]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Specify FSF as Maintainer.
[gnu-emacs] / lisp / ChangeLog
1 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * play/studly.el: specify FSF as Maintainer.
4
5 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6
7 * textmodes/tildify.el: Milan Zamazal has new address.
8
9 2001-08-03 Gerd Moellmann <gerd@gnu.org>
10
11 * custom.el (custom-set-variables): Don't test `custom-requests'
12 properties, check the third element of the options passed to
13 custom-set-variables instead.
14
15 * info.el (info-insert-file-contents): Use info-file-exists-p
16 instead of file-exists-p.
17
18 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
19 the mode-line face is restored. Fix several bugs.
20
21 * replace.el (perform-replace): Doc fix.
22
23 2001-08-02 Francesco Potorti` <pot@gnu.org>
24
25 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
26 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
27 (uniquify-fix-item-base, uniquify-fix-item-filename)
28 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
29 Callers changed.
30 (uniquify-set-proposed): Changed to work with a vector item.
31 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
32 the fix list, and a list of strings for the non-file buffer
33 names. Both changes reduce consing.
34 (uniquify-rationalize-a-list): Local variable renaming.
35 (uniquify-rationalize-conflicting-sublist): Use member instead of
36 assoc.
37 (uniquify-rename-buffer): Use unless instead of if not.
38
39 2001-08-02 Gerd Moellmann <gerd@gnu.org>
40
41 * recentf.el (recentf-dump-variable): Handle a value of nil
42 correctly.
43
44 * custom.el (custom-set-variables): Set options with :require
45 clauses last.
46
47 * custom.el (defcustom): Doc fix.
48
49 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
50
51 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
52
53 * man.el (man): Mention Man-switches in the doc string.
54 (Man-switches): Mention -a in the doc string.
55
56 * textmodes/ispell.el (ispell-alternate-dictionary): Add
57 /usr/share/lib/dict/words, for Irix.
58
59 * bindings.el: Bind shifted and control-shifted kp-* keys to the
60 corresponding non-kp keys. Suggested by Stephen Gildea
61 <gildea@alum.mit.edu>.
62
63 2001-08-01 Francesco Potorti` <pot@gnu.org>
64
65 * uniquify.el: These changes correct a corner case that the old
66 code managed correctly.
67 (uniquify-fix-item-proposed): Renamed from
68 uniquify-fix-item-min-proposed.
69 (uniquify-set-proposed): New function.
70 (uniquify-rationalize-file-buffer-names): Code reshuffled for
71 clarity and speed.
72 (uniquify-item-greaterp): Substitutes uniquify-item-lessp. This
73 is equivalent to what the old code did.
74 (uniquify-rationalize-a-list): Never recompute the proposed
75 name. Sort the conflicting sublist before rationalising it: this
76 is equivalent to what the old code did, but one directory element
77 at a time, and only when necessary.
78 (uniquify-rationalize-conflicting-sublist): Recompute here the
79 proposed name.
80
81 2001-08-01 Gerd Moellmann <gerd@gnu.org>
82
83 * play/animate.el: Add Keywords and Maintainer. Remove a
84 reference to a removed function.
85
86 * play/animate.el (animate-string): Handle case that the string is
87 longer than the window is wide.
88
89 2001-07-31 Gerd Moellmann <gerd@gnu.org>
90
91 * desktop.el (desktop-save): Bind coding-system-for-write to
92 `emacs-mule' for write-region.
93
94 * delsel.el (delete-selection-pre-hook): Don't set this-command
95 to `ignore' if the region is empty.
96
97 * international/mule.el (set-keyboard-coding-system): Set
98 keyboard-coding-system.
99
100 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
101 before accessing it.
102
103 2001-07-30 Andreas Schwab <schwab@suse.de>
104
105 * menu-bar.el (toggle-highlight-paren-mode): Use
106 `(show-paren-mode)' as body.
107
108 2001-07-30 Andre Spiegel <spiegel@gnu.org>
109
110 * vc.el (vc-checkout-hook): New hook.
111 (vc-checkout): Run it.
112
113 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
114
115 * progmodes/make-mode.el (makefile-macroassign-regex): Recognize
116 the ?= operator. From Jonathan Kamens <jik@curl.com>.
117
118 2001-07-30 Gerd Moellmann <gerd@gnu.org>
119
120 * vc.el (vc-switch-backend): Fix autoload cookie.
121
122 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
123 the desktop file.
124
125 2001-07-30 Simon Josefsson <jas@extundo.com>
126
127 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
128 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
129
130 2001-07-27 Gerd Moellmann <gerd@gnu.org>
131
132 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
133 (last-sexp-toggle-display): Renamed from last-sexp-print.
134 (last-sexp-toggle-display, eval-last-sexp-1): Use
135 last-sexp-setup-props.
136
137 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
138 New user-options.
139 (mouse-wheel-change-button): New function.
140 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
141 (mwheel-scroll): Ditto.
142
143 2001-07-26 Gerd Moellmann <gerd@gnu.org>
144
145 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
146 `...', compare with unabbreviated printed representation instead.
147 (last-sexp-print): Bind print-length and print-level to nil.
148
149 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
150 before assigning text properties. Make properties rear-nonsticky.
151
152 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
153 (eval-last-sexp-1): Give printed text a `keymap' property and bind
154 <mouse-2> and <RET> in that map to a function printing the
155 unabbreviated value.
156
157 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
158 is a buffer, put a text property `printed-value' on the printed
159 representation, with the Lisp object printed as value.
160
161 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
162
163 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
164 Mention the effect of eval-expression-print-length and
165 eval-expression-print-level in the doc strings. Suggested by
166 Kevin Gallagher <kevingal@onramp.net>.
167
168 2001-07-25 Gerd Moellmann <gerd@gnu.org>
169
170 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
171 for buttons > 3.
172 (xterm-mouse-translate): Handle the case that we don't get a
173 down-event.
174
175 * emacs-lisp/find-func.el (find-function-regexp): Add
176 easy-mmode-define-global-mode to the regexp. Allow newlines
177 in front of the function name.
178
179 * isearch.el (isearch-other-meta-char): Fix last change.
180
181 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
182 similar events for which fake prefix keys are generated. It's no
183 longer necessary since read_key_sequence doesn't modify these
184 events for internal purposes anymore.
185
186 * files.el (auto-mode-alist): Use nroff-mode for files ending
187 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
188
189 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
192 tool-bar-lines parameter, behave as if its value were zero.
193 (mouse-avoidance-set-pointer-shape): Don't do anything if
194 x-pointer-shape is not boundp.
195
196 2001-07-23 Francesco Potorti` <pot@gnu.org>
197
198 * uniquify.el: Overall speedup changes when using many buffers.
199 (uniquify-fix-item-base, uniquify-fix-item-filename,
200 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
201 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
202 place in the item, but was never used.
203 (uniquify-fix-item-min-proposed): New defalias: the fourth place
204 in the item is now used as cache for the proposed name.
205 (uniquify-rationalize-file-buffer-names): Move computation made on
206 newbuffile out of the loop, in the newbuffile-nd local var. Use
207 dolist (cosmetic change). Compute the proposed name for the most
208 common case and cache it in the fourth place in the item.
209 (uniquify-rationalize-file-buffer-names): Used to return a a list
210 of buffer whose name was changed, but that return value was never
211 used.
212 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
213 the cached proposed name, does much less consing and is quicker.
214 (uniquify-filename-lessp): Deleted.
215 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
216 not bind locally the uniquify-possibly-resolvable flag. Use the
217 cached proposed name is possible.
218 (uniquify-get-proposed-name): Arguments changed, callers changed.
219 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
220 uniquify-possibly-resolvable flag, which is no more bound locally.
221 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
222 flag, which does not exist any more.
223
224 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * term/internal.el (IT-unicode-translations): Fix the appearance of
227 "6`".
228
229 * progmodes/compile.el (compile-internal): If EMACS is already
230 defined in the environment, don't override its value.
231
232 2001-07-23 Gerd Moellmann <gerd@gnu.org>
233
234 * play/fortune.el: Undo change of 2001-07-13.
235 Fix autoload cookies. Add types to defcustoms.
236 (fortune) <defgroup>: Add :link.
237 (fortune-from-region): Use eq, not eql.
238 From Dave Love <fx@gnu.org>.
239
240 * play/animate.el (animate-birthday-present): Function removed.
241
242 * play/animate.el: New file.
243
244 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
245
246 * startup.el (normal-top-level-add-subdirs-to-load-path): On
247 Windows, put into normal-top-level-add-subdirs-inode-list the
248 canonicalized names of the directories instead of inode numbers.
249
250 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
251
252 * ediff-util.el: Copyright years.
253 (ediff-choose-syntax-table): New function.
254 (ediff-setup): Use ediff-choose-syntax-table.
255 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
256 vc-state is available.
257 (ediff-make-temp-file): Use ediff-coding-system-for-write.
258
259 * ediff-init.el (ediff-with-syntax-table): New macro, uses
260 with-syntax-table.
261 (ediff-coding-system-for-read): From ediff-diff.el
262 (ediff-coding-system-for-write): New variable.
263 (ediff-highest-priority): Fixed the bug having to do with disappearing
264 overlays.
265 (ediff-file-remote-p): Use file-remote-p, if available.
266 (ediff-listable-file): New function.
267 (ediff-file-attributes): Use ediff-listable-file.
268
269 * ediff-mult.el (ediff-meta-insert-file-info1): Use
270 ediff-listable-file.
271
272 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
273 ediff-coding-system-for-read.
274 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
275
276 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
277 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
278
279 * ediff.el: Date of last update, copyright years.
280
281 * ediff-wind (ediff-setup-control-frame): Nill->nil.
282
283 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
284 of Scott Bronson.
285 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
286 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
287 Deleted functions.
288 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
289 ex-token-list.
290 (viper-get-ex-address-subr): Convert registers to char data type.
291
292 * viper-util.el (viper-int-to-char,viper-char-equal): New
293 functions.
294 (viper-memq-char): Use viper-int-to-char.
295 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
296 vc-locking-state.
297 (viper-read-key): Use viper-read-key-sequence.
298
299 * viper.el (viper-major-mode-modifier-list): Added
300 inferior-emacs-lisp-mode.
301 (this-major-mode-requires-vi-state): New function that uses simple
302 heuristics to decide if vi state is appropriate.
303 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
304 (viper-non-hook-settings): Don't advise read-key-sequence.
305 (viper-read-key-sequence): New function that replaces the
306 previously used advice to read-key-sequence.
307
308 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
309 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
310 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
311 (viper-open-line-at-point,viper-substitute,viper-overwrite)
312 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
313 Got rid of the negative character hack.
314 (viper-escape-to-state,viper-replace-state-exit-cmd):
315 Use viper-read-key-sequence.
316 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
317 (viper-minibuffer-standard-hook,viper-read-string-with-history):
318 Don't override existing minibuffer-setup-hook.
319 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
320 Convert registers to char data type.
321 (viper-autoindent): Use viper-indent-line.
322
323 * viper-keym.el: Use viper-exec-key-in-emacs.
324
325 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
326
327 * server.el (server-visit-files): Fix variable name typo.
328
329 2001-07-20 Gerd Moellmann <gerd@gnu.org>
330
331 * simple.el (delete-trailing-whitespace): Save match data
332 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
333
334 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
335
336 * progmodes/compile.el (compilation-parse-errors): `linenum' might
337 return a this-error using the alternative format (a pair of markers).
338
339 2001-07-19 Gerd Moellmann <gerd@gnu.org>
340
341 * font-lock.el (c++-keywords): Add Standard C++ operator names.
342
343 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
344 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
345
346 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
347
348 * international/iso-transl.el: Fix typo in the header of the file.
349
350 * textmodes/picture.el (picture): Doc fix.
351
352 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
353 follow coding conventions in generated files.
354
355 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
356
357 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
358 (tool-bar-add-item): Don't call image-related primitives if the
359 display doesn't support images.
360
361 * frame.el (display-images-p): New function.
362
363 2001-07-17 Gerd Moellmann <gerd@gnu.org>
364
365 * server.el (server-visit-files): Handle the case the specified
366 column number is <= 0.
367
368 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
369
370 * startup.el (command-line-1): Add support for +LINE:COLUMN
371 command line argument.
372
373 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
374
375 * server.el (server-process-filter, server-visit-files):
376 Add support for +LINE:COLUMN style emacsclient calls.
377
378 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
379
380 * emacs-lisp/easy-mmode.el: Add Keywords header.
381
382 * play/pong.el: Author has new address.
383
384 * play/landmark.el: Author is no more reachable.
385
386 * play/handwrite.el: Author is no more reachable.
387
388 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
389
390 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
391 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
392 Complete bindings for F<1..12> keys.
393 (global-map): Remove `undo' binding (already in the default).
394 Replace `t<n>' bindings with `f<n>' bindings.
395
396 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
397
398 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
399 (tcl-mode): Use tcl-add-log-defun.
400 (tcl-indent-line): Use tcl-calculate-indent.
401 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
402 (tcl-indent-exp): Renamed from indent-tcl-exp.
403 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
404 (tcl-indent-for-comment): Call comment-indent-function properly
405 and handle the case where it returns nil.
406
407 2001-07-16 Gerd Moellmann <gerd@gnu.org>
408
409 * calendar/cal-islam.el (calendar-goto-islamic-date):
410 Remove autoload cookie.
411
412 * calendar/calendar.el (calendar-goto-islamic-date):
413 Add call to autoload.
414
415 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
416
417 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
418 Don't change compile-auto-highlight globally.
419 Don't bother with `font-lock-defaults' property since XEmacs
420 also understands the `font-lock-defaults' variable.
421 Use make-local-variable rather than make-variable-buffer-local.
422 Don't `defconst' comment-indent-function: keep the default.
423 Call easy-menu-add unconditionally.
424 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
425 (ada-create-menu): Use :included for Emacs as well.
426
427 * vc.el (vc-do-command): Autoload.
428
429 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
430
431 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
432
433 * ps-print.el: Fix Author: header.
434
435 2001-07-16 Gerd Moellmann <gerd@gnu.org>
436
437 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
438 mouse-1 etc., bind them to `ignore'.
439
440 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
441 send-invisible, which is already defined in Comint.
442 (eshell-watch-for-password-prompt): Use it.
443
444 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
445
446 * which-func.el (which-func-mode): Doc fix.
447
448 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
449 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
450 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
451 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
452 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
453 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
454 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
455 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
456 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
457 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
458 * emulation/edt-mapper.el, emulation/edt-pc.el,
459 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
460 * emulation/tpu-edt.el, emulation/tpu-extras.el,
461 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
462 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
463 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
464 * international/isearch-x.el, international/iso-cvt.el,
465 * international/ogonek.el, international/quail.el,
466 * international/utf-8.el, jit-lock.el, language/devan-util.el,
467 * language/devanagari.el, language/ethio-util.el,
468 * language/ethiopic.el, language/european.el, language/indian.el,
469 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
470 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
471 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
472 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
473 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
474 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
475 * progmodes/autoconf.el, progmodes/cmacexp.el,
476 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
477 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
478 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
479 * progmodes/ebnf2ps.el, progmodes/executable.el,
480 * progmodes/fortran.el, progmodes/idlw-shell.el,
481 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
482 * progmodes/m4-mode.el, progmodes/mantemp.el,
483 * progmodes/meta-mode.el, progmodes/octave-inf.el,
484 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
485 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
486 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
487 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
488 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
489 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
490 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
491 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
492 * textmodes/two-column.el, time-stamp.el, timezone.el,
493 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
494 * which-func.el, whitespace.el, wid-browse.el, widget.el,
495 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
496 conventions.
497
498 2001-07-16 Gerd Moellmann <gerd@gnu.org>
499
500 * simple.el (set-variable): Require 'cus-edit' instead of
501 `wid-edit', so that the Custom widgets get defined.
502
503 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
504
505 * allout.el: A fix to follow coding conventions.
506
507 * find-lisp.el: A fix to follow coding conventions.
508
509 * term/w32-win.el: A fix to follow coding conventions.
510
511 * textmodes/sgml-mode.el: A fix to follow coding conventions.
512
513 * term/xterm.el: A fix to follow coding conventions.
514
515 * term/news.el: A fix to follow coding conventions.
516
517 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
518 header line fixed.
519
520 * sun-curs.el: Fix Maintainer: header line.
521
522 * emacs-lisp/easymenu.el: Address of the author added.
523
524 2001-07-16 Gerd Moellmann <gerd@gnu.org>
525
526 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
527 property.
528
529 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
530
531 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
532 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
533 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
534 Some fixes to follow coding conventions.
535
536 2001-07-16 Gerd Moellmann <gerd@gnu.org>
537
538 * which-func.el (which-func-mode): Doc fix.
539
540 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
541
542 * net/rcompile.el (remote-compile): Use make-local-variable.
543
544 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
545
546 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
547
548 * mail/reporter.el (reporter-submit-bug-report):
549 Don't abuse make-variable-buffer-local. Fix call to add-hook.
550
551 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
552
553 * calendar/cal-china.el, calendar/cal-coptic.el,
554 * calendar/cal-dst.el, calendar/cal-french.el,
555 * calendar/cal-hebrew.el, calendar/cal-islam.el,
556 * calendar/cal-iso.el, calendar/cal-julian.el,
557 * calendar/cal-mayan.el, calendar/cal-persia.el,
558 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
559 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
560 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
561 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
562 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
563 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
564 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
565 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
566 * progmodes/ada-xref.el, progmodes/cc-align.el,
567 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
568 * progmodes/cc-defs.el, progmodes/cc-engine.el,
569 * progmodes/cc-langs.el, progmodes/cc-menus.el,
570 * progmodes/cc-styles.el, progmodes/cc-vars.el,
571 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
572 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
573 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
574 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
575 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
576 * textmodes/reftex.el: Some fixes to follow coding
577 conventions in Eshell files with known maintainers.
578
579 * emulation/viper.el: A fix to follow coding conventions.
580
581 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
582 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
583 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
584 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
585 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
586 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
587 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
588 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
589 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
590 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
591 conventions in Eshell files.
592
593 * composite.el, diff.el, emacs-lisp/levents.el,
594 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
595 * emulation/pc-mode.el, emulation/viper-cmd.el,
596 * emulation/viper-ex.el, emulation/viper-init.el,
597 * emulation/viper-keym.el, emulation/viper-macs.el,
598 * emulation/viper-mous.el, emulation/viper-util.el,
599 * emulation/viper.el, forms-pass.el, international/ccl.el,
600 * international/characters.el, international/encoded-kb.el,
601 * international/fontset.el, international/ja-dic-cnv.el,
602 * international/ja-dic-utl.el, international/kinsoku.el,
603 * international/kkc.el, international/mule-cmds.el,
604 * international/mule-diag.el, international/mule-util.el,
605 * international/mule.el, international/titdic-cnv.el,
606 * language/china-util.el, language/chinese.el,
607 * language/cyril-util.el, language/cyrillic.el, language/english.el,
608 * language/greek.el, language/hebrew.el, language/japan-util.el,
609 * language/japanese.el, language/korea-util.el, language/korean.el,
610 * language/lao-util.el, language/lao.el, language/misc-lang.el,
611 * language/slovak.el, language/thai-util.el, language/thai.el,
612 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
613 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
614 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
615 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
616 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
617 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
618 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
619 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
620 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
621 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
622 to follow coding conventions in files without maintainer or in files
623 with clear maintainer (but without Maintainer header stating so).
624
625 * emacs-lisp/elp.el: A fix to follow coding conventions.
626
627 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
628 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
629 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
630 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
631 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
632 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
633 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
634 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
635 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
636 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
637 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
638 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
639 conventions in files from Gnus.
640
641 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
642 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
643 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
644 * echistory.el, electric.el, emacs-lisp/authors.el,
645 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
646 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
647 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
648 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
649 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
650 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
651 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
652 * international/codepage.el, international/iso-ascii.el,
653 * international/iso-insert.el, international/iso-transl.el,
654 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
655 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
656 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
657 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
658 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
659 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
660 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
661 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
662 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
663 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
664 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
665 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
666 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
667 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
668 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
669 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
670 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
671 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
672 * textmodes/tex-mode.el, textmodes/text-mode.el,
673 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
674 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
675 * vt100-led.el, window.el: Some fixes to follow coding conventions in
676 files maintained by FSF.
677
678 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
679
680 * arc-mode.el: A fix to follow coding conventions.
681
682 * bindings.el: Ditto.
683
684 * cdl.el: Ditto.
685
686 * comint.el: Ditto.
687
688 * cus-start.el: Ditto.
689
690 * shell.el: Ditto.
691
692 * skeleton.el: Ditto.
693
694 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
695
696 * info.el (Info-build-node-completions):
697 Make Info-current-file-completions buffer local.
698
699 2001-07-13 Gerd Moellmann <gerd@gnu.org>
700
701 * which-func.el (which-func-mode, which-func-ff-hook)
702 (which-function-mode): Remove references to which-func-mode-global.
703
704 * calendar/cal-islam.el (calendar-goto-islamic-date):
705 Add autoload cookie.
706
707 * play/fortune.el: Add types to defcustoms.
708
709 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
710
711 * language/czech.el: A fix to follow coding conventions.
712
713 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * speedbar.el (speedbar-supported-extension-expressions): Add .g
716 to the extension list, for antlr-mode. From Christoph Wedler
717 <Christoph.Wedler@sap.com>.
718
719 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
720
721 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
722 (vc-dired-mode-map): Fix the madness.
723
724 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
725 (vc-prefix-map): Moved back from vc.el.
726
727 2001-07-11 Gerd Moellmann <gerd@gnu.org>
728
729 * mail/mail-extr.el (mail-extr-all-top-level-domains):
730 Increase the size of the obarray.
731 (mail-extr-all-top-level-domains): Add more toplevel domains,
732 add more long names.
733 From: Per Starback <starback@ling.uu.se>.
734
735 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
736
737 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
738 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
739
740 * progmodes/ada-mode.el: Ditto.
741
742 * progmodes/ada-xref.el: Ditto.
743
744 2001-07-11 Miles Bader <miles@gnu.org>
745
746 * finder.el (finder-insert-at-column): Also move to the next line
747 if exactly at COLUMN.
748
749 2001-07-10 Gerd Moellmann <gerd@gnu.org>
750
751 * help.el (describe-function-1): When printing FUNCTION's
752 documentation, don't assume FUNCTION is a symbol.
753
754 * startup.el (normal-top-level): Don't operate on the initial
755 frame if we failed to create one.
756
757 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
758
759 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
760 itself, i.e. only indent the contents in it.
761
762 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
763
764 * mail/rmail.el (rmail-show-message): Show beginning of message in
765 all windows containing it.
766
767 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
768
769 * term/tty-colors.el: Fix the header line and copyright years.
770
771 2001-07-09 Gerd Moellmann <gerd@gnu.org>
772
773 * emacs-lisp/advice.el (ad-make-advised-definition): If the
774 original definition has an interactive form, but is Elp
775 instrumented, use the interactive form of the function called by
776 elp-wrapper.
777
778 * winner.el (winner-equal): Make it a defun. Don't compare Winner
779 configurations with compare-window-configuration; they aren't
780 window configurations.
781
782 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
783 from the server for the format we expect. Don't use it if it
784 doesn't look like what the Internet draft for FTP extensions specifies.
785
786 * toolbar/*.pbm: Cleaned up.
787 From Luis Fernandes <elf@ee.ryerson.ca>.
788
789 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
790
791 * cc-cmds.el: Extended the kludge to interoperate with the
792 delsel and pending-del packages wrt to the new function
793 `c-electric-delete-forward'.
794
795 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
796
797 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
798 to delay the call to <mode> for global minor modes.
799 (easy-mmode-define-navigation): Only recenter if interactive.
800
801 2001-07-06 Gerd Moellmann <gerd@gnu.org>
802
803 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
804 to lisp-indent-line.
805
806 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
807 from the server. Call encode-time only when we are sure that we
808 got a 213 response.
809
810 2001-07-06 Simon Josefsson <jas@extundo.com>
811
812 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
813 (mail-envelope-from): New user option.
814 (sendmail-send-it): Use it.
815
816 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
817
818 * ps-print.el: Use locale dependant date to print date in header.
819 Doc fix.
820 (ps-print-version): New version number (6.5.3).
821 (ps-right-header, ps-right-footer): Initialization and doc fix.
822 (ps-time-stamp-locale-default): New fun.
823
824 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
825
826 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
827 field problem with MIME-mode.
828
829 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
830
831 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
832
833 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
834 MIME-mode.
835
836 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
837
838 * bindings.el (mode-line-mule-info): Don't show the tip with
839 buffer-file-coding-system if that is nil.
840
841 2001-07-05 Gerd Moellmann <gerd@gnu.org>
842
843 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
844 instead of kill-line.
845
846 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
847 <Pavel@Janik.cz>.
848
849 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
850 <Pavel@Janik.cz>.
851
852 2001-07-04 Gerd Moellmann <gerd@gnu.org>
853
854 * font-lock.el (c-font-lock-keywords-3): When matching something
855 like `struct X Y', finish with point after Y.
856
857 2001-07-04 Simon Josefsson <jas@extundo.com>
858
859 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
860 in caller buffer.
861
862 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
865 instead of string-match to find the basename of the file.
866 From Pascal Obry <p.obry@wanadoo.fr>.
867
868 * net/browse-url.el (browse-url-default-windows-browser):
869 Support the MS-DOS port when it runs on Windows.
870 (browse-url-browser-function) [ms-dos]: Default to
871 browse-url-default-windows-browser.
872
873 * help.el (locate-library): Enable code that looks for compressed
874 libraries if auto-compression-mode is on.
875
876 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
877
878 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
879
880 2001-07-02 Gerd Moellmann <gerd@gnu.org>
881
882 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
883
884 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
885
886 * allout.el: Fix the header line, so that finder.el recognizes it.
887 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
888
889 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
890 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
891
892 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
893
894 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
895
896 * ps-bdf.el (bdf-directory-list): Use the value relative to
897 installation-directory for MS-Windows as well.
898
899 2001-06-29 Richard M. Stallman <rms@gnu.org>
900
901 * wid-edit.el (widget-color-sample-face-get):
902 Return ((foreground-color . COLOR)) instead of constructing a face.
903
904 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * faces.el (region): Change the background color for the
907 light-background color display to lightgoldenrod2, to make it
908 visible on some laptops.
909
910 2001-06-28 Richard M. Stallman <rms@gnu.org>
911
912 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
913 (rmail-msg-restore-non-pruned-header): Likewise.
914 If point was in the old pruned header, put it at the top.
915 (rmail-msg-prune-header): If point was at the top, keep it there.
916
917 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
918 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
919
920 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
921
922 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
923
924 2001-06-28 Karl Fogel <kfogel@red-bean.com>
925
926 * saveplace.el: Update maintainer email address.
927
928 2001-06-27 Francesco Potorti` <pot@gnu.org>
929
930 * uniquify.el: (uniquify-rationalize-file-buffer-names):
931 Undo previous change.
932
933 2001-06-27 Francesco Potorti` <pot@gnu.org>
934
935 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
936 preliminary quick reordering. Can speed things up dramatically.
937
938 2001-06-26 Richard M. Stallman <rms@gnu.org>
939
940 * dired.el (dired-get-filename): A file name starting with ~
941 is not absolute in this context.
942
943 * which-func.el (which-func-maxout): Increase default to 500000.
944 (which-function-mode): This is now the "real" name of the function.
945 (which-func-mode): Now an alias.
946 (which-func-mode-global): Name deleted.
947
948 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
949 button-2, when binding hs-mouse-toggle-hiding.
950
951 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
952
953 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
954 (rmail-msg-prune-header): Likewise.
955 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
956 and `rmail-msg-prune-header'.
957
958 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
959
960 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
961 back than LINEBEG.
962
963 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
966 window where they clicked the mouse has a header line, adjust
967 vertical movement by one.
968
969 2001-06-25 Milan Zamazal <pdm@zamazal.org>
970
971 * progmodes/glasses.el (glasses-make-readable): Consider underscores
972 too when separating a parenthesis.
973
974 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
977 (bookmark-bmenu-hide-filenames): Add help-echo to
978 mouse-highlighted text.
979 (bookmark-bmenu-show-filenames): Remove help-echo property from
980 the whitespace.
981
982 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * files.el (auto-mode-alist): Add configure.ac (autoconf).
985 From Karl Eichwalder <ke@suse.de>.
986
987 2001-06-23 Richard M. Stallman <rms@gnu.org>
988
989 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
990
991 * progmodes/cc-styles.el (c-set-style): Don't specify initial
992 contents for completing-read.
993
994 2001-06-22 Richard M. Stallman <rms@gnu.org>
995
996 * menu-bar.el (menu-bar-make-toggle): Construct the
997 function's doc string from HELP, not DOC, and make it accurate by
998 adding "Toggle whether to " at the front and downcasing the initial.
999 Change the HELP arg in some calls to make it fit this usage.
1000
1001 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1002 Undo previous change.
1003
1004 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1005
1006 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1007
1008 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1009
1010 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1011
1012 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1013
1014 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1015
1016 2001-06-20 Richard M. Stallman <rms@gnu.org>
1017
1018 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1019 broken out from dabbrev--find-expansion. Handle minibuffer
1020 specially here.
1021 (dabbrev--find-expansion): Simplify code in various ways.
1022 Don't treat minibuffers specially.
1023 Call dabbrev--make-friend-buffer-list.
1024 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1025 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1026
1027 2001-06-19 John Wiegley <johnw@gnu.org>
1028
1029 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1030 Also, added a comment describing how to greatly speedup Eshell
1031 loadup time, by concatenating together all of Eshell's .elc files.
1032
1033 2001-06-19 John Wiegley <johnw@gnu.org>
1034
1035 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1036
1037 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1038
1039 * woman.el (WoMan-highlight-references): Add help-echo to
1040 mouse-highlighted text.
1041
1042 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1043
1044 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1045
1046 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1047
1048 * international/quail.el (quail-start-conversion):
1049 Reset quail-translating to nil.
1050
1051 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1052 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1053
1054 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1055
1056 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1057 mouse-highlighted text.
1058
1059 * dired.el (dired-mark-pop-up): Fix last change.
1060
1061 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1062
1063 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1064 mouse-highlighted text.
1065
1066 * net/quickurl.el (quickurl-url-file): Run through
1067 convert-standard-filename.
1068 (quickurl-list-populate-buffer): Add help-echo to
1069 mouse-highlighted text.
1070 (top-level): Update Dave's URL.
1071
1072 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1073 mouse-highlighted text.
1074
1075 * textmodes/page-ext.el (pages-copy-header-and-position):
1076 Add help-echo to mouse-highlighted text.
1077
1078 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1079 mouse-highlighted text.
1080
1081 * replace.el (occur): Add help-echo to mouse-highlighted text.
1082
1083 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1084 mouse-highlighted text.
1085
1086 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1087 mouse-highlighted text.
1088
1089 * progmodes/compile.el (compile-reinitialize-errors):
1090 Add help-echo to mouse-highlighted messages.
1091 (compilation-forget-errors): Remove help-echo property as well.
1092
1093 * play/landmark.el (lm-plot-square, lm-init-display):
1094 Add help-echo to mouse-highlighted text.
1095
1096 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1097 Add help-echo to mouse-highlighted text.
1098
1099 * dired.el (dired-insert-set-properties): Add help-echo to
1100 mouse-highlighted text.
1101 (dired-mark-pop-up): Remove help-echo property from the file name.
1102
1103 * comint.el (comint-send-input): Add help-echo to
1104 mouse-highlighted text.
1105
1106 * buff-menu.el (list-buffers-noselect): Add help-echo to
1107 mouse-highlighted text.
1108
1109 * arc-mode.el (archive-summarize-files): Add help-echo to
1110 mouse-highlighted text.
1111
1112 * ffap.el (ffap-machine-p): Always return nil if
1113 open-network-stream is not fboundp.
1114
1115 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1116
1117 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1118 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1119 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1120 incorrectly binding chars between 128 and 256 to it.
1121 (sgml-maybe-name-self): Handle latin-1 chars properly.
1122 (sgml-tags-invisible): Bind buffer-file-name to nil.
1123 Use unwind-protect and restore-buffer-modified-p.
1124 (sgml-point-entered): Use buffer-substring-no-properties.
1125 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1126 (html-mode): Don't force `imenu-sort-function'.
1127
1128 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1129
1130 * tar-mode.el: Fix the copyright notice.
1131
1132 * font-lock.el (font-lock-comment-face): For tty's with dark
1133 background, use "red1", since "lightred" is not one of the colors
1134 recognized by tty-colors.el.
1135
1136 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1137 create a buffer for extracted file, in case there's more than one
1138 file by that name in an archive, possibly in different
1139 directories. From Kevin Rodgers <kevinr@ihs.com>.
1140
1141 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1142 <alex@gnu.org>.
1143
1144 2001-06-15 Miles Bader <miles@gnu.org>
1145
1146 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1147 Revert previous change.
1148
1149 2001-06-14 Richard M. Stallman <rms@gnu.org>
1150
1151 * replace.el (keep-lines-read-args): Return just a regexp.
1152 Provide nil for the region args.
1153 (keep-lines, flush-lines, how-many):
1154 Calculate the defaults for the region here, when args are nil.
1155
1156 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * rot13.el (rot13-other-window): Some more doc fix.
1159
1160 2001-06-14 Per Starback <starback@ling.uu.se>
1161
1162 * replace.el (case-replace, query-replace-from-history-variable)
1163 (query-replace-to-history-variable, keep-lines-read-args)
1164 (occur-revert-function, query-replace-help): Dox fix.
1165
1166 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1167
1168 * rot13.el (rot13-other-window): Doc fix.
1169
1170 2001-06-14 Miles Bader <miles@gnu.org>
1171
1172 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1173 of " and \ to "." (punctuation).
1174 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1175
1176 2001-06-13 Richard M. Stallman <rms@gnu.org>
1177
1178 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1179
1180 * simple.el (shell-command-on-region): Never kill the
1181 *Shell Command Output* buffer.
1182
1183 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1184
1185 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1186
1187 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1190 New var, to recognize ${ $' and PODs.
1191 (perl-font-lock-syntactic-face-function): New function.
1192 (perl-mode): Use them.
1193 (perl-continuation-line-p): New function, from perl-calculate-indent.
1194 (perl-calculate-indent): Use it, to properly handle continuation
1195 lines of continuation lines.
1196
1197 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * server.el (server-process, server-buffer-clients): Doc fix.
1200 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1201
1202 2001-06-09 John Wiegley <johnw@gnu.org>
1203
1204 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1205 test if the last command was Lisp or not.
1206 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1207 B x C".
1208
1209 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1210
1211 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1212 general one on compile.el supports drive letters.
1213
1214 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1215
1216 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1217 key description.
1218
1219 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1220
1221 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1222 (reftex-toc-jump): New command.
1223
1224 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1225 to parse international characters as well.
1226
1227 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1228 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1229
1230 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1231
1232 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1233 TAB to the key separators.
1234
1235 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1236
1237 * international/mule.el (auto-coding-alist): Remove redundant
1238 up-cased versions of the extensions (auto-coding-alist-lookup is
1239 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1240 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1241
1242 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1243
1244 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1245
1246 2001-06-01 Richard M. Stallman <rms@gnu.org>
1247
1248 * help.el (describe-variable): Put value on same line
1249 with preceding text, if it is short enough to look good that way.
1250
1251 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1252
1253 * term/internal.el (IT-unicode-translations): New variable.
1254 (IT-setup-unicode-display): New function.
1255
1256 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1257
1258 * ps-print.el: Handle before-string and after-string overlay properties
1259 in ps-print-*-with-faces commands. Doc fix.
1260 (ps-print-version): New version number (6.5.2).
1261 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1262 for XEmacs.
1263 (ps-prefix-quote): Doc fix.
1264 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1265 (ps-basic-plot-str, ps-plot-string): New funs.
1266
1267 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1270 and :type spec.
1271
1272 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1273
1274 * international/mule-cmds.el (inactivate-input-method):
1275 Set input-method-function to nil.
1276
1277 * xml.el (xml-parse-tag): The document may contain invalid characters.
1278 From ShengHuo ZHU <zsh@cs.rochester.edu>
1279
1280 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1281
1282 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1283 `rmail-summary-line-decoder' if the message does not have
1284 a Subject: field.
1285
1286 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1287
1288 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1289 New variable.
1290 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1291 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1292 is non-nil.
1293
1294 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1295
1296 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1297
1298 2001-05-29 Sam Steingold <sds@gnu.org>
1299
1300 * faces.el (face-valid-attribute-values): Bind `valid' directly
1301 instead of using `setq'.
1302
1303 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1304 Use `tex-shell-buf'.
1305 (tex-shell-proc): Use `tex-shell-running'.
1306 (tex-shell-buf-no-error): New function.
1307 (tex-send-tex-command): Use it.
1308 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1309 (tex-kill-job): Check the process before calling `quit-process'.
1310
1311 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1312
1313 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1314 UTF-8 sequences.
1315
1316 2001-05-28 Miles Bader <miles@gnu.org>
1317
1318 * comint.el (comint-carriage-motion): Renamed from
1319 `comint-cr-magic'. Operate on the buffer instead of the string
1320 (for use as a comint post-output filter, instead of as a
1321 pre-output filter). Handle backspaces too. Add to the
1322 `comint-output-filter-functions' hook instead of
1323 `comint-preoutput-filter-functions'.
1324
1325 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1326
1327 * language/japan-util.el (japanese-hankaku): Prefer the charset
1328 `jisx0201' when the optional argument `ascii-only' is not specified.
1329 (japanese-hankaku-region): Ditto.
1330 From Katsumi Yamaoka <yamaoka@jpl.org>
1331
1332 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1335 (outline-invisible-p): New function.
1336 (hide-leaves): Save excursion.
1337 (hide-other): Stop looping when reaching bobp.
1338
1339 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1340
1341 * cus-edit.el (custom-file): Fix last change.
1342
1343 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1344
1345 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1346 same definition in byte-compile-function-environment as `autoload'
1347 would put in `symbol-function'.
1348
1349 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1350 patch to correct the error message as well.
1351
1352 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1355 unless ~/.emacs exists.
1356
1357 * novice.el (enable-command): If user-init-file is nil or does not
1358 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1359
1360 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1363 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1364 Allow spaces around macro arguments.
1365 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1366 indent-for-tab-command.
1367 (latex-mode-map, plain-tex-mode-map): New keymaps.
1368 Inherit from tex-mode-map.
1369 (tex-common-initialization): Don't setup the keymap any more
1370 since it's now done right by define-derived-mode.
1371 (latex-mode): Set skeleton-end-hook to nil.
1372 (latex-skeleton-end-hook): Remove.
1373 (tex-latex-block, latex-insert-item): Simplify.
1374 (latex-syntax-after): Use following-char rather than char-after.
1375 (tex-discount-args-cmds, tex-count-words): New functions.
1376
1377 * textmodes/tildify.el (tildify-ignored-environments-alist):
1378 Recognize \verb* as well.
1379
1380 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1381 (perl-comment-indent): Simplify to let newcomment.el do its job.
1382 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1383 (perl-mark-function): Cleanup the namespace.
1384 (perl-calculate-indent): Don't be fooled by nested functions.
1385
1386 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1387
1388 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1389 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1390
1391 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1392
1393 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1394 actually be `\\'.
1395 (ctlau-b5-converter): Likewise.
1396
1397 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1398
1399 * international/titdic-cnv.el (quail-misc-package-ext-info):
1400 Change CTLauB.el to CTLau-b5.el.
1401
1402 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1403
1404 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1405 rather than beginning-of-line to avoid problems with fields.
1406 (gud-perldb-massage-args): Use unless and push.
1407 (gud-chdir-before-run): New var.
1408 (gud-common-init): Use it.
1409
1410 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1411
1412 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1413 delete entries for chinese-ctlau and chinese-ctlaub.
1414 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1415 chinese-ctlaub.
1416 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1417 New functions.
1418
1419 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1420
1421 * cus-edit.el (custom-comment-show): Remove debug code.
1422
1423 * language/japan-util.el (japanese-symbol-table): Fix handling of
1424 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1425
1426 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1427
1428 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1429 Renamed by removing the silly `-flag' suffix.
1430 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1431
1432 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1433
1434 * replace.el (keep-lines-read-args): Use `copy-marker'.
1435 (how-many): Save excursion properly.
1436 (occur-mode): Use define-derived-mode.
1437 (perform-replace): Use with-current-buffer.
1438
1439 2001-05-20 Richard M. Stallman <rms@gnu.org>
1440
1441 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1442
1443 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1444
1445 * info.el (Info-read-subfile): Widen before finding the
1446 desired node in the subfile.
1447
1448 * startup.el (command-line-1): When >2 files visited,
1449 leave the last one visible, and make that the selected window.
1450
1451 2001-05-20 Gerd Moellmann <gerd@gnu.org>
1452
1453 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1454
1455 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1456
1457 * international/ccl.el (define-ccl-program): Fix a typo.
1458 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1459
1460 * international/mule.el (decode-char): Fix a typo. From Pavel
1461 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1462
1463 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1464 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1465
1466 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1467 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1468
1469 2001-05-18 Sam Steingold <sds@gnu.org>
1470
1471 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1472 and [RET] to `cvs-mode-find-file'.
1473
1474 2001-05-18 John Wiegley <johnw@gnu.org>
1475
1476 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1477 configuration variable, which determines the initial character
1478 that forces use of an external version of a command. The default
1479 is *, but may be set to \, for example.
1480
1481 * eshell/esh-ext.el (eshell-explicit-command):
1482 Use `eshell-explicit-command-char' instead of ?*.
1483
1484 * eshell/esh-cmd.el (eshell/which):
1485 Use `eshell-explicit-command-char' instead of ?*.
1486
1487 * eshell/em-cmpl.el (eshell-completion-command-name)
1488 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1489 instead of ?*.
1490
1491 2001-05-18 Gerd Moellmann <gerd@gnu.org>
1492
1493 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1494 subst-char-in-string.
1495 (ange-ftp-after-parse-ls-hook): New variable.
1496 (ange-ftp-ls): Run that hook.
1497 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1498
1499 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1500 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1501 text into *Completions*.
1502
1503 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1504 part of which look like email addresses.
1505
1506 2001-05-18 Andrew Innes <andrewi@gnu.org>
1507
1508 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1509 Use . instead of absolute path for lisp dir, to avoid bug in W2K
1510 cmd.exe's handling of FOR loops.
1511 (autoloads): Set find-file-suppress-same-file-warnings to t to
1512 avoid slew of spurious messages.
1513
1514 2001-05-18 Simon Josefsson <simon@josefsson.org>
1515
1516 * mail/smtpmail.el (maybe-append-domain): Renamed to
1517 `smtpmail-maybe-append-domain'.
1518 (smtpmail-via-smtp): Use the new name.
1519
1520 * net/browse-url.el (browse-url-browser-function): Add kde.
1521 (browse-url-kde-program, browse-url-kde-args): New variables.
1522 (browse-url-kde): New function.
1523
1524 2001-05-18 Miles Bader <miles@gnu.org>
1525
1526 * simple.el (delete-horizontal-space, just-one-space):
1527 Use `constrain-to-field' instead of `field-end'/`field-beginning',
1528 because it's more efficient for large files.
1529
1530 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1531
1532 * mail/rmail.el (rmail-require-mime-maybe): New function.
1533 (rmail): Use it.
1534 (rmail-mode): Handle the case of finding Rmail files.
1535
1536 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1537 functions.
1538
1539 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1540
1541 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1542 text-property after moving to the beginning of line and regardless
1543 of the value of font-lock-multiline.
1544
1545 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1546
1547 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1548
1549 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1550 last coding system used before calling set-buffer-modified-p
1551 because that function changes last-coding-system.
1552
1553 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1554
1555 * files.el (switch-to-buffer-other-window)
1556 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1557 the doc string.
1558
1559 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1560
1561 * language/slovak.el, language/czech.el: New maintainer.
1562
1563 2001-05-16 Sam Steingold <sds@gnu.org>
1564
1565 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1566 sub-form of `defgeneric' correctly.
1567
1568 2001-05-16 Gerd Moellmann <gerd@gnu.org>
1569
1570 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1571 of `c'.
1572
1573 * textmodes/outline.el (outline-font-lock-level): Remove the
1574 condition-case, test what outline-level returns instead, to
1575 ease debugging.
1576
1577 * international/mule.el (auto-coding-regexp-alist): New user-option.
1578 (auto-coding-from-file-contents): New function.
1579 (set-auto-coding): Use it to determine a coding system.
1580
1581 2001-05-15 Gerd Moellmann <gerd@gnu.org>
1582
1583 * mouse.el (mouse-delete-other-windows): Doc fix.
1584
1585 * emacs-lisp/lisp-mode.el (lisp-mode):
1586 Make font-lock-keywords-case-fold-search a buffer-local variable with
1587 make-local-variable before setting it.
1588
1589 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1590
1591 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1592 prefixes.
1593
1594 2001-05-14 Gerd Moellmann <gerd@gnu.org>
1595
1596 * hexl.el (hexl-current-address): Print a message when called
1597 interactively.
1598
1599 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1600
1601 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1602
1603 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1604
1605 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1606
1607 2001-05-11 Gerd Moellmann <gerd@gnu.org>
1608
1609 * startup.el (command-line): If parameters have been changed in
1610 the init files which influence font selection, clear the face
1611 cache so that faces get realized with the new parameters.
1612
1613 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1614
1615 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1616
1617 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1618
1619 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1620
1621 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1622 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1623
1624 2001-05-10 Gerd Moellmann <gerd@gnu.org>
1625
1626 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1627 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
1628
1629 2001-05-09 John Wiegley <johnw@gnu.org>
1630
1631 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1632 Annotated the documentation string to tell users about
1633 `eshell-no-numeric-conversions'.
1634
1635 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1636 conversions if a Lisp function has the property
1637 `eshell-no-numeric-conversions' set to a non-nil value.
1638
1639 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1640 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1641 property `eshell-no-numeric-conversions' on the following
1642 functions (which all deal with filesystem entities, and never Lisp
1643 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1644 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1645 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1646 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1647 eshell/which, eshell/addpath.
1648
1649 2001-05-09 John Wiegley <johnw@gnu.org>
1650
1651 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1652 encountered as an argument, don't convert it right away, but tag
1653 the first character of the string with the text properties
1654 `number', which signifies to `eshell-lisp-command' that the
1655 argument should be passed through `string-to-number' if it is
1656 actually used in the call to a Lisp function.
1657
1658 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1659 function, convert any string arguments that have been tagged as
1660 "numbers", by calling string-to-number.
1661
1662 * eshell/esh-util.el (eshell-number-regexp): Now that number
1663 conversions only happen for Lisp function calls, the number regexp
1664 should now match all integer and floating point forms.
1665
1666 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1667 `eshell-continue-process', since they are both nonfunctional at
1668 the moment.
1669 (eshell-proc-initialize): Don't bind keys for
1670 `eshell-stop-process' or `eshell-continue-process'.
1671
1672 * eshell/em-unix.el (eshell-shuffle-files):
1673 Apply `directory-file-name' before calling `file-name-directory'.
1674
1675 * eshell/em-hist.el (eshell-add-to-history): Reference to
1676 `eshell-history-ring' needed to be `eshell-history-index'.
1677
1678 * calendar/timeclock.el (timeclock-find-discrep):
1679 Initialize `elapsed' to 0.
1680 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1681 it's still nil.
1682
1683 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1684
1685 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1686 (archive-mode): Use capitalize.
1687 (archive-unique-fname): Use make-temp-file.
1688
1689 2001-05-09 Gerd Moellmann <gerd@gnu.org>
1690
1691 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1692
1693 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1694
1695 * tar-mode.el (tar-extract): Pay attention to the value of
1696 coding-system-for-read, if it is non-nil.
1697
1698 * calendar/holidays.el (holidays): Add an autoload cookie.
1699 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1700
1701 2001-05-08 John Wiegley <johnw@gnu.org>
1702
1703 * calendar/timeclock.el (timeclock-workday-remaining):
1704 Changed logic for determining how much time is remaining.
1705 (timeclock-workday-elapsed): Don't accept a "relative" argument
1706 for the current day's elapsed time. What could that have meant?
1707 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1708 (timeclock-when-to-leave): Changed logic, similarly to what was
1709 done for `timeclock-workday-remaining'.
1710 (timeclock-find-discrep): Removed "today-only" argument, which had
1711 no meaning. Fixed some more math problems. The function now
1712 returns a three member list: (TOTAL-TIME-DISCREPANCY
1713 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1714
1715 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1716
1717 * w32-fns.el (convert-standard-filename): Start replacing slashes
1718 from the beginning of the file name, not from where the last
1719 invalid character was. From "Andrew Maguire (SWW)"
1720 <Andrew.Maguire@Smallworld.co.uk>
1721
1722 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1723
1724 The following changes are to provide infrastructure for handling
1725 MIME messages to rmail. They don't affect the original behaviour
1726 if rmail-enable-mime is nil.
1727
1728 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1729 (rmail-search-mime-message-function)
1730 (rmail-search-mime-header-function): New variables.
1731 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1732 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1733 `rmail-view-buffer' is hidden.
1734 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1735 call rmai-show-mime-function.
1736 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1737 mode-line-process of rmail-view-buffer.
1738 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1739 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1740 buffer.
1741 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1742 set-buffer to the Rmail buffer.
1743 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1744 rmail-search-mime-header-function.
1745 (rmail-search-message): New function.
1746 (rmail-search): Call rmail-search-message to check if a message
1747 matches REGEXP, lastly update point after calling
1748 rmail-show-message.
1749 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1750 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1751 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1752 header region, refer to rmail-msgref-vector while setting the
1753 current buffer to rmail-buffer temporarily.
1754 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1755 If rmail-enable-mime is non-nil, call
1756 rmail-insert-mime-forwarded-message-function instead of inserting
1757 forwarded message by itself.
1758
1759 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1760 Rmail buffer.
1761 (rmail-set-label, rmail-next-labeled-message): Likewise.
1762
1763 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1764 set-buffer to the Rmail buffer.
1765 (rmail-output-to-rmail-file): Likewise.
1766 (rmail-output): Likewise.
1767
1768 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1769 of mail-fetch-field by rmail-summary-line-decoder.
1770 (rmail-new-summary): Be sure to go to the Rmail buffer.
1771 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1772 rmail-view-buffer to nil.
1773 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1774 rmail-view-buffer.
1775 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1776 rmail-buffer.
1777 (rmail-summary-scroll-msg-down): Likewise.
1778 (rmail-summary-beginning-of-message): Likewise.
1779 (rmail-summary-wipe): Likewise.
1780 (rmail-summary-toggle-header): Use save-window-excursion, not
1781 save-excursion. Update point in rmail-view-buffer, not in
1782 rmail-buffer.
1783 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1784 rmail-view-buffer, not rmail-buffer.
1785
1786 2001-05-07 Gerd Moellmann <gerd@gnu.org>
1787
1788 * cus-edit.el (custom-file): Signal an error if user-init-file is
1789 nil (running -q).
1790
1791 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1792
1793 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1794 Add :version.
1795
1796 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1797 New option.
1798 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1799 only if smtpmail-warn-about-unknown-extensions is set.
1800
1801 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1802 instead of rmail-sort-by-keywords.
1803
1804 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1805 rmail-sort-by-keywords.
1806
1807 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1808 rmail-summary-sort-by-keywords. Doc fix.
1809 (rmail-summary-mode): Doc fix.
1810
1811 * mail/rmail.el (rmail-edit): New Custom group.
1812
1813 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1814 (rmail-edit-mode-hook): New user-option.
1815
1816 2001-05-05 Richard M. Stallman <rms@gnu.org>
1817
1818 * help.el (help-xref-symbol-regexp): Recognize "source of"
1819 and friends, meaning make a link to the source file.
1820 (help-make-xrefs): Handle "source of" and friends
1821 by constructing a link that visits the source file.
1822
1823 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1824
1825 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1826
1827 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1828 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1829 Renamed from perl-font-lock-keywords to avoid clashes.
1830 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1831 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1832 Updated correspondingly.
1833
1834 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1835 Typo `nonexistant' -> `nonexistent'.
1836
1837 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1838
1839 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1840 Split `c-electric-delete' into two functions where
1841 `c-electric-delete-forward' always deletes forward and
1842 `c-electric-delete' only contains the code necessary for XEmacs to
1843 choose between backward and forward deletion.
1844
1845 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1846 get the electric behavior on that key too.
1847 (c-fill-paragraph): Fixed bogus direct use of
1848 c-comment-prefix-regexp, which caused an error when it's a list.
1849
1850 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1851
1852 * dired-aux.el (dired-diff): Doc fix.
1853
1854 * dired.el (dired-diff): Likewise.
1855
1856 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1857
1858 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1859
1860 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1861
1862 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1863 if both the buffer and the file are read-only.
1864
1865 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1866 rather than font-lock-string-face.
1867 (sh-get-indent-info): Treat heredocs like strings.
1868
1869 2001-05-02 Gerd Moellmann <gerd@gnu.org>
1870
1871 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1872 a newline following `}'.
1873 (texinfo-format-email): New function.
1874 (toplevel): Use texinfo-format-email for @email.
1875 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1876 Add `display'.
1877 (texinfo-sort-region): Goto point-min before sorting.
1878 (texinfo-set): Remove leading white space from value.
1879 From yagi@is.titech.ac.jp.
1880
1881 * replace.el (query-replace-regexp-eval): Doc fix.
1882
1883 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1884
1885 * diff-mode.el (diff-nonexistant-face): New face.
1886 (diff-font-lock-keywords): Use it.
1887
1888 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1889
1890 * font-lock.el (font-lock-mode): Doc fix.
1891
1892 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1893 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1894
1895 2001-04-30 Gerd Moellmann <gerd@gnu.org>
1896
1897 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1898 backslash at the start of the here-document delimiter.
1899 (sh-font-lock-syntactic-keywords): Likewise.
1900
1901 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1902
1903 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1904
1905 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1906 (tty-color-translate, tty-color-by-index, tty-color-values)
1907 (tty-color-desc): Doc fix.
1908
1909 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1910
1911 * dired-aux.el (dired-do-create-files, dired-do-copy)
1912 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1913 Mention dired-dwim-target in the doc string.
1914
1915 2001-04-28 Miles Bader <miles@gnu.org>
1916
1917 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1918 (dabbrev--find-expansion): Use it.
1919 (dabbrev--select-buffers): Don't select ignored buffers.
1920
1921 2001-04-27 Gerd Moellmann <gerd@gnu.org>
1922
1923 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1924
1925 2001-04-26 Richard M. Stallman <rms@gnu.org>
1926
1927 * dabbrev.el: Add doc strings for some functions.
1928 (dabbrev--eliminate-newlines): New variable.
1929 (dabbrev--substitute-expansion): Convert newlines to spaces
1930 if dabbrev--eliminate-newlines is set.
1931 If abbrev and expansion are both all-lower-case,
1932 leave dabbrev--last-case-pattern nil.
1933
1934 2001-04-26 Gerd Moellmann <gerd@gnu.org>
1935
1936 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1937 if necessary, like in rmail-show-message.
1938
1939 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1940
1941 * ps-print.el: Color specified by number is forced to be float number.
1942 (ps-print-version): New version number (6.5.1.1).
1943 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1944 initialization.
1945 (ps-prefix-quote): New internal var.
1946 (ps-print-quote): New fun.
1947 (ps-setup, ps-output-frame-properties, ps-float-format)
1948 (ps-format-color): Code fix.
1949 (ps-plot-region): Eliminate redundant foreground color text setting.
1950
1951 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1952
1953 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1954
1955 2001-04-25 Gerd Moellmann <gerd@gnu.org>
1956
1957 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1958
1959 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1960
1961 * info.el (Info-additional-directory-list): Doc fix.
1962
1963 * find-lisp.el (find-lisp-find-dired-filter)
1964 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1965 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
1966
1967 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1968
1969 * progmodes/make-mode.el (makefile-font-lock-keywords):
1970 Rationalize the rules for includes and conditionals and use the
1971 keyword face for them.
1972
1973 * faces.el (modify-face): Add compatibility for non-interactive use.
1974
1975 2001-04-24 John Wiegley <johnw@gnu.org>
1976
1977 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1978 fix from last night, since it wasn't finding eshell/cd.
1979
1980 2001-04-24 Gerd Moellmann <gerd@gnu.org>
1981
1982 * rect.el (string-rectangle): Revert to 20.x behaviour.
1983 (replace-rectangle): Make it an alias for string-rectangle.
1984 (string-insert-rectangle): New function.
1985
1986 2001-04-23 John Wiegley <johnw@gnu.org>
1987
1988 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1989 occurring with Emacs 21's diff.el/compile.el interaction layer.
1990
1991 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1992
1993 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1994 case where the function was defined in a file, but not part of an
1995 eshell module.
1996
1997 2001-04-23 John Wiegley <johnw@gnu.org>
1998
1999 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2000 code to work around a redisplay problem I've been having.
2001
2002 2001-04-23 John Wiegley <johnw@gnu.org>
2003
2004 * calendar/timeclock.el (timeclock-day-required): If the time
2005 required for a particular day is not set, use `timeclock-workday'.
2006 (timeclock-find-discrep): Added some sample code in a comment.
2007
2008 * eshell/eshell.el (eshell-command): Made a few changes so that
2009 `eshell-command' could be called programmatically.
2010
2011 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2012
2013 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2014
2015 2001-04-23 John Wiegley <johnw@gnu.org>
2016
2017 * calendar/timeclock.el: Updated copyright.
2018 (timeclock-generate-report): Don't report the daily or two-week
2019 total, if no time has been worked in that period.
2020 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2021 final computational form, which was unnecessary; corrected a
2022 parsing problem when timeclock-relative was nil.
2023
2024 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2025
2026 * calendar/timeclock.el (timeclock-modeline-display): Check if
2027 `list-entry' is null.
2028 (timeclock-use-display-time): The first argument to `set-variable'
2029 must be a symbol.
2030
2031 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2032
2033 * calendar/calendar.el (diary-entry-marker)
2034 (calendar-today-marker, calendar-holiday-marker):
2035 Use display-color-p instead of window-system.
2036 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2037 instead of window-system.
2038 (calendar-hide-window): Use display-multi-frame-p instead of
2039 window-system.
2040
2041 * calendar/cal-x.el (calendar-two-frame-setup)
2042 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2043 Use display-multi-frame-p instead of window-system.
2044
2045 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2046
2047 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2048
2049 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2050 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2051
2052 2001-04-23 Alex Schroeder <alex@gnu.org>
2053
2054 * goto-addr.el: Instead of defining line-beginning-position and
2055 line-end-position a defalias is used for point-at-bol and point-at-eol.
2056
2057 2001-04-23 Alex Schroeder <alex@gnu.org>
2058
2059 * goto-addr.el: Added XEmacs compatibility code.
2060 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
2061
2062 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2063
2064 * textmodes/paragraphs.el (sentence-end): Doc fix.
2065
2066 2001-04-20 Alex Schroeder <alex@gnu.org>
2067
2068 * sql.el (sql-escape-newlines-and-send): New function.
2069 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
2070
2071 2001-04-20 Alex Schroeder <alex@gnu.org>
2072
2073 * sql.el (sql-db2-program): New option.
2074 (sql-db2-options): New option.
2075 (sql-db2): New function.
2076
2077 2001-04-20 Alex Schroeder <alex@gnu.org>
2078
2079 * sql.el (sql-mode-menu): Added highlighting entries.
2080 (sql-highlight-oracle-keywords): New function.
2081 (sql-highlight-postgres-keywords): New function.
2082 (sql-highlight-ansi-keywords): New function.
2083
2084 2001-04-20 Alex Schroeder <alex@gnu.org>
2085
2086 * sql.el (sql-help): Doc change.
2087
2088 2001-04-19 Karl Fogel <kfogel@collab.net>
2089
2090 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2091 that inserted file content only to delete it immediately.
2092 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2093 <lektu@uol.com.br> for the patch.
2094
2095 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2096
2097 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2098
2099 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2100
2101 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2102 for defmethod.
2103
2104 * comint.el (comint-cr-magic): New function.
2105 (toplevel): Add it to comint-preoutput-filter-functions.
2106
2107 2001-04-18 Andrew Innes <andrewi@gnu.org>
2108
2109 * makefile.w32-in (EMACSLOADPATH): Define.
2110 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
2111 (recompile): Remove stuff to set EMACSLOADPATH.
2112
2113 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2114
2115 * language/slovak.el ("Slovak"): Add tutorial entry.
2116
2117 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2118 browse-url-new-window-p.
2119
2120 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2121
2122 * info.el (Info-menu-update): When there are no menus and/or no
2123 cross references in the node, make the respective items of the
2124 Info menu-bar menu inactive.
2125
2126 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2127
2128 * indent.el (indent-for-tab-command): Call indent-line-function
2129 with no argument if PREFIX-ARG is non-nil.
2130
2131 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2132
2133 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2134
2135 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2136 an async subprocess if start-process is unavailable. Suggested by
2137 Tim Van Holder <tim.van.holder@pandora.be>.
2138
2139 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2140
2141 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2142 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2143
2144 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2145
2146 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2147 manual.
2148
2149 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2150
2151 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2152 (cvs-menu): Add a few entries.
2153
2154 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2155 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2156 lock file appears to be reachable from Emacs.
2157 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2158 (cvs-mode-find-file): Look for cvs-header-face rather than
2159 cvs-dirname-face (which doesn't exist).
2160 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2161
2162 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2163
2164 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2165
2166 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2167 normal-erase-is-backspace on a tty. Instead, bind some keys such
2168 as [delete] directly, like pc-select.el did before
2169 normal-erase-is-backspace was invented.
2170
2171 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2172
2173 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2174
2175 2001-04-11 John Wiegley <johnw@gnu.org>
2176
2177 * eshell/em-ls.el (eshell-ls-insert-directory):
2178 Set font-lock-defaults to nil, to prevent fontification in dired
2179 buffers, if Eshell's ls is being used.
2180
2181 2001-04-11 John Wiegley <johnw@gnu.org>
2182
2183 * calendar/timeclock.el (timeclock-completing-read): New function.
2184 (timeclock-ask-for-project, timeclock-ask-for-reason):
2185 Call `timeclock-completing-read'.
2186
2187 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2188 required where `member' was being used.
2189
2190 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2191
2192 * eshell/em-hist.el (eshell-previous-matching-input):
2193 Don't display "History item" if the the minibuffer is active.
2194
2195 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2196
2197 * startup.el (command-line): Output a newline after printing
2198 an error from loading the window system's init file.
2199
2200 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2201
2202 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2203 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2204 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2205 keywords whose arguments routinely include @@.
2206
2207 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2208
2209 * emacs-lisp/advice.el (ad-make-advised-definition):
2210 Construct advice for subrs differently.
2211
2212 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2213 regexp in parentheses when building the regexp for searching backwards.
2214
2215 * simple.el (completion-list-mode-finish): New function.
2216 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2217
2218 * language/european.el ("Polish"): Change sample text.
2219 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2220
2221 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2222 parameter.
2223
2224 * faces.el (menu): Doc fix.
2225
2226 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2227
2228 * ps-print.el: Footer implementation. Doc fix.
2229 (ps-print-version): New version number (6.5.1).
2230 (ps-header-frame-alist): New customization var for header frame
2231 properties.
2232 (ps-line-number-color): New customization var for line number color.
2233 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2234 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2235 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2236 (ps-right-footer): New customization vars for footers.
2237 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2238 footers.
2239 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2240 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2241 Code fix.
2242 (ps-prologue-file): Indentation fix.
2243 (ps-print-quote): Fun eliminated.
2244 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2245 (ps-output-frame-properties): New fun.
2246 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2247 (ps-skip-newline): Replace defun by defsubst.
2248
2249 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2250
2251 * eshell/eshell.el (eshell-command): Needed a "%s" format
2252 specifier, in case the buffer contains percent characters.
2253
2254 2001-04-10 John Wiegley <johnw@gnu.org>
2255
2256 * calendar/timeclock.el (timeclock-generate-report): Added a
2257 missing insert of the project name.
2258
2259 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2260
2261 * obsolete/profile.el: Moved from emacs-lisp/.
2262
2263 * Makefile.in (nonobsolete_setwins): New macro.
2264 (finder-data): Use it instead of `setwins'.
2265 From: Dave Love <fx@gnu.org>.
2266
2267 * server.el (server-visit-files): Set server-existing-buffer correctly.
2268 (server-visit-files): Run server-visit-hook after going to
2269 line 1 so that the hook can set point as it sees fit.
2270
2271 * bindings.el (mode-line-modified): Unify help messages.
2272
2273 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2274
2275 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2276 All callers changed.
2277
2278 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2279
2280 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2281 long file names aren't supported, truncate the file names in
2282 quail-misc-package-ext-info to 8+3 before matching them against
2283 FILENAME.
2284
2285 * dos-fns.el (dos-truncate-to-8+3): New function.
2286
2287 * progmodes/compile.el (grep-compute-defaults): Use null-device
2288 instead of literal /dev/null. Reported by Jens Schmidt
2289 <schmidt@mathematik.uni-kl.de>.
2290
2291 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2292
2293 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2294
2295 * textmodes/sgml-mode.el: Add unknown maintainer.
2296 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2297 (html-mode-map): Use set-keymap-parent.
2298
2299 2001-04-06 Dave Love <fx@gnu.org>
2300
2301 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2302 Remove redundant string-to-list.
2303
2304 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * composite.el (reference-point-alist): Doc fix.
2307
2308 2001-04-05 Sam Steingold <sds@gnu.org>
2309
2310 * font-lock.el (font-lock-keywords-case-fold-search):
2311 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2312 file made font-lock case-insensitive.
2313
2314 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2315
2316 * faces.el (defface menu): Doc fix.
2317
2318 * wid-edit.el (widget-color-sample-face-get): Don't make
2319 faces for undefined colors.
2320
2321 * version.el (emacs-version): Include LessTif/Motif version info.
2322
2323 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2324
2325 * ps-mule.el: Eliminate cl package dependence.
2326 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2327 if they aren't defined yet.
2328 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2329 Eliminate cl package dependence.
2330
2331 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * progmodes/cc-cmds.el (c-outline-level):
2334 Bind buffer-invisibility-spec. Originally from Dave Love, but
2335 got lost when incorporating version 5.26.
2336
2337 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2338
2339 * emulation/pc-select.el (pc-selection-mode):
2340 Call normal-erase-is-backspace-mode instead of binding
2341 keys individually.
2342
2343 * cus-load.el (normal-erase-is-backspace): Use it instead of
2344 delete-key-deletes-forward.
2345
2346 * startup.el (command-line): Use normal-erase-is-backspace and
2347 normal-erase-is-backspace-mode.
2348
2349 * simple.el (normal-erase-is-backspace): Rename from
2350 delete-key-deletes-forward. Doc fix.
2351 (normal-erase-is-backspace-mode): Rename from
2352 delete-key-deletes-forward-mode. Doc fix.
2353 Run normal-erase-is-backspace-hook.
2354
2355 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2356 ``human-readable'' format produced by GNU `ls'.
2357 (dired-move-to-filename-regexp): Recognize ISO format dates.
2358 From Paul Eggert <eggert@twinsun.com>.
2359
2360 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2361
2362 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2363 New functions.
2364 (lm-verify): Check keywords.
2365 From Eric M. Ludlam <eric@siege-engine.com>.
2366
2367 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2368
2369 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2370 `xemacs' feature instead of for the function `set-extent-property'.
2371
2372 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2373
2374 * mail/mh-utils.el (mh-folder-hist): New var.
2375 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2376
2377 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2380 region, position point on the first or last 16-byte group.
2381 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2382 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2383 hexl-beginning-of-line.
2384
2385 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2386
2387 * icomplete.el (icomplete-mode): Treat an argument like other
2388 modes do.
2389
2390 * startup.el (fancy-splash-head): Use splash8.xpm for color
2391 depth 8.
2392
2393 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2394 Add an antry for ``converts''.
2395
2396 * language/slovak.el ("Slovak"): Add documentation string.
2397 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2398
2399 * language/czech.el ("Czech"): Add documentation string.
2400 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2401
2402 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2403 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2404
2405 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2408 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2409 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2410 Use `defsubst' rather than a macro to ease debugging.
2411 (mail-extr-last): Remove (use `last' instead).
2412 (mail-extract-address-components): Properly reset the syntax-table
2413 after parsing an address. Use `last' rather than mail-extr-last.
2414 Make sure the end marker stays at the very end.
2415
2416 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2417
2418 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2419 last change.
2420
2421 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2422
2423 * ps-print.el: Line and paragraph spacing feature. Region to cut
2424 out when printing. Doc fix.
2425 (ps-print-version): New version number (6.5).
2426 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2427 New vars. Line and paragraph spacing feature.
2428 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2429 out when printing.
2430 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2431 (ps-get-font-size, ps-begin-job, ps-continue-line)
2432 (ps-plot-region): Code fix.
2433 (ps-print-prologue-2): Var eliminated.
2434 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2435 New internal vars.
2436 (ps-get-size): New fun.
2437 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2438 (ps-next-line): Replace defun by defsubst.
2439 (ps-mule-plot-string): Autoload doc fix.
2440
2441 * ps-bdf.el: XEmacs compatibility. Doc fix.
2442 (installation-directory, coding-system-for-read): Declare vars if
2443 it's not declared yet.
2444 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2445
2446 * ps-mule.el: XEmacs compatibility. Doc fix.
2447 (leading-code-private-22): Declare var if it's not declared yet.
2448 (charset-bytes, charset-dimension, charset-id, charset-width)
2449 (find-charset-region, split-char, char-width, chars-in-region)
2450 (forward-point, decompose-composite-char, encode-coding-string)
2451 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2452 Define funs if not defined yet.
2453 (encode-composition-rule, find-composition): Define funs if not
2454 loaded yet.
2455 (ps-mule-prologue): PostScript code fix.
2456
2457 2001-04-02 Kenichi Handa <handa@etl.go.jp>
2458
2459 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2460 non-nil, generate font for the header strings.
2461 (ps-mule-prepare-font): Likewise.
2462 (ps-mule-generate-glyphs): Likewise.
2463 (ps-mule-string-encoding): Likewise.
2464 (ps-mule-header-charsets): New variable.
2465 (ps-mule-encode-header-string): New function.
2466 (ps-mule-header-string-charsets): New function.
2467 (ps-mule-begin-job): Check charsets in the header strings. If there
2468 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2469
2470 * ps-print.el (ps-generate-header-line): Encode the header string by
2471 ps-mule-encode-header-string.
2472 (ps-mule-encode-header-string): Declare autoload.
2473
2474 2001-04-02 Gerd Moellmann <gerd@gnu.org>
2475
2476 * frame.el (cursor-in-non-selected-windows):
2477 Replaces show-cursor-in-non-selected-windows.
2478
2479 2001-03-31 Kenichi Handa <handa@etl.go.jp>
2480
2481 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2482 Delete entries for "chinese-py" and "chinese-ziranma".
2483 (quail-misc-package-ext-info): New variable.
2484 (tsang-quick-converter): New function.
2485 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2486 (quick-cns-converter, py-converter, ziranma-converter)
2487 (miscdic-convert, batch-miscdic-convert): New functions.
2488
2489 2001-03-30 Kenichi Handa <handa@etl.go.jp>
2490
2491 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2492 eight-bit-control chars.
2493
2494 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2495 Reduce making temporary vector (suggested by Dave Love).
2496
2497 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2498
2499 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2500 string as well.
2501
2502 2001-03-30 Andreas Schwab <schwab@suse.de>
2503
2504 * files.el (backup-directory-alist): Fix typo.
2505
2506 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2507
2508 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2509 <eggert@twinsun.com>.
2510
2511 2001-03-30 Dave Love <fx@gnu.org>
2512
2513 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2514
2515 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2516
2517 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2518
2519 2001-03-30 Miles Bader <miles@gnu.org>
2520
2521 * subr.el (interactive-form): Fix paren typo.
2522
2523 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2524
2525 * emacs-lisp/profile.el: Say that it's obsolete in the header
2526 line, so that finder.el puts that into its data-base.
2527 Suggested by Alex Schroeder <alex@gnu.org>.
2528
2529 2001-03-29 Paul Eggert <eggert@twinsun.com>
2530
2531 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2532 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2533
2534 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2535
2536 * generic.el (generic-mode-set-comments): Use "" rather than nil
2537 for comment-end.
2538
2539 2001-03-29 Gerd Moellmann <gerd@gnu.org>
2540
2541 * emacs-lisp/advice.el (ad-make-advised-definition):
2542 Call interactive-form to obtain the interactive spec of subrs.
2543
2544 * subr.el (interactive-form): New function.
2545
2546 2001-03-29 Andre Spiegel <spiegel@gnu.org>
2547
2548 * vc-sccs.el (vc-sccs-register): Use relative file names.
2549
2550 2001-03-28 Gerd Moellmann <gerd@gnu.org>
2551
2552 * bookmark.el (bookmark-get-bookmark): Handle case that
2553 BOOKMARK is not a string.
2554
2555 * image.el (image-type-regexps): Change type for PS files
2556 to `postscript'.
2557
2558 * subr.el (read-passwd): Clear command history after each
2559 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2560
2561 2001-03-27 Kenichi Handa <handa@etl.go.jp>
2562
2563 * international/kkc.el (kkc-save-init-file): Locally bind
2564 print-length to nil.
2565
2566 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2567
2568 * textmodes/flyspell.el: Some doc fixes.
2569 (flyspell-maybe-correct-transposition)
2570 (flyspell-maybe-correct-doubling): Use a temporary buffer
2571
2572 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2573
2574 * emacs-lisp/byte-opt.el (byte-optimize-while)
2575 (byte-optimize-form-code-walker): Diagnose too few arguments
2576 for `if' and `while'.
2577
2578 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2579
2580 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2581 Prepend `\' to "\<quail-translation-docstring>".
2582
2583 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2584
2585 * autorevert.el (global-auto-revert-non-file-buffers):
2586 Remove duplicate defcustom.
2587
2588 2001-03-26 Miles Bader <miles@gnu.org>
2589
2590 * international/latin1-disp.el (latin1-char-displayable-p):
2591 Add leading "-" for X font pattern.
2592
2593 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2594
2595 * international/mule-diag.el (describe-coding-system):
2596 For raw-text and emacs-mule, don't add anymore text about what
2597 charsets they can encode.
2598
2599 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2600
2601 * help.el (view-lossage): Mention open-dribble-file in the doc
2602 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2603
2604 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2607 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2608
2609 2001-03-23 Kenichi Handa <handa@etl.go.jp>
2610
2611 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2612 Call ccl-execute-on-string directly so that CCL program handling
2613 multibyte sequence can work correctly.
2614 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2615 property of the coding system.
2616
2617 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2620 Fix transcription typo.
2621
2622 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2623
2624 * whitespace.el: Add buffer local variables to toggle testing of
2625 whitespaces in buffers without affecting the default values.
2626 Bump version to 3.0 to account for a few other changes.
2627 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2628 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2629 (whitespace-toggle-spacetab-check): New functions.
2630
2631 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2632
2633 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2634
2635 2001-03-21 Gerd Moellmann <gerd@gnu.org>
2636
2637 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2638 bs-cycle-configuration-name. From Juanma Barranquero
2639 <lektu@uol.com.br>.
2640
2641 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2642 and cc-vars.el.
2643
2644 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2645 headers. Always invoke sendmail with option -t.
2646
2647 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2648
2649 * Release of cc-mode 5.28.
2650
2651 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2652
2653 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2654 Removed the hardcoded switch to "java" style in Java mode.
2655 It's instead taken care of by the default value for c-default-style.
2656
2657 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2658
2659 * cc-align.el (c-lineup-math): Fix bug where lineup was
2660 triggered by equal signs in string literals.
2661
2662 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2663
2664 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2665 limit detection when at the ends of the buffer.
2666
2667 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2668 "for" statement clause in case 7F; a better one is done
2669 earlier in case 7D anyway.
2670
2671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2672
2673 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2674 somewhat more and did a small optimization.
2675
2676 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2677
2678 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2679 Use the limit argument only to limit the syntactic context
2680 search, not to limit the actual movement.
2681
2682 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2683 inside multiline strings, just like in comments. Also various
2684 fixes to the paragraph and comment prefix recognition, block
2685 comment ender handling etc.
2686
2687 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2688
2689 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2690 the relative position of the point.
2691
2692 * cc-cmds.el (c-electric-continued-statement): New function to
2693 use as abbrev hook to reindent for keywords such as "else"
2694 that continues an earlier statement.
2695
2696 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2697 like classes.
2698
2699 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2700 (pike-mode): Populate the default abbrev tables to reindent for
2701 keywords such as "else" that can continue earlier statements.
2702 Abbrev mode is therefore turned on by default now. (Note that
2703 this doesn't apply to idl-mode, since IDL afaik doesn't have
2704 statements at all.)
2705
2706 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2707
2708 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2709 bracelists where the declaration contains template arguments.
2710
2711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2712
2713 * cc-cmds.el (c-comment-indent):
2714 Use `c-get-syntactic-indentation' to correctly calculate the
2715 syntactic indentation. Fixes bug with lineup functions that
2716 return vectors.
2717
2718 * cc-engine.el (c-get-syntactic-indentation): Split the
2719 indentation sum calculation from `c-indent-line' to a separate
2720 function.
2721
2722 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2723
2724 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2725 Fixed places where it was assumed that preprocessor directives
2726 have to start in column zero.
2727
2728 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2729 template arguments after a class identifier properly.
2730
2731 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2732 lists for `new Foo[]' constructs in Java as expressions and
2733 not top level definition brace lists on the top level, so that
2734 they'll get indented consistently with the same type of
2735 expression in a normal block.
2736
2737 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2738
2739 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2740 whether the adaptive filling package fails to keep the comment
2741 prefix is now kludged further to check for filladapt-mode
2742 which doesn't have that problem. This is really icky, but it's
2743 the only way that works with the current misfeatures/bugs in
2744 both adaptive-fill-mode and filladapt-mode.
2745
2746 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2747 around point is recognized more robust.
2748
2749 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2750
2751 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2752 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2753 (c-lit-type): Fixed all internal variables used dynamically so
2754 that they are always bound.
2755
2756 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2757 errors:
2758
2759 (c-indent-region): Fixed reporting of syntactic errors so that
2760 the region is fully reindented even when an error occurs.
2761 The last syntactic error is printed afterwards. Also cleanup up a
2762 whole lot of code that tried to optimize indentation of whole
2763 sexps but in reality accomplishes nothing.
2764
2765 (c-indent-sexp): Use c-indent-region.
2766
2767 (c-parsing-error): Changed this variable to hold the message
2768 for any syntactic error that is discovered.
2769
2770 (c-parse-state): Search backward from point instead of the bod
2771 position when the latter is invalid. This makes CC Mode
2772 recover faster when there are unbalanced close braces.
2773
2774 (c-backward-to-start-of-if): Use c-parsing-error to report
2775 dangling "else" clauses instead of throwing an error, and fall
2776 back to a reasonable position.
2777
2778 (c-indent-line): Added argument to avoid reporting syntactic errors.
2779
2780 (c-show-syntactic-information): Don't report any syntactic errors.
2781
2782 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2783
2784 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2785 paragraph recognition when moving by sentence in literals.
2786
2787 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2788 start regexp for javadoc to recognize javadoc markup in general instead
2789 of a specific set of keywords, to be more future-safe.
2790
2791 (c-Pike-pikedoc-paragraph-start)
2792 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2793 pikedoc markup.
2794
2795 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2796
2797 (pike-mode): Initialize paragraph settings pikedoc recognition.
2798
2799 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2800
2801 (c-comment-prefix-regexp): Made it possible to use an
2802 association list on this to specify mode specific regexps.
2803 The default value now use a special regexp in Pike mode to
2804 recognize pikedoc markup.
2805
2806 (c-current-comment-prefix): New variable containing the actual
2807 regexp from c-comment-prefix-regexp for the current buffer.
2808
2809 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2810
2811 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2812 lists: We can't look at the syntax, since a brace list can get
2813 recognized as a plain statement-cont.
2814
2815 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2816 special brace list opener broken over two lines got recognized
2817 as a statement on the second line. Case 9A changed.
2818
2819 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2820
2821 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2822 adjustment after line is reindented.
2823
2824 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2825
2826 * cc-defs.el (c-point): Added optional argument for position
2827 to use instead of the current point.
2828
2829 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2830 the in-expression block symbols when the construct starts at
2831 boi, to avoid the extra level of indentation in that case.
2832 Cases 4, 16A and 17E affected.
2833
2834 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2835
2836 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2837 calls to `c-indent-line', to adhere better to Emacs conventions.
2838
2839 * cc-engine.el (c-indent-line): Use the syntax already bound
2840 to `c-syntactic-context', if there is any.
2841
2842 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2843
2844 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2845 wasn't added up correctly when a lineup function returned nil.
2846
2847 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2848
2849 * cc-engine.el (c-collect-line-comments): Fixed bug where
2850 empty lines were ignored when collecting line comments backwards.
2851
2852 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2853
2854 * cc-align.el (c-lineup-dont-change): Return an absolute
2855 indentation column to work correctly in the case when several
2856 syntactic elements are processed for the same line.
2857
2858 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2859 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2860 (c-set-offset): Added absolute indentation column settings by
2861 using the vector type.
2862
2863 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2864
2865 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2866 Implemented two new cleanups `space-before-funcall' and
2867 `compact-empty-funcall'.
2868
2869 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2870
2871 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2872 helping building regexps.
2873
2874 * cc-engine.el (c-on-identifier): New function for detecting
2875 identifiers. It takes keywords into account.
2876
2877 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2878 lists. `c-keywords' is set to a regexp matching all keywords
2879 in the current language.
2880
2881 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2882
2883 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2884 list of characters to skip backwards over at the beginning of
2885 a statement, since it can precede string literals in Pike.
2886
2887 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2888
2889 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2890 recognition when standing on the last line in a C++ comment
2891 with nothing but whitespace after the prefix.
2892
2893 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2894 given no limit argument.
2895
2896 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2897
2898 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2899 recognition for the `[]= operator symbol in Pike.
2900
2901 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2902
2903 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2904 around a bug in `eval-when-compile' in the byte compiler.
2905
2906 * cc-engine.el (c-forward-token-1): Fixed bug with return
2907 value when count is zero and there's no token start within the limit.
2908
2909 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2910 "prefix comments", i.e. comments which are followed by code on
2911 the same line.
2912
2913 * cc-mode-19.el: Fixes so that checks that must be done at
2914 compile time also are done then.
2915
2916 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2917
2918 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2919 time and at runtime, and only when it's needed.
2920
2921 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2922
2923 Major cleanup for less error prone and more warning free
2924 compilation, including some fixes for bugs due to different
2925 compilation orders. Thanks to Martin Buchholz for providing
2926 the basis for all this.
2927
2928 * cc-bytecomp.el: New file that provides some byte compilation
2929 features: It ensures that files always are loaded from the
2930 current source directory during compilation, and it provides a
2931 set of macros to turn off specific compiler warnings for
2932 specific symbols. (It's not CC Mode specific in any way.)
2933
2934 Fixed a nearly acyclic dependency tree (both runtime and
2935 compile-time) between all files.
2936
2937 * cc-defs.el: Separated all macros before the inline functions,
2938 to ensure correct compilation.
2939
2940 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2941 cc-defs.el to cc-engine.el and made it a function instead.
2942
2943 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2944 about char-after.
2945
2946 * cc-vars.el: Cope even when there isn't a custom package
2947 containing defcustom available.
2948
2949 * cc-make.el: Removed since it's no longer necessary.
2950
2951 README: Updated installation instructions.
2952
2953 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2954
2955 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2956 improve the modularity: Moved all mode init stuff from
2957 cc-langs.el to cc-mode.el, including the keymap
2958 initialization; cc-langs now only contains the various
2959 variables for configuring the language syntax.
2960
2961 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2962 (c-get-offset): Moved from cc-styles to cc-engine since file
2963 dependency analysis suggests they belong there (which also
2964 makes more sense). Thanks to Martin Buchholz for doing the analysis.
2965
2966 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2967
2968 * cc-cmds.el (c-fn-region-is-active-p): New function that
2969 wraps the corresponding macro, for use in places that aren't
2970 compiled. Thanks to Martin Buchholz for pointing out this.
2971
2972 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2973
2974 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2975 add things to the bug report.
2976
2977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2978
2979 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2980 returned prefix could contain a newline when the search for a
2981 good prefix line failed.
2982
2983 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2984
2985 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2986 (c-toggle-auto-hungry-state): Made the argument optional, as
2987 the documentation says it is.
2988
2989 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2990
2991 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2992 multiline string syntax, #"...", as a cpp macro.
2993
2994 2001-03-21 Paul Eggert <eggert@twinsun.com>
2995
2996 * international/mule-cmds.el (set-locale-environment):
2997 Set system-messages-locale and system-time-locale, but only if the
2998 caller specifies a non-nil locale name.
2999
3000 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3001
3002 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3003 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3004
3005 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3006
3007 * follow.el (follow-avoid-tail-recenter): Doc fix.
3008
3009 * custom.el (custom-set-variables): Avoid reversing the list
3010 of args needlessly.
3011
3012 * startup.el (fancy-splash-head): Don't change the colors of the
3013 XPM image on a dark background.
3014
3015 * comint.el (comint-exec-1): Set columns of the terminal to
3016 window-width instead of frame-width.
3017
3018 * info.el (Info-scroll-down): Add missing WINDOW arg for
3019 pos-visible-in-window-p.
3020
3021 * ehelp.el (electric-help-mode-hook): Add defcustom.
3022
3023 * mail/sendmail.el (mail-mode): Activate case-folding in
3024 font-lock-defaults.
3025
3026 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3027
3028 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3029 (completion-ignored-extensions): Remove duplicate ".class".
3030
3031 2001-03-19 Andreas Schwab <schwab@suse.de>
3032
3033 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3034 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3035
3036 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3037
3038 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3039 methods since there are not prefix input methods.
3040
3041 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3042
3043 * international/mule-cmds.el (read-input-method-name):
3044 Locally bind enable-recursive-minibuffers to t.
3045
3046 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3047
3048 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3049
3050 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3051
3052 * ediff-util.el: Copyright years.
3053 (ediff-choose-syntax-table): New function.
3054 (ediff-setup): Use ediff-choose-syntax-table.
3055
3056 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3057 with-syntax-table.
3058
3059 * ediff.el: Date of last update, copyright years.
3060
3061 * ediff-wind (ediff-setup-control-frame): Nill->nil.
3062
3063 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3064 of Scott Bronson.
3065 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3066 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3067 Deleted functions.
3068 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3069 ex-token-list.
3070
3071 * viper-util.el: Spaces, indentation.
3072
3073 * viper.el: Changed version, modification time.
3074
3075 2001-03-16 John Wiegley <johnw@gnu.org>
3076
3077 * calendar/timeclock.el (timeclock-workday-remaining):
3078 Check whether `discrep' is non-null before using it.
3079
3080 2001-03-16 John Wiegley <johnw@gnu.org>
3081
3082 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3083 first-time checkins.
3084 (timeclock-log-data): Fixed problem with reading timelog log file.
3085 Resulting data in the "day list" was incorrect.
3086 (timeclock-find-discrep): Check if `timeclock-file' is readable
3087 before opening it.
3088 (timeclock-time-less-p): New function.
3089 (timeclock-day-base): New function.
3090 (timeclock-geometric-mean): New function.
3091 (timeclock-generate-report): Generate a summary report based on
3092 the contents of the log file. This uses `timeclock-log-data', and
3093 is an example of writing a timelog manipulation function.
3094 (timeclock-visit-timelog): A quick command for opening the timelog
3095 file.
3096 (timeclock-log-data): Bound the variable event.
3097
3098 2001-03-16 Kenichi Handa <handa@etl.go.jp>
3099
3100 * international/mule-cmds.el (select-safe-coding-system):
3101 Fix typo: symbol-name -> symbol-value.
3102
3103 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3104 before substitute-in-file-name to handle double slashes in FILE
3105 correctly.
3106
3107 2001-03-15 Gerd Moellmann <gerd@gnu.org>
3108
3109 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3110 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3111
3112 2001-03-14 Gerd Moellmann <gerd@gnu.org>
3113
3114 * bindings.el (features): Add `md5' and `overlay' to the list.
3115
3116 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3117 bound before using it. It's not bound when configured without X,
3118 for instance.
3119
3120 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3121
3122 * progmodes/hideshow.el: Update copyright.
3123 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3124 (hs-minor-mode-hook): Include `:version' in defcustom form.
3125
3126 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3127
3128 * help.el (string-key-binding): Don't call event-start on
3129 a non-list.
3130
3131 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3132
3133 * startup.el (fancy-splash-tail, command-line-1): Fix the
3134 copyright year.
3135
3136 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3137
3138 * term.el: These changes are based on a patch sent from Yong Lu
3139 <lyongu@yahoo.com>.
3140 (term-set-escape-char): Bind M-x to execute-extended-command in
3141 term-raw-escape-map.
3142 (term-move-columns): Don't try to move to negagive column.
3143 (term-emulate-terminal): Insert a string before deleting a text to
3144 overwrite.
3145
3146 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3147
3148 * play/life.el (life): Rearrange code so that all calls to
3149 life-display-generation are in a catch-form.
3150
3151 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3152 file that isn't interesting. In an interesting file, push the old
3153 value of point on the mark ring.
3154
3155 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3156 New function.
3157 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3158 Use it.
3159
3160 * emacs-lisp/autoload.el (generate-file-autoloads):
3161 Remove warning about line lengths.
3162
3163 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3164
3165 * progmodes/etags.el (tags-compression-info-list): New variable.
3166 (find-tag-in-order): Use it to deal with compressed source files.
3167 (tag-file-name-match-p): New function.
3168 (etags-recognize-tags-table): Use it for better match of file names.
3169
3170 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3171
3172 * international/mule-cmds.el (register-input-method): Doc fix.
3173
3174 * international/quail.el (quail-translate-key): Fix condition to
3175 check if there's another breaking point in the current key.
3176
3177 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3178
3179 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3180 Babyl header to the newly-created output file, bind
3181 coding-system-for-write to either rmail-file-coding-system or
3182 emacs-mule-unix.
3183
3184 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3187 Fix the name and regexp used for subsubsections.
3188
3189 2001-03-10 Dave Love <fx@gnu.org>
3190
3191 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3192 and save-buffer if buffer-file-name non-nil. From rms.
3193
3194 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3195
3196 * vc.el (vc-do-command): If the destination buffer is already
3197 current, don't set it up and don't erase it. Updated doc string
3198 to reflect that.
3199 (vc-version-diff): When doing a single file diff, don't switch to the
3200 *vc-diff* buffer before the command. This is to preserve local
3201 variable bindings that might affect the diff command.
3202 (vc-print-log): Don't switch to the *vc* buffer before the
3203 command, so that local variable bindings are preserved.
3204
3205 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3206 not the current buffer.
3207 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3208
3209 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3210 make output go to buffer *vc*, not the current buffer.
3211
3212 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3213
3214 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3215 so ^, $, *, ? and + are interpreted correctly.
3216
3217 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3218
3219 * help.el (string-key-binding): Renamed from
3220 mode-line-key-binding. Handle any event on a string.
3221 Check for `keymap' properties as well as `local-map' properties.
3222
3223 * comint.el (comint-insert-clicked-input): Use the last key
3224 from this-command-keys to lookup the global key definition.
3225
3226 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3227
3228 * international/characters.el: Add category `j' for
3229 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3230
3231 * international/mule-conf.el (no-conversion): Fix docstring.
3232 (raw-text): Fix docstring.
3233
3234 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3235
3236 * simple.el (choose-completion-string): When not leaving the
3237 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3238 is set.
3239
3240 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3241 parameter `(minibuffer . t)'.
3242
3243 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3244
3245 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3246 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3247 (sh-mode): Remove `make-local-variable' for unused var
3248 `font-lock-unfontify-region-function'.
3249
3250 2001-03-07 Richard M. Stallman <rms@gnu.org>
3251
3252 * info.el (Info-scroll-down): Fix previous change.
3253
3254 * mail/rmail.el (rmail-toggle-header): Use a window which
3255 is showing the Rmail buffer, rather than the selected window.
3256
3257 2001-03-07 Dave Love <fx@gnu.org>
3258
3259 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3260 now, to avoid problems with binding imenu directly to a mouse event.
3261
3262 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3263
3264 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3265 second arg t.
3266
3267 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3268
3269 * log-edit.el (log-edit-common-indent): New var.
3270 (log-edit-set-common-indentation): Renamed from
3271 log-edit-delete-common-indentation. Use the new var.
3272 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3273
3274 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3275 (cvs-mode-add-change-log-entry-other-window):
3276 Don't presume change-log-default-name is defined.
3277
3278 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3279
3280 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3281 the "tree" operation as well.
3282
3283 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3284
3285 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3286 to match paragraph-start.
3287
3288 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3289 comment-start-skip and set comment-end-skip as well.
3290 (sgml-comment-indent): Fix for new value of comment-start-skip.
3291 (html-autoview-mode): Don't bother using make-local-hook.
3292
3293 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3294
3295 * cus-edit.el (custom-save-delete): Move in front of local
3296 variables, otherwise long Custom entries would make them ineffective.
3297
3298 * uniquify.el: Set maintainer to FSF.
3299
3300 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3301
3302 * dired-aux.el (dired-do-shell-command): Doc fix.
3303
3304 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3305
3306 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3307
3308 * which-func.el (which-func-modes): Add cperl-mode.
3309 (which-func-mode-global): Use define-minor-mode.
3310
3311 * info-look.el: Docstring fixes and dead code eliminated.
3312 (cperl-mode): Add support.
3313 (emacs-lisp-mode): List all entries from elisp manual, whether
3314 or not they are currently (f)bound or not. Update regexp.
3315
3316 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3317
3318 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3319 so that C-h m shows the correct information.
3320 Use make-local-variable rather than make-variable-buffer-local.
3321 (cperl-info-buffer, cperl-setup-tmp-buf):
3322 Use make-local-variable rather than make-variable-buffer-local.
3323 (cperl-msb-fix, cperl-get-help-defer):
3324 Check major-mode for `cperl-mode' as well.
3325
3326 * progmodes/cperl-mode.el: Updated to author version 4.23.
3327 (cperl-electric-pod): SYNOPSIS was misspelled.
3328 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3329 (cperl-after-expr-p): Make true after __END__.
3330
3331 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3332
3333 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3334 bookmark-completion-ignore-case is t.
3335
3336 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3337 switch, like xterm, and concat resource strings, with a newline
3338 between them.
3339
3340 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3341
3342 * international/codepage.el (cp770-decode-table)
3343 (cp773-decode-table, cp774-decode-table): New variables.
3344
3345 * man.el (Man-hyphenated-reference-regexp): New variable.
3346 (Man-build-references-alist): Use it to search for referenced
3347 manpages. If hyphenated is non-nil, record a concatenated word in
3348 Man-refpages-alist only if it matches Man-reference-regexp.
3349 Update word's length when it is concatenated. Reverse the list,
3350 to get the first manpage at the head.
3351 (Man-possibly-hyphenated-word): New function.
3352 (Man-follow-manual-reference): Use it instead of current-word to
3353 find a manpage at point, in a way that accounts for hyphenated
3354 references.
3355
3356 2001-03-06 Alex Schroeder <alex@gnu.org>
3357
3358 * sql.el (sql-interbase): New function.
3359 (sql-interbase-program): New option.
3360 (sql-interbase-options): New option.
3361 And some typos fixed: "customise" to "customize".
3362
3363 2001-03-06 Dave Love <fx@gnu.org>
3364
3365 * textmodes/flyspell.el (flyspell-region):
3366 Set up flyspell-local-mouse-map.
3367
3368 2001-03-05 Richard M. Stallman <rms@gnu.org>
3369
3370 * mail/rmail.el (rmail-retry-failure):
3371 Don't call rmail-beginning-of-message.
3372 Don't discard From: field. Do discard Received: field.
3373 Use unwind-protect to re-prune.
3374 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3375
3376 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3377
3378 * international/quail.el (quail-title): Add autoload cookie.
3379
3380 2001-03-05 Dave Love <fx@gnu.org>
3381
3382 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3383 new defs.
3384
3385 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3386
3387 * language/ethio-util.el (ethio-toggle-space):
3388 Update current-input-method-title if necessary.
3389 (ethio-toggle-punctuation): Likewise.
3390
3391 * international/quail.el (quail-title): Fix for the case that a
3392 title of an input method is specified by a list of the same form
3393 as used in mode-line-format.
3394
3395 * international/mule-cmds.el (activate-input-method):
3396 If current-input-method-title is set by activating INPUT-METHOD,
3397 respect that value.
3398
3399 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3400
3401 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3402
3403 2001-03-05 Alex Schroeder <alex@gnu.org>
3404
3405 * sql.el (sql-sybase): Fix typo (was: query user about server two
3406 times instead of server and database).
3407
3408 * sql.el (sql-sybase): Doc change.
3409 (sql-mysql): Doc change.
3410 (sql-postgres): Doc change.
3411
3412 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3413
3414 * international/mule-conf.el (emacs-mule, raw-text):
3415 Docstring modified.
3416
3417 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3418
3419 * term/internal.el: Update copyright notice.
3420
3421 * term/pc-win.el: Update copyright notice.
3422
3423 2001-03-02 Dave Love <fx@gnu.org>
3424
3425 * files.el (insert-file-contents-literally):
3426 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3427 not jka-compr-compression-info-list.
3428
3429 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3430
3431 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3432 spaces in default comment-start-skip settings rather than \s-.
3433
3434 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3435
3436 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3437 default-frame-alist as well.
3438
3439 2001-03-01 Dave Love <fx@gnu.org>
3440
3441 * textmodes/reftex.el (defvar): Wrap some defvars in
3442 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3443
3444 * subr.el (event-basic-type): Doc fix.
3445
3446 * international/quail.el: Doc fixes.
3447
3448 * international/utf-8.el: Doc fixes.
3449
3450 * international/mule-cmds.el: Doc fixes.
3451 (leim-list-header): Fix header text.
3452
3453 * international/mule.el (coding-system-category): Doc fix.
3454
3455 * international/ccl.el (ccl-compile): Doc fix.
3456
3457 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3458
3459 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3460 rather than (before|after)-change-functions.
3461
3462 2001-03-01 Gerd Moellmann <gerd@gnu.org>
3463
3464 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3465 scroll-left and scroll-right being called interactively so that
3466 they set the window's min_hscroll.
3467
3468 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3469
3470 * info.el (info-insert-file-contents-1): Accept an additional
3471 argument `lfn': if it is non-nil, concatenate `filename' and
3472 `suffix'; otherwise use the complicated MS-DOS code.
3473 All callers changed.
3474 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3475 can access long file names, try the long file-name version of
3476 `info-insert-file-contents-1', then the short file-name version.
3477
3478 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
3479
3480 * language/ethio-util.el (setup-ethiopic-environment-internal):
3481 Change bindings of functions keys to conform to "Emacs Lisp Coding
3482 Convention".
3483
3484 * language/ethiopic.el ("Ethiopic"): Add documentation.
3485
3486 2001-02-28 Kenichi Handa <handa@etl.go.jp>
3487
3488 * international/utf-8.el (mule-utf-8): Set coding-category
3489 property to coding-category-utf-8.
3490
3491 2001-02-27 Richard M. Stallman <rms@gnu.org>
3492
3493 * lpr.el (lpr-page-header-switches, print-region-1):
3494 Undo 2000-07-06 change.
3495 (lpr-add-switches): Default to t on gnu/linux.
3496
3497 2001-02-27 Gerd Moellmann <gerd@gnu.org>
3498
3499 * bs.el (bs-attributes-list): Doc fix.
3500
3501 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3502
3503 * help.el (describe-project): Display the file THE-GNU-PROJECT.
3504
3505 * help.el (view-order-manuals): Use goto-address.
3506
3507 * startup.el (command-line-1): Add info about ordering manuals
3508 to the not so fancy splash screens.
3509
3510 2001-02-26 Andre Spiegel <spiegel@gnu.org>
3511
3512 * vc.el (vc-default-workfile-unchanged-p)
3513 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3514
3515 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3516
3517 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3518 fontify in the right buffer.
3519
3520 * allout.el (outline-flag-region): Move macro in front of first
3521 use to avoid a run-time error.
3522
3523 2001-02-24 Andrew Innes <andrewi@gnu.org>
3524
3525 * makefile.w32-in: Fix copyright notice.
3526
3527 2001-02-24 Kenichi Handa <handa@etl.go.jp>
3528
3529 * international/utf-8.el (mule-utf-8): Set correct value for
3530 valid-codes property.
3531
3532 * international/fontset.el (x-complement-fontset-spec): In the
3533 case that we use ASCII font for the other charsets, use only
3534 family and registry part of it.
3535
3536 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3537
3538 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3539 (shrink-window-if-larger-than-buffer): Doc fix.
3540
3541 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3542
3543 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3544 predicate passed to completing-read.
3545
3546 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * startup.el (command-line): Fix last change.
3549
3550 2001-02-23 Jason Rumney <jasonr@gnu.org>
3551
3552 * startup.el (tool-bar-originally-present): New variable.
3553 (command-line): Set it if the tool-bar is switched on at startup.
3554
3555 * frame.el (frame-notice-user-settings): Only adjust frame height
3556 for no tool-bar case if tool-bar was originally switched on.
3557 From E. Jay Berkenbilt.
3558
3559 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3560
3561 * server.el (server-switch-buffer): Only switch window if the
3562 current one is dedicated.
3563
3564 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3565 rather than using (match-beginning 0) when searching for break point.
3566
3567 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3568
3569 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3570 @ follows an accent command such as @'. Support optional braces
3571 in commands that insert accents, like makeinfo does.
3572
3573 2001-02-22 Gerd Moellmann <gerd@gnu.org>
3574
3575 * startup.el (fancy-splash-text): Add a line for ordering
3576 manuals. Reverse order of splash screens shown.
3577 (use-fancy-splash-screens-p): Adapt to the text line added.
3578
3579 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3580 manuals from the FSF.
3581
3582 * help.el (view-order-manuals): New function.
3583 (toplevel): Bind C-h C-m to this function.
3584
3585 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3586
3587 * newcomment.el (comment-forward): Skip the comment-start before
3588 searching for the comment-end.
3589
3590 2001-02-21 Dave Love <fx@gnu.org>
3591
3592 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3593
3594 * international/mule-cmds.el, international/mule.el: Doc fixes.
3595
3596 2001-02-21 Gerd Moellmann <gerd@gnu.org>
3597
3598 * startup.el (fancy-splash-screens): Use display-hourglass
3599 instead of display-busy-cursor.
3600
3601 * frame.el (display-hourglass): Renamed from busy-cursor.
3602 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3603 (show-cursor-in-non-selected-windows): Doc fix.
3604
3605 2001-02-20 Dave Love <fx@gnu.org>
3606
3607 * international/utf-8.el: Doc and commentary fixes.
3608
3609 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3610
3611 * ehelp.el (with-electric-help): Doc fix.
3612
3613 2001-02-20 Gerd Moellmann <gerd@gnu.org>
3614
3615 * msb.el (msb-mode): Call the update-buffers function explicitly
3616 with a FORCE argument.
3617
3618 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3619 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3620 returns nil.
3621
3622 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3623
3624 * ps-print.el: Timestamp package replacement. Some enhancements.
3625 Some XEmacs compatibility. Doc fix.
3626 (ps-print-version): New version number (6.4).
3627 (ps-printer-name): Initialization fix.
3628 (ps-zebra-stripe-follow): Funcionality enhancement.
3629 (ps-prologue-file): Code enhancement.
3630 (ps-right-header): Timestamp package replacement.
3631 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3632 (ps-get-page-dimensions)
3633 (ps-generate-header, ps-begin-file, ps-begin-job)
3634 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3635 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3636 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3637 (coding-system-for-write): Var declaration (XEmacs compatibility).
3638
3639 2001-02-20 Miles Bader <miles@gnu.org>
3640
3641 * image-file.el (image-file-name-extensions): Add "tif".
3642
3643 2001-02-19 Gerd Moellmann <gerd@gnu.org>
3644
3645 * wid-edit.el (widget-button-click): Save the selected window
3646 around the code handling clicks on buttons.
3647
3648 2001-02-18 Dave Love <fx@gnu.org>
3649
3650 * imenu.el (imenu--generic-function): Use mapc to iterate over
3651 syntax characters.
3652
3653 2001-02-17 Richard M. Stallman <rms@gnu.org>
3654
3655 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3656
3657 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3658
3659 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3660
3661 * mouse.el (mouse-save-then-kill): If the distance from the new
3662 point to the mark is equal to the distance of point from the new
3663 point, move point instead of the mark.
3664
3665 2001-02-16 Dave Love <fx@gnu.org>
3666
3667 * textmodes/flyspell.el (flyspell-get-word): Return string without
3668 properties.
3669
3670 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3671
3672 * generic.el (generic-find-file-regexp): Doc fix.
3673 (generic-ignore-files-regexp): New defcustom.
3674 (generic-mode-find-file-hook): If the file's name matches the
3675 regexp in `generic-ignore-files-regexp', don't enter
3676 default-generic-mode. Doc fix.
3677
3678 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3679
3680 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3681 Add autoload cookies.
3682
3683 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3684 of cal-tex-24.
3685
3686 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3689
3690 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3691 the character class after the (optional) drive, to support file
3692 names with embedded blanks.
3693
3694 2001-02-15 Sam Steingold <sds@gnu.org>
3695
3696 * textmodes/tex-mode.el (tex-shell-running):
3697 Check the process buffer too.
3698
3699 2001-02-15 Dave Love <fx@gnu.org>
3700
3701 * battery.el (battery-status-function): Fix doc, :type.
3702
3703 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3704
3705 2001-02-15 Gerd Moellmann <gerd@gnu.org>
3706
3707 * subr.el (read-passwd): Clear Lisp memory holding password.
3708
3709 2001-02-15 Miles Bader <miles@gnu.org>
3710
3711 * info.el (Info-copy-current-node-name): New function.
3712 (Info-mode-menu): Add it to the menu.
3713
3714 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3715
3716 * international/mule-cmds.el (toggle-input-method): Doc fix.
3717
3718 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3719
3720 * replace.el (occur): Stop at end of buffer.
3721
3722 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * international/mule-cmds.el (set-input-method): Another doc fix.
3725
3726 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3727
3728 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3729
3730 2001-02-13 Miles Bader <miles@gnu.org>
3731
3732 * faces.el (set-face-background, set-face-foreground)
3733 (set-face-stipple): Treat a value of nil as being `unspecified'.
3734
3735 2001-02-12 Dave Love <d.love@dl.ac.uk>
3736
3737 * international/latin1-disp.el: Doc fixes.
3738 (latin1-display) <defgroup>: Add :link.
3739 (latin1-display) <function>: Set variable latin1-display.
3740
3741 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3742
3743 * international/mule-cmds.el (set-input-method): Doc fix.
3744
3745 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3746
3747 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3748 (speedbar-line-file): Return nil if not a file.
3749 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3750
3751 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
3752
3753 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3754 for remote files.
3755 (ediff-coding-system-for-read): Replaced the no-conversion default
3756 with raw-text.
3757
3758 * ediff-init.el: Removed :version from defcustom vars.
3759
3760 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3761 Better handling of the diff mode.
3762
3763 * ediff.texi: Added ediff-coding-system-for-read.
3764
3765 * viper.texi: Fix typos.
3766
3767 2001-02-11 Dave Love <fx@gnu.org>
3768
3769 * shadowfile.el: Doc fixes.
3770 (shadow) <defgroup>: Add :link.
3771 (shadowfile-unload-hook): New function.
3772 (shadow-initialize): Use defalias, not fset.
3773 (shadow-define-cluster, shadow-define-literal-group)
3774 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3775
3776 * international/mule.el: Doc and message fixes.
3777
3778 * international/ccl.el (define-ccl-program): Doc fix.
3779
3780 2001-02-11 Kenichi Handa <handa@etl.go.jp>
3781
3782 * faces.el (mode-line): Set :line-width property to -1.
3783
3784 2001-02-10 Richard M. Stallman <rms@gnu.org>
3785
3786 * complete.el (partial-completion-mode): Doc fix.
3787
3788 * simple.el (delete-key-deletes-forward-mode):
3789 Change `let' to `let*' to fix gross bug in last change.
3790
3791 * repeat.el (repeat): Don't let execute-kbd-macro alter
3792 real-last-command.
3793
3794 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3795
3796 * simple.el (eval-expression): Doc fix.
3797
3798 2001-02-09 Dave Love <fx@gnu.org>
3799
3800 * imenu.el (imenu-generic-expression): Doc fix.
3801
3802 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3803 From Juanma Barranquero.
3804
3805 * emacs-lisp/authors.el (authors): Expand `root' before running find.
3806
3807 2001-02-09 Kenichi Handa <handa@etl.go.jp>
3808
3809 * faces.el (set-face-attribute): Describe the case of a negative
3810 value specified for :line-width.
3811
3812 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3813
3814 * which-func.el (which-func-mode): Invert which-func-mode-global.
3815 From Juanma Barranquero <lektu@uol.com.br>.
3816
3817 2001-02-08 Dave Love <fx@gnu.org>
3818
3819 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3820 widget-plist-value-type.
3821 (widget-alist-convert-widget): Replace binding of
3822 widget-alist-value-type.
3823
3824 * textmodes/paragraphs.el (sentence-end): Doc fix.
3825
3826 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3827 Remove `backward-line'.
3828
3829 * play/pong.el (pong-blank-color, pong-bat-color)
3830 (pong-ball-color, pong-border-color, pong-left-key)
3831 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3832 (pong-pause-key, pong-resume-key, pong-timer-delay):
3833 * mail/mh-comp.el (mh-compose-letter-function):
3834 * eshell/esh-mode.el (eshell-skip-prompt-function):
3835 * emulation/viper-ex.el (ex-unix-type-shell-options):
3836 * recentf.el (recentf-menu-filter):
3837 * ps-print.el (ps-print-region-function):
3838 * lpr.el (print-region-function):
3839 * forms.el (forms-mode-hooks):
3840 * dirtrack.el (dirtrack-directory-change-hook):
3841 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3842 * textmodes/spell.el (spell-filter):
3843 * textmodes/fill.el (adaptive-fill-function):
3844 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3845 * progmodes/etags.el (find-tag-default-function):
3846 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3847 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3848
3849 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3850
3851 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3852 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3853 Meyering <jim@meyering.net>.
3854
3855 * loadup.el: Revert last change.
3856
3857 2001-02-07 Kenichi Handa <handa@etl.go.jp>
3858
3859 * international/mule.el (transform-make-coding-system-args):
3860 Make it work also for coding systems not using CCL.
3861
3862 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3863
3864 * simple.el (previous-matching-history-element)
3865 (next-matching-history-element): Doc fix.
3866
3867 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3868 specific part.
3869
3870 2001-02-06 Dave Love <fx@gnu.org>
3871
3872 * add-log.el (add-log-current-defun-function)
3873 (add-log-buffer-file-name-function, add-log-file-name-function):
3874 Fix :type.
3875 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3876
3877 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3878
3879 * info.el (info-initialize): Remove the test for system-type when
3880 invocation-directory is non-nil.
3881
3882 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3883 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3884
3885 2001-02-06 Andrew Innes <andrewi@gnu.org>
3886
3887 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3888 absolute.
3889
3890 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3891
3892 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3893 buffers. When hi-lock turned on rather than only checking current
3894 buffer for regexps, all buffers are checked. Moved activation of
3895 font-lock to hi-lock-refontify. When font-lock turned off rather
3896 than removing added highlighting just in current buffer, remove it
3897 in all buffers. Changed edit menu text from "Automatic
3898 Highlighting" to "Regexp Highlighting" Documentation for
3899 highlighting phrases, minor documentation changes.
3900 (hi-lock-set-file-patterns): Execute only if there are new or
3901 existing file patterns.
3902 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3903 unfontify and, if a support mode is active, will not refontify the
3904 whole buffer. If necessary, turn on font lock. (Removed
3905 font-lock-unfontify and font-lock support-mode-specific calls,
3906 such as lazy-lock-fontify-window.)
3907 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3908 patterns are found. Not useful now since find-file-hook is removed
3909 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3910 (hi-lock-face-phrase-buffer): New function. Also added related
3911 menu item and keybinding.
3912 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3913 (hi-lock-process-phrase): New function.
3914 (hi-lock-line-face-buffer): Doc fixes.
3915 (hi-lock-face-buffer): Doc fixes.
3916 (hi-lock-unface-buffer): Doc fixes.
3917
3918 2001-02-06 Gerd Moellmann <gerd@gnu.org>
3919
3920 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3921 dabbrev-ignored-regexps.
3922
3923 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3924
3925 * simple.el (kill-line): Doc fix.
3926
3927 2001-02-05 Dave Love <fx@gnu.org>
3928
3929 * loadup.el: Revert last two changes -- bootstrapping works with
3930 regenerated loaddefs.
3931
3932 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * isearch.el (isearch-forward): Doc fix.
3935
3936 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3937 of font-lock-defaults to backward-paragraph.
3938
3939 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3940
3941 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3942 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3943
3944 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3945
3946 * ebnf2ps.el: Eliminate time-stamp functions.
3947 (ebnf-version): New version (3.5).
3948 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3949 format-time-string.
3950
3951 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3952
3953 * simple.el (next-line): Goto end-of-line before inserting a newline.
3954
3955 2001-02-05 Miles Bader <miles@gnu.org>
3956
3957 * image-file.el (insert-image-file): When visiting an image, also
3958 set `truncate-lines' to t so that any fringe arrow looks correct.
3959
3960 2001-02-05 Kenichi Handa <handa@etl.go.jp>
3961
3962 * isearch.el (isearch-forward): Add description about input method
3963 in the docsting.
3964
3965 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3966
3967 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3968
3969 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3970
3971 * info.el (info-initialize): If installation-directory is nil, for
3972 DOS/Windows systems try looking in a sibling of invocation-directory.
3973
3974 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3975
3976 * wid-edit.el (widget-button-click): Fix last change.
3977
3978 * frame.el (frame-notice-user-settings): When resizing the initial
3979 frame because the tool bar is off, also change the frame's top
3980 position if a negative top position was specified.
3981
3982 2001-02-02 Miles Bader <miles@gnu.org>
3983
3984 * image-file.el (insert-image-file): When visiting an image,
3985 suppress the cursor in the image buffer.
3986
3987 2001-02-01 Dave Love <fx@gnu.org>
3988
3989 * progmodes/f90.el (f90-mode): Remove startup message.
3990
3991 * vc-cvs.el: Remove autoloads. Require vc when compiling.
3992
3993 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3994
3995 * startup.el (command-line): Fix code determining whether or not
3996 to use delete-key-deletes-forward-mode.
3997
3998 2001-02-01 Andre Spiegel <spiegel@gnu.org>
3999
4000 * vc.el (vc-diff-switches): New user option.
4001 (vc-version-diff): Use it.
4002 (vc-diff-switches-list): New macro.
4003
4004 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4005 New customization options.
4006 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4007
4008 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4009
4010 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4011
4012 * msb.el (toplevel): Quote hook symbols.
4013
4014 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4015
4016 * international/mule.el (make-coding-system): Add description
4017 about recognized properties in the docstring.
4018
4019 * international/mule-conf.el: Remove unused charsets
4020 mac-roman-lower and mac-roman-upper.
4021
4022 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4023
4024 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4025 is in front of the left-margin, if any.
4026
4027 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4028 like `delete'.
4029
4030 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4031
4032 * term/w32-win.el (mouse-set-font): Doc fix.
4033
4034 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4035
4036 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4037 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4038 on already.
4039
4040 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4041
4042 * files.el (save-buffer): Don't give message if (buffer-file-name)
4043 returns nil.
4044
4045 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4046
4047 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4048
4049 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4050 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4051
4052 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4053 display problems.
4054
4055 2001-01-31 Kenichi Handa <handa@etl.go.jp>
4056
4057 * international/mule.el (charset-info): Fix docstring.
4058
4059 * international/mule-diag.el (describe-character-set): Check final
4060 char valid before printing it.
4061
4062 2001-01-30 Gerd Moellmann <gerd@gnu.org>
4063
4064 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4065
4066 * frame.el (frame-notice-user-settings): Do the tool-bar
4067 stuff only for graphical displays. Fix a braino.
4068
4069 * frame.el (frame-initialize): Create initial frame visible.
4070 (frame-notice-user-settings): When tool-bar has been switched off,
4071 correct the frame size and sync tool-bar-mode.
4072
4073 * startup.el (command-line): Remove manipulation of frame
4074 height for tool bars.
4075
4076 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4077
4078 * lpr.el: Compatibility with XEmacs and doc fixes.
4079 (lpr-windows-system, lpr-lp-system): New vars.
4080 (lpr-printer-switch): New defcustom.
4081 (printer-name, lpr-command): Customization fix.
4082 (print-region-1): Code fix.
4083 (print-region-new-buffer, printify-region): Indentation fix.
4084 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4085 New functions.
4086
4087 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4088
4089 * msb.el (toplevel): Fix the eval-after-load.
4090
4091 2001-01-29 Dave Love <fx@gnu.org>
4092
4093 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4094
4095 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4096
4097 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
4098 (tcl-using-emacs-19-23): Consider Emacs 21+.
4099 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4100 (tcl-add-emacs-menu): Supply menu name.
4101 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4102
4103 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4104
4105 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4106
4107 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4108
4109 * pcvs.el (cvs-mark-fis-dead): New function.
4110 (cvs-mode-add): Use it.
4111 (cvs-mode-add-change-log-entry-other-window):
4112 Rebind change-log-default-name to itself rather than to nil.
4113
4114 2001-01-29 Sam Steingold <sds@gnu.org>
4115
4116 * vc-cvs.el: Replaced (require 'vc) with a bunch of
4117 `autoload' statements.
4118
4119 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4120
4121 * files.el (confirm-kill-emacs): Doc fix.
4122
4123 * frame.el (frame-initialize): Doc fix.
4124
4125 * time-stamp.el (time-stamp-string): Doc fix.
4126
4127 * woman.el (WoMan-log-1): Make the log buffer writable.
4128 From Markus Rost <rost@math.ohio-state.edu>.
4129
4130 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4131
4132 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4133 the `make-variable-buffer-local'.
4134
4135 2001-01-29 Dave Love <fx@gnu.org>
4136
4137 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4138 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4139 Add autoload cookie.
4140 (ansi-color-apply-sequence): Fix typo.
4141
4142 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4143
4144 * menu-bar.el (menu-bar-files-menu): Add menu items for
4145 Postscript printing in black and white.
4146
4147 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4148 X-Mailman-Version, Precedence, List-Help, List-Post,
4149 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4150 Content-Type, Content-Length.
4151
4152 2001-01-29 Dave Love <fx@gnu.org>
4153
4154 * elide-head.el (elide-head): Make overlay evaporate.
4155
4156 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4157
4158 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 * isearch.el (isearch-highlight): Don't punt if the display
4161 doesn't support colors, since isearch faces are defined for
4162 monochrome displays as well.
4163
4164 2001-01-27 Sam Steingold <sds@gnu.org>
4165
4166 * shell.el (shell-write-history-on-exit): Make sure that we are in
4167 the shell buffer (M-x tex-file RET inserted the error message into
4168 the TeX buffer).
4169
4170 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4171
4172 * simple.el (transient-mark-mode): Doc fix.
4173
4174 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4175
4176 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4177
4178 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4179
4180 * shell.el (shell-unquote-argument): If the shell is one of the
4181 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4182 quote character.
4183 (shell-dumb-shell-regexp): Document that the shells which match
4184 this regexp are supposed to not treat a backslash as a quote character.
4185
4186 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4187 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4188
4189 2001-01-27 Richard M. Stallman <rms@gnu.org>
4190
4191 * dabbrev.el (dabbrev--substitute-expansion):
4192 Treat a one-capital-letter abbrev as "not all upper case",
4193 so as to force preservation of the expansion's pattern
4194 if the expansion starts with a capital letter.
4195
4196 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4197
4198 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4199 Doc fix.
4200
4201 * simple.el (transient-mark-mode): Document the fact that many
4202 commands act on the region when mark is active.
4203
4204 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4205
4206 * international/quail.el (quail-setup-completion-buf): Make the
4207 multibyteness of current buffer inherited to Quail completion buffer.
4208 (quail-show-guidance-buf): Make the multibyteness of current
4209 buffer inherited to Quail guidance buffer.
4210 (quail-help): Make the multibyteness of current buffer inherited
4211 to Quail help buffer.
4212
4213 2001-01-26 Dave Love <fx@gnu.org>
4214
4215 * time-stamp.el: Doc fixes.
4216
4217 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4218 (delphi-keyword-face, delphi-other-face): Fix :type.
4219
4220 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4221
4222 * mail/feedmail.el (feedmail): Add :link.
4223 (feedmail-send-it): Doc fix.
4224
4225 * mail/sendmail.el: Doc fixes.
4226 (sendmail-send-it): Fix the non-ASCII regexp and use
4227 rfc2047-encode-string.
4228
4229 * dired.el, dired-aux.el: Revert last change.
4230
4231 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4232
4233 * makefile.w32-in (DONTCOMPILE): Add various term files.
4234
4235 2001-01-26 Dave Love <fx@gnu.org>
4236
4237 * Makefile.in (DONTCOMPILE): Add various term files.
4238
4239 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4240
4241 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4242
4243 * startup.el (display-startup-echo-area-message): Make sure
4244 the echo area is resized to fit the size of the startup message.
4245
4246 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4247 part of which is a constant.
4248
4249 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4250
4251 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4252
4253 2001-01-26 Richard M. Stallman <rms@gnu.org>
4254
4255 * simple.el (next-line): Don't let `newline' expand abbrevs.
4256 Simplify slightly.
4257 (open-line): Don't let `newline' expand abbrevs.
4258
4259 2001-01-25 John Wiegley <johnw@gnu.org>
4260
4261 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4262 to `repeat' in the :type field.
4263
4264 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4265 allow a choice of regexp or nil.
4266 (pcomplete-dir-ignore): Same.
4267
4268 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4269 a command) to always fail.
4270
4271 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4272
4273 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4274 discard the result.
4275 (iswitchb-to-end): Likewise.
4276
4277 2001-01-25 Sam Steingold <sds@gnu.org>
4278
4279 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4280 Require vc.
4281
4282 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4283
4284 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4285
4286 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4287
4288 2001-01-25 Dave Love <fx@gnu.org>
4289
4290 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4291 (describe-coding-system): Tweak the English text.
4292
4293 * loadup.el: Preload international/ccl for utf-8.
4294
4295 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * mail/rmail.el (rmail-redecode-body): Doc fix.
4298
4299 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4300
4301 * international/mule-cmds.el (reset-language-environment):
4302 Reset coding-category-utf-8 to mule-utf-8.
4303
4304 * international/mule-conf.el (coding-category-utf-8):
4305 Initialize to mule-utf-8.
4306
4307 * loadup.el: Preload international/utf-8.
4308
4309 * international/utf-8.el: New file.
4310
4311 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4312
4313 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4314
4315 2001-01-24 Sam Steingold <sds@gnu.org>
4316
4317 * dired.el (dired-replace-in-string): Removed.
4318 (dired-sort-toggle): Use `replace-regexps-in-string'
4319 instead of `dired-replace-in-string'.
4320
4321 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4322 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4323
4324 * gs.el (gs-replace-in-string): Removed.
4325 (gs-options): Use `replace-regexps-in-string'
4326 instead of `gs-replace-in-string'.
4327
4328 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4329
4330 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4331 bug report is mailed to an email list and posted to a news group.
4332
4333 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4334
4335 * comint.el (comint-replace-by-expanded-history-before-point):
4336 Fix change of 2000-08-03 to move point to the start of the line again.
4337
4338 * startup.el (tool-bar-images-pixel-height): New variable.
4339 (command-line): After loading the user's init file, when
4340 tool-bar-mode is on, increase the frame's size by some lines for
4341 the tool-bar.
4342
4343 * frame.el (frame-initialize): Create the initial frame invisible.
4344
4345 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4346
4347 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4348 (chinese-big5): MIME:Big5.
4349
4350 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4351
4352 * international/mule-cmds.el (universal-coding-system-argument):
4353 Handle commands with prefix args.
4354
4355 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4356
4357 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4358 being a list of numbers.
4359 (diary-mail-entries): Rewritten.
4360
4361 2001-01-23 Dave Love <fx@gnu.org>
4362
4363 * international/mule.el (make-coding-system): Fix typo.
4364
4365 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4366 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4367
4368 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * font-lock.el (font-lock-mode): Doc fix.
4371
4372 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4373
4374 * international/mule.el (make-translation-table): Fix docstring.
4375
4376 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4377
4378 * mail/rmail.el (rmail-redecode-body): New function.
4379
4380 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4381
4382 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4383
4384 * isearch.el (isearch-lazy-highlight-case-fold-search)
4385 (isearch-lazy-highlight-regexp): New variables.
4386 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4387 case-fold search or regexp search has been toggled.
4388
4389 * wid-edit.el (widget-button-click): Avoid a save-excursion
4390 around running a global binding.
4391
4392 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4393 to 0.25.
4394
4395 2001-01-20 Miles Bader <miles@gnu.org>
4396
4397 * cus-edit.el (custom-face-save): Do post-processing on the face's
4398 new value like `custom-face-set' does.
4399
4400 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4401
4402 * mail/emacsbug.el (report-emacs-bug): Report the value of
4403 LC_CTYPE, not LC_TYPE.
4404
4405 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4406 isearch-toggle-regexp and isearch-edit-string to doc string.
4407
4408 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4409
4410 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4411 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4412
4413 * jit-lock.el (jit-lock-fontify-now): Don't bind
4414 font-lock-beginning-of-syntax-function to nil.
4415
4416 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4417
4418 * mail/emacsbug.el (report-emacs-bug): Report values of
4419 locale-coding-system, default-enable-multibyte-characters, and the
4420 environment variables LC_ALL, LC_TYPE, and LANG.
4421
4422 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4423
4424 * font-lock.el (font-lock-default-fontify-region): Fix last change.
4425
4426 * font-lock.el (font-lock-multiline): Default to nil.
4427 (font-lock-default-fontify-region): If font-lock-multiline is
4428 nil, don't check the property `font-lock-multiline'.
4429
4430 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4431 is nil, don't check the `font-lock-multiline' text property.
4432
4433 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4434
4435 * viper.el: Call initial-major-mode on startup.
4436
4437 * ediff.el (ediff-patch-file): Use better defaults.
4438
4439 * ediff-vers.el: Fix for 8+3 DOS file systems.
4440
4441 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
4442
4443 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4444 diff mode, if available.
4445
4446 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4447
4448 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4449
4450 * ediff-init.el (subst-char-in-string): Define and use it, unless
4451 it's already defined.
4452
4453 2001-01-18 Gerd Moellmann <gerd@gnu.org>
4454
4455 * tooltip.el (tooltip-hide-delay): New user-option.
4456 (tooltip-show): Use tooltip-hide-delay instead of the default.
4457
4458 2001-01-18 Kenichi Handa <handa@etl.go.jp>
4459
4460 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4461 kill-local-variable doesn't work for enable-multibyte-characters.
4462
4463 2001-01-17 Dave Love <fx@gnu.org>
4464
4465 * ediff-init.el (ediff-before-setup-hook)
4466 (ediff-merge-filename-prefix): Add :version.
4467
4468 * international/latin1-disp.el: Require disp-table.
4469 (latin1-display): Fix :set.
4470
4471 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4472
4473 2001-01-17 Gerd Moellmann <gerd@gnu.org>
4474
4475 * isearch.el (isearch-lazy-highlight-initial-delay)
4476 (isearch-lazy-highlight-interval): Default to 0.
4477
4478 2001-01-17 Bob Glickstein <bobg@zanshin.com>
4479
4480 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4481 1 here rather than each time through
4482 isearch-lazy-highlight-new-loop.
4483 (isearch-lazy-highlight-max): Variable deleted.
4484 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4485 isearch-lazy-highlight-max but controls a single invocation of
4486 isearch-lazy-highlight-update.
4487 (isearch-lazy-highlight-wrapped): Variable recreated.
4488 (isearch-lazy-highlight-window-start): New variable.
4489 (isearch-lazy-highlight-cleanup): Restored to behavior of
4490 before 2-Jan.
4491 (isearch-lazy-highlight-remove-overlays): Function deleted;
4492 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4493 behavior removed.
4494 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4495 isearch-lazy-highlight-update in a loop rather than just once.
4496 Test isearch-invalid-regexp here and decide not to start a new
4497 loop, rather than testing it each time through
4498 isearch-lazy-highlight-update.
4499 (isearch-lazy-highlight-search): Function restored.
4500 (isearch-lazy-highlight-update): Get called in a timer loop again,
4501 but this time highlight more than one match each time through.
4502 Only highlight matches in the visible part of the window.
4503 Start at point, move in the direction of the search, and wrap around at
4504 the edge of the window. Use sit-for to force redisplay and ensure
4505 window-start is credible. "Face suppressing" behavior removed;
4506 overlay priorities should make it unnecessary, right?
4507 (isearch-highlight): Face suppressing behavior removed.
4508 (isearch-dehighlight): Face suppressing behavior removed.
4509 (isearch-set-lazy-highlight-faces-at): Removed.
4510
4511 2001-01-17 Kenichi Handa <handa@etl.go.jp>
4512
4513 * language/european.el ("Latin-1"): Make the format of description
4514 about additional language environments same as that of Latin-2.
4515
4516 2001-01-16 Dave Love <fx@gnu.org>
4517
4518 * isearch.el (isearch-lazy-highlight): Add :version.
4519
4520 * simple.el (backward-delete-char-untabify-method)
4521 (next-line-add-newlines): Add :version.
4522
4523 2001-01-16 Gerd Moellmann <gerd@gnu.org>
4524
4525 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4526 Don't bind <delete> otherwise.
4527
4528 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4529 and <delete> via function-key-map.
4530
4531 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4532 Subject line only if point is after the `Subject:'.
4533
4534 2001-01-16 Kenichi Handa <handa@etl.go.jp>
4535
4536 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4537 japanese-jisx0213-2 in `charset' property of this lang. env.
4538
4539 * language/european.el ("Latin-1"): Add description for Dutch and
4540 Spanish lang. env.
4541
4542 * international/mule.el (decode-char): Fix conditions.
4543 (encode-char): Handle eight-bit-control too.
4544 (transform-make-coding-system-args): New function.
4545 (make-coding-system): Accept XEmacs style arguments for CCL base
4546 coding system.
4547
4548 2001-01-15 Gerd Moellmann <gerd@gnu.org>
4549
4550 * progmodes/etags.el (find-tag-noselect): Save the value of
4551 tags-file-name before switching buffers, for the case it has a
4552 buffer-local value.
4553
4554 2001-01-15 Alex Schroeder <alex@gnu.org>
4555
4556 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4557 From Dave Love <fx@gnu.org>.
4558 (ansi-color-for-comint-mode): Fix :version.
4559
4560 2001-01-15 Alex Schroeder <alex@gnu.org>
4561
4562 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4563
4564 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4565
4566 * dired.el (dired-insert-directory): If file-system-info fails,
4567 remove the " free " part, but don't signal an error.
4568
4569 2001-01-12 Sam Steingold <sds@gnu.org>
4570
4571 * bookmark.el (bookmark-maybe-historicize-string):
4572 Use new backquote syntax.
4573
4574 2001-01-12 Richard M. Stallman <rms@gnu.org>
4575
4576 * subr.el (last): Handle a list that doesn't end in nil.
4577
4578 2001-01-12 Sam Steingold <sds@gnu.org>
4579
4580 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4581 to `backward-delete-char-untabify'.
4582
4583 2001-01-12 Dave Love <fx@gnu.org>
4584
4585 * cus-edit.el (customize-menu-create): Fix the :filter following
4586 easymenu change.
4587
4588 * wid-edit.el (function): Add :match-alternatives.
4589 (widget-color-action): Doc fix.
4590
4591 2001-01-12 Gerd Moellmann <gerd@gnu.org>
4592
4593 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4594
4595 2001-01-12 Kenichi Handa <handa@etl.go.jp>
4596
4597 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4598
4599 * international/ccl.el (define-ccl-program): Fix docstring.
4600
4601 2001-01-11 Dave Love <fx@gnu.org>
4602
4603 * international/mule-cmds.el (standard-display-european-internal):
4604 Set display table for 2208 as for 160.
4605
4606 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4607
4608 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4609 entry for custom-menu-create change.
4610 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4611 don't cons it in the search loop.
4612
4613 * imenu.el (imenu--truncate-items): Revert last change.
4614
4615 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4616
4617 * info.el (Info-setup-header-line): If the node header includes
4618 either Next: or Prev: links, don't show the File: and Node: parts
4619 in the header line.
4620
4621 2001-01-11 Gerd Moellmann <gerd@gnu.org>
4622
4623 * comint.el (comint-goto-process-mark): Don't print a message
4624 when running in batch mode.
4625
4626 * isearch.el (isearch-search): In the condition-case handler for
4627 `error', set isearch-invalid-regexp to the whole error message.
4628
4629 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4630 ensure that eval-after-load works for files dumped with Emacs.
4631
4632 * help.el (load-symbol-file-load-history): New function extracted
4633 from function symbol-file.
4634 (symbol-file): Use it.
4635
4636 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4637
4638 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4639
4640 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4641 behave as if there were no prefix argument.
4642 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4643 argument were nil.
4644
4645 2001-01-11 Richard M. Stallman <rms@gnu.org>
4646
4647 * isearch.el (isearch-lazy-highlight-update):
4648 Don't look for more potential matches once maximum is exceeded.
4649 Use overlays-in to check correctly for overlap with current match.
4650 Ignore empty matches.
4651
4652 2001-01-11 Miles Bader <miles@gnu.org>
4653
4654 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4655 (ispell-overlay-window, ispell-help, ispell-show-choices)
4656 (ispell-command-loop): Use it instead of `window-height'.
4657
4658 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4659
4660 * files.el (confirm-kill-emacs): New user-option.
4661 (save-buffers-kill-emacs): Ask for final confirmation before
4662 killing Emacs.
4663
4664 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4665 to nil.
4666
4667 2001-01-10 Dave Love <fx@gnu.org>
4668
4669 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4670
4671 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4672
4673 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4674
4675 * calculator.el (calculator-number-digits): Fix :type.
4676
4677 * vc-cvs.el (vc-cvs-header): Fix :type.
4678 * vc-rcs.el (vc-rcs-header): Fix :type.
4679 * vc-sccs.el (vc-sccs-header): Fix :type.
4680
4681 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4682
4683 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4684
4685 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4686
4687 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4688
4689 * simple.el (set-variable): Force a thorough redisplay for the
4690 case that the variable has an effect on the display, like
4691 `tab-width' has.
4692
4693 2001-01-10 Andre Spiegel <spiegel@gnu.org>
4694
4695 * vc.el: Add documentation for backend interface.
4696
4697 2001-01-10 Kenichi Handa <handa@etl.go.jp>
4698
4699 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4700
4701 * international/mule-conf.el (latin-extra-code-table): Set to t
4702 for \223 and \224.
4703
4704 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4705
4706 * international/mule-cmds.el (locale-language-names): Map "es" to
4707 "Spanish" and "nl" to "Dutch".
4708
4709 2001-01-09 Gerd Moellmann <gerd@gnu.org>
4710
4711 * bindings.el (global-map): Bind <home> to beginning-of-line,
4712 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4713 C-<end> to end-of-buffer.
4714
4715 * language/european.el: Add Dutch and Spanish language info
4716 to be able to use the appropriate tutorials.
4717
4718 2001-01-09 Alex Schroeder <alex@gnu.org>
4719
4720 * ansi-color.el (ansi-color-process-output): Use markers instead
4721 of positions for start and end of region.
4722 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4723 Previously, occasional mistakes happend when fontifying many
4724 chunks of output (eg. ls --color=yes /dev). This happened
4725 whenever an overlay was created up to the end of the region, which
4726 coincided with the process-mark. New text would then be added
4727 within that overlay instead of after it.
4728 (ansi-color-make-extent): Overlays are created with the property
4729 `modification-hooks' set to '(ansi-color-freeze-overlay).
4730 (ansi-color-freeze-overlay): New function. When inserting text at
4731 the end of the overlay, the overlay will resize.
4732
4733 2000-01-09 Alex Schroeder <alex@gnu.org>
4734
4735 * ansi-color.el (ansi-color-process-output): Doc change.
4736 (ansi-color-unfontify-region): Doc change. No longer installed
4737 automatically in font-lock-unfontify-region-function.
4738 (ansi-color-apply): Doc change.
4739 (ansi-color-apply-on-region): Use extents or overlays instead of
4740 text-properties.
4741 (ansi-color-make-extent): New function.
4742 (ansi-color-set-extent-face): New function.
4743
4744 2000-01-09 Alex Schroeder <alex@gnu.org>
4745
4746 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4747 both use ansi-color-process-output, now.
4748 (ansi-color-process-output): Doesn't return string anymore. It is
4749 installed in comint-output-filter-functions for both Emacs and
4750 XEmacs, now.
4751 (ansi-color-unfontify-region): Simplified code removing variables
4752 pos and start-ansi.
4753 (ansi-color-apply): Put text-property ansi-color before putting
4754 text-property face because ansi-color-unfontify-region is called
4755 immediately after the call to put-text-property.
4756 (ansi-color-context-region): Doc change.
4757 (ansi-color-filter-region): Simplified code.
4758 (ansi-color-apply-on-region): Changed start to start-marker, using
4759 a marker explicitly. Put text-property ansi-color before putting
4760 text-property face because ansi-color-unfontify-region is called
4761 immediately after the call to put-text-property.
4762
4763 2000-01-09 Alex Schroeder <alex@gnu.org>
4764
4765 * ansi-color.el (ansi-color-faces-vector): Doc change.
4766 (ansi-color-for-comint-mode): Changed :type property to choice.
4767 (ansi-color-last-context): Removed.
4768 (ansi-color-process-output): Don't use ansi-color-last-context, as
4769 the main functions will store their context now.
4770 (ansi-color-context): Doc change.
4771 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4772 Uses ansi-color-context such that repeated calls will strip
4773 partial escape sequences, too.
4774 (ansi-color-apply): Simplified code. Colorize end of string if
4775 face is not null. Store context in new (FACE STRING) format, such
4776 that repeated calls will strip partial escape sequences, too.
4777 Append faces to face property using ansi-color-apply-sequence such
4778 that cumulative mode actually works.
4779 (ansi-color-context-region): New variable.
4780 (ansi-color-filter-region): Rewrote it based on
4781 ansi-color-apply-on-region. Uses ansi-color-context-region such
4782 that repeated calls will strip partial escape sequences, too.
4783 (ansi-color-apply-on-region): Simplified code. Colorize end of
4784 region if face is not null. Store context in new (FACE POS)
4785 format, such that repeated calls will strip partial escape
4786 sequences, too. Append faces to face property using
4787 ansi-color-apply-sequence such that cumulative mode actually works.
4788 (ansi-color-apply-sequence): New function.
4789 (ansi-color-get-face): When the default face is added to the list
4790 of faces, all previous settings are discarded and the list of
4791 faces is set to '(default).
4792
4793 2000-01-09 Alex Schroeder <alex@gnu.org>
4794
4795 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4796 face, such that ansi-color-apply and ansi-color-apply-on-region
4797 will do the right thing.
4798 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4799 returns nil, set the list of faces back to nil instead of
4800 appending the result of ansi-color-get-face to the front of the list.
4801
4802 2000-01-09 Alex Schroeder <alex@gnu.org>
4803
4804 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4805 (ansi-color-process): Doc change.
4806 (ansi-color-last-context): New buffer-local variable.
4807 (ansi-color-process-output): New function. It is automatically
4808 added to comint-output-filter-functions if this is XEmacs.
4809 (ansi-color-unfontify-region): New optional parameter for XEmacs
4810 compatibility. Check wether font-lock-syntactic-keywords is
4811 boundp before removing the syntax table text property, as XEmacs
4812 doesn't have it.
4813 (ansi-color-filter-region): Doc change.
4814 (ansi-color-apply-on-region): Doc change.
4815 (ansi-color-make-face): New function. Compatibility layer for
4816 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4817 (ansi-color-make-color-map): Use ansi-color-make-face.
4818 (ansi-color-get-face): Avoid face text property '(nil) as results
4819 in an errow for XEmacs.
4820
4821 2000-01-09 Alex Schroeder <alex@gnu.org>
4822
4823 * ansi-color.el (ansi-color-unfontify-region): New function.
4824 Uses text-property ansi-color in order to preserve fontification by
4825 ansi-color. When the package is loaded, a lambda expression is
4826 put onto font-lock-mode-hook. This lambda expression will check
4827 font-lock-unfontify-region-function and replace
4828 font-lock-default-unfontify-region with ansi-color-unfontify-region.
4829 (ansi-color-apply): Add text-property ansi-color in addition to
4830 text-property face.
4831 (ansi-color-apply-on-region): Add text-property ansi-color in
4832 addition to text-property face.
4833 (save-buffer-state): Copy of the macro that is also used by
4834 lazy-lock and font-lock.
4835
4836 (ansi-color-for-comint-mode): New option.
4837 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4838 (ansi-color-for-comint-mode-off): Ditto.
4839 (ansi-color-for-comint-mode-filter): Ditto.
4840 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4841 decide what to do. This function is added to
4842 comint-preoutput-filter-functions when the package is loaded.
4843
4844 (ansi-color-for-shell-mode-set): Removed.
4845 (ansi-color-for-shell-mode): Removed.
4846
4847 2000-01-09 Alex Schroeder <alex@gnu.org>
4848
4849 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4850 the lambda expression from the ansi-color-for-shell-mode :set
4851 property. Additionally, modify shell-mode-hook to enable or
4852 disable font-lock-mode for future shell buffers.
4853 (ansi-color-for-shell-mode): The :set property calls
4854 ansi-color-for-shell-mode-set instead of a lambda expression.
4855
4856 2000-01-09 Alex Schroeder <alex@gnu.org>
4857
4858 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4859 (ansi-color-context): New variable.
4860 (ansi-color-apply): Save context between calls.
4861
4862 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4863
4864 * isearch.el (isearch, isearch-lazy-highlight-face):
4865 New definitions for face colors and attributes.
4866
4867 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4868 of display-mouse-p.
4869
4870 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4871
4872 * international/mule.el (make-coding-system): If the coding system
4873 accepts extra latin codes, register such codes as safe for the
4874 coding system.
4875
4876 2001-01-08 Richard M. Stallman <rms@gnu.org>
4877
4878 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4879 don't mention the file name or the date here, because they are
4880 logged at the start of the file.
4881
4882 2001-01-08 Richard M. Stallman <rms@gnu.org>
4883
4884 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4885 Change screen-width to frame-width.
4886
4887 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4888
4889 * info.el (Info-search): Print the default as part of the prompt.
4890
4891 2001-01-08 Andre Spiegel <spiegel@gnu.org>
4892
4893 * vc.el (vc-default-latest-on-branch-p): New function, replaces
4894 constant implementations in backends.
4895
4896 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4897 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4898
4899 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4900 WRITABLE to EDITABLE.
4901
4902 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4903 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4904 to EDITABLE.
4905
4906 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4907
4908 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4909 (copyright, copyright-update): Compute the current year at run time.
4910
4911 2001-01-08 Gerd Moellmann <gerd@gnu.org>
4912
4913 * isearch.el (isearch-old-signal-hook): Removed.
4914 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4915 instead of setting signal-hook-function.
4916 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4917
4918 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
4919
4920 * emulation/edt.el: Update to version 4.0. Provide support for
4921 EDT scroll margins at top and bottom of the window. Provide an
4922 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4923 default). Enhance edt-quit, bound to GOLD-q by default, to warn
4924 user when file-related buffer modifications exist.
4925 Provide support for running EDT Emulation in XEmacs.
4926 Provide customize access to some user updatable variables.
4927 Add Commentary section to file header.
4928 Fixed a few minor bugs and cleaned up some code.
4929
4930 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4931 for detecting a keypress that generates an ASCII key sequence.
4932 (Previously, only a keypress that generates a vector was
4933 recognized.) Embed Window Manager name into name of the generated
4934 EDT Emulation initialization file since the initialization file is
4935 Window Manager specific. Add Commentary section to file header.
4936
4937 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4938
4939 * mail/sendmail.el (mail-mode): Doc fix.
4940
4941 * info.el (Info-goto-emacs-command-node): Doc fix.
4942 (Info-goto-emacs-key-command-node): Doc fix.
4943
4944 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4945
4946 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4947 systems without long file-name support.
4948
4949 2001-01-06 Andrew Innes <andrewi@gnu.org>
4950
4951 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4952
4953 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4954
4955 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4956 (isearch-lazy-highlight-update): Doc fix.
4957
4958 * ffap.el (ffap-bindings): Doc fix.
4959
4960 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4961
4962 2001-01-05 Dave Love <fx@gnu.org>
4963
4964 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4965
4966 2001-01-05 Gerd Moellmann <gerd@gnu.org>
4967
4968 * mouse-drag.el (mouse-drag-safe-scroll):
4969 Bind scroll-preserve-screen-position to nil.
4970
4971 * isearch.el (isearch-old-signal-hook): New variable.
4972 (isearch-mode): Set signal-hook-function to isearch-done.
4973 (isearch-done): Restore old signal-hook-function.
4974
4975 * info.el (Info-fontify-node): Mark one more char as intangible.
4976
4977 2000-01-05 Kenichi Handa <handa@etl.go.jp>
4978
4979 * composite.el (compose-last-chars): New argument COMPONENTS.
4980 If it is non-nil, compose preceding characters by compose-region with
4981 COMPONENTS.
4982
4983 * international/quail.el (quail-input-string-to-events): New function.
4984 (quail-input-method): Convert input string to events here.
4985 (quail-start-translation): Return input string, not event list.
4986 (quail-start-conversion): Likewise.
4987
4988 2001-01-04 Gerd Moellmann <gerd@gnu.org>
4989
4990 * tooltip.el (tooltip-cancel-delayed-tip)
4991 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4992 and tooltip-add-timeout.
4993 (tooltip-show): Set border color from faces's foreground.
4994 (tooltip-show-help-function): If called with the same help string
4995 as last time, do nothing.
4996 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4997
4998 * startup.el (fancy-splash-screens): Don't bind show-help-function
4999 to nil.
5000
5001 * tooltip.el (tooltip-frame-parameters): Remove colors.
5002 (tooltip): New face
5003 (tooltip-set-param): New function.
5004 (tooltip-show): Set up color frame parameters from face `tooltip'.
5005 Display the tooltip text in face `tooltip'.
5006
5007 2001-01-04 Dave Love <fx@gnu.org>
5008
5009 * whitespace.el (whitespace-global-mode): Fix typo.
5010
5011 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5012
5013 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5014
5015 * help.el (help-for-help): Fix a typo in a doc string.
5016 From kwzh@gnu.org (Karl Heuer).
5017
5018 2001-01-03 Dave Love <fx@gnu.org>
5019
5020 * dired-x.el: Doc fixes. Maintainer change.
5021 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5022 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5023 (dired-guess-shell-alist-user): Customize.
5024 (dired-x-help-address): Set to bug-gnu-emacs.
5025 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5026 (dired-default-directory): Renamed from default-directory.
5027
5028 * hl-line.el (hl-line): Doc fix.
5029
5030 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5031
5032 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5033
5034 2001-01-02 Richard M. Stallman <rms@gnu.org>
5035
5036 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5037 to remove all the current alternative-match highlighting.
5038 If nil, remove only what's outside the current window.
5039 (isearch-lazy-highlight-remove-overlays): Take optional
5040 region within which NOT to remove them.
5041 (isearch-lazy-highlight-new-loop): Greatly simplified.
5042 (isearch-lazy-highlight-update): Find all the other occurrences
5043 visible in the window, in just one call.
5044 (isearch-lazy-highlight-start): Now holds start of region to scan.
5045 (isearch-lazy-highlight-end): Now holds end of region to scan.
5046 (isearch-lazy-highlight-wrapped): Variable deleted.
5047 (isearch-lazy-highlight-search): Function deleted.
5048
5049 2000-01-02 Andrew Innes <andrewi@gnu.org>
5050
5051 * w32-fns.el (convert-standard-filename): Do length check on name
5052 before aref.
5053
5054 2001-01-02 Dave Love <fx@gnu.org>
5055
5056 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5057 value.
5058 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5059
5060 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5061
5062 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5063 read syntax.
5064
5065 * calendar/todo-mode.el (todo): Add :link, :version.
5066 (todo-save-top-priorities): Remove autoload cookie.
5067 (todo-add-category, todo-add-item-non-interactively)
5068 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
5069
5070 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5071
5072 * comint.el (comint-input-history-ignore): New variable.
5073 (comint-read-input-ring): Ignore entries matching
5074 comint-input-history-ignore.
5075
5076 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
5077
5078 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5079 (lm-copyright-mark): New function.
5080 (lm-crack-copyright): New function.
5081 (lm-verify): Check that the file has a copyright.
5082 Check that the file is copyright Free Software Foundation.
5083
5084 2000-12-30 Kenichi Handa <handa@etl.go.jp>
5085
5086 * international/mule-diag.el (print-fontset): Indent font name by
5087 24 columns, not 25.
5088
5089 2000-12-29 Gerd Moellmann <gerd@gnu.org>
5090
5091 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5092 in Subject line.
5093
5094 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
5095 Use mail-mode-hook instead of mail-setup-hook.
5096 Otherwise continuing an interrupted message with C-u C-x m for
5097 instance, winds up in Mail mode without abbrevs.
5098
5099 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5100
5101 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
5102 non-nil. Adding almost all customization variables on ps-setup.
5103 Doc fix.
5104 (ps-print-version): New version number (6.3.3).
5105 (ps-end-with-control-d): Initialization fix.
5106 (ps-lines-printed): New var.
5107 (ps-skip-newline): New fun.
5108 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5109 (ps-next-line, ps-continue-line, ps-plot-region)
5110 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
5111
5112 2000-12-29 Kenichi Handa <handa@etl.go.jp>
5113
5114 * international/fontset.el (x-complement-fontset-spec):
5115 Resolve ASCII font name so that the same family name is used for fonts
5116 registered in x-font-name-charset-alist.
5117 (create-fontset-from-fontset-spec): Adjusted for the above change.
5118 The name of fontset alias should be a unresolved ASCII font name.
5119
5120 2000-12-28 Gerd Moellmann <gerd@gnu.org>
5121
5122 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5123 and delete in isearch-mode-map.
5124
5125 2000-12-28 Richard M. Stallman <rms@gnu.org>
5126
5127 * dired-x.el (dired-guess-shell-alist-default):
5128 Use xpdf instead of acroread.
5129
5130 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5131
5132 * textmodes/artist.el (artist-butlast): Deleted.
5133 (artist-ellipse-mirror-quadrant): Use butlast instead of
5134 artist-butlast.
5135
5136 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5137
5138 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5139
5140 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5143
5144 * ls-lisp.el: Better support for the Mac and MS-Windows.
5145 (ls-lisp): New defgroup.
5146 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5147 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5148 (ls-lisp-support-shell-wildcards): New defcustoms.
5149 (ls-lisp-parse-symlink): New function.
5150 (insert-directory): Code to convert switches to a list and set up
5151 the wildcard argument copied from ls-lisp-insert-directory.
5152 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5153 for -C and -R switches.
5154 (ls-lisp-column-format): New function.
5155 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5156 (ls-lisp-format-time): Add doc strings.
5157 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5158 Support ls-lisp-dirs-first.
5159 (ls-lisp-classify, ls-lisp-extension): New functions.
5160 (ls-lisp-format): Optionally support emulation of symlinks.
5161 Support -i, -s, and -G switches.
5162
5163 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5164
5165 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5166
5167 * version.el (emacs-version): Print X scroll bar information.
5168
5169 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5170 instead of x-toolkit-scroll-bars-p.
5171
5172 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5173 of x-toolkit-scroll-bars-p.
5174
5175 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5176
5177 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5178 (ffap-bindings): Doc fix, to reflect the above change.
5179
5180 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5181
5182 * term.el (term-char-mode): Define all non-ascii self-inserting
5183 characters to 'term-send-raw in term-raw-map.
5184
5185 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5186
5187 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5188
5189 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5190 Changed initialization; use add-hook.
5191 (ediff-file-remote-p): Use file-local-copy.
5192
5193 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5194
5195 * ediff.el (ediff-patch-buffer): Bug fix.
5196 (ediff-revision): Allow selection of the file at the prompt.
5197
5198 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * subr.el (combine-run-hooks): Remove.
5201
5202 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5203 and remove the rogue second spec.
5204
5205 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5206
5207 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5208
5209 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5210
5211 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5212 Use minibuffer menu prompt for the `=' prefix.
5213 (smerge-command-prefix): Change default to C-^.
5214 (smerge-mode): Don't assume font-lock doesn't move point.
5215
5216 * skeleton.el (skeleton-internal-1): Make sure the first line of
5217 the region is also re-indented.
5218 (skeleton-end-newline): New var.
5219 (skeleton-end-hook): Use it.
5220
5221 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5222
5223 * comint.el (comint-password-prompt-regexp): Support CVS.
5224
5225 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5226
5227 * simple.el (delete-key-deletes-forward-mode): Simplify.
5228 Also backspace key combinations, depending on
5229 delete-key-deletes-forward.
5230
5231 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5232
5233 * simple.el (delete-key-deletes-forward): Doc fix.
5234
5235 2000-08-22 Emmanuel Briot <briot@gnat.com>
5236
5237 * xml.el (top level comment): Updated to reflect the fact that
5238 white spaces are relevant in the XML file.
5239 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5240 to parse was already edited. This allows for on-the-fly analysis
5241 of XML files.
5242 (xml-parse-tag): Check that the casing is the same in the start
5243 tag and end tag, since XML is case-sensitive. Allows for spaces
5244 in the end tag, after the name of the tag.
5245 (xml-parse-attlist): Allow for the character '-' in the name of
5246 attributes, as in the standard http-equiv attribute Do not save
5247 the properties in the XML tree, since they are not relevant.
5248
5249 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * generic.el (generic-read-type): Undo last change, inline into
5252 `generic-mode' and then remove.
5253 (generic-mode): Inline generic-read-type.
5254 (define-generic-mode): Push the symbol name rather than the symbol
5255 onto generic-mode-list.
5256
5257 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5258
5259 * generic.el (generic-read-type): Build an alist for
5260 completing-read as in 20.7.
5261
5262 * play/landmark.el (lm): Use interactive spec `P'.
5263 (toplevel): Don't set debug-on-error.
5264
5265 * server.el (server-switch-buffer): Choose a window on a visible frame.
5266
5267 2000-12-21 Dave Pearson <davep@davep.org>
5268
5269 * quickurl.el: Commentry change, I've moved my web site.
5270
5271 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5272
5273 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5274 ranges like \177-\237, but accepts the character sequence from \177 to
5275 \237. Doc fix.
5276 (ebnf-version): New version (3.4).
5277 (ebnf-setup): Code fix.
5278 (ebnf-range-regexp): New fun.
5279 (ebnf-8-bit-chars): Const fix.
5280
5281 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5282 entry. Doc fix.
5283 (ebnf-bnf-lex): Code fix.
5284 (ebnf-bnf-comment-chars): Const fix.
5285
5286 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5287 entry. Doc fix.
5288 (ebnf-iso-comment-chars): Const fix.
5289
5290 * ebnf-otz.el: Doc fix.
5291
5292 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5293 entry. Doc fix.
5294 (ebnf-yac-skip-code): Code fix.
5295 (ebnf-yac-comment-chars): Const fix.
5296
5297 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5298
5299 * files.el (insert-directory-safely): New function.
5300 (recover-file): Use it instead of insert-directory.
5301 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5302
5303 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5304
5305 * international/mule-cmds.el (select-safe-coding-system):
5306 Check coding-category-list more rigidly. Improve help message.
5307
5308 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5309
5310 2000-12-21 Miles Bader <miles@gnu.org>
5311
5312 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5313
5314 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5315
5316 * international/mule-diag.el (describe-char-after): Make *Help*
5317 buffer inherit multibyteness of the current buffer.
5318
5319 * international/mule.el (make-char): Docstring adjusted for the
5320 change of make-char-internal.
5321
5322 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5323
5324 * international/iso-cvt.el: Docstrings fix.
5325
5326 2000-12-20 Dave Love <fx@gnu.org>
5327
5328 * subr.el (eval-after-load): Doc fix.
5329
5330 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5331
5332 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5333 for numbers.
5334
5335 2000-12-20 Miles Bader <miles@gnu.org>
5336
5337 * international/quail.el (quail-help): Resize the help window
5338 again after it has all its contents. Remove unneeded progn.
5339
5340 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5341
5342 * pcmpl-linux.el: Fix copy/paste error.
5343
5344 2000-12-19 Andrew Innes <andrewi@gnu.org>
5345
5346 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5347
5348 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5349
5350 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5351
5352 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5353
5354 * progmodes/idlw-shell.el: Fixed copyright notice.
5355
5356 * progmodes/idlwave.el: Fixed copyright notice.
5357
5358 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5359 TAB as key separators.
5360
5361 2000-12-19 Alex Schroeder <alex@gnu.org>
5362
5363 * sql.el (sql-sybase-options): New option.
5364 (sql-sybase): Use it. Add sql-database to the list of parameters
5365 provided for login. The options -w 2048 -n are not used any more.
5366 (sql-postgres-options): Changed default from "--pset" to "-P".
5367 (sql-mysql-options): Doc change.
5368 (sql-stop): Doc change.
5369
5370 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5371
5372 * international/quail.el (quail-input-method): Always hide
5373 the guidance buffer on exiting.
5374
5375 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5376
5377 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5378 isn't fboundp.
5379
5380 * server.el (server-buffer-done): Bury the buffer before
5381 killing it.
5382
5383 * faces.el (face-spec-set): Interpret a nil in specs for
5384 foreground and background colors as `unspecified', for
5385 compatibility with 20.x.
5386
5387 2000-12-18 Dave Love <fx@gnu.org>
5388
5389 * simple.el (mail-user-agent): Doc fix.
5390 (input-mode-8-bit): Removed.
5391
5392 * international/mule.el (set-keyboard-coding-system): Doc fix.
5393 (keyboard-coding-system): New option.
5394
5395 * mail/sendmail.el (send-mail-function): Customize.
5396
5397 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5398
5399 * international/codepage.el (cp866-decode-table): New table.
5400
5401 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5402
5403 * version.el (emacs-version): Remove `%a' from the time format
5404 because the weekday doesn't fit well into each locale.
5405
5406 2000-12-18 Miles Bader <miles@gnu.org>
5407
5408 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5409
5410 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5411 Check that emacs-major-version is `=' to 20, not `>='.
5412 (artist-replace-chars): Use `make-string' instead of a loop.
5413
5414 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5415
5416 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5417 (cvs-execute-single-file): Don't change directory.
5418 Patch from Per Cederqvist.
5419
5420 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5421
5422 * textmodes/ispell.el (check-ispell-version):
5423 If `ispell-program-name' is "aspell", pass it the -v switch instead
5424 of -vv.
5425
5426 2000-12-16 Kenichi Handa <handa@etl.go.jp>
5427
5428 * international/mule-diag.el (mule-diag): Insert information about
5429 configure options, multibyte awareness, language env.
5430
5431 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5432 regexp to search for candidates.
5433
5434 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5435
5436 * info.el (Info-forward-node): If the node has an
5437 Info-header-line, widen the buffer before searching for "next:"
5438 and "up:" pointers, and set the search limit to stay in the
5439 current node.
5440
5441 2000-12-16 Miles Bader <miles@gnu.org>
5442
5443 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5444
5445 2000-12-15 Miles Bader <miles@gnu.org>
5446
5447 * comint.el (comint-send-string, comint-send-region): Also accept
5448 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5449 process-send-string/region.
5450
5451 2000-12-15 Gerd Moellmann <gerd@gnu.org>
5452
5453 * isearch.el (isearch-lazy-highlight-max): New user-option.
5454 (isearch-lazy-highlight-update): Don't highlight more than
5455 isearch-lazy-highlight-max matches.
5456
5457 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5458
5459 2000-12-15 Richard M. Stallman <rms@gnu.org>
5460
5461 * sort.el (sort-columns): Fix error message.
5462
5463 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5464 `upcase' or `downcase' or nil.
5465 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5466 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5467 (dabbrev--substitute-expansion): New arg record-case-pattern.
5468 If it is non-nil, set dabbrev--last-case-pattern.
5469 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5470
5471 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5472
5473 2000-12-15 Miles Bader <miles@gnu.org>
5474
5475 * paths.el (Info-default-directory-list): Don't delete
5476 configure-info-directory from the list of standard info
5477 directories when appending it to the end -- their order is important.
5478
5479 * faces.el (read-face-attribute): If there's no entry for the
5480 user's input in VALID, just use it as-is (this will often result
5481 in an error, but it may be OK for e.g. colors using hexadecimal
5482 notation, and at least will yield a better error message).
5483
5484 * window.el (mode-line-window-height-fudge): Function removed.
5485 (height-affecting-face-attributes, mode-line-window-height-fudge):
5486 Variables removed.
5487 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5488 window is really the right size. Use vertical-motion
5489 rather than forward-line.
5490 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5491 (ispell-command-loop, ispell-show-choices): Use the variable
5492 ispell-choices-win-default-height, rather than the function.
5493 (ispell-choices-win-default-height): Function removed.
5494 (ispell-mode-line-window-height-fudge): Function removed.
5495
5496 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5499
5500 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5501
5502 * paths.el (Info-default-directory-list):
5503 If configure-info-directory is not one of the standard directories,
5504 put it first in the list; otherwise put it last. Doc string
5505 changed accordingly.
5506
5507 * info.el (Info-directory-list): Change doc string to reflect the
5508 change in Info-default-directory-list.
5509
5510 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5511 windows-nt as windowed environments, even under -nw.
5512
5513 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5514 if not fboundp. Switch delete-forward mode for the <delete> key
5515 on all PC platforms, even under -nw.
5516
5517 * term/internal.el ([M-delete]): Remap to M-d.
5518
5519 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5520
5521 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5522
5523 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5524
5525 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5526
5527 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5528
5529 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5530 if appropriate.
5531
5532 * simple.el (delete-key-deletes-forward): New user-option.
5533 (delete-key-deletes-forward-mode): New function.
5534
5535 * bindings.el: Bind `delete' to backward-delete-char.
5536
5537 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5538 Test if symbol is bound before getting its value.
5539
5540 * tooltip.el (tooltip-show): If an error is signaled in
5541 x-show-tip, display that error, and display the help in the
5542 echo area.
5543
5544 2000-12-14 Kenichi Handa <handa@etl.go.jp>
5545
5546 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5547 Show "... entries" messages for every 10000 entries, not 10.
5548
5549 2000-12-13 Karl Fogel <kfogel@red-bean.com>
5550
5551 * bookmark.el: Provide a generic exit hook, as suggested by
5552 Ovidiu Predescu <ovidiu@cup.hp.com>:
5553 (bookmark-exit-hook): New var.
5554 (bookmark-exit-hook-internal): New func, replaces
5555 old raw lambda form in `kill-emacs-hook', and runs new
5556 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5557 as logically that feature must have been provided if this function
5558 is running.
5559 Removed ;;;###autoload before the `add-hook' call.
5560
5561 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5564 (easy-menu-current-active-maps): New function.
5565 (easy-menu-get-map): Use it.
5566 Make a proper menu entry when creating a new keymap.
5567
5568 2000-12-13 Kenichi Handa <handa@etl.go.jp>
5569
5570 * international/characters.el: Fix cases and syntaxes for
5571 mule-unicode-0100-24ff.
5572
5573 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5574 that a Japanese character is not appended after day and year.
5575
5576 * info.el (Info-suffix-list): Change format for a command that
5577 requires arguments.
5578 (info-insert-file-contents): Adjusted for the above change.
5579
5580 2000-12-12 Andreas Schwab <schwab@suse.de>
5581
5582 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5583 on the name of the tar buffer. Verify that the existing buffer is
5584 visiting the same subfile.
5585
5586 2000-12-12 Dave Love <fx@gnu.org>
5587
5588 * subdirs.el: Add obsolete.
5589
5590 2000-12-12 Gerd Moellmann <gerd@gnu.org>
5591
5592 * mail/rmailsum.el (rmail-summary-expunge)
5593 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5594 instead of rmail-confirm-expunge.
5595
5596 * replace.el (perform-replace): Don't use an empty match adjacent
5597 to a non-empty match when computing the next match before the
5598 replacement is performed.
5599
5600 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
5601
5602 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5603 definition (patch by Stefan Monnier).
5604 (glasses-mode): Use jit-lock instead of `after-change-functions'
5605 (patch by Stefan Monnier).
5606
5607 2000-12-12 Miles Bader <miles@gnu.org>
5608
5609 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5610 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5611
5612 2000-12-12 Andrew Choi <akochoi@i-cable.com>
5613
5614 * term/mac-win.el: Remove load for ls-lisp.
5615
5616 * loadup.el: Load ls-lisp for system-type `macos'.
5617
5618 2000-12-12 Miles Bader <miles@gnu.org>
5619
5620 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5621 Respect field end too.
5622 (just-one-space): Respect fields as `delete-horizontal-space'.
5623 (newline-and-indent, reindent-then-newline-and-indent):
5624 Use `delete-horizontal-space'.
5625
5626 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5629 (so as to obey the field property in the minibuffer).
5630
5631 * obsolete/c-mode.el: Moved from lisp/progmodes.
5632 * obsolete/auto-show.el: Moved from lisp.
5633 * obsolete/ooutline.el: Moved from lisp/textmodes.
5634
5635 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5636
5637 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
5638 changes to list them here.
5639
5640 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5641 Too many changes to list them here.
5642
5643 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5644 Too many changes to list them here.
5645
5646 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5647
5648 2000-12-11 Gerd Moellmann <gerd@gnu.org>
5649
5650 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5651
5652 * cus-edit.el (custom-save-variables, custom-save-faces):
5653 Comment fix.
5654
5655 * hscroll.el: Moved to `obsolete' subdir.
5656
5657 2000-12-11 Miles Bader <miles@gnu.org>
5658
5659 * window.el (window-text-height): Function removed (now in C).
5660
5661 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5662
5663 * log-edit.el (log-edit-parent-buffer): New var.
5664 (log-edit): Set it. Add BUFFER argument.
5665 (log-edit-done): Use char-before.
5666 Don't bother checking validity of vc-comment-ring.
5667 Only bury the buffer if log-edit popped it up.
5668
5669 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5670 (cvs-mode-diff-help): Remove.
5671 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5672 (cvs-mode-marked): Set up the default for CMD manually.
5673
5674 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5675 Remove binding for ? now made unnecessary.
5676
5677 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5678
5679 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5680 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5681
5682 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5683 when master file is not open.
5684
5685 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5686
5687 * progmodes/ada-stmt.el: Update `maintainer'.
5688
5689 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5690
5691 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5692 choices to match documentation string.
5693
5694 2000-12-09 Miles Bader <miles@gnu.org>
5695
5696 * minibuf-eldef.el: New file.
5697
5698 * window.el (fit-window-to-buffer): Don't pass last argument to
5699 pos-visible-in-window-p, now that its meaning is inverted.
5700
5701 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5702
5703 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5704 <ceder@lysator.liu.se>.
5705
5706 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5707
5708 * autoinsert.el (auto-insert-alist): Add missing final \n.
5709
5710 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5711 (cvs-menu-map): Remove.
5712 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5713 (cvs-mode-quit): Turn it back into a plain function.
5714
5715 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5716 (texinfo-filter): Remove (move to texinfo.el).
5717
5718 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5719 file where it's more visible.
5720 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5721 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5722 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5723 (texinfo-inside-macro-p): Only catch `scan-error's.
5724 (texinfo-inside-env-p): Make better use of the match info.
5725 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5726 (texinfo-insert-@end): Slight re-organization.
5727 Also remove useless `looking-at' call.
5728
5729 2000-12-08 Andrew Innes <andrewi@gnu.org>
5730
5731 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5732 accessible in -nw mode.
5733
5734 * term/w32-win.el: Remove stuff about selection timeout, which is
5735 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5736 it is accessible in -nw mode.
5737
5738 2000-12-08 Dave Love <fx@gnu.org>
5739
5740 * emacs-lisp/lisp-mode.el (lisp-mode):
5741 Set font-lock-keywords-case-fold-search.
5742
5743 2000-12-08 Gerd Moellmann <gerd@gnu.org>
5744
5745 * textmodes/ispell.el (ispell): Doc fix.
5746
5747 2000-12-08 Kenichi Handa <handa@etl.go.jp>
5748
5749 * international/quail.el (quail-insert-decode-map): Check the
5750 frame width of a window displaying the current buffer, not that of
5751 the selected frame.
5752 (quail-help): Make sure that the help buffer has window before
5753 inserting text in it.
5754
5755 2000-12-07 Sam Steingold <sds@gnu.org>
5756
5757 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5758 Backquote is used in isearch.el, so autoloading saves nothing.
5759
5760 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5761
5762 * startup.el (normal-top-level-add-subdirs-to-load-path):
5763 Ignore the CVS and RCS subdirectories case-insensitively.
5764
5765 * dired.el (dired-insert-directory): If file-system-info is
5766 fboundp, call it instead of invoking dired-free-space-program.
5767
5768 2000-12-07 Gerd Moellmann <gerd@gnu.org>
5769
5770 * server.el (server-visit-files): Push files on file-name-history.
5771
5772 * progmodes/cc-langs.el: Update copyright.
5773
5774 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5775
5776 * bindings.el (mode-line-mode-menu): Add glasses-mode.
5777
5778 * bindings.el (mode-line-mode-menu): Reverse the order
5779 of define-keys so that the menu appears in alphabetical order.
5780
5781 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
5782
5783 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5784 of the function.
5785
5786 2000-12-07 Dave Love <fx@gnu.org>
5787
5788 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5789
5790 * facemenu.el (facemenu-unlisted-faces): Fix value.
5791
5792 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * font-lock.el (font-lock-default-fontify-region):
5795 Include the terminating \n (off-by-one error).
5796 (font-lock-set-defaults): Use dolist.
5797
5798 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5799
5800 2000-12-07 Kenichi Handa <handa@etl.go.jp>
5801
5802 * international/mule-cmds.el (describe-language-environment):
5803 Fix for the case that an input method title is not string but a list.
5804
5805 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5806 of wrong SIZE record.
5807
5808 2000-12-06 Dave Love <fx@gnu.org>
5809
5810 * newcomment.el (comment-region, comment-dwim): Doc fix.
5811
5812 * textmodes/texinfo.el: Require tex-mode when compiling.
5813 (texinfo-update-node): Doc fix.
5814 (texinfo-imenu-generic-expression): Add @anchor.
5815 (texinfo-font-lock-keywords): Add @uref.
5816 (texinfo-inside-macro-p): Don't use ignore-errors.
5817 (texinfo-insert-quote): Match more contexts.
5818
5819 * international/mule.el (decode-char, encode-char): Doc fix.
5820 (auto-coding-alist): Customize.
5821
5822 * files.el (load-file): Fix change of 2000-03-12.
5823
5824 * wid-edit.el (widget-text-keymap): Doc fix.
5825
5826 2000-12-06 Andrew Innes <andrewi@gnu.org>
5827
5828 * makefile.w32-in (lisp): Set to an absolute directory, namely
5829 $(CURDIR).
5830
5831 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5834 read generated-autoload-file, and set buffer-file-coding-system to
5835 raw-text-unix after reading the file.
5836
5837 * international/mule-conf.el (file-coding-system-alist):
5838 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5839
5840 2000-12-06 Gerd Moellmann <gerd@gnu.org>
5841
5842 * replace.el (occur): Make line-number-width 1 smaller for the
5843 colon following the line number.
5844
5845 * startup.el (fancy-splash-text, command-line-1):
5846 Use `File' for the menu name instead of `Files'.
5847
5848 * tmm.el: Update copyright.
5849
5850 * cus-start.el: Add entry for even-window-heights.
5851
5852 2000-12-06 Miles Bader <miles@gnu.org>
5853
5854 * faces.el (frame-set-background-mode): Avoid stomping on
5855 locally modified faces.
5856
5857 2000-12-06 Kenichi Handa <handa@etl.go.jp>
5858
5859 * international/fontset.el: Correct the font registries for
5860 japanese-jisx0213-1 and japanese-jisx0213-2.
5861
5862 2000-12-05 Gerd Moellmann <gerd@gnu.org>
5863
5864 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5865
5866 * iswitchb.el: Update customization commentary.
5867
5868 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
5869
5870 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5871 (tpu-search-highlight): Fixed comparison of overlay end positions.
5872 (tpu-trim-line-ends): Implemented trimming logic locally.
5873
5874 * emulation/tpu-extras.el (tpu-write-file-hook)
5875 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5876
5877 2000-12-05 Kenichi Handa <handa@etl.go.jp>
5878
5879 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5880 to cn-gb.
5881 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5882
5883 2000-12-04 Dave Love <fx@gnu.org>
5884
5885 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5886
5887 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5888
5889 * mail/rmailsum.el (rmail-summary-expunge)
5890 (rmail-summary-expunge-and-save): Ask for confirmation with
5891 rmail-expunge-confirmed.
5892
5893 * mail/rmail.el (rmail-expunge-confirmed): New function.
5894 (rmail-expunge): Use it.
5895
5896 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5897
5898 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5899 (etags-recognize-tags-table, find-tag-in-order):
5900 New functionality: interpret file names as tags.
5901
5902 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5903
5904 * info.el (Info-scroll-prefer-subnodes): New defcustom.
5905 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5906 the first subnode until the bottom of the current node is visible.
5907
5908 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5909
5910 * format.el (format-decode): Don't change buffer's undo list.
5911
5912 2000-12-04 Kenichi Handa <handa@etl.go.jp>
5913
5914 * faces.el (face-font-registry-alternatives): Add entries for CJK
5915 fonts. Doc-string adjusted for the actual usage of this data.
5916
5917 * international/fontset.el: Change the font registries for CJK
5918 fonts in the default fontset. Don't append '*' to registries.
5919
5920 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5921
5922 * emacs-lisp/easy-mmode.el (define-derived-mode)
5923 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5924
5925 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5926 (derived-mode-p): New function.
5927 (derived-mode-make-docstring): Add `docstring' argument.
5928 Use it if available and complete it if necessary.
5929
5930 2000-12-03 Andreas Schwab <schwab@suse.de>
5931
5932 * type-break.el (type-break): Don't make parent of itself.
5933
5934 2000-12-03 Miles Bader <miles@gnu.org>
5935
5936 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5937
5938 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5939
5940 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5941 (tex-main-file, tex-file): Simplify.
5942 (tex-generate-zap-file-name): Use subst-char-in-string.
5943 (tex-strip-dots): Remove.
5944
5945 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5946
5947 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5948 to check if the match succeeded.
5949
5950 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5951
5952 * startup.el (use-fancy-splash-screens-p): New function.
5953 (command-line-1): Use it to determine whether or not to use
5954 a fancy splash screen.
5955
5956 2000-12-02 Andreas Schwab <schwab@suse.de>
5957
5958 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5959
5960 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * international/mule.el (make-char): Fix last change.
5963
5964 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5965 New defcustoms.
5966 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5967 autoloading tex-mode; instead, do the same manually.
5968 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
5969 with numeric argument. Docstring fix.
5970 (toplevel): Require cl when compiling.
5971
5972 * international/mule.el (make-char): Doc fix.
5973
5974 2000-12-02 Jason Rumney <jasonr@gnu.org>
5975
5976 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5977 the Emacs Lisp manual)
5978
5979 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5980
5981 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5982
5983 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5984 the Emacs Lisp manual).
5985
5986 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5987
5988 * simple.el (next-line-add-newlines): Change default to nil.
5989
5990 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5991
5992 * files.el (revert-buffer, recover-file):
5993 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5994
5995 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5996
5997 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5998
5999 2000-12-01 Miles Bader <miles@gnu.org>
6000
6001 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6002
6003 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6004
6005 * international/mule-diag.el (describe-char-after): Fix typo.
6006 (describe-character-set, non-iso-charset-alist): Fix typo.
6007
6008 2000-12-01 Miles Bader <miles@gnu.org>
6009
6010 * image-file.el (image-file-name-regexp): Automatically add
6011 upper-case variants of each filename extension in
6012 `image-file-name-extensions', since they seem to be common.
6013
6014 * simple.el (minibuffer-contents)
6015 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6016 New functions.
6017 * filecache.el (file-cache-directory-name)
6018 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6019
6020 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6021
6022 * filecache.el (file-cache-minibuffer-complete): Don't try to
6023 delete the minibuffer prompt.
6024
6025 2000-11-30 Dave Love <fx@gnu.org>
6026
6027 * cus-start.el: Fix read-buffer-function type.
6028
6029 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6030
6031 * md5.el: Removed. There's a built-in function, now.
6032
6033 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6034
6035 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6036 as dummy 0-th char of rmail-deleted-vector.
6037
6038 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6039
6040 * ps-print.el (ps-end-job): Bind case-fold-search only after
6041 switching to ps-spool-buffer.
6042
6043 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6044
6045 * ps-print.el: Line number font customization. PostScript: Lines and
6046 PageCount are initialized on each page. Doc Fix.
6047 (ps-print-version): New version number (6.3.2).
6048 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6049 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6050 (ps-right-header): Customization fix.
6051 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6052 Fix code.
6053 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6054 New vars.
6055
6056 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6057
6058 * bs.el: Fix typos and spelling errors.
6059 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6060 (bs-configuration): Doc fix.
6061
6062 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6063
6064 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
6065
6066 * emulation/tpu-edt.el (tpu-version): New version.
6067 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6068 (tpu-original-mode-line): Variable deleted.
6069 (tpu-mark-flag): New initial value.
6070 (tpu-set-mode-line): Don't redefine mode-line-format.
6071 Add tpu-mark-flag to minor-mode-alist.
6072 (tpu-update-mode-line): New mark flag logic.
6073 (tpu-get): Use find-file-wildcards.
6074 (tpu-search-highlight): Move overlay less, reset overlay properly.
6075 (tpu-unselect): Deactivate mark.
6076 (tpu-lm-replace): Reset overlay properly.
6077 (tpu-forward-line): Use forward-visible-line.
6078 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6079
6080 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
6081
6082 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6083
6084 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6085
6086 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6087
6088 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6089 and skip whitespace and newlines.
6090
6091 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6092
6093 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6094
6095 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6096
6097 * help.el (describe-function-1): Regexp-quote function name
6098 when used as part of a regexp.
6099
6100 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6101 Use face-attribute instead of face-foreground and face-background.
6102 (tool-bar-add-item): Likewise, and handle unspecified colors.
6103
6104 * enriched.el (enriched-face-ans): Use face-attribute instead
6105 of face-foreground and face-background.
6106
6107 * faces.el (face-foreground, face-background, face-stipple):
6108 Return nil if attribute is unspecified, for backward compatibility.
6109
6110 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6111
6112 * play/5x5.el: Remove version info.
6113
6114 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6115
6116 * frame.el (blink-cursor-mode): Doc fix.
6117
6118 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6119
6120 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6121 to create Makefile rules.
6122 (antlr-tool-command): New user option.
6123 (antlr-ask-about-save): New user option.
6124 (antlr-makefile-specification): New user option.
6125 (antlr-file-formats-alist): New variable.
6126 (antlr-special-file-formats): New variable.
6127 (antlr-unknown-file-formats): New user option.
6128 (antlr-help-unknown-file-text): New variable.
6129 (antlr-help-rules-intro): New variable.
6130 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6131 (antlr-mode-menu): Add entries.
6132 (antlr-file-dependencies): New function.
6133 (antlr-directory-dependencies): New function.
6134 (antlr-superclasses-glibs): New function.
6135 (antlr-run-tool): New command.
6136 (antlr-makefile-insert-variable): New function.
6137 (antlr-insert-makefile-rules): New function.
6138 (antlr-show-makefile-rules): New command.
6139
6140 * antlr-mode.el: More Emacs/XEmacs stuff.
6141 (antlr-no-action-keywords): New constant with value nil.
6142 (antlr-font-lock-keywords-alist): Use it. Old value would break
6143 syntax highlighting in Emacs-21.0.
6144 (antlr-default-directory): Emacs/XEmacs dependend function.
6145 (antlr-read-shell-command): Ditto.
6146 (antlr-with-displaying-help-buffer): Ditto.
6147
6148 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6149
6150 * antlr-mode.el: imenu, parsing and highlighting changes.
6151 (antlr-imenu-create-index-function): Don't create extra submenus
6152 for definitions in different grammar classes. It is not necessary
6153 for the menu and would make command `imenu' awkward to use.
6154 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6155 header actions and more than one.
6156 (antlr-font-lock-tokendef-face): Changed color.
6157 (antlr-font-lock-tokenref-face): Changed color.
6158 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6159 (antlr-mode-syntax-table): New variable.
6160 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6161 (antlr-with-syntax-table): Don't copy syntax table.
6162
6163 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6164
6165 * antlr-mode.el: Minor changes: language setting.
6166 (antlr-language-alist): The value for file option "language" can
6167 be both an identifier and a string.
6168 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6169 (antlr-language-limit-n-regexp): Change accordingly.
6170
6171 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6172
6173 * antlr-mode.el: Minor changes: tabs, hiding.
6174 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6175 (antlr-action-visibility): Also allow value nil to also hide the
6176 braces. Renamed from `antlr-tiny-action-length'.
6177 Suggested by Jay@aol.com.
6178 (antlr-hide-actions): Change accordingly. Hide line if completely
6179 hidden action is on a line of its own.
6180
6181 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6184
6185 * sort.el (sort-columns): Don't concat strings with numbers.
6186
6187 2000-11-29 Dave Love <fx@gnu.org>
6188
6189 * cus-edit.el (face): Fix :format.
6190
6191 * mail/feedmail.el: Require smtpmail when compiling.
6192 (mail-do-fcc): Autoload.
6193 (feedmail) <defgroup>: Fix :link.
6194 (feedmail-nuke-body-in-fcc): Fix :type.
6195 (feedmail-send-it): Add autoload cookie.
6196
6197 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6198
6199 * newcomment.el (comment-indent): Save excursion around call to
6200 comment-indent-function.
6201
6202 2000-11-29 Miles Bader <miles@gnu.org>
6203
6204 * subr.el (member-ignore-case): Return the tail of the list who's
6205 car matches, like `member', not the matching element itself.
6206
6207 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6208
6209 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6210 should not contain `\n'.
6211
6212 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6213
6214 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6215
6216 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6217
6218 * dired-aux.el (dired-do-create-files): Construct default file
6219 name for dired-mark-read-file-name so that when the user enters
6220 just RET, the target file will end up in the target directory.
6221
6222 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6223 local-abbrev-table before changing buffers because it might
6224 have a buffer-local binding.
6225
6226 2000-11-28 Miles Bader <miles@gnu.org>
6227
6228 * simple.el (delete-horizontal-space): Handle fields more generally.
6229
6230 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6231
6232 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6233
6234 2000-11-28 Dave Love <fx@gnu.org>
6235
6236 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6237 comment-start-skip locally.
6238
6239 * progmodes/fortran.el (fortran-mode): Don't set
6240 fortran-comment-line-start-skip. Set comment-start to
6241 fortran-comment-line-start.
6242 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6243 (fortran-comment-line-start-skip): Simplify slightly.
6244
6245 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6246
6247 * play/5x5.el: Remove RCS keyword.
6248
6249 * bs.el: Mistaken commit, undone 2000-11-30.
6250
6251 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6252
6253 * textmodes/tildify.el (tildify-string-alist):
6254 Add `plain-tex-mode' here.
6255
6256 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6257
6258 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6259 reference.
6260
6261 2000-11-28 Miles Bader <miles@gnu.org>
6262
6263 * cus-face.el (custom-face-attributes): Add post-filter function
6264 for :box. Make pre-filter function for :box handle all cases.
6265
6266 * wid-edit.el (widget-choose): Make sure pop-up window is large
6267 enough to display all the choices, as there's no way to scroll it.
6268
6269 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6270
6271 * international/mule-conf.el: Make the coding system no-conversion
6272 safe for all characters.
6273
6274 2000-11-27 Dave Love <fx@gnu.org>
6275
6276 * net/ldap.el (ldap) <defgroup>: Add :version.
6277
6278 * tooltip.el (tooltip-use-echo-area): Doc fix.
6279
6280 * cus-start.el <minibuffer-prompt-properties>: Add version.
6281 <read-buffer-function>: Add.
6282
6283 * apropos.el (apropos-print): Add help-echo to active text.
6284
6285 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6286
6287 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6288
6289 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6290 type, group and version.
6291
6292 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6293
6294 * select.el (x-get-selection): Docstring fix.
6295
6296 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6297
6298 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6299
6300 2000-11-27 Andrew Innes <andrewi@gnu.org>
6301
6302 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6303
6304 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6305
6306 2000-11-27 Miles Bader <miles@gnu.org>
6307
6308 * dired.el (dired-get-filename): Return filename verbatim if
6309 LOCALP is `verbatim'.
6310 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6311 `verbatim' so that we don't inadvertently delete a non-existant
6312 directory name.
6313
6314 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6315
6316 * international/characters.el: Specify cases and syntaxes for
6317 mule-unicode-0100-24ff.
6318
6319 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6320
6321 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6322 that foreground and/or background colors of the face `tool-bar'
6323 are unspecified.
6324
6325 2000-11-27 Miles Bader <miles@gnu.org>
6326
6327 * wid-edit.el (widget-field-buffer, widget-field-start)
6328 (widget-field-end): Handle widget field `pseudo-overlays'.
6329 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6330 if it's there instead of in `widget-field-list'.
6331
6332 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6333 (help-make-xrefs): Delete extraneous newlines at the end of the
6334 docstring.
6335
6336 2000-11-25 Jason Rumney <jasonr@gnu.org>
6337
6338 * startup.el (command-line): Call set-locale-environment after
6339 Window System init file is read, as it can result in a call to
6340 redraw-frame.
6341
6342 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6343
6344 * simple.el (shell-command): Mention the effect of the prefix
6345 argument in the doc string.
6346
6347 2000-11-25 Miles Bader <miles@gnu.org>
6348
6349 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6350
6351 * wid-edit.el (widget-field-value-delete): Don't try to delete
6352 overlay when it's the `pseudo-overlay' that exists at some points.
6353
6354 2000-11-24 Jason Rumney <jasonr@gnu.org>
6355
6356 * international/mule-cmds.el (locale-language-names): Add "jp" as
6357 a non-standard alternative for Japanese.
6358
6359 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6360
6361 * vc-hooks.el: Require 'cl during compilation.
6362
6363 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6364
6365 * faces.el (face-set-after-frame-default): Let face attributes
6366 specified for new frames override frame parameters.
6367
6368 * startup.el (command-line): Fix computation of the source file
6369 for user-init-file when user-init-file is a compiled file.
6370
6371 2000-11-24 Miles Bader <miles@gnu.org>
6372
6373 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6374 (custom-post-filter-face-spec): New functions.
6375 (custom-face-set, custom-face-value-create): Filter the face spec
6376 before and after customization.
6377 (custom-face-set): If VALUE specifies a null face, pass a
6378 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6379 * cus-face.el (custom-face-attributes): Remove SET and GET
6380 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6381 cases they're needed.
6382
6383 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6384 that it's distinguishable from the :off-glyph on dark-background
6385 displays. Set its background color too.
6386
6387 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6388 so that people can easily turn it off.
6389
6390 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6391
6392 * ediff-diff.el: Moved variables around to have it compile under NT.
6393
6394 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6395
6396 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6397
6398 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6399 redundant skip-small-frames test.
6400
6401 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6402 (viper-downgrade-to-insert): Protect against errors in hooks.
6403
6404 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6405 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6406 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6407 New functions.
6408
6409 * viper-util.el (viper-memq-char): Bug fixes.
6410
6411 * viper.el (viper-mode): Fix cursor handling.
6412
6413 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6414
6415 * international/mule-diag.el (list-iso-charset-chars):
6416 For two-byte charset, fix the `while' condition.
6417 (list-non-iso-charset-chars): Fix the `while' condition.
6418
6419 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6420
6421 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6422 if the variable is make-variable-buffer-local.
6423
6424 * progmodes/ada-stmt.el (ada-template-map):
6425 Initialize and bind it to C-c t in ada-mode-map.
6426 (ada-stmt-mode-hook): New function extracted from old code.
6427 Only change the buffer-local side of skeleton-*.
6428 (ada-mode-hook): Use it.
6429
6430 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6431
6432 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6433 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6434 we expect to be returned by minibuffer-depth once we prompt the
6435 user in the minibuffer.
6436 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6437 as recorded in iswitchb-minibuf-depth, return non-nil.
6438
6439 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6440
6441 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6442 (hscroll-window-maybe): Docstring fix.
6443
6444 2000-11-23 Dave Love <fx@gnu.org>
6445
6446 * rect.el (string-rectangle): Don't test delete-selection-mode.
6447
6448 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6449
6450 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6451 is in the tool bar.
6452
6453 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6454 with `no-dir'; we want the directory part to be able to remove it.
6455
6456 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6457
6458 * textmodes/outline.el (outline-flag-region):
6459 Don't bind inhibit-read-only since we don't modify the buffer.
6460 (outline-isearch-open-invisible): Don't jump to overlay-start
6461 since we're trying to unhide text around point.
6462 (outline-discard-overlays): Use dolist.
6463
6464 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6465
6466 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6467
6468 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6469
6470 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6471
6472 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6473 Fix ARG regexp to skip quoted braces.
6474 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6475 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6476 are (correctly) handled separately).
6477 Remove `caption' and `footnote' from `citations': they contain text.
6478 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6479 (latex-skeleton-end-hook): New function.
6480 (latex-mode): Use it.
6481 (tex-start-tex-marker): Remove.
6482 (tex-send-tex-command): Don't set tex-start-tex-marker.
6483 (tex-error-parse-syntax-table): New var.
6484 (tex-compilation-parse-errors): Use it.
6485 Ignore tex-start-tex-marker. Don't bother with marker-position.
6486 (tex-validate-buffer): Don't bother with marker-position.
6487
6488 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6489 (flyspell-generic-progmode-verify): Use it.
6490
6491 2000-11-22 Sam Steingold <sds@gnu.org>
6492
6493 * simple.el (delete-trailing-whitespace): New interactive function.
6494
6495 * progmodes/ada-mode.el (ada-mode): Use it instead of
6496 `ada-remove-trailing-spaces'.
6497 (ada-remove-trailing-spaces): Removed.
6498
6499 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6500
6501 * textmodes/picture.el (picture-clean): Removed.
6502 (picture-mode-exit): Call it instead of `picture-clean'.
6503
6504 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6505
6506 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6507
6508 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6509 jit-lock-fontify-buffer; it should anyway be unneccessary to
6510 do anything special when jit-lock is active.
6511 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6512
6513 2000-11-22 Dave Love <fx@gnu.org>
6514
6515 * calendar/todo-mode.el (todo-top-priorities): Use
6516 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6517
6518 * language/chinese.el, language/cyrillic.el:
6519 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6520 * language/hebrew.el, language/indian.el, language/japanese.el:
6521 * language/korean.el, language/lao.el, language/misc-lang.el:
6522 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6523 Use provide.
6524
6525 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6526 (custom-variable-set): Improve validation error mesage.
6527
6528 * rect.el (string-rectangle): Revert last change.
6529 (string-rectangle-line): New arg DELETE.
6530 (string-rectangle): Check delete-selection-mode.
6531
6532 * emacs-lisp/edebug.el (edebug-version)
6533 (edebug-maintainer-address): Deleted.
6534 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6535 (edebug-read-function): Account for other `'#' read forms.
6536 (edebug-mode-menus): Make some items toggles.
6537 (edebug-outside-unread-command-event, unread-command-event):
6538 Remove these to avoid warnings.
6539
6540 2000-11-22 David Ponce <david@dponce.com>
6541
6542 * recentf.el (recentf-menu-items-for-commands)
6543 (recentf-make-menu-items, recentf-make-menu-item)
6544 (recentf-filter-changer): Added :help and :active menu-item properties.
6545
6546 (recentf-build-dir-rules, recentf-dump-variable)
6547 (recentf-edit-list, recentf-open-files-item)
6548 (recentf-open-files): Replaced unnecessary `mapcar' with new
6549 built-in `mapc'.
6550
6551 2000-11-23 Miles Bader <miles@gnu.org>
6552
6553 * faces.el (menu): Make inverse-video on ttys too.
6554
6555 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6556
6557 * simple.el (comment-line-break-function): Use the new name
6558 indent-new-comment-line -> comment-indent-new-line.
6559 (clone-indirect-buffer): Don't ignore NORECORD.
6560 (next-completion): Properly handle the case where items are adjacent.
6561
6562 * mouse.el (popup-menu): Stupid typo.
6563
6564 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6565
6566 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6567 maintainer, keywords tags.
6568
6569 * rect.el (replace-rectangle): Don't call string-rectangle-line
6570 with too many arguments.
6571
6572 2000-11-22 Andre Spiegel <spiegel@gnu.org>
6573
6574 * ediff-util.el (ediff-file-checked-out-p)
6575 (ediff-file-checked-in-p): Call vc-state instead of
6576 vc-locking-user, which no longer exists.
6577
6578 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6579
6580 2000-11-22 Dave Love <fx@gnu.org>
6581
6582 * md5.el (md5): Provide.
6583 (md5): Fix error call.
6584
6585 2000-11-22 Miles Bader <miles@gnu.org>
6586
6587 * textmodes/refill.el (refill-adjust-ignorable-overlay)
6588 (refill-fill-paragraph-at): Remove debugging code.
6589
6590 * calendar/calendar.el (generate-calendar-window): When we don't
6591 call `fit-window-to-buffer', make sure the top line is fully visible.
6592
6593 * image-file.el (insert-image-file): Don't make `read-only'
6594 property rear-nonsticky.
6595
6596 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6597 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6598 stashing away its original value.
6599 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6600 in the recursive edit.
6601 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6602 (isearch-done): Restore `minibuffer-message-timeout'.
6603
6604 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6605
6606 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6607
6608 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6609
6610 * find-lisp.el (find-lisp-find-files-internal):
6611 Use dolist, when and file-name-as-directory.
6612
6613 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6614 (define-derived-mode, define-minor-mode): Add specs.
6615
6616 * window.el: General comment and spacing fixes.
6617 (save-selected-window): Use backquotes.
6618 (window-safely-shrinkable-p): New function.
6619 (shrink-window-if-larger-than-buffer): Use it.
6620
6621 * subr.el (make-local-hook): Docstring fix.
6622
6623 * shell.el (shell-mode): Use define-derived-mode.
6624
6625 * newcomment.el (comment-indent): Insert comment before calling
6626 comment-indent-function. Don't insert in column 0.
6627 (comment-dwim): Indent before inserting comment.
6628
6629 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6630 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6631 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6632 Use mapc rather than map.
6633
6634 * files.el (find-buffer-visiting): Compare all attributes before
6635 declaring two files identical (rather than just their inode-no).
6636 (auto-mode-alist): Use \' rather than $.
6637
6638 * which-func.el: Update maintainer line.
6639
6640 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6641 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6642 (uniquify-buffer-file-name): Use it.
6643
6644 2000-11-22 Miles Bader <miles@gnu.org>
6645
6646 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6647 * simple.el (minibuffer-avoid-prompt): New function.
6648
6649 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6650
6651 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6652
6653 2000-11-21 Miles Bader <miles@gnu.org>
6654
6655 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6656 inclusion of `track-mouse'.
6657
6658 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6659 (refill-adjust-ignorable-overlay): New function.
6660 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6661 only the paragraph's tail if possible.
6662 Update `refill-ignorable-overlay'.
6663 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6664
6665 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6666 point inside the fill-prefix.
6667
6668 * textmodes/refill.el (refill-post-command-function): Don't reset
6669 refill-doit in the case where a self-insertion command doesn't
6670 case a refill. Use `refill-fill-paragraph-at', getting position
6671 from `refill-doit'.
6672 (refill-after-change-function): Set `refill-doit' to END.
6673 (refill-fill-paragraph-at): New function, mostly from old
6674 refill-fill-paragraph.
6675 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6676 (refill-pre-command-function): New function.
6677 (refill-mode): Add it to `pre-command-hook'.
6678
6679 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6680
6681 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6682
6683 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6684 javadoc tags.
6685
6686 2000-11-20 Andre Spiegel <spiegel@gnu.org>
6687
6688 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6689 vc.el).
6690
6691 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6692 require vc.
6693
6694 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6695 checkouts.
6696
6697 2000-11-20 Dave Love <fx@gnu.org>
6698
6699 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6700
6701 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
6702
6703 * calculator.el (calculator-paste): Use `if' instead of `and'
6704 and `or'.
6705 (calculator-help): Don't use electric-describe-mode for XEmacs.
6706
6707 2000-11-19 Gerd Moellmann <gerd@gnu.org>
6708
6709 * info.el (info-menu-5): Doc fix.
6710
6711 * textmodes/artist.el: New file.
6712
6713 2000-11-19 Andre Spiegel <spiegel@gnu.org>
6714
6715 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6716 and differentiate according to checkout model.
6717 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6718 since this function is only concerned with master state.
6719
6720 * vc-hooks.el (vc-workfile-unchanged-p)
6721 (vc-default-workfile-unchanged-p): Moved here from vc.el.
6722
6723 * vc.el (vc-workfile-unchanged-p)
6724 (vc-default-workfile-unchanged-p): See above.
6725
6726 2000-11-19 Miles Bader <miles@gnu.org>
6727
6728 * image-file.el (insert-image-file): Make `intangible' and
6729 `read-only' properties rear-nonsticky too.
6730
6731 2000-11-18 Gerd Moellmann <gerd@gnu.org>
6732
6733 * ps-print.el: Update copyright notice.
6734
6735 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6736 (tooltip-show): Use the offsets.
6737
6738 * bindings.el (mode-line-modified): Fix a typo.
6739 (mode-line-toggle-modified, mode-line-widen)
6740 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6741
6742 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6743
6744 * ps-print.el (toplevel): Test for find-coding-system being
6745 fboundp before calling ps-x-find-coding-system.
6746
6747 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6750 (vc-version-backup-file): Docstring fix.
6751
6752 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6753
6754 * files.el (basic-save-buffer): Don't add a newline if
6755 find-file-literally is non-nil.
6756 (find-file-literally): Extend doc string.
6757
6758 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6759 sort(1) with the `-f' argument.
6760
6761 2000-11-16 Andre Spiegel <spiegel@gnu.org>
6762
6763 * vc.el: Updated backend documentation.
6764 (vc-default-check-headers): New function.
6765
6766 * vc-{cvs,rcs,sccs}.el: Functions reordered.
6767
6768 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6769 up-to-date.
6770 (vc-do-command): In the asynchronous case, output messages only if
6771 the minibuffer is not active.
6772
6773 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6774 `vc-cvs-use-edit' is on.
6775 (vc-cvs-checkout): When this is used for reverting the workfile,
6776 make a backup of the original contents and revert to that in case
6777 of error.
6778 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6779 remote repositories.
6780
6781 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6782 for both version and ratio in the minibuffer.
6783
6784 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6785 Use vc-do-command to perform the annotation, not call-process.
6786
6787 2000-11-16 Kenichi Handa <handa@etl.go.jp>
6788
6789 * international/quail.el (quail-start-translation): Don't call
6790 `message' before reading key sequence.
6791
6792 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6793
6794 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6795
6796 2000-11-16 Kenichi Handa <handa@etl.go.jp>
6797
6798 * window.el (fit-window-to-buffer): Be sure to acquire at least
6799 one text line even if the buffer is empty.
6800
6801 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6802
6803 * net/ange-ftp.el (ange-ftp-file-writable-p)
6804 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6805 Bind ange-ftp-process-verbose to nil.
6806
6807 2000-11-15 Dave Love <fx@gnu.org>
6808
6809 * wid-edit.el (widget-specify-field, widget-specify-button):
6810 If :help-echo is a function, set help-echo of overlay to
6811 widget-mouse-help.
6812 (widget-mouse-help): New function.
6813 (widget-echo-help): Rewritten for :help-echo functions only taking
6814 a widget arg.
6815
6816 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6817 Use display-graphic-p.
6818 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6819 and that JPEG is available.
6820 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6821
6822 * international/mule-cmds.el (locale-charset-language-names):
6823 Match @euro.
6824
6825 2000-11-15 Gerd Moellmann <gerd@gnu.org>
6826
6827 * faces.el (face-set-after-frame-default):
6828 If `inhibit-default-face-x-resources' is bound, don't intialize the
6829 default face from X resources.
6830
6831 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6832
6833 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6834 Don't set EMACSLOADPATH.
6835
6836 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6837
6838 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6839 texinfo-insert-@url.
6840 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6841 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6842
6843 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6844
6845 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6846 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6847 (checkdoc-minor-keymap): Backward compatibility.
6848 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6849 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6850 (checkdoc-this-string-valid-engine): Be a bit more strict
6851 to avoid matching substrings of `...' quoted vars/funs.
6852 (checkdoc-defun-info): Only look for `interactive' if alone.
6853 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6854
6855 * progmodes/compile.el (grep): `tag-default' can be nil.
6856
6857 * newcomment.el (comment-indent): Paren typo.
6858
6859 2000-11-14 Dave Love <fx@gnu.org>
6860
6861 * calculator.el: New maintainer version.
6862
6863 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6864
6865 * cmuscheme.el: Doc fixes.
6866 (cmuscheme) <defgroup>: Use `scheme' as parent.
6867 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
6868
6869 * xscheme.el (scheme-program-name): Don't define here.
6870
6871 * progmodes/scheme.el (scheme-program-name): New variable
6872 (originally in cmuscheme).
6873
6874 2000-11-14 Miles Bader <miles@gnu.org>
6875
6876 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6877 Handle header-lines. Don't loop forever if we can't enlarge the
6878 window anymore. Simplify a bit.
6879
6880 2000-11-14 Kenichi Handa <handa@etl.go.jp>
6881
6882 * window.el (fit-window-to-buffer): Don't check
6883 window-text-height. Assure that the last line is fully visible.
6884
6885 * international/quail.el (quail-show-guidance-buf):
6886 Call fit-window-to-buffer to assure the enough height of the guidance
6887 buffer.
6888 (quail-update-guidance): Avoid making the guidance buffer shorter.
6889
6890 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6891
6892 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6893 rather than `prepend' and add an interesting comment.
6894 (tex-math-face, tex-font-lock-syntactic-face-function):
6895 New face and function to use it.
6896 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6897 than `menu-enable' symbol property.
6898 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6899 (tex-mode): Add some latex-mode commands for auto-selection.
6900 Use tex-font-lock-syntactic-face-function.
6901 (tex-insert-quote): Simplify.
6902 (tex-shell): New mode.
6903 (tex-start-shell): Use it.
6904 (tex-shell-proc, tex-shell-buf): New functions.
6905 (tex-send-command): Use it.
6906 (tex-main-file): Fix the meaning of the new arg REALFILE.
6907 (tex-send-tex-command): New function split from `tex-start-tex'.
6908 Set compilation-last-buffer and compilation-parsing-end.
6909
6910 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6911 when it follows non-comment text on the line.
6912
6913 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6914 Set font-lock-defaults.
6915 (lisp-mode-shared-map): Init inside the defvar.
6916 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6917 Use define-derived-mode.
6918
6919 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6920
6921 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6922
6923 2000-11-14 Gerd Moellmann <gerd@gnu.org>
6924
6925 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6926 Don't recursively optimize body because that can lead to infinite
6927 recursion; see comment there.
6928
6929 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6930
6931 * faces.el (face-spec-set-match-display): Revert the change from
6932 2000-10-24. Add a FIXME for after v21.1.
6933
6934 2000-11-13 Miles Bader <miles@gnu.org>
6935
6936 * textmodes/fill.el (skip-line-prefix): New function.
6937 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6938 (fill-paragraph): Don't leave point inside the fill-prefix.
6939 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6940 point inside the fill-prefix.
6941
6942 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6943
6944 * calendar/calendar.el (generate-calendar-window):
6945 Use `fit-window-to-buffer'.
6946
6947 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6948
6949 * gud.el (gud-minor-mode): New var.
6950 (gud-symbol, gud-val): New functions.
6951 (gud-find-file): Copy gud-minor-mode to the new buffer.
6952 (gud-menu-map): Include entries for commands that are not always
6953 available, using :enable to (de)activate them.
6954 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6955 (gud-mode-map): New map.
6956 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6957 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6958 Don't set up gud's menu (it's done by the minor-mode).
6959 (gud-minibuffer-local-map): New.
6960 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6961 (gud-query-cmdline): New function.
6962 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6963 (gud-mode): Use define-derived-mode.
6964 Don't set up gud's menu (it's done by the minor-mode).
6965 (gud-chop-words): Remove.
6966 (gud-common-init): Use split-string instead.
6967 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6968
6969 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6970 Add keyword arg :name.
6971
6972 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6973 (diff-count-matches, diff-split-hunk): New functions.
6974 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6975
6976 * pcvs-info.el (cvs-fi-conflict-face): New var.
6977
6978 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6979 Make it into a simple syntax-table, shared among all submodes.
6980 (sh-heredoc-face): Re-introduce.
6981 (sh-font-lock-syntactic-face-function): New function.
6982 (sh-mode): Use it. Also use define-derived-mode.
6983 Remove old bogus setting of indent-region-function.
6984 (sh-set-shell): Don't set the syntax-table any more.
6985 (sh-mode-syntax-table) <defun>: Remove.
6986
6987 2000-11-12 Miles Bader <miles@gnu.org>
6988
6989 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6990 message if interactive.
6991
6992 2000-11-12 Dave Love <fx@gnu.org>
6993
6994 * mail/feedmail.el: Fix header,
6995 (feedmail) <defgroup>: Add :link.
6996
6997 * view.el: Use local-map property, not keymap on mode-line string.
6998
6999 * scroll-all.el (scroll-all-mode): Customize variable.
7000 Add autoload cookie to function.
7001
7002 * lazy-lock.el: Remove compatibility code.
7003
7004 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7005 (finder-help-echo): New variable.
7006 (finder-mouse-face-on-line): Add help-echo stuff.
7007 (finder-list-keywords, finder-list-matches): Use mapc.
7008
7009 * faces.el (face-font-registry-alternatives): Add :version.
7010
7011 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7012 tags-table-list.
7013
7014 * net/browse-url.el (browse-url-browser-function): Update :version.
7015
7016 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7017 (mail-mode): Use [:alnum:] in some regexps.
7018
7019 2000-11-10 Dave Love <fx@gnu.org>
7020
7021 * ediff.el (ediff-regions-internal, ediff-documentation):
7022 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7023 fundamental mode.
7024
7025 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7026 buffer into fundamental mode.
7027 (ediff-set-difference): Use copy-sequence if available.
7028
7029 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7030 Check ediff-patch-map non-nil.
7031 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7032 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7033 buffer into fundamental mode.
7034
7035 * ediff-merg.el (state-or-merge): Defvar when compiling.
7036
7037 2000-11-10 Jason Rumney <jasonr@gnu.org>
7038
7039 * w32-fns.el (w32-add-charset-info): New function.
7040 (w32-charset-info-alist): Use it.
7041
7042 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7043
7044 * faces.el (face-font-registry-alternatives): New user-option.
7045
7046 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7047
7048 * textmodes/texinfo.el (texinfo-block-default): New var.
7049 (texinfo-insert-block): Use it. Insert a newline if needed.
7050
7051 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7052 (fill-region-as-paragraph): Use it.
7053
7054 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7055 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7056 Tweak paragraph regexps to allow a leading [ \t]*.
7057 (tex-latex-block): Insert a newline if necessary.
7058 (latex-insert-item): Only insert a newline if necessary.
7059 (tex-guess-main-file): New function.
7060 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7061 Set tex-main-file if TeX-master is provided.
7062 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7063
7064 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7065
7066 * startup.el (command-line): Set the default tooltip-mode
7067 to t for graphical displays which implement x-show-tip.
7068
7069 * tooltip.el (tooltip-mode): Add a comment about startup.el
7070 setting the default value of this user-option.
7071
7072 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7073
7074 * font-lock.el (font-lock-*-face) <defvar>: Move.
7075 (font-lock-defaults-alist): Mark obsolete.
7076 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7077 (font-lock-mode): Use define-minor-mode.
7078 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7079 (font-lock-turn-off-thing-lock): Be more explicit.
7080 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7081 (font-lock-syntactic-face-function): New var.
7082 (font-lock-fontify-syntactically-region): Use it.
7083 (font-lock-doc-face): New.
7084
7085 * pcvs.el (cvs-enabledp): Ignore errors.
7086 (cvs-commit-filelist): Never query.
7087 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7088 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7089 (cvs-do-removal): Use cvs-partition rather than delete-if.
7090 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7091 cvs-bury-buffer.
7092
7093 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7094 Allow `next' to jump to after the end of the last match.
7095
7096 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7097
7098 * simple.el (byte-compiling-files-p): New function.
7099
7100 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7101 if it is there.
7102
7103 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7104 nil again.
7105
7106 * textmodes/ispell.el (ispell-library-path): Don't call
7107 check-ispell-version when byte-compiling because that starts
7108 an ispell process, and ispell might not be installed.
7109 (toplevel): Don't set up a menu when byte-compiling.
7110
7111 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7112 it, so that a boundp test can be used to determine if we're
7113 currently byte-compiling.
7114
7115 2000-11-09 Dave Love <fx@gnu.org>
7116
7117 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
7118
7119 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7120
7121 * ps-print.el: Patch for variable initialization when spooling.
7122 Doc fix.
7123 (ps-output-list): Fun eliminated.
7124 (ps-begin-file, ps-begin-job): Code fix.
7125
7126 2000-11-08 Dave Love <fx@gnu.org>
7127
7128 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7129
7130 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7131
7132 * simple.el (shell-command, display-message-or-buffer)
7133 (shell-command-on-region): Mention resize-mini-windows in the doc
7134 string.
7135 (display-message-or-buffer): Take the value of resize-mini-windows
7136 into account.
7137
7138 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7139
7140 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7141
7142 * dired.el (dired-between-files): Add `^. find' as an alternative
7143 to the regular expression, for find-dired.
7144
7145 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7146
7147 * textmodes/texnfo-upd.el: Require texinfo.
7148 (defmacro, defgroup): Remove.
7149 (texinfo-section-to-generic-alist): Remove.
7150 Use texinfo-section-list instead (i.e. level is changed string->int).
7151 (texinfo-filter): New function.
7152 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7153 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7154 Use it. And use regexp-opt.
7155 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7156 (texinfo-update-menu-region-beginning)
7157 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7158 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7159 (texinfo-update-menu-same-level-regexps): Update.
7160 (texinfo-update-node, texinfo-every-node-update)
7161 (texinfo-sequential-node-update): Remove autoload cookie.
7162
7163 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7164 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7165 (texinfo-chapter-level-regexp): Remove.
7166 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7167
7168 2000-11-06 Dave Love <fx@gnu.org>
7169
7170 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7171
7172 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7173 Match defun*.
7174
7175 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7176
7177 * composite.el (composition-function-table): Variable declaration
7178 moved to src/composite.c.
7179 (compose-chars-after): New optional arg object.
7180
7181 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7182
7183 * bindings.el (mode-line-toggle-read-only)
7184 (mode-line-toggle-modified, mode-line-widen)
7185 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7186 (make-mode-line-mouse2-map): Rewritten.
7187 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7188 functions so that C-h k can show something with a doc string.
7189
7190 * startup.el (fancy-splash-delay): Set to 10 seconds.
7191 (fancy-splash-max-time): New user-option.
7192 (fancy-splash-stop-time): New variable.
7193 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7194 (fancy-splash-screens-1): Throw `stop-splashing' when current
7195 time is greater than fancy-splash-stop-time.
7196
7197 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7198
7199 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7200
7201 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7202 Prompt user for a file rather than raising an error.
7203 (cvs-enabledp): Fix call to cvs-mode-marked.
7204 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7205 (cvs-mode-insert): Use it. Change the init prompt' value.
7206 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7207
7208 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7209 Don't pass default arg to ewoc-locate.
7210 (ewoc-collect): Return result in the right order.
7211
7212 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7213
7214 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7215 (cvs-status-get-tags): Fix regexp.
7216 (cvs-status-trees, cvs-status-cvstrees):
7217 Combine after change hooks and don't sit-for.
7218 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7219 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7220 Use make-char rather than hard-coded cryptic data.
7221 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7222
7223 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7224
7225 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7226 (cvs-insert-strings): New function.
7227
7228 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7229
7230 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7231 `mwheel-scroll-amount'.
7232 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7233 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7234 string-matching against the version string.
7235
7236 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7237
7238 * language/thai.el ("Thai"): Set a lisp form that produces
7239 composed string in `sample-text' language info.
7240
7241 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7242 composed string in `sample-text' language info.
7243
7244 * international/mule-cmds.el (describe-language-environment):
7245 Eval `sample-text' data and insert the result.
7246
7247 * international/mule-conf.el (compound-text): Define this coding
7248 system here. Make x-ctext and ctext aliases of it.
7249
7250 * language/european.el (compound-text, ctext): Moved to
7251 international/mule-conf.el.
7252
7253 2000-11-05 Andrew Innes <andrewi@gnu.org>
7254
7255 * w32-fns.el (w32-version): New function.
7256
7257 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7258
7259 * progmodes/awk-mode.el: Update copyright.
7260 (awk-mode-abbrev-table): Remove.
7261 (awk-font-lock-keywords): Use regexp-opt.
7262 (awk-mode): Use define-derived-mode.
7263
7264 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7265 when extracting a suffix.
7266
7267 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7268
7269 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7270 auto-save-mode.
7271
7272 2000-11-04 Jason Rumney <jasonr@gnu.org>
7273
7274 * language/european.el (decode-mac-roman): Test against r1 not r0.
7275
7276 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7277
7278 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7279 (icon-mode): Define indent-line-function.
7280 (icon-comment-indent): Simplify.
7281 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7282
7283 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7284
7285 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7286 Bind change-log-default-mode to defeat the caching done on it.
7287 Don't bother saving excursion any more.
7288
7289 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7290
7291 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7292 (set-frame-font): Use the new name (and the old for compatibility).
7293
7294 * toolbar/tool-bar.el (tool-bar-mode):
7295 * time.el (display-time-mode):
7296 * recentf.el (recentf-mode):
7297 * paren.el (show-paren-mode):
7298 * mwheel.el (mouse-wheel-mode):
7299 * msb.el (msb-mode):
7300 * jka-compr.el (auto-compression-mode):
7301 * image-file.el (auto-image-file-mode):
7302 * hl-line.el (hl-line-mode):
7303 * delsel.el (delete-selection-mode):
7304 * autoinsert.el (auto-insert-mode):
7305 * complete.el (partial-completion-mode): Drop unneeded positional args.
7306
7307 * info.el (Info-mode):
7308 * comint.el (comint-mode): Don't bother with make-local-hook.
7309
7310 * log-edit.el (log-edit-menu): New menu.
7311
7312 2000-11-03 Miles Bader <miles@gnu.org>
7313
7314 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7315 definition, so that trailing spaces are handled properly.
7316 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7317
7318 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7319
7320 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7321 tab character.
7322 (fancy-splash-screens): Set tab-width to 20.
7323
7324 2000-11-03 Dave Love <fx@gnu.org>
7325
7326 * comint.el (comint-completion-addsuffix): Fix custom type.
7327
7328 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * font-lock.el (font-lock-buffers): Remove.
7331 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7332 (font-lock-change-major-mode): Remove.
7333 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7334 (font-lock-default-fontify-region): Extend the multiline
7335 fontification to whole lines.
7336 (font-lock-fontify-anchored-keywords)
7337 (font-lock-fontify-keywords-region): If matching just one
7338 line (with \n) only mark the \n as multiline.
7339
7340 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7341 Correctly handle the case where several :group args are supplied.
7342 Allow :extra-args.
7343 (easy-mmode-define-global-mode): Allow :extra-args.
7344 Correctly handle the case where several :group args are supplied.
7345
7346 2000-11-02 Miles Bader <miles@gnu.org>
7347
7348 * calendar/calendar.el (diary-face, calendar-today-face)
7349 (holiday-face): Remove dependency on `window-system'.
7350
7351 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7352
7353 * Makefile.in (emacs): Set EMACSLOADPATH always.
7354 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7355 (compile-files): Bomb out if compilation of a file fails.
7356
7357 2000-11-02 Dave Love <fx@gnu.org>
7358
7359 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7360
7361 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7364 punctuation in the warning inserted into the *mail* buffer.
7365
7366 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7367
7368 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7369 (authors-public-domain-p): New function.
7370 (authors-print): Use it.
7371
7372 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7373
7374 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7375
7376 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7377
7378 * ps-print.el: Extension for even/odd printing. Doc fix.
7379 (ps-print-version): New version number (6.3.1).
7380 (ps-even-or-odd-pages): Customization fix.
7381 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7382 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7383 (ps-page-count): Var replaced by `ps-page-column'.
7384 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7385 (ps-print-sheet-p): New fun.
7386
7387 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7388
7389 * tooltip.el (tooltip-gud-tips-setup): New function.
7390 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7391 (tooltip-mode): Call tooltip-gud-tips-setup.
7392 (tooltip-gud-tips): Use `gud-basic-call' instead of
7393 process-send-string, so the prompt gets frobbed appropriately.
7394 Handle nil return value from `tooltip-gud-print-command'.
7395
7396 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7397
7398 * comint.el (comint-add-to-input-history): New function.
7399 (comint-send-input): Use `comint-add-to-input-history'.
7400
7401 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7402
7403 * info.el (info-menu-header): New face.
7404 (Info-fontify-menu-headers): New function.
7405 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7406
7407 * info.el (Info-insert-dir): Don't include blank lines at
7408 beginning of additional dir files (one is added automatically).
7409
7410 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7411
7412 * emacs-lisp/easy-mmode.el (define-minor-mode):
7413 Revert the latest changes.
7414 Allow the three positional arguments to be skipped and replaced
7415 by keyword arguments.
7416 Add a :toggle argument to determine whether a nil arg means toggle
7417 or means turn-on. The default is unchanged.
7418 Add a call to force-mode-line-update.
7419
7420 2000-11-01 Dave Love <fx@gnu.org>
7421
7422 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7423
7424 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7425
7426 * calendar/calendar.el (diary-face, holiday-face):
7427 Add dark-background variants.
7428
7429 2000-10-31 Sam Steingold <sds@gnu.org>
7430
7431 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7432 `tex-main-file' does not have directory in it.
7433
7434 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7435
7436 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7437
7438 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7439
7440 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7441 functional change.
7442
7443 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7444
7445 * files.el (find-file-noselect): When we expand a wildcard, return
7446 a list of buffers, as we should do according to the doc string.
7447
7448 2000-10-31 Ken Raeburn <raeburn@gnu.org>
7449
7450 * loadup.el (top level): Adjust load path if program name is
7451 "../src/bootstrap-emacs", in case it's not dumped and thus the
7452 load path adjustment hasn't already been done.
7453
7454 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7455
7456 * ps-print.el: Fix bug on selected pages for printing.
7457 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
7458 is on. Try to avoid warning messages when compiling. Doc Fix.
7459 (ps-print-version): New version number (6.3).
7460 (ps-color-device): Use `color-values' to determine if device
7461 supports color.
7462 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7463 (ps-print-page-p): Changed from defsubst to defun.
7464 (ps-page-number): Changed from defmacro to defun.
7465 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7466 printing.
7467 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7468 (ps-end-file, ps-dummy-page): Funs eliminated.
7469 (ps-print-color-scale): Changed default value.
7470 (ps-page-n-up, ps-print-page-p): New internal vars.
7471 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7472 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7473
7474 * delim-col.el: Little programming improvement.
7475 (delimit-columns-str): New macro.
7476 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7477
7478 2000-10-31 Kenichi Handa <handa@etl.go.jp>
7479
7480 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7481 Moved to european.el.
7482 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7483 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7484 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7485 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7486
7487 2000-10-30 Dave Love <fx@gnu.org>
7488
7489 * progmodes/cc-menus.el (imenu-generic-expression)
7490 (imenu-progress-message): Only defvar when compiling.
7491
7492 * emacs-lisp/elp.el (elp-unload-hook): New function.
7493
7494 * loadhist.el (unload-feature): Call elp-restore-function,
7495 checking for symbols; don't use elp-restore-all.
7496 (loadhist-hook-functions): Doc fix.
7497
7498 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7499
7500 * log-edit.el (log-edit-confirm): Fix the default.
7501
7502 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7503
7504 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7505 delimit-columns-format.
7506 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7507
7508 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7509
7510 * comint.el (comint-replace-by-expanded-history): Don't use
7511 comint-get-old-input (we're not looking at *old* input).
7512 (comint-get-old-input-default): If using fields, signal an error
7513 when the point is not in an input field.
7514
7515 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7516
7517 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7518 and mule-unicode-e000-ffff.
7519
7520 * international/mule.el (decode-char, encode-char): New functions.
7521 (make-coding-system): Accept a symbol of translation table as a
7522 value of property `safe-chars'.
7523
7524 * international/mule-cmds.el (encode-coding-char): Check property
7525 safe-chars instead of safe-charsets.
7526
7527 * international/fontset.el (fontset-default): Modified for
7528 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7529 (x-font-name-charset-alist): Likewise.
7530 (ccl-encode-unicode-font): New CCL program. Record it in
7531 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7532
7533 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7534 New translation tables.
7535 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7536 programs are modified and moved from mac-win.el.
7537 (mac-roman): Definition of this coding system is modified and
7538 moved from mac-win.el.
7539
7540 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7541
7542 * ediff-wind.el (ediff-setup-control-frame): Enclose
7543 face-attribute in condition-case to avoid errors in older emacsen.
7544
7545 2000-10-29 Miles Bader <miles@gnu.org>
7546
7547 * custom.el (custom-add-to-group): Allow multiple entries for a
7548 given value OPTION, as long as their widget types are different.
7549 * cus-edit.el (custom-face-value-create): If face name doesn't end
7550 with "face", add such here (similar to custom group widgets).
7551
7552 * comint.el (comint-highlight-prompt): Add :type.
7553
7554 2000-10-28 John Wiegley <johnw@gnu.org>
7555
7556 * calendar/timeclock.el (timeclock-log): Doc fix.
7557 (timeclock-last-event): Doc fix.
7558 (timeclock-log): Kill the timelog buffer after appending a new event.
7559 (timeclock-find-discrep): Use a temp buffer to read in the
7560 timelog, instead of visiting the file.
7561 (timeclock-log-data): A new function, along with a host of helper
7562 functions, for the purpose of making timelog data accessible to
7563 programmers.
7564
7565 * eshell/esh-mode.el (window-height test): Make certain that
7566 `eshell-stringify-t' is non-nil.
7567 (eshell-password-prompt-regexp): Changed to a much simpler
7568 password regexp.
7569 (eshell-send-input): If `eshell-invoke-directly' returns t,
7570 directly invoke the parsed command using `eval'. This improves
7571 turn-around time on simple commands by a factor of three or
7572 greater, such as cd, ls, pwd, etc. -- which get used very often.
7573 It also conserves thousands of cons cells per call (since
7574 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7575 in the Pacific Cookie Company).
7576
7577 * eshell/esh-test.el (eshell-test): Whitespace fix.
7578
7579 * eshell/em-ls.el (eshell-ls-insert-directory):
7580 Make `eshell-ls-initial-args' nil when inserting directory contents.
7581
7582 * eshell/em-script.el (eshell-script-initialize): Add names to
7583 `eshell-complex-commands, since `source' and `.' are complex.
7584
7585 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7586 (eshell-rewrite-while-command): Use `eshell-protect' instead of
7587 `eshell-copy-handles'.
7588 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7589 bodies.
7590 (eshell-separate-commands): Whitespace fix.
7591 (eshell-complex-commands): Added a new list of names, for
7592 determining whether a given command is as simple as it looks.
7593 (eshell-invoke-directly): New function. Returns t if a command
7594 should be invoked directly (using `eval'), rather than indirectly
7595 using `eshell-do-eval'.
7596 (eshell-do-eval): Whitespace fix.
7597
7598 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7599 which provides an emulation of the DOS shell behavior of assuming
7600 that cp/mv/ln should copy/move/link to the current directory.
7601 (eshell-remove-entries): Added a doc string.
7602 (eshell-shuffle-files): Removed the check for `target' being null.
7603 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7604 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7605 it to do a smarter check of whether a destination was provided.
7606 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7607 (eshell/ln): Enable `:preserve-args', and use
7608 `eshell-mvcpln-template' to implement the body of the function.
7609 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7610 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7611 list after flattening it. This makes it possible to cat files
7612 with numerical names.
7613 (eshell-unix-initialize): Added several names to
7614 `eshell-complex-commands.
7615 (eshell-unix-command-complex-p): Return t if a given command name
7616 may result in external processes being invoked.
7617
7618 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7619 variable nil by default, since it slows down glob processing by a
7620 factor of two or more, and increases memory consumption.
7621
7622 * eshell/em-smart.el: Added a note about how memory consumptive
7623 smart display mode can be (at least this is true in Emacs 21).
7624 (eshell-smart-initialize): Whitespace fix.
7625 (eshell-refresh-windows): Use `if' instead of `when'.
7626 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7627 not necessary.
7628 (eshell-currently-handling-window): Added a missing global variable.
7629
7630 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7631 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7632 Whitespace fix.
7633 (eshell-ls-exclude-hidden): Added this variable in addition to
7634 `eshell-ls-exclude-regexp'. This one prevents files beginning
7635 with . from even being read, which can improve memory consumption
7636 quite a bit.
7637 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7638 read file entries beginning with a dot. In home directories with
7639 lots of hidden files, fully two-thirds of the time spent in ls is
7640 used to read directory entries that are immediately thrown away.
7641 (eshell-ls-initial-args): Added back this configuration variable,
7642 for specifying default initial arguments to every call to ls.
7643 Much faster than using an alias to do the same thing.
7644 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7645 (eshell-ls-dir): Whitespace change.
7646
7647 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7648
7649 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7650 (eshell-stringify-t): Added a customization variable, to indicate
7651 whether `t' should be rendered as a string at all. If not, one
7652 can still determine if the result of an expression is true using
7653 "file-exists-p FILE && echo true".
7654 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7655 stringify t!
7656
7657 * eshell/esh-module.el: Whitespace fix.
7658
7659 * eshell/em-alias.el (eshell-alias-initialize):
7660 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7661 (eshell-command-aliased-p): New function that returns t if a
7662 command name names an aliased.
7663
7664 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7665
7666 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7667 redrawing the screen when changing cursor color.
7668 (viper-insert-state-pre-command-sentinel)
7669 (viper-replace-state-pre-command-sentinel)
7670 (viper-replace-state-post-command-sentinel):
7671 Use viper-preserve-cursor-color.
7672 Many functions changed to use viper= instead of = when comparing
7673 characters.
7674 * viper-util.el (viper-memq-char,viper=): New functions for
7675 working with characters.
7676 (viper-change-cursor-color): Fixed buglet.
7677 Many functions changed to use viper= instead of = when comparing
7678 characters.
7679 * viper.el (viper-insert-state-mode-list): Added eshell.
7680
7681 * ediff-init.el (ediff-before-setup-hook): New hook.
7682 Several typos fixed in various docstrings.
7683 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7684 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7685 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7686 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7687 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7688 (ediff-get-selected-buffers): New function.
7689 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7690 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7691 Use save-window-excursion.
7692 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7693 termination check in while loop.
7694 * ediff.el (ediff-get-default-file-name): Better defaults when in
7695 dired buffer.
7696 (ediff-files,ediff-merge-files,ediff-files3)
7697 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7698
7699 2000-10-28 Dave Love <fx@gnu.org>
7700
7701 * info.el (Info-fontify-node): Add help-echo for menu items.
7702
7703 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7704
7705 * startup.el (normal-top-level): If the value of $TERM indicates
7706 we are running from xterm or one of its work-alikes, default to a
7707 light background mode.
7708
7709 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7710 * faces.el (tty-handle-reverse-video): New function.
7711 (tty-create-frame-with-faces): Call it.
7712
7713 * frame.el (frame-notice-user-settings): Don't apply
7714 default-frame-alist and initial-frame-alist to MS-DOS frames.
7715 Call tty-handle-reverse-video, frame-set-background-mode, and
7716 face-set-after-frame-default for non-MS-DOS frames.
7717
7718 * startup.el (tty-long-option-alist): New variable.
7719 (tty-handle-args): New function.
7720 (command-line): Call tty-handle-args.
7721
7722 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7723 startup.el now does that for all character-terminal frames.
7724
7725 2000-10-28 Miles Bader <miles@gnu.org>
7726
7727 * emacs-lisp/easy-mmode.el (define-minor-mode):
7728 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7729 is global. If :global is followed by a non-nil but non-t value,
7730 make the mode buffer-local, but also generate a `global-MODE'
7731 version using `easy-mmode-define-global-mode'.
7732 Add :conditional-turn-on keyword argument.
7733
7734 2000-10-28 Dave Love <fx@gnu.org>
7735
7736 * international/latin1-disp.el (latin1-char-displayable-p):
7737 Don't use window-system.
7738
7739 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7742 Don't call find-buffer-file-type-coding-system. Instead, just
7743 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7744 if the file is on an untranslated filesystem.
7745 (add-untranslated-filesystem): Use "D" instead of "f" inside
7746 interactive.
7747
7748 2000-10-27 Dave Love <fx@gnu.org>
7749
7750 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7751 (refill-mode): Use it.
7752
7753 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7754
7755 * international/quail.el (quail-activate): Don't make-local-hook.
7756
7757 2000-10-27 Andre Spiegel <spiegel@gnu.org>
7758
7759 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7760 manual backups and file.~<rev>.~ for automatic ones.
7761 (vc-make-version-backup): Don't do it on MS-DOS without long file
7762 names.
7763
7764 * vc.el (vc-version-other-window): If an automatic backup of the
7765 desired version exists, rename it instead of copying it.
7766
7767 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7768 after command. If there's an unexpected error, signal it instead
7769 of being silent.
7770 (vc-cvs-merge-news): Be prepared for no news at all.
7771
7772 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7773
7774 * shell.el (shell): Add BUFFER argument.
7775 * comint.el (make-comint-in-buffer): New function.
7776 (make-comint): Use it.
7777
7778 * faces.el (face-spec-choose): Change syntax so that the list of
7779 attribute-value pairs is now the cdr of each clause, not the cadr.
7780 Detect old-style entries, and handle them. Use pop.
7781
7782 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7783
7784 * cus-edit.el (custom-mode-map): Use a sparse map.
7785 (custom-mode): Don't bother with make-local-hook.
7786
7787 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7788
7789 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7790
7791 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7792
7793 * ps-print.el: Avoid compilation gripes.
7794 (ps-print-version): New version number (6.2.1).
7795
7796 2000-10-26 Dave Love <fx@gnu.org>
7797
7798 * menu-bar.el: Modify some menu item help strings.
7799 (menu-bar-help-menu): Add link to MORE.STUFF.
7800
7801 * cus-edit.el (custom-mode): Add `special' mode-class property.
7802
7803 * wid-browse.el (widget-browse-mode): Likewise.
7804
7805 * wid-edit.el (widget-specify-field): Revert to using local-map
7806 property, not keymap.
7807
7808 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7809
7810 * wid-edit.el (widget-field-end): When checking for a `boundary'
7811 field, do so in the correct buffer.
7812
7813 * simple.el (undo): Correctly distinguish between numeric and
7814 non-numeric prefix args in non-transient-mark-mode, as per the doc
7815 string. When in transient-mark-mode, treat all prefix-args as
7816 numeric.
7817
7818 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7819 Position point on match. Handle N == 0 correctly.
7820
7821 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7822 (comint-mode-map): Reverse order of `comint-write-output' and
7823 `comint-append-output-to-file'.
7824 (comint-append-output-to-file): Reinstate this function, for the
7825 benefit of the menu.
7826
7827 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7828
7829 * vc.el (vc-version-other-window): Bind `file'.
7830
7831 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7832
7833 * Makefile.in (update-authors): New target for maintenance purposes.
7834
7835 * emacs-lisp/authors.el (batch-update-authors): New function.
7836 (authors-fixed-entries): New defconst.
7837 (authors-add-fixed-entries): New function.
7838 (authors): Call it.: Don't process lispref/.
7839
7840 2000-10-25 Jason Rumney <jasonr@gnu.org>
7841
7842 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7843 Merge x w32 and mac definitions.
7844
7845 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7846
7847 * menu-bar.el (menu-bar-options-menu): Add a help string for
7848 `uniquify'.
7849
7850 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7851
7852 * time-stamp.el (time-stamp-string-preprocess):
7853 Fix a wrong type argument error.
7854
7855 2000-10-25 Miles Bader <miles@gnu.org>
7856
7857 * recentf.el (recentf-mode): Variable removed.
7858 (recentf-mode): Use `define-minor-mode'.
7859
7860 * mwheel.el (mouse-wheel-mode): New global minor mode.
7861 (mwheel-install): Use `mouse-wheel-mode'.
7862
7863 2000-10-25 Dave Love <fx@gnu.org>
7864
7865 * progmodes/cperl-mode.el (cperl-mode):
7866 Set normal-auto-fill-function correctly.
7867
7868 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7869 Don't inherit from global-map and don't nullify menu-bar and tool-bar
7870 bindings.
7871
7872 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7873
7874 * wid-edit.el (widget-field-at): New function.
7875 (widget-at, widget-field-activate): Use it.
7876 (widget-tabable-at): Use `widget-at'.
7877 (widget-specify-field): If the terminating character of the widget
7878 field (which is read-only) is a newline, put it into a special
7879 `boundary' field so that C-n/C-p act more naturally.
7880 (widget-field-end): Also don't subtract one if a special
7881 `boundary' field has been added after the widget field.
7882
7883 * comint.el (comint-output-filter, comint-send-input):
7884 Don't bother adding stickiness fields to overlays to fool the field
7885 code, since it should notice the overlay insertion-types now.
7886
7887 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7888 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7889 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7890
7891 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7892
7893 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7894 (authors): Set file coding system to iso-2022-7bit.
7895 Add file-local variables to output buffer.
7896
7897 * files.el (after-find-file): Don't print any warnings if
7898 WARN is nil.
7899
7900 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7901
7902 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7903
7904 * delim-col.el: Now there is a column formatting mechanism.
7905 Modified to customization mechanisms convention. Doc fix.
7906 (columns): New group for delim-col.
7907 (delimit-columns-before, delimit-columns-after)
7908 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7909 (delimit-columns-end): New vars.
7910 (delimit-columns-customize, delimit-columns-format): New funs.
7911 (delimit-columns-region, delimit-columns-rectangle)
7912 (delimit-columns-rectangle-line): Modified to support column
7913 formatting.
7914
7915 2000-10-24 Dave Love <fx@gnu.org>
7916
7917 * log-edit.el (log-edit): Add :version and a :group for vc.
7918
7919 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7920
7921 * files.el (after-find-file): Don't print a message ``New file''
7922 if WARN is nil.
7923
7924 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7925 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
7926 get duplicate tool-bar entries because we'll see the global ones
7927 on more than one path through keymaps.
7928
7929 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7930
7931 * progmodes/cmacexp.el: Change Francesco's email address.
7932
7933 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7934
7935 * window.el (fit-window-to-buffer): Adjust point of the window
7936 buffer, not that of the current buffer.
7937
7938 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7939
7940 * progmodes/cmacexp.el: Update the euthor's email address.
7941
7942 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7943
7944 * faces.el (face-spec-set-match-display): Add `graphic' display
7945 type (the inverse of `tty'). Use `display-graphic-p' instead of
7946 the window-system variable.
7947
7948 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7949
7950 * international/isearch-x.el (isearch-with-input-method):
7951 Call input-method-function with the first event in
7952 unread-command-events.
7953
7954 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7955
7956 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7957
7958 2000-10-24 Andrew Choi <akochoi@i-cable.com>
7959
7960 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7961 New charsets.
7962
7963 * term/mac-win.el: Remove definitions of mac-roman-lower and
7964 mac-roman-upper, require dired, and define instead of set
7965 mac-ready-for-drag-n-drop to avoid compilation error.
7966
7967 2000-10-23 Andrew Innes <andrewi@gnu.org>
7968
7969 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7970 Remove superfluous calls to subst-char-in-string; instead apply
7971 expand-file-name after convert-standard-filename to ensure
7972 expected directory separators are used.
7973
7974 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7975
7976 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7977
7978 2000-10-23 Dave Love <fx@gnu.org>
7979
7980 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7981 (tool-bar-add-item): Set foreground and background for XBM icons.
7982
7983 * international/latin1-disp.el (latin1-char-displayable-p):
7984 New function (from Handa).
7985 (latin1-display-check-font): Use it.
7986
7987 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7988 using :key-sequence, making it much more usable.
7989 Use nconc, not append.
7990 (imenu--create-keymap-1): Avoid append.
7991
7992 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7993
7994 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7995
7996 [the following changes fix a bug where `define-minor-mode' didn't
7997 correctly generate :require clauses for defcustoms in compiled files]
7998 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7999 (byte-compile-log-file, byte-compile-log-1): Don't set
8000 `byte-compile-current-file' to nil. Instead set
8001 `byte-compile-last-logged-file' to it. Test whether
8002 byte-compile-current-file equals byte-compile-last-logged-file
8003 instead of whether its nil.
8004 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8005
8006 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8007
8008 * textmodes/refill.el: Fix var names in doc.
8009 (refill-mode): Don't bother with make-local-hook anymore.
8010
8011 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8012
8013 * faces.el (face-user-default-spec, face-default-spec): New functions.
8014 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8015 (frame-set-background-mode, face-set-after-frame-default):
8016 Use `face-user-default-spec'. Simplify code slightly.
8017
8018 * woman.el (woman-italic-face, woman-bold-face)
8019 (woman-unknown-face): Add dark-background variants.
8020 (woman-default-faces): Renamed from `woman-colour-faces'.
8021 Set using the stored defaults, rather than using hard-wired colors.
8022 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8023 Just make the foreground `unspecified' rather than "black".
8024 (woman-menu): Rename menu entries accordingly.
8025
8026 * faces.el (header-line): Make more reasonable on mono/grayscale
8027 displays.
8028
8029 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8030
8031 * cus-edit.el (custom-button-face): Use 3D look for mac.
8032 (custom-button-pressed-face): Likewise.
8033
8034 * faces.el (set-face-attributes-from-resources): Handle mac frames
8035 in the same way as x and w32 frames.
8036 (face-valid-attribute-values): Likewise.
8037 (read-face-attribute): Likewise.
8038 (defined-colors): Likewise.
8039 (color-defined-p): Likewise.
8040 (color-values): Likewise.
8041 (display-grayscale-p): Likewise.
8042 (face-set-after-frame-default): Likewise.
8043 (mode-line): Same default face as for x and w32.
8044 (tool-bar): Likewise.
8045
8046 * frame.el: Remove call to frame-notice-user-settings at end of
8047 the file.
8048
8049 * info.el (Info-fontify-node): Make underlines invisible for mac
8050 as for x, pc, and w32 frame types.
8051
8052 * term/mac-win.el: New file.
8053
8054 2000-10-22 Dave Love <fx@gnu.org>
8055
8056 * textmodes/refill.el: New file.
8057
8058 2000-10-22 Andre Spiegel <spiegel@gnu.org>
8059
8060 * vc-hooks.el (vc-version-backup-file-name): New optional args
8061 MANUAL and REGEXP.
8062 (vc-delete-automatic-version-backups, vc-make-version-backup):
8063 New functions.
8064 (vc-before-save): Use the latter.
8065 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8066 confusion.
8067
8068 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
8069 expected by vc[-hooks].el.
8070
8071 * vc.el (vc-checkout): Added `-p' suffix in call to
8072 vc-make-version-backups-p; use vc-make-version-backup to actually
8073 make the backup.
8074 (vc-version-other-window, vc-version-backup-file): Handle both
8075 automatic and manual backups.
8076 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8077 of all of them.
8078
8079 2000-10-22 Miles Bader <miles@gnu.org>
8080
8081 * comint.el (comint-highlight-input, comint-highlight-prompt):
8082 Renamed, `-face' at end removed.
8083 (comint-send-input, comint-output-filter): Use renamed faces.
8084
8085 * window.el (fit-window-to-buffer): Change defaulting of
8086 MAX-HEIGHT slightly.
8087
8088 * faces.el (color-values, color-defined-p): Use `member', not
8089 `memq', because it works correctly for strings.
8090 (frame-set-background-mode): Actually, "unspecified-fg" and
8091 "unspecified-bg" *are* strings. Use `member', not `memq', and
8092 `equal', not `eq', when a string value is possible.
8093
8094 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8095
8096 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8097
8098 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8099
8100 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8101 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8102 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8103 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8104 (sh-font-lock-syntactic-keywords): Use them.
8105 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8106 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8107 (sh-mode): Don't override font-lock-unfontify-region-function.
8108 Use a copy of sh-font-lock-syntactic-keywords.
8109 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8110 Don't call sh-scan-buffer since font-lock does it on the fly.
8111 (sh-get-indent-info): Use `face' rather than `syntax-table'
8112 text-property to detect here-documents.
8113 Replace sh-special-syntax with sh-st-punc.
8114 (sh-prev-line): Use `face' rather than `syntax-table'
8115 text-property to skip over here-documents.
8116 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8117 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8118 (sh-electric-less, sh-set-here-doc-region)
8119 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
8120 (sh-scan-buffer, sh-rescan-buffer): Remove.
8121
8122 2000-10-21 Andrew Innes <andrewi@gnu.org>
8123
8124 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8125 remote (ange-ftp) file names.
8126
8127 2000-10-21 Miles Bader <miles@gnu.org>
8128
8129 * window.el (fit-window-to-buffer): New function.
8130 (shrink-window-if-larger-than-buffer): Use it.
8131 (window-text-height): Don't expect minibuffers to have mode-lines.
8132
8133 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8134 * international/quail.el (quail-update-guidance):
8135 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8136
8137 * international/quail.el (quail-show-guidance-buf): Make sure
8138 guidance window really has enough room.
8139 (quail-update-guidance): If quail-guidance-win is already shown,
8140 make sure its height is OK.
8141
8142 * window.el (window-text-height, set-window-text-height):
8143 New functions.
8144 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8145 instead of `window-height' & `mode-line-window-height-fudge'.
8146 (mode-line-window-height-fudge): Add FACE parameter.
8147 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8148 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8149
8150 2000-10-20 Miles Bader <miles@gnu.org>
8151
8152 * window.el (height-affecting-face-attributes): Use `defconst'.
8153
8154 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8155 New function, conditionally aliased to `mode-line-window-height-fudge'.
8156 (ispell-help): Use it.
8157 (ispell-choices-win-default-height): Don't include mode-line fudge.
8158 (ispell-choices-win-default-height): New function.
8159 (ispell-show-choices, ispell-command-loop): Use function
8160 `ispell-choices-win-default-height' instead of variable.
8161
8162 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8163
8164 * window.el (mode-line-window-height-fudge): New variable.
8165 (height-affecting-face-attributes): New variable.
8166 (mode-line-window-height-fudge): New function.
8167 (shrink-window-if-larger-than-buffer): Use it.
8168 * help.el (resize-temp-buffer-window): Likewise.
8169
8170 * info.el (Info-fontify-node): Add support for @subsubsection
8171 titles, which use `Info-title-4-face'.
8172 (Info-title-4-face): New face.
8173 (Info-title-3-face): Inherit from Info-title-4-face instead of
8174 variable-pitch.
8175
8176 2000-10-19 Jason Rumney <jasonr@gnu.org>
8177
8178 * dired.el (dired-insert-directory): Do not let errors signalled by
8179 attempt to run dired-free-space-program prevent dired from working.
8180
8181 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8182
8183 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8184
8185 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8186
8187 * dirtrack.el (dirtrack): Fix call to run-hooks.
8188
8189 * cmuscheme.el (cmuscheme-program-name): Renamed from
8190 scheme-program-name because xscheme.el contains a defcustom with
8191 the same name. As a consequence, customizing group `cmuscheme'
8192 loaded `xscheme' which redefined run-scheme.
8193 (run-scheme): Use cmuscheme-program-name.
8194
8195 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8196
8197 * play/doctor.el (doctor-death): Update the Samaritans'
8198 anonymous address, and add a website for Befrienders International.
8199
8200 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8201
8202 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8203 Avoid compilation gripes. Doc fix.
8204 (ps-print-version): New version number (6.2).
8205 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8206 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8207 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8208 (ps-x-extent-priority, ps-x-extent-start-position)
8209 (ps-x-face-font-instance, ps-x-find-coding-system)
8210 (ps-x-font-instance-properties, ps-x-make-color-instance)
8211 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8212 avoid compilation gripes without defining functions.
8213 (ps-e-find-composition): Alias for function find-composition, to have a
8214 suitable function depending on Emacs version.
8215 (ps-color-device, ps-color-values, ps-face-foreground-name)
8216 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8217 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8218 (ps-print-ensure-fontified): Function definitions surrounded by
8219 `eval-and-compile' to avoid compilation gripes.
8220 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8221 by symbol-value to avoid compilation gripes.
8222 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8223 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8224
8225 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8226
8227 * startup.el (normal-top-level): Call `frame-set-background-mode'
8228 after `frame-notice-user-settings' because the latter doesn't call
8229 the former on a tty.
8230
8231 * faces.el (frame-set-background-mode): `unspecified' &c are
8232 symbols, not strings.
8233
8234 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8235
8236 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8237 why some "light*" colors are deliberately absent from the alist.
8238
8239 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8240 Change colors for tty's, as suggested by Miles Bader.
8241
8242 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8243
8244 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8245 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8246 for ISO10646-1 fonts.
8247 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8248
8249 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8250
8251 * faces.el (frame-set-background-mode): If a tty frame defines a
8252 background color, use that to compute the background mode, instead
8253 of always defaulting to "dark".
8254
8255 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8256
8257 * comint.el (comint-write-output): New function.
8258 (comint-mode-map): Add it to the menu.
8259 Bind `C-c C-s' to comint-write-output.
8260
8261 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8262
8263 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8264 Use fancy-splash-delay.
8265
8266 2000-10-18 Alex Schroeder <alex@gnu.org>
8267
8268 * progmodes/sql.el (sql-sybase-options): New option.
8269 (sql-sybase): Use it. Add sql-database to the list of parameters
8270 provided for login. The options -w 2048 -n are not used any more.
8271
8272 * comint.el (comint-read-input-ring): Bugfix such that the first
8273 and the last entry of the input ring file are not lost.
8274
8275 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8276
8277 * ps-print.el: Internal variable changes to defcustom,
8278 make-local-hook changes to defvar. Doc fix.
8279 (ps-print-version): New version number (6.1).
8280 (ps-setup, ps-do-despool): Code fix.
8281 (ps-printer-name): Customization fix.
8282 (ps-printer-name-option): Now is a defcustom instead of an
8283 internal variable.
8284 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8285 (ps-print-begin-column-hook): Now are defvar instead of
8286 make-local-hook.
8287
8288 2000-10-18 Miles Bader <miles@gnu.org>
8289
8290 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8291 (comint-kill-output): Changed into an alias for `comint-delete-output',
8292 and made obsolete.
8293 (comint-mode-map): Rename references to comint-kill-output.
8294
8295 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8296
8297 * diff-mode.el (diff-header-face, diff-file-header-face)
8298 (diff-changed-face): Add bold and italic attributes to tty faces.
8299 (diff-function-face): New face.
8300 (diff-font-lock-keywords): Use it.
8301
8302 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8303
8304 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8305 Remove commented-out call to force-mode-line-update.
8306 (comint-kill-output): Use `forward-line 0' instead of
8307 beginning-of-line to make sure we get past the prompt.
8308
8309 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8310
8311 * diff-mode.el (diff-header-face, diff-file-header-face):
8312 Add specific setting for dark background.
8313 (diff-context-face): Renamed from diff-comment-face.
8314 Set explicitly rather than inheriting from font-lock-comment-face.
8315
8316 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8317
8318 * startup.el (command-line): Move the code which sets the default
8319 TTY colors to before before-init-hook.
8320
8321 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8322
8323 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8324
8325 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8326
8327 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8328 extensions, for MS-DOS.
8329
8330 * diff-mode.el (diff-header-face, diff-file-header-face)
8331 (diff-changed-face): Define tty-specific colors.
8332
8333 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8334
8335 * startup.el (fancy-splash-text): Realign the text.
8336
8337 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8338
8339 * font-lock.el (font-lock-comment-face): Define a separate default
8340 for dark-background tty's.
8341
8342 2000-10-17 Miles Bader <miles@gnu.org>
8343
8344 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8345 being obscured by whizzy mode-lines on graphics displays.
8346
8347 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8348
8349 * info.el (Info-title-1-face, Info-title-2-face)
8350 (Info-title-3-face): Define colors for tty's.
8351 (info-header-node): Remove unneeded tty-specific definition.
8352
8353 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8354
8355 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8356 reverse from the frame parameters, and don't invert foreground and
8357 background colors.
8358
8359 2000-10-16 Miles Bader <miles@gnu.org>
8360
8361 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8362 string "*Info*". Call propertized-buffer-identification to spruce
8363 up the result.
8364
8365 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8366
8367 * help.el: Provide `help' for the sake of define-minor-mode
8368 which generates defcustoms with requires.
8369
8370 * jit-lock.el (jit-lock-after-change): If we're in text that
8371 matches a multi-line font-lock pattern, make sure the whole text
8372 will be redisplayed.
8373
8374 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8375 author's name is unknown.
8376
8377 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8378 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8379 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8380 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8381 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8382 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8383 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8384 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8385 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8386 Add author information.
8387
8388 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8389
8390 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8391 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8392 full-color version (using the Gimp) to eliminate dithering artifacts.
8393
8394 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8395
8396 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8397
8398 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8399
8400 2000-10-15 Dave Love <fx@gnu.org>
8401
8402 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8403
8404 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8405
8406 * whitespace.el: Doc fixes.
8407 (top-level): Don't add hooks here.
8408 (whitespace-running-emacs): Deleted.
8409 (timer): Don't require.
8410 (whitespace): Add back :version conditional on xemacs test.
8411 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8412 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8413 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8414 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8415 Avoid specific xemacs test.
8416 (whitespace-global-mode): New option.
8417 (whitespace-global-mode): New command.
8418 (whitespace-unload-hook): New function.
8419
8420 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8421 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8422 (Info-fontify-node): `Goto' goes to `Go to'.
8423 (Info-fontify-node): Add help-echo to xref links.
8424
8425 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8426
8427 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8428
8429 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8430
8431 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8432 Use plist-get and allow :inherit.
8433
8434 * emacs-lisp/cl-macs.el (cl-do-arglist):
8435 Use plist-get and plist-member instead of memq.
8436
8437 * emacs-lisp/ewoc.el (ewoc-location): New function.
8438 (ewoc-enter-after, ewoc-enter-before): Document return value.
8439 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8440 Don't need make-local-hook any more.
8441 (cvs-addto-collection): Return the new tin.
8442 (cvs-mode-insert): Jump to the new line.
8443
8444 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8445
8446 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8447
8448 * font-lock.el (font-lock-syntactically-fontified): New var.
8449 (font-lock-fontify-syntactic-keywords-region): Use it.
8450 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8451
8452 * diff-mode.el (diff-find-file-name): Fix regexp.
8453
8454 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8455 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8456
8457 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8458 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8459 (sh-mode): Don't make all vars local here.
8460 (sh-kw): Reformat.
8461 (sh-set-shell): Use dolist. Don't set indent-region-function.
8462 (sh-mode-syntax-table): Use pop.
8463 (sh-remember-variable): Use push.
8464 (sh-help-string-for-variable): Use memq.
8465 (sh-safe-backward-sexp): Remove.
8466 (sh-safe-forward-sexp): Add ARG.
8467 (sh-get-indent-info, sh-prev-stmt): Use it.
8468 (sh-prev-line): Simplify by using forward-comment.
8469 (sh-this-is-a-continuation): Simplify.
8470 (sh-learn-buffer-indent): Use dolist.
8471 (sh-do-nothing): Remove.
8472 (sh-set-char-syntax, sh-set-here-doc-region):
8473 Use inhibit-modification-hooks.
8474 (sh-name-style): Use mapcar and push.
8475 (sh-load-style): Use dolist.
8476 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8477 (sh-case, sh-while-getopts): Use propertize directly rather
8478 than sh-electric-rparen.
8479
8480 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * textmodes/tex-mode.el: Require CL when compiling.
8483 (tex-mode-syntax-table): Init immediately.
8484 (tex-mode-map): Bind M-RET to latex-insert-item.
8485 (latex-mode): Set indent-line-function to latex-indent.
8486 (tex-common-initialization): Don't setup the syntax-table any more.
8487 (latex-insert-item): New skeleton.
8488 (tex-next-unmatched-end): Fix copy/paste braino.
8489 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8490 (latex-indent, latex-find-indent): New functions.
8491 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8492 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8493 (tex-compilation-parse-errors): Use with-syntax-table.
8494
8495 2000-10-15 Miles Bader <miles@gnu.org>
8496
8497 * font-lock.el (font-lock-comment-face): Change dark-background,
8498 color, non-tty, default to `chocolate1'.
8499
8500 2000-10-13 John Wiegley <johnw@gnu.org>
8501
8502 * eshell/esh-util.el (require): Added a missing `require' form,
8503 needed when compiling (for an ange-ftp macro definition).
8504
8505 2000-10-13 Dave Love <fx@gnu.org>
8506
8507 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8508
8509 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8510
8511 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8512
8513 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8514 transparent -colors 8).
8515
8516 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8517
8518 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8519 that breaks with old list format timestamps.
8520 (time-stamp-warn-inactive, time-stamp-old-format-warn)
8521 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8522
8523 2000-10-13 John Wiegley <johnw@gnu.org>
8524
8525 * align.el, pcomplete.el, calendar/timeclock.el,
8526 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8527
8528 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8529 faulty math, where holiday hours were being computing as seconds.
8530
8531 2000-10-13 John Wiegley <johnw@gnu.org>
8532
8533 * desktop.el (desktop-buffer-modes-to-save): Added a global for
8534 specifying what "other" kinds of buffers should be saved.
8535 This used to be hard-coded.
8536 (desktop-buffer-misc-functions): A global for specifying how
8537 auxiliary data should be determined for special buffer types.
8538 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8539 instead of hard-coding the special buffer types.
8540 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8541 auxiliary data, instead of hard-coding for Info buffers and dired.
8542 (desktop-buffer-info-misc-data): Aux function for determining Info
8543 buffer auxiliary info.
8544 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8545 (desktop-buffer-info): Changed this function to use the info
8546 gathered above.
8547 (desktop-create-buffer): Be a little more careful about what
8548 `minor-mode' means before calling it. This is important for some
8549 buffer types.
8550
8551 2000-10-13 John Wiegley <johnw@gnu.org>
8552
8553 * eshell/esh-util.el: Added a global form which declares an
8554 autoload for `parse-time-string', if that function is not already
8555 defined, and if parse-time.el is available on the user's system.
8556
8557 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8558 to be aware of ange-ftp user info.
8559 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8560 (eshell-ls-annotate): Use `eshell-file-attributes'.
8561 (eshell-ls-file): Made the user-id printing code a bit smarter.
8562
8563 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8564 allow identification of alias user ids in remote directories.
8565 It's manual, but there's no other way to know when the current user
8566 on the local machine, is also the owning user on the remote machine.
8567 (fboundp): Bind `ange-cache'.
8568 (eshell-directory-files-and-attributes): Re-organized the logic a
8569 bit to use `eshell-file-attributes' instead of `file-attributes'.
8570 The former is more sensitive to directories that are read via FTP,
8571 and knows how to use ange-ftp to determine full attribute
8572 information, instead of just the name and last modtime.
8573 (eshell-current-ange-uids): Return the current user id when in a
8574 remote directory.
8575 (eshell-parse-ange-ls): Parse a full directory listing that has
8576 been returned by ange-ftp.
8577 (eshell-file-attributes): This beefed up version of
8578 `file-attributes' is only special if the user is currently in a
8579 remote directory, in which case it does a lot of work to find out
8580 what the real attributes of a file are, as they appear on the
8581 remote machine. This makes usage of remote directories (i.e.,
8582 ange-ftp pathnames) much more useful. You can now use Eshell as a
8583 full-fledged FTP client, with much more manipulation ability than
8584 most other clients.
8585
8586 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8587 variable, which means that Eshell's du should always be preferred
8588 in remote directories.
8589 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8590 just `file-attributes'.
8591 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8592 when reading remote directories. This is an Eshell-specific
8593 variable (not part of ange-ftp).
8594 (eshell/ln): Bind `ange-cache'.
8595 (eshell/du): Added some extra logic for determining when to use
8596 Eshell's du (which is slow), and when to use the external version
8597 (which may or may not exist).
8598
8599 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8600 Call `eshell-interactive-process', rather than using
8601 `get-buffer-process', since backgrounded processes don't count in
8602 the context of this function's logic.
8603
8604 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8605 `forward-char', so that null strings are parsed correctly.
8606
8607 2000-09-13 John Wiegley <johnw@gnu.org>
8608
8609 * eshell/em-pred.el (eshell-pred-file-type)
8610 (eshell-pred-file-links, eshell-pred-file-size):
8611 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8612
8613 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8614 that remote file globbing is more efficient.
8615
8616 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8617 gathering the files and attributes within a directory.
8618
8619 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8620 the command line is a special file (not a regular file, directory
8621 or symlink), always attempt to call the external version of cat.
8622
8623 2000-09-13 John Wiegley <johnw@gnu.org>
8624
8625 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8626 Eshell-friendly version of find-tag.
8627
8628 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8629
8630 * image-file.el (image-file-name-extensions)
8631 (image-file-name-regexps): Add autoload cookies.
8632
8633 2000-10-13 Kenichi Handa <handa@etl.go.jp>
8634
8635 * international/mule-cmds.el (select-safe-coding-system): If FROM
8636 is string, show it in *Warning* buffer.
8637
8638 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8639
8640 * startup.el (normal-top-level): Use display-popup-menus-p instead
8641 of window-system.
8642 (command-line): Use display-graphic-p instead of window-system.
8643 (command-line-1): Use display-popup-menus-p and display-mouse-p
8644 instead of window-system.
8645
8646 2000-10-12 Sam Steingold <sds@gnu.org>
8647
8648 * tooltip.el (tooltip-use-echo-area): New user variable.
8649 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8650
8651 2000-10-12 Dave Love <fx@gnu.org>
8652
8653 * recentf.el: Maintainer's checkdoc fixes.
8654
8655 * startup.el (normal-top-level-add-subdirs-to-load-path):
8656 Use character class, not ASCII when matching file names.
8657 (fancy-splash-head): Add trailing slash to URL.
8658 (command-line): Don't require XPM support for toolbar.
8659
8660 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8661 (cperl-invalid-face): Revert last change.
8662 (cperl-init-faces): Quote cperl-invalid-face.
8663
8664 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8665
8666 * startup.el (fancy-splash-text): Remove superfluous quote.
8667
8668 2000-10-12 Gerd Moellmann <gerd@gnu.org>
8669
8670 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8671 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8672 (command-line-1): Don't use fancy-splash-pending-command.
8673 (fancy-splash-screens-1): Goto point-min after inserting text.
8674
8675 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8676
8677 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8678 instead of shared-lisp-mode-map.
8679
8680 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8681
8682 * faces.el (header-line): Change tty-variant to use underlining.
8683
8684 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8685 (isearch-highlight): Restore lazy-isearch face properties at old
8686 position, and suppress them at new position.
8687 (isearch-dehighlight): Restore lazy-isearch face properties.
8688 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8689 over the real isearch overlay, but in that case, don't give it a
8690 face property. Use `push'.
8691
8692 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8693
8694 * man.el (Man-getpage-in-background): Fix previous change.
8695 Decode the process output only when we are in multibyte mode.
8696
8697 2000-10-11 Dave Love <fx@gnu.org>
8698
8699 * info.el (Info-mode-menu): Fix some help.
8700 (info-tool-bar-map): Add entry for Info-last.
8701
8702 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8703 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8704 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8705 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8706 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8707 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8708 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8709 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8710 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8711 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8712 Reduce colour requirements to 25 overall. (Probably wants
8713 revisiting from the originals to reduce further.)
8714
8715 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8716
8717 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8718 buffer-file-coding-system, instead of raw-text.
8719 (dehexlify-buffer): Bind coding-system-for-read to
8720 buffer-file-coding-system, instead of raw-text.
8721
8722 2000-10-11 Sam Steingold <sds@gnu.org>
8723
8724 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8725 `underline' - fixes the bug introduced on 2000-09-21.
8726
8727 2000-10-11 Dave Love <fx@gnu.org>
8728
8729 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8730 Avoid compiler warnings.
8731 (scheme-mode): Doc fix.
8732 (scheme-font-lock-keywords-1): Match `define-syntax'.
8733
8734 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
8735
8736 * faces.el (frame-set-background-mode): Pay attention to saved
8737 face specs as well as default ones. Only do anything if the
8738 bg-mode or display-type has actually changed. Use `dolist'.
8739 (region): Make dark-background `region' face less in-your-face.
8740
8741 2000-10-10 Sam Steingold <sds@gnu.org>
8742
8743 * chistory.el, ielm.el, ledit.el:
8744 * progmodes/inf-lisp.el, progmodes/scheme.el:
8745 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8746
8747 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8748
8749 * textmodes/texinfo.el: Update copyright and fix typo.
8750
8751 * desktop.el (desktop-modes-not-to-save): New var.
8752 (desktop-save-buffer-p): Use it.
8753 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8754 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8755
8756 2000-10-10 Dave Love <fx@gnu.org>
8757
8758 * toolbar/tool-bar.el (tool-bar-add-item)
8759 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8760
8761 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8762 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8763 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8764 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8765 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8766 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8767 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8768 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8769 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8770 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8771 the .xpms; probably need retouching.
8772
8773 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8774
8775 * subr.el (add-to-list): Add optional argument APPEND.
8776 * battery.el (display-battery): Use `add-to-list'.
8777
8778 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8779
8780 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8781 properties.
8782 (zone, zone-when-idle, zone-leave-me-alone)
8783 (zone-pgm-whack-chars): Use new symbol properties.
8784
8785 * battery.el (display-battery): Doc spelling fix.
8786
8787 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8788 property.
8789
8790 2000-10-09 Dave Love <fx@gnu.org>
8791
8792 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8793 has been initialized before calling tool-bar-setup.
8794 (tool-bar-add-item-from-menu): Add autoload cookie.
8795
8796 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8797
8798 * menu-bar.el (send-mail-item-name): New function.
8799 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8800 of mail-user-agent in the menu. Don't display the "Send Mail"
8801 item if mail-user-agent is nil or its value is ignore.
8802 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8803 if read-mail-command is nil or its value is ignore.
8804
8805 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8806
8807 2000-10-09 Miles Bader <miles@gnu.org>
8808
8809 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8810 Correct image size.
8811 * toolbar/left_arrow.xpm: Correct image size.
8812
8813 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8814 will be done by the definition of `auto-compression-mode' if
8815 necessary. Move code to uninstall existing file-name handler
8816 before definition of `auto-compression-mode'.
8817
8818 * image-file.el (auto-image-file-mode): Move to the end of the
8819 file, because `define-minor-mode' actually calls the mode-function
8820 if the associated variable is non-nil, which requires that all
8821 needed functions be already defined.
8822
8823 * mouse.el (popup-menu): Balance parens.
8824
8825 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8826
8827 * mouse.el (popup-menu): Move the command call outside the loop
8828 so that popup-menu returns whatever the command returns.
8829
8830 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8831 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8832 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8833 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8834
8835 * vc.el (vc-version-diff): diff-switches can be a list.
8836 Use relative filenames for prettier output.
8837
8838 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8839 (vc-post-command-functions): Remove old-VC compatibility code.
8840
8841 * newcomment.el (comment-indent-default): Autoload.
8842
8843 * font-lock.el (font-lock-defaults): Make buffer-local.
8844 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8845 (font-lock-choose-keywords):
8846 Ignore LEVEL unless KEYWORDS is a list of syms.
8847 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8848 Don't wrap regexp-opt things in \(...\) unnecessarily.
8849
8850 * jit-lock.el: Don't require font-lock any more.
8851 (jit-lock-functions): Make buffer-local.
8852 (jit-lock-saved-fontify-buffer-function): Remove.
8853 (jit-lock-mode): Remove autoload cookie.
8854 Remove font-lock specific code.
8855 (jit-lock-unregister): Don't bother handling complex hooks any more.
8856 (jit-lock-refontify): New function.
8857 (jit-lock-fontify-buffer): Use it.
8858 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8859 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8860 Add optional args START and END.
8861 Never call font-lock-fontify-region directly.
8862 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8863
8864 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8865
8866 2000-10-08 Dave Love <fx@gnu.org>
8867
8868 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8869
8870 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8871
8872 * play/studly.el (studlify-region, studlify-word): Add autoload
8873 cookie.
8874
8875 * play/morse.el (morse-region, unmorse-region): Add autoload
8876 cookie.
8877
8878 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8879 concat.
8880
8881 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8882 insist on symbols starting with word syntax.
8883 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8884 (eval-defun-1): Doc fix.
8885 (indent-sexp): Use nconc to build up indent-stack.
8886
8887 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8888 Gnus with little use.
8889 (mail-setup-hook): Add mail-abbrevs-setup to options.
8890
8891 * recentf.el: Doc fixes.
8892
8893 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8894 Clean up remainder.
8895
8896 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8897 without timezone and (8) with timezone to enforce some whitespace.
8898 Simplify code somewhat.
8899
8900 * options.el (list-options): Doc that you should use customize.
8901
8902 * iswitchb.el (iswitchb-mode): Add :require.
8903
8904 * info.el (Info-goto-node, Info-menu): Doc fix.
8905 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8906 (info-tool-bar-map): New variable.
8907 (Info-mode): Use it.
8908 (Info-edit-map): Define all in defvar.
8909 (speedbar-attached-frame): Avoid compiler warning.
8910
8911 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8912 (global-map): Bind [tool-bar] to a filtered map.
8913 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8914 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8915 Allow PBM icons.
8916 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8917
8918 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8919 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8920 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8921 icons, except up_arrow, which is left-arrow rotated.
8922
8923 * imenu.el (imenu-add-to-menubar): Fix last change.
8924
8925 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8926
8927 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8928 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8929
8930 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8931
8932 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8933 typos in doc strings.
8934
8935 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8936 the doc strings how to customize Font Lock faces.
8937
8938 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8939 computing growth when dragging the header line.
8940
8941 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8942
8943 * simple.el (kill-line): Doc fix.
8944
8945 2000-10-08 Miles Bader <miles@gnu.org>
8946
8947 * faces.el (secondary-selection): Make foreground visible on tty.
8948
8949 * jka-compr.el (auto-compression-mode): Move to the end of the
8950 file, because `define-minor-mode' actually calls the mode-function
8951 if the associated variable is non-nil, which requires that all
8952 needed functions be already defined.
8953 (with-auto-compression-mode): Add autoload cookie.
8954
8955 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * files.el (find-backup-file-name) [ms-dos]: If support for long
8958 file names is not available, behave as if version-control were set
8959 to never.
8960
8961 2000-10-07 Dave Love <fx@gnu.org>
8962
8963 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8964 (browse-url-gnome-moz): New function.
8965 (browse-url-browser-function): Use it.
8966 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8967
8968 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * indent.el (tab-always-indent): New var.
8971 (indent-for-tab-command): Use it.
8972
8973 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8974 raise an error. This way it can still default to a sane value.
8975
8976 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8977
8978 * startup.el (fancy-splash-screens): Use local rather than global map.
8979 Don't use `update-menu-bindings' any more.
8980 Get rid of assumptions about keymap representation.
8981
8982 2000-10-06 Dave Love <fx@gnu.org>
8983
8984 * textmodes/fill.el (sentence-end-double-space)
8985 (sentence-end-without-period): Doc fix.
8986 (adaptive-fill-regexp): Purecopy.
8987 (unjustify-current-line): Use line-end-position.
8988 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8989
8990 * net/eudc-vars.el (eudc): Add :version, :link.
8991
8992 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8993
8994 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8995 Fix for define-minor-mode.
8996 (function-at-point): Alias to function-called-at-point.
8997
8998 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8999
9000 * simple.el (backward-word): Doc fix.
9001
9002 * image-file.el (image-file-name-regexp): image-file-regexps ->
9003 image-file-name-regexps.
9004 (image-file-name-extensions): Add pbm.
9005
9006 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9009 and add filename to the names so that diff-mode can jump to source.
9010
9011 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9012 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9013 (tex-font-lock-keywords-1): Remove.
9014 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9015 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9016 (font-lock-default-fontify-region):
9017 Expand beg..end correctly when just following a multiline region.
9018 (font-lock-fontify-anchored-keywords):
9019 Include the anchor text as part of the multiline.
9020
9021 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9022
9023 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9024 latter needs the autoloaded define-minor-mode macro during the
9025 bootstrap.
9026
9027 * startup.el (command-line): For now, activate tool-bar-mode only
9028 if XPM images are supported.
9029
9030 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9031 window by dragging a header-line at the top of the frame; that's
9032 confusing because the header-line doesn't move.
9033 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9034 of treating the event as a list. Some cleanup.
9035
9036 2000-10-06 Miles Bader <miles@gnu.org>
9037
9038 * simple.el (display-message-or-buffer): New function.
9039 (shell-command-on-region): Use `display-message-or-buffer'.
9040
9041 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9042 docstring parts.
9043
9044 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9045 (smbclient-prompt-regexp): Add usage note to doc string.
9046 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9047 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9048 Use add-hook for adding the comint filter function, and only do so
9049 if it's not already in the global hook list.
9050 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9051 to `make-local-variable'.
9052 (nslookup-font-lock-keywords): Remove prompt entry.
9053 (nslookup): Don't set the process-filter.
9054 (finger): Exit the loop correctly when the regexps list runs out.
9055 (ftp, smbclient, smbclient-list-shares):
9056 Set the real major mode immediately, not after execing.
9057 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9058
9059 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9060
9061 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9064
9065 * which-func.el (which-func-format): Remove spurious space.
9066 (which-func-mode): Don't make it permanent-local.
9067 (which-func-ff-hook): Allow which-func-maxout to be nil.
9068 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9069 (which-func-mode): Simplify.
9070 Use post-command-idle-hook rather than post-command-hook.
9071 Go through all buffers and update their state.
9072 (which-function): Also try add-log-current-defun-function.
9073
9074 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9075 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9076 Update call to with-vc-properties accordingly.
9077 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9078 (vc-revert-buffer): More careful about window selection and deletion.
9079 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9080
9081 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9082 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9083 (cvs-dired-action): Change the default to quickdir.
9084
9085 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9086 if comment-indent-function returns nil.
9087 (comment-indent-default): New function.
9088 (comment-indent-function): Use it and document the new semantics.
9089
9090 * image-file.el: Docstring fixes.
9091
9092 * help.el (help-xref-on-pp): Use match-string.
9093 (describe-variable): New arg BUFFER.
9094 Store the current buffer in the help-xref-stack.
9095 (temp-buffer-resize-mode): Use define-minor-mode.
9096
9097 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9098 consistently with its docstring.
9099 Set jit-lock-first-unfontify-pos in an idempotent way.
9100 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9101
9102 2000-10-05 Alex Schroeder <alex@gnu.org>
9103
9104 * sql.el (sql-mysql-options): New variable.
9105 (sql-mysql): Use it.
9106
9107 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9108
9109 * image.el (image): New group.
9110
9111 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9112 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9113
9114 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9115
9116 * net/net-utils.el (nslookup-font-lock-keywords)
9117 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9118 Ignore the value of wqindow-system; always define keywords
9119
9120 2000-10-05 Kenichi Handa <handa@etl.go.jp>
9121
9122 * startup.el (fancy-splash-screens): Remove the code for
9123 debugging; `(trace-to-stderr "EXITTT\n")'.
9124
9125 2000-10-05 Miles Bader <miles@gnu.org>
9126
9127 * diff-mode.el (diff-goto-source): Update call to
9128 `diff-hunk-status-msg' to reflect new REV variable.
9129
9130 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9131
9132 * progmodes/icon.el (icon-mode):
9133 Don't gratuitously override the default for comment-column.
9134
9135 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9136
9137 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9138 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9139 (jit-lock-functions): New var.
9140 (jit-lock-function-1): Use it if non-nil.
9141 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9142 Set the `fontified' property before doing the fontification to avoid
9143 repeatedly going through the same error.
9144 Don't turn errors into messages.
9145 (jit-lock-register, jit-lock-unregister): New functions.
9146
9147 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9148 Use with-current-buffer.
9149
9150 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9151 Turn comment into docstring.
9152
9153 * apropos.el (apropos-mode): Use define-derived-mode.
9154
9155 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9156
9157 * startup.el (fancy-splash-pending-command): New variable.
9158 (fancy-splash-pre-command): New function.
9159 (fancy-splash-screens): Rewritten.
9160 (command-line-1): If fancy-splash-pending-command is set, call it
9161 interactively.
9162
9163 2000-10-04 Dave Love <fx@gnu.org>
9164
9165 * toolbar/tool-bar.el (tool-bar-setup): New function.
9166 (tool-bar-mode): Use it.
9167
9168 * subr.el (substitute-key-definition): Doc fix.
9169 (play-sound-file): New command.
9170
9171 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9172
9173 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9174 vc-version-backup-file-name): New functions.
9175
9176 * files.el (basic-save-buffer): Call vc-before-save before saving.
9177
9178 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9179 vc-cvs-stay-local-p.
9180
9181 * vc.el (vc-revert-buffer): Handle empty diff properly.
9182 (vc-version-backup-file): New function.
9183 (vc-checkout): Create a version backup if necessary.
9184 (vc-checkin): If a version backup file exists, delete it.
9185 (vc-version-diff): Diff locally using version backups, if available.
9186 (vc-revert-file): If there's a version backup, revert locally.
9187 (vc-transfer-file): Use version backup for base version, if
9188 available. If not, ask for confirmation whether to get it from the
9189 server. Update mode line before check-in.
9190
9191 2000-10-04 Dave Love <fx@gnu.org>
9192
9193 * toolbar/tool-bar.el (tool-bar-setup): New function.
9194 (tool-bar-mode): Use it.
9195
9196 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9197
9198 * net/net-utils.el (nslookup-font-lock-keywords)
9199 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9200 Only set if window-system is non-nil
9201 (net-utils-run-program): Returns buffer.
9202 (network-connection-reconnect): Added this function.
9203
9204 * generic.el:
9205 Incorporates extensive cleanup and docfixes by
9206 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9207 Uses cl compile-time macros.
9208 (generic-mode-name, generic-comment-list)
9209 (generic-keywords-list, generic-font-lock-expressions)
9210 (generic-mode-function-list, generic-mode-syntax-table):
9211 Removed variables.
9212 (generic-mode-alist): Renamed to generic-mode-list.
9213 (generic-find-file-regexp): Default changed to "^#".
9214 (generic-read-type): Uses completing read on generic-mode-list.
9215 (generic-mode-sanity-check): removed this function.
9216 (generic-add-to-auto-mode): Removed this function
9217 (generic-mode-internal): Bind mode-specific definitions
9218 into function instead of putting them in alist.
9219 (generic-mode-set-comments): Reworked extensively.
9220 (generic-mode-find-file-hook): Simplified regexp searching
9221 (generic-make-keywords-list): Omit extra pair of parens
9222
9223 * find-lisp.el (find-lisp-find-files-internal):
9224 Make sure directory name ends with "/".
9225
9226 * generic-x.el (apache-conf-generic-mode):
9227 Regexp now allows leading whitespace.
9228 (rc-generic-mode): Added eval-when-compile
9229 around generic-make-keywords-list.
9230 Deleted duplicate regexp
9231 (rul-generic-mode): Added eval-when-compile
9232 around generic-make-keywords-list.
9233 (etc-fstab-generic-mode): New generic mode.
9234 (rul-generic-mode): Removed one eval-when-compile
9235 which caused a max-specpdl-size exceeded error.
9236
9237 2000-10-04 Miles Bader <miles@gnu.org>
9238
9239 * simple.el (minibuffer-temporary-goal-position): New variable.
9240 (next-history-element): Try to keep the position of point in the
9241 input string constant.
9242
9243 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9244 (dired-do-create-files): If there's only one file, pass it in as
9245 the DEFAULT arg to dired-mark-read-file-name.
9246
9247 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9248
9249 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9250 (diff-goto-source): Be smarter when choosing REVERSE or not.
9251
9252 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9253 (texinfo-mode-menu): Add an explicit shortcut for update all.
9254
9255 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9256
9257 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9258 factorize backend-specific code cleanly (this was essentially
9259 conceived by Stefan Monnier).
9260 (vc-unregister): Function removed.
9261 (vc-revert-file): New function.
9262 (vc-revert-buffer): Delegate some of the work to it.
9263
9264 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9265 default branch unconditionally.
9266 (vc-rcs-set-default-branch): New function.
9267 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9268 (vc-rcs-checkin): If an appropriate default branch has been set,
9269 force creation of that branch.
9270 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9271 code (as suggested by Stefan Monnier).
9272
9273 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9274
9275 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9276 highlighting overlay with a different face over the overlay
9277 isearch uses to highlight the current match because that can lead
9278 to bad face combinations.
9279
9280 * loadup.el (toplevel): Load faces before isearch.
9281
9282 * isearch.el (isearch-faces): New custom group.
9283 (isearch): New defface; was already tested for in the code.
9284 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9285 (isearch-highlight): Always use face `isearch'.
9286
9287 2000-10-02 Dave Love <fx@gnu.org>
9288
9289 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9290 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9291 comparison of opcode with operand.
9292
9293 2000-10-03 Miles Bader <miles@gnu.org>
9294
9295 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9296 buffer, since the echo area will now grow to accommodate them.
9297
9298 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9299
9300 * vc-hooks.el (vc-registered): If FILE used to be registered under
9301 a certain backend, try that one first.
9302
9303 * vc.el (vc-responsible-backend): Undo the previous change in the
9304 argument list. Handle multiple backends correctly.
9305 (vc-find-new-backend): Function removed.
9306 (vc-register): Use vc-responsible-backend, as before.
9307 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9308
9309 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9310
9311 * startup.el (fancy-splash-head): Change message below the
9312 logo.
9313
9314 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9315
9316 * diff-mode.el (diff-goto-source): Emit a status message.
9317 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9318 (diff-test-hunk): Fix doc string.
9319 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9320 (diff-advance-after-apply-hunk): New variable.
9321 (diff-apply-hunk): Don't return a value.
9322
9323 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9324
9325 * vc.el (vc-editable-p): Minor optimization.
9326 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9327 (vc-find-new-backend): New function split from vc-responsible-backend.
9328 (vc-register): Use it.
9329 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9330 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9331 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9332 (vc-clear-headers): Don't use find-file.
9333 (vc-revert-buffer): Use `and' again (must have been a braino).
9334 (vc-switch-backend): Only prompt if requested.
9335 Short circuit if nothing is to be done.
9336 Don't use vc-resynch-buffer which could lose unsaved editing.
9337 (vc-default-receive-file): Update call to vc-unregister.
9338 (with-vc-file, vc-next-action-on-file):
9339 Use vc-backend rather than vc-registered.
9340 (vc-next-action-on-file): Use intern-soft.
9341 Deal with read-only *vc-diff* buffer.
9342 (vc-transfer-file): Docstring fix.
9343
9344 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9345 (vc-rcs-receive-file): Avoid with-vc-properties.
9346 Update call to vc-unregister.
9347 Use constant `RCS' rather than (dynamically bound) var `backend'.
9348
9349 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9350
9351 * vc.el (vc-next-action-on-file): Update mode line only if file
9352 is visited.
9353 (vc-start-entry): New argument initial-contents. Don't visit the file
9354 if it isn't already visited. Brought documentation up-to-date.
9355 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9356 (vc-checkin): New optional arg initial-contents, which is passed to
9357 vc-start-entry.
9358 (vc-finish-logentry): Make sure to bury log buffer only if there
9359 really is one. Call `vc-resynch-buffer' on log-file, not
9360 buffer-file-name.
9361 (vc-default-comment-history, vc-default-wash-log): New functions.
9362 (vc-index-of): Removed.
9363 (vc-transfer-file): Make do without the above.
9364 (vc-default-receive-file): Call comment-history unconditionally. Pass
9365 the resulting string to vc-checkin, instead of inserting it into the
9366 comment ring.
9367
9368 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9369 unconditionally. Use the comments as initial contents of the log
9370 entry buffer. Document the trick to force branch creation with no
9371 changes.
9372
9373 2000-10-01 Miles Bader <miles@gnu.org>
9374
9375 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9376 `recenter' with an arg to prevent redrawing the display.
9377
9378 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9379
9380 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9381
9382 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9383
9384 * progmodes/c-mode.el (c-mode):
9385 Don't gratuitously override the default for comment-column.
9386
9387 * textmodes/tex-mode.el (latex-metasection-list): New var.
9388 (latex-imenu-create-index): Use it.
9389 Move the regexp construction outside loops (and use push).
9390 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9391 (tex-font-lock-keywords): Moved from font-lock.el.
9392 (tex-comment-indent): Remove.
9393 (tex-common-initialization): Don't set comment-indent-function.
9394 (latex-block-default): New var.
9395 (tex-latex-block): Use it to provide a default choice.
9396 Add any unknown choice to latex-block-names.
9397 Insert [...] after {...}.
9398 (tex-last-unended-begin): Simplify regexp.
9399 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9400 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9401 (latex-mode): Set forward-sexp-function.
9402
9403 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9404 Add regexp for @ignore ... @end ignore.
9405 (texinfo-heading-face): New face.
9406 (texinfo-font-lock-keywords): Use it.
9407 (texinfo-mode-menu): New menu.
9408 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9409 New functions.
9410 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9411 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9412 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9413 Remove declaration.
9414 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9415
9416 * delsel.el (delete-selection-mode): Use define-minor-mode.
9417
9418 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9419
9420 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9421
9422 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9423
9424 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9425
9426 * replace.el (keep-lines-read-args): New function.
9427 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9428 read arguments interactively. Add parameters RSTART and REND.
9429 Operate on the active region in Transient Mark mode.
9430
9431 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9432
9433 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9434 (authors-obsolete-files-regexps): New variable.
9435 (authors-add): Don't record changes in obsolete files.
9436
9437 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9438
9439 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9440
9441 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9442 (comment-indent): Make sure there's a space between code and comment.
9443 Shift comments left to avoid going past fill-column.
9444
9445 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9446
9447 * startup.el (startup-echo-area-message): New function.
9448 (display-startup-echo-area-message): Use it.
9449 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9450 (fancy-splash-default-action): New function.
9451 (fancy-splash-screens-1): New function.
9452 (fancy-splash-head): Put a help-echo and a keymap under the image.
9453
9454 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9455
9456 * diff-mode.el (diff-add-log-file-name): Remove.
9457 (diff-mode): Use add-log-buffer-file-name-function.
9458
9459 * add-log.el (find-change-log): New arg BUFFER-FILE.
9460 (add-log-file-name): Obey add-log-file-name-function.
9461 (add-log-buffer-file-name-function): New var.
9462 (add-change-log-entry): Use it.
9463
9464 2000-09-29 Miles Bader <miles@gnu.org>
9465
9466 * image-file.el (image-file-name-extensions): New variable.
9467 (image-file-name-regexps): Renamed from `image-file-regexps'.
9468 New default value is nil. Call `auto-image-file-mode'.
9469 (image-file-name-regexp): New function.
9470 (auto-image-file-mode): New minor mode.
9471 (insert-image-file): Don't make conditional on the image-file
9472 handler being enabled.
9473 (image-file-handler): Make the call here conditional instead.
9474 (set-image-file-handler-enabled, enable-image-file-handler)
9475 (disable-image-file-handler): Functions removed.
9476
9477 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9478 string.
9479
9480 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9481
9482 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9483 it's a function from CL.
9484 (latex-imenu-create-index): Replace eval-when-compile with progn
9485 because latex-section-alist is not bound while compiling.
9486
9487 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9488
9489 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9490 (outline-mode): Use define-derived-mode.
9491
9492 * progmodes/perl-mode.el (perl-mode):
9493 * progmodes/awk-mode.el (awk-mode):
9494 * progmodes/asm-mode.el (asm-mode):
9495 Don't gratuitously override the default for comment-column.
9496
9497 * emacs-lisp/lisp.el (lisp-complete-symbol):
9498 Distinguish the let-binding case from the funcall case.
9499 (forward-sexp-function): New variable.
9500 (forward-sexp): Use it.
9501
9502 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9503 (easy-mmode-defmap): Remove the now useless autoload.
9504
9505 * time.el (display-time-mode): Use define-minor-mode.
9506
9507 * subr.el (add-minor-mode): Don't eval NAME.
9508 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9509 Use if rather than cond.
9510
9511 * simple.el (read-expression-map): Define more properly.
9512 (comment-indent-hook): Remove.
9513 (string-to-syntax): Bug fix.
9514
9515 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9516 (cvs-ediff-diff): Fix typo.
9517 (cvs-revert-if-needed): Don't bother preserving read-only.
9518
9519 * paren.el (show-paren-mode): Use define-minor-mode.
9520
9521 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9522 (toggle-auto-compression): Remove.
9523 (jka-compr-build-file-regexp): Remove useless grouping.
9524
9525 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9526 Avoid user-reserved bindings.
9527 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9528 (diff-header-face): Revert to grey85.
9529
9530 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9531
9532 * complete.el (partial-completion-mode) <defcustom>: Remove.
9533 (partial-completion-mode): Use define-minor-mode.
9534 (PC-do-completion): Understand `completion-auto-help = delay'
9535 to mean to popup the completion buffer only the second time.
9536 (PC-include-file-all-completions, PC-include-file-all-completions)
9537 (PC-include-file-all-completions): Don't quote lambda.
9538
9539 * comint.el (comint-mode-hook): Docstring fix.
9540 (comint-mode): Use define-derived-mode.
9541 (comint-mode-map): Remove obsolete comment.
9542 (make-comint): Minor stylistic change.
9543 (comint-insert-clicked-input): Be more careful to find the overlay.
9544 Use this-command-keys rather than hardcoding mouse-2.
9545
9546 * font-lock.el: Replace confusing (,@ with ,
9547 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9548 Don't use regexp-opt-depth. Spice up the regexp for args.
9549 Don't distinguish between cmds that can take an opt arg or not.
9550 Use `append' and `prepend' rather than `keep'.
9551
9552 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9553 (latex-outline-regexp): New var.
9554 (latex-outline-level): New fun.
9555 (latex-section-alist): New var.
9556 (latex-imenu-create-index): Use it. Use `push' as well.
9557 (tex-shell-map): Initialize it properly.
9558 (tex-mode): Minor stylistic change.
9559 (plain-tex-mode): Use define-derived-mode.
9560 (latex-mode): Use define-derived-mode.
9561 Construct the paragraph regexps in a more readable way.
9562 Set the buffer-local outline-{level,regexp} vars.
9563 (slitex-mode): Derive from latex-mode.
9564 (tex-common-initialization): Don't kill-all-vars anymore.
9565 Add setting for comment-add and font-lock-defaults.
9566 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9567 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9568 (tex-start-tex): New arg DIR (and send a chdir command for it).
9569 Also display the shell buffer and save it in tex-last-buffer-texed.
9570 (tex-region): Use expand-file-name rather than concat.
9571 Remove code made useless by changes in tex-start-tex.
9572 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9573
9574 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9575
9576 2000-09-28 Dave Love <fx@gnu.org>
9577
9578 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9579
9580 2000-09-28 Gerd Moellmann <gerd@gnu.org>
9581
9582 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9583 `append'.
9584
9585 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9586
9587 * info.el (Info-extract-pointer): Undo last change.
9588 Instead, fix the position of the `bound' arg to re-search-backward.
9589
9590 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * info.el (Info-extract-pointer):
9593 Widen more carefully, to avoid finding pointers in other nodes.
9594 (Info-index): Use push.
9595
9596 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9597
9598 * frame.el (set-frame-font): Remove call to obsolete function
9599 frame-update-faces.
9600 (set-foreground-color, set-background-color): Likewise for
9601 frame-update-face-colors.
9602
9603 2000-09-27 Miles Bader <miles@gnu.org>
9604
9605 * image-file.el: New file.
9606
9607 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9608
9609 * frame.el (frame-notice-user-settings): Don't call
9610 frame-update-faces, which is a no-op now.
9611
9612 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9613 tool-bar-lines.
9614
9615 2000-09-27 Dave Love <fx@gnu.org>
9616
9617 * mouse.el: Fix last change.
9618
9619 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9620
9621 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9622
9623 2000-09-22 Kenichi Handa <handa@etl.go.jp>
9624
9625 * international/quail.el (quail-help): The output message is
9626 improved.
9627
9628 2000-09-26 Dave Love <fx@gnu.org>
9629
9630 * mouse.el (popup-menu): If POSITION is nil, set it using
9631 mouse-position.
9632
9633 2000-09-25 Sam Steingold <sds@gnu.org>
9634
9635 * net/browse-url.el (browse-url-file-url): Check for null maps.
9636
9637 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9638
9639 * frame.el (frame-notice-user-settings): Don't add a
9640 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9641
9642 * frame.el (frame-notice-user-settings):
9643 Make tool-bar-mode and default-frame-alist consistent.
9644
9645 * toolbar/tool-bar.el (tool-bar-help): New function.
9646
9647 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9648
9649 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9650 current-load-list in top-level forms. Else this leaks a cons cell
9651 every time a defun is called.
9652
9653 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9654
9655 2000-09-25 Dave Love <fx@gnu.org>
9656
9657 * startup.el (fancy-splash-head): Check XPM is available.
9658
9659 * autoinsert.el (auto-insert): Doc fix.
9660 (auto-insert-alist): Following GNU notices, don't say `copyright
9661 _by_'. Use line-beginning-position.
9662 (auto-insert): Check buffer-file-name is non-nil before use.
9663
9664 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9665
9666 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9667 starting with `@def' or `@multitable', in addition to ones
9668 specified by the user in auto-fill-inhibit-regexp.
9669
9670 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
9671
9672 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9673 rmail-dont-reply-to-names matches the empty string.
9674
9675 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9676
9677 * startup.el (command-line-1, fancy-splash-text): Change the
9678 text to sound more friendly.
9679
9680 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9681
9682 * progmodes/hideshow.el: Update author email address.
9683 Generally, sync w/ maintainer version 5.22.
9684 (hs-hide-all-non-comment-function): New var.
9685 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9686 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9687 (hs-show-region): Delete this command.
9688 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9689
9690 2000-09-22 Dave Love <fx@gnu.org>
9691
9692 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9693 (hl-line-highlight): Specify buffer when moving overlay.
9694
9695 * progmodes/fortran.el (fortran-mode): Locally set
9696 normal-auto-fill-function.
9697 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9698 (fortran-mode-map): Adjust auto-fill menu entry.
9699
9700 2000-09-22 Gerd Moellmann <gerd@gnu.org>
9701
9702 * vc-rcs.el (toplevel): Require `vc' when compiling.
9703
9704 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9705
9706 2000-09-22 Andre Spiegel <spiegel@gnu.org>
9707
9708 * vc.el (vc-switch-backend): Signal an error if the file is not
9709 registered under the new backend.
9710
9711 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9712 without explicit revision number.
9713
9714 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9715
9716 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9717 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9718 (diff-xor): New function.
9719 (diff-find-source-location): Use it. Fix a stupid name clash.
9720 (diff-hunk-status-msg): New function.
9721 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9722 (diff-test-hunk): Use diff-find-source-location.
9723 (diff-goto-source): Favor the `reverse'.
9724 (diff-hunk-text): Properly handle one-sided context diffs.
9725 (diff-apply-hunk): When done, advance to the next hunk.
9726
9727 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9728
9729 * startup.el (command-line): If frame was created with a non-zero
9730 tool-bar-lines parameter, switch tool-bar-mode on.
9731
9732 * add-log.el (change-log-date-face, change-log-name-face)
9733 (change-log-email-face, change-log-file-face)
9734 (change-log-list-face, change-log-conditionals-face)
9735 (change-log-function-face, change-log-acknowledgement-face):
9736 New faces, inheriting from font-lock faces.
9737 (change-log-font-lock-keywords): Use them.
9738
9739 2000-09-21 Dave Love <fx@gnu.org>
9740
9741 * progmodes/cperl-mode.el (top-level): Clean up
9742 `eval-when-compile's and assorted defvars.
9743 (cperl-invalid-face): Don't double-quote value. Change custom
9744 type.
9745 (cperl-mode): Set normal-auto-fill-function and don't zap
9746 auto-fill-function.
9747 (cperl-imenu--function-name-regexp-perl): Renamed from
9748 imenu-example--function-name-regexp-perl.
9749 (cperl-imenu--create-perl-index): Renamed from
9750 imenu-example--create-perl-index.
9751 (cperl-xsub-scan): Don't require cl.
9752
9753 * msb.el (msb-mode-map): Use substitute-key-definition.
9754 (msb-mode): Use msb-mode-map.
9755
9756 2000-09-21 Andre Spiegel <spiegel@gnu.org>
9757
9758 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9759 New functions.
9760 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9761 (vc-switch-backend): New function.
9762 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9763 (vc-register): Fix prompt.
9764 (vc-unregister, vc-default-unregister): New functions.
9765 (vc-version-diff): Handle empty buffer in sentinel.
9766
9767 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9768 (vc-rcs-state-heuristic): Use it to guess the state of files with
9769 non-strict locking.
9770 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9771 been set with -b, but not created yet.
9772 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9773 contents in order to find the state.
9774 (vc-rcs-checkin): Allow creation of branches with no changes.
9775 (vc-rcs-unregister, vc-rcs-receive-file)
9776 (vc-rcs-set-non-strict-locking): New functions.
9777
9778 * vc-hooks.el (vc-name): Force correct computation of the value
9779 in case it is missing.
9780
9781 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9782
9783 * startup.el (fancy-splash-tail): Use a different foreground
9784 color on a dark frame background.
9785
9786 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9787
9788 * info.el: Use the correct capitalization when making Info-mode
9789 and Info-edit-mode `special' modes.
9790
9791 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9792
9793 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9794 (diff-mode): Add support for add-log.el.
9795 (diff-hunk-text): Use char offsets rather than line offsets.
9796 (diff-find-source-location): Replace LINE with line-offset (nil
9797 if not found) and always set POS to a meaningful position.
9798 Adapt to the new char-offsets.
9799 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9800 Adapt to the new diff-find-source-location.
9801 (diff-goto-source): Adapt to the new diff-find-source-location.
9802
9803 * add-log.el (add-log-file-name): New function (split out of
9804 add-change-log-entry).
9805 (add-change-log-entry): Use it.
9806 Call add-log-file-name-function with the changelog file name if
9807 the current buffer is not associated with any file.
9808 Avoid find-file if the selected window is dedicated.
9809
9810 * diff-mode.el (diff-find-source-location):
9811 Move code from diff-apply-hunk. Return buffer rather than file.
9812 (diff-apply-hunk): Use the new result from diff-find-source-location.
9813 (diff-goto-source): Use the new diff-find-source-location.
9814
9815 2000-09-20 Dave Love <fx@gnu.org>
9816
9817 * iswitchb.el: Some doc fixes.
9818 (iswitchb-mode-map): Define completely initially. Inherit
9819 minibuffer-local-map.
9820 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9821 fundamental-mode.
9822 (iswitchb-global-map): New variable.
9823 (iswitchb-summaries-to-end): Amalgamate regexps.
9824 (iswitchb-mode): New.
9825 (iswitchb-mode-hook): New variable.
9826 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9827 `extensions'.
9828
9829 2000-09-20 Gerd Moellmann <gerd@gnu.org>
9830
9831 * ehelp.el (electric-help): New defgroup.
9832 (electric-help-shrink-window): New user-option.
9833 (with-electric-help): Use it.
9834
9835 * window.el (shrink-window-if-larger-than-buffer): If face
9836 `mode-line' has a :box, and we're on a graphical frame, add 1
9837 to the needed window height.
9838
9839 * frame.el (frame-notice-user-settings): Add a last parameter nil
9840 to a call to `append', because the last list passed to `append' is
9841 not copied, and so subsequent calls to assq-delete-all will modify
9842 default-frame-alist.
9843
9844 * startup.el (fancy-splash-image): Change :type.
9845 (fancy-splash-head): Use an XBM image if appropriate.
9846 (command-line-1): Show splash screens in more cases.
9847
9848 * startup.el (fancy-splash-text): Don't quote faces.
9849
9850 * dired.el (dired-font-lock-keywords): Undo last change.
9851 (dired-readin): Bind indent-tabs-mode to nil.
9852
9853 * startup.el (fancy-splash-head): If frame's background mode
9854 is `dark', change the black background of the image to gray.
9855 (fancy-splash-screens): Display startup echo area message.
9856 (display-startup-echo-area-message): New function.
9857
9858 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9859
9860 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9861
9862 * info.el (info-header-node): Tweak for color ttys.
9863
9864 * faces.el (face-valid-attribute-values): Make sure directories we
9865 search for stipples both exist and are readable before trying to
9866 search them.
9867
9868 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9869 in the dry-run case.
9870
9871 * jka-compr.el (with-auto-compression-mode): New macro.
9872
9873 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9874 (custom-group-tag-face, custom-variable-tag-face): Use relative
9875 :height and inherit from `variable-pitch' face instead of
9876 hardwiring :family.
9877 * hi-lock.el (hi-black-hb): Likewise.
9878
9879 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9880 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9881 toolbar-add-item, if image doesn't have a mask add a `:mask
9882 heuristic'.
9883
9884 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9885
9886 * diff-mode.el: Docstring fixes.
9887 (diff-header-face, diff-comment-face): New faces.
9888 (diff-font-lock-keywords): Highlight a bit differently.
9889 (diff-find-source-location): Don't return SPAN any more.
9890 (diff-hunk-text): Don't bother erasing the temp buffer.
9891 (diff-find-text): Drop argument LINE.
9892 (diff-apply-hunk): Update calls to diff-find-text.
9893 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9894
9895 * calendar/calendar.el: Docstring fixes.
9896 (calendar-make-alist): Don't quote lambda.
9897 (calendar-star-date): Use make-local-variable.
9898
9899 2000-09-19 Dave Love <fx@gnu.org>
9900
9901 * toolbar/tool-bar.el: Renamed from toolbar.el.
9902 Change `toolbar' to `tool-bar' generally in symbols.
9903 Make some items invisible in `special' major modes.
9904 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9905 Add arg PROPS.
9906
9907 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9908 Add :version here.
9909 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9910
9911 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9912
9913 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9914
9915 * files.el (find-file-suppress-same-file-warnings): New user-option.
9916 (find-file-noselect): Use it.
9917
9918 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9919 (fancy-splash-screen): Defgroup.
9920
9921 * add-log.el (change-log-font-lock-keywords): Match names
9922 more exactly for the case that font-lock-constant-face is
9923 underlined.
9924
9925 2000-09-19 Richard M. Stallman <rms@gnu.org>
9926
9927 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9928
9929 2000-09-19 Andre Spiegel <spiegel@gnu.org>
9930
9931 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9932
9933 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9934
9935 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9936 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9937 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9938 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9939 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9940 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9941 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9942 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9943 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9944 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9945 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9946 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9947
9948 * startup.el (fancy-splash-text): New variable.
9949 (fancy-splash-delay, fancy-splash-image): New user-options.
9950 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9951 (fancy-splash-screens): New functions.
9952 (command-line-1): If display has a `display' frame parameter, has
9953 colors, and we have XPM support, show more fancy splash screens.
9954
9955 2000-09-19 Dave Love <fx@gnu.org>
9956
9957 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9958 with null `help'. Use modern backquote syntax.
9959
9960 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9961
9962 * font-lock.el (font-lock-mode): Change message telling the user
9963 that ``the buffer is too big''.
9964
9965 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9966 for instance for the case that tab-width is 2.
9967
9968 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9969
9970 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9971 toolbar-add-item, if image doesn't have a mask add a `:mask
9972 heuristic'.
9973
9974 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9975
9976 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9977 and return a cons if it's non-nil.
9978 (diff-apply-hunk): Try to jump to the line in the source text
9979 corresponding to the position of point in the in the hunk.
9980
9981 * info.el (Info-title-3-face, Info-title-2-face)
9982 (Info-title-1-face): Use face inheritance and relative sizes
9983 instead of hard-wiring things.
9984
9985 * faces.el (secondary-selection): Make dark-background variant sane.
9986
9987 2000-09-16 Andrew Innes <andrewi@gnu.org>
9988
9989 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9990 read-only, since they aren't under VC now.
9991
9992 2000-09-17 Dave Love <fx@gnu.org>
9993
9994 * tmm.el: Replace mapcar with mapc in several places.
9995
9996 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9997 ad-unadvise.
9998
9999 * international/latin1-disp.el: New file.
10000
10001 * calendar/cal-move.el (scroll-calendar-left)
10002 (scroll-calendar-right): Make arg optional (for active mode line).
10003
10004 * calendar/calendar.el (calendar-mode-line-format): Make fields
10005 mouse-sensitive.
10006 (calendar-read-date, calendar-read-date, calendar-window-list):
10007 Unquote lambda.
10008 (calendar-month-name): Use aref, not sref.
10009
10010 * view.el (minor-mode-alist): Propertize the string.
10011
10012 * international/characters.el (standard-case-table): Add entries
10013 for Greek.
10014
10015 2000-09-18 Miles Bader <miles@gnu.org>
10016
10017 * info.el (info-node, info-xref): Add dark-background variants.
10018
10019 * faces.el (header-line): Change defaults to be less confusing
10020 when mixed with mode-lines.
10021
10022 * info.el (Info-fontify-node): Make a few cleanups.
10023 Add extra `help-echo' and `local-map' props to node xrefs.
10024 Use header-specific faces for node-names & xrefs.
10025 (Info-use-header-line): New variable.
10026 (info-header-xref, info-header-node): New faces.
10027 (Info-setup-header-line): New function.
10028 (Info-select-node): Call Info-setup-header-line when enabled.
10029 (Info-extract-pointer): Work even if the header line is hidden.
10030 (Info-header-line): New variable.
10031
10032 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * vms-patch.el (print-region-function): Don't quote lambda.
10035
10036 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10037
10038 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10039 (lm-get-header-re): Allow spaces between the header and the colon.
10040 (lm-header): Allow $ in non-RCS headers.
10041 (lm-header-multiline): Put the strings back into order.
10042 Stop at an empty line. Don't require two space chars if the
10043 line is clearly not another header line.
10044
10045 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10046 (popup-menu-popup): Remove.
10047
10048 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10049
10050 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10051 specification if or if not tool-bar item contains an `:enabled'
10052 property.
10053
10054 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10055 current buffer has no file name.
10056
10057 2000-09-15 Dave Love <fx@gnu.org>
10058
10059 * strokes.el: Sync with maintainer's current version with changes
10060 for Emacs, but avoid runtime cl and levents.
10061 (toplevel): Change autoloads and compilation requires.
10062 (strokes-version, strokes-bug-address, strokes-lift): Values
10063 changed.
10064 (strokes-xpm-header, strokes-insinuated): New variable.
10065 (strokes): Add :link.
10066 (strokes-mode): Customized.
10067 (strokes-while-inhibiting-garbage-collector): New macro.
10068 (strokes-remassoc): Avoid remove-if.
10069 (strokes-fix-button2-command): Don't use ad-do-it.
10070 (strokes-insinuate): New function.
10071 (strokes-button-press-event-p, strokes-button-release-event-p):
10072 New functions, used instead of non-`strokes-' versions..
10073 (strokes-mouse-event-p): Rewritten.
10074 (strokes-event-closest-point): Avoid event-point.
10075 (strokes-get-grid-position): Avoid cdadr, caadr
10076 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10077 functions.
10078 (strokes-help): Use with-output-to-temp-buffer.
10079 (strokes-window-configuration-changed-p): New function.
10080 (strokes-update-window-configuration): Use buffer-live-p,
10081 strokes-window-configuration-changed-p.
10082 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10083 (strokes-char-face): New face.
10084 (strokes-char-table, strokes-base64-chars): New variable.
10085 (strokes-xpm-for-stroke, strokes-list-strokes)
10086 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10087 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10088 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10089 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10090 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10091 functions.
10092
10093 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10094
10095 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10096
10097 * image.el (create-image): Doc fix.
10098
10099 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10100 instead of `:heuristic-mask t'.
10101
10102 2000-09-14 Andrew Innes <andrewi@gnu.org>
10103
10104 * makefile.w32-in: Revert to Unix line endings.
10105
10106 2000-09-14 Andrew Innes <andrewi@gnu.org>
10107
10108 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10109 when installing.
10110
10111 * makefile.nt (DONTCOMPILE): Fix typo.
10112
10113 * shell.el (shell-write-history-on-exit): New function.
10114 (shell-dumb-shell-regexp): New custom variable.
10115 (shell-mode): Make shell-write-history-on-exit the process
10116 sentinel if shell name matches shell-dumb-shell-regexp.
10117
10118 * w32-fns.el: Comment out before-init-hook function which resets
10119 source-directory based; this breaks bootstrap.
10120
10121 2000-09-14 Dave Love <fx@gnu.org>
10122
10123 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10124 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10125 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10126 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10127 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10128 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10129 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10130 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10131 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10132
10133 * toolbar/toolbar.el: New.
10134
10135 * subdirs.el: Add toolbar.
10136
10137 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10138
10139 * indent.el (indent-for-tab-command): Doc fix.
10140
10141 2000-09-14 Alex Schroeder <alex@gnu.org>
10142
10143 * ansi-color.el (ansi-colors): Doc change.
10144 (ansi-color-get-face): Simplified regexp.
10145 (ansi-color-faces-vector): Added more faces, doc change.
10146 (ansi-color-names-vector): Doc change.
10147 (ansi-color-regexp): Simplified regexp.
10148 (ansi-color-parameter-regexp): New regexp.
10149 (ansi-color-filter-apply): Doc change.
10150 (ansi-color-filter-region): Doc change.
10151 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10152 deal with zero length parameters.
10153 (ansi-color-apply-on-region): Doc change.
10154 (ansi-color-map): Doc change.
10155 (ansi-color-map-update): Removed debugging message.
10156 (ansi-color-get-face-1): Added condition-case to trap
10157 args-out-of-range errors.
10158 (ansi-color-get-face): Doc change.
10159 (ansi-color-make-face): Removed.
10160 (ansi-color-for-shell-mode): New option.
10161
10162 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10163
10164 * international/quail.el (quail-start-translation): Translate KEY
10165 if necessary even if it doesn't have any mapping in the current
10166 input method.
10167 (quail-start-conversion): Likewise.
10168 (quail-help): The output message is improved.
10169
10170 2000-09-13 Miles Bader <miles@gnu.org>
10171
10172 * comint.el (comint-output-filter): Revert to using
10173 `insert-before-markers'. Add bletcherous hack to undo damage
10174 caused by `insert-before-markers'. Put `front-sticky' property on
10175 overlays created here so that the field code understands how the
10176 overlay works. Use a let when making comint-last-prompt-overlay,
10177 so that the code is easier to read.
10178
10179 2000-09-13 Dave Love <fx@gnu.org>
10180
10181 * wid-edit.el (widget-default-format-handler): DTRT when
10182 doc-property is a function.
10183
10184 2000-09-12 Francesco Potorti` <pot@gnu.org>
10185
10186 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10187 filed name if it's not there.
10188
10189 2000-09-12 Dave Love <fx@gnu.org>
10190
10191 * simple.el (read-mail-command): Doc fix.
10192 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10193
10194 * vc.el (vc-dired-listing-switches): Fix :version.
10195
10196 * vc-hooks.el: Doc fixes.
10197
10198 * subr.el (add-minor-mode): Use toggle-fun arg.
10199
10200 * speedbar.el: Add :version to several defcustoms.
10201
10202 * imenu.el (imenu--truncate-items, imenu--cleanup)
10203 (imenu--generic-function): Avoid mapcar.
10204 (imenu--replace-spaces): Function removed.
10205 (imenu--completion-buffer): Use subst-char-in-string.
10206 (imenu-add-to-menubar): Use keymap inheritance.
10207
10208 2000-09-12 Miles Bader <miles@gnu.org>
10209
10210 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10211 (diff-mode-map): Bind `diff-test-hunk'.
10212 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10213
10214 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10215
10216 * bytecomp.el (byte-compile-defvar): Undo last change
10217 because it breaks '(make-variable-buffer-local (defvar ...)'
10218 which is used at least in dired.
10219
10220 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10221
10222 * international/quail.el (quail-define-package): Docstring
10223 modified.
10224
10225 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10226
10227 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10228 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10229 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10230 docstring of "chinese-py".
10231
10232 * international/quail.el (quail-translation-docstring): New
10233 variable.
10234 (quail-show-keyboard-layout): Docstring modified.
10235 (quail-select-current): Likewise.
10236 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10237 infinite recursive call.
10238 (quail-help): Check quail-translation-docstring. Format of the
10239 output changed.
10240 (quail-help-insert-keymap-description): Adjusted for the above
10241 change.
10242
10243 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10244
10245 * bytecomp.el (byte-compile-defvar): Only cons onto
10246 current-load-list in top-level forms. Else this leaks a cons cell
10247 every time a defun is called.
10248
10249 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10250
10251 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10252 Now understands non-unified diffs. Some functionality moved into
10253 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10254 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10255 modify anything. Only reposition point in the patched file if the
10256 patch succeeds. Only pop up another window if POPUP is true.
10257 Emit a message describing what happened if successful, and at what
10258 line-offset. Automatically detect reversed hunks and do something
10259 appropriate.
10260 (diff-hunk-text, diff-find-text): New functions.
10261 (diff-filter-lines): Function removed.
10262 (diff-test-hunk): New function.
10263 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10264
10265 2000-09-10 Dave Love <fx@gnu.org>
10266
10267 * textmodes/tildify.el: Minor doc/commentary fixes.
10268 (tildify) <defgroup>: Add :version.
10269
10270 * faces.el (face-x-resources): Make custom type more specific.
10271 (frame-background-mode): Use mapc.
10272 (region) <defcustom>: Add :version.
10273
10274 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10275
10276 * vc-sccs.el (vc-sccs-register):
10277 * vc-rcs.el (vc-rcs-register):
10278 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10279 * vc.el (vc-register): Clear file's properties.
10280
10281 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10282
10283 * faces.el (face-spec-set): Only face-spec-reset-face when
10284 ATTRS is non-nil.
10285
10286 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10287
10288 * help.el (help-insert-xref-button): Fix a typo in doc string.
10289
10290 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10293 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10294 methods.
10295
10296 * menu-bar.el (read-mail-item-name): New function.
10297 (menu-bar-tools-menu): Use it to compute and display the package
10298 used to read email.
10299 (menu-bar-tools-menu): Fix typo in GUD's help string.
10300
10301 2000-09-07 Dave Love <fx@gnu.org>
10302
10303 * diff-mode.el (diff-mouse-goto-source): New function.
10304
10305 * vc-sccs.el: Doc fixes.
10306 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10307
10308 * vc-rcs.el: Doc fixes.
10309 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10310 (vc-rcs-checkout-switches, vc-rcs-header)
10311 (vc-rcs-master-templates): Add or change :version.
10312
10313 * vc-cvs.el: Doc fixes.
10314 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10315 (vc-cvs-stay-local): Add :version.
10316
10317 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10318
10319 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10320
10321 * international/quail.el (quail-help): Fix previous change.
10322
10323 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10324
10325 * faces.el (color-values): Doc fix.
10326
10327 * faces.el (frame-set-background-mode): Use frame-parameter
10328 instead of frame-parameters.
10329
10330 * frame.el (filtered-frame-list): Reduce consing.
10331 (frames-on-display-list): Call frame-parameter instead of
10332 frame-parameters.
10333
10334 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10335
10336 * language/devan-util.el (devanagari-to-indian-region): In the
10337 loop, change the following char, not preceding char.
10338
10339 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10340
10341 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10342 instead of frame-parameters.
10343
10344 * faces.el (set-face-attribute): Simplify by calling
10345 internal-set-lisp-face-attribute with FRAME being 0.
10346
10347 * vc.el: Remove `Id' version control keyword.
10348
10349 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10350
10351 * help.el (help-make-xrefs): Adjusted for the change of
10352 help-xref-mule-regexp.
10353 (help-insert-xref-button): New function.
10354
10355 * international/mule-cmds.el (help-xref-mule-regexp-template):
10356 Include the pattern for character set.
10357 (leim): New group.
10358
10359 * international/quail.el: Don't require face.
10360 (quail): New group.
10361 (quail-other-command): Dummy command to make quail-help work better.
10362 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10363 (quail-keyboard-layout-substitution): New variable.
10364 (quail-update-keyboard-layout): New function.
10365 (quail-keyboard-layout-type): New customizable variable.
10366 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10367 (quail-keyboard-translate): Pay attention to
10368 quail-keyboard-layout-substitution.
10369 (quail-insert-kbd-layout): New function.
10370 (quail-show-keyboard-layout): New function.
10371 (quail-get-translation): If the definition is a vector of length
10372 1, and the element is a string of length 1, return the character
10373 in that string.
10374 (quail-update-current-translations): Fix the case of
10375 relative-index out of range.
10376 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10377 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10378 Show key sequences for all available characters.
10379 (quail-help-insert-keymap-description): Don't show such verbose
10380 key bindings as quail-self-insert-command.
10381
10382 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10383 Format changed, and each element now have extra documentations.
10384 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10385 Adjusted for the change of quail-cxterm-package-ext-info.
10386
10387 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10388
10389 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10390 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10391 during bootstrap.
10392
10393 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * vc.el: (toplevel): Don't require `dired' at run-time.
10396 (vc-dired-resynch-file): Remove autoload cookie.
10397
10398 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10399
10400 * vc.el: Made several backend functions optional.
10401 (vc-default-responsible-p): New function.
10402 (vc-merge): Use RET for first version to trigger merge-news, not
10403 prefix arg.
10404 (vc-annotate): Handle backends that do not support annotation.
10405 (vc-default-merge-news): Removed. The existence of a merge-news
10406 implementation is now checked on caller sites.
10407
10408 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10409 case.
10410
10411 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10412 special case that has been removed from the default in vc-hooks.el.
10413
10414 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10417
10418 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10419
10420 * vc-hooks.el: Require vc during compilation.
10421 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10422 macro `with-vc-properties' in vc.el.
10423 (vc-file-getprop): Doc fix.
10424 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10425
10426 * vc.el: Require dired-aux during compilation.
10427 (vc-name-assoc-file): Moved to vc-sccs.el.
10428 (with-vc-properties): New macro.
10429 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10430 vc-finish-steal): Use it.
10431 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10432 to the backend-specific function is now supposed to do the checkout,
10433 too.
10434 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10435
10436 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10437 set file properties; that gets done in the generic code now.
10438
10439 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10440 Changed parameter list, added code from vc.el that does the
10441 checkout, possibly with a double-take.
10442
10443 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10444 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10445 the above under the new name.
10446 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10447 parameter list, added checkout command.
10448 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10449 properties; that gets done in the generic code now.
10450
10451 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10452
10453 * vc.el: Docstring fixes (courtesy of checkdoc).
10454
10455 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10456
10457 * vc.el (vc-checkout-writable-buffer-hook)
10458 (vc-checkout-writable-buffer): Remove.
10459 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10460 (vc-log-mode): Make it into a clean derived major mode.
10461 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10462 vc-log-mode if log-edit is not available.
10463 (vc-dired-mode-map): Don't set-keymap-parent yet.
10464 (vc-dired-mode): Do set-keymap-parent here.
10465 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10466
10467 2000-09-05 Gerd Moellmann <gerd@gnu.org>
10468
10469 * faces.el (set-face-attribute, face-spec-reset-face)
10470 (face-spec-set): Avoid consing by removing calls to `apply'.
10471
10472 * frame.el (frame-parameter): Move to C code.
10473
10474 2000-09-05 Dave Love <fx@gnu.org>
10475
10476 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10477 insert-before-markers-and-inherit. Now checked systematically!
10478
10479 2000-09-05 Alex Schroeder <alex@gnu.org>
10480
10481 * sql.el (sql-postgres): Use sql-postgres-options.
10482 (sql-postgres-options): New variable.
10483
10484 2000-09-05 Alex Schroeder <alex@gnu.org>
10485
10486 * sql.el (sql-mode-menu): Work around missing variable mark-active
10487 in XEmacs.
10488 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10489 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10490 compatibility.
10491
10492 2000-09-04 Gerd Moellmann <gerd@gnu.org>
10493
10494 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10495
10496 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10497
10498 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10499
10500 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10501
10502 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10503 don't support anything else under SCCS yet.
10504
10505 * vc-hooks.el: Minor doc fixes.
10506
10507 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10508
10509 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10510 not necessary. If verbose in state `needs-patch', do the same as
10511 under `up-to-date'. When NOT verbose and `needs-patch', check out
10512 latest version instead of `merge-news'.
10513 (vc-next-action-dired): Don't mess with default-directory here; it
10514 breaks other parts of dired. It is the job of the
10515 backend-specific functions to adjust it temporarily if they need it.
10516 (vc-next-action): Remove a special CVS case.
10517 (vc-clear-headers): New optional arg FILE.
10518 (vc-checkin, vc-checkout): Set properties vc-state and
10519 vc-checkout-time properly.
10520 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10521 (vc-print-log): Use new backend function `show-log-entry'.
10522 (vc-cancel-version): Do the checks in a different order. Added a
10523 FIXME concerning RCS-only code.
10524
10525 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10526 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10527
10528 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10529
10530 * vc-hooks.el (vc-default-mode-line-string): Show state
10531 `needs-patch' as a `-' too.
10532
10533 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10534
10535 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10536 (vc-default-could-register): New function.
10537 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10538 (vc-resynch-buffer): Call vc-dired-resynch-file.
10539 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10540 vc-resynch-buffer instead of vc-resynch-window.
10541 (vc-next-action-dired): Don't redisplay here, that gets done as a
10542 result of the individual file operations.
10543 (vc-retrieve-snapshot): Corrected prompt order.
10544
10545 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10546
10547 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10548 as well.
10549 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10550 hostname regexps. Updated all callers.
10551 (vc-cvs-responsible-p): Handle directories as well.
10552 (vc-cvs-could-register): New function.
10553 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10554 properties up-to-date.
10555
10556 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10557 user whether to create one.
10558
10559 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10560
10561 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10562 check out a non-existing file.
10563
10564 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10565 workfile does not exist.
10566
10567 * vc.el (vc-version-diff): Use `require' to check for existence of
10568 diff-mode.
10569
10570 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10571
10572 * vc-cvs.el (vc-cvs-registered): Use new function
10573 vc-cvs-parse-entry to do the actual work.
10574
10575 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10576
10577 * vc-hooks.el (vc-find-backend-function): If function doesn't
10578 exist, return nil instead of error.
10579 (vc-call-backend): Doc fix.
10580
10581 * vc.el (vc-do-command): Doc fix.
10582 (vc-finish-logentry): When checking in from vc-dired, choose the
10583 right backend for logentry check.
10584 (vc-dired-mode-map): Inherit from dired-mode-map.
10585 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10586 simplified.
10587 (vc-dired-state-info): Removed, updated caller.
10588 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10589 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10590 (vc-dired-listing-switches): New variable.
10591 (vc-directory): Use it, instead of dired-listing-switches.
10592
10593 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10594 (vc-cvs-dir-state): New function.
10595 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10596 (vc-cvs-parse-entry): New function, also to be used in
10597 vc-cvs-registered.
10598
10599 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10600
10601 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10602 *or* single-window-frames.
10603
10604 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10605
10606 * vc.el (vc-update-changelog): Split into generic part and default
10607 implementation. Doc string adapted.
10608 (vc-default-update-changelog): New function. Call the `rcs2log'
10609 script in exec-directory, to fix a long-standing nuisance.
10610
10611 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10612 simply signals an error.
10613
10614 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10615
10616 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10617 control-flow more clear and to avoid running `cvs' twice.
10618
10619 * vc.el (vc-next-action-on-file): Doc fix.
10620 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10621 (vc-print-log): Eval `file' before constructing the continuation.
10622
10623 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10624
10625 * vc.el (vc-next-action-on-file): Corrected several messages.
10626 (vc-merge): Add prefix arg `merge-news'; handle it.
10627
10628 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10629 is not reached. It is.
10630 (vc-cvs-merge): Set state to 'edited after merge.
10631 (vc-cvs-merge-news): Set workfile version to nil if not known.
10632 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10633
10634 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10635 via stdout. (Merge from main line.)
10636
10637 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10638
10639 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10640 detection.
10641
10642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10645 against kill-all-local-variables.
10646 (vc-log-edit): Don't save vc-parent-buffer any more.
10647 (vc-last-comment-match): Initialize to an empty string.
10648 (vc-post-command-functions): New hook.
10649 (vc-do-command): Run it.
10650 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10651 (vc-finish-logentry): Only add the comment to the ring if it's
10652 different from the last comment entered.
10653 (vc-new-comment-index): New function.
10654 (vc-previous-comment): Use it. Make the minibuffer message
10655 slightly less terse.
10656 (vc-comment-search-reverse): Make it work forward as well. Don't
10657 set vc-comment-ring-index if no match is found. Use
10658 vc-new-comment-index.
10659 (vc-comment-search-forward): Use vc-comment-search-reverse.
10660 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10661 define-derived-mode will do it for us. Bind `v' to a keymap that
10662 inherits from vc-prefix-map so that we can bind `vt' without
10663 binding C-x v t.
10664 (vc-retrieve-snapshot): Parenthesis typo.
10665
10666 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10667 to 1. Make sure to switch to *vc* before looking for an error
10668 message. Use vc-parse-buffer.
10669
10670 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10671
10672 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10673 and NAME.
10674 (vc-retrieve-snapshot): Split into two parts.
10675 (vc-default-retrieve-snapshot): New function.
10676
10677 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10678 (vc-cvs-retrieve-snapshot): New function (untested).
10679 (vc-cvs-stay-local): Default to t.
10680 (vc-cvs-remote-p): New function and property.
10681 (vc-cvs-state): Stay local only if the above is t.
10682 (vc-handle-cvs): Removed.
10683 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10684 done via vc-handled-backends now.
10685 (vc-cvs-header): Escape Id.
10686
10687 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10688
10689 * vc.el (vc-do-command): Remove unused commands.
10690 (vc-version-diff): Make sure default-directory ends with a slash.
10691 Move the window commands into a vc-exec-after.
10692 (vc-print-log): Move more of the code into the `vc-exec-after'.
10693
10694 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10695
10696 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10697 (vc-print-log): Search current revision from beginning of buffer.
10698 (vc-revert-buffer): Clear echo area after the diff is finished.
10699 (vc-prefix-map): Removed definition of "t" for terse display in vc
10700 dired.
10701 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10702 definition of "vt" for terse display.
10703 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10704
10705 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10706
10707 * vc.el (vc-exec-after): Avoid caddr.
10708
10709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10710
10711 * vc.el (vc-exec-after): New function.
10712 (vc-do-command): Use it to add a termination message for async
10713 procs.
10714 (vc-checkout): Try to handle a missing-backend situation.
10715 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10716 of a directory with a backend using async diffs.
10717 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10718 present.
10719
10720 * vc-sccs.el (vc-sccs-state-heuristic): Use
10721 file-ownership-preserved-p.
10722
10723 * vc-rcs.el (vc-rcs-state-heuristic): Use
10724 file-ownership-preserved-p.
10725 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10726
10727 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10728
10729 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10730 vc-do-command.
10731
10732 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10733 when there are no changes.
10734
10735 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10736
10737 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10738
10739 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10740
10741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10742
10743 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10744
10745 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10746 the `fset' outside of the defvar so that it works even if
10747 vc-prefix-map was already defined.
10748 (vc-setup-buffer): New function, split out of vc-do-command.
10749 (vc-do-command): Allow BUFFER to be t to mean `just use the
10750 current buffer without any fuss'.
10751 (vc-version-diff): Change the `diff' backend operation to just put
10752 the diff in the current buffer without erasing it. Always use
10753 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10754 shrink-window-if-larger-than-buffer.
10755 (vc-print-log): Change the `print-log' backend operation to just
10756 put the log in the current buffer without erasing it. Protect
10757 shrink-window-if-larger-than-buffer.
10758 (vc-update-change-log): Fix setd typo.
10759
10760 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10761 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10762
10763 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10764 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10765 CMP.
10766
10767 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10768 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10769 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10770
10771 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10772
10773 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10774 not possible, use vc-BACKEND-workfile-unchanged-p.
10775 (vc-default-workfile-unchanged-p): New function. Delegates to a
10776 full vc-BACKEND-diff.
10777
10778 * vc-hooks.el (vc-simple-command): Removed.
10779
10780 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10781 instead of vc-simple-command.
10782 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10783 avoid doing a diff when opening a file.
10784 (vc-rcs-state): Added check for unlocked-changes.
10785 (vc-rcs-header): Escape Id.
10786 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10787 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10788 version.
10789
10790 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10791 (vc-sccs-diff): Remove optional arg CMP.
10792 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10793 SCCS-specific function.
10794
10795 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10796 vc-simple-command.
10797
10798 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10799
10800 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10801 (with-vc-file, vc-merge): Use vc-editable-p.
10802 (vc-do-command): Remove unused var vc-file and fix the
10803 doubly-defined `status' var. Add a user message when starting an
10804 async command.
10805 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10806 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10807 Use with-current-buffer.
10808 (vc-buffer-sync): Use unless.
10809 (vc-next-action-on-file): If the file is 'edited by read-only,
10810 make it read-write instead of trying to commit.
10811 (vc-version-diff, vc-update-change-log): Use `setq
10812 default-directory' rather than `cd'.
10813 (vc-log-edit): Don't forget to set default-directory in the
10814 buffer.
10815
10816 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10817 (vc-sccs-state-heuristic): Use file-writable-p instead of
10818 comparing userids.
10819 (vc-sccs-checkout): Use `unless'.
10820
10821 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10822 of comparing userids.
10823 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10824 Simplify the logic by eliminating unreachable code.
10825 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10826 just do a recursive call if we need to retry.
10827 (vc-rcs-checkout): Handle the case where rcs is missing by making
10828 the buffer read-write if requested and re-signalling the error.
10829
10830 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10831
10832 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10833
10834 * vc-hooks.el (vc-handled-backends): Docstring change.
10835 (vc-ignore-vc-files): Mark obsolete.
10836 (vc-registered): Check vc-ignore-vc-files.
10837 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10838 vc-ignore-vc-files.
10839
10840 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10841
10842 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10843
10844 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10845 files since ange-ftp already has vc-registered return nil.
10846
10847 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10848 (vc-sccs-workfile-version): Use with-temp-buffer and new
10849 vc-parse-buffer and don't bother setting the property.
10850 (vc-sccs-add-triple): Use with-current-buffer and
10851 find-file-noselect.
10852 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10853
10854 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10855 derives from the old vc-parse-buffer but uses the revision number
10856 rather than the date (much easier to compare robustly).
10857 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10858 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10859 locking-user more directly. Check strict locking and set
10860 checkout-model appropriately.
10861 (vc-rcs-parse-locks): Remove.
10862 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10863 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10864 (vc-rcs-system-release): Use with-current-buffer and
10865 vc-parse-buffer.
10866 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10867
10868 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10869 (vc-simple-command): Docstring fix.
10870 (vc-registered): Align the way the file-handler is called with the
10871 way the function itself works.
10872 (vc-file-owner): Remove.
10873
10874 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10875 extraction of fields and call to file-attributes because of a
10876 temporary bug in rcp.el.
10877 (vc-cvs-fetch-status): Use with-current-buffer.
10878
10879 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10880
10881 * vc.el (vc-do-command): Use file-relative-name.
10882 (vc-responsible-backend): Use vc-backend if possible.
10883 (vc-create-snapshot): Improve the `interactive' spec. Add support
10884 for branches and dispatch to backend-specific `create-snapshot'.
10885 (vc-default-create-snapshot): New function, containing the bulk of
10886 the old vc-create-snapshot.
10887 (vc-retrieve-snapshot): Improve the interactive spec.
10888
10889 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10890 (vc-backend-hook-functions): Remove.
10891 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10892 (vc-backend): Reintroduce the test for `file = nil' now that I
10893 know why it was there (and added a comment to better remember).
10894
10895 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10896 code from vc-sccs-hooks.el.
10897 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10898 'vc anymore.
10899 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10900 and file-directory-p instead of file-exists-p.
10901 (vc-sccs-check-headers): Simplify the regexp.
10902
10903 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10904 from vc-rcs-hooks.el. Don't require 'vc anymore.
10905 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10906 file-directory-p instead of file-exists-p.
10907
10908 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10909 from vc-cvs-hooks.el.
10910 (proto vc-cvs-registered): Require 'vc-cvs instead of
10911 'vc-cvs-hooks. Don't require 'vc anymore.
10912 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10913 file-directory-p instead of file-exists-p.
10914 (vc-cvs-create-snapshot): New function, replacing
10915 vc-cvs-assign-name.
10916 (vc-cvs-assign-name): Remove.
10917
10918 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10919
10920 * vc-cvs.el (vc-cvs-header): New var.
10921
10922 * vc-rcs.el (vc-rcs-exists): Remove.
10923 (vc-rcs-header): New var.
10924
10925 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10926 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10927 (vc-sccs-header): New var.
10928
10929 * vc.el (vc-do-command): Get rid of the `last' argument.
10930 (vc-header-alist): Remove, replaced by vc-X-header.
10931 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10932 (vc-dired-hook): Use expand-file-name instead of concat.
10933 (vc-directory): Use file-name-as-directory.
10934 (vc-snapshot-precondition, vc-create-snapshot)
10935 (vc-retrieve-snapshot): Allow the command to operate on any
10936 directory.
10937
10938 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10939 just removing the 'WORKFILE argument or by removing the 'MASTER
10940 argument and replacing `file' with (vc-name file).
10941
10942 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10943
10944 * vc.el: Update Copyright and add a crude list of backend funs.
10945 (vc-writable-p): New function.
10946 (with-vc-file): Use vc-writable-p.
10947 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10948 (vc-register): Avoid vc-name.
10949 (vc-locking-user): Remove.
10950 (vc-steal-lock): Make the `owner' arg non-optional.
10951 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10952 vc-checkout-model.
10953 (vc-default-dired-state-info): Use vc-state instead of
10954 vc-locking-user and return special strings for special states.
10955 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10956 and get rid of one of the special CVS cases.
10957 (vc-cancel-version): prettify error message with \\[...].
10958 (vc-rename-master): New function.
10959 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10960 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10961 the CVS special case generic.
10962 (vc-default-record-rename): Remove.
10963 (vc-file-tree-walk-internal): Only call FUNC for files that are
10964 under control of some VC backend and replace `concat' with
10965 expand-file-name.
10966 (vc-file-tree-walk): Update docstring.
10967 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10968 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10969
10970 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10971 vc-sccs-record-rename. Use `find-file-noselect' rather than
10972 `find-file' and call `vc-rename-master' to do the actual move.
10973 (vc-sccs-diff): Remove unused `backend' variable.
10974
10975 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10976 to delay loading of vc-sccs until it is really used.
10977 (vc-sccs-master-templates): Preload.
10978 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10979 (vc-sccs-project-dir): Remove (merged into
10980 vc-sccs-search-project-dir).
10981 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10982 rather than `concat', make sure it is preloaded and don't bother
10983 to check that the file actually exists.
10984 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10985 `locks' argument (use buffer's content instead) and eliminate n^2
10986 behavior.
10987
10988 * vc-rcs.el: Update Copyright.
10989 (vc-rcs-rename-file): New function.
10990 (vc-rcs-diff): Remove unused `backend' variable.
10991
10992 * vc-hooks.el: Update Copyright.
10993 (vc-backend): Don't accept a nil argument any more.
10994 (vc-up-to-date-p): Turn into a defsubst.
10995 (vc-possible-master): New function.
10996 (vc-check-master-templates): Use `vc-possible-master' and allow
10997 funs in vc-X-master-templates to return a non-existent file.
10998
10999 * vc-cvs.el: Update Copyright.
11000 (vc-cvs-diff): Remove unused `backend' variable.
11001 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11002
11003 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11004
11005 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11006
11007 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11008 since it can be called from vc-rcs.el.
11009 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11010
11011 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11012
11013 * vc.el (vc-version-diff): Expand file name read from the
11014 minibuffer. Handle the case when a previous version number can't
11015 be guessed. Give suitable messages when there were no differences
11016 found.
11017 (vc-clear-headers): Call backend-specific implementation, if one
11018 exists.
11019 (vc-cancel-version): Made error checks generic. When done, clear
11020 headers generically, too.
11021
11022 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11023 from vc-clear-headers in vc.el.
11024
11025 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11026 correctly.
11027 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11028 optional. Handle the case when it's not there.
11029
11030 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11031
11032 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11033
11034 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11035
11036 * vc-hooks.el (vc-loadup): Remove.
11037 (vc-find-backend-function): Use `require'. Also, handle the case
11038 where vc-BACKEND-hooks.el doesn't exist.
11039 (vc-call-backend): Cleanup.
11040
11041 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11042
11043 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11044 vc-rcs-grab-templates)
11045 (vc-rcs-registered): Remove. The default function works as well.
11046 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11047 vc-sccs-grab-templates)
11048 (vc-sccs-registered): Remove. The default function works as well.
11049
11050 * vc.el (vc-version-diff): Left out a vc- in call to
11051 vc-call-backend.
11052 (vc-default-dired-state-info, vc-default-record-rename)
11053 (vc-default-merge-news): Update for the new backend argument.
11054
11055 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11056 using the default function.
11057 (vc-call-backend): If calling the default function, pass it the
11058 backend as first argument. Update the docstring accordingly.
11059 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11060 for the new backend argument.
11061 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11062 (vc-find-backend-function): Use the new name.
11063 (vc-default-registered): New function.
11064
11065 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11066
11067 * vc.el (vc-merge): Use vc-find-backend-function.
11068
11069 * vc-hooks.el (vc-backend-functions): Remove.
11070 (vc-loadup): Don't setup 'vc-functions.
11071 (vc-find-backend-function): New function.
11072 (vc-call-backend): Use above fun and populate 'vc-functions
11073 lazily.
11074 (vc-backend-defines): Remove.
11075
11076 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11077
11078 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11079 Call vc-call-backend without the leading vc-.
11080 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11081 (vc-check-headers): Call vc-call-backend without the leading vc-.
11082 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11083 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11084 Call vc-call-backend without the leading vc-.
11085
11086 * vc-cvs.el (tail): Provide vc-cvs.
11087 * vc-sccs.el (tail): Provide vc-sccs.
11088 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11089
11090 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11091 (vc-make-backend-function, vc-call): Pass names without leading
11092 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11093 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11094 (vc-call-backend): Always try to load vc-X-hooks.
11095 (vc-registered): Remove vc- in call to vc-call-backend.
11096
11097 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11098
11099 * vc.el (vc-process-filter): New function.
11100 (vc-do-command): Setup `vc-process-filter' for the async process.
11101 (vc-maybe-resolve-conflicts): New function to reduce
11102 code-duplication. Additionally, it puts the buffer in
11103 `smerge-mode' if applicable.
11104 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11105 calling `merge-news'.
11106 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11107 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11108 interfacing to log-edit.el.
11109 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11110 log-edit is available.
11111 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11112
11113 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11114
11115 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11116 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11117 defvar and the initialization.
11118 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11119
11120 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11121 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11122
11123 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11124
11125 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11126
11127 * vc.el (vc-file-clear-masterprops): Removed.
11128 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11129 (vc-version-diff): Use buffer-size without argument.
11130 (vc-register): Heed vc-initial-comment.
11131
11132 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11133 default branch.
11134
11135 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11136 file name and workfile version.
11137 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11138
11139 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11140 vc-file-clear-masterprops.
11141
11142 * vc-sccs.el (vc-sccs-checkout): Removed call to
11143 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11144 rather than user login name.
11145
11146
11147 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11148
11149 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11150 `want-differences-if-changed' and simplify.
11151 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11152 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11153 output (which is invalid for async vc-diff) to decide whether to
11154 do the revert silently or not.
11155
11156 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11157
11158 * vc-hooks.el (vc-loadup): Load files quietly.
11159 (vc-call-backend): Oops, brain fart.
11160
11161 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11162
11163 * vc-cvs.el (vc-cvs-state): Typo.
11164 (vc-cvs-merge-news): Return the status code rather than the error msg.
11165
11166 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11167
11168 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11169 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11170 vc-state or vc-up-to-date-p.
11171 (vc-merge): Use vc-backend-defines to check whether merging is
11172 possible. Set state to 'edited after successful merge.
11173
11174 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11175 return that name. Redocumented.
11176
11177 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11178
11179 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11180 new `vc-state' semantics.
11181 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11182 'vc-locking-user to the current user.
11183 (vc-merge): Inline vc-backend-merge. Comment out code that I
11184 don't understand and hence can't adapt to the new `vc-state' and
11185 `vc-locking-user' semantics.
11186 (vc-backend-merge): Remove.
11187
11188 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11189 rather than 'vc-locking-user.
11190
11191 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11192
11193 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11194 (vc-state): Don't use 'reserved any more. Just use the same
11195 convention as the one used for vc-<backend>-state where the
11196 locking user (as a string) is returned.
11197 (vc-locking-user): Update, based on the above convention. The
11198 'vc-locking-user property has disappeared.
11199 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11200
11201 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11202 with a heuristic one.
11203 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11204 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11205 error. That allows us to get to 'needs-merge even in the
11206 stay-local case. There's still no way to detect 'needs-patch in
11207 such a setup (or to force an update for that matter).
11208 (vc-cvs-logentry-check): Remove, the default works as well.
11209
11210 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11211
11212 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11213
11214 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11215 major-mode in which the buffer might have been put earlier. Use
11216 `remove' and `when'. Allow `okstatus' to be `async' and use
11217 `start-process' in this case.
11218 (vc-version-diff): Handle the case where the diff looks empty
11219 because of the use of an async process.
11220
11221 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11222
11223 * vc.el (vc-next-action-on-file): Removed optional parameter
11224 `simple'. Recompute state unconditionally.
11225 (vc-default-toggle-read-only): Removed.
11226
11227 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11228 (vc-toggle-read-only): Undid prev change.
11229
11230 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11231 vc-cvs-simple-toggle. Redocumented.
11232 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11233 (vc-cvs-toggle-read-only): Removed.
11234
11235 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11236
11237 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11238 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11239 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11240 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11241 still is. So maybe it should be removed.
11242 (vc-head-version, vc-find-binary): Remove.
11243 (vc-recompute-state): Move from vc-hooks.el.
11244 (vc-next-action-on-file): Add a `simple' argument to allow
11245 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11246 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11247 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11248 (vc-dired-mode-map): Properly defvar it.
11249 (vc-print-log): Call log-view-mode if available.
11250 (small-temporary-file-directory): defvar instead of use boundp.
11251 (vc-merge-news): Moved to vc-cvs.el.
11252 (vc-default-merge-news): New function.
11253
11254 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11255 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11256 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11257 unknown `vc-latest-version' function. It should probably refer to
11258 vc-workfile-version or somesuch, but it's very unclear to me and I
11259 don't have SCCS to test things.
11260
11261 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11262 (vc-sccs-state-heuristic): Fix typo.
11263 (vc-sccs-workfile-unchanged-p): Add missing argument.
11264
11265 * vc-rcs.el: Require vc and vc-rcs-hooks.
11266 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11267 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11268 (vc-release-greater-or-equal-p): Move from vc.
11269 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11270 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11271 (vc-rcs-checkout): Add a missing `new-version' argument in the
11272 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11273
11274 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11275 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11276 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11277 than the apparently unbound `workfile-version'.
11278
11279 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11280 (vc-file-prop-obarray): Use `make-vector'.
11281 (vc-backend-functions): Add new hookable functions
11282 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11283 (vc-loadup): If neither backend nor default functions exist, use
11284 the backend function rather than nil.
11285 (vc-call-backend): If the function if not bound yet, try to load
11286 the non-hook file to see if it provides it.
11287 (vc-call): New macro plus use it wherever possible.
11288 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11289 nor `vc-find-binary' since it's only called from
11290 vc-mistrust-permission which is only used once the backend is known.
11291 (vc-checkout-model): Fix parenthesis.
11292 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11293
11294 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11295 (vc-cvs-release, vc-cvs-system-release): Remove.
11296 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11297 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11298 status symbols.
11299 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11300 (vc-cvs-toggle-read-only): First cut at a function to allow a
11301 cvs-status-free vc-toggle-read-only.
11302 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11303 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11304 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11305 (vc-cvs-checkout): Modify access rights directly if the user
11306 requested not to use `cvs edit'. And refresh the mode line.
11307
11308 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11309 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11310
11311 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11312
11313 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11314 workfile' that got lost when the code was extracted from vc.el.
11315 And merged the tail with the rest of the code (not possible in the
11316 old vc.el where the tail was shared among all backends). And
11317 explicitly set the state to 'edited if `writable' is set.
11318
11319 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11320 (vc-cvs-state): Be careful to return the value from
11321 vc-cvs-parse-state.
11322 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11323 property but return it instead. Also be careful to handle a nil
11324 or "" `rev' when workfile is non-nil (it was handled properly when
11325 workfile was nil).
11326
11327 * vc.el: Removed those pesky unnecessary `(function' quotes.
11328 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11329 directly in the defvar.
11330 (vc-do-command): Bind inhibit-read-only so as to properly handle
11331 the case where the destination buffer has been made read-only.
11332 (vc-diff): Delegate to vc-version-diff in all cases.
11333 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11334 (vc-annotate-mode-variables): Removed (code moved partly to
11335 defvars and partly to vc-annotate-add-menu).
11336 (vc-annotate-mode): Turned into a derived-mode.
11337 (vc-annotate-add-menu): Moved in code in
11338 vc-annotate-mode-variables.
11339 (vc-update-change-log): Use make-temp-file if available.
11340
11341 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11342
11343 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11344 `vc-checkout-model' updated to `vc-cvs-update-model'.
11345
11346 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11347
11348 * vc.el (vc-next-action-on-file): Added handling of state
11349 `unlocked-changes'.
11350 (vc-checkout-carefully): Is now practically obsolete, unless the
11351 above is too slow to be enabled unconditionally.
11352 (vc-update-change-log): Fixed typo.
11353
11354 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11355
11356 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11357 Now handles state `unlocked-changes'.
11358 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11359
11360 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11361
11362 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11363 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11364 `unlocked-changes'.
11365 (vc-rcs-workfile-unchanged-p): Renamed from
11366 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11367 function yet, but supposed to become one soon.
11368
11369 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11370 `vc-steal-lock'.
11371 (vc-call-backend): Changed error message.
11372 (vc-state): Added description of state `unlocked-changes'.
11373
11374 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11375
11376 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11377 always return t in CVS-controlled directories.
11378
11379 * vc.el (vc-responsible-backend): New function.
11380 (vc-register): Largely rewritten.
11381 (vc-admin): Removed (implementation moved into vc-register).
11382 (vc-checkin): Redocumented.
11383 (vc-finish-logentry): If no backend defined yet (because we are in
11384 the process of registering), use the responsible backend.
11385
11386 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11387 Updated function lists.
11388 (vc-call-backend): Fixed typo.
11389
11390 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11391 New functions.
11392 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11393 Removed query option. Redocumented.
11394
11395 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11396
11397 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11398
11399 * vc.el: Updated callers of `vc-checkout-required' to use
11400 `vc-checkout-model'.
11401
11402 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11403
11404 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11405 stuff updated to reference this function instead of the old
11406 `vc-backend-release-p'.
11407
11408 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11409
11410 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11411 vc-checkout-model. Return appropriate values. Updated callers.
11412
11413 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11414
11415 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11416 (vc-backend-revert): Function moved into `vc-revert';
11417 `vc-next-action' must be updated to accomodate this change.
11418 (vc-backend-steal): Function moved into `vc-finish-steal'.
11419 (vc-backend-logentry-check): Function moved into
11420 `vc-finish-logentry'.
11421 (vc-backend-printlog): Function moved into `vc-print-log'.
11422 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11423 (vc-backend-assign-name): Function moved into
11424 `vc-create-snapshot'.
11425
11426 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11427
11428 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11429 Rename to vc-checkout-model. Return appropriate values.
11430 Update callers.
11431
11432 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11433 to vc-checkout-model.
11434 (vc-checkout-required): Rename to vc-checkout-model.
11435 Re-implement and re-comment.
11436 (vc-after-save): Use vc-checkout-model.
11437
11438 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11439
11440 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11441 Update to use the vc-BACKEND-diff functions instead.
11442 `vc-diff' is now working.
11443
11444 * vc-rcs.el (vc-rcs-logentry-check): New function.
11445
11446 * vc-cvs.el (vc-cvs-logentry-check): New function.
11447
11448 * vc-sccs.el (vc-sccs-diff): Function changed name from
11449 `vc-backend-diff'. This makes `vc-diff' work.
11450
11451 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11452 of functions possibly implemented in a vc-BACKEND library.
11453 (vc-checkout-required): Fix bug that caused an error to be
11454 signaled during `vc-after-save'.
11455
11456 * vc.el: Fix typo.
11457 This checkin is made with our new VC code base for the very first time.
11458 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11459
11460 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11461 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11462
11463 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11464 updated to `vc-uses-locking'.
11465 (vc-checkout-required): Call to backend function.
11466 `vc-checkout-required' updated to `vc-uses-locking' instead.
11467
11468 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11469 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11470
11471 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11472 to match the split into various backends.
11473 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11474 (vc-retrieve-snapshot): Bug fix.
11475
11476 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11477
11478 * vc-sccs.el (vc-sccs-release): Doc fix.
11479
11480 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11481
11482 * vc.el (vc-next-action-on-file): Bug found and fixed.
11483 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11484 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11485
11486 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11487 (vc-rcs-checkout): Name space cleaned up. No more revision number
11488 crunching function names that are not prefixed with vc-rcs.
11489 (vc-rcs-checkout-model): Function added. References to
11490 `vc-checkout-model' replaced.
11491
11492 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11493
11494 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11495 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11496 still need to be split, and implemented for RCS).
11497
11498 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11499
11500 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11501
11502 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11503 required by the vc.el file.
11504
11505 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11506 required by the vc.el file.
11507 (vc-rcs-exists): Function added.
11508
11509 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11510 required by the vc.el file.
11511
11512 * vc.el (vc-admin): Updated to handle selection of appropriate
11513 backend. Current implementation is crufty and need re-thinking.
11514
11515 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11516
11517 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11518
11519 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11520 beginning of annotate buffers correctly.
11521
11522 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11523 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11524 functionality updated quite a lot to support multiple backends.
11525 Variables `vc-annotate-mode', `vc-annotate-buffers',
11526 `vc-annotate-backend' added.
11527
11528 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11529 `vc-annotate-difference' added to supported backend functions.
11530
11531 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11532
11533 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11534 Use with-temp-file instead of /bin/sh. Merged from mainline
11535
11536 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11537
11538 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11539
11540 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11541
11542 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11543
11544 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11545
11546 * vc-hooks.el: vc-state-heuristic added to
11547 vc-backend-hook-functions.
11548
11549 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11550
11551 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11552
11553 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11554 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11555 state to `reserved'.
11556
11557 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11558 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11559
11560 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11561
11562 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11563 untouched.
11564
11565 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11566
11567 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11568 if defined. (Merged from main line, slightly adapted.)
11569
11570 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11571 millenium problem (merged from mainline).
11572
11573 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11574
11575 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11576 part and moved the non-BACKEND stuff to vc.el.
11577
11578 * vc.el: Split the annotate feature into a BACKEND specific part
11579 and moved it from the vc-cvs.el file to this one.
11580
11581 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11582
11583 * vc-hooks.el: Implement new state model.
11584 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11585 (vc-locking-user): Simplify. Now only needed if the file is
11586 locked by somebody else.
11587 (vc-lock-from-permissions): Remove. Functionality is in
11588 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11589 (vc-mode-line-string): New name for former vc-status. Adapted.
11590 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11591
11592 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11593 Various simplifications and adaptations all over the place.
11594
11595 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11596 Simplify and adapt the rest.
11597
11598 * vc.el (vc-resynch-window): Add TODO comment: check for
11599 interaction with view mode according to recent RCS change.
11600 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11601
11602 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11603
11604 * vc.el: Convert the remaining function comments to docstrings.
11605
11606 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11607
11608 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11609 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11610 (vc-minor-part, vc-previous-version): Functions that operate and
11611 compare revision numbers got proper documentation. Comments added
11612 about their possible removal.
11613
11614 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11615
11616 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11617 the vc-backend.el files.
11618
11619 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11620
11621 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11622 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11623 (vc-rcs-previous-version): Functions added.
11624
11625 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11626
11627 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11628
11629 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11630
11631 * vc-hooks.el (vc-master-templates): Is really obsolete.
11632 Comment out the definition for now. What is the right procedure
11633 to get rid of it?
11634 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11635 rewritten.
11636 (vc-default-registered): Remove.
11637 (vc-check-master-templates): New function; does mostly what the
11638 above did before.
11639 (vc-locking-user): Don't rely on the backend to set the property.
11640
11641 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11642 Rewrite documentation.
11643 (vc-rcs-templates-grabbed): New variable.
11644 (vc-rcs-grab-templates): New function.
11645 (vc-rcs-registered): Rewrite to use above mechanism.
11646
11647 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11648 Rewrite documentation.
11649 (vc-sccs-templates-grabbed): New variable.
11650 (vc-sccs-grab-templates): New function.
11651 (vc-sccs-registered): Rewrite to use above mechanism.
11652 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11653 Don't throw the result, simply return it.
11654
11655 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11656 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11657 (vc-cvs-registered): Does the check itself now. Simplify.
11658
11659 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11660 from main line.
11661
11662 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11663
11664 * vc-cvs.el (vc-cvs-diff): New function.
11665
11666 * vc-sccs.el (vc-sccs-diff): New function.
11667
11668 * vc-rcs.el (vc-rcs-diff): New function.
11669 (vc-rcs-checkout): Bug (typo) found and fixed.
11670 (vc-rcs-register-switches): New variable.
11671
11672 * vc.el (vc-backend-diff): Function removed and placed in the
11673 backend files.
11674
11675 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11676
11677 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11678
11679 * vc.el (vc-backend-checkout): Function removed and replaced in
11680 the vc-backend.el files.
11681
11682 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11683
11684 * vc.el (vc-backend-admin): Removed and replaced in the
11685 vc-backend.el files.
11686
11687 * vc.el (Martin): Removed all the annotate functionality since it
11688 is CVS backend specific.
11689
11690 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11691
11692 * spec.txt: Added specification of vc-state.
11693
11694 * vc-sccs-hooks.el (vc-sccs-master-properties):
11695 Remove handling of vc-latest-version and
11696 vc-your-latest-version. What used to be vc-latest-version, is now
11697 returned as vc-workfile-version.
11698 (vc-sccs-workfile-version): Adapt.
11699
11700 2000-09-04 Dave Love <fx@gnu.org>
11701
11702 * vc.el: [Merged from mainline.]
11703 (vc-dired-mode): Make the dired-move-to-filename-regexp
11704 regexp match the date, to avoid treating date as file size.
11705 Add YYYY S option to WESTERN/
11706
11707 2000-09-04 Dave Love <fx@gnu.org>
11708
11709 * vc.el: Require `compile' when compiling.
11710 (vc-logentry-check-hook): New option.
11711 (vc-steal-lock): Use compose-mail.
11712 (vc-dired-mode-map): Defvar when compiling.
11713 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11714 vc-sccs.el and renamed. Callers changed.
11715 (vc-backend-checkout, vc-backend-logentry-check)
11716 (vc-backend-merge-news): Doc fix.
11717 (vc-default-logentry-check): New function.
11718 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11719 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11720 (vc-backend-merge): Doc fix. Use backend functions.
11721 (vc-check-headers): Use backend functions.
11722
11723 * vc-cvs.el: Require vc when compiling.
11724 (vc-cvs-register-switches): Doc fix.
11725 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11726 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11727 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11728 New functions (code from vc.el).
11729 (vc-annotate-display-default): Fix interactive spec.
11730 (vc-annotate-time-span): Doc fix.
11731
11732 * vc-rcs.el: Require vc when compiling.
11733 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11734 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11735 (vc-rcs-checkin): New functions (code from vc.el).
11736 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11737 Doc fix.
11738 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11739
11740 * vc-sccs.el: Require vc when compiling.
11741 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11742 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11743 (vc-sccs-revert)
11744 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11745 from vc.el).
11746 (vc-sccs-add-triple, vc-sccs-record-rename)
11747 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11748 (vc-sccs-admin): Doc fix.
11749
11750 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11751
11752 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11753 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11754 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11755 from vc.el.
11756
11757 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11758
11759 * vc-cvs.el: Moved the annotate functionality from vc.el.
11760 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11761
11762 2000-09-04 Dave Love <fx@gnu.org>
11763
11764 * vc.el (vc-backend-release): Call vc-system-release.
11765
11766 * vc-sccs.el (vc-sccs-system-release):
11767 Renamed from vc-sccs-backend-release.
11768
11769 * vc-rcs.el (vc-rcs-system-release):
11770 Renamed from vc-rcs-backend-release.
11771
11772 * vc-cvs.el (vc-cvs-system-release):
11773 Renamed from vc-cvs-backend-release.
11774
11775 2000-09-04 Dave Love <fx@gnu.org>
11776
11777 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11778 backend files.
11779 (vc-backend-release): Dispatch to backend functions.
11780 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11781 probably needs attention.]
11782
11783 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11784 (vc-sccs-backend-release): New function.
11785
11786 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11787 (vc-cvs-backend-release): New function.
11788
11789 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11790 Doc fix.
11791 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11792 (vc-default-dired-state-info): New function.
11793 (vc-dired-state-info): Dispatch to backends.
11794 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11795
11796 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11797 from vc.el and renamed.
11798
11799 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11800
11801 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11802 (vc-version-other-window, vc-backend-assign-name): Removed
11803 references to vc-latest-version; sometimes changed into
11804 vc-workfile-version.
11805
11806 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11807 vc-rcs-master-workfile-version.
11808 (vc-rcs-workfile-version): Use the above. Don't call
11809 vc-latest-version (that was unreachable code, anyway).
11810 (vc-rcs-fetch-master-properties): Doc fix.
11811
11812 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11813 (vc-backend-hook-functions): Removed them from this list, too.
11814 (vc-fetch-properties): Removed.
11815 (vc-workfile-version): Doc fix.
11816
11817 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11818 (vc-rcs-workfile-version, vc-rcs-locking-user)
11819 (vc-rcs-uses-locking): Use it.
11820
11821 * vc-hooks.el (vc-consult-rcs-headers):
11822 Moved into vc-rcs-hooks.el, under the name
11823 vc-rcs-consult-headers.
11824
11825 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11826 headers.
11827 (vc-cvs-find-master): Use this name only; correct different
11828 versions of the name.
11829
11830 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11831 New functions.
11832 (vc-sccs-locking-user): Use the latter.
11833
11834 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11835 New functions.
11836
11837 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11838 Moved into both
11839 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11840 functions are implementation details of those two backends.
11841
11842 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11843
11844 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11845 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11846
11847 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11848 (vc-sccs-parse-locks): SCCS-specific code moved here from
11849 vc-hooks.
11850
11851 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11852 code moved here from vc-hooks.
11853
11854 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11855 into back-end specific parts and removed. Callers not updated
11856 yet; because I guess these callers will disappear into back-end
11857 specific files anyway.
11858
11859 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11860
11861 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11862 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11863 `vc-uses-locking'.
11864
11865 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11866 Store yes/no in the property, and return t/nil. Updated all
11867 callers.
11868
11869 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11870 vc-sccs-uses-locking. Don't set property.
11871 (vc-sccs-locking-user): Don't set property.
11872
11873 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11874 vc-cvs-uses-locking. Don't set property here; leave that to
11875 vc-hooks.
11876 (vc-cvs-locking-user): Reflect above change. Streamlined.
11877
11878 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11879 vc-rcs-uses-locking.
11880 (vc-rcs-locking-user): Reflect above change.
11881
11882 2000-09-04 Dave Love <fx@gnu.org>
11883
11884 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11885
11886 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11887
11888 * vc-hooks.el (vc-checkout-model): Punt to backends.
11889
11890 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11891
11892 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11893
11894 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11895 New functions.
11896
11897 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11898 New functions.
11899
11900 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11901 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11902
11903 * vc-hooks.el (vc-default-locking-user): New function.
11904 (vc-locking-user, vc-workfile-version): Punt to backends.
11905
11906 2000-09-04 Dave Love <fx@gnu.org>
11907
11908 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11909 (vc-master-workfile-version): Moved from vc-hooks.
11910
11911 * vc-rcs-hooks.el: Fix duplicate code in last change.
11912
11913 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11914 (vc-rcs-master-templates): Improve :type.
11915 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11916 vc-master-workfile-version): Moved from vc-hooks.
11917
11918 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11919 (vc-sccs-master-templates): Improve :type.
11920 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11921
11922 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11923
11924 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11925 (vc-cvs-master-templates): Improve :type. Use
11926 vc-cvs-find-cvs-master.
11927 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11928 from vc-hooks.
11929 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11930
11931 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11932 Moved to vc-cvs-hooks.
11933
11934 * vc-hooks.el: Add doc strings in various places. Simplify the
11935 minor mode setup.
11936 (vc-handled-backends): New user variable.
11937 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11938 simplification.
11939
11940 2000-09-04 Dave Love <fx@gnu.org>
11941
11942 * vc.el: Some doc fixes for autoloaded and interactive functions.
11943 Fix compilation warnings from ediff stuff.
11944 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11945
11946 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11947
11948 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11949
11950 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11951
11952 2000-09-04 Dave Love <fx@gnu.org>
11953
11954 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11955 New variable.
11956 (vc-make-backend-function, vc-loadup, vc-call-backend)
11957 (vc-backend-defines): New functions.
11958
11959 * vc-hooks.el: Various doc fixes.
11960 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11961 (vc-match-substring): Function removed. Callers changed to use
11962 match-string.
11963 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11964 Simplify.
11965
11966 2000-09-04 Dave Love <fx@gnu.org>
11967
11968 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11969 type.
11970 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11971 (vc-sccs-registered): Doc fix.
11972
11973 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11974 (vc-cvs-registered): Doc fix.
11975
11976 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11977 (vc-rcs-registered): Doc fix.
11978
11979 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11980
11981 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11982
11983 * vc-hooks.el: vc-registered has been renamed
11984 vc-default-registered. Some functions have been moved to the
11985 backend specific files. they all support the
11986 vc-BACKEND-registered functions.
11987
11988 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11989
11990 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11991
11992 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11993
11994 2000-09-04 Dave Love <fx@gnu.org>
11995
11996 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11997 menu-bar-update-hook.
11998
11999 * help.el (help-manyarg-func-alist): Add
12000 find-operation-coding-system.
12001
12002 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12003
12004 * custom.el (custom-set-variables): Print message about errors in
12005 setting.
12006
12007 2000-09-03 Andrew Innes <andrewi@gnu.org>
12008
12009 * makefile.w32-in: Change to DOS line endings.
12010
12011 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12012
12013 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12014 minor-mode keymaps, if they don't have one.
12015
12016 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12017
12018 * eshell/esh-module.el (eval-when-compile): Don't lose if
12019 esh-module.el's file name is truncated to DOS 8+3 limits.
12020
12021 2000-09-01 John Wiegley <johnw@gnu.org>
12022
12023 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12024 predicate, which caused entries in the completion list to be
12025 doubled.
12026
12027 2000-08-30 John Wiegley <johnw@gnu.org>
12028
12029 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12030 sending to subprocesses. Also, hook pre-command-hook if
12031 `eshell-send-direct-to-subprocesses' is non-nil.
12032 (eshell-send-direct-to-subprocesses): New config variable. If t,
12033 subprocess input is send immediately.
12034 (eshell-toggle-direct-send): New function.
12035 (eshell-self-insert-command): New function.
12036 (eshell-intercept-commands): New function.
12037 (eshell-send-input): If direct subprocess sending is enabled,
12038 don't echo any input to the Eshell buffer. Let the subprocess
12039 handle that. This requires "stty echo" in bash, for example.
12040
12041 2000-08-28 John Wiegley <johnw@gnu.org>
12042
12043 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12044 completion function for Eshell's implementation of `unset'.
12045
12046 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12047
12048 * info.el (Info-directory-list): Doc fix.
12049
12050 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12051
12052 * filecache.el (file-cache-add-directory-using-find): Don't quote
12053 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12054
12055 2000-08-31 Kenichi Handa <handa@etl.go.jp>
12056
12057 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12058 coding systems.
12059
12060 2000-08-30 Andrew Innes <andrewi@gnu.org>
12061
12062 * timer.el (run-with-idle-timer): Undo last change, so that timer
12063 is not activated immediately if Emacs is already idle. Some
12064 existing code relies on this behaviour.
12065
12066 2000-08-30 Miles Bader <miles@gnu.org>
12067
12068 * frame.el (set-frame-font): Do completion of font-name for
12069 interactive use.
12070
12071 2000-08-30 Kenichi Handa <handa@etl.go.jp>
12072
12073 * international/quail.el (quail-start-translation): Bind locally
12074 last-command-event, last-command, and this-command.
12075 (quail-start-conversion): Likewise.
12076 (quail-self-insert-command): Fix docstring.
12077
12078 2000-08-29 Gerd Moellmann <gerd@gnu.org>
12079
12080 * progmodes/executable.el
12081 (executable-make-buffer-file-executable-if-script-p): Check that
12082 buffer contains at least 2 characters.
12083
12084 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12085
12086 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12087
12088 2000-08-29 Dave Love <fx@gnu.org>
12089
12090 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12091 (diff-mode-shared-map): Bind mouse-2.
12092 (diff-imenu-generic-expression): New variable.
12093 (diff-mode): Use it.
12094
12095 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12096 (mouse-popup-menubar): Add minor mode menus.
12097 (popup-menu): Check for lookup-key returning number.
12098
12099 2000-08-29 Miles Bader <miles@gnu.org>
12100
12101 * comint.el (comint-send-input): Create overlays using the proper
12102 front/read-advance arguments.
12103
12104 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12105
12106 * ps-print.el: Even/odd pages printing. Doc fix.
12107 (ps-print-version): New version number (6.0).
12108 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12109 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12110 (ps-print-duplex-feature): Variable eliminated.
12111 (ps-even-or-odd-pages): New variable.
12112
12113 * progmodes/ebnf2ps.el: Doc fix.
12114 (ebnf-version): New version (3.3).
12115 (ebnf-user-arrow): Change variable customization to sexp.
12116 (ebnf-user-arrow): Function eliminated.
12117 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12118
12119 2000-08-29 Kenichi Handa <handa@etl.go.jp>
12120
12121 * help.el (help-xref-mule-regexp): New variable.
12122 (help-make-xrefs): Handle help-xref-mule-regexp.
12123
12124 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12125 variable.
12126 (describe-input-method): Temporarily activate the specfied input
12127 method to display the information.
12128 (describe-language-environment): Hyperlinks to mule related items.
12129
12130 * international/mule-diag.el (charset-multibyte-form-string): New
12131 function.
12132 (list-character-sets-1): Use charset-multibyte-form-string.
12133 (describe-character-set): New function.
12134 (describe-coding-system): Hyperlinks to safe character sets.
12135
12136 * international/quail.el (quail-help): New arg PACKAGE.
12137 Hyperlinks to mule related items.
12138 (quail-help-insert-keymap-description): Use
12139 substitute-command-keys instead of describe-bindings.
12140 (quail-translation-help): Hyperlinks to mule related items.
12141
12142 2000-08-28 John Wiegley <johnw@gnu.org>
12143
12144 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12145 have a defsubst call itself. Made `eshell-flatten-list' back into
12146 a function again.
12147
12148 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12149 catch, in case re-centering point at bottom messes up the display.
12150 This happens frequently in Emacs 21, due I believe to variable
12151 line heights.
12152
12153 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12154 to call `find-tag-interactive'.
12155
12156 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12157 the list of remember directories.
12158
12159 2000-08-28 John Wiegley <johnw@gnu.org>
12160
12161 * align.el: Test align-region-separate to see if it's a symbol.
12162
12163 2000-08-28 John Wiegley <johnw@gnu.org>
12164
12165 * eshell/esh-util.el (eshell-flatten-list): Made this function
12166 into a defsubst form. It gets used very frequently, although
12167 calls don't occur all that often.
12168
12169 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12170 examining it.
12171
12172 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12173 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12174 `eshell-protect'.
12175 (eshell-copy-handles): Created a new macro for duplicating the
12176 current set of open handles. This is needed by the looping
12177 functions.
12178 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12179 is not incorrectly stomped on.
12180
12181 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12182 declaration for pcomplete-use-paring.
12183 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12184 value of eshell-cmpl-use-paring.
12185 * pcomplete.el (pcomplete-use-paring): New config variable, to
12186 indicate whether paring should be used.
12187 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12188 completion alternatives that have already been used.
12189
12190 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12191 bound to C-c C-y, which will repeat the previous N arguments
12192 (based on prefix argument).
12193 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12194
12195 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12196 if there is no *Help* buffer. This is for XEmacs, which renames
12197 its help buffers uniquely. TODO: Find out what the current buffer
12198 name to delete is.
12199
12200 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12201 first entry that correlates to a passwd/group number. Later
12202 entries (used for group/user name aliasing to multiple IDs) are
12203 ignored.
12204
12205 * eshell/em-xtra.el (eshell/expr):
12206 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12207 (eshell-grep, eshell/diff, eshell/locate):
12208 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12209 argument list, before passing it to the system command.
12210
12211 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12212 `find-tag' for use at final position in Eshell buffers (which
12213 otherwise triggers an error on Emacs 21).
12214 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12215 buffer, if it is currently bound to `find-tag'.
12216
12217 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12218 in the list of matched Makefile names.
12219 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12220 directory, prefer its contents to Makefile.
12221
12222 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12223 directory parts (like "cd old new", or "cd =regexp"), are now case
12224 sensitive on non-Windows/DOS platforms.
12225
12226 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12227 types RET after an open delimiter (like "), display a message
12228 indicating that Eshell is waiting for the closing delimiter.
12229
12230 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12231 environment variables.
12232
12233 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12234 gracefully if the user enters incorrect arguments.
12235
12236 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12237 Eshell buffers.
12238
12239 * eshell/esh-var.el (eshell-interpolate-variable):
12240 * eshell/esh-mode.el (eshell-move-argument):
12241 * eshell/em-unix.el (eshell-du-sum-directory):
12242 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12243 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12244 (not (= ...)).
12245
12246 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12247 to ensure the `preserve' flag gets propagated when doing recursive
12248 directory copies.
12249
12250 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12251
12252 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12253 Don't convert \n into \0177 in memory.
12254 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12255 and back again, when reading and writing.
12256
12257 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12258
12259 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12260 testing of `fboundp' on `processp'.
12261
12262 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12263 (eshell/jobs): Don't call process-list if it is not bound.
12264 (eshell-gather-process-output): Support systems where async
12265 subprocesses aren't supported.
12266 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12267 variables.
12268
12269 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12270 eshell-do-eval returns t.
12271 (eshell-do-pipelines-synchronously): New defmacro.
12272 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12273 when async subprocesses aren't supported.
12274 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12275 if async subprocesses aren't supported.
12276 (eshell-resume-command): Don't assume STATUS is a string.
12277
12278 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12279
12280 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12281 (eshell-close-target, eshell-get-target): Use eshell-processp.
12282 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12283 fix.
12284 (eshell-get-target, eshell-create-handles): Doc fix.
12285
12286 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12287
12288 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12289 criterion to include commands that output something, as long as it
12290 leaves both the command and the end-of-buffer visible when the
12291 command has exited.
12292 (eshell-review-quick-commands): Adjust the help doc string
12293 accordingly.
12294
12295 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12296
12297 * locate.el (locate): Cleaned up locate command's interactive prompting
12298 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12299
12300 * filecache.el (file-cache-case-fold-search): New variable
12301 (file-cache-assoc-function): New variable
12302 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12303 Use file-cache-case-fold-search variable
12304 (file-cache-add-file): Use file-cache-assoc-function
12305 (file-cache-delete-file): likewise
12306 (file-cache-directory-name): likewise
12307 (file-cache-debug-read-from-minibuffer): likewise
12308
12309 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12310
12311 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12312 (abbrev-table-name): New function.
12313 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12314 If non-nil list local abbrev, only.
12315
12316 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12317
12318 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12319 from Gnus support code, and use special article copy buffer
12320 `(gnus-original-article-buffer)' instead. This allows to get rid
12321 of article-hide-headers usage (which breaks in the latest Gnus
12322 version). Thanks to Detlev Zundel.
12323
12324 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12325
12326 * international/quail.el (quail-use-package): Hide "... loaded"
12327 message.
12328 (quail-start-translation, quail-start-conversion): Likewise.
12329
12330 * international/kkc.el (kkc-region): Hide "... loaded" message.
12331
12332 2000-08-27 Dave Love <fx@gnu.org>
12333
12334 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12335
12336 2000-08-27 Miles Bader <miles@gnu.org>
12337
12338 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12339
12340 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12341
12342 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12343 'ja-dic-cnv), not (require 'skkdic-cnv).
12344
12345 2000-08-26 Miles Bader <miles@gnu.org>
12346
12347 * faces.el (face-x-resources): Add entry for :inherit.
12348 * cus-face.el (custom-face-attributes): Add support for :inherit
12349 attribute. Add support for relative face heights.
12350 (custom-face-attributes-get): Treat `nil' as being a default value
12351 for :inherit (as well as `unspecified').
12352
12353 * faces.el (set-face-attribute): Update doc string.
12354 (face-attribute-name-alist): Add :inherit.
12355 (face-valid-attribute-values): Handle :inherit.
12356 (face-read-string): Rephrase prompt to be less confusing.
12357 Assume that DEFAULT is a string, since we must return a string.
12358 (face-read-integer): Use `format' to turn DEFAULT into an
12359 acceptable default for face-read-string. Match NEW-VALUE against
12360 the string "unspecified", not the symbol `unspecified', since
12361 that's what face-read-string returns.
12362 (read-face-attribute): Lookup a name for old-value in valid, and
12363 use it as a default if we find one. Treat all values from
12364 face-read-string as strings. If the default is used, don't do any
12365 more processing on the value, just use the old value directly.
12366 (read-face-and-attribute, modify-face): Tweak prompt.
12367 (read-face-name): Don't assume prompt ends with a space.
12368
12369 * faces.el (describe-face): Add support for :inherit attribute.
12370
12371 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12372
12373 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12374 concat doesn't accept interger.
12375
12376 * international/kkc.el: Remove SKK from Keywords. Require
12377 ja-dic-utl instead of skkdic-utl.
12378
12379 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12380 Provide ja-dic-cnv instead of skkdic-cnv.
12381 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12382 (iso-2022-7bit-short): Add safe-charsets property.
12383 (skkdic-convert-postfix): Search Japanese chou-on character in
12384 addition to Hiragana character.
12385 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12386 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12387 (batch-skkdic-convert): Likewise.
12388
12389 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12390 Provide ja-dic-utl instead of skkdic-utl.
12391 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12392
12393 2000-08-24 Dave Love <fx@gnu.org>
12394
12395 * disp-table.el (standard-display-default): Make the test of `l'
12396 useful.
12397
12398 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12399 mod sample text.
12400
12401 * international/iso-ascii.el: Make pilcrow convenient string
12402 consistent with section.
12403 (iso-ascii-display): Set up multibyte characters as well as
12404 unibyte.
12405
12406 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12407
12408 * international/mule-cmds.el (reset-language-environment): Set
12409 default-process-coding-system to '(undecided . iso-latin-1), which
12410 makes process I/O almost consistent with file I/O. Call this
12411 function when mule-cmds.el[c] is loaded.
12412
12413 2000-08-22 Andrew Innes <andrewi@gnu.org>
12414
12415 * makefile.w32-in: New file.
12416
12417 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12418
12419 * comint.el (comint-output-filter): Compare end of
12420 comint-last-output-overlay with the start of the newly inserted
12421 text, not the end, when deciding whether to extend it.
12422 Set saved-point's insertion type to advance after insertion.
12423
12424 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12425 since this is now done independently of font-lock mode.
12426
12427 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12428
12429 * server.el (server-kill-new-buffers): New user option.
12430 (server-existing-buffer): New buffer-local variable.
12431 (server-visit-files): When using an existing buffer, set
12432 server-existing-buffer to t.
12433 (server-buffer-done): If server-kill-new-buffers is t, kill the
12434 buffer, unless it was already present before visiting it with
12435 Emacs server.
12436
12437 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12438
12439 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12440 even if the display doesn't support colors: some displays will
12441 support bold/underline faces.
12442
12443 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12444
12445 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12446
12447 * startup.el (command-line): If user's init file had an error,
12448 add explanatory text to *Messages*.
12449
12450 2000-08-21 Kenichi Handa <handa@etl.go.jp>
12451
12452 * man.el (Man-getpage-in-background): Decode the process output by
12453 the system locale coding system.
12454
12455 2000-08-20 Dave Love <fx@gnu.org>
12456
12457 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12458 Don't test x-popup-menu.
12459 (function) <complete-function>: Complete only fbound symbols.
12460 <validate, value>: New.
12461 (variable) <complete-function>: Complete only bound symbols.
12462 (coding-system): Add :base-only, :complete-function, :validate,
12463 :value, :prompt-match.
12464 (widget-coding-system-prompt-value): Use read-coding-system and
12465 act on :base-only.
12466 (editable-field): Add :help-echo.
12467 (widget-push-button-gui, widget-push-button-cache)
12468 (widget-gui-action, widget-editable-list-gui): COmment out, along
12469 with uses.
12470 (widget-at): Make arg optional.
12471 (widget-echo-help): Adjust for current help-echo calling sequence.
12472 (widget-specify-field, widget-specify-button)
12473 (widget-specify-insert, widget-get-sibling, widget-image-find)
12474 (widget-convert, widget-insert, widget-leave-text)
12475 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12476 (widget-setup, widget-field-find, widget-before-change)
12477 (widget-after-change, widget-default-complete)
12478 (widget-default-create, widget-default-delete)
12479 (widget-push-button-value-create, editable-field)
12480 (widget-field-prompt-value, widget-field-validate)
12481 (widget-choice-value-create, widget-choice-action)
12482 (widget-choice-validate, widget-checklist-add-item)
12483 (widget-radio-add-item, widget-radio-chosen)
12484 (widget-radio-value-inline, widget-editable-list-value-create)
12485 (widget-editable-list-entry-create)
12486 (widget-documentation-link-add)
12487 (widget-documentation-string-value-create)
12488 (widget-regexp-validate, widget-file-complete)
12489 (widget-sexp-validate, widget-plist-convert-widget)
12490 (widget-plist-convert-widget, widget-alist-convert-widget)
12491 (widget-alist-convert-widget, widget-color-complete): Simplify,
12492 particularly to avoid bindings which aren't optimized out.
12493
12494 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12495 Doc fix.
12496 (down-list, backward-up-list, up-list, kill-sexp)
12497 (backward-kill-sexp, mark-sexp): Make arg optional.
12498 (lisp-complete-symbol): Add optional arg PREDICATE.
12499
12500 * cus-start.el: Add display-buffer-reuse-frames,
12501 file-coding-system-alist.
12502
12503 2000-08-20 Gerd Moellmann <gerd@gnu.org>
12504
12505 * startup.el (command-line): Clear realized faces after
12506 modifying TTY color mappings.
12507
12508 2000-08-20 Miles Bader <miles@gnu.org>
12509
12510 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12511 merely a subset of FACE's attributes.
12512
12513 2000-08-19 Miles Bader <miles@gnu.org>
12514
12515 * comint.el (comint-output-filter): Save the point with a marker,
12516 not just a buffer position.
12517
12518 * international/mule.el (set-buffer-process-coding-system): Make
12519 interactive prompt less confusing.
12520
12521 2000-08-19 Gerd Moellmann <gerd@gnu.org>
12522
12523 * hilit-chg.el: General cleanup of doc strings, comments and
12524 code formatting.
12525
12526 2000-08-19 Miles Bader <miles@gnu.org>
12527
12528 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12529 Compiler macro removed; beginning-of-line is no longer always
12530 equivalent to forward-line, in the presence of fields.
12531
12532 * comint.el (comint-output-filter): Remove ad-hoc saving of
12533 restriction, and just use save-restriction, now that it works
12534 correctly. Don't adjust comint-last-input-start to account for
12535 our insertion; it shouldn't have moved because we don't use
12536 insert-before-markers anymore. Comment out call to
12537 `force-mode-line-update'; why is it here?
12538
12539 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12540 while checking for prompt to delete. Use `forward-line 0'
12541 instead of beginning-of-line.
12542 (gud-filter): Temporarily widen gud comint buffer while
12543 examining output.
12544
12545 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * progmodes/sh-script.el: Big bag of typos.
12548
12549 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12550 check since ispell-process is not bound when ispell is not yet loaded.
12551
12552 2000-08-18 Dave Love <fx@gnu.org>
12553
12554 * image.el (find-image): Copy `spec' before using plist-put.
12555
12556 2000-08-18 Gerd Moellmann <gerd@gnu.org>
12557
12558 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12559 `portugues'.
12560
12561 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12562 backward-kill-sexp, analogous to kill-sexp.
12563
12564 * progmodes/icon.el (icon-indent-line)
12565 (icon-is-continuation-line): Handle comments specially.
12566
12567 2000-08-17 Ken Stevens <k.stevens@ieee.org>
12568
12569 * ispell.el: Set to standard author/maintainer/keyword fields.
12570 Fine tuning to menu map appearance and operation, and added help.
12571 Remove `start' and `end' error messages when compiling.
12572 (ispell-choices-win-default-height): Fixed comment string.
12573 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12574 castellano8 dictionaries.
12575 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12576 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12577 dictionary, added italiano dictionary.
12578 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12579 word character
12580 (ispell-tex-skip-alists): Added psfig support.
12581 (ispell-skip-html): Renamed from ispell-skip-sgml.
12582 (ispell-begin-skip-region-regexp, ispell-skip-region)
12583 (ispell-minor-check): Improved html skipping support to skip across
12584 code, and recognize `&' commands without propper `;' syntax;
12585 (ispell-process-line): Fix alignment error when manually
12586 correcting spelling.
12587 (ispell): Fix comment string.
12588 (ispell-add-per-file-word-list): Always put word list on new line.
12589
12590 2000-08-17 Gerd Moellmann <gerd@gnu.org>
12591
12592 * format.el (format-encode-run-method): Fix error message to say
12593 `encode' instead of `decode'. Use save-window-excursion around
12594 shell-command-on-region as in format-decode-run-method because
12595 shell-command-on-region can display a buffer with error output.
12596 (format-decode): Don't record undo information for the decoding.
12597 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12598 that number part of the temporary buffer name so that more than
12599 one decoding using a temporary buffer can happen safely.
12600
12601 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12602 of `A-z' in the regexp.
12603
12604 * hilit-chg.el: Fix typos in commentary.
12605
12606 * help.el (view-emacs-news): Rewritten for new naming scheme
12607 for old NEWS files.
12608
12609 * startup.el (command-line): Pop to *Messages* in case an error
12610 is signaled while loading user-init-file.
12611
12612 2000-08-17 Andreas Schwab <schwab@suse.de>
12613
12614 * files.el (insert-directory): Don't lose original file name,
12615 undoing an undocumented change.
12616
12617 2000-08-17 Alex Schroeder <alex@gnu.org>
12618
12619 * sql.el (sql-magic-go): Use comint-bol.
12620 (sql-copy-column): Use comint-line-beginning-position.
12621 (comint-line-beginning-position): Define a replacement for
12622 comint-line-beginning-position if it is not fboundp.
12623
12624 2000-08-17 Alex Schroeder <alex@gnu.org>
12625
12626 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12627 it didn't have any effect anyway.
12628
12629 2000-08-17 Alex Schroeder <alex@gnu.org>
12630
12631 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12632 --pset and pager=off instead of sending \\o|cat at the beginning
12633 of the session.
12634
12635 2000-08-17 Miles Bader <miles@gnu.org>
12636
12637 * progmodes/octave-inf.el: Add compatibility definition of
12638 comint-line-beginning-position.
12639
12640 2000-08-17 Kenichi Handa <handa@etl.go.jp>
12641
12642 * startup.el (normal-top-level): Look in each dir in load-path for
12643 a leim-list.el file too. This assures of loading leim-list.el
12644 that is created at Emacs installation time even if a user have his
12645 own leim-list.el.
12646
12647 2000-08-17 Miles Bader <miles@gnu.org>
12648
12649 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12650 foreground color to black if the background is dark.
12651
12652 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12653
12654 * loadhist.el (unload-feature): Typo.
12655
12656 * finder.el (finder-compile-keywords):
12657 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12658 to the generated file.
12659
12660 * mail/mh-e.el (mh-make-local-vars):
12661 Replace make-variable-buffer-local with make-local-variable.
12662
12663 * play/landmark.el:
12664 * options.el (Edit-options-{set,toggle,t,nil}):
12665 * mail/mailabbrev.el (mail-abbrevs-mode):
12666 * textmodes/tex-mode.el (tex-expand-files):
12667 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12668
12669 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12670
12671 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12672 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12673 Allow going past the last element.
12674 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12675 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12676 (cvs-mouse-toggle-mark): Don't move point.
12677 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12678
12679 * progmodes/compile.el (grep): Provide a default set of files.
12680 (next-error): Docstring fix.
12681 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12682
12683 * emacs-lisp/easy-mmode.el (define-minor-mode):
12684 Use `symbol-value' to keep the byte-compiler quiet.
12685
12686 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12687 (diff-find-source-location): New fun, extracted from diff-goto-source.
12688 (diff-goto-source): Use it.
12689 (diff-next-complex-hunk, diff-filter-lines): New function.
12690 (diff-apply-hunk): New command.
12691
12692 * smerge-mode.el (smerge-mode-menu): Doc fix.
12693
12694 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12695
12696 2000-08-16 Dave Love <fx@gnu.org>
12697
12698 * windmove.el (windmove) <defgroup>: Add :version.
12699
12700 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12701 (goto-address-fontify-p, goto-address-highlight-p)
12702 (goto-address-url-face, goto-address-url-mouse-face)
12703 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12704 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12705 (goto-address-fontify, goto-address-at-mouse): Simplify,
12706 (goto-address-at-point): browse-url-url-at-point,
12707 goto-address-find-address-at-point can return nil.
12708 (goto-address-find-address-at-point): Return nil on failure.
12709
12710 * align.el (align) <defgroup>: Add :version.
12711
12712 * calculator.el (calculator): Add :version.
12713 (calculator): Use two lines for calculator window if `modeline'
12714 face is boxed.
12715
12716 * play/5x5.el: Doc fixes.
12717 (5x5) <defgroup>: Add :version.
12718
12719 * play/fortune.el (fortune) <defgroup>: Add :version.
12720 (fortune-append): Fix error message.
12721 (fortune-from-region): Doc fix.
12722
12723 * play/pong.el (pong): Doc fix.
12724
12725 * play/morse.el: Keywords, commentary, autoloads.
12726
12727 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12728
12729 * desktop.el (desktop-save): Don't look at symbol-value of a
12730 member of minor-mode-alist, unless it is boundp.
12731
12732 2000-08-16 Sam Steingold <sds@gnu.org>
12733
12734 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12735 `while'; use `with-current-buffer' instead of `save-excursion'.
12736 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12737
12738 2000-08-16 Kenichi Handa <handa@etl.go.jp>
12739
12740 * international/ccl.el (declare-ccl-program): Docstring modified.
12741 (ccl-execute-with-args): Likewise.
12742
12743 2000-08-16 Miles Bader <miles@gnu.org>
12744
12745 * progmodes/sql.el: Add compatibility definition of
12746 comint-line-beginning-position.
12747
12748 2000-08-15 Gerd Moellmann <gerd@gnu.org>
12749
12750 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12751 'buffer-menu' property.
12752 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12753 fails.
12754 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12755 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12756 wasn't killed.
12757
12758 * buff-menu.el (list-buffers-noselect): Don't display the
12759 *Buffer List* buffer.
12760
12761 * font-lock.el: Require jit-lock to prevent a very late
12762 `Loading jit-lock' message.
12763
12764 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12765 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12766 mail address.
12767
12768 2000-08-15 Miles Bader <miles@gnu.org>
12769
12770 * textmodes/ispell.el (ispell-graphic-p): New constant.
12771 (ispell-choices-win-default-height, ispell-help): Use
12772 `ispell-graphic-p' instead of `xemacsp'.
12773
12774 2000-08-15 Dave Love <fx@gnu.org>
12775
12776 * simple.el: Autoload widget-convert when compiling.
12777 (mail-user-agent): Doc fix.
12778
12779 * help.el (function-called-at-point, variable-at-point): Use
12780 with-syntax-table.
12781 (help-manyarg-func-alist): Add insert-and-inherit.
12782
12783 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12784
12785 * delsel.el (delsel-unload-hook): New function.
12786
12787 * find-file.el: Doc fixes. Move provide to end.
12788 (ff) <defgroup>: Add :link.
12789 (ff-goto-click): Deleted.
12790 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12791 Use mouse-set-point.
12792
12793 * textmodes/tildify.el: Doc fixes.
12794 (tildify) <defgroup>: Add:version.
12795
12796 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12797 (glasses-custom-set): Use set-default, not set.
12798 (minor-mode-alist): Propertize the lighter.
12799 (glasses-mode): Provide optional arg.
12800
12801 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12802 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12803 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12804 option. Provide :type.
12805 (cwarn-configuration): Provide :type.
12806 (cwarn-mode): Doc fix.
12807
12808 * add-log.el (change-log-merge): Doc fix.
12809 (change-log-redate): New command.
12810
12811 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12812 Doze and Dog.
12813 (browse-url): Use dolist, not mapcar.
12814 (browse-url-at-point): Check for null url.
12815 (browse-url-event-buffer, browse-url-event-point): Functions
12816 deleted.
12817 (browse-url-at-mouse, browse-url-netscape): Simplify.
12818
12819 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12820 modes.
12821 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12822 Fix previous change to mapcan.
12823 (msb--init-file-alist, msb--add-separators)
12824 (msb--make-keymap-menu): Simplify.
12825 (msb--choose-file-menu): Use copy-sequence.
12826 (msb-mode-map): Add title to keymap.
12827 (msb-unload-hook): New function.
12828
12829 * bs.el: Fix indentation.
12830 (bs) <defgroup>: Add :links.
12831 (bs-show): Doc fix.
12832 (bs-apply-sort-faces): Don't use window-system.
12833 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12834
12835 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12836
12837 * calendar/timeclock.el (timeclock-file): Run .timelog through
12838 convert-standard-filename.
12839
12840 2000-08-14 Gerd Moellmann <gerd@gnu.org>
12841
12842 * emacs-lisp/authors.el: New file.
12843
12844 * paren.el (show-paren-priority): New user option.
12845 (show-paren-function): Set overlay priorities to
12846 show-paren-priority.
12847
12848 2000-08-14 Miles Bader <miles@gnu.org>
12849
12850 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12851 beginning-of-line with inhibit-field-text-motion bound.
12852
12853 2000-08-14 Gerd Moellmann <gerd@gnu.org>
12854
12855 * calendar/timeclock.el: New file.
12856
12857 2000-08-14 David Ponce <david@dponce.com>
12858
12859 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12860 `widget-button-click'. so that one can use left mouse button to
12861 click on dialog buttons.
12862
12863 2000-08-14 Emmanuel Briot <briot@gnat.com>
12864
12865 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12866 identifiers, since XML is case sensitive
12867
12868 2000-08-12 Miles Bader <miles@gnu.org>
12869
12870 * comint.el (comint-output-filter): Don't bother frobbing
12871 window-start, it doesn't seem to be necessary.
12872
12873 * comint.el (comint-send-string, comint-send-region): Make into
12874 real functions. Snapshot the prompt before sending.
12875
12876 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12877
12878 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12879 technique similar to Info-index, instead of relying on specific
12880 names of relevant Index nodes.
12881 (Info-goto-emacs-command-node): Bind Info-history to nil when
12882 going to the first node found by Info-find-emacs-command-nodes.
12883
12884 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12885
12886 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12887
12888 2000-08-10 Miles Bader <miles@gnu.org>
12889
12890 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12891
12892 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12893
12894 * info.el (Info-file-list-for-emacs): More elements for the
12895 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12896 and woman manuals.
12897
12898 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12899
12900 * comint.el (comint-send-input): Make the newline boundary overlay
12901 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12902 (comint-output-filter): Use `insert' instead of
12903 `insert-before-markers'. Extend comint-last-output-overlay when
12904 necessary since we can't rely on insert-before-markers to do it.
12905 * gud.el (gud-filter): Use `with-current-buffer' instead of
12906 save-excursion when inserting the output, so that point gets
12907 updated correctly; the old method relied on a rather dodgy
12908 side-effect of comint-output-filter to avoid the effect of
12909 save-excursion.
12910
12911 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12912
12913 * files.el (recover-file): Call insert-directory instead of
12914 invoking `ls' directly.
12915
12916 2000-08-10 Miles Bader <miles@gnu.org>
12917
12918 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12919 (comint-last-prompt-overlay): New variables.
12920 (comint-output-filter): Implement prompt highlighting.
12921 (comint-snapshot-last-prompt): New function.
12922 (comint-send-input): Snapshot the last prompt.
12923 Use comint-highlight-input-face.
12924 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12925 Use defface instead of defcustom.
12926 (send-invisible, comint-send-eof): Snapshot the last prompt.
12927 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12928 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12929
12930 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12931
12932 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12933 (regexp-opt-group): Use a list of chars for `letters'.
12934 (regexp-opt-charset): `chars' is now a list of chars.
12935 Use a char-table rather than a vector so it works for multibyte chars.
12936
12937 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12938 Set cvs-minor-current-files to the selected fileinfo.
12939 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12940 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12941
12942 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12943
12944 * files.el (insert-directory): Don't call access-file on
12945 directories on DOS and Windows.
12946
12947 2000-08-09 Kenichi Handa <handa@etl.go.jp>
12948
12949 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12950 longer if necessary.
12951 (ccl-embed-code): Call ccl-embed-data to store CODE in
12952 ccl-program-vector.
12953
12954 2000-08-09 Miles Bader <miles@gnu.org>
12955
12956 * comint.el (comint-output-filter): Properly handle the case where
12957 the text surrounded by comint-last-output-overlay was deleted.
12958
12959 2000-08-08 Gerd Moellmann <gerd@gnu.org>
12960
12961 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12962 non-nil.
12963 (Info-file-list-for-emacs): Remove "info" from the list because
12964 that leads to trying to use the documentation from file `info'
12965 in various situations where it isn't appropriate, for instance
12966 C-h C-k C-h i.
12967
12968 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12969 DIR and/or STRING are nil.
12970
12971 * progmodes/compile.el (compilation-setup): Make variable
12972 compilation-error-screen-columns buffer-local, as some comment
12973 in the code suggests it should be.
12974
12975 * files.el (auto-mode-interpreter-regexp): New variable.
12976 (set-auto-mode): Use it.
12977
12978 * indent.el (indent-for-tab-command): Doc fix.
12979
12980 * mouse-sel.el (mouse-sel-mode): Doc fix.
12981
12982 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12983 labels.
12984
12985 * help.el (print-help-return-message): When
12986 display-buffer-reuse-frames is set, let the help window been quit,
12987 instead of deleting it, which might delete a reused frame.
12988
12989 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12990
12991 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12992 rename a directory to a name that differs only by its letter case.
12993
12994 2000-08-08 Kenichi Handa <handa@etl.go.jp>
12995
12996 * international/quail.el (quail-define-rules): Handle Quail decode
12997 map correctly. Add code for supporting annotations.
12998 (quail-install-decode-map): New function.
12999 (quail-defrule-internal): New optional arguments decode-map and
13000 props.
13001 (quail-advice): New function.
13002
13003 2000-08-07 Sam Steingold <sds@gnu.org>
13004
13005 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13006 `defconst', `define-condition', `with-slots'.
13007 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13008
13009 2000-08-03 Miles Bader <miles@gnu.org>
13010
13011 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13012 New variable.
13013 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13014 comint-use-prompt-regexp-instead-of-fields.
13015 (comint-send-input): Add `input' field property to stuff we send to
13016 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13017 (comint-output-filter): Add `output' field property to process
13018 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13019 (comint-replace-by-expanded-history)
13020 (comint-get-old-input-default, comint-show-output)
13021 (comint-backward-matching-input, comint-forward-matching-input)
13022 (comint-next-prompt, comint-previous-prompt): Use field
13023 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13024 (comint-line-beginning-position): New function.
13025 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13026 (comint-replace-by-expanded-history-before-point): Use
13027 comint-line-beginning-position and line-end-position.
13028 (comint-last-output-overlay): New variable.
13029 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13030
13031 * shell.el (shell-prompt-pattern): Doc change.
13032 (shell-backward-command): Use line-beginning-position.
13033
13034 * gud.el (gud-gdb-complete-command): Use
13035 comint-line-beginning-position.
13036
13037 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13038 comint-bol doesn't actually go to the beginning of the line.
13039
13040 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13041 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13042 (try-expand-line-all-buffers): Likewise.
13043
13044 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13045 explicitly matching comint-prompt-regexp.
13046 (sql-copy-column): Use comint-line-beginning-position instead of
13047 explicitly matching comint-prompt-regexp.
13048
13049 * progmodes/octave-inf.el (inferior-octave-complete): Use
13050 comint-line-beginning-position.
13051
13052 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13053
13054 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13055 looking for a prompt, use `forward-line 0' instead of
13056 `beginning-of-line', to avoid getting caught by an input field.
13057
13058 2000-08-07 Gerd Moellmann <gerd@gnu.org>
13059
13060 * files.el (shell-quote-wildcard-pattern): Make sure to return
13061 PATTERN, in the Unix case.
13062
13063 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13064
13065 * play/zone.el (zone): Discard any pending input before running
13066 the randomly-chosen pgm.
13067
13068 2000-08-07 Kenichi Handa <handa@etl.go.jp>
13069
13070 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13071 checking the existence of any multibyte characters.
13072
13073 2000-08-06 Gerd Moellmann <gerd@gnu.org>
13074
13075 * help.el (describe-mode): Test minor-mode symbol for being
13076 bound before testing its value for being nil.
13077
13078 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13079 `first', `second', and `third'.
13080
13081 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13082 (second): Make it an alias for `cadr'.
13083
13084 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13085
13086 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13087 types of display support faces now.
13088
13089 2000-08-05 Gerd Moellmann <gerd@gnu.org>
13090
13091 * pcvs.el (require): Require `cl' during compilation, only.
13092
13093 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13094 (toplevel): Remove `remq' and `remove' from autoloads.
13095 (cl-fake-autoloads): New variable. If set, arrange for an error
13096 when CL functions etc. are autoloaded.
13097
13098 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13099
13100 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13101
13102 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13103 popped up, but the user clicks outside the menu, return an empty
13104 regexp (that causes unhighlight-regexp to have no effect).
13105
13106 * menu-bar.el (menu-bar-games-menu): Add Zone.
13107
13108 * hi-lock.el (toplevel): Require font-lock.
13109
13110 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13111
13112 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13113 (ebnf-8-bit-chars): New var for bug fix.
13114 (ebnf-string): Bug fix.
13115
13116 2000-08-03 Sam Steingold <sds@gnu.org>
13117
13118 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13119 instead of `buffer-string'.
13120 (require 'cl): Always, not just when compiling.
13121 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13122 necessary.
13123
13124 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13125
13126 * international/mule-cmds.el (select-safe-coding-system): Make
13127 the message text about selecting a safe coding system more clear.
13128
13129 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13130
13131 * hi-lock.el: New file.
13132
13133 * play/zone.el: New file.
13134
13135 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13136 value of tab-width in the original buffer. Choose a line number
13137 format that's a multiple of the original buffer's tab width, so
13138 that lines appear right.
13139
13140 * textmodes/ispell.el (ispell): New function, replacing an alias.
13141 Spell-check active region if in transient-mark-mode and mark
13142 is active; otherwise spell-check buffer.
13143
13144 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13145
13146 * ps-mule.el: Fix a customization problem on
13147 ps-mule-font-info-database-default.
13148
13149 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13150
13151 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13152 display-mouse-p instead of window-system.
13153 (ebrowse-member-mode-map): Ditto.
13154
13155 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13156
13157 * progmodes/ebnf2ps.el: Update ps-print functions call.
13158 Indentation fix. Doc fix.
13159 (ebnf-version): New version number (3.2).
13160 (ebnf-format-color, ebnf-begin-job): Code fix.
13161
13162 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13163
13164 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13165 font lock support on window-system.
13166 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13167
13168 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13169 display-color-p, if fboundp, instead of window-system.
13170
13171 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13172
13173 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13174 instead of window-system.
13175
13176 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13177 window-system.
13178 (widget-choice-mouse-down-action): Use display-popup-menus-p
13179 instead of window-system.
13180
13181 * strokes.el (strokes-file): Run the file name through
13182 convert-standard-filename.
13183 (strokes-mode): Call display-mouse-p instead of looking at
13184 window-system. Change the error message accordingly.
13185
13186 * progmodes/cpp.el (toplevel): Support faces on tty's.
13187
13188 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13189 (lm-plot-square, lm-init-display): Don't use window-system.
13190
13191 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13192 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13193
13194 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13195 instead of looking at window-system.
13196
13197 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13198
13199 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13200 of testing if iswitchb-prepost-hooks is bound, because the
13201 latter will always be true when invoking a recursive minibuffer
13202 from an active Iswitchb buffer.
13203
13204 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13205
13206 * files.el (shell-quote-wildcard-pattern): New function.
13207 (insert-directory): Call it. Only prepend "\" to command on Unix
13208 and GNU/Linux systems.
13209
13210 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13211
13212 * eshell/esh-groups.el: Change custom :link file names
13213 from `eshell.info' to `eshell'.
13214
13215 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13216
13217 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13218 correctly in recursive ange-ftp listings.
13219
13220 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13221
13222 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13223 ps-header-font-size-internal and
13224 ps-header-title-font-size-internal variables are not set,
13225 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13226 face text property is (foreground-color . COLOR) or
13227 `(background-color . COLOR)', ps-print crashes. Doc fix.
13228 (ps-print-version): New version number (5.2.4).
13229 (ps-plot-region): Code fix.
13230 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13231 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13232 Bug fix 2.
13233
13234 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13235
13236 * glasses.el (glasses-make-readable): Fix uncapitalization of
13237 identifiers like `myXMLDocument'.
13238
13239 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13240
13241 * mail/mail-hist.el (mail-hist-previous-input)
13242 (mail-hist-next-input): Do the obvious code factorization.
13243 (mail-hist-retrieve-and-insert): New func, contains common
13244 code of above two.
13245 If inserting a message body, leave point at top.
13246
13247 2000-07-28 Sam Steingold <sds@gnu.org>
13248
13249 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13250 Use `<=', not `<' to compare times!
13251 (ange-ftp-ls): Remove.
13252
13253 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13254
13255 * play/cookie1.el: Add explanation of how to make cookie.el
13256 compatible with strfile(1) to comment.
13257
13258 * subr.el (remove, remq): New functions.
13259
13260 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13261 escape `*' in regexps.
13262 (midnight-find): Reverse order of arguments in the funcall of
13263 TEST.
13264
13265 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13266 and `.class'.
13267
13268 * play/meese.el: Add Commentary section.
13269
13270 2000-07-27 Alex Schroeder <alex@gnu.org>
13271
13272 * sql.el (sql-ms): Added autoload cookie.
13273 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13274 (sql-oracle): Ditto.
13275 (sql-help): Doc change.
13276
13277 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13278 types and exceptions.
13279
13280 2000-07-27 Alex Schroeder <alex@gnu.org>
13281
13282 * sql.el (sql-placeholder-history): New variable.
13283 (sql-query-placeholders-and-send): New function that will query
13284 the user and replace placeholders with user input.
13285 (sql-oracle): If running on NT, set comint-input-sender to
13286 sql-query-placeholders-and-send.
13287
13288 (sql-stop): If in the SQLi buffer, insert stop notification, else
13289 present it as a message.
13290
13291 2000-07-27 Alex Schroeder <alex@gnu.org>
13292
13293 * sql.el (sql-input-ring-separator): Doc change.
13294 (sql-input-ring-file-name): Doc change.
13295 (sql-interactive-mode): Use `sql-input-ring-separator' and
13296 `sql-input-ring-file-name' to set the comint-mode equivalents
13297 without making them local variables.
13298 (sql-stop): Don't bind `sql-input-ring-separator' and
13299 `sql-input-ring-file-name' dynamically to their comint-mode
13300 equivalents.
13301
13302 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13303
13304 * international/mule.el (register-char-codings): New function.
13305 (make-coding-system): Handle `safe-chars' specification in the arg
13306 PROPERTY.
13307
13308 * international/mule-cmds.el
13309 (find-coding-systems-region-subset-p): This function deleted.
13310 (sort-coding-systems-predicate): New variable.
13311 (sort-coding-systems): New function.
13312 (find-coding-systems-region): Use
13313 find-coding-systems-region-internal.
13314 (find-coding-systems-string): Use find-coding-systems-region.
13315 (find-coding-systems-for-charsets): Check
13316 char-coding-system-table.
13317 (select-safe-coding-system-accept-default-p): New variable.
13318 (select-safe-coding-system): Mostly rewritten. New argument
13319 ACCEPT-DEFAULT-P.
13320 (select-message-coding-system): Call select-safe-coding-system
13321 with ACCEPT-DEFAULT-P arg.
13322 (reset-language-environment): Reset default-sendmail-coding-system
13323 to the default value iso-latin-1.
13324 (set-language-environment): Don't set the obsolete variable
13325 charset-origin-alist.
13326
13327 * international/codepage.el (cp-coding-system-for-codepage-1):
13328 Give `safe-chars' property to make-coding-system.
13329
13330 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13331 calling select-message-coding-system twice.
13332
13333 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13334 instead of `safe-charsets'.
13335 (cyrillic-alternativnyj): Likewise.
13336 (ccl-encode-alternativnyj): Don't check the charset
13337 cyrillic-iso8859-5.
13338
13339 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13340
13341 * composite.el (compose-chars-after): Preserve match data.
13342
13343 2000-07-26 Sam Steingold <sds@gnu.org>
13344
13345 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13346 (ange-ftp-real-file-newer-than-file-p): New function.
13347 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13348 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13349
13350 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13351 * midnight.el (midnight-float-time): Ditto.
13352
13353 2000-07-26 Andreas Schwab <schwab@suse.de>
13354
13355 * files.el (normal-backup-enable-predicate): Correct
13356 interpretation of the return value of compare-strings.
13357
13358 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13359
13360 * isearch.el (isearch-resume): New function.
13361 (isearch-done): Add something to command-history to resume
13362 the search.
13363 (isearch-yank-line, isearch-yank-word): Use
13364 buffer-substring-no-properties instead of buffer-substring.
13365
13366 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13367 of flyspell-mouse-map.
13368
13369 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13370 duplicate definition.
13371 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13372
13373 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13374 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13375
13376 2000-07-25 Sam Steingold <sds@gnu.org>
13377
13378 * net/ange-ftp.el: Get modtime over the net.
13379 (ange-ftp-file-modtime): New function.
13380 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13381 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13382 Use it.
13383 (ange-ftp-dot-to-slash): New function.
13384 (ange-ftp-fix-name-for-vms): Use it.
13385
13386 * midnight.el (midnight-buffer-display-time): Use
13387 `with-current-buffer'.
13388
13389 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13390
13391 * find-dired.el: Update copyright notice.
13392 (find-dired): Offer to kill a running `find'.
13393
13394 * enriched.el (enriched-face-ans): For a `foreground-color'
13395 property, return '(("x-color" COLOR))' so that COLOR will be
13396 output as a parameter of the x-color annotation. Likewise for the
13397 `background-color' property. In the case of normal face
13398 properties, don't return annotations for unspecified foreground
13399 and background face attributes.
13400
13401 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13402
13403 * language/japan-util.el (japanese-katakana-region): Fix handling
13404 HANKAKU argument.
13405
13406 2000-07-25 Miles Bader <miles@gnu.org>
13407
13408 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13409 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13410 constrain-to-field.
13411
13412 2000-07-24 Andrew Innes <andrewi@gnu.org>
13413
13414 * timer.el (timer-activate-when-idle): Add optional parameter
13415 DONT-WAIT. Update docstring.
13416 (run-with-idle-timer): Specify extra parameter to
13417 timer-activate-when-idle, so that timer will be activated
13418 immediately if Emacs is already idle.
13419
13420 * w32-fns.el (w32-using-nt): Fix docstring.
13421
13422 2000-07-24 Dave Love <fx@gnu.org>
13423
13424 * mouse.el (popup-menu): Set last-command-event.
13425 (mouse-major-mode-menu-prefix): Declare.
13426
13427 2000-07-24 Gerd Moellmann <gerd@gnu.org>
13428
13429 * textmodes/flyspell.el: Update to author's version 1.5d.
13430
13431 * progmodes/hideshow.el: Update copyright notice.
13432
13433 * vcursor.el: Set maintainer to FSF, since author cannot
13434 be reached.
13435
13436 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13437
13438 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13439 the prompt.
13440
13441 * mouse.el (popup-menu): Run the keymap through indirect-function,
13442 in case it was defined with define-prefix-key. If the menu is a
13443 list of keymaps, look up the binding of user's choice in each one
13444 of the keymaps.
13445 (mouse-popup-menubar): If the global and local menu-bar keymaps
13446 don't have a prompt string, create one and insert it into the
13447 keymap. Don't barf if current-local-map returns nil.
13448
13449 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13450
13451 * dired.el (dired-sort-R-check): Added to allow recursive listing
13452 to be undone.
13453 (dired-sort-other): Use it.
13454
13455 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13456
13457 * Release of cc-mode 5.27
13458
13459 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13460
13461 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13462 c-beginning-of-statement-1 that caused a bad case of recursion
13463 which could consume a lot of CPU in large classes in languages
13464 that have in-expression classes (i.e. Java and Pike).
13465
13466 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13467 statements before top level constructs (i.e. case 6 is moved
13468 before case 5 and is now case 4) to catch in-expression
13469 classes in top level expressions correctly.
13470
13471 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13472
13473 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13474 objc-method-intro. Case 4 removed and case 5I added.
13475
13476 * cc-langs.el (c-append-paragraph-start): New variable used by
13477 c-common-init to get paragraph-start correct.
13478 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13479 initialize paragraph-start to make it correct both with and
13480 without the javadoc special case.
13481
13482 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13483 initialize paragraph-start for javadoc markup.
13484
13485 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13486 change by defaulting this to t. It's motivated by the
13487 confusing behavior that otherwise arise from the style system
13488 when editing both java and non-java files at the same time
13489 (see the comments about style setting in c-common-init).
13490
13491 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13492
13493 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13494 similar to the one in c-fill-paragraph to check the fill
13495 prefix from the adaptive fill function for sanity.
13496
13497 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13498
13499 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13500 defun block.
13501
13502 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13503
13504 * cc-align.el (c-lineup-multi-inher): Handle lines with
13505 leading comma nicely. Extended to handle member initializers
13506 too.
13507
13508 * cc-engine.el: (c-beginning-of-inheritance-list,
13509 c-guess-basic-syntax): Fixed recognition of inheritance lists
13510 when the lines begins with a comma.
13511
13512 * cc-vars.el (c-offsets-alist): Changed default for
13513 member-init-cont to c-lineup-multi-inher since it now handles
13514 member initializers and indents better for leading commas.
13515
13516 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13517
13518 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13519 handling that caused class open lines to be recognized as
13520 statement-conts in some cases.
13521
13522 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13523 guessed by the adaptive fill function unless point is on the
13524 first line of a block comment.
13525
13526 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13527 when the buffer ends with a macro continuation char.
13528
13529 * cc-engine.el (c-guess-basic-syntax): Added support for
13530 function definitions as statements in Pike. The first
13531 statement in a lambda block is now labeled defun-block-intro
13532 instead of statement-block-intro.
13533
13534 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13535 so that the class surrounding point is selected, not the one
13536 innermost in the state.
13537
13538 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13539 recognition of switch labels having hanging multiline
13540 statements.
13541
13542 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13543 some code in c-guess-basic-syntax to a separate function.
13544 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13545 recognition of member inits with multiple line arglists.
13546 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13547 member-init-cont when the commas are in funny places.
13548
13549 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13550
13551 * cc-defs.el (c-auto-newline): Removed this macro since it's
13552 not used anymore.
13553
13554 * cc-engine.el (c-looking-at-bos): New helper function.
13555 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13556 inexpr and toplevel classes apart in Pike.
13557
13558 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13559 of case 9A.
13560
13561 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13562 constant, since "class" can introduce an in-expression class
13563 in Pike nowadays.
13564
13565 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13566
13567 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13568 indentation on cpp-macro lines.
13569
13570 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13571 a syntax modifier like comment-intro, to make it possible to
13572 get syntactic indentation for preprocessor directives. It's
13573 incompatible wrt to lineup functions on cpp-macro, but it has
13574 no observable effect in the 99.9% common case where cpp-macro
13575 is set to -1000.
13576
13577 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13578
13579 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13580 member-init-cont when the preceding arglist is several lines.
13581
13582 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13583
13584 * cc-styles.el (c-style-alist): The basic offset for the BSD
13585 style corrected to 8.
13586
13587 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13588
13589 * cc-styles.el (c-style-alist): Adjusted the indentation of
13590 brace list openers in the gnu style.
13591
13592 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13593
13594 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13595
13596 * cc-cmds.el (c-electric-brace, c-electric-slash,
13597 c-electric-star, c-electric-semi&comma, c-electric-colon,
13598 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13599 when c-syntactic-indentation is nil.
13600
13601 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13602 we were left at comments preceding the first statement when
13603 reaching the beginning of the buffer.
13604
13605 * cc-vars.el (c-syntactic-indentation): New variable to turn
13606 off all syntactic indentation.
13607
13608 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13609
13610 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13611 between the text and the block comment ender when it hangs,
13612 depending on how many there are before the fill.
13613
13614 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13615
13616 * cc-engine.el (c-beginning-of-closest-statement): New helper
13617 function to go back to the closest preceding statement start,
13618 which could be inside a conditional statement.
13619 * cc-engine.el (c-guess-basic-syntax): Use
13620 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13621
13622 * cc-engine.el (c-guess-basic-syntax): Better handling of
13623 arglist-intro, arglist-cont-nonempty and arglist-close when
13624 the arglist is nested inside parens. Cases 7A, 7C and 7F
13625 changed.
13626
13627 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13628 up-to-date with javadoc 1.2.
13629
13630 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13631
13632 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13633 multiline Pike type decls.
13634
13635 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13636
13637 * cc-cmds.el (c-indent-new-comment-line): Always break
13638 multiline comments in multiline mode, regardless of
13639 comment-multi-line.
13640
13641 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13642
13643 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13644 fully::qualified::names in C++ member init lists. Preamble in
13645 case 5D changed.
13646
13647 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13648
13649 * cc-langs.el (c-common-init): Handling of obsolete variables
13650 moved to c-initialize-cc-mode. More compatible style override
13651 when using global style variables.
13652 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13653 variables moved here.
13654
13655 * cc-styles.el (c-make-styles-buffer-local): Flag style
13656 variable localness in c-style-variables-are-local-p to make
13657 the compatibility measure in c-common-init work well.
13658
13659 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13660 longer contain set-from-style.
13661 * cc-styles.el (c-initialize-builtin-style): Don't check for
13662 set-from-style on c-special-indent-hook.
13663 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13664 copy-alist is sufficient now.
13665
13666 * cc-styles.el (c-set-style, c-set-style-1,
13667 c-get-style-variables): Fixes to variable initialization so
13668 that duplicate entries in styles have the same effect
13669 regardless of DONT-OVERRIDE.
13670
13671 * cc-styles.el (c-set-style-2): Fixed bug where the
13672 initialization of inheriting styles failed when the
13673 dont-override flag is set.
13674
13675 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13676 on this.
13677
13678 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13679
13680 * cc-defs.el (c-forward-comment): Removed the workaround
13681 introduced in 5.38 since it had worse side-effects. If a line
13682 contains the string "//\"", it regarded the // as a comment
13683 start since the \ temporarily doesn't have escape syntax.
13684
13685 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
13686
13687 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13688 ada-xref.el before ada-prj.el, so that the Project menu is created
13689 when ada-prj tries to add to it.
13690 (ada-activate-keys-for-case): Suppress the characters that are not
13691 part of the Ada syntax. Better compatibility with else-mode
13692 (ada-adjust-case-interactive): When auto-casing is not active,
13693 correctly insert newlines (used to insert only ^M). Prevent the
13694 syntax table from being changed in case of an error
13695 (or '_' becomes part of a word and some commands are confused).
13696 Do nothing if ada-auto-case is nil.
13697 (ada-after-keyword-p): Ignore keywords that are also attributes
13698 (ada-batch-reformat): Update usage comment
13699 (ada-call-from-contextual-menu): New function
13700 (ada-case-read-exceptions): Reinitialize the casing exception list
13701 first to nil first, so that the casing exception file can be
13702 shared.
13703 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13704 files.
13705 (ada-compile-goto-error): Fix regexp used to detect a file:line
13706 anywhere in the error message
13707 (ada-contextual-menu-last-point): New variable
13708 (ada-create-keymap): If the variable delete-key-deletes-forward is
13709 t on XEmacs, it means that DEL should delete one character
13710 forward.
13711 (ada-create-menu): Use :included instead of :visible for XEmacs.
13712 New submenu "Options".
13713 (ada-end-stmt-re): Correctly indent "select ... then abort"
13714 statements.
13715 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13716 even if they don't match ada-fill-comment-prefix Fix handling of
13717 paragraphs on the first or last line of a file.
13718 (ada-format-paramlist): Fix handling of default parameter values.
13719 (ada-get-body-name): New function.
13720 (ada-get-current-indent): Optimized by searchling directly for an
13721 existing generic part or a statement outside of it. Handle
13722 ada-indent-align-comments when indenting comments Replaced some
13723 regexps by testing directly the next character. This results in a
13724 huge speedup on some files. New indentation scheme for renames
13725 statements. Stop looking for the 'while' or 'for' associated with
13726 a 'loop' at the first semicolon encountered. A "return" can also
13727 match an anonymous access subprogram declaration.
13728 (ada-get-indent-noindent): Ignore strings and comments when
13729 looking for the keywords "record" and "private".
13730 (ada-goto-matching-decl-start): When matching "if", make sure we
13731 are not in fact seeing "end if". Ignore "when" statements except
13732 when initial keyword was "begin". Fix handling of nested
13733 procedures. Add a recursive call to this function to skip over
13734 other 'end' statmts. Fix indentation for "when .. => begin"
13735 (ada-in-open-paren-p): Fix indentation for complex boolean
13736 expressions, where 'and then', 'or else' and parenthesis
13737 statements are mixed up.
13738 (ada-in-paramlist-p): Skip comments while searching for the
13739 beginning Fix handling of operator declarations.
13740 (ada-indent-align-comments): New variable
13741 (ada-indent-current): Change the syntax table only in the
13742 protected section, so that we are sure it is restored correctly.
13743 (ada-indent-on-previous-lines): Use ada-use-indent and
13744 ada-with-indent Correctly indent "select ... then"
13745 (ada-indent-region): Slight speedup.
13746 (ada-indent-renames): New variable.
13747 (ada-last-which-function-subprog, ada-last-which-function-line):
13748 New variables
13749 (ada-looking-at-semi-private): Correctly indent the 'private'
13750 keyword when it is the first word in a package declaration.
13751 (ada-loose-case-word): Stop searching if at the end of the buffer.
13752 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13753 even if point is not initially at the end of the word.
13754 (ada-matching-decl-start-re): Add "when".
13755 (ada-mode): Add support for abbrev-mode, outline-mode and
13756 which-func-mode Override the old find-file.el entry in
13757 ff-special-constructs since it is using the obsolete
13758 ada-spec-suffix variable
13759 (ada-no-auto-case): New function
13760 (ada-scan-paramlist): When parsing the argument type, accept
13761 spaces (as in "X 'Class", generated by Rational Rose).
13762 (ada-other-file-name): No longer loads the other file.
13763 (ada-popup-menu): Save and restore the current buffer and cursor
13764 position before and after displaying the menu.
13765 (ada-search-ignore-complex-boolean): New function.
13766 (ada-uncomment-region): Emacs21 already knows how to delete
13767 comments not starting in the first column.
13768 (ada-use-indent): New variable
13769 (ada-which-function): New function.
13770 (ada-with-indent): New variable
13771 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13772 can be batch-compiled from the command line.
13773
13774 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13775 Add to the menu when the file is loaded, not in ada-mode-hook.
13776 Add -toolbar to the default ddd command Switches moved from
13777 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13778 ada-prj-default-comp-opt
13779 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13780 Reference Manual to the menu
13781 (ada-check-current): rewritten as a call to ada-compile-current
13782 (ada-compile): Removed.
13783 (ada-compile-application, ada-compile-current, ada-check-current):
13784 Set the compilation-search-path so that compile.el automatically
13785 finds the sources in src_dir. Automatic scrollong of the
13786 compilation buffer. C-uC-cC-c asks for confirmation before
13787 compiling
13788 (ada-compile-current): New parameter, prj-field
13789 (ada-complete-identifier): Load the .ali file before doing
13790 processing
13791 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13792 conform to gnatmake's behavior.
13793 (ada-find-file-in-dir): New function
13794 (ada-find-references): Set the environment variables for gnatfind
13795 (ada-find-src-file-in-dir): New function.
13796 (ada-first-non-nil): Removed
13797 (ada-gdb-application): Add support for jdb, the java debugger.
13798 (ada-get-ada-file-name): Load the original-file first if not done
13799 yet.
13800 (ada-get-all-references): Handles the new ali syntax (parent types
13801 are found between <>).
13802 (ada-initialize-runtime-library): New function
13803 (ada-mode-hook): Always load a project file when a file is opened,
13804 so that the casing exceptions are correctly read.
13805 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13806 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13807 to open the project file, since the latter does not work with
13808 speedbar Get default values before loading the prj file, or the
13809 default executable file name is wrong. Use the absolute value of
13810 src_dir to initialize ada-search-directories and
13811 compilation-search-path,... Add the standard runtime library to
13812 the search path for find-file.
13813 (ada-prj-default-debugger): Was missing an opening '{'
13814 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13815 variables.
13816 (ada-prj-default-gnatmake-opt): New variable
13817 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13818 buffers, the project file is the default one Save the windows
13819 configuration before displaying the menu.
13820 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13821 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13822 ...) regexp-quote identifiers names to support operators +,
13823 -,... in regexps.
13824 (ada-remote): New function.
13825 (ada-run-application): Erase the output buffer before starting the
13826 run Support remote execution of the application. Use
13827 call-process, or the arguments are incorrectly parsed
13828 (ada-set-default-project-file): Reread the content of the active
13829 project file, not the one from the current buffer When a project
13830 file is set as the default project, all directories are
13831 automatically associated with it.
13832 (ada-set-environment): New function
13833 (ada-treat-cmd-string): New special variable ${current}
13834 (ada-treat-cmd-string): Revised. The substitution is now done for
13835 any ${...} substring
13836 (ada-xref-current): If no body was found, compiles the spec
13837 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13838 compiler to get rid of command line length limitations.
13839 (ada-xref-get-project-field): New function
13840 (ada-xref-project-files): New variable
13841 (ada-xref-runtime-library-specs-path)
13842 (ada-xref-runtime-library-ali-path): New variables
13843 (ada-xref-set-default-prj-values): Default run command now does a
13844 cd to the build directory. New field: main_unit Provide a default
13845 file name even if the current buffer has no prj file.
13846
13847 * ada-prj.el:
13848 Rewritten to show a tabbed-dialog.
13849 (ada-prj-add-ada-menu): Remove the map and name parameters.
13850 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13851 New function
13852 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13853 (ada-prj-load-from-file): New function
13854 (ada-prj-save): Always save fields that depend on the current buffer
13855 (ada-prj-show-value): New function
13856
13857 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13858 Ada mode. This will allow us to display the Ada menu in any buffer
13859 we want (for project items).
13860 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13861 number of spaces in the header.
13862
13863 2000-07-24 Dave Love <fx@gnu.org>
13864
13865 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13866
13867 2000-07-23 Noah Friedman <friedman@splode.com>
13868
13869 * type-break.el (type-break): perform autosave.
13870 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13871 (type-break-do-query): Cancel query schedule while performing
13872 actual query, to avoid possibility of a second query being made
13873 while first one is already in progress.
13874 (type-break-time-stamp-format): New variable.
13875 (type-break-time-stamp): New function.
13876 (type-break-time-warning): Use it.
13877 (type-break-keystroke-warning): Use it.
13878 (type-break-noninteractive-query): Use it.
13879
13880 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13881 cookie.
13882 Use add-minor-mode to set minor-mode-alist, if available.
13883 (eldoc-echo-area-use-multiline-p): New user option.
13884 (eldoc-echo-area-multiline-supported-p): New variable.
13885 (eldoc-docstring-format-sym-doc): Use them.
13886 (eldoc-mode): If not using idle timers, append to local post and
13887 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13888 (eldoc-display-message-no-interference-p): Don't interfere with
13889 edebug.
13890 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13891 (eldoc-function-arglist): New function.
13892 (eldoc-function-argstring): Use it.
13893
13894 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13895 auto save directory exists before calling directory-files.
13896
13897 2000-07-23 Dave Love <fx@gnu.org>
13898
13899 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13900 ^o, ^u.
13901
13902 2000-07-21 Dave Love <fx@gnu.org>
13903
13904 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13905 now passed to the function. It now works properly.
13906
13907 * smerge-mode.el (smerge-mode-menu): Fill it out.
13908
13909 2000-07-20 Gerd Moellmann <gerd@gnu.org>
13910
13911 * info-look.el (info-lookup): If *info* is shown in another frame
13912 on the same display, select that frame, instead of switching to
13913 the Info buffer in another window of the selected frame.
13914
13915 * simple.el (universal-argument-map): Bind numeric keypad keys
13916 kp-0 to kp-9 and kp-subtract.
13917 (digit-argument): Handle these keys.
13918
13919 2000-07-20 Dave Love <fx@gnu.org>
13920
13921 * net/goto-addr.el (goto-address-fontify): Don't bother with
13922 buffer-modified and read-only stuff -- irrelevant with overlays.
13923 Put an extra property on the overlays and use it to clean up in
13924 case goto-address is re-run.
13925
13926 2000-07-19 Richard M. Stallman <rms@gnu.org>
13927
13928 * timer.el (run-with-idle-timer): Doc fix.
13929
13930 * mail/mail-utils.el (mail-strip-quoted-names):
13931 Handle case where <...> appears inside "...".
13932 Use replace-match to edit the string more simply.
13933 (rmail-dont-reply-to): Cope with an unmatched ".
13934
13935 2000-07-19 Dave Love <fx@gnu.org>
13936
13937 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13938 implementation.
13939
13940 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13941 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13942 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13943
13944 2000-07-19 Gerd Moellmann <gerd@gnu.org>
13945
13946 * textmodes/refer.el: Correct maintainer's email address.
13947
13948 * progmodes/hideif.el: Correct author's email address.
13949 Fix typo in comment.
13950
13951 * xml.el: New file.
13952
13953 * mail/mailheader.el: Correct author's mail address.
13954
13955 * gnus/parse-time.el: Correct author's mail address.
13956
13957 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13958
13959 * comint.el (comint-highlight-input, comint-highlight-face):
13960 New user options.
13961 (comint-input-ring-file-name): Change custom type.
13962 (comint-mode-map): Bind mouse-2.
13963 (comint-insert-clicked-input): New function.
13964 (comint-send-input): Handle input highlighting.
13965
13966 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13967
13968 * mouse.el (popup-menu): New function.
13969 (mouse-major-mode-menu): Use it.
13970
13971 2000-07-18 Dave Love <fx@gnu.org>
13972
13973 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13974 improvements.
13975
13976 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13977
13978 * faces.el (face-font-selection-order)
13979 (face-font-family-alternatives): Add custom type.
13980
13981 2000-07-18 Dave Love <fx@gnu.org>
13982
13983 * cus-edit.el (custom-variable-reset-saved)
13984 (custom-variable-reset-standard): Remove unused bindings.
13985
13986 * rect.el (open-rectangle-line): Remove unused let.
13987
13988 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13989
13990 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13991
13992 * cdl.el: Fix `Maintainer' keyword.
13993
13994 * play/pong.el: Add author's email address.
13995
13996 2000-07-17 Sam Steingold <sds@gnu.org>
13997
13998 * files.el (insert-directory): Call `split-string' instead of
13999 re-implementing it.
14000
14001 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14002
14003 * mail/vms-pmail.el: Change maintainer to FSF.
14004
14005 * net/goto-addr.el: Change maintainer to FSF.
14006
14007 * info.el (Info-title-face-alist): Removed.
14008
14009 2000-07-18 David Ponce <david@dponce.com>
14010
14011 * recentf.el (recentf-open-files): New command that works like
14012 `recentf-open-more-files', but shows the whole list of files (not just
14013 those omitted from the menu). Useful if you don't use a menu-bar!
14014 (recentf-open-more-files) Modified to use `recentf-open-files'.
14015
14016 (recentf-open-files, recentf-open-more-files)
14017 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14018
14019 (recentf-dialog-mode): New mode for dialogs. You can now just type
14020 "q" to cancel the dialogs.
14021
14022 2000-07-18 David Ponce <david@dponce.com>
14023
14024 * recentf.el: This is a major update of recentf.el. It adds new
14025 features to better organize the recentf menu and "More..." buffer.
14026
14027 Using new provided menu filtering functions you can now organize the
14028 recent files list:
14029
14030 - by major modes
14031 - by directories
14032 - by user defined rules
14033
14034 Finally, with the new `recentf-filter-changer' customizable filter you
14035 can define a ring of filters and dynamically (via the menu) cycle on
14036 each menu organization in the ring (a la msb).
14037
14038 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14039
14040 * eshell/eshell.el (eshell): Replace links to eshell.info with
14041 links to eshell, to avoid problems on systems where the manual is
14042 installed as `eshell'.
14043 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14044 * eshell/em-smart.el (eshell-smart): Ditto.
14045 * eshell/em-banner.el (eshell-banner): Ditto.
14046 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14047
14048 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14049 same-file check in the MS-DOS version (it does support inodes).
14050
14051 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14052
14053 * eshell/eshell.el (eshell-directory-name):
14054 Run default directory name through convert-standard-filename.
14055
14056 2000-07-18 Kenichi Handa <handa@etl.go.jp>
14057
14058 * international/mule-cmds.el (select-safe-coding-system):
14059 Fix typo in the comment.
14060
14061 * language/european.el (compound-text):
14062 Force katakana-jisx0201 to be designated to G1.
14063
14064 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14065 Don't translate some national variant characters of latin-jisx0201.
14066 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14067
14068 * international/kkc.el (kkc-after-update-conversion-functions):
14069 New variable.
14070 (kkc-update-conversion): Run functions in it at the tail.
14071
14072 2000-07-16 John Wiegley <johnw@gnu.org>
14073
14074 * lisp/align.el (align-newline-and-indent):
14075 Adding new function. for auto-aligning blocks of code on RET.
14076 (align-region): Fixed badly formatted minibuffer message.
14077
14078 2000-07-17 Kenichi Handa <handa@etl.go.jp>
14079
14080 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14081 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14082 the conversion list at first if appropriate.
14083 (kkc-next): Don't update kkc-next-count here.
14084 (kkc-prev): Don't update kkc-prev-count here.
14085 (kkc-show-conversion-list-update): Fix setting up of conversion
14086 list message.
14087
14088 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14089
14090 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14091
14092 2000-07-16 Dave Love <fx@gnu.org>
14093
14094 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14095 function to be more specific.
14096
14097 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14098 non-string help-echo.
14099 (widget-types-convert-widget): Defsubst it.
14100 (widget-echo-help): Try to cope with a help-echo function of two
14101 possible sorts.
14102
14103 2000-07-15 Jason Rumney <jasonr@gnu.org>
14104
14105 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14106 Declare as obsolete.
14107
14108 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14109
14110 2000-07-14 Gerd Moellmann <gerd@gnu.org>
14111
14112 * hilit-chg.el: Fix typo.
14113
14114 2000-07-14 Dave Love <fx@gnu.org>
14115
14116 * info.el (Info-mode-menu): Fix use of :help, :enable.
14117
14118 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14119
14120 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14121
14122 2000-07-13 Dave Love <fx@gnu.org>
14123
14124 * emacs-lisp/easymenu.el: Doc fixes.
14125 (easy-menu-remove): Defalias to ignore.
14126
14127 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14128 Call throw correctly.
14129
14130 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14131
14132 * faces.el (frame-background-mode): Doc fix.
14133
14134 * simple.el (eval-expression-print-length): Change custom type to
14135 allow entering nil as value.
14136
14137 2000-07-13 Dave Love <fx@gnu.org>
14138
14139 * progmodes/fortran.el (fortran-imenu-generic-expression):
14140 Change definition layout.
14141 (fortran-mode-menu): Reinstate customize entries.
14142
14143 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14144 Use :filter, per old XEmacs code.
14145
14146 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14147
14148 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14149 event when deciding what to send to the terminal.
14150
14151 2000-07-12 Dave Love <fx@gnu.org>
14152
14153 * cus-start.el: Add optional version as 4th element of specs and
14154 use it for several things new in v21. Remove load-path. Fix type
14155 of line-number-display-limit.
14156
14157 2000-07-11 Dave Love <fx@gnu.org>
14158
14159 * progmodes/fortran.el: Don't require easymenu.
14160 Use repeat counts in various regexps.
14161 (fortran-mode-syntax-table): Defvar directly.
14162 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14163 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14164 Use defvar, not defconst.
14165 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14166 (fortran-mode): Set fortran-comment-line-start-skip,
14167 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14168 (fortran-comment-indent): Use defsubst.
14169 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14170 Use fortran-comment-indent, not fortran-comment-indent-function.
14171 (fortran-comment-region, fortran-electric-line-number): Simplify.
14172 (fortran-auto-fill): New function.
14173 (fortran-do-auto-fill): Deleted.
14174 (fortran-find-comment-start-skip):
14175 Check for non-null comment-start-skip.
14176 (fortran-auto-fill-mode, fortran-fill-statement):
14177 Use fortran-auto-fill.
14178 (fortran-fill): Use fortran-auto-fill. Check for null
14179 comment-start-skip. Simplify final clause and use end-of-line finally.
14180
14181 * widget.el (widget-plist-member): New alias.
14182
14183 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14184
14185 * eshell/esh-module.el (toplevel): Reference
14186 byte-compile-current-file only if it is bound.
14187
14188 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14189
14190 * dired.el: Don't require `dired-aux'.
14191
14192 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14193
14194 * dired-aux.el (dired-show-file-type): New function.
14195 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14196 (dired-show-file-type): Add autoload.
14197
14198 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14199
14200 * international/mule-diag.el (describe-font): Adjusted for the
14201 change of fontset-info.
14202 (print-fontset): Likewise.
14203
14204 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14205
14206 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14207
14208 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14209
14210 * bindings.el: Bind `[delete]' to delete-char.
14211
14212 * dired.el (dired-find-alternate-file): New function.
14213 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14214 (toplevel): Require dired-aux when compiling.
14215 (dired-buffers): Move defvar within file to avoid compiler warning.
14216
14217 * info.el (Info-last-search): Variable removed.
14218 (Info-search-history): New variable.
14219 (Info-search): New Info-search-history.
14220
14221 * battery.el, info-look.el: Change author's mail address.
14222
14223 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14224
14225 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14226 if rmail-ignored-headers is nil.
14227 (rmail-retry-failure): Bind rmail-ignored-headers and
14228 rmail-displayed-headers to nil.
14229
14230 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14231
14232 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14233 (print-region-1): Don't hard code `-h' here.
14234
14235 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14236
14237 2000-07-01 Francesco Potorti` <pot@gnu.org>
14238
14239 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14240 exim can use "your message" instead of "the message".
14241
14242 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14243
14244 * facemenu.el: Docstrings fixes.
14245 (facemenu-get-face): Don't use internal-find-face.
14246 (facemenu-iterate): Rename arg to match the docstring.
14247
14248 * newcomment.el (uncomment-region): Be more careful when skipping
14249 backwards over `=' not to bump into BOBP.
14250
14251 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14252
14253 * ediff-diff.el (ediff-wordify): Use syntax table.
14254 * ediff-init.el (ediff-has-face-support-p): Use
14255 ediff-color-display-p.
14256 (ediff-color-display-p): Use display-color-p, changed to defun
14257 from defsubst.
14258 Got rid of special cases for NeXT and OS/2.
14259 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14260 face.
14261
14262 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14263
14264 * emacs-lisp/lucid.el: Require CL.
14265 (copy-tree, remprop): Remove, it's provided by CL.
14266 (map-keymap): Define in terms of cl-map-keymap.
14267 (extent-property, set-extent-end-glyph): New functions.
14268
14269 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14270
14271 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14272
14273 * Makefile.in (DONTCOMPILE): Add comment that the name may
14274 not be changed without changing the make-dist script.
14275
14276 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14277 (cl-mapc): Use mapc instead of cl-old-mapc.
14278
14279 2000-07-05 Andrew Innes <andrewi@gnu.org>
14280
14281 * makefile.nt: Add support for `bootstrap' and related targets.
14282
14283 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14284
14285 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14286 (easy-menu-do-define): Use `menu-item' format.
14287 Handle case where easy-menu-create-menu returns a symbol.
14288 Manually call the potential top-level filter in the function binding.
14289 (easy-menu-filter-return): New arg NAME.
14290 Convert to a keymap if MENU is an XEmacs menu.
14291 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14292 (easy-menu-converted-items-table, easy-menu-convert-item):
14293 New var and fun to memoize easy-menu-convert-item-1.
14294 (easy-menu-do-add-item): Use it.
14295 (easy-menu-create-menu): Use easy-menu-convert-item.
14296 Wrap easy-menu-filter-return around any :filter specification.
14297 Don't convert the menu if a filter was specified.
14298 Tell easy-menu-make-symbol not to check for MENU being an expression.
14299 (easy-menu-make-symbol): New arg NOEXP.
14300
14301 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14302
14303 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14304 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14305 (eval-defun): If called with prefix arg, instrument code for
14306 Edebug.
14307
14308 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14309 similar to that of eval-defun.
14310
14311 2000-07-04 Dave Love <fx@gnu.org>
14312
14313 * hl-line.el (hl-line-overlay): Make it permanent-local.
14314
14315 * calendar/todo-mode.el: Replaced with a working version, based on
14316 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14317
14318 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14319
14320 * paths.el (prune-directory-list): New function.
14321 (Info-default-directory-list): Rewritten to more methodically
14322 enumerate a big list of possible info directories (based on the
14323 list used by the standalone info reader).
14324
14325 * info.el (info-initialize): Use prune-directory-list to remove
14326 non-existent directories from Info-directory-list.
14327
14328 * paths.el (Info-default-directory-list): Try a list of possible
14329 info-directories instead of a single one. Add the possible
14330 info directory "/usr/share/info".
14331
14332 * woman.el (woman-man.conf-path): Explicitly include the debian
14333 man-db config file "/etc/manpath.config".
14334 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14335 are present in `manpath.config'.
14336 (woman-manpath): Include "/usr/share/man".
14337
14338 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14339
14340 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14341
14342 * startup.el (command-line): Initialize blink-cursor based
14343 on window-system.
14344
14345 * frame.el (blink-cursor): Default to nil if not running under
14346 a window-system.
14347
14348 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14349 (face-x-resources): Remove duplicate entry for :font.
14350
14351 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14352 instead of cycling through windows with next-window.
14353
14354 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14355 of cycling through windows with next-window.
14356
14357 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14358 of cycling through windows with next-window.
14359
14360 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14361 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14362 instead of cycling through windows with next-window.
14363
14364 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14365 instead of cycling through windows with next-window.
14366
14367 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14368 of cycling through windows with next-window.
14369
14370 * terminal.el (te-process-output): Use walk-windows instead of
14371 cycling through windows with next-window.
14372
14373 * server.el (server-switch-buffer): Use some-window instead of
14374 cycling through windows with next-window.
14375
14376 * window.el (some-window): New function.
14377 (walk-windows): Remove reference to walk-windows-start.
14378
14379 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14380
14381 2000-07-03 Richard Stallman <rms@gnu.org>
14382
14383 * window.el (walk-windows): Guarantee termination by keeping a list
14384 of all the windows already handled.
14385
14386 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14387
14388 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14389 window-system.
14390
14391 * man.el (Man-notify-when-ready): Don't use window-system. If
14392 Man-notify-method is newframe, and the display is not
14393 multi-frame, select the frame created for the man page.
14394 (Man-init-defvars): Doc fix.
14395
14396 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14397
14398 * faces.el (region): Change background color for light background.
14399
14400 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14401 attribute from mode-line face of Ediff control frame.
14402
14403 * replace.el (query-replace-map): Bind `e' like `E'.
14404
14405 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14406
14407 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14408 Change name to "Select All".
14409
14410 * dos-fns.el (convert-standard-filename): Fix last change.
14411
14412 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14413
14414 * help.el (describe-variable): Don't insert a second `'s' in front
14415 of the string `value is shown below'. Since the syntax-table is
14416 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14417 an existing `'s', so that this won't be deleted.
14418
14419 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14420 * pcmpl-unix.el: New files.
14421
14422 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14423
14424 * wid-edit.el (widget-member): Use the new plist-member.
14425
14426 2000-06-26 Gerd Moellmann <gerd@gnu.org>
14427
14428 * replace.el (perform-replace): Undo change of 2000-04-04.
14429 Instead, move backward 1 character at the end of the loop when
14430 necessary.
14431
14432 * faces.el (fringe): Change face for different backgrounds.
14433
14434 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14435 patch from John.
14436
14437 * eshell/*.el: Change spelling of the Free Software Foundation.
14438
14439 * eshell/esh-toggle.el: Removed.
14440
14441 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14442
14443 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14444 interactively.
14445
14446 2000-06-26 Alex Schroeder <alex@gnu.org>
14447
14448 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14449 `define-key'; instead of checking `(emacs-version)' check for
14450 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14451 for `;' and `o' which might be electric.
14452
14453 (sql-electric-stuff): New user option.
14454 (sql-magic-go): New function which uses `sql-electric-stuff'.
14455 (sql-magic-semicolon): New function which uses
14456 `sql-electric-stuff'.
14457
14458 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14459 is not fboundp.
14460
14461 (sql-oracle-options): New variable.
14462 (sql-oracle): Use it.
14463
14464 (sql-imenu-generic-expression): Doc change.
14465 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14466 is used.
14467
14468 (sql-informix): Added command line parameter "-" to force
14469 sql-informix-program to use stdout.
14470
14471 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14472
14473 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14474 (cp864-decode-table): Doc fix.
14475 (cp720-decode-table): New variable, supports the Arabic OEM
14476 codepage used by Windows.
14477 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14478
14479 2000-06-23 Dave Love <fx@gnu.org>
14480
14481 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14482 (font-lock-fontify-anchored-keywords): Use
14483 line-beginning-position.
14484 (global-font-lock-mode): Use mapc.
14485
14486 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14487
14488 * eshell/esh-module.el: Require CL when compiling.
14489
14490 2000-06-23 Gerd Moellmann <gerd@gnu.org>
14491
14492 * comint.el (comint-substitute-in-file-name): Call replace-match
14493 with second and third arg t.
14494
14495 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14496 Specify foreground color.
14497
14498 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14499 color.
14500
14501 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14502
14503 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14504 cddr instead of cdddr.
14505
14506 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14507 instead of copy-list.
14508
14509 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14510 of copy-list.
14511
14512 * subdirs.el: Add eshell subdirectory.
14513
14514 * eshell: New subdirectory containing the Eshell package.
14515
14516 * pcomplete.el: New file.
14517
14518 2000-06-23 Paul Eggert <eggert@twinsun.com>
14519
14520 * mail/mailpost.el (post-mail-send-it): Make sure file has
14521 proper permissions from birth.
14522
14523 * files.el (basic-save-buffer-2): When temporarily setting
14524 file modes, set them to current modes plus 0200, not to 0777.
14525
14526 * emerge.el (emerge-make-temp-file): Make sure file has proper
14527 permissions from birth.
14528
14529 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14530
14531 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14532 backup file name through convert-standard-filename.
14533
14534 * dos-fns.el (convert-standard-filename): Convert leading
14535 directories as well. When long file names are supported, convert
14536 characters that are invalid in Windows file names.
14537
14538 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14539
14540 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14541 ps-print crashes. New feature: page selection for printing. Create
14542 raw-text-unix coding system for XEmacs. Doc fix.
14543 (ps-print-version): New version number (5.2.3).
14544 (ps-plot-region): Bug fix.
14545 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14546 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14547 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14548 funs.
14549 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14550 (ps-last-page): New vars.
14551
14552 2000-06-21 Gerd Moellmann <gerd@gnu.org>
14553
14554 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14555 empty option string.
14556
14557 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14558
14559 * man.el (man): Doc fix.
14560
14561 2000-06-21 Kenichi Handa <handa@etl.go.jp>
14562
14563 * international/mule-cmds.el (set-language-info-alist): Docstring
14564 fixed.
14565
14566 2000-06-20 Gerd Moellmann <gerd@gnu.org>
14567
14568 * version.el (emacs-version): Use ISO date format.
14569
14570 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14571 instead of `M-backspace'.
14572
14573 * simple.el (turn-off-auto-fill): New function.
14574
14575 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14576
14577 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14578 Renamed from with-buffer-prepared-for-font-lock and use
14579 inhibit-modification-hooks rather than setting *-change-functions.
14580 Update all functions to use the new name.
14581 (jit-lock-first-unfontify-pos): New semantics (and doc).
14582 (jit-lock-mode): Make non-interactive.
14583 Don't automatically turn on font-lock.
14584 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14585 Always use jit-lock-after-change.
14586 Remove and restore font-lock-after-change-function.
14587 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14588 (jit-lock-after-unfontify-buffer): Remove.
14589 (jit-lock-stealth-fontify):
14590 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14591 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14592
14593 2000-06-20 Sam Steingold <sds@gnu.org>
14594
14595 * emacs-lisp/cl-indent.el (toplevel): Indent
14596 `print-unreadable-object' properly. Untabify.
14597
14598 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14599
14600 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14601 Support for bibentry.
14602 (reftex-compile-variables): Fixed problem with end of section-re.
14603
14604 * texmodes/reftex-dcr.el (reftex-view-crossref,
14605 reftex-view-crossref-from-bibtex):
14606 Deal with changed `reftex-find-citation-regexp-format'.
14607 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14608 Replaced `remprop' with `put'.
14609 (reftex-view-crossref, reftex-view-crossref-when-idle):
14610 Support for bibentry.
14611
14612 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14613 New entry for bibentry package.
14614
14615 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14616 Regexp also matches "\nobibliography".
14617
14618 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14619 Call `reftex-ensure-write-access' before doing anything.
14620 (reftex-ensure-write-access): New function.
14621
14622 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14623
14624 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14625
14626 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14627
14628 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14629
14630 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14631
14632
14633 2000-06-20 Dave Love <fx@gnu.org>
14634
14635 * faces.el (frame-background-mode): Use set-default, not set, in
14636 setter.
14637 (frame-update-faces, frame-update-face-colors): Define with
14638 defalias.
14639
14640 * enriched.el (enriched-decode-foreground)
14641 (enriched-decode-background): Don't use internal-find-face.
14642
14643 * apropos.el: Doc fixes.
14644
14645 * cus-edit.el (customize-changed-options): Check arg.
14646 (customize-version-lessp): Don't require decimal point.
14647
14648 * custom.el (defcustom, defgroup): Doc fix.
14649
14650 * newcomment.el (comment) <defgroup>: Add :version.
14651 (comment-multi-line): Doc fix.
14652
14653 * emulation/mlsupport.el (define-hooked-local-abbrev,
14654 define-hooked-global-abbrev): Fix, using define-abbrev.
14655
14656 2000-06-19 Gerd Moellmann <gerd@gnu.org>
14657
14658 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14659 the whole buffer.
14660
14661 2000-06-19 Dave Love <fx@gnu.org>
14662
14663 * menu-bar.el (menu-bar-options-save): New function.
14664 (menu-bar-options-menu): Use it.
14665 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14666 Simplify.
14667
14668 2000-06-19 Andreas Schwab <schwab@suse.de>
14669
14670 * progmodes/etags.el (tags-query-replace): Put new parameters
14671 START and END at the end, for backward compatibility.
14672
14673 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14674
14675 * international/codepage.el:
14676 (cp-coding-system-for-codepage-1): Delete special codes for
14677 generating xxx-dos coding system because now a CCL based coding
14678 system can handle EOL conversion by default.
14679
14680 * international/mule.el (make-coding-system): Generate subsidiary
14681 coding systems for EOL handling variants even for a CCL based
14682 coding system.
14683
14684 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14685
14686 * international/isearch-x.el (isearch-minibuffer-input-method)
14687 (isearch-minibuffer-input-method-function): These variables
14688 deleted.
14689 (isearch-with-input-method): Don't use the above variables.
14690 (isearch-process-search-multibyte-characters): Likewise. Call
14691 read-string with the arg INHERIT-INPUT-METHOD t.
14692
14693 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14694
14695 * font-lock.el (font-lock-after-fontify-buffer)
14696 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14697
14698 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14699 Use consistent make-local-variable style for font-lock-fontified.
14700 (jit-lock-fontify-buffer):
14701 Don't bother checking for font-lock-mode and jit-lock-mode.
14702
14703 * time.el: Remove trailing ^M that prevent CVS-merging.
14704
14705 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14706
14707 * Makefile.in (distclean): New target.
14708
14709 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14710
14711 * Makefile.in (srcdir): Define for update-subdirs.
14712
14713 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14714
14715 * find-lisp.el: New file.
14716
14717 2000-06-16 Andrew Innes <andrewi@gnu.org>
14718
14719 * time.el (display-time-mail-function): New variable, to allow
14720 external packages to indicate when new mail is available.
14721 (display-time-update): Use it.
14722
14723 2000-06-16 Kenichi Handa <handa@etl.go.jp>
14724
14725 * international/mule.el (mule-version): Change version name to
14726 SAKAKI. AOI has already been used by Meadow.
14727
14728 * international/quail.el (quail-show-guidance-buf): To find the
14729 bottom window (but minibuffer), pay attention to the height of
14730 minibuffer.
14731
14732 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14733
14734 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14735 menu-bar menus. Add help strings. Don't remove the Edit menu
14736 from the menu bar, as the menu bar has enough space now.
14737
14738 * Makefile.in (SHELL): Make sure /bin/sh is used.
14739
14740 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14741 characters, which use series of two ^H characters instead of one.
14742
14743 2000-06-15 Gerd Moellmann <gerd@gnu.org>
14744
14745 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14746 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14747 functions.
14748 (Info-find-node-2): Try a case-sensitive search first, then
14749 do a case-insensitive search.
14750
14751 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14752 tutorials.
14753
14754 * complete.el (PC-env-vars-alist): New variable.
14755 (PC-complete-as-file-name): New function.
14756 (partial-completion-mode): Initialize PC-env-vars-alist from
14757 process-environment.
14758 (PC-do-completion): Handle completion of env vars.
14759
14760 * info.el (Info-set-mode-line): Show file name in mode line,
14761 use `*Info*' instead of `Info:'.
14762
14763 * startup.el (command-line-1): Change copyright messages to year
14764 2000.
14765
14766 2000-06-15 Dave Love <fx@gnu.org>
14767
14768 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14769 not local-map.
14770
14771 2000-06-15 Kenichi Handa <handa@etl.go.jp>
14772
14773 * international/mule.el (set-buffer-file-coding-system): Almost
14774 rewritten to handle `undecided' as no-op.
14775
14776 2000-06-14 Gerd Moellmann <gerd@gnu.org>
14777
14778 * Makefile.in: New file.
14779
14780 * Makefile: Removed.
14781
14782 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14783 (goto-address-highlight-keymap): Bind C-c RET.
14784
14785 2000-06-14 Kenichi Handa <handa@etl.go.jp>
14786
14787 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14788 inherits buffer-file-coding-system of the current buffer.
14789
14790 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14791 0. Give correct argument to set-auto-coding-function.
14792 (tar-expunge): For goto-char, use (point-min), not 0.
14793 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14794 (tar-subfile-save-buffer): Likewize.
14795
14796 * international/mule.el
14797 (after-insert-file-set-buffer-file-coding-system): Call
14798 set-buffer-file-coding-system with the arg FORCE t.
14799
14800 2000-06-13 Gerd Moellmann <gerd@gnu.org>
14801
14802 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14803 nil. Contemporary sendmails issue an X-Authentication-Warning if
14804 the sender is set with `-f'.
14805
14806 2000-06-13 Dave Love <fx@gnu.org>
14807
14808 * help.el (describe-function-1): Kluge around cases of functions
14809 fset to subrs whose doc doesn't match their symbol-name.
14810
14811 * image.el (insert-image): Default STRING to a space.
14812
14813 * info.el Doc fixes.
14814 (Info-build-node-completions): Match Ref tags.
14815
14816 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14817
14818 * frame.el (display-multi-frame-p, display-multi-font-p): New
14819 defaliases for display-graphic-p.
14820
14821 * hl-line.el: Fixed a typo in commentary.
14822
14823 2000-06-13 Kenichi Handa <handa@etl.go.jp>
14824
14825 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14826 fixed.
14827
14828 2000-06-12 Dave Love <fx@gnu.org>
14829
14830 * image.el (insert-image): Save a little consing.
14831
14832 2000-06-12 Kenichi Handa <handa@etl.go.jp>
14833
14834 * language/tibet-util.el: Convert all tibetan-1-column characters
14835 to the corresponding tibetan characters.
14836 (tibetan-add-components): Delete code for the special treatment of
14837 'a chung.
14838
14839 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14840 change.
14841 (tibetan-vowel-transcription-alist): More rules added.
14842 (tibetan-composite-vowel-alist): New variable.
14843 (tibetan-precomposition-rule-alist): More rules added.
14844
14845 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14846
14847 * startup.el (command-line): Only call menu-bar-mode if interactive.
14848
14849 * thingatpt.el (toplevel symbol-properties):
14850 * textmodes/makeinfo.el (makeinfo-compile):
14851 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14852 * progmodes/hideif.el (hif-compress-define-list)
14853 (hide-ifdef-use-define-alist):
14854 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14855 (ange-ftp-vms-add-file-entry):
14856 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14857 * man.el (Man-build-man-command):
14858 * mail/rnewspost.el (news-reply-header-hook):
14859 * info.el (Info-insert-dir):
14860 * emulation/mlconvert.el (backward-word, forward-word, setq):
14861 * emacs-lisp/gulp.el (gulp-send-requests):
14862 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14863 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14864 (byte-optimize-apply, end of file):
14865 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14866 (ad-make-freeze-definition):
14867 * startup.el (command-line, command-line-1): Don't quote lambdas.
14868
14869 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14870 (cvs-cleanup-removed): New function.
14871 (cvs-cleanup-functions): New var.
14872 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14873 some flexibility in specifying additional entries to auto-cleanup.
14874 (cvs-quickdir): New function.
14875 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14876 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14877 (cvs-mode-find-file): Check that we are on a filename or dirname
14878 when invoked through a mouse-click.
14879 (cvs-full-path): Remove.
14880 (cvs-dired-action): Re-introduced.
14881 (cvs-dired-noselect): Use it.
14882 (vc-post-command-functions): use this new hook if available.
14883
14884 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14885 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14886 (cvs-filename-map, cvs-dirname-map): Remove.
14887 (cvs-default-action): Remove.
14888 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14889 if the arg is really a keymap.
14890 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14891 Don't hardcode the mapping from state (aka type) to face, but check
14892 the var cvs-fi-<type>-face instead.
14893 (cvs-fileinfo-from-entries): New function.
14894
14895 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14896 Docstring fix.
14897 (cvs-find-file-and-jump): Change default to be safer.
14898 (cvs-mode-diff-map): Define it as a function as well.
14899 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14900 Bind mouse-2 in this global map rather than with text-properties.
14901
14902 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14903 file to resolve the ambiguity between C(conflict) and C(need-merge).
14904
14905 2000-06-12 Kenichi Handa <handa@etl.go.jp>
14906
14907 * international/mule.el (set-buffer-file-coding-system): If
14908 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14909 unconditionally.
14910
14911 2000-06-12 Dave Love <fx@gnu.org>
14912
14913 * wid-edit.el (widget-specify-button): Really suppress the face if
14914 required.
14915
14916 2000-06-11 Gerd Moellmann <gerd@gnu.org>
14917
14918 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14919
14920 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14921
14922 * imenu.el (imenu-generic-expression): Docstring fix.
14923
14924 * composite.el (composition-function-table): Move the `put'
14925 below the autoload cookie so we can load the file before loaddefs.
14926
14927 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14928
14929 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14930 Handle easy-mmode-define-global-mode.
14931 For complex macros like define-minor-mode that can generate
14932 several autoload entries, try to autoload entries in the
14933 macroexpanded code.
14934
14935 * emacs-lisp/easy-mmode.el (define-minor-mode):
14936 If KEYMAP is a symbol, just use it.
14937 Use byte-compile-current-file and load-file-name to infer the
14938 proper :require to pass to defcustom.
14939 Wrap the hook var into `progn' so as not to autoload it.
14940 Add a :autoload-end cookie.
14941 Be more careful about the evaluation of KEYMAP.
14942 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14943 (define-derived-mode): Move define-abbrev-table outside of defvar.
14944
14945 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14946
14947 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14948 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14949 (backup-compiled-files): Ignore errors during `tar'.
14950 (bootstrap): Make autoloads before elc files.
14951
14952 2000-06-10 Kenichi Handa <handa@etl.go.jp>
14953
14954 * international/mule.el (set-buffer-file-coding-system): If one of
14955 undecided-XXX is specified, change only EOL conversion.
14956
14957 * international/mule-conf.el (unix): New alias for the coding
14958 system undecided-unix.
14959
14960 2000-06-09 Dave Love <fx@gnu.org>
14961
14962 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14963
14964 * progmodes/executable.el: Byte compile dynamic.
14965 (executable-insert): Change custom type.
14966 (executable-find): Add autoload cookie.
14967 (executable-make-buffer-file-executable-if-script-p): New
14968 function. After Noah Friedman.
14969
14970 * files.el (after-save-hook): Customize, with
14971 executable-make-buffer-file-executable-if-script-p as an option.
14972
14973 2000-06-09 Kenichi Handa <handa@etl.go.jp>
14974
14975 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14976 "tib24p-mule.bdf" for Tibetan.
14977
14978 * composite.el (decompose-composite-char): Declare it as obsolete.
14979
14980 * man.el (Man-fontify-manpage): Pay attention to underline and
14981 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14982
14983 2000-06-08 Gerd Moellmann <gerd@gnu.org>
14984
14985 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14986 Set maintainer to FSF since author isn't reachable.
14987
14988 2000-06-08 Dave Love <fx@gnu.org>
14989
14990 * international/mule-cmds.el (select-safe-coding-system): If
14991 DEFAULT-CODING-SYSTEM is not specified, also check the most
14992 preferred coding-system if buffer-file-coding-system is
14993 `undecided'. From Handa.
14994
14995 2000-06-08 Kenichi Handa <handa@etl.go.jp>
14996
14997 * international/mule.el
14998 (after-insert-file-set-buffer-file-coding-system): If the buffer
14999 size is greater than INSERTED, judget that we are not visiting.
15000
15001 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15002
15003 * whitespace.el (defgroup whitespace): Comment out `:version'.
15004 XEmacs 20.4 has problems defining the group with this present.
15005 We'll have this commented out till get resolve the problem.
15006
15007 2000-06-07 John Wiegley <johnw@gnu.org>
15008
15009 * align.el (align-dq-string-modes, align-sq-string-modes)
15010 (align-open-comment-modes): Add pyhton-mode.
15011 (align-rules-list): Use get-text-property instead of
15012 text-properties-at.
15013 (align-rules-list): Add python-assignment.
15014 (align-rules-list): Change perl-comma-delimiter to
15015 basic-comma-delimiter. Use if for Perl modes and python-mode.
15016 (align-rules-list): Add python-chain-logic and
15017 basic-line-continuation.
15018
15019 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15020
15021 * apropos.el (apropos-mode-hook): New user variable.
15022 (apropos-mode): Run apropos-mode-hook.
15023
15024 2000-06-07 David Ponce <david@dponce.com>
15025
15026 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15027 commands. Require `wid-edit' at run-time.
15028
15029 2000-06-07 David Ponce <david@dponce.com>
15030
15031 * recentf.el: Added some "Commentary".
15032 (recentf-open-more-files, recentf-edit-list): Minor changes to
15033 move the point at the top of the file list. This behaviour is
15034 consistent with the menu one when the list contains a lot of
15035 files.
15036 (recentf-cleanup): Now displays the number of items removed from
15037 the list.
15038 (recentf-relative-filter) New menu filter to show filenames
15039 relative to `default-directory'.
15040
15041 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15042
15043 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15044 with/without giving an error if PostScript printer doesn't have this
15045 kind of page size. Zebra Stripe continues or restarts on next page.
15046 Manual/automatic paper feeding. Switch or not the header.
15047 (ps-print-version): New version number (5.2.2).
15048 (ps-windows-system): Include emx as a Windows system.
15049 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15050 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15051 (ps-background-text): Code fix.
15052 (ps-error-handler-message, ps-user-defined-prologue)
15053 (ps-print-prologue-header, ps-printer-name)
15054 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15055 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15056 (ps-use-face-background): Customization fix.
15057 (ps-n-up-database): Data fix.
15058 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15059 (ps-switch-header): New vars.
15060 (ps-xemacs-color-name, ps-face-foreground-name)
15061 (ps-face-background-name, ps-boolean-constant): New funs.
15062
15063 2000-06-07 Dave Love <fx@gnu.org>
15064
15065 * allout.el: New version from Manheimer.
15066
15067 2000-06-07 Kenichi Handa <handa@etl.go.jp>
15068
15069 * textmodes/fill.el (fill-find-break-point): Check the validity of
15070 charset.
15071
15072 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15073
15074 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15075 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15076 Call display-color-p and display-mouse-p instead of looking at
15077 window-system.
15078
15079 2000-06-06 Dave Love <fx@gnu.org>
15080
15081 * image.el (find-image): Doc fix. Return nil if image not found.
15082 (put-image, insert-image): Make STRING arg optional.
15083
15084 2000-06-06 Kenichi Handa <handa@etl.go.jp>
15085
15086 * language/vietnamese.el: Remove eval-when-compile.
15087 (viet-viscii-nonascii-translation-table): Define it as a
15088 translation table made from viet-viscii-decode-table.
15089 (viet-viscii-encode-table): Define it as a translation table made
15090 from the reverse map of above.
15091 (viet-vscii-nonascii-translation-table): Define it as a
15092 translation table made from viet-vscii-decode-table.
15093 (viet-vscii-encode-table): Define it as a translation table made
15094 from the reverse map of above.
15095 (ccl-decode-viscii): Use translate-character.
15096 (ccl-encode-viscii, ccl-encode-viscii-font)
15097 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15098 Likewize.
15099
15100 * language/cyrillic.el: Remove eval-when-compile.
15101 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15102 translation table made from cyrillic-koi8-r-decode-table.
15103 (cyrillic-koi8-r-encode-table): Define it as a translation table
15104 made from the reverse map of above.
15105 (ccl-decode-koi8): Use translate-character.
15106 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15107 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15108 a translation table made from cyrillic-alternativnyj-decode-table.
15109 (cyrillic-alternativnyj-encode-table): Define it as a translation
15110 table made from the reverse map of above.
15111 (ccl-decode-alternativnyj): Use translate-character.
15112 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15113 Likewize
15114
15115 * international/mule-diag.el (non-iso-charset-alist): Specify
15116 translation table symbol instead of translation table itself.
15117 (list-block-of-chars): CHARSET may be a translation table symbol.
15118
15119 * international/mule.el (make-coding-system): If CODING-SYSTEM
15120 already exists, override it.
15121
15122 * international/fontset.el: Use family `proportional' for Tibetan
15123 fonts.
15124
15125 * international/ccl.el (ccl-compile-translate-character): Don't
15126 check if Rrr has property translation-table.
15127 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15128
15129 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15130
15131 * info.el: Bind case-fold-search to t when searching in case
15132 a user sets it to nil in a hook.
15133
15134 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15135
15136 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15137 * hl-line.el (hl-line-mode): Use the new :global key argument.
15138
15139 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15140 (tar-clip-time-string): Prepend a space.
15141 (tar-grind-file-mode): Construct a string rather than modifying one.
15142 (tar-header-block-summarize): Fix docstring.
15143 Use `format' rather than an error-prone set of copy-loops.
15144
15145 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15146 (diff-goto-source, diff-unified->context, diff-context->unified)
15147 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15148 understand the format output by the `-p' argument to diff.
15149
15150 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15151 (sh-re-done): Use defconst.
15152 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15153 (sh-help-string-for-variable, sh-guess-basic-offset):
15154 Don't quote lambdas.
15155 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15156 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15157
15158 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15159 (mh-letter-mode): Derive from text-mode.
15160 This implicitly means that it now calls kill-all-local-variables.
15161 Also remove the Emacs-18 compatibility code.
15162
15163 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15164 Make use of symbol-property doc-string-elt.
15165 Use memq rather than a sequence of eq.
15166 (doc-string-elt): Fix the wrong or missing previously unused values.
15167 (autoload-print-form): New function extracted from
15168 generate-file-autoloads to allow recursion when handling progn
15169 so that defvar's and defun's docstrings are properly printed.
15170 (generate-file-autoloads): Use it.
15171
15172 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15173 Use find-file-hooks in the minor-mode function.
15174 Be careful not to loop indefinitely in the post-command-hook function.
15175
15176 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15177
15178 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15179 tty's.
15180 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15181 differences whenever appropriate.
15182 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15183 * viper.el (find-file, find-file-other-window): Get viper to do
15184 wildcards.
15185
15186 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15187
15188 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15189 (jit-lock-fontify-buffer): New function for JIT refontification.
15190 (jit-lock-mode): Fix docstring.
15191 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15192 Remove jit-lock-after-change from the _local_ hook.
15193 (jit-lock-function-1): Fix docstring.
15194
15195 * info.el (Info-on-current-buffer): Initialize info.
15196
15197 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15198
15199 * progmodes/tcl.el (tcl-indent-for-comment):
15200 Ignore comment-indent-hook.
15201
15202 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15203 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15204 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15205 and improve to use the lighter to guess the capitalization.
15206 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15207 Add keyword arguments to specify global-ness or the custom group.
15208 Add local-map and help-echo properties to the lighter.
15209 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15210 (easy-mmode-define-global-mode): New macro.
15211
15212 2000-06-02 Dave Love <fx@gnu.org>
15213
15214 * wid-edit.el: byte-compile-dynamic since we typically don't use
15215 all the widgets. Don't require cl or widget. Remove
15216 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15217 (widget-read-event): Removed. Callers changed to use read-event.
15218 (widget-button-release-event-p): Renamed from
15219 button-release-event-p.
15220 (widget-field-add-space, widget-field-use-before-change):
15221 Uncustomize.
15222 (widget-specify-field): Use keymap property, not local-map.
15223 (widget-specify-button): Obey :suppress-face.
15224 (widget-specify-insert): Use modern backquote syntax.
15225 (widget-image-directory): Renamed from widget-glyph-directory.
15226 (widget-image-enable): Renamed from widget-glyph-enable.
15227 (widget-image-find): Replaces widget-glyph-find.
15228 (widget-button-pressed-face): Move defvar.
15229 (widget-image-insert): Replaces widget-glyph-insert.
15230 (widget-convert): Use keywordp.
15231 (widget-leave-text, widget-children-value-delete): Use mapc.
15232 (widget-keymap): Remove XEmacs stuff.
15233 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15234 (widget-button-click): Don't set point at the click, but re-centre
15235 if we scroll out of window. Rewritten for images v. glyphs &c.
15236 (widget-tabable-at): Use POS arg, not point.
15237 (widget-beginning-of-line, widget-end-of-line)
15238 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15239 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15240 (widget-default-create): Use widget-image-insert; some rewriting.
15241 (widget-visibility-value-create)
15242 (widget-push-button-value-create, widget-toggle-value-create): Use
15243 widget-image-insert.
15244 (checkbox): Create on and off images dynamically.
15245 (documentation-link): Change :help-echo.
15246 (widget-documentation-link-echo-help): Remove.
15247
15248 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15249
15250 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15251
15252 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15253 (easy-mmode-define-toggle, define-minor-mode): Use it.
15254 (easy-mmode-define-keymap): Docstring fix.
15255 (define-derived-mode): Default PARENT to fundamental-mode.
15256 Add the derived-mode-parent symbol-property.
15257 (easy-mmode-derived-mode-p): New function.
15258
15259 2000-06-02 Dave Love <fx@gnu.org>
15260
15261 * files.el (convert-standard-filename): Doc fix.
15262 (normal-backup-enable-predicate): New function.
15263 (backup-enable-predicate): Use it to replace the lambda form.
15264
15265 * calendar/todo-mode.el: [This needs more work on the outline
15266 stuff.] Doc fixes.
15267 (todo) <defgroup>: Add :version.
15268 (todo-add-category): Don't use pushnew.
15269 (todo-cmd-raise): Fix typo.
15270 (todo-top-priorities): Change temp buffer name.
15271 (todo-category-alist): Avoid redundant lambda.
15272 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15273 Use outline-next-heading.
15274
15275 * autoarg.el: Rewritten to use define-minor-mode.
15276 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15277 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15278
15279 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15280
15281 * isearch.el (isearch-other-meta-char): Fix previous change.
15282
15283 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15284
15285 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15286 (log-edit-done): Only add the comment to the ring if it's different
15287 from the last comment entered.
15288
15289 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15290
15291 2000-06-01 Dave Love <fx@gnu.org>
15292
15293 * hl-line.el: Rewritten using define-minor-mode.
15294
15295 * help.el (describe-function-1): Distinguish special form from
15296 builtin function. Sanity-check presence of arglist for builtins.
15297
15298 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15299
15300 * international/characters.el: Fix syntax/category setting of
15301 Tibetan characters.
15302
15303 * language/tibet-util.el (tibetan-add-components): Fixes for new
15304 encoding of Tibetan characters.
15305 (tibetan-decompose-precomposition-alist): New variable.
15306 (tibetan-decompose-region): Convert precomposed characters to
15307 non-precomposed characters.
15308 (tibetan-decompose-string): Likewise.
15309 (tibetan-composition-function): Fix args to
15310 thibetan-compose-string.
15311
15312 * language/tibetan.el (tibetan-composable-pattern): More
15313 characters included.
15314 (tibetan-consonant-transcription-alist): Rule for "R" added.
15315 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15316 "+R" added.
15317 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15318
15319 * language/lao-util.el (lao-composition-function): Fix args to
15320 compose-string.
15321
15322 * language/thai-util.el (thai-composition-function): Fix args to
15323 compose-string.
15324
15325 * isearch.el (isearch-update): Set disable-point-adjustment to t
15326 to prevent the point moving to the end of a composition when a
15327 part of a composition is searched.
15328 (isearch-other-meta-char): If the key invoking this command can be
15329 mapped by function-key-map to a printing char, call
15330 isearch-process-search-char directly.
15331
15332 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15333
15334 * emacs-lisp/bytecomp.el:
15335 * frame.el:
15336 * international/mule-cmds.el:
15337 * international/mule-util.el:
15338 * international/mule.el:
15339 * mouse.el:
15340 * subr.el:
15341 * faces.el: Update calls to make-obsolete with a WHEN argument.
15342
15343 * byte-run.el (make-obsolete, make-obsolete-variable):
15344 Add an optional WHEN argument and change the format of the
15345 symbol-property information.
15346 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15347 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15348 new obsolete-symbol-property format and print WHEN if it is provided.
15349
15350 2000-05-31 Dave Love <fx@gnu.org>
15351
15352 * loadhist.el (loadhist-hook-functions): Remove
15353 before-change-function, after-change-function.
15354 (unload-feature): Deal with symbols which are both bound and
15355 fbound.
15356
15357 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15358 before-change-function, after-change-function.
15359
15360 * simple.el (newline): Don't bind before-change-function,
15361 after-change-function.
15362
15363 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15364
15365 * whitespace.el (whitespace-rescan-timer-time): Update interval
15366 set to 600 seconds (10 minutes) instead of 60 seconds since
15367 a large number of whitespace buffers causes emacs to `freeze'
15368 for a considerable amount of time.
15369
15370 * whitespace.el: Updated email address
15371
15372 2000-05-31 Dave Love <fx@gnu.org>
15373
15374 * add-log.el (change-log-font-lock-keywords) <function>: Add
15375 pattern for function of change.
15376 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15377 acknowledgements patterns.
15378
15379 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15380
15381 * isearch.el (isearch-printing-char): If keyboard coding system is
15382 being used, call isearch-process-search-multibyte-characters.
15383
15384 * international/isearch-x.el: Mostly rewritten.
15385
15386 * international/quail.el (quail-start-conversion): Don't include
15387 unhandled events in the returned events, but set them in
15388 unread-command-events. Exit if all inputs are deleted.
15389
15390 2000-05-30 Jason Rumney <jasonr@gnu.org>
15391
15392 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15393
15394 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15395 Reenable code to create initial fontsets.
15396 Use set-fontset-font in place of put-charset-property.
15397
15398 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15399
15400 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15401 label, ensure that the first colon isn't followed by another.
15402
15403 * paths.el (Info-default-directory-list): Doc fix.
15404
15405 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15406 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15407 send a query containing USER only, not USER@HOST.
15408
15409 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15410 and rmail-msgend to compute the restriction at the end, instead of
15411 computing it.
15412
15413 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15414
15415 * dabbrev.el (dabbrev-expand): Don't display messages in the
15416 echo area if the minibuffer window is active.
15417
15418 * jit-lock.el (jit-lock-mode): Add after change function to
15419 local hook.
15420
15421 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15422
15423 * antlr-mode.el: New commands: hide/unhide actions,
15424 upcase/downcase literals.
15425 (antlr-tiny-action-length): New user option.
15426 (antlr-hide-actions): New command. Suggested by
15427 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15428 (antlr-mode-map): New binding [C-c C-v].
15429 (antlr-mode-menu): New entries.
15430 (antlr-downcase-literals): New command.
15431 (antlr-upcase-literals): Ditto.
15432
15433 * antlr-mode.el: Minor changes: indendation, mode-name.
15434 (antlr-indent-line): Indent cpp directive at column 0.
15435 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15436
15437 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15438 (antlr-font-lock-additional-keywords): Workaround for intentional
15439 bug in XEmacs version of font-lock.
15440 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15441 be used by a smarter version of `buffers-menu-grouping-function'.
15442
15443 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15444
15445 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15446 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15447
15448 2000-05-29 Kenichi Handa <handa@etl.go.jp>
15449
15450 * international/encoded-kb.el
15451 (encoded-kbd-iso2022-designation-map): Pay attention to that
15452 charset-iso-final-char return -1 for eight-bit-control and
15453 eight-bit-graphic.
15454
15455 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15456
15457 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15458 (speedbar-easymenu-definition-base): Use display-graphic-p where
15459 available, instead of window-system.
15460
15461 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15462
15463 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15464 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15465 coding systems.
15466
15467 2000-05-26 Dave Love <fx@gnu.org>
15468
15469 * disp-table.el (standard-display-underline): Don't use
15470 internal-find-face.
15471
15472 * mail/reporter.el: Maintainer change. Doc fixes.
15473 (reporter-version): Deleted.
15474
15475 * emacs-lisp/elp.el: Maintainer change.
15476 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15477
15478 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15479
15480 * add-log.el (add-change-log-entry): Merge the current entry with the
15481 previous one if the previous one is empty.
15482
15483 2000-05-26 Dave Love <fx@gnu.org>
15484
15485 * loadhist.el (unload-feature): Fix interactive spec [from
15486 lijnzaad@ebi.ac.uk].
15487
15488 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15489 subr-arity to check primitives.
15490 (byte-compile-flush-pending, byte-compile-file-form-progn)
15491 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15492 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15493 mapcar.
15494
15495 2000-05-26 Kenichi Handa <handa@etl.go.jp>
15496
15497 * international/fontset.el: Set family names of non-latin charsets
15498 in default fontset to "*".
15499
15500 * international/mule-diag.el (print-fontset): Combine family part
15501 and registry part of the fontname by "-*-" instead of "-".
15502
15503 * international/mule-cmds.el (encode-coding-char): Make strings
15504 multibyte before calling encode-coding-string.
15505
15506 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15507
15508 * derived.el: Fix keywords.
15509 (define-derived-mode): Only define if needed.
15510
15511 * simple.el (fill-comment, comment-column, comment-start)
15512 (comment-start-skip, comment-end, comment-indent-function)
15513 (block-comment-start, block-comment-end, indent-for-comment)
15514 (set-comment-column, kill-comment, comment-padding, comment-region)
15515 (comment-multi-line, indent-new-comment-line): Remove.
15516
15517 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15518 function names for comment operations.
15519
15520 * newcomment.el: Add abundant autoload cookies.
15521 (comment-style): Don't depend on runtime data at compile-time.
15522 (comment-indent-hook): Remove.
15523 (comment-indent): Check if comment-indent-hook is bound.
15524 (comment-region): Docstring fix.
15525
15526 2000-05-25 Dave Love <fx@gnu.org>
15527
15528 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15529 byte-code-function-p.
15530
15531 * mail/rmailsum.el: Add provide.
15532
15533 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15534
15535 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15536 defcustom.
15537
15538 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15539
15540 * ediff-diff.el (ediff-exec-process): delete --binary option from
15541 non-buffer ediff jobs.
15542
15543 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15544
15545 * hilit-chg.el (highlight-changes-mode): Ask about color or
15546 grayscale support, not about window-system.
15547
15548 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15549 window-system.
15550 (ffap-highlight): Always default to t.
15551
15552 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15553 display-popup-menus-p instead of looking at window-system.
15554
15555 * disp-table.el (standard-display-g1, standard-display-graphic):
15556 Only refuse to use string glyphs on X and MS-Windows.
15557
15558 * avoid.el: Remove window-system from commentary, suggest to use
15559 display-*-p instead.
15560
15561 * apropos.el (apropos-print): Use display-mouse-p instead of
15562 window-system.
15563
15564 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15565
15566 * international/codepage.el (cp-decoding-vector-for-codepage):
15567 Fill up unsupported characters with their own codes. From Kenichi
15568 Handa.
15569
15570 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15571
15572 * international/mule-diag.el (describe-char-after): Use
15573 display-graphic-p instead of window-system, so that this function
15574 works on MS-DOS.
15575
15576 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15577
15578 * international/codepage.el (cp-make-coding-systems-for-codepage):
15579 Remove the eight-bit-graphic and eight-bit-control charsets from
15580 the list of charsets which we convert into `?'.
15581
15582 2000-05-25 Kenichi Handa <handa@etl.go.jp>
15583
15584 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15585 private charsets.
15586 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15587 japanese-jisx0213-2): New charsets.
15588
15589 * international/fontset.el: Setup default fontset for new charsets.
15590
15591 2000-05-24 Dave Love <fx@gnu.org>
15592
15593 * info.el (Info-find-node-2): Restructure [following "Vadim
15594 S. Solomin" <sovs@uic.nnov.ru>].
15595
15596 * icomplete.el: Fix header for Finder.
15597
15598 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15599
15600 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15601 STAY.
15602
15603 * rmail.el (rmail-automatic-folder-directives): New user variable.
15604 (rmail-show-message): Add call to `rmail-auto-file' during
15605 display.
15606 (rmail-auto-file): New function.
15607
15608 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15609
15610 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15611 account.
15612 (ediff-test-utility,ediff-diff-mandatory-option)
15613 (ediff-reset-diff-options): Utilities for proper initialization of
15614 ediff-diff-options and ediff-diff3-options on Windows.
15615
15616 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15617 variable.
15618
15619 * ediff-mult.el (ediff-filegroup-action): Use
15620 ediff-merge-filename-prefix.
15621
15622 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15623
15624 * viper-ex.el (ex-write): Set selective display to nil.
15625
15626 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15627
15628 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15629 aliases for hebrew-iso-8bit.
15630
15631 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15632
15633 * woman.el: New version from Francis J. Wright
15634 <F.J.Wright@Maths.QMW.ac.uk>.
15635 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15636 names in environment variables regardless of the path separator.
15637 (woman-topic-all-completions-1): Don't call file-name-directory-p
15638 on all files, since woman-file-regexp already filters out any
15639 directories.
15640
15641 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15642
15643 * international/quail.el (quail-start-translation): Don't change
15644 modified-p of the current buffer.
15645 (quail-start-conversion): Likewise.
15646
15647 * international/kkc.el (kkc-region): Don't change modified-p of
15648 the current buffer.
15649
15650 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15651 conform to RFC1468.
15652 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15653
15654 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15655
15656 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15657 (speedbar-insert-button): Invisible text property fix.
15658 (speedbar-directory-plus): Renamed from speedbar-directory-+
15659 (speedbar-directory-minus): Renamed from speedbar-directory--
15660 (speedbar-page-plus): Renamed from speedbar-file-+
15661 (speedbar-page-minus): Renamed from speedbar-file--
15662 (speedbar-page): Renamed from speedbar-file-
15663 (speedbar-tag): Renamed from speedbar-tag-
15664 (speedbar-tag-plus): Renamed from speedbar-tag-+
15665 (speedbar-tag-minus): Renamed from speedbar-tag--
15666 (speedbar-expand-image-button-alist): Use above renames.
15667
15668 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15669 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15670 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15671 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15672 * sb-pg.xpm: Renamed from sb-file.xpm
15673 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15674 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15675
15676 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15677
15678 * international/quail.el (quail-show-guidance-buf): Set
15679 current-input-method of the guidance buffer to the name of the
15680 curren input method.
15681
15682 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15683
15684 * progmodes/compile.el (compile-internal): Style typo.
15685
15686 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15687 quote vars and functions in the docstring.
15688
15689 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15690
15691 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15692 Don't quote lambdas.
15693
15694 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15695
15696 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15697
15698 * startup.el (command-line): Determine source file of compiled
15699 user init file differently. Warn if compiled user init file
15700 is older than its source file.
15701
15702 * ffap.el (ffap-url-regexp): Add `https'.
15703
15704 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15705
15706 * files.el (make-backup-file-name-1): Replace slashes with `!'
15707 rather than `|' (which is not allowed on Windows). Replace the
15708 drive letters with a string "drive_X".
15709
15710 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15711
15712 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15713
15714 * files.el (interpreter-mode-alist): Add `bash2'.
15715
15716 2000-05-22 Dave Love <fx@gnu.org>
15717
15718 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15719 mapc.
15720 (feature-file): Avoid calling symbol-name. Doc fix.
15721 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15722 (loadhist-hook-functions): Add mouse-position-function.
15723 (unload-feature): Change uses of mapcar.
15724
15725 * files.el (parse-colon-path): Doc fix.
15726 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15727 (set-auto-mode): Use mapc.
15728
15729 * complete.el (PC-look-for-include-file): Use :alnum: character
15730 class.
15731 (partial-completion-mode): Add autoload cookie.
15732
15733 2000-05-22 Sam Steingold <sds@gnu.org>
15734
15735 * info.el (Info-fontify-node): Fixed the call to
15736 `add-text-properties' (bug introduced on 2000-05-18).
15737
15738 2000-05-22 Dave Love <fx@gnu.org>
15739
15740 * bindings.el: Remove debug-ignored-errors set in other files.
15741
15742 * progmodes/etags.el: Add to debug-ignored-errors.
15743 (visit-tags-table-buffer): Clear out buffers holding old tables
15744 when making a new list.
15745 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15746 mapc.
15747
15748 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15749 quote keywords.
15750 (cmpl-string-case-type): Use character classes.
15751
15752 * comint.el:
15753 * textmodes/ispell.el:
15754 * imenu.el:
15755 * mail/mh-e.el:
15756 * progmodes/compile.el: Add to debug-ignored-errors.
15757
15758 * dabbrev.el: Add to debug-ignored-errors.
15759 (dabbrev-completion): Use mapc.
15760
15761 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15762
15763 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15764 (woman-mapcan, woman-parse-man.conf)
15765 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15766 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15767 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15768 path syntax better.
15769 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15770 (woman-manpath): Call woman-parse-man.conf.
15771 (woman-emulation): New defcustom, defaults to nroff.
15772 (woman-font-support): New defconst.
15773 (woman-use-symbol-font): New defcustom.
15774 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15775 "Emulation".
15776 Many functions: Doc fix.
15777
15778 2000-05-22 Kenichi Handa <handa@etl.go.jp>
15779
15780 * international/quail.el (quail-simple-translation-keymap): Map
15781 128..255 to quail-self-insert-command.
15782 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15783
15784 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15785
15786 * help.el (help-manyarg-func-alist): Typo.
15787
15788 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15789 intervals which makes it heaps simpler.
15790
15791 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15792 the nested comment markers.
15793
15794 * subr.el (remove-hook): Don't turn the hook's value into a list.
15795
15796 2000-05-21 Dave Love <fx@gnu.org>
15797
15798 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15799 are invalid characters.
15800
15801 * international/mule-util.el (detect-coding-with-priority): Use
15802 mapc. Remove redundant lambda.
15803
15804 * international/mule-diag.el (list-non-iso-charset-chars)
15805 (describe-fontset): Remove redundant lambda.
15806
15807 * emulation/crisp.el (brief-mode): New alias.
15808
15809 * emacs-lisp/ring.el (ring-elements): New function.
15810
15811 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15812 (easy-menu-do-add-item): Use keywordp.
15813
15814 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15815
15816 * replace.el: Doc and error message fixes.
15817 (replace-highlight): Use facep, not internal-find-face.
15818
15819 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15820
15821 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15822
15823 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15824 (log-edit-insert-changelog): Drop `:' as well.
15825
15826 * log-view.el: Fix file description.
15827 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15828 available.
15829 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15830 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15831
15832 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15833 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15834 Print a status message if the toggle is called interactively.
15835 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15836 for global minor modes and use `defcustom' for them.
15837 Use add-minor-mode.
15838 (easy-mmode-define-derived-mode): Remove.
15839 (define-derived-mode): Fancier default docstring.
15840 (easy-mmode-define-navigation): Signal an error rather than (ding).
15841
15842 * newcomment.el (comment-styles): New `box-multi'.
15843 (comment-normalize-vars): Better default for comment-continue to
15844 avoid whitespace-only continuations.
15845 (comment-search-forward): Always move even in the no-syntax case.
15846 (comment-padright): Only obey N if it's only obeyed for padleft.
15847 (comment-make-extra-lines): Better handling of empty continuations.
15848 Use `=' for the filler if comment-start has only one character.
15849 (uncomment-region): Try handling the special `=' filler.
15850 (comment-region): Allow LINES even if MULTI is nil.
15851 (comment-box): Choose box style based on comment-style.
15852
15853 2000-05-20 Kenichi Handa <handa@etl.go.jp>
15854
15855 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15856 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15857
15858 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
15859
15860 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15861 and insert, not subst-char-in-region.
15862
15863 * international/mule-diag.el (list-character-sets-1): Handle
15864 charsets eight-bit-control and eight-bit-graphic.
15865 (list-iso-charset-chars): Likewise.
15866 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15867 charactes as is. Use indent-to to align characters.
15868
15869 * international/mule-cmds.el (find-multibyte-characters): Never
15870 exclude charsets eight-bit-control and eight-bit-graphic.
15871
15872 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15873
15874 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15875 Don't quote lambdas.
15876
15877 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15878
15879 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15880
15881 * gud.el (gud-jdb-directories): Doc fix.
15882
15883 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15884
15885 * newcomment.el: New file.
15886
15887 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15888
15889 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15890
15891 2000-05-18 Andreas Schwab <schwab@suse.de>
15892
15893 * dired.el (dired-between-files): Also skip lines beginning with
15894 `used'.
15895
15896 2000-05-18 Gerd Moellmann <gerd@gnu.org>
15897
15898 * msb.el (msb-menu-cond): Add choice `user'.
15899
15900 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15901
15902 * ps-print.el: Compatibility, customization and doc fix.
15903 (ps-printer-name-option): Replace defconst by defvar.
15904 (ps-postscript-code-directory): XEmacs compatibility.
15905 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15906 fix.
15907 (ps-user-defined-prologue, ps-print-prologue-header)
15908 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15909 compatibility and code fix.
15910 (ps-print-background-image, ps-print-background-text):
15911 Customization fix.
15912 (ps-line-number-start, ps-n-up-on): New vars.
15913
15914 2000-05-18 Espen Skoglund <esk@ira.uka.de>
15915
15916 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15917 the indent-comment function to just return the appropriate indent.
15918
15919 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15920
15921 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15922 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15923 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15924
15925 2000-05-18 Dave Love <fx@gnu.org>
15926
15927 * info.el (Info-fontify-node): Add intangible property as well as
15928 invisible.
15929
15930 * calendar/appt.el (appt-make-list): Match all lines of entry.
15931 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15932
15933 2000-05-18 Kenichi Handa <handa@etl.go.jp>
15934
15935 * international/mule-diag.el (describe-char-after): Call
15936 internal-char-font, not char-font. If internal-char-font returns
15937 nil, display "-- none --".
15938
15939 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15940
15941 * image.el (image-type-available-p): Don't reference image-types
15942 if it isn't bound.
15943
15944 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15945
15946 * autoarg.el (autoarg-mode): Typo in the :set argument.
15947
15948 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15949
15950 * startup.el (command-line-1): Don't signal an error if the
15951 directory for auto-save-list files does not yet exist.
15952
15953 2000-05-17 Kenichi Handa <handa@etl.go.jp>
15954
15955 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15956
15957 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15958
15959 * subr.el (remove-hook): `setq' hook-value, not `set'.
15960
15961 2000-05-16 Sam Steingold <sds@gnu.org>
15962
15963 * info.el (debug-ignored-errors): More errors to ignore.
15964
15965 2000-05-16 Dave Love <fx@gnu.org>
15966
15967 * cus-edit.el: Don't require cl or easymenu.
15968 (custom-variable-prompt): Test standard-value property, not
15969 user-variable-p.
15970
15971 2000-05-16 Sam Steingold <sds@gnu.org>
15972
15973 * subr.el (add-hook): `setq' hook-value, not `set'.
15974
15975 2000-05-16 Gerd Moellmann <gerd@gnu.org>
15976
15977 * startup.el (command-line-1): Mention the FAQ in the startup
15978 message.
15979
15980 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15981
15982 * progmodes/compile.el (compilation-parse-errors): Collect
15983 `nomessage' regexps last.
15984
15985 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15986
15987 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15988 to the function name.
15989
15990 2000-05-15 Dave Love <fx@gnu.org>
15991
15992 * speedbar.el (speedbar-recenter): Typo.
15993 (speedbar-expand-line): Make arg optional.
15994 (speedbar-mode): Avoid a compiler warning.
15995
15996 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15997
15998 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15999 user-specified option string is empty.
16000
16001 * mouse.el (mouse-yank-at-click): Doc fix.
16002
16003 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16004
16005 * term/internal.el (IT-character-translations): More updates of
16006 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16007 documents.
16008
16009 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16010
16011 * env.el (getenv): New function, interactively callable.
16012 (setenv, getenv): Remove autoload cookies.
16013
16014 * loadup.el: Load `env'.
16015
16016 * progmodes/f90.el: Change author's mail address.
16017
16018 2000-05-14 Dave Love <fx@gnu.org>
16019
16020 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16021 goto-addr as an option.
16022
16023 * help.el (help-xref-stack): Doc fix.
16024 (help-xref-following): New variable.
16025 (help-make-xrefs): Use it.
16026 (help-xref-go-back): Use position information from stack element.
16027 (help-follow): Make position in stack element a pair. Use
16028 help-xref-following.
16029
16030 * autoarg.el: New file.
16031
16032 * faces.el: Declare more functions obsolete.
16033
16034 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16035 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16036 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16037 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16038 Remove all the setup-...-environment functions.
16039
16040 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16041
16042 * speedbar.el: Updated the commentary section. xemacs20p now uses
16043 >= when detecting. Require `defimage' safely.
16044 (speedbar-easymenu-definition-base): Add toggle for images.
16045 (speedbar-easymenu-definition-special): Add flush cache & expand.
16046 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16047 (speedbar-reconfigure-keymaps-hook): New variable.
16048 (speedbar-frame-parameters): Updated documentation.
16049 (speedbar-use-imenu-flag): Updated custom tag
16050 (speedbar-dynamic-tags-function-list): New variable.
16051 (speedbar-tag-hierarchy-method): Updated doc & custom.
16052 (speedbar-indentation-width, speedbar-indentation-width) New
16053 variables.
16054 (speedbar-hide-button-brackets-flag): Customizable.
16055 (speedbar-vc-indicator): Doc update.
16056 (speedbar-ignored-path-expressions): Updated default value.
16057 (speedbar-supported-extension-expressions): Updated default value.
16058 (speedbar-syntax-table): Remove {} paren status.
16059 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16060 as "+". Added overlay aliases.
16061 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16062 `force-mode-line-update'.
16063 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16064 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16065 `mouse-set-point'
16066 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16067 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16068 of arbitrary text, and new helper functions.
16069 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16070 filename finder.
16071 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16072 (speedbar-directory-buttons): Update path search/expansion.
16073 (speedbar-make-tag-line): Pay attention to
16074 `speedbar-indentation-width'. Use more care w/ invisible
16075 properties.
16076 (speedbar-change-expand-button-char): Call
16077 `speedbar-insert-image-button-maybe'.
16078 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16079 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16080 (speedbar-trim-words-tag-hierarchy)
16081 (speedbar-simple-group-tag-hierarchy): New functions
16082 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16083 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16084 functions.
16085 (speedbar-mouse-set-point): New function
16086 (speedbar-power-click): Updated documentation.
16087 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16088 of tag prefix text.
16089 (speedbar-expand-line, speedbar-contract-line): Make more robust
16090 to strange text.
16091 (speedbar-expand-line): Takes universal argument to flush the
16092 cache.
16093 (speedbar-flush-expand-line): New function.
16094 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16095 Use new generator insertion method.
16096 (speedbar-fetch-dynamic-tags): New function.
16097 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16098 `speedbar-fetch-dynamic-imenu'.
16099 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16100 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16101 "Revert Buffer" menu items.
16102 (speedbar-buffer-buttons-engine): Be smarter when creating a
16103 filename tag (for expansion purposes.).
16104 (speedbar-highlight-one-tag-line,
16105 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16106 (speedbar-recenter): New functions.
16107 (defimage-speedbar): Image loading abstraction.
16108 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16109 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16110 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16111 (speedbar-tag-type, speedbar-tag-mail): New images.
16112 (speedbar-expand-image-button-alist): New variable.
16113 (speedbar-insert-image-button-maybe): Insert an image over some
16114 buttons.
16115
16116 2000-05-13 Kenichi Handa <handa@etl.go.jp>
16117
16118 * international/mule-cmds.el (encode-coding-char): An ASCII
16119 character is always encodable.
16120
16121 * international/mule-conf.el: Add more information in descriptions
16122 of character sets.
16123
16124 * international/mule-diag.el (describe-char-after): New function.
16125 (describe-font-internal): Adjusted for the change of font-info.
16126 (describe-font): Likewise.
16127 (print-fontset): Rewritten for the new fontset implementation.
16128 (describe-fontset): Include fontset alias names in completion.
16129 (list-fontsets): Adjusted for the change of print-fontset.
16130
16131 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16132 describe-char-after instead of displaying the detail in the echo
16133 area.
16134 (syntax-code-table): Format changed.
16135 (string-to-syntax): Adjusted for the above change.
16136
16137 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16138
16139 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16140
16141 2000-05-12 Dave Love <fx@gnu.org>
16142
16143 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16144 dependence. Use line-{beginning,end}-position, not
16145 point-at{b,e}ol. Some doc fixes.
16146 (todo-position): New function. Fix callers of position to use it.
16147 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16148
16149 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16150
16151 * time.el (display-time-mail-icon): Use `:ascent center'.
16152
16153 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16154 handling FTP security extensions.
16155
16156 2000-05-11 Dave Love <fx@gnu.org>
16157
16158 * calendar/todo-mode.el: New file.
16159
16160 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16161
16162 * comint.el (comint-read-input-ring): Move reference to
16163 comint-input-ring-size outside of the save-excursion. It was
16164 causing the default value to be the only one ever seen.
16165
16166 * font-lock.el: Update copyright. Remove Simon Marshall's email
16167 address on request from him.
16168
16169 * subr.el (substitute-key-definition): Add comment describing
16170 the meaning of PREFIX.
16171
16172 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16173
16174 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16175
16176 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16177 (add-minor-mode): Don't make the variable buffer-local and add a
16178 reference to define-minor-mode in the docstring.
16179
16180 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16181 HEADER/FOOTER and fix bug with trailing empty directory.
16182 (cvs-append-to-ignore): Use vc-editable-p if available.
16183 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16184 (vc-do-command): Tweak advice to handle the new VC.
16185
16186 * log-view.el (log-view-goto-rev): New function for the new VC.
16187 (log-view-minor-wrap): Use mark-active.
16188
16189 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16190 (log-edit-changelog-full-paragraphs): New var.
16191 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16192 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16193 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16194 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16195 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16196 Replace the `cvs' prefix with `log-edit'.
16197
16198 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16199
16200 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16201 (diff-font-lock-defaults): Explicitly turn off multiline.
16202 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16203 (diff-ediff-patch): Fix call to ediff-patch-file.
16204 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16205 Handle comments.
16206
16207 * frame.el (automatic-hscrolling): Typo.
16208
16209 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16210
16211 2000-05-09 Sam Steingold <sds@goems.com>
16212
16213 * apropos.el (apropos-print): use `describe-face' instead of
16214 `customize-face-other-window'.
16215
16216 2000-05-09 Dave Love <fx@gnu.org>
16217
16218 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16219
16220 * help.el (describe-variable): Have customize button pop the
16221 help-xref stack when invoked.
16222 (help-xref-symbol-regexp): Add `face'.
16223 (help-make-xrefs): Check for quoted face names and adapt regexp
16224 submatch numbers to cope.
16225 (help-xref-interned): Maybe insert face doc too. Separate
16226 sections with a line of hyphens.
16227
16228 * faces.el: Some doc fixes. Declare some functions obsolete.
16229 (describe-face): Add customize button. Return the help
16230 text. Fix prompt.
16231
16232 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16233
16234 * term/internal.el (IT-character-translations): Fix last change.
16235
16236 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16237
16238 * woman.el: New file
16239 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16240
16241 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16242
16243 * term/internal.el (IT-character-translations): Update ASCII
16244 simulations for greek-iso8859-7, add latin-iso8859-14 and
16245 latin-iso8859-15.
16246
16247 * international/mule-cmds.el (set-language-info-alist): Call
16248 define-prefix-command with 3 arguments, to make the map suitable
16249 for a menu.
16250
16251 2000-05-07 Dave Love <fx@gnu.org>
16252
16253 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16254
16255 2000-05-05 Dave Love <fx@gnu.org>
16256
16257 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16258 list in doc string. Don't quote keyword symbols.
16259 * emacs-lisp/cl.el: Likewise
16260 * emacs-lisp/cl-seq.el: Likewise
16261
16262 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16263
16264 * abbrev.el (abbrev-mode): Make ARG optional.
16265
16266 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16267
16268 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16269
16270 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16271
16272 * subr.el (substitute-key-definition): Clarify documentation.
16273
16274 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16275
16276 * glasses.el (glasses-convert-to-unreadable): Use
16277 `glasses-separator' instead of the hard-wired "_".
16278 (glasses-mode): Call `glasses-make-unreadable' only in a single
16279 place.
16280
16281 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16282
16283 * term/internal.el (cjk-codepages-alist): Add associations for
16284 Chinese and Korean codepages. Remove FIXME comment.
16285
16286 2000-05-03 Dave Love <fx@gnu.org>
16287
16288 * time.el (display-time-mail-face, display-time-use-mail-icon):
16289 New option.
16290 (display-time-mail-icon): New variable.
16291 (display-time-string-forms): Use the above. Fix the local-map.
16292
16293 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16294
16295 * replace.el (query-replace-map): Add binding for `E'.
16296 (query-replace-help): Extend help text.
16297 (perform-replace): Allow editing the replacement string.
16298
16299 * make-mode.el (makefile-mode-abbrev-table): New variable.
16300 (makefile-mode): Set local abbrev table to
16301 makefile-mode-abbrev-table.
16302 (makefile-font-lock-keywords): Fontify includes and conditionals.
16303
16304 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16305 set TOGGLE's value.
16306
16307 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16308 mail-interactive-insert-alias.
16309 (mail-abbrev-complete-alias): New command.
16310 (mail-mode-map): Bind it to `M-TAB'.
16311
16312 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16313
16314 * language/lao-util.el (lao-compose-region): New function.
16315
16316 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16317
16318 * files.el (recover-session): Make directories as necessary
16319 if they don't exist yet.
16320
16321 * calendar/cal-french.el
16322 (french-calendar-multibyte-special-days-array)
16323 (french-calendar-special-days-array): Change French text.
16324 (calendar-french-date-string): Change output.
16325 (calendar-goto-french-date): Likewise.
16326
16327 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16328
16329 * wid-edit.el (widget-default-active): Obey `:always-active'.
16330 (widget-documentation-string-value-create): Set `:always-active'.
16331
16332 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16333
16334 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16335 default prefix to `~/_emacs.d/auto-save.list/_s'.
16336 (normal-top-level): Create the directory for auto-save files, if
16337 it doesn't already exist (in the ms-dos case only).
16338
16339 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16340
16341 * international/mule-cmds.el (set-language-environment): Don't
16342 concat an integer (dos-codepage), use format instead.
16343
16344 2000-05-02 Dave Love <fx@gnu.org>
16345
16346 * help.el (help-xref-on-pp): Check for constant symbols.
16347
16348 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16349
16350 * startup.el (normal-top-level): Put a condition-case around
16351 the code loading subdirs.el.
16352
16353 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16354
16355 * ps-print.el: Upside-down and face background color printing,
16356 line number step, doc fix.
16357 (ps-print-version): New version number (5.2).
16358 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16359 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16360 (ps-spool-config): Var fix.
16361 (ps-printer-name-option): Const fix.
16362 (ps-print-upside-down, ps-use-face-background)
16363 (ps-line-number-step): New vars.
16364 (ps-window-system, ps-lp-system): New consts.
16365 (ps-face-background): New fun.
16366
16367 2000-04-28 Richard Stallman <rms@gnu.org>
16368
16369 * files.el (make-auto-save-file-name):
16370 Apply auto-save-file-name-transforms to visited file name
16371 before generating auto save file name.
16372 (auto-save-file-name-transforms): New variable.
16373
16374 * files.el (backup-enable-predicate):
16375 Correctly test for a file under a temporary directory.
16376
16377 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16378
16379 * subr.el (add-minor-mode): Rewritten.
16380
16381 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16382
16383 * mail/sendmail.el (sendmail-send-it): Set
16384 buffer-file-coding-system to the selected coding system for MIME
16385 header.
16386
16387 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16388
16389 * dired.el (dired-move-to-filename-regexp): Allow format where
16390 YYYY is followed by two spaces.
16391
16392 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16393 in the second character class of the regexp.
16394
16395 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16396 mh-etc, too.
16397
16398 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16399 nil.
16400
16401 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16402
16403 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16404 argument.
16405
16406 2000-04-27 Sen Nagata <sen@eccosys.com>
16407
16408 * emacs-lisp/crm.el (crm-completion-table): New variable.
16409 (crm-collection-fn, crm-test-completion)
16410 (completing-read-multiple): Use it.
16411
16412 2000-04-27 Dave Love <fx@gnu.org>
16413
16414 * help.el (locate-library): Use mapc.
16415 (help-manyarg-func-alist): Add call-process-region.
16416
16417 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16418
16419 * subr.el (add-minor-mode): Make argument MAP optional.
16420
16421 * desktop.el (desktop-save): Save list of minor modes.
16422 (desktop-create-buffer): Restore minor modes.
16423 (desktop-minor-mode-table): New user-option.
16424
16425 * subr.el (add-minor-mode): New function.
16426
16427 * image.el (find-image): New function.
16428 (defimage): Rewritten to find image at load time.
16429
16430 * startup.el (normal-top-level-add-to-load-path): Handle
16431 case that the default directory is not in load-path.
16432
16433 * help.el: Old patch from Stefan Monnier.
16434 (help-xref-on-pp): New function.
16435 (describe-variable): Use it to display xrefs in a symbol's value.
16436
16437 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16438
16439 * cus-edit.el (custom-face): Fix parenthesis.
16440
16441 2000-04-26 Kenichi Handa <handa@etl.go.jp>
16442
16443 * mail/rmail.el (rmail-expunge): When there are no deleted
16444 messages, do nothing.
16445
16446 2000-04-26 Dave Love <fx@gnu.org>
16447
16448 * international/mule-cmds.el (locale-translation-file-name):
16449 Defvar to nil.
16450 (set-locale-environment): Set it here (at runtime).
16451
16452 2000-04-25 Gerd Moellmann <gerd@gnu.org>
16453
16454 * replace.el (perform-replace): Add parameters START and END. Use
16455 them instead of the check for a region in Transient Mark mode.
16456 (query-replace-read-args): Return two more list elements for the
16457 start and end of the region in Transient Mark mode.
16458 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16459 (map-query-replace-regexp, replace-string, replace-regexp): Add
16460 optional last arguments START and END and pass them to
16461 perform-replace.
16462
16463 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16464 form with additional arguments for perform-replace.
16465
16466 * progmodes/etags.el (tags-query-replace): Add parameters START
16467 and END. Construct a form with additional arguments for
16468 perform-replace.
16469
16470 * simple.el (shell-command): Set default directory for "*Shell
16471 Command Output" buffer.
16472
16473 * language/european.el (iso-latin-4): Fix typo.
16474
16475 * emacs-lisp/crm.el: New file.
16476
16477 2000-04-24 Dave Love <fx@gnu.org>
16478
16479 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16480 (Custom-reset-saved, Custom-reset-standard)
16481 (custom-group-value-create, custom-group-set, custom-group-save)
16482 (custom-group-reset-current, custom-group-reset-saved)
16483 (custom-group-reset-standard): Use mapc.
16484 (custom-buffer-create-internal): Disable undo when creating items.
16485 Use mapc.
16486 (custom-face): Avoid redundant lambda.
16487
16488 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16489
16490 * startup.el (auto-save-list-file-prefix): Set default to
16491 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16492
16493 2000-04-24 Sam Steingold <sds@gnu.org>
16494
16495 * time-stamp.el (time-stamp-string-preprocess): Always convert
16496 `field-result' to a string.
16497
16498 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16499
16500 * frame.el (scrolling): New group.
16501 (automatic-hscrolling): New user-option.
16502
16503 * startup.el (command-line-x-option-alist): Add `-lsp' and
16504 `--line-spacing'.
16505
16506 2000-04-19 Dave Love <fx@gnu.org>
16507
16508 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16509 (cl-mapc): Rename from mapc. Fix the funcall.
16510
16511 2000-04-19 Gerd Moellmann <gerd@gnu.org>
16512
16513 * simple.el (clone-indirect-buffer-other-window): New command.
16514 (clone-indirect-buffer): Add optional arg NORECROD.
16515 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16516
16517 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16518
16519 * window.el (count-screen-lines): New function.
16520 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16521 instead of window-buffer-height.
16522
16523 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16524 non-existing variable comint-input-sentinel.
16525 (inferior-lisp-args-to-list): Removed.
16526 (inferior-lisp): Use split-string instead of
16527 inferior-lisp-args-to-list.
16528
16529 * hexl.el (hexl-insert-hex-string): New command.
16530
16531 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16532 instead of concat.
16533
16534 2000-04-18 Gerd Moellmann <gerd@gnu.org>
16535
16536 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16537 at the start of an existing but empty folder.
16538
16539 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16540
16541 * ps-mule.el: Customization fix, doc fix.
16542 (ps-multibyte-buffer): Customization fix.
16543
16544 2000-04-17 Richard M. Stallman <rms@gnu.org>
16545
16546 * subr.el (read-passwd): Use read-char-exclusive.
16547
16548 2000-04-17 Gerd Moellmann <gerd@gnu.org>
16549
16550 * textmodes/texinfo.el (texinfo-insert-@email)
16551 (texinfo-insert-@emph, texinfo-insert-@quotation)
16552 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16553 (texinfo-mode-map): Add key bindings for them.
16554
16555 * files.el (basic-save-buffer-2): Use a template with `$'
16556 instead of `#' for VMS.
16557
16558 * simple.el (clone-indirect-buffer): New function.
16559
16560 2000-04-16 Stephen Eglen <stephen@gnu.org>
16561
16562 * iswitchb.el (iswitchb-case): New function. If the user input
16563 contains any upper-case characters, the search is made
16564 case-sensitive.
16565
16566 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16567
16568 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16569 comment-end.
16570 (texinfo-font-lock-syntactic-keywords): New var.
16571 (texinfo-font-lock-keywords): Remove comment regexp.
16572 (texinfo-insert-block): New function.
16573 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16574 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16575 and font-lock-defaults. Use regexp-opt for outline-regexp.
16576 (texinfo-environments): New var.
16577 (texinfo-environment-regexp): Use regexp-opt and
16578 texinfo-environments.
16579
16580 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16581 ispell-process is bound since this might be eval'd before ispell
16582 is loaded.
16583 (ispell-message): Use a tiny bit less magic and a bit more hard
16584 data to figure out what kind of sc-cite-regexp to use.
16585
16586 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16587
16588 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16589 (insert-cyclic-diary-entry): Unquote the lambda.
16590
16591 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16592
16593 * files.el (backup-enable-predicate): Unquote the lambda.
16594
16595 * cus-edit.el (custom-face, face): Unquote the lambda.
16596
16597 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16598
16599 * ps-print.el: Check for line-beginning-position definition.
16600
16601 * ps-print.el: Fix counting lines in a region.
16602 (ps-print-version): New version number (5.1.5).
16603 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16604 (ps-printing-region): Fun code fix.
16605
16606 2000-04-15 Gerd Moellmann <gerd@gnu.org>
16607
16608 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16609 to file-directory-p.
16610
16611 2000-04-14 Gerd Moellmann <gerd@gnu.org>
16612
16613 * gud.el (gud-jdb-build-source-files-list): Check that directory
16614 exists before calling directory-files.
16615
16616 2000-04-13 Dave Love <fx@gnu.org>
16617
16618 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16619 syntax.
16620
16621 * emacs-lisp/cl-specs.el: Remove when, unless.
16622
16623 * emacs-lisp/cl-extra.el: Don't quote keywords.
16624 (cl-old-mapc): New variable.
16625 (mapc): Use it.
16626 (cl-map-intervals): Use with-current-buffer. Don't check for
16627 next-property-change.
16628 (cl-map-overlays): Use with-current-buffer.
16629 (cl-expt): Remove.
16630 (copy-tree, remprop): Define unconditionally.
16631
16632 * emacs-lisp/cl-compat.el (keywordp): Remove.
16633
16634 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16635 to use keywordp.
16636 (edebug-spec): Enable keywordp.
16637
16638 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16639 string-lessp.
16640
16641 * cus-start.el: Use keywordp.
16642
16643 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16644
16645 * diary-lib.el (include-other-diary-files): Fix the fix of
16646 2000-02-18 by doing a save-excursion.
16647
16648 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16649
16650 * ps-print.el: Customization fix, doc fix.
16651 (ps-print-version): New version number (5.1.4).
16652 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16653 (ps-print-preprint): Adjust code.
16654 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16655 (ps-print-prologue-header, ps-print-control-characters)
16656 (ps-spool-config): Customization fix.
16657
16658 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16659
16660 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16661 converted to the new menu-item format, names silightly changed,
16662 help strings added.
16663
16664 Support for spelling without async subprocesses:
16665
16666 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16667 (ispell-session-buffer): New variables.
16668 (ispell-start-process, ispell-process-status,
16669 ispell-accept-output, ispell-send-string): New functions, for
16670 Ispell invocation when async subprocesses aren't supported.
16671 (ispell-word, ispell-pdict-save, ispell-command-loop,
16672 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16673 to process-send-string with calls to ispell-send-string, and
16674 accept-process-output with ispell-accept-output.
16675 (ispell-init-process): Call ispell-process-status instead of
16676 process-status with.
16677 (ispell-init-process): Call ispell-start-process. Call
16678 ispell-accept-output and ispell-send-string. Don't call
16679 process-kill-without-query and kill-process if they are unbound.
16680 (ispell-async-processp): New function.
16681
16682 2000-04-12 Dave Love <fx@gnu.org>
16683
16684 * info.el: Add debug-ignored-errors.
16685 (Info-mode-menu): Add some items.
16686 (Info-directory): Add autoload cookie.
16687
16688 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16689 Modify `truncate-lines'. Make `describe-language-environment'
16690 always visible and add help. Modify `describe-key' help. Invoke
16691 Info-directory from `info'. New entry `emacs-manual'.
16692
16693 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16694
16695 * progmodes/ebrowse.el (ebrowse-tree-mode):
16696 Use propertized-buffer-identification.
16697 (ebrowse-update-member-buffer-mode-line): Likewise.
16698 (ebrowse--mode-strings): Removed.
16699 (ebrowse--mode-line-props): Removed.
16700
16701 * files.el (auto-mode-alist): Add `EBROWSE'.
16702
16703 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16704 space before testing for end of buffer.
16705 (ebrowse-load): Removed.
16706 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16707 (ebrowse-create-tree-buffer): Rewritten.
16708 (ebrowse-tree-mode): Read tree from buffer.
16709
16710 * progmodes/ebrowse-ffh.el: Removed.
16711
16712 2000-04-10 Kenichi Handa <handa@etl.go.jp>
16713
16714 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16715
16716 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16717
16718 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16719 at the wrong place.
16720
16721 2000-04-09 Dave Love <fx@gnu.org>
16722
16723 * files.el (backup-enable-predicate):
16724 Use temporary-file-directory, small-temporary-file-directory.
16725 (make-backup-file-name-function, backup-directory-alist): New vars.
16726 (make-backup-file-name-1): New function.
16727 (make-backup-file-name): Use it.
16728 (find-backup-file-name): Likewise. Use format for clarity, not concat.
16729 (file-newest-backup): Use make-backup-file-name.
16730
16731 2000-04-09 Gerd Moellmann <gerd@gnu.org>
16732
16733 * progmodes/ebrowse-ffh.el: New file.
16734
16735 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16736 Moved to ebrowse-ffh.el.
16737 (ebrowse-load): Add autoload.
16738
16739 * finder.el (finder-commentary): Add autoload cookie.
16740
16741 * mail/rfc2368.el: Correct author's email address.
16742
16743 * progmodes/ebrowse.el: New file.
16744
16745 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16746 item help string.
16747 (easy-menu-do-add-item): Ditto.
16748 (easy-menu-define): Extend doc string.
16749
16750 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16751 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16752 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16753 with-buffer-unmodified.
16754
16755 2000-04-08 Dave Love <fx@gnu.org>
16756
16757 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16758 unless, when.
16759
16760 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16761
16762 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16763 (viper-flash-search-pattern): No operation when using Emacs
16764 doesn't support face.
16765 Use `viper-put-on-search-overlay'.
16766
16767 2000-04-04 Gerd Moellmann <gerd@gnu.org>
16768
16769 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16770 like C-r.
16771
16772 * progmodes/make-mode.el: Some doc fixes.
16773 (makefile-mode-abbrev-table): New variable.
16774 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16775 (makefile-font-lock-keywords): Fontify includes and conditionals.
16776 (toplevel): Require `dabbrev' and `add-log' when compiling.
16777
16778 * replace.el (perform-replace): Don't move forward one char
16779 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16780 to do that because it leaves point 1 position after the last
16781 replacement, after everything has been replaced.
16782
16783 * jit-lock.el (with-buffer-unmodified): New macro.
16784 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16785 modified state.
16786 (jit-lock-function-1): Extracted from jit-lock-function; not
16787 preserving buffer's modified state.
16788 (jit-lock-function, jit-lock-stealth-fontify):
16789 Call jit-lock-function-1.
16790
16791 * mail/rfc2368.el: Remove supernumerary copyright line.
16792
16793 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
16794
16795 * glasses.el: Provide facilities for inserting space before left
16796 parentheses and uncapitalization of identifiers.
16797 (glasses-mode): Try to remove old overlays in all cases.
16798
16799 2000-04-03 Gerd Moellmann <gerd@gnu.org>
16800
16801 * progmodes/compile.el (compile-internal): Display the compilation
16802 buffer in a different frame, if it's already displayed there.
16803
16804 * mail/rfc2368.el: New file.
16805
16806 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16807 header and insert its value as mail body.
16808
16809 * subr.el (member-ignore-case): New function.
16810
16811 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16812 (dabbrev--find-expansion): Ignore buffers matching a regexp
16813 from dabbrev-ignored-regexps.
16814
16815 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16816 to extensions handled by gzip.
16817
16818 2000-04-03 Richard M. Stallman <rms@gnu.org>
16819
16820 * files.el (insert-directory): List the total free space
16821 along with the used space.
16822
16823 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16824 line is followed by one that matches CITATION-REGEXP, end the
16825 paragraph.
16826
16827 2000-04-03 Markus Rost <rost@delysid.gnu.org>
16828
16829 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16830 (rmail-make-basic-summary-line): Use that option.
16831
16832 2000-04-03 Kenichi Handa <handa@etl.go.jp>
16833
16834 * international/mule-cmds.el (encoded-string-description):
16835 Rewritten. Try pretty description for ISO 2022 escape sequences
16836 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16837 for hexadecimal format.
16838
16839 2000-04-01 Dave Love <fx@gnu.org>
16840
16841 * cpp.el: Change customization group to `c' from `C'.
16842
16843 * vcursor.el (vcursor-move): Use display-color-p.
16844
16845 * international/mule-util.el: Provide mule-utils.
16846 (string-to-sequence): Simplify and speed up.
16847
16848 * international/mule.el (make-coding-system): Purecopy doc-string.
16849
16850 * international/mule-cmds.el: Various menu changes.
16851 (describe-specified-language-support): Handle `Default'.
16852 (set-language-info): Purecopy `info'.
16853
16854 2000-03-31 Andrew Innes <andrewi@gnu.org>
16855
16856 * vc.el (vc-backend-diff): Return the correct status if we had to
16857 retry the rcsdiff command without the --brief option.
16858
16859 2000-03-31 Dave Love <fx@gnu.org>
16860
16861 * help.el (help-manyarg-func-alist): Correct several omissions.
16862
16863 * add-log.el: Don't require cl, fortran.
16864 (add-log-current-defun-function): Doc fix.
16865 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
16866 (change-log-version-rcs): Function deleted.
16867 (change-log-version-number-search): Doc fix.
16868 Use vc-workfile-version. Avoid CL dolist.
16869 (add-change-log-entry): Just call add-log-current-defun to get
16870 defun. Simplify somewhat.
16871 (change-log-get-method-definition-1): Likewise.
16872 (add-log-current-defun): Return nil if calling
16873 add-log-current-defun-function does so. Move Fortran stuff to
16874 fortran.el. Return string without properties.
16875
16876 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16877 and :alpha: char classes.
16878
16879 * mail/supercite.el: Defvar curline when compiling.
16880 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16881 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16882 rather than a-zA-Z0-9 to allow non-ASCII characters.
16883
16884 2000-03-31 Gerd Moellmann <gerd@gnu.org>
16885
16886 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16887
16888 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16889 Re-enable new code.
16890
16891 * lpr.el (print-region-1): Use -d to specify printer name for
16892 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16893
16894 2000-03-31 Dave Love <fx@gnu.org>
16895
16896 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16897 Look for function definition in symbol's function value slot first
16898 instead of first consulting byte-compile-function-environment.
16899
16900 2000-03-31 Kenichi Handa <handa@etl.go.jp>
16901
16902 * language/european.el ("Polish"): New language environment.
16903 (setup-polish-environment): New function.
16904
16905 2000-03-30 Gerd Moellmann <gerd@gnu.org>
16906
16907 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16908 Disable new code.
16909
16910 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16911 trying to `load' the symbol of an autoload instead of the file
16912 recorded in the autoload. Fix error messages.
16913
16914 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16915
16916 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16917 (ps-print-version): New version number (5.1.3).
16918 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16919 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16920 (ps-generate-postscript-with-faces): Code fix.
16921 (ps-color-values): XEmacs compatibility.
16922 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16923 (ps-default-fg, ps-default-bg): Adjust customization.
16924 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16925 (ps-color-scale): Renaming old ps-color-value fun.
16926 (ps-print-headers): Replace ps-print-header group to avoid conflict
16927 with ps-print-header variable.
16928 (ps-print-miscellany): New group.
16929 (ps-format-color, ps-rgb-color): New funs.
16930 (ps-default-foreground): New var.
16931 (ps-printer-name-option): New const.
16932
16933 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16934
16935 * net/net-utils.el:
16936 (network-connection-host, network-connection-service): New variables
16937 (network-connection-mode): New mode, derived from comint-mode
16938 (network-connection-mode-setup): New function, saves host and
16939 service information in local variables.
16940
16941 * lisp/locate.el:
16942 (locate-word-at-point): Added this function
16943 (locate): Default to using locate-word-at-point as input
16944 Run dired-mode-hook
16945
16946 2000-03-29 Dave Love <fx@gnu.org>
16947
16948 * calendar/appt.el: Doc fixes.
16949 (appt-check): Convert min-to-app to a string before passing to
16950 appt-disp-window-function or concat.
16951 (appt-delete-window): Remove test for frame-root-window.
16952 (appt-select-lowest-window, appt-convert-time): Simplify.
16953
16954 * emacs-lisp/bytecomp.el: Doc fixes.
16955 (byte-compile-file-form-autoload):
16956 Update byte-compile-function-environment.
16957
16958 2000-03-29 Andreas Schwab <schwab@suse.de>
16959
16960 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16961
16962 * dired.el (dired-insert-directory): If dired-free-space-program
16963 failed just delete its output.
16964
16965 2000-03-29 Dave Love <fx@gnu.org>
16966
16967 * international/iso-cvt.el: Move provide to end. Doc fixes.
16968 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16969 (iso-iso2sgml, iso-sgml2iso): New functions.
16970 (iso-cvt-define-menu): Fix some entries and use backquote for
16971 clarity.
16972
16973 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16974
16975 2000-03-28 Gerd Moellmann <gerd@gnu.org>
16976
16977 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16978 ISO-DATE. If non-nil, return date in ISO 8601 format.
16979
16980 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16981
16982 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16983 if it ever becomes used.
16984 (log-edit-mode-hook): Default to vc-log-mode-hook.
16985 (log-edit-mode): Fix the docstring.
16986
16987 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16988 the code.
16989
16990 2000-03-26 Dave Love <fx@gnu.org>
16991
16992 * net/browse-url.el (browse-url): Re-fix case of
16993 browse-url-browser-function being an alist.
16994 (browse-url): Add :link to defgroup.
16995
16996 * files.el: Doc fixes.
16997 (file-truename): Include `[' in wildcard characters.
16998 (automount-dir-prefix): Customize.
16999 (find-file-wildcards): Add :version.
17000 (find-file-noselect): Simplify a mapcar call.
17001
17002 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17003 compatible with inf-lisp version.
17004 (eval-defun-1): Fix custom-declare-variable case.
17005
17006 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17007
17008 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17009
17010 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17011
17012 * Makefile (COMPILE_FIRST): New macro.
17013 (compile-files): Compile files from COMPILE_FIRST first.
17014
17015 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17016
17017 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17018 matching open parenthesis in column 0 to defun-prompt-regexp
17019 only if open-paren-in-column-0-is-defun-start is set.
17020
17021 * sun-curs.el: Require CL at compile-time only.
17022
17023 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17024 instead of copy-list which is a function from CL.
17025 (msb--choose-menu, msb--mode-menu-cond)
17026 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17027 (msb--init-file-alist): Use mapcar instead of mapcan.
17028 (msb--aggregate-alist): Use mapcar instead of mapcan.
17029 Fix `(' in column 0 in doc string.
17030 (msb--add-separators): Use mapcar instead of mapcan.
17031
17032 * cus-dep.el: Require CL at compile-time only.
17033
17034 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17035
17036 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17037 (byte-compile-warnings): New warning `noruntime'.
17038 (byte-compile-constants, byte-compile-variables): Fix docstring.
17039 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17040 execute `eval-whenc-compile's body.
17041 (byte-compile-unresolved-functions): Fix docstring.
17042 (byte-compile-eval): New function.
17043 (byte-compile-callargs-warn): Check if the function will be available
17044 at runtime (via property `byte-compile-noruntime').
17045 (byte-compile-print-syms): New function.
17046 (byte-compile-warn-about-unresolved-functions): Also warn about
17047 `noruntime' functions (and use `byte-compile-print-syms').
17048 (byte-compile-file): Capitalize the message.
17049
17050 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17051
17052 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17053 (rmail-expunge): Ask for confirmation depending on the setting
17054 of rmail-confirm-expunge.
17055
17056 2000-03-23 Gerd Moellmann <gerd@gnu.org>
17057
17058 * Makefile (bootstrap-clean): If $(emacs) exists, build
17059 loaddefs.el first. A loaddefs.el that's not up-to-date might
17060 cause a bootstrap failure because things don't autoload as expected.
17061
17062 2000-03-23 Dave Love <fx@gnu.org>
17063
17064 * net/browse-url.el: Restore previous use of
17065 browse-url-maybe-new-window.
17066
17067 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17068
17069 * ps-print.el: Skip banner page fix.
17070 (ps-print-version): New version number (5.1.2).
17071 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17072
17073 2000-03-23 Dave Pearson <davep@davep.org>
17074
17075 * net/quickurl.el Changed the type of parameter passed to the
17076 function defined by `quickurl-format-function'. Before only the
17077 text of the URL was passed. Now the whole URL structure is passed
17078 and the function is responsible for extracting the parts it requires.
17079 Changed the default of `quickurl-format-function' accordingly.
17080 (quickurl-insert): Changed the `funcall' of
17081 `quickurl-format-function' to match the above change.
17082 (quickurl-list-insert): Changed the `url' case so that it makes
17083 use of `quickurl-format-function', previous to this the format was
17084 hard wired.
17085
17086 2000-03-22 Gerd Moellmann <gerd@gnu.org>
17087
17088 * startup.el: Change some spellings for the X Window System.
17089
17090 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17091
17092 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17093 Clean up the code and the regexp and make sure the cursor is
17094 temporarily moved to the suspicious line while querying the user.
17095
17096 2000-03-22 Jason Rumney <jasonr@gnu.org>
17097
17098 * w32-fns.el (w32-charset-info-alist): Initialize.
17099
17100 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17101
17102 * ps-print.el: N-up last page fix.
17103 (ps-print-version): New version number (5.1.1).
17104 (ps-end-file, ps-end-job, ps-generate): Code fix.
17105
17106 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17107
17108 * files.el (find-file-run-dired): Update docstring.
17109 (find-directory-functions): New hook.
17110 (find-file-noselect): Run find-directory-functions rather than
17111 calling dired directly.
17112
17113 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17114
17115 * pcvs.el: Add a minimal leading commentary.
17116 (cvs-make-cvs-buffer): Change the header part by removing the startup
17117 message and adding a `Module' entry. Also replace the FOOTER and
17118 HEADER special fileinfos with the new support in ewoc for updating
17119 its own footer and header.
17120 (cvs-update-header): Update to use the header/footer of the ewoc.
17121 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17122 (cvs-is-within-p): New function.
17123 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17124 to only examine some subset of the buffers.
17125
17126 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17127 `format' instead of our own ad-hoc functions.
17128 Remove HEADER and FOOTER cases, now handled in the EWOC.
17129 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17130
17131 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17132 output to avoid scaring the user.
17133 (cvs-parse-table): Catch message for non-up-to-date commits.
17134
17135 * pcvs-defs.el (cvs-startup-message): Remove.
17136 (cvs-global-menu): New autoloaded menu.
17137
17138 * pcvs-util.el (cvs-string-fill): Remove.
17139
17140 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17141 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17142 PP part of it and also make it work for footers and headers.
17143 (ewoc-create): Drop POS and BUFFER arguments.
17144 Use the DLL's dummy node to store the end-of-footer position.
17145 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17146 (ewoc-refresh): Remove unused `header' variable.
17147 (ewoc-(get|set)-hf): New functions.
17148
17149 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17150 log-view-*-(message|file) and use easy-mmode-define-navigation.
17151 (log-view-message-re): Match SCCS format as well.
17152 And match the revision line rather than the dashed separator line.
17153 (log-view-mode): Use the new define-derived-mode.
17154 (log-view-current-tag): Fill in with an actual implementation.
17155
17156 * cvs-status.el (cvs-status-(prev|next)): Rename from
17157 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17158 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17159 to let the output "breathe" a little more (more readable).
17160 (cvs-status-mode): Use the new define-derived-mode.
17161
17162 * smerge-mode.el (smerge-auto-leave): New function and variable.
17163 (smerge-basic-map): Rename from smerge-basic-keymap.
17164 Change the bindings for smerge-diff-*.
17165 (smerge-*-map): Use easy-mmode-defmap.
17166 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17167 (smerge-keep-*): Use smerge-auto-leave.
17168
17169 2000-03-21 Jason Rumney <jasonr@gnu.org>
17170
17171 * cus-edit.el (custom-button-face): Use 3D look for w32.
17172 (custom-button-pressed-face): Likewise.
17173
17174 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17175
17176 * progmodes/etags.el (tags-case-fold-search): New user-option.
17177 (tags-loop-eval): New function. Bind case-fold-search around eval
17178 depending on the value of tags-case-fold-search.
17179 (tags-loop-continue): Use tags-loop-eval.
17180 (find-tag-in-order): Bind case-fold-search depending on the value
17181 of tags-case-fold-search.
17182
17183 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17184
17185 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17186 (diff-end-of-hunk): Return the end position for use in
17187 `easy-mmode-define-navigation'.
17188 (diff-recenter): Remove.
17189 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17190 of `easy-mmode-define-navigation'.
17191 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17192 previous renaming) and fix to use new names.
17193 (diff-merge-strings): Use \n as separator: simpler, faster.
17194 (diff-mode): Use `define-derived-mode'.
17195
17196 * derived.el (define-derived-mode): Don't autoload anymore.
17197 Prefer the macro-only version provided by easy-mmode.el.
17198
17199 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17200 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17201 (easy-mmode-define-navigation): New macro.
17202
17203 * subr.el (combine-run-hooks): New function.
17204
17205 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17206
17207 * term/x-win.el: Fontsets related initialization is simplified.
17208
17209 * international/mule-diag.el (describe-font): Don't refer to
17210 global-fontset-alist, instead call font-list.
17211 (describe-fontset, list-fontsets, mule-diag): Likewise.
17212 (print-fontset): Adjusted for the change of fontset implementation.
17213
17214 * international/fontset.el (x-charset-registries): Variable removed,
17215 instead the corresponding data is stored in the default fontset.
17216 (register-alternate-fontnames): Function removed.
17217 (resolved-ascii-font): Variable removed.
17218 (x-compose-font-name): Ignore the second argument REDOCE.
17219 (x-complement-fontset-spec): Complement only an ASCII font and
17220 element for those charsets than can use that ASCII font.
17221 (generate-fontset-menu): Don't refer to global-fontset-alist,
17222 instead call fontset-list.
17223 (uninstantiated-fontset-alist): Variable removed.
17224 (x-style-funcs-alist): Likewise.
17225 (fontset-default-styles): Likewise.
17226 (x-modify-font-name): Function removed.
17227 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17228 (create-fontset-from-ascii-font): Docsting adjusted for the above
17229 change.
17230 (instantiate-fontset, resolve-fontset-name): Functions removed.
17231 (fontset-list): Now implemented by C code.
17232
17233 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17234 (describe-face): Include `font' attribute in the description.
17235
17236 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17237
17238 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17239
17240 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17241
17242 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17243 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17244 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17245
17246 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17247 about behavior of set-buffer-modified-p wrt redisplay.
17248
17249 2000-03-19 Richard M. Stallman <rms@gnu.org>
17250
17251 * view.el (view-mode-disable): Kill local binding of view-read-only.
17252
17253 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17254
17255 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17256 is a string, convert it to a syntax cell using string-to-syntax.
17257
17258 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17259 (string-to-syntax): New function.
17260
17261 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17262 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17263 try to use passive ftp mode.
17264
17265 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17266
17267 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17268
17269 * simple.el (append-to-buffer): Update point of windows after
17270 insertion.
17271
17272 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17273 forward then moving backward. Reindent.
17274
17275 * frame.el (other-frame): Call x-focus-frame only if
17276 focus-follows-mouse is off.
17277
17278 2000-03-17 Dave Love <fx@gnu.org>
17279
17280 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17281
17282 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17283
17284 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17285 regexp for labels cannot span several lines.
17286
17287 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17288 `(setq :<key> ':<key>)' to the macro expansion.
17289
17290 2000-03-16 Dave Love <fx@gnu.org>
17291
17292 * progmodes/f90.el (f90): Put custom group under `languages', not
17293 `fortran'.
17294 (f90-mode-hook): Customize.
17295 (f90-mode): Set add-log-current-defun-function.
17296 (f90-current-defun): New function.
17297
17298 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17299
17300 * cus-edit.el (custom-variable-tag-face): Handle case that
17301 default face's height is not a number.
17302 (custom-face-tag-face, custom-group-tag-face-1)
17303 (custom-group-tag-face): Ditto.
17304 (custom-group-tag-face-1): Add :group.
17305
17306 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17307
17308 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17309
17310 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17311 requiring easymenu.
17312
17313 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17314
17315 * ps-print.el: PostScript user-defined prologue, PostScript error
17316 handler, doc fix.
17317 (ps-print-version): New version number (5.1).
17318 (ps-user-defined-prologue, ps-error-handler-message)
17319 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17320 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17321 (ps-insert-string): New function.
17322
17323 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17324
17325 * international/ccl.el (ccl-compile-expression): Don't generate
17326 invalid self-assignment code.
17327
17328 2000-03-14 Dave Love <fx@gnu.org>
17329
17330 * subr.el (replace-regexp-in-string): Renamed from
17331 replace-regexps-in-string. Doc fix.
17332
17333 2000-03-12 Dave Love <fx@gnu.org>
17334
17335 * cus-edit.el: Doc fixes.
17336 (customize-set-variable, customize-save-variable): Rename args for doc.
17337 (custom-variable-tag-face, custom-face-tag-face)
17338 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17339 style which user identify as hyperlink.
17340 (hook): Don't add undefined functions to the hook.
17341 (debug-ignored-errors): Transfer message from bindings.el.
17342
17343 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17344
17345 * recentf.el (recentf-keep-non-readable-files-p):
17346 Remove double/nested definition.
17347
17348 2000-03-12 Dave Love <fx@gnu.org>
17349
17350 * facemenu.el (facemenu-get-face): Use display-color-p.
17351 * enriched.el (enriched-decode-foreground): Likewise.
17352 (enriched-decode-background): Likewise.
17353 * isearch.el (isearch-highlight): Likewise.
17354 * info-look.el (info-lookup): Likewise.
17355 * simple.el (completion-setup-function): Likewise.
17356
17357 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17358 :options.
17359
17360 * bindings.el (mode-line-format): Fix line-number and
17361 column-number items. Add help-echo for the background.
17362 (mode-line-mule-info): Modify help-echo.
17363
17364 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17365
17366 * files.el (load-file): Allow completion to .elc.
17367
17368 * man.el: Doc fixes.
17369 (Man-init-defvars): Use display-color-p to set fontification.
17370
17371 * play/hanoi.el (hanoi-internal): Don't use oddp.
17372
17373 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17374
17375 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17376
17377 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17378
17379 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17380
17381 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17382 Fix comment.
17383
17384 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17385
17386 * font-lock.el (font-lock-keywords): Fix the doc now that
17387 regexp-opt-depth is unnecessary.
17388 (save-buffer-state): Set an edebug spec.
17389 (font-lock-fontify-anchored-keywords): Properly handle the case when
17390 the matcher goes past the limit.
17391
17392 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17393 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17394
17395 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17396 dll.el and cookie.el (from Elib) with heavy renaming and other
17397 massaging.
17398
17399 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17400 Autoload the functions used.
17401 (easy-mmode-define-syntax): Fix CL typo.
17402 (easy-mmode-define-derived-mode): Improve the docstring generation.
17403
17404 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17405
17406 * textmodes/texinfo.el (texinfo-version): Variable and function
17407 removed.
17408
17409 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17410
17411 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17412 allow more flexibility.
17413 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17414 (easy-mmode-defmap, easy-mmode-defsyntax)
17415 (easy-mmode-define-derived-mode): New macros.
17416
17417 2000-03-09 Didier Verna <didier@xemacs.org>
17418
17419 * rect.el (replace-rectangle): New function.
17420
17421 2000-03-09 Dave Love <fx@gnu.org>
17422
17423 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17424 (fortran-comment-line-start-skip): Don't match cpp stuff.
17425 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17426 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17427 (fortran-mode): Don't set fortran-comment-line-start-skip,
17428 fortran-comment-line-start here. Set comment-start,
17429 add-log-current-defun.
17430 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17431 (fortran-current-defun): New function.
17432
17433 2000-03-09 Gerd Moellmann <gerd@gnu.org>
17434
17435 * emacs-lisp/re-builder.el: New file.
17436
17437 * mouse.el (mouse-drag-region): Don't run up-event handler
17438 if hscroll has changed.
17439
17440 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17441 builtin operators, use `font-lock-builtin-face' for Emacs and
17442 `font-lock-preprocessor-face' otherwise.
17443
17444 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17445 `(defun (setf foo)' differently.
17446
17447 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17448
17449 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17450 (regexp-opt): Update comment and adapt the code the new meaning of
17451 the `paren' argument of regex-opt-group for shy-groups.
17452 (regexp-opt-depth): Handle shy groups as well as backslashed
17453 backslashes.
17454 (regexp-opt-group): Turn the leading comment into a docstring.
17455 Allow `paren' to be a string (the string to use to open a group).
17456 Remove open-presuf and close-presuf. Instead of checking for `all
17457 one-char' and then later on check for `several one-char', handle
17458 both cases close together. Also apply a more generic algorithm
17459 for suffixes (the mirror image of the algorithm used for
17460 prefixes). Use shy-groups. Use nreverse rather than reverse.
17461 (regexp-opt-try-suffix): Removed.
17462
17463 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17464 from comint-mode-map, so we can just inherit from it. Also, move
17465 the initialization into the `defvar' since there's no docstring
17466 anyway and it's fairly short.
17467 (inferior-scheme-mode): Define it as derived-mode: the code is
17468 shorter and this way we inherit from comint-mode-map rather than
17469 copying it.
17470
17471 * subr.el (replace-regexps-in-string): Properly handle the case
17472 where we match an empty string.
17473
17474 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17475 when the command has a directory component (such as "./testml").
17476 Also fix a typo in the comment.
17477
17478 2000-03-08 Gerd Moellmann <gerd@gnu.org>
17479
17480 * Makefile (compile-files): Compile files one by one because
17481 that's the only way to ensure a clean compilation environment for
17482 each individual file.
17483
17484 * frame.el (other-frame): Call x-focus-frame.
17485
17486 2000-03-07 Dave Love <fx@gnu.org>
17487
17488 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17489 :require to defcustom.
17490
17491 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17492
17493 * files.el (auto-mode-alist): Add configure.in.
17494
17495 * progmodes/autoconf.el: New file.
17496
17497 2000-03-07 Gerd Moellmann <gerd@gnu.org>
17498
17499 * mail/mh-e.el: Change maintainer to `none'.
17500
17501 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17502 to remove-hook and add-hook.
17503
17504 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17505
17506 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17507 it as the default.
17508 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17509 (sendmail-send-it): Conditionally add MIME headers specifying the
17510 used character set.
17511
17512 2000-03-07 Dave Love <fx@gnu.org>
17513
17514 * winner.el: Fix keywords, autoload cookies.
17515 Split eval-when-compile form to avoid compilation failure.
17516
17517 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17518
17519 * international/mule.el: Modify comment about coding system
17520 property `coding-category'.
17521 (make-coding-system): New argument EOL-TYPE. Pay attention to
17522 coding-category property of PROPERTIES.
17523
17524 * international/mule-conf.el (coding-category-utf-8)
17525 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17526 categories. Include them in the argument for set-coding-priority.
17527
17528 * international/mule-cmds.el (reset-language-environment):
17529 Include coding-category-utf-8, coding-category-utf-16-be, and
17530 coding-category-utf-16-le in the argument for set-coding-priority.
17531 (reset-language-environment): Initialize coding-category-utf-8,
17532 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17533
17534 2000-03-06 Karl Fogel <kfogel@red-bean.com>
17535
17536 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17537 code abstracted out of `bookmark-jump-noselect'. Now tries info
17538 extensions as well as compression extensions.
17539 (bookmark-jump-noselect): Use above new func.
17540
17541 2000-03-03 Gerd Moellmann <gerd@gnu.org>
17542
17543 * strokes.el: Change maintainer's mail address.
17544
17545 2000-03-03 Kenichi Handa <handa@etl.go.jp>
17546
17547 * international/mule-diag.el (list-character-sets): Make help-echo
17548 string by substitute-command-keys.
17549 (list-character-sets): Likewise.
17550 (sort-listed-character-sets): Call help-setup-xref.
17551
17552 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17553
17554 * time.el (display-time-mail-file): Add `none' to the list of choices.
17555
17556 2000-03-01 Dave Love <fx@gnu.org>
17557
17558 * help.el (help-xref-go-back): Don't try to set position.
17559
17560 * international/mule-diag.el (list-character-sets):
17561 Call help-setup-xref. Add help-echo to xrefs.
17562 (list-character-sets-1): Add help-echo to xrefs.
17563
17564 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17565
17566 * frame.el (blink-cursor-mode): Switch cursor on when turning
17567 the mode off.
17568
17569 * add-log.el (add-log-current-defun): Add support for
17570 Autoconf mode.
17571
17572 * mail/rmail.el (rmail-quit-hook): New variable.
17573
17574 2000-03-01 Dave Love <fx@gnu.org>
17575
17576 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17577
17578 * help.el (help-xref-button): Add help-echo arg.
17579 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17580
17581 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17582
17583 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17584
17585 2000-03-01 Gerd Moellmann <gerd@gnu.org>
17586
17587 * image.el (defimage): Look for image files in load-path.
17588
17589 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17590
17591 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17592
17593 * recentf.el (recentf): Added version tag to the defgroup of recentf.
17594
17595 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17596
17597 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17598 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17599 action to select/unselect a file.
17600 (recentf-edit-list): Code cleanup and improvement.
17601 (recentf-open-more-files-action): `recentf-open-more-files' button
17602 widget action to open a file.
17603 (recentf-open-more-files): No more use standard completion but widgets.
17604 (recentf-more-collection): Deleted.
17605 (recentf-more-history): Deleted.
17606 (recentf-setup-more-completion): Deleted.
17607
17608 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17609
17610 * recentf.el (recentf-mode): No more needs that Emacs is running
17611 under a window-system.
17612
17613 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17614
17615 * recentf.el (recentf-edit-list): New command to edit the recent
17616 list which allow the user to remove files.
17617 (recentf-edit-selected-items): New global variable, used by
17618 `recentf-edit-list' to hold the list of files to be removed from
17619 the recent list.
17620 (recentf-make-menu-items): Updated to display a "Edit list..."
17621 menu item. Minor code cleanup.
17622
17623 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17624
17625 * recentf.el (recentf-open-more-files): New command to open files
17626 that are not displayed in the menu.
17627 (recentf-more-collection): New global variable holding the set of
17628 permissible completions used by `recentf-open-more-files'.
17629 (recentf-more-history): New global variable holding the history list
17630 used by `recentf-open-more-files' completion.
17631 (recentf-setup-more-completion): New function to setup completion for
17632 `recentf-open-more-files'.
17633 (recentf-make-menu-items): Updated to display a "More..." menu item.
17634
17635 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17636
17637 * recentf.el (recentf-menu-action): Doc fixed.
17638
17639 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17640
17641 * recentf.el (recentf-menu-filter): Doc updated.
17642 (recentf-update-menu-hook): Allow menu filters to force menu update.
17643 (recentf-make-menu-items): New menu filter handling.
17644 (recentf-make-menu-item): New helper function.
17645 (recentf-menu-elements): New menu handling function.
17646 (recentf-sort-ascending): Updated to new menu filter handling.
17647 (recentf-sort-descending): Updated to new menu filter handling.
17648 (recentf-sort-basenames-ascending): New menu filter function.
17649 (recentf-sort-basenames-descending): New menu filter function.
17650 (recentf-show-basenames): New menu filter function.
17651 (recentf-show-basenames-ascending): New menu filter function.
17652 (recentf-show-basenames-descending): New menu filter function.
17653
17654 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17655
17656 * diary-lib.el (list-diary-entries): Don't try to go forward at
17657 the end of the buffer.
17658
17659 2000-02-29 Kenichi Handa <handa@etl.go.jp>
17660
17661 * international/mule-diag.el (list-character-sets):
17662 Completely rewritten.
17663 (sort-listed-character-sets): New function.
17664 (list-character-sets-1): Completely rewritten.
17665 (list-character-sets-2): New function.
17666 (non-iso-charset-alist): New variable.
17667 (decode-codepage-char): New function.
17668 (charset-history): New variable.
17669 (read-charset) (list-block-of-chars)
17670 (list-iso-charset-chars)
17671 (list-non-iso-charset-chars)
17672 (list-charset-chars): New functions.
17673 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17674 (dump-charsets): Likewise.
17675
17676 2000-02-29 Gerd Moellmann <gerd@gnu.org>
17677
17678 * dired-x.el (dired-filename-at-point): Add `@' to valid
17679 file name characters.
17680 (dired-filename-at-point): Handle ange-ftp file names.
17681
17682 * frame.el (frame-notice-user-settings): Use assq-delete-all
17683 instead of assoc-delete-all.
17684 (frame-notice-user-settings): Ditto.
17685
17686 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17687 Don't copy alist.
17688
17689 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17690
17691 * calculator.el (calculator-use-menu): New option.
17692 (calculator-initial-bindings): Changed some bindings to work as macros.
17693 (calculator-forced-input): Removed.
17694 (calculator-restart-other-mode): New variable.
17695 (calculator-mode-map): Set up menu.
17696
17697 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17698
17699 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17700
17701 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17702
17703 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17704 translate all ESC key sequences.
17705 (viper-goto-mark-subr): Restore markers for files for which
17706 they were saved.
17707 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17708 * viper-util.el (viper-set-replace-overlay-glyphs)
17709 (viper-set-replace-overlay): Always check if the replacement
17710 overlay is live.
17711 * viper.el (viper-vi-state-mode-list): Add major modes.
17712 * ediff-wind.el: Minor comment changes.
17713 * ediff.el: Copyright notice date fix.
17714
17715 2000-02-27 Jason Rumney <jasonr@gnu.org>
17716
17717 * faces.el (face-font-family-alternatives): Add arial to helv.
17718 (mode-line, header-line, tool-bar): Same default as x for w32.
17719 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17720 face-font-family-alternatives from working.
17721 * term/w32-win.el (mouse-set-font): Do not build fontset from
17722 chosen font.
17723
17724 2000-02-25 Sam Steingold <sds@goems.com>
17725
17726 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17727 properly.
17728
17729 2000-02-25 Richard M. Stallman <rms@gnu.org>
17730
17731 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17732
17733 2000-02-25 Gerd Moellmann <gerd@gnu.org>
17734
17735 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17736
17737 * frame.el (busy-cursor-delay-seconds): New option.
17738
17739 2000-02-24 Gerd Moellmann <gerd@gnu.org>
17740
17741 * frame.el (show-cursor-in-non-selected-windows): New option.
17742
17743 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17744
17745 * diary-lib.el (include-other-diary-files): Undo the selective
17746 display in any included file and don't kill it.
17747
17748 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17749
17750 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17751 Menu items converted to (menu-item format, help strings added.
17752 [downcase, upcase]: Don't enable on MS-DOS.
17753 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17754 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17755
17756 2000-02-23 Dave Love <fx@gnu.org>
17757
17758 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17759 (backward-kill-word): Revert addition of * to interactive spec --
17760 it's a feature.
17761
17762 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17763 (backward-kill-sentence, kill-sentence): Likewise.
17764
17765 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17766 scratch buffer name.
17767 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
17768
17769 * term/w32-win.el (internal-face-interactive): Update prompt for
17770 new read-face-name.
17771
17772 * mail/footnote.el (footnote): Add :version to defgroup.
17773 (footnote-section-tag-regexp): Customize.
17774 (footnote-start-tag, footnote-end-tag): New option.
17775 (footnote-latin-regexp): New variable.
17776 (Footnote-latin): New function.
17777 (footnote-style-alist): Add element for latin style.
17778 (footnote-style): Moved.
17779 (Footnote-goto-footnote): Use eq to test arg.
17780
17781 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17782
17783 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17784 (byte-compile-trueconstp): Include keywords.
17785 (byte-optimize-quote, byte-optimize-lapcode):
17786 Use byte-compile-const-symbol-p.
17787 (byte-optimize-char-before): New optimization.
17788
17789 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17790 (byte-compile-const-symbol-p): New function.
17791 (byte-compile-constp, byte-compile-out-toplevel)
17792 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17793 Use it.
17794
17795 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17796
17797 2000-02-23 Kenichi Handa <handa@etl.go.jp>
17798
17799 * international/encoded-kb.el: Be sure to update minor-mode-alist
17800 and minor-mode-map-alist.
17801 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17802 codes SS2 and SS3 correctly.
17803 (encoded-kbd-self-insert-ccl): New function.
17804 (encoded-kbd-setup-keymap): New function.
17805 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17806 by calling encoded-kbd-setup-keymap.
17807
17808 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17809 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17810
17811 2000-02-22 Dave Love <fx@gnu.org>
17812
17813 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17814 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17815 (lisp-mode-syntax-table): Set up for #|...|# comments.
17816 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17817 classes. Match `defface'.
17818 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17819 (eval-defun-1): Fix for defcustom.
17820 (lisp-indent-region): Doc fix.
17821
17822 * subr.el (when, unless, split-string): Doc fix.
17823 (read-passwd): Move call of clear-this-command-keys to the right place.
17824 (replace-regexps-in-string): New function.
17825
17826 2000-02-22 Gerd Moellmann <gerd@gnu.org>
17827
17828 * help.el (describe-variable): Set syntax table to
17829 emacs-lisp-mode-syntax-table when moving forward over the
17830 symbol's name.
17831
17832 2000-02-22 Dave Love <fx@gnu.org>
17833
17834 * xt-mouse.el: Doc fixes.
17835 (xterm-mouse-position-function): New function, replacing advice of
17836 mouse-position.
17837 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17838
17839 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17840
17841 2000-02-21 Gerd Moellmann <gerd@gnu.org>
17842
17843 * format.el (format-annotate-single-property-change):
17844 Handle properties.with dotted-list values.
17845 (format-proper-list-p): New function.
17846
17847 * enriched.el (enriched-face-ans): Handle '(foreground-color
17848 . COLOR) and (background-color . COLOR).
17849
17850 2000-02-20 Dave Love <fx@gnu.org>
17851
17852 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17853 and assignments to it.
17854 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17855 current local map.
17856 (make-flyspell-overlay): Use it.
17857 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17858
17859 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17860 (lm-get-header-re): Defun, not defsubst.
17861 (lm-get-package-name): Defun, not defsubst. Simplify.
17862 (lm-version): Doc fix. Simplify.
17863 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17864 (lm-crack-address, lm-last-modified-date, lm-commentary)
17865 (lm-verify, lm-synopsis): Simplify.
17866 (lm-report-bug): Require emacsbug. Use compose-mail.
17867
17868 2000-02-20 Gerd Moellmann <gerd@gnu.org>
17869
17870 * dired.el (dired-mode): Call propertized-buffer-identification
17871 to set mode-line-buffer-identification to something having
17872 the right text properties.
17873
17874 * bindings.el (propertized-buffer-identification): New function.
17875
17876 2000-02-20 Dave Love <fx@gnu.org>
17877
17878 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17879 check for t-mouse too.
17880
17881 * cus-start.el: Make echo-keystrokes `number'.
17882
17883 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17884
17885 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17886 Don't call ring-empty-p unless tags-location-ring is bound.
17887 From Noah Friedman <friedman@splode.com>.
17888
17889 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17890
17891 * progmodes/hideshow.el (hs-flag-region): No longer use
17892 `intangible' overlay property.
17893
17894 (hs-toggle-hiding): New command.
17895 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17896
17897 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17898 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17899 and deactivation.
17900
17901 2000-02-18 Gerd Moellmann <gerd@gnu.org>
17902
17903 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17904
17905 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17906
17907 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17908
17909 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17910 of `*' to handle `(* ... *)' comments.
17911
17912 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17913
17914 * faces.el (list-faces-display): Use display-mouse-p instead of
17915 window-system.
17916
17917 * menu-bar.el (global-map): Menu-bar items converted to the new
17918 format (menu-item..., rearranged for better CUA compliance, and
17919 their names changed for better clarity. Help strings added.
17920
17921 * international/mule-cmds.el (mule-menu-keymap)
17922 (describe-language-environment-map, set-coding-system-map)
17923 (setup-language-environment-map): Convert to new (menu-item...
17924 form, add help strings. Change names of menu items for better clarity.
17925 "Mule" menu-bar item removed (it's now in the "Options" submenu).
17926
17927 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17928
17929 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17930 within the code.
17931
17932 2000-02-16 Dave Love <fx@gnu.org>
17933
17934 * faces.el: Don't require custom. Add more specific :groups to
17935 various deffaces.
17936 (set-face-attribute): Purecopy args.
17937 (read-face-name): Default to name at point and use it in prompt.
17938 Remove colon from arg in all callers.
17939 (list-faces-display): Hyperlink to face descriptions and customize
17940 buffers.
17941
17942 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17943
17944 * wid-edit.el (widget-match-inline): An atom never matches a list.
17945
17946 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17947
17948 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17949 at ':' characters by call to split-string.
17950
17951 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17952
17953 * textmodes/bibtex.el: Added RCS version identification.
17954
17955 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17956
17957 * textmodes/bibtex.el: Some temporary comments removed.
17958 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17959 (bibtex-field-const): Allow capital letters.
17960 (bibtex-start-of-string): Deleted because unused.
17961
17962 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17963 use the term 'reference' to describe a bibtex entry as a whole.
17964 Further, reference keys are no longer called 'labels'.
17965 (bibtex-keys): Renamed to bibtex-reference-keys.
17966 (bibtex-reformat-previous-labels): Renamed to
17967 bibtex-reformat-previous-reference-keys.
17968 (bibtex-reference-type): Renamed to bibtex-entry-type.
17969 (bibtex-reference-head): Renamed to bibtex-entry-head.
17970 (bibtex-reference-maybe-empty-head): Renamed to
17971 bibtex-entry-maybe-empty-head.
17972 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17973 (bibtex-search-reference): Renamed to bibtex-search-entry.
17974 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17975 bibtex-enclosing-entry-maybe-empty-head.
17976 (bibtex-entry-field-alist, bibtex-entry-head)
17977 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17978 (bibtex-map-entries, bibtex-search-entry)
17979 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17980 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17981 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17982 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17983 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17984 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17985 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17986
17987 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17988
17989 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17990 comment.
17991 (bibtex-format-field-delimiters): New function, functionality
17992 extracted from bibtex-format-entry.
17993 (bibtex-autokey-get-yearfield-digits): New function, functionality
17994 extracted from bibtex-autokey-get-yearfield.
17995
17996 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17997 entries in order to avoid stack overflow in the regexp matcher if
17998 field contents become large.
17999 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18000 (bibtex-field-string-part-not-braced)
18001 (bibtex-field-string-part-no-inner-braces)
18002 (bibtex-field-string-part-1-inner-brace)
18003 (bibtex-field-string-part-2-inner-braces)
18004 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18005 (bibtex-field-string-quoted, bibtex-field-string)
18006 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18007 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18008 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18009 Deleted as parsing is now performed by the following functions.
18010 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18011 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18012 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18013 (bibtex-parse-association, bibtex-field-name-for-parsing)
18014 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18015 (bibtex-search-forward-field, bibtex-search-backward-field)
18016 (bibtex-start-of-field, bibtex-end-of-field)
18017 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18018 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18019 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18020 (bibtex-parse-string, bibtex-search-forward-string)
18021 (bibtex-search-backward-string, bibtex-start-of-string)
18022 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18023 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18024 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18025 entries. Instead of reporting the results of the parsing by
18026 match-beginning or match-end, these functions return data structures
18027 that hold the corresponding positions.
18028 (bibtex-enclosing-field): Changed to also report field boundaries by
18029 return values rather than by match-beginning or match-end.
18030 The following functions have been adapted to use the new
18031 parsing functions.
18032 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18033 (bibtex-enclosing-field, bibtex-format-entry)
18034 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18035 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18036 (bibtex-print-help-message, bibtex-end-of-entry)
18037 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18038 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18039 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18040 Use the new method for parsing.
18041 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18042 (bibtex-map-entries, bibtex-flash-head)
18043 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18044 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18045 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18046 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18047 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18048 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18049 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18050 order to make the new binding of case-fold-search immediately visible.
18051
18052 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18053
18054 * textmodes/bibtex.el: Copyright notice is up to date.
18055 Added constant 'bibtex-maintainer-salutation.
18056
18057 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
18058 than make-temp-name, use match-string-no-properties and eliminate
18059 a quadratic behavior when building bibtex-strings.
18060
18061 * bibtex.el (bibtex-reference-key): Accept string entries whose
18062 reference key contains upper case letters.
18063
18064 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18065
18066 * bibtex.el (bibtex-reference-head): Allow entries to start with
18067 a new line.
18068
18069 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18070
18071 * bibtex.el: Hiding of entry bodies is not longer provided by
18072 bibtex.el directly. Instead the hideshow package can be used.
18073 Added a special bibtex entry to hs-special-modes-alist.
18074 (bibtex-hs-forward-sexp): Added for hideshow.el.
18075
18076 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18077
18078 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18079 proceedings entry type (for cross referencing). Thanks to Wagner
18080 Toledo Correa for the suggestion.
18081
18082 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18083
18084 2000-02-14 Kenichi Handa <handa@etl.go.jp>
18085
18086 * international/characters.el: Setup case table for Vietnamese.
18087
18088 2000-02-12 Gerd Moellmann <gerd@gnu.org>
18089
18090 * uniquify.el (toplevel): Require CL at compile time.
18091 (uniquify-push): Removed.
18092
18093 * shadowfile.el (shadow-when): Removed.
18094
18095 * tempo.el (tempo-dolist, tempo-mapc): Removed.
18096 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
18097
18098 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18099 regexp for paragraph-start.
18100
18101 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18102 commas as well.
18103
18104 2000-02-10 Dave Love <fx@gnu.org>
18105
18106 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18107 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18108 Deleted.
18109 (widget-specify-field, widget-specify-button): Don't use
18110 widget-mouse-help as help-echo property.
18111 (default): Use #'ignore for :validate and :mouse-down-action.
18112 (checkbox): Add help-echo.
18113 (widget-sexp-validate): Rewritten to clarify error messages.
18114 (character): Use char-valid-p in :match function.
18115 (widget-color-complete): Use facemenu-color-alist.
18116 (widget-color-action): Use facemenu-read-color.
18117
18118 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18119 set up `caar' &c that we now have.
18120
18121 2000-02-09 Ray Blaak <blaak@gnu.org>
18122
18123 * delphi.el: Make resourcestring a declaration region, like const
18124 and var.
18125
18126 2000-02-09 Dave Love <fx@gnu.org>
18127
18128 * bindings.el (mode-line-input-method-map): New variable.
18129 (mode-line-mule-info): Use it; fix last change.
18130 (mode-line-mode-menu): Move definition.
18131 (mode-line-mouse-sensitive-p): Deleted.
18132 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18133 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18134
18135 * startup.el (command-line-1): Don't call
18136 make-mode-line-mouse-sensitive.
18137
18138 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18139
18140 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18141 before rmail-toggle-header, because the former toggles headers.
18142
18143 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18144
18145 * diff-mode.el (diff-kill-junk): New interactive function.
18146 (diff-reverse-direction): Use delete-and-extract-region.
18147 (diff-post-command-hook): Restrict the area so that the hook also works
18148 outside of any diff hunk. This is necessary for the minor-mode.
18149 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18150 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18151
18152 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18153 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18154 so that it can be used more easily in <foo>-mode-hook. Also make sure
18155 to avoid duplicate entries.
18156 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18157 (font-lock-remove-keywords): Just as was done for `add', allow it to
18158 work even if font-lock-mode is nil. Also make sure we don't modify
18159 any pre-existing list by forcing a copy-sequence. Finally rename
18160 `major-mode' to `mode'.
18161 (font-lock-fontify-syntactic-anchored-keywords)
18162 (font-lock-fontify-anchored-keywords)
18163 (font-lock-fontify-keywords-region): Use line-end-position.
18164 Don't make `font-lock-multiline' local (it's now done in
18165 font-lock-set-defaults).
18166 (font-lock-set-defaults): Make `font-lock-multiline' local.
18167 Move the `font-lock-fontified' creation to inside the `unless'.
18168
18169 2000-02-06 Andrew Innes <andrewi@gnu.org>
18170
18171 * term/w32-win.el (x-handle-args): Comment out call to message,
18172 which occurs before window system is initialized.
18173
18174 * makefile.nt: Add support for recompiling lisp code.
18175
18176 2000-02-04 Dave Love <fx@gnu.org>
18177
18178 * bindings.el (mode-line-mule-info): Fix/extend last change.
18179
18180 * completion.el: Replace completion-dolist with dolist.
18181
18182 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18183
18184 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18185
18186 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18187 environment names before they go into the section regexp.
18188
18189 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18190 char class in regexp.
18191
18192 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18193 Bind `case-fold-search' to nil.
18194
18195 * progmodes/idlwave.el (idlwave-template):
18196 Respect `idlwave-abbrev-change-case'.
18197 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18198 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18199 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18200 (idlwave-rw-case): New function.
18201 (idlwave-statement-match): Fixed problem with assignment regexp.
18202 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18203 (idlwave-surround): New argument LENGTH to support padding of
18204 operators longer than 1 char.
18205
18206 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18207 idlwave-shell-expression-overlay. Implemented printing of
18208 expressions on higher levels of the calling stack.
18209 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18210 (idlwave-retrieve-expression-from-level): New function.
18211 (idlwave-shell-last-calling-stack): Variable removed.
18212 (idlwave-shell-reset): Argument action reversed (`visible' to
18213 `hidden'). Also remove stop-line overlay.
18214 (idlwave-shell-calling-stack-routine): New variable.
18215 (idlwave-shell-parse-stack-and-display): Messages now display
18216 negative level numbers.
18217 (idlwave-shell-mode): Set `modeline-format'.
18218 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18219 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18220 (idlwave-shell-print-expression-function): New option.
18221
18222 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18223 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18224 `tool-bar' instead of `toolbar'.
18225
18226 2000-02-02 Dave Love <fx@gnu.org>
18227
18228 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18229 emacs-lisp-mode-hook. Don't check for defalias being defined.
18230
18231 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18232 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18233 Use the new builtins directly.
18234
18235 * whitespace.el (whitespace): Add :version to defgroup.
18236
18237 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18238 Doc fix.
18239
18240 * thingatpt.el (sexp-at-point, symbol-at-point)
18241 (number-at-point, list-at-point): Add autoload cookie.
18242
18243 * recentf.el (recentf): Add :version to defgroup.
18244
18245 * quickurl.el (quickurl): Add :version to defgroup.
18246
18247 * elide-head.el (elide-head): Use point-marker more.
18248
18249 * bs.el (bs): Add :version to defgroup.
18250
18251 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18252
18253 * progmodes/delphi.el (delphi): Add :version to defgroup.
18254
18255 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18256
18257 * ange-ftp.el (ange-ftp-write-region): Handle case that
18258 succeeding process operation sets a different coding system.
18259
18260 * calculator.el: New file.
18261
18262 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18263
18264 * frame.el (frames-on-display-list, framep-on-display): New functions.
18265 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18266 (display-selections-p, display-screens, display-pixel-width)
18267 (display-pixel-height, display-mm-width, display-mm-height)
18268 (display-backing-store, display-save-under, display-planes)
18269 (display-color-cells, display-visual-class): New functions.
18270
18271 * term/tty-colors.el (tty-color-gray-shades): New function.
18272
18273 * faces.el (display-color-p): Use framep-on-display.
18274 (display-grayscale-p): New function.
18275
18276 2000-01-31 Dave Love <fx@gnu.org>
18277
18278 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18279 (create-fontset-from-x-resource): Don't concat integers.
18280
18281 2000-01-31 Inge Frick <inge@nada.kth.se>
18282
18283 * view.el: Some changes in documentation. Removed some trailing
18284 whitespace. Changed some parameter names to agree with documentation.
18285 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18286 window is not deleted. Modifies change 1998-04-26.
18287
18288 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18289
18290 * windmove.el: New file.
18291
18292 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18293 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18294 progmodes/ebnf-yac.el: Update copyright and license info.
18295
18296 * jit-lock.el (jit-lock-function): Widen before calculating
18297 end position.
18298 (jit-lock-stealth-chunk-start): Rewritten.
18299
18300 * info.el (Info-title-face-alist): Removed.
18301 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18302 (Info-fontify-node): Use these faces.
18303
18304 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18305
18306 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18307 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18308 `&allow-other-keywords'.
18309
18310 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18311 the list of directories scanned heuristically.
18312
18313 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18314
18315 2000-01-30 Jason Rumney <jasonr@gnu.org>
18316
18317 * w32-fns.el: Define w32-tty-standard-colors.
18318
18319 * startup.el (command-line): Use w32-tty-standard-colors when in
18320 w32 console mode.
18321
18322 2000-01-30 Dave Love <fx@gnu.org>
18323
18324 * jka-compr.el (jka-compr-load): Fix up load-history.
18325
18326 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18327
18328 * emacs-lisp/cl-macs.el: Revert previous change.
18329
18330 2000-01-29 Dave Love <fx@gnu.org>
18331
18332 * facemenu.el: Purecopy various strings.
18333
18334 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18335 years. Deal with three-digit years.
18336
18337 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18338 Use defconst, purecopy.
18339 (help-back-label): Purecopy it.
18340
18341 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18342
18343 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18344 variable. If non-nil, order the buffer list according to the
18345 currently selected frame.
18346 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18347 non-nil, pass the selected frame to function buffer-list.
18348
18349 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18350
18351 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18352
18353 2000-01-28 Dave Love <fx@gnu.org>
18354
18355 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18356
18357 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18358 Don't use lisp-indent-hook property.
18359 (cl-abs): Remove.
18360
18361 * subr.el: Move out indent and edebug specs for when and unless.
18362
18363 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18364 when, unless.
18365
18366 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18367 unless, when.
18368
18369 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18370
18371 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18372 `collecting' as synonym for `collect'.
18373
18374 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18375 for the case it contains spaces.
18376
18377 * simple.el (what-cursor-position): Change formatting of messages.
18378
18379 * frame.el (delete-other-frames): New function.
18380 (toplevel): Bind it to C-x 5 1.
18381
18382 * sort.el (sort-numeric-base): New option.
18383 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18384 interpret it as octal or hexadecimal. Use sort-numeric-base
18385 as default base.
18386
18387 * progmodes/glasses.el: New file.
18388
18389 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18390
18391 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18392 userids differently.
18393
18394 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18395 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18396 progmodes/ebnf-yac.el: New files.
18397
18398 2000-01-26 Dave Love <fx@gnu.org>
18399
18400 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18401 on a function with an empty body. [From Eric Ludlam.]
18402
18403 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18404
18405 * vc.el (vc-version-diff): Make sure file name is expanded.
18406
18407 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18408
18409 * scroll-bar.el (scroll-bar-timer): Variable removed.
18410 (scroll-bar-toolkit-scroll): Don't use a timer.
18411
18412 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18413
18414 * language/thai-util.el (thai-composition-function):
18415 Delete superfluous `a'.
18416
18417 2000-01-24 Dave Love <fx@gnu.org>
18418
18419 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18420 end-of-defun-function.
18421
18422 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18423
18424 2000-01-22 Jason Rumney <jasonr@gnu.org>
18425
18426 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18427 conflicts with new face support.
18428
18429 2000-01-22 Richard M. Stallman <rms@gnu.org>
18430
18431 * replace.el (query-replace): Rename last arg to DELIMITED.
18432 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18433 (query-replace-regexp): Likewise.
18434
18435 2000-01-20 Richard M. Stallman <rms@gnu.org>
18436
18437 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18438
18439 * emacs-lisp/lisp.el (beginning-of-defun-function):
18440 Variable renamed from beginning-of-defun.
18441 Do not call make-variable-buffer-local.
18442 (beginning-of-defun-raw): Use new variable name; doc fix.
18443 (beginning-of-defun): Doc fix.
18444 (end-of-defun-function): Variable renamed from end-of-defun.
18445 Do not call make-variable-buffer-local.
18446 (end-of-defun): Use new variable name; doc fix.
18447
18448 * subr.el (dolist, dotimes): Copied from cl-macs.el
18449 and made to work.
18450
18451 * mail/undigest.el (rmail-digest-end-regexps):
18452 Variable replaces rmail-digest-end-regexp.
18453 Allows multiple regexps for detecting the end line.
18454 (undigestify-rmail-message): Corresponding changes.
18455
18456 2000-01-19 Dave Love <fx@gnu.org>
18457
18458 * files.el (user-init-file): Don't declare here -- is primitive.
18459
18460 * startup.el (command-line): Check for compiled user-init-file and
18461 set to uncompiled version if necessary.
18462
18463 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18464
18465 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18466 (undigestify-rmail-message): Use it.
18467
18468 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18469
18470 2000-01-17 Gerd Moellmann <gerd@gnu.org>
18471
18472 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18473 of mini-buffer.
18474
18475 2000-01-14 Gerd Moellmann <gerd@gnu.org>
18476
18477 * emacs-lisp/copyright.el (copyright-update): Removed the
18478 requirement for a trailing space from `copyright-regexp', to
18479 support copyrights with owner specified on a separate line..
18480
18481 * align.el: New file.
18482
18483 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18484
18485 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18486
18487 2000-01-13 Dave Love <fx@gnu.org>
18488
18489 * ph.el: Removed. (Obsoleted by EUDC.)
18490
18491 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18492
18493 * net/eudc.el (toplevel): Remove autoloaded code installing
18494 menu with easymenu, because that causes build problems.
18495
18496 * frame.el (frame-notice-user-settings): New variable.
18497 (frame-notice-user-settings): Don't modify frame parameters
18498 if called a second time.
18499
18500 2000-01-13 Richard M. Stallman <rms@gnu.org>
18501
18502 * frame.el (frame-notice-user-settings):
18503 Notice default-frame-parameters even for non-window frames.
18504
18505 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18506
18507 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18508 for Emacs.
18509 (eudc-bob-can-display-inline-images): Extend for Emacs.
18510 (eudc-bob-toggle-inline-display): Ditto.
18511 (eudc-bob-display-jpeg): Ditto.
18512
18513 2000-01-12 Gerd Moellmann <gerd@gnu.org>
18514
18515 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18516 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18517 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18518
18519 * add-log.el (add-change-log-entry): Fix error trying an
18520 `(insert nil)'.
18521
18522 * subdirs.el: Add `net' directory.
18523
18524 * net: New directory.
18525
18526 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18527 eval-last-sexp. Don't bind debug-on-error here.
18528 (eval-last-sexp): New function. Bind debug-on-error if
18529 eval-expression-debug-on-error is non-nil.
18530 (eval-defun-2, eval-defun): Likewise.
18531
18532 * simple.el (eval-expression): Don't bind debug-on-error if
18533 eval-expression-debug-on-error is nil. Detect changed
18534 debug-on-error, and propagate new value to global binding, if
18535 eval-expression-debug-on-error is non-nil,
18536 (eval-expression-debug-on-error): Change doc string.
18537
18538 2000-01-11 Richard M. Stallman <rms@gnu.org>
18539
18540 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18541
18542 * emacs-lisp/lisp-mode.el (with-syntax-table):
18543 Set up lisp-indent-function property.
18544
18545 * subr.el (with-syntax-table): Moved from simple.el.
18546
18547 * simple.el (with-syntax-table): Moved to subr.el.
18548
18549 2000-01-11 Gerd Moellmann <gerd@gnu.org>
18550
18551 * tmm.el (tmm-shortcut): Delete region after prompt instead
18552 of erasing buffer.
18553
18554 * textmodes/fill.el (fill-common-string-prefix): New function.
18555 (fill-context-prefix): Use the longest common prefix of first
18556 and second line fill prefix, if there is one.
18557
18558 2000-01-11 Richard M. Stallman <rms@gnu.org>
18559
18560 * array.el (array-mode): Don't use make-variable-buffer-local.
18561 Use make-local-variable for `truncate-lines'.
18562
18563 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18564
18565 * add-log.el (add-log-current-defun): Handle user-defined
18566 add-log-current-function returning nil,
18567
18568 * add-log.el (add-change-log-entry): Insert version number
18569 if having found a current function
18570
18571 * add-log.el (add-log-current-defun):
18572 Call `add-log-current-defun-function'. Try matches at level 0 and
18573 level 1. Strip whitespace from defun found.
18574
18575 2000-01-10 John Wiegley <johnw@gnu.org>
18576
18577 * allout.el (isearch-done/outline-provisions): Added `edit'
18578 argument to correspond with the current definition of `isearch-done'.
18579
18580 2000-01-10 Dave Love <fx@gnu.org>
18581
18582 * elide-head.el (elide-head): Use point-marker, not point.
18583
18584 2000-01-10 Gerd Moellmann <gerd@gnu.org>
18585
18586 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18587 before and after the year 2000.
18588
18589 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18590 Add ispell- prefix.
18591
18592 2000-01-10 Ken Stevens <k.stevens@ieee.org>
18593
18594 * ispell.el: Only define dictionaries in menus when they exist.
18595 (version18p): New variable.
18596 (version20p): New variable.
18597 (xemacsp): New variable.
18598 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18599 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18600 (ispell-dictionary-alist6): Russian command lines no longer accept
18601 run-together words.
18602 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18603 (ispell-dictionary-alist): Add koi8-r to customize definition.
18604 (check-ispell-version): Added documentation string. Return library
18605 path when called non-interactively.
18606 (ispell-menu-map-needed): Uses new variables.
18607 (ispell-library-path): New variable.
18608 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18609 (ispell-word): Improved documentation string. Test for valid
18610 character mappings. Correctly check typed in word changes that can
18611 result in single words split into multiple words.
18612 Return replacement word.
18613 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18614 replace in recursive query replace mode. Help message for
18615 recursive edit mode.
18616 (ispell-show-choices): Protect against bad framepop bindings.
18617 (ispell-help): Fix to work with XEmacs.
18618 (ispell-highlight-spelling-error): Use new variables.
18619 (ispell-overlay-window): Fix to work with XEmacs.
18620 (ispell-parse-output): Passed and returns location information
18621 tracking spelling corrections. Doesn't recheck same word on
18622 current line.
18623 (ispell-init-process): Protect against bogus XEmacs variable binding.
18624 Fix call to single argument in sleep-for. Use new variables.
18625 (ispell-region): Passed and returns location information tracking
18626 spelling corrections. Doesn't check same word on current line.
18627 Improved documentation string. Doesn't resend a line already
18628 checked to the ispell process - fixes bug in LaTeX parsing.
18629 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18630 (ispell-skip-region): No longer skips <TT> in SGML.
18631 (ispell-process-line): Tracks location information with spelling
18632 corrections. Added documentation string. Accounts for words
18633 already accepted on this line. Don't allow query-replace on line
18634 starting with math characters. Doesn't resend a line already sent
18635 to ispell process. Fixes alignment error bug.
18636
18637 2000-01-10 Richard M. Stallman <rms@gnu.org>
18638
18639 * dired-x.el (dired-guess-shell-alist-default):
18640 Suggest xloadimage, which is free, not xv, which isn't.
18641
18642 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18643 Don't ever include the host name or user name in the value.
18644
18645 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18646
18647 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18648 of a real newline.
18649
18650 2000-01-09 Stephen Eglen <stephen@gnu.org>
18651
18652 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18653 for .png files.
18654
18655 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18656
18657 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18658
18659 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18660
18661 * progmodes/cperl-mode.el: Replace ^F with ^L.
18662
18663 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18664 `require'ing rmail and mailalias to prevent infinite recursion.
18665
18666 2000-01-08 Dave Love <fx@gnu.org>
18667
18668 * emacs-lisp/backquote.el: Remove inappropriate customization
18669 (allowing custom.el to use backquote).
18670
18671 2000-01-07 Dave Love <fx@gnu.org>
18672
18673 * add-log.el (add-log-debugging): Deleted.
18674 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18675 file. Remove debugging code.
18676 (change-log-get-method-definition, change-log-name): Add doc.
18677 (change-log-sortable-date-at): New function.
18678 (change-log-merge): New command.
18679
18680 * time.el (display-time-string-forms): Make the Mail string active.
18681 (display-time-update): Provide help-echo for load average.
18682
18683 * bindings.el (make-mode-line-mouse2-map): New function.
18684 (mode-line-modified): Use it and simplify.
18685 (mode-line-mule-info): Provide help-echo info.
18686 (minor-mode-alist): Activate the strings.
18687 (make-mode-line-mouse-sensitive): Simplify for
18688 mode-line-buffer-identification.
18689
18690 2000-01-07 Gerd Moellmann <gerd@gnu.org>
18691
18692 * play/pong.el: New file.
18693
18694 2000-01-06 Dave Love <fx@gnu.org>
18695
18696 * array.el: Assorted cleanups for compiler warnings, doc strings,
18697 `array-' prefix for symbols.
18698
18699 2000-01-05 Dave Love <fx@gnu.org>
18700
18701 * textmodes/outline.el (outline-mode-menu-bar-map):
18702 Add outline-headers-as-kill.
18703 (outline-mode): Define imenu-generic-expression.
18704 (outline-headers-as-kill): New command.
18705
18706 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18707 from paragraph-start.
18708 (paragraph-indent-minor-mode): New command.
18709
18710 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18711 M-C-e, M-C-h, C-j, C-xnd, TAB.
18712 (fortran-mode): Set beginning-of-defun, end-of-defun.
18713 (fortran-column-ruler): Simplify.
18714 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18715 (fortran-with-subprogram-narrowing): Likewise.
18716 (fortran-indent-subprogram): Call mark-defun.
18717 (fortran-check-for-matching-do): Change narrowing.
18718
18719 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18720 (cl-lucid-hash-tag): Delete.
18721 (cl-hash-table-p): Correct test for native table.
18722 (cl-hash-table-count): Use hash-table-count.
18723
18724 * browse-url.el (browse-url): Fix case of
18725 browse-url-browser-function being an alist.
18726
18727 2000-01-05 Carsten Dominik <cd@gnu.org>
18728
18729 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18730 (reftex-index-phrase-file-extension): New options.
18731
18732 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18733 Use new option `reftex-index-phrase-file-extension'.
18734
18735 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18736 `reftex-parse-file-extension'.
18737
18738 2000-01-05 Dave Love <fx@gnu.org>
18739
18740 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18741 (beginning-of-defun-raw): Use it.
18742 (end-of-defun): New variable.
18743 (end-of-defun): Use it.
18744 (check-parens): New command.
18745
18746 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18747
18748 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18749 (hs-show-block): Don't use `mapcar' when not accumulating.
18750
18751 Fix buglet in local variables initialization.
18752
18753 2000-01-05 Andreas Schwab <schwab@suse.de>
18754
18755 * hscroll.el (hscroll): Doc fix.
18756
18757 2000-01-05 Carsten Dominik <cd@gnu.org>
18758
18759 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18760 Require idlw-toolbar.
18761
18762 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18763 file idlw-rinfo.el.
18764 (idlwave-customize): Load must read file idlw-shell.el.
18765 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18766
18767 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18768
18769 * progmodes/idlw-shell.el: Also provide idlwave-shell
18770 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18771 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18772
18773 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18774 both reftex-dcr and reftex-vcr.
18775
18776 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18777
18778 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18779
18780 * ps-print.el: PostScript code now is in separate files, doc fix.
18781 (ps-print-version): New version number (5.0.3).
18782 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18783 local.
18784 (ps-spool-config): Initialization fix.
18785 (ps-print-prologue-1, ps-print-prologue-2)
18786 (ps-print-duplex-feature): PostScript code moved to separated file.
18787 (ps-background-image): Little code reformating.
18788 (ps-begin-file, ps-begin-job): Fix code.
18789 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18790 (ps-prologue-file): New fun.
18791
18792 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18793
18794 * ps-vars.el: Eliminated.
18795
18796 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18797 `;;;###autoload'.
18798
18799 * ps-print.el: ps-vars eliminated, doc fix.
18800 (ps-print-version): New version number (5.0.2).
18801 (ps-spool-config): Initialization fix.
18802 (ps-print-customize): New fun.
18803
18804 2000-01-04 Gerd Moellmann <gerd@gnu.org>
18805
18806 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18807
18808 2000-01-04 Dave Love <fx@gnu.org>
18809
18810 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18811 menu items.
18812
18813 2000-01-03 Dave Love <fx@gnu.org>
18814
18815 * elide-head.el (elide-head) [defgroup]: Add :version.
18816
18817 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18818 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18819 Use `cl-hash-table-p', not `hash-table-p'.
18820 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18821
18822 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18823
18824 * faces.el (face-read-integer, read-face-attribute)
18825 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18826
18827 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18828
18829 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18830 at comment end, and re-insert them after filling.
18831
18832 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18833
18834 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18835 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18836 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18837
18838 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18839
18840 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18841 the new name of face-color-supported-p.
18842
18843 * term/w32-win.el (xw-defined-colors): Likewise.
18844
18845 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18846
18847 * simple.el (completion-setup-function): Count completion-size
18848 from minibuffer-prompt-end, not from point-min.
18849
18850 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18851
18852 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18853 Pass the frame to tty-color-* functions.
18854 (display-color-p, frame-set-background-mode): Pass the frame to
18855 tty-display-color-p.
18856
18857 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18858 tty-color-alist.
18859 (tty-color-alist, tty-modify-color-alist): New functions.
18860 (tty-color-define, tty-color-clear, tty-color-approximate)
18861 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18862 optional parameter FRAME.
18863
18864 2000-01-01 Gerd Moellmann <gerd@gnu.org>
18865
18866 * image.el (create-image, defimage): Don't assume image data is
18867 a string.
18868
18869 * image.el (defimage): Handle specifications containing :data
18870 instead of :file.
18871 (image-type-from-data): New function.
18872 (image-type-from-file-header): Use it.
18873 (create-image): Add parameter DATA-P.
18874
18875 See ChangeLog.8 for earlier changes.
18876
18877 ;; Local Variables:
18878 ;; coding: iso-2022-7bit
18879 ;; End: