(desktop-save): Add `-*- coding: emacs-mule -*-' to
[bpt/emacs.git] / lisp / ChangeLog
1 2001-07-30 Gerd Moellmann <gerd@gnu.org>
2
3 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
4 the desktop file.
5
6 2001-07-27 Gerd Moellmann <gerd@gnu.org>
7
8 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
9 (last-sexp-toggle-display): Renamed from last-sexp-print.
10 (last-sexp-toggle-display, eval-last-sexp-1): Use
11 last-sexp-setup-props.
12
13 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
14 New user-options.
15 (mouse-wheel-change-button): New function.
16 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
17 (mwheel-scroll): Ditto.
18
19 2001-07-26 Gerd Moellmann <gerd@gnu.org>
20
21 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
22 `...', compare with unabbreviated printed representation instead.
23 (last-sexp-print): Bind print-length and print-level to nil.
24
25 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
26 before assigning text properties. Make properties rear-nonsticky.
27
28 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
29 (eval-last-sexp-1): Give printed text a `keymap' property and bind
30 <mouse-2> and <RET> in that map to a function printing the
31 unabbreviated value.
32
33 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
34 is a buffer, put a text property `printed-value' on the printed
35 representation, with the Lisp object printed as value.
36
37 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
40 Mention the effect of eval-expression-print-length and
41 eval-expression-print-level in the doc strings. Suggested by
42 Kevin Gallagher <kevingal@onramp.net>.
43
44 2001-07-25 Gerd Moellmann <gerd@gnu.org>
45
46 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
47 for buttons > 3.
48 (xterm-mouse-translate): Handle the case that we don't get a
49 down-event.
50
51 * emacs-lisp/find-func.el (find-function-regexp): Add
52 easy-mmode-define-global-mode to the regexp. Allow newlines
53 in front of the function name.
54
55 * isearch.el (isearch-other-meta-char): Fix last change.
56
57 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
58 similar events for which fake prefix keys are generated. It's no
59 longer necessary since read_key_sequence doesn't modify these
60 events for internal purposes anymore.
61
62 * files.el (auto-mode-alist): Use nroff-mode for files ending
63 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
64
65 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
66
67 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
68 tool-bar-lines parameter, behave as if its value were zero.
69 (mouse-avoidance-set-pointer-shape): Don't do anything if
70 x-pointer-shape is not boundp.
71
72 2001-07-23 Francesco Potorti` <pot@gnu.org>
73
74 * uniquify.el: Overall speedup changes when using many buffers.
75 (uniquify-fix-item-base, uniquify-fix-item-filename,
76 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
77 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
78 place in the item, but was never used.
79 (uniquify-fix-item-min-proposed): New defalias: the fourth place
80 in the item is now used as cache for the proposed name.
81 (uniquify-rationalize-file-buffer-names): Move computation made on
82 newbuffile out of the loop, in the newbuffile-nd local var. Use
83 dolist (cosmetic change). Compute the proposed name for the most
84 common case and cache it in the fourth place in the item.
85 (uniquify-rationalize-file-buffer-names): Used to return a a list
86 of buffer whose name was changed, but that return value was never
87 used.
88 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
89 the cached proposed name, does much less consing and is quicker.
90 (uniquify-filename-lessp): Deleted.
91 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
92 not bind locally the uniquify-possibly-resolvable flag. Use the
93 cached proposed name is possible.
94 (uniquify-get-proposed-name): Arguments changed, callers changed.
95 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
96 uniquify-possibly-resolvable flag, which is no more bound locally.
97 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
98 flag, which does not exist any more.
99
100 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * term/internal.el (IT-unicode-translations): Fix the appearance of
103 "6`".
104
105 * progmodes/compile.el (compile-internal): If EMACS is already
106 defined in the environment, don't override its value.
107
108 2001-07-23 Gerd Moellmann <gerd@gnu.org>
109
110 * play/fortune.el: Undo change of 2001-07-13.
111 Fix autoload cookies. Add types to defcustoms.
112 (fortune) <defgroup>: Add :link.
113 (fortune-from-region): Use eq, not eql.
114 From Dave Love <fx@gnu.org>.
115
116 * play/animate.el (animate-birthday-present): Function removed.
117
118 * play/animate.el: New file.
119
120 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
121
122 * startup.el (normal-top-level-add-subdirs-to-load-path): On
123 Windows, put into normal-top-level-add-subdirs-inode-list the
124 canonicalized names of the directories instead of inode numbers.
125
126 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
127
128 * ediff-util.el: Copyright years.
129 (ediff-choose-syntax-table): New function.
130 (ediff-setup): Use ediff-choose-syntax-table.
131 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
132 vc-state is available.
133 (ediff-make-temp-file): Use ediff-coding-system-for-write.
134
135 * ediff-init.el (ediff-with-syntax-table): New macro, uses
136 with-syntax-table.
137 (ediff-coding-system-for-read): From ediff-diff.el
138 (ediff-coding-system-for-write): New variable.
139 (ediff-highest-priority): Fixed the bug having to do with disappearing
140 overlays.
141 (ediff-file-remote-p): Use file-remote-p, if available.
142 (ediff-listable-file): New function.
143 (ediff-file-attributes): Use ediff-listable-file.
144
145 * ediff-mult.el (ediff-meta-insert-file-info1): Use
146 ediff-listable-file.
147
148 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
149 ediff-coding-system-for-read.
150 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
151
152 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
153 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
154
155 * ediff.el: Date of last update, copyright years.
156
157 * ediff-wind (ediff-setup-control-frame): Nill->nil.
158
159 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
160 of Scott Bronson.
161 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
162 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
163 Deleted functions.
164 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
165 ex-token-list.
166 (viper-get-ex-address-subr): Convert registers to char data type.
167
168 * viper-util.el (viper-int-to-char,viper-char-equal): New
169 functions.
170 (viper-memq-char): Use viper-int-to-char.
171 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
172 vc-locking-state.
173 (viper-read-key): Use viper-read-key-sequence.
174
175 * viper.el (viper-major-mode-modifier-list): Added
176 inferior-emacs-lisp-mode.
177 (this-major-mode-requires-vi-state): New function that uses simple
178 heuristics to decide if vi state is appropriate.
179 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
180 (viper-non-hook-settings): Don't advise read-key-sequence.
181 (viper-read-key-sequence): New function that replaces the
182 previously used advice to read-key-sequence.
183
184 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
185 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
186 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
187 (viper-open-line-at-point,viper-substitute,viper-overwrite)
188 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
189 Got rid of the negative character hack.
190 (viper-escape-to-state,viper-replace-state-exit-cmd):
191 Use viper-read-key-sequence.
192 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
193 (viper-minibuffer-standard-hook,viper-read-string-with-history):
194 Don't override existing minibuffer-setup-hook.
195 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
196 Convert registers to char data type.
197 (viper-autoindent): Use viper-indent-line.
198
199 * viper-keym.el: Use viper-exec-key-in-emacs.
200
201 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
202
203 * server.el (server-visit-files): Fix variable name typo.
204
205 2001-07-20 Gerd Moellmann <gerd@gnu.org>
206
207 * simple.el (delete-trailing-whitespace): Save match data
208 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
209
210 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
211
212 * progmodes/compile.el (compilation-parse-errors): `linenum' might
213 return a this-error using the alternative format (a pair of markers).
214
215 2001-07-19 Gerd Moellmann <gerd@gnu.org>
216
217 * font-lock.el (c++-keywords): Add Standard C++ operator names.
218
219 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
220 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
221
222 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
223
224 * international/iso-transl.el: Fix typo in the header of the file.
225
226 * textmodes/picture.el (picture): Doc fix.
227
228 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
229 follow coding conventions in generated files.
230
231 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
232
233 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
234 (tool-bar-add-item): Don't call image-related primitives if the
235 display doesn't support images.
236
237 * frame.el (display-images-p): New function.
238
239 2001-07-17 Gerd Moellmann <gerd@gnu.org>
240
241 * server.el (server-visit-files): Handle the case the specified
242 column number is <= 0.
243
244 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
245
246 * startup.el (command-line-1): Add support for +LINE:COLUMN
247 command line argument.
248
249 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
250
251 * server.el (server-process-filter, server-visit-files):
252 Add support for +LINE:COLUMN style emacsclient calls.
253
254 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
255
256 * emacs-lisp/easy-mmode.el: Add Keywords header.
257
258 * play/pong.el: Author has new address.
259
260 * play/landmark.el: Author is no more reachable.
261
262 * play/handwrite.el: Author is no more reachable.
263
264 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
265
266 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
267 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
268 Complete bindings for F<1..12> keys.
269 (global-map): Remove `undo' binding (already in the default).
270 Replace `t<n>' bindings with `f<n>' bindings.
271
272 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
273
274 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
275 (tcl-mode): Use tcl-add-log-defun.
276 (tcl-indent-line): Use tcl-calculate-indent.
277 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
278 (tcl-indent-exp): Renamed from indent-tcl-exp.
279 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
280 (tcl-indent-for-comment): Call comment-indent-function properly
281 and handle the case where it returns nil.
282
283 2001-07-16 Gerd Moellmann <gerd@gnu.org>
284
285 * calendar/cal-islam.el (calendar-goto-islamic-date):
286 Remove autoload cookie.
287
288 * calendar/calendar.el (calendar-goto-islamic-date):
289 Add call to autoload.
290
291 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
292
293 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
294 Don't change compile-auto-highlight globally.
295 Don't bother with `font-lock-defaults' property since XEmacs
296 also understands the `font-lock-defaults' variable.
297 Use make-local-variable rather than make-variable-buffer-local.
298 Don't `defconst' comment-indent-function: keep the default.
299 Call easy-menu-add unconditionally.
300 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
301 (ada-create-menu): Use :included for Emacs as well.
302
303 * vc.el (vc-do-command): Autoload.
304
305 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
306
307 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
308
309 * ps-print.el: Fix Author: header.
310
311 2001-07-16 Gerd Moellmann <gerd@gnu.org>
312
313 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
314 mouse-1 etc., bind them to `ignore'.
315
316 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
317 send-invisible, which is already defined in Comint.
318 (eshell-watch-for-password-prompt): Use it.
319
320 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
321
322 * which-func.el (which-func-mode): Doc fix.
323
324 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
325 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
326 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
327 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
328 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
329 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
330 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
331 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
332 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
333 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
334 * emulation/edt-mapper.el, emulation/edt-pc.el,
335 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
336 * emulation/tpu-edt.el, emulation/tpu-extras.el,
337 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
338 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
339 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
340 * international/isearch-x.el, international/iso-cvt.el,
341 * international/ogonek.el, international/quail.el,
342 * international/utf-8.el, jit-lock.el, language/devan-util.el,
343 * language/devanagari.el, language/ethio-util.el,
344 * language/ethiopic.el, language/european.el, language/indian.el,
345 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
346 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
347 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
348 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
349 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
350 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
351 * progmodes/autoconf.el, progmodes/cmacexp.el,
352 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
353 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
354 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
355 * progmodes/ebnf2ps.el, progmodes/executable.el,
356 * progmodes/fortran.el, progmodes/idlw-shell.el,
357 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
358 * progmodes/m4-mode.el, progmodes/mantemp.el,
359 * progmodes/meta-mode.el, progmodes/octave-inf.el,
360 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
361 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
362 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
363 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
364 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
365 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
366 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
367 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
368 * textmodes/two-column.el, time-stamp.el, timezone.el,
369 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
370 * which-func.el, whitespace.el, wid-browse.el, widget.el,
371 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
372 conventions.
373
374 2001-07-16 Gerd Moellmann <gerd@gnu.org>
375
376 * simple.el (set-variable): Require 'cus-edit' instead of
377 `wid-edit', so that the Custom widgets get defined.
378
379 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
380
381 * allout.el: A fix to follow coding conventions.
382
383 * find-lisp.el: A fix to follow coding conventions.
384
385 * term/w32-win.el: A fix to follow coding conventions.
386
387 * textmodes/sgml-mode.el: A fix to follow coding conventions.
388
389 * term/xterm.el: A fix to follow coding conventions.
390
391 * term/news.el: A fix to follow coding conventions.
392
393 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
394 header line fixed.
395
396 * sun-curs.el: Fix Maintainer: header line.
397
398 * emacs-lisp/easymenu.el: Address of the author added.
399
400 2001-07-16 Gerd Moellmann <gerd@gnu.org>
401
402 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
403 property.
404
405 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
406
407 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
408 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
409 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
410 Some fixes to follow coding conventions.
411
412 2001-07-16 Gerd Moellmann <gerd@gnu.org>
413
414 * which-func.el (which-func-mode): Doc fix.
415
416 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
417
418 * net/rcompile.el (remote-compile): Use make-local-variable.
419
420 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
421
422 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
423
424 * mail/reporter.el (reporter-submit-bug-report):
425 Don't abuse make-variable-buffer-local. Fix call to add-hook.
426
427 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
428
429 * calendar/cal-china.el, calendar/cal-coptic.el,
430 * calendar/cal-dst.el, calendar/cal-french.el,
431 * calendar/cal-hebrew.el, calendar/cal-islam.el,
432 * calendar/cal-iso.el, calendar/cal-julian.el,
433 * calendar/cal-mayan.el, calendar/cal-persia.el,
434 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
435 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
436 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
437 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
438 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
439 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
440 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
441 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
442 * progmodes/ada-xref.el, progmodes/cc-align.el,
443 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
444 * progmodes/cc-defs.el, progmodes/cc-engine.el,
445 * progmodes/cc-langs.el, progmodes/cc-menus.el,
446 * progmodes/cc-styles.el, progmodes/cc-vars.el,
447 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
448 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
449 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
450 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
451 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
452 * textmodes/reftex.el: Some fixes to follow coding
453 conventions in Eshell files with known maintainers.
454
455 * emulation/viper.el: A fix to follow coding conventions.
456
457 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
458 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
459 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
460 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
461 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
462 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
463 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
464 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
465 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
466 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
467 conventions in Eshell files.
468
469 * composite.el, diff.el, emacs-lisp/levents.el,
470 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
471 * emulation/pc-mode.el, emulation/viper-cmd.el,
472 * emulation/viper-ex.el, emulation/viper-init.el,
473 * emulation/viper-keym.el, emulation/viper-macs.el,
474 * emulation/viper-mous.el, emulation/viper-util.el,
475 * emulation/viper.el, forms-pass.el, international/ccl.el,
476 * international/characters.el, international/encoded-kb.el,
477 * international/fontset.el, international/ja-dic-cnv.el,
478 * international/ja-dic-utl.el, international/kinsoku.el,
479 * international/kkc.el, international/mule-cmds.el,
480 * international/mule-diag.el, international/mule-util.el,
481 * international/mule.el, international/titdic-cnv.el,
482 * language/china-util.el, language/chinese.el,
483 * language/cyril-util.el, language/cyrillic.el, language/english.el,
484 * language/greek.el, language/hebrew.el, language/japan-util.el,
485 * language/japanese.el, language/korea-util.el, language/korean.el,
486 * language/lao-util.el, language/lao.el, language/misc-lang.el,
487 * language/slovak.el, language/thai-util.el, language/thai.el,
488 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
489 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
490 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
491 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
492 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
493 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
494 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
495 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
496 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
497 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
498 to follow coding conventions in files without maintainer or in files
499 with clear maintainer (but without Maintainer header stating so).
500
501 * emacs-lisp/elp.el: A fix to follow coding conventions.
502
503 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
504 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
505 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
506 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
507 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
508 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
509 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
510 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
511 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
512 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
513 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
514 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
515 conventions in files from Gnus.
516
517 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
518 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
519 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
520 * echistory.el, electric.el, emacs-lisp/authors.el,
521 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
522 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
523 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
524 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
525 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
526 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
527 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
528 * international/codepage.el, international/iso-ascii.el,
529 * international/iso-insert.el, international/iso-transl.el,
530 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
531 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
532 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
533 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
534 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
535 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
536 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
537 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
538 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
539 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
540 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
541 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
542 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
543 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
544 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
545 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
546 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
547 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
548 * textmodes/tex-mode.el, textmodes/text-mode.el,
549 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
550 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
551 * vt100-led.el, window.el: Some fixes to follow coding conventions in
552 files maintained by FSF.
553
554 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
555
556 * arc-mode.el: A fix to follow coding conventions.
557
558 * bindings.el: Ditto.
559
560 * cdl.el: Ditto.
561
562 * comint.el: Ditto.
563
564 * cus-start.el: Ditto.
565
566 * shell.el: Ditto.
567
568 * skeleton.el: Ditto.
569
570 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
571
572 * info.el (Info-build-node-completions):
573 Make Info-current-file-completions buffer local.
574
575 2001-07-13 Gerd Moellmann <gerd@gnu.org>
576
577 * which-func.el (which-func-mode, which-func-ff-hook)
578 (which-function-mode): Remove references to which-func-mode-global.
579
580 * calendar/cal-islam.el (calendar-goto-islamic-date):
581 Add autoload cookie.
582
583 * play/fortune.el: Add types to defcustoms.
584
585 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
586
587 * language/czech.el: A fix to follow coding conventions.
588
589 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
590
591 * speedbar.el (speedbar-supported-extension-expressions): Add .g
592 to the extension list, for antlr-mode. From Christoph Wedler
593 <Christoph.Wedler@sap.com>.
594
595 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
596
597 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
598 (vc-dired-mode-map): Fix the madness.
599
600 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
601 (vc-prefix-map): Moved back from vc.el.
602
603 2001-07-11 Gerd Moellmann <gerd@gnu.org>
604
605 * mail/mail-extr.el (mail-extr-all-top-level-domains):
606 Increase the size of the obarray.
607 (mail-extr-all-top-level-domains): Add more toplevel domains,
608 add more long names.
609 From: Per Starback <starback@ling.uu.se>.
610
611 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
612
613 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
614 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
615
616 * progmodes/ada-mode.el: Ditto.
617
618 * progmodes/ada-xref.el: Ditto.
619
620 2001-07-11 Miles Bader <miles@gnu.org>
621
622 * finder.el (finder-insert-at-column): Also move to the next line
623 if exactly at COLUMN.
624
625 2001-07-10 Gerd Moellmann <gerd@gnu.org>
626
627 * help.el (describe-function-1): When printing FUNCTION's
628 documentation, don't assume FUNCTION is a symbol.
629
630 * startup.el (normal-top-level): Don't operate on the initial
631 frame if we failed to create one.
632
633 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
634
635 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
636 itself, i.e. only indent the contents in it.
637
638 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
639
640 * mail/rmail.el (rmail-show-message): Show beginning of message in
641 all windows containing it.
642
643 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
644
645 * term/tty-colors.el: Fix the header line and copyright years.
646
647 2001-07-09 Gerd Moellmann <gerd@gnu.org>
648
649 * emacs-lisp/advice.el (ad-make-advised-definition): If the
650 original definition has an interactive form, but is Elp
651 instrumented, use the interactive form of the function called by
652 elp-wrapper.
653
654 * winner.el (winner-equal): Make it a defun. Don't compare Winner
655 configurations with compare-window-configuration; they aren't
656 window configurations.
657
658 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
659 from the server for the format we expect. Don't use it if it
660 doesn't look like what the Internet draft for FTP extensions specifies.
661
662 * toolbar/*.pbm: Cleaned up.
663 From Luis Fernandes <elf@ee.ryerson.ca>.
664
665 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
666
667 * cc-cmds.el: Extended the kludge to interoperate with the
668 delsel and pending-del packages wrt to the new function
669 `c-electric-delete-forward'.
670
671 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
672
673 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
674 to delay the call to <mode> for global minor modes.
675 (easy-mmode-define-navigation): Only recenter if interactive.
676
677 2001-07-06 Gerd Moellmann <gerd@gnu.org>
678
679 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
680 to lisp-indent-line.
681
682 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
683 from the server. Call encode-time only when we are sure that we
684 got a 213 response.
685
686 2001-07-06 Simon Josefsson <jas@extundo.com>
687
688 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
689 (mail-envelope-from): New user option.
690 (sendmail-send-it): Use it.
691
692 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
693
694 * ps-print.el: Use locale dependant date to print date in header.
695 Doc fix.
696 (ps-print-version): New version number (6.5.3).
697 (ps-right-header, ps-right-footer): Initialization and doc fix.
698 (ps-time-stamp-locale-default): New fun.
699
700 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
701
702 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
703 field problem with MIME-mode.
704
705 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
706
707 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
708
709 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
710 MIME-mode.
711
712 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * bindings.el (mode-line-mule-info): Don't show the tip with
715 buffer-file-coding-system if that is nil.
716
717 2001-07-05 Gerd Moellmann <gerd@gnu.org>
718
719 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
720 instead of kill-line.
721
722 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
723 <Pavel@Janik.cz>.
724
725 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
726 <Pavel@Janik.cz>.
727
728 2001-07-04 Gerd Moellmann <gerd@gnu.org>
729
730 * font-lock.el (c-font-lock-keywords-3): When matching something
731 like `struct X Y', finish with point after Y.
732
733 2001-07-04 Simon Josefsson <jas@extundo.com>
734
735 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
736 in caller buffer.
737
738 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
739
740 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
741 instead of string-match to find the basename of the file.
742 From Pascal Obry <p.obry@wanadoo.fr>.
743
744 * net/browse-url.el (browse-url-default-windows-browser):
745 Support the MS-DOS port when it runs on Windows.
746 (browse-url-browser-function) [ms-dos]: Default to
747 browse-url-default-windows-browser.
748
749 * help.el (locate-library): Enable code that looks for compressed
750 libraries if auto-compression-mode is on.
751
752 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
753
754 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
755
756 2001-07-02 Gerd Moellmann <gerd@gnu.org>
757
758 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
759
760 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
761
762 * allout.el: Fix the header line, so that finder.el recognizes it.
763 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
764
765 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
766 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
767
768 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
769
770 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
771
772 * ps-bdf.el (bdf-directory-list): Use the value relative to
773 installation-directory for MS-Windows as well.
774
775 2001-06-29 Richard M. Stallman <rms@gnu.org>
776
777 * wid-edit.el (widget-color-sample-face-get):
778 Return ((foreground-color . COLOR)) instead of constructing a face.
779
780 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
781
782 * faces.el (region): Change the background color for the
783 light-background color display to lightgoldenrod2, to make it
784 visible on some laptops.
785
786 2001-06-28 Richard M. Stallman <rms@gnu.org>
787
788 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
789 (rmail-msg-restore-non-pruned-header): Likewise.
790 If point was in the old pruned header, put it at the top.
791 (rmail-msg-prune-header): If point was at the top, keep it there.
792
793 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
794 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
795
796 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
797
798 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
799
800 2001-06-28 Karl Fogel <kfogel@red-bean.com>
801
802 * saveplace.el: Update maintainer email address.
803
804 2001-06-27 Francesco Potorti` <pot@gnu.org>
805
806 * uniquify.el: (uniquify-rationalize-file-buffer-names):
807 Undo previous change.
808
809 2001-06-27 Francesco Potorti` <pot@gnu.org>
810
811 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
812 preliminary quick reordering. Can speed things up dramatically.
813
814 2001-06-26 Richard M. Stallman <rms@gnu.org>
815
816 * dired.el (dired-get-filename): A file name starting with ~
817 is not absolute in this context.
818
819 * which-func.el (which-func-maxout): Increase default to 500000.
820 (which-function-mode): This is now the "real" name of the function.
821 (which-func-mode): Now an alias.
822 (which-func-mode-global): Name deleted.
823
824 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
825 button-2, when binding hs-mouse-toggle-hiding.
826
827 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
828
829 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
830 (rmail-msg-prune-header): Likewise.
831 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
832 and `rmail-msg-prune-header'.
833
834 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
835
836 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
837 back than LINEBEG.
838
839 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
842 window where they clicked the mouse has a header line, adjust
843 vertical movement by one.
844
845 2001-06-25 Milan Zamazal <pdm@zamazal.org>
846
847 * progmodes/glasses.el (glasses-make-readable): Consider underscores
848 too when separating a parenthesis.
849
850 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
851
852 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
853 (bookmark-bmenu-hide-filenames): Add help-echo to
854 mouse-highlighted text.
855 (bookmark-bmenu-show-filenames): Remove help-echo property from
856 the whitespace.
857
858 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * files.el (auto-mode-alist): Add configure.ac (autoconf).
861 From Karl Eichwalder <ke@suse.de>.
862
863 2001-06-23 Richard M. Stallman <rms@gnu.org>
864
865 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
866
867 * progmodes/cc-styles.el (c-set-style): Don't specify initial
868 contents for completing-read.
869
870 2001-06-22 Richard M. Stallman <rms@gnu.org>
871
872 * menu-bar.el (menu-bar-make-toggle): Construct the
873 function's doc string from HELP, not DOC, and make it accurate by
874 adding "Toggle whether to " at the front and downcasing the initial.
875 Change the HELP arg in some calls to make it fit this usage.
876
877 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
878 Undo previous change.
879
880 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
881
882 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
883
884 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
885
886 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
887
888 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
889
890 * dabbrev.el (dabbrev--select-buffers): Fix last change.
891
892 2001-06-20 Richard M. Stallman <rms@gnu.org>
893
894 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
895 broken out from dabbrev--find-expansion. Handle minibuffer
896 specially here.
897 (dabbrev--find-expansion): Simplify code in various ways.
898 Don't treat minibuffers specially.
899 Call dabbrev--make-friend-buffer-list.
900 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
901 (dabbrev--scanning-message): Do nothing when minibuffer is current.
902
903 2001-06-19 John Wiegley <johnw@gnu.org>
904
905 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
906 Also, added a comment describing how to greatly speedup Eshell
907 loadup time, by concatenating together all of Eshell's .elc files.
908
909 2001-06-19 John Wiegley <johnw@gnu.org>
910
911 * eshell/esh-mode.el: Disabled a test that often yields false failures.
912
913 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
914
915 * woman.el (WoMan-highlight-references): Add help-echo to
916 mouse-highlighted text.
917
918 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
919
920 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
921
922 2001-06-18 Gerd Moellmann <gerd@gnu.org>
923
924 * international/quail.el (quail-start-conversion):
925 Reset quail-translating to nil.
926
927 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
928 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
929
930 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
933 mouse-highlighted text.
934
935 * dired.el (dired-mark-pop-up): Fix last change.
936
937 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * calendar/calendar.el (generate-calendar-month): Add help-echo to
940 mouse-highlighted text.
941
942 * net/quickurl.el (quickurl-url-file): Run through
943 convert-standard-filename.
944 (quickurl-list-populate-buffer): Add help-echo to
945 mouse-highlighted text.
946 (top-level): Update Dave's URL.
947
948 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
949 mouse-highlighted text.
950
951 * textmodes/page-ext.el (pages-copy-header-and-position):
952 Add help-echo to mouse-highlighted text.
953
954 * tar-mode.el (tar-header-block-summarize): Add help-echo to
955 mouse-highlighted text.
956
957 * replace.el (occur): Add help-echo to mouse-highlighted text.
958
959 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
960 mouse-highlighted text.
961
962 * progmodes/cpp.el (cpp-make-button): Add help-echo to
963 mouse-highlighted text.
964
965 * progmodes/compile.el (compile-reinitialize-errors):
966 Add help-echo to mouse-highlighted messages.
967 (compilation-forget-errors): Remove help-echo property as well.
968
969 * play/landmark.el (lm-plot-square, lm-init-display):
970 Add help-echo to mouse-highlighted text.
971
972 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
973 Add help-echo to mouse-highlighted text.
974
975 * dired.el (dired-insert-set-properties): Add help-echo to
976 mouse-highlighted text.
977 (dired-mark-pop-up): Remove help-echo property from the file name.
978
979 * comint.el (comint-send-input): Add help-echo to
980 mouse-highlighted text.
981
982 * buff-menu.el (list-buffers-noselect): Add help-echo to
983 mouse-highlighted text.
984
985 * arc-mode.el (archive-summarize-files): Add help-echo to
986 mouse-highlighted text.
987
988 * ffap.el (ffap-machine-p): Always return nil if
989 open-network-stream is not fboundp.
990
991 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
992
993 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
994 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
995 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
996 incorrectly binding chars between 128 and 256 to it.
997 (sgml-maybe-name-self): Handle latin-1 chars properly.
998 (sgml-tags-invisible): Bind buffer-file-name to nil.
999 Use unwind-protect and restore-buffer-modified-p.
1000 (sgml-point-entered): Use buffer-substring-no-properties.
1001 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1002 (html-mode): Don't force `imenu-sort-function'.
1003
1004 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1005
1006 * tar-mode.el: Fix the copyright notice.
1007
1008 * font-lock.el (font-lock-comment-face): For tty's with dark
1009 background, use "red1", since "lightred" is not one of the colors
1010 recognized by tty-colors.el.
1011
1012 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1013 create a buffer for extracted file, in case there's more than one
1014 file by that name in an archive, possibly in different
1015 directories. From Kevin Rodgers <kevinr@ihs.com>.
1016
1017 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1018 <alex@gnu.org>.
1019
1020 2001-06-15 Miles Bader <miles@gnu.org>
1021
1022 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1023 Revert previous change.
1024
1025 2001-06-14 Richard M. Stallman <rms@gnu.org>
1026
1027 * replace.el (keep-lines-read-args): Return just a regexp.
1028 Provide nil for the region args.
1029 (keep-lines, flush-lines, how-many):
1030 Calculate the defaults for the region here, when args are nil.
1031
1032 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * rot13.el (rot13-other-window): Some more doc fix.
1035
1036 2001-06-14 Per Starback <starback@ling.uu.se>
1037
1038 * replace.el (case-replace, query-replace-from-history-variable)
1039 (query-replace-to-history-variable, keep-lines-read-args)
1040 (occur-revert-function, query-replace-help): Dox fix.
1041
1042 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1043
1044 * rot13.el (rot13-other-window): Doc fix.
1045
1046 2001-06-14 Miles Bader <miles@gnu.org>
1047
1048 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1049 of " and \ to "." (punctuation).
1050 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1051
1052 2001-06-13 Richard M. Stallman <rms@gnu.org>
1053
1054 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1055
1056 * simple.el (shell-command-on-region): Never kill the
1057 *Shell Command Output* buffer.
1058
1059 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1060
1061 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1062
1063 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1064
1065 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1066 New var, to recognize ${ $' and PODs.
1067 (perl-font-lock-syntactic-face-function): New function.
1068 (perl-mode): Use them.
1069 (perl-continuation-line-p): New function, from perl-calculate-indent.
1070 (perl-calculate-indent): Use it, to properly handle continuation
1071 lines of continuation lines.
1072
1073 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * server.el (server-process, server-buffer-clients): Doc fix.
1076 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1077
1078 2001-06-09 John Wiegley <johnw@gnu.org>
1079
1080 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1081 test if the last command was Lisp or not.
1082 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1083 B x C".
1084
1085 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1088 general one on compile.el supports drive letters.
1089
1090 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1091
1092 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
1093 key description.
1094
1095 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1096
1097 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
1098 (reftex-toc-jump): New command.
1099
1100 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
1101 to parse international characters as well.
1102
1103 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
1104 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
1105
1106 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1107
1108 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
1109 TAB to the key separators.
1110
1111 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1112
1113 * international/mule.el (auto-coding-alist): Remove redundant
1114 up-cased versions of the extensions (auto-coding-alist-lookup is
1115 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1116 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1117
1118 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1119
1120 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1121
1122 2001-06-01 Richard M. Stallman <rms@gnu.org>
1123
1124 * help.el (describe-variable): Put value on same line
1125 with preceding text, if it is short enough to look good that way.
1126
1127 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * term/internal.el (IT-unicode-translations): New variable.
1130 (IT-setup-unicode-display): New function.
1131
1132 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1133
1134 * ps-print.el: Handle before-string and after-string overlay properties
1135 in ps-print-*-with-faces commands. Doc fix.
1136 (ps-print-version): New version number (6.5.2).
1137 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1138 for XEmacs.
1139 (ps-prefix-quote): Doc fix.
1140 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
1141 (ps-basic-plot-str, ps-plot-string): New funs.
1142
1143 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1146 and :type spec.
1147
1148 2001-05-31 Gerd Moellmann <gerd@gnu.org>
1149
1150 * international/mule-cmds.el (inactivate-input-method):
1151 Set input-method-function to nil.
1152
1153 * xml.el (xml-parse-tag): The document may contain invalid characters.
1154 From ShengHuo ZHU <zsh@cs.rochester.edu>
1155
1156 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1157
1158 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1159 `rmail-summary-line-decoder' if the message does not have
1160 a Subject: field.
1161
1162 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
1163
1164 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1165 New variable.
1166 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1167 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1168 is non-nil.
1169
1170 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1171
1172 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1173
1174 2001-05-29 Sam Steingold <sds@gnu.org>
1175
1176 * faces.el (face-valid-attribute-values): Bind `valid' directly
1177 instead of using `setq'.
1178
1179 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1180 Use `tex-shell-buf'.
1181 (tex-shell-proc): Use `tex-shell-running'.
1182 (tex-shell-buf-no-error): New function.
1183 (tex-send-tex-command): Use it.
1184 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1185 (tex-kill-job): Check the process before calling `quit-process'.
1186
1187 2001-05-29 Gerd Moellmann <gerd@gnu.org>
1188
1189 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1190 UTF-8 sequences.
1191
1192 2001-05-28 Miles Bader <miles@gnu.org>
1193
1194 * comint.el (comint-carriage-motion): Renamed from
1195 `comint-cr-magic'. Operate on the buffer instead of the string
1196 (for use as a comint post-output filter, instead of as a
1197 pre-output filter). Handle backspaces too. Add to the
1198 `comint-output-filter-functions' hook instead of
1199 `comint-preoutput-filter-functions'.
1200
1201 2001-05-28 Gerd Moellmann <gerd@gnu.org>
1202
1203 * language/japan-util.el (japanese-hankaku): Prefer the charset
1204 `jisx0201' when the optional argument `ascii-only' is not specified.
1205 (japanese-hankaku-region): Ditto.
1206 From Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1209
1210 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1211 (outline-invisible-p): New function.
1212 (hide-leaves): Save excursion.
1213 (hide-other): Stop looping when reaching bobp.
1214
1215 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1216
1217 * cus-edit.el (custom-file): Fix last change.
1218
1219 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1220
1221 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1222 same definition in byte-compile-function-environment as `autoload'
1223 would put in `symbol-function'.
1224
1225 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1226 patch to correct the error message as well.
1227
1228 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1229
1230 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1231 unless ~/.emacs exists.
1232
1233 * novice.el (enable-command): If user-init-file is nil or does not
1234 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1235
1236 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1237
1238 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1239 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1240 Allow spaces around macro arguments.
1241 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1242 indent-for-tab-command.
1243 (latex-mode-map, plain-tex-mode-map): New keymaps.
1244 Inherit from tex-mode-map.
1245 (tex-common-initialization): Don't setup the keymap any more
1246 since it's now done right by define-derived-mode.
1247 (latex-mode): Set skeleton-end-hook to nil.
1248 (latex-skeleton-end-hook): Remove.
1249 (tex-latex-block, latex-insert-item): Simplify.
1250 (latex-syntax-after): Use following-char rather than char-after.
1251 (tex-discount-args-cmds, tex-count-words): New functions.
1252
1253 * textmodes/tildify.el (tildify-ignored-environments-alist):
1254 Recognize \verb* as well.
1255
1256 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1257 (perl-comment-indent): Simplify to let newcomment.el do its job.
1258 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1259 (perl-mark-function): Cleanup the namespace.
1260 (perl-calculate-indent): Don't be fooled by nested functions.
1261
1262 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1263
1264 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1265 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1266
1267 2001-05-25 Andrew Choi <akochoi@i-cable.com>
1268
1269 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1270 actually be `\\'.
1271 (ctlau-b5-converter): Likewise.
1272
1273 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1274
1275 * international/titdic-cnv.el (quail-misc-package-ext-info):
1276 Change CTLauB.el to CTLau-b5.el.
1277
1278 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1279
1280 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1281 rather than beginning-of-line to avoid problems with fields.
1282 (gud-perldb-massage-args): Use unless and push.
1283 (gud-chdir-before-run): New var.
1284 (gud-common-init): Use it.
1285
1286 2001-05-24 Andrew Choi <akochoi@i-cable.com>
1287
1288 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1289 delete entries for chinese-ctlau and chinese-ctlaub.
1290 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
1291 chinese-ctlaub.
1292 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1293 New functions.
1294
1295 2001-05-22 Gerd Moellmann <gerd@gnu.org>
1296
1297 * cus-edit.el (custom-comment-show): Remove debug code.
1298
1299 * language/japan-util.el (japanese-symbol-table): Fix handling of
1300 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1301
1302 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1303
1304 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1305 Renamed by removing the silly `-flag' suffix.
1306 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1307
1308 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1309
1310 * replace.el (keep-lines-read-args): Use `copy-marker'.
1311 (how-many): Save excursion properly.
1312 (occur-mode): Use define-derived-mode.
1313 (perform-replace): Use with-current-buffer.
1314
1315 2001-05-20 Richard M. Stallman <rms@gnu.org>
1316
1317 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1318
1319 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1320
1321 * info.el (Info-read-subfile): Widen before finding the
1322 desired node in the subfile.
1323
1324 * startup.el (command-line-1): When >2 files visited,
1325 leave the last one visible, and make that the selected window.
1326
1327 2001-05-20 Gerd Moellmann <gerd@gnu.org>
1328
1329 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1330
1331 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * international/ccl.el (define-ccl-program): Fix a typo.
1334 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1335
1336 * international/mule.el (decode-char): Fix a typo. From Pavel
1337 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1338
1339 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1340 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1341
1342 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1343 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1344
1345 2001-05-18 Sam Steingold <sds@gnu.org>
1346
1347 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
1348 and [RET] to `cvs-mode-find-file'.
1349
1350 2001-05-18 John Wiegley <johnw@gnu.org>
1351
1352 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1353 configuration variable, which determines the initial character
1354 that forces use of an external version of a command. The default
1355 is *, but may be set to \, for example.
1356
1357 * eshell/esh-ext.el (eshell-explicit-command):
1358 Use `eshell-explicit-command-char' instead of ?*.
1359
1360 * eshell/esh-cmd.el (eshell/which):
1361 Use `eshell-explicit-command-char' instead of ?*.
1362
1363 * eshell/em-cmpl.el (eshell-completion-command-name)
1364 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
1365 instead of ?*.
1366
1367 2001-05-18 Gerd Moellmann <gerd@gnu.org>
1368
1369 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1370 subst-char-in-string.
1371 (ange-ftp-after-parse-ls-hook): New variable.
1372 (ange-ftp-ls): Run that hook.
1373 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1374
1375 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1376 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1377 text into *Completions*.
1378
1379 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1380 part of which look like email addresses.
1381
1382 2001-05-18 Andrew Innes <andrewi@gnu.org>
1383
1384 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1385 Use . instead of absolute path for lisp dir, to avoid bug in W2K
1386 cmd.exe's handling of FOR loops.
1387 (autoloads): Set find-file-suppress-same-file-warnings to t to
1388 avoid slew of spurious messages.
1389
1390 2001-05-18 Simon Josefsson <simon@josefsson.org>
1391
1392 * mail/smtpmail.el (maybe-append-domain): Renamed to
1393 `smtpmail-maybe-append-domain'.
1394 (smtpmail-via-smtp): Use the new name.
1395
1396 * net/browse-url.el (browse-url-browser-function): Add kde.
1397 (browse-url-kde-program, browse-url-kde-args): New variables.
1398 (browse-url-kde): New function.
1399
1400 2001-05-18 Miles Bader <miles@gnu.org>
1401
1402 * simple.el (delete-horizontal-space, just-one-space):
1403 Use `constrain-to-field' instead of `field-end'/`field-beginning',
1404 because it's more efficient for large files.
1405
1406 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1407
1408 * mail/rmail.el (rmail-require-mime-maybe): New function.
1409 (rmail): Use it.
1410 (rmail-mode): Handle the case of finding Rmail files.
1411
1412 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1413 functions.
1414
1415 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1416
1417 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1418 text-property after moving to the beginning of line and regardless
1419 of the value of font-lock-multiline.
1420
1421 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1422
1423 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1424
1425 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1426 last coding system used before calling set-buffer-modified-p
1427 because that function changes last-coding-system.
1428
1429 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1430
1431 * files.el (switch-to-buffer-other-window)
1432 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1433 the doc string.
1434
1435 2001-05-17 Gerd Moellmann <gerd@gnu.org>
1436
1437 * language/slovak.el, language/czech.el: New maintainer.
1438
1439 2001-05-16 Sam Steingold <sds@gnu.org>
1440
1441 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
1442 sub-form of `defgeneric' correctly.
1443
1444 2001-05-16 Gerd Moellmann <gerd@gnu.org>
1445
1446 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1447 of `c'.
1448
1449 * textmodes/outline.el (outline-font-lock-level): Remove the
1450 condition-case, test what outline-level returns instead, to
1451 ease debugging.
1452
1453 * international/mule.el (auto-coding-regexp-alist): New user-option.
1454 (auto-coding-from-file-contents): New function.
1455 (set-auto-coding): Use it to determine a coding system.
1456
1457 2001-05-15 Gerd Moellmann <gerd@gnu.org>
1458
1459 * mouse.el (mouse-delete-other-windows): Doc fix.
1460
1461 * emacs-lisp/lisp-mode.el (lisp-mode):
1462 Make font-lock-keywords-case-fold-search a buffer-local variable with
1463 make-local-variable before setting it.
1464
1465 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1468 prefixes.
1469
1470 2001-05-14 Gerd Moellmann <gerd@gnu.org>
1471
1472 * hexl.el (hexl-current-address): Print a message when called
1473 interactively.
1474
1475 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1476
1477 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1478
1479 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1480
1481 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1482
1483 2001-05-11 Gerd Moellmann <gerd@gnu.org>
1484
1485 * startup.el (command-line): If parameters have been changed in
1486 the init files which influence font selection, clear the face
1487 cache so that faces get realized with the new parameters.
1488
1489 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
1490
1491 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1494
1495 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1496
1497 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1498 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1499
1500 2001-05-10 Gerd Moellmann <gerd@gnu.org>
1501
1502 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
1503 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
1504
1505 2001-05-09 John Wiegley <johnw@gnu.org>
1506
1507 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1508 Annotated the documentation string to tell users about
1509 `eshell-no-numeric-conversions'.
1510
1511 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1512 conversions if a Lisp function has the property
1513 `eshell-no-numeric-conversions' set to a non-nil value.
1514
1515 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1516 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1517 property `eshell-no-numeric-conversions' on the following
1518 functions (which all deal with filesystem entities, and never Lisp
1519 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1520 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1521 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1522 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1523 eshell/which, eshell/addpath.
1524
1525 2001-05-09 John Wiegley <johnw@gnu.org>
1526
1527 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1528 encountered as an argument, don't convert it right away, but tag
1529 the first character of the string with the text properties
1530 `number', which signifies to `eshell-lisp-command' that the
1531 argument should be passed through `string-to-number' if it is
1532 actually used in the call to a Lisp function.
1533
1534 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1535 function, convert any string arguments that have been tagged as
1536 "numbers", by calling string-to-number.
1537
1538 * eshell/esh-util.el (eshell-number-regexp): Now that number
1539 conversions only happen for Lisp function calls, the number regexp
1540 should now match all integer and floating point forms.
1541
1542 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1543 `eshell-continue-process', since they are both nonfunctional at
1544 the moment.
1545 (eshell-proc-initialize): Don't bind keys for
1546 `eshell-stop-process' or `eshell-continue-process'.
1547
1548 * eshell/em-unix.el (eshell-shuffle-files):
1549 Apply `directory-file-name' before calling `file-name-directory'.
1550
1551 * eshell/em-hist.el (eshell-add-to-history): Reference to
1552 `eshell-history-ring' needed to be `eshell-history-index'.
1553
1554 * calendar/timeclock.el (timeclock-find-discrep):
1555 Initialize `elapsed' to 0.
1556 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1557 it's still nil.
1558
1559 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1560
1561 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1562 (archive-mode): Use capitalize.
1563 (archive-unique-fname): Use make-temp-file.
1564
1565 2001-05-09 Gerd Moellmann <gerd@gnu.org>
1566
1567 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1568
1569 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1570
1571 * tar-mode.el (tar-extract): Pay attention to the value of
1572 coding-system-for-read, if it is non-nil.
1573
1574 * calendar/holidays.el (holidays): Add an autoload cookie.
1575 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1576
1577 2001-05-08 John Wiegley <johnw@gnu.org>
1578
1579 * calendar/timeclock.el (timeclock-workday-remaining):
1580 Changed logic for determining how much time is remaining.
1581 (timeclock-workday-elapsed): Don't accept a "relative" argument
1582 for the current day's elapsed time. What could that have meant?
1583 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1584 (timeclock-when-to-leave): Changed logic, similarly to what was
1585 done for `timeclock-workday-remaining'.
1586 (timeclock-find-discrep): Removed "today-only" argument, which had
1587 no meaning. Fixed some more math problems. The function now
1588 returns a three member list: (TOTAL-TIME-DISCREPANCY
1589 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1590
1591 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * w32-fns.el (convert-standard-filename): Start replacing slashes
1594 from the beginning of the file name, not from where the last
1595 invalid character was. From "Andrew Maguire (SWW)"
1596 <Andrew.Maguire@Smallworld.co.uk>
1597
1598 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1599
1600 The following changes are to provide infrastructure for handling
1601 MIME messages to rmail. They don't affect the original behaviour
1602 if rmail-enable-mime is nil.
1603
1604 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1605 (rmail-search-mime-message-function)
1606 (rmail-search-mime-header-function): New variables.
1607 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1608 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1609 `rmail-view-buffer' is hidden.
1610 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1611 call rmai-show-mime-function.
1612 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1613 mode-line-process of rmail-view-buffer.
1614 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1615 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1616 buffer.
1617 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1618 set-buffer to the Rmail buffer.
1619 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1620 rmail-search-mime-header-function.
1621 (rmail-search-message): New function.
1622 (rmail-search): Call rmail-search-message to check if a message
1623 matches REGEXP, lastly update point after calling
1624 rmail-show-message.
1625 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1626 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
1627 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1628 header region, refer to rmail-msgref-vector while setting the
1629 current buffer to rmail-buffer temporarily.
1630 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1631 If rmail-enable-mime is non-nil, call
1632 rmail-insert-mime-forwarded-message-function instead of inserting
1633 forwarded message by itself.
1634
1635 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1636 Rmail buffer.
1637 (rmail-set-label, rmail-next-labeled-message): Likewise.
1638
1639 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1640 set-buffer to the Rmail buffer.
1641 (rmail-output-to-rmail-file): Likewise.
1642 (rmail-output): Likewise.
1643
1644 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1645 of mail-fetch-field by rmail-summary-line-decoder.
1646 (rmail-new-summary): Be sure to go to the Rmail buffer.
1647 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
1648 rmail-view-buffer to nil.
1649 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1650 rmail-view-buffer.
1651 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1652 rmail-buffer.
1653 (rmail-summary-scroll-msg-down): Likewise.
1654 (rmail-summary-beginning-of-message): Likewise.
1655 (rmail-summary-wipe): Likewise.
1656 (rmail-summary-toggle-header): Use save-window-excursion, not
1657 save-excursion. Update point in rmail-view-buffer, not in
1658 rmail-buffer.
1659 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1660 rmail-view-buffer, not rmail-buffer.
1661
1662 2001-05-07 Gerd Moellmann <gerd@gnu.org>
1663
1664 * cus-edit.el (custom-file): Signal an error if user-init-file is
1665 nil (running -q).
1666
1667 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1668
1669 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1670 Add :version.
1671
1672 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1673 New option.
1674 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1675 only if smtpmail-warn-about-unknown-extensions is set.
1676
1677 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1678 instead of rmail-sort-by-keywords.
1679
1680 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
1681 rmail-sort-by-keywords.
1682
1683 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1684 rmail-summary-sort-by-keywords. Doc fix.
1685 (rmail-summary-mode): Doc fix.
1686
1687 * mail/rmail.el (rmail-edit): New Custom group.
1688
1689 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1690 (rmail-edit-mode-hook): New user-option.
1691
1692 2001-05-05 Richard M. Stallman <rms@gnu.org>
1693
1694 * help.el (help-xref-symbol-regexp): Recognize "source of"
1695 and friends, meaning make a link to the source file.
1696 (help-make-xrefs): Handle "source of" and friends
1697 by constructing a link that visits the source file.
1698
1699 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1700
1701 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1702
1703 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1704 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1705 Renamed from perl-font-lock-keywords to avoid clashes.
1706 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1707 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1708 Updated correspondingly.
1709
1710 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1711 Typo `nonexistant' -> `nonexistent'.
1712
1713 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1714
1715 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1716 Split `c-electric-delete' into two functions where
1717 `c-electric-delete-forward' always deletes forward and
1718 `c-electric-delete' only contains the code necessary for XEmacs to
1719 choose between backward and forward deletion.
1720
1721 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1722 get the electric behavior on that key too.
1723 (c-fill-paragraph): Fixed bogus direct use of
1724 c-comment-prefix-regexp, which caused an error when it's a list.
1725
1726 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1727
1728 * dired-aux.el (dired-diff): Doc fix.
1729
1730 * dired.el (dired-diff): Likewise.
1731
1732 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1733
1734 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1735
1736 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1737
1738 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1739 if both the buffer and the file are read-only.
1740
1741 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1742 rather than font-lock-string-face.
1743 (sh-get-indent-info): Treat heredocs like strings.
1744
1745 2001-05-02 Gerd Moellmann <gerd@gnu.org>
1746
1747 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1748 a newline following `}'.
1749 (texinfo-format-email): New function.
1750 (toplevel): Use texinfo-format-email for @email.
1751 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1752 Add `display'.
1753 (texinfo-sort-region): Goto point-min before sorting.
1754 (texinfo-set): Remove leading white space from value.
1755 From yagi@is.titech.ac.jp.
1756
1757 * replace.el (query-replace-regexp-eval): Doc fix.
1758
1759 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1760
1761 * diff-mode.el (diff-nonexistant-face): New face.
1762 (diff-font-lock-keywords): Use it.
1763
1764 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1765
1766 * font-lock.el (font-lock-mode): Doc fix.
1767
1768 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1769 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1770
1771 2001-04-30 Gerd Moellmann <gerd@gnu.org>
1772
1773 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1774 backslash at the start of the here-document delimiter.
1775 (sh-font-lock-syntactic-keywords): Likewise.
1776
1777 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1778
1779 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1782 (tty-color-translate, tty-color-by-index, tty-color-values)
1783 (tty-color-desc): Doc fix.
1784
1785 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1786
1787 * dired-aux.el (dired-do-create-files, dired-do-copy)
1788 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1789 Mention dired-dwim-target in the doc string.
1790
1791 2001-04-28 Miles Bader <miles@gnu.org>
1792
1793 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1794 (dabbrev--find-expansion): Use it.
1795 (dabbrev--select-buffers): Don't select ignored buffers.
1796
1797 2001-04-27 Gerd Moellmann <gerd@gnu.org>
1798
1799 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
1800
1801 2001-04-26 Richard M. Stallman <rms@gnu.org>
1802
1803 * dabbrev.el: Add doc strings for some functions.
1804 (dabbrev--eliminate-newlines): New variable.
1805 (dabbrev--substitute-expansion): Convert newlines to spaces
1806 if dabbrev--eliminate-newlines is set.
1807 If abbrev and expansion are both all-lower-case,
1808 leave dabbrev--last-case-pattern nil.
1809
1810 2001-04-26 Gerd Moellmann <gerd@gnu.org>
1811
1812 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1813 if necessary, like in rmail-show-message.
1814
1815 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1816
1817 * ps-print.el: Color specified by number is forced to be float number.
1818 (ps-print-version): New version number (6.5.1.1).
1819 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1820 initialization.
1821 (ps-prefix-quote): New internal var.
1822 (ps-print-quote): New fun.
1823 (ps-setup, ps-output-frame-properties, ps-float-format)
1824 (ps-format-color): Code fix.
1825 (ps-plot-region): Eliminate redundant foreground color text setting.
1826
1827 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1830
1831 2001-04-25 Gerd Moellmann <gerd@gnu.org>
1832
1833 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1834
1835 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * info.el (Info-additional-directory-list): Doc fix.
1838
1839 * find-lisp.el (find-lisp-find-dired-filter)
1840 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1841 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
1842
1843 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1844
1845 * progmodes/make-mode.el (makefile-font-lock-keywords):
1846 Rationalize the rules for includes and conditionals and use the
1847 keyword face for them.
1848
1849 * faces.el (modify-face): Add compatibility for non-interactive use.
1850
1851 2001-04-24 John Wiegley <johnw@gnu.org>
1852
1853 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1854 fix from last night, since it wasn't finding eshell/cd.
1855
1856 2001-04-24 Gerd Moellmann <gerd@gnu.org>
1857
1858 * rect.el (string-rectangle): Revert to 20.x behaviour.
1859 (replace-rectangle): Make it an alias for string-rectangle.
1860 (string-insert-rectangle): New function.
1861
1862 2001-04-23 John Wiegley <johnw@gnu.org>
1863
1864 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1865 occurring with Emacs 21's diff.el/compile.el interaction layer.
1866
1867 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1868
1869 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1870 case where the function was defined in a file, but not part of an
1871 eshell module.
1872
1873 2001-04-23 John Wiegley <johnw@gnu.org>
1874
1875 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1876 code to work around a redisplay problem I've been having.
1877
1878 2001-04-23 John Wiegley <johnw@gnu.org>
1879
1880 * calendar/timeclock.el (timeclock-day-required): If the time
1881 required for a particular day is not set, use `timeclock-workday'.
1882 (timeclock-find-discrep): Added some sample code in a comment.
1883
1884 * eshell/eshell.el (eshell-command): Made a few changes so that
1885 `eshell-command' could be called programmatically.
1886
1887 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
1888
1889 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
1890
1891 2001-04-23 John Wiegley <johnw@gnu.org>
1892
1893 * calendar/timeclock.el: Updated copyright.
1894 (timeclock-generate-report): Don't report the daily or two-week
1895 total, if no time has been worked in that period.
1896 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1897 final computational form, which was unnecessary; corrected a
1898 parsing problem when timeclock-relative was nil.
1899
1900 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
1901
1902 * calendar/timeclock.el (timeclock-modeline-display): Check if
1903 `list-entry' is null.
1904 (timeclock-use-display-time): The first argument to `set-variable'
1905 must be a symbol.
1906
1907 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * calendar/calendar.el (diary-entry-marker)
1910 (calendar-today-marker, calendar-holiday-marker):
1911 Use display-color-p instead of window-system.
1912 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1913 instead of window-system.
1914 (calendar-hide-window): Use display-multi-frame-p instead of
1915 window-system.
1916
1917 * calendar/cal-x.el (calendar-two-frame-setup)
1918 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1919 Use display-multi-frame-p instead of window-system.
1920
1921 2001-04-23 Gerd Moellmann <gerd@gnu.org>
1922
1923 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1924
1925 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1926 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1927
1928 2001-04-23 Alex Schroeder <alex@gnu.org>
1929
1930 * goto-addr.el: Instead of defining line-beginning-position and
1931 line-end-position a defalias is used for point-at-bol and point-at-eol.
1932
1933 2001-04-23 Alex Schroeder <alex@gnu.org>
1934
1935 * goto-addr.el: Added XEmacs compatibility code.
1936 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
1937
1938 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * textmodes/paragraphs.el (sentence-end): Doc fix.
1941
1942 2001-04-20 Alex Schroeder <alex@gnu.org>
1943
1944 * sql.el (sql-escape-newlines-and-send): New function.
1945 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
1946
1947 2001-04-20 Alex Schroeder <alex@gnu.org>
1948
1949 * sql.el (sql-db2-program): New option.
1950 (sql-db2-options): New option.
1951 (sql-db2): New function.
1952
1953 2001-04-20 Alex Schroeder <alex@gnu.org>
1954
1955 * sql.el (sql-mode-menu): Added highlighting entries.
1956 (sql-highlight-oracle-keywords): New function.
1957 (sql-highlight-postgres-keywords): New function.
1958 (sql-highlight-ansi-keywords): New function.
1959
1960 2001-04-20 Alex Schroeder <alex@gnu.org>
1961
1962 * sql.el (sql-help): Doc change.
1963
1964 2001-04-19 Karl Fogel <kfogel@collab.net>
1965
1966 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1967 that inserted file content only to delete it immediately.
1968 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1969 <lektu@uol.com.br> for the patch.
1970
1971 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1972
1973 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1974
1975 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1976
1977 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1978 for defmethod.
1979
1980 * comint.el (comint-cr-magic): New function.
1981 (toplevel): Add it to comint-preoutput-filter-functions.
1982
1983 2001-04-18 Andrew Innes <andrewi@gnu.org>
1984
1985 * makefile.w32-in (EMACSLOADPATH): Define.
1986 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
1987 (recompile): Remove stuff to set EMACSLOADPATH.
1988
1989 2001-04-18 Gerd Moellmann <gerd@gnu.org>
1990
1991 * language/slovak.el ("Slovak"): Add tutorial entry.
1992
1993 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1994 browse-url-new-window-p.
1995
1996 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1997
1998 * info.el (Info-menu-update): When there are no menus and/or no
1999 cross references in the node, make the respective items of the
2000 Info menu-bar menu inactive.
2001
2002 2001-04-17 Gerd Moellmann <gerd@gnu.org>
2003
2004 * indent.el (indent-for-tab-command): Call indent-line-function
2005 with no argument if PREFIX-ARG is non-nil.
2006
2007 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2008
2009 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2010
2011 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2012 an async subprocess if start-process is unavailable. Suggested by
2013 Tim Van Holder <tim.van.holder@pandora.be>.
2014
2015 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2016
2017 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2018 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2019
2020 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2021
2022 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2023 manual.
2024
2025 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2028 (cvs-menu): Add a few entries.
2029
2030 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2031 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2032 lock file appears to be reachable from Emacs.
2033 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2034 (cvs-mode-find-file): Look for cvs-header-face rather than
2035 cvs-dirname-face (which doesn't exist).
2036 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2037
2038 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2039
2040 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2041
2042 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2043 normal-erase-is-backspace on a tty. Instead, bind some keys such
2044 as [delete] directly, like pc-select.el did before
2045 normal-erase-is-backspace was invented.
2046
2047 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
2048
2049 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2050
2051 2001-04-11 John Wiegley <johnw@gnu.org>
2052
2053 * eshell/em-ls.el (eshell-ls-insert-directory):
2054 Set font-lock-defaults to nil, to prevent fontification in dired
2055 buffers, if Eshell's ls is being used.
2056
2057 2001-04-11 John Wiegley <johnw@gnu.org>
2058
2059 * calendar/timeclock.el (timeclock-completing-read): New function.
2060 (timeclock-ask-for-project, timeclock-ask-for-reason):
2061 Call `timeclock-completing-read'.
2062
2063 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2064 required where `member' was being used.
2065
2066 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
2067
2068 * eshell/em-hist.el (eshell-previous-matching-input):
2069 Don't display "History item" if the the minibuffer is active.
2070
2071 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2072
2073 * startup.el (command-line): Output a newline after printing
2074 an error from loading the window system's init file.
2075
2076 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2077
2078 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2079 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
2080 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2081 keywords whose arguments routinely include @@.
2082
2083 2001-04-10 Gerd Moellmann <gerd@gnu.org>
2084
2085 * emacs-lisp/advice.el (ad-make-advised-definition):
2086 Construct advice for subrs differently.
2087
2088 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
2089 regexp in parentheses when building the regexp for searching backwards.
2090
2091 * simple.el (completion-list-mode-finish): New function.
2092 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
2093
2094 * language/european.el ("Polish"): Change sample text.
2095 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2096
2097 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2098 parameter.
2099
2100 * faces.el (menu): Doc fix.
2101
2102 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2103
2104 * ps-print.el: Footer implementation. Doc fix.
2105 (ps-print-version): New version number (6.5.1).
2106 (ps-header-frame-alist): New customization var for header frame
2107 properties.
2108 (ps-line-number-color): New customization var for line number color.
2109 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2110 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2111 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2112 (ps-right-footer): New customization vars for footers.
2113 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2114 footers.
2115 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
2116 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2117 Code fix.
2118 (ps-prologue-file): Indentation fix.
2119 (ps-print-quote): Fun eliminated.
2120 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2121 (ps-output-frame-properties): New fun.
2122 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2123 (ps-skip-newline): Replace defun by defsubst.
2124
2125 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
2126
2127 * eshell/eshell.el (eshell-command): Needed a "%s" format
2128 specifier, in case the buffer contains percent characters.
2129
2130 2001-04-10 John Wiegley <johnw@gnu.org>
2131
2132 * calendar/timeclock.el (timeclock-generate-report): Added a
2133 missing insert of the project name.
2134
2135 2001-04-09 Gerd Moellmann <gerd@gnu.org>
2136
2137 * obsolete/profile.el: Moved from emacs-lisp/.
2138
2139 * Makefile.in (nonobsolete_setwins): New macro.
2140 (finder-data): Use it instead of `setwins'.
2141 From: Dave Love <fx@gnu.org>.
2142
2143 * server.el (server-visit-files): Set server-existing-buffer correctly.
2144 (server-visit-files): Run server-visit-hook after going to
2145 line 1 so that the hook can set point as it sees fit.
2146
2147 * bindings.el (mode-line-modified): Unify help messages.
2148
2149 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2150
2151 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2152 All callers changed.
2153
2154 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2155
2156 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2157 long file names aren't supported, truncate the file names in
2158 quail-misc-package-ext-info to 8+3 before matching them against
2159 FILENAME.
2160
2161 * dos-fns.el (dos-truncate-to-8+3): New function.
2162
2163 * progmodes/compile.el (grep-compute-defaults): Use null-device
2164 instead of literal /dev/null. Reported by Jens Schmidt
2165 <schmidt@mathematik.uni-kl.de>.
2166
2167 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2168
2169 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2170
2171 * textmodes/sgml-mode.el: Add unknown maintainer.
2172 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2173 (html-mode-map): Use set-keymap-parent.
2174
2175 2001-04-06 Dave Love <fx@gnu.org>
2176
2177 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2178 Remove redundant string-to-list.
2179
2180 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2181
2182 * composite.el (reference-point-alist): Doc fix.
2183
2184 2001-04-05 Sam Steingold <sds@gnu.org>
2185
2186 * font-lock.el (font-lock-keywords-case-fold-search):
2187 Make buffer-local. This fixes a very annoying bug when loading a Lisp
2188 file made font-lock case-insensitive.
2189
2190 2001-04-05 Gerd Moellmann <gerd@gnu.org>
2191
2192 * faces.el (defface menu): Doc fix.
2193
2194 * wid-edit.el (widget-color-sample-face-get): Don't make
2195 faces for undefined colors.
2196
2197 * version.el (emacs-version): Include LessTif/Motif version info.
2198
2199 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2200
2201 * ps-mule.el: Eliminate cl package dependence.
2202 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2203 if they aren't defined yet.
2204 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2205 Eliminate cl package dependence.
2206
2207 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2208
2209 * progmodes/cc-cmds.el (c-outline-level):
2210 Bind buffer-invisibility-spec. Originally from Dave Love, but
2211 got lost when incorporating version 5.26.
2212
2213 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2214
2215 * emulation/pc-select.el (pc-selection-mode):
2216 Call normal-erase-is-backspace-mode instead of binding
2217 keys individually.
2218
2219 * cus-load.el (normal-erase-is-backspace): Use it instead of
2220 delete-key-deletes-forward.
2221
2222 * startup.el (command-line): Use normal-erase-is-backspace and
2223 normal-erase-is-backspace-mode.
2224
2225 * simple.el (normal-erase-is-backspace): Rename from
2226 delete-key-deletes-forward. Doc fix.
2227 (normal-erase-is-backspace-mode): Rename from
2228 delete-key-deletes-forward-mode. Doc fix.
2229 Run normal-erase-is-backspace-hook.
2230
2231 * dired.el (dired-move-to-filename-regexp): Support file sizes in
2232 ``human-readable'' format produced by GNU `ls'.
2233 (dired-move-to-filename-regexp): Recognize ISO format dates.
2234 From Paul Eggert <eggert@twinsun.com>.
2235
2236 2001-04-04 Gerd Moellmann <gerd@gnu.org>
2237
2238 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2239 New functions.
2240 (lm-verify): Check keywords.
2241 From Eric M. Ludlam <eric@siege-engine.com>.
2242
2243 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2244
2245 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2246 `xemacs' feature instead of for the function `set-extent-property'.
2247
2248 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2249
2250 * mail/mh-utils.el (mh-folder-hist): New var.
2251 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2252
2253 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2254
2255 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2256 region, position point on the first or last 16-byte group.
2257 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2258 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2259 hexl-beginning-of-line.
2260
2261 2001-04-03 Gerd Moellmann <gerd@gnu.org>
2262
2263 * icomplete.el (icomplete-mode): Treat an argument like other
2264 modes do.
2265
2266 * startup.el (fancy-splash-head): Use splash8.xpm for color
2267 depth 8.
2268
2269 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2270 Add an antry for ``converts''.
2271
2272 * language/slovak.el ("Slovak"): Add documentation string.
2273 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2274
2275 * language/czech.el ("Czech"): Add documentation string.
2276 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2277
2278 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2279 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2280
2281 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2282
2283 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2284 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2285 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2286 Use `defsubst' rather than a macro to ease debugging.
2287 (mail-extr-last): Remove (use `last' instead).
2288 (mail-extract-address-components): Properly reset the syntax-table
2289 after parsing an address. Use `last' rather than mail-extr-last.
2290 Make sure the end marker stays at the very end.
2291
2292 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2295 last change.
2296
2297 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2298
2299 * ps-print.el: Line and paragraph spacing feature. Region to cut
2300 out when printing. Doc fix.
2301 (ps-print-version): New version number (6.5).
2302 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2303 New vars. Line and paragraph spacing feature.
2304 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2305 out when printing.
2306 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2307 (ps-get-font-size, ps-begin-job, ps-continue-line)
2308 (ps-plot-region): Code fix.
2309 (ps-print-prologue-2): Var eliminated.
2310 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2311 New internal vars.
2312 (ps-get-size): New fun.
2313 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2314 (ps-next-line): Replace defun by defsubst.
2315 (ps-mule-plot-string): Autoload doc fix.
2316
2317 * ps-bdf.el: XEmacs compatibility. Doc fix.
2318 (installation-directory, coding-system-for-read): Declare vars if
2319 it's not declared yet.
2320 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2321
2322 * ps-mule.el: XEmacs compatibility. Doc fix.
2323 (leading-code-private-22): Declare var if it's not declared yet.
2324 (charset-bytes, charset-dimension, charset-id, charset-width)
2325 (find-charset-region, split-char, char-width, chars-in-region)
2326 (forward-point, decompose-composite-char, encode-coding-string)
2327 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2328 Define funs if not defined yet.
2329 (encode-composition-rule, find-composition): Define funs if not
2330 loaded yet.
2331 (ps-mule-prologue): PostScript code fix.
2332
2333 2001-04-02 Kenichi Handa <handa@etl.go.jp>
2334
2335 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2336 non-nil, generate font for the header strings.
2337 (ps-mule-prepare-font): Likewise.
2338 (ps-mule-generate-glyphs): Likewise.
2339 (ps-mule-string-encoding): Likewise.
2340 (ps-mule-header-charsets): New variable.
2341 (ps-mule-encode-header-string): New function.
2342 (ps-mule-header-string-charsets): New function.
2343 (ps-mule-begin-job): Check charsets in the header strings. If there
2344 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2345
2346 * ps-print.el (ps-generate-header-line): Encode the header string by
2347 ps-mule-encode-header-string.
2348 (ps-mule-encode-header-string): Declare autoload.
2349
2350 2001-04-02 Gerd Moellmann <gerd@gnu.org>
2351
2352 * frame.el (cursor-in-non-selected-windows):
2353 Replaces show-cursor-in-non-selected-windows.
2354
2355 2001-03-31 Kenichi Handa <handa@etl.go.jp>
2356
2357 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2358 Delete entries for "chinese-py" and "chinese-ziranma".
2359 (quail-misc-package-ext-info): New variable.
2360 (tsang-quick-converter): New function.
2361 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2362 (quick-cns-converter, py-converter, ziranma-converter)
2363 (miscdic-convert, batch-miscdic-convert): New functions.
2364
2365 2001-03-30 Kenichi Handa <handa@etl.go.jp>
2366
2367 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2368 eight-bit-control chars.
2369
2370 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2371 Reduce making temporary vector (suggested by Dave Love).
2372
2373 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2374
2375 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2376 string as well.
2377
2378 2001-03-30 Andreas Schwab <schwab@suse.de>
2379
2380 * files.el (backup-directory-alist): Fix typo.
2381
2382 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2383
2384 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2385 <eggert@twinsun.com>.
2386
2387 2001-03-30 Dave Love <fx@gnu.org>
2388
2389 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2390
2391 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2392
2393 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2394
2395 2001-03-30 Miles Bader <miles@gnu.org>
2396
2397 * subr.el (interactive-form): Fix paren typo.
2398
2399 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2400
2401 * emacs-lisp/profile.el: Say that it's obsolete in the header
2402 line, so that finder.el puts that into its data-base.
2403 Suggested by Alex Schroeder <alex@gnu.org>.
2404
2405 2001-03-29 Paul Eggert <eggert@twinsun.com>
2406
2407 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2408 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2409
2410 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2411
2412 * generic.el (generic-mode-set-comments): Use "" rather than nil
2413 for comment-end.
2414
2415 2001-03-29 Gerd Moellmann <gerd@gnu.org>
2416
2417 * emacs-lisp/advice.el (ad-make-advised-definition):
2418 Call interactive-form to obtain the interactive spec of subrs.
2419
2420 * subr.el (interactive-form): New function.
2421
2422 2001-03-29 Andre Spiegel <spiegel@gnu.org>
2423
2424 * vc-sccs.el (vc-sccs-register): Use relative file names.
2425
2426 2001-03-28 Gerd Moellmann <gerd@gnu.org>
2427
2428 * bookmark.el (bookmark-get-bookmark): Handle case that
2429 BOOKMARK is not a string.
2430
2431 * image.el (image-type-regexps): Change type for PS files
2432 to `postscript'.
2433
2434 * subr.el (read-passwd): Clear command history after each
2435 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2436
2437 2001-03-27 Kenichi Handa <handa@etl.go.jp>
2438
2439 * international/kkc.el (kkc-save-init-file): Locally bind
2440 print-length to nil.
2441
2442 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2443
2444 * textmodes/flyspell.el: Some doc fixes.
2445 (flyspell-maybe-correct-transposition)
2446 (flyspell-maybe-correct-doubling): Use a temporary buffer
2447
2448 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2449
2450 * emacs-lisp/byte-opt.el (byte-optimize-while)
2451 (byte-optimize-form-code-walker): Diagnose too few arguments
2452 for `if' and `while'.
2453
2454 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2455
2456 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2457 Prepend `\' to "\<quail-translation-docstring>".
2458
2459 2001-03-26 Gerd Moellmann <gerd@gnu.org>
2460
2461 * autorevert.el (global-auto-revert-non-file-buffers):
2462 Remove duplicate defcustom.
2463
2464 2001-03-26 Miles Bader <miles@gnu.org>
2465
2466 * international/latin1-disp.el (latin1-char-displayable-p):
2467 Add leading "-" for X font pattern.
2468
2469 2001-03-26 Kenichi Handa <handa@etl.go.jp>
2470
2471 * international/mule-diag.el (describe-coding-system):
2472 For raw-text and emacs-mule, don't add anymore text about what
2473 charsets they can encode.
2474
2475 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2476
2477 * help.el (view-lossage): Mention open-dribble-file in the doc
2478 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2479
2480 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2481
2482 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2483 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2484
2485 2001-03-23 Kenichi Handa <handa@etl.go.jp>
2486
2487 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2488 Call ccl-execute-on-string directly so that CCL program handling
2489 multibyte sequence can work correctly.
2490 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2491 property of the coding system.
2492
2493 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2496 Fix transcription typo.
2497
2498 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2499
2500 * whitespace.el: Add buffer local variables to toggle testing of
2501 whitespaces in buffers without affecting the default values.
2502 Bump version to 3.0 to account for a few other changes.
2503 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2504 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2505 (whitespace-toggle-spacetab-check): New functions.
2506
2507 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2508
2509 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2510
2511 2001-03-21 Gerd Moellmann <gerd@gnu.org>
2512
2513 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2514 bs-cycle-configuration-name. From Juanma Barranquero
2515 <lektu@uol.com.br>.
2516
2517 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2518 and cc-vars.el.
2519
2520 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2521 headers. Always invoke sendmail with option -t.
2522
2523 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2524
2525 * Release of cc-mode 5.28.
2526
2527 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2528
2529 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2530 Removed the hardcoded switch to "java" style in Java mode.
2531 It's instead taken care of by the default value for c-default-style.
2532
2533 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2534
2535 * cc-align.el (c-lineup-math): Fix bug where lineup was
2536 triggered by equal signs in string literals.
2537
2538 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2539
2540 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2541 limit detection when at the ends of the buffer.
2542
2543 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2544 "for" statement clause in case 7F; a better one is done
2545 earlier in case 7D anyway.
2546
2547 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2548
2549 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2550 somewhat more and did a small optimization.
2551
2552 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2553
2554 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2555 Use the limit argument only to limit the syntactic context
2556 search, not to limit the actual movement.
2557
2558 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2559 inside multiline strings, just like in comments. Also various
2560 fixes to the paragraph and comment prefix recognition, block
2561 comment ender handling etc.
2562
2563 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2564
2565 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2566 the relative position of the point.
2567
2568 * cc-cmds.el (c-electric-continued-statement): New function to
2569 use as abbrev hook to reindent for keywords such as "else"
2570 that continues an earlier statement.
2571
2572 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2573 like classes.
2574
2575 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2576 (pike-mode): Populate the default abbrev tables to reindent for
2577 keywords such as "else" that can continue earlier statements.
2578 Abbrev mode is therefore turned on by default now. (Note that
2579 this doesn't apply to idl-mode, since IDL afaik doesn't have
2580 statements at all.)
2581
2582 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2583
2584 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2585 bracelists where the declaration contains template arguments.
2586
2587 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2588
2589 * cc-cmds.el (c-comment-indent):
2590 Use `c-get-syntactic-indentation' to correctly calculate the
2591 syntactic indentation. Fixes bug with lineup functions that
2592 return vectors.
2593
2594 * cc-engine.el (c-get-syntactic-indentation): Split the
2595 indentation sum calculation from `c-indent-line' to a separate
2596 function.
2597
2598 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2599
2600 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2601 Fixed places where it was assumed that preprocessor directives
2602 have to start in column zero.
2603
2604 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2605 template arguments after a class identifier properly.
2606
2607 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2608 lists for `new Foo[]' constructs in Java as expressions and
2609 not top level definition brace lists on the top level, so that
2610 they'll get indented consistently with the same type of
2611 expression in a normal block.
2612
2613 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2614
2615 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2616 whether the adaptive filling package fails to keep the comment
2617 prefix is now kludged further to check for filladapt-mode
2618 which doesn't have that problem. This is really icky, but it's
2619 the only way that works with the current misfeatures/bugs in
2620 both adaptive-fill-mode and filladapt-mode.
2621
2622 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2623 around point is recognized more robust.
2624
2625 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2626
2627 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2628 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2629 (c-lit-type): Fixed all internal variables used dynamically so
2630 that they are always bound.
2631
2632 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2633 errors:
2634
2635 (c-indent-region): Fixed reporting of syntactic errors so that
2636 the region is fully reindented even when an error occurs.
2637 The last syntactic error is printed afterwards. Also cleanup up a
2638 whole lot of code that tried to optimize indentation of whole
2639 sexps but in reality accomplishes nothing.
2640
2641 (c-indent-sexp): Use c-indent-region.
2642
2643 (c-parsing-error): Changed this variable to hold the message
2644 for any syntactic error that is discovered.
2645
2646 (c-parse-state): Search backward from point instead of the bod
2647 position when the latter is invalid. This makes CC Mode
2648 recover faster when there are unbalanced close braces.
2649
2650 (c-backward-to-start-of-if): Use c-parsing-error to report
2651 dangling "else" clauses instead of throwing an error, and fall
2652 back to a reasonable position.
2653
2654 (c-indent-line): Added argument to avoid reporting syntactic errors.
2655
2656 (c-show-syntactic-information): Don't report any syntactic errors.
2657
2658 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2659
2660 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2661 paragraph recognition when moving by sentence in literals.
2662
2663 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2664 start regexp for javadoc to recognize javadoc markup in general instead
2665 of a specific set of keywords, to be more future-safe.
2666
2667 (c-Pike-pikedoc-paragraph-start)
2668 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2669 pikedoc markup.
2670
2671 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
2672
2673 (pike-mode): Initialize paragraph settings pikedoc recognition.
2674
2675 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2676
2677 (c-comment-prefix-regexp): Made it possible to use an
2678 association list on this to specify mode specific regexps.
2679 The default value now use a special regexp in Pike mode to
2680 recognize pikedoc markup.
2681
2682 (c-current-comment-prefix): New variable containing the actual
2683 regexp from c-comment-prefix-regexp for the current buffer.
2684
2685 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2686
2687 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2688 lists: We can't look at the syntax, since a brace list can get
2689 recognized as a plain statement-cont.
2690
2691 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2692 special brace list opener broken over two lines got recognized
2693 as a statement on the second line. Case 9A changed.
2694
2695 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2696
2697 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2698 adjustment after line is reindented.
2699
2700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2701
2702 * cc-defs.el (c-point): Added optional argument for position
2703 to use instead of the current point.
2704
2705 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2706 the in-expression block symbols when the construct starts at
2707 boi, to avoid the extra level of indentation in that case.
2708 Cases 4, 16A and 17E affected.
2709
2710 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2711
2712 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
2713 calls to `c-indent-line', to adhere better to Emacs conventions.
2714
2715 * cc-engine.el (c-indent-line): Use the syntax already bound
2716 to `c-syntactic-context', if there is any.
2717
2718 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2719
2720 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2721 wasn't added up correctly when a lineup function returned nil.
2722
2723 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2724
2725 * cc-engine.el (c-collect-line-comments): Fixed bug where
2726 empty lines were ignored when collecting line comments backwards.
2727
2728 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * cc-align.el (c-lineup-dont-change): Return an absolute
2731 indentation column to work correctly in the case when several
2732 syntactic elements are processed for the same line.
2733
2734 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2735 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2736 (c-set-offset): Added absolute indentation column settings by
2737 using the vector type.
2738
2739 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2740
2741 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2742 Implemented two new cleanups `space-before-funcall' and
2743 `compact-empty-funcall'.
2744
2745 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2746
2747 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2748 helping building regexps.
2749
2750 * cc-engine.el (c-on-identifier): New function for detecting
2751 identifiers. It takes keywords into account.
2752
2753 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2754 lists. `c-keywords' is set to a regexp matching all keywords
2755 in the current language.
2756
2757 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2758
2759 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2760 list of characters to skip backwards over at the beginning of
2761 a statement, since it can precede string literals in Pike.
2762
2763 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2764
2765 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2766 recognition when standing on the last line in a C++ comment
2767 with nothing but whitespace after the prefix.
2768
2769 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2770 given no limit argument.
2771
2772 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2773
2774 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2775 recognition for the `[]= operator symbol in Pike.
2776
2777 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2778
2779 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2780 around a bug in `eval-when-compile' in the byte compiler.
2781
2782 * cc-engine.el (c-forward-token-1): Fixed bug with return
2783 value when count is zero and there's no token start within the limit.
2784
2785 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2786 "prefix comments", i.e. comments which are followed by code on
2787 the same line.
2788
2789 * cc-mode-19.el: Fixes so that checks that must be done at
2790 compile time also are done then.
2791
2792 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2793
2794 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2795 time and at runtime, and only when it's needed.
2796
2797 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2798
2799 Major cleanup for less error prone and more warning free
2800 compilation, including some fixes for bugs due to different
2801 compilation orders. Thanks to Martin Buchholz for providing
2802 the basis for all this.
2803
2804 * cc-bytecomp.el: New file that provides some byte compilation
2805 features: It ensures that files always are loaded from the
2806 current source directory during compilation, and it provides a
2807 set of macros to turn off specific compiler warnings for
2808 specific symbols. (It's not CC Mode specific in any way.)
2809
2810 Fixed a nearly acyclic dependency tree (both runtime and
2811 compile-time) between all files.
2812
2813 * cc-defs.el: Separated all macros before the inline functions,
2814 to ensure correct compilation.
2815
2816 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2817 cc-defs.el to cc-engine.el and made it a function instead.
2818
2819 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2820 about char-after.
2821
2822 * cc-vars.el: Cope even when there isn't a custom package
2823 containing defcustom available.
2824
2825 * cc-make.el: Removed since it's no longer necessary.
2826
2827 README: Updated installation instructions.
2828
2829 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2830
2831 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2832 improve the modularity: Moved all mode init stuff from
2833 cc-langs.el to cc-mode.el, including the keymap
2834 initialization; cc-langs now only contains the various
2835 variables for configuring the language syntax.
2836
2837 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2838 (c-get-offset): Moved from cc-styles to cc-engine since file
2839 dependency analysis suggests they belong there (which also
2840 makes more sense). Thanks to Martin Buchholz for doing the analysis.
2841
2842 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2843
2844 * cc-cmds.el (c-fn-region-is-active-p): New function that
2845 wraps the corresponding macro, for use in places that aren't
2846 compiled. Thanks to Martin Buchholz for pointing out this.
2847
2848 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
2849
2850 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2851 add things to the bug report.
2852
2853 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2854
2855 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2856 returned prefix could contain a newline when the search for a
2857 good prefix line failed.
2858
2859 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2860
2861 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2862 (c-toggle-auto-hungry-state): Made the argument optional, as
2863 the documentation says it is.
2864
2865 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2866
2867 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2868 multiline string syntax, #"...", as a cpp macro.
2869
2870 2001-03-21 Paul Eggert <eggert@twinsun.com>
2871
2872 * international/mule-cmds.el (set-locale-environment):
2873 Set system-messages-locale and system-time-locale, but only if the
2874 caller specifies a non-nil locale name.
2875
2876 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2877
2878 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
2879 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
2880
2881 2001-03-20 Gerd Moellmann <gerd@gnu.org>
2882
2883 * follow.el (follow-avoid-tail-recenter): Doc fix.
2884
2885 * custom.el (custom-set-variables): Avoid reversing the list
2886 of args needlessly.
2887
2888 * startup.el (fancy-splash-head): Don't change the colors of the
2889 XPM image on a dark background.
2890
2891 * comint.el (comint-exec-1): Set columns of the terminal to
2892 window-width instead of frame-width.
2893
2894 * info.el (Info-scroll-down): Add missing WINDOW arg for
2895 pos-visible-in-window-p.
2896
2897 * ehelp.el (electric-help-mode-hook): Add defcustom.
2898
2899 * mail/sendmail.el (mail-mode): Activate case-folding in
2900 font-lock-defaults.
2901
2902 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2903
2904 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2905 (completion-ignored-extensions): Remove duplicate ".class".
2906
2907 2001-03-19 Andreas Schwab <schwab@suse.de>
2908
2909 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2910 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2911
2912 2001-03-19 Gerd Moellmann <gerd@gnu.org>
2913
2914 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2915 methods since there are not prefix input methods.
2916
2917 2001-03-19 Kenichi Handa <handa@etl.go.jp>
2918
2919 * international/mule-cmds.el (read-input-method-name):
2920 Locally bind enable-recursive-minibuffers to t.
2921
2922 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2923
2924 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2925
2926 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
2927
2928 * ediff-util.el: Copyright years.
2929 (ediff-choose-syntax-table): New function.
2930 (ediff-setup): Use ediff-choose-syntax-table.
2931
2932 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2933 with-syntax-table.
2934
2935 * ediff.el: Date of last update, copyright years.
2936
2937 * ediff-wind (ediff-setup-control-frame): Nill->nil.
2938
2939 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2940 of Scott Bronson.
2941 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2942 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2943 Deleted functions.
2944 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2945 ex-token-list.
2946
2947 * viper-util.el: Spaces, indentation.
2948
2949 * viper.el: Changed version, modification time.
2950
2951 2001-03-16 John Wiegley <johnw@gnu.org>
2952
2953 * calendar/timeclock.el (timeclock-workday-remaining):
2954 Check whether `discrep' is non-null before using it.
2955
2956 2001-03-16 John Wiegley <johnw@gnu.org>
2957
2958 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2959 first-time checkins.
2960 (timeclock-log-data): Fixed problem with reading timelog log file.
2961 Resulting data in the "day list" was incorrect.
2962 (timeclock-find-discrep): Check if `timeclock-file' is readable
2963 before opening it.
2964 (timeclock-time-less-p): New function.
2965 (timeclock-day-base): New function.
2966 (timeclock-geometric-mean): New function.
2967 (timeclock-generate-report): Generate a summary report based on
2968 the contents of the log file. This uses `timeclock-log-data', and
2969 is an example of writing a timelog manipulation function.
2970 (timeclock-visit-timelog): A quick command for opening the timelog
2971 file.
2972 (timeclock-log-data): Bound the variable event.
2973
2974 2001-03-16 Kenichi Handa <handa@etl.go.jp>
2975
2976 * international/mule-cmds.el (select-safe-coding-system):
2977 Fix typo: symbol-name -> symbol-value.
2978
2979 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2980 before substitute-in-file-name to handle double slashes in FILE
2981 correctly.
2982
2983 2001-03-15 Gerd Moellmann <gerd@gnu.org>
2984
2985 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2986 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2987
2988 2001-03-14 Gerd Moellmann <gerd@gnu.org>
2989
2990 * bindings.el (features): Add `md5' and `overlay' to the list.
2991
2992 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2993 bound before using it. It's not bound when configured without X,
2994 for instance.
2995
2996 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2997
2998 * progmodes/hideshow.el: Update copyright.
2999 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
3000 (hs-minor-mode-hook): Include `:version' in defcustom form.
3001
3002 2001-03-13 Gerd Moellmann <gerd@gnu.org>
3003
3004 * help.el (string-key-binding): Don't call event-start on
3005 a non-list.
3006
3007 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3008
3009 * startup.el (fancy-splash-tail, command-line-1): Fix the
3010 copyright year.
3011
3012 2001-03-13 Kenichi Handa <handa@etl.go.jp>
3013
3014 * term.el: These changes are based on a patch sent from Yong Lu
3015 <lyongu@yahoo.com>.
3016 (term-set-escape-char): Bind M-x to execute-extended-command in
3017 term-raw-escape-map.
3018 (term-move-columns): Don't try to move to negagive column.
3019 (term-emulate-terminal): Insert a string before deleting a text to
3020 overwrite.
3021
3022 2001-03-12 Gerd Moellmann <gerd@gnu.org>
3023
3024 * play/life.el (life): Rearrange code so that all calls to
3025 life-display-generation are in a catch-form.
3026
3027 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3028 file that isn't interesting. In an interesting file, push the old
3029 value of point on the mark ring.
3030
3031 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3032 New function.
3033 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3034 Use it.
3035
3036 * emacs-lisp/autoload.el (generate-file-autoloads):
3037 Remove warning about line lengths.
3038
3039 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3040
3041 * progmodes/etags.el (tags-compression-info-list): New variable.
3042 (find-tag-in-order): Use it to deal with compressed source files.
3043 (tag-file-name-match-p): New function.
3044 (etags-recognize-tags-table): Use it for better match of file names.
3045
3046 2001-03-12 Kenichi Handa <handa@etl.go.jp>
3047
3048 * international/mule-cmds.el (register-input-method): Doc fix.
3049
3050 * international/quail.el (quail-translate-key): Fix condition to
3051 check if there's another breaking point in the current key.
3052
3053 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3054
3055 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3056 Babyl header to the newly-created output file, bind
3057 coding-system-for-write to either rmail-file-coding-system or
3058 emacs-mule-unix.
3059
3060 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3061
3062 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3063 Fix the name and regexp used for subsubsections.
3064
3065 2001-03-10 Dave Love <fx@gnu.org>
3066
3067 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3068 and save-buffer if buffer-file-name non-nil. From rms.
3069
3070 2001-03-10 Andre Spiegel <spiegel@gnu.org>
3071
3072 * vc.el (vc-do-command): If the destination buffer is already
3073 current, don't set it up and don't erase it. Updated doc string
3074 to reflect that.
3075 (vc-version-diff): When doing a single file diff, don't switch to the
3076 *vc-diff* buffer before the command. This is to preserve local
3077 variable bindings that might affect the diff command.
3078 (vc-print-log): Don't switch to the *vc* buffer before the
3079 command, so that local variable bindings are preserved.
3080
3081 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
3082 not the current buffer.
3083 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3084
3085 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
3086 make output go to buffer *vc*, not the current buffer.
3087
3088 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3089
3090 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3091 so ^, $, *, ? and + are interpreted correctly.
3092
3093 2001-03-09 Gerd Moellmann <gerd@gnu.org>
3094
3095 * help.el (string-key-binding): Renamed from
3096 mode-line-key-binding. Handle any event on a string.
3097 Check for `keymap' properties as well as `local-map' properties.
3098
3099 * comint.el (comint-insert-clicked-input): Use the last key
3100 from this-command-keys to lookup the global key definition.
3101
3102 2001-03-09 Kenichi Handa <handa@etl.go.jp>
3103
3104 * international/characters.el: Add category `j' for
3105 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3106
3107 * international/mule-conf.el (no-conversion): Fix docstring.
3108 (raw-text): Fix docstring.
3109
3110 2001-03-08 Gerd Moellmann <gerd@gnu.org>
3111
3112 * simple.el (choose-completion-string): When not leaving the
3113 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3114 is set.
3115
3116 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3117 parameter `(minibuffer . t)'.
3118
3119 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3120
3121 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3122 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3123 (sh-mode): Remove `make-local-variable' for unused var
3124 `font-lock-unfontify-region-function'.
3125
3126 2001-03-07 Richard M. Stallman <rms@gnu.org>
3127
3128 * info.el (Info-scroll-down): Fix previous change.
3129
3130 * mail/rmail.el (rmail-toggle-header): Use a window which
3131 is showing the Rmail buffer, rather than the selected window.
3132
3133 2001-03-07 Dave Love <fx@gnu.org>
3134
3135 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3136 now, to avoid problems with binding imenu directly to a mouse event.
3137
3138 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3139
3140 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3141 second arg t.
3142
3143 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * log-edit.el (log-edit-common-indent): New var.
3146 (log-edit-set-common-indentation): Renamed from
3147 log-edit-delete-common-indentation. Use the new var.
3148 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3149
3150 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3151 (cvs-mode-add-change-log-entry-other-window):
3152 Don't presume change-log-default-name is defined.
3153
3154 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3155
3156 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3157 the "tree" operation as well.
3158
3159 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3160
3161 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3162 to match paragraph-start.
3163
3164 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3165 comment-start-skip and set comment-end-skip as well.
3166 (sgml-comment-indent): Fix for new value of comment-start-skip.
3167 (html-autoview-mode): Don't bother using make-local-hook.
3168
3169 2001-03-07 Gerd Moellmann <gerd@gnu.org>
3170
3171 * cus-edit.el (custom-save-delete): Move in front of local
3172 variables, otherwise long Custom entries would make them ineffective.
3173
3174 * uniquify.el: Set maintainer to FSF.
3175
3176 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * dired-aux.el (dired-do-shell-command): Doc fix.
3179
3180 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3181
3182 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3183
3184 * which-func.el (which-func-modes): Add cperl-mode.
3185 (which-func-mode-global): Use define-minor-mode.
3186
3187 * info-look.el: Docstring fixes and dead code eliminated.
3188 (cperl-mode): Add support.
3189 (emacs-lisp-mode): List all entries from elisp manual, whether
3190 or not they are currently (f)bound or not. Update regexp.
3191
3192 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3193
3194 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3195 so that C-h m shows the correct information.
3196 Use make-local-variable rather than make-variable-buffer-local.
3197 (cperl-info-buffer, cperl-setup-tmp-buf):
3198 Use make-local-variable rather than make-variable-buffer-local.
3199 (cperl-msb-fix, cperl-get-help-defer):
3200 Check major-mode for `cperl-mode' as well.
3201
3202 * progmodes/cperl-mode.el: Updated to author version 4.23.
3203 (cperl-electric-pod): SYNOPSIS was misspelled.
3204 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3205 (cperl-after-expr-p): Make true after __END__.
3206
3207 2001-03-06 Gerd Moellmann <gerd@gnu.org>
3208
3209 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
3210 bookmark-completion-ignore-case is t.
3211
3212 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3213 switch, like xterm, and concat resource strings, with a newline
3214 between them.
3215
3216 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * international/codepage.el (cp770-decode-table)
3219 (cp773-decode-table, cp774-decode-table): New variables.
3220
3221 * man.el (Man-hyphenated-reference-regexp): New variable.
3222 (Man-build-references-alist): Use it to search for referenced
3223 manpages. If hyphenated is non-nil, record a concatenated word in
3224 Man-refpages-alist only if it matches Man-reference-regexp.
3225 Update word's length when it is concatenated. Reverse the list,
3226 to get the first manpage at the head.
3227 (Man-possibly-hyphenated-word): New function.
3228 (Man-follow-manual-reference): Use it instead of current-word to
3229 find a manpage at point, in a way that accounts for hyphenated
3230 references.
3231
3232 2001-03-06 Alex Schroeder <alex@gnu.org>
3233
3234 * sql.el (sql-interbase): New function.
3235 (sql-interbase-program): New option.
3236 (sql-interbase-options): New option.
3237 And some typos fixed: "customise" to "customize".
3238
3239 2001-03-06 Dave Love <fx@gnu.org>
3240
3241 * textmodes/flyspell.el (flyspell-region):
3242 Set up flyspell-local-mouse-map.
3243
3244 2001-03-05 Richard M. Stallman <rms@gnu.org>
3245
3246 * mail/rmail.el (rmail-retry-failure):
3247 Don't call rmail-beginning-of-message.
3248 Don't discard From: field. Do discard Received: field.
3249 Use unwind-protect to re-prune.
3250 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
3251
3252 2001-03-06 Kenichi Handa <handa@etl.go.jp>
3253
3254 * international/quail.el (quail-title): Add autoload cookie.
3255
3256 2001-03-05 Dave Love <fx@gnu.org>
3257
3258 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3259 new defs.
3260
3261 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3262
3263 * language/ethio-util.el (ethio-toggle-space):
3264 Update current-input-method-title if necessary.
3265 (ethio-toggle-punctuation): Likewise.
3266
3267 * international/quail.el (quail-title): Fix for the case that a
3268 title of an input method is specified by a list of the same form
3269 as used in mode-line-format.
3270
3271 * international/mule-cmds.el (activate-input-method):
3272 If current-input-method-title is set by activating INPUT-METHOD,
3273 respect that value.
3274
3275 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3276
3277 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3278
3279 2001-03-05 Alex Schroeder <alex@gnu.org>
3280
3281 * sql.el (sql-sybase): Fix typo (was: query user about server two
3282 times instead of server and database).
3283
3284 * sql.el (sql-sybase): Doc change.
3285 (sql-mysql): Doc change.
3286 (sql-postgres): Doc change.
3287
3288 2001-03-05 Kenichi Handa <handa@etl.go.jp>
3289
3290 * international/mule-conf.el (emacs-mule, raw-text):
3291 Docstring modified.
3292
3293 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * term/internal.el: Update copyright notice.
3296
3297 * term/pc-win.el: Update copyright notice.
3298
3299 2001-03-02 Dave Love <fx@gnu.org>
3300
3301 * files.el (insert-file-contents-literally):
3302 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3303 not jka-compr-compression-info-list.
3304
3305 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3306
3307 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3308 spaces in default comment-start-skip settings rather than \s-.
3309
3310 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3311
3312 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3313 default-frame-alist as well.
3314
3315 2001-03-01 Dave Love <fx@gnu.org>
3316
3317 * textmodes/reftex.el (defvar): Wrap some defvars in
3318 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3319
3320 * subr.el (event-basic-type): Doc fix.
3321
3322 * international/quail.el: Doc fixes.
3323
3324 * international/utf-8.el: Doc fixes.
3325
3326 * international/mule-cmds.el: Doc fixes.
3327 (leim-list-header): Fix header text.
3328
3329 * international/mule.el (coding-system-category): Doc fix.
3330
3331 * international/ccl.el (ccl-compile): Doc fix.
3332
3333 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3334
3335 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3336 rather than (before|after)-change-functions.
3337
3338 2001-03-01 Gerd Moellmann <gerd@gnu.org>
3339
3340 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3341 scroll-left and scroll-right being called interactively so that
3342 they set the window's min_hscroll.
3343
3344 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3345
3346 * info.el (info-insert-file-contents-1): Accept an additional
3347 argument `lfn': if it is non-nil, concatenate `filename' and
3348 `suffix'; otherwise use the complicated MS-DOS code.
3349 All callers changed.
3350 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3351 can access long file names, try the long file-name version of
3352 `info-insert-file-contents-1', then the short file-name version.
3353
3354 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
3355
3356 * language/ethio-util.el (setup-ethiopic-environment-internal):
3357 Change bindings of functions keys to conform to "Emacs Lisp Coding
3358 Convention".
3359
3360 * language/ethiopic.el ("Ethiopic"): Add documentation.
3361
3362 2001-02-28 Kenichi Handa <handa@etl.go.jp>
3363
3364 * international/utf-8.el (mule-utf-8): Set coding-category
3365 property to coding-category-utf-8.
3366
3367 2001-02-27 Richard M. Stallman <rms@gnu.org>
3368
3369 * lpr.el (lpr-page-header-switches, print-region-1):
3370 Undo 2000-07-06 change.
3371 (lpr-add-switches): Default to t on gnu/linux.
3372
3373 2001-02-27 Gerd Moellmann <gerd@gnu.org>
3374
3375 * bs.el (bs-attributes-list): Doc fix.
3376
3377 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3378
3379 * help.el (describe-project): Display the file THE-GNU-PROJECT.
3380
3381 * help.el (view-order-manuals): Use goto-address.
3382
3383 * startup.el (command-line-1): Add info about ordering manuals
3384 to the not so fancy splash screens.
3385
3386 2001-02-26 Andre Spiegel <spiegel@gnu.org>
3387
3388 * vc.el (vc-default-workfile-unchanged-p)
3389 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
3390
3391 2001-02-26 Gerd Moellmann <gerd@gnu.org>
3392
3393 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
3394 fontify in the right buffer.
3395
3396 * allout.el (outline-flag-region): Move macro in front of first
3397 use to avoid a run-time error.
3398
3399 2001-02-24 Andrew Innes <andrewi@gnu.org>
3400
3401 * makefile.w32-in: Fix copyright notice.
3402
3403 2001-02-24 Kenichi Handa <handa@etl.go.jp>
3404
3405 * international/utf-8.el (mule-utf-8): Set correct value for
3406 valid-codes property.
3407
3408 * international/fontset.el (x-complement-fontset-spec): In the
3409 case that we use ASCII font for the other charsets, use only
3410 family and registry part of it.
3411
3412 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3413
3414 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3415 (shrink-window-if-larger-than-buffer): Doc fix.
3416
3417 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3418
3419 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3420 predicate passed to completing-read.
3421
3422 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * startup.el (command-line): Fix last change.
3425
3426 2001-02-23 Jason Rumney <jasonr@gnu.org>
3427
3428 * startup.el (tool-bar-originally-present): New variable.
3429 (command-line): Set it if the tool-bar is switched on at startup.
3430
3431 * frame.el (frame-notice-user-settings): Only adjust frame height
3432 for no tool-bar case if tool-bar was originally switched on.
3433 From E. Jay Berkenbilt.
3434
3435 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3436
3437 * server.el (server-switch-buffer): Only switch window if the
3438 current one is dedicated.
3439
3440 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3441 rather than using (match-beginning 0) when searching for break point.
3442
3443 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3444
3445 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3446 @ follows an accent command such as @'. Support optional braces
3447 in commands that insert accents, like makeinfo does.
3448
3449 2001-02-22 Gerd Moellmann <gerd@gnu.org>
3450
3451 * startup.el (fancy-splash-text): Add a line for ordering
3452 manuals. Reverse order of splash screens shown.
3453 (use-fancy-splash-screens-p): Adapt to the text line added.
3454
3455 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3456 manuals from the FSF.
3457
3458 * help.el (view-order-manuals): New function.
3459 (toplevel): Bind C-h C-m to this function.
3460
3461 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * newcomment.el (comment-forward): Skip the comment-start before
3464 searching for the comment-end.
3465
3466 2001-02-21 Dave Love <fx@gnu.org>
3467
3468 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3469
3470 * international/mule-cmds.el, international/mule.el: Doc fixes.
3471
3472 2001-02-21 Gerd Moellmann <gerd@gnu.org>
3473
3474 * startup.el (fancy-splash-screens): Use display-hourglass
3475 instead of display-busy-cursor.
3476
3477 * frame.el (display-hourglass): Renamed from busy-cursor.
3478 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3479 (show-cursor-in-non-selected-windows): Doc fix.
3480
3481 2001-02-20 Dave Love <fx@gnu.org>
3482
3483 * international/utf-8.el: Doc and commentary fixes.
3484
3485 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3486
3487 * ehelp.el (with-electric-help): Doc fix.
3488
3489 2001-02-20 Gerd Moellmann <gerd@gnu.org>
3490
3491 * msb.el (msb-mode): Call the update-buffers function explicitly
3492 with a FORCE argument.
3493
3494 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3495 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3496 returns nil.
3497
3498 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3499
3500 * ps-print.el: Timestamp package replacement. Some enhancements.
3501 Some XEmacs compatibility. Doc fix.
3502 (ps-print-version): New version number (6.4).
3503 (ps-printer-name): Initialization fix.
3504 (ps-zebra-stripe-follow): Funcionality enhancement.
3505 (ps-prologue-file): Code enhancement.
3506 (ps-right-header): Timestamp package replacement.
3507 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3508 (ps-get-page-dimensions)
3509 (ps-generate-header, ps-begin-file, ps-begin-job)
3510 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3511 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3512 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3513 (coding-system-for-write): Var declaration (XEmacs compatibility).
3514
3515 2001-02-20 Miles Bader <miles@gnu.org>
3516
3517 * image-file.el (image-file-name-extensions): Add "tif".
3518
3519 2001-02-19 Gerd Moellmann <gerd@gnu.org>
3520
3521 * wid-edit.el (widget-button-click): Save the selected window
3522 around the code handling clicks on buttons.
3523
3524 2001-02-18 Dave Love <fx@gnu.org>
3525
3526 * imenu.el (imenu--generic-function): Use mapc to iterate over
3527 syntax characters.
3528
3529 2001-02-17 Richard M. Stallman <rms@gnu.org>
3530
3531 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3532
3533 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3534
3535 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3536
3537 * mouse.el (mouse-save-then-kill): If the distance from the new
3538 point to the mark is equal to the distance of point from the new
3539 point, move point instead of the mark.
3540
3541 2001-02-16 Dave Love <fx@gnu.org>
3542
3543 * textmodes/flyspell.el (flyspell-get-word): Return string without
3544 properties.
3545
3546 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * generic.el (generic-find-file-regexp): Doc fix.
3549 (generic-ignore-files-regexp): New defcustom.
3550 (generic-mode-find-file-hook): If the file's name matches the
3551 regexp in `generic-ignore-files-regexp', don't enter
3552 default-generic-mode. Doc fix.
3553
3554 2001-02-16 Gerd Moellmann <gerd@gnu.org>
3555
3556 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
3557 Add autoload cookies.
3558
3559 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
3560 of cal-tex-24.
3561
3562 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3563
3564 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3565
3566 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3567 the character class after the (optional) drive, to support file
3568 names with embedded blanks.
3569
3570 2001-02-15 Sam Steingold <sds@gnu.org>
3571
3572 * textmodes/tex-mode.el (tex-shell-running):
3573 Check the process buffer too.
3574
3575 2001-02-15 Dave Love <fx@gnu.org>
3576
3577 * battery.el (battery-status-function): Fix doc, :type.
3578
3579 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
3580
3581 2001-02-15 Gerd Moellmann <gerd@gnu.org>
3582
3583 * subr.el (read-passwd): Clear Lisp memory holding password.
3584
3585 2001-02-15 Miles Bader <miles@gnu.org>
3586
3587 * info.el (Info-copy-current-node-name): New function.
3588 (Info-mode-menu): Add it to the menu.
3589
3590 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3591
3592 * international/mule-cmds.el (toggle-input-method): Doc fix.
3593
3594 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3595
3596 * replace.el (occur): Stop at end of buffer.
3597
3598 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3599
3600 * international/mule-cmds.el (set-input-method): Another doc fix.
3601
3602 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3603
3604 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3605
3606 2001-02-13 Miles Bader <miles@gnu.org>
3607
3608 * faces.el (set-face-background, set-face-foreground)
3609 (set-face-stipple): Treat a value of nil as being `unspecified'.
3610
3611 2001-02-12 Dave Love <d.love@dl.ac.uk>
3612
3613 * international/latin1-disp.el: Doc fixes.
3614 (latin1-display) <defgroup>: Add :link.
3615 (latin1-display) <function>: Set variable latin1-display.
3616
3617 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3618
3619 * international/mule-cmds.el (set-input-method): Doc fix.
3620
3621 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3622
3623 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3624 (speedbar-line-file): Return nil if not a file.
3625 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3626
3627 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
3628
3629 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3630 for remote files.
3631 (ediff-coding-system-for-read): Replaced the no-conversion default
3632 with raw-text.
3633
3634 * ediff-init.el: Removed :version from defcustom vars.
3635
3636 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3637 Better handling of the diff mode.
3638
3639 * ediff.texi: Added ediff-coding-system-for-read.
3640
3641 * viper.texi: Fix typos.
3642
3643 2001-02-11 Dave Love <fx@gnu.org>
3644
3645 * shadowfile.el: Doc fixes.
3646 (shadow) <defgroup>: Add :link.
3647 (shadowfile-unload-hook): New function.
3648 (shadow-initialize): Use defalias, not fset.
3649 (shadow-define-cluster, shadow-define-literal-group)
3650 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
3651
3652 * international/mule.el: Doc and message fixes.
3653
3654 * international/ccl.el (define-ccl-program): Doc fix.
3655
3656 2001-02-11 Kenichi Handa <handa@etl.go.jp>
3657
3658 * faces.el (mode-line): Set :line-width property to -1.
3659
3660 2001-02-10 Richard M. Stallman <rms@gnu.org>
3661
3662 * complete.el (partial-completion-mode): Doc fix.
3663
3664 * simple.el (delete-key-deletes-forward-mode):
3665 Change `let' to `let*' to fix gross bug in last change.
3666
3667 * repeat.el (repeat): Don't let execute-kbd-macro alter
3668 real-last-command.
3669
3670 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3671
3672 * simple.el (eval-expression): Doc fix.
3673
3674 2001-02-09 Dave Love <fx@gnu.org>
3675
3676 * imenu.el (imenu-generic-expression): Doc fix.
3677
3678 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3679 From Juanma Barranquero.
3680
3681 * emacs-lisp/authors.el (authors): Expand `root' before running find.
3682
3683 2001-02-09 Kenichi Handa <handa@etl.go.jp>
3684
3685 * faces.el (set-face-attribute): Describe the case of a negative
3686 value specified for :line-width.
3687
3688 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3689
3690 * which-func.el (which-func-mode): Invert which-func-mode-global.
3691 From Juanma Barranquero <lektu@uol.com.br>.
3692
3693 2001-02-08 Dave Love <fx@gnu.org>
3694
3695 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3696 widget-plist-value-type.
3697 (widget-alist-convert-widget): Replace binding of
3698 widget-alist-value-type.
3699
3700 * textmodes/paragraphs.el (sentence-end): Doc fix.
3701
3702 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3703 Remove `backward-line'.
3704
3705 * play/pong.el (pong-blank-color, pong-bat-color)
3706 (pong-ball-color, pong-border-color, pong-left-key)
3707 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3708 (pong-pause-key, pong-resume-key, pong-timer-delay):
3709 * mail/mh-comp.el (mh-compose-letter-function):
3710 * eshell/esh-mode.el (eshell-skip-prompt-function):
3711 * emulation/viper-ex.el (ex-unix-type-shell-options):
3712 * recentf.el (recentf-menu-filter):
3713 * ps-print.el (ps-print-region-function):
3714 * lpr.el (print-region-function):
3715 * forms.el (forms-mode-hooks):
3716 * dirtrack.el (dirtrack-directory-change-hook):
3717 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3718 * textmodes/spell.el (spell-filter):
3719 * textmodes/fill.el (adaptive-fill-function):
3720 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3721 * progmodes/etags.el (find-tag-default-function):
3722 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
3723 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3724
3725 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3726
3727 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3728 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3729 Meyering <jim@meyering.net>.
3730
3731 * loadup.el: Revert last change.
3732
3733 2001-02-07 Kenichi Handa <handa@etl.go.jp>
3734
3735 * international/mule.el (transform-make-coding-system-args):
3736 Make it work also for coding systems not using CCL.
3737
3738 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3739
3740 * simple.el (previous-matching-history-element)
3741 (next-matching-history-element): Doc fix.
3742
3743 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3744 specific part.
3745
3746 2001-02-06 Dave Love <fx@gnu.org>
3747
3748 * add-log.el (add-log-current-defun-function)
3749 (add-log-buffer-file-name-function, add-log-file-name-function):
3750 Fix :type.
3751 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3752
3753 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3754
3755 * info.el (info-initialize): Remove the test for system-type when
3756 invocation-directory is non-nil.
3757
3758 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3759 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3760
3761 2001-02-06 Andrew Innes <andrewi@gnu.org>
3762
3763 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3764 absolute.
3765
3766 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3767
3768 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3769 buffers. When hi-lock turned on rather than only checking current
3770 buffer for regexps, all buffers are checked. Moved activation of
3771 font-lock to hi-lock-refontify. When font-lock turned off rather
3772 than removing added highlighting just in current buffer, remove it
3773 in all buffers. Changed edit menu text from "Automatic
3774 Highlighting" to "Regexp Highlighting" Documentation for
3775 highlighting phrases, minor documentation changes.
3776 (hi-lock-set-file-patterns): Execute only if there are new or
3777 existing file patterns.
3778 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3779 unfontify and, if a support mode is active, will not refontify the
3780 whole buffer. If necessary, turn on font lock. (Removed
3781 font-lock-unfontify and font-lock support-mode-specific calls,
3782 such as lazy-lock-fontify-window.)
3783 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3784 patterns are found. Not useful now since find-file-hook is removed
3785 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
3786 (hi-lock-face-phrase-buffer): New function. Also added related
3787 menu item and keybinding.
3788 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3789 (hi-lock-process-phrase): New function.
3790 (hi-lock-line-face-buffer): Doc fixes.
3791 (hi-lock-face-buffer): Doc fixes.
3792 (hi-lock-unface-buffer): Doc fixes.
3793
3794 2001-02-06 Gerd Moellmann <gerd@gnu.org>
3795
3796 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3797 dabbrev-ignored-regexps.
3798
3799 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3800
3801 * simple.el (kill-line): Doc fix.
3802
3803 2001-02-05 Dave Love <fx@gnu.org>
3804
3805 * loadup.el: Revert last two changes -- bootstrapping works with
3806 regenerated loaddefs.
3807
3808 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3809
3810 * isearch.el (isearch-forward): Doc fix.
3811
3812 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3813 of font-lock-defaults to backward-paragraph.
3814
3815 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3816
3817 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3818 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3819
3820 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3821
3822 * ebnf2ps.el: Eliminate time-stamp functions.
3823 (ebnf-version): New version (3.5).
3824 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3825 format-time-string.
3826
3827 2001-02-05 Gerd Moellmann <gerd@gnu.org>
3828
3829 * simple.el (next-line): Goto end-of-line before inserting a newline.
3830
3831 2001-02-05 Miles Bader <miles@gnu.org>
3832
3833 * image-file.el (insert-image-file): When visiting an image, also
3834 set `truncate-lines' to t so that any fringe arrow looks correct.
3835
3836 2001-02-05 Kenichi Handa <handa@etl.go.jp>
3837
3838 * isearch.el (isearch-forward): Add description about input method
3839 in the docsting.
3840
3841 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3842
3843 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3844
3845 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3846
3847 * info.el (info-initialize): If installation-directory is nil, for
3848 DOS/Windows systems try looking in a sibling of invocation-directory.
3849
3850 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3851
3852 * wid-edit.el (widget-button-click): Fix last change.
3853
3854 * frame.el (frame-notice-user-settings): When resizing the initial
3855 frame because the tool bar is off, also change the frame's top
3856 position if a negative top position was specified.
3857
3858 2001-02-02 Miles Bader <miles@gnu.org>
3859
3860 * image-file.el (insert-image-file): When visiting an image,
3861 suppress the cursor in the image buffer.
3862
3863 2001-02-01 Dave Love <fx@gnu.org>
3864
3865 * progmodes/f90.el (f90-mode): Remove startup message.
3866
3867 * vc-cvs.el: Remove autoloads. Require vc when compiling.
3868
3869 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3870
3871 * startup.el (command-line): Fix code determining whether or not
3872 to use delete-key-deletes-forward-mode.
3873
3874 2001-02-01 Andre Spiegel <spiegel@gnu.org>
3875
3876 * vc.el (vc-diff-switches): New user option.
3877 (vc-version-diff): Use it.
3878 (vc-diff-switches-list): New macro.
3879
3880 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3881 New customization options.
3882 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3883
3884 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3885
3886 2001-02-01 Gerd Moellmann <gerd@gnu.org>
3887
3888 * msb.el (toplevel): Quote hook symbols.
3889
3890 2001-02-01 Kenichi Handa <handa@etl.go.jp>
3891
3892 * international/mule.el (make-coding-system): Add description
3893 about recognized properties in the docstring.
3894
3895 * international/mule-conf.el: Remove unused charsets
3896 mac-roman-lower and mac-roman-upper.
3897
3898 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3899
3900 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3901 is in front of the left-margin, if any.
3902
3903 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3904 like `delete'.
3905
3906 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
3907
3908 * term/w32-win.el (mouse-set-font): Doc fix.
3909
3910 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
3911
3912 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3913 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3914 on already.
3915
3916 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
3917
3918 * files.el (save-buffer): Don't give message if (buffer-file-name)
3919 returns nil.
3920
3921 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3922
3923 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3924
3925 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3926 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3927
3928 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3929 display problems.
3930
3931 2001-01-31 Kenichi Handa <handa@etl.go.jp>
3932
3933 * international/mule.el (charset-info): Fix docstring.
3934
3935 * international/mule-diag.el (describe-character-set): Check final
3936 char valid before printing it.
3937
3938 2001-01-30 Gerd Moellmann <gerd@gnu.org>
3939
3940 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3941
3942 * frame.el (frame-notice-user-settings): Do the tool-bar
3943 stuff only for graphical displays. Fix a braino.
3944
3945 * frame.el (frame-initialize): Create initial frame visible.
3946 (frame-notice-user-settings): When tool-bar has been switched off,
3947 correct the frame size and sync tool-bar-mode.
3948
3949 * startup.el (command-line): Remove manipulation of frame
3950 height for tool bars.
3951
3952 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3953
3954 * lpr.el: Compatibility with XEmacs and doc fixes.
3955 (lpr-windows-system, lpr-lp-system): New vars.
3956 (lpr-printer-switch): New defcustom.
3957 (printer-name, lpr-command): Customization fix.
3958 (print-region-1): Code fix.
3959 (print-region-new-buffer, printify-region): Indentation fix.
3960 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3961 New functions.
3962
3963 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3964
3965 * msb.el (toplevel): Fix the eval-after-load.
3966
3967 2001-01-29 Dave Love <fx@gnu.org>
3968
3969 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3970
3971 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3972
3973 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
3974 (tcl-using-emacs-19-23): Consider Emacs 21+.
3975 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3976 (tcl-add-emacs-menu): Supply menu name.
3977 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3978
3979 2001-01-29 Gerd Moellmann <gerd@gnu.org>
3980
3981 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3982
3983 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3984
3985 * pcvs.el (cvs-mark-fis-dead): New function.
3986 (cvs-mode-add): Use it.
3987 (cvs-mode-add-change-log-entry-other-window):
3988 Rebind change-log-default-name to itself rather than to nil.
3989
3990 2001-01-29 Sam Steingold <sds@gnu.org>
3991
3992 * vc-cvs.el: Replaced (require 'vc) with a bunch of
3993 `autoload' statements.
3994
3995 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * files.el (confirm-kill-emacs): Doc fix.
3998
3999 * frame.el (frame-initialize): Doc fix.
4000
4001 * time-stamp.el (time-stamp-string): Doc fix.
4002
4003 * woman.el (WoMan-log-1): Make the log buffer writable.
4004 From Markus Rost <rost@math.ohio-state.edu>.
4005
4006 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4007
4008 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4009 the `make-variable-buffer-local'.
4010
4011 2001-01-29 Dave Love <fx@gnu.org>
4012
4013 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
4014 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4015 Add autoload cookie.
4016 (ansi-color-apply-sequence): Fix typo.
4017
4018 2001-01-29 Gerd Moellmann <gerd@gnu.org>
4019
4020 * menu-bar.el (menu-bar-files-menu): Add menu items for
4021 Postscript printing in black and white.
4022
4023 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4024 X-Mailman-Version, Precedence, List-Help, List-Post,
4025 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4026 Content-Type, Content-Length.
4027
4028 2001-01-29 Dave Love <fx@gnu.org>
4029
4030 * elide-head.el (elide-head): Make overlay evaporate.
4031
4032 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
4033
4034 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4035
4036 * isearch.el (isearch-highlight): Don't punt if the display
4037 doesn't support colors, since isearch faces are defined for
4038 monochrome displays as well.
4039
4040 2001-01-27 Sam Steingold <sds@gnu.org>
4041
4042 * shell.el (shell-write-history-on-exit): Make sure that we are in
4043 the shell buffer (M-x tex-file RET inserted the error message into
4044 the TeX buffer).
4045
4046 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * simple.el (transient-mark-mode): Doc fix.
4049
4050 2001-01-27 Gerd Moellmann <gerd@gnu.org>
4051
4052 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
4053
4054 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4055
4056 * shell.el (shell-unquote-argument): If the shell is one of the
4057 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4058 quote character.
4059 (shell-dumb-shell-regexp): Document that the shells which match
4060 this regexp are supposed to not treat a backslash as a quote character.
4061
4062 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
4063 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
4064
4065 2001-01-27 Richard M. Stallman <rms@gnu.org>
4066
4067 * dabbrev.el (dabbrev--substitute-expansion):
4068 Treat a one-capital-letter abbrev as "not all upper case",
4069 so as to force preservation of the expansion's pattern
4070 if the expansion starts with a capital letter.
4071
4072 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4073
4074 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4075 Doc fix.
4076
4077 * simple.el (transient-mark-mode): Document the fact that many
4078 commands act on the region when mark is active.
4079
4080 2001-01-27 Kenichi Handa <handa@etl.go.jp>
4081
4082 * international/quail.el (quail-setup-completion-buf): Make the
4083 multibyteness of current buffer inherited to Quail completion buffer.
4084 (quail-show-guidance-buf): Make the multibyteness of current
4085 buffer inherited to Quail guidance buffer.
4086 (quail-help): Make the multibyteness of current buffer inherited
4087 to Quail help buffer.
4088
4089 2001-01-26 Dave Love <fx@gnu.org>
4090
4091 * time-stamp.el: Doc fixes.
4092
4093 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
4094 (delphi-keyword-face, delphi-other-face): Fix :type.
4095
4096 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4097
4098 * mail/feedmail.el (feedmail): Add :link.
4099 (feedmail-send-it): Doc fix.
4100
4101 * mail/sendmail.el: Doc fixes.
4102 (sendmail-send-it): Fix the non-ASCII regexp and use
4103 rfc2047-encode-string.
4104
4105 * dired.el, dired-aux.el: Revert last change.
4106
4107 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4108
4109 * makefile.w32-in (DONTCOMPILE): Add various term files.
4110
4111 2001-01-26 Dave Love <fx@gnu.org>
4112
4113 * Makefile.in (DONTCOMPILE): Add various term files.
4114
4115 2001-01-26 Gerd Moellmann <gerd@gnu.org>
4116
4117 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4118
4119 * startup.el (display-startup-echo-area-message): Make sure
4120 the echo area is resized to fit the size of the startup message.
4121
4122 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4123 part of which is a constant.
4124
4125 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4126
4127 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
4128
4129 2001-01-26 Richard M. Stallman <rms@gnu.org>
4130
4131 * simple.el (next-line): Don't let `newline' expand abbrevs.
4132 Simplify slightly.
4133 (open-line): Don't let `newline' expand abbrevs.
4134
4135 2001-01-25 John Wiegley <johnw@gnu.org>
4136
4137 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4138 to `repeat' in the :type field.
4139
4140 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4141 allow a choice of regexp or nil.
4142 (pcomplete-dir-ignore): Same.
4143
4144 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4145 a command) to always fail.
4146
4147 2001-01-25 Gerd Moellmann <gerd@gnu.org>
4148
4149 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4150 discard the result.
4151 (iswitchb-to-end): Likewise.
4152
4153 2001-01-25 Sam Steingold <sds@gnu.org>
4154
4155 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
4156 Require vc.
4157
4158 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4159
4160 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4161
4162 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4163
4164 2001-01-25 Dave Love <fx@gnu.org>
4165
4166 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4167 (describe-coding-system): Tweak the English text.
4168
4169 * loadup.el: Preload international/ccl for utf-8.
4170
4171 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4172
4173 * mail/rmail.el (rmail-redecode-body): Doc fix.
4174
4175 2001-01-25 Kenichi Handa <handa@etl.go.jp>
4176
4177 * international/mule-cmds.el (reset-language-environment):
4178 Reset coding-category-utf-8 to mule-utf-8.
4179
4180 * international/mule-conf.el (coding-category-utf-8):
4181 Initialize to mule-utf-8.
4182
4183 * loadup.el: Preload international/utf-8.
4184
4185 * international/utf-8.el: New file.
4186
4187 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4188
4189 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4190
4191 2001-01-24 Sam Steingold <sds@gnu.org>
4192
4193 * dired.el (dired-replace-in-string): Removed.
4194 (dired-sort-toggle): Use `replace-regexps-in-string'
4195 instead of `dired-replace-in-string'.
4196
4197 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4198 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
4199
4200 * gs.el (gs-replace-in-string): Removed.
4201 (gs-options): Use `replace-regexps-in-string'
4202 instead of `gs-replace-in-string'.
4203
4204 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4205
4206 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4207 bug report is mailed to an email list and posted to a news group.
4208
4209 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4210
4211 * comint.el (comint-replace-by-expanded-history-before-point):
4212 Fix change of 2000-08-03 to move point to the start of the line again.
4213
4214 * startup.el (tool-bar-images-pixel-height): New variable.
4215 (command-line): After loading the user's init file, when
4216 tool-bar-mode is on, increase the frame's size by some lines for
4217 the tool-bar.
4218
4219 * frame.el (frame-initialize): Create the initial frame invisible.
4220
4221 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4222
4223 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4224 (chinese-big5): MIME:Big5.
4225
4226 2001-01-24 Gerd Moellmann <gerd@gnu.org>
4227
4228 * international/mule-cmds.el (universal-coding-system-argument):
4229 Handle commands with prefix args.
4230
4231 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4232
4233 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4234 being a list of numbers.
4235 (diary-mail-entries): Rewritten.
4236
4237 2001-01-23 Dave Love <fx@gnu.org>
4238
4239 * international/mule.el (make-coding-system): Fix typo.
4240
4241 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4242 Add backward-paragraph as font-lock-beginning-of-syntax-function.
4243
4244 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4245
4246 * font-lock.el (font-lock-mode): Doc fix.
4247
4248 2001-01-23 Kenichi Handa <handa@etl.go.jp>
4249
4250 * international/mule.el (make-translation-table): Fix docstring.
4251
4252 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4253
4254 * mail/rmail.el (rmail-redecode-body): New function.
4255
4256 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4257
4258 2001-01-22 Gerd Moellmann <gerd@gnu.org>
4259
4260 * isearch.el (isearch-lazy-highlight-case-fold-search)
4261 (isearch-lazy-highlight-regexp): New variables.
4262 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4263 case-fold search or regexp search has been toggled.
4264
4265 * wid-edit.el (widget-button-click): Avoid a save-excursion
4266 around running a global binding.
4267
4268 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4269 to 0.25.
4270
4271 2001-01-20 Miles Bader <miles@gnu.org>
4272
4273 * cus-edit.el (custom-face-save): Do post-processing on the face's
4274 new value like `custom-face-set' does.
4275
4276 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4277
4278 * mail/emacsbug.el (report-emacs-bug): Report the value of
4279 LC_CTYPE, not LC_TYPE.
4280
4281 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4282 isearch-toggle-regexp and isearch-edit-string to doc string.
4283
4284 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4285
4286 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4287 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4288
4289 * jit-lock.el (jit-lock-fontify-now): Don't bind
4290 font-lock-beginning-of-syntax-function to nil.
4291
4292 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4293
4294 * mail/emacsbug.el (report-emacs-bug): Report values of
4295 locale-coding-system, default-enable-multibyte-characters, and the
4296 environment variables LC_ALL, LC_TYPE, and LANG.
4297
4298 2001-01-19 Gerd Moellmann <gerd@gnu.org>
4299
4300 * font-lock.el (font-lock-default-fontify-region): Fix last change.
4301
4302 * font-lock.el (font-lock-multiline): Default to nil.
4303 (font-lock-default-fontify-region): If font-lock-multiline is
4304 nil, don't check the property `font-lock-multiline'.
4305
4306 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4307 is nil, don't check the `font-lock-multiline' text property.
4308
4309 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4310
4311 * viper.el: Call initial-major-mode on startup.
4312
4313 * ediff.el (ediff-patch-file): Use better defaults.
4314
4315 * ediff-vers.el: Fix for 8+3 DOS file systems.
4316
4317 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
4318
4319 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
4320 diff mode, if available.
4321
4322 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4323
4324 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
4325
4326 * ediff-init.el (subst-char-in-string): Define and use it, unless
4327 it's already defined.
4328
4329 2001-01-18 Gerd Moellmann <gerd@gnu.org>
4330
4331 * tooltip.el (tooltip-hide-delay): New user-option.
4332 (tooltip-show): Use tooltip-hide-delay instead of the default.
4333
4334 2001-01-18 Kenichi Handa <handa@etl.go.jp>
4335
4336 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4337 kill-local-variable doesn't work for enable-multibyte-characters.
4338
4339 2001-01-17 Dave Love <fx@gnu.org>
4340
4341 * ediff-init.el (ediff-before-setup-hook)
4342 (ediff-merge-filename-prefix): Add :version.
4343
4344 * international/latin1-disp.el: Require disp-table.
4345 (latin1-display): Fix :set.
4346
4347 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4348
4349 2001-01-17 Gerd Moellmann <gerd@gnu.org>
4350
4351 * isearch.el (isearch-lazy-highlight-initial-delay)
4352 (isearch-lazy-highlight-interval): Default to 0.
4353
4354 2001-01-17 Bob Glickstein <bobg@zanshin.com>
4355
4356 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4357 1 here rather than each time through
4358 isearch-lazy-highlight-new-loop.
4359 (isearch-lazy-highlight-max): Variable deleted.
4360 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4361 isearch-lazy-highlight-max but controls a single invocation of
4362 isearch-lazy-highlight-update.
4363 (isearch-lazy-highlight-wrapped): Variable recreated.
4364 (isearch-lazy-highlight-window-start): New variable.
4365 (isearch-lazy-highlight-cleanup): Restored to behavior of
4366 before 2-Jan.
4367 (isearch-lazy-highlight-remove-overlays): Function deleted;
4368 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4369 behavior removed.
4370 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4371 isearch-lazy-highlight-update in a loop rather than just once.
4372 Test isearch-invalid-regexp here and decide not to start a new
4373 loop, rather than testing it each time through
4374 isearch-lazy-highlight-update.
4375 (isearch-lazy-highlight-search): Function restored.
4376 (isearch-lazy-highlight-update): Get called in a timer loop again,
4377 but this time highlight more than one match each time through.
4378 Only highlight matches in the visible part of the window.
4379 Start at point, move in the direction of the search, and wrap around at
4380 the edge of the window. Use sit-for to force redisplay and ensure
4381 window-start is credible. "Face suppressing" behavior removed;
4382 overlay priorities should make it unnecessary, right?
4383 (isearch-highlight): Face suppressing behavior removed.
4384 (isearch-dehighlight): Face suppressing behavior removed.
4385 (isearch-set-lazy-highlight-faces-at): Removed.
4386
4387 2001-01-17 Kenichi Handa <handa@etl.go.jp>
4388
4389 * language/european.el ("Latin-1"): Make the format of description
4390 about additional language environments same as that of Latin-2.
4391
4392 2001-01-16 Dave Love <fx@gnu.org>
4393
4394 * isearch.el (isearch-lazy-highlight): Add :version.
4395
4396 * simple.el (backward-delete-char-untabify-method)
4397 (next-line-add-newlines): Add :version.
4398
4399 2001-01-16 Gerd Moellmann <gerd@gnu.org>
4400
4401 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4402 Don't bind <delete> otherwise.
4403
4404 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4405 and <delete> via function-key-map.
4406
4407 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4408 Subject line only if point is after the `Subject:'.
4409
4410 2001-01-16 Kenichi Handa <handa@etl.go.jp>
4411
4412 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4413 japanese-jisx0213-2 in `charset' property of this lang. env.
4414
4415 * language/european.el ("Latin-1"): Add description for Dutch and
4416 Spanish lang. env.
4417
4418 * international/mule.el (decode-char): Fix conditions.
4419 (encode-char): Handle eight-bit-control too.
4420 (transform-make-coding-system-args): New function.
4421 (make-coding-system): Accept XEmacs style arguments for CCL base
4422 coding system.
4423
4424 2001-01-15 Gerd Moellmann <gerd@gnu.org>
4425
4426 * progmodes/etags.el (find-tag-noselect): Save the value of
4427 tags-file-name before switching buffers, for the case it has a
4428 buffer-local value.
4429
4430 2001-01-15 Alex Schroeder <alex@gnu.org>
4431
4432 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4433 From Dave Love <fx@gnu.org>.
4434 (ansi-color-for-comint-mode): Fix :version.
4435
4436 2001-01-15 Alex Schroeder <alex@gnu.org>
4437
4438 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4439
4440 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4441
4442 * dired.el (dired-insert-directory): If file-system-info fails,
4443 remove the " free " part, but don't signal an error.
4444
4445 2001-01-12 Sam Steingold <sds@gnu.org>
4446
4447 * bookmark.el (bookmark-maybe-historicize-string):
4448 Use new backquote syntax.
4449
4450 2001-01-12 Richard M. Stallman <rms@gnu.org>
4451
4452 * subr.el (last): Handle a list that doesn't end in nil.
4453
4454 2001-01-12 Sam Steingold <sds@gnu.org>
4455
4456 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4457 to `backward-delete-char-untabify'.
4458
4459 2001-01-12 Dave Love <fx@gnu.org>
4460
4461 * cus-edit.el (customize-menu-create): Fix the :filter following
4462 easymenu change.
4463
4464 * wid-edit.el (function): Add :match-alternatives.
4465 (widget-color-action): Doc fix.
4466
4467 2001-01-12 Gerd Moellmann <gerd@gnu.org>
4468
4469 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4470
4471 2001-01-12 Kenichi Handa <handa@etl.go.jp>
4472
4473 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
4474
4475 * international/ccl.el (define-ccl-program): Fix docstring.
4476
4477 2001-01-11 Dave Love <fx@gnu.org>
4478
4479 * international/mule-cmds.el (standard-display-european-internal):
4480 Set display table for 2208 as for 160.
4481
4482 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4483
4484 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4485 entry for custom-menu-create change.
4486 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4487 don't cons it in the search loop.
4488
4489 * imenu.el (imenu--truncate-items): Revert last change.
4490
4491 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4492
4493 * info.el (Info-setup-header-line): If the node header includes
4494 either Next: or Prev: links, don't show the File: and Node: parts
4495 in the header line.
4496
4497 2001-01-11 Gerd Moellmann <gerd@gnu.org>
4498
4499 * comint.el (comint-goto-process-mark): Don't print a message
4500 when running in batch mode.
4501
4502 * isearch.el (isearch-search): In the condition-case handler for
4503 `error', set isearch-invalid-regexp to the whole error message.
4504
4505 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4506 ensure that eval-after-load works for files dumped with Emacs.
4507
4508 * help.el (load-symbol-file-load-history): New function extracted
4509 from function symbol-file.
4510 (symbol-file): Use it.
4511
4512 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
4513
4514 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4515
4516 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4517 behave as if there were no prefix argument.
4518 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4519 argument were nil.
4520
4521 2001-01-11 Richard M. Stallman <rms@gnu.org>
4522
4523 * isearch.el (isearch-lazy-highlight-update):
4524 Don't look for more potential matches once maximum is exceeded.
4525 Use overlays-in to check correctly for overlap with current match.
4526 Ignore empty matches.
4527
4528 2001-01-11 Miles Bader <miles@gnu.org>
4529
4530 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4531 (ispell-overlay-window, ispell-help, ispell-show-choices)
4532 (ispell-command-loop): Use it instead of `window-height'.
4533
4534 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4535
4536 * files.el (confirm-kill-emacs): New user-option.
4537 (save-buffers-kill-emacs): Ask for final confirmation before
4538 killing Emacs.
4539
4540 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4541 to nil.
4542
4543 2001-01-10 Dave Love <fx@gnu.org>
4544
4545 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4546
4547 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
4548
4549 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4550
4551 * calculator.el (calculator-number-digits): Fix :type.
4552
4553 * vc-cvs.el (vc-cvs-header): Fix :type.
4554 * vc-rcs.el (vc-rcs-header): Fix :type.
4555 * vc-sccs.el (vc-sccs-header): Fix :type.
4556
4557 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4558
4559 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4560
4561 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4562
4563 2001-01-10 Gerd Moellmann <gerd@gnu.org>
4564
4565 * simple.el (set-variable): Force a thorough redisplay for the
4566 case that the variable has an effect on the display, like
4567 `tab-width' has.
4568
4569 2001-01-10 Andre Spiegel <spiegel@gnu.org>
4570
4571 * vc.el: Add documentation for backend interface.
4572
4573 2001-01-10 Kenichi Handa <handa@etl.go.jp>
4574
4575 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4576
4577 * international/mule-conf.el (latin-extra-code-table): Set to t
4578 for \223 and \224.
4579
4580 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4581
4582 * international/mule-cmds.el (locale-language-names): Map "es" to
4583 "Spanish" and "nl" to "Dutch".
4584
4585 2001-01-09 Gerd Moellmann <gerd@gnu.org>
4586
4587 * bindings.el (global-map): Bind <home> to beginning-of-line,
4588 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4589 C-<end> to end-of-buffer.
4590
4591 * language/european.el: Add Dutch and Spanish language info
4592 to be able to use the appropriate tutorials.
4593
4594 2001-01-09 Alex Schroeder <alex@gnu.org>
4595
4596 * ansi-color.el (ansi-color-process-output): Use markers instead
4597 of positions for start and end of region.
4598 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4599 Previously, occasional mistakes happend when fontifying many
4600 chunks of output (eg. ls --color=yes /dev). This happened
4601 whenever an overlay was created up to the end of the region, which
4602 coincided with the process-mark. New text would then be added
4603 within that overlay instead of after it.
4604 (ansi-color-make-extent): Overlays are created with the property
4605 `modification-hooks' set to '(ansi-color-freeze-overlay).
4606 (ansi-color-freeze-overlay): New function. When inserting text at
4607 the end of the overlay, the overlay will resize.
4608
4609 2000-01-09 Alex Schroeder <alex@gnu.org>
4610
4611 * ansi-color.el (ansi-color-process-output): Doc change.
4612 (ansi-color-unfontify-region): Doc change. No longer installed
4613 automatically in font-lock-unfontify-region-function.
4614 (ansi-color-apply): Doc change.
4615 (ansi-color-apply-on-region): Use extents or overlays instead of
4616 text-properties.
4617 (ansi-color-make-extent): New function.
4618 (ansi-color-set-extent-face): New function.
4619
4620 2000-01-09 Alex Schroeder <alex@gnu.org>
4621
4622 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4623 both use ansi-color-process-output, now.
4624 (ansi-color-process-output): Doesn't return string anymore. It is
4625 installed in comint-output-filter-functions for both Emacs and
4626 XEmacs, now.
4627 (ansi-color-unfontify-region): Simplified code removing variables
4628 pos and start-ansi.
4629 (ansi-color-apply): Put text-property ansi-color before putting
4630 text-property face because ansi-color-unfontify-region is called
4631 immediately after the call to put-text-property.
4632 (ansi-color-context-region): Doc change.
4633 (ansi-color-filter-region): Simplified code.
4634 (ansi-color-apply-on-region): Changed start to start-marker, using
4635 a marker explicitly. Put text-property ansi-color before putting
4636 text-property face because ansi-color-unfontify-region is called
4637 immediately after the call to put-text-property.
4638
4639 2000-01-09 Alex Schroeder <alex@gnu.org>
4640
4641 * ansi-color.el (ansi-color-faces-vector): Doc change.
4642 (ansi-color-for-comint-mode): Changed :type property to choice.
4643 (ansi-color-last-context): Removed.
4644 (ansi-color-process-output): Don't use ansi-color-last-context, as
4645 the main functions will store their context now.
4646 (ansi-color-context): Doc change.
4647 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4648 Uses ansi-color-context such that repeated calls will strip
4649 partial escape sequences, too.
4650 (ansi-color-apply): Simplified code. Colorize end of string if
4651 face is not null. Store context in new (FACE STRING) format, such
4652 that repeated calls will strip partial escape sequences, too.
4653 Append faces to face property using ansi-color-apply-sequence such
4654 that cumulative mode actually works.
4655 (ansi-color-context-region): New variable.
4656 (ansi-color-filter-region): Rewrote it based on
4657 ansi-color-apply-on-region. Uses ansi-color-context-region such
4658 that repeated calls will strip partial escape sequences, too.
4659 (ansi-color-apply-on-region): Simplified code. Colorize end of
4660 region if face is not null. Store context in new (FACE POS)
4661 format, such that repeated calls will strip partial escape
4662 sequences, too. Append faces to face property using
4663 ansi-color-apply-sequence such that cumulative mode actually works.
4664 (ansi-color-apply-sequence): New function.
4665 (ansi-color-get-face): When the default face is added to the list
4666 of faces, all previous settings are discarded and the list of
4667 faces is set to '(default).
4668
4669 2000-01-09 Alex Schroeder <alex@gnu.org>
4670
4671 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4672 face, such that ansi-color-apply and ansi-color-apply-on-region
4673 will do the right thing.
4674 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4675 returns nil, set the list of faces back to nil instead of
4676 appending the result of ansi-color-get-face to the front of the list.
4677
4678 2000-01-09 Alex Schroeder <alex@gnu.org>
4679
4680 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4681 (ansi-color-process): Doc change.
4682 (ansi-color-last-context): New buffer-local variable.
4683 (ansi-color-process-output): New function. It is automatically
4684 added to comint-output-filter-functions if this is XEmacs.
4685 (ansi-color-unfontify-region): New optional parameter for XEmacs
4686 compatibility. Check wether font-lock-syntactic-keywords is
4687 boundp before removing the syntax table text property, as XEmacs
4688 doesn't have it.
4689 (ansi-color-filter-region): Doc change.
4690 (ansi-color-apply-on-region): Doc change.
4691 (ansi-color-make-face): New function. Compatibility layer for
4692 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4693 (ansi-color-make-color-map): Use ansi-color-make-face.
4694 (ansi-color-get-face): Avoid face text property '(nil) as results
4695 in an errow for XEmacs.
4696
4697 2000-01-09 Alex Schroeder <alex@gnu.org>
4698
4699 * ansi-color.el (ansi-color-unfontify-region): New function.
4700 Uses text-property ansi-color in order to preserve fontification by
4701 ansi-color. When the package is loaded, a lambda expression is
4702 put onto font-lock-mode-hook. This lambda expression will check
4703 font-lock-unfontify-region-function and replace
4704 font-lock-default-unfontify-region with ansi-color-unfontify-region.
4705 (ansi-color-apply): Add text-property ansi-color in addition to
4706 text-property face.
4707 (ansi-color-apply-on-region): Add text-property ansi-color in
4708 addition to text-property face.
4709 (save-buffer-state): Copy of the macro that is also used by
4710 lazy-lock and font-lock.
4711
4712 (ansi-color-for-comint-mode): New option.
4713 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4714 (ansi-color-for-comint-mode-off): Ditto.
4715 (ansi-color-for-comint-mode-filter): Ditto.
4716 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4717 decide what to do. This function is added to
4718 comint-preoutput-filter-functions when the package is loaded.
4719
4720 (ansi-color-for-shell-mode-set): Removed.
4721 (ansi-color-for-shell-mode): Removed.
4722
4723 2000-01-09 Alex Schroeder <alex@gnu.org>
4724
4725 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4726 the lambda expression from the ansi-color-for-shell-mode :set
4727 property. Additionally, modify shell-mode-hook to enable or
4728 disable font-lock-mode for future shell buffers.
4729 (ansi-color-for-shell-mode): The :set property calls
4730 ansi-color-for-shell-mode-set instead of a lambda expression.
4731
4732 2000-01-09 Alex Schroeder <alex@gnu.org>
4733
4734 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4735 (ansi-color-context): New variable.
4736 (ansi-color-apply): Save context between calls.
4737
4738 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * isearch.el (isearch, isearch-lazy-highlight-face):
4741 New definitions for face colors and attributes.
4742
4743 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4744 of display-mouse-p.
4745
4746 2001-01-09 Kenichi Handa <handa@etl.go.jp>
4747
4748 * international/mule.el (make-coding-system): If the coding system
4749 accepts extra latin codes, register such codes as safe for the
4750 coding system.
4751
4752 2001-01-08 Richard M. Stallman <rms@gnu.org>
4753
4754 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4755 don't mention the file name or the date here, because they are
4756 logged at the start of the file.
4757
4758 2001-01-08 Richard M. Stallman <rms@gnu.org>
4759
4760 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4761 Change screen-width to frame-width.
4762
4763 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4764
4765 * info.el (Info-search): Print the default as part of the prompt.
4766
4767 2001-01-08 Andre Spiegel <spiegel@gnu.org>
4768
4769 * vc.el (vc-default-latest-on-branch-p): New function, replaces
4770 constant implementations in backends.
4771
4772 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4773 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4774
4775 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4776 WRITABLE to EDITABLE.
4777
4778 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4779 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4780 to EDITABLE.
4781
4782 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4783
4784 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
4785 (copyright, copyright-update): Compute the current year at run time.
4786
4787 2001-01-08 Gerd Moellmann <gerd@gnu.org>
4788
4789 * isearch.el (isearch-old-signal-hook): Removed.
4790 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4791 instead of setting signal-hook-function.
4792 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4793
4794 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
4795
4796 * emulation/edt.el: Update to version 4.0. Provide support for
4797 EDT scroll margins at top and bottom of the window. Provide an
4798 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4799 default). Enhance edt-quit, bound to GOLD-q by default, to warn
4800 user when file-related buffer modifications exist.
4801 Provide support for running EDT Emulation in XEmacs.
4802 Provide customize access to some user updatable variables.
4803 Add Commentary section to file header.
4804 Fixed a few minor bugs and cleaned up some code.
4805
4806 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4807 for detecting a keypress that generates an ASCII key sequence.
4808 (Previously, only a keypress that generates a vector was
4809 recognized.) Embed Window Manager name into name of the generated
4810 EDT Emulation initialization file since the initialization file is
4811 Window Manager specific. Add Commentary section to file header.
4812
4813 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4814
4815 * mail/sendmail.el (mail-mode): Doc fix.
4816
4817 * info.el (Info-goto-emacs-command-node): Doc fix.
4818 (Info-goto-emacs-key-command-node): Doc fix.
4819
4820 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4821
4822 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
4823 systems without long file-name support.
4824
4825 2001-01-06 Andrew Innes <andrewi@gnu.org>
4826
4827 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4828
4829 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4832 (isearch-lazy-highlight-update): Doc fix.
4833
4834 * ffap.el (ffap-bindings): Doc fix.
4835
4836 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4837
4838 2001-01-05 Dave Love <fx@gnu.org>
4839
4840 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4841
4842 2001-01-05 Gerd Moellmann <gerd@gnu.org>
4843
4844 * mouse-drag.el (mouse-drag-safe-scroll):
4845 Bind scroll-preserve-screen-position to nil.
4846
4847 * isearch.el (isearch-old-signal-hook): New variable.
4848 (isearch-mode): Set signal-hook-function to isearch-done.
4849 (isearch-done): Restore old signal-hook-function.
4850
4851 * info.el (Info-fontify-node): Mark one more char as intangible.
4852
4853 2000-01-05 Kenichi Handa <handa@etl.go.jp>
4854
4855 * composite.el (compose-last-chars): New argument COMPONENTS.
4856 If it is non-nil, compose preceding characters by compose-region with
4857 COMPONENTS.
4858
4859 * international/quail.el (quail-input-string-to-events): New function.
4860 (quail-input-method): Convert input string to events here.
4861 (quail-start-translation): Return input string, not event list.
4862 (quail-start-conversion): Likewise.
4863
4864 2001-01-04 Gerd Moellmann <gerd@gnu.org>
4865
4866 * tooltip.el (tooltip-cancel-delayed-tip)
4867 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4868 and tooltip-add-timeout.
4869 (tooltip-show): Set border color from faces's foreground.
4870 (tooltip-show-help-function): If called with the same help string
4871 as last time, do nothing.
4872 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4873
4874 * startup.el (fancy-splash-screens): Don't bind show-help-function
4875 to nil.
4876
4877 * tooltip.el (tooltip-frame-parameters): Remove colors.
4878 (tooltip): New face
4879 (tooltip-set-param): New function.
4880 (tooltip-show): Set up color frame parameters from face `tooltip'.
4881 Display the tooltip text in face `tooltip'.
4882
4883 2001-01-04 Dave Love <fx@gnu.org>
4884
4885 * whitespace.el (whitespace-global-mode): Fix typo.
4886
4887 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4888
4889 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4890
4891 * help.el (help-for-help): Fix a typo in a doc string.
4892 From kwzh@gnu.org (Karl Heuer).
4893
4894 2001-01-03 Dave Love <fx@gnu.org>
4895
4896 * dired-x.el: Doc fixes. Maintainer change.
4897 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
4898 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4899 (dired-guess-shell-alist-user): Customize.
4900 (dired-x-help-address): Set to bug-gnu-emacs.
4901 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4902 (dired-default-directory): Renamed from default-directory.
4903
4904 * hl-line.el (hl-line): Doc fix.
4905
4906 2001-01-03 Karl Fogel <kfogel@red-bean.com>
4907
4908 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
4909
4910 2001-01-02 Richard M. Stallman <rms@gnu.org>
4911
4912 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4913 to remove all the current alternative-match highlighting.
4914 If nil, remove only what's outside the current window.
4915 (isearch-lazy-highlight-remove-overlays): Take optional
4916 region within which NOT to remove them.
4917 (isearch-lazy-highlight-new-loop): Greatly simplified.
4918 (isearch-lazy-highlight-update): Find all the other occurrences
4919 visible in the window, in just one call.
4920 (isearch-lazy-highlight-start): Now holds start of region to scan.
4921 (isearch-lazy-highlight-end): Now holds end of region to scan.
4922 (isearch-lazy-highlight-wrapped): Variable deleted.
4923 (isearch-lazy-highlight-search): Function deleted.
4924
4925 2000-01-02 Andrew Innes <andrewi@gnu.org>
4926
4927 * w32-fns.el (convert-standard-filename): Do length check on name
4928 before aref.
4929
4930 2001-01-02 Dave Love <fx@gnu.org>
4931
4932 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4933 value.
4934 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4935
4936 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4937
4938 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4939 read syntax.
4940
4941 * calendar/todo-mode.el (todo): Add :link, :version.
4942 (todo-save-top-priorities): Remove autoload cookie.
4943 (todo-add-category, todo-add-item-non-interactively)
4944 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
4945
4946 2001-01-02 Gerd Moellmann <gerd@gnu.org>
4947
4948 * comint.el (comint-input-history-ignore): New variable.
4949 (comint-read-input-ring): Ignore entries matching
4950 comint-input-history-ignore.
4951
4952 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
4953
4954 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4955 (lm-copyright-mark): New function.
4956 (lm-crack-copyright): New function.
4957 (lm-verify): Check that the file has a copyright.
4958 Check that the file is copyright Free Software Foundation.
4959
4960 2000-12-30 Kenichi Handa <handa@etl.go.jp>
4961
4962 * international/mule-diag.el (print-fontset): Indent font name by
4963 24 columns, not 25.
4964
4965 2000-12-29 Gerd Moellmann <gerd@gnu.org>
4966
4967 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4968 in Subject line.
4969
4970 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
4971 Use mail-mode-hook instead of mail-setup-hook.
4972 Otherwise continuing an interrupted message with C-u C-x m for
4973 instance, winds up in Mail mode without abbrevs.
4974
4975 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4976
4977 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
4978 non-nil. Adding almost all customization variables on ps-setup.
4979 Doc fix.
4980 (ps-print-version): New version number (6.3.3).
4981 (ps-end-with-control-d): Initialization fix.
4982 (ps-lines-printed): New var.
4983 (ps-skip-newline): New fun.
4984 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4985 (ps-next-line, ps-continue-line, ps-plot-region)
4986 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
4987
4988 2000-12-29 Kenichi Handa <handa@etl.go.jp>
4989
4990 * international/fontset.el (x-complement-fontset-spec):
4991 Resolve ASCII font name so that the same family name is used for fonts
4992 registered in x-font-name-charset-alist.
4993 (create-fontset-from-fontset-spec): Adjusted for the above change.
4994 The name of fontset alias should be a unresolved ASCII font name.
4995
4996 2000-12-28 Gerd Moellmann <gerd@gnu.org>
4997
4998 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4999 and delete in isearch-mode-map.
5000
5001 2000-12-28 Richard M. Stallman <rms@gnu.org>
5002
5003 * dired-x.el (dired-guess-shell-alist-default):
5004 Use xpdf instead of acroread.
5005
5006 2000-12-28 Kenichi Handa <handa@etl.go.jp>
5007
5008 * textmodes/artist.el (artist-butlast): Deleted.
5009 (artist-ellipse-mirror-quadrant): Use butlast instead of
5010 artist-butlast.
5011
5012 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5013
5014 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5015
5016 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5017
5018 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5019
5020 * ls-lisp.el: Better support for the Mac and MS-Windows.
5021 (ls-lisp): New defgroup.
5022 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
5023 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
5024 (ls-lisp-support-shell-wildcards): New defcustoms.
5025 (ls-lisp-parse-symlink): New function.
5026 (insert-directory): Code to convert switches to a list and set up
5027 the wildcard argument copied from ls-lisp-insert-directory.
5028 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5029 for -C and -R switches.
5030 (ls-lisp-column-format): New function.
5031 (ls-lisp-delete-matching, ls-lisp-handle-switches)
5032 (ls-lisp-format-time): Add doc strings.
5033 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5034 Support ls-lisp-dirs-first.
5035 (ls-lisp-classify, ls-lisp-extension): New functions.
5036 (ls-lisp-format): Optionally support emulation of symlinks.
5037 Support -i, -s, and -G switches.
5038
5039 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5040
5041 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5042
5043 * version.el (emacs-version): Print X scroll bar information.
5044
5045 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5046 instead of x-toolkit-scroll-bars-p.
5047
5048 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5049 of x-toolkit-scroll-bars-p.
5050
5051 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5052
5053 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
5054 (ffap-bindings): Doc fix, to reflect the above change.
5055
5056 2000-12-27 Kenichi Handa <handa@etl.go.jp>
5057
5058 * term.el (term-char-mode): Define all non-ascii self-inserting
5059 characters to 'term-send-raw in term-raw-map.
5060
5061 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
5062
5063 * viper-init (viper-restore-cursor-type): Added condition-case guard.
5064
5065 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5066 Changed initialization; use add-hook.
5067 (ediff-file-remote-p): Use file-local-copy.
5068
5069 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
5070
5071 * ediff.el (ediff-patch-buffer): Bug fix.
5072 (ediff-revision): Allow selection of the file at the prompt.
5073
5074 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5075
5076 * subr.el (combine-run-hooks): Remove.
5077
5078 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5079 and remove the rogue second spec.
5080
5081 2000-12-23 Gerd Moellmann <gerd@gnu.org>
5082
5083 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5084
5085 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5086
5087 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5088 Use minibuffer menu prompt for the `=' prefix.
5089 (smerge-command-prefix): Change default to C-^.
5090 (smerge-mode): Don't assume font-lock doesn't move point.
5091
5092 * skeleton.el (skeleton-internal-1): Make sure the first line of
5093 the region is also re-indented.
5094 (skeleton-end-newline): New var.
5095 (skeleton-end-hook): Use it.
5096
5097 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5098
5099 * comint.el (comint-password-prompt-regexp): Support CVS.
5100
5101 2000-12-22 Gerd Moellmann <gerd@gnu.org>
5102
5103 * simple.el (delete-key-deletes-forward-mode): Simplify.
5104 Also backspace key combinations, depending on
5105 delete-key-deletes-forward.
5106
5107 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5108
5109 * simple.el (delete-key-deletes-forward): Doc fix.
5110
5111 2000-08-22 Emmanuel Briot <briot@gnat.com>
5112
5113 * xml.el (top level comment): Updated to reflect the fact that
5114 white spaces are relevant in the XML file.
5115 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5116 to parse was already edited. This allows for on-the-fly analysis
5117 of XML files.
5118 (xml-parse-tag): Check that the casing is the same in the start
5119 tag and end tag, since XML is case-sensitive. Allows for spaces
5120 in the end tag, after the name of the tag.
5121 (xml-parse-attlist): Allow for the character '-' in the name of
5122 attributes, as in the standard http-equiv attribute Do not save
5123 the properties in the XML tree, since they are not relevant.
5124
5125 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5126
5127 * generic.el (generic-read-type): Undo last change, inline into
5128 `generic-mode' and then remove.
5129 (generic-mode): Inline generic-read-type.
5130 (define-generic-mode): Push the symbol name rather than the symbol
5131 onto generic-mode-list.
5132
5133 2000-12-21 Gerd Moellmann <gerd@gnu.org>
5134
5135 * generic.el (generic-read-type): Build an alist for
5136 completing-read as in 20.7.
5137
5138 * play/landmark.el (lm): Use interactive spec `P'.
5139 (toplevel): Don't set debug-on-error.
5140
5141 * server.el (server-switch-buffer): Choose a window on a visible frame.
5142
5143 2000-12-21 Dave Pearson <davep@davep.org>
5144
5145 * quickurl.el: Commentry change, I've moved my web site.
5146
5147 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5148
5149 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5150 ranges like \177-\237, but accepts the character sequence from \177 to
5151 \237. Doc fix.
5152 (ebnf-version): New version (3.4).
5153 (ebnf-setup): Code fix.
5154 (ebnf-range-regexp): New fun.
5155 (ebnf-8-bit-chars): Const fix.
5156
5157 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5158 entry. Doc fix.
5159 (ebnf-bnf-lex): Code fix.
5160 (ebnf-bnf-comment-chars): Const fix.
5161
5162 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5163 entry. Doc fix.
5164 (ebnf-iso-comment-chars): Const fix.
5165
5166 * ebnf-otz.el: Doc fix.
5167
5168 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5169 entry. Doc fix.
5170 (ebnf-yac-skip-code): Code fix.
5171 (ebnf-yac-comment-chars): Const fix.
5172
5173 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * files.el (insert-directory-safely): New function.
5176 (recover-file): Use it instead of insert-directory.
5177 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5178
5179 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5180
5181 * international/mule-cmds.el (select-safe-coding-system):
5182 Check coding-category-list more rigidly. Improve help message.
5183
5184 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5185
5186 2000-12-21 Miles Bader <miles@gnu.org>
5187
5188 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
5189
5190 2000-12-21 Kenichi Handa <handa@etl.go.jp>
5191
5192 * international/mule-diag.el (describe-char-after): Make *Help*
5193 buffer inherit multibyteness of the current buffer.
5194
5195 * international/mule.el (make-char): Docstring adjusted for the
5196 change of make-char-internal.
5197
5198 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * international/iso-cvt.el: Docstrings fix.
5201
5202 2000-12-20 Dave Love <fx@gnu.org>
5203
5204 * subr.el (eval-after-load): Doc fix.
5205
5206 2000-12-20 Kenichi Handa <handa@etl.go.jp>
5207
5208 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5209 for numbers.
5210
5211 2000-12-20 Miles Bader <miles@gnu.org>
5212
5213 * international/quail.el (quail-help): Resize the help window
5214 again after it has all its contents. Remove unneeded progn.
5215
5216 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5217
5218 * pcmpl-linux.el: Fix copy/paste error.
5219
5220 2000-12-19 Andrew Innes <andrewi@gnu.org>
5221
5222 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
5223
5224 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5225
5226 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5227
5228 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5229
5230 * progmodes/idlw-shell.el: Fixed copyright notice.
5231
5232 * progmodes/idlwave.el: Fixed copyright notice.
5233
5234 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
5235 TAB as key separators.
5236
5237 2000-12-19 Alex Schroeder <alex@gnu.org>
5238
5239 * sql.el (sql-sybase-options): New option.
5240 (sql-sybase): Use it. Add sql-database to the list of parameters
5241 provided for login. The options -w 2048 -n are not used any more.
5242 (sql-postgres-options): Changed default from "--pset" to "-P".
5243 (sql-mysql-options): Doc change.
5244 (sql-stop): Doc change.
5245
5246 2000-12-19 Kenichi Handa <handa@etl.go.jp>
5247
5248 * international/quail.el (quail-input-method): Always hide
5249 the guidance buffer on exiting.
5250
5251 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5252
5253 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5254 isn't fboundp.
5255
5256 * server.el (server-buffer-done): Bury the buffer before
5257 killing it.
5258
5259 * faces.el (face-spec-set): Interpret a nil in specs for
5260 foreground and background colors as `unspecified', for
5261 compatibility with 20.x.
5262
5263 2000-12-18 Dave Love <fx@gnu.org>
5264
5265 * simple.el (mail-user-agent): Doc fix.
5266 (input-mode-8-bit): Removed.
5267
5268 * international/mule.el (set-keyboard-coding-system): Doc fix.
5269 (keyboard-coding-system): New option.
5270
5271 * mail/sendmail.el (send-mail-function): Customize.
5272
5273 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5274
5275 * international/codepage.el (cp866-decode-table): New table.
5276
5277 2000-12-18 Gerd Moellmann <gerd@gnu.org>
5278
5279 * version.el (emacs-version): Remove `%a' from the time format
5280 because the weekday doesn't fit well into each locale.
5281
5282 2000-12-18 Miles Bader <miles@gnu.org>
5283
5284 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5285
5286 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5287 Check that emacs-major-version is `=' to 20, not `>='.
5288 (artist-replace-chars): Use `make-string' instead of a loop.
5289
5290 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5291
5292 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5293 (cvs-execute-single-file): Don't change directory.
5294 Patch from Per Cederqvist.
5295
5296 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5297
5298 * textmodes/ispell.el (check-ispell-version):
5299 If `ispell-program-name' is "aspell", pass it the -v switch instead
5300 of -vv.
5301
5302 2000-12-16 Kenichi Handa <handa@etl.go.jp>
5303
5304 * international/mule-diag.el (mule-diag): Insert information about
5305 configure options, multibyte awareness, language env.
5306
5307 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5308 regexp to search for candidates.
5309
5310 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5311
5312 * info.el (Info-forward-node): If the node has an
5313 Info-header-line, widen the buffer before searching for "next:"
5314 and "up:" pointers, and set the search limit to stay in the
5315 current node.
5316
5317 2000-12-16 Miles Bader <miles@gnu.org>
5318
5319 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5320
5321 2000-12-15 Miles Bader <miles@gnu.org>
5322
5323 * comint.el (comint-send-string, comint-send-region): Also accept
5324 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5325 process-send-string/region.
5326
5327 2000-12-15 Gerd Moellmann <gerd@gnu.org>
5328
5329 * isearch.el (isearch-lazy-highlight-max): New user-option.
5330 (isearch-lazy-highlight-update): Don't highlight more than
5331 isearch-lazy-highlight-max matches.
5332
5333 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5334
5335 2000-12-15 Richard M. Stallman <rms@gnu.org>
5336
5337 * sort.el (sort-columns): Fix error message.
5338
5339 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5340 `upcase' or `downcase' or nil.
5341 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5342 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5343 (dabbrev--substitute-expansion): New arg record-case-pattern.
5344 If it is non-nil, set dabbrev--last-case-pattern.
5345 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5346
5347 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5348
5349 2000-12-15 Miles Bader <miles@gnu.org>
5350
5351 * paths.el (Info-default-directory-list): Don't delete
5352 configure-info-directory from the list of standard info
5353 directories when appending it to the end -- their order is important.
5354
5355 * faces.el (read-face-attribute): If there's no entry for the
5356 user's input in VALID, just use it as-is (this will often result
5357 in an error, but it may be OK for e.g. colors using hexadecimal
5358 notation, and at least will yield a better error message).
5359
5360 * window.el (mode-line-window-height-fudge): Function removed.
5361 (height-affecting-face-attributes, mode-line-window-height-fudge):
5362 Variables removed.
5363 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5364 window is really the right size. Use vertical-motion
5365 rather than forward-line.
5366 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5367 (ispell-command-loop, ispell-show-choices): Use the variable
5368 ispell-choices-win-default-height, rather than the function.
5369 (ispell-choices-win-default-height): Function removed.
5370 (ispell-mode-line-window-height-fudge): Function removed.
5371
5372 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5373
5374 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5375
5376 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5377
5378 * paths.el (Info-default-directory-list):
5379 If configure-info-directory is not one of the standard directories,
5380 put it first in the list; otherwise put it last. Doc string
5381 changed accordingly.
5382
5383 * info.el (Info-directory-list): Change doc string to reflect the
5384 change in Info-default-directory-list.
5385
5386 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5387 windows-nt as windowed environments, even under -nw.
5388
5389 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5390 if not fboundp. Switch delete-forward mode for the <delete> key
5391 on all PC platforms, even under -nw.
5392
5393 * term/internal.el ([M-delete]): Remap to M-d.
5394
5395 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5396
5397 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5398
5399 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5400
5401 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5402
5403 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5404
5405 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5406 if appropriate.
5407
5408 * simple.el (delete-key-deletes-forward): New user-option.
5409 (delete-key-deletes-forward-mode): New function.
5410
5411 * bindings.el: Bind `delete' to backward-delete-char.
5412
5413 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5414 Test if symbol is bound before getting its value.
5415
5416 * tooltip.el (tooltip-show): If an error is signaled in
5417 x-show-tip, display that error, and display the help in the
5418 echo area.
5419
5420 2000-12-14 Kenichi Handa <handa@etl.go.jp>
5421
5422 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5423 Show "... entries" messages for every 10000 entries, not 10.
5424
5425 2000-12-13 Karl Fogel <kfogel@red-bean.com>
5426
5427 * bookmark.el: Provide a generic exit hook, as suggested by
5428 Ovidiu Predescu <ovidiu@cup.hp.com>:
5429 (bookmark-exit-hook): New var.
5430 (bookmark-exit-hook-internal): New func, replaces
5431 old raw lambda form in `kill-emacs-hook', and runs new
5432 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5433 as logically that feature must have been provided if this function
5434 is running.
5435 Removed ;;;###autoload before the `add-hook' call.
5436
5437 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5440 (easy-menu-current-active-maps): New function.
5441 (easy-menu-get-map): Use it.
5442 Make a proper menu entry when creating a new keymap.
5443
5444 2000-12-13 Kenichi Handa <handa@etl.go.jp>
5445
5446 * international/characters.el: Fix cases and syntaxes for
5447 mule-unicode-0100-24ff.
5448
5449 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5450 that a Japanese character is not appended after day and year.
5451
5452 * info.el (Info-suffix-list): Change format for a command that
5453 requires arguments.
5454 (info-insert-file-contents): Adjusted for the above change.
5455
5456 2000-12-12 Andreas Schwab <schwab@suse.de>
5457
5458 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5459 on the name of the tar buffer. Verify that the existing buffer is
5460 visiting the same subfile.
5461
5462 2000-12-12 Dave Love <fx@gnu.org>
5463
5464 * subdirs.el: Add obsolete.
5465
5466 2000-12-12 Gerd Moellmann <gerd@gnu.org>
5467
5468 * mail/rmailsum.el (rmail-summary-expunge)
5469 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5470 instead of rmail-confirm-expunge.
5471
5472 * replace.el (perform-replace): Don't use an empty match adjacent
5473 to a non-empty match when computing the next match before the
5474 replacement is performed.
5475
5476 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
5477
5478 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5479 definition (patch by Stefan Monnier).
5480 (glasses-mode): Use jit-lock instead of `after-change-functions'
5481 (patch by Stefan Monnier).
5482
5483 2000-12-12 Miles Bader <miles@gnu.org>
5484
5485 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5486 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5487
5488 2000-12-12 Andrew Choi <akochoi@i-cable.com>
5489
5490 * term/mac-win.el: Remove load for ls-lisp.
5491
5492 * loadup.el: Load ls-lisp for system-type `macos'.
5493
5494 2000-12-12 Miles Bader <miles@gnu.org>
5495
5496 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5497 Respect field end too.
5498 (just-one-space): Respect fields as `delete-horizontal-space'.
5499 (newline-and-indent, reindent-then-newline-and-indent):
5500 Use `delete-horizontal-space'.
5501
5502 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5503
5504 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5505 (so as to obey the field property in the minibuffer).
5506
5507 * obsolete/c-mode.el: Moved from lisp/progmodes.
5508 * obsolete/auto-show.el: Moved from lisp.
5509 * obsolete/ooutline.el: Moved from lisp/textmodes.
5510
5511 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5512
5513 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
5514 changes to list them here.
5515
5516 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5517 Too many changes to list them here.
5518
5519 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5520 Too many changes to list them here.
5521
5522 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5523
5524 2000-12-11 Gerd Moellmann <gerd@gnu.org>
5525
5526 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
5527
5528 * cus-edit.el (custom-save-variables, custom-save-faces):
5529 Comment fix.
5530
5531 * hscroll.el: Moved to `obsolete' subdir.
5532
5533 2000-12-11 Miles Bader <miles@gnu.org>
5534
5535 * window.el (window-text-height): Function removed (now in C).
5536
5537 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5538
5539 * log-edit.el (log-edit-parent-buffer): New var.
5540 (log-edit): Set it. Add BUFFER argument.
5541 (log-edit-done): Use char-before.
5542 Don't bother checking validity of vc-comment-ring.
5543 Only bury the buffer if log-edit popped it up.
5544
5545 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5546 (cvs-mode-diff-help): Remove.
5547 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
5548 (cvs-mode-marked): Set up the default for CMD manually.
5549
5550 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5551 Remove binding for ? now made unnecessary.
5552
5553 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5554
5555 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
5556 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5557
5558 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5559 when master file is not open.
5560
5561 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * progmodes/ada-stmt.el: Update `maintainer'.
5564
5565 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5566
5567 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5568 choices to match documentation string.
5569
5570 2000-12-09 Miles Bader <miles@gnu.org>
5571
5572 * minibuf-eldef.el: New file.
5573
5574 * window.el (fit-window-to-buffer): Don't pass last argument to
5575 pos-visible-in-window-p, now that its meaning is inverted.
5576
5577 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5578
5579 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5580 <ceder@lysator.liu.se>.
5581
5582 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5583
5584 * autoinsert.el (auto-insert-alist): Add missing final \n.
5585
5586 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5587 (cvs-menu-map): Remove.
5588 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5589 (cvs-mode-quit): Turn it back into a plain function.
5590
5591 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
5592 (texinfo-filter): Remove (move to texinfo.el).
5593
5594 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5595 file where it's more visible.
5596 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5597 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5598 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5599 (texinfo-inside-macro-p): Only catch `scan-error's.
5600 (texinfo-inside-env-p): Make better use of the match info.
5601 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5602 (texinfo-insert-@end): Slight re-organization.
5603 Also remove useless `looking-at' call.
5604
5605 2000-12-08 Andrew Innes <andrewi@gnu.org>
5606
5607 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5608 accessible in -nw mode.
5609
5610 * term/w32-win.el: Remove stuff about selection timeout, which is
5611 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5612 it is accessible in -nw mode.
5613
5614 2000-12-08 Dave Love <fx@gnu.org>
5615
5616 * emacs-lisp/lisp-mode.el (lisp-mode):
5617 Set font-lock-keywords-case-fold-search.
5618
5619 2000-12-08 Gerd Moellmann <gerd@gnu.org>
5620
5621 * textmodes/ispell.el (ispell): Doc fix.
5622
5623 2000-12-08 Kenichi Handa <handa@etl.go.jp>
5624
5625 * international/quail.el (quail-insert-decode-map): Check the
5626 frame width of a window displaying the current buffer, not that of
5627 the selected frame.
5628 (quail-help): Make sure that the help buffer has window before
5629 inserting text in it.
5630
5631 2000-12-07 Sam Steingold <sds@gnu.org>
5632
5633 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5634 Backquote is used in isearch.el, so autoloading saves nothing.
5635
5636 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5637
5638 * startup.el (normal-top-level-add-subdirs-to-load-path):
5639 Ignore the CVS and RCS subdirectories case-insensitively.
5640
5641 * dired.el (dired-insert-directory): If file-system-info is
5642 fboundp, call it instead of invoking dired-free-space-program.
5643
5644 2000-12-07 Gerd Moellmann <gerd@gnu.org>
5645
5646 * server.el (server-visit-files): Push files on file-name-history.
5647
5648 * progmodes/cc-langs.el: Update copyright.
5649
5650 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5651
5652 * bindings.el (mode-line-mode-menu): Add glasses-mode.
5653
5654 * bindings.el (mode-line-mode-menu): Reverse the order
5655 of define-keys so that the menu appears in alphabetical order.
5656
5657 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
5658
5659 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5660 of the function.
5661
5662 2000-12-07 Dave Love <fx@gnu.org>
5663
5664 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5665
5666 * facemenu.el (facemenu-unlisted-faces): Fix value.
5667
5668 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5669
5670 * font-lock.el (font-lock-default-fontify-region):
5671 Include the terminating \n (off-by-one error).
5672 (font-lock-set-defaults): Use dolist.
5673
5674 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5675
5676 2000-12-07 Kenichi Handa <handa@etl.go.jp>
5677
5678 * international/mule-cmds.el (describe-language-environment):
5679 Fix for the case that an input method title is not string but a list.
5680
5681 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5682 of wrong SIZE record.
5683
5684 2000-12-06 Dave Love <fx@gnu.org>
5685
5686 * newcomment.el (comment-region, comment-dwim): Doc fix.
5687
5688 * textmodes/texinfo.el: Require tex-mode when compiling.
5689 (texinfo-update-node): Doc fix.
5690 (texinfo-imenu-generic-expression): Add @anchor.
5691 (texinfo-font-lock-keywords): Add @uref.
5692 (texinfo-inside-macro-p): Don't use ignore-errors.
5693 (texinfo-insert-quote): Match more contexts.
5694
5695 * international/mule.el (decode-char, encode-char): Doc fix.
5696 (auto-coding-alist): Customize.
5697
5698 * files.el (load-file): Fix change of 2000-03-12.
5699
5700 * wid-edit.el (widget-text-keymap): Doc fix.
5701
5702 2000-12-06 Andrew Innes <andrewi@gnu.org>
5703
5704 * makefile.w32-in (lisp): Set to an absolute directory, namely
5705 $(CURDIR).
5706
5707 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5708
5709 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5710 read generated-autoload-file, and set buffer-file-coding-system to
5711 raw-text-unix after reading the file.
5712
5713 * international/mule-conf.el (file-coding-system-alist):
5714 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
5715
5716 2000-12-06 Gerd Moellmann <gerd@gnu.org>
5717
5718 * replace.el (occur): Make line-number-width 1 smaller for the
5719 colon following the line number.
5720
5721 * startup.el (fancy-splash-text, command-line-1):
5722 Use `File' for the menu name instead of `Files'.
5723
5724 * tmm.el: Update copyright.
5725
5726 * cus-start.el: Add entry for even-window-heights.
5727
5728 2000-12-06 Miles Bader <miles@gnu.org>
5729
5730 * faces.el (frame-set-background-mode): Avoid stomping on
5731 locally modified faces.
5732
5733 2000-12-06 Kenichi Handa <handa@etl.go.jp>
5734
5735 * international/fontset.el: Correct the font registries for
5736 japanese-jisx0213-1 and japanese-jisx0213-2.
5737
5738 2000-12-05 Gerd Moellmann <gerd@gnu.org>
5739
5740 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5741
5742 * iswitchb.el: Update customization commentary.
5743
5744 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
5745
5746 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5747 (tpu-search-highlight): Fixed comparison of overlay end positions.
5748 (tpu-trim-line-ends): Implemented trimming logic locally.
5749
5750 * emulation/tpu-extras.el (tpu-write-file-hook)
5751 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
5752
5753 2000-12-05 Kenichi Handa <handa@etl.go.jp>
5754
5755 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5756 to cn-gb.
5757 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5758
5759 2000-12-04 Dave Love <fx@gnu.org>
5760
5761 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5762
5763 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5764
5765 * mail/rmailsum.el (rmail-summary-expunge)
5766 (rmail-summary-expunge-and-save): Ask for confirmation with
5767 rmail-expunge-confirmed.
5768
5769 * mail/rmail.el (rmail-expunge-confirmed): New function.
5770 (rmail-expunge): Use it.
5771
5772 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5773
5774 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
5775 (etags-recognize-tags-table, find-tag-in-order):
5776 New functionality: interpret file names as tags.
5777
5778 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5779
5780 * info.el (Info-scroll-prefer-subnodes): New defcustom.
5781 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5782 the first subnode until the bottom of the current node is visible.
5783
5784 2000-12-04 Gerd Moellmann <gerd@gnu.org>
5785
5786 * format.el (format-decode): Don't change buffer's undo list.
5787
5788 2000-12-04 Kenichi Handa <handa@etl.go.jp>
5789
5790 * faces.el (face-font-registry-alternatives): Add entries for CJK
5791 fonts. Doc-string adjusted for the actual usage of this data.
5792
5793 * international/fontset.el: Change the font registries for CJK
5794 fonts in the default fontset. Don't append '*' to registries.
5795
5796 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5797
5798 * emacs-lisp/easy-mmode.el (define-derived-mode)
5799 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5800
5801 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5802 (derived-mode-p): New function.
5803 (derived-mode-make-docstring): Add `docstring' argument.
5804 Use it if available and complete it if necessary.
5805
5806 2000-12-03 Andreas Schwab <schwab@suse.de>
5807
5808 * type-break.el (type-break): Don't make parent of itself.
5809
5810 2000-12-03 Miles Bader <miles@gnu.org>
5811
5812 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5813
5814 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5815
5816 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5817 (tex-main-file, tex-file): Simplify.
5818 (tex-generate-zap-file-name): Use subst-char-in-string.
5819 (tex-strip-dots): Remove.
5820
5821 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5822
5823 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5824 to check if the match succeeded.
5825
5826 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5827
5828 * startup.el (use-fancy-splash-screens-p): New function.
5829 (command-line-1): Use it to determine whether or not to use
5830 a fancy splash screen.
5831
5832 2000-12-02 Andreas Schwab <schwab@suse.de>
5833
5834 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5835
5836 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5837
5838 * international/mule.el (make-char): Fix last change.
5839
5840 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5841 New defcustoms.
5842 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
5843 autoloading tex-mode; instead, do the same manually.
5844 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
5845 with numeric argument. Docstring fix.
5846 (toplevel): Require cl when compiling.
5847
5848 * international/mule.el (make-char): Doc fix.
5849
5850 2000-12-02 Jason Rumney <jasonr@gnu.org>
5851
5852 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5853 the Emacs Lisp manual)
5854
5855 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5856
5857 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5858
5859 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5860 the Emacs Lisp manual).
5861
5862 2000-12-02 Gerd Moellmann <gerd@gnu.org>
5863
5864 * simple.el (next-line-add-newlines): Change default to nil.
5865
5866 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * files.el (revert-buffer, recover-file):
5869 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
5870
5871 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5872
5873 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5874
5875 2000-12-01 Miles Bader <miles@gnu.org>
5876
5877 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5878
5879 2000-12-01 Kenichi Handa <handa@etl.go.jp>
5880
5881 * international/mule-diag.el (describe-char-after): Fix typo.
5882 (describe-character-set, non-iso-charset-alist): Fix typo.
5883
5884 2000-12-01 Miles Bader <miles@gnu.org>
5885
5886 * image-file.el (image-file-name-regexp): Automatically add
5887 upper-case variants of each filename extension in
5888 `image-file-name-extensions', since they seem to be common.
5889
5890 * simple.el (minibuffer-contents)
5891 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5892 New functions.
5893 * filecache.el (file-cache-directory-name)
5894 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5895
5896 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
5897
5898 * filecache.el (file-cache-minibuffer-complete): Don't try to
5899 delete the minibuffer prompt.
5900
5901 2000-11-30 Dave Love <fx@gnu.org>
5902
5903 * cus-start.el: Fix read-buffer-function type.
5904
5905 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5906
5907 * md5.el: Removed. There's a built-in function, now.
5908
5909 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
5910
5911 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5912 as dummy 0-th char of rmail-deleted-vector.
5913
5914 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5915
5916 * ps-print.el (ps-end-job): Bind case-fold-search only after
5917 switching to ps-spool-buffer.
5918
5919 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5920
5921 * ps-print.el: Line number font customization. PostScript: Lines and
5922 PageCount are initialized on each page. Doc Fix.
5923 (ps-print-version): New version number (6.3.2).
5924 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5925 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5926 (ps-right-header): Customization fix.
5927 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5928 Fix code.
5929 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5930 New vars.
5931
5932 2000-11-30 Gerd Moellmann <gerd@gnu.org>
5933
5934 * bs.el: Fix typos and spelling errors.
5935 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5936 (bs-configuration): Doc fix.
5937
5938 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5939
5940 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
5941
5942 * emulation/tpu-edt.el (tpu-version): New version.
5943 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5944 (tpu-original-mode-line): Variable deleted.
5945 (tpu-mark-flag): New initial value.
5946 (tpu-set-mode-line): Don't redefine mode-line-format.
5947 Add tpu-mark-flag to minor-mode-alist.
5948 (tpu-update-mode-line): New mark flag logic.
5949 (tpu-get): Use find-file-wildcards.
5950 (tpu-search-highlight): Move overlay less, reset overlay properly.
5951 (tpu-unselect): Deactivate mark.
5952 (tpu-lm-replace): Reset overlay properly.
5953 (tpu-forward-line): Use forward-visible-line.
5954 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5955
5956 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
5957
5958 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5959
5960 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5961
5962 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5963
5964 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5965 and skip whitespace and newlines.
5966
5967 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5968
5969 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5970
5971 2000-11-29 Gerd Moellmann <gerd@gnu.org>
5972
5973 * help.el (describe-function-1): Regexp-quote function name
5974 when used as part of a regexp.
5975
5976 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5977 Use face-attribute instead of face-foreground and face-background.
5978 (tool-bar-add-item): Likewise, and handle unspecified colors.
5979
5980 * enriched.el (enriched-face-ans): Use face-attribute instead
5981 of face-foreground and face-background.
5982
5983 * faces.el (face-foreground, face-background, face-stipple):
5984 Return nil if attribute is unspecified, for backward compatibility.
5985
5986 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5987
5988 * play/5x5.el: Remove version info.
5989
5990 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5991
5992 * frame.el (blink-cursor-mode): Doc fix.
5993
5994 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5995
5996 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5997 to create Makefile rules.
5998 (antlr-tool-command): New user option.
5999 (antlr-ask-about-save): New user option.
6000 (antlr-makefile-specification): New user option.
6001 (antlr-file-formats-alist): New variable.
6002 (antlr-special-file-formats): New variable.
6003 (antlr-unknown-file-formats): New user option.
6004 (antlr-help-unknown-file-text): New variable.
6005 (antlr-help-rules-intro): New variable.
6006 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6007 (antlr-mode-menu): Add entries.
6008 (antlr-file-dependencies): New function.
6009 (antlr-directory-dependencies): New function.
6010 (antlr-superclasses-glibs): New function.
6011 (antlr-run-tool): New command.
6012 (antlr-makefile-insert-variable): New function.
6013 (antlr-insert-makefile-rules): New function.
6014 (antlr-show-makefile-rules): New command.
6015
6016 * antlr-mode.el: More Emacs/XEmacs stuff.
6017 (antlr-no-action-keywords): New constant with value nil.
6018 (antlr-font-lock-keywords-alist): Use it. Old value would break
6019 syntax highlighting in Emacs-21.0.
6020 (antlr-default-directory): Emacs/XEmacs dependend function.
6021 (antlr-read-shell-command): Ditto.
6022 (antlr-with-displaying-help-buffer): Ditto.
6023
6024 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6025
6026 * antlr-mode.el: imenu, parsing and highlighting changes.
6027 (antlr-imenu-create-index-function): Don't create extra submenus
6028 for definitions in different grammar classes. It is not necessary
6029 for the menu and would make command `imenu' awkward to use.
6030 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6031 header actions and more than one.
6032 (antlr-font-lock-tokendef-face): Changed color.
6033 (antlr-font-lock-tokenref-face): Changed color.
6034 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6035 (antlr-mode-syntax-table): New variable.
6036 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6037 (antlr-with-syntax-table): Don't copy syntax table.
6038
6039 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6040
6041 * antlr-mode.el: Minor changes: language setting.
6042 (antlr-language-alist): The value for file option "language" can
6043 be both an identifier and a string.
6044 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6045 (antlr-language-limit-n-regexp): Change accordingly.
6046
6047 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6048
6049 * antlr-mode.el: Minor changes: tabs, hiding.
6050 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6051 (antlr-action-visibility): Also allow value nil to also hide the
6052 braces. Renamed from `antlr-tiny-action-length'.
6053 Suggested by Jay@aol.com.
6054 (antlr-hide-actions): Change accordingly. Hide line if completely
6055 hidden action is on a line of its own.
6056
6057 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6058
6059 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6060
6061 * sort.el (sort-columns): Don't concat strings with numbers.
6062
6063 2000-11-29 Dave Love <fx@gnu.org>
6064
6065 * cus-edit.el (face): Fix :format.
6066
6067 * mail/feedmail.el: Require smtpmail when compiling.
6068 (mail-do-fcc): Autoload.
6069 (feedmail) <defgroup>: Fix :link.
6070 (feedmail-nuke-body-in-fcc): Fix :type.
6071 (feedmail-send-it): Add autoload cookie.
6072
6073 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6074
6075 * newcomment.el (comment-indent): Save excursion around call to
6076 comment-indent-function.
6077
6078 2000-11-29 Miles Bader <miles@gnu.org>
6079
6080 * subr.el (member-ignore-case): Return the tail of the list who's
6081 car matches, like `member', not the matching element itself.
6082
6083 2000-11-29 Kenichi Handa <handa@etl.go.jp>
6084
6085 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6086 should not contain `\n'.
6087
6088 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6089
6090 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6091
6092 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6093
6094 * dired-aux.el (dired-do-create-files): Construct default file
6095 name for dired-mark-read-file-name so that when the user enters
6096 just RET, the target file will end up in the target directory.
6097
6098 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6099 local-abbrev-table before changing buffers because it might
6100 have a buffer-local binding.
6101
6102 2000-11-28 Miles Bader <miles@gnu.org>
6103
6104 * simple.el (delete-horizontal-space): Handle fields more generally.
6105
6106 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6107
6108 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6109
6110 2000-11-28 Dave Love <fx@gnu.org>
6111
6112 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6113 comment-start-skip locally.
6114
6115 * progmodes/fortran.el (fortran-mode): Don't set
6116 fortran-comment-line-start-skip. Set comment-start to
6117 fortran-comment-line-start.
6118 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6119 (fortran-comment-line-start-skip): Simplify slightly.
6120
6121 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6122
6123 * play/5x5.el: Remove RCS keyword.
6124
6125 * bs.el: Mistaken commit, undone 2000-11-30.
6126
6127 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
6128
6129 * textmodes/tildify.el (tildify-string-alist):
6130 Add `plain-tex-mode' here.
6131
6132 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6133
6134 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6135 reference.
6136
6137 2000-11-28 Miles Bader <miles@gnu.org>
6138
6139 * cus-face.el (custom-face-attributes): Add post-filter function
6140 for :box. Make pre-filter function for :box handle all cases.
6141
6142 * wid-edit.el (widget-choose): Make sure pop-up window is large
6143 enough to display all the choices, as there's no way to scroll it.
6144
6145 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6146
6147 * international/mule-conf.el: Make the coding system no-conversion
6148 safe for all characters.
6149
6150 2000-11-27 Dave Love <fx@gnu.org>
6151
6152 * net/ldap.el (ldap) <defgroup>: Add :version.
6153
6154 * tooltip.el (tooltip-use-echo-area): Doc fix.
6155
6156 * cus-start.el <minibuffer-prompt-properties>: Add version.
6157 <read-buffer-function>: Add.
6158
6159 * apropos.el (apropos-print): Add help-echo to active text.
6160
6161 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6162
6163 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6164
6165 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6166 type, group and version.
6167
6168 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6169
6170 * select.el (x-get-selection): Docstring fix.
6171
6172 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
6173
6174 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
6175
6176 2000-11-27 Andrew Innes <andrewi@gnu.org>
6177
6178 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6179
6180 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6181
6182 2000-11-27 Miles Bader <miles@gnu.org>
6183
6184 * dired.el (dired-get-filename): Return filename verbatim if
6185 LOCALP is `verbatim'.
6186 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6187 `verbatim' so that we don't inadvertently delete a non-existant
6188 directory name.
6189
6190 2000-11-27 Kenichi Handa <handa@etl.go.jp>
6191
6192 * international/characters.el: Specify cases and syntaxes for
6193 mule-unicode-0100-24ff.
6194
6195 2000-11-27 Gerd Moellmann <gerd@gnu.org>
6196
6197 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6198 that foreground and/or background colors of the face `tool-bar'
6199 are unspecified.
6200
6201 2000-11-27 Miles Bader <miles@gnu.org>
6202
6203 * wid-edit.el (widget-field-buffer, widget-field-start)
6204 (widget-field-end): Handle widget field `pseudo-overlays'.
6205 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6206 if it's there instead of in `widget-field-list'.
6207
6208 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
6209 (help-make-xrefs): Delete extraneous newlines at the end of the
6210 docstring.
6211
6212 2000-11-25 Jason Rumney <jasonr@gnu.org>
6213
6214 * startup.el (command-line): Call set-locale-environment after
6215 Window System init file is read, as it can result in a call to
6216 redraw-frame.
6217
6218 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6219
6220 * simple.el (shell-command): Mention the effect of the prefix
6221 argument in the doc string.
6222
6223 2000-11-25 Miles Bader <miles@gnu.org>
6224
6225 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6226
6227 * wid-edit.el (widget-field-value-delete): Don't try to delete
6228 overlay when it's the `pseudo-overlay' that exists at some points.
6229
6230 2000-11-24 Jason Rumney <jasonr@gnu.org>
6231
6232 * international/mule-cmds.el (locale-language-names): Add "jp" as
6233 a non-standard alternative for Japanese.
6234
6235 2000-11-24 Andre Spiegel <spiegel@gnu.org>
6236
6237 * vc-hooks.el: Require 'cl during compilation.
6238
6239 2000-11-24 Gerd Moellmann <gerd@gnu.org>
6240
6241 * faces.el (face-set-after-frame-default): Let face attributes
6242 specified for new frames override frame parameters.
6243
6244 * startup.el (command-line): Fix computation of the source file
6245 for user-init-file when user-init-file is a compiled file.
6246
6247 2000-11-24 Miles Bader <miles@gnu.org>
6248
6249 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
6250 (custom-post-filter-face-spec): New functions.
6251 (custom-face-set, custom-face-value-create): Filter the face spec
6252 before and after customization.
6253 (custom-face-set): If VALUE specifies a null face, pass a
6254 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6255 * cus-face.el (custom-face-attributes): Remove SET and GET
6256 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6257 cases they're needed.
6258
6259 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6260 that it's distinguishable from the :off-glyph on dark-background
6261 displays. Set its background color too.
6262
6263 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6264 so that people can easily turn it off.
6265
6266 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
6267
6268 * ediff-diff.el: Moved variables around to have it compile under NT.
6269
6270 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
6271
6272 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
6273
6274 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
6275 redundant skip-small-frames test.
6276
6277 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
6278 (viper-downgrade-to-insert): Protect against errors in hooks.
6279
6280 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6281 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
6282 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6283 New functions.
6284
6285 * viper-util.el (viper-memq-char): Bug fixes.
6286
6287 * viper.el (viper-mode): Fix cursor handling.
6288
6289 2000-11-24 Kenichi Handa <handa@etl.go.jp>
6290
6291 * international/mule-diag.el (list-iso-charset-chars):
6292 For two-byte charset, fix the `while' condition.
6293 (list-non-iso-charset-chars): Fix the `while' condition.
6294
6295 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6296
6297 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6298 if the variable is make-variable-buffer-local.
6299
6300 * progmodes/ada-stmt.el (ada-template-map):
6301 Initialize and bind it to C-c t in ada-mode-map.
6302 (ada-stmt-mode-hook): New function extracted from old code.
6303 Only change the buffer-local side of skeleton-*.
6304 (ada-mode-hook): Use it.
6305
6306 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6307
6308 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6309 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6310 we expect to be returned by minibuffer-depth once we prompt the
6311 user in the minibuffer.
6312 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6313 as recorded in iswitchb-minibuf-depth, return non-nil.
6314
6315 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6318 (hscroll-window-maybe): Docstring fix.
6319
6320 2000-11-23 Dave Love <fx@gnu.org>
6321
6322 * rect.el (string-rectangle): Don't test delete-selection-mode.
6323
6324 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6325
6326 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6327 is in the tool bar.
6328
6329 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
6330 with `no-dir'; we want the directory part to be able to remove it.
6331
6332 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6333
6334 * textmodes/outline.el (outline-flag-region):
6335 Don't bind inhibit-read-only since we don't modify the buffer.
6336 (outline-isearch-open-invisible): Don't jump to overlay-start
6337 since we're trying to unhide text around point.
6338 (outline-discard-overlays): Use dolist.
6339
6340 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6341
6342 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6343
6344 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
6345
6346 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6347
6348 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6349 Fix ARG regexp to skip quoted braces.
6350 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6351 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6352 are (correctly) handled separately).
6353 Remove `caption' and `footnote' from `citations': they contain text.
6354 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6355 (latex-skeleton-end-hook): New function.
6356 (latex-mode): Use it.
6357 (tex-start-tex-marker): Remove.
6358 (tex-send-tex-command): Don't set tex-start-tex-marker.
6359 (tex-error-parse-syntax-table): New var.
6360 (tex-compilation-parse-errors): Use it.
6361 Ignore tex-start-tex-marker. Don't bother with marker-position.
6362 (tex-validate-buffer): Don't bother with marker-position.
6363
6364 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
6365 (flyspell-generic-progmode-verify): Use it.
6366
6367 2000-11-22 Sam Steingold <sds@gnu.org>
6368
6369 * simple.el (delete-trailing-whitespace): New interactive function.
6370
6371 * progmodes/ada-mode.el (ada-mode): Use it instead of
6372 `ada-remove-trailing-spaces'.
6373 (ada-remove-trailing-spaces): Removed.
6374
6375 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
6376
6377 * textmodes/picture.el (picture-clean): Removed.
6378 (picture-mode-exit): Call it instead of `picture-clean'.
6379
6380 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6381
6382 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6383
6384 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6385 jit-lock-fontify-buffer; it should anyway be unneccessary to
6386 do anything special when jit-lock is active.
6387 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6388
6389 2000-11-22 Dave Love <fx@gnu.org>
6390
6391 * calendar/todo-mode.el (todo-top-priorities): Use
6392 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6393
6394 * language/chinese.el, language/cyrillic.el:
6395 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6396 * language/hebrew.el, language/indian.el, language/japanese.el:
6397 * language/korean.el, language/lao.el, language/misc-lang.el:
6398 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6399 Use provide.
6400
6401 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6402 (custom-variable-set): Improve validation error mesage.
6403
6404 * rect.el (string-rectangle): Revert last change.
6405 (string-rectangle-line): New arg DELETE.
6406 (string-rectangle): Check delete-selection-mode.
6407
6408 * emacs-lisp/edebug.el (edebug-version)
6409 (edebug-maintainer-address): Deleted.
6410 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6411 (edebug-read-function): Account for other `'#' read forms.
6412 (edebug-mode-menus): Make some items toggles.
6413 (edebug-outside-unread-command-event, unread-command-event):
6414 Remove these to avoid warnings.
6415
6416 2000-11-22 David Ponce <david@dponce.com>
6417
6418 * recentf.el (recentf-menu-items-for-commands)
6419 (recentf-make-menu-items, recentf-make-menu-item)
6420 (recentf-filter-changer): Added :help and :active menu-item properties.
6421
6422 (recentf-build-dir-rules, recentf-dump-variable)
6423 (recentf-edit-list, recentf-open-files-item)
6424 (recentf-open-files): Replaced unnecessary `mapcar' with new
6425 built-in `mapc'.
6426
6427 2000-11-23 Miles Bader <miles@gnu.org>
6428
6429 * faces.el (menu): Make inverse-video on ttys too.
6430
6431 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6432
6433 * simple.el (comment-line-break-function): Use the new name
6434 indent-new-comment-line -> comment-indent-new-line.
6435 (clone-indirect-buffer): Don't ignore NORECORD.
6436 (next-completion): Properly handle the case where items are adjacent.
6437
6438 * mouse.el (popup-menu): Stupid typo.
6439
6440 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6441
6442 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6443 maintainer, keywords tags.
6444
6445 * rect.el (replace-rectangle): Don't call string-rectangle-line
6446 with too many arguments.
6447
6448 2000-11-22 Andre Spiegel <spiegel@gnu.org>
6449
6450 * ediff-util.el (ediff-file-checked-out-p)
6451 (ediff-file-checked-in-p): Call vc-state instead of
6452 vc-locking-user, which no longer exists.
6453
6454 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6455
6456 2000-11-22 Dave Love <fx@gnu.org>
6457
6458 * md5.el (md5): Provide.
6459 (md5): Fix error call.
6460
6461 2000-11-22 Miles Bader <miles@gnu.org>
6462
6463 * textmodes/refill.el (refill-adjust-ignorable-overlay)
6464 (refill-fill-paragraph-at): Remove debugging code.
6465
6466 * calendar/calendar.el (generate-calendar-window): When we don't
6467 call `fit-window-to-buffer', make sure the top line is fully visible.
6468
6469 * image-file.el (insert-image-file): Don't make `read-only'
6470 property rear-nonsticky.
6471
6472 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6473 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6474 stashing away its original value.
6475 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6476 in the recursive edit.
6477 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6478 (isearch-done): Restore `minibuffer-message-timeout'.
6479
6480 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6481
6482 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6483
6484 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6485
6486 * find-lisp.el (find-lisp-find-files-internal):
6487 Use dolist, when and file-name-as-directory.
6488
6489 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
6490 (define-derived-mode, define-minor-mode): Add specs.
6491
6492 * window.el: General comment and spacing fixes.
6493 (save-selected-window): Use backquotes.
6494 (window-safely-shrinkable-p): New function.
6495 (shrink-window-if-larger-than-buffer): Use it.
6496
6497 * subr.el (make-local-hook): Docstring fix.
6498
6499 * shell.el (shell-mode): Use define-derived-mode.
6500
6501 * newcomment.el (comment-indent): Insert comment before calling
6502 comment-indent-function. Don't insert in column 0.
6503 (comment-dwim): Indent before inserting comment.
6504
6505 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6506 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6507 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6508 Use mapc rather than map.
6509
6510 * files.el (find-buffer-visiting): Compare all attributes before
6511 declaring two files identical (rather than just their inode-no).
6512 (auto-mode-alist): Use \' rather than $.
6513
6514 * which-func.el: Update maintainer line.
6515
6516 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6517 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6518 (uniquify-buffer-file-name): Use it.
6519
6520 2000-11-22 Miles Bader <miles@gnu.org>
6521
6522 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6523 * simple.el (minibuffer-avoid-prompt): New function.
6524
6525 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6526
6527 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6528
6529 2000-11-21 Miles Bader <miles@gnu.org>
6530
6531 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6532 inclusion of `track-mouse'.
6533
6534 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6535 (refill-adjust-ignorable-overlay): New function.
6536 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6537 only the paragraph's tail if possible.
6538 Update `refill-ignorable-overlay'.
6539 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6540
6541 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6542 point inside the fill-prefix.
6543
6544 * textmodes/refill.el (refill-post-command-function): Don't reset
6545 refill-doit in the case where a self-insertion command doesn't
6546 case a refill. Use `refill-fill-paragraph-at', getting position
6547 from `refill-doit'.
6548 (refill-after-change-function): Set `refill-doit' to END.
6549 (refill-fill-paragraph-at): New function, mostly from old
6550 refill-fill-paragraph.
6551 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6552 (refill-pre-command-function): New function.
6553 (refill-mode): Add it to `pre-command-hook'.
6554
6555 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6556
6557 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6558
6559 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6560 javadoc tags.
6561
6562 2000-11-20 Andre Spiegel <spiegel@gnu.org>
6563
6564 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6565 vc.el).
6566
6567 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
6568 require vc.
6569
6570 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
6571 checkouts.
6572
6573 2000-11-20 Dave Love <fx@gnu.org>
6574
6575 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6576
6577 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
6578
6579 * calculator.el (calculator-paste): Use `if' instead of `and'
6580 and `or'.
6581 (calculator-help): Don't use electric-describe-mode for XEmacs.
6582
6583 2000-11-19 Gerd Moellmann <gerd@gnu.org>
6584
6585 * info.el (info-menu-5): Doc fix.
6586
6587 * textmodes/artist.el: New file.
6588
6589 2000-11-19 Andre Spiegel <spiegel@gnu.org>
6590
6591 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
6592 and differentiate according to checkout model.
6593 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6594 since this function is only concerned with master state.
6595
6596 * vc-hooks.el (vc-workfile-unchanged-p)
6597 (vc-default-workfile-unchanged-p): Moved here from vc.el.
6598
6599 * vc.el (vc-workfile-unchanged-p)
6600 (vc-default-workfile-unchanged-p): See above.
6601
6602 2000-11-19 Miles Bader <miles@gnu.org>
6603
6604 * image-file.el (insert-image-file): Make `intangible' and
6605 `read-only' properties rear-nonsticky too.
6606
6607 2000-11-18 Gerd Moellmann <gerd@gnu.org>
6608
6609 * ps-print.el: Update copyright notice.
6610
6611 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6612 (tooltip-show): Use the offsets.
6613
6614 * bindings.el (mode-line-modified): Fix a typo.
6615 (mode-line-toggle-modified, mode-line-widen)
6616 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6617
6618 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6619
6620 * ps-print.el (toplevel): Test for find-coding-system being
6621 fboundp before calling ps-x-find-coding-system.
6622
6623 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6624
6625 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6626 (vc-version-backup-file): Docstring fix.
6627
6628 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6629
6630 * files.el (basic-save-buffer): Don't add a newline if
6631 find-file-literally is non-nil.
6632 (find-file-literally): Extend doc string.
6633
6634 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6635 sort(1) with the `-f' argument.
6636
6637 2000-11-16 Andre Spiegel <spiegel@gnu.org>
6638
6639 * vc.el: Updated backend documentation.
6640 (vc-default-check-headers): New function.
6641
6642 * vc-{cvs,rcs,sccs}.el: Functions reordered.
6643
6644 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
6645 up-to-date.
6646 (vc-do-command): In the asynchronous case, output messages only if
6647 the minibuffer is not active.
6648
6649 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
6650 `vc-cvs-use-edit' is on.
6651 (vc-cvs-checkout): When this is used for reverting the workfile,
6652 make a backup of the original contents and revert to that in case
6653 of error.
6654 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
6655 remote repositories.
6656
6657 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6658 for both version and ratio in the minibuffer.
6659
6660 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
6661 Use vc-do-command to perform the annotation, not call-process.
6662
6663 2000-11-16 Kenichi Handa <handa@etl.go.jp>
6664
6665 * international/quail.el (quail-start-translation): Don't call
6666 `message' before reading key sequence.
6667
6668 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6669
6670 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6671
6672 2000-11-16 Kenichi Handa <handa@etl.go.jp>
6673
6674 * window.el (fit-window-to-buffer): Be sure to acquire at least
6675 one text line even if the buffer is empty.
6676
6677 2000-11-16 Gerd Moellmann <gerd@gnu.org>
6678
6679 * net/ange-ftp.el (ange-ftp-file-writable-p)
6680 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6681 Bind ange-ftp-process-verbose to nil.
6682
6683 2000-11-15 Dave Love <fx@gnu.org>
6684
6685 * wid-edit.el (widget-specify-field, widget-specify-button):
6686 If :help-echo is a function, set help-echo of overlay to
6687 widget-mouse-help.
6688 (widget-mouse-help): New function.
6689 (widget-echo-help): Rewritten for :help-echo functions only taking
6690 a widget arg.
6691
6692 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6693 Use display-graphic-p.
6694 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6695 and that JPEG is available.
6696 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6697
6698 * international/mule-cmds.el (locale-charset-language-names):
6699 Match @euro.
6700
6701 2000-11-15 Gerd Moellmann <gerd@gnu.org>
6702
6703 * faces.el (face-set-after-frame-default):
6704 If `inhibit-default-face-x-resources' is bound, don't intialize the
6705 default face from X resources.
6706
6707 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6708
6709 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6710 Don't set EMACSLOADPATH.
6711
6712 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6713
6714 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6715 texinfo-insert-@url.
6716 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6717 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6718
6719 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6720
6721 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6722 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6723 (checkdoc-minor-keymap): Backward compatibility.
6724 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6725 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6726 (checkdoc-this-string-valid-engine): Be a bit more strict
6727 to avoid matching substrings of `...' quoted vars/funs.
6728 (checkdoc-defun-info): Only look for `interactive' if alone.
6729 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6730
6731 * progmodes/compile.el (grep): `tag-default' can be nil.
6732
6733 * newcomment.el (comment-indent): Paren typo.
6734
6735 2000-11-14 Dave Love <fx@gnu.org>
6736
6737 * calculator.el: New maintainer version.
6738
6739 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
6740
6741 * cmuscheme.el: Doc fixes.
6742 (cmuscheme) <defgroup>: Use `scheme' as parent.
6743 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
6744
6745 * xscheme.el (scheme-program-name): Don't define here.
6746
6747 * progmodes/scheme.el (scheme-program-name): New variable
6748 (originally in cmuscheme).
6749
6750 2000-11-14 Miles Bader <miles@gnu.org>
6751
6752 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6753 Handle header-lines. Don't loop forever if we can't enlarge the
6754 window anymore. Simplify a bit.
6755
6756 2000-11-14 Kenichi Handa <handa@etl.go.jp>
6757
6758 * window.el (fit-window-to-buffer): Don't check
6759 window-text-height. Assure that the last line is fully visible.
6760
6761 * international/quail.el (quail-show-guidance-buf):
6762 Call fit-window-to-buffer to assure the enough height of the guidance
6763 buffer.
6764 (quail-update-guidance): Avoid making the guidance buffer shorter.
6765
6766 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6767
6768 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6769 rather than `prepend' and add an interesting comment.
6770 (tex-math-face, tex-font-lock-syntactic-face-function):
6771 New face and function to use it.
6772 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6773 than `menu-enable' symbol property.
6774 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6775 (tex-mode): Add some latex-mode commands for auto-selection.
6776 Use tex-font-lock-syntactic-face-function.
6777 (tex-insert-quote): Simplify.
6778 (tex-shell): New mode.
6779 (tex-start-shell): Use it.
6780 (tex-shell-proc, tex-shell-buf): New functions.
6781 (tex-send-command): Use it.
6782 (tex-main-file): Fix the meaning of the new arg REALFILE.
6783 (tex-send-tex-command): New function split from `tex-start-tex'.
6784 Set compilation-last-buffer and compilation-parsing-end.
6785
6786 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6787 when it follows non-comment text on the line.
6788
6789 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6790 Set font-lock-defaults.
6791 (lisp-mode-shared-map): Init inside the defvar.
6792 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6793 Use define-derived-mode.
6794
6795 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6796
6797 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6798
6799 2000-11-14 Gerd Moellmann <gerd@gnu.org>
6800
6801 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6802 Don't recursively optimize body because that can lead to infinite
6803 recursion; see comment there.
6804
6805 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6806
6807 * faces.el (face-spec-set-match-display): Revert the change from
6808 2000-10-24. Add a FIXME for after v21.1.
6809
6810 2000-11-13 Miles Bader <miles@gnu.org>
6811
6812 * textmodes/fill.el (skip-line-prefix): New function.
6813 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6814 (fill-paragraph): Don't leave point inside the fill-prefix.
6815 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6816 point inside the fill-prefix.
6817
6818 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6819
6820 * calendar/calendar.el (generate-calendar-window):
6821 Use `fit-window-to-buffer'.
6822
6823 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * gud.el (gud-minor-mode): New var.
6826 (gud-symbol, gud-val): New functions.
6827 (gud-find-file): Copy gud-minor-mode to the new buffer.
6828 (gud-menu-map): Include entries for commands that are not always
6829 available, using :enable to (de)activate them.
6830 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6831 (gud-mode-map): New map.
6832 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
6833 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6834 Don't set up gud's menu (it's done by the minor-mode).
6835 (gud-minibuffer-local-map): New.
6836 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6837 (gud-query-cmdline): New function.
6838 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6839 (gud-mode): Use define-derived-mode.
6840 Don't set up gud's menu (it's done by the minor-mode).
6841 (gud-chop-words): Remove.
6842 (gud-common-init): Use split-string instead.
6843 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6844
6845 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6846 Add keyword arg :name.
6847
6848 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6849 (diff-count-matches, diff-split-hunk): New functions.
6850 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6851
6852 * pcvs-info.el (cvs-fi-conflict-face): New var.
6853
6854 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6855 Make it into a simple syntax-table, shared among all submodes.
6856 (sh-heredoc-face): Re-introduce.
6857 (sh-font-lock-syntactic-face-function): New function.
6858 (sh-mode): Use it. Also use define-derived-mode.
6859 Remove old bogus setting of indent-region-function.
6860 (sh-set-shell): Don't set the syntax-table any more.
6861 (sh-mode-syntax-table) <defun>: Remove.
6862
6863 2000-11-12 Miles Bader <miles@gnu.org>
6864
6865 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6866 message if interactive.
6867
6868 2000-11-12 Dave Love <fx@gnu.org>
6869
6870 * mail/feedmail.el: Fix header,
6871 (feedmail) <defgroup>: Add :link.
6872
6873 * view.el: Use local-map property, not keymap on mode-line string.
6874
6875 * scroll-all.el (scroll-all-mode): Customize variable.
6876 Add autoload cookie to function.
6877
6878 * lazy-lock.el: Remove compatibility code.
6879
6880 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6881 (finder-help-echo): New variable.
6882 (finder-mouse-face-on-line): Add help-echo stuff.
6883 (finder-list-keywords, finder-list-matches): Use mapc.
6884
6885 * faces.el (face-font-registry-alternatives): Add :version.
6886
6887 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6888 tags-table-list.
6889
6890 * net/browse-url.el (browse-url-browser-function): Update :version.
6891
6892 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
6893 (mail-mode): Use [:alnum:] in some regexps.
6894
6895 2000-11-10 Dave Love <fx@gnu.org>
6896
6897 * ediff.el (ediff-regions-internal, ediff-documentation):
6898 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6899 fundamental mode.
6900
6901 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6902 buffer into fundamental mode.
6903 (ediff-set-difference): Use copy-sequence if available.
6904
6905 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6906 Check ediff-patch-map non-nil.
6907 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6908 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6909 buffer into fundamental mode.
6910
6911 * ediff-merg.el (state-or-merge): Defvar when compiling.
6912
6913 2000-11-10 Jason Rumney <jasonr@gnu.org>
6914
6915 * w32-fns.el (w32-add-charset-info): New function.
6916 (w32-charset-info-alist): Use it.
6917
6918 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6919
6920 * faces.el (face-font-registry-alternatives): New user-option.
6921
6922 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * textmodes/texinfo.el (texinfo-block-default): New var.
6925 (texinfo-insert-block): Use it. Insert a newline if needed.
6926
6927 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6928 (fill-region-as-paragraph): Use it.
6929
6930 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6931 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6932 Tweak paragraph regexps to allow a leading [ \t]*.
6933 (tex-latex-block): Insert a newline if necessary.
6934 (latex-insert-item): Only insert a newline if necessary.
6935 (tex-guess-main-file): New function.
6936 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6937 Set tex-main-file if TeX-master is provided.
6938 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6939
6940 2000-11-10 Gerd Moellmann <gerd@gnu.org>
6941
6942 * startup.el (command-line): Set the default tooltip-mode
6943 to t for graphical displays which implement x-show-tip.
6944
6945 * tooltip.el (tooltip-mode): Add a comment about startup.el
6946 setting the default value of this user-option.
6947
6948 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6949
6950 * font-lock.el (font-lock-*-face) <defvar>: Move.
6951 (font-lock-defaults-alist): Mark obsolete.
6952 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6953 (font-lock-mode): Use define-minor-mode.
6954 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6955 (font-lock-turn-off-thing-lock): Be more explicit.
6956 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6957 (font-lock-syntactic-face-function): New var.
6958 (font-lock-fontify-syntactically-region): Use it.
6959 (font-lock-doc-face): New.
6960
6961 * pcvs.el (cvs-enabledp): Ignore errors.
6962 (cvs-commit-filelist): Never query.
6963 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6964 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6965 (cvs-do-removal): Use cvs-partition rather than delete-if.
6966 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6967 cvs-bury-buffer.
6968
6969 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6970 Allow `next' to jump to after the end of the last match.
6971
6972 2000-11-09 Gerd Moellmann <gerd@gnu.org>
6973
6974 * simple.el (byte-compiling-files-p): New function.
6975
6976 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6977 if it is there.
6978
6979 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6980 nil again.
6981
6982 * textmodes/ispell.el (ispell-library-path): Don't call
6983 check-ispell-version when byte-compiling because that starts
6984 an ispell process, and ispell might not be installed.
6985 (toplevel): Don't set up a menu when byte-compiling.
6986
6987 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6988 it, so that a boundp test can be used to determine if we're
6989 currently byte-compiling.
6990
6991 2000-11-09 Dave Love <fx@gnu.org>
6992
6993 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
6994
6995 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6996
6997 * ps-print.el: Patch for variable initialization when spooling.
6998 Doc fix.
6999 (ps-output-list): Fun eliminated.
7000 (ps-begin-file, ps-begin-job): Code fix.
7001
7002 2000-11-08 Dave Love <fx@gnu.org>
7003
7004 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
7005
7006 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7007
7008 * simple.el (shell-command, display-message-or-buffer)
7009 (shell-command-on-region): Mention resize-mini-windows in the doc
7010 string.
7011 (display-message-or-buffer): Take the value of resize-mini-windows
7012 into account.
7013
7014 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7015
7016 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7017
7018 * dired.el (dired-between-files): Add `^. find' as an alternative
7019 to the regular expression, for find-dired.
7020
7021 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7022
7023 * textmodes/texnfo-upd.el: Require texinfo.
7024 (defmacro, defgroup): Remove.
7025 (texinfo-section-to-generic-alist): Remove.
7026 Use texinfo-section-list instead (i.e. level is changed string->int).
7027 (texinfo-filter): New function.
7028 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7029 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7030 Use it. And use regexp-opt.
7031 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7032 (texinfo-update-menu-region-beginning)
7033 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7034 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7035 (texinfo-update-menu-same-level-regexps): Update.
7036 (texinfo-update-node, texinfo-every-node-update)
7037 (texinfo-sequential-node-update): Remove autoload cookie.
7038
7039 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7040 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7041 (texinfo-chapter-level-regexp): Remove.
7042 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7043
7044 2000-11-06 Dave Love <fx@gnu.org>
7045
7046 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
7047
7048 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7049 Match defun*.
7050
7051 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7052
7053 * composite.el (composition-function-table): Variable declaration
7054 moved to src/composite.c.
7055 (compose-chars-after): New optional arg object.
7056
7057 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7058
7059 * bindings.el (mode-line-toggle-read-only)
7060 (mode-line-toggle-modified, mode-line-widen)
7061 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7062 (make-mode-line-mouse2-map): Rewritten.
7063 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7064 functions so that C-h k can show something with a doc string.
7065
7066 * startup.el (fancy-splash-delay): Set to 10 seconds.
7067 (fancy-splash-max-time): New user-option.
7068 (fancy-splash-stop-time): New variable.
7069 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7070 (fancy-splash-screens-1): Throw `stop-splashing' when current
7071 time is greater than fancy-splash-stop-time.
7072
7073 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7074
7075 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7076
7077 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7078 Prompt user for a file rather than raising an error.
7079 (cvs-enabledp): Fix call to cvs-mode-marked.
7080 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7081 (cvs-mode-insert): Use it. Change the init prompt' value.
7082 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7083
7084 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7085 Don't pass default arg to ewoc-locate.
7086 (ewoc-collect): Return result in the right order.
7087
7088 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7089
7090 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7091 (cvs-status-get-tags): Fix regexp.
7092 (cvs-status-trees, cvs-status-cvstrees):
7093 Combine after change hooks and don't sit-for.
7094 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7095 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
7096 Use make-char rather than hard-coded cryptic data.
7097 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7098
7099 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7100
7101 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7102 (cvs-insert-strings): New function.
7103
7104 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7105
7106 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7107 `mwheel-scroll-amount'.
7108 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7109 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7110 string-matching against the version string.
7111
7112 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7113
7114 * language/thai.el ("Thai"): Set a lisp form that produces
7115 composed string in `sample-text' language info.
7116
7117 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7118 composed string in `sample-text' language info.
7119
7120 * international/mule-cmds.el (describe-language-environment):
7121 Eval `sample-text' data and insert the result.
7122
7123 * international/mule-conf.el (compound-text): Define this coding
7124 system here. Make x-ctext and ctext aliases of it.
7125
7126 * language/european.el (compound-text, ctext): Moved to
7127 international/mule-conf.el.
7128
7129 2000-11-05 Andrew Innes <andrewi@gnu.org>
7130
7131 * w32-fns.el (w32-version): New function.
7132
7133 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7134
7135 * progmodes/awk-mode.el: Update copyright.
7136 (awk-mode-abbrev-table): Remove.
7137 (awk-font-lock-keywords): Use regexp-opt.
7138 (awk-mode): Use define-derived-mode.
7139
7140 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7141 when extracting a suffix.
7142
7143 2000-11-04 Andre Spiegel <spiegel@gnu.org>
7144
7145 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7146 auto-save-mode.
7147
7148 2000-11-04 Jason Rumney <jasonr@gnu.org>
7149
7150 * language/european.el (decode-mac-roman): Test against r1 not r0.
7151
7152 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7155 (icon-mode): Define indent-line-function.
7156 (icon-comment-indent): Simplify.
7157 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7158
7159 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7160
7161 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7162 Bind change-log-default-mode to defeat the caching done on it.
7163 Don't bother saving excursion any more.
7164
7165 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7166
7167 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7168 (set-frame-font): Use the new name (and the old for compatibility).
7169
7170 * toolbar/tool-bar.el (tool-bar-mode):
7171 * time.el (display-time-mode):
7172 * recentf.el (recentf-mode):
7173 * paren.el (show-paren-mode):
7174 * mwheel.el (mouse-wheel-mode):
7175 * msb.el (msb-mode):
7176 * jka-compr.el (auto-compression-mode):
7177 * image-file.el (auto-image-file-mode):
7178 * hl-line.el (hl-line-mode):
7179 * delsel.el (delete-selection-mode):
7180 * autoinsert.el (auto-insert-mode):
7181 * complete.el (partial-completion-mode): Drop unneeded positional args.
7182
7183 * info.el (Info-mode):
7184 * comint.el (comint-mode): Don't bother with make-local-hook.
7185
7186 * log-edit.el (log-edit-menu): New menu.
7187
7188 2000-11-03 Miles Bader <miles@gnu.org>
7189
7190 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7191 definition, so that trailing spaces are handled properly.
7192 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7193
7194 2000-11-03 Gerd Moellmann <gerd@gnu.org>
7195
7196 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7197 tab character.
7198 (fancy-splash-screens): Set tab-width to 20.
7199
7200 2000-11-03 Dave Love <fx@gnu.org>
7201
7202 * comint.el (comint-completion-addsuffix): Fix custom type.
7203
7204 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7205
7206 * font-lock.el (font-lock-buffers): Remove.
7207 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7208 (font-lock-change-major-mode): Remove.
7209 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7210 (font-lock-default-fontify-region): Extend the multiline
7211 fontification to whole lines.
7212 (font-lock-fontify-anchored-keywords)
7213 (font-lock-fontify-keywords-region): If matching just one
7214 line (with \n) only mark the \n as multiline.
7215
7216 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7217 Correctly handle the case where several :group args are supplied.
7218 Allow :extra-args.
7219 (easy-mmode-define-global-mode): Allow :extra-args.
7220 Correctly handle the case where several :group args are supplied.
7221
7222 2000-11-02 Miles Bader <miles@gnu.org>
7223
7224 * calendar/calendar.el (diary-face, calendar-today-face)
7225 (holiday-face): Remove dependency on `window-system'.
7226
7227 2000-11-02 Ken Raeburn <raeburn@gnu.org>
7228
7229 * Makefile.in (emacs): Set EMACSLOADPATH always.
7230 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
7231 (compile-files): Bomb out if compilation of a file fails.
7232
7233 2000-11-02 Dave Love <fx@gnu.org>
7234
7235 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7236
7237 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7238
7239 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7240 punctuation in the warning inserted into the *mail* buffer.
7241
7242 2000-11-02 Gerd Moellmann <gerd@gnu.org>
7243
7244 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7245 (authors-public-domain-p): New function.
7246 (authors-print): Use it.
7247
7248 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7249
7250 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7251
7252 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7253
7254 * ps-print.el: Extension for even/odd printing. Doc fix.
7255 (ps-print-version): New version number (6.3.1).
7256 (ps-even-or-odd-pages): Customization fix.
7257 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7258 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7259 (ps-page-count): Var replaced by `ps-page-column'.
7260 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7261 (ps-print-sheet-p): New fun.
7262
7263 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7264
7265 * tooltip.el (tooltip-gud-tips-setup): New function.
7266 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7267 (tooltip-mode): Call tooltip-gud-tips-setup.
7268 (tooltip-gud-tips): Use `gud-basic-call' instead of
7269 process-send-string, so the prompt gets frobbed appropriately.
7270 Handle nil return value from `tooltip-gud-print-command'.
7271
7272 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7273
7274 * comint.el (comint-add-to-input-history): New function.
7275 (comint-send-input): Use `comint-add-to-input-history'.
7276
7277 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7278
7279 * info.el (info-menu-header): New face.
7280 (Info-fontify-menu-headers): New function.
7281 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7282
7283 * info.el (Info-insert-dir): Don't include blank lines at
7284 beginning of additional dir files (one is added automatically).
7285
7286 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * emacs-lisp/easy-mmode.el (define-minor-mode):
7289 Revert the latest changes.
7290 Allow the three positional arguments to be skipped and replaced
7291 by keyword arguments.
7292 Add a :toggle argument to determine whether a nil arg means toggle
7293 or means turn-on. The default is unchanged.
7294 Add a call to force-mode-line-update.
7295
7296 2000-11-01 Dave Love <fx@gnu.org>
7297
7298 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
7299
7300 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7301
7302 * calendar/calendar.el (diary-face, holiday-face):
7303 Add dark-background variants.
7304
7305 2000-10-31 Sam Steingold <sds@gnu.org>
7306
7307 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7308 `tex-main-file' does not have directory in it.
7309
7310 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7311
7312 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7313
7314 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7315
7316 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7317 functional change.
7318
7319 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7320
7321 * files.el (find-file-noselect): When we expand a wildcard, return
7322 a list of buffers, as we should do according to the doc string.
7323
7324 2000-10-31 Ken Raeburn <raeburn@gnu.org>
7325
7326 * loadup.el (top level): Adjust load path if program name is
7327 "../src/bootstrap-emacs", in case it's not dumped and thus the
7328 load path adjustment hasn't already been done.
7329
7330 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7331
7332 * ps-print.el: Fix bug on selected pages for printing.
7333 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
7334 is on. Try to avoid warning messages when compiling. Doc Fix.
7335 (ps-print-version): New version number (6.3).
7336 (ps-color-device): Use `color-values' to determine if device
7337 supports color.
7338 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7339 (ps-print-page-p): Changed from defsubst to defun.
7340 (ps-page-number): Changed from defmacro to defun.
7341 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7342 printing.
7343 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
7344 (ps-end-file, ps-dummy-page): Funs eliminated.
7345 (ps-print-color-scale): Changed default value.
7346 (ps-page-n-up, ps-print-page-p): New internal vars.
7347 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7348 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7349
7350 * delim-col.el: Little programming improvement.
7351 (delimit-columns-str): New macro.
7352 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7353
7354 2000-10-31 Kenichi Handa <handa@etl.go.jp>
7355
7356 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7357 Moved to european.el.
7358 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7359 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7360 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7361 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
7362
7363 2000-10-30 Dave Love <fx@gnu.org>
7364
7365 * progmodes/cc-menus.el (imenu-generic-expression)
7366 (imenu-progress-message): Only defvar when compiling.
7367
7368 * emacs-lisp/elp.el (elp-unload-hook): New function.
7369
7370 * loadhist.el (unload-feature): Call elp-restore-function,
7371 checking for symbols; don't use elp-restore-all.
7372 (loadhist-hook-functions): Doc fix.
7373
7374 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7375
7376 * log-edit.el (log-edit-confirm): Fix the default.
7377
7378 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7379
7380 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7381 delimit-columns-format.
7382 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7383
7384 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7385
7386 * comint.el (comint-replace-by-expanded-history): Don't use
7387 comint-get-old-input (we're not looking at *old* input).
7388 (comint-get-old-input-default): If using fields, signal an error
7389 when the point is not in an input field.
7390
7391 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7392
7393 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7394 and mule-unicode-e000-ffff.
7395
7396 * international/mule.el (decode-char, encode-char): New functions.
7397 (make-coding-system): Accept a symbol of translation table as a
7398 value of property `safe-chars'.
7399
7400 * international/mule-cmds.el (encode-coding-char): Check property
7401 safe-chars instead of safe-charsets.
7402
7403 * international/fontset.el (fontset-default): Modified for
7404 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7405 (x-font-name-charset-alist): Likewise.
7406 (ccl-encode-unicode-font): New CCL program. Record it in
7407 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7408
7409 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7410 New translation tables.
7411 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7412 programs are modified and moved from mac-win.el.
7413 (mac-roman): Definition of this coding system is modified and
7414 moved from mac-win.el.
7415
7416 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7417
7418 * ediff-wind.el (ediff-setup-control-frame): Enclose
7419 face-attribute in condition-case to avoid errors in older emacsen.
7420
7421 2000-10-29 Miles Bader <miles@gnu.org>
7422
7423 * custom.el (custom-add-to-group): Allow multiple entries for a
7424 given value OPTION, as long as their widget types are different.
7425 * cus-edit.el (custom-face-value-create): If face name doesn't end
7426 with "face", add such here (similar to custom group widgets).
7427
7428 * comint.el (comint-highlight-prompt): Add :type.
7429
7430 2000-10-28 John Wiegley <johnw@gnu.org>
7431
7432 * calendar/timeclock.el (timeclock-log): Doc fix.
7433 (timeclock-last-event): Doc fix.
7434 (timeclock-log): Kill the timelog buffer after appending a new event.
7435 (timeclock-find-discrep): Use a temp buffer to read in the
7436 timelog, instead of visiting the file.
7437 (timeclock-log-data): A new function, along with a host of helper
7438 functions, for the purpose of making timelog data accessible to
7439 programmers.
7440
7441 * eshell/esh-mode.el (window-height test): Make certain that
7442 `eshell-stringify-t' is non-nil.
7443 (eshell-password-prompt-regexp): Changed to a much simpler
7444 password regexp.
7445 (eshell-send-input): If `eshell-invoke-directly' returns t,
7446 directly invoke the parsed command using `eval'. This improves
7447 turn-around time on simple commands by a factor of three or
7448 greater, such as cd, ls, pwd, etc. -- which get used very often.
7449 It also conserves thousands of cons cells per call (since
7450 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7451 in the Pacific Cookie Company).
7452
7453 * eshell/esh-test.el (eshell-test): Whitespace fix.
7454
7455 * eshell/em-ls.el (eshell-ls-insert-directory):
7456 Make `eshell-ls-initial-args' nil when inserting directory contents.
7457
7458 * eshell/em-script.el (eshell-script-initialize): Add names to
7459 `eshell-complex-commands, since `source' and `.' are complex.
7460
7461 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7462 (eshell-rewrite-while-command): Use `eshell-protect' instead of
7463 `eshell-copy-handles'.
7464 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7465 bodies.
7466 (eshell-separate-commands): Whitespace fix.
7467 (eshell-complex-commands): Added a new list of names, for
7468 determining whether a given command is as simple as it looks.
7469 (eshell-invoke-directly): New function. Returns t if a command
7470 should be invoked directly (using `eval'), rather than indirectly
7471 using `eshell-do-eval'.
7472 (eshell-do-eval): Whitespace fix.
7473
7474 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7475 which provides an emulation of the DOS shell behavior of assuming
7476 that cp/mv/ln should copy/move/link to the current directory.
7477 (eshell-remove-entries): Added a doc string.
7478 (eshell-shuffle-files): Removed the check for `target' being null.
7479 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7480 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7481 it to do a smarter check of whether a destination was provided.
7482 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7483 (eshell/ln): Enable `:preserve-args', and use
7484 `eshell-mvcpln-template' to implement the body of the function.
7485 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7486 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
7487 list after flattening it. This makes it possible to cat files
7488 with numerical names.
7489 (eshell-unix-initialize): Added several names to
7490 `eshell-complex-commands.
7491 (eshell-unix-command-complex-p): Return t if a given command name
7492 may result in external processes being invoked.
7493
7494 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7495 variable nil by default, since it slows down glob processing by a
7496 factor of two or more, and increases memory consumption.
7497
7498 * eshell/em-smart.el: Added a note about how memory consumptive
7499 smart display mode can be (at least this is true in Emacs 21).
7500 (eshell-smart-initialize): Whitespace fix.
7501 (eshell-refresh-windows): Use `if' instead of `when'.
7502 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7503 not necessary.
7504 (eshell-currently-handling-window): Added a missing global variable.
7505
7506 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7507 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7508 Whitespace fix.
7509 (eshell-ls-exclude-hidden): Added this variable in addition to
7510 `eshell-ls-exclude-regexp'. This one prevents files beginning
7511 with . from even being read, which can improve memory consumption
7512 quite a bit.
7513 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7514 read file entries beginning with a dot. In home directories with
7515 lots of hidden files, fully two-thirds of the time spent in ls is
7516 used to read directory entries that are immediately thrown away.
7517 (eshell-ls-initial-args): Added back this configuration variable,
7518 for specifying default initial arguments to every call to ls.
7519 Much faster than using an alias to do the same thing.
7520 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7521 (eshell-ls-dir): Whitespace change.
7522
7523 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7524
7525 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
7526 (eshell-stringify-t): Added a customization variable, to indicate
7527 whether `t' should be rendered as a string at all. If not, one
7528 can still determine if the result of an expression is true using
7529 "file-exists-p FILE && echo true".
7530 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7531 stringify t!
7532
7533 * eshell/esh-module.el: Whitespace fix.
7534
7535 * eshell/em-alias.el (eshell-alias-initialize):
7536 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
7537 (eshell-command-aliased-p): New function that returns t if a
7538 command name names an aliased.
7539
7540 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
7541
7542 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
7543 redrawing the screen when changing cursor color.
7544 (viper-insert-state-pre-command-sentinel)
7545 (viper-replace-state-pre-command-sentinel)
7546 (viper-replace-state-post-command-sentinel):
7547 Use viper-preserve-cursor-color.
7548 Many functions changed to use viper= instead of = when comparing
7549 characters.
7550 * viper-util.el (viper-memq-char,viper=): New functions for
7551 working with characters.
7552 (viper-change-cursor-color): Fixed buglet.
7553 Many functions changed to use viper= instead of = when comparing
7554 characters.
7555 * viper.el (viper-insert-state-mode-list): Added eshell.
7556
7557 * ediff-init.el (ediff-before-setup-hook): New hook.
7558 Several typos fixed in various docstrings.
7559 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
7560 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
7561 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7562 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7563 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7564 (ediff-get-selected-buffers): New function.
7565 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
7566 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7567 Use save-window-excursion.
7568 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
7569 termination check in while loop.
7570 * ediff.el (ediff-get-default-file-name): Better defaults when in
7571 dired buffer.
7572 (ediff-files,ediff-merge-files,ediff-files3)
7573 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
7574
7575 2000-10-28 Dave Love <fx@gnu.org>
7576
7577 * info.el (Info-fontify-node): Add help-echo for menu items.
7578
7579 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * startup.el (normal-top-level): If the value of $TERM indicates
7582 we are running from xterm or one of its work-alikes, default to a
7583 light background mode.
7584
7585 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7586 * faces.el (tty-handle-reverse-video): New function.
7587 (tty-create-frame-with-faces): Call it.
7588
7589 * frame.el (frame-notice-user-settings): Don't apply
7590 default-frame-alist and initial-frame-alist to MS-DOS frames.
7591 Call tty-handle-reverse-video, frame-set-background-mode, and
7592 face-set-after-frame-default for non-MS-DOS frames.
7593
7594 * startup.el (tty-long-option-alist): New variable.
7595 (tty-handle-args): New function.
7596 (command-line): Call tty-handle-args.
7597
7598 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7599 startup.el now does that for all character-terminal frames.
7600
7601 2000-10-28 Miles Bader <miles@gnu.org>
7602
7603 * emacs-lisp/easy-mmode.el (define-minor-mode):
7604 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7605 is global. If :global is followed by a non-nil but non-t value,
7606 make the mode buffer-local, but also generate a `global-MODE'
7607 version using `easy-mmode-define-global-mode'.
7608 Add :conditional-turn-on keyword argument.
7609
7610 2000-10-28 Dave Love <fx@gnu.org>
7611
7612 * international/latin1-disp.el (latin1-char-displayable-p):
7613 Don't use window-system.
7614
7615 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7616
7617 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7618 Don't call find-buffer-file-type-coding-system. Instead, just
7619 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7620 if the file is on an untranslated filesystem.
7621 (add-untranslated-filesystem): Use "D" instead of "f" inside
7622 interactive.
7623
7624 2000-10-27 Dave Love <fx@gnu.org>
7625
7626 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
7627 (refill-mode): Use it.
7628
7629 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7630
7631 * international/quail.el (quail-activate): Don't make-local-hook.
7632
7633 2000-10-27 Andre Spiegel <spiegel@gnu.org>
7634
7635 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7636 manual backups and file.~<rev>.~ for automatic ones.
7637 (vc-make-version-backup): Don't do it on MS-DOS without long file
7638 names.
7639
7640 * vc.el (vc-version-other-window): If an automatic backup of the
7641 desired version exists, rename it instead of copying it.
7642
7643 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7644 after command. If there's an unexpected error, signal it instead
7645 of being silent.
7646 (vc-cvs-merge-news): Be prepared for no news at all.
7647
7648 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7649
7650 * shell.el (shell): Add BUFFER argument.
7651 * comint.el (make-comint-in-buffer): New function.
7652 (make-comint): Use it.
7653
7654 * faces.el (face-spec-choose): Change syntax so that the list of
7655 attribute-value pairs is now the cdr of each clause, not the cadr.
7656 Detect old-style entries, and handle them. Use pop.
7657
7658 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7659
7660 * cus-edit.el (custom-mode-map): Use a sparse map.
7661 (custom-mode): Don't bother with make-local-hook.
7662
7663 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7664
7665 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7666
7667 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7668
7669 * ps-print.el: Avoid compilation gripes.
7670 (ps-print-version): New version number (6.2.1).
7671
7672 2000-10-26 Dave Love <fx@gnu.org>
7673
7674 * menu-bar.el: Modify some menu item help strings.
7675 (menu-bar-help-menu): Add link to MORE.STUFF.
7676
7677 * cus-edit.el (custom-mode): Add `special' mode-class property.
7678
7679 * wid-browse.el (widget-browse-mode): Likewise.
7680
7681 * wid-edit.el (widget-specify-field): Revert to using local-map
7682 property, not keymap.
7683
7684 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7685
7686 * wid-edit.el (widget-field-end): When checking for a `boundary'
7687 field, do so in the correct buffer.
7688
7689 * simple.el (undo): Correctly distinguish between numeric and
7690 non-numeric prefix args in non-transient-mark-mode, as per the doc
7691 string. When in transient-mark-mode, treat all prefix-args as
7692 numeric.
7693
7694 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7695 Position point on match. Handle N == 0 correctly.
7696
7697 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7698 (comint-mode-map): Reverse order of `comint-write-output' and
7699 `comint-append-output-to-file'.
7700 (comint-append-output-to-file): Reinstate this function, for the
7701 benefit of the menu.
7702
7703 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7704
7705 * vc.el (vc-version-other-window): Bind `file'.
7706
7707 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7708
7709 * Makefile.in (update-authors): New target for maintenance purposes.
7710
7711 * emacs-lisp/authors.el (batch-update-authors): New function.
7712 (authors-fixed-entries): New defconst.
7713 (authors-add-fixed-entries): New function.
7714 (authors): Call it.: Don't process lispref/.
7715
7716 2000-10-25 Jason Rumney <jasonr@gnu.org>
7717
7718 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7719 Merge x w32 and mac definitions.
7720
7721 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7722
7723 * menu-bar.el (menu-bar-options-menu): Add a help string for
7724 `uniquify'.
7725
7726 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7727
7728 * time-stamp.el (time-stamp-string-preprocess):
7729 Fix a wrong type argument error.
7730
7731 2000-10-25 Miles Bader <miles@gnu.org>
7732
7733 * recentf.el (recentf-mode): Variable removed.
7734 (recentf-mode): Use `define-minor-mode'.
7735
7736 * mwheel.el (mouse-wheel-mode): New global minor mode.
7737 (mwheel-install): Use `mouse-wheel-mode'.
7738
7739 2000-10-25 Dave Love <fx@gnu.org>
7740
7741 * progmodes/cperl-mode.el (cperl-mode):
7742 Set normal-auto-fill-function correctly.
7743
7744 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7745 Don't inherit from global-map and don't nullify menu-bar and tool-bar
7746 bindings.
7747
7748 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7749
7750 * wid-edit.el (widget-field-at): New function.
7751 (widget-at, widget-field-activate): Use it.
7752 (widget-tabable-at): Use `widget-at'.
7753 (widget-specify-field): If the terminating character of the widget
7754 field (which is read-only) is a newline, put it into a special
7755 `boundary' field so that C-n/C-p act more naturally.
7756 (widget-field-end): Also don't subtract one if a special
7757 `boundary' field has been added after the widget field.
7758
7759 * comint.el (comint-output-filter, comint-send-input):
7760 Don't bother adding stickiness fields to overlays to fool the field
7761 code, since it should notice the overlay insertion-types now.
7762
7763 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7764 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7765 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7766
7767 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7768
7769 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
7770 (authors): Set file coding system to iso-2022-7bit.
7771 Add file-local variables to output buffer.
7772
7773 * files.el (after-find-file): Don't print any warnings if
7774 WARN is nil.
7775
7776 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7777
7778 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7779
7780 * delim-col.el: Now there is a column formatting mechanism.
7781 Modified to customization mechanisms convention. Doc fix.
7782 (columns): New group for delim-col.
7783 (delimit-columns-before, delimit-columns-after)
7784 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7785 (delimit-columns-end): New vars.
7786 (delimit-columns-customize, delimit-columns-format): New funs.
7787 (delimit-columns-region, delimit-columns-rectangle)
7788 (delimit-columns-rectangle-line): Modified to support column
7789 formatting.
7790
7791 2000-10-24 Dave Love <fx@gnu.org>
7792
7793 * log-edit.el (log-edit): Add :version and a :group for vc.
7794
7795 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7796
7797 * files.el (after-find-file): Don't print a message ``New file''
7798 if WARN is nil.
7799
7800 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7801 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
7802 get duplicate tool-bar entries because we'll see the global ones
7803 on more than one path through keymaps.
7804
7805 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7806
7807 * progmodes/cmacexp.el: Change Francesco's email address.
7808
7809 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7810
7811 * window.el (fit-window-to-buffer): Adjust point of the window
7812 buffer, not that of the current buffer.
7813
7814 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7815
7816 * progmodes/cmacexp.el: Update the euthor's email address.
7817
7818 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7819
7820 * faces.el (face-spec-set-match-display): Add `graphic' display
7821 type (the inverse of `tty'). Use `display-graphic-p' instead of
7822 the window-system variable.
7823
7824 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7825
7826 * international/isearch-x.el (isearch-with-input-method):
7827 Call input-method-function with the first event in
7828 unread-command-events.
7829
7830 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7831
7832 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
7833
7834 2000-10-24 Andrew Choi <akochoi@i-cable.com>
7835
7836 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7837 New charsets.
7838
7839 * term/mac-win.el: Remove definitions of mac-roman-lower and
7840 mac-roman-upper, require dired, and define instead of set
7841 mac-ready-for-drag-n-drop to avoid compilation error.
7842
7843 2000-10-23 Andrew Innes <andrewi@gnu.org>
7844
7845 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7846 Remove superfluous calls to subst-char-in-string; instead apply
7847 expand-file-name after convert-standard-filename to ensure
7848 expected directory separators are used.
7849
7850 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7851
7852 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7853
7854 2000-10-23 Dave Love <fx@gnu.org>
7855
7856 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7857 (tool-bar-add-item): Set foreground and background for XBM icons.
7858
7859 * international/latin1-disp.el (latin1-char-displayable-p):
7860 New function (from Handa).
7861 (latin1-display-check-font): Use it.
7862
7863 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
7864 using :key-sequence, making it much more usable.
7865 Use nconc, not append.
7866 (imenu--create-keymap-1): Avoid append.
7867
7868 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
7869
7870 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7871
7872 [the following changes fix a bug where `define-minor-mode' didn't
7873 correctly generate :require clauses for defcustoms in compiled files]
7874 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7875 (byte-compile-log-file, byte-compile-log-1): Don't set
7876 `byte-compile-current-file' to nil. Instead set
7877 `byte-compile-last-logged-file' to it. Test whether
7878 byte-compile-current-file equals byte-compile-last-logged-file
7879 instead of whether its nil.
7880 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
7881
7882 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7883
7884 * textmodes/refill.el: Fix var names in doc.
7885 (refill-mode): Don't bother with make-local-hook anymore.
7886
7887 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7888
7889 * faces.el (face-user-default-spec, face-default-spec): New functions.
7890 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
7891 (frame-set-background-mode, face-set-after-frame-default):
7892 Use `face-user-default-spec'. Simplify code slightly.
7893
7894 * woman.el (woman-italic-face, woman-bold-face)
7895 (woman-unknown-face): Add dark-background variants.
7896 (woman-default-faces): Renamed from `woman-colour-faces'.
7897 Set using the stored defaults, rather than using hard-wired colors.
7898 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7899 Just make the foreground `unspecified' rather than "black".
7900 (woman-menu): Rename menu entries accordingly.
7901
7902 * faces.el (header-line): Make more reasonable on mono/grayscale
7903 displays.
7904
7905 2000-10-23 Andrew Choi <akochoi@i-cable.com>
7906
7907 * cus-edit.el (custom-button-face): Use 3D look for mac.
7908 (custom-button-pressed-face): Likewise.
7909
7910 * faces.el (set-face-attributes-from-resources): Handle mac frames
7911 in the same way as x and w32 frames.
7912 (face-valid-attribute-values): Likewise.
7913 (read-face-attribute): Likewise.
7914 (defined-colors): Likewise.
7915 (color-defined-p): Likewise.
7916 (color-values): Likewise.
7917 (display-grayscale-p): Likewise.
7918 (face-set-after-frame-default): Likewise.
7919 (mode-line): Same default face as for x and w32.
7920 (tool-bar): Likewise.
7921
7922 * frame.el: Remove call to frame-notice-user-settings at end of
7923 the file.
7924
7925 * info.el (Info-fontify-node): Make underlines invisible for mac
7926 as for x, pc, and w32 frame types.
7927
7928 * term/mac-win.el: New file.
7929
7930 2000-10-22 Dave Love <fx@gnu.org>
7931
7932 * textmodes/refill.el: New file.
7933
7934 2000-10-22 Andre Spiegel <spiegel@gnu.org>
7935
7936 * vc-hooks.el (vc-version-backup-file-name): New optional args
7937 MANUAL and REGEXP.
7938 (vc-delete-automatic-version-backups, vc-make-version-backup):
7939 New functions.
7940 (vc-before-save): Use the latter.
7941 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7942 confusion.
7943
7944 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
7945 expected by vc[-hooks].el.
7946
7947 * vc.el (vc-checkout): Added `-p' suffix in call to
7948 vc-make-version-backups-p; use vc-make-version-backup to actually
7949 make the backup.
7950 (vc-version-other-window, vc-version-backup-file): Handle both
7951 automatic and manual backups.
7952 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7953 of all of them.
7954
7955 2000-10-22 Miles Bader <miles@gnu.org>
7956
7957 * comint.el (comint-highlight-input, comint-highlight-prompt):
7958 Renamed, `-face' at end removed.
7959 (comint-send-input, comint-output-filter): Use renamed faces.
7960
7961 * window.el (fit-window-to-buffer): Change defaulting of
7962 MAX-HEIGHT slightly.
7963
7964 * faces.el (color-values, color-defined-p): Use `member', not
7965 `memq', because it works correctly for strings.
7966 (frame-set-background-mode): Actually, "unspecified-fg" and
7967 "unspecified-bg" *are* strings. Use `member', not `memq', and
7968 `equal', not `eq', when a string value is possible.
7969
7970 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7971
7972 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7973
7974 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7977 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7978 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7979 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7980 (sh-font-lock-syntactic-keywords): Use them.
7981 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7982 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7983 (sh-mode): Don't override font-lock-unfontify-region-function.
7984 Use a copy of sh-font-lock-syntactic-keywords.
7985 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7986 Don't call sh-scan-buffer since font-lock does it on the fly.
7987 (sh-get-indent-info): Use `face' rather than `syntax-table'
7988 text-property to detect here-documents.
7989 Replace sh-special-syntax with sh-st-punc.
7990 (sh-prev-line): Use `face' rather than `syntax-table'
7991 text-property to skip over here-documents.
7992 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7993 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7994 (sh-electric-less, sh-set-here-doc-region)
7995 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
7996 (sh-scan-buffer, sh-rescan-buffer): Remove.
7997
7998 2000-10-21 Andrew Innes <andrewi@gnu.org>
7999
8000 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8001 remote (ange-ftp) file names.
8002
8003 2000-10-21 Miles Bader <miles@gnu.org>
8004
8005 * window.el (fit-window-to-buffer): New function.
8006 (shrink-window-if-larger-than-buffer): Use it.
8007 (window-text-height): Don't expect minibuffers to have mode-lines.
8008
8009 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
8010 * international/quail.el (quail-update-guidance):
8011 Use `fit-window-to-buffer' instead of `set-window-text-height'.
8012
8013 * international/quail.el (quail-show-guidance-buf): Make sure
8014 guidance window really has enough room.
8015 (quail-update-guidance): If quail-guidance-win is already shown,
8016 make sure its height is OK.
8017
8018 * window.el (window-text-height, set-window-text-height):
8019 New functions.
8020 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8021 instead of `window-height' & `mode-line-window-height-fudge'.
8022 (mode-line-window-height-fudge): Add FACE parameter.
8023 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8024 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8025
8026 2000-10-20 Miles Bader <miles@gnu.org>
8027
8028 * window.el (height-affecting-face-attributes): Use `defconst'.
8029
8030 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8031 New function, conditionally aliased to `mode-line-window-height-fudge'.
8032 (ispell-help): Use it.
8033 (ispell-choices-win-default-height): Don't include mode-line fudge.
8034 (ispell-choices-win-default-height): New function.
8035 (ispell-show-choices, ispell-command-loop): Use function
8036 `ispell-choices-win-default-height' instead of variable.
8037
8038 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8039
8040 * window.el (mode-line-window-height-fudge): New variable.
8041 (height-affecting-face-attributes): New variable.
8042 (mode-line-window-height-fudge): New function.
8043 (shrink-window-if-larger-than-buffer): Use it.
8044 * help.el (resize-temp-buffer-window): Likewise.
8045
8046 * info.el (Info-fontify-node): Add support for @subsubsection
8047 titles, which use `Info-title-4-face'.
8048 (Info-title-4-face): New face.
8049 (Info-title-3-face): Inherit from Info-title-4-face instead of
8050 variable-pitch.
8051
8052 2000-10-19 Jason Rumney <jasonr@gnu.org>
8053
8054 * dired.el (dired-insert-directory): Do not let errors signalled by
8055 attempt to run dired-free-space-program prevent dired from working.
8056
8057 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8058
8059 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8060
8061 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8062
8063 * dirtrack.el (dirtrack): Fix call to run-hooks.
8064
8065 * cmuscheme.el (cmuscheme-program-name): Renamed from
8066 scheme-program-name because xscheme.el contains a defcustom with
8067 the same name. As a consequence, customizing group `cmuscheme'
8068 loaded `xscheme' which redefined run-scheme.
8069 (run-scheme): Use cmuscheme-program-name.
8070
8071 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
8072
8073 * play/doctor.el (doctor-death): Update the Samaritans'
8074 anonymous address, and add a website for Befrienders International.
8075
8076 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8077
8078 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8079 Avoid compilation gripes. Doc fix.
8080 (ps-print-version): New version number (6.2).
8081 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8082 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8083 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8084 (ps-x-extent-priority, ps-x-extent-start-position)
8085 (ps-x-face-font-instance, ps-x-find-coding-system)
8086 (ps-x-font-instance-properties, ps-x-make-color-instance)
8087 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8088 avoid compilation gripes without defining functions.
8089 (ps-e-find-composition): Alias for function find-composition, to have a
8090 suitable function depending on Emacs version.
8091 (ps-color-device, ps-color-values, ps-face-foreground-name)
8092 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8093 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8094 (ps-print-ensure-fontified): Function definitions surrounded by
8095 `eval-and-compile' to avoid compilation gripes.
8096 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8097 by symbol-value to avoid compilation gripes.
8098 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8099 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8100
8101 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8102
8103 * startup.el (normal-top-level): Call `frame-set-background-mode'
8104 after `frame-notice-user-settings' because the latter doesn't call
8105 the former on a tty.
8106
8107 * faces.el (frame-set-background-mode): `unspecified' &c are
8108 symbols, not strings.
8109
8110 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8111
8112 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8113 why some "light*" colors are deliberately absent from the alist.
8114
8115 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8116 Change colors for tty's, as suggested by Miles Bader.
8117
8118 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8119
8120 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
8121 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8122 for ISO10646-1 fonts.
8123 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8124
8125 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8126
8127 * faces.el (frame-set-background-mode): If a tty frame defines a
8128 background color, use that to compute the background mode, instead
8129 of always defaulting to "dark".
8130
8131 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8132
8133 * comint.el (comint-write-output): New function.
8134 (comint-mode-map): Add it to the menu.
8135 Bind `C-c C-s' to comint-write-output.
8136
8137 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8138
8139 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8140 Use fancy-splash-delay.
8141
8142 2000-10-18 Alex Schroeder <alex@gnu.org>
8143
8144 * progmodes/sql.el (sql-sybase-options): New option.
8145 (sql-sybase): Use it. Add sql-database to the list of parameters
8146 provided for login. The options -w 2048 -n are not used any more.
8147
8148 * comint.el (comint-read-input-ring): Bugfix such that the first
8149 and the last entry of the input ring file are not lost.
8150
8151 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8152
8153 * ps-print.el: Internal variable changes to defcustom,
8154 make-local-hook changes to defvar. Doc fix.
8155 (ps-print-version): New version number (6.1).
8156 (ps-setup, ps-do-despool): Code fix.
8157 (ps-printer-name): Customization fix.
8158 (ps-printer-name-option): Now is a defcustom instead of an
8159 internal variable.
8160 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8161 (ps-print-begin-column-hook): Now are defvar instead of
8162 make-local-hook.
8163
8164 2000-10-18 Miles Bader <miles@gnu.org>
8165
8166 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8167 (comint-kill-output): Changed into an alias for `comint-delete-output',
8168 and made obsolete.
8169 (comint-mode-map): Rename references to comint-kill-output.
8170
8171 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * diff-mode.el (diff-header-face, diff-file-header-face)
8174 (diff-changed-face): Add bold and italic attributes to tty faces.
8175 (diff-function-face): New face.
8176 (diff-font-lock-keywords): Use it.
8177
8178 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8179
8180 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8181 Remove commented-out call to force-mode-line-update.
8182 (comint-kill-output): Use `forward-line 0' instead of
8183 beginning-of-line to make sure we get past the prompt.
8184
8185 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8186
8187 * diff-mode.el (diff-header-face, diff-file-header-face):
8188 Add specific setting for dark background.
8189 (diff-context-face): Renamed from diff-comment-face.
8190 Set explicitly rather than inheriting from font-lock-comment-face.
8191
8192 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8193
8194 * startup.el (command-line): Move the code which sets the default
8195 TTY colors to before before-init-hook.
8196
8197 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8198
8199 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8200
8201 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8202
8203 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8204 extensions, for MS-DOS.
8205
8206 * diff-mode.el (diff-header-face, diff-file-header-face)
8207 (diff-changed-face): Define tty-specific colors.
8208
8209 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8210
8211 * startup.el (fancy-splash-text): Realign the text.
8212
8213 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8214
8215 * font-lock.el (font-lock-comment-face): Define a separate default
8216 for dark-background tty's.
8217
8218 2000-10-17 Miles Bader <miles@gnu.org>
8219
8220 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8221 being obscured by whizzy mode-lines on graphics displays.
8222
8223 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8224
8225 * info.el (Info-title-1-face, Info-title-2-face)
8226 (Info-title-3-face): Define colors for tty's.
8227 (info-header-node): Remove unneeded tty-specific definition.
8228
8229 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8232 reverse from the frame parameters, and don't invert foreground and
8233 background colors.
8234
8235 2000-10-16 Miles Bader <miles@gnu.org>
8236
8237 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8238 string "*Info*". Call propertized-buffer-identification to spruce
8239 up the result.
8240
8241 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8242
8243 * help.el: Provide `help' for the sake of define-minor-mode
8244 which generates defcustoms with requires.
8245
8246 * jit-lock.el (jit-lock-after-change): If we're in text that
8247 matches a multi-line font-lock pattern, make sure the whole text
8248 will be redisplayed.
8249
8250 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8251 author's name is unknown.
8252
8253 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8254 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8255 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8256 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8257 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8258 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8259 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8260 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8261 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8262 Add author information.
8263
8264 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8265
8266 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8267 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8268 full-color version (using the Gimp) to eliminate dithering artifacts.
8269
8270 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8271
8272 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8273
8274 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8275
8276 2000-10-15 Dave Love <fx@gnu.org>
8277
8278 * progmodes/sh-script.el: Require skeleton and comint when compiling.
8279
8280 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8281
8282 * whitespace.el: Doc fixes.
8283 (top-level): Don't add hooks here.
8284 (whitespace-running-emacs): Deleted.
8285 (timer): Don't require.
8286 (whitespace): Add back :version conditional on xemacs test.
8287 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8288 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8289 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8290 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8291 Avoid specific xemacs test.
8292 (whitespace-global-mode): New option.
8293 (whitespace-global-mode): New command.
8294 (whitespace-unload-hook): New function.
8295
8296 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
8297 (Info-fontify-node, Info-goto-node, Info-mode-menu)
8298 (Info-fontify-node): `Goto' goes to `Go to'.
8299 (Info-fontify-node): Add help-echo to xref links.
8300
8301 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8302
8303 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8304
8305 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8306
8307 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8308 Use plist-get and allow :inherit.
8309
8310 * emacs-lisp/cl-macs.el (cl-do-arglist):
8311 Use plist-get and plist-member instead of memq.
8312
8313 * emacs-lisp/ewoc.el (ewoc-location): New function.
8314 (ewoc-enter-after, ewoc-enter-before): Document return value.
8315 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8316 Don't need make-local-hook any more.
8317 (cvs-addto-collection): Return the new tin.
8318 (cvs-mode-insert): Jump to the new line.
8319
8320 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8321
8322 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8323
8324 * font-lock.el (font-lock-syntactically-fontified): New var.
8325 (font-lock-fontify-syntactic-keywords-region): Use it.
8326 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8327
8328 * diff-mode.el (diff-find-file-name): Fix regexp.
8329
8330 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8331 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8332
8333 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8334 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8335 (sh-mode): Don't make all vars local here.
8336 (sh-kw): Reformat.
8337 (sh-set-shell): Use dolist. Don't set indent-region-function.
8338 (sh-mode-syntax-table): Use pop.
8339 (sh-remember-variable): Use push.
8340 (sh-help-string-for-variable): Use memq.
8341 (sh-safe-backward-sexp): Remove.
8342 (sh-safe-forward-sexp): Add ARG.
8343 (sh-get-indent-info, sh-prev-stmt): Use it.
8344 (sh-prev-line): Simplify by using forward-comment.
8345 (sh-this-is-a-continuation): Simplify.
8346 (sh-learn-buffer-indent): Use dolist.
8347 (sh-do-nothing): Remove.
8348 (sh-set-char-syntax, sh-set-here-doc-region):
8349 Use inhibit-modification-hooks.
8350 (sh-name-style): Use mapcar and push.
8351 (sh-load-style): Use dolist.
8352 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8353 (sh-case, sh-while-getopts): Use propertize directly rather
8354 than sh-electric-rparen.
8355
8356 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8357
8358 * textmodes/tex-mode.el: Require CL when compiling.
8359 (tex-mode-syntax-table): Init immediately.
8360 (tex-mode-map): Bind M-RET to latex-insert-item.
8361 (latex-mode): Set indent-line-function to latex-indent.
8362 (tex-common-initialization): Don't setup the syntax-table any more.
8363 (latex-insert-item): New skeleton.
8364 (tex-next-unmatched-end): Fix copy/paste braino.
8365 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8366 (latex-indent, latex-find-indent): New functions.
8367 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8368 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8369 (tex-compilation-parse-errors): Use with-syntax-table.
8370
8371 2000-10-15 Miles Bader <miles@gnu.org>
8372
8373 * font-lock.el (font-lock-comment-face): Change dark-background,
8374 color, non-tty, default to `chocolate1'.
8375
8376 2000-10-13 John Wiegley <johnw@gnu.org>
8377
8378 * eshell/esh-util.el (require): Added a missing `require' form,
8379 needed when compiling (for an ange-ftp macro definition).
8380
8381 2000-10-13 Dave Love <fx@gnu.org>
8382
8383 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8384
8385 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8386
8387 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
8388
8389 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
8390 transparent -colors 8).
8391
8392 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8393
8394 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8395 that breaks with old list format timestamps.
8396 (time-stamp-warn-inactive, time-stamp-old-format-warn)
8397 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
8398
8399 2000-10-13 John Wiegley <johnw@gnu.org>
8400
8401 * align.el, pcomplete.el, calendar/timeclock.el,
8402 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8403
8404 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
8405 faulty math, where holiday hours were being computing as seconds.
8406
8407 2000-10-13 John Wiegley <johnw@gnu.org>
8408
8409 * desktop.el (desktop-buffer-modes-to-save): Added a global for
8410 specifying what "other" kinds of buffers should be saved.
8411 This used to be hard-coded.
8412 (desktop-buffer-misc-functions): A global for specifying how
8413 auxiliary data should be determined for special buffer types.
8414 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8415 instead of hard-coding the special buffer types.
8416 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8417 auxiliary data, instead of hard-coding for Info buffers and dired.
8418 (desktop-buffer-info-misc-data): Aux function for determining Info
8419 buffer auxiliary info.
8420 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8421 (desktop-buffer-info): Changed this function to use the info
8422 gathered above.
8423 (desktop-create-buffer): Be a little more careful about what
8424 `minor-mode' means before calling it. This is important for some
8425 buffer types.
8426
8427 2000-10-13 John Wiegley <johnw@gnu.org>
8428
8429 * eshell/esh-util.el: Added a global form which declares an
8430 autoload for `parse-time-string', if that function is not already
8431 defined, and if parse-time.el is available on the user's system.
8432
8433 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8434 to be aware of ange-ftp user info.
8435 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8436 (eshell-ls-annotate): Use `eshell-file-attributes'.
8437 (eshell-ls-file): Made the user-id printing code a bit smarter.
8438
8439 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8440 allow identification of alias user ids in remote directories.
8441 It's manual, but there's no other way to know when the current user
8442 on the local machine, is also the owning user on the remote machine.
8443 (fboundp): Bind `ange-cache'.
8444 (eshell-directory-files-and-attributes): Re-organized the logic a
8445 bit to use `eshell-file-attributes' instead of `file-attributes'.
8446 The former is more sensitive to directories that are read via FTP,
8447 and knows how to use ange-ftp to determine full attribute
8448 information, instead of just the name and last modtime.
8449 (eshell-current-ange-uids): Return the current user id when in a
8450 remote directory.
8451 (eshell-parse-ange-ls): Parse a full directory listing that has
8452 been returned by ange-ftp.
8453 (eshell-file-attributes): This beefed up version of
8454 `file-attributes' is only special if the user is currently in a
8455 remote directory, in which case it does a lot of work to find out
8456 what the real attributes of a file are, as they appear on the
8457 remote machine. This makes usage of remote directories (i.e.,
8458 ange-ftp pathnames) much more useful. You can now use Eshell as a
8459 full-fledged FTP client, with much more manipulation ability than
8460 most other clients.
8461
8462 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8463 variable, which means that Eshell's du should always be preferred
8464 in remote directories.
8465 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8466 just `file-attributes'.
8467 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8468 when reading remote directories. This is an Eshell-specific
8469 variable (not part of ange-ftp).
8470 (eshell/ln): Bind `ange-cache'.
8471 (eshell/du): Added some extra logic for determining when to use
8472 Eshell's du (which is slow), and when to use the external version
8473 (which may or may not exist).
8474
8475 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8476 Call `eshell-interactive-process', rather than using
8477 `get-buffer-process', since backgrounded processes don't count in
8478 the context of this function's logic.
8479
8480 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8481 `forward-char', so that null strings are parsed correctly.
8482
8483 2000-09-13 John Wiegley <johnw@gnu.org>
8484
8485 * eshell/em-pred.el (eshell-pred-file-type)
8486 (eshell-pred-file-links, eshell-pred-file-size):
8487 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8488
8489 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8490 that remote file globbing is more efficient.
8491
8492 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8493 gathering the files and attributes within a directory.
8494
8495 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8496 the command line is a special file (not a regular file, directory
8497 or symlink), always attempt to call the external version of cat.
8498
8499 2000-09-13 John Wiegley <johnw@gnu.org>
8500
8501 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8502 Eshell-friendly version of find-tag.
8503
8504 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8505
8506 * image-file.el (image-file-name-extensions)
8507 (image-file-name-regexps): Add autoload cookies.
8508
8509 2000-10-13 Kenichi Handa <handa@etl.go.jp>
8510
8511 * international/mule-cmds.el (select-safe-coding-system): If FROM
8512 is string, show it in *Warning* buffer.
8513
8514 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8515
8516 * startup.el (normal-top-level): Use display-popup-menus-p instead
8517 of window-system.
8518 (command-line): Use display-graphic-p instead of window-system.
8519 (command-line-1): Use display-popup-menus-p and display-mouse-p
8520 instead of window-system.
8521
8522 2000-10-12 Sam Steingold <sds@gnu.org>
8523
8524 * tooltip.el (tooltip-use-echo-area): New user variable.
8525 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8526
8527 2000-10-12 Dave Love <fx@gnu.org>
8528
8529 * recentf.el: Maintainer's checkdoc fixes.
8530
8531 * startup.el (normal-top-level-add-subdirs-to-load-path):
8532 Use character class, not ASCII when matching file names.
8533 (fancy-splash-head): Add trailing slash to URL.
8534 (command-line): Don't require XPM support for toolbar.
8535
8536 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8537 (cperl-invalid-face): Revert last change.
8538 (cperl-init-faces): Quote cperl-invalid-face.
8539
8540 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8541
8542 * startup.el (fancy-splash-text): Remove superfluous quote.
8543
8544 2000-10-12 Gerd Moellmann <gerd@gnu.org>
8545
8546 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8547 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8548 (command-line-1): Don't use fancy-splash-pending-command.
8549 (fancy-splash-screens-1): Goto point-min after inserting text.
8550
8551 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8552
8553 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8554 instead of shared-lisp-mode-map.
8555
8556 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8557
8558 * faces.el (header-line): Change tty-variant to use underlining.
8559
8560 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8561 (isearch-highlight): Restore lazy-isearch face properties at old
8562 position, and suppress them at new position.
8563 (isearch-dehighlight): Restore lazy-isearch face properties.
8564 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8565 over the real isearch overlay, but in that case, don't give it a
8566 face property. Use `push'.
8567
8568 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8569
8570 * man.el (Man-getpage-in-background): Fix previous change.
8571 Decode the process output only when we are in multibyte mode.
8572
8573 2000-10-11 Dave Love <fx@gnu.org>
8574
8575 * info.el (Info-mode-menu): Fix some help.
8576 (info-tool-bar-map): Add entry for Info-last.
8577
8578 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8579 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8580 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8581 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8582 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8583 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8584 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8585 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8586 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8587 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8588 Reduce colour requirements to 25 overall. (Probably wants
8589 revisiting from the originals to reduce further.)
8590
8591 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8592
8593 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8594 buffer-file-coding-system, instead of raw-text.
8595 (dehexlify-buffer): Bind coding-system-for-read to
8596 buffer-file-coding-system, instead of raw-text.
8597
8598 2000-10-11 Sam Steingold <sds@gnu.org>
8599
8600 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
8601 `underline' - fixes the bug introduced on 2000-09-21.
8602
8603 2000-10-11 Dave Love <fx@gnu.org>
8604
8605 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8606 Avoid compiler warnings.
8607 (scheme-mode): Doc fix.
8608 (scheme-font-lock-keywords-1): Match `define-syntax'.
8609
8610 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
8611
8612 * faces.el (frame-set-background-mode): Pay attention to saved
8613 face specs as well as default ones. Only do anything if the
8614 bg-mode or display-type has actually changed. Use `dolist'.
8615 (region): Make dark-background `region' face less in-your-face.
8616
8617 2000-10-10 Sam Steingold <sds@gnu.org>
8618
8619 * chistory.el, ielm.el, ledit.el:
8620 * progmodes/inf-lisp.el, progmodes/scheme.el:
8621 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8622
8623 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8624
8625 * textmodes/texinfo.el: Update copyright and fix typo.
8626
8627 * desktop.el (desktop-modes-not-to-save): New var.
8628 (desktop-save-buffer-p): Use it.
8629 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8630 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8631
8632 2000-10-10 Dave Love <fx@gnu.org>
8633
8634 * toolbar/tool-bar.el (tool-bar-add-item)
8635 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
8636
8637 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8638 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8639 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8640 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8641 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8642 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8643 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8644 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8645 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8646 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8647 the .xpms; probably need retouching.
8648
8649 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8650
8651 * subr.el (add-to-list): Add optional argument APPEND.
8652 * battery.el (display-battery): Use `add-to-list'.
8653
8654 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8655
8656 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8657 properties.
8658 (zone, zone-when-idle, zone-leave-me-alone)
8659 (zone-pgm-whack-chars): Use new symbol properties.
8660
8661 * battery.el (display-battery): Doc spelling fix.
8662
8663 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8664 property.
8665
8666 2000-10-09 Dave Love <fx@gnu.org>
8667
8668 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8669 has been initialized before calling tool-bar-setup.
8670 (tool-bar-add-item-from-menu): Add autoload cookie.
8671
8672 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8673
8674 * menu-bar.el (send-mail-item-name): New function.
8675 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8676 of mail-user-agent in the menu. Don't display the "Send Mail"
8677 item if mail-user-agent is nil or its value is ignore.
8678 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8679 if read-mail-command is nil or its value is ignore.
8680
8681 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8682
8683 2000-10-09 Miles Bader <miles@gnu.org>
8684
8685 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8686 Correct image size.
8687 * toolbar/left_arrow.xpm: Correct image size.
8688
8689 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8690 will be done by the definition of `auto-compression-mode' if
8691 necessary. Move code to uninstall existing file-name handler
8692 before definition of `auto-compression-mode'.
8693
8694 * image-file.el (auto-image-file-mode): Move to the end of the
8695 file, because `define-minor-mode' actually calls the mode-function
8696 if the associated variable is non-nil, which requires that all
8697 needed functions be already defined.
8698
8699 * mouse.el (popup-menu): Balance parens.
8700
8701 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8702
8703 * mouse.el (popup-menu): Move the command call outside the loop
8704 so that popup-menu returns whatever the command returns.
8705
8706 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8707 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8708 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8709 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8710
8711 * vc.el (vc-version-diff): diff-switches can be a list.
8712 Use relative filenames for prettier output.
8713
8714 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8715 (vc-post-command-functions): Remove old-VC compatibility code.
8716
8717 * newcomment.el (comment-indent-default): Autoload.
8718
8719 * font-lock.el (font-lock-defaults): Make buffer-local.
8720 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8721 (font-lock-choose-keywords):
8722 Ignore LEVEL unless KEYWORDS is a list of syms.
8723 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8724 Don't wrap regexp-opt things in \(...\) unnecessarily.
8725
8726 * jit-lock.el: Don't require font-lock any more.
8727 (jit-lock-functions): Make buffer-local.
8728 (jit-lock-saved-fontify-buffer-function): Remove.
8729 (jit-lock-mode): Remove autoload cookie.
8730 Remove font-lock specific code.
8731 (jit-lock-unregister): Don't bother handling complex hooks any more.
8732 (jit-lock-refontify): New function.
8733 (jit-lock-fontify-buffer): Use it.
8734 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8735 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8736 Add optional args START and END.
8737 Never call font-lock-fontify-region directly.
8738 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8739
8740 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8741
8742 2000-10-08 Dave Love <fx@gnu.org>
8743
8744 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8745
8746 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8747
8748 * play/studly.el (studlify-region, studlify-word): Add autoload
8749 cookie.
8750
8751 * play/morse.el (morse-region, unmorse-region): Add autoload
8752 cookie.
8753
8754 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8755 concat.
8756
8757 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8758 insist on symbols starting with word syntax.
8759 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8760 (eval-defun-1): Doc fix.
8761 (indent-sexp): Use nconc to build up indent-stack.
8762
8763 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8764 Gnus with little use.
8765 (mail-setup-hook): Add mail-abbrevs-setup to options.
8766
8767 * recentf.el: Doc fixes.
8768
8769 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8770 Clean up remainder.
8771
8772 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8773 without timezone and (8) with timezone to enforce some whitespace.
8774 Simplify code somewhat.
8775
8776 * options.el (list-options): Doc that you should use customize.
8777
8778 * iswitchb.el (iswitchb-mode): Add :require.
8779
8780 * info.el (Info-goto-node, Info-menu): Doc fix.
8781 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8782 (info-tool-bar-map): New variable.
8783 (Info-mode): Use it.
8784 (Info-edit-map): Define all in defvar.
8785 (speedbar-attached-frame): Avoid compiler warning.
8786
8787 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8788 (global-map): Bind [tool-bar] to a filtered map.
8789 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8790 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8791 Allow PBM icons.
8792 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8793
8794 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8795 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8796 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8797 icons, except up_arrow, which is left-arrow rotated.
8798
8799 * imenu.el (imenu-add-to-menubar): Fix last change.
8800
8801 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8802
8803 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8804 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8805
8806 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8807
8808 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8809 typos in doc strings.
8810
8811 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8812 the doc strings how to customize Font Lock faces.
8813
8814 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8815 computing growth when dragging the header line.
8816
8817 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8818
8819 * simple.el (kill-line): Doc fix.
8820
8821 2000-10-08 Miles Bader <miles@gnu.org>
8822
8823 * faces.el (secondary-selection): Make foreground visible on tty.
8824
8825 * jka-compr.el (auto-compression-mode): Move to the end of the
8826 file, because `define-minor-mode' actually calls the mode-function
8827 if the associated variable is non-nil, which requires that all
8828 needed functions be already defined.
8829 (with-auto-compression-mode): Add autoload cookie.
8830
8831 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8832
8833 * files.el (find-backup-file-name) [ms-dos]: If support for long
8834 file names is not available, behave as if version-control were set
8835 to never.
8836
8837 2000-10-07 Dave Love <fx@gnu.org>
8838
8839 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8840 (browse-url-gnome-moz): New function.
8841 (browse-url-browser-function): Use it.
8842 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8843
8844 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8845
8846 * indent.el (tab-always-indent): New var.
8847 (indent-for-tab-command): Use it.
8848
8849 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8850 raise an error. This way it can still default to a sane value.
8851
8852 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8853
8854 * startup.el (fancy-splash-screens): Use local rather than global map.
8855 Don't use `update-menu-bindings' any more.
8856 Get rid of assumptions about keymap representation.
8857
8858 2000-10-06 Dave Love <fx@gnu.org>
8859
8860 * textmodes/fill.el (sentence-end-double-space)
8861 (sentence-end-without-period): Doc fix.
8862 (adaptive-fill-regexp): Purecopy.
8863 (unjustify-current-line): Use line-end-position.
8864 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8865
8866 * net/eudc-vars.el (eudc): Add :version, :link.
8867
8868 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8869
8870 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8871 Fix for define-minor-mode.
8872 (function-at-point): Alias to function-called-at-point.
8873
8874 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8875
8876 * simple.el (backward-word): Doc fix.
8877
8878 * image-file.el (image-file-name-regexp): image-file-regexps ->
8879 image-file-name-regexps.
8880 (image-file-name-extensions): Add pbm.
8881
8882 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8883
8884 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8885 and add filename to the names so that diff-mode can jump to source.
8886
8887 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8888 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8889 (tex-font-lock-keywords-1): Remove.
8890 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8891 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8892 (font-lock-default-fontify-region):
8893 Expand beg..end correctly when just following a multiline region.
8894 (font-lock-fontify-anchored-keywords):
8895 Include the anchor text as part of the multiline.
8896
8897 2000-10-06 Gerd Moellmann <gerd@gnu.org>
8898
8899 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8900 latter needs the autoloaded define-minor-mode macro during the
8901 bootstrap.
8902
8903 * startup.el (command-line): For now, activate tool-bar-mode only
8904 if XPM images are supported.
8905
8906 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8907 window by dragging a header-line at the top of the frame; that's
8908 confusing because the header-line doesn't move.
8909 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8910 of treating the event as a list. Some cleanup.
8911
8912 2000-10-06 Miles Bader <miles@gnu.org>
8913
8914 * simple.el (display-message-or-buffer): New function.
8915 (shell-command-on-region): Use `display-message-or-buffer'.
8916
8917 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8918 docstring parts.
8919
8920 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8921 (smbclient-prompt-regexp): Add usage note to doc string.
8922 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8923 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8924 Use add-hook for adding the comint filter function, and only do so
8925 if it's not already in the global hook list.
8926 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8927 to `make-local-variable'.
8928 (nslookup-font-lock-keywords): Remove prompt entry.
8929 (nslookup): Don't set the process-filter.
8930 (finger): Exit the loop correctly when the regexps list runs out.
8931 (ftp, smbclient, smbclient-list-shares):
8932 Set the real major mode immediately, not after execing.
8933 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8934
8935 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8936
8937 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8938
8939 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8940
8941 * which-func.el (which-func-format): Remove spurious space.
8942 (which-func-mode): Don't make it permanent-local.
8943 (which-func-ff-hook): Allow which-func-maxout to be nil.
8944 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8945 (which-func-mode): Simplify.
8946 Use post-command-idle-hook rather than post-command-hook.
8947 Go through all buffers and update their state.
8948 (which-function): Also try add-log-current-defun-function.
8949
8950 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8951 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8952 Update call to with-vc-properties accordingly.
8953 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8954 (vc-revert-buffer): More careful about window selection and deletion.
8955 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8956
8957 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8958 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8959 (cvs-dired-action): Change the default to quickdir.
8960
8961 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8962 if comment-indent-function returns nil.
8963 (comment-indent-default): New function.
8964 (comment-indent-function): Use it and document the new semantics.
8965
8966 * image-file.el: Docstring fixes.
8967
8968 * help.el (help-xref-on-pp): Use match-string.
8969 (describe-variable): New arg BUFFER.
8970 Store the current buffer in the help-xref-stack.
8971 (temp-buffer-resize-mode): Use define-minor-mode.
8972
8973 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8974 consistently with its docstring.
8975 Set jit-lock-first-unfontify-pos in an idempotent way.
8976 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8977
8978 2000-10-05 Alex Schroeder <alex@gnu.org>
8979
8980 * sql.el (sql-mysql-options): New variable.
8981 (sql-mysql): Use it.
8982
8983 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8984
8985 * image.el (image): New group.
8986
8987 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8988 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8989
8990 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8991
8992 * net/net-utils.el (nslookup-font-lock-keywords)
8993 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8994 Ignore the value of wqindow-system; always define keywords
8995
8996 2000-10-05 Kenichi Handa <handa@etl.go.jp>
8997
8998 * startup.el (fancy-splash-screens): Remove the code for
8999 debugging; `(trace-to-stderr "EXITTT\n")'.
9000
9001 2000-10-05 Miles Bader <miles@gnu.org>
9002
9003 * diff-mode.el (diff-goto-source): Update call to
9004 `diff-hunk-status-msg' to reflect new REV variable.
9005
9006 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9007
9008 * progmodes/icon.el (icon-mode):
9009 Don't gratuitously override the default for comment-column.
9010
9011 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9012
9013 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9014 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9015 (jit-lock-functions): New var.
9016 (jit-lock-function-1): Use it if non-nil.
9017 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9018 Set the `fontified' property before doing the fontification to avoid
9019 repeatedly going through the same error.
9020 Don't turn errors into messages.
9021 (jit-lock-register, jit-lock-unregister): New functions.
9022
9023 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9024 Use with-current-buffer.
9025
9026 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9027 Turn comment into docstring.
9028
9029 * apropos.el (apropos-mode): Use define-derived-mode.
9030
9031 2000-10-04 Gerd Moellmann <gerd@gnu.org>
9032
9033 * startup.el (fancy-splash-pending-command): New variable.
9034 (fancy-splash-pre-command): New function.
9035 (fancy-splash-screens): Rewritten.
9036 (command-line-1): If fancy-splash-pending-command is set, call it
9037 interactively.
9038
9039 2000-10-04 Dave Love <fx@gnu.org>
9040
9041 * toolbar/tool-bar.el (tool-bar-setup): New function.
9042 (tool-bar-mode): Use it.
9043
9044 * subr.el (substitute-key-definition): Doc fix.
9045 (play-sound-file): New command.
9046
9047 2000-10-04 Andre Spiegel <spiegel@gnu.org>
9048
9049 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9050 vc-version-backup-file-name): New functions.
9051
9052 * files.el (basic-save-buffer): Call vc-before-save before saving.
9053
9054 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9055 vc-cvs-stay-local-p.
9056
9057 * vc.el (vc-revert-buffer): Handle empty diff properly.
9058 (vc-version-backup-file): New function.
9059 (vc-checkout): Create a version backup if necessary.
9060 (vc-checkin): If a version backup file exists, delete it.
9061 (vc-version-diff): Diff locally using version backups, if available.
9062 (vc-revert-file): If there's a version backup, revert locally.
9063 (vc-transfer-file): Use version backup for base version, if
9064 available. If not, ask for confirmation whether to get it from the
9065 server. Update mode line before check-in.
9066
9067 2000-10-04 Dave Love <fx@gnu.org>
9068
9069 * toolbar/tool-bar.el (tool-bar-setup): New function.
9070 (tool-bar-mode): Use it.
9071
9072 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9073
9074 * net/net-utils.el (nslookup-font-lock-keywords)
9075 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9076 Only set if window-system is non-nil
9077 (net-utils-run-program): Returns buffer.
9078 (network-connection-reconnect): Added this function.
9079
9080 * generic.el:
9081 Incorporates extensive cleanup and docfixes by
9082 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9083 Uses cl compile-time macros.
9084 (generic-mode-name, generic-comment-list)
9085 (generic-keywords-list, generic-font-lock-expressions)
9086 (generic-mode-function-list, generic-mode-syntax-table):
9087 Removed variables.
9088 (generic-mode-alist): Renamed to generic-mode-list.
9089 (generic-find-file-regexp): Default changed to "^#".
9090 (generic-read-type): Uses completing read on generic-mode-list.
9091 (generic-mode-sanity-check): removed this function.
9092 (generic-add-to-auto-mode): Removed this function
9093 (generic-mode-internal): Bind mode-specific definitions
9094 into function instead of putting them in alist.
9095 (generic-mode-set-comments): Reworked extensively.
9096 (generic-mode-find-file-hook): Simplified regexp searching
9097 (generic-make-keywords-list): Omit extra pair of parens
9098
9099 * find-lisp.el (find-lisp-find-files-internal):
9100 Make sure directory name ends with "/".
9101
9102 * generic-x.el (apache-conf-generic-mode):
9103 Regexp now allows leading whitespace.
9104 (rc-generic-mode): Added eval-when-compile
9105 around generic-make-keywords-list.
9106 Deleted duplicate regexp
9107 (rul-generic-mode): Added eval-when-compile
9108 around generic-make-keywords-list.
9109 (etc-fstab-generic-mode): New generic mode.
9110 (rul-generic-mode): Removed one eval-when-compile
9111 which caused a max-specpdl-size exceeded error.
9112
9113 2000-10-04 Miles Bader <miles@gnu.org>
9114
9115 * simple.el (minibuffer-temporary-goal-position): New variable.
9116 (next-history-element): Try to keep the position of point in the
9117 input string constant.
9118
9119 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9120 (dired-do-create-files): If there's only one file, pass it in as
9121 the DEFAULT arg to dired-mark-read-file-name.
9122
9123 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9126 (diff-goto-source): Be smarter when choosing REVERSE or not.
9127
9128 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9129 (texinfo-mode-menu): Add an explicit shortcut for update all.
9130
9131 2000-10-03 Andre Spiegel <spiegel@gnu.org>
9132
9133 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9134 factorize backend-specific code cleanly (this was essentially
9135 conceived by Stefan Monnier).
9136 (vc-unregister): Function removed.
9137 (vc-revert-file): New function.
9138 (vc-revert-buffer): Delegate some of the work to it.
9139
9140 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9141 default branch unconditionally.
9142 (vc-rcs-set-default-branch): New function.
9143 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9144 (vc-rcs-checkin): If an appropriate default branch has been set,
9145 force creation of that branch.
9146 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9147 code (as suggested by Stefan Monnier).
9148
9149 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9150
9151 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9152 highlighting overlay with a different face over the overlay
9153 isearch uses to highlight the current match because that can lead
9154 to bad face combinations.
9155
9156 * loadup.el (toplevel): Load faces before isearch.
9157
9158 * isearch.el (isearch-faces): New custom group.
9159 (isearch): New defface; was already tested for in the code.
9160 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9161 (isearch-highlight): Always use face `isearch'.
9162
9163 2000-10-02 Dave Love <fx@gnu.org>
9164
9165 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9166 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9167 comparison of opcode with operand.
9168
9169 2000-10-03 Miles Bader <miles@gnu.org>
9170
9171 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9172 buffer, since the echo area will now grow to accommodate them.
9173
9174 2000-10-02 Andre Spiegel <spiegel@gnu.org>
9175
9176 * vc-hooks.el (vc-registered): If FILE used to be registered under
9177 a certain backend, try that one first.
9178
9179 * vc.el (vc-responsible-backend): Undo the previous change in the
9180 argument list. Handle multiple backends correctly.
9181 (vc-find-new-backend): Function removed.
9182 (vc-register): Use vc-responsible-backend, as before.
9183 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9184
9185 2000-10-02 Gerd Moellmann <gerd@gnu.org>
9186
9187 * startup.el (fancy-splash-head): Change message below the
9188 logo.
9189
9190 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9191
9192 * diff-mode.el (diff-goto-source): Emit a status message.
9193 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9194 (diff-test-hunk): Fix doc string.
9195 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9196 (diff-advance-after-apply-hunk): New variable.
9197 (diff-apply-hunk): Don't return a value.
9198
9199 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9200
9201 * vc.el (vc-editable-p): Minor optimization.
9202 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9203 (vc-find-new-backend): New function split from vc-responsible-backend.
9204 (vc-register): Use it.
9205 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9206 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9207 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9208 (vc-clear-headers): Don't use find-file.
9209 (vc-revert-buffer): Use `and' again (must have been a braino).
9210 (vc-switch-backend): Only prompt if requested.
9211 Short circuit if nothing is to be done.
9212 Don't use vc-resynch-buffer which could lose unsaved editing.
9213 (vc-default-receive-file): Update call to vc-unregister.
9214 (with-vc-file, vc-next-action-on-file):
9215 Use vc-backend rather than vc-registered.
9216 (vc-next-action-on-file): Use intern-soft.
9217 Deal with read-only *vc-diff* buffer.
9218 (vc-transfer-file): Docstring fix.
9219
9220 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9221 (vc-rcs-receive-file): Avoid with-vc-properties.
9222 Update call to vc-unregister.
9223 Use constant `RCS' rather than (dynamically bound) var `backend'.
9224
9225 2000-10-01 Andre Spiegel <spiegel@gnu.org>
9226
9227 * vc.el (vc-next-action-on-file): Update mode line only if file
9228 is visited.
9229 (vc-start-entry): New argument initial-contents. Don't visit the file
9230 if it isn't already visited. Brought documentation up-to-date.
9231 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9232 (vc-checkin): New optional arg initial-contents, which is passed to
9233 vc-start-entry.
9234 (vc-finish-logentry): Make sure to bury log buffer only if there
9235 really is one. Call `vc-resynch-buffer' on log-file, not
9236 buffer-file-name.
9237 (vc-default-comment-history, vc-default-wash-log): New functions.
9238 (vc-index-of): Removed.
9239 (vc-transfer-file): Make do without the above.
9240 (vc-default-receive-file): Call comment-history unconditionally. Pass
9241 the resulting string to vc-checkin, instead of inserting it into the
9242 comment ring.
9243
9244 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9245 unconditionally. Use the comments as initial contents of the log
9246 entry buffer. Document the trick to force branch creation with no
9247 changes.
9248
9249 2000-10-01 Miles Bader <miles@gnu.org>
9250
9251 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9252 `recenter' with an arg to prevent redrawing the display.
9253
9254 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9255
9256 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9257
9258 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9259
9260 * progmodes/c-mode.el (c-mode):
9261 Don't gratuitously override the default for comment-column.
9262
9263 * textmodes/tex-mode.el (latex-metasection-list): New var.
9264 (latex-imenu-create-index): Use it.
9265 Move the regexp construction outside loops (and use push).
9266 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9267 (tex-font-lock-keywords): Moved from font-lock.el.
9268 (tex-comment-indent): Remove.
9269 (tex-common-initialization): Don't set comment-indent-function.
9270 (latex-block-default): New var.
9271 (tex-latex-block): Use it to provide a default choice.
9272 Add any unknown choice to latex-block-names.
9273 Insert [...] after {...}.
9274 (tex-last-unended-begin): Simplify regexp.
9275 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9276 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9277 (latex-mode): Set forward-sexp-function.
9278
9279 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9280 Add regexp for @ignore ... @end ignore.
9281 (texinfo-heading-face): New face.
9282 (texinfo-font-lock-keywords): Use it.
9283 (texinfo-mode-menu): New menu.
9284 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9285 New functions.
9286 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9287 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9288 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9289 Remove declaration.
9290 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9291
9292 * delsel.el (delete-selection-mode): Use define-minor-mode.
9293
9294 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9295
9296 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9299
9300 2000-09-30 Gerd Moellmann <gerd@gnu.org>
9301
9302 * replace.el (keep-lines-read-args): New function.
9303 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9304 read arguments interactively. Add parameters RSTART and REND.
9305 Operate on the active region in Transient Mark mode.
9306
9307 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9308
9309 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9310 (authors-obsolete-files-regexps): New variable.
9311 (authors-add): Don't record changes in obsolete files.
9312
9313 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9314
9315 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9316
9317 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9318 (comment-indent): Make sure there's a space between code and comment.
9319 Shift comments left to avoid going past fill-column.
9320
9321 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9322
9323 * startup.el (startup-echo-area-message): New function.
9324 (display-startup-echo-area-message): Use it.
9325 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9326 (fancy-splash-default-action): New function.
9327 (fancy-splash-screens-1): New function.
9328 (fancy-splash-head): Put a help-echo and a keymap under the image.
9329
9330 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * diff-mode.el (diff-add-log-file-name): Remove.
9333 (diff-mode): Use add-log-buffer-file-name-function.
9334
9335 * add-log.el (find-change-log): New arg BUFFER-FILE.
9336 (add-log-file-name): Obey add-log-file-name-function.
9337 (add-log-buffer-file-name-function): New var.
9338 (add-change-log-entry): Use it.
9339
9340 2000-09-29 Miles Bader <miles@gnu.org>
9341
9342 * image-file.el (image-file-name-extensions): New variable.
9343 (image-file-name-regexps): Renamed from `image-file-regexps'.
9344 New default value is nil. Call `auto-image-file-mode'.
9345 (image-file-name-regexp): New function.
9346 (auto-image-file-mode): New minor mode.
9347 (insert-image-file): Don't make conditional on the image-file
9348 handler being enabled.
9349 (image-file-handler): Make the call here conditional instead.
9350 (set-image-file-handler-enabled, enable-image-file-handler)
9351 (disable-image-file-handler): Functions removed.
9352
9353 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9354 string.
9355
9356 2000-09-29 Gerd Moellmann <gerd@gnu.org>
9357
9358 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9359 it's a function from CL.
9360 (latex-imenu-create-index): Replace eval-when-compile with progn
9361 because latex-section-alist is not bound while compiling.
9362
9363 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9364
9365 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9366 (outline-mode): Use define-derived-mode.
9367
9368 * progmodes/perl-mode.el (perl-mode):
9369 * progmodes/awk-mode.el (awk-mode):
9370 * progmodes/asm-mode.el (asm-mode):
9371 Don't gratuitously override the default for comment-column.
9372
9373 * emacs-lisp/lisp.el (lisp-complete-symbol):
9374 Distinguish the let-binding case from the funcall case.
9375 (forward-sexp-function): New variable.
9376 (forward-sexp): Use it.
9377
9378 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9379 (easy-mmode-defmap): Remove the now useless autoload.
9380
9381 * time.el (display-time-mode): Use define-minor-mode.
9382
9383 * subr.el (add-minor-mode): Don't eval NAME.
9384 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9385 Use if rather than cond.
9386
9387 * simple.el (read-expression-map): Define more properly.
9388 (comment-indent-hook): Remove.
9389 (string-to-syntax): Bug fix.
9390
9391 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9392 (cvs-ediff-diff): Fix typo.
9393 (cvs-revert-if-needed): Don't bother preserving read-only.
9394
9395 * paren.el (show-paren-mode): Use define-minor-mode.
9396
9397 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9398 (toggle-auto-compression): Remove.
9399 (jka-compr-build-file-regexp): Remove useless grouping.
9400
9401 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9402 Avoid user-reserved bindings.
9403 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9404 (diff-header-face): Revert to grey85.
9405
9406 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9407
9408 * complete.el (partial-completion-mode) <defcustom>: Remove.
9409 (partial-completion-mode): Use define-minor-mode.
9410 (PC-do-completion): Understand `completion-auto-help = delay'
9411 to mean to popup the completion buffer only the second time.
9412 (PC-include-file-all-completions, PC-include-file-all-completions)
9413 (PC-include-file-all-completions): Don't quote lambda.
9414
9415 * comint.el (comint-mode-hook): Docstring fix.
9416 (comint-mode): Use define-derived-mode.
9417 (comint-mode-map): Remove obsolete comment.
9418 (make-comint): Minor stylistic change.
9419 (comint-insert-clicked-input): Be more careful to find the overlay.
9420 Use this-command-keys rather than hardcoding mouse-2.
9421
9422 * font-lock.el: Replace confusing (,@ with ,
9423 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9424 Don't use regexp-opt-depth. Spice up the regexp for args.
9425 Don't distinguish between cmds that can take an opt arg or not.
9426 Use `append' and `prepend' rather than `keep'.
9427
9428 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9429 (latex-outline-regexp): New var.
9430 (latex-outline-level): New fun.
9431 (latex-section-alist): New var.
9432 (latex-imenu-create-index): Use it. Use `push' as well.
9433 (tex-shell-map): Initialize it properly.
9434 (tex-mode): Minor stylistic change.
9435 (plain-tex-mode): Use define-derived-mode.
9436 (latex-mode): Use define-derived-mode.
9437 Construct the paragraph regexps in a more readable way.
9438 Set the buffer-local outline-{level,regexp} vars.
9439 (slitex-mode): Derive from latex-mode.
9440 (tex-common-initialization): Don't kill-all-vars anymore.
9441 Add setting for comment-add and font-lock-defaults.
9442 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9443 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9444 (tex-start-tex): New arg DIR (and send a chdir command for it).
9445 Also display the shell buffer and save it in tex-last-buffer-texed.
9446 (tex-region): Use expand-file-name rather than concat.
9447 Remove code made useless by changes in tex-start-tex.
9448 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9449
9450 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9451
9452 2000-09-28 Dave Love <fx@gnu.org>
9453
9454 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9455
9456 2000-09-28 Gerd Moellmann <gerd@gnu.org>
9457
9458 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9459 `append'.
9460
9461 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9462
9463 * info.el (Info-extract-pointer): Undo last change.
9464 Instead, fix the position of the `bound' arg to re-search-backward.
9465
9466 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9467
9468 * info.el (Info-extract-pointer):
9469 Widen more carefully, to avoid finding pointers in other nodes.
9470 (Info-index): Use push.
9471
9472 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9473
9474 * frame.el (set-frame-font): Remove call to obsolete function
9475 frame-update-faces.
9476 (set-foreground-color, set-background-color): Likewise for
9477 frame-update-face-colors.
9478
9479 2000-09-27 Miles Bader <miles@gnu.org>
9480
9481 * image-file.el: New file.
9482
9483 2000-09-27 Gerd Moellmann <gerd@gnu.org>
9484
9485 * frame.el (frame-notice-user-settings): Don't call
9486 frame-update-faces, which is a no-op now.
9487
9488 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9489 tool-bar-lines.
9490
9491 2000-09-27 Dave Love <fx@gnu.org>
9492
9493 * mouse.el: Fix last change.
9494
9495 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9496
9497 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9498
9499 2000-09-22 Kenichi Handa <handa@etl.go.jp>
9500
9501 * international/quail.el (quail-help): The output message is
9502 improved.
9503
9504 2000-09-26 Dave Love <fx@gnu.org>
9505
9506 * mouse.el (popup-menu): If POSITION is nil, set it using
9507 mouse-position.
9508
9509 2000-09-25 Sam Steingold <sds@gnu.org>
9510
9511 * net/browse-url.el (browse-url-file-url): Check for null maps.
9512
9513 2000-09-26 Gerd Moellmann <gerd@gnu.org>
9514
9515 * frame.el (frame-notice-user-settings): Don't add a
9516 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9517
9518 * frame.el (frame-notice-user-settings):
9519 Make tool-bar-mode and default-frame-alist consistent.
9520
9521 * toolbar/tool-bar.el (tool-bar-help): New function.
9522
9523 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9524
9525 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9526 current-load-list in top-level forms. Else this leaks a cons cell
9527 every time a defun is called.
9528
9529 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9530
9531 2000-09-25 Dave Love <fx@gnu.org>
9532
9533 * startup.el (fancy-splash-head): Check XPM is available.
9534
9535 * autoinsert.el (auto-insert): Doc fix.
9536 (auto-insert-alist): Following GNU notices, don't say `copyright
9537 _by_'. Use line-beginning-position.
9538 (auto-insert): Check buffer-file-name is non-nil before use.
9539
9540 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9541
9542 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9543 starting with `@def' or `@multitable', in addition to ones
9544 specified by the user in auto-fill-inhibit-regexp.
9545
9546 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
9547
9548 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9549 rmail-dont-reply-to-names matches the empty string.
9550
9551 2000-09-25 Gerd Moellmann <gerd@gnu.org>
9552
9553 * startup.el (command-line-1, fancy-splash-text): Change the
9554 text to sound more friendly.
9555
9556 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9557
9558 * progmodes/hideshow.el: Update author email address.
9559 Generally, sync w/ maintainer version 5.22.
9560 (hs-hide-all-non-comment-function): New var.
9561 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9562 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9563 (hs-show-region): Delete this command.
9564 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9565
9566 2000-09-22 Dave Love <fx@gnu.org>
9567
9568 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9569 (hl-line-highlight): Specify buffer when moving overlay.
9570
9571 * progmodes/fortran.el (fortran-mode): Locally set
9572 normal-auto-fill-function.
9573 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9574 (fortran-mode-map): Adjust auto-fill menu entry.
9575
9576 2000-09-22 Gerd Moellmann <gerd@gnu.org>
9577
9578 * vc-rcs.el (toplevel): Require `vc' when compiling.
9579
9580 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9581
9582 2000-09-22 Andre Spiegel <spiegel@gnu.org>
9583
9584 * vc.el (vc-switch-backend): Signal an error if the file is not
9585 registered under the new backend.
9586
9587 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9588 without explicit revision number.
9589
9590 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9591
9592 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9593 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9594 (diff-xor): New function.
9595 (diff-find-source-location): Use it. Fix a stupid name clash.
9596 (diff-hunk-status-msg): New function.
9597 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9598 (diff-test-hunk): Use diff-find-source-location.
9599 (diff-goto-source): Favor the `reverse'.
9600 (diff-hunk-text): Properly handle one-sided context diffs.
9601 (diff-apply-hunk): When done, advance to the next hunk.
9602
9603 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9604
9605 * startup.el (command-line): If frame was created with a non-zero
9606 tool-bar-lines parameter, switch tool-bar-mode on.
9607
9608 * add-log.el (change-log-date-face, change-log-name-face)
9609 (change-log-email-face, change-log-file-face)
9610 (change-log-list-face, change-log-conditionals-face)
9611 (change-log-function-face, change-log-acknowledgement-face):
9612 New faces, inheriting from font-lock faces.
9613 (change-log-font-lock-keywords): Use them.
9614
9615 2000-09-21 Dave Love <fx@gnu.org>
9616
9617 * progmodes/cperl-mode.el (top-level): Clean up
9618 `eval-when-compile's and assorted defvars.
9619 (cperl-invalid-face): Don't double-quote value. Change custom
9620 type.
9621 (cperl-mode): Set normal-auto-fill-function and don't zap
9622 auto-fill-function.
9623 (cperl-imenu--function-name-regexp-perl): Renamed from
9624 imenu-example--function-name-regexp-perl.
9625 (cperl-imenu--create-perl-index): Renamed from
9626 imenu-example--create-perl-index.
9627 (cperl-xsub-scan): Don't require cl.
9628
9629 * msb.el (msb-mode-map): Use substitute-key-definition.
9630 (msb-mode): Use msb-mode-map.
9631
9632 2000-09-21 Andre Spiegel <spiegel@gnu.org>
9633
9634 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9635 New functions.
9636 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9637 (vc-switch-backend): New function.
9638 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9639 (vc-register): Fix prompt.
9640 (vc-unregister, vc-default-unregister): New functions.
9641 (vc-version-diff): Handle empty buffer in sentinel.
9642
9643 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9644 (vc-rcs-state-heuristic): Use it to guess the state of files with
9645 non-strict locking.
9646 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9647 been set with -b, but not created yet.
9648 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9649 contents in order to find the state.
9650 (vc-rcs-checkin): Allow creation of branches with no changes.
9651 (vc-rcs-unregister, vc-rcs-receive-file)
9652 (vc-rcs-set-non-strict-locking): New functions.
9653
9654 * vc-hooks.el (vc-name): Force correct computation of the value
9655 in case it is missing.
9656
9657 2000-09-21 Gerd Moellmann <gerd@gnu.org>
9658
9659 * startup.el (fancy-splash-tail): Use a different foreground
9660 color on a dark frame background.
9661
9662 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9663
9664 * info.el: Use the correct capitalization when making Info-mode
9665 and Info-edit-mode `special' modes.
9666
9667 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9668
9669 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9670 (diff-mode): Add support for add-log.el.
9671 (diff-hunk-text): Use char offsets rather than line offsets.
9672 (diff-find-source-location): Replace LINE with line-offset (nil
9673 if not found) and always set POS to a meaningful position.
9674 Adapt to the new char-offsets.
9675 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9676 Adapt to the new diff-find-source-location.
9677 (diff-goto-source): Adapt to the new diff-find-source-location.
9678
9679 * add-log.el (add-log-file-name): New function (split out of
9680 add-change-log-entry).
9681 (add-change-log-entry): Use it.
9682 Call add-log-file-name-function with the changelog file name if
9683 the current buffer is not associated with any file.
9684 Avoid find-file if the selected window is dedicated.
9685
9686 * diff-mode.el (diff-find-source-location):
9687 Move code from diff-apply-hunk. Return buffer rather than file.
9688 (diff-apply-hunk): Use the new result from diff-find-source-location.
9689 (diff-goto-source): Use the new diff-find-source-location.
9690
9691 2000-09-20 Dave Love <fx@gnu.org>
9692
9693 * iswitchb.el: Some doc fixes.
9694 (iswitchb-mode-map): Define completely initially. Inherit
9695 minibuffer-local-map.
9696 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9697 fundamental-mode.
9698 (iswitchb-global-map): New variable.
9699 (iswitchb-summaries-to-end): Amalgamate regexps.
9700 (iswitchb-mode): New.
9701 (iswitchb-mode-hook): New variable.
9702 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9703 `extensions'.
9704
9705 2000-09-20 Gerd Moellmann <gerd@gnu.org>
9706
9707 * ehelp.el (electric-help): New defgroup.
9708 (electric-help-shrink-window): New user-option.
9709 (with-electric-help): Use it.
9710
9711 * window.el (shrink-window-if-larger-than-buffer): If face
9712 `mode-line' has a :box, and we're on a graphical frame, add 1
9713 to the needed window height.
9714
9715 * frame.el (frame-notice-user-settings): Add a last parameter nil
9716 to a call to `append', because the last list passed to `append' is
9717 not copied, and so subsequent calls to assq-delete-all will modify
9718 default-frame-alist.
9719
9720 * startup.el (fancy-splash-image): Change :type.
9721 (fancy-splash-head): Use an XBM image if appropriate.
9722 (command-line-1): Show splash screens in more cases.
9723
9724 * startup.el (fancy-splash-text): Don't quote faces.
9725
9726 * dired.el (dired-font-lock-keywords): Undo last change.
9727 (dired-readin): Bind indent-tabs-mode to nil.
9728
9729 * startup.el (fancy-splash-head): If frame's background mode
9730 is `dark', change the black background of the image to gray.
9731 (fancy-splash-screens): Display startup echo area message.
9732 (display-startup-echo-area-message): New function.
9733
9734 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9735
9736 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9737
9738 * info.el (info-header-node): Tweak for color ttys.
9739
9740 * faces.el (face-valid-attribute-values): Make sure directories we
9741 search for stipples both exist and are readable before trying to
9742 search them.
9743
9744 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9745 in the dry-run case.
9746
9747 * jka-compr.el (with-auto-compression-mode): New macro.
9748
9749 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9750 (custom-group-tag-face, custom-variable-tag-face): Use relative
9751 :height and inherit from `variable-pitch' face instead of
9752 hardwiring :family.
9753 * hi-lock.el (hi-black-hb): Likewise.
9754
9755 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9756 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9757 toolbar-add-item, if image doesn't have a mask add a `:mask
9758 heuristic'.
9759
9760 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9761
9762 * diff-mode.el: Docstring fixes.
9763 (diff-header-face, diff-comment-face): New faces.
9764 (diff-font-lock-keywords): Highlight a bit differently.
9765 (diff-find-source-location): Don't return SPAN any more.
9766 (diff-hunk-text): Don't bother erasing the temp buffer.
9767 (diff-find-text): Drop argument LINE.
9768 (diff-apply-hunk): Update calls to diff-find-text.
9769 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9770
9771 * calendar/calendar.el: Docstring fixes.
9772 (calendar-make-alist): Don't quote lambda.
9773 (calendar-star-date): Use make-local-variable.
9774
9775 2000-09-19 Dave Love <fx@gnu.org>
9776
9777 * toolbar/tool-bar.el: Renamed from toolbar.el.
9778 Change `toolbar' to `tool-bar' generally in symbols.
9779 Make some items invisible in `special' major modes.
9780 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9781 Add arg PROPS.
9782
9783 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9784 Add :version here.
9785 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9786
9787 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9788
9789 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9790
9791 * files.el (find-file-suppress-same-file-warnings): New user-option.
9792 (find-file-noselect): Use it.
9793
9794 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9795 (fancy-splash-screen): Defgroup.
9796
9797 * add-log.el (change-log-font-lock-keywords): Match names
9798 more exactly for the case that font-lock-constant-face is
9799 underlined.
9800
9801 2000-09-19 Richard M. Stallman <rms@gnu.org>
9802
9803 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9804
9805 2000-09-19 Andre Spiegel <spiegel@gnu.org>
9806
9807 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9808
9809 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9810
9811 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9812 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9813 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9814 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9815 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9816 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9817 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9818 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9819 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9820 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9821 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9822 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9823
9824 * startup.el (fancy-splash-text): New variable.
9825 (fancy-splash-delay, fancy-splash-image): New user-options.
9826 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9827 (fancy-splash-screens): New functions.
9828 (command-line-1): If display has a `display' frame parameter, has
9829 colors, and we have XPM support, show more fancy splash screens.
9830
9831 2000-09-19 Dave Love <fx@gnu.org>
9832
9833 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9834 with null `help'. Use modern backquote syntax.
9835
9836 2000-09-19 Gerd Moellmann <gerd@gnu.org>
9837
9838 * font-lock.el (font-lock-mode): Change message telling the user
9839 that ``the buffer is too big''.
9840
9841 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9842 for instance for the case that tab-width is 2.
9843
9844 2000-09-18 Gerd Moellmann <gerd@gnu.org>
9845
9846 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9847 toolbar-add-item, if image doesn't have a mask add a `:mask
9848 heuristic'.
9849
9850 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9851
9852 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9853 and return a cons if it's non-nil.
9854 (diff-apply-hunk): Try to jump to the line in the source text
9855 corresponding to the position of point in the in the hunk.
9856
9857 * info.el (Info-title-3-face, Info-title-2-face)
9858 (Info-title-1-face): Use face inheritance and relative sizes
9859 instead of hard-wiring things.
9860
9861 * faces.el (secondary-selection): Make dark-background variant sane.
9862
9863 2000-09-16 Andrew Innes <andrewi@gnu.org>
9864
9865 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9866 read-only, since they aren't under VC now.
9867
9868 2000-09-17 Dave Love <fx@gnu.org>
9869
9870 * tmm.el: Replace mapcar with mapc in several places.
9871
9872 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9873 ad-unadvise.
9874
9875 * international/latin1-disp.el: New file.
9876
9877 * calendar/cal-move.el (scroll-calendar-left)
9878 (scroll-calendar-right): Make arg optional (for active mode line).
9879
9880 * calendar/calendar.el (calendar-mode-line-format): Make fields
9881 mouse-sensitive.
9882 (calendar-read-date, calendar-read-date, calendar-window-list):
9883 Unquote lambda.
9884 (calendar-month-name): Use aref, not sref.
9885
9886 * view.el (minor-mode-alist): Propertize the string.
9887
9888 * international/characters.el (standard-case-table): Add entries
9889 for Greek.
9890
9891 2000-09-18 Miles Bader <miles@gnu.org>
9892
9893 * info.el (info-node, info-xref): Add dark-background variants.
9894
9895 * faces.el (header-line): Change defaults to be less confusing
9896 when mixed with mode-lines.
9897
9898 * info.el (Info-fontify-node): Make a few cleanups.
9899 Add extra `help-echo' and `local-map' props to node xrefs.
9900 Use header-specific faces for node-names & xrefs.
9901 (Info-use-header-line): New variable.
9902 (info-header-xref, info-header-node): New faces.
9903 (Info-setup-header-line): New function.
9904 (Info-select-node): Call Info-setup-header-line when enabled.
9905 (Info-extract-pointer): Work even if the header line is hidden.
9906 (Info-header-line): New variable.
9907
9908 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9909
9910 * vms-patch.el (print-region-function): Don't quote lambda.
9911
9912 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9913
9914 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9915 (lm-get-header-re): Allow spaces between the header and the colon.
9916 (lm-header): Allow $ in non-RCS headers.
9917 (lm-header-multiline): Put the strings back into order.
9918 Stop at an empty line. Don't require two space chars if the
9919 line is clearly not another header line.
9920
9921 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9922 (popup-menu-popup): Remove.
9923
9924 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9925
9926 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9927 specification if or if not tool-bar item contains an `:enabled'
9928 property.
9929
9930 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9931 current buffer has no file name.
9932
9933 2000-09-15 Dave Love <fx@gnu.org>
9934
9935 * strokes.el: Sync with maintainer's current version with changes
9936 for Emacs, but avoid runtime cl and levents.
9937 (toplevel): Change autoloads and compilation requires.
9938 (strokes-version, strokes-bug-address, strokes-lift): Values
9939 changed.
9940 (strokes-xpm-header, strokes-insinuated): New variable.
9941 (strokes): Add :link.
9942 (strokes-mode): Customized.
9943 (strokes-while-inhibiting-garbage-collector): New macro.
9944 (strokes-remassoc): Avoid remove-if.
9945 (strokes-fix-button2-command): Don't use ad-do-it.
9946 (strokes-insinuate): New function.
9947 (strokes-button-press-event-p, strokes-button-release-event-p):
9948 New functions, used instead of non-`strokes-' versions..
9949 (strokes-mouse-event-p): Rewritten.
9950 (strokes-event-closest-point): Avoid event-point.
9951 (strokes-get-grid-position): Avoid cdadr, caadr
9952 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9953 functions.
9954 (strokes-help): Use with-output-to-temp-buffer.
9955 (strokes-window-configuration-changed-p): New function.
9956 (strokes-update-window-configuration): Use buffer-live-p,
9957 strokes-window-configuration-changed-p.
9958 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9959 (strokes-char-face): New face.
9960 (strokes-char-table, strokes-base64-chars): New variable.
9961 (strokes-xpm-for-stroke, strokes-list-strokes)
9962 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9963 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9964 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9965 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9966 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9967 functions.
9968
9969 2000-09-15 Gerd Moellmann <gerd@gnu.org>
9970
9971 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9972
9973 * image.el (create-image): Doc fix.
9974
9975 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9976 instead of `:heuristic-mask t'.
9977
9978 2000-09-14 Andrew Innes <andrewi@gnu.org>
9979
9980 * makefile.w32-in: Revert to Unix line endings.
9981
9982 2000-09-14 Andrew Innes <andrewi@gnu.org>
9983
9984 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9985 when installing.
9986
9987 * makefile.nt (DONTCOMPILE): Fix typo.
9988
9989 * shell.el (shell-write-history-on-exit): New function.
9990 (shell-dumb-shell-regexp): New custom variable.
9991 (shell-mode): Make shell-write-history-on-exit the process
9992 sentinel if shell name matches shell-dumb-shell-regexp.
9993
9994 * w32-fns.el: Comment out before-init-hook function which resets
9995 source-directory based; this breaks bootstrap.
9996
9997 2000-09-14 Dave Love <fx@gnu.org>
9998
9999 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10000 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10001 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10002 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10003 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10004 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10005 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10006 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10007 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10008
10009 * toolbar/toolbar.el: New.
10010
10011 * subdirs.el: Add toolbar.
10012
10013 2000-09-14 Gerd Moellmann <gerd@gnu.org>
10014
10015 * indent.el (indent-for-tab-command): Doc fix.
10016
10017 2000-09-14 Alex Schroeder <alex@gnu.org>
10018
10019 * ansi-color.el (ansi-colors): Doc change.
10020 (ansi-color-get-face): Simplified regexp.
10021 (ansi-color-faces-vector): Added more faces, doc change.
10022 (ansi-color-names-vector): Doc change.
10023 (ansi-color-regexp): Simplified regexp.
10024 (ansi-color-parameter-regexp): New regexp.
10025 (ansi-color-filter-apply): Doc change.
10026 (ansi-color-filter-region): Doc change.
10027 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10028 deal with zero length parameters.
10029 (ansi-color-apply-on-region): Doc change.
10030 (ansi-color-map): Doc change.
10031 (ansi-color-map-update): Removed debugging message.
10032 (ansi-color-get-face-1): Added condition-case to trap
10033 args-out-of-range errors.
10034 (ansi-color-get-face): Doc change.
10035 (ansi-color-make-face): Removed.
10036 (ansi-color-for-shell-mode): New option.
10037
10038 2000-09-13 Kenichi Handa <handa@etl.go.jp>
10039
10040 * international/quail.el (quail-start-translation): Translate KEY
10041 if necessary even if it doesn't have any mapping in the current
10042 input method.
10043 (quail-start-conversion): Likewise.
10044 (quail-help): The output message is improved.
10045
10046 2000-09-13 Miles Bader <miles@gnu.org>
10047
10048 * comint.el (comint-output-filter): Revert to using
10049 `insert-before-markers'. Add bletcherous hack to undo damage
10050 caused by `insert-before-markers'. Put `front-sticky' property on
10051 overlays created here so that the field code understands how the
10052 overlay works. Use a let when making comint-last-prompt-overlay,
10053 so that the code is easier to read.
10054
10055 2000-09-13 Dave Love <fx@gnu.org>
10056
10057 * wid-edit.el (widget-default-format-handler): DTRT when
10058 doc-property is a function.
10059
10060 2000-09-12 Francesco Potorti` <pot@gnu.org>
10061
10062 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10063 filed name if it's not there.
10064
10065 2000-09-12 Dave Love <fx@gnu.org>
10066
10067 * simple.el (read-mail-command): Doc fix.
10068 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10069
10070 * vc.el (vc-dired-listing-switches): Fix :version.
10071
10072 * vc-hooks.el: Doc fixes.
10073
10074 * subr.el (add-minor-mode): Use toggle-fun arg.
10075
10076 * speedbar.el: Add :version to several defcustoms.
10077
10078 * imenu.el (imenu--truncate-items, imenu--cleanup)
10079 (imenu--generic-function): Avoid mapcar.
10080 (imenu--replace-spaces): Function removed.
10081 (imenu--completion-buffer): Use subst-char-in-string.
10082 (imenu-add-to-menubar): Use keymap inheritance.
10083
10084 2000-09-12 Miles Bader <miles@gnu.org>
10085
10086 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10087 (diff-mode-map): Bind `diff-test-hunk'.
10088 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10089
10090 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10091
10092 * bytecomp.el (byte-compile-defvar): Undo last change
10093 because it breaks '(make-variable-buffer-local (defvar ...)'
10094 which is used at least in dired.
10095
10096 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10097
10098 * international/quail.el (quail-define-package): Docstring
10099 modified.
10100
10101 2000-09-12 Kenichi Handa <handa@etl.go.jp>
10102
10103 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10104 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10105 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10106 docstring of "chinese-py".
10107
10108 * international/quail.el (quail-translation-docstring): New
10109 variable.
10110 (quail-show-keyboard-layout): Docstring modified.
10111 (quail-select-current): Likewise.
10112 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10113 infinite recursive call.
10114 (quail-help): Check quail-translation-docstring. Format of the
10115 output changed.
10116 (quail-help-insert-keymap-description): Adjusted for the above
10117 change.
10118
10119 2000-09-11 Gerd Moellmann <gerd@gnu.org>
10120
10121 * bytecomp.el (byte-compile-defvar): Only cons onto
10122 current-load-list in top-level forms. Else this leaks a cons cell
10123 every time a defun is called.
10124
10125 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10126
10127 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10128 Now understands non-unified diffs. Some functionality moved into
10129 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10130 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10131 modify anything. Only reposition point in the patched file if the
10132 patch succeeds. Only pop up another window if POPUP is true.
10133 Emit a message describing what happened if successful, and at what
10134 line-offset. Automatically detect reversed hunks and do something
10135 appropriate.
10136 (diff-hunk-text, diff-find-text): New functions.
10137 (diff-filter-lines): Function removed.
10138 (diff-test-hunk): New function.
10139 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10140
10141 2000-09-10 Dave Love <fx@gnu.org>
10142
10143 * textmodes/tildify.el: Minor doc/commentary fixes.
10144 (tildify) <defgroup>: Add :version.
10145
10146 * faces.el (face-x-resources): Make custom type more specific.
10147 (frame-background-mode): Use mapc.
10148 (region) <defcustom>: Add :version.
10149
10150 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * vc-sccs.el (vc-sccs-register):
10153 * vc-rcs.el (vc-rcs-register):
10154 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10155 * vc.el (vc-register): Clear file's properties.
10156
10157 2000-09-08 Gerd Moellmann <gerd@gnu.org>
10158
10159 * faces.el (face-spec-set): Only face-spec-reset-face when
10160 ATTRS is non-nil.
10161
10162 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10163
10164 * help.el (help-insert-xref-button): Fix a typo in doc string.
10165
10166 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10167
10168 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10169 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10170 methods.
10171
10172 * menu-bar.el (read-mail-item-name): New function.
10173 (menu-bar-tools-menu): Use it to compute and display the package
10174 used to read email.
10175 (menu-bar-tools-menu): Fix typo in GUD's help string.
10176
10177 2000-09-07 Dave Love <fx@gnu.org>
10178
10179 * diff-mode.el (diff-mouse-goto-source): New function.
10180
10181 * vc-sccs.el: Doc fixes.
10182 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10183
10184 * vc-rcs.el: Doc fixes.
10185 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10186 (vc-rcs-checkout-switches, vc-rcs-header)
10187 (vc-rcs-master-templates): Add or change :version.
10188
10189 * vc-cvs.el: Doc fixes.
10190 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10191 (vc-cvs-stay-local): Add :version.
10192
10193 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10194
10195 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10196
10197 * international/quail.el (quail-help): Fix previous change.
10198
10199 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10200
10201 * faces.el (color-values): Doc fix.
10202
10203 * faces.el (frame-set-background-mode): Use frame-parameter
10204 instead of frame-parameters.
10205
10206 * frame.el (filtered-frame-list): Reduce consing.
10207 (frames-on-display-list): Call frame-parameter instead of
10208 frame-parameters.
10209
10210 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10211
10212 * language/devan-util.el (devanagari-to-indian-region): In the
10213 loop, change the following char, not preceding char.
10214
10215 2000-09-07 Gerd Moellmann <gerd@gnu.org>
10216
10217 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10218 instead of frame-parameters.
10219
10220 * faces.el (set-face-attribute): Simplify by calling
10221 internal-set-lisp-face-attribute with FRAME being 0.
10222
10223 * vc.el: Remove `Id' version control keyword.
10224
10225 2000-09-07 Kenichi Handa <handa@etl.go.jp>
10226
10227 * help.el (help-make-xrefs): Adjusted for the change of
10228 help-xref-mule-regexp.
10229 (help-insert-xref-button): New function.
10230
10231 * international/mule-cmds.el (help-xref-mule-regexp-template):
10232 Include the pattern for character set.
10233 (leim): New group.
10234
10235 * international/quail.el: Don't require face.
10236 (quail): New group.
10237 (quail-other-command): Dummy command to make quail-help work better.
10238 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10239 (quail-keyboard-layout-substitution): New variable.
10240 (quail-update-keyboard-layout): New function.
10241 (quail-keyboard-layout-type): New customizable variable.
10242 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10243 (quail-keyboard-translate): Pay attention to
10244 quail-keyboard-layout-substitution.
10245 (quail-insert-kbd-layout): New function.
10246 (quail-show-keyboard-layout): New function.
10247 (quail-get-translation): If the definition is a vector of length
10248 1, and the element is a string of length 1, return the character
10249 in that string.
10250 (quail-update-current-translations): Fix the case of
10251 relative-index out of range.
10252 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10253 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10254 Show key sequences for all available characters.
10255 (quail-help-insert-keymap-description): Don't show such verbose
10256 key bindings as quail-self-insert-command.
10257
10258 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10259 Format changed, and each element now have extra documentations.
10260 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10261 Adjusted for the change of quail-cxterm-package-ext-info.
10262
10263 2000-09-06 Gerd Moellmann <gerd@gnu.org>
10264
10265 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10266 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10267 during bootstrap.
10268
10269 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10270
10271 * vc.el: (toplevel): Don't require `dired' at run-time.
10272 (vc-dired-resynch-file): Remove autoload cookie.
10273
10274 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10275
10276 * vc.el: Made several backend functions optional.
10277 (vc-default-responsible-p): New function.
10278 (vc-merge): Use RET for first version to trigger merge-news, not
10279 prefix arg.
10280 (vc-annotate): Handle backends that do not support annotation.
10281 (vc-default-merge-news): Removed. The existence of a merge-news
10282 implementation is now checked on caller sites.
10283
10284 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10285 case.
10286
10287 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10288 special case that has been removed from the default in vc-hooks.el.
10289
10290 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10291
10292 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10293
10294 2000-09-05 Andre Spiegel <spiegel@gnu.org>
10295
10296 * vc-hooks.el: Require vc during compilation.
10297 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10298 macro `with-vc-properties' in vc.el.
10299 (vc-file-getprop): Doc fix.
10300 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10301
10302 * vc.el: Require dired-aux during compilation.
10303 (vc-name-assoc-file): Moved to vc-sccs.el.
10304 (with-vc-properties): New macro.
10305 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10306 vc-finish-steal): Use it.
10307 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10308 to the backend-specific function is now supposed to do the checkout,
10309 too.
10310 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10311
10312 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10313 set file properties; that gets done in the generic code now.
10314
10315 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10316 Changed parameter list, added code from vc.el that does the
10317 checkout, possibly with a double-take.
10318
10319 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10320 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10321 the above under the new name.
10322 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10323 parameter list, added checkout command.
10324 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10325 properties; that gets done in the generic code now.
10326
10327 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10328
10329 * vc.el: Docstring fixes (courtesy of checkdoc).
10330
10331 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10332
10333 * vc.el (vc-checkout-writable-buffer-hook)
10334 (vc-checkout-writable-buffer): Remove.
10335 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10336 (vc-log-mode): Make it into a clean derived major mode.
10337 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10338 vc-log-mode if log-edit is not available.
10339 (vc-dired-mode-map): Don't set-keymap-parent yet.
10340 (vc-dired-mode): Do set-keymap-parent here.
10341 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10342
10343 2000-09-05 Gerd Moellmann <gerd@gnu.org>
10344
10345 * faces.el (set-face-attribute, face-spec-reset-face)
10346 (face-spec-set): Avoid consing by removing calls to `apply'.
10347
10348 * frame.el (frame-parameter): Move to C code.
10349
10350 2000-09-05 Dave Love <fx@gnu.org>
10351
10352 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10353 insert-before-markers-and-inherit. Now checked systematically!
10354
10355 2000-09-05 Alex Schroeder <alex@gnu.org>
10356
10357 * sql.el (sql-postgres): Use sql-postgres-options.
10358 (sql-postgres-options): New variable.
10359
10360 2000-09-05 Alex Schroeder <alex@gnu.org>
10361
10362 * sql.el (sql-mode-menu): Work around missing variable mark-active
10363 in XEmacs.
10364 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10365 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10366 compatibility.
10367
10368 2000-09-04 Gerd Moellmann <gerd@gnu.org>
10369
10370 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10371
10372 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10373
10374 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10375
10376 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10377
10378 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10379 don't support anything else under SCCS yet.
10380
10381 * vc-hooks.el: Minor doc fixes.
10382
10383 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10384
10385 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10386 not necessary. If verbose in state `needs-patch', do the same as
10387 under `up-to-date'. When NOT verbose and `needs-patch', check out
10388 latest version instead of `merge-news'.
10389 (vc-next-action-dired): Don't mess with default-directory here; it
10390 breaks other parts of dired. It is the job of the
10391 backend-specific functions to adjust it temporarily if they need it.
10392 (vc-next-action): Remove a special CVS case.
10393 (vc-clear-headers): New optional arg FILE.
10394 (vc-checkin, vc-checkout): Set properties vc-state and
10395 vc-checkout-time properly.
10396 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10397 (vc-print-log): Use new backend function `show-log-entry'.
10398 (vc-cancel-version): Do the checks in a different order. Added a
10399 FIXME concerning RCS-only code.
10400
10401 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10402 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10403
10404 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10405
10406 * vc-hooks.el (vc-default-mode-line-string): Show state
10407 `needs-patch' as a `-' too.
10408
10409 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10410
10411 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10412 (vc-default-could-register): New function.
10413 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10414 (vc-resynch-buffer): Call vc-dired-resynch-file.
10415 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10416 vc-resynch-buffer instead of vc-resynch-window.
10417 (vc-next-action-dired): Don't redisplay here, that gets done as a
10418 result of the individual file operations.
10419 (vc-retrieve-snapshot): Corrected prompt order.
10420
10421 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10422
10423 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10424 as well.
10425 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10426 hostname regexps. Updated all callers.
10427 (vc-cvs-responsible-p): Handle directories as well.
10428 (vc-cvs-could-register): New function.
10429 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10430 properties up-to-date.
10431
10432 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10433 user whether to create one.
10434
10435 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10436
10437 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10438 check out a non-existing file.
10439
10440 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10441 workfile does not exist.
10442
10443 * vc.el (vc-version-diff): Use `require' to check for existence of
10444 diff-mode.
10445
10446 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10447
10448 * vc-cvs.el (vc-cvs-registered): Use new function
10449 vc-cvs-parse-entry to do the actual work.
10450
10451 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10452
10453 * vc-hooks.el (vc-find-backend-function): If function doesn't
10454 exist, return nil instead of error.
10455 (vc-call-backend): Doc fix.
10456
10457 * vc.el (vc-do-command): Doc fix.
10458 (vc-finish-logentry): When checking in from vc-dired, choose the
10459 right backend for logentry check.
10460 (vc-dired-mode-map): Inherit from dired-mode-map.
10461 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10462 simplified.
10463 (vc-dired-state-info): Removed, updated caller.
10464 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10465 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10466 (vc-dired-listing-switches): New variable.
10467 (vc-directory): Use it, instead of dired-listing-switches.
10468
10469 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10470 (vc-cvs-dir-state): New function.
10471 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10472 (vc-cvs-parse-entry): New function, also to be used in
10473 vc-cvs-registered.
10474
10475 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10476
10477 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10478 *or* single-window-frames.
10479
10480 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10481
10482 * vc.el (vc-update-changelog): Split into generic part and default
10483 implementation. Doc string adapted.
10484 (vc-default-update-changelog): New function. Call the `rcs2log'
10485 script in exec-directory, to fix a long-standing nuisance.
10486
10487 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10488 simply signals an error.
10489
10490 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10491
10492 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10493 control-flow more clear and to avoid running `cvs' twice.
10494
10495 * vc.el (vc-next-action-on-file): Doc fix.
10496 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10497 (vc-print-log): Eval `file' before constructing the continuation.
10498
10499 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10500
10501 * vc.el (vc-next-action-on-file): Corrected several messages.
10502 (vc-merge): Add prefix arg `merge-news'; handle it.
10503
10504 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10505 is not reached. It is.
10506 (vc-cvs-merge): Set state to 'edited after merge.
10507 (vc-cvs-merge-news): Set workfile version to nil if not known.
10508 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10509
10510 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10511 via stdout. (Merge from main line.)
10512
10513 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10514
10515 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10516 detection.
10517
10518 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10521 against kill-all-local-variables.
10522 (vc-log-edit): Don't save vc-parent-buffer any more.
10523 (vc-last-comment-match): Initialize to an empty string.
10524 (vc-post-command-functions): New hook.
10525 (vc-do-command): Run it.
10526 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10527 (vc-finish-logentry): Only add the comment to the ring if it's
10528 different from the last comment entered.
10529 (vc-new-comment-index): New function.
10530 (vc-previous-comment): Use it. Make the minibuffer message
10531 slightly less terse.
10532 (vc-comment-search-reverse): Make it work forward as well. Don't
10533 set vc-comment-ring-index if no match is found. Use
10534 vc-new-comment-index.
10535 (vc-comment-search-forward): Use vc-comment-search-reverse.
10536 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10537 define-derived-mode will do it for us. Bind `v' to a keymap that
10538 inherits from vc-prefix-map so that we can bind `vt' without
10539 binding C-x v t.
10540 (vc-retrieve-snapshot): Parenthesis typo.
10541
10542 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10543 to 1. Make sure to switch to *vc* before looking for an error
10544 message. Use vc-parse-buffer.
10545
10546 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10547
10548 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10549 and NAME.
10550 (vc-retrieve-snapshot): Split into two parts.
10551 (vc-default-retrieve-snapshot): New function.
10552
10553 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10554 (vc-cvs-retrieve-snapshot): New function (untested).
10555 (vc-cvs-stay-local): Default to t.
10556 (vc-cvs-remote-p): New function and property.
10557 (vc-cvs-state): Stay local only if the above is t.
10558 (vc-handle-cvs): Removed.
10559 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10560 done via vc-handled-backends now.
10561 (vc-cvs-header): Escape Id.
10562
10563 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10564
10565 * vc.el (vc-do-command): Remove unused commands.
10566 (vc-version-diff): Make sure default-directory ends with a slash.
10567 Move the window commands into a vc-exec-after.
10568 (vc-print-log): Move more of the code into the `vc-exec-after'.
10569
10570 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10571
10572 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10573 (vc-print-log): Search current revision from beginning of buffer.
10574 (vc-revert-buffer): Clear echo area after the diff is finished.
10575 (vc-prefix-map): Removed definition of "t" for terse display in vc
10576 dired.
10577 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10578 definition of "vt" for terse display.
10579 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10580
10581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10582
10583 * vc.el (vc-exec-after): Avoid caddr.
10584
10585 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10586
10587 * vc.el (vc-exec-after): New function.
10588 (vc-do-command): Use it to add a termination message for async
10589 procs.
10590 (vc-checkout): Try to handle a missing-backend situation.
10591 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10592 of a directory with a backend using async diffs.
10593 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10594 present.
10595
10596 * vc-sccs.el (vc-sccs-state-heuristic): Use
10597 file-ownership-preserved-p.
10598
10599 * vc-rcs.el (vc-rcs-state-heuristic): Use
10600 file-ownership-preserved-p.
10601 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10602
10603 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10604
10605 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10606 vc-do-command.
10607
10608 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10609 when there are no changes.
10610
10611 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10612
10613 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10614
10615 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10616
10617 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10618
10619 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10620
10621 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10622 the `fset' outside of the defvar so that it works even if
10623 vc-prefix-map was already defined.
10624 (vc-setup-buffer): New function, split out of vc-do-command.
10625 (vc-do-command): Allow BUFFER to be t to mean `just use the
10626 current buffer without any fuss'.
10627 (vc-version-diff): Change the `diff' backend operation to just put
10628 the diff in the current buffer without erasing it. Always use
10629 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10630 shrink-window-if-larger-than-buffer.
10631 (vc-print-log): Change the `print-log' backend operation to just
10632 put the log in the current buffer without erasing it. Protect
10633 shrink-window-if-larger-than-buffer.
10634 (vc-update-change-log): Fix setd typo.
10635
10636 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10637 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10638
10639 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10640 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10641 CMP.
10642
10643 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10644 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10645 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10646
10647 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10648
10649 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10650 not possible, use vc-BACKEND-workfile-unchanged-p.
10651 (vc-default-workfile-unchanged-p): New function. Delegates to a
10652 full vc-BACKEND-diff.
10653
10654 * vc-hooks.el (vc-simple-command): Removed.
10655
10656 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10657 instead of vc-simple-command.
10658 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10659 avoid doing a diff when opening a file.
10660 (vc-rcs-state): Added check for unlocked-changes.
10661 (vc-rcs-header): Escape Id.
10662 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10663 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10664 version.
10665
10666 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10667 (vc-sccs-diff): Remove optional arg CMP.
10668 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10669 SCCS-specific function.
10670
10671 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10672 vc-simple-command.
10673
10674 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10675
10676 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10677 (with-vc-file, vc-merge): Use vc-editable-p.
10678 (vc-do-command): Remove unused var vc-file and fix the
10679 doubly-defined `status' var. Add a user message when starting an
10680 async command.
10681 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10682 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10683 Use with-current-buffer.
10684 (vc-buffer-sync): Use unless.
10685 (vc-next-action-on-file): If the file is 'edited by read-only,
10686 make it read-write instead of trying to commit.
10687 (vc-version-diff, vc-update-change-log): Use `setq
10688 default-directory' rather than `cd'.
10689 (vc-log-edit): Don't forget to set default-directory in the
10690 buffer.
10691
10692 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10693 (vc-sccs-state-heuristic): Use file-writable-p instead of
10694 comparing userids.
10695 (vc-sccs-checkout): Use `unless'.
10696
10697 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10698 of comparing userids.
10699 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10700 Simplify the logic by eliminating unreachable code.
10701 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10702 just do a recursive call if we need to retry.
10703 (vc-rcs-checkout): Handle the case where rcs is missing by making
10704 the buffer read-write if requested and re-signalling the error.
10705
10706 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10707
10708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10709
10710 * vc-hooks.el (vc-handled-backends): Docstring change.
10711 (vc-ignore-vc-files): Mark obsolete.
10712 (vc-registered): Check vc-ignore-vc-files.
10713 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10714 vc-ignore-vc-files.
10715
10716 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10717
10718 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10719
10720 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10721 files since ange-ftp already has vc-registered return nil.
10722
10723 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10724 (vc-sccs-workfile-version): Use with-temp-buffer and new
10725 vc-parse-buffer and don't bother setting the property.
10726 (vc-sccs-add-triple): Use with-current-buffer and
10727 find-file-noselect.
10728 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10729
10730 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10731 derives from the old vc-parse-buffer but uses the revision number
10732 rather than the date (much easier to compare robustly).
10733 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10734 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10735 locking-user more directly. Check strict locking and set
10736 checkout-model appropriately.
10737 (vc-rcs-parse-locks): Remove.
10738 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10739 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10740 (vc-rcs-system-release): Use with-current-buffer and
10741 vc-parse-buffer.
10742 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10743
10744 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10745 (vc-simple-command): Docstring fix.
10746 (vc-registered): Align the way the file-handler is called with the
10747 way the function itself works.
10748 (vc-file-owner): Remove.
10749
10750 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10751 extraction of fields and call to file-attributes because of a
10752 temporary bug in rcp.el.
10753 (vc-cvs-fetch-status): Use with-current-buffer.
10754
10755 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10756
10757 * vc.el (vc-do-command): Use file-relative-name.
10758 (vc-responsible-backend): Use vc-backend if possible.
10759 (vc-create-snapshot): Improve the `interactive' spec. Add support
10760 for branches and dispatch to backend-specific `create-snapshot'.
10761 (vc-default-create-snapshot): New function, containing the bulk of
10762 the old vc-create-snapshot.
10763 (vc-retrieve-snapshot): Improve the interactive spec.
10764
10765 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10766 (vc-backend-hook-functions): Remove.
10767 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10768 (vc-backend): Reintroduce the test for `file = nil' now that I
10769 know why it was there (and added a comment to better remember).
10770
10771 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10772 code from vc-sccs-hooks.el.
10773 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10774 'vc anymore.
10775 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10776 and file-directory-p instead of file-exists-p.
10777 (vc-sccs-check-headers): Simplify the regexp.
10778
10779 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10780 from vc-rcs-hooks.el. Don't require 'vc anymore.
10781 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10782 file-directory-p instead of file-exists-p.
10783
10784 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10785 from vc-cvs-hooks.el.
10786 (proto vc-cvs-registered): Require 'vc-cvs instead of
10787 'vc-cvs-hooks. Don't require 'vc anymore.
10788 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10789 file-directory-p instead of file-exists-p.
10790 (vc-cvs-create-snapshot): New function, replacing
10791 vc-cvs-assign-name.
10792 (vc-cvs-assign-name): Remove.
10793
10794 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10795
10796 * vc-cvs.el (vc-cvs-header): New var.
10797
10798 * vc-rcs.el (vc-rcs-exists): Remove.
10799 (vc-rcs-header): New var.
10800
10801 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10802 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10803 (vc-sccs-header): New var.
10804
10805 * vc.el (vc-do-command): Get rid of the `last' argument.
10806 (vc-header-alist): Remove, replaced by vc-X-header.
10807 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10808 (vc-dired-hook): Use expand-file-name instead of concat.
10809 (vc-directory): Use file-name-as-directory.
10810 (vc-snapshot-precondition, vc-create-snapshot)
10811 (vc-retrieve-snapshot): Allow the command to operate on any
10812 directory.
10813
10814 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10815 just removing the 'WORKFILE argument or by removing the 'MASTER
10816 argument and replacing `file' with (vc-name file).
10817
10818 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10819
10820 * vc.el: Update Copyright and add a crude list of backend funs.
10821 (vc-writable-p): New function.
10822 (with-vc-file): Use vc-writable-p.
10823 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10824 (vc-register): Avoid vc-name.
10825 (vc-locking-user): Remove.
10826 (vc-steal-lock): Make the `owner' arg non-optional.
10827 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10828 vc-checkout-model.
10829 (vc-default-dired-state-info): Use vc-state instead of
10830 vc-locking-user and return special strings for special states.
10831 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10832 and get rid of one of the special CVS cases.
10833 (vc-cancel-version): prettify error message with \\[...].
10834 (vc-rename-master): New function.
10835 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10836 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10837 the CVS special case generic.
10838 (vc-default-record-rename): Remove.
10839 (vc-file-tree-walk-internal): Only call FUNC for files that are
10840 under control of some VC backend and replace `concat' with
10841 expand-file-name.
10842 (vc-file-tree-walk): Update docstring.
10843 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10844 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10845
10846 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10847 vc-sccs-record-rename. Use `find-file-noselect' rather than
10848 `find-file' and call `vc-rename-master' to do the actual move.
10849 (vc-sccs-diff): Remove unused `backend' variable.
10850
10851 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10852 to delay loading of vc-sccs until it is really used.
10853 (vc-sccs-master-templates): Preload.
10854 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10855 (vc-sccs-project-dir): Remove (merged into
10856 vc-sccs-search-project-dir).
10857 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10858 rather than `concat', make sure it is preloaded and don't bother
10859 to check that the file actually exists.
10860 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10861 `locks' argument (use buffer's content instead) and eliminate n^2
10862 behavior.
10863
10864 * vc-rcs.el: Update Copyright.
10865 (vc-rcs-rename-file): New function.
10866 (vc-rcs-diff): Remove unused `backend' variable.
10867
10868 * vc-hooks.el: Update Copyright.
10869 (vc-backend): Don't accept a nil argument any more.
10870 (vc-up-to-date-p): Turn into a defsubst.
10871 (vc-possible-master): New function.
10872 (vc-check-master-templates): Use `vc-possible-master' and allow
10873 funs in vc-X-master-templates to return a non-existent file.
10874
10875 * vc-cvs.el: Update Copyright.
10876 (vc-cvs-diff): Remove unused `backend' variable.
10877 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10878
10879 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10880
10881 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10882
10883 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10884 since it can be called from vc-rcs.el.
10885 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10886
10887 2000-09-04 Andre Spiegel <spiegel@gnu.org>
10888
10889 * vc.el (vc-version-diff): Expand file name read from the
10890 minibuffer. Handle the case when a previous version number can't
10891 be guessed. Give suitable messages when there were no differences
10892 found.
10893 (vc-clear-headers): Call backend-specific implementation, if one
10894 exists.
10895 (vc-cancel-version): Made error checks generic. When done, clear
10896 headers generically, too.
10897
10898 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10899 from vc-clear-headers in vc.el.
10900
10901 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10902 correctly.
10903 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10904 optional. Handle the case when it's not there.
10905
10906 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10907
10908 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10909
10910 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10911
10912 * vc-hooks.el (vc-loadup): Remove.
10913 (vc-find-backend-function): Use `require'. Also, handle the case
10914 where vc-BACKEND-hooks.el doesn't exist.
10915 (vc-call-backend): Cleanup.
10916
10917 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10918
10919 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10920 vc-rcs-grab-templates)
10921 (vc-rcs-registered): Remove. The default function works as well.
10922 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10923 vc-sccs-grab-templates)
10924 (vc-sccs-registered): Remove. The default function works as well.
10925
10926 * vc.el (vc-version-diff): Left out a vc- in call to
10927 vc-call-backend.
10928 (vc-default-dired-state-info, vc-default-record-rename)
10929 (vc-default-merge-news): Update for the new backend argument.
10930
10931 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10932 using the default function.
10933 (vc-call-backend): If calling the default function, pass it the
10934 backend as first argument. Update the docstring accordingly.
10935 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10936 for the new backend argument.
10937 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10938 (vc-find-backend-function): Use the new name.
10939 (vc-default-registered): New function.
10940
10941 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10942
10943 * vc.el (vc-merge): Use vc-find-backend-function.
10944
10945 * vc-hooks.el (vc-backend-functions): Remove.
10946 (vc-loadup): Don't setup 'vc-functions.
10947 (vc-find-backend-function): New function.
10948 (vc-call-backend): Use above fun and populate 'vc-functions
10949 lazily.
10950 (vc-backend-defines): Remove.
10951
10952 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10953
10954 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10955 Call vc-call-backend without the leading vc-.
10956 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10957 (vc-check-headers): Call vc-call-backend without the leading vc-.
10958 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10959 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10960 Call vc-call-backend without the leading vc-.
10961
10962 * vc-cvs.el (tail): Provide vc-cvs.
10963 * vc-sccs.el (tail): Provide vc-sccs.
10964 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10965
10966 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10967 (vc-make-backend-function, vc-call): Pass names without leading
10968 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10969 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10970 (vc-call-backend): Always try to load vc-X-hooks.
10971 (vc-registered): Remove vc- in call to vc-call-backend.
10972
10973 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10974
10975 * vc.el (vc-process-filter): New function.
10976 (vc-do-command): Setup `vc-process-filter' for the async process.
10977 (vc-maybe-resolve-conflicts): New function to reduce
10978 code-duplication. Additionally, it puts the buffer in
10979 `smerge-mode' if applicable.
10980 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10981 calling `merge-news'.
10982 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10983 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10984 interfacing to log-edit.el.
10985 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10986 log-edit is available.
10987 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10988
10989 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10990
10991 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10992 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10993 defvar and the initialization.
10994 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10995
10996 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10997 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10998
10999 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11000
11001 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11002
11003 * vc.el (vc-file-clear-masterprops): Removed.
11004 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11005 (vc-version-diff): Use buffer-size without argument.
11006 (vc-register): Heed vc-initial-comment.
11007
11008 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11009 default branch.
11010
11011 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11012 file name and workfile version.
11013 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11014
11015 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11016 vc-file-clear-masterprops.
11017
11018 * vc-sccs.el (vc-sccs-checkout): Removed call to
11019 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11020 rather than user login name.
11021
11022
11023 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11024
11025 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11026 `want-differences-if-changed' and simplify.
11027 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11028 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11029 output (which is invalid for async vc-diff) to decide whether to
11030 do the revert silently or not.
11031
11032 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11033
11034 * vc-hooks.el (vc-loadup): Load files quietly.
11035 (vc-call-backend): Oops, brain fart.
11036
11037 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11038
11039 * vc-cvs.el (vc-cvs-state): Typo.
11040 (vc-cvs-merge-news): Return the status code rather than the error msg.
11041
11042 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11043
11044 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11045 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11046 vc-state or vc-up-to-date-p.
11047 (vc-merge): Use vc-backend-defines to check whether merging is
11048 possible. Set state to 'edited after successful merge.
11049
11050 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11051 return that name. Redocumented.
11052
11053 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11054
11055 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11056 new `vc-state' semantics.
11057 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11058 'vc-locking-user to the current user.
11059 (vc-merge): Inline vc-backend-merge. Comment out code that I
11060 don't understand and hence can't adapt to the new `vc-state' and
11061 `vc-locking-user' semantics.
11062 (vc-backend-merge): Remove.
11063
11064 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11065 rather than 'vc-locking-user.
11066
11067 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11068
11069 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11070 (vc-state): Don't use 'reserved any more. Just use the same
11071 convention as the one used for vc-<backend>-state where the
11072 locking user (as a string) is returned.
11073 (vc-locking-user): Update, based on the above convention. The
11074 'vc-locking-user property has disappeared.
11075 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11076
11077 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11078 with a heuristic one.
11079 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11080 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11081 error. That allows us to get to 'needs-merge even in the
11082 stay-local case. There's still no way to detect 'needs-patch in
11083 such a setup (or to force an update for that matter).
11084 (vc-cvs-logentry-check): Remove, the default works as well.
11085
11086 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11087
11088 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11089
11090 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11091 major-mode in which the buffer might have been put earlier. Use
11092 `remove' and `when'. Allow `okstatus' to be `async' and use
11093 `start-process' in this case.
11094 (vc-version-diff): Handle the case where the diff looks empty
11095 because of the use of an async process.
11096
11097 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11098
11099 * vc.el (vc-next-action-on-file): Removed optional parameter
11100 `simple'. Recompute state unconditionally.
11101 (vc-default-toggle-read-only): Removed.
11102
11103 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11104 (vc-toggle-read-only): Undid prev change.
11105
11106 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11107 vc-cvs-simple-toggle. Redocumented.
11108 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11109 (vc-cvs-toggle-read-only): Removed.
11110
11111 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11112
11113 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11114 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11115 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11116 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11117 still is. So maybe it should be removed.
11118 (vc-head-version, vc-find-binary): Remove.
11119 (vc-recompute-state): Move from vc-hooks.el.
11120 (vc-next-action-on-file): Add a `simple' argument to allow
11121 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11122 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11123 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11124 (vc-dired-mode-map): Properly defvar it.
11125 (vc-print-log): Call log-view-mode if available.
11126 (small-temporary-file-directory): defvar instead of use boundp.
11127 (vc-merge-news): Moved to vc-cvs.el.
11128 (vc-default-merge-news): New function.
11129
11130 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11131 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11132 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11133 unknown `vc-latest-version' function. It should probably refer to
11134 vc-workfile-version or somesuch, but it's very unclear to me and I
11135 don't have SCCS to test things.
11136
11137 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11138 (vc-sccs-state-heuristic): Fix typo.
11139 (vc-sccs-workfile-unchanged-p): Add missing argument.
11140
11141 * vc-rcs.el: Require vc and vc-rcs-hooks.
11142 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11143 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11144 (vc-release-greater-or-equal-p): Move from vc.
11145 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11146 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11147 (vc-rcs-checkout): Add a missing `new-version' argument in the
11148 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11149
11150 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11151 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11152 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11153 than the apparently unbound `workfile-version'.
11154
11155 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11156 (vc-file-prop-obarray): Use `make-vector'.
11157 (vc-backend-functions): Add new hookable functions
11158 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11159 (vc-loadup): If neither backend nor default functions exist, use
11160 the backend function rather than nil.
11161 (vc-call-backend): If the function if not bound yet, try to load
11162 the non-hook file to see if it provides it.
11163 (vc-call): New macro plus use it wherever possible.
11164 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11165 nor `vc-find-binary' since it's only called from
11166 vc-mistrust-permission which is only used once the backend is known.
11167 (vc-checkout-model): Fix parenthesis.
11168 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11169
11170 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11171 (vc-cvs-release, vc-cvs-system-release): Remove.
11172 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11173 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11174 status symbols.
11175 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11176 (vc-cvs-toggle-read-only): First cut at a function to allow a
11177 cvs-status-free vc-toggle-read-only.
11178 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11179 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11180 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11181 (vc-cvs-checkout): Modify access rights directly if the user
11182 requested not to use `cvs edit'. And refresh the mode line.
11183
11184 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11185 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11186
11187 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11188
11189 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11190 workfile' that got lost when the code was extracted from vc.el.
11191 And merged the tail with the rest of the code (not possible in the
11192 old vc.el where the tail was shared among all backends). And
11193 explicitly set the state to 'edited if `writable' is set.
11194
11195 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11196 (vc-cvs-state): Be careful to return the value from
11197 vc-cvs-parse-state.
11198 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11199 property but return it instead. Also be careful to handle a nil
11200 or "" `rev' when workfile is non-nil (it was handled properly when
11201 workfile was nil).
11202
11203 * vc.el: Removed those pesky unnecessary `(function' quotes.
11204 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11205 directly in the defvar.
11206 (vc-do-command): Bind inhibit-read-only so as to properly handle
11207 the case where the destination buffer has been made read-only.
11208 (vc-diff): Delegate to vc-version-diff in all cases.
11209 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11210 (vc-annotate-mode-variables): Removed (code moved partly to
11211 defvars and partly to vc-annotate-add-menu).
11212 (vc-annotate-mode): Turned into a derived-mode.
11213 (vc-annotate-add-menu): Moved in code in
11214 vc-annotate-mode-variables.
11215 (vc-update-change-log): Use make-temp-file if available.
11216
11217 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11218
11219 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11220 `vc-checkout-model' updated to `vc-cvs-update-model'.
11221
11222 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11223
11224 * vc.el (vc-next-action-on-file): Added handling of state
11225 `unlocked-changes'.
11226 (vc-checkout-carefully): Is now practically obsolete, unless the
11227 above is too slow to be enabled unconditionally.
11228 (vc-update-change-log): Fixed typo.
11229
11230 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11231
11232 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11233 Now handles state `unlocked-changes'.
11234 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11235
11236 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11237
11238 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11239 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11240 `unlocked-changes'.
11241 (vc-rcs-workfile-unchanged-p): Renamed from
11242 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11243 function yet, but supposed to become one soon.
11244
11245 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11246 `vc-steal-lock'.
11247 (vc-call-backend): Changed error message.
11248 (vc-state): Added description of state `unlocked-changes'.
11249
11250 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11251
11252 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11253 always return t in CVS-controlled directories.
11254
11255 * vc.el (vc-responsible-backend): New function.
11256 (vc-register): Largely rewritten.
11257 (vc-admin): Removed (implementation moved into vc-register).
11258 (vc-checkin): Redocumented.
11259 (vc-finish-logentry): If no backend defined yet (because we are in
11260 the process of registering), use the responsible backend.
11261
11262 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11263 Updated function lists.
11264 (vc-call-backend): Fixed typo.
11265
11266 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11267 New functions.
11268 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11269 Removed query option. Redocumented.
11270
11271 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11272
11273 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11274
11275 * vc.el: Updated callers of `vc-checkout-required' to use
11276 `vc-checkout-model'.
11277
11278 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11279
11280 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11281 stuff updated to reference this function instead of the old
11282 `vc-backend-release-p'.
11283
11284 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11285
11286 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11287 vc-checkout-model. Return appropriate values. Updated callers.
11288
11289 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11290
11291 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11292 (vc-backend-revert): Function moved into `vc-revert';
11293 `vc-next-action' must be updated to accomodate this change.
11294 (vc-backend-steal): Function moved into `vc-finish-steal'.
11295 (vc-backend-logentry-check): Function moved into
11296 `vc-finish-logentry'.
11297 (vc-backend-printlog): Function moved into `vc-print-log'.
11298 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11299 (vc-backend-assign-name): Function moved into
11300 `vc-create-snapshot'.
11301
11302 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11303
11304 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11305 Rename to vc-checkout-model. Return appropriate values.
11306 Update callers.
11307
11308 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11309 to vc-checkout-model.
11310 (vc-checkout-required): Rename to vc-checkout-model.
11311 Re-implement and re-comment.
11312 (vc-after-save): Use vc-checkout-model.
11313
11314 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11315
11316 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11317 Update to use the vc-BACKEND-diff functions instead.
11318 `vc-diff' is now working.
11319
11320 * vc-rcs.el (vc-rcs-logentry-check): New function.
11321
11322 * vc-cvs.el (vc-cvs-logentry-check): New function.
11323
11324 * vc-sccs.el (vc-sccs-diff): Function changed name from
11325 `vc-backend-diff'. This makes `vc-diff' work.
11326
11327 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11328 of functions possibly implemented in a vc-BACKEND library.
11329 (vc-checkout-required): Fix bug that caused an error to be
11330 signaled during `vc-after-save'.
11331
11332 * vc.el: Fix typo.
11333 This checkin is made with our new VC code base for the very first time.
11334 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11335
11336 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11337 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11338
11339 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11340 updated to `vc-uses-locking'.
11341 (vc-checkout-required): Call to backend function.
11342 `vc-checkout-required' updated to `vc-uses-locking' instead.
11343
11344 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11345 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11346
11347 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11348 to match the split into various backends.
11349 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11350 (vc-retrieve-snapshot): Bug fix.
11351
11352 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11353
11354 * vc-sccs.el (vc-sccs-release): Doc fix.
11355
11356 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11357
11358 * vc.el (vc-next-action-on-file): Bug found and fixed.
11359 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11360 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11361
11362 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11363 (vc-rcs-checkout): Name space cleaned up. No more revision number
11364 crunching function names that are not prefixed with vc-rcs.
11365 (vc-rcs-checkout-model): Function added. References to
11366 `vc-checkout-model' replaced.
11367
11368 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11369
11370 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11371 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11372 still need to be split, and implemented for RCS).
11373
11374 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11375
11376 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11377
11378 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11379 required by the vc.el file.
11380
11381 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11382 required by the vc.el file.
11383 (vc-rcs-exists): Function added.
11384
11385 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11386 required by the vc.el file.
11387
11388 * vc.el (vc-admin): Updated to handle selection of appropriate
11389 backend. Current implementation is crufty and need re-thinking.
11390
11391 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11392
11393 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11394
11395 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11396 beginning of annotate buffers correctly.
11397
11398 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11399 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11400 functionality updated quite a lot to support multiple backends.
11401 Variables `vc-annotate-mode', `vc-annotate-buffers',
11402 `vc-annotate-backend' added.
11403
11404 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11405 `vc-annotate-difference' added to supported backend functions.
11406
11407 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11408
11409 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11410 Use with-temp-file instead of /bin/sh. Merged from mainline
11411
11412 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11413
11414 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11415
11416 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11417
11418 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11419
11420 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11421
11422 * vc-hooks.el: vc-state-heuristic added to
11423 vc-backend-hook-functions.
11424
11425 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11426
11427 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11428
11429 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11430 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11431 state to `reserved'.
11432
11433 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11434 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11435
11436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11437
11438 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11439 untouched.
11440
11441 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11442
11443 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11444 if defined. (Merged from main line, slightly adapted.)
11445
11446 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11447 millenium problem (merged from mainline).
11448
11449 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11450
11451 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11452 part and moved the non-BACKEND stuff to vc.el.
11453
11454 * vc.el: Split the annotate feature into a BACKEND specific part
11455 and moved it from the vc-cvs.el file to this one.
11456
11457 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11458
11459 * vc-hooks.el: Implement new state model.
11460 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11461 (vc-locking-user): Simplify. Now only needed if the file is
11462 locked by somebody else.
11463 (vc-lock-from-permissions): Remove. Functionality is in
11464 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11465 (vc-mode-line-string): New name for former vc-status. Adapted.
11466 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11467
11468 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11469 Various simplifications and adaptations all over the place.
11470
11471 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11472 Simplify and adapt the rest.
11473
11474 * vc.el (vc-resynch-window): Add TODO comment: check for
11475 interaction with view mode according to recent RCS change.
11476 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11477
11478 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11479
11480 * vc.el: Convert the remaining function comments to docstrings.
11481
11482 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11483
11484 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11485 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11486 (vc-minor-part, vc-previous-version): Functions that operate and
11487 compare revision numbers got proper documentation. Comments added
11488 about their possible removal.
11489
11490 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11491
11492 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11493 the vc-backend.el files.
11494
11495 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11496
11497 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11498 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11499 (vc-rcs-previous-version): Functions added.
11500
11501 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11502
11503 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11504
11505 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11506
11507 * vc-hooks.el (vc-master-templates): Is really obsolete.
11508 Comment out the definition for now. What is the right procedure
11509 to get rid of it?
11510 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11511 rewritten.
11512 (vc-default-registered): Remove.
11513 (vc-check-master-templates): New function; does mostly what the
11514 above did before.
11515 (vc-locking-user): Don't rely on the backend to set the property.
11516
11517 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11518 Rewrite documentation.
11519 (vc-rcs-templates-grabbed): New variable.
11520 (vc-rcs-grab-templates): New function.
11521 (vc-rcs-registered): Rewrite to use above mechanism.
11522
11523 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11524 Rewrite documentation.
11525 (vc-sccs-templates-grabbed): New variable.
11526 (vc-sccs-grab-templates): New function.
11527 (vc-sccs-registered): Rewrite to use above mechanism.
11528 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11529 Don't throw the result, simply return it.
11530
11531 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11532 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11533 (vc-cvs-registered): Does the check itself now. Simplify.
11534
11535 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11536 from main line.
11537
11538 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11539
11540 * vc-cvs.el (vc-cvs-diff): New function.
11541
11542 * vc-sccs.el (vc-sccs-diff): New function.
11543
11544 * vc-rcs.el (vc-rcs-diff): New function.
11545 (vc-rcs-checkout): Bug (typo) found and fixed.
11546 (vc-rcs-register-switches): New variable.
11547
11548 * vc.el (vc-backend-diff): Function removed and placed in the
11549 backend files.
11550
11551 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11552
11553 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11554
11555 * vc.el (vc-backend-checkout): Function removed and replaced in
11556 the vc-backend.el files.
11557
11558 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11559
11560 * vc.el (vc-backend-admin): Removed and replaced in the
11561 vc-backend.el files.
11562
11563 * vc.el (Martin): Removed all the annotate functionality since it
11564 is CVS backend specific.
11565
11566 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11567
11568 * spec.txt: Added specification of vc-state.
11569
11570 * vc-sccs-hooks.el (vc-sccs-master-properties):
11571 Remove handling of vc-latest-version and
11572 vc-your-latest-version. What used to be vc-latest-version, is now
11573 returned as vc-workfile-version.
11574 (vc-sccs-workfile-version): Adapt.
11575
11576 2000-09-04 Dave Love <fx@gnu.org>
11577
11578 * vc.el: [Merged from mainline.]
11579 (vc-dired-mode): Make the dired-move-to-filename-regexp
11580 regexp match the date, to avoid treating date as file size.
11581 Add YYYY S option to WESTERN/
11582
11583 2000-09-04 Dave Love <fx@gnu.org>
11584
11585 * vc.el: Require `compile' when compiling.
11586 (vc-logentry-check-hook): New option.
11587 (vc-steal-lock): Use compose-mail.
11588 (vc-dired-mode-map): Defvar when compiling.
11589 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11590 vc-sccs.el and renamed. Callers changed.
11591 (vc-backend-checkout, vc-backend-logentry-check)
11592 (vc-backend-merge-news): Doc fix.
11593 (vc-default-logentry-check): New function.
11594 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11595 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11596 (vc-backend-merge): Doc fix. Use backend functions.
11597 (vc-check-headers): Use backend functions.
11598
11599 * vc-cvs.el: Require vc when compiling.
11600 (vc-cvs-register-switches): Doc fix.
11601 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11602 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11603 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11604 New functions (code from vc.el).
11605 (vc-annotate-display-default): Fix interactive spec.
11606 (vc-annotate-time-span): Doc fix.
11607
11608 * vc-rcs.el: Require vc when compiling.
11609 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11610 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11611 (vc-rcs-checkin): New functions (code from vc.el).
11612 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11613 Doc fix.
11614 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11615
11616 * vc-sccs.el: Require vc when compiling.
11617 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11618 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11619 (vc-sccs-revert)
11620 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11621 from vc.el).
11622 (vc-sccs-add-triple, vc-sccs-record-rename)
11623 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11624 (vc-sccs-admin): Doc fix.
11625
11626 2000-09-04 Martin Lorentzson <martinl@gnu.org>
11627
11628 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11629 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11630 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11631 from vc.el.
11632
11633 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11634
11635 * vc-cvs.el: Moved the annotate functionality from vc.el.
11636 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11637
11638 2000-09-04 Dave Love <fx@gnu.org>
11639
11640 * vc.el (vc-backend-release): Call vc-system-release.
11641
11642 * vc-sccs.el (vc-sccs-system-release):
11643 Renamed from vc-sccs-backend-release.
11644
11645 * vc-rcs.el (vc-rcs-system-release):
11646 Renamed from vc-rcs-backend-release.
11647
11648 * vc-cvs.el (vc-cvs-system-release):
11649 Renamed from vc-cvs-backend-release.
11650
11651 2000-09-04 Dave Love <fx@gnu.org>
11652
11653 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11654 backend files.
11655 (vc-backend-release): Dispatch to backend functions.
11656 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11657 probably needs attention.]
11658
11659 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11660 (vc-sccs-backend-release): New function.
11661
11662 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11663 (vc-cvs-backend-release): New function.
11664
11665 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11666 Doc fix.
11667 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11668 (vc-default-dired-state-info): New function.
11669 (vc-dired-state-info): Dispatch to backends.
11670 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11671
11672 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11673 from vc.el and renamed.
11674
11675 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11676
11677 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11678 (vc-version-other-window, vc-backend-assign-name): Removed
11679 references to vc-latest-version; sometimes changed into
11680 vc-workfile-version.
11681
11682 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11683 vc-rcs-master-workfile-version.
11684 (vc-rcs-workfile-version): Use the above. Don't call
11685 vc-latest-version (that was unreachable code, anyway).
11686 (vc-rcs-fetch-master-properties): Doc fix.
11687
11688 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11689 (vc-backend-hook-functions): Removed them from this list, too.
11690 (vc-fetch-properties): Removed.
11691 (vc-workfile-version): Doc fix.
11692
11693 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11694 (vc-rcs-workfile-version, vc-rcs-locking-user)
11695 (vc-rcs-uses-locking): Use it.
11696
11697 * vc-hooks.el (vc-consult-rcs-headers):
11698 Moved into vc-rcs-hooks.el, under the name
11699 vc-rcs-consult-headers.
11700
11701 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11702 headers.
11703 (vc-cvs-find-master): Use this name only; correct different
11704 versions of the name.
11705
11706 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11707 New functions.
11708 (vc-sccs-locking-user): Use the latter.
11709
11710 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11711 New functions.
11712
11713 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11714 Moved into both
11715 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11716 functions are implementation details of those two backends.
11717
11718 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11719
11720 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11721 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11722
11723 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11724 (vc-sccs-parse-locks): SCCS-specific code moved here from
11725 vc-hooks.
11726
11727 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11728 code moved here from vc-hooks.
11729
11730 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11731 into back-end specific parts and removed. Callers not updated
11732 yet; because I guess these callers will disappear into back-end
11733 specific files anyway.
11734
11735 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11736
11737 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11738 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11739 `vc-uses-locking'.
11740
11741 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11742 Store yes/no in the property, and return t/nil. Updated all
11743 callers.
11744
11745 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11746 vc-sccs-uses-locking. Don't set property.
11747 (vc-sccs-locking-user): Don't set property.
11748
11749 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11750 vc-cvs-uses-locking. Don't set property here; leave that to
11751 vc-hooks.
11752 (vc-cvs-locking-user): Reflect above change. Streamlined.
11753
11754 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11755 vc-rcs-uses-locking.
11756 (vc-rcs-locking-user): Reflect above change.
11757
11758 2000-09-04 Dave Love <fx@gnu.org>
11759
11760 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11761
11762 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11763
11764 * vc-hooks.el (vc-checkout-model): Punt to backends.
11765
11766 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11767
11768 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11769
11770 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11771 New functions.
11772
11773 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11774 New functions.
11775
11776 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11777 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11778
11779 * vc-hooks.el (vc-default-locking-user): New function.
11780 (vc-locking-user, vc-workfile-version): Punt to backends.
11781
11782 2000-09-04 Dave Love <fx@gnu.org>
11783
11784 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11785 (vc-master-workfile-version): Moved from vc-hooks.
11786
11787 * vc-rcs-hooks.el: Fix duplicate code in last change.
11788
11789 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11790 (vc-rcs-master-templates): Improve :type.
11791 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11792 vc-master-workfile-version): Moved from vc-hooks.
11793
11794 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11795 (vc-sccs-master-templates): Improve :type.
11796 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11797
11798 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11799
11800 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11801 (vc-cvs-master-templates): Improve :type. Use
11802 vc-cvs-find-cvs-master.
11803 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11804 from vc-hooks.
11805 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11806
11807 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11808 Moved to vc-cvs-hooks.
11809
11810 * vc-hooks.el: Add doc strings in various places. Simplify the
11811 minor mode setup.
11812 (vc-handled-backends): New user variable.
11813 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11814 simplification.
11815
11816 2000-09-04 Dave Love <fx@gnu.org>
11817
11818 * vc.el: Some doc fixes for autoloaded and interactive functions.
11819 Fix compilation warnings from ediff stuff.
11820 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11821
11822 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11823
11824 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11825
11826 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11827
11828 2000-09-04 Dave Love <fx@gnu.org>
11829
11830 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11831 New variable.
11832 (vc-make-backend-function, vc-loadup, vc-call-backend)
11833 (vc-backend-defines): New functions.
11834
11835 * vc-hooks.el: Various doc fixes.
11836 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11837 (vc-match-substring): Function removed. Callers changed to use
11838 match-string.
11839 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11840 Simplify.
11841
11842 2000-09-04 Dave Love <fx@gnu.org>
11843
11844 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11845 type.
11846 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11847 (vc-sccs-registered): Doc fix.
11848
11849 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11850 (vc-cvs-registered): Doc fix.
11851
11852 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11853 (vc-rcs-registered): Doc fix.
11854
11855 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11856
11857 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11858
11859 * vc-hooks.el: vc-registered has been renamed
11860 vc-default-registered. Some functions have been moved to the
11861 backend specific files. they all support the
11862 vc-BACKEND-registered functions.
11863
11864 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11865
11866 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11867
11868 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11869
11870 2000-09-04 Dave Love <fx@gnu.org>
11871
11872 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11873 menu-bar-update-hook.
11874
11875 * help.el (help-manyarg-func-alist): Add
11876 find-operation-coding-system.
11877
11878 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11879
11880 * custom.el (custom-set-variables): Print message about errors in
11881 setting.
11882
11883 2000-09-03 Andrew Innes <andrewi@gnu.org>
11884
11885 * makefile.w32-in: Change to DOS line endings.
11886
11887 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11888
11889 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11890 minor-mode keymaps, if they don't have one.
11891
11892 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11893
11894 * eshell/esh-module.el (eval-when-compile): Don't lose if
11895 esh-module.el's file name is truncated to DOS 8+3 limits.
11896
11897 2000-09-01 John Wiegley <johnw@gnu.org>
11898
11899 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11900 predicate, which caused entries in the completion list to be
11901 doubled.
11902
11903 2000-08-30 John Wiegley <johnw@gnu.org>
11904
11905 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11906 sending to subprocesses. Also, hook pre-command-hook if
11907 `eshell-send-direct-to-subprocesses' is non-nil.
11908 (eshell-send-direct-to-subprocesses): New config variable. If t,
11909 subprocess input is send immediately.
11910 (eshell-toggle-direct-send): New function.
11911 (eshell-self-insert-command): New function.
11912 (eshell-intercept-commands): New function.
11913 (eshell-send-input): If direct subprocess sending is enabled,
11914 don't echo any input to the Eshell buffer. Let the subprocess
11915 handle that. This requires "stty echo" in bash, for example.
11916
11917 2000-08-28 John Wiegley <johnw@gnu.org>
11918
11919 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11920 completion function for Eshell's implementation of `unset'.
11921
11922 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11923
11924 * info.el (Info-directory-list): Doc fix.
11925
11926 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11927
11928 * filecache.el (file-cache-add-directory-using-find): Don't quote
11929 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11930
11931 2000-08-31 Kenichi Handa <handa@etl.go.jp>
11932
11933 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11934 coding systems.
11935
11936 2000-08-30 Andrew Innes <andrewi@gnu.org>
11937
11938 * timer.el (run-with-idle-timer): Undo last change, so that timer
11939 is not activated immediately if Emacs is already idle. Some
11940 existing code relies on this behaviour.
11941
11942 2000-08-30 Miles Bader <miles@gnu.org>
11943
11944 * frame.el (set-frame-font): Do completion of font-name for
11945 interactive use.
11946
11947 2000-08-30 Kenichi Handa <handa@etl.go.jp>
11948
11949 * international/quail.el (quail-start-translation): Bind locally
11950 last-command-event, last-command, and this-command.
11951 (quail-start-conversion): Likewise.
11952 (quail-self-insert-command): Fix docstring.
11953
11954 2000-08-29 Gerd Moellmann <gerd@gnu.org>
11955
11956 * progmodes/executable.el
11957 (executable-make-buffer-file-executable-if-script-p): Check that
11958 buffer contains at least 2 characters.
11959
11960 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11961
11962 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11963
11964 2000-08-29 Dave Love <fx@gnu.org>
11965
11966 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11967 (diff-mode-shared-map): Bind mouse-2.
11968 (diff-imenu-generic-expression): New variable.
11969 (diff-mode): Use it.
11970
11971 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11972 (mouse-popup-menubar): Add minor mode menus.
11973 (popup-menu): Check for lookup-key returning number.
11974
11975 2000-08-29 Miles Bader <miles@gnu.org>
11976
11977 * comint.el (comint-send-input): Create overlays using the proper
11978 front/read-advance arguments.
11979
11980 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11981
11982 * ps-print.el: Even/odd pages printing. Doc fix.
11983 (ps-print-version): New version number (6.0).
11984 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11985 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11986 (ps-print-duplex-feature): Variable eliminated.
11987 (ps-even-or-odd-pages): New variable.
11988
11989 * progmodes/ebnf2ps.el: Doc fix.
11990 (ebnf-version): New version (3.3).
11991 (ebnf-user-arrow): Change variable customization to sexp.
11992 (ebnf-user-arrow): Function eliminated.
11993 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11994
11995 2000-08-29 Kenichi Handa <handa@etl.go.jp>
11996
11997 * help.el (help-xref-mule-regexp): New variable.
11998 (help-make-xrefs): Handle help-xref-mule-regexp.
11999
12000 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12001 variable.
12002 (describe-input-method): Temporarily activate the specfied input
12003 method to display the information.
12004 (describe-language-environment): Hyperlinks to mule related items.
12005
12006 * international/mule-diag.el (charset-multibyte-form-string): New
12007 function.
12008 (list-character-sets-1): Use charset-multibyte-form-string.
12009 (describe-character-set): New function.
12010 (describe-coding-system): Hyperlinks to safe character sets.
12011
12012 * international/quail.el (quail-help): New arg PACKAGE.
12013 Hyperlinks to mule related items.
12014 (quail-help-insert-keymap-description): Use
12015 substitute-command-keys instead of describe-bindings.
12016 (quail-translation-help): Hyperlinks to mule related items.
12017
12018 2000-08-28 John Wiegley <johnw@gnu.org>
12019
12020 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12021 have a defsubst call itself. Made `eshell-flatten-list' back into
12022 a function again.
12023
12024 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12025 catch, in case re-centering point at bottom messes up the display.
12026 This happens frequently in Emacs 21, due I believe to variable
12027 line heights.
12028
12029 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12030 to call `find-tag-interactive'.
12031
12032 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12033 the list of remember directories.
12034
12035 2000-08-28 John Wiegley <johnw@gnu.org>
12036
12037 * align.el: Test align-region-separate to see if it's a symbol.
12038
12039 2000-08-28 John Wiegley <johnw@gnu.org>
12040
12041 * eshell/esh-util.el (eshell-flatten-list): Made this function
12042 into a defsubst form. It gets used very frequently, although
12043 calls don't occur all that often.
12044
12045 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12046 examining it.
12047
12048 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12049 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12050 `eshell-protect'.
12051 (eshell-copy-handles): Created a new macro for duplicating the
12052 current set of open handles. This is needed by the looping
12053 functions.
12054 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12055 is not incorrectly stomped on.
12056
12057 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12058 declaration for pcomplete-use-paring.
12059 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12060 value of eshell-cmpl-use-paring.
12061 * pcomplete.el (pcomplete-use-paring): New config variable, to
12062 indicate whether paring should be used.
12063 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12064 completion alternatives that have already been used.
12065
12066 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12067 bound to C-c C-y, which will repeat the previous N arguments
12068 (based on prefix argument).
12069 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12070
12071 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12072 if there is no *Help* buffer. This is for XEmacs, which renames
12073 its help buffers uniquely. TODO: Find out what the current buffer
12074 name to delete is.
12075
12076 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12077 first entry that correlates to a passwd/group number. Later
12078 entries (used for group/user name aliasing to multiple IDs) are
12079 ignored.
12080
12081 * eshell/em-xtra.el (eshell/expr):
12082 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12083 (eshell-grep, eshell/diff, eshell/locate):
12084 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12085 argument list, before passing it to the system command.
12086
12087 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12088 `find-tag' for use at final position in Eshell buffers (which
12089 otherwise triggers an error on Emacs 21).
12090 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12091 buffer, if it is currently bound to `find-tag'.
12092
12093 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12094 in the list of matched Makefile names.
12095 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12096 directory, prefer its contents to Makefile.
12097
12098 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12099 directory parts (like "cd old new", or "cd =regexp"), are now case
12100 sensitive on non-Windows/DOS platforms.
12101
12102 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12103 types RET after an open delimiter (like "), display a message
12104 indicating that Eshell is waiting for the closing delimiter.
12105
12106 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12107 environment variables.
12108
12109 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12110 gracefully if the user enters incorrect arguments.
12111
12112 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12113 Eshell buffers.
12114
12115 * eshell/esh-var.el (eshell-interpolate-variable):
12116 * eshell/esh-mode.el (eshell-move-argument):
12117 * eshell/em-unix.el (eshell-du-sum-directory):
12118 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12119 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12120 (not (= ...)).
12121
12122 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12123 to ensure the `preserve' flag gets propagated when doing recursive
12124 directory copies.
12125
12126 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12127
12128 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12129 Don't convert \n into \0177 in memory.
12130 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12131 and back again, when reading and writing.
12132
12133 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12134
12135 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12136 testing of `fboundp' on `processp'.
12137
12138 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12139 (eshell/jobs): Don't call process-list if it is not bound.
12140 (eshell-gather-process-output): Support systems where async
12141 subprocesses aren't supported.
12142 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12143 variables.
12144
12145 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12146 eshell-do-eval returns t.
12147 (eshell-do-pipelines-synchronously): New defmacro.
12148 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12149 when async subprocesses aren't supported.
12150 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12151 if async subprocesses aren't supported.
12152 (eshell-resume-command): Don't assume STATUS is a string.
12153
12154 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12155
12156 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12157 (eshell-close-target, eshell-get-target): Use eshell-processp.
12158 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12159 fix.
12160 (eshell-get-target, eshell-create-handles): Doc fix.
12161
12162 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12163
12164 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12165 criterion to include commands that output something, as long as it
12166 leaves both the command and the end-of-buffer visible when the
12167 command has exited.
12168 (eshell-review-quick-commands): Adjust the help doc string
12169 accordingly.
12170
12171 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12172
12173 * locate.el (locate): Cleaned up locate command's interactive prompting
12174 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12175
12176 * filecache.el (file-cache-case-fold-search): New variable
12177 (file-cache-assoc-function): New variable
12178 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12179 Use file-cache-case-fold-search variable
12180 (file-cache-add-file): Use file-cache-assoc-function
12181 (file-cache-delete-file): likewise
12182 (file-cache-directory-name): likewise
12183 (file-cache-debug-read-from-minibuffer): likewise
12184
12185 2000-08-28 Gerd Moellmann <gerd@gnu.org>
12186
12187 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12188 (abbrev-table-name): New function.
12189 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12190 If non-nil list local abbrev, only.
12191
12192 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12193
12194 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12195 from Gnus support code, and use special article copy buffer
12196 `(gnus-original-article-buffer)' instead. This allows to get rid
12197 of article-hide-headers usage (which breaks in the latest Gnus
12198 version). Thanks to Detlev Zundel.
12199
12200 2000-08-28 Kenichi Handa <handa@etl.go.jp>
12201
12202 * international/quail.el (quail-use-package): Hide "... loaded"
12203 message.
12204 (quail-start-translation, quail-start-conversion): Likewise.
12205
12206 * international/kkc.el (kkc-region): Hide "... loaded" message.
12207
12208 2000-08-27 Dave Love <fx@gnu.org>
12209
12210 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12211
12212 2000-08-27 Miles Bader <miles@gnu.org>
12213
12214 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12215
12216 2000-08-27 Kenichi Handa <handa@etl.go.jp>
12217
12218 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12219 'ja-dic-cnv), not (require 'skkdic-cnv).
12220
12221 2000-08-26 Miles Bader <miles@gnu.org>
12222
12223 * faces.el (face-x-resources): Add entry for :inherit.
12224 * cus-face.el (custom-face-attributes): Add support for :inherit
12225 attribute. Add support for relative face heights.
12226 (custom-face-attributes-get): Treat `nil' as being a default value
12227 for :inherit (as well as `unspecified').
12228
12229 * faces.el (set-face-attribute): Update doc string.
12230 (face-attribute-name-alist): Add :inherit.
12231 (face-valid-attribute-values): Handle :inherit.
12232 (face-read-string): Rephrase prompt to be less confusing.
12233 Assume that DEFAULT is a string, since we must return a string.
12234 (face-read-integer): Use `format' to turn DEFAULT into an
12235 acceptable default for face-read-string. Match NEW-VALUE against
12236 the string "unspecified", not the symbol `unspecified', since
12237 that's what face-read-string returns.
12238 (read-face-attribute): Lookup a name for old-value in valid, and
12239 use it as a default if we find one. Treat all values from
12240 face-read-string as strings. If the default is used, don't do any
12241 more processing on the value, just use the old value directly.
12242 (read-face-and-attribute, modify-face): Tweak prompt.
12243 (read-face-name): Don't assume prompt ends with a space.
12244
12245 * faces.el (describe-face): Add support for :inherit attribute.
12246
12247 2000-08-25 Kenichi Handa <handa@etl.go.jp>
12248
12249 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12250 concat doesn't accept interger.
12251
12252 * international/kkc.el: Remove SKK from Keywords. Require
12253 ja-dic-utl instead of skkdic-utl.
12254
12255 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12256 Provide ja-dic-cnv instead of skkdic-cnv.
12257 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12258 (iso-2022-7bit-short): Add safe-charsets property.
12259 (skkdic-convert-postfix): Search Japanese chou-on character in
12260 addition to Hiragana character.
12261 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12262 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12263 (batch-skkdic-convert): Likewise.
12264
12265 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12266 Provide ja-dic-utl instead of skkdic-utl.
12267 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12268
12269 2000-08-24 Dave Love <fx@gnu.org>
12270
12271 * disp-table.el (standard-display-default): Make the test of `l'
12272 useful.
12273
12274 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12275 mod sample text.
12276
12277 * international/iso-ascii.el: Make pilcrow convenient string
12278 consistent with section.
12279 (iso-ascii-display): Set up multibyte characters as well as
12280 unibyte.
12281
12282 2000-08-24 Kenichi Handa <handa@etl.go.jp>
12283
12284 * international/mule-cmds.el (reset-language-environment): Set
12285 default-process-coding-system to '(undecided . iso-latin-1), which
12286 makes process I/O almost consistent with file I/O. Call this
12287 function when mule-cmds.el[c] is loaded.
12288
12289 2000-08-22 Andrew Innes <andrewi@gnu.org>
12290
12291 * makefile.w32-in: New file.
12292
12293 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12294
12295 * comint.el (comint-output-filter): Compare end of
12296 comint-last-output-overlay with the start of the newly inserted
12297 text, not the end, when deciding whether to extend it.
12298 Set saved-point's insertion type to advance after insertion.
12299
12300 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12301 since this is now done independently of font-lock mode.
12302
12303 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12304
12305 * server.el (server-kill-new-buffers): New user option.
12306 (server-existing-buffer): New buffer-local variable.
12307 (server-visit-files): When using an existing buffer, set
12308 server-existing-buffer to t.
12309 (server-buffer-done): If server-kill-new-buffers is t, kill the
12310 buffer, unless it was already present before visiting it with
12311 Emacs server.
12312
12313 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12314
12315 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12316 even if the display doesn't support colors: some displays will
12317 support bold/underline faces.
12318
12319 2000-08-21 Gerd Moellmann <gerd@gnu.org>
12320
12321 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12322
12323 * startup.el (command-line): If user's init file had an error,
12324 add explanatory text to *Messages*.
12325
12326 2000-08-21 Kenichi Handa <handa@etl.go.jp>
12327
12328 * man.el (Man-getpage-in-background): Decode the process output by
12329 the system locale coding system.
12330
12331 2000-08-20 Dave Love <fx@gnu.org>
12332
12333 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12334 Don't test x-popup-menu.
12335 (function) <complete-function>: Complete only fbound symbols.
12336 <validate, value>: New.
12337 (variable) <complete-function>: Complete only bound symbols.
12338 (coding-system): Add :base-only, :complete-function, :validate,
12339 :value, :prompt-match.
12340 (widget-coding-system-prompt-value): Use read-coding-system and
12341 act on :base-only.
12342 (editable-field): Add :help-echo.
12343 (widget-push-button-gui, widget-push-button-cache)
12344 (widget-gui-action, widget-editable-list-gui): COmment out, along
12345 with uses.
12346 (widget-at): Make arg optional.
12347 (widget-echo-help): Adjust for current help-echo calling sequence.
12348 (widget-specify-field, widget-specify-button)
12349 (widget-specify-insert, widget-get-sibling, widget-image-find)
12350 (widget-convert, widget-insert, widget-leave-text)
12351 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12352 (widget-setup, widget-field-find, widget-before-change)
12353 (widget-after-change, widget-default-complete)
12354 (widget-default-create, widget-default-delete)
12355 (widget-push-button-value-create, editable-field)
12356 (widget-field-prompt-value, widget-field-validate)
12357 (widget-choice-value-create, widget-choice-action)
12358 (widget-choice-validate, widget-checklist-add-item)
12359 (widget-radio-add-item, widget-radio-chosen)
12360 (widget-radio-value-inline, widget-editable-list-value-create)
12361 (widget-editable-list-entry-create)
12362 (widget-documentation-link-add)
12363 (widget-documentation-string-value-create)
12364 (widget-regexp-validate, widget-file-complete)
12365 (widget-sexp-validate, widget-plist-convert-widget)
12366 (widget-plist-convert-widget, widget-alist-convert-widget)
12367 (widget-alist-convert-widget, widget-color-complete): Simplify,
12368 particularly to avoid bindings which aren't optimized out.
12369
12370 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12371 Doc fix.
12372 (down-list, backward-up-list, up-list, kill-sexp)
12373 (backward-kill-sexp, mark-sexp): Make arg optional.
12374 (lisp-complete-symbol): Add optional arg PREDICATE.
12375
12376 * cus-start.el: Add display-buffer-reuse-frames,
12377 file-coding-system-alist.
12378
12379 2000-08-20 Gerd Moellmann <gerd@gnu.org>
12380
12381 * startup.el (command-line): Clear realized faces after
12382 modifying TTY color mappings.
12383
12384 2000-08-20 Miles Bader <miles@gnu.org>
12385
12386 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12387 merely a subset of FACE's attributes.
12388
12389 2000-08-19 Miles Bader <miles@gnu.org>
12390
12391 * comint.el (comint-output-filter): Save the point with a marker,
12392 not just a buffer position.
12393
12394 * international/mule.el (set-buffer-process-coding-system): Make
12395 interactive prompt less confusing.
12396
12397 2000-08-19 Gerd Moellmann <gerd@gnu.org>
12398
12399 * hilit-chg.el: General cleanup of doc strings, comments and
12400 code formatting.
12401
12402 2000-08-19 Miles Bader <miles@gnu.org>
12403
12404 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12405 Compiler macro removed; beginning-of-line is no longer always
12406 equivalent to forward-line, in the presence of fields.
12407
12408 * comint.el (comint-output-filter): Remove ad-hoc saving of
12409 restriction, and just use save-restriction, now that it works
12410 correctly. Don't adjust comint-last-input-start to account for
12411 our insertion; it shouldn't have moved because we don't use
12412 insert-before-markers anymore. Comment out call to
12413 `force-mode-line-update'; why is it here?
12414
12415 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12416 while checking for prompt to delete. Use `forward-line 0'
12417 instead of beginning-of-line.
12418 (gud-filter): Temporarily widen gud comint buffer while
12419 examining output.
12420
12421 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12422
12423 * progmodes/sh-script.el: Big bag of typos.
12424
12425 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12426 check since ispell-process is not bound when ispell is not yet loaded.
12427
12428 2000-08-18 Dave Love <fx@gnu.org>
12429
12430 * image.el (find-image): Copy `spec' before using plist-put.
12431
12432 2000-08-18 Gerd Moellmann <gerd@gnu.org>
12433
12434 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12435 `portugues'.
12436
12437 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12438 backward-kill-sexp, analogous to kill-sexp.
12439
12440 * progmodes/icon.el (icon-indent-line)
12441 (icon-is-continuation-line): Handle comments specially.
12442
12443 2000-08-17 Ken Stevens <k.stevens@ieee.org>
12444
12445 * ispell.el: Set to standard author/maintainer/keyword fields.
12446 Fine tuning to menu map appearance and operation, and added help.
12447 Remove `start' and `end' error messages when compiling.
12448 (ispell-choices-win-default-height): Fixed comment string.
12449 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12450 castellano8 dictionaries.
12451 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12452 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12453 dictionary, added italiano dictionary.
12454 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12455 word character
12456 (ispell-tex-skip-alists): Added psfig support.
12457 (ispell-skip-html): Renamed from ispell-skip-sgml.
12458 (ispell-begin-skip-region-regexp, ispell-skip-region)
12459 (ispell-minor-check): Improved html skipping support to skip across
12460 code, and recognize `&' commands without propper `;' syntax;
12461 (ispell-process-line): Fix alignment error when manually
12462 correcting spelling.
12463 (ispell): Fix comment string.
12464 (ispell-add-per-file-word-list): Always put word list on new line.
12465
12466 2000-08-17 Gerd Moellmann <gerd@gnu.org>
12467
12468 * format.el (format-encode-run-method): Fix error message to say
12469 `encode' instead of `decode'. Use save-window-excursion around
12470 shell-command-on-region as in format-decode-run-method because
12471 shell-command-on-region can display a buffer with error output.
12472 (format-decode): Don't record undo information for the decoding.
12473 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12474 that number part of the temporary buffer name so that more than
12475 one decoding using a temporary buffer can happen safely.
12476
12477 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12478 of `A-z' in the regexp.
12479
12480 * hilit-chg.el: Fix typos in commentary.
12481
12482 * help.el (view-emacs-news): Rewritten for new naming scheme
12483 for old NEWS files.
12484
12485 * startup.el (command-line): Pop to *Messages* in case an error
12486 is signaled while loading user-init-file.
12487
12488 2000-08-17 Andreas Schwab <schwab@suse.de>
12489
12490 * files.el (insert-directory): Don't lose original file name,
12491 undoing an undocumented change.
12492
12493 2000-08-17 Alex Schroeder <alex@gnu.org>
12494
12495 * sql.el (sql-magic-go): Use comint-bol.
12496 (sql-copy-column): Use comint-line-beginning-position.
12497 (comint-line-beginning-position): Define a replacement for
12498 comint-line-beginning-position if it is not fboundp.
12499
12500 2000-08-17 Alex Schroeder <alex@gnu.org>
12501
12502 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12503 it didn't have any effect anyway.
12504
12505 2000-08-17 Alex Schroeder <alex@gnu.org>
12506
12507 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12508 --pset and pager=off instead of sending \\o|cat at the beginning
12509 of the session.
12510
12511 2000-08-17 Miles Bader <miles@gnu.org>
12512
12513 * progmodes/octave-inf.el: Add compatibility definition of
12514 comint-line-beginning-position.
12515
12516 2000-08-17 Kenichi Handa <handa@etl.go.jp>
12517
12518 * startup.el (normal-top-level): Look in each dir in load-path for
12519 a leim-list.el file too. This assures of loading leim-list.el
12520 that is created at Emacs installation time even if a user have his
12521 own leim-list.el.
12522
12523 2000-08-17 Miles Bader <miles@gnu.org>
12524
12525 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12526 foreground color to black if the background is dark.
12527
12528 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12529
12530 * loadhist.el (unload-feature): Typo.
12531
12532 * finder.el (finder-compile-keywords):
12533 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12534 to the generated file.
12535
12536 * mail/mh-e.el (mh-make-local-vars):
12537 Replace make-variable-buffer-local with make-local-variable.
12538
12539 * play/landmark.el:
12540 * options.el (Edit-options-{set,toggle,t,nil}):
12541 * mail/mailabbrev.el (mail-abbrevs-mode):
12542 * textmodes/tex-mode.el (tex-expand-files):
12543 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12544
12545 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12546
12547 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12548 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12549 Allow going past the last element.
12550 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12551 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12552 (cvs-mouse-toggle-mark): Don't move point.
12553 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12554
12555 * progmodes/compile.el (grep): Provide a default set of files.
12556 (next-error): Docstring fix.
12557 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12558
12559 * emacs-lisp/easy-mmode.el (define-minor-mode):
12560 Use `symbol-value' to keep the byte-compiler quiet.
12561
12562 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12563 (diff-find-source-location): New fun, extracted from diff-goto-source.
12564 (diff-goto-source): Use it.
12565 (diff-next-complex-hunk, diff-filter-lines): New function.
12566 (diff-apply-hunk): New command.
12567
12568 * smerge-mode.el (smerge-mode-menu): Doc fix.
12569
12570 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12571
12572 2000-08-16 Dave Love <fx@gnu.org>
12573
12574 * windmove.el (windmove) <defgroup>: Add :version.
12575
12576 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12577 (goto-address-fontify-p, goto-address-highlight-p)
12578 (goto-address-url-face, goto-address-url-mouse-face)
12579 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12580 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12581 (goto-address-fontify, goto-address-at-mouse): Simplify,
12582 (goto-address-at-point): browse-url-url-at-point,
12583 goto-address-find-address-at-point can return nil.
12584 (goto-address-find-address-at-point): Return nil on failure.
12585
12586 * align.el (align) <defgroup>: Add :version.
12587
12588 * calculator.el (calculator): Add :version.
12589 (calculator): Use two lines for calculator window if `modeline'
12590 face is boxed.
12591
12592 * play/5x5.el: Doc fixes.
12593 (5x5) <defgroup>: Add :version.
12594
12595 * play/fortune.el (fortune) <defgroup>: Add :version.
12596 (fortune-append): Fix error message.
12597 (fortune-from-region): Doc fix.
12598
12599 * play/pong.el (pong): Doc fix.
12600
12601 * play/morse.el: Keywords, commentary, autoloads.
12602
12603 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12604
12605 * desktop.el (desktop-save): Don't look at symbol-value of a
12606 member of minor-mode-alist, unless it is boundp.
12607
12608 2000-08-16 Sam Steingold <sds@gnu.org>
12609
12610 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12611 `while'; use `with-current-buffer' instead of `save-excursion'.
12612 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12613
12614 2000-08-16 Kenichi Handa <handa@etl.go.jp>
12615
12616 * international/ccl.el (declare-ccl-program): Docstring modified.
12617 (ccl-execute-with-args): Likewise.
12618
12619 2000-08-16 Miles Bader <miles@gnu.org>
12620
12621 * progmodes/sql.el: Add compatibility definition of
12622 comint-line-beginning-position.
12623
12624 2000-08-15 Gerd Moellmann <gerd@gnu.org>
12625
12626 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12627 'buffer-menu' property.
12628 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12629 fails.
12630 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12631 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12632 wasn't killed.
12633
12634 * buff-menu.el (list-buffers-noselect): Don't display the
12635 *Buffer List* buffer.
12636
12637 * font-lock.el: Require jit-lock to prevent a very late
12638 `Loading jit-lock' message.
12639
12640 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12641 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12642 mail address.
12643
12644 2000-08-15 Miles Bader <miles@gnu.org>
12645
12646 * textmodes/ispell.el (ispell-graphic-p): New constant.
12647 (ispell-choices-win-default-height, ispell-help): Use
12648 `ispell-graphic-p' instead of `xemacsp'.
12649
12650 2000-08-15 Dave Love <fx@gnu.org>
12651
12652 * simple.el: Autoload widget-convert when compiling.
12653 (mail-user-agent): Doc fix.
12654
12655 * help.el (function-called-at-point, variable-at-point): Use
12656 with-syntax-table.
12657 (help-manyarg-func-alist): Add insert-and-inherit.
12658
12659 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12660
12661 * delsel.el (delsel-unload-hook): New function.
12662
12663 * find-file.el: Doc fixes. Move provide to end.
12664 (ff) <defgroup>: Add :link.
12665 (ff-goto-click): Deleted.
12666 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12667 Use mouse-set-point.
12668
12669 * textmodes/tildify.el: Doc fixes.
12670 (tildify) <defgroup>: Add:version.
12671
12672 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12673 (glasses-custom-set): Use set-default, not set.
12674 (minor-mode-alist): Propertize the lighter.
12675 (glasses-mode): Provide optional arg.
12676
12677 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12678 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12679 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12680 option. Provide :type.
12681 (cwarn-configuration): Provide :type.
12682 (cwarn-mode): Doc fix.
12683
12684 * add-log.el (change-log-merge): Doc fix.
12685 (change-log-redate): New command.
12686
12687 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12688 Doze and Dog.
12689 (browse-url): Use dolist, not mapcar.
12690 (browse-url-at-point): Check for null url.
12691 (browse-url-event-buffer, browse-url-event-point): Functions
12692 deleted.
12693 (browse-url-at-mouse, browse-url-netscape): Simplify.
12694
12695 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12696 modes.
12697 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12698 Fix previous change to mapcan.
12699 (msb--init-file-alist, msb--add-separators)
12700 (msb--make-keymap-menu): Simplify.
12701 (msb--choose-file-menu): Use copy-sequence.
12702 (msb-mode-map): Add title to keymap.
12703 (msb-unload-hook): New function.
12704
12705 * bs.el: Fix indentation.
12706 (bs) <defgroup>: Add :links.
12707 (bs-show): Doc fix.
12708 (bs-apply-sort-faces): Don't use window-system.
12709 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12710
12711 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12712
12713 * calendar/timeclock.el (timeclock-file): Run .timelog through
12714 convert-standard-filename.
12715
12716 2000-08-14 Gerd Moellmann <gerd@gnu.org>
12717
12718 * emacs-lisp/authors.el: New file.
12719
12720 * paren.el (show-paren-priority): New user option.
12721 (show-paren-function): Set overlay priorities to
12722 show-paren-priority.
12723
12724 2000-08-14 Miles Bader <miles@gnu.org>
12725
12726 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12727 beginning-of-line with inhibit-field-text-motion bound.
12728
12729 2000-08-14 Gerd Moellmann <gerd@gnu.org>
12730
12731 * calendar/timeclock.el: New file.
12732
12733 2000-08-14 David Ponce <david@dponce.com>
12734
12735 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12736 `widget-button-click'. so that one can use left mouse button to
12737 click on dialog buttons.
12738
12739 2000-08-14 Emmanuel Briot <briot@gnat.com>
12740
12741 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12742 identifiers, since XML is case sensitive
12743
12744 2000-08-12 Miles Bader <miles@gnu.org>
12745
12746 * comint.el (comint-output-filter): Don't bother frobbing
12747 window-start, it doesn't seem to be necessary.
12748
12749 * comint.el (comint-send-string, comint-send-region): Make into
12750 real functions. Snapshot the prompt before sending.
12751
12752 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12753
12754 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12755 technique similar to Info-index, instead of relying on specific
12756 names of relevant Index nodes.
12757 (Info-goto-emacs-command-node): Bind Info-history to nil when
12758 going to the first node found by Info-find-emacs-command-nodes.
12759
12760 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12761
12762 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12763
12764 2000-08-10 Miles Bader <miles@gnu.org>
12765
12766 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12767
12768 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12769
12770 * info.el (Info-file-list-for-emacs): More elements for the
12771 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12772 and woman manuals.
12773
12774 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12775
12776 * comint.el (comint-send-input): Make the newline boundary overlay
12777 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12778 (comint-output-filter): Use `insert' instead of
12779 `insert-before-markers'. Extend comint-last-output-overlay when
12780 necessary since we can't rely on insert-before-markers to do it.
12781 * gud.el (gud-filter): Use `with-current-buffer' instead of
12782 save-excursion when inserting the output, so that point gets
12783 updated correctly; the old method relied on a rather dodgy
12784 side-effect of comint-output-filter to avoid the effect of
12785 save-excursion.
12786
12787 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12788
12789 * files.el (recover-file): Call insert-directory instead of
12790 invoking `ls' directly.
12791
12792 2000-08-10 Miles Bader <miles@gnu.org>
12793
12794 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12795 (comint-last-prompt-overlay): New variables.
12796 (comint-output-filter): Implement prompt highlighting.
12797 (comint-snapshot-last-prompt): New function.
12798 (comint-send-input): Snapshot the last prompt.
12799 Use comint-highlight-input-face.
12800 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12801 Use defface instead of defcustom.
12802 (send-invisible, comint-send-eof): Snapshot the last prompt.
12803 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12804 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12805
12806 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12807
12808 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12809 (regexp-opt-group): Use a list of chars for `letters'.
12810 (regexp-opt-charset): `chars' is now a list of chars.
12811 Use a char-table rather than a vector so it works for multibyte chars.
12812
12813 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12814 Set cvs-minor-current-files to the selected fileinfo.
12815 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12816 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12817
12818 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12819
12820 * files.el (insert-directory): Don't call access-file on
12821 directories on DOS and Windows.
12822
12823 2000-08-09 Kenichi Handa <handa@etl.go.jp>
12824
12825 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12826 longer if necessary.
12827 (ccl-embed-code): Call ccl-embed-data to store CODE in
12828 ccl-program-vector.
12829
12830 2000-08-09 Miles Bader <miles@gnu.org>
12831
12832 * comint.el (comint-output-filter): Properly handle the case where
12833 the text surrounded by comint-last-output-overlay was deleted.
12834
12835 2000-08-08 Gerd Moellmann <gerd@gnu.org>
12836
12837 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12838 non-nil.
12839 (Info-file-list-for-emacs): Remove "info" from the list because
12840 that leads to trying to use the documentation from file `info'
12841 in various situations where it isn't appropriate, for instance
12842 C-h C-k C-h i.
12843
12844 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12845 DIR and/or STRING are nil.
12846
12847 * progmodes/compile.el (compilation-setup): Make variable
12848 compilation-error-screen-columns buffer-local, as some comment
12849 in the code suggests it should be.
12850
12851 * files.el (auto-mode-interpreter-regexp): New variable.
12852 (set-auto-mode): Use it.
12853
12854 * indent.el (indent-for-tab-command): Doc fix.
12855
12856 * mouse-sel.el (mouse-sel-mode): Doc fix.
12857
12858 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12859 labels.
12860
12861 * help.el (print-help-return-message): When
12862 display-buffer-reuse-frames is set, let the help window been quit,
12863 instead of deleting it, which might delete a reused frame.
12864
12865 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12866
12867 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12868 rename a directory to a name that differs only by its letter case.
12869
12870 2000-08-08 Kenichi Handa <handa@etl.go.jp>
12871
12872 * international/quail.el (quail-define-rules): Handle Quail decode
12873 map correctly. Add code for supporting annotations.
12874 (quail-install-decode-map): New function.
12875 (quail-defrule-internal): New optional arguments decode-map and
12876 props.
12877 (quail-advice): New function.
12878
12879 2000-08-07 Sam Steingold <sds@gnu.org>
12880
12881 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12882 `defconst', `define-condition', `with-slots'.
12883 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12884
12885 2000-08-03 Miles Bader <miles@gnu.org>
12886
12887 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12888 New variable.
12889 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12890 comint-use-prompt-regexp-instead-of-fields.
12891 (comint-send-input): Add `input' field property to stuff we send to
12892 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12893 (comint-output-filter): Add `output' field property to process
12894 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12895 (comint-replace-by-expanded-history)
12896 (comint-get-old-input-default, comint-show-output)
12897 (comint-backward-matching-input, comint-forward-matching-input)
12898 (comint-next-prompt, comint-previous-prompt): Use field
12899 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12900 (comint-line-beginning-position): New function.
12901 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12902 (comint-replace-by-expanded-history-before-point): Use
12903 comint-line-beginning-position and line-end-position.
12904 (comint-last-output-overlay): New variable.
12905 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12906
12907 * shell.el (shell-prompt-pattern): Doc change.
12908 (shell-backward-command): Use line-beginning-position.
12909
12910 * gud.el (gud-gdb-complete-command): Use
12911 comint-line-beginning-position.
12912
12913 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12914 comint-bol doesn't actually go to the beginning of the line.
12915
12916 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12917 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12918 (try-expand-line-all-buffers): Likewise.
12919
12920 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12921 explicitly matching comint-prompt-regexp.
12922 (sql-copy-column): Use comint-line-beginning-position instead of
12923 explicitly matching comint-prompt-regexp.
12924
12925 * progmodes/octave-inf.el (inferior-octave-complete): Use
12926 comint-line-beginning-position.
12927
12928 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12929
12930 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12931 looking for a prompt, use `forward-line 0' instead of
12932 `beginning-of-line', to avoid getting caught by an input field.
12933
12934 2000-08-07 Gerd Moellmann <gerd@gnu.org>
12935
12936 * files.el (shell-quote-wildcard-pattern): Make sure to return
12937 PATTERN, in the Unix case.
12938
12939 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12940
12941 * play/zone.el (zone): Discard any pending input before running
12942 the randomly-chosen pgm.
12943
12944 2000-08-07 Kenichi Handa <handa@etl.go.jp>
12945
12946 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12947 checking the existence of any multibyte characters.
12948
12949 2000-08-06 Gerd Moellmann <gerd@gnu.org>
12950
12951 * help.el (describe-mode): Test minor-mode symbol for being
12952 bound before testing its value for being nil.
12953
12954 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12955 `first', `second', and `third'.
12956
12957 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12958 (second): Make it an alias for `cadr'.
12959
12960 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12961
12962 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12963 types of display support faces now.
12964
12965 2000-08-05 Gerd Moellmann <gerd@gnu.org>
12966
12967 * pcvs.el (require): Require `cl' during compilation, only.
12968
12969 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12970 (toplevel): Remove `remq' and `remove' from autoloads.
12971 (cl-fake-autoloads): New variable. If set, arrange for an error
12972 when CL functions etc. are autoloaded.
12973
12974 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12975
12976 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12977
12978 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12979 popped up, but the user clicks outside the menu, return an empty
12980 regexp (that causes unhighlight-regexp to have no effect).
12981
12982 * menu-bar.el (menu-bar-games-menu): Add Zone.
12983
12984 * hi-lock.el (toplevel): Require font-lock.
12985
12986 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12987
12988 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12989 (ebnf-8-bit-chars): New var for bug fix.
12990 (ebnf-string): Bug fix.
12991
12992 2000-08-03 Sam Steingold <sds@gnu.org>
12993
12994 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12995 instead of `buffer-string'.
12996 (require 'cl): Always, not just when compiling.
12997 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12998 necessary.
12999
13000 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13001
13002 * international/mule-cmds.el (select-safe-coding-system): Make
13003 the message text about selecting a safe coding system more clear.
13004
13005 2000-08-02 Gerd Moellmann <gerd@gnu.org>
13006
13007 * hi-lock.el: New file.
13008
13009 * play/zone.el: New file.
13010
13011 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13012 value of tab-width in the original buffer. Choose a line number
13013 format that's a multiple of the original buffer's tab width, so
13014 that lines appear right.
13015
13016 * textmodes/ispell.el (ispell): New function, replacing an alias.
13017 Spell-check active region if in transient-mark-mode and mark
13018 is active; otherwise spell-check buffer.
13019
13020 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13021
13022 * ps-mule.el: Fix a customization problem on
13023 ps-mule-font-info-database-default.
13024
13025 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13026
13027 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13028 display-mouse-p instead of window-system.
13029 (ebrowse-member-mode-map): Ditto.
13030
13031 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13032
13033 * progmodes/ebnf2ps.el: Update ps-print functions call.
13034 Indentation fix. Doc fix.
13035 (ebnf-version): New version number (3.2).
13036 (ebnf-format-color, ebnf-begin-job): Code fix.
13037
13038 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13039
13040 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13041 font lock support on window-system.
13042 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13043
13044 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13045 display-color-p, if fboundp, instead of window-system.
13046
13047 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13048
13049 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13050 instead of window-system.
13051
13052 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13053 window-system.
13054 (widget-choice-mouse-down-action): Use display-popup-menus-p
13055 instead of window-system.
13056
13057 * strokes.el (strokes-file): Run the file name through
13058 convert-standard-filename.
13059 (strokes-mode): Call display-mouse-p instead of looking at
13060 window-system. Change the error message accordingly.
13061
13062 * progmodes/cpp.el (toplevel): Support faces on tty's.
13063
13064 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13065 (lm-plot-square, lm-init-display): Don't use window-system.
13066
13067 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13068 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13069
13070 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13071 instead of looking at window-system.
13072
13073 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13074
13075 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13076 of testing if iswitchb-prepost-hooks is bound, because the
13077 latter will always be true when invoking a recursive minibuffer
13078 from an active Iswitchb buffer.
13079
13080 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13081
13082 * files.el (shell-quote-wildcard-pattern): New function.
13083 (insert-directory): Call it. Only prepend "\" to command on Unix
13084 and GNU/Linux systems.
13085
13086 2000-07-30 Gerd Moellmann <gerd@gnu.org>
13087
13088 * eshell/esh-groups.el: Change custom :link file names
13089 from `eshell.info' to `eshell'.
13090
13091 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13092
13093 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13094 correctly in recursive ange-ftp listings.
13095
13096 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13097
13098 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13099 ps-header-font-size-internal and
13100 ps-header-title-font-size-internal variables are not set,
13101 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13102 face text property is (foreground-color . COLOR) or
13103 `(background-color . COLOR)', ps-print crashes. Doc fix.
13104 (ps-print-version): New version number (5.2.4).
13105 (ps-plot-region): Code fix.
13106 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13107 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13108 Bug fix 2.
13109
13110 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
13111
13112 * glasses.el (glasses-make-readable): Fix uncapitalization of
13113 identifiers like `myXMLDocument'.
13114
13115 2000-07-28 Karl Fogel <kfogel@red-bean.com>
13116
13117 * mail/mail-hist.el (mail-hist-previous-input)
13118 (mail-hist-next-input): Do the obvious code factorization.
13119 (mail-hist-retrieve-and-insert): New func, contains common
13120 code of above two.
13121 If inserting a message body, leave point at top.
13122
13123 2000-07-28 Sam Steingold <sds@gnu.org>
13124
13125 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13126 Use `<=', not `<' to compare times!
13127 (ange-ftp-ls): Remove.
13128
13129 2000-07-27 Gerd Moellmann <gerd@gnu.org>
13130
13131 * play/cookie1.el: Add explanation of how to make cookie.el
13132 compatible with strfile(1) to comment.
13133
13134 * subr.el (remove, remq): New functions.
13135
13136 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13137 escape `*' in regexps.
13138 (midnight-find): Reverse order of arguments in the funcall of
13139 TEST.
13140
13141 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13142 and `.class'.
13143
13144 * play/meese.el: Add Commentary section.
13145
13146 2000-07-27 Alex Schroeder <alex@gnu.org>
13147
13148 * sql.el (sql-ms): Added autoload cookie.
13149 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13150 (sql-oracle): Ditto.
13151 (sql-help): Doc change.
13152
13153 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13154 types and exceptions.
13155
13156 2000-07-27 Alex Schroeder <alex@gnu.org>
13157
13158 * sql.el (sql-placeholder-history): New variable.
13159 (sql-query-placeholders-and-send): New function that will query
13160 the user and replace placeholders with user input.
13161 (sql-oracle): If running on NT, set comint-input-sender to
13162 sql-query-placeholders-and-send.
13163
13164 (sql-stop): If in the SQLi buffer, insert stop notification, else
13165 present it as a message.
13166
13167 2000-07-27 Alex Schroeder <alex@gnu.org>
13168
13169 * sql.el (sql-input-ring-separator): Doc change.
13170 (sql-input-ring-file-name): Doc change.
13171 (sql-interactive-mode): Use `sql-input-ring-separator' and
13172 `sql-input-ring-file-name' to set the comint-mode equivalents
13173 without making them local variables.
13174 (sql-stop): Don't bind `sql-input-ring-separator' and
13175 `sql-input-ring-file-name' dynamically to their comint-mode
13176 equivalents.
13177
13178 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13179
13180 * international/mule.el (register-char-codings): New function.
13181 (make-coding-system): Handle `safe-chars' specification in the arg
13182 PROPERTY.
13183
13184 * international/mule-cmds.el
13185 (find-coding-systems-region-subset-p): This function deleted.
13186 (sort-coding-systems-predicate): New variable.
13187 (sort-coding-systems): New function.
13188 (find-coding-systems-region): Use
13189 find-coding-systems-region-internal.
13190 (find-coding-systems-string): Use find-coding-systems-region.
13191 (find-coding-systems-for-charsets): Check
13192 char-coding-system-table.
13193 (select-safe-coding-system-accept-default-p): New variable.
13194 (select-safe-coding-system): Mostly rewritten. New argument
13195 ACCEPT-DEFAULT-P.
13196 (select-message-coding-system): Call select-safe-coding-system
13197 with ACCEPT-DEFAULT-P arg.
13198 (reset-language-environment): Reset default-sendmail-coding-system
13199 to the default value iso-latin-1.
13200 (set-language-environment): Don't set the obsolete variable
13201 charset-origin-alist.
13202
13203 * international/codepage.el (cp-coding-system-for-codepage-1):
13204 Give `safe-chars' property to make-coding-system.
13205
13206 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13207 calling select-message-coding-system twice.
13208
13209 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13210 instead of `safe-charsets'.
13211 (cyrillic-alternativnyj): Likewise.
13212 (ccl-encode-alternativnyj): Don't check the charset
13213 cyrillic-iso8859-5.
13214
13215 2000-07-27 Kenichi Handa <handa@etl.go.jp>
13216
13217 * composite.el (compose-chars-after): Preserve match data.
13218
13219 2000-07-26 Sam Steingold <sds@gnu.org>
13220
13221 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13222 (ange-ftp-real-file-newer-than-file-p): New function.
13223 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13224 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13225
13226 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13227 * midnight.el (midnight-float-time): Ditto.
13228
13229 2000-07-26 Andreas Schwab <schwab@suse.de>
13230
13231 * files.el (normal-backup-enable-predicate): Correct
13232 interpretation of the return value of compare-strings.
13233
13234 2000-07-26 Gerd Moellmann <gerd@gnu.org>
13235
13236 * isearch.el (isearch-resume): New function.
13237 (isearch-done): Add something to command-history to resume
13238 the search.
13239 (isearch-yank-line, isearch-yank-word): Use
13240 buffer-substring-no-properties instead of buffer-substring.
13241
13242 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13243 of flyspell-mouse-map.
13244
13245 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13246 duplicate definition.
13247 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13248
13249 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13250 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13251
13252 2000-07-25 Sam Steingold <sds@gnu.org>
13253
13254 * net/ange-ftp.el: Get modtime over the net.
13255 (ange-ftp-file-modtime): New function.
13256 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13257 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13258 Use it.
13259 (ange-ftp-dot-to-slash): New function.
13260 (ange-ftp-fix-name-for-vms): Use it.
13261
13262 * midnight.el (midnight-buffer-display-time): Use
13263 `with-current-buffer'.
13264
13265 2000-07-25 Gerd Moellmann <gerd@gnu.org>
13266
13267 * find-dired.el: Update copyright notice.
13268 (find-dired): Offer to kill a running `find'.
13269
13270 * enriched.el (enriched-face-ans): For a `foreground-color'
13271 property, return '(("x-color" COLOR))' so that COLOR will be
13272 output as a parameter of the x-color annotation. Likewise for the
13273 `background-color' property. In the case of normal face
13274 properties, don't return annotations for unspecified foreground
13275 and background face attributes.
13276
13277 2000-07-25 Kenichi Handa <handa@etl.go.jp>
13278
13279 * language/japan-util.el (japanese-katakana-region): Fix handling
13280 HANKAKU argument.
13281
13282 2000-07-25 Miles Bader <miles@gnu.org>
13283
13284 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13285 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13286 constrain-to-field.
13287
13288 2000-07-24 Andrew Innes <andrewi@gnu.org>
13289
13290 * timer.el (timer-activate-when-idle): Add optional parameter
13291 DONT-WAIT. Update docstring.
13292 (run-with-idle-timer): Specify extra parameter to
13293 timer-activate-when-idle, so that timer will be activated
13294 immediately if Emacs is already idle.
13295
13296 * w32-fns.el (w32-using-nt): Fix docstring.
13297
13298 2000-07-24 Dave Love <fx@gnu.org>
13299
13300 * mouse.el (popup-menu): Set last-command-event.
13301 (mouse-major-mode-menu-prefix): Declare.
13302
13303 2000-07-24 Gerd Moellmann <gerd@gnu.org>
13304
13305 * textmodes/flyspell.el: Update to author's version 1.5d.
13306
13307 * progmodes/hideshow.el: Update copyright notice.
13308
13309 * vcursor.el: Set maintainer to FSF, since author cannot
13310 be reached.
13311
13312 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13313
13314 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13315 the prompt.
13316
13317 * mouse.el (popup-menu): Run the keymap through indirect-function,
13318 in case it was defined with define-prefix-key. If the menu is a
13319 list of keymaps, look up the binding of user's choice in each one
13320 of the keymaps.
13321 (mouse-popup-menubar): If the global and local menu-bar keymaps
13322 don't have a prompt string, create one and insert it into the
13323 keymap. Don't barf if current-local-map returns nil.
13324
13325 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13326
13327 * dired.el (dired-sort-R-check): Added to allow recursive listing
13328 to be undone.
13329 (dired-sort-other): Use it.
13330
13331 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13332
13333 * Release of cc-mode 5.27
13334
13335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13336
13337 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13338 c-beginning-of-statement-1 that caused a bad case of recursion
13339 which could consume a lot of CPU in large classes in languages
13340 that have in-expression classes (i.e. Java and Pike).
13341
13342 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13343 statements before top level constructs (i.e. case 6 is moved
13344 before case 5 and is now case 4) to catch in-expression
13345 classes in top level expressions correctly.
13346
13347 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13348
13349 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13350 objc-method-intro. Case 4 removed and case 5I added.
13351
13352 * cc-langs.el (c-append-paragraph-start): New variable used by
13353 c-common-init to get paragraph-start correct.
13354 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13355 initialize paragraph-start to make it correct both with and
13356 without the javadoc special case.
13357
13358 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13359 initialize paragraph-start for javadoc markup.
13360
13361 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13362 change by defaulting this to t. It's motivated by the
13363 confusing behavior that otherwise arise from the style system
13364 when editing both java and non-java files at the same time
13365 (see the comments about style setting in c-common-init).
13366
13367 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13368
13369 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13370 similar to the one in c-fill-paragraph to check the fill
13371 prefix from the adaptive fill function for sanity.
13372
13373 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13374
13375 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13376 defun block.
13377
13378 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13379
13380 * cc-align.el (c-lineup-multi-inher): Handle lines with
13381 leading comma nicely. Extended to handle member initializers
13382 too.
13383
13384 * cc-engine.el: (c-beginning-of-inheritance-list,
13385 c-guess-basic-syntax): Fixed recognition of inheritance lists
13386 when the lines begins with a comma.
13387
13388 * cc-vars.el (c-offsets-alist): Changed default for
13389 member-init-cont to c-lineup-multi-inher since it now handles
13390 member initializers and indents better for leading commas.
13391
13392 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13393
13394 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13395 handling that caused class open lines to be recognized as
13396 statement-conts in some cases.
13397
13398 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13399 guessed by the adaptive fill function unless point is on the
13400 first line of a block comment.
13401
13402 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13403 when the buffer ends with a macro continuation char.
13404
13405 * cc-engine.el (c-guess-basic-syntax): Added support for
13406 function definitions as statements in Pike. The first
13407 statement in a lambda block is now labeled defun-block-intro
13408 instead of statement-block-intro.
13409
13410 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13411 so that the class surrounding point is selected, not the one
13412 innermost in the state.
13413
13414 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13415 recognition of switch labels having hanging multiline
13416 statements.
13417
13418 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13419 some code in c-guess-basic-syntax to a separate function.
13420 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13421 recognition of member inits with multiple line arglists.
13422 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13423 member-init-cont when the commas are in funny places.
13424
13425 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13426
13427 * cc-defs.el (c-auto-newline): Removed this macro since it's
13428 not used anymore.
13429
13430 * cc-engine.el (c-looking-at-bos): New helper function.
13431 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13432 inexpr and toplevel classes apart in Pike.
13433
13434 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13435 of case 9A.
13436
13437 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13438 constant, since "class" can introduce an in-expression class
13439 in Pike nowadays.
13440
13441 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13442
13443 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13444 indentation on cpp-macro lines.
13445
13446 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13447 a syntax modifier like comment-intro, to make it possible to
13448 get syntactic indentation for preprocessor directives. It's
13449 incompatible wrt to lineup functions on cpp-macro, but it has
13450 no observable effect in the 99.9% common case where cpp-macro
13451 is set to -1000.
13452
13453 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13454
13455 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13456 member-init-cont when the preceding arglist is several lines.
13457
13458 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13459
13460 * cc-styles.el (c-style-alist): The basic offset for the BSD
13461 style corrected to 8.
13462
13463 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13464
13465 * cc-styles.el (c-style-alist): Adjusted the indentation of
13466 brace list openers in the gnu style.
13467
13468 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13469
13470 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13471
13472 * cc-cmds.el (c-electric-brace, c-electric-slash,
13473 c-electric-star, c-electric-semi&comma, c-electric-colon,
13474 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13475 when c-syntactic-indentation is nil.
13476
13477 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13478 we were left at comments preceding the first statement when
13479 reaching the beginning of the buffer.
13480
13481 * cc-vars.el (c-syntactic-indentation): New variable to turn
13482 off all syntactic indentation.
13483
13484 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13485
13486 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13487 between the text and the block comment ender when it hangs,
13488 depending on how many there are before the fill.
13489
13490 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13491
13492 * cc-engine.el (c-beginning-of-closest-statement): New helper
13493 function to go back to the closest preceding statement start,
13494 which could be inside a conditional statement.
13495 * cc-engine.el (c-guess-basic-syntax): Use
13496 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13497
13498 * cc-engine.el (c-guess-basic-syntax): Better handling of
13499 arglist-intro, arglist-cont-nonempty and arglist-close when
13500 the arglist is nested inside parens. Cases 7A, 7C and 7F
13501 changed.
13502
13503 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13504 up-to-date with javadoc 1.2.
13505
13506 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13507
13508 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13509 multiline Pike type decls.
13510
13511 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13512
13513 * cc-cmds.el (c-indent-new-comment-line): Always break
13514 multiline comments in multiline mode, regardless of
13515 comment-multi-line.
13516
13517 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13518
13519 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13520 fully::qualified::names in C++ member init lists. Preamble in
13521 case 5D changed.
13522
13523 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13524
13525 * cc-langs.el (c-common-init): Handling of obsolete variables
13526 moved to c-initialize-cc-mode. More compatible style override
13527 when using global style variables.
13528 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13529 variables moved here.
13530
13531 * cc-styles.el (c-make-styles-buffer-local): Flag style
13532 variable localness in c-style-variables-are-local-p to make
13533 the compatibility measure in c-common-init work well.
13534
13535 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13536 longer contain set-from-style.
13537 * cc-styles.el (c-initialize-builtin-style): Don't check for
13538 set-from-style on c-special-indent-hook.
13539 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13540 copy-alist is sufficient now.
13541
13542 * cc-styles.el (c-set-style, c-set-style-1,
13543 c-get-style-variables): Fixes to variable initialization so
13544 that duplicate entries in styles have the same effect
13545 regardless of DONT-OVERRIDE.
13546
13547 * cc-styles.el (c-set-style-2): Fixed bug where the
13548 initialization of inheriting styles failed when the
13549 dont-override flag is set.
13550
13551 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13552 on this.
13553
13554 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13555
13556 * cc-defs.el (c-forward-comment): Removed the workaround
13557 introduced in 5.38 since it had worse side-effects. If a line
13558 contains the string "//\"", it regarded the // as a comment
13559 start since the \ temporarily doesn't have escape syntax.
13560
13561 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
13562
13563 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13564 ada-xref.el before ada-prj.el, so that the Project menu is created
13565 when ada-prj tries to add to it.
13566 (ada-activate-keys-for-case): Suppress the characters that are not
13567 part of the Ada syntax. Better compatibility with else-mode
13568 (ada-adjust-case-interactive): When auto-casing is not active,
13569 correctly insert newlines (used to insert only ^M). Prevent the
13570 syntax table from being changed in case of an error
13571 (or '_' becomes part of a word and some commands are confused).
13572 Do nothing if ada-auto-case is nil.
13573 (ada-after-keyword-p): Ignore keywords that are also attributes
13574 (ada-batch-reformat): Update usage comment
13575 (ada-call-from-contextual-menu): New function
13576 (ada-case-read-exceptions): Reinitialize the casing exception list
13577 first to nil first, so that the casing exception file can be
13578 shared.
13579 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13580 files.
13581 (ada-compile-goto-error): Fix regexp used to detect a file:line
13582 anywhere in the error message
13583 (ada-contextual-menu-last-point): New variable
13584 (ada-create-keymap): If the variable delete-key-deletes-forward is
13585 t on XEmacs, it means that DEL should delete one character
13586 forward.
13587 (ada-create-menu): Use :included instead of :visible for XEmacs.
13588 New submenu "Options".
13589 (ada-end-stmt-re): Correctly indent "select ... then abort"
13590 statements.
13591 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13592 even if they don't match ada-fill-comment-prefix Fix handling of
13593 paragraphs on the first or last line of a file.
13594 (ada-format-paramlist): Fix handling of default parameter values.
13595 (ada-get-body-name): New function.
13596 (ada-get-current-indent): Optimized by searchling directly for an
13597 existing generic part or a statement outside of it. Handle
13598 ada-indent-align-comments when indenting comments Replaced some
13599 regexps by testing directly the next character. This results in a
13600 huge speedup on some files. New indentation scheme for renames
13601 statements. Stop looking for the 'while' or 'for' associated with
13602 a 'loop' at the first semicolon encountered. A "return" can also
13603 match an anonymous access subprogram declaration.
13604 (ada-get-indent-noindent): Ignore strings and comments when
13605 looking for the keywords "record" and "private".
13606 (ada-goto-matching-decl-start): When matching "if", make sure we
13607 are not in fact seeing "end if". Ignore "when" statements except
13608 when initial keyword was "begin". Fix handling of nested
13609 procedures. Add a recursive call to this function to skip over
13610 other 'end' statmts. Fix indentation for "when .. => begin"
13611 (ada-in-open-paren-p): Fix indentation for complex boolean
13612 expressions, where 'and then', 'or else' and parenthesis
13613 statements are mixed up.
13614 (ada-in-paramlist-p): Skip comments while searching for the
13615 beginning Fix handling of operator declarations.
13616 (ada-indent-align-comments): New variable
13617 (ada-indent-current): Change the syntax table only in the
13618 protected section, so that we are sure it is restored correctly.
13619 (ada-indent-on-previous-lines): Use ada-use-indent and
13620 ada-with-indent Correctly indent "select ... then"
13621 (ada-indent-region): Slight speedup.
13622 (ada-indent-renames): New variable.
13623 (ada-last-which-function-subprog, ada-last-which-function-line):
13624 New variables
13625 (ada-looking-at-semi-private): Correctly indent the 'private'
13626 keyword when it is the first word in a package declaration.
13627 (ada-loose-case-word): Stop searching if at the end of the buffer.
13628 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13629 even if point is not initially at the end of the word.
13630 (ada-matching-decl-start-re): Add "when".
13631 (ada-mode): Add support for abbrev-mode, outline-mode and
13632 which-func-mode Override the old find-file.el entry in
13633 ff-special-constructs since it is using the obsolete
13634 ada-spec-suffix variable
13635 (ada-no-auto-case): New function
13636 (ada-scan-paramlist): When parsing the argument type, accept
13637 spaces (as in "X 'Class", generated by Rational Rose).
13638 (ada-other-file-name): No longer loads the other file.
13639 (ada-popup-menu): Save and restore the current buffer and cursor
13640 position before and after displaying the menu.
13641 (ada-search-ignore-complex-boolean): New function.
13642 (ada-uncomment-region): Emacs21 already knows how to delete
13643 comments not starting in the first column.
13644 (ada-use-indent): New variable
13645 (ada-which-function): New function.
13646 (ada-with-indent): New variable
13647 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13648 can be batch-compiled from the command line.
13649
13650 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13651 Add to the menu when the file is loaded, not in ada-mode-hook.
13652 Add -toolbar to the default ddd command Switches moved from
13653 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13654 ada-prj-default-comp-opt
13655 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13656 Reference Manual to the menu
13657 (ada-check-current): rewritten as a call to ada-compile-current
13658 (ada-compile): Removed.
13659 (ada-compile-application, ada-compile-current, ada-check-current):
13660 Set the compilation-search-path so that compile.el automatically
13661 finds the sources in src_dir. Automatic scrollong of the
13662 compilation buffer. C-uC-cC-c asks for confirmation before
13663 compiling
13664 (ada-compile-current): New parameter, prj-field
13665 (ada-complete-identifier): Load the .ali file before doing
13666 processing
13667 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13668 conform to gnatmake's behavior.
13669 (ada-find-file-in-dir): New function
13670 (ada-find-references): Set the environment variables for gnatfind
13671 (ada-find-src-file-in-dir): New function.
13672 (ada-first-non-nil): Removed
13673 (ada-gdb-application): Add support for jdb, the java debugger.
13674 (ada-get-ada-file-name): Load the original-file first if not done
13675 yet.
13676 (ada-get-all-references): Handles the new ali syntax (parent types
13677 are found between <>).
13678 (ada-initialize-runtime-library): New function
13679 (ada-mode-hook): Always load a project file when a file is opened,
13680 so that the casing exceptions are correctly read.
13681 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13682 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13683 to open the project file, since the latter does not work with
13684 speedbar Get default values before loading the prj file, or the
13685 default executable file name is wrong. Use the absolute value of
13686 src_dir to initialize ada-search-directories and
13687 compilation-search-path,... Add the standard runtime library to
13688 the search path for find-file.
13689 (ada-prj-default-debugger): Was missing an opening '{'
13690 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13691 variables.
13692 (ada-prj-default-gnatmake-opt): New variable
13693 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13694 buffers, the project file is the default one Save the windows
13695 configuration before displaying the menu.
13696 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13697 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13698 ...) regexp-quote identifiers names to support operators +,
13699 -,... in regexps.
13700 (ada-remote): New function.
13701 (ada-run-application): Erase the output buffer before starting the
13702 run Support remote execution of the application. Use
13703 call-process, or the arguments are incorrectly parsed
13704 (ada-set-default-project-file): Reread the content of the active
13705 project file, not the one from the current buffer When a project
13706 file is set as the default project, all directories are
13707 automatically associated with it.
13708 (ada-set-environment): New function
13709 (ada-treat-cmd-string): New special variable ${current}
13710 (ada-treat-cmd-string): Revised. The substitution is now done for
13711 any ${...} substring
13712 (ada-xref-current): If no body was found, compiles the spec
13713 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13714 compiler to get rid of command line length limitations.
13715 (ada-xref-get-project-field): New function
13716 (ada-xref-project-files): New variable
13717 (ada-xref-runtime-library-specs-path)
13718 (ada-xref-runtime-library-ali-path): New variables
13719 (ada-xref-set-default-prj-values): Default run command now does a
13720 cd to the build directory. New field: main_unit Provide a default
13721 file name even if the current buffer has no prj file.
13722
13723 * ada-prj.el:
13724 Rewritten to show a tabbed-dialog.
13725 (ada-prj-add-ada-menu): Remove the map and name parameters.
13726 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13727 New function
13728 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13729 (ada-prj-load-from-file): New function
13730 (ada-prj-save): Always save fields that depend on the current buffer
13731 (ada-prj-show-value): New function
13732
13733 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13734 Ada mode. This will allow us to display the Ada menu in any buffer
13735 we want (for project items).
13736 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13737 number of spaces in the header.
13738
13739 2000-07-24 Dave Love <fx@gnu.org>
13740
13741 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13742
13743 2000-07-23 Noah Friedman <friedman@splode.com>
13744
13745 * type-break.el (type-break): perform autosave.
13746 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13747 (type-break-do-query): Cancel query schedule while performing
13748 actual query, to avoid possibility of a second query being made
13749 while first one is already in progress.
13750 (type-break-time-stamp-format): New variable.
13751 (type-break-time-stamp): New function.
13752 (type-break-time-warning): Use it.
13753 (type-break-keystroke-warning): Use it.
13754 (type-break-noninteractive-query): Use it.
13755
13756 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13757 cookie.
13758 Use add-minor-mode to set minor-mode-alist, if available.
13759 (eldoc-echo-area-use-multiline-p): New user option.
13760 (eldoc-echo-area-multiline-supported-p): New variable.
13761 (eldoc-docstring-format-sym-doc): Use them.
13762 (eldoc-mode): If not using idle timers, append to local post and
13763 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13764 (eldoc-display-message-no-interference-p): Don't interfere with
13765 edebug.
13766 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13767 (eldoc-function-arglist): New function.
13768 (eldoc-function-argstring): Use it.
13769
13770 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13771 auto save directory exists before calling directory-files.
13772
13773 2000-07-23 Dave Love <fx@gnu.org>
13774
13775 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13776 ^o, ^u.
13777
13778 2000-07-21 Dave Love <fx@gnu.org>
13779
13780 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13781 now passed to the function. It now works properly.
13782
13783 * smerge-mode.el (smerge-mode-menu): Fill it out.
13784
13785 2000-07-20 Gerd Moellmann <gerd@gnu.org>
13786
13787 * info-look.el (info-lookup): If *info* is shown in another frame
13788 on the same display, select that frame, instead of switching to
13789 the Info buffer in another window of the selected frame.
13790
13791 * simple.el (universal-argument-map): Bind numeric keypad keys
13792 kp-0 to kp-9 and kp-subtract.
13793 (digit-argument): Handle these keys.
13794
13795 2000-07-20 Dave Love <fx@gnu.org>
13796
13797 * net/goto-addr.el (goto-address-fontify): Don't bother with
13798 buffer-modified and read-only stuff -- irrelevant with overlays.
13799 Put an extra property on the overlays and use it to clean up in
13800 case goto-address is re-run.
13801
13802 2000-07-19 Richard M. Stallman <rms@gnu.org>
13803
13804 * timer.el (run-with-idle-timer): Doc fix.
13805
13806 * mail/mail-utils.el (mail-strip-quoted-names):
13807 Handle case where <...> appears inside "...".
13808 Use replace-match to edit the string more simply.
13809 (rmail-dont-reply-to): Cope with an unmatched ".
13810
13811 2000-07-19 Dave Love <fx@gnu.org>
13812
13813 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13814 implementation.
13815
13816 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13817 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13818 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13819
13820 2000-07-19 Gerd Moellmann <gerd@gnu.org>
13821
13822 * textmodes/refer.el: Correct maintainer's email address.
13823
13824 * progmodes/hideif.el: Correct author's email address.
13825 Fix typo in comment.
13826
13827 * xml.el: New file.
13828
13829 * mail/mailheader.el: Correct author's mail address.
13830
13831 * gnus/parse-time.el: Correct author's mail address.
13832
13833 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13834
13835 * comint.el (comint-highlight-input, comint-highlight-face):
13836 New user options.
13837 (comint-input-ring-file-name): Change custom type.
13838 (comint-mode-map): Bind mouse-2.
13839 (comint-insert-clicked-input): New function.
13840 (comint-send-input): Handle input highlighting.
13841
13842 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13843
13844 * mouse.el (popup-menu): New function.
13845 (mouse-major-mode-menu): Use it.
13846
13847 2000-07-18 Dave Love <fx@gnu.org>
13848
13849 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13850 improvements.
13851
13852 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13853
13854 * faces.el (face-font-selection-order)
13855 (face-font-family-alternatives): Add custom type.
13856
13857 2000-07-18 Dave Love <fx@gnu.org>
13858
13859 * cus-edit.el (custom-variable-reset-saved)
13860 (custom-variable-reset-standard): Remove unused bindings.
13861
13862 * rect.el (open-rectangle-line): Remove unused let.
13863
13864 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13865
13866 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13867
13868 * cdl.el: Fix `Maintainer' keyword.
13869
13870 * play/pong.el: Add author's email address.
13871
13872 2000-07-17 Sam Steingold <sds@gnu.org>
13873
13874 * files.el (insert-directory): Call `split-string' instead of
13875 re-implementing it.
13876
13877 2000-07-18 Gerd Moellmann <gerd@gnu.org>
13878
13879 * mail/vms-pmail.el: Change maintainer to FSF.
13880
13881 * net/goto-addr.el: Change maintainer to FSF.
13882
13883 * info.el (Info-title-face-alist): Removed.
13884
13885 2000-07-18 David Ponce <david@dponce.com>
13886
13887 * recentf.el (recentf-open-files): New command that works like
13888 `recentf-open-more-files', but shows the whole list of files (not just
13889 those omitted from the menu). Useful if you don't use a menu-bar!
13890 (recentf-open-more-files) Modified to use `recentf-open-files'.
13891
13892 (recentf-open-files, recentf-open-more-files)
13893 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13894
13895 (recentf-dialog-mode): New mode for dialogs. You can now just type
13896 "q" to cancel the dialogs.
13897
13898 2000-07-18 David Ponce <david@dponce.com>
13899
13900 * recentf.el: This is a major update of recentf.el. It adds new
13901 features to better organize the recentf menu and "More..." buffer.
13902
13903 Using new provided menu filtering functions you can now organize the
13904 recent files list:
13905
13906 - by major modes
13907 - by directories
13908 - by user defined rules
13909
13910 Finally, with the new `recentf-filter-changer' customizable filter you
13911 can define a ring of filters and dynamically (via the menu) cycle on
13912 each menu organization in the ring (a la msb).
13913
13914 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13915
13916 * eshell/eshell.el (eshell): Replace links to eshell.info with
13917 links to eshell, to avoid problems on systems where the manual is
13918 installed as `eshell'.
13919 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13920 * eshell/em-smart.el (eshell-smart): Ditto.
13921 * eshell/em-banner.el (eshell-banner): Ditto.
13922 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13923
13924 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13925 same-file check in the MS-DOS version (it does support inodes).
13926
13927 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13928
13929 * eshell/eshell.el (eshell-directory-name):
13930 Run default directory name through convert-standard-filename.
13931
13932 2000-07-18 Kenichi Handa <handa@etl.go.jp>
13933
13934 * international/mule-cmds.el (select-safe-coding-system):
13935 Fix typo in the comment.
13936
13937 * language/european.el (compound-text):
13938 Force katakana-jisx0201 to be designated to G1.
13939
13940 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13941 Don't translate some national variant characters of latin-jisx0201.
13942 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13943
13944 * international/kkc.el (kkc-after-update-conversion-functions):
13945 New variable.
13946 (kkc-update-conversion): Run functions in it at the tail.
13947
13948 2000-07-16 John Wiegley <johnw@gnu.org>
13949
13950 * lisp/align.el (align-newline-and-indent):
13951 Adding new function. for auto-aligning blocks of code on RET.
13952 (align-region): Fixed badly formatted minibuffer message.
13953
13954 2000-07-17 Kenichi Handa <handa@etl.go.jp>
13955
13956 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13957 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13958 the conversion list at first if appropriate.
13959 (kkc-next): Don't update kkc-next-count here.
13960 (kkc-prev): Don't update kkc-prev-count here.
13961 (kkc-show-conversion-list-update): Fix setting up of conversion
13962 list message.
13963
13964 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13965
13966 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13967
13968 2000-07-16 Dave Love <fx@gnu.org>
13969
13970 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13971 function to be more specific.
13972
13973 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13974 non-string help-echo.
13975 (widget-types-convert-widget): Defsubst it.
13976 (widget-echo-help): Try to cope with a help-echo function of two
13977 possible sorts.
13978
13979 2000-07-15 Jason Rumney <jasonr@gnu.org>
13980
13981 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13982 Declare as obsolete.
13983
13984 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13985
13986 2000-07-14 Gerd Moellmann <gerd@gnu.org>
13987
13988 * hilit-chg.el: Fix typo.
13989
13990 2000-07-14 Dave Love <fx@gnu.org>
13991
13992 * info.el (Info-mode-menu): Fix use of :help, :enable.
13993
13994 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13995
13996 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13997
13998 2000-07-13 Dave Love <fx@gnu.org>
13999
14000 * emacs-lisp/easymenu.el: Doc fixes.
14001 (easy-menu-remove): Defalias to ignore.
14002
14003 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14004 Call throw correctly.
14005
14006 2000-07-13 Gerd Moellmann <gerd@gnu.org>
14007
14008 * faces.el (frame-background-mode): Doc fix.
14009
14010 * simple.el (eval-expression-print-length): Change custom type to
14011 allow entering nil as value.
14012
14013 2000-07-13 Dave Love <fx@gnu.org>
14014
14015 * progmodes/fortran.el (fortran-imenu-generic-expression):
14016 Change definition layout.
14017 (fortran-mode-menu): Reinstate customize entries.
14018
14019 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14020 Use :filter, per old XEmacs code.
14021
14022 2000-07-12 Gerd Moellmann <gerd@gnu.org>
14023
14024 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14025 event when deciding what to send to the terminal.
14026
14027 2000-07-12 Dave Love <fx@gnu.org>
14028
14029 * cus-start.el: Add optional version as 4th element of specs and
14030 use it for several things new in v21. Remove load-path. Fix type
14031 of line-number-display-limit.
14032
14033 2000-07-11 Dave Love <fx@gnu.org>
14034
14035 * progmodes/fortran.el: Don't require easymenu.
14036 Use repeat counts in various regexps.
14037 (fortran-mode-syntax-table): Defvar directly.
14038 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14039 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14040 Use defvar, not defconst.
14041 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14042 (fortran-mode): Set fortran-comment-line-start-skip,
14043 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14044 (fortran-comment-indent): Use defsubst.
14045 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14046 Use fortran-comment-indent, not fortran-comment-indent-function.
14047 (fortran-comment-region, fortran-electric-line-number): Simplify.
14048 (fortran-auto-fill): New function.
14049 (fortran-do-auto-fill): Deleted.
14050 (fortran-find-comment-start-skip):
14051 Check for non-null comment-start-skip.
14052 (fortran-auto-fill-mode, fortran-fill-statement):
14053 Use fortran-auto-fill.
14054 (fortran-fill): Use fortran-auto-fill. Check for null
14055 comment-start-skip. Simplify final clause and use end-of-line finally.
14056
14057 * widget.el (widget-plist-member): New alias.
14058
14059 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14060
14061 * eshell/esh-module.el (toplevel): Reference
14062 byte-compile-current-file only if it is bound.
14063
14064 2000-07-10 Gerd Moellmann <gerd@gnu.org>
14065
14066 * dired.el: Don't require `dired-aux'.
14067
14068 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14069
14070 * dired-aux.el (dired-show-file-type): New function.
14071 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14072 (dired-show-file-type): Add autoload.
14073
14074 2000-07-10 Kenichi Handa <handa@etl.go.jp>
14075
14076 * international/mule-diag.el (describe-font): Adjusted for the
14077 change of fontset-info.
14078 (print-fontset): Likewise.
14079
14080 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14081
14082 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14083
14084 2000-07-07 Gerd Moellmann <gerd@gnu.org>
14085
14086 * bindings.el: Bind `[delete]' to delete-char.
14087
14088 * dired.el (dired-find-alternate-file): New function.
14089 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14090 (toplevel): Require dired-aux when compiling.
14091 (dired-buffers): Move defvar within file to avoid compiler warning.
14092
14093 * info.el (Info-last-search): Variable removed.
14094 (Info-search-history): New variable.
14095 (Info-search): New Info-search-history.
14096
14097 * battery.el, info-look.el: Change author's mail address.
14098
14099 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14100
14101 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14102 if rmail-ignored-headers is nil.
14103 (rmail-retry-failure): Bind rmail-ignored-headers and
14104 rmail-displayed-headers to nil.
14105
14106 2000-07-06 Gerd Moellmann <gerd@gnu.org>
14107
14108 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14109 (print-region-1): Don't hard code `-h' here.
14110
14111 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14112
14113 2000-07-01 Francesco Potorti` <pot@gnu.org>
14114
14115 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14116 exim can use "your message" instead of "the message".
14117
14118 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14119
14120 * facemenu.el: Docstrings fixes.
14121 (facemenu-get-face): Don't use internal-find-face.
14122 (facemenu-iterate): Rename arg to match the docstring.
14123
14124 * newcomment.el (uncomment-region): Be more careful when skipping
14125 backwards over `=' not to bump into BOBP.
14126
14127 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14128
14129 * ediff-diff.el (ediff-wordify): Use syntax table.
14130 * ediff-init.el (ediff-has-face-support-p): Use
14131 ediff-color-display-p.
14132 (ediff-color-display-p): Use display-color-p, changed to defun
14133 from defsubst.
14134 Got rid of special cases for NeXT and OS/2.
14135 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14136 face.
14137
14138 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14139
14140 * emacs-lisp/lucid.el: Require CL.
14141 (copy-tree, remprop): Remove, it's provided by CL.
14142 (map-keymap): Define in terms of cl-map-keymap.
14143 (extent-property, set-extent-end-glyph): New functions.
14144
14145 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14146
14147 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14148
14149 * Makefile.in (DONTCOMPILE): Add comment that the name may
14150 not be changed without changing the make-dist script.
14151
14152 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14153 (cl-mapc): Use mapc instead of cl-old-mapc.
14154
14155 2000-07-05 Andrew Innes <andrewi@gnu.org>
14156
14157 * makefile.nt: Add support for `bootstrap' and related targets.
14158
14159 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14160
14161 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14162 (easy-menu-do-define): Use `menu-item' format.
14163 Handle case where easy-menu-create-menu returns a symbol.
14164 Manually call the potential top-level filter in the function binding.
14165 (easy-menu-filter-return): New arg NAME.
14166 Convert to a keymap if MENU is an XEmacs menu.
14167 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14168 (easy-menu-converted-items-table, easy-menu-convert-item):
14169 New var and fun to memoize easy-menu-convert-item-1.
14170 (easy-menu-do-add-item): Use it.
14171 (easy-menu-create-menu): Use easy-menu-convert-item.
14172 Wrap easy-menu-filter-return around any :filter specification.
14173 Don't convert the menu if a filter was specified.
14174 Tell easy-menu-make-symbol not to check for MENU being an expression.
14175 (easy-menu-make-symbol): New arg NOEXP.
14176
14177 2000-07-05 Gerd Moellmann <gerd@gnu.org>
14178
14179 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14180 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14181 (eval-defun): If called with prefix arg, instrument code for
14182 Edebug.
14183
14184 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14185 similar to that of eval-defun.
14186
14187 2000-07-04 Dave Love <fx@gnu.org>
14188
14189 * hl-line.el (hl-line-overlay): Make it permanent-local.
14190
14191 * calendar/todo-mode.el: Replaced with a working version, based on
14192 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14193
14194 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14195
14196 * paths.el (prune-directory-list): New function.
14197 (Info-default-directory-list): Rewritten to more methodically
14198 enumerate a big list of possible info directories (based on the
14199 list used by the standalone info reader).
14200
14201 * info.el (info-initialize): Use prune-directory-list to remove
14202 non-existent directories from Info-directory-list.
14203
14204 * paths.el (Info-default-directory-list): Try a list of possible
14205 info-directories instead of a single one. Add the possible
14206 info directory "/usr/share/info".
14207
14208 * woman.el (woman-man.conf-path): Explicitly include the debian
14209 man-db config file "/etc/manpath.config".
14210 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14211 are present in `manpath.config'.
14212 (woman-manpath): Include "/usr/share/man".
14213
14214 2000-07-03 Gerd Moellmann <gerd@gnu.org>
14215
14216 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14217
14218 * startup.el (command-line): Initialize blink-cursor based
14219 on window-system.
14220
14221 * frame.el (blink-cursor): Default to nil if not running under
14222 a window-system.
14223
14224 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14225 (face-x-resources): Remove duplicate entry for :font.
14226
14227 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14228 instead of cycling through windows with next-window.
14229
14230 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14231 of cycling through windows with next-window.
14232
14233 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14234 of cycling through windows with next-window.
14235
14236 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14237 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14238 instead of cycling through windows with next-window.
14239
14240 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14241 instead of cycling through windows with next-window.
14242
14243 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14244 of cycling through windows with next-window.
14245
14246 * terminal.el (te-process-output): Use walk-windows instead of
14247 cycling through windows with next-window.
14248
14249 * server.el (server-switch-buffer): Use some-window instead of
14250 cycling through windows with next-window.
14251
14252 * window.el (some-window): New function.
14253 (walk-windows): Remove reference to walk-windows-start.
14254
14255 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14256
14257 2000-07-03 Richard Stallman <rms@gnu.org>
14258
14259 * window.el (walk-windows): Guarantee termination by keeping a list
14260 of all the windows already handled.
14261
14262 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14263
14264 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14265 window-system.
14266
14267 * man.el (Man-notify-when-ready): Don't use window-system. If
14268 Man-notify-method is newframe, and the display is not
14269 multi-frame, select the frame created for the man page.
14270 (Man-init-defvars): Doc fix.
14271
14272 2000-06-28 Gerd Moellmann <gerd@gnu.org>
14273
14274 * faces.el (region): Change background color for light background.
14275
14276 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14277 attribute from mode-line face of Ediff control frame.
14278
14279 * replace.el (query-replace-map): Bind `e' like `E'.
14280
14281 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14282
14283 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14284 Change name to "Select All".
14285
14286 * dos-fns.el (convert-standard-filename): Fix last change.
14287
14288 2000-06-27 Gerd Moellmann <gerd@gnu.org>
14289
14290 * help.el (describe-variable): Don't insert a second `'s' in front
14291 of the string `value is shown below'. Since the syntax-table is
14292 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14293 an existing `'s', so that this won't be deleted.
14294
14295 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14296 * pcmpl-unix.el: New files.
14297
14298 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14299
14300 * wid-edit.el (widget-member): Use the new plist-member.
14301
14302 2000-06-26 Gerd Moellmann <gerd@gnu.org>
14303
14304 * replace.el (perform-replace): Undo change of 2000-04-04.
14305 Instead, move backward 1 character at the end of the loop when
14306 necessary.
14307
14308 * faces.el (fringe): Change face for different backgrounds.
14309
14310 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14311 patch from John.
14312
14313 * eshell/*.el: Change spelling of the Free Software Foundation.
14314
14315 * eshell/esh-toggle.el: Removed.
14316
14317 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14318
14319 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14320 interactively.
14321
14322 2000-06-26 Alex Schroeder <alex@gnu.org>
14323
14324 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14325 `define-key'; instead of checking `(emacs-version)' check for
14326 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14327 for `;' and `o' which might be electric.
14328
14329 (sql-electric-stuff): New user option.
14330 (sql-magic-go): New function which uses `sql-electric-stuff'.
14331 (sql-magic-semicolon): New function which uses
14332 `sql-electric-stuff'.
14333
14334 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14335 is not fboundp.
14336
14337 (sql-oracle-options): New variable.
14338 (sql-oracle): Use it.
14339
14340 (sql-imenu-generic-expression): Doc change.
14341 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14342 is used.
14343
14344 (sql-informix): Added command line parameter "-" to force
14345 sql-informix-program to use stdout.
14346
14347 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14348
14349 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14350 (cp864-decode-table): Doc fix.
14351 (cp720-decode-table): New variable, supports the Arabic OEM
14352 codepage used by Windows.
14353 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14354
14355 2000-06-23 Dave Love <fx@gnu.org>
14356
14357 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14358 (font-lock-fontify-anchored-keywords): Use
14359 line-beginning-position.
14360 (global-font-lock-mode): Use mapc.
14361
14362 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14363
14364 * eshell/esh-module.el: Require CL when compiling.
14365
14366 2000-06-23 Gerd Moellmann <gerd@gnu.org>
14367
14368 * comint.el (comint-substitute-in-file-name): Call replace-match
14369 with second and third arg t.
14370
14371 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14372 Specify foreground color.
14373
14374 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14375 color.
14376
14377 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14378
14379 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14380 cddr instead of cdddr.
14381
14382 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14383 instead of copy-list.
14384
14385 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14386 of copy-list.
14387
14388 * subdirs.el: Add eshell subdirectory.
14389
14390 * eshell: New subdirectory containing the Eshell package.
14391
14392 * pcomplete.el: New file.
14393
14394 2000-06-23 Paul Eggert <eggert@twinsun.com>
14395
14396 * mail/mailpost.el (post-mail-send-it): Make sure file has
14397 proper permissions from birth.
14398
14399 * files.el (basic-save-buffer-2): When temporarily setting
14400 file modes, set them to current modes plus 0200, not to 0777.
14401
14402 * emerge.el (emerge-make-temp-file): Make sure file has proper
14403 permissions from birth.
14404
14405 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14406
14407 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14408 backup file name through convert-standard-filename.
14409
14410 * dos-fns.el (convert-standard-filename): Convert leading
14411 directories as well. When long file names are supported, convert
14412 characters that are invalid in Windows file names.
14413
14414 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14415
14416 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14417 ps-print crashes. New feature: page selection for printing. Create
14418 raw-text-unix coding system for XEmacs. Doc fix.
14419 (ps-print-version): New version number (5.2.3).
14420 (ps-plot-region): Bug fix.
14421 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14422 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14423 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14424 funs.
14425 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14426 (ps-last-page): New vars.
14427
14428 2000-06-21 Gerd Moellmann <gerd@gnu.org>
14429
14430 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14431 empty option string.
14432
14433 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14434
14435 * man.el (man): Doc fix.
14436
14437 2000-06-21 Kenichi Handa <handa@etl.go.jp>
14438
14439 * international/mule-cmds.el (set-language-info-alist): Docstring
14440 fixed.
14441
14442 2000-06-20 Gerd Moellmann <gerd@gnu.org>
14443
14444 * version.el (emacs-version): Use ISO date format.
14445
14446 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14447 instead of `M-backspace'.
14448
14449 * simple.el (turn-off-auto-fill): New function.
14450
14451 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14452
14453 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14454 Renamed from with-buffer-prepared-for-font-lock and use
14455 inhibit-modification-hooks rather than setting *-change-functions.
14456 Update all functions to use the new name.
14457 (jit-lock-first-unfontify-pos): New semantics (and doc).
14458 (jit-lock-mode): Make non-interactive.
14459 Don't automatically turn on font-lock.
14460 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14461 Always use jit-lock-after-change.
14462 Remove and restore font-lock-after-change-function.
14463 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14464 (jit-lock-after-unfontify-buffer): Remove.
14465 (jit-lock-stealth-fontify):
14466 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14467 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14468
14469 2000-06-20 Sam Steingold <sds@gnu.org>
14470
14471 * emacs-lisp/cl-indent.el (toplevel): Indent
14472 `print-unreadable-object' properly. Untabify.
14473
14474 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14475
14476 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14477 Support for bibentry.
14478 (reftex-compile-variables): Fixed problem with end of section-re.
14479
14480 * texmodes/reftex-dcr.el (reftex-view-crossref,
14481 reftex-view-crossref-from-bibtex):
14482 Deal with changed `reftex-find-citation-regexp-format'.
14483 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14484 Replaced `remprop' with `put'.
14485 (reftex-view-crossref, reftex-view-crossref-when-idle):
14486 Support for bibentry.
14487
14488 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14489 New entry for bibentry package.
14490
14491 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14492 Regexp also matches "\nobibliography".
14493
14494 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14495 Call `reftex-ensure-write-access' before doing anything.
14496 (reftex-ensure-write-access): New function.
14497
14498 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14499
14500 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14501
14502 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14503
14504 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14505
14506 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14507
14508
14509 2000-06-20 Dave Love <fx@gnu.org>
14510
14511 * faces.el (frame-background-mode): Use set-default, not set, in
14512 setter.
14513 (frame-update-faces, frame-update-face-colors): Define with
14514 defalias.
14515
14516 * enriched.el (enriched-decode-foreground)
14517 (enriched-decode-background): Don't use internal-find-face.
14518
14519 * apropos.el: Doc fixes.
14520
14521 * cus-edit.el (customize-changed-options): Check arg.
14522 (customize-version-lessp): Don't require decimal point.
14523
14524 * custom.el (defcustom, defgroup): Doc fix.
14525
14526 * newcomment.el (comment) <defgroup>: Add :version.
14527 (comment-multi-line): Doc fix.
14528
14529 * emulation/mlsupport.el (define-hooked-local-abbrev,
14530 define-hooked-global-abbrev): Fix, using define-abbrev.
14531
14532 2000-06-19 Gerd Moellmann <gerd@gnu.org>
14533
14534 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14535 the whole buffer.
14536
14537 2000-06-19 Dave Love <fx@gnu.org>
14538
14539 * menu-bar.el (menu-bar-options-save): New function.
14540 (menu-bar-options-menu): Use it.
14541 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14542 Simplify.
14543
14544 2000-06-19 Andreas Schwab <schwab@suse.de>
14545
14546 * progmodes/etags.el (tags-query-replace): Put new parameters
14547 START and END at the end, for backward compatibility.
14548
14549 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14550
14551 * international/codepage.el:
14552 (cp-coding-system-for-codepage-1): Delete special codes for
14553 generating xxx-dos coding system because now a CCL based coding
14554 system can handle EOL conversion by default.
14555
14556 * international/mule.el (make-coding-system): Generate subsidiary
14557 coding systems for EOL handling variants even for a CCL based
14558 coding system.
14559
14560 2000-06-19 Kenichi Handa <handa@etl.go.jp>
14561
14562 * international/isearch-x.el (isearch-minibuffer-input-method)
14563 (isearch-minibuffer-input-method-function): These variables
14564 deleted.
14565 (isearch-with-input-method): Don't use the above variables.
14566 (isearch-process-search-multibyte-characters): Likewise. Call
14567 read-string with the arg INHERIT-INPUT-METHOD t.
14568
14569 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14570
14571 * font-lock.el (font-lock-after-fontify-buffer)
14572 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14573
14574 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14575 Use consistent make-local-variable style for font-lock-fontified.
14576 (jit-lock-fontify-buffer):
14577 Don't bother checking for font-lock-mode and jit-lock-mode.
14578
14579 * time.el: Remove trailing ^M that prevent CVS-merging.
14580
14581 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14582
14583 * Makefile.in (distclean): New target.
14584
14585 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14586
14587 * Makefile.in (srcdir): Define for update-subdirs.
14588
14589 2000-06-16 Gerd Moellmann <gerd@gnu.org>
14590
14591 * find-lisp.el: New file.
14592
14593 2000-06-16 Andrew Innes <andrewi@gnu.org>
14594
14595 * time.el (display-time-mail-function): New variable, to allow
14596 external packages to indicate when new mail is available.
14597 (display-time-update): Use it.
14598
14599 2000-06-16 Kenichi Handa <handa@etl.go.jp>
14600
14601 * international/mule.el (mule-version): Change version name to
14602 SAKAKI. AOI has already been used by Meadow.
14603
14604 * international/quail.el (quail-show-guidance-buf): To find the
14605 bottom window (but minibuffer), pay attention to the height of
14606 minibuffer.
14607
14608 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14609
14610 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14611 menu-bar menus. Add help strings. Don't remove the Edit menu
14612 from the menu bar, as the menu bar has enough space now.
14613
14614 * Makefile.in (SHELL): Make sure /bin/sh is used.
14615
14616 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14617 characters, which use series of two ^H characters instead of one.
14618
14619 2000-06-15 Gerd Moellmann <gerd@gnu.org>
14620
14621 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14622 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14623 functions.
14624 (Info-find-node-2): Try a case-sensitive search first, then
14625 do a case-insensitive search.
14626
14627 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14628 tutorials.
14629
14630 * complete.el (PC-env-vars-alist): New variable.
14631 (PC-complete-as-file-name): New function.
14632 (partial-completion-mode): Initialize PC-env-vars-alist from
14633 process-environment.
14634 (PC-do-completion): Handle completion of env vars.
14635
14636 * info.el (Info-set-mode-line): Show file name in mode line,
14637 use `*Info*' instead of `Info:'.
14638
14639 * startup.el (command-line-1): Change copyright messages to year
14640 2000.
14641
14642 2000-06-15 Dave Love <fx@gnu.org>
14643
14644 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14645 not local-map.
14646
14647 2000-06-15 Kenichi Handa <handa@etl.go.jp>
14648
14649 * international/mule.el (set-buffer-file-coding-system): Almost
14650 rewritten to handle `undecided' as no-op.
14651
14652 2000-06-14 Gerd Moellmann <gerd@gnu.org>
14653
14654 * Makefile.in: New file.
14655
14656 * Makefile: Removed.
14657
14658 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14659 (goto-address-highlight-keymap): Bind C-c RET.
14660
14661 2000-06-14 Kenichi Handa <handa@etl.go.jp>
14662
14663 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14664 inherits buffer-file-coding-system of the current buffer.
14665
14666 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14667 0. Give correct argument to set-auto-coding-function.
14668 (tar-expunge): For goto-char, use (point-min), not 0.
14669 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14670 (tar-subfile-save-buffer): Likewize.
14671
14672 * international/mule.el
14673 (after-insert-file-set-buffer-file-coding-system): Call
14674 set-buffer-file-coding-system with the arg FORCE t.
14675
14676 2000-06-13 Gerd Moellmann <gerd@gnu.org>
14677
14678 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14679 nil. Contemporary sendmails issue an X-Authentication-Warning if
14680 the sender is set with `-f'.
14681
14682 2000-06-13 Dave Love <fx@gnu.org>
14683
14684 * help.el (describe-function-1): Kluge around cases of functions
14685 fset to subrs whose doc doesn't match their symbol-name.
14686
14687 * image.el (insert-image): Default STRING to a space.
14688
14689 * info.el Doc fixes.
14690 (Info-build-node-completions): Match Ref tags.
14691
14692 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14693
14694 * frame.el (display-multi-frame-p, display-multi-font-p): New
14695 defaliases for display-graphic-p.
14696
14697 * hl-line.el: Fixed a typo in commentary.
14698
14699 2000-06-13 Kenichi Handa <handa@etl.go.jp>
14700
14701 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14702 fixed.
14703
14704 2000-06-12 Dave Love <fx@gnu.org>
14705
14706 * image.el (insert-image): Save a little consing.
14707
14708 2000-06-12 Kenichi Handa <handa@etl.go.jp>
14709
14710 * language/tibet-util.el: Convert all tibetan-1-column characters
14711 to the corresponding tibetan characters.
14712 (tibetan-add-components): Delete code for the special treatment of
14713 'a chung.
14714
14715 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14716 change.
14717 (tibetan-vowel-transcription-alist): More rules added.
14718 (tibetan-composite-vowel-alist): New variable.
14719 (tibetan-precomposition-rule-alist): More rules added.
14720
14721 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14722
14723 * startup.el (command-line): Only call menu-bar-mode if interactive.
14724
14725 * thingatpt.el (toplevel symbol-properties):
14726 * textmodes/makeinfo.el (makeinfo-compile):
14727 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14728 * progmodes/hideif.el (hif-compress-define-list)
14729 (hide-ifdef-use-define-alist):
14730 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14731 (ange-ftp-vms-add-file-entry):
14732 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14733 * man.el (Man-build-man-command):
14734 * mail/rnewspost.el (news-reply-header-hook):
14735 * info.el (Info-insert-dir):
14736 * emulation/mlconvert.el (backward-word, forward-word, setq):
14737 * emacs-lisp/gulp.el (gulp-send-requests):
14738 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14739 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14740 (byte-optimize-apply, end of file):
14741 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14742 (ad-make-freeze-definition):
14743 * startup.el (command-line, command-line-1): Don't quote lambdas.
14744
14745 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14746 (cvs-cleanup-removed): New function.
14747 (cvs-cleanup-functions): New var.
14748 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14749 some flexibility in specifying additional entries to auto-cleanup.
14750 (cvs-quickdir): New function.
14751 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14752 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14753 (cvs-mode-find-file): Check that we are on a filename or dirname
14754 when invoked through a mouse-click.
14755 (cvs-full-path): Remove.
14756 (cvs-dired-action): Re-introduced.
14757 (cvs-dired-noselect): Use it.
14758 (vc-post-command-functions): use this new hook if available.
14759
14760 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14761 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14762 (cvs-filename-map, cvs-dirname-map): Remove.
14763 (cvs-default-action): Remove.
14764 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14765 if the arg is really a keymap.
14766 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14767 Don't hardcode the mapping from state (aka type) to face, but check
14768 the var cvs-fi-<type>-face instead.
14769 (cvs-fileinfo-from-entries): New function.
14770
14771 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14772 Docstring fix.
14773 (cvs-find-file-and-jump): Change default to be safer.
14774 (cvs-mode-diff-map): Define it as a function as well.
14775 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14776 Bind mouse-2 in this global map rather than with text-properties.
14777
14778 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14779 file to resolve the ambiguity between C(conflict) and C(need-merge).
14780
14781 2000-06-12 Kenichi Handa <handa@etl.go.jp>
14782
14783 * international/mule.el (set-buffer-file-coding-system): If
14784 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14785 unconditionally.
14786
14787 2000-06-12 Dave Love <fx@gnu.org>
14788
14789 * wid-edit.el (widget-specify-button): Really suppress the face if
14790 required.
14791
14792 2000-06-11 Gerd Moellmann <gerd@gnu.org>
14793
14794 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14795
14796 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14797
14798 * imenu.el (imenu-generic-expression): Docstring fix.
14799
14800 * composite.el (composition-function-table): Move the `put'
14801 below the autoload cookie so we can load the file before loaddefs.
14802
14803 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14804
14805 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14806 Handle easy-mmode-define-global-mode.
14807 For complex macros like define-minor-mode that can generate
14808 several autoload entries, try to autoload entries in the
14809 macroexpanded code.
14810
14811 * emacs-lisp/easy-mmode.el (define-minor-mode):
14812 If KEYMAP is a symbol, just use it.
14813 Use byte-compile-current-file and load-file-name to infer the
14814 proper :require to pass to defcustom.
14815 Wrap the hook var into `progn' so as not to autoload it.
14816 Add a :autoload-end cookie.
14817 Be more careful about the evaluation of KEYMAP.
14818 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14819 (define-derived-mode): Move define-abbrev-table outside of defvar.
14820
14821 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14822
14823 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14824 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14825 (backup-compiled-files): Ignore errors during `tar'.
14826 (bootstrap): Make autoloads before elc files.
14827
14828 2000-06-10 Kenichi Handa <handa@etl.go.jp>
14829
14830 * international/mule.el (set-buffer-file-coding-system): If one of
14831 undecided-XXX is specified, change only EOL conversion.
14832
14833 * international/mule-conf.el (unix): New alias for the coding
14834 system undecided-unix.
14835
14836 2000-06-09 Dave Love <fx@gnu.org>
14837
14838 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14839
14840 * progmodes/executable.el: Byte compile dynamic.
14841 (executable-insert): Change custom type.
14842 (executable-find): Add autoload cookie.
14843 (executable-make-buffer-file-executable-if-script-p): New
14844 function. After Noah Friedman.
14845
14846 * files.el (after-save-hook): Customize, with
14847 executable-make-buffer-file-executable-if-script-p as an option.
14848
14849 2000-06-09 Kenichi Handa <handa@etl.go.jp>
14850
14851 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14852 "tib24p-mule.bdf" for Tibetan.
14853
14854 * composite.el (decompose-composite-char): Declare it as obsolete.
14855
14856 * man.el (Man-fontify-manpage): Pay attention to underline and
14857 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14858
14859 2000-06-08 Gerd Moellmann <gerd@gnu.org>
14860
14861 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14862 Set maintainer to FSF since author isn't reachable.
14863
14864 2000-06-08 Dave Love <fx@gnu.org>
14865
14866 * international/mule-cmds.el (select-safe-coding-system): If
14867 DEFAULT-CODING-SYSTEM is not specified, also check the most
14868 preferred coding-system if buffer-file-coding-system is
14869 `undecided'. From Handa.
14870
14871 2000-06-08 Kenichi Handa <handa@etl.go.jp>
14872
14873 * international/mule.el
14874 (after-insert-file-set-buffer-file-coding-system): If the buffer
14875 size is greater than INSERTED, judget that we are not visiting.
14876
14877 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14878
14879 * whitespace.el (defgroup whitespace): Comment out `:version'.
14880 XEmacs 20.4 has problems defining the group with this present.
14881 We'll have this commented out till get resolve the problem.
14882
14883 2000-06-07 John Wiegley <johnw@gnu.org>
14884
14885 * align.el (align-dq-string-modes, align-sq-string-modes)
14886 (align-open-comment-modes): Add pyhton-mode.
14887 (align-rules-list): Use get-text-property instead of
14888 text-properties-at.
14889 (align-rules-list): Add python-assignment.
14890 (align-rules-list): Change perl-comma-delimiter to
14891 basic-comma-delimiter. Use if for Perl modes and python-mode.
14892 (align-rules-list): Add python-chain-logic and
14893 basic-line-continuation.
14894
14895 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14896
14897 * apropos.el (apropos-mode-hook): New user variable.
14898 (apropos-mode): Run apropos-mode-hook.
14899
14900 2000-06-07 David Ponce <david@dponce.com>
14901
14902 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14903 commands. Require `wid-edit' at run-time.
14904
14905 2000-06-07 David Ponce <david@dponce.com>
14906
14907 * recentf.el: Added some "Commentary".
14908 (recentf-open-more-files, recentf-edit-list): Minor changes to
14909 move the point at the top of the file list. This behaviour is
14910 consistent with the menu one when the list contains a lot of
14911 files.
14912 (recentf-cleanup): Now displays the number of items removed from
14913 the list.
14914 (recentf-relative-filter) New menu filter to show filenames
14915 relative to `default-directory'.
14916
14917 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14918
14919 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14920 with/without giving an error if PostScript printer doesn't have this
14921 kind of page size. Zebra Stripe continues or restarts on next page.
14922 Manual/automatic paper feeding. Switch or not the header.
14923 (ps-print-version): New version number (5.2.2).
14924 (ps-windows-system): Include emx as a Windows system.
14925 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14926 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14927 (ps-background-text): Code fix.
14928 (ps-error-handler-message, ps-user-defined-prologue)
14929 (ps-print-prologue-header, ps-printer-name)
14930 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14931 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14932 (ps-use-face-background): Customization fix.
14933 (ps-n-up-database): Data fix.
14934 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14935 (ps-switch-header): New vars.
14936 (ps-xemacs-color-name, ps-face-foreground-name)
14937 (ps-face-background-name, ps-boolean-constant): New funs.
14938
14939 2000-06-07 Dave Love <fx@gnu.org>
14940
14941 * allout.el: New version from Manheimer.
14942
14943 2000-06-07 Kenichi Handa <handa@etl.go.jp>
14944
14945 * textmodes/fill.el (fill-find-break-point): Check the validity of
14946 charset.
14947
14948 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14949
14950 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14951 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14952 Call display-color-p and display-mouse-p instead of looking at
14953 window-system.
14954
14955 2000-06-06 Dave Love <fx@gnu.org>
14956
14957 * image.el (find-image): Doc fix. Return nil if image not found.
14958 (put-image, insert-image): Make STRING arg optional.
14959
14960 2000-06-06 Kenichi Handa <handa@etl.go.jp>
14961
14962 * language/vietnamese.el: Remove eval-when-compile.
14963 (viet-viscii-nonascii-translation-table): Define it as a
14964 translation table made from viet-viscii-decode-table.
14965 (viet-viscii-encode-table): Define it as a translation table made
14966 from the reverse map of above.
14967 (viet-vscii-nonascii-translation-table): Define it as a
14968 translation table made from viet-vscii-decode-table.
14969 (viet-vscii-encode-table): Define it as a translation table made
14970 from the reverse map of above.
14971 (ccl-decode-viscii): Use translate-character.
14972 (ccl-encode-viscii, ccl-encode-viscii-font)
14973 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14974 Likewize.
14975
14976 * language/cyrillic.el: Remove eval-when-compile.
14977 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14978 translation table made from cyrillic-koi8-r-decode-table.
14979 (cyrillic-koi8-r-encode-table): Define it as a translation table
14980 made from the reverse map of above.
14981 (ccl-decode-koi8): Use translate-character.
14982 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14983 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14984 a translation table made from cyrillic-alternativnyj-decode-table.
14985 (cyrillic-alternativnyj-encode-table): Define it as a translation
14986 table made from the reverse map of above.
14987 (ccl-decode-alternativnyj): Use translate-character.
14988 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14989 Likewize
14990
14991 * international/mule-diag.el (non-iso-charset-alist): Specify
14992 translation table symbol instead of translation table itself.
14993 (list-block-of-chars): CHARSET may be a translation table symbol.
14994
14995 * international/mule.el (make-coding-system): If CODING-SYSTEM
14996 already exists, override it.
14997
14998 * international/fontset.el: Use family `proportional' for Tibetan
14999 fonts.
15000
15001 * international/ccl.el (ccl-compile-translate-character): Don't
15002 check if Rrr has property translation-table.
15003 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15004
15005 2000-06-05 Gerd Moellmann <gerd@gnu.org>
15006
15007 * info.el: Bind case-fold-search to t when searching in case
15008 a user sets it to nil in a hook.
15009
15010 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15011
15012 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15013 * hl-line.el (hl-line-mode): Use the new :global key argument.
15014
15015 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15016 (tar-clip-time-string): Prepend a space.
15017 (tar-grind-file-mode): Construct a string rather than modifying one.
15018 (tar-header-block-summarize): Fix docstring.
15019 Use `format' rather than an error-prone set of copy-loops.
15020
15021 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15022 (diff-goto-source, diff-unified->context, diff-context->unified)
15023 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15024 understand the format output by the `-p' argument to diff.
15025
15026 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15027 (sh-re-done): Use defconst.
15028 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15029 (sh-help-string-for-variable, sh-guess-basic-offset):
15030 Don't quote lambdas.
15031 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15032 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15033
15034 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15035 (mh-letter-mode): Derive from text-mode.
15036 This implicitly means that it now calls kill-all-local-variables.
15037 Also remove the Emacs-18 compatibility code.
15038
15039 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15040 Make use of symbol-property doc-string-elt.
15041 Use memq rather than a sequence of eq.
15042 (doc-string-elt): Fix the wrong or missing previously unused values.
15043 (autoload-print-form): New function extracted from
15044 generate-file-autoloads to allow recursion when handling progn
15045 so that defvar's and defun's docstrings are properly printed.
15046 (generate-file-autoloads): Use it.
15047
15048 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15049 Use find-file-hooks in the minor-mode function.
15050 Be careful not to loop indefinitely in the post-command-hook function.
15051
15052 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15053
15054 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15055 tty's.
15056 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15057 differences whenever appropriate.
15058 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15059 * viper.el (find-file, find-file-other-window): Get viper to do
15060 wildcards.
15061
15062 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15063
15064 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15065 (jit-lock-fontify-buffer): New function for JIT refontification.
15066 (jit-lock-mode): Fix docstring.
15067 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15068 Remove jit-lock-after-change from the _local_ hook.
15069 (jit-lock-function-1): Fix docstring.
15070
15071 * info.el (Info-on-current-buffer): Initialize info.
15072
15073 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15074
15075 * progmodes/tcl.el (tcl-indent-for-comment):
15076 Ignore comment-indent-hook.
15077
15078 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15079 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15080 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15081 and improve to use the lighter to guess the capitalization.
15082 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15083 Add keyword arguments to specify global-ness or the custom group.
15084 Add local-map and help-echo properties to the lighter.
15085 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15086 (easy-mmode-define-global-mode): New macro.
15087
15088 2000-06-02 Dave Love <fx@gnu.org>
15089
15090 * wid-edit.el: byte-compile-dynamic since we typically don't use
15091 all the widgets. Don't require cl or widget. Remove
15092 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15093 (widget-read-event): Removed. Callers changed to use read-event.
15094 (widget-button-release-event-p): Renamed from
15095 button-release-event-p.
15096 (widget-field-add-space, widget-field-use-before-change):
15097 Uncustomize.
15098 (widget-specify-field): Use keymap property, not local-map.
15099 (widget-specify-button): Obey :suppress-face.
15100 (widget-specify-insert): Use modern backquote syntax.
15101 (widget-image-directory): Renamed from widget-glyph-directory.
15102 (widget-image-enable): Renamed from widget-glyph-enable.
15103 (widget-image-find): Replaces widget-glyph-find.
15104 (widget-button-pressed-face): Move defvar.
15105 (widget-image-insert): Replaces widget-glyph-insert.
15106 (widget-convert): Use keywordp.
15107 (widget-leave-text, widget-children-value-delete): Use mapc.
15108 (widget-keymap): Remove XEmacs stuff.
15109 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15110 (widget-button-click): Don't set point at the click, but re-centre
15111 if we scroll out of window. Rewritten for images v. glyphs &c.
15112 (widget-tabable-at): Use POS arg, not point.
15113 (widget-beginning-of-line, widget-end-of-line)
15114 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15115 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15116 (widget-default-create): Use widget-image-insert; some rewriting.
15117 (widget-visibility-value-create)
15118 (widget-push-button-value-create, widget-toggle-value-create): Use
15119 widget-image-insert.
15120 (checkbox): Create on and off images dynamically.
15121 (documentation-link): Change :help-echo.
15122 (widget-documentation-link-echo-help): Remove.
15123
15124 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15125
15126 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15127
15128 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15129 (easy-mmode-define-toggle, define-minor-mode): Use it.
15130 (easy-mmode-define-keymap): Docstring fix.
15131 (define-derived-mode): Default PARENT to fundamental-mode.
15132 Add the derived-mode-parent symbol-property.
15133 (easy-mmode-derived-mode-p): New function.
15134
15135 2000-06-02 Dave Love <fx@gnu.org>
15136
15137 * files.el (convert-standard-filename): Doc fix.
15138 (normal-backup-enable-predicate): New function.
15139 (backup-enable-predicate): Use it to replace the lambda form.
15140
15141 * calendar/todo-mode.el: [This needs more work on the outline
15142 stuff.] Doc fixes.
15143 (todo) <defgroup>: Add :version.
15144 (todo-add-category): Don't use pushnew.
15145 (todo-cmd-raise): Fix typo.
15146 (todo-top-priorities): Change temp buffer name.
15147 (todo-category-alist): Avoid redundant lambda.
15148 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15149 Use outline-next-heading.
15150
15151 * autoarg.el: Rewritten to use define-minor-mode.
15152 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15153 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15154
15155 2000-06-02 Kenichi Handa <handa@etl.go.jp>
15156
15157 * isearch.el (isearch-other-meta-char): Fix previous change.
15158
15159 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15160
15161 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15162 (log-edit-done): Only add the comment to the ring if it's different
15163 from the last comment entered.
15164
15165 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15166
15167 2000-06-01 Dave Love <fx@gnu.org>
15168
15169 * hl-line.el: Rewritten using define-minor-mode.
15170
15171 * help.el (describe-function-1): Distinguish special form from
15172 builtin function. Sanity-check presence of arglist for builtins.
15173
15174 2000-06-01 Kenichi Handa <handa@etl.go.jp>
15175
15176 * international/characters.el: Fix syntax/category setting of
15177 Tibetan characters.
15178
15179 * language/tibet-util.el (tibetan-add-components): Fixes for new
15180 encoding of Tibetan characters.
15181 (tibetan-decompose-precomposition-alist): New variable.
15182 (tibetan-decompose-region): Convert precomposed characters to
15183 non-precomposed characters.
15184 (tibetan-decompose-string): Likewise.
15185 (tibetan-composition-function): Fix args to
15186 thibetan-compose-string.
15187
15188 * language/tibetan.el (tibetan-composable-pattern): More
15189 characters included.
15190 (tibetan-consonant-transcription-alist): Rule for "R" added.
15191 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15192 "+R" added.
15193 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15194
15195 * language/lao-util.el (lao-composition-function): Fix args to
15196 compose-string.
15197
15198 * language/thai-util.el (thai-composition-function): Fix args to
15199 compose-string.
15200
15201 * isearch.el (isearch-update): Set disable-point-adjustment to t
15202 to prevent the point moving to the end of a composition when a
15203 part of a composition is searched.
15204 (isearch-other-meta-char): If the key invoking this command can be
15205 mapped by function-key-map to a printing char, call
15206 isearch-process-search-char directly.
15207
15208 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15209
15210 * emacs-lisp/bytecomp.el:
15211 * frame.el:
15212 * international/mule-cmds.el:
15213 * international/mule-util.el:
15214 * international/mule.el:
15215 * mouse.el:
15216 * subr.el:
15217 * faces.el: Update calls to make-obsolete with a WHEN argument.
15218
15219 * byte-run.el (make-obsolete, make-obsolete-variable):
15220 Add an optional WHEN argument and change the format of the
15221 symbol-property information.
15222 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15223 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15224 new obsolete-symbol-property format and print WHEN if it is provided.
15225
15226 2000-05-31 Dave Love <fx@gnu.org>
15227
15228 * loadhist.el (loadhist-hook-functions): Remove
15229 before-change-function, after-change-function.
15230 (unload-feature): Deal with symbols which are both bound and
15231 fbound.
15232
15233 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15234 before-change-function, after-change-function.
15235
15236 * simple.el (newline): Don't bind before-change-function,
15237 after-change-function.
15238
15239 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15240
15241 * whitespace.el (whitespace-rescan-timer-time): Update interval
15242 set to 600 seconds (10 minutes) instead of 60 seconds since
15243 a large number of whitespace buffers causes emacs to `freeze'
15244 for a considerable amount of time.
15245
15246 * whitespace.el: Updated email address
15247
15248 2000-05-31 Dave Love <fx@gnu.org>
15249
15250 * add-log.el (change-log-font-lock-keywords) <function>: Add
15251 pattern for function of change.
15252 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15253 acknowledgements patterns.
15254
15255 2000-05-31 Kenichi Handa <handa@etl.go.jp>
15256
15257 * isearch.el (isearch-printing-char): If keyboard coding system is
15258 being used, call isearch-process-search-multibyte-characters.
15259
15260 * international/isearch-x.el: Mostly rewritten.
15261
15262 * international/quail.el (quail-start-conversion): Don't include
15263 unhandled events in the returned events, but set them in
15264 unread-command-events. Exit if all inputs are deleted.
15265
15266 2000-05-30 Jason Rumney <jasonr@gnu.org>
15267
15268 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15269
15270 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15271 Reenable code to create initial fontsets.
15272 Use set-fontset-font in place of put-charset-property.
15273
15274 2000-05-30 Gerd Moellmann <gerd@gnu.org>
15275
15276 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15277 label, ensure that the first colon isn't followed by another.
15278
15279 * paths.el (Info-default-directory-list): Doc fix.
15280
15281 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15282 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15283 send a query containing USER only, not USER@HOST.
15284
15285 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15286 and rmail-msgend to compute the restriction at the end, instead of
15287 computing it.
15288
15289 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15290
15291 * dabbrev.el (dabbrev-expand): Don't display messages in the
15292 echo area if the minibuffer window is active.
15293
15294 * jit-lock.el (jit-lock-mode): Add after change function to
15295 local hook.
15296
15297 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15298
15299 * antlr-mode.el: New commands: hide/unhide actions,
15300 upcase/downcase literals.
15301 (antlr-tiny-action-length): New user option.
15302 (antlr-hide-actions): New command. Suggested by
15303 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15304 (antlr-mode-map): New binding [C-c C-v].
15305 (antlr-mode-menu): New entries.
15306 (antlr-downcase-literals): New command.
15307 (antlr-upcase-literals): Ditto.
15308
15309 * antlr-mode.el: Minor changes: indendation, mode-name.
15310 (antlr-indent-line): Indent cpp directive at column 0.
15311 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15312
15313 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15314 (antlr-font-lock-additional-keywords): Workaround for intentional
15315 bug in XEmacs version of font-lock.
15316 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15317 be used by a smarter version of `buffers-menu-grouping-function'.
15318
15319 2000-05-29 Gerd Moellmann <gerd@gnu.org>
15320
15321 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15322 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15323
15324 2000-05-29 Kenichi Handa <handa@etl.go.jp>
15325
15326 * international/encoded-kb.el
15327 (encoded-kbd-iso2022-designation-map): Pay attention to that
15328 charset-iso-final-char return -1 for eight-bit-control and
15329 eight-bit-graphic.
15330
15331 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15332
15333 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15334 (speedbar-easymenu-definition-base): Use display-graphic-p where
15335 available, instead of window-system.
15336
15337 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15338
15339 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15340 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15341 coding systems.
15342
15343 2000-05-26 Dave Love <fx@gnu.org>
15344
15345 * disp-table.el (standard-display-underline): Don't use
15346 internal-find-face.
15347
15348 * mail/reporter.el: Maintainer change. Doc fixes.
15349 (reporter-version): Deleted.
15350
15351 * emacs-lisp/elp.el: Maintainer change.
15352 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15353
15354 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15355
15356 * add-log.el (add-change-log-entry): Merge the current entry with the
15357 previous one if the previous one is empty.
15358
15359 2000-05-26 Dave Love <fx@gnu.org>
15360
15361 * loadhist.el (unload-feature): Fix interactive spec [from
15362 lijnzaad@ebi.ac.uk].
15363
15364 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15365 subr-arity to check primitives.
15366 (byte-compile-flush-pending, byte-compile-file-form-progn)
15367 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15368 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15369 mapcar.
15370
15371 2000-05-26 Kenichi Handa <handa@etl.go.jp>
15372
15373 * international/fontset.el: Set family names of non-latin charsets
15374 in default fontset to "*".
15375
15376 * international/mule-diag.el (print-fontset): Combine family part
15377 and registry part of the fontname by "-*-" instead of "-".
15378
15379 * international/mule-cmds.el (encode-coding-char): Make strings
15380 multibyte before calling encode-coding-string.
15381
15382 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15383
15384 * derived.el: Fix keywords.
15385 (define-derived-mode): Only define if needed.
15386
15387 * simple.el (fill-comment, comment-column, comment-start)
15388 (comment-start-skip, comment-end, comment-indent-function)
15389 (block-comment-start, block-comment-end, indent-for-comment)
15390 (set-comment-column, kill-comment, comment-padding, comment-region)
15391 (comment-multi-line, indent-new-comment-line): Remove.
15392
15393 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15394 function names for comment operations.
15395
15396 * newcomment.el: Add abundant autoload cookies.
15397 (comment-style): Don't depend on runtime data at compile-time.
15398 (comment-indent-hook): Remove.
15399 (comment-indent): Check if comment-indent-hook is bound.
15400 (comment-region): Docstring fix.
15401
15402 2000-05-25 Dave Love <fx@gnu.org>
15403
15404 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15405 byte-code-function-p.
15406
15407 * mail/rmailsum.el: Add provide.
15408
15409 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15410
15411 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15412 defcustom.
15413
15414 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15415
15416 * ediff-diff.el (ediff-exec-process): delete --binary option from
15417 non-buffer ediff jobs.
15418
15419 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15420
15421 * hilit-chg.el (highlight-changes-mode): Ask about color or
15422 grayscale support, not about window-system.
15423
15424 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15425 window-system.
15426 (ffap-highlight): Always default to t.
15427
15428 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15429 display-popup-menus-p instead of looking at window-system.
15430
15431 * disp-table.el (standard-display-g1, standard-display-graphic):
15432 Only refuse to use string glyphs on X and MS-Windows.
15433
15434 * avoid.el: Remove window-system from commentary, suggest to use
15435 display-*-p instead.
15436
15437 * apropos.el (apropos-print): Use display-mouse-p instead of
15438 window-system.
15439
15440 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15441
15442 * international/codepage.el (cp-decoding-vector-for-codepage):
15443 Fill up unsupported characters with their own codes. From Kenichi
15444 Handa.
15445
15446 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15447
15448 * international/mule-diag.el (describe-char-after): Use
15449 display-graphic-p instead of window-system, so that this function
15450 works on MS-DOS.
15451
15452 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15453
15454 * international/codepage.el (cp-make-coding-systems-for-codepage):
15455 Remove the eight-bit-graphic and eight-bit-control charsets from
15456 the list of charsets which we convert into `?'.
15457
15458 2000-05-25 Kenichi Handa <handa@etl.go.jp>
15459
15460 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15461 private charsets.
15462 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15463 japanese-jisx0213-2): New charsets.
15464
15465 * international/fontset.el: Setup default fontset for new charsets.
15466
15467 2000-05-24 Dave Love <fx@gnu.org>
15468
15469 * info.el (Info-find-node-2): Restructure [following "Vadim
15470 S. Solomin" <sovs@uic.nnov.ru>].
15471
15472 * icomplete.el: Fix header for Finder.
15473
15474 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15475
15476 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15477 STAY.
15478
15479 * rmail.el (rmail-automatic-folder-directives): New user variable.
15480 (rmail-show-message): Add call to `rmail-auto-file' during
15481 display.
15482 (rmail-auto-file): New function.
15483
15484 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15485
15486 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15487 account.
15488 (ediff-test-utility,ediff-diff-mandatory-option)
15489 (ediff-reset-diff-options): Utilities for proper initialization of
15490 ediff-diff-options and ediff-diff3-options on Windows.
15491
15492 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15493 variable.
15494
15495 * ediff-mult.el (ediff-filegroup-action): Use
15496 ediff-merge-filename-prefix.
15497
15498 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15499
15500 * viper-ex.el (ex-write): Set selective display to nil.
15501
15502 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15503
15504 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15505 aliases for hebrew-iso-8bit.
15506
15507 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15508
15509 * woman.el: New version from Francis J. Wright
15510 <F.J.Wright@Maths.QMW.ac.uk>.
15511 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15512 names in environment variables regardless of the path separator.
15513 (woman-topic-all-completions-1): Don't call file-name-directory-p
15514 on all files, since woman-file-regexp already filters out any
15515 directories.
15516
15517 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15518
15519 * international/quail.el (quail-start-translation): Don't change
15520 modified-p of the current buffer.
15521 (quail-start-conversion): Likewise.
15522
15523 * international/kkc.el (kkc-region): Don't change modified-p of
15524 the current buffer.
15525
15526 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15527 conform to RFC1468.
15528 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15529
15530 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15531
15532 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15533 (speedbar-insert-button): Invisible text property fix.
15534 (speedbar-directory-plus): Renamed from speedbar-directory-+
15535 (speedbar-directory-minus): Renamed from speedbar-directory--
15536 (speedbar-page-plus): Renamed from speedbar-file-+
15537 (speedbar-page-minus): Renamed from speedbar-file--
15538 (speedbar-page): Renamed from speedbar-file-
15539 (speedbar-tag): Renamed from speedbar-tag-
15540 (speedbar-tag-plus): Renamed from speedbar-tag-+
15541 (speedbar-tag-minus): Renamed from speedbar-tag--
15542 (speedbar-expand-image-button-alist): Use above renames.
15543
15544 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15545 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15546 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15547 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15548 * sb-pg.xpm: Renamed from sb-file.xpm
15549 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15550 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15551
15552 2000-05-24 Kenichi Handa <handa@etl.go.jp>
15553
15554 * international/quail.el (quail-show-guidance-buf): Set
15555 current-input-method of the guidance buffer to the name of the
15556 curren input method.
15557
15558 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15559
15560 * progmodes/compile.el (compile-internal): Style typo.
15561
15562 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15563 quote vars and functions in the docstring.
15564
15565 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15566
15567 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15568 Don't quote lambdas.
15569
15570 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15571
15572 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15573
15574 * startup.el (command-line): Determine source file of compiled
15575 user init file differently. Warn if compiled user init file
15576 is older than its source file.
15577
15578 * ffap.el (ffap-url-regexp): Add `https'.
15579
15580 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15581
15582 * files.el (make-backup-file-name-1): Replace slashes with `!'
15583 rather than `|' (which is not allowed on Windows). Replace the
15584 drive letters with a string "drive_X".
15585
15586 2000-05-23 Gerd Moellmann <gerd@gnu.org>
15587
15588 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15589
15590 * files.el (interpreter-mode-alist): Add `bash2'.
15591
15592 2000-05-22 Dave Love <fx@gnu.org>
15593
15594 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15595 mapc.
15596 (feature-file): Avoid calling symbol-name. Doc fix.
15597 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15598 (loadhist-hook-functions): Add mouse-position-function.
15599 (unload-feature): Change uses of mapcar.
15600
15601 * files.el (parse-colon-path): Doc fix.
15602 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15603 (set-auto-mode): Use mapc.
15604
15605 * complete.el (PC-look-for-include-file): Use :alnum: character
15606 class.
15607 (partial-completion-mode): Add autoload cookie.
15608
15609 2000-05-22 Sam Steingold <sds@gnu.org>
15610
15611 * info.el (Info-fontify-node): Fixed the call to
15612 `add-text-properties' (bug introduced on 2000-05-18).
15613
15614 2000-05-22 Dave Love <fx@gnu.org>
15615
15616 * bindings.el: Remove debug-ignored-errors set in other files.
15617
15618 * progmodes/etags.el: Add to debug-ignored-errors.
15619 (visit-tags-table-buffer): Clear out buffers holding old tables
15620 when making a new list.
15621 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15622 mapc.
15623
15624 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15625 quote keywords.
15626 (cmpl-string-case-type): Use character classes.
15627
15628 * comint.el:
15629 * textmodes/ispell.el:
15630 * imenu.el:
15631 * mail/mh-e.el:
15632 * progmodes/compile.el: Add to debug-ignored-errors.
15633
15634 * dabbrev.el: Add to debug-ignored-errors.
15635 (dabbrev-completion): Use mapc.
15636
15637 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15638
15639 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15640 (woman-mapcan, woman-parse-man.conf)
15641 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15642 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15643 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15644 path syntax better.
15645 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15646 (woman-manpath): Call woman-parse-man.conf.
15647 (woman-emulation): New defcustom, defaults to nroff.
15648 (woman-font-support): New defconst.
15649 (woman-use-symbol-font): New defcustom.
15650 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15651 "Emulation".
15652 Many functions: Doc fix.
15653
15654 2000-05-22 Kenichi Handa <handa@etl.go.jp>
15655
15656 * international/quail.el (quail-simple-translation-keymap): Map
15657 128..255 to quail-self-insert-command.
15658 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15659
15660 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15661
15662 * help.el (help-manyarg-func-alist): Typo.
15663
15664 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15665 intervals which makes it heaps simpler.
15666
15667 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15668 the nested comment markers.
15669
15670 * subr.el (remove-hook): Don't turn the hook's value into a list.
15671
15672 2000-05-21 Dave Love <fx@gnu.org>
15673
15674 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15675 are invalid characters.
15676
15677 * international/mule-util.el (detect-coding-with-priority): Use
15678 mapc. Remove redundant lambda.
15679
15680 * international/mule-diag.el (list-non-iso-charset-chars)
15681 (describe-fontset): Remove redundant lambda.
15682
15683 * emulation/crisp.el (brief-mode): New alias.
15684
15685 * emacs-lisp/ring.el (ring-elements): New function.
15686
15687 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15688 (easy-menu-do-add-item): Use keywordp.
15689
15690 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15691
15692 * replace.el: Doc and error message fixes.
15693 (replace-highlight): Use facep, not internal-find-face.
15694
15695 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15696
15697 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15698
15699 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15700 (log-edit-insert-changelog): Drop `:' as well.
15701
15702 * log-view.el: Fix file description.
15703 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15704 available.
15705 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15706 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15707
15708 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15709 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15710 Print a status message if the toggle is called interactively.
15711 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15712 for global minor modes and use `defcustom' for them.
15713 Use add-minor-mode.
15714 (easy-mmode-define-derived-mode): Remove.
15715 (define-derived-mode): Fancier default docstring.
15716 (easy-mmode-define-navigation): Signal an error rather than (ding).
15717
15718 * newcomment.el (comment-styles): New `box-multi'.
15719 (comment-normalize-vars): Better default for comment-continue to
15720 avoid whitespace-only continuations.
15721 (comment-search-forward): Always move even in the no-syntax case.
15722 (comment-padright): Only obey N if it's only obeyed for padleft.
15723 (comment-make-extra-lines): Better handling of empty continuations.
15724 Use `=' for the filler if comment-start has only one character.
15725 (uncomment-region): Try handling the special `=' filler.
15726 (comment-region): Allow LINES even if MULTI is nil.
15727 (comment-box): Choose box style based on comment-style.
15728
15729 2000-05-20 Kenichi Handa <handa@etl.go.jp>
15730
15731 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15732 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15733
15734 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
15735
15736 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15737 and insert, not subst-char-in-region.
15738
15739 * international/mule-diag.el (list-character-sets-1): Handle
15740 charsets eight-bit-control and eight-bit-graphic.
15741 (list-iso-charset-chars): Likewise.
15742 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15743 charactes as is. Use indent-to to align characters.
15744
15745 * international/mule-cmds.el (find-multibyte-characters): Never
15746 exclude charsets eight-bit-control and eight-bit-graphic.
15747
15748 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15749
15750 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15751 Don't quote lambdas.
15752
15753 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15754
15755 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15756
15757 * gud.el (gud-jdb-directories): Doc fix.
15758
15759 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15760
15761 * newcomment.el: New file.
15762
15763 2000-05-19 Gerd Moellmann <gerd@gnu.org>
15764
15765 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15766
15767 2000-05-18 Andreas Schwab <schwab@suse.de>
15768
15769 * dired.el (dired-between-files): Also skip lines beginning with
15770 `used'.
15771
15772 2000-05-18 Gerd Moellmann <gerd@gnu.org>
15773
15774 * msb.el (msb-menu-cond): Add choice `user'.
15775
15776 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15777
15778 * ps-print.el: Compatibility, customization and doc fix.
15779 (ps-printer-name-option): Replace defconst by defvar.
15780 (ps-postscript-code-directory): XEmacs compatibility.
15781 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15782 fix.
15783 (ps-user-defined-prologue, ps-print-prologue-header)
15784 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15785 compatibility and code fix.
15786 (ps-print-background-image, ps-print-background-text):
15787 Customization fix.
15788 (ps-line-number-start, ps-n-up-on): New vars.
15789
15790 2000-05-18 Espen Skoglund <esk@ira.uka.de>
15791
15792 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15793 the indent-comment function to just return the appropriate indent.
15794
15795 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15796
15797 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15798 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15799 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15800
15801 2000-05-18 Dave Love <fx@gnu.org>
15802
15803 * info.el (Info-fontify-node): Add intangible property as well as
15804 invisible.
15805
15806 * calendar/appt.el (appt-make-list): Match all lines of entry.
15807 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15808
15809 2000-05-18 Kenichi Handa <handa@etl.go.jp>
15810
15811 * international/mule-diag.el (describe-char-after): Call
15812 internal-char-font, not char-font. If internal-char-font returns
15813 nil, display "-- none --".
15814
15815 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15816
15817 * image.el (image-type-available-p): Don't reference image-types
15818 if it isn't bound.
15819
15820 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15821
15822 * autoarg.el (autoarg-mode): Typo in the :set argument.
15823
15824 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15825
15826 * startup.el (command-line-1): Don't signal an error if the
15827 directory for auto-save-list files does not yet exist.
15828
15829 2000-05-17 Kenichi Handa <handa@etl.go.jp>
15830
15831 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15832
15833 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15834
15835 * subr.el (remove-hook): `setq' hook-value, not `set'.
15836
15837 2000-05-16 Sam Steingold <sds@gnu.org>
15838
15839 * info.el (debug-ignored-errors): More errors to ignore.
15840
15841 2000-05-16 Dave Love <fx@gnu.org>
15842
15843 * cus-edit.el: Don't require cl or easymenu.
15844 (custom-variable-prompt): Test standard-value property, not
15845 user-variable-p.
15846
15847 2000-05-16 Sam Steingold <sds@gnu.org>
15848
15849 * subr.el (add-hook): `setq' hook-value, not `set'.
15850
15851 2000-05-16 Gerd Moellmann <gerd@gnu.org>
15852
15853 * startup.el (command-line-1): Mention the FAQ in the startup
15854 message.
15855
15856 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15857
15858 * progmodes/compile.el (compilation-parse-errors): Collect
15859 `nomessage' regexps last.
15860
15861 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15862
15863 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15864 to the function name.
15865
15866 2000-05-15 Dave Love <fx@gnu.org>
15867
15868 * speedbar.el (speedbar-recenter): Typo.
15869 (speedbar-expand-line): Make arg optional.
15870 (speedbar-mode): Avoid a compiler warning.
15871
15872 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15873
15874 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15875 user-specified option string is empty.
15876
15877 * mouse.el (mouse-yank-at-click): Doc fix.
15878
15879 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15880
15881 * term/internal.el (IT-character-translations): More updates of
15882 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15883 documents.
15884
15885 2000-05-15 Gerd Moellmann <gerd@gnu.org>
15886
15887 * env.el (getenv): New function, interactively callable.
15888 (setenv, getenv): Remove autoload cookies.
15889
15890 * loadup.el: Load `env'.
15891
15892 * progmodes/f90.el: Change author's mail address.
15893
15894 2000-05-14 Dave Love <fx@gnu.org>
15895
15896 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15897 goto-addr as an option.
15898
15899 * help.el (help-xref-stack): Doc fix.
15900 (help-xref-following): New variable.
15901 (help-make-xrefs): Use it.
15902 (help-xref-go-back): Use position information from stack element.
15903 (help-follow): Make position in stack element a pair. Use
15904 help-xref-following.
15905
15906 * autoarg.el: New file.
15907
15908 * faces.el: Declare more functions obsolete.
15909
15910 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15911 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15912 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15913 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15914 Remove all the setup-...-environment functions.
15915
15916 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15917
15918 * speedbar.el: Updated the commentary section. xemacs20p now uses
15919 >= when detecting. Require `defimage' safely.
15920 (speedbar-easymenu-definition-base): Add toggle for images.
15921 (speedbar-easymenu-definition-special): Add flush cache & expand.
15922 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15923 (speedbar-reconfigure-keymaps-hook): New variable.
15924 (speedbar-frame-parameters): Updated documentation.
15925 (speedbar-use-imenu-flag): Updated custom tag
15926 (speedbar-dynamic-tags-function-list): New variable.
15927 (speedbar-tag-hierarchy-method): Updated doc & custom.
15928 (speedbar-indentation-width, speedbar-indentation-width) New
15929 variables.
15930 (speedbar-hide-button-brackets-flag): Customizable.
15931 (speedbar-vc-indicator): Doc update.
15932 (speedbar-ignored-path-expressions): Updated default value.
15933 (speedbar-supported-extension-expressions): Updated default value.
15934 (speedbar-syntax-table): Remove {} paren status.
15935 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15936 as "+". Added overlay aliases.
15937 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15938 `force-mode-line-update'.
15939 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15940 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15941 `mouse-set-point'
15942 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15943 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15944 of arbitrary text, and new helper functions.
15945 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15946 filename finder.
15947 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15948 (speedbar-directory-buttons): Update path search/expansion.
15949 (speedbar-make-tag-line): Pay attention to
15950 `speedbar-indentation-width'. Use more care w/ invisible
15951 properties.
15952 (speedbar-change-expand-button-char): Call
15953 `speedbar-insert-image-button-maybe'.
15954 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15955 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15956 (speedbar-trim-words-tag-hierarchy)
15957 (speedbar-simple-group-tag-hierarchy): New functions
15958 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15959 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15960 functions.
15961 (speedbar-mouse-set-point): New function
15962 (speedbar-power-click): Updated documentation.
15963 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15964 of tag prefix text.
15965 (speedbar-expand-line, speedbar-contract-line): Make more robust
15966 to strange text.
15967 (speedbar-expand-line): Takes universal argument to flush the
15968 cache.
15969 (speedbar-flush-expand-line): New function.
15970 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15971 Use new generator insertion method.
15972 (speedbar-fetch-dynamic-tags): New function.
15973 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15974 `speedbar-fetch-dynamic-imenu'.
15975 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15976 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15977 "Revert Buffer" menu items.
15978 (speedbar-buffer-buttons-engine): Be smarter when creating a
15979 filename tag (for expansion purposes.).
15980 (speedbar-highlight-one-tag-line,
15981 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15982 (speedbar-recenter): New functions.
15983 (defimage-speedbar): Image loading abstraction.
15984 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15985 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15986 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15987 (speedbar-tag-type, speedbar-tag-mail): New images.
15988 (speedbar-expand-image-button-alist): New variable.
15989 (speedbar-insert-image-button-maybe): Insert an image over some
15990 buttons.
15991
15992 2000-05-13 Kenichi Handa <handa@etl.go.jp>
15993
15994 * international/mule-cmds.el (encode-coding-char): An ASCII
15995 character is always encodable.
15996
15997 * international/mule-conf.el: Add more information in descriptions
15998 of character sets.
15999
16000 * international/mule-diag.el (describe-char-after): New function.
16001 (describe-font-internal): Adjusted for the change of font-info.
16002 (describe-font): Likewise.
16003 (print-fontset): Rewritten for the new fontset implementation.
16004 (describe-fontset): Include fontset alias names in completion.
16005 (list-fontsets): Adjusted for the change of print-fontset.
16006
16007 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16008 describe-char-after instead of displaying the detail in the echo
16009 area.
16010 (syntax-code-table): Format changed.
16011 (string-to-syntax): Adjusted for the above change.
16012
16013 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16014
16015 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16016
16017 2000-05-12 Dave Love <fx@gnu.org>
16018
16019 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16020 dependence. Use line-{beginning,end}-position, not
16021 point-at{b,e}ol. Some doc fixes.
16022 (todo-position): New function. Fix callers of position to use it.
16023 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16024
16025 2000-05-12 Gerd Moellmann <gerd@gnu.org>
16026
16027 * time.el (display-time-mail-icon): Use `:ascent center'.
16028
16029 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16030 handling FTP security extensions.
16031
16032 2000-05-11 Dave Love <fx@gnu.org>
16033
16034 * calendar/todo-mode.el: New file.
16035
16036 2000-05-11 Gerd Moellmann <gerd@gnu.org>
16037
16038 * comint.el (comint-read-input-ring): Move reference to
16039 comint-input-ring-size outside of the save-excursion. It was
16040 causing the default value to be the only one ever seen.
16041
16042 * font-lock.el: Update copyright. Remove Simon Marshall's email
16043 address on request from him.
16044
16045 * subr.el (substitute-key-definition): Add comment describing
16046 the meaning of PREFIX.
16047
16048 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16049
16050 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16051
16052 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16053 (add-minor-mode): Don't make the variable buffer-local and add a
16054 reference to define-minor-mode in the docstring.
16055
16056 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16057 HEADER/FOOTER and fix bug with trailing empty directory.
16058 (cvs-append-to-ignore): Use vc-editable-p if available.
16059 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16060 (vc-do-command): Tweak advice to handle the new VC.
16061
16062 * log-view.el (log-view-goto-rev): New function for the new VC.
16063 (log-view-minor-wrap): Use mark-active.
16064
16065 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16066 (log-edit-changelog-full-paragraphs): New var.
16067 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16068 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16069 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16070 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16071 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16072 Replace the `cvs' prefix with `log-edit'.
16073
16074 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16075
16076 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16077 (diff-font-lock-defaults): Explicitly turn off multiline.
16078 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16079 (diff-ediff-patch): Fix call to ediff-patch-file.
16080 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16081 Handle comments.
16082
16083 * frame.el (automatic-hscrolling): Typo.
16084
16085 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16086
16087 2000-05-09 Sam Steingold <sds@goems.com>
16088
16089 * apropos.el (apropos-print): use `describe-face' instead of
16090 `customize-face-other-window'.
16091
16092 2000-05-09 Dave Love <fx@gnu.org>
16093
16094 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16095
16096 * help.el (describe-variable): Have customize button pop the
16097 help-xref stack when invoked.
16098 (help-xref-symbol-regexp): Add `face'.
16099 (help-make-xrefs): Check for quoted face names and adapt regexp
16100 submatch numbers to cope.
16101 (help-xref-interned): Maybe insert face doc too. Separate
16102 sections with a line of hyphens.
16103
16104 * faces.el: Some doc fixes. Declare some functions obsolete.
16105 (describe-face): Add customize button. Return the help
16106 text. Fix prompt.
16107
16108 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16109
16110 * term/internal.el (IT-character-translations): Fix last change.
16111
16112 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16113
16114 * woman.el: New file
16115 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16116
16117 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16118
16119 * term/internal.el (IT-character-translations): Update ASCII
16120 simulations for greek-iso8859-7, add latin-iso8859-14 and
16121 latin-iso8859-15.
16122
16123 * international/mule-cmds.el (set-language-info-alist): Call
16124 define-prefix-command with 3 arguments, to make the map suitable
16125 for a menu.
16126
16127 2000-05-07 Dave Love <fx@gnu.org>
16128
16129 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16130
16131 2000-05-05 Dave Love <fx@gnu.org>
16132
16133 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16134 list in doc string. Don't quote keyword symbols.
16135 * emacs-lisp/cl.el: Likewise
16136 * emacs-lisp/cl-seq.el: Likewise
16137
16138 2000-05-05 Gerd Moellmann <gerd@gnu.org>
16139
16140 * abbrev.el (abbrev-mode): Make ARG optional.
16141
16142 2000-05-04 Gerd Moellmann <gerd@gnu.org>
16143
16144 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16145
16146 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16147
16148 * subr.el (substitute-key-definition): Clarify documentation.
16149
16150 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
16151
16152 * glasses.el (glasses-convert-to-unreadable): Use
16153 `glasses-separator' instead of the hard-wired "_".
16154 (glasses-mode): Call `glasses-make-unreadable' only in a single
16155 place.
16156
16157 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16158
16159 * term/internal.el (cjk-codepages-alist): Add associations for
16160 Chinese and Korean codepages. Remove FIXME comment.
16161
16162 2000-05-03 Dave Love <fx@gnu.org>
16163
16164 * time.el (display-time-mail-face, display-time-use-mail-icon):
16165 New option.
16166 (display-time-mail-icon): New variable.
16167 (display-time-string-forms): Use the above. Fix the local-map.
16168
16169 2000-05-03 Gerd Moellmann <gerd@gnu.org>
16170
16171 * replace.el (query-replace-map): Add binding for `E'.
16172 (query-replace-help): Extend help text.
16173 (perform-replace): Allow editing the replacement string.
16174
16175 * make-mode.el (makefile-mode-abbrev-table): New variable.
16176 (makefile-mode): Set local abbrev table to
16177 makefile-mode-abbrev-table.
16178 (makefile-font-lock-keywords): Fontify includes and conditionals.
16179
16180 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16181 set TOGGLE's value.
16182
16183 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16184 mail-interactive-insert-alias.
16185 (mail-abbrev-complete-alias): New command.
16186 (mail-mode-map): Bind it to `M-TAB'.
16187
16188 2000-05-03 Kenichi Handa <handa@etl.go.jp>
16189
16190 * language/lao-util.el (lao-compose-region): New function.
16191
16192 2000-05-02 Gerd Moellmann <gerd@gnu.org>
16193
16194 * files.el (recover-session): Make directories as necessary
16195 if they don't exist yet.
16196
16197 * calendar/cal-french.el
16198 (french-calendar-multibyte-special-days-array)
16199 (french-calendar-special-days-array): Change French text.
16200 (calendar-french-date-string): Change output.
16201 (calendar-goto-french-date): Likewise.
16202
16203 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16204
16205 * wid-edit.el (widget-default-active): Obey `:always-active'.
16206 (widget-documentation-string-value-create): Set `:always-active'.
16207
16208 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16209
16210 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16211 default prefix to `~/_emacs.d/auto-save.list/_s'.
16212 (normal-top-level): Create the directory for auto-save files, if
16213 it doesn't already exist (in the ms-dos case only).
16214
16215 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16216
16217 * international/mule-cmds.el (set-language-environment): Don't
16218 concat an integer (dos-codepage), use format instead.
16219
16220 2000-05-02 Dave Love <fx@gnu.org>
16221
16222 * help.el (help-xref-on-pp): Check for constant symbols.
16223
16224 2000-04-29 Gerd Moellmann <gerd@gnu.org>
16225
16226 * startup.el (normal-top-level): Put a condition-case around
16227 the code loading subdirs.el.
16228
16229 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16230
16231 * ps-print.el: Upside-down and face background color printing,
16232 line number step, doc fix.
16233 (ps-print-version): New version number (5.2).
16234 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16235 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16236 (ps-spool-config): Var fix.
16237 (ps-printer-name-option): Const fix.
16238 (ps-print-upside-down, ps-use-face-background)
16239 (ps-line-number-step): New vars.
16240 (ps-window-system, ps-lp-system): New consts.
16241 (ps-face-background): New fun.
16242
16243 2000-04-28 Richard Stallman <rms@gnu.org>
16244
16245 * files.el (make-auto-save-file-name):
16246 Apply auto-save-file-name-transforms to visited file name
16247 before generating auto save file name.
16248 (auto-save-file-name-transforms): New variable.
16249
16250 * files.el (backup-enable-predicate):
16251 Correctly test for a file under a temporary directory.
16252
16253 2000-04-28 Gerd Moellmann <gerd@gnu.org>
16254
16255 * subr.el (add-minor-mode): Rewritten.
16256
16257 2000-04-28 Kenichi Handa <handa@etl.go.jp>
16258
16259 * mail/sendmail.el (sendmail-send-it): Set
16260 buffer-file-coding-system to the selected coding system for MIME
16261 header.
16262
16263 2000-04-27 Gerd Moellmann <gerd@gnu.org>
16264
16265 * dired.el (dired-move-to-filename-regexp): Allow format where
16266 YYYY is followed by two spaces.
16267
16268 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16269 in the second character class of the regexp.
16270
16271 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16272 mh-etc, too.
16273
16274 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16275 nil.
16276
16277 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16278
16279 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16280 argument.
16281
16282 2000-04-27 Sen Nagata <sen@eccosys.com>
16283
16284 * emacs-lisp/crm.el (crm-completion-table): New variable.
16285 (crm-collection-fn, crm-test-completion)
16286 (completing-read-multiple): Use it.
16287
16288 2000-04-27 Dave Love <fx@gnu.org>
16289
16290 * help.el (locate-library): Use mapc.
16291 (help-manyarg-func-alist): Add call-process-region.
16292
16293 2000-04-26 Gerd Moellmann <gerd@gnu.org>
16294
16295 * subr.el (add-minor-mode): Make argument MAP optional.
16296
16297 * desktop.el (desktop-save): Save list of minor modes.
16298 (desktop-create-buffer): Restore minor modes.
16299 (desktop-minor-mode-table): New user-option.
16300
16301 * subr.el (add-minor-mode): New function.
16302
16303 * image.el (find-image): New function.
16304 (defimage): Rewritten to find image at load time.
16305
16306 * startup.el (normal-top-level-add-to-load-path): Handle
16307 case that the default directory is not in load-path.
16308
16309 * help.el: Old patch from Stefan Monnier.
16310 (help-xref-on-pp): New function.
16311 (describe-variable): Use it to display xrefs in a symbol's value.
16312
16313 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16314
16315 * cus-edit.el (custom-face): Fix parenthesis.
16316
16317 2000-04-26 Kenichi Handa <handa@etl.go.jp>
16318
16319 * mail/rmail.el (rmail-expunge): When there are no deleted
16320 messages, do nothing.
16321
16322 2000-04-26 Dave Love <fx@gnu.org>
16323
16324 * international/mule-cmds.el (locale-translation-file-name):
16325 Defvar to nil.
16326 (set-locale-environment): Set it here (at runtime).
16327
16328 2000-04-25 Gerd Moellmann <gerd@gnu.org>
16329
16330 * replace.el (perform-replace): Add parameters START and END. Use
16331 them instead of the check for a region in Transient Mark mode.
16332 (query-replace-read-args): Return two more list elements for the
16333 start and end of the region in Transient Mark mode.
16334 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16335 (map-query-replace-regexp, replace-string, replace-regexp): Add
16336 optional last arguments START and END and pass them to
16337 perform-replace.
16338
16339 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16340 form with additional arguments for perform-replace.
16341
16342 * progmodes/etags.el (tags-query-replace): Add parameters START
16343 and END. Construct a form with additional arguments for
16344 perform-replace.
16345
16346 * simple.el (shell-command): Set default directory for "*Shell
16347 Command Output" buffer.
16348
16349 * language/european.el (iso-latin-4): Fix typo.
16350
16351 * emacs-lisp/crm.el: New file.
16352
16353 2000-04-24 Dave Love <fx@gnu.org>
16354
16355 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16356 (Custom-reset-saved, Custom-reset-standard)
16357 (custom-group-value-create, custom-group-set, custom-group-save)
16358 (custom-group-reset-current, custom-group-reset-saved)
16359 (custom-group-reset-standard): Use mapc.
16360 (custom-buffer-create-internal): Disable undo when creating items.
16361 Use mapc.
16362 (custom-face): Avoid redundant lambda.
16363
16364 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16365
16366 * startup.el (auto-save-list-file-prefix): Set default to
16367 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16368
16369 2000-04-24 Sam Steingold <sds@gnu.org>
16370
16371 * time-stamp.el (time-stamp-string-preprocess): Always convert
16372 `field-result' to a string.
16373
16374 2000-04-24 Gerd Moellmann <gerd@gnu.org>
16375
16376 * frame.el (scrolling): New group.
16377 (automatic-hscrolling): New user-option.
16378
16379 * startup.el (command-line-x-option-alist): Add `-lsp' and
16380 `--line-spacing'.
16381
16382 2000-04-19 Dave Love <fx@gnu.org>
16383
16384 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16385 (cl-mapc): Rename from mapc. Fix the funcall.
16386
16387 2000-04-19 Gerd Moellmann <gerd@gnu.org>
16388
16389 * simple.el (clone-indirect-buffer-other-window): New command.
16390 (clone-indirect-buffer): Add optional arg NORECROD.
16391 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16392
16393 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16394
16395 * window.el (count-screen-lines): New function.
16396 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16397 instead of window-buffer-height.
16398
16399 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16400 non-existing variable comint-input-sentinel.
16401 (inferior-lisp-args-to-list): Removed.
16402 (inferior-lisp): Use split-string instead of
16403 inferior-lisp-args-to-list.
16404
16405 * hexl.el (hexl-insert-hex-string): New command.
16406
16407 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16408 instead of concat.
16409
16410 2000-04-18 Gerd Moellmann <gerd@gnu.org>
16411
16412 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16413 at the start of an existing but empty folder.
16414
16415 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16416
16417 * ps-mule.el: Customization fix, doc fix.
16418 (ps-multibyte-buffer): Customization fix.
16419
16420 2000-04-17 Richard M. Stallman <rms@gnu.org>
16421
16422 * subr.el (read-passwd): Use read-char-exclusive.
16423
16424 2000-04-17 Gerd Moellmann <gerd@gnu.org>
16425
16426 * textmodes/texinfo.el (texinfo-insert-@email)
16427 (texinfo-insert-@emph, texinfo-insert-@quotation)
16428 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16429 (texinfo-mode-map): Add key bindings for them.
16430
16431 * files.el (basic-save-buffer-2): Use a template with `$'
16432 instead of `#' for VMS.
16433
16434 * simple.el (clone-indirect-buffer): New function.
16435
16436 2000-04-16 Stephen Eglen <stephen@gnu.org>
16437
16438 * iswitchb.el (iswitchb-case): New function. If the user input
16439 contains any upper-case characters, the search is made
16440 case-sensitive.
16441
16442 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16443
16444 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16445 comment-end.
16446 (texinfo-font-lock-syntactic-keywords): New var.
16447 (texinfo-font-lock-keywords): Remove comment regexp.
16448 (texinfo-insert-block): New function.
16449 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16450 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16451 and font-lock-defaults. Use regexp-opt for outline-regexp.
16452 (texinfo-environments): New var.
16453 (texinfo-environment-regexp): Use regexp-opt and
16454 texinfo-environments.
16455
16456 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16457 ispell-process is bound since this might be eval'd before ispell
16458 is loaded.
16459 (ispell-message): Use a tiny bit less magic and a bit more hard
16460 data to figure out what kind of sc-cite-regexp to use.
16461
16462 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16463
16464 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16465 (insert-cyclic-diary-entry): Unquote the lambda.
16466
16467 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16468
16469 * files.el (backup-enable-predicate): Unquote the lambda.
16470
16471 * cus-edit.el (custom-face, face): Unquote the lambda.
16472
16473 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16474
16475 * ps-print.el: Check for line-beginning-position definition.
16476
16477 * ps-print.el: Fix counting lines in a region.
16478 (ps-print-version): New version number (5.1.5).
16479 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16480 (ps-printing-region): Fun code fix.
16481
16482 2000-04-15 Gerd Moellmann <gerd@gnu.org>
16483
16484 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16485 to file-directory-p.
16486
16487 2000-04-14 Gerd Moellmann <gerd@gnu.org>
16488
16489 * gud.el (gud-jdb-build-source-files-list): Check that directory
16490 exists before calling directory-files.
16491
16492 2000-04-13 Dave Love <fx@gnu.org>
16493
16494 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16495 syntax.
16496
16497 * emacs-lisp/cl-specs.el: Remove when, unless.
16498
16499 * emacs-lisp/cl-extra.el: Don't quote keywords.
16500 (cl-old-mapc): New variable.
16501 (mapc): Use it.
16502 (cl-map-intervals): Use with-current-buffer. Don't check for
16503 next-property-change.
16504 (cl-map-overlays): Use with-current-buffer.
16505 (cl-expt): Remove.
16506 (copy-tree, remprop): Define unconditionally.
16507
16508 * emacs-lisp/cl-compat.el (keywordp): Remove.
16509
16510 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16511 to use keywordp.
16512 (edebug-spec): Enable keywordp.
16513
16514 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16515 string-lessp.
16516
16517 * cus-start.el: Use keywordp.
16518
16519 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16520
16521 * diary-lib.el (include-other-diary-files): Fix the fix of
16522 2000-02-18 by doing a save-excursion.
16523
16524 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16525
16526 * ps-print.el: Customization fix, doc fix.
16527 (ps-print-version): New version number (5.1.4).
16528 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16529 (ps-print-preprint): Adjust code.
16530 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16531 (ps-print-prologue-header, ps-print-control-characters)
16532 (ps-spool-config): Customization fix.
16533
16534 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16535
16536 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16537 converted to the new menu-item format, names silightly changed,
16538 help strings added.
16539
16540 Support for spelling without async subprocesses:
16541
16542 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16543 (ispell-session-buffer): New variables.
16544 (ispell-start-process, ispell-process-status,
16545 ispell-accept-output, ispell-send-string): New functions, for
16546 Ispell invocation when async subprocesses aren't supported.
16547 (ispell-word, ispell-pdict-save, ispell-command-loop,
16548 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16549 to process-send-string with calls to ispell-send-string, and
16550 accept-process-output with ispell-accept-output.
16551 (ispell-init-process): Call ispell-process-status instead of
16552 process-status with.
16553 (ispell-init-process): Call ispell-start-process. Call
16554 ispell-accept-output and ispell-send-string. Don't call
16555 process-kill-without-query and kill-process if they are unbound.
16556 (ispell-async-processp): New function.
16557
16558 2000-04-12 Dave Love <fx@gnu.org>
16559
16560 * info.el: Add debug-ignored-errors.
16561 (Info-mode-menu): Add some items.
16562 (Info-directory): Add autoload cookie.
16563
16564 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16565 Modify `truncate-lines'. Make `describe-language-environment'
16566 always visible and add help. Modify `describe-key' help. Invoke
16567 Info-directory from `info'. New entry `emacs-manual'.
16568
16569 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16570
16571 * progmodes/ebrowse.el (ebrowse-tree-mode):
16572 Use propertized-buffer-identification.
16573 (ebrowse-update-member-buffer-mode-line): Likewise.
16574 (ebrowse--mode-strings): Removed.
16575 (ebrowse--mode-line-props): Removed.
16576
16577 * files.el (auto-mode-alist): Add `EBROWSE'.
16578
16579 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16580 space before testing for end of buffer.
16581 (ebrowse-load): Removed.
16582 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16583 (ebrowse-create-tree-buffer): Rewritten.
16584 (ebrowse-tree-mode): Read tree from buffer.
16585
16586 * progmodes/ebrowse-ffh.el: Removed.
16587
16588 2000-04-10 Kenichi Handa <handa@etl.go.jp>
16589
16590 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16591
16592 2000-04-10 Gerd Moellmann <gerd@gnu.org>
16593
16594 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16595 at the wrong place.
16596
16597 2000-04-09 Dave Love <fx@gnu.org>
16598
16599 * files.el (backup-enable-predicate):
16600 Use temporary-file-directory, small-temporary-file-directory.
16601 (make-backup-file-name-function, backup-directory-alist): New vars.
16602 (make-backup-file-name-1): New function.
16603 (make-backup-file-name): Use it.
16604 (find-backup-file-name): Likewise. Use format for clarity, not concat.
16605 (file-newest-backup): Use make-backup-file-name.
16606
16607 2000-04-09 Gerd Moellmann <gerd@gnu.org>
16608
16609 * progmodes/ebrowse-ffh.el: New file.
16610
16611 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16612 Moved to ebrowse-ffh.el.
16613 (ebrowse-load): Add autoload.
16614
16615 * finder.el (finder-commentary): Add autoload cookie.
16616
16617 * mail/rfc2368.el: Correct author's email address.
16618
16619 * progmodes/ebrowse.el: New file.
16620
16621 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16622 item help string.
16623 (easy-menu-do-add-item): Ditto.
16624 (easy-menu-define): Extend doc string.
16625
16626 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
16627 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16628 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16629 with-buffer-unmodified.
16630
16631 2000-04-08 Dave Love <fx@gnu.org>
16632
16633 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16634 unless, when.
16635
16636 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16637
16638 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16639 (viper-flash-search-pattern): No operation when using Emacs
16640 doesn't support face.
16641 Use `viper-put-on-search-overlay'.
16642
16643 2000-04-04 Gerd Moellmann <gerd@gnu.org>
16644
16645 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16646 like C-r.
16647
16648 * progmodes/make-mode.el: Some doc fixes.
16649 (makefile-mode-abbrev-table): New variable.
16650 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16651 (makefile-font-lock-keywords): Fontify includes and conditionals.
16652 (toplevel): Require `dabbrev' and `add-log' when compiling.
16653
16654 * replace.el (perform-replace): Don't move forward one char
16655 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16656 to do that because it leaves point 1 position after the last
16657 replacement, after everything has been replaced.
16658
16659 * jit-lock.el (with-buffer-unmodified): New macro.
16660 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16661 modified state.
16662 (jit-lock-function-1): Extracted from jit-lock-function; not
16663 preserving buffer's modified state.
16664 (jit-lock-function, jit-lock-stealth-fontify):
16665 Call jit-lock-function-1.
16666
16667 * mail/rfc2368.el: Remove supernumerary copyright line.
16668
16669 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
16670
16671 * glasses.el: Provide facilities for inserting space before left
16672 parentheses and uncapitalization of identifiers.
16673 (glasses-mode): Try to remove old overlays in all cases.
16674
16675 2000-04-03 Gerd Moellmann <gerd@gnu.org>
16676
16677 * progmodes/compile.el (compile-internal): Display the compilation
16678 buffer in a different frame, if it's already displayed there.
16679
16680 * mail/rfc2368.el: New file.
16681
16682 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16683 header and insert its value as mail body.
16684
16685 * subr.el (member-ignore-case): New function.
16686
16687 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16688 (dabbrev--find-expansion): Ignore buffers matching a regexp
16689 from dabbrev-ignored-regexps.
16690
16691 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16692 to extensions handled by gzip.
16693
16694 2000-04-03 Richard M. Stallman <rms@gnu.org>
16695
16696 * files.el (insert-directory): List the total free space
16697 along with the used space.
16698
16699 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16700 line is followed by one that matches CITATION-REGEXP, end the
16701 paragraph.
16702
16703 2000-04-03 Markus Rost <rost@delysid.gnu.org>
16704
16705 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16706 (rmail-make-basic-summary-line): Use that option.
16707
16708 2000-04-03 Kenichi Handa <handa@etl.go.jp>
16709
16710 * international/mule-cmds.el (encoded-string-description):
16711 Rewritten. Try pretty description for ISO 2022 escape sequences
16712 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16713 for hexadecimal format.
16714
16715 2000-04-01 Dave Love <fx@gnu.org>
16716
16717 * cpp.el: Change customization group to `c' from `C'.
16718
16719 * vcursor.el (vcursor-move): Use display-color-p.
16720
16721 * international/mule-util.el: Provide mule-utils.
16722 (string-to-sequence): Simplify and speed up.
16723
16724 * international/mule.el (make-coding-system): Purecopy doc-string.
16725
16726 * international/mule-cmds.el: Various menu changes.
16727 (describe-specified-language-support): Handle `Default'.
16728 (set-language-info): Purecopy `info'.
16729
16730 2000-03-31 Andrew Innes <andrewi@gnu.org>
16731
16732 * vc.el (vc-backend-diff): Return the correct status if we had to
16733 retry the rcsdiff command without the --brief option.
16734
16735 2000-03-31 Dave Love <fx@gnu.org>
16736
16737 * help.el (help-manyarg-func-alist): Correct several omissions.
16738
16739 * add-log.el: Don't require cl, fortran.
16740 (add-log-current-defun-function): Doc fix.
16741 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
16742 (change-log-version-rcs): Function deleted.
16743 (change-log-version-number-search): Doc fix.
16744 Use vc-workfile-version. Avoid CL dolist.
16745 (add-change-log-entry): Just call add-log-current-defun to get
16746 defun. Simplify somewhat.
16747 (change-log-get-method-definition-1): Likewise.
16748 (add-log-current-defun): Return nil if calling
16749 add-log-current-defun-function does so. Move Fortran stuff to
16750 fortran.el. Return string without properties.
16751
16752 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16753 and :alpha: char classes.
16754
16755 * mail/supercite.el: Defvar curline when compiling.
16756 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16757 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16758 rather than a-zA-Z0-9 to allow non-ASCII characters.
16759
16760 2000-03-31 Gerd Moellmann <gerd@gnu.org>
16761
16762 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16763
16764 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16765 Re-enable new code.
16766
16767 * lpr.el (print-region-1): Use -d to specify printer name for
16768 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16769
16770 2000-03-31 Dave Love <fx@gnu.org>
16771
16772 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16773 Look for function definition in symbol's function value slot first
16774 instead of first consulting byte-compile-function-environment.
16775
16776 2000-03-31 Kenichi Handa <handa@etl.go.jp>
16777
16778 * language/european.el ("Polish"): New language environment.
16779 (setup-polish-environment): New function.
16780
16781 2000-03-30 Gerd Moellmann <gerd@gnu.org>
16782
16783 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16784 Disable new code.
16785
16786 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16787 trying to `load' the symbol of an autoload instead of the file
16788 recorded in the autoload. Fix error messages.
16789
16790 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16791
16792 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16793 (ps-print-version): New version number (5.1.3).
16794 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16795 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16796 (ps-generate-postscript-with-faces): Code fix.
16797 (ps-color-values): XEmacs compatibility.
16798 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16799 (ps-default-fg, ps-default-bg): Adjust customization.
16800 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16801 (ps-color-scale): Renaming old ps-color-value fun.
16802 (ps-print-headers): Replace ps-print-header group to avoid conflict
16803 with ps-print-header variable.
16804 (ps-print-miscellany): New group.
16805 (ps-format-color, ps-rgb-color): New funs.
16806 (ps-default-foreground): New var.
16807 (ps-printer-name-option): New const.
16808
16809 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16810
16811 * net/net-utils.el:
16812 (network-connection-host, network-connection-service): New variables
16813 (network-connection-mode): New mode, derived from comint-mode
16814 (network-connection-mode-setup): New function, saves host and
16815 service information in local variables.
16816
16817 * lisp/locate.el:
16818 (locate-word-at-point): Added this function
16819 (locate): Default to using locate-word-at-point as input
16820 Run dired-mode-hook
16821
16822 2000-03-29 Dave Love <fx@gnu.org>
16823
16824 * calendar/appt.el: Doc fixes.
16825 (appt-check): Convert min-to-app to a string before passing to
16826 appt-disp-window-function or concat.
16827 (appt-delete-window): Remove test for frame-root-window.
16828 (appt-select-lowest-window, appt-convert-time): Simplify.
16829
16830 * emacs-lisp/bytecomp.el: Doc fixes.
16831 (byte-compile-file-form-autoload):
16832 Update byte-compile-function-environment.
16833
16834 2000-03-29 Andreas Schwab <schwab@suse.de>
16835
16836 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
16837
16838 * dired.el (dired-insert-directory): If dired-free-space-program
16839 failed just delete its output.
16840
16841 2000-03-29 Dave Love <fx@gnu.org>
16842
16843 * international/iso-cvt.el: Move provide to end. Doc fixes.
16844 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16845 (iso-iso2sgml, iso-sgml2iso): New functions.
16846 (iso-cvt-define-menu): Fix some entries and use backquote for
16847 clarity.
16848
16849 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16850
16851 2000-03-28 Gerd Moellmann <gerd@gnu.org>
16852
16853 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16854 ISO-DATE. If non-nil, return date in ISO 8601 format.
16855
16856 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16857
16858 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16859 if it ever becomes used.
16860 (log-edit-mode-hook): Default to vc-log-mode-hook.
16861 (log-edit-mode): Fix the docstring.
16862
16863 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16864 the code.
16865
16866 2000-03-26 Dave Love <fx@gnu.org>
16867
16868 * net/browse-url.el (browse-url): Re-fix case of
16869 browse-url-browser-function being an alist.
16870 (browse-url): Add :link to defgroup.
16871
16872 * files.el: Doc fixes.
16873 (file-truename): Include `[' in wildcard characters.
16874 (automount-dir-prefix): Customize.
16875 (find-file-wildcards): Add :version.
16876 (find-file-noselect): Simplify a mapcar call.
16877
16878 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16879 compatible with inf-lisp version.
16880 (eval-defun-1): Fix custom-declare-variable case.
16881
16882 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16883
16884 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16885
16886 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16887
16888 * Makefile (COMPILE_FIRST): New macro.
16889 (compile-files): Compile files from COMPILE_FIRST first.
16890
16891 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
16892
16893 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16894 matching open parenthesis in column 0 to defun-prompt-regexp
16895 only if open-paren-in-column-0-is-defun-start is set.
16896
16897 * sun-curs.el: Require CL at compile-time only.
16898
16899 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16900 instead of copy-list which is a function from CL.
16901 (msb--choose-menu, msb--mode-menu-cond)
16902 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16903 (msb--init-file-alist): Use mapcar instead of mapcan.
16904 (msb--aggregate-alist): Use mapcar instead of mapcan.
16905 Fix `(' in column 0 in doc string.
16906 (msb--add-separators): Use mapcar instead of mapcan.
16907
16908 * cus-dep.el: Require CL at compile-time only.
16909
16910 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16911
16912 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16913 (byte-compile-warnings): New warning `noruntime'.
16914 (byte-compile-constants, byte-compile-variables): Fix docstring.
16915 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16916 execute `eval-whenc-compile's body.
16917 (byte-compile-unresolved-functions): Fix docstring.
16918 (byte-compile-eval): New function.
16919 (byte-compile-callargs-warn): Check if the function will be available
16920 at runtime (via property `byte-compile-noruntime').
16921 (byte-compile-print-syms): New function.
16922 (byte-compile-warn-about-unresolved-functions): Also warn about
16923 `noruntime' functions (and use `byte-compile-print-syms').
16924 (byte-compile-file): Capitalize the message.
16925
16926 2000-03-24 Gerd Moellmann <gerd@gnu.org>
16927
16928 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16929 (rmail-expunge): Ask for confirmation depending on the setting
16930 of rmail-confirm-expunge.
16931
16932 2000-03-23 Gerd Moellmann <gerd@gnu.org>
16933
16934 * Makefile (bootstrap-clean): If $(emacs) exists, build
16935 loaddefs.el first. A loaddefs.el that's not up-to-date might
16936 cause a bootstrap failure because things don't autoload as expected.
16937
16938 2000-03-23 Dave Love <fx@gnu.org>
16939
16940 * net/browse-url.el: Restore previous use of
16941 browse-url-maybe-new-window.
16942
16943 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16944
16945 * ps-print.el: Skip banner page fix.
16946 (ps-print-version): New version number (5.1.2).
16947 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16948
16949 2000-03-23 Dave Pearson <davep@davep.org>
16950
16951 * net/quickurl.el Changed the type of parameter passed to the
16952 function defined by `quickurl-format-function'. Before only the
16953 text of the URL was passed. Now the whole URL structure is passed
16954 and the function is responsible for extracting the parts it requires.
16955 Changed the default of `quickurl-format-function' accordingly.
16956 (quickurl-insert): Changed the `funcall' of
16957 `quickurl-format-function' to match the above change.
16958 (quickurl-list-insert): Changed the `url' case so that it makes
16959 use of `quickurl-format-function', previous to this the format was
16960 hard wired.
16961
16962 2000-03-22 Gerd Moellmann <gerd@gnu.org>
16963
16964 * startup.el: Change some spellings for the X Window System.
16965
16966 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16967
16968 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16969 Clean up the code and the regexp and make sure the cursor is
16970 temporarily moved to the suspicious line while querying the user.
16971
16972 2000-03-22 Jason Rumney <jasonr@gnu.org>
16973
16974 * w32-fns.el (w32-charset-info-alist): Initialize.
16975
16976 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16977
16978 * ps-print.el: N-up last page fix.
16979 (ps-print-version): New version number (5.1.1).
16980 (ps-end-file, ps-end-job, ps-generate): Code fix.
16981
16982 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16983
16984 * files.el (find-file-run-dired): Update docstring.
16985 (find-directory-functions): New hook.
16986 (find-file-noselect): Run find-directory-functions rather than
16987 calling dired directly.
16988
16989 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16990
16991 * pcvs.el: Add a minimal leading commentary.
16992 (cvs-make-cvs-buffer): Change the header part by removing the startup
16993 message and adding a `Module' entry. Also replace the FOOTER and
16994 HEADER special fileinfos with the new support in ewoc for updating
16995 its own footer and header.
16996 (cvs-update-header): Update to use the header/footer of the ewoc.
16997 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16998 (cvs-is-within-p): New function.
16999 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17000 to only examine some subset of the buffers.
17001
17002 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17003 `format' instead of our own ad-hoc functions.
17004 Remove HEADER and FOOTER cases, now handled in the EWOC.
17005 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17006
17007 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17008 output to avoid scaring the user.
17009 (cvs-parse-table): Catch message for non-up-to-date commits.
17010
17011 * pcvs-defs.el (cvs-startup-message): Remove.
17012 (cvs-global-menu): New autoloaded menu.
17013
17014 * pcvs-util.el (cvs-string-fill): Remove.
17015
17016 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17017 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17018 PP part of it and also make it work for footers and headers.
17019 (ewoc-create): Drop POS and BUFFER arguments.
17020 Use the DLL's dummy node to store the end-of-footer position.
17021 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17022 (ewoc-refresh): Remove unused `header' variable.
17023 (ewoc-(get|set)-hf): New functions.
17024
17025 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17026 log-view-*-(message|file) and use easy-mmode-define-navigation.
17027 (log-view-message-re): Match SCCS format as well.
17028 And match the revision line rather than the dashed separator line.
17029 (log-view-mode): Use the new define-derived-mode.
17030 (log-view-current-tag): Fill in with an actual implementation.
17031
17032 * cvs-status.el (cvs-status-(prev|next)): Rename from
17033 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17034 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17035 to let the output "breathe" a little more (more readable).
17036 (cvs-status-mode): Use the new define-derived-mode.
17037
17038 * smerge-mode.el (smerge-auto-leave): New function and variable.
17039 (smerge-basic-map): Rename from smerge-basic-keymap.
17040 Change the bindings for smerge-diff-*.
17041 (smerge-*-map): Use easy-mmode-defmap.
17042 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17043 (smerge-keep-*): Use smerge-auto-leave.
17044
17045 2000-03-21 Jason Rumney <jasonr@gnu.org>
17046
17047 * cus-edit.el (custom-button-face): Use 3D look for w32.
17048 (custom-button-pressed-face): Likewise.
17049
17050 2000-03-21 Gerd Moellmann <gerd@gnu.org>
17051
17052 * progmodes/etags.el (tags-case-fold-search): New user-option.
17053 (tags-loop-eval): New function. Bind case-fold-search around eval
17054 depending on the value of tags-case-fold-search.
17055 (tags-loop-continue): Use tags-loop-eval.
17056 (find-tag-in-order): Bind case-fold-search depending on the value
17057 of tags-case-fold-search.
17058
17059 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17060
17061 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
17062 (diff-end-of-hunk): Return the end position for use in
17063 `easy-mmode-define-navigation'.
17064 (diff-recenter): Remove.
17065 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17066 of `easy-mmode-define-navigation'.
17067 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17068 previous renaming) and fix to use new names.
17069 (diff-merge-strings): Use \n as separator: simpler, faster.
17070 (diff-mode): Use `define-derived-mode'.
17071
17072 * derived.el (define-derived-mode): Don't autoload anymore.
17073 Prefer the macro-only version provided by easy-mmode.el.
17074
17075 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
17076 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
17077 (easy-mmode-define-navigation): New macro.
17078
17079 * subr.el (combine-run-hooks): New function.
17080
17081 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
17082
17083 * term/x-win.el: Fontsets related initialization is simplified.
17084
17085 * international/mule-diag.el (describe-font): Don't refer to
17086 global-fontset-alist, instead call font-list.
17087 (describe-fontset, list-fontsets, mule-diag): Likewise.
17088 (print-fontset): Adjusted for the change of fontset implementation.
17089
17090 * international/fontset.el (x-charset-registries): Variable removed,
17091 instead the corresponding data is stored in the default fontset.
17092 (register-alternate-fontnames): Function removed.
17093 (resolved-ascii-font): Variable removed.
17094 (x-compose-font-name): Ignore the second argument REDOCE.
17095 (x-complement-fontset-spec): Complement only an ASCII font and
17096 element for those charsets than can use that ASCII font.
17097 (generate-fontset-menu): Don't refer to global-fontset-alist,
17098 instead call fontset-list.
17099 (uninstantiated-fontset-alist): Variable removed.
17100 (x-style-funcs-alist): Likewise.
17101 (fontset-default-styles): Likewise.
17102 (x-modify-font-name): Function removed.
17103 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
17104 (create-fontset-from-ascii-font): Docsting adjusted for the above
17105 change.
17106 (instantiate-fontset, resolve-fontset-name): Functions removed.
17107 (fontset-list): Now implemented by C code.
17108
17109 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17110 (describe-face): Include `font' attribute in the description.
17111
17112 2000-03-21 Kenichi Handa <handa@etl.go.jp>
17113
17114 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17115
17116 2000-03-20 Gerd Moellmann <gerd@gnu.org>
17117
17118 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17119 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17120 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17121
17122 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17123 about behavior of set-buffer-modified-p wrt redisplay.
17124
17125 2000-03-19 Richard M. Stallman <rms@gnu.org>
17126
17127 * view.el (view-mode-disable): Kill local binding of view-read-only.
17128
17129 2000-03-18 Gerd Moellmann <gerd@gnu.org>
17130
17131 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
17132 is a string, convert it to a syntax cell using string-to-syntax.
17133
17134 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17135 (string-to-syntax): New function.
17136
17137 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17138 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17139 try to use passive ftp mode.
17140
17141 2000-03-17 Gerd Moellmann <gerd@gnu.org>
17142
17143 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17144
17145 * simple.el (append-to-buffer): Update point of windows after
17146 insertion.
17147
17148 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17149 forward then moving backward. Reindent.
17150
17151 * frame.el (other-frame): Call x-focus-frame only if
17152 focus-follows-mouse is off.
17153
17154 2000-03-17 Dave Love <fx@gnu.org>
17155
17156 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
17157
17158 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17159
17160 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17161 regexp for labels cannot span several lines.
17162
17163 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17164 `(setq :<key> ':<key>)' to the macro expansion.
17165
17166 2000-03-16 Dave Love <fx@gnu.org>
17167
17168 * progmodes/f90.el (f90): Put custom group under `languages', not
17169 `fortran'.
17170 (f90-mode-hook): Customize.
17171 (f90-mode): Set add-log-current-defun-function.
17172 (f90-current-defun): New function.
17173
17174 2000-03-16 Gerd Moellmann <gerd@gnu.org>
17175
17176 * cus-edit.el (custom-variable-tag-face): Handle case that
17177 default face's height is not a number.
17178 (custom-face-tag-face, custom-group-tag-face-1)
17179 (custom-group-tag-face): Ditto.
17180 (custom-group-tag-face-1): Add :group.
17181
17182 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17183
17184 2000-03-15 Gerd Moellmann <gerd@gnu.org>
17185
17186 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17187 requiring easymenu.
17188
17189 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17190
17191 * ps-print.el: PostScript user-defined prologue, PostScript error
17192 handler, doc fix.
17193 (ps-print-version): New version number (5.1).
17194 (ps-user-defined-prologue, ps-error-handler-message)
17195 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17196 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17197 (ps-insert-string): New function.
17198
17199 2000-03-15 Kenichi Handa <handa@etl.go.jp>
17200
17201 * international/ccl.el (ccl-compile-expression): Don't generate
17202 invalid self-assignment code.
17203
17204 2000-03-14 Dave Love <fx@gnu.org>
17205
17206 * subr.el (replace-regexp-in-string): Renamed from
17207 replace-regexps-in-string. Doc fix.
17208
17209 2000-03-12 Dave Love <fx@gnu.org>
17210
17211 * cus-edit.el: Doc fixes.
17212 (customize-set-variable, customize-save-variable): Rename args for doc.
17213 (custom-variable-tag-face, custom-face-tag-face)
17214 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17215 style which user identify as hyperlink.
17216 (hook): Don't add undefined functions to the hook.
17217 (debug-ignored-errors): Transfer message from bindings.el.
17218
17219 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17220
17221 * recentf.el (recentf-keep-non-readable-files-p):
17222 Remove double/nested definition.
17223
17224 2000-03-12 Dave Love <fx@gnu.org>
17225
17226 * facemenu.el (facemenu-get-face): Use display-color-p.
17227 * enriched.el (enriched-decode-foreground): Likewise.
17228 (enriched-decode-background): Likewise.
17229 * isearch.el (isearch-highlight): Likewise.
17230 * info-look.el (info-lookup): Likewise.
17231 * simple.el (completion-setup-function): Likewise.
17232
17233 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17234 :options.
17235
17236 * bindings.el (mode-line-format): Fix line-number and
17237 column-number items. Add help-echo for the background.
17238 (mode-line-mule-info): Modify help-echo.
17239
17240 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17241
17242 * files.el (load-file): Allow completion to .elc.
17243
17244 * man.el: Doc fixes.
17245 (Man-init-defvars): Use display-color-p to set fontification.
17246
17247 * play/hanoi.el (hanoi-internal): Don't use oddp.
17248
17249 2000-03-12 Gerd Moellmann <gerd@gnu.org>
17250
17251 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17252
17253 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17254
17255 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17256
17257 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17258 Fix comment.
17259
17260 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17261
17262 * font-lock.el (font-lock-keywords): Fix the doc now that
17263 regexp-opt-depth is unnecessary.
17264 (save-buffer-state): Set an edebug spec.
17265 (font-lock-fontify-anchored-keywords): Properly handle the case when
17266 the matcher goes past the limit.
17267
17268 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17269 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17270
17271 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17272 dll.el and cookie.el (from Elib) with heavy renaming and other
17273 massaging.
17274
17275 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17276 Autoload the functions used.
17277 (easy-mmode-define-syntax): Fix CL typo.
17278 (easy-mmode-define-derived-mode): Improve the docstring generation.
17279
17280 2000-03-10 Gerd Moellmann <gerd@gnu.org>
17281
17282 * textmodes/texinfo.el (texinfo-version): Variable and function
17283 removed.
17284
17285 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17286
17287 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17288 allow more flexibility.
17289 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
17290 (easy-mmode-defmap, easy-mmode-defsyntax)
17291 (easy-mmode-define-derived-mode): New macros.
17292
17293 2000-03-09 Didier Verna <didier@xemacs.org>
17294
17295 * rect.el (replace-rectangle): New function.
17296
17297 2000-03-09 Dave Love <fx@gnu.org>
17298
17299 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
17300 (fortran-comment-line-start-skip): Don't match cpp stuff.
17301 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17302 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17303 (fortran-mode): Don't set fortran-comment-line-start-skip,
17304 fortran-comment-line-start here. Set comment-start,
17305 add-log-current-defun.
17306 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17307 (fortran-current-defun): New function.
17308
17309 2000-03-09 Gerd Moellmann <gerd@gnu.org>
17310
17311 * emacs-lisp/re-builder.el: New file.
17312
17313 * mouse.el (mouse-drag-region): Don't run up-event handler
17314 if hscroll has changed.
17315
17316 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17317 builtin operators, use `font-lock-builtin-face' for Emacs and
17318 `font-lock-preprocessor-face' otherwise.
17319
17320 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17321 `(defun (setf foo)' differently.
17322
17323 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17324
17325 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17326 (regexp-opt): Update comment and adapt the code the new meaning of
17327 the `paren' argument of regex-opt-group for shy-groups.
17328 (regexp-opt-depth): Handle shy groups as well as backslashed
17329 backslashes.
17330 (regexp-opt-group): Turn the leading comment into a docstring.
17331 Allow `paren' to be a string (the string to use to open a group).
17332 Remove open-presuf and close-presuf. Instead of checking for `all
17333 one-char' and then later on check for `several one-char', handle
17334 both cases close together. Also apply a more generic algorithm
17335 for suffixes (the mirror image of the algorithm used for
17336 prefixes). Use shy-groups. Use nreverse rather than reverse.
17337 (regexp-opt-try-suffix): Removed.
17338
17339 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17340 from comint-mode-map, so we can just inherit from it. Also, move
17341 the initialization into the `defvar' since there's no docstring
17342 anyway and it's fairly short.
17343 (inferior-scheme-mode): Define it as derived-mode: the code is
17344 shorter and this way we inherit from comint-mode-map rather than
17345 copying it.
17346
17347 * subr.el (replace-regexps-in-string): Properly handle the case
17348 where we match an empty string.
17349
17350 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17351 when the command has a directory component (such as "./testml").
17352 Also fix a typo in the comment.
17353
17354 2000-03-08 Gerd Moellmann <gerd@gnu.org>
17355
17356 * Makefile (compile-files): Compile files one by one because
17357 that's the only way to ensure a clean compilation environment for
17358 each individual file.
17359
17360 * frame.el (other-frame): Call x-focus-frame.
17361
17362 2000-03-07 Dave Love <fx@gnu.org>
17363
17364 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17365 :require to defcustom.
17366
17367 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
17368
17369 * files.el (auto-mode-alist): Add configure.in.
17370
17371 * progmodes/autoconf.el: New file.
17372
17373 2000-03-07 Gerd Moellmann <gerd@gnu.org>
17374
17375 * mail/mh-e.el: Change maintainer to `none'.
17376
17377 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17378 to remove-hook and add-hook.
17379
17380 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17381
17382 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17383 it as the default.
17384 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17385 (sendmail-send-it): Conditionally add MIME headers specifying the
17386 used character set.
17387
17388 2000-03-07 Dave Love <fx@gnu.org>
17389
17390 * winner.el: Fix keywords, autoload cookies.
17391 Split eval-when-compile form to avoid compilation failure.
17392
17393 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17394
17395 * international/mule.el: Modify comment about coding system
17396 property `coding-category'.
17397 (make-coding-system): New argument EOL-TYPE. Pay attention to
17398 coding-category property of PROPERTIES.
17399
17400 * international/mule-conf.el (coding-category-utf-8)
17401 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
17402 categories. Include them in the argument for set-coding-priority.
17403
17404 * international/mule-cmds.el (reset-language-environment):
17405 Include coding-category-utf-8, coding-category-utf-16-be, and
17406 coding-category-utf-16-le in the argument for set-coding-priority.
17407 (reset-language-environment): Initialize coding-category-utf-8,
17408 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17409
17410 2000-03-06 Karl Fogel <kfogel@red-bean.com>
17411
17412 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17413 code abstracted out of `bookmark-jump-noselect'. Now tries info
17414 extensions as well as compression extensions.
17415 (bookmark-jump-noselect): Use above new func.
17416
17417 2000-03-03 Gerd Moellmann <gerd@gnu.org>
17418
17419 * strokes.el: Change maintainer's mail address.
17420
17421 2000-03-03 Kenichi Handa <handa@etl.go.jp>
17422
17423 * international/mule-diag.el (list-character-sets): Make help-echo
17424 string by substitute-command-keys.
17425 (list-character-sets): Likewise.
17426 (sort-listed-character-sets): Call help-setup-xref.
17427
17428 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17429
17430 * time.el (display-time-mail-file): Add `none' to the list of choices.
17431
17432 2000-03-01 Dave Love <fx@gnu.org>
17433
17434 * help.el (help-xref-go-back): Don't try to set position.
17435
17436 * international/mule-diag.el (list-character-sets):
17437 Call help-setup-xref. Add help-echo to xrefs.
17438 (list-character-sets-1): Add help-echo to xrefs.
17439
17440 2000-03-02 Gerd Moellmann <gerd@gnu.org>
17441
17442 * frame.el (blink-cursor-mode): Switch cursor on when turning
17443 the mode off.
17444
17445 * add-log.el (add-log-current-defun): Add support for
17446 Autoconf mode.
17447
17448 * mail/rmail.el (rmail-quit-hook): New variable.
17449
17450 2000-03-01 Dave Love <fx@gnu.org>
17451
17452 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17453
17454 * help.el (help-xref-button): Add help-echo arg.
17455 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17456
17457 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
17458
17459 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
17460
17461 2000-03-01 Gerd Moellmann <gerd@gnu.org>
17462
17463 * image.el (defimage): Look for image files in load-path.
17464
17465 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
17466
17467 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17468
17469 * recentf.el (recentf): Added version tag to the defgroup of recentf.
17470
17471 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17472
17473 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
17474 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17475 action to select/unselect a file.
17476 (recentf-edit-list): Code cleanup and improvement.
17477 (recentf-open-more-files-action): `recentf-open-more-files' button
17478 widget action to open a file.
17479 (recentf-open-more-files): No more use standard completion but widgets.
17480 (recentf-more-collection): Deleted.
17481 (recentf-more-history): Deleted.
17482 (recentf-setup-more-completion): Deleted.
17483
17484 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17485
17486 * recentf.el (recentf-mode): No more needs that Emacs is running
17487 under a window-system.
17488
17489 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17490
17491 * recentf.el (recentf-edit-list): New command to edit the recent
17492 list which allow the user to remove files.
17493 (recentf-edit-selected-items): New global variable, used by
17494 `recentf-edit-list' to hold the list of files to be removed from
17495 the recent list.
17496 (recentf-make-menu-items): Updated to display a "Edit list..."
17497 menu item. Minor code cleanup.
17498
17499 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17500
17501 * recentf.el (recentf-open-more-files): New command to open files
17502 that are not displayed in the menu.
17503 (recentf-more-collection): New global variable holding the set of
17504 permissible completions used by `recentf-open-more-files'.
17505 (recentf-more-history): New global variable holding the history list
17506 used by `recentf-open-more-files' completion.
17507 (recentf-setup-more-completion): New function to setup completion for
17508 `recentf-open-more-files'.
17509 (recentf-make-menu-items): Updated to display a "More..." menu item.
17510
17511 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17512
17513 * recentf.el (recentf-menu-action): Doc fixed.
17514
17515 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
17516
17517 * recentf.el (recentf-menu-filter): Doc updated.
17518 (recentf-update-menu-hook): Allow menu filters to force menu update.
17519 (recentf-make-menu-items): New menu filter handling.
17520 (recentf-make-menu-item): New helper function.
17521 (recentf-menu-elements): New menu handling function.
17522 (recentf-sort-ascending): Updated to new menu filter handling.
17523 (recentf-sort-descending): Updated to new menu filter handling.
17524 (recentf-sort-basenames-ascending): New menu filter function.
17525 (recentf-sort-basenames-descending): New menu filter function.
17526 (recentf-show-basenames): New menu filter function.
17527 (recentf-show-basenames-ascending): New menu filter function.
17528 (recentf-show-basenames-descending): New menu filter function.
17529
17530 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17531
17532 * diary-lib.el (list-diary-entries): Don't try to go forward at
17533 the end of the buffer.
17534
17535 2000-02-29 Kenichi Handa <handa@etl.go.jp>
17536
17537 * international/mule-diag.el (list-character-sets):
17538 Completely rewritten.
17539 (sort-listed-character-sets): New function.
17540 (list-character-sets-1): Completely rewritten.
17541 (list-character-sets-2): New function.
17542 (non-iso-charset-alist): New variable.
17543 (decode-codepage-char): New function.
17544 (charset-history): New variable.
17545 (read-charset) (list-block-of-chars)
17546 (list-iso-charset-chars)
17547 (list-non-iso-charset-chars)
17548 (list-charset-chars): New functions.
17549 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
17550 (dump-charsets): Likewise.
17551
17552 2000-02-29 Gerd Moellmann <gerd@gnu.org>
17553
17554 * dired-x.el (dired-filename-at-point): Add `@' to valid
17555 file name characters.
17556 (dired-filename-at-point): Handle ange-ftp file names.
17557
17558 * frame.el (frame-notice-user-settings): Use assq-delete-all
17559 instead of assoc-delete-all.
17560 (frame-notice-user-settings): Ditto.
17561
17562 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17563 Don't copy alist.
17564
17565 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17566
17567 * calculator.el (calculator-use-menu): New option.
17568 (calculator-initial-bindings): Changed some bindings to work as macros.
17569 (calculator-forced-input): Removed.
17570 (calculator-restart-other-mode): New variable.
17571 (calculator-mode-map): Set up menu.
17572
17573 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17574
17575 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
17576
17577 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17578
17579 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
17580 translate all ESC key sequences.
17581 (viper-goto-mark-subr): Restore markers for files for which
17582 they were saved.
17583 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17584 * viper-util.el (viper-set-replace-overlay-glyphs)
17585 (viper-set-replace-overlay): Always check if the replacement
17586 overlay is live.
17587 * viper.el (viper-vi-state-mode-list): Add major modes.
17588 * ediff-wind.el: Minor comment changes.
17589 * ediff.el: Copyright notice date fix.
17590
17591 2000-02-27 Jason Rumney <jasonr@gnu.org>
17592
17593 * faces.el (face-font-family-alternatives): Add arial to helv.
17594 (mode-line, header-line, tool-bar): Same default as x for w32.
17595 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17596 face-font-family-alternatives from working.
17597 * term/w32-win.el (mouse-set-font): Do not build fontset from
17598 chosen font.
17599
17600 2000-02-25 Sam Steingold <sds@goems.com>
17601
17602 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17603 properly.
17604
17605 2000-02-25 Richard M. Stallman <rms@gnu.org>
17606
17607 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17608
17609 2000-02-25 Gerd Moellmann <gerd@gnu.org>
17610
17611 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
17612
17613 * frame.el (busy-cursor-delay-seconds): New option.
17614
17615 2000-02-24 Gerd Moellmann <gerd@gnu.org>
17616
17617 * frame.el (show-cursor-in-non-selected-windows): New option.
17618
17619 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17620
17621 * diary-lib.el (include-other-diary-files): Undo the selective
17622 display in any included file and don't kill it.
17623
17624 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17625
17626 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17627 Menu items converted to (menu-item format, help strings added.
17628 [downcase, upcase]: Don't enable on MS-DOS.
17629 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
17630 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17631
17632 2000-02-23 Dave Love <fx@gnu.org>
17633
17634 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17635 (backward-kill-word): Revert addition of * to interactive spec --
17636 it's a feature.
17637
17638 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17639 (backward-kill-sentence, kill-sentence): Likewise.
17640
17641 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17642 scratch buffer name.
17643 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
17644
17645 * term/w32-win.el (internal-face-interactive): Update prompt for
17646 new read-face-name.
17647
17648 * mail/footnote.el (footnote): Add :version to defgroup.
17649 (footnote-section-tag-regexp): Customize.
17650 (footnote-start-tag, footnote-end-tag): New option.
17651 (footnote-latin-regexp): New variable.
17652 (Footnote-latin): New function.
17653 (footnote-style-alist): Add element for latin style.
17654 (footnote-style): Moved.
17655 (Footnote-goto-footnote): Use eq to test arg.
17656
17657 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17658
17659 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17660 (byte-compile-trueconstp): Include keywords.
17661 (byte-optimize-quote, byte-optimize-lapcode):
17662 Use byte-compile-const-symbol-p.
17663 (byte-optimize-char-before): New optimization.
17664
17665 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17666 (byte-compile-const-symbol-p): New function.
17667 (byte-compile-constp, byte-compile-out-toplevel)
17668 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17669 Use it.
17670
17671 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17672
17673 2000-02-23 Kenichi Handa <handa@etl.go.jp>
17674
17675 * international/encoded-kb.el: Be sure to update minor-mode-alist
17676 and minor-mode-map-alist.
17677 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17678 codes SS2 and SS3 correctly.
17679 (encoded-kbd-self-insert-ccl): New function.
17680 (encoded-kbd-setup-keymap): New function.
17681 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17682 by calling encoded-kbd-setup-keymap.
17683
17684 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17685 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
17686
17687 2000-02-22 Dave Love <fx@gnu.org>
17688
17689 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
17690 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
17691 (lisp-mode-syntax-table): Set up for #|...|# comments.
17692 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17693 classes. Match `defface'.
17694 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17695 (eval-defun-1): Fix for defcustom.
17696 (lisp-indent-region): Doc fix.
17697
17698 * subr.el (when, unless, split-string): Doc fix.
17699 (read-passwd): Move call of clear-this-command-keys to the right place.
17700 (replace-regexps-in-string): New function.
17701
17702 2000-02-22 Gerd Moellmann <gerd@gnu.org>
17703
17704 * help.el (describe-variable): Set syntax table to
17705 emacs-lisp-mode-syntax-table when moving forward over the
17706 symbol's name.
17707
17708 2000-02-22 Dave Love <fx@gnu.org>
17709
17710 * xt-mouse.el: Doc fixes.
17711 (xterm-mouse-position-function): New function, replacing advice of
17712 mouse-position.
17713 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17714
17715 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17716
17717 2000-02-21 Gerd Moellmann <gerd@gnu.org>
17718
17719 * format.el (format-annotate-single-property-change):
17720 Handle properties.with dotted-list values.
17721 (format-proper-list-p): New function.
17722
17723 * enriched.el (enriched-face-ans): Handle '(foreground-color
17724 . COLOR) and (background-color . COLOR).
17725
17726 2000-02-20 Dave Love <fx@gnu.org>
17727
17728 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17729 and assignments to it.
17730 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17731 current local map.
17732 (make-flyspell-overlay): Use it.
17733 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17734
17735 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17736 (lm-get-header-re): Defun, not defsubst.
17737 (lm-get-package-name): Defun, not defsubst. Simplify.
17738 (lm-version): Doc fix. Simplify.
17739 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17740 (lm-crack-address, lm-last-modified-date, lm-commentary)
17741 (lm-verify, lm-synopsis): Simplify.
17742 (lm-report-bug): Require emacsbug. Use compose-mail.
17743
17744 2000-02-20 Gerd Moellmann <gerd@gnu.org>
17745
17746 * dired.el (dired-mode): Call propertized-buffer-identification
17747 to set mode-line-buffer-identification to something having
17748 the right text properties.
17749
17750 * bindings.el (propertized-buffer-identification): New function.
17751
17752 2000-02-20 Dave Love <fx@gnu.org>
17753
17754 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17755 check for t-mouse too.
17756
17757 * cus-start.el: Make echo-keystrokes `number'.
17758
17759 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17760
17761 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17762 Don't call ring-empty-p unless tags-location-ring is bound.
17763 From Noah Friedman <friedman@splode.com>.
17764
17765 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17766
17767 * progmodes/hideshow.el (hs-flag-region): No longer use
17768 `intangible' overlay property.
17769
17770 (hs-toggle-hiding): New command.
17771 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17772
17773 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17774 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17775 and deactivation.
17776
17777 2000-02-18 Gerd Moellmann <gerd@gnu.org>
17778
17779 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17780
17781 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17782
17783 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17784
17785 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17786 of `*' to handle `(* ... *)' comments.
17787
17788 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17789
17790 * faces.el (list-faces-display): Use display-mouse-p instead of
17791 window-system.
17792
17793 * menu-bar.el (global-map): Menu-bar items converted to the new
17794 format (menu-item..., rearranged for better CUA compliance, and
17795 their names changed for better clarity. Help strings added.
17796
17797 * international/mule-cmds.el (mule-menu-keymap)
17798 (describe-language-environment-map, set-coding-system-map)
17799 (setup-language-environment-map): Convert to new (menu-item...
17800 form, add help strings. Change names of menu items for better clarity.
17801 "Mule" menu-bar item removed (it's now in the "Options" submenu).
17802
17803 2000-02-17 Gerd Moellmann <gerd@gnu.org>
17804
17805 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17806 within the code.
17807
17808 2000-02-16 Dave Love <fx@gnu.org>
17809
17810 * faces.el: Don't require custom. Add more specific :groups to
17811 various deffaces.
17812 (set-face-attribute): Purecopy args.
17813 (read-face-name): Default to name at point and use it in prompt.
17814 Remove colon from arg in all callers.
17815 (list-faces-display): Hyperlink to face descriptions and customize
17816 buffers.
17817
17818 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17819
17820 * wid-edit.el (widget-match-inline): An atom never matches a list.
17821
17822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17823
17824 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17825 at ':' characters by call to split-string.
17826
17827 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17828
17829 * textmodes/bibtex.el: Added RCS version identification.
17830
17831 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17832
17833 * textmodes/bibtex.el: Some temporary comments removed.
17834 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
17835 (bibtex-field-const): Allow capital letters.
17836 (bibtex-start-of-string): Deleted because unused.
17837
17838 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17839 use the term 'reference' to describe a bibtex entry as a whole.
17840 Further, reference keys are no longer called 'labels'.
17841 (bibtex-keys): Renamed to bibtex-reference-keys.
17842 (bibtex-reformat-previous-labels): Renamed to
17843 bibtex-reformat-previous-reference-keys.
17844 (bibtex-reference-type): Renamed to bibtex-entry-type.
17845 (bibtex-reference-head): Renamed to bibtex-entry-head.
17846 (bibtex-reference-maybe-empty-head): Renamed to
17847 bibtex-entry-maybe-empty-head.
17848 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17849 (bibtex-search-reference): Renamed to bibtex-search-entry.
17850 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17851 bibtex-enclosing-entry-maybe-empty-head.
17852 (bibtex-entry-field-alist, bibtex-entry-head)
17853 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17854 (bibtex-map-entries, bibtex-search-entry)
17855 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17856 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17857 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17858 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17859 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17860 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17861 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
17862
17863 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17864
17865 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17866 comment.
17867 (bibtex-format-field-delimiters): New function, functionality
17868 extracted from bibtex-format-entry.
17869 (bibtex-autokey-get-yearfield-digits): New function, functionality
17870 extracted from bibtex-autokey-get-yearfield.
17871
17872 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17873 entries in order to avoid stack overflow in the regexp matcher if
17874 field contents become large.
17875 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17876 (bibtex-field-string-part-not-braced)
17877 (bibtex-field-string-part-no-inner-braces)
17878 (bibtex-field-string-part-1-inner-brace)
17879 (bibtex-field-string-part-2-inner-braces)
17880 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17881 (bibtex-field-string-quoted, bibtex-field-string)
17882 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17883 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17884 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17885 Deleted as parsing is now performed by the following functions.
17886 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17887 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17888 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17889 (bibtex-parse-association, bibtex-field-name-for-parsing)
17890 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17891 (bibtex-search-forward-field, bibtex-search-backward-field)
17892 (bibtex-start-of-field, bibtex-end-of-field)
17893 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17894 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17895 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17896 (bibtex-parse-string, bibtex-search-forward-string)
17897 (bibtex-search-backward-string, bibtex-start-of-string)
17898 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17899 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17900 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
17901 entries. Instead of reporting the results of the parsing by
17902 match-beginning or match-end, these functions return data structures
17903 that hold the corresponding positions.
17904 (bibtex-enclosing-field): Changed to also report field boundaries by
17905 return values rather than by match-beginning or match-end.
17906 The following functions have been adapted to use the new
17907 parsing functions.
17908 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17909 (bibtex-enclosing-field, bibtex-format-entry)
17910 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17911 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17912 (bibtex-print-help-message, bibtex-end-of-entry)
17913 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17914 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17915 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17916 Use the new method for parsing.
17917 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17918 (bibtex-map-entries, bibtex-flash-head)
17919 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17920 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17921 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17922 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17923 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17924 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17925 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17926 order to make the new binding of case-fold-search immediately visible.
17927
17928 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17929
17930 * textmodes/bibtex.el: Copyright notice is up to date.
17931 Added constant 'bibtex-maintainer-salutation.
17932
17933 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
17934 than make-temp-name, use match-string-no-properties and eliminate
17935 a quadratic behavior when building bibtex-strings.
17936
17937 * bibtex.el (bibtex-reference-key): Accept string entries whose
17938 reference key contains upper case letters.
17939
17940 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17941
17942 * bibtex.el (bibtex-reference-head): Allow entries to start with
17943 a new line.
17944
17945 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17946
17947 * bibtex.el: Hiding of entry bodies is not longer provided by
17948 bibtex.el directly. Instead the hideshow package can be used.
17949 Added a special bibtex entry to hs-special-modes-alist.
17950 (bibtex-hs-forward-sexp): Added for hideshow.el.
17951
17952 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17953
17954 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17955 proceedings entry type (for cross referencing). Thanks to Wagner
17956 Toledo Correa for the suggestion.
17957
17958 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17959
17960 2000-02-14 Kenichi Handa <handa@etl.go.jp>
17961
17962 * international/characters.el: Setup case table for Vietnamese.
17963
17964 2000-02-12 Gerd Moellmann <gerd@gnu.org>
17965
17966 * uniquify.el (toplevel): Require CL at compile time.
17967 (uniquify-push): Removed.
17968
17969 * shadowfile.el (shadow-when): Removed.
17970
17971 * tempo.el (tempo-dolist, tempo-mapc): Removed.
17972 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
17973
17974 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17975 regexp for paragraph-start.
17976
17977 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17978 commas as well.
17979
17980 2000-02-10 Dave Love <fx@gnu.org>
17981
17982 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17983 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17984 Deleted.
17985 (widget-specify-field, widget-specify-button): Don't use
17986 widget-mouse-help as help-echo property.
17987 (default): Use #'ignore for :validate and :mouse-down-action.
17988 (checkbox): Add help-echo.
17989 (widget-sexp-validate): Rewritten to clarify error messages.
17990 (character): Use char-valid-p in :match function.
17991 (widget-color-complete): Use facemenu-color-alist.
17992 (widget-color-action): Use facemenu-read-color.
17993
17994 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17995 set up `caar' &c that we now have.
17996
17997 2000-02-09 Ray Blaak <blaak@gnu.org>
17998
17999 * delphi.el: Make resourcestring a declaration region, like const
18000 and var.
18001
18002 2000-02-09 Dave Love <fx@gnu.org>
18003
18004 * bindings.el (mode-line-input-method-map): New variable.
18005 (mode-line-mule-info): Use it; fix last change.
18006 (mode-line-mode-menu): Move definition.
18007 (mode-line-mouse-sensitive-p): Deleted.
18008 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
18009 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
18010
18011 * startup.el (command-line-1): Don't call
18012 make-mode-line-mouse-sensitive.
18013
18014 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18015
18016 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18017 before rmail-toggle-header, because the former toggles headers.
18018
18019 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18020
18021 * diff-mode.el (diff-kill-junk): New interactive function.
18022 (diff-reverse-direction): Use delete-and-extract-region.
18023 (diff-post-command-hook): Restrict the area so that the hook also works
18024 outside of any diff hunk. This is necessary for the minor-mode.
18025 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18026 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18027
18028 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18029 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18030 so that it can be used more easily in <foo>-mode-hook. Also make sure
18031 to avoid duplicate entries.
18032 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18033 (font-lock-remove-keywords): Just as was done for `add', allow it to
18034 work even if font-lock-mode is nil. Also make sure we don't modify
18035 any pre-existing list by forcing a copy-sequence. Finally rename
18036 `major-mode' to `mode'.
18037 (font-lock-fontify-syntactic-anchored-keywords)
18038 (font-lock-fontify-anchored-keywords)
18039 (font-lock-fontify-keywords-region): Use line-end-position.
18040 Don't make `font-lock-multiline' local (it's now done in
18041 font-lock-set-defaults).
18042 (font-lock-set-defaults): Make `font-lock-multiline' local.
18043 Move the `font-lock-fontified' creation to inside the `unless'.
18044
18045 2000-02-06 Andrew Innes <andrewi@gnu.org>
18046
18047 * term/w32-win.el (x-handle-args): Comment out call to message,
18048 which occurs before window system is initialized.
18049
18050 * makefile.nt: Add support for recompiling lisp code.
18051
18052 2000-02-04 Dave Love <fx@gnu.org>
18053
18054 * bindings.el (mode-line-mule-info): Fix/extend last change.
18055
18056 * completion.el: Replace completion-dolist with dolist.
18057
18058 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
18059
18060 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18061
18062 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
18063 environment names before they go into the section regexp.
18064
18065 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
18066 char class in regexp.
18067
18068 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18069 Bind `case-fold-search' to nil.
18070
18071 * progmodes/idlwave.el (idlwave-template):
18072 Respect `idlwave-abbrev-change-case'.
18073 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18074 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18075 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
18076 (idlwave-rw-case): New function.
18077 (idlwave-statement-match): Fixed problem with assignment regexp.
18078 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
18079 (idlwave-surround): New argument LENGTH to support padding of
18080 operators longer than 1 char.
18081
18082 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18083 idlwave-shell-expression-overlay. Implemented printing of
18084 expressions on higher levels of the calling stack.
18085 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
18086 (idlwave-retrieve-expression-from-level): New function.
18087 (idlwave-shell-last-calling-stack): Variable removed.
18088 (idlwave-shell-reset): Argument action reversed (`visible' to
18089 `hidden'). Also remove stop-line overlay.
18090 (idlwave-shell-calling-stack-routine): New variable.
18091 (idlwave-shell-parse-stack-and-display): Messages now display
18092 negative level numbers.
18093 (idlwave-shell-mode): Set `modeline-format'.
18094 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
18095 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
18096 (idlwave-shell-print-expression-function): New option.
18097
18098 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18099 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
18100 `tool-bar' instead of `toolbar'.
18101
18102 2000-02-02 Dave Love <fx@gnu.org>
18103
18104 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18105 emacs-lisp-mode-hook. Don't check for defalias being defined.
18106
18107 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
18108 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18109 Use the new builtins directly.
18110
18111 * whitespace.el (whitespace): Add :version to defgroup.
18112
18113 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18114 Doc fix.
18115
18116 * thingatpt.el (sexp-at-point, symbol-at-point)
18117 (number-at-point, list-at-point): Add autoload cookie.
18118
18119 * recentf.el (recentf): Add :version to defgroup.
18120
18121 * quickurl.el (quickurl): Add :version to defgroup.
18122
18123 * elide-head.el (elide-head): Use point-marker more.
18124
18125 * bs.el (bs): Add :version to defgroup.
18126
18127 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18128
18129 * progmodes/delphi.el (delphi): Add :version to defgroup.
18130
18131 2000-02-02 Gerd Moellmann <gerd@gnu.org>
18132
18133 * ange-ftp.el (ange-ftp-write-region): Handle case that
18134 succeeding process operation sets a different coding system.
18135
18136 * calculator.el: New file.
18137
18138 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18139
18140 * frame.el (frames-on-display-list, framep-on-display): New functions.
18141 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18142 (display-selections-p, display-screens, display-pixel-width)
18143 (display-pixel-height, display-mm-width, display-mm-height)
18144 (display-backing-store, display-save-under, display-planes)
18145 (display-color-cells, display-visual-class): New functions.
18146
18147 * term/tty-colors.el (tty-color-gray-shades): New function.
18148
18149 * faces.el (display-color-p): Use framep-on-display.
18150 (display-grayscale-p): New function.
18151
18152 2000-01-31 Dave Love <fx@gnu.org>
18153
18154 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18155 (create-fontset-from-x-resource): Don't concat integers.
18156
18157 2000-01-31 Inge Frick <inge@nada.kth.se>
18158
18159 * view.el: Some changes in documentation. Removed some trailing
18160 whitespace. Changed some parameter names to agree with documentation.
18161 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18162 window is not deleted. Modifies change 1998-04-26.
18163
18164 2000-01-31 Gerd Moellmann <gerd@gnu.org>
18165
18166 * windmove.el: New file.
18167
18168 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18169 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18170 progmodes/ebnf-yac.el: Update copyright and license info.
18171
18172 * jit-lock.el (jit-lock-function): Widen before calculating
18173 end position.
18174 (jit-lock-stealth-chunk-start): Rewritten.
18175
18176 * info.el (Info-title-face-alist): Removed.
18177 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
18178 (Info-fontify-node): Use these faces.
18179
18180 2000-01-30 Gerd Moellmann <gerd@gnu.org>
18181
18182 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18183 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18184 `&allow-other-keywords'.
18185
18186 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18187 the list of directories scanned heuristically.
18188
18189 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
18190
18191 2000-01-30 Jason Rumney <jasonr@gnu.org>
18192
18193 * w32-fns.el: Define w32-tty-standard-colors.
18194
18195 * startup.el (command-line): Use w32-tty-standard-colors when in
18196 w32 console mode.
18197
18198 2000-01-30 Dave Love <fx@gnu.org>
18199
18200 * jka-compr.el (jka-compr-load): Fix up load-history.
18201
18202 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18203
18204 * emacs-lisp/cl-macs.el: Revert previous change.
18205
18206 2000-01-29 Dave Love <fx@gnu.org>
18207
18208 * facemenu.el: Purecopy various strings.
18209
18210 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18211 years. Deal with three-digit years.
18212
18213 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18214 Use defconst, purecopy.
18215 (help-back-label): Purecopy it.
18216
18217 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18218
18219 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18220 variable. If non-nil, order the buffer list according to the
18221 currently selected frame.
18222 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18223 non-nil, pass the selected frame to function buffer-list.
18224
18225 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18226
18227 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18228
18229 2000-01-28 Dave Love <fx@gnu.org>
18230
18231 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18232
18233 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18234 Don't use lisp-indent-hook property.
18235 (cl-abs): Remove.
18236
18237 * subr.el: Move out indent and edebug specs for when and unless.
18238
18239 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18240 when, unless.
18241
18242 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18243 unless, when.
18244
18245 2000-01-28 Gerd Moellmann <gerd@gnu.org>
18246
18247 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18248 `collecting' as synonym for `collect'.
18249
18250 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18251 for the case it contains spaces.
18252
18253 * simple.el (what-cursor-position): Change formatting of messages.
18254
18255 * frame.el (delete-other-frames): New function.
18256 (toplevel): Bind it to C-x 5 1.
18257
18258 * sort.el (sort-numeric-base): New option.
18259 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18260 interpret it as octal or hexadecimal. Use sort-numeric-base
18261 as default base.
18262
18263 * progmodes/glasses.el: New file.
18264
18265 2000-01-27 Gerd Moellmann <gerd@gnu.org>
18266
18267 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18268 userids differently.
18269
18270 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18271 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18272 progmodes/ebnf-yac.el: New files.
18273
18274 2000-01-26 Dave Love <fx@gnu.org>
18275
18276 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18277 on a function with an empty body. [From Eric Ludlam.]
18278
18279 2000-01-25 Andre Spiegel <spiegel@gnu.org>
18280
18281 * vc.el (vc-version-diff): Make sure file name is expanded.
18282
18283 2000-01-25 Gerd Moellmann <gerd@gnu.org>
18284
18285 * scroll-bar.el (scroll-bar-timer): Variable removed.
18286 (scroll-bar-toolkit-scroll): Don't use a timer.
18287
18288 2000-01-25 Kenichi Handa <handa@etl.go.jp>
18289
18290 * language/thai-util.el (thai-composition-function):
18291 Delete superfluous `a'.
18292
18293 2000-01-24 Dave Love <fx@gnu.org>
18294
18295 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18296 end-of-defun-function.
18297
18298 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
18299
18300 2000-01-22 Jason Rumney <jasonr@gnu.org>
18301
18302 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18303 conflicts with new face support.
18304
18305 2000-01-22 Richard M. Stallman <rms@gnu.org>
18306
18307 * replace.el (query-replace): Rename last arg to DELIMITED.
18308 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18309 (query-replace-regexp): Likewise.
18310
18311 2000-01-20 Richard M. Stallman <rms@gnu.org>
18312
18313 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18314
18315 * emacs-lisp/lisp.el (beginning-of-defun-function):
18316 Variable renamed from beginning-of-defun.
18317 Do not call make-variable-buffer-local.
18318 (beginning-of-defun-raw): Use new variable name; doc fix.
18319 (beginning-of-defun): Doc fix.
18320 (end-of-defun-function): Variable renamed from end-of-defun.
18321 Do not call make-variable-buffer-local.
18322 (end-of-defun): Use new variable name; doc fix.
18323
18324 * subr.el (dolist, dotimes): Copied from cl-macs.el
18325 and made to work.
18326
18327 * mail/undigest.el (rmail-digest-end-regexps):
18328 Variable replaces rmail-digest-end-regexp.
18329 Allows multiple regexps for detecting the end line.
18330 (undigestify-rmail-message): Corresponding changes.
18331
18332 2000-01-19 Dave Love <fx@gnu.org>
18333
18334 * files.el (user-init-file): Don't declare here -- is primitive.
18335
18336 * startup.el (command-line): Check for compiled user-init-file and
18337 set to uncompiled version if necessary.
18338
18339 2000-01-18 Gerd Moellmann <gerd@gnu.org>
18340
18341 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18342 (undigestify-rmail-message): Use it.
18343
18344 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18345
18346 2000-01-17 Gerd Moellmann <gerd@gnu.org>
18347
18348 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18349 of mini-buffer.
18350
18351 2000-01-14 Gerd Moellmann <gerd@gnu.org>
18352
18353 * emacs-lisp/copyright.el (copyright-update): Removed the
18354 requirement for a trailing space from `copyright-regexp', to
18355 support copyrights with owner specified on a separate line..
18356
18357 * align.el: New file.
18358
18359 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18360
18361 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18362
18363 2000-01-13 Dave Love <fx@gnu.org>
18364
18365 * ph.el: Removed. (Obsoleted by EUDC.)
18366
18367 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18368
18369 * net/eudc.el (toplevel): Remove autoloaded code installing
18370 menu with easymenu, because that causes build problems.
18371
18372 * frame.el (frame-notice-user-settings): New variable.
18373 (frame-notice-user-settings): Don't modify frame parameters
18374 if called a second time.
18375
18376 2000-01-13 Richard M. Stallman <rms@gnu.org>
18377
18378 * frame.el (frame-notice-user-settings):
18379 Notice default-frame-parameters even for non-window frames.
18380
18381 2000-01-13 Gerd Moellmann <gerd@gnu.org>
18382
18383 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18384 for Emacs.
18385 (eudc-bob-can-display-inline-images): Extend for Emacs.
18386 (eudc-bob-toggle-inline-display): Ditto.
18387 (eudc-bob-display-jpeg): Ditto.
18388
18389 2000-01-12 Gerd Moellmann <gerd@gnu.org>
18390
18391 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18392 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18393 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18394
18395 * add-log.el (add-change-log-entry): Fix error trying an
18396 `(insert nil)'.
18397
18398 * subdirs.el: Add `net' directory.
18399
18400 * net: New directory.
18401
18402 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18403 eval-last-sexp. Don't bind debug-on-error here.
18404 (eval-last-sexp): New function. Bind debug-on-error if
18405 eval-expression-debug-on-error is non-nil.
18406 (eval-defun-2, eval-defun): Likewise.
18407
18408 * simple.el (eval-expression): Don't bind debug-on-error if
18409 eval-expression-debug-on-error is nil. Detect changed
18410 debug-on-error, and propagate new value to global binding, if
18411 eval-expression-debug-on-error is non-nil,
18412 (eval-expression-debug-on-error): Change doc string.
18413
18414 2000-01-11 Richard M. Stallman <rms@gnu.org>
18415
18416 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18417
18418 * emacs-lisp/lisp-mode.el (with-syntax-table):
18419 Set up lisp-indent-function property.
18420
18421 * subr.el (with-syntax-table): Moved from simple.el.
18422
18423 * simple.el (with-syntax-table): Moved to subr.el.
18424
18425 2000-01-11 Gerd Moellmann <gerd@gnu.org>
18426
18427 * tmm.el (tmm-shortcut): Delete region after prompt instead
18428 of erasing buffer.
18429
18430 * textmodes/fill.el (fill-common-string-prefix): New function.
18431 (fill-context-prefix): Use the longest common prefix of first
18432 and second line fill prefix, if there is one.
18433
18434 2000-01-11 Richard M. Stallman <rms@gnu.org>
18435
18436 * array.el (array-mode): Don't use make-variable-buffer-local.
18437 Use make-local-variable for `truncate-lines'.
18438
18439 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18440
18441 * add-log.el (add-log-current-defun): Handle user-defined
18442 add-log-current-function returning nil,
18443
18444 * add-log.el (add-change-log-entry): Insert version number
18445 if having found a current function
18446
18447 * add-log.el (add-log-current-defun):
18448 Call `add-log-current-defun-function'. Try matches at level 0 and
18449 level 1. Strip whitespace from defun found.
18450
18451 2000-01-10 John Wiegley <johnw@gnu.org>
18452
18453 * allout.el (isearch-done/outline-provisions): Added `edit'
18454 argument to correspond with the current definition of `isearch-done'.
18455
18456 2000-01-10 Dave Love <fx@gnu.org>
18457
18458 * elide-head.el (elide-head): Use point-marker, not point.
18459
18460 2000-01-10 Gerd Moellmann <gerd@gnu.org>
18461
18462 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18463 before and after the year 2000.
18464
18465 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18466 Add ispell- prefix.
18467
18468 2000-01-10 Ken Stevens <k.stevens@ieee.org>
18469
18470 * ispell.el: Only define dictionaries in menus when they exist.
18471 (version18p): New variable.
18472 (version20p): New variable.
18473 (xemacsp): New variable.
18474 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18475 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18476 (ispell-dictionary-alist6): Russian command lines no longer accept
18477 run-together words.
18478 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18479 (ispell-dictionary-alist): Add koi8-r to customize definition.
18480 (check-ispell-version): Added documentation string. Return library
18481 path when called non-interactively.
18482 (ispell-menu-map-needed): Uses new variables.
18483 (ispell-library-path): New variable.
18484 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18485 (ispell-word): Improved documentation string. Test for valid
18486 character mappings. Correctly check typed in word changes that can
18487 result in single words split into multiple words.
18488 Return replacement word.
18489 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18490 replace in recursive query replace mode. Help message for
18491 recursive edit mode.
18492 (ispell-show-choices): Protect against bad framepop bindings.
18493 (ispell-help): Fix to work with XEmacs.
18494 (ispell-highlight-spelling-error): Use new variables.
18495 (ispell-overlay-window): Fix to work with XEmacs.
18496 (ispell-parse-output): Passed and returns location information
18497 tracking spelling corrections. Doesn't recheck same word on
18498 current line.
18499 (ispell-init-process): Protect against bogus XEmacs variable binding.
18500 Fix call to single argument in sleep-for. Use new variables.
18501 (ispell-region): Passed and returns location information tracking
18502 spelling corrections. Doesn't check same word on current line.
18503 Improved documentation string. Doesn't resend a line already
18504 checked to the ispell process - fixes bug in LaTeX parsing.
18505 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18506 (ispell-skip-region): No longer skips <TT> in SGML.
18507 (ispell-process-line): Tracks location information with spelling
18508 corrections. Added documentation string. Accounts for words
18509 already accepted on this line. Don't allow query-replace on line
18510 starting with math characters. Doesn't resend a line already sent
18511 to ispell process. Fixes alignment error bug.
18512
18513 2000-01-10 Richard M. Stallman <rms@gnu.org>
18514
18515 * dired-x.el (dired-guess-shell-alist-default):
18516 Suggest xloadimage, which is free, not xv, which isn't.
18517
18518 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18519 Don't ever include the host name or user name in the value.
18520
18521 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18522
18523 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18524 of a real newline.
18525
18526 2000-01-09 Stephen Eglen <stephen@gnu.org>
18527
18528 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18529 for .png files.
18530
18531 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18532
18533 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18534
18535 2000-01-09 Gerd Moellmann <gerd@gnu.org>
18536
18537 * progmodes/cperl-mode.el: Replace ^F with ^L.
18538
18539 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18540 `require'ing rmail and mailalias to prevent infinite recursion.
18541
18542 2000-01-08 Dave Love <fx@gnu.org>
18543
18544 * emacs-lisp/backquote.el: Remove inappropriate customization
18545 (allowing custom.el to use backquote).
18546
18547 2000-01-07 Dave Love <fx@gnu.org>
18548
18549 * add-log.el (add-log-debugging): Deleted.
18550 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18551 file. Remove debugging code.
18552 (change-log-get-method-definition, change-log-name): Add doc.
18553 (change-log-sortable-date-at): New function.
18554 (change-log-merge): New command.
18555
18556 * time.el (display-time-string-forms): Make the Mail string active.
18557 (display-time-update): Provide help-echo for load average.
18558
18559 * bindings.el (make-mode-line-mouse2-map): New function.
18560 (mode-line-modified): Use it and simplify.
18561 (mode-line-mule-info): Provide help-echo info.
18562 (minor-mode-alist): Activate the strings.
18563 (make-mode-line-mouse-sensitive): Simplify for
18564 mode-line-buffer-identification.
18565
18566 2000-01-07 Gerd Moellmann <gerd@gnu.org>
18567
18568 * play/pong.el: New file.
18569
18570 2000-01-06 Dave Love <fx@gnu.org>
18571
18572 * array.el: Assorted cleanups for compiler warnings, doc strings,
18573 `array-' prefix for symbols.
18574
18575 2000-01-05 Dave Love <fx@gnu.org>
18576
18577 * textmodes/outline.el (outline-mode-menu-bar-map):
18578 Add outline-headers-as-kill.
18579 (outline-mode): Define imenu-generic-expression.
18580 (outline-headers-as-kill): New command.
18581
18582 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18583 from paragraph-start.
18584 (paragraph-indent-minor-mode): New command.
18585
18586 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18587 M-C-e, M-C-h, C-j, C-xnd, TAB.
18588 (fortran-mode): Set beginning-of-defun, end-of-defun.
18589 (fortran-column-ruler): Simplify.
18590 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18591 (fortran-with-subprogram-narrowing): Likewise.
18592 (fortran-indent-subprogram): Call mark-defun.
18593 (fortran-check-for-matching-do): Change narrowing.
18594
18595 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18596 (cl-lucid-hash-tag): Delete.
18597 (cl-hash-table-p): Correct test for native table.
18598 (cl-hash-table-count): Use hash-table-count.
18599
18600 * browse-url.el (browse-url): Fix case of
18601 browse-url-browser-function being an alist.
18602
18603 2000-01-05 Carsten Dominik <cd@gnu.org>
18604
18605 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18606 (reftex-index-phrase-file-extension): New options.
18607
18608 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18609 Use new option `reftex-index-phrase-file-extension'.
18610
18611 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18612 `reftex-parse-file-extension'.
18613
18614 2000-01-05 Dave Love <fx@gnu.org>
18615
18616 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18617 (beginning-of-defun-raw): Use it.
18618 (end-of-defun): New variable.
18619 (end-of-defun): Use it.
18620 (check-parens): New command.
18621
18622 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18623
18624 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18625 (hs-show-block): Don't use `mapcar' when not accumulating.
18626
18627 Fix buglet in local variables initialization.
18628
18629 2000-01-05 Andreas Schwab <schwab@suse.de>
18630
18631 * hscroll.el (hscroll): Doc fix.
18632
18633 2000-01-05 Carsten Dominik <cd@gnu.org>
18634
18635 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18636 Require idlw-toolbar.
18637
18638 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
18639 file idlw-rinfo.el.
18640 (idlwave-customize): Load must read file idlw-shell.el.
18641 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
18642
18643 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18644
18645 * progmodes/idlw-shell.el: Also provide idlwave-shell
18646 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18647 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18648
18649 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
18650 both reftex-dcr and reftex-vcr.
18651
18652 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18653
18654 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18655
18656 * ps-print.el: PostScript code now is in separate files, doc fix.
18657 (ps-print-version): New version number (5.0.3).
18658 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18659 local.
18660 (ps-spool-config): Initialization fix.
18661 (ps-print-prologue-1, ps-print-prologue-2)
18662 (ps-print-duplex-feature): PostScript code moved to separated file.
18663 (ps-background-image): Little code reformating.
18664 (ps-begin-file, ps-begin-job): Fix code.
18665 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18666 (ps-prologue-file): New fun.
18667
18668 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18669
18670 * ps-vars.el: Eliminated.
18671
18672 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18673 `;;;###autoload'.
18674
18675 * ps-print.el: ps-vars eliminated, doc fix.
18676 (ps-print-version): New version number (5.0.2).
18677 (ps-spool-config): Initialization fix.
18678 (ps-print-customize): New fun.
18679
18680 2000-01-04 Gerd Moellmann <gerd@gnu.org>
18681
18682 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
18683
18684 2000-01-04 Dave Love <fx@gnu.org>
18685
18686 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18687 menu items.
18688
18689 2000-01-03 Dave Love <fx@gnu.org>
18690
18691 * elide-head.el (elide-head) [defgroup]: Add :version.
18692
18693 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
18694 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18695 Use `cl-hash-table-p', not `hash-table-p'.
18696 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18697
18698 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18699
18700 * faces.el (face-read-integer, read-face-attribute)
18701 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
18702
18703 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18704
18705 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18706 at comment end, and re-insert them after filling.
18707
18708 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18709
18710 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18711 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18712 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18713
18714 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18715
18716 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18717 the new name of face-color-supported-p.
18718
18719 * term/w32-win.el (xw-defined-colors): Likewise.
18720
18721 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18722
18723 * simple.el (completion-setup-function): Count completion-size
18724 from minibuffer-prompt-end, not from point-min.
18725
18726 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18727
18728 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18729 Pass the frame to tty-color-* functions.
18730 (display-color-p, frame-set-background-mode): Pass the frame to
18731 tty-display-color-p.
18732
18733 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18734 tty-color-alist.
18735 (tty-color-alist, tty-modify-color-alist): New functions.
18736 (tty-color-define, tty-color-clear, tty-color-approximate)
18737 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18738 optional parameter FRAME.
18739
18740 2000-01-01 Gerd Moellmann <gerd@gnu.org>
18741
18742 * image.el (create-image, defimage): Don't assume image data is
18743 a string.
18744
18745 * image.el (defimage): Handle specifications containing :data
18746 instead of :file.
18747 (image-type-from-data): New function.
18748 (image-type-from-file-header): Use it.
18749 (create-image): Add parameter DATA-P.
18750
18751 See ChangeLog.8 for earlier changes.
18752
18753 ;; Local Variables:
18754 ;; coding: iso-2022-7bit
18755 ;; End: