(find-function-regexp): Add
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e043664a
GM
12001-07-25 Gerd Moellmann <gerd@gnu.org>
2
17635d50
GM
3 * isearch.el (isearch-other-meta-char): Fix last change.
4
3fb01f36
GM
5 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6 similar events for which fake prefix keys are generated. It's no
7 longer necessary since read_key_sequence doesn't modify these
8 events for internal purposes anymore.
9
e043664a
GM
10 * files.el (auto-mode-alist): Use nroff-mode for files ending
11 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
12
a9f73104
EZ
132001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14
15 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
16 tool-bar-lines parameter, behave as if its value were zero.
17 (mouse-avoidance-set-pointer-shape): Don't do anything if
18 x-pointer-shape is not boundp.
19
c02a76cc
FP
202001-07-23 Francesco Potorti` <pot@gnu.org>
21
f0188953 22 * uniquify.el: Overall speedup changes when using many buffers.
c02a76cc 23 (uniquify-fix-item-base, uniquify-fix-item-filename,
f0188953 24 uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 25 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 26 place in the item, but was never used.
c02a76cc 27 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 28 in the item is now used as cache for the proposed name.
c02a76cc
FP
29 (uniquify-rationalize-file-buffer-names): Move computation made on
30 newbuffile out of the loop, in the newbuffile-nd local var. Use
31 dolist (cosmetic change). Compute the proposed name for the most
32 common case and cache it in the fourth place in the item.
f0188953
FP
33 (uniquify-rationalize-file-buffer-names): Used to return a a list
34 of buffer whose name was changed, but that return value was never
c02a76cc
FP
35 used.
36 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
37 the cached proposed name, does much less consing and is quicker.
38 (uniquify-filename-lessp): Deleted.
39 (uniquify-rationalize-a-list): Use dolist (cosmetic change). Do
40 not bind locally the uniquify-possibly-resolvable flag. Use the
41 cached proposed name is possible.
42 (uniquify-get-proposed-name): Arguments changed, callers changed.
43 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
44 uniquify-possibly-resolvable flag, which is no more bound locally.
45 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 46 flag, which does not exist any more.
c02a76cc 47
31fac3b8
EZ
482001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
49
be8cf99e
EZ
50 * term/internal.el (IT-unicode-translations): Fix the appearance of
51 "6`".
52
31fac3b8
EZ
53 * progmodes/compile.el (compile-internal): If EMACS is already
54 defined in the environment, don't override its value.
55
73496807
GM
562001-07-23 Gerd Moellmann <gerd@gnu.org>
57
9e5a7f2a
GM
58 * play/fortune.el: Undo change of 2001-07-13.
59 Fix autoload cookies. Add types to defcustoms.
60 (fortune) <defgroup>: Add :link.
61 (fortune-from-region): Use eq, not eql.
62 From Dave Love <fx@gnu.org>.
c02a76cc 63
5247262a 64 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 65
73496807
GM
66 * play/animate.el: New file.
67
722a451d
EZ
682001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
69
70 * startup.el (normal-top-level-add-subdirs-to-load-path): On
71 Windows, put into normal-top-level-add-subdirs-inode-list the
72 canonicalized names of the directories instead of inode numbers.
73
4960e757 742001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 75
4960e757
MK
76 * ediff-util.el: Copyright years.
77 (ediff-choose-syntax-table): New function.
78 (ediff-setup): Use ediff-choose-syntax-table.
73496807 79 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 80 vc-state is available.
73496807 81 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 82
4960e757
MK
83 * ediff-init.el (ediff-with-syntax-table): New macro, uses
84 with-syntax-table.
73496807
GM
85 (ediff-coding-system-for-read): From ediff-diff.el
86 (ediff-coding-system-for-write): New variable.
87 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 88 overlays.
73496807
GM
89 (ediff-file-remote-p): Use file-remote-p, if available.
90 (ediff-listable-file): New function.
91 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 92
73496807 93 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757 94 ediff-listable-file.
c02a76cc 95
73496807 96 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 97 ediff-coding-system-for-read.
73496807 98 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 99
73496807
GM
100 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
101 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 102
4960e757 103 * ediff.el: Date of last update, copyright years.
c02a76cc 104
4960e757 105 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 106
4960e757
MK
107 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
108 of Scott Bronson.
109 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
110 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
111 Deleted functions.
112 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
113 ex-token-list.
73496807 114 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 115
73496807 116 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 117 functions.
73496807
GM
118 (viper-memq-char): Use viper-int-to-char.
119 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 120 vc-locking-state.
73496807 121 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 122
73496807 123 * viper.el (viper-major-mode-modifier-list): Added
4960e757 124 inferior-emacs-lisp-mode.
73496807 125 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 126 heuristics to decide if vi state is appropriate.
73496807
GM
127 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
128 (viper-non-hook-settings): Don't advise read-key-sequence.
129 (viper-read-key-sequence): New function that replaces the
4960e757 130 previously used advice to read-key-sequence.
c02a76cc 131
73496807
GM
132 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
133 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
134 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
135 (viper-open-line-at-point,viper-substitute,viper-overwrite)
136 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
137 Got rid of the negative character hack.
4960e757 138 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
139 Use viper-read-key-sequence.
140 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 141 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 142 Don't override existing minibuffer-setup-hook.
4960e757 143 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 144 Convert registers to char data type.
73496807 145 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
146
147 * viper-keym.el: Use viper-exec-key-in-emacs.
148
05824718
SM
1492001-07-20 Stefan Monnier <monnier@cs.yale.edu>
150
151 * server.el (server-visit-files): Fix variable name typo.
152
6e07c0a5
GM
1532001-07-20 Gerd Moellmann <gerd@gnu.org>
154
05824718 155 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
156 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
157
5b6858da
SM
1582001-07-19 Stefan Monnier <monnier@cs.yale.edu>
159
160 * progmodes/compile.el (compilation-parse-errors): `linenum' might
161 return a this-error using the alternative format (a pair of markers).
162
794d58ba
GM
1632001-07-19 Gerd Moellmann <gerd@gnu.org>
164
4e2a256b
GM
165 * font-lock.el (c++-keywords): Add Standard C++ operator names.
166
794d58ba
GM
167 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
168 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 169
381194d0
PJ
1702001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
171
172 * international/iso-transl.el: Fix typo in the header of the file.
173
174 * textmodes/picture.el (picture): Doc fix.
175
176 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
177 follow coding conventions in generated files.
178
27009a49
EZ
1792001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
180
5b6858da 181 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
182 (tool-bar-add-item): Don't call image-related primitives if the
183 display doesn't support images.
184
185 * frame.el (display-images-p): New function.
186
467f1209
GM
1872001-07-17 Gerd Moellmann <gerd@gnu.org>
188
189 * server.el (server-visit-files): Handle the case the specified
190 column number is <= 0.
191
1922001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
193
194 * startup.el (command-line-1): Add support for +LINE:COLUMN
195 command line argument.
196
1972000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
198
5b6858da
SM
199 * server.el (server-process-filter, server-visit-files):
200 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 201
9781053a
PJ
2022001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
203
204 * emacs-lisp/easy-mmode.el: Add Keywords header.
205
206 * play/pong.el: Author has new address.
207
208 * play/landmark.el: Author is no more reachable.
209
210 * play/handwrite.el: Author is no more reachable.
211
5b6858da
SM
2122001-07-17 Stefan Monnier <monnier@cs.yale.edu>
213
214 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
215 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
216 Complete bindings for F<1..12> keys.
217 (global-map): Remove `undo' binding (already in the default).
218 Replace `t<n>' bindings with `f<n>' bindings.
219
a38b71b0
SM
2202001-07-16 Stefan Monnier <monnier@cs.yale.edu>
221
222 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
223 (tcl-mode): Use tcl-add-log-defun.
224 (tcl-indent-line): Use tcl-calculate-indent.
225 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
226 (tcl-indent-exp): Renamed from indent-tcl-exp.
227 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
228 (tcl-indent-for-comment): Call comment-indent-function properly
229 and handle the case where it returns nil.
230
c1d61a7d
GM
2312001-07-16 Gerd Moellmann <gerd@gnu.org>
232
a38b71b0
SM
233 * calendar/cal-islam.el (calendar-goto-islamic-date):
234 Remove autoload cookie.
235
236 * calendar/calendar.el (calendar-goto-islamic-date):
237 Add call to autoload.
c1d61a7d 238
c59fb719
SM
2392001-07-16 Stefan Monnier <monnier@cs.yale.edu>
240
241 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
242 Don't change compile-auto-highlight globally.
243 Don't bother with `font-lock-defaults' property since XEmacs
244 also understands the `font-lock-defaults' variable.
245 Use make-local-variable rather than make-variable-buffer-local.
246 Don't `defconst' comment-indent-function: keep the default.
247 Call easy-menu-add unconditionally.
248 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
249 (ada-create-menu): Use :included for Emacs as well.
250
251 * vc.el (vc-do-command): Autoload.
252
253 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
254
652a9be9
PJ
2552001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
256
257 * ps-print.el: Fix Author: header.
258
c3d6be34
GM
2592001-07-16 Gerd Moellmann <gerd@gnu.org>
260
4391d40d
GM
261 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
262 mouse-1 etc., bind them to `ignore'.
263
c3d6be34
GM
264 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
265 send-invisible, which is already defined in Comint.
266 (eshell-watch-for-password-prompt): Use it.
267
e8af40ee
PJ
2682001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
269
3c3e43ef
PJ
270 * which-func.el (which-func-mode): Doc fix.
271
e8af40ee 272 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
273 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
274 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
275 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
276 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
277 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
278 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
279 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
280 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
281 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
282 * emulation/edt-mapper.el, emulation/edt-pc.el,
283 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
284 * emulation/tpu-edt.el, emulation/tpu-extras.el,
285 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
286 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
287 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
288 * international/isearch-x.el, international/iso-cvt.el,
289 * international/ogonek.el, international/quail.el,
290 * international/utf-8.el, jit-lock.el, language/devan-util.el,
291 * language/devanagari.el, language/ethio-util.el,
292 * language/ethiopic.el, language/european.el, language/indian.el,
293 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
294 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
295 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
296 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
297 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
298 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
299 * progmodes/autoconf.el, progmodes/cmacexp.el,
300 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
301 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
302 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
303 * progmodes/ebnf2ps.el, progmodes/executable.el,
304 * progmodes/fortran.el, progmodes/idlw-shell.el,
305 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
306 * progmodes/m4-mode.el, progmodes/mantemp.el,
307 * progmodes/meta-mode.el, progmodes/octave-inf.el,
308 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
309 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
310 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
311 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
312 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
313 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
314 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
315 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
316 * textmodes/two-column.el, time-stamp.el, timezone.el,
317 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
318 * which-func.el, whitespace.el, wid-browse.el, widget.el,
319 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
320 conventions.
321
bb24c64f
GM
3222001-07-16 Gerd Moellmann <gerd@gnu.org>
323
324 * simple.el (set-variable): Require 'cus-edit' instead of
325 `wid-edit', so that the Custom widgets get defined.
326
6a05d05f
PJ
3272001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
328
329 * allout.el: A fix to follow coding conventions.
330
331 * find-lisp.el: A fix to follow coding conventions.
332
333 * term/w32-win.el: A fix to follow coding conventions.
334
335 * textmodes/sgml-mode.el: A fix to follow coding conventions.
336
337 * term/xterm.el: A fix to follow coding conventions.
338
339 * term/news.el: A fix to follow coding conventions.
340
341 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
342 header line fixed.
343
344 * sun-curs.el: Fix Maintainer: header line.
345
346 * emacs-lisp/easymenu.el: Address of the author added.
347
1b85bd12
GM
3482001-07-16 Gerd Moellmann <gerd@gnu.org>
349
350 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
351 property.
352
6e44da43
PJ
3532001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
354
355 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 356 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
357 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
358 Some fixes to follow coding conventions.
6e44da43 359
6033fc96
GM
3602001-07-16 Gerd Moellmann <gerd@gnu.org>
361
362 * which-func.el (which-func-mode): Doc fix.
363
5d3d1e32
SM
3642001-07-15 Stefan Monnier <monnier@cs.yale.edu>
365
366 * net/rcompile.el (remote-compile): Use make-local-variable.
367
368 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
369
370 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
371
372 * mail/reporter.el (reporter-submit-bug-report):
373 Don't abuse make-variable-buffer-local. Fix call to add-hook.
374
55535639
PJ
3752001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
376
3afbc435 377 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
378 * calendar/cal-dst.el, calendar/cal-french.el,
379 * calendar/cal-hebrew.el, calendar/cal-islam.el,
380 * calendar/cal-iso.el, calendar/cal-julian.el,
381 * calendar/cal-mayan.el, calendar/cal-persia.el,
382 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
383 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
384 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
385 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
386 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
387 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
388 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
389 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
390 * progmodes/ada-xref.el, progmodes/cc-align.el,
391 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
392 * progmodes/cc-defs.el, progmodes/cc-engine.el,
393 * progmodes/cc-langs.el, progmodes/cc-menus.el,
394 * progmodes/cc-styles.el, progmodes/cc-vars.el,
395 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
396 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
397 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
398 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
399 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
400 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
401 conventions in Eshell files with known maintainers.
402
403 * emulation/viper.el: A fix to follow coding conventions.
404
60370d40 405 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
406 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
407 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
408 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
409 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
410 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
411 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
412 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
413 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
414 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
415 conventions in Eshell files.
416
417 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
418 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
419 * emulation/pc-mode.el, emulation/viper-cmd.el,
420 * emulation/viper-ex.el, emulation/viper-init.el,
421 * emulation/viper-keym.el, emulation/viper-macs.el,
422 * emulation/viper-mous.el, emulation/viper-util.el,
423 * emulation/viper.el, forms-pass.el, international/ccl.el,
424 * international/characters.el, international/encoded-kb.el,
425 * international/fontset.el, international/ja-dic-cnv.el,
426 * international/ja-dic-utl.el, international/kinsoku.el,
427 * international/kkc.el, international/mule-cmds.el,
428 * international/mule-diag.el, international/mule-util.el,
429 * international/mule.el, international/titdic-cnv.el,
430 * language/china-util.el, language/chinese.el,
431 * language/cyril-util.el, language/cyrillic.el, language/english.el,
432 * language/greek.el, language/hebrew.el, language/japan-util.el,
433 * language/japanese.el, language/korea-util.el, language/korean.el,
434 * language/lao-util.el, language/lao.el, language/misc-lang.el,
435 * language/slovak.el, language/thai-util.el, language/thai.el,
436 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
437 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
438 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
439 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
440 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
441 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
442 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
443 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
444 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
445 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
446 to follow coding conventions in files without maintainer or in files
447 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
448
449 * emacs-lisp/elp.el: A fix to follow coding conventions.
450
715a2ca2 451 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
452 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
453 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
454 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
455 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
456 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
457 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
458 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
459 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
460 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
461 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
462 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
463 conventions in files from Gnus.
464
55535639 465 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
466 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
467 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
468 * echistory.el, electric.el, emacs-lisp/authors.el,
469 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
470 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
471 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
472 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
473 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
474 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
475 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
476 * international/codepage.el, international/iso-ascii.el,
477 * international/iso-insert.el, international/iso-transl.el,
478 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
479 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
480 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
481 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
482 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
483 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
484 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
485 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
486 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
487 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
488 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
489 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
490 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
491 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
492 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
493 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
494 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
495 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
496 * textmodes/tex-mode.el, textmodes/text-mode.el,
497 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
498 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
499 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
500 files maintained by FSF.
501
1cd7adc6
PJ
5022001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
503
504 * arc-mode.el: A fix to follow coding conventions.
505
506 * bindings.el: Ditto.
507
508 * cdl.el: Ditto.
509
510 * comint.el: Ditto.
511
512 * cus-start.el: Ditto.
513
514 * shell.el: Ditto.
515
516 * skeleton.el: Ditto.
517
07b1b912
SM
5182001-07-13 Stefan Monnier <monnier@cs.yale.edu>
519
520 * info.el (Info-build-node-completions):
521 Make Info-current-file-completions buffer local.
522
09938b67
GM
5232001-07-13 Gerd Moellmann <gerd@gnu.org>
524
e0f82ad8 525 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 526 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 527
07b1b912
SM
528 * calendar/cal-islam.el (calendar-goto-islamic-date):
529 Add autoload cookie.
aa11456f 530
09938b67
GM
531 * play/fortune.el: Add types to defcustoms.
532
ebea5735
PJ
5332001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
534
09938b67 535 * language/czech.el: A fix to follow coding conventions.
ebea5735 536
ec7dc7e1
EZ
5372001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
538
539 * speedbar.el (speedbar-supported-extension-expressions): Add .g
540 to the extension list, for antlr-mode. From Christoph Wedler
541 <Christoph.Wedler@sap.com>.
542
ec402ad4
SM
5432001-07-11 Stefan Monnier <monnier@cs.yale.edu>
544
545 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
546 (vc-dired-mode-map): Fix the madness.
547
548 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
549 (vc-prefix-map): Moved back from vc.el.
550
a777242c
GM
5512001-07-11 Gerd Moellmann <gerd@gnu.org>
552
07b1b912
SM
553 * mail/mail-extr.el (mail-extr-all-top-level-domains):
554 Increase the size of the obarray.
a777242c
GM
555 (mail-extr-all-top-level-domains): Add more toplevel domains,
556 add more long names.
557 From: Per Starback <starback@ling.uu.se>.
558
874d7995
EZ
5592001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
560
561 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
562 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
563
564 * progmodes/ada-mode.el: Ditto.
565
566 * progmodes/ada-xref.el: Ditto.
567
ff524b84
MB
5682001-07-11 Miles Bader <miles@gnu.org>
569
570 * finder.el (finder-insert-at-column): Also move to the next line
571 if exactly at COLUMN.
572
6b05fae3
GM
5732001-07-10 Gerd Moellmann <gerd@gnu.org>
574
6ce5615d
GM
575 * help.el (describe-function-1): When printing FUNCTION's
576 documentation, don't assume FUNCTION is a symbol.
577
6b05fae3
GM
578 * startup.el (normal-top-level): Don't operate on the initial
579 frame if we failed to create one.
580
19da29f9
GM
5812001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
582
583 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
584 itself, i.e. only indent the contents in it.
585
6f19114e
GM
5862001-07-10 Markus Rost <rost@math.ohio-state.edu>
587
588 * mail/rmail.el (rmail-show-message): Show beginning of message in
589 all windows containing it.
590
8184a578
EZ
5912001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
592
593 * term/tty-colors.el: Fix the header line and copyright years.
594
524ac5b2
GM
5952001-07-09 Gerd Moellmann <gerd@gnu.org>
596
4033ae9d
GM
597 * emacs-lisp/advice.el (ad-make-advised-definition): If the
598 original definition has an interactive form, but is Elp
599 instrumented, use the interactive form of the function called by
600 elp-wrapper.
601
59c2dcf4
GM
602 * winner.el (winner-equal): Make it a defun. Don't compare Winner
603 configurations with compare-window-configuration; they aren't
604 window configurations.
605
524ac5b2
GM
606 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
607 from the server for the format we expect. Don't use it if it
c59fb719 608 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 609
06c66e1c 610 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
611 From Luis Fernandes <elf@ee.ryerson.ca>.
612
524ac5b2 6132001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
614
615 * cc-cmds.el: Extended the kludge to interoperate with the
616 delsel and pending-del packages wrt to the new function
617 `c-electric-delete-forward'.
618
851040a5
SM
6192001-07-08 Stefan Monnier <monnier@cs.yale.edu>
620
621 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
622 to delay the call to <mode> for global minor modes.
623 (easy-mmode-define-navigation): Only recenter if interactive.
624
6573d87f
GM
6252001-07-06 Gerd Moellmann <gerd@gnu.org>
626
a25e82a8
GM
627 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
628 to lisp-indent-line.
629
6573d87f
GM
630 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
631 from the server. Call encode-time only when we are sure that we
632 got a 213 response.
633
c1a1fd60
GM
6342001-07-06 Simon Josefsson <jas@extundo.com>
635
636 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
637 (mail-envelope-from): New user option.
638 (sendmail-send-it): Use it.
639
4b81a999
GM
6402001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
641
851040a5
SM
642 * ps-print.el: Use locale dependant date to print date in header.
643 Doc fix.
4b81a999
GM
644 (ps-print-version): New version number (6.5.3).
645 (ps-right-header, ps-right-footer): Initialization and doc fix.
646 (ps-time-stamp-locale-default): New fun.
647
a2cc5c4f
GM
6482001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
649
650 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
651 field problem with MIME-mode.
652
653 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
654
6552001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
656
657 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
658 MIME-mode.
659
a9b511e0
EZ
6602001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
661
662 * bindings.el (mode-line-mule-info): Don't show the tip with
663 buffer-file-coding-system if that is nil.
664
0f60e5ff
GM
6652001-07-05 Gerd Moellmann <gerd@gnu.org>
666
f25cfe53
GM
667 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
668 instead of kill-line.
669
5f72adc0
GM
670 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
671 <Pavel@Janik.cz>.
672
673 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
674 <Pavel@Janik.cz>.
0f60e5ff 675
b5e2c7a7
GM
6762001-07-04 Gerd Moellmann <gerd@gnu.org>
677
678 * font-lock.el (c-font-lock-keywords-3): When matching something
679 like `struct X Y', finish with point after Y.
680
e5836af8 6812001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 682
e5836af8 683 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 684 in caller buffer.
e5836af8 685
f1c53471
EZ
6862001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
687
bf4041b6 688 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
689 instead of string-match to find the basename of the file.
690 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 691
851040a5
SM
692 * net/browse-url.el (browse-url-default-windows-browser):
693 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
694 (browse-url-browser-function) [ms-dos]: Default to
695 browse-url-default-windows-browser.
696
f1c53471
EZ
697 * help.el (locate-library): Enable code that looks for compressed
698 libraries if auto-compression-mode is on.
699
4ce5c223
SM
7002001-07-02 Stefan Monnier <monnier@cs.yale.edu>
701
702 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
703
dd441b46
GM
7042001-07-02 Gerd Moellmann <gerd@gnu.org>
705
4ce5c223 706 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 707
7a3ee510
EZ
7082001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
709
33e432b1
EZ
710 * allout.el: Fix the header line, so that finder.el recognizes it.
711 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
712
4ce5c223
SM
713 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
714 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 715
3024d920
EZ
7162001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
717
4ce5c223 718 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 719
3024d920
EZ
720 * ps-bdf.el (bdf-directory-list): Use the value relative to
721 installation-directory for MS-Windows as well.
722
0c1baae8
RS
7232001-06-29 Richard M. Stallman <rms@gnu.org>
724
725 * wid-edit.el (widget-color-sample-face-get):
726 Return ((foreground-color . COLOR)) instead of constructing a face.
727
442ebe98
EZ
7282001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
729
730 * faces.el (region): Change the background color for the
731 light-background color display to lightgoldenrod2, to make it
732 visible on some laptops.
733
6519817e
RS
7342001-06-28 Richard M. Stallman <rms@gnu.org>
735
736 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
737 (rmail-msg-restore-non-pruned-header): Likewise.
738 If point was in the old pruned header, put it at the top.
739 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 740
6519817e
RS
741 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
742 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
743
15533ae2
SM
7442001-06-28 Stefan Monnier <monnier@cs.yale.edu>
745
746 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
747
19a448e3
KF
7482001-06-28 Karl Fogel <kfogel@red-bean.com>
749
750 * saveplace.el: Update maintainer email address.
751
a17555fd
FP
7522001-06-27 Francesco Potorti` <pot@gnu.org>
753
15533ae2
SM
754 * uniquify.el: (uniquify-rationalize-file-buffer-names):
755 Undo previous change.
a17555fd
FP
756
7572001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
758
759 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
760 preliminary quick reordering. Can speed things up dramatically.
761
555cc9ca
RS
7622001-06-26 Richard M. Stallman <rms@gnu.org>
763
4d68abe0
RS
764 * dired.el (dired-get-filename): A file name starting with ~
765 is not absolute in this context.
766
555cc9ca
RS
767 * which-func.el (which-func-maxout): Increase default to 500000.
768 (which-function-mode): This is now the "real" name of the function.
769 (which-func-mode): Now an alias.
770 (which-func-mode-global): Name deleted.
771
772 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
773 button-2, when binding hs-mouse-toggle-hiding.
774
d9bad487
GM
7752001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
776
15533ae2 777 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
778 (rmail-msg-prune-header): Likewise.
779 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
780 and `rmail-msg-prune-header'.
781
da197e75
SM
7822001-06-25 Stefan Monnier <monnier@cs.yale.edu>
783
784 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
785 back than LINEBEG.
786
9501b986
EZ
7872001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
790 window where they clicked the mouse has a header line, adjust
791 vertical movement by one.
792
7aee34d3
GM
7932001-06-25 Milan Zamazal <pdm@zamazal.org>
794
da197e75
SM
795 * progmodes/glasses.el (glasses-make-readable): Consider underscores
796 too when separating a parenthesis.
7aee34d3 797
b9cc92a4
EZ
7982001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
799
800 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
801 (bookmark-bmenu-hide-filenames): Add help-echo to
802 mouse-highlighted text.
803 (bookmark-bmenu-show-filenames): Remove help-echo property from
804 the whitespace.
805
e55c4863
EZ
8062001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
807
da197e75
SM
808 * files.el (auto-mode-alist): Add configure.ac (autoconf).
809 From Karl Eichwalder <ke@suse.de>.
e55c4863 810
4bd41f5a
RS
8112001-06-23 Richard M. Stallman <rms@gnu.org>
812
813 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
814
815 * progmodes/cc-styles.el (c-set-style): Don't specify initial
816 contents for completing-read.
817
fdae95d4
RS
8182001-06-22 Richard M. Stallman <rms@gnu.org>
819
820 * menu-bar.el (menu-bar-make-toggle): Construct the
821 function's doc string from HELP, not DOC, and make it accurate by
822 adding "Toggle whether to " at the front and downcasing the initial.
823 Change the HELP arg in some calls to make it fit this usage.
824
825 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
826 Undo previous change.
827
5f0e1d42
EZ
8282001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
829
1fd63d9b
EZ
830 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
831
da197e75 832 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 833
2ebf8f54
EZ
8342001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
835
7a03d9cd
EZ
836 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
837
2ebf8f54
EZ
838 * dabbrev.el (dabbrev--select-buffers): Fix last change.
839
4de68712
RS
8402001-06-20 Richard M. Stallman <rms@gnu.org>
841
842 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
843 broken out from dabbrev--find-expansion. Handle minibuffer
844 specially here.
845 (dabbrev--find-expansion): Simplify code in various ways.
846 Don't treat minibuffers specially.
847 Call dabbrev--make-friend-buffer-list.
da197e75 848 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
849 (dabbrev--scanning-message): Do nothing when minibuffer is current.
850
f84e9763 8512001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 852
f84e9763
JW
853 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
854 Also, added a comment describing how to greatly speedup Eshell
855 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 856
f5f3efaa 8572001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 858
da197e75
SM
859 * eshell/esh-mode.el: Disabled a test that often yields false failures.
860
f84e9763
JW
8612001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
862
863 * woman.el (WoMan-highlight-references): Add help-echo to
864 mouse-highlighted text.
b868ed49 865
f7ac3e28
SM
8662001-06-18 Stefan Monnier <monnier@cs.yale.edu>
867
868 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
869
f6f1beba
GM
8702001-06-18 Gerd Moellmann <gerd@gnu.org>
871
f7ac3e28
SM
872 * international/quail.el (quail-start-conversion):
873 Reset quail-translating to nil.
db8f7303 874
f6f1beba
GM
875 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
876 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
877
1a0b9ae6
EZ
8782001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
879
855eca56
EZ
880 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
881 mouse-highlighted text.
882
1a0b9ae6
EZ
883 * dired.el (dired-mark-pop-up): Fix last change.
884
e75e894b
EZ
8852001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
886
218abc51
EZ
887 * calendar/calendar.el (generate-calendar-month): Add help-echo to
888 mouse-highlighted text.
889
d36ca65d
EZ
890 * net/quickurl.el (quickurl-url-file): Run through
891 convert-standard-filename.
892 (quickurl-list-populate-buffer): Add help-echo to
893 mouse-highlighted text.
894 (top-level): Update Dave's URL.
895
092924fd
EZ
896 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
897 mouse-highlighted text.
898
f7ac3e28
SM
899 * textmodes/page-ext.el (pages-copy-header-and-position):
900 Add help-echo to mouse-highlighted text.
092924fd
EZ
901
902 * tar-mode.el (tar-header-block-summarize): Add help-echo to
903 mouse-highlighted text.
904
905 * replace.el (occur): Add help-echo to mouse-highlighted text.
906
907 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
908 mouse-highlighted text.
909
910 * progmodes/cpp.el (cpp-make-button): Add help-echo to
911 mouse-highlighted text.
912
f7ac3e28
SM
913 * progmodes/compile.el (compile-reinitialize-errors):
914 Add help-echo to mouse-highlighted messages.
092924fd
EZ
915 (compilation-forget-errors): Remove help-echo property as well.
916
f7ac3e28
SM
917 * play/landmark.el (lm-plot-square, lm-init-display):
918 Add help-echo to mouse-highlighted text.
092924fd 919
f7ac3e28
SM
920 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
921 Add help-echo to mouse-highlighted text.
092924fd
EZ
922
923 * dired.el (dired-insert-set-properties): Add help-echo to
924 mouse-highlighted text.
f7ac3e28 925 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
926
927 * comint.el (comint-send-input): Add help-echo to
928 mouse-highlighted text.
929
930 * buff-menu.el (list-buffers-noselect): Add help-echo to
931 mouse-highlighted text.
932
933 * arc-mode.el (archive-summarize-files): Add help-echo to
934 mouse-highlighted text.
935
e75e894b
EZ
936 * ffap.el (ffap-machine-p): Always return nil if
937 open-network-stream is not fboundp.
938
f621ed9d
SM
9392001-06-17 Stefan Monnier <monnier@cs.yale.edu>
940
941 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
942 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
943 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
944 incorrectly binding chars between 128 and 256 to it.
945 (sgml-maybe-name-self): Handle latin-1 chars properly.
946 (sgml-tags-invisible): Bind buffer-file-name to nil.
947 Use unwind-protect and restore-buffer-modified-p.
948 (sgml-point-entered): Use buffer-substring-no-properties.
949 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
950 (html-mode): Don't force `imenu-sort-function'.
951
884e8578
EZ
9522001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
953
d5b49f47
EZ
954 * tar-mode.el: Fix the copyright notice.
955
ce6b1982
EZ
956 * font-lock.el (font-lock-comment-face): For tty's with dark
957 background, use "red1", since "lightred" is not one of the colors
958 recognized by tty-colors.el.
959
884e8578
EZ
960 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
961 create a buffer for extracted file, in case there's more than one
962 file by that name in an archive, possibly in different
963 directories. From Kevin Rodgers <kevinr@ihs.com>.
964
965 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
966 <alex@gnu.org>.
967
72190a54
MB
9682001-06-15 Miles Bader <miles@gnu.org>
969
f621ed9d
SM
970 * textmodes/texinfmt.el (texinfo-format-syntax-table):
971 Revert previous change.
72190a54 972
e4cdc335
RS
9732001-06-14 Richard M. Stallman <rms@gnu.org>
974
975 * replace.el (keep-lines-read-args): Return just a regexp.
976 Provide nil for the region args.
f621ed9d 977 (keep-lines, flush-lines, how-many):
e4cdc335
RS
978 Calculate the defaults for the region here, when args are nil.
979
c8c6b45a
EZ
9802001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * rot13.el (rot13-other-window): Some more doc fix.
983
f54701d1
EZ
9842001-06-14 Per Starback <starback@ling.uu.se>
985
986 * replace.el (case-replace, query-replace-from-history-variable)
987 (query-replace-to-history-variable, keep-lines-read-args)
988 (occur-revert-function, query-replace-help): Dox fix.
989
1604ce98
EZ
9902001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * rot13.el (rot13-other-window): Doc fix.
993
22058843
MB
9942001-06-14 Miles Bader <miles@gnu.org>
995
996 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
997 of " and \ to "." (punctuation).
998 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
999
e4cdc335
RS
10002001-06-13 Richard M. Stallman <rms@gnu.org>
1001
1002 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1003
1004 * simple.el (shell-command-on-region): Never kill the
1005 *Shell Command Output* buffer.
1006
a62d56ab
SM
10072001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1008
1009 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1010
4a0aa1d9
SM
10112001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1014 New var, to recognize ${ $' and PODs.
1015 (perl-font-lock-syntactic-face-function): New function.
1016 (perl-mode): Use them.
1017 (perl-continuation-line-p): New function, from perl-calculate-indent.
1018 (perl-calculate-indent): Use it, to properly handle continuation
1019 lines of continuation lines.
1020
b5a9911c
EZ
10212001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * server.el (server-process, server-buffer-clients): Doc fix.
1024 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1025
0f056ec1
JW
10262001-06-09 John Wiegley <johnw@gnu.org>
1027
1028 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1029 test if the last command was Lisp or not.
1030 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1031 B x C".
1032
e5e316b0
EZ
10332001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1034
1035 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1036 general one on compile.el supports drive letters.
7f4350a7
CD
1037
10382001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1039
5a905a7e 1040 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1041 key description.
7f4350a7
CD
1042
1043 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1044
5a905a7e 1045 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1046 (reftex-toc-jump): New command.
1047
1048 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1049 to parse international characters as well.
7f4350a7 1050
5a905a7e 1051 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1052 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1053
5a905a7e
SM
1054 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1055
1056 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1057 TAB to the key separators.
7f4350a7 1058
73419021
EZ
10592001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1060
1061 * international/mule.el (auto-coding-alist): Remove redundant
1062 up-cased versions of the extensions (auto-coding-alist-lookup is
1063 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1064 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1065
cada28bb
EZ
10662001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1069
4f7666dc
RS
10702001-06-01 Richard M. Stallman <rms@gnu.org>
1071
1072 * help.el (describe-variable): Put value on same line
1073 with preceding text, if it is short enough to look good that way.
1074
70079787
EZ
10752001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * term/internal.el (IT-unicode-translations): New variable.
1078 (IT-setup-unicode-display): New function.
1079
c86f4619
GM
10802001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1081
1082 * ps-print.el: Handle before-string and after-string overlay properties
1083 in ps-print-*-with-faces commands. Doc fix.
1084 (ps-print-version): New version number (6.5.2).
1085 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1086 for XEmacs.
1087 (ps-prefix-quote): Doc fix.
c6d452ad 1088 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1089 (ps-basic-plot-str, ps-plot-string): New funs.
1090
1ea98518
SM
10912001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1094 and :type spec.
1095
2b1ec973
GM
10962001-05-31 Gerd Moellmann <gerd@gnu.org>
1097
1ea98518
SM
1098 * international/mule-cmds.el (inactivate-input-method):
1099 Set input-method-function to nil.
2b1ec973 1100
94843cc1
GM
1101 * xml.el (xml-parse-tag): The document may contain invalid characters.
1102 From ShengHuo ZHU <zsh@cs.rochester.edu>
1103
9652931f
GM
11042001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1105
1106 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1107 `rmail-summary-line-decoder' if the message does not have
1108 a Subject: field.
9652931f 1109
1ea98518 1110 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1111
1ea98518
SM
1112 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1113 New variable.
9652931f
GM
1114 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1115 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1116 is non-nil.
1117
f7ac3e28
SM
11182001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1119
1120 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1121
b781e739
SS
11222001-05-29 Sam Steingold <sds@gnu.org>
1123
00f51890
SS
1124 * faces.el (face-valid-attribute-values): Bind `valid' directly
1125 instead of using `setq'.
1126
b781e739
SS
1127 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1128 Use `tex-shell-buf'.
1129 (tex-shell-proc): Use `tex-shell-running'.
1130 (tex-shell-buf-no-error): New function.
1131 (tex-send-tex-command): Use it.
1132 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1133 (tex-kill-job): Check the process before calling `quit-process'.
1134
3d0e328b
GM
11352001-05-29 Gerd Moellmann <gerd@gnu.org>
1136
1ea98518
SM
1137 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1138 UTF-8 sequences.
3d0e328b 1139
8bd6307f
GM
11402001-05-28 Miles Bader <miles@gnu.org>
1141
1142 * comint.el (comint-carriage-motion): Renamed from
1143 `comint-cr-magic'. Operate on the buffer instead of the string
1144 (for use as a comint post-output filter, instead of as a
1145 pre-output filter). Handle backspaces too. Add to the
1146 `comint-output-filter-functions' hook instead of
1147 `comint-preoutput-filter-functions'.
1148
89c8dc6c
GM
11492001-05-28 Gerd Moellmann <gerd@gnu.org>
1150
1151 * language/japan-util.el (japanese-hankaku): Prefer the charset
1152 `jisx0201' when the optional argument `ascii-only' is not specified.
1153 (japanese-hankaku-region): Ditto.
1154 From Katsumi Yamaoka <yamaoka@jpl.org>
1155
f25c1b9b
SM
11562001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1157
1158 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1159 (outline-invisible-p): New function.
1160 (hide-leaves): Save excursion.
1161 (hide-other): Stop looping when reaching bobp.
1162
719bb352
EZ
11632001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1164
1165 * cus-edit.el (custom-file): Fix last change.
1166
d686d354
SM
11672001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1168
1169 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1170 same definition in byte-compile-function-environment as `autoload'
1171 would put in `symbol-function'.
1172
1173 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1174 patch to correct the error message as well.
1175
49b1a638
EZ
11762001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1177
71261a01
EZ
1178 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1179 unless ~/.emacs exists.
1180
49b1a638
EZ
1181 * novice.el (enable-command): If user-init-file is nil or does not
1182 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1183
a434b175
SM
11842001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1185
15ca8de7
SM
1186 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1187 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1188 Allow spaces around macro arguments.
1189 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1190 indent-for-tab-command.
1191 (latex-mode-map, plain-tex-mode-map): New keymaps.
1192 Inherit from tex-mode-map.
1193 (tex-common-initialization): Don't setup the keymap any more
1194 since it's now done right by define-derived-mode.
1195 (latex-mode): Set skeleton-end-hook to nil.
1196 (latex-skeleton-end-hook): Remove.
1197 (tex-latex-block, latex-insert-item): Simplify.
1198 (latex-syntax-after): Use following-char rather than char-after.
1199 (tex-discount-args-cmds, tex-count-words): New functions.
1200
1201 * textmodes/tildify.el (tildify-ignored-environments-alist):
1202 Recognize \verb* as well.
1203
1204 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1205 (perl-comment-indent): Simplify to let newcomment.el do its job.
1206 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1207 (perl-mark-function): Cleanup the namespace.
1208 (perl-calculate-indent): Don't be fooled by nested functions.
1209
1210 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1211
a434b175
SM
1212 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1213 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1214
4e7e1f03
AC
12152001-05-25 Andrew Choi <akochoi@i-cable.com>
1216
1217 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1218 actually be `\\'.
1219 (ctlau-b5-converter): Likewise.
1220
2bef0948
AC
12212001-05-24 Andrew Choi <akochoi@i-cable.com>
1222
1223 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1224 Change CTLauB.el to CTLau-b5.el.
1225
d2d1851b
SM
12262001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1227
1228 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1229 rather than beginning-of-line to avoid problems with fields.
1230 (gud-perldb-massage-args): Use unless and push.
1231 (gud-chdir-before-run): New var.
1232 (gud-common-init): Use it.
1233
5e3d4fbc
AC
12342001-05-24 Andrew Choi <akochoi@i-cable.com>
1235
1236 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1237 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1238 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1239 chinese-ctlaub.
d2d1851b
SM
1240 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1241 New functions.
5e3d4fbc 1242
0216c3df
GM
12432001-05-22 Gerd Moellmann <gerd@gnu.org>
1244
f1f65349
GM
1245 * cus-edit.el (custom-comment-show): Remove debug code.
1246
0216c3df
GM
1247 * language/japan-util.el (japanese-symbol-table): Fix handling of
1248 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1249
e8a1ed31
SM
12502001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1253 Renamed by removing the silly `-flag' suffix.
1254 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1255
7246200c
SM
12562001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1257
1258 * replace.el (keep-lines-read-args): Use `copy-marker'.
1259 (how-many): Save excursion properly.
1260 (occur-mode): Use define-derived-mode.
1261 (perform-replace): Use with-current-buffer.
1262
7e971261
RS
12632001-05-20 Richard M. Stallman <rms@gnu.org>
1264
65569e52
RS
1265 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1266
cc9684e8
RS
1267 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1268
9ca00e71
RS
1269 * info.el (Info-read-subfile): Widen before finding the
1270 desired node in the subfile.
1271
7e971261
RS
1272 * startup.el (command-line-1): When >2 files visited,
1273 leave the last one visible, and make that the selected window.
1274
7c5312b2
GM
12752001-05-20 Gerd Moellmann <gerd@gnu.org>
1276
1277 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1278
310e9a21
EZ
12792001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1280
7246200c
SM
1281 * international/ccl.el (define-ccl-program): Fix a typo.
1282 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1283
1284 * international/mule.el (decode-char): Fix a typo. From Pavel
1285 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1286
1287 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1288 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1289
310e9a21
EZ
1290 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1291 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1292
ef55aa6c
SS
12932001-05-18 Sam Steingold <sds@gnu.org>
1294
7246200c 1295 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1296 and [RET] to `cvs-mode-find-file'.
1297
c9f3bebe
JW
12982001-05-18 John Wiegley <johnw@gnu.org>
1299
1300 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1301 configuration variable, which determines the initial character
1302 that forces use of an external version of a command. The default
1303 is *, but may be set to \, for example.
1304
1305 * eshell/esh-ext.el (eshell-explicit-command):
1306 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1307
c9f3bebe
JW
1308 * eshell/esh-cmd.el (eshell/which):
1309 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1310
7c5312b2
GM
1311 * eshell/em-cmpl.el (eshell-completion-command-name)
1312 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1313 instead of ?*.
1314
1c66d9fb
GM
13152001-05-18 Gerd Moellmann <gerd@gnu.org>
1316
a724ed38
GM
1317 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1318 subst-char-in-string.
1319 (ange-ftp-after-parse-ls-hook): New variable.
1320 (ange-ftp-ls): Run that hook.
1321 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1322
0595722b
GM
1323 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1324 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1325 text into *Completions*.
1326
1c66d9fb
GM
1327 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1328 part of which look like email addresses.
1329
c5bdb93d
AI
13302001-05-18 Andrew Innes <andrewi@gnu.org>
1331
7246200c
SM
1332 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1333 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1334 cmd.exe's handling of FOR loops.
1335 (autoloads): Set find-file-suppress-same-file-warnings to t to
1336 avoid slew of spurious messages.
1337
9a1211f2
GM
13382001-05-18 Simon Josefsson <simon@josefsson.org>
1339
1340 * mail/smtpmail.el (maybe-append-domain): Renamed to
1341 `smtpmail-maybe-append-domain'.
1342 (smtpmail-via-smtp): Use the new name.
1343
29148a3f
GM
1344 * net/browse-url.el (browse-url-browser-function): Add kde.
1345 (browse-url-kde-program, browse-url-kde-args): New variables.
1346 (browse-url-kde): New function.
1347
9ab59a1a
MB
13482001-05-18 Miles Bader <miles@gnu.org>
1349
7246200c
SM
1350 * simple.el (delete-horizontal-space, just-one-space):
1351 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1352 because it's more efficient for large files.
1353
cebf1b97
GM
13542001-05-17 Gerd Moellmann <gerd@gnu.org>
1355
f90c23ca
GM
1356 * mail/rmail.el (rmail-require-mime-maybe): New function.
1357 (rmail): Use it.
1358 (rmail-mode): Handle the case of finding Rmail files.
1359
cebf1b97
GM
1360 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1361 functions.
1362
df22166e
SM
13632001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1364
1365 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1366 text-property after moving to the beginning of line and regardless
1367 of the value of font-lock-multiline.
1368
2ca0d5f1
GM
13692001-05-17 Gerd Moellmann <gerd@gnu.org>
1370
e85e809a
GM
1371 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1372
2ca0d5f1
GM
1373 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1374 last coding system used before calling set-buffer-modified-p
1375 because that function changes last-coding-system.
1376
4c6a4739
EZ
13772001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1378
1379 * files.el (switch-to-buffer-other-window)
1380 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1381 the doc string.
1382
f08cf35b
GM
13832001-05-17 Gerd Moellmann <gerd@gnu.org>
1384
1385 * language/slovak.el, language/czech.el: New maintainer.
1386
2180ea97
SS
13872001-05-16 Sam Steingold <sds@gnu.org>
1388
f08cf35b 1389 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1390 sub-form of `defgeneric' correctly.
1391
9bae8781
GM
13922001-05-16 Gerd Moellmann <gerd@gnu.org>
1393
a90b3d3c
GM
1394 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1395 of `c'.
1396
1b7818b4 1397 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1398 condition-case, test what outline-level returns instead, to
1399 ease debugging.
1b7818b4 1400
9bae8781
GM
1401 * international/mule.el (auto-coding-regexp-alist): New user-option.
1402 (auto-coding-from-file-contents): New function.
1403 (set-auto-coding): Use it to determine a coding system.
1404
7644c605
GM
14052001-05-15 Gerd Moellmann <gerd@gnu.org>
1406
18a0a39e
GM
1407 * mouse.el (mouse-delete-other-windows): Doc fix.
1408
df22166e
SM
1409 * emacs-lisp/lisp-mode.el (lisp-mode):
1410 Make font-lock-keywords-case-fold-search a buffer-local variable with
1411 make-local-variable before setting it.
7644c605 1412
940cf42e
EZ
14132001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1414
1415 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1416 prefixes.
1417
557f7c34
GM
14182001-05-14 Gerd Moellmann <gerd@gnu.org>
1419
1420 * hexl.el (hexl-current-address): Print a message when called
1421 interactively.
1422
14d9b141
SM
14232001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1424
1425 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1426
1427 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1428
1429 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1430
7bd2d083
GM
14312001-05-11 Gerd Moellmann <gerd@gnu.org>
1432
47e72862
GM
1433 * startup.el (command-line): If parameters have been changed in
1434 the init files which influence font selection, clear the face
1435 cache so that faces get realized with the new parameters.
1436
14d9b141 1437 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1438
0f49941f
SM
14392001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1440
1441 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1442
cbeed4a8
EZ
14432001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1444
1445 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1446 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1447
ff9aa2ca
GM
14482001-05-10 Gerd Moellmann <gerd@gnu.org>
1449
1450 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1451 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1452
b2c99950
JW
14532001-05-09 John Wiegley <johnw@gnu.org>
1454
0f49941f
SM
1455 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1456 Annotated the documentation string to tell users about
3cb27fd7
JW
1457 `eshell-no-numeric-conversions'.
1458
c26f6b27
JW
1459 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1460 conversions if a Lisp function has the property
1461 `eshell-no-numeric-conversions' set to a non-nil value.
1462
1463 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1464 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1465 property `eshell-no-numeric-conversions' on the following
1466 functions (which all deal with filesystem entities, and never Lisp
1467 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1468 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1469 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1470 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1471 eshell/which, eshell/addpath.
1472
14732001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1474
d089e299
JW
1475 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1476 encountered as an argument, don't convert it right away, but tag
1477 the first character of the string with the text properties
1478 `number', which signifies to `eshell-lisp-command' that the
1479 argument should be passed through `string-to-number' if it is
1480 actually used in the call to a Lisp function.
1481
1482 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1483 function, convert any string arguments that have been tagged as
1484 "numbers", by calling string-to-number.
1485
1486 * eshell/esh-util.el (eshell-number-regexp): Now that number
1487 conversions only happen for Lisp function calls, the number regexp
1488 should now match all integer and floating point forms.
1489
1490 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1491 `eshell-continue-process', since they are both nonfunctional at
1492 the moment.
1493 (eshell-proc-initialize): Don't bind keys for
1494 `eshell-stop-process' or `eshell-continue-process'.
1495
0f49941f
SM
1496 * eshell/em-unix.el (eshell-shuffle-files):
1497 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1498
1499 * eshell/em-hist.el (eshell-add-to-history): Reference to
1500 `eshell-history-ring' needed to be `eshell-history-index'.
1501
0f49941f
SM
1502 * calendar/timeclock.el (timeclock-find-discrep):
1503 Initialize `elapsed' to 0.
cb89da0f
JW
1504 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1505 it's still nil.
b2c99950 1506
ff39b9a1
SM
15072001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1508
1509 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1510 (archive-mode): Use capitalize.
1511 (archive-unique-fname): Use make-temp-file.
1512
9e53a675
GM
15132001-05-09 Gerd Moellmann <gerd@gnu.org>
1514
1515 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1516
c8224de6
EZ
15172001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1518
c533a7e2
EZ
1519 * tar-mode.el (tar-extract): Pay attention to the value of
1520 coding-system-for-read, if it is non-nil.
1521
ff39b9a1
SM
1522 * calendar/holidays.el (holidays): Add an autoload cookie.
1523 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1524
1c8c9fb8
JW
15252001-05-08 John Wiegley <johnw@gnu.org>
1526
ff39b9a1
SM
1527 * calendar/timeclock.el (timeclock-workday-remaining):
1528 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1529 (timeclock-workday-elapsed): Don't accept a "relative" argument
1530 for the current day's elapsed time. What could that have meant?
ff39b9a1 1531 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1532 (timeclock-when-to-leave): Changed logic, similarly to what was
1533 done for `timeclock-workday-remaining'.
1534 (timeclock-find-discrep): Removed "today-only" argument, which had
1535 no meaning. Fixed some more math problems. The function now
1536 returns a three member list: (TOTAL-TIME-DISCREPANCY
1537 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1538
5f47fb28
EZ
15392001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1540
1541 * w32-fns.el (convert-standard-filename): Start replacing slashes
1542 from the beginning of the file name, not from where the last
1543 invalid character was. From "Andrew Maguire (SWW)"
1544 <Andrew.Maguire@Smallworld.co.uk>
1545
6da5c7da
GM
15462001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1547
1548 The following changes are to provide infrastructure for handling
1549 MIME messages to rmail. They don't affect the original behaviour
1550 if rmail-enable-mime is nil.
1551
1552 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1553 (rmail-search-mime-message-function)
1554 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1555 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1556 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1557 `rmail-view-buffer' is hidden.
6da5c7da
GM
1558 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1559 call rmai-show-mime-function.
1560 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1561 mode-line-process of rmail-view-buffer.
1562 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1563 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1564 buffer.
ff39b9a1
SM
1565 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1566 set-buffer to the Rmail buffer.
6da5c7da
GM
1567 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1568 rmail-search-mime-header-function.
1569 (rmail-search-message): New function.
1570 (rmail-search): Call rmail-search-message to check if a message
1571 matches REGEXP, lastly update point after calling
1572 rmail-show-message.
ff39b9a1
SM
1573 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1574 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1575 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1576 header region, refer to rmail-msgref-vector while setting the
1577 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1578 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1579 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1580 rmail-insert-mime-forwarded-message-function instead of inserting
1581 forwarded message by itself.
1582
1583 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1584 Rmail buffer.
1585 (rmail-set-label, rmail-next-labeled-message): Likewise.
1586
1587 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1588 set-buffer to the Rmail buffer.
1589 (rmail-output-to-rmail-file): Likewise.
1590 (rmail-output): Likewise.
1591
1592 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1593 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1594 (rmail-new-summary): Be sure to go to the Rmail buffer.
1595 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1596 rmail-view-buffer to nil.
1597 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1598 rmail-view-buffer.
1599 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1600 rmail-buffer.
1601 (rmail-summary-scroll-msg-down): Likewise.
1602 (rmail-summary-beginning-of-message): Likewise.
1603 (rmail-summary-wipe): Likewise.
1604 (rmail-summary-toggle-header): Use save-window-excursion, not
1605 save-excursion. Update point in rmail-view-buffer, not in
1606 rmail-buffer.
1607 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1608 rmail-view-buffer, not rmail-buffer.
1609
5092477a
GM
16102001-05-07 Gerd Moellmann <gerd@gnu.org>
1611
1e9fc92e
GM
1612 * cus-edit.el (custom-file): Signal an error if user-init-file is
1613 nil (running -q).
1614
1d053370
GM
1615 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1616
ff39b9a1
SM
1617 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1618 Add :version.
1619
1620 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1621 New option.
1b62b062
GM
1622 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1623 only if smtpmail-warn-about-unknown-extensions is set.
1624
f851a71c
GM
1625 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1626 instead of rmail-sort-by-keywords.
1627
ff39b9a1 1628 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1629 rmail-sort-by-keywords.
1630
ff39b9a1
SM
1631 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1632 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1633 (rmail-summary-mode): Doc fix.
1634
5092477a
GM
1635 * mail/rmail.el (rmail-edit): New Custom group.
1636
1637 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1638 (rmail-edit-mode-hook): New user-option.
1639
05be3833
RS
16402001-05-05 Richard M. Stallman <rms@gnu.org>
1641
1642 * help.el (help-xref-symbol-regexp): Recognize "source of"
1643 and friends, meaning make a link to the source file.
1644 (help-make-xrefs): Handle "source of" and friends
1645 by constructing a link that visits the source file.
1646
1647 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1648
7dfb000f
SM
16492001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1650
5efe6a56
SM
1651 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1652 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1653 Renamed from perl-font-lock-keywords to avoid clashes.
1654 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1655 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1656 Updated correspondingly.
1657
7dfb000f
SM
1658 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1659 Typo `nonexistant' -> `nonexistent'.
1660
88bbb8cb
EZ
16612001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1662
7dfb000f
SM
1663 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1664 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1665 `c-electric-delete-forward' always deletes forward and
1666 `c-electric-delete' only contains the code necessary for XEmacs to
1667 choose between backward and forward deletion.
7dfb000f 1668
88bbb8cb
EZ
1669 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1670 get the electric behavior on that key too.
1671 (c-fill-paragraph): Fixed bogus direct use of
1672 c-comment-prefix-regexp, which caused an error when it's a list.
1673
a1af8dcf
EZ
16742001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * dired-aux.el (dired-diff): Doc fix.
1677
1678 * dired.el (dired-diff): Likewise.
1679
ddfb4005
EZ
16802001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1683
b36581fb
SM
16842001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1685
80a00b6a
SM
1686 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1687 if both the buffer and the file are read-only.
1688
b36581fb
SM
1689 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1690 rather than font-lock-string-face.
1691 (sh-get-indent-info): Treat heredocs like strings.
1692
470bbe9b
GM
16932001-05-02 Gerd Moellmann <gerd@gnu.org>
1694
b36581fb
SM
1695 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1696 a newline following `}'.
3356df63
GM
1697 (texinfo-format-email): New function.
1698 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1699 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1700 Add `display'.
3356df63
GM
1701 (texinfo-sort-region): Goto point-min before sorting.
1702 (texinfo-set): Remove leading white space from value.
1703 From yagi@is.titech.ac.jp.
1704
470bbe9b
GM
1705 * replace.el (query-replace-regexp-eval): Doc fix.
1706
a9d2fd1d
SM
17072001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1708
1709 * diff-mode.el (diff-nonexistant-face): New face.
1710 (diff-font-lock-keywords): Use it.
1711
2b3e941a
EZ
17122001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1713
22cd6fd3
EZ
1714 * font-lock.el (font-lock-mode): Doc fix.
1715
2b3e941a
EZ
1716 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1717 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1718
50df7214
GM
17192001-04-30 Gerd Moellmann <gerd@gnu.org>
1720
a9d2fd1d
SM
1721 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1722 backslash at the start of the here-document delimiter.
a9793e45
GM
1723 (sh-font-lock-syntactic-keywords): Likewise.
1724
50df7214
GM
1725 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1726
e2f599e9
EZ
17272001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1728
1729 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1730 (tty-color-translate, tty-color-by-index, tty-color-values)
1731 (tty-color-desc): Doc fix.
1732
dcaf31d3
EZ
17332001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1734
1735 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1736 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1737 Mention dired-dwim-target in the doc string.
dcaf31d3 1738
a6a06429
MB
17392001-04-28 Miles Bader <miles@gnu.org>
1740
1741 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1742 (dabbrev--find-expansion): Use it.
1743 (dabbrev--select-buffers): Don't select ignored buffers.
1744
5a5d9185
GM
17452001-04-27 Gerd Moellmann <gerd@gnu.org>
1746
a9d2fd1d 1747 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1748
c5b82005
RS
17492001-04-26 Richard M. Stallman <rms@gnu.org>
1750
1751 * dabbrev.el: Add doc strings for some functions.
1752 (dabbrev--eliminate-newlines): New variable.
1753 (dabbrev--substitute-expansion): Convert newlines to spaces
1754 if dabbrev--eliminate-newlines is set.
1755 If abbrev and expansion are both all-lower-case,
1756 leave dabbrev--last-case-pattern nil.
1757
7cff9c6f
GM
17582001-04-26 Gerd Moellmann <gerd@gnu.org>
1759
1760 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1761 if necessary, like in rmail-show-message.
1762
efa89c1f
GM
17632001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1764
1765 * ps-print.el: Color specified by number is forced to be float number.
1766 (ps-print-version): New version number (6.5.1.1).
1767 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1768 initialization.
1769 (ps-prefix-quote): New internal var.
1770 (ps-print-quote): New fun.
1771 (ps-setup, ps-output-frame-properties, ps-float-format)
1772 (ps-format-color): Code fix.
a9d2fd1d
SM
1773 (ps-plot-region): Eliminate redundant foreground color text setting.
1774
d3111e5a
EZ
17752001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1776
1777 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1778
a728644c
GM
17792001-04-25 Gerd Moellmann <gerd@gnu.org>
1780
1781 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1782
4ecdf04d
EZ
17832001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1784
4645bb68
EZ
1785 * info.el (Info-additional-directory-list): Doc fix.
1786
4ecdf04d 1787 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1788 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1789 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1790
7cd512f2
SM
17912001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1792
1dc64fca
SM
1793 * progmodes/make-mode.el (makefile-font-lock-keywords):
1794 Rationalize the rules for includes and conditionals and use the
1795 keyword face for them.
1796
7cd512f2
SM
1797 * faces.el (modify-face): Add compatibility for non-interactive use.
1798
ffeb5c1c
JW
17992001-04-24 John Wiegley <johnw@gnu.org>
1800
1801 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1802 fix from last night, since it wasn't finding eshell/cd.
1803
35f901fa
GM
18042001-04-24 Gerd Moellmann <gerd@gnu.org>
1805
1806 * rect.el (string-rectangle): Revert to 20.x behaviour.
1807 (replace-rectangle): Make it an alias for string-rectangle.
1808 (string-insert-rectangle): New function.
1809
c7b1b508
JW
18102001-04-23 John Wiegley <johnw@gnu.org>
1811
1812 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1813 occurring with Emacs 21's diff.el/compile.el interaction layer.
1814
18152001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1816
1817 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1818 case where the function was defined in a file, but not part of an
1819 eshell module.
1820
157975e3
JW
18212001-04-23 John Wiegley <johnw@gnu.org>
1822
1823 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1824 code to work around a redisplay problem I've been having.
1825
3dc630b9
JW
18262001-04-23 John Wiegley <johnw@gnu.org>
1827
1828 * calendar/timeclock.el (timeclock-day-required): If the time
1829 required for a particular day is not set, use `timeclock-workday'.
1830 (timeclock-find-discrep): Added some sample code in a comment.
1831
1832 * eshell/eshell.el (eshell-command): Made a few changes so that
1833 `eshell-command' could be called programmatically.
1834
7cd512f2 1835 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1836
7cd512f2 1837 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1838
3ae14dd9 18392001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1840
1841 * calendar/timeclock.el: Updated copyright.
1842 (timeclock-generate-report): Don't report the daily or two-week
1843 total, if no time has been worked in that period.
1844 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1845 final computational form, which was unnecessary; corrected a
1846 parsing problem when timeclock-relative was nil.
1847
3ae14dd9 18482001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1849
1850 * calendar/timeclock.el (timeclock-modeline-display): Check if
1851 `list-entry' is null.
1852 (timeclock-use-display-time): The first argument to `set-variable'
1853 must be a symbol.
1854
53e1a74c
EZ
18552001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1856
1857 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1858 (calendar-today-marker, calendar-holiday-marker):
1859 Use display-color-p instead of window-system.
53e1a74c
EZ
1860 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1861 instead of window-system.
1862 (calendar-hide-window): Use display-multi-frame-p instead of
1863 window-system.
1864
1865 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1866 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1867 Use display-multi-frame-p instead of window-system.
53e1a74c 1868
23b809c2
GM
18692001-04-23 Gerd Moellmann <gerd@gnu.org>
1870
1d14e80c
GM
1871 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1872
23b809c2
GM
1873 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1874 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1875
b5eeaa1d
GM
18762001-04-23 Alex Schroeder <alex@gnu.org>
1877
1878 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1879 line-end-position a defalias is used for point-at-bol and point-at-eol.
1880
b5eeaa1d
GM
18812001-04-23 Alex Schroeder <alex@gnu.org>
1882
1883 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1884 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1885
ac1470eb
EZ
18862001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1887
1888 * textmodes/paragraphs.el (sentence-end): Doc fix.
1889
624ef9b3
GM
18902001-04-20 Alex Schroeder <alex@gnu.org>
1891
1892 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1893 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1894
18952001-04-20 Alex Schroeder <alex@gnu.org>
1896
1897 * sql.el (sql-db2-program): New option.
1898 (sql-db2-options): New option.
1899 (sql-db2): New function.
1900
19012001-04-20 Alex Schroeder <alex@gnu.org>
1902
1903 * sql.el (sql-mode-menu): Added highlighting entries.
1904 (sql-highlight-oracle-keywords): New function.
1905 (sql-highlight-postgres-keywords): New function.
1906 (sql-highlight-ansi-keywords): New function.
1907
19082001-04-20 Alex Schroeder <alex@gnu.org>
1909
1910 * sql.el (sql-help): Doc change.
1911
9f3703ab
KF
19122001-04-19 Karl Fogel <kfogel@collab.net>
1913
1914 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1915 that inserted file content only to delete it immediately.
1916 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1917 <lektu@uol.com.br> for the patch.
1918
2a83a11d
SM
19192001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1920
1921 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1922
6f4dd4dc
GM
19232001-04-18 Gerd Moellmann <gerd@gnu.org>
1924
0f8d6dc7
GM
1925 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1926 for defmethod.
1927
6f4dd4dc
GM
1928 * comint.el (comint-cr-magic): New function.
1929 (toplevel): Add it to comint-preoutput-filter-functions.
1930
90200fcc
AI
19312001-04-18 Andrew Innes <andrewi@gnu.org>
1932
1933 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1934 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1935 (recompile): Remove stuff to set EMACSLOADPATH.
1936
daa66f34
GM
19372001-04-18 Gerd Moellmann <gerd@gnu.org>
1938
edc5c81d
GM
1939 * language/slovak.el ("Slovak"): Add tutorial entry.
1940
daa66f34
GM
1941 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1942 browse-url-new-window-p.
1943
5d5845dc
EZ
19442001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1945
1946 * info.el (Info-menu-update): When there are no menus and/or no
1947 cross references in the node, make the respective items of the
1948 Info menu-bar menu inactive.
1949
1c8addd0
GM
19502001-04-17 Gerd Moellmann <gerd@gnu.org>
1951
f4f480bd
GM
1952 * indent.el (indent-for-tab-command): Call indent-line-function
1953 with no argument if PREFIX-ARG is non-nil.
1954
1c8addd0
GM
1955 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1956
8f9ab403
EZ
19572001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1958
1959 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1960 an async subprocess if start-process is unavailable. Suggested by
1961 Tim Van Holder <tim.van.holder@pandora.be>.
1962
60322163
EZ
19632001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1964
1965 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1966 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1967
e372bc67
EZ
19682001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1969
1970 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1971 manual.
1972
28037ecf
SM
19732001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1974
1975 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1976 (cvs-menu): Add a few entries.
1977
1978 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1979 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1980 lock file appears to be reachable from Emacs.
1981 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1982 (cvs-mode-find-file): Look for cvs-header-face rather than
1983 cvs-dirname-face (which doesn't exist).
1984 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1985
1986 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1987
5d5e7f53
EZ
19882001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1989
1990 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1991 normal-erase-is-backspace on a tty. Instead, bind some keys such
1992 as [delete] directly, like pc-select.el did before
1993 normal-erase-is-backspace was invented.
1994
118562e1 19952001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1996
1997 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1998
6c9e58c4
JW
19992001-04-11 John Wiegley <johnw@gnu.org>
2000
28037ecf
SM
2001 * eshell/em-ls.el (eshell-ls-insert-directory):
2002 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2003 buffers, if Eshell's ls is being used.
2004
118562e1 20052001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2006
28037ecf
SM
2007 * calendar/timeclock.el (timeclock-completing-read): New function.
2008 (timeclock-ask-for-project, timeclock-ask-for-reason):
2009 Call `timeclock-completing-read'.
978bd3ea
JW
2010
2011 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2012 required where `member' was being used.
2013
118562e1 20142001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2015
28037ecf
SM
2016 * eshell/em-hist.el (eshell-previous-matching-input):
2017 Don't display "History item" if the the minibuffer is active.
978bd3ea 2018
30cb0001
GM
20192001-04-11 Gerd Moellmann <gerd@gnu.org>
2020
2021 * startup.el (command-line): Output a newline after printing
2022 an error from loading the window system's init file.
2023
e38af9bd
EZ
20242001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2025
28037ecf
SM
2026 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2027 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2028 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2029 keywords whose arguments routinely include @@.
2030
bbf63a7b
GM
20312001-04-10 Gerd Moellmann <gerd@gnu.org>
2032
28037ecf
SM
2033 * emacs-lisp/advice.el (ad-make-advised-definition):
2034 Construct advice for subrs differently.
afffeb57 2035
3fe35f35 2036 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2037 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2038
c8d6d636 2039 * simple.el (completion-list-mode-finish): New function.
28037ecf 2040 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2041
2a52f40e 2042 * language/european.el ("Polish"): Change sample text.
28037ecf 2043 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2044
cf8b1bef
GM
2045 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2046 parameter.
2047
bbf63a7b
GM
2048 * faces.el (menu): Doc fix.
2049
719d83ad 20502001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2051
2052 * ps-print.el: Footer implementation. Doc fix.
2053 (ps-print-version): New version number (6.5.1).
2054 (ps-header-frame-alist): New customization var for header frame
2055 properties.
2056 (ps-line-number-color): New customization var for line number color.
2057 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2058 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2059 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2060 (ps-right-footer): New customization vars for footers.
2061 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2062 footers.
2063 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2064 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2065 Code fix.
319acba0
GM
2066 (ps-prologue-file): Indentation fix.
2067 (ps-print-quote): Fun eliminated.
2068 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2069 (ps-output-frame-properties): New fun.
2070 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2071 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2072
e372bc67 20732001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2074
2075 * eshell/eshell.el (eshell-command): Needed a "%s" format
2076 specifier, in case the buffer contains percent characters.
2077
e372bc67 20782001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2079
2080 * calendar/timeclock.el (timeclock-generate-report): Added a
2081 missing insert of the project name.
2082
9f9a5e7a
GM
20832001-04-09 Gerd Moellmann <gerd@gnu.org>
2084
9170e5d4 2085 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2086
865e97c1 2087 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2088 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2089 From: Dave Love <fx@gnu.org>.
2090
cf3885ac 2091 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2092 (server-visit-files): Run server-visit-hook after going to
2093 line 1 so that the hook can set point as it sees fit.
2094
9f9a5e7a
GM
2095 * bindings.el (mode-line-modified): Unify help messages.
2096
51f32106
EZ
20972001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2098
2099 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2100 All callers changed.
2101
e02160a3
EZ
21022001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2103
8e6bb0d0
EZ
2104 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2105 long file names aren't supported, truncate the file names in
2106 quail-misc-package-ext-info to 8+3 before matching them against
2107 FILENAME.
2108
2109 * dos-fns.el (dos-truncate-to-8+3): New function.
2110
ec321d77
EZ
2111 * progmodes/compile.el (grep-compute-defaults): Use null-device
2112 instead of literal /dev/null. Reported by Jens Schmidt
2113 <schmidt@mathematik.uni-kl.de>.
2114
e02160a3
EZ
2115 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2116
cf3885ac
SM
21172001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2118
2119 * textmodes/sgml-mode.el: Add unknown maintainer.
2120 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2121 (html-mode-map): Use set-keymap-parent.
2122
3ffb33bb
DL
21232001-04-06 Dave Love <fx@gnu.org>
2124
2125 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2126 Remove redundant string-to-list.
2127
8f625692
SM
21282001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2129
2130 * composite.el (reference-point-alist): Doc fix.
2131
1087f198
SS
21322001-04-05 Sam Steingold <sds@gnu.org>
2133
8f625692
SM
2134 * font-lock.el (font-lock-keywords-case-fold-search):
2135 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2136 file made font-lock case-insensitive.
2137
a55e4e68
GM
21382001-04-05 Gerd Moellmann <gerd@gnu.org>
2139
0e4892e2
GM
2140 * faces.el (defface menu): Doc fix.
2141
4d664b04
GM
2142 * wid-edit.el (widget-color-sample-face-get): Don't make
2143 faces for undefined colors.
2144
a55e4e68
GM
2145 * version.el (emacs-version): Include LessTif/Motif version info.
2146
f383cd0d
GM
21472001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2148
2149 * ps-mule.el: Eliminate cl package dependence.
2150 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2151 if they aren't defined yet.
2152 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2153 Eliminate cl package dependence.
2154
de28797f
SM
21552001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2156
2157 * progmodes/cc-cmds.el (c-outline-level):
2158 Bind buffer-invisibility-spec. Originally from Dave Love, but
2159 got lost when incorporating version 5.26.
2160
32df8b47
EZ
21612001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2162
de28797f
SM
2163 * emulation/pc-select.el (pc-selection-mode):
2164 Call normal-erase-is-backspace-mode instead of binding
2165 keys individually.
58e4f61d 2166
7f62656b
EZ
2167 * cus-load.el (normal-erase-is-backspace): Use it instead of
2168 delete-key-deletes-forward.
2169
2170 * startup.el (command-line): Use normal-erase-is-backspace and
2171 normal-erase-is-backspace-mode.
2172
2173 * simple.el (normal-erase-is-backspace): Rename from
2174 delete-key-deletes-forward. Doc fix.
2175 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2176 delete-key-deletes-forward-mode. Doc fix.
2177 Run normal-erase-is-backspace-hook.
7f62656b 2178
32df8b47 2179 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2180 ``human-readable'' format produced by GNU `ls'.
2181 (dired-move-to-filename-regexp): Recognize ISO format dates.
2182 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2183
5efa6032
GM
21842001-04-04 Gerd Moellmann <gerd@gnu.org>
2185
2186 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2187 New functions.
de28797f
SM
2188 (lm-verify): Check keywords.
2189 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2190
d757aac1
EL
21912001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2192
2193 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2194 `xemacs' feature instead of for the function `set-extent-property'.
2195
9832760a
SM
21962001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2197
2198 * mail/mh-utils.el (mh-folder-hist): New var.
2199 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2200
d565f6aa
EZ
22012001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2202
2203 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2204 region, position point on the first or last 16-byte group.
2205 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2206 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2207 hexl-beginning-of-line.
2208
24c0fd39
GM
22092001-04-03 Gerd Moellmann <gerd@gnu.org>
2210
5efa6032
GM
2211 * icomplete.el (icomplete-mode): Treat an argument like other
2212 modes do.
2213
b3f6107b
GM
2214 * startup.el (fancy-splash-head): Use splash8.xpm for color
2215 depth 8.
2216
24d451c5
SM
2217 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2218 Add an antry for ``converts''.
476bf681 2219
24d451c5
SM
2220 * language/slovak.el ("Slovak"): Add documentation string.
2221 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2222
450f6970
GM
2223 * language/czech.el ("Czech"): Add documentation string.
2224 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2225
24d451c5
SM
2226 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2227 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2228
22292001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2230
2231 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2232 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2233 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2234 Use `defsubst' rather than a macro to ease debugging.
2235 (mail-extr-last): Remove (use `last' instead).
2236 (mail-extract-address-components): Properly reset the syntax-table
2237 after parsing an address. Use `last' rather than mail-extr-last.
2238 Make sure the end marker stays at the very end.
24c0fd39 2239
2b908342
EZ
22402001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2241
2242 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2243 last change.
2244
acfb077d
GM
22452001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2246
2247 * ps-print.el: Line and paragraph spacing feature. Region to cut
2248 out when printing. Doc fix.
2249 (ps-print-version): New version number (6.5).
24d451c5
SM
2250 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2251 New vars. Line and paragraph spacing feature.
acfb077d
GM
2252 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2253 out when printing.
2254 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2255 (ps-get-font-size, ps-begin-job, ps-continue-line)
2256 (ps-plot-region): Code fix.
2257 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2258 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2259 New internal vars.
acfb077d
GM
2260 (ps-get-size): New fun.
2261 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2262 (ps-next-line): Replace defun by defsubst.
2263 (ps-mule-plot-string): Autoload doc fix.
2264
2265 * ps-bdf.el: XEmacs compatibility. Doc fix.
2266 (installation-directory, coding-system-for-read): Declare vars if
2267 it's not declared yet.
2268 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2269
2270 * ps-mule.el: XEmacs compatibility. Doc fix.
2271 (leading-code-private-22): Declare var if it's not declared yet.
2272 (charset-bytes, charset-dimension, charset-id, charset-width)
2273 (find-charset-region, split-char, char-width, chars-in-region)
2274 (forward-point, decompose-composite-char, encode-coding-string)
2275 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2276 Define funs if not defined yet.
2277 (encode-composition-rule, find-composition): Define funs if not
2278 loaded yet.
2279 (ps-mule-prologue): PostScript code fix.
2280
22812001-04-02 Kenichi Handa <handa@etl.go.jp>
2282
2283 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2284 non-nil, generate font for the header strings.
2285 (ps-mule-prepare-font): Likewise.
2286 (ps-mule-generate-glyphs): Likewise.
2287 (ps-mule-string-encoding): Likewise.
2288 (ps-mule-header-charsets): New variable.
2289 (ps-mule-encode-header-string): New function.
2290 (ps-mule-header-string-charsets): New function.
2291 (ps-mule-begin-job): Check charsets in the header strings. If there
2292 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2293
2294 * ps-print.el (ps-generate-header-line): Encode the header string by
2295 ps-mule-encode-header-string.
2296 (ps-mule-encode-header-string): Declare autoload.
2297
c0eb3c10
GM
22982001-04-02 Gerd Moellmann <gerd@gnu.org>
2299
24d451c5
SM
2300 * frame.el (cursor-in-non-selected-windows):
2301 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2302
a3d0b0e0
KH
23032001-03-31 Kenichi Handa <handa@etl.go.jp>
2304
2305 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2306 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2307 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2308 (tsang-quick-converter): New function.
24d451c5
SM
2309 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2310 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2311 (miscdic-convert, batch-miscdic-convert): New functions.
2312
55f7832c
KH
23132001-03-30 Kenichi Handa <handa@etl.go.jp>
2314
a2217cd8
KH
2315 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2316 eight-bit-control chars.
2317
55f7832c 2318 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2319 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2320
911a2406
EZ
23212001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2324 string as well.
2325
1a518f2c
AS
23262001-03-30 Andreas Schwab <schwab@suse.de>
2327
2328 * files.el (backup-directory-alist): Fix typo.
2329
ef080b16
EZ
23302001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2331
2332 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2333 <eggert@twinsun.com>.
2334
e4174a55
DL
23352001-03-30 Dave Love <fx@gnu.org>
2336
2337 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2338
9d5d1075
EZ
23392001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2340
2341 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2342
a27b451e
MB
23432001-03-30 Miles Bader <miles@gnu.org>
2344
2345 * subr.el (interactive-form): Fix paren typo.
2346
aea51abe
EZ
23472001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * emacs-lisp/profile.el: Say that it's obsolete in the header
2350 line, so that finder.el puts that into its data-base.
2351 Suggested by Alex Schroeder <alex@gnu.org>.
2352
249dd409
EZ
23532001-03-29 Paul Eggert <eggert@twinsun.com>
2354
2355 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2356 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2357
1ac1fa96
SM
23582001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2359
2360 * generic.el (generic-mode-set-comments): Use "" rather than nil
2361 for comment-end.
2362
e2b8a830
GM
23632001-03-29 Gerd Moellmann <gerd@gnu.org>
2364
1ac1fa96
SM
2365 * emacs-lisp/advice.el (ad-make-advised-definition):
2366 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2367
2368 * subr.el (interactive-form): New function.
2369
8b2375e7
AS
23702001-03-29 Andre Spiegel <spiegel@gnu.org>
2371
2372 * vc-sccs.el (vc-sccs-register): Use relative file names.
2373
f827b862
GM
23742001-03-28 Gerd Moellmann <gerd@gnu.org>
2375
e59d0e9d
GM
2376 * bookmark.el (bookmark-get-bookmark): Handle case that
2377 BOOKMARK is not a string.
2378
deb2613a
GM
2379 * image.el (image-type-regexps): Change type for PS files
2380 to `postscript'.
2381
f827b862
GM
2382 * subr.el (read-passwd): Clear command history after each
2383 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2384
3c9449d0
KH
23852001-03-27 Kenichi Handa <handa@etl.go.jp>
2386
2387 * international/kkc.el (kkc-save-init-file): Locally bind
2388 print-length to nil.
2389
e6b13c74
GM
23902001-03-26 Gerd Moellmann <gerd@gnu.org>
2391
e120bebf
GM
2392 * textmodes/flyspell.el: Some doc fixes.
2393 (flyspell-maybe-correct-transposition)
2394 (flyspell-maybe-correct-doubling): Use a temporary buffer
2395
2396 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2397
5f6c5771 2398 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2399 (byte-optimize-form-code-walker): Diagnose too few arguments
2400 for `if' and `while'.
2401
2b984c45
KH
24022001-03-26 Kenichi Handa <handa@etl.go.jp>
2403
2404 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2405 Prepend `\' to "\<quail-translation-docstring>".
2406
bf2150fa
GM
24072001-03-26 Gerd Moellmann <gerd@gnu.org>
2408
5f6c5771
SM
2409 * autorevert.el (global-auto-revert-non-file-buffers):
2410 Remove duplicate defcustom.
bf2150fa 2411
a0d59316
MB
24122001-03-26 Miles Bader <miles@gnu.org>
2413
5f6c5771
SM
2414 * international/latin1-disp.el (latin1-char-displayable-p):
2415 Add leading "-" for X font pattern.
a0d59316 2416
9edbff6c
KH
24172001-03-26 Kenichi Handa <handa@etl.go.jp>
2418
5f6c5771
SM
2419 * international/mule-diag.el (describe-coding-system):
2420 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2421 charsets they can encode.
2422
50b57199
EZ
24232001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2424
2425 * help.el (view-lossage): Mention open-dribble-file in the doc
2426 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2427
5b83f9c0
SM
24282001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2431 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2432
e0ecbf5c
KH
24332001-03-23 Kenichi Handa <handa@etl.go.jp>
2434
5b83f9c0
SM
2435 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2436 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2437 multibyte sequence can work correctly.
2438 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2439 property of the coding system.
2440
1cc218de
SM
24412001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2442
2443 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2444 Fix transcription typo.
2445
a3db02ad
RV
24462001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2447
2448 * whitespace.el: Add buffer local variables to toggle testing of
2449 whitespaces in buffers without affecting the default values.
a3db02ad 2450 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2451 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2452 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2453 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2454
83c9cb8e
SM
24552001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2456
2457 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2458
180d5509
GM
24592001-03-21 Gerd Moellmann <gerd@gnu.org>
2460
eeb5b5c1
GM
2461 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2462 bs-cycle-configuration-name. From Juanma Barranquero
2463 <lektu@uol.com.br>.
2464
170a9e70
GM
2465 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2466 and cc-vars.el.
2467
180d5509
GM
2468 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2469 headers. Always invoke sendmail with option -t.
2470
130c507e
GM
24712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2472
2473 * Release of cc-mode 5.28.
2474
24752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2476
2477 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2478 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2479 It's instead taken care of by the default value for c-default-style.
130c507e 2480
130c507e
GM
24812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2482
2483 * cc-align.el (c-lineup-math): Fix bug where lineup was
2484 triggered by equal signs in string literals.
2485
24862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2487
2488 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2489 limit detection when at the ends of the buffer.
2490
2491 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2492 "for" statement clause in case 7F; a better one is done
2493 earlier in case 7D anyway.
2494
24952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2496
2497 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2498 somewhat more and did a small optimization.
2499
25002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2501
2502 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2503 Use the limit argument only to limit the syntactic context
2504 search, not to limit the actual movement.
2505
2506 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2507 inside multiline strings, just like in comments. Also various
2508 fixes to the paragraph and comment prefix recognition, block
2509 comment ender handling etc.
2510
25112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2512
2513 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2514 the relative position of the point.
2515
2516 * cc-cmds.el (c-electric-continued-statement): New function to
2517 use as abbrev hook to reindent for keywords such as "else"
2518 that continues an earlier statement.
2519
2520 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2521 like classes.
2522
2523 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2524 (pike-mode): Populate the default abbrev tables to reindent for
2525 keywords such as "else" that can continue earlier statements.
2526 Abbrev mode is therefore turned on by default now. (Note that
2527 this doesn't apply to idl-mode, since IDL afaik doesn't have
2528 statements at all.)
2529
25302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2531
2532 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2533 bracelists where the declaration contains template arguments.
2534
25352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2536
83c9cb8e
SM
2537 * cc-cmds.el (c-comment-indent):
2538 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2539 syntactic indentation. Fixes bug with lineup functions that
2540 return vectors.
2541
2542 * cc-engine.el (c-get-syntactic-indentation): Split the
2543 indentation sum calculation from `c-indent-line' to a separate
2544 function.
2545
25462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2547
2548 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2549 Fixed places where it was assumed that preprocessor directives
2550 have to start in column zero.
2551
2552 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2553 template arguments after a class identifier properly.
2554
2555 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2556 lists for `new Foo[]' constructs in Java as expressions and
2557 not top level definition brace lists on the top level, so that
2558 they'll get indented consistently with the same type of
2559 expression in a normal block.
2560
25612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2562
2563 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2564 whether the adaptive filling package fails to keep the comment
2565 prefix is now kludged further to check for filladapt-mode
2566 which doesn't have that problem. This is really icky, but it's
2567 the only way that works with the current misfeatures/bugs in
2568 both adaptive-fill-mode and filladapt-mode.
2569
2570 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2571 around point is recognized more robust.
2572
25732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2574
2575 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2576 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2577 (c-lit-type): Fixed all internal variables used dynamically so
2578 that they are always bound.
2579
2580 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2581 errors:
2582
2583 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2584 the region is fully reindented even when an error occurs.
2585 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2586 whole lot of code that tried to optimize indentation of whole
2587 sexps but in reality accomplishes nothing.
2588
2589 (c-indent-sexp): Use c-indent-region.
2590
2591 (c-parsing-error): Changed this variable to hold the message
2592 for any syntactic error that is discovered.
2593
2594 (c-parse-state): Search backward from point instead of the bod
2595 position when the latter is invalid. This makes CC Mode
2596 recover faster when there are unbalanced close braces.
2597
2598 (c-backward-to-start-of-if): Use c-parsing-error to report
2599 dangling "else" clauses instead of throwing an error, and fall
2600 back to a reasonable position.
2601
83c9cb8e 2602 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2603
83c9cb8e 2604 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2605
26062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2607
2608 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2609 paragraph recognition when moving by sentence in literals.
2610
83c9cb8e
SM
2611 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2612 start regexp for javadoc to recognize javadoc markup in general instead
2613 of a specific set of keywords, to be more future-safe.
130c507e
GM
2614
2615 (c-Pike-pikedoc-paragraph-start)
2616 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2617 pikedoc markup.
2618
83c9cb8e 2619 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2620
83c9cb8e 2621 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2622
2623 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2624
2625 (c-comment-prefix-regexp): Made it possible to use an
2626 association list on this to specify mode specific regexps.
2627 The default value now use a special regexp in Pike mode to
2628 recognize pikedoc markup.
2629
2630 (c-current-comment-prefix): New variable containing the actual
2631 regexp from c-comment-prefix-regexp for the current buffer.
2632
26332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2634
2635 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2636 lists: We can't look at the syntax, since a brace list can get
2637 recognized as a plain statement-cont.
2638
2639 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2640 special brace list opener broken over two lines got recognized
2641 as a statement on the second line. Case 9A changed.
2642
26432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2644
2645 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2646 adjustment after line is reindented.
2647
26482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2649
2650 * cc-defs.el (c-point): Added optional argument for position
2651 to use instead of the current point.
2652
2653 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2654 the in-expression block symbols when the construct starts at
2655 boi, to avoid the extra level of indentation in that case.
2656 Cases 4, 16A and 17E affected.
2657
26582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2659
2660 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2661 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2662
2663 * cc-engine.el (c-indent-line): Use the syntax already bound
2664 to `c-syntactic-context', if there is any.
2665
26662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2667
2668 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2669 wasn't added up correctly when a lineup function returned nil.
2670
26712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2672
2673 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2674 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2675
26762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2677
2678 * cc-align.el (c-lineup-dont-change): Return an absolute
2679 indentation column to work correctly in the case when several
2680 syntactic elements are processed for the same line.
2681
2682 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2683 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2684 (c-set-offset): Added absolute indentation column settings by
2685 using the vector type.
2686
130c507e
GM
26872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2688
2689 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2690 Implemented two new cleanups `space-before-funcall' and
2691 `compact-empty-funcall'.
2692
130c507e
GM
26932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2694
2695 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2696 helping building regexps.
2697
2698 * cc-engine.el (c-on-identifier): New function for detecting
2699 identifiers. It takes keywords into account.
2700
2701 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2702 lists. `c-keywords' is set to a regexp matching all keywords
2703 in the current language.
2704
27052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2706
2707 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2708 list of characters to skip backwards over at the beginning of
2709 a statement, since it can precede string literals in Pike.
2710
27112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2712
2713 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2714 recognition when standing on the last line in a C++ comment
2715 with nothing but whitespace after the prefix.
2716
2717 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2718 given no limit argument.
2719
27202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2721
2722 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2723 recognition for the `[]= operator symbol in Pike.
2724
27252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2726
2727 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2728 around a bug in `eval-when-compile' in the byte compiler.
2729
2730 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2731 value when count is zero and there's no token start within the limit.
130c507e
GM
2732
2733 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2734 "prefix comments", i.e. comments which are followed by code on
2735 the same line.
2736
2737 * cc-mode-19.el: Fixes so that checks that must be done at
2738 compile time also are done then.
2739
27402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2741
2742 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2743 time and at runtime, and only when it's needed.
2744
27452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2746
2747 Major cleanup for less error prone and more warning free
2748 compilation, including some fixes for bugs due to different
2749 compilation orders. Thanks to Martin Buchholz for providing
2750 the basis for all this.
2751
2752 * cc-bytecomp.el: New file that provides some byte compilation
2753 features: It ensures that files always are loaded from the
2754 current source directory during compilation, and it provides a
2755 set of macros to turn off specific compiler warnings for
2756 specific symbols. (It's not CC Mode specific in any way.)
2757
2758 Fixed a nearly acyclic dependency tree (both runtime and
2759 compile-time) between all files.
2760
2761 * cc-defs.el: Separated all macros before the inline functions,
2762 to ensure correct compilation.
2763
2764 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2765 cc-defs.el to cc-engine.el and made it a function instead.
2766
2767 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2768 about char-after.
2769
2770 * cc-vars.el: Cope even when there isn't a custom package
2771 containing defcustom available.
2772
2773 * cc-make.el: Removed since it's no longer necessary.
2774
2775 README: Updated installation instructions.
2776
27772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2778
2779 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2780 improve the modularity: Moved all mode init stuff from
2781 cc-langs.el to cc-mode.el, including the keymap
2782 initialization; cc-langs now only contains the various
2783 variables for configuring the language syntax.
2784
83c9cb8e
SM
2785 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2786 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2787 dependency analysis suggests they belong there (which also
83c9cb8e 2788 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2789
27902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2791
2792 * cc-cmds.el (c-fn-region-is-active-p): New function that
2793 wraps the corresponding macro, for use in places that aren't
2794 compiled. Thanks to Martin Buchholz for pointing out this.
2795
83c9cb8e 2796 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2797
2798 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2799 add things to the bug report.
2800
28012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2802
2803 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2804 returned prefix could contain a newline when the search for a
2805 good prefix line failed.
2806
28072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2808
2809 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2810 (c-toggle-auto-hungry-state): Made the argument optional, as
2811 the documentation says it is.
2812
28132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2814
2815 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2816 multiline string syntax, #"...", as a cpp macro.
2817
7008ccac
GM
28182001-03-21 Paul Eggert <eggert@twinsun.com>
2819
83c9cb8e
SM
2820 * international/mule-cmds.el (set-locale-environment):
2821 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2822 caller specifies a non-nil locale name.
3c9449d0 2823
c2478129 28242001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2825
2826 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2827 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2828
117e4b0c
GM
28292001-03-20 Gerd Moellmann <gerd@gnu.org>
2830
7194219d
GM
2831 * follow.el (follow-avoid-tail-recenter): Doc fix.
2832
5721ae13
GM
2833 * custom.el (custom-set-variables): Avoid reversing the list
2834 of args needlessly.
2835
7b8bbf72
GM
2836 * startup.el (fancy-splash-head): Don't change the colors of the
2837 XPM image on a dark background.
2838
a91ad7c9
GM
2839 * comint.el (comint-exec-1): Set columns of the terminal to
2840 window-width instead of frame-width.
2841
fa88947e
GM
2842 * info.el (Info-scroll-down): Add missing WINDOW arg for
2843 pos-visible-in-window-p.
2844
1741905c
GM
2845 * ehelp.el (electric-help-mode-hook): Add defcustom.
2846
117e4b0c
GM
2847 * mail/sendmail.el (mail-mode): Activate case-folding in
2848 font-lock-defaults.
2849
e84c695d
SM
28502001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2851
2852 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2853 (completion-ignored-extensions): Remove duplicate ".class".
2854
fc774041
AS
28552001-03-19 Andreas Schwab <schwab@suse.de>
2856
83c9cb8e
SM
2857 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2858 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2859
c2c097cc
GM
28602001-03-19 Gerd Moellmann <gerd@gnu.org>
2861
2862 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2863 methods since there are not prefix input methods.
2864
fbe2e958
KH
28652001-03-19 Kenichi Handa <handa@etl.go.jp>
2866
83c9cb8e
SM
2867 * international/mule-cmds.el (read-input-method-name):
2868 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2869
da47e491
SM
28702001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2871
2872 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2873
4986c2c6 28742001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2875
4986c2c6
MK
2876 * ediff-util.el: Copyright years.
2877 (ediff-choose-syntax-table): New function.
2878 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2879
4986c2c6
MK
2880 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2881 with-syntax-table.
83c9cb8e 2882
4986c2c6 2883 * ediff.el: Date of last update, copyright years.
83c9cb8e 2884
4986c2c6 2885 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2886
4986c2c6
MK
2887 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2888 of Scott Bronson.
2889 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2890 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2891 Deleted functions.
2892 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2893 ex-token-list.
83c9cb8e 2894
4986c2c6 2895 * viper-util.el: Spaces, indentation.
83c9cb8e 2896
4986c2c6 2897 * viper.el: Changed version, modification time.
83c9cb8e 2898
3c799aec 28992001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2900
2901 * calendar/timeclock.el (timeclock-workday-remaining):
2902 Check whether `discrep' is non-null before using it.
3c799aec 2903
ae3ce418
JW
29042001-03-16 John Wiegley <johnw@gnu.org>
2905
2906 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2907 first-time checkins.
2908 (timeclock-log-data): Fixed problem with reading timelog log file.
2909 Resulting data in the "day list" was incorrect.
2910 (timeclock-find-discrep): Check if `timeclock-file' is readable
2911 before opening it.
2912 (timeclock-time-less-p): New function.
2913 (timeclock-day-base): New function.
2914 (timeclock-geometric-mean): New function.
2915 (timeclock-generate-report): Generate a summary report based on
2916 the contents of the log file. This uses `timeclock-log-data', and
2917 is an example of writing a timelog manipulation function.
2918 (timeclock-visit-timelog): A quick command for opening the timelog
2919 file.
2920 (timeclock-log-data): Bound the variable event.
2921
c8d4a9bb
KH
29222001-03-16 Kenichi Handa <handa@etl.go.jp>
2923
83c9cb8e
SM
2924 * international/mule-cmds.el (select-safe-coding-system):
2925 Fix typo: symbol-name -> symbol-value.
11d56c64 2926
c8d4a9bb
KH
2927 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2928 before substitute-in-file-name to handle double slashes in FILE
2929 correctly.
2930
c899e7e6
GM
29312001-03-15 Gerd Moellmann <gerd@gnu.org>
2932
2933 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2934 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2935
819dce0f
GM
29362001-03-14 Gerd Moellmann <gerd@gnu.org>
2937
697617d9
GM
2938 * bindings.el (features): Add `md5' and `overlay' to the list.
2939
819dce0f
GM
2940 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2941 bound before using it. It's not bound when configured without X,
2942 for instance.
2943
e0067a9d
TTN
29442001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2945
2946 * progmodes/hideshow.el: Update copyright.
2947 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2948 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2949
afcdc0a1
GM
29502001-03-13 Gerd Moellmann <gerd@gnu.org>
2951
e0067a9d 2952 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2953 a non-list.
2954
30564c48
EZ
29552001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2956
2957 * startup.el (fancy-splash-tail, command-line-1): Fix the
2958 copyright year.
2959
2b8e24b3
KH
29602001-03-13 Kenichi Handa <handa@etl.go.jp>
2961
2962 * term.el: These changes are based on a patch sent from Yong Lu
2963 <lyongu@yahoo.com>.
2964 (term-set-escape-char): Bind M-x to execute-extended-command in
2965 term-raw-escape-map.
2966 (term-move-columns): Don't try to move to negagive column.
2967 (term-emulate-terminal): Insert a string before deleting a text to
2968 overwrite.
2969
789b6186
GM
29702001-03-12 Gerd Moellmann <gerd@gnu.org>
2971
b0778a31
GM
2972 * play/life.el (life): Rearrange code so that all calls to
2973 life-display-generation are in a catch-form.
2974
04528cda
GM
2975 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2976 file that isn't interesting. In an interesting file, push the old
2977 value of point on the mark ring.
2978
760cefb5
GM
2979 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2980 New function.
2981 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2982 Use it.
2983
83c9cb8e
SM
2984 * emacs-lisp/autoload.el (generate-file-autoloads):
2985 Remove warning about line lengths.
789b6186 2986
a2ffbafe
FP
29872001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2988
2989 * progmodes/etags.el (tags-compression-info-list): New variable.
2990 (find-tag-in-order): Use it to deal with compressed source files.
2991 (tag-file-name-match-p): New function.
2992 (etags-recognize-tags-table): Use it for better match of file names.
2993
5c9d9d92
KH
29942001-03-12 Kenichi Handa <handa@etl.go.jp>
2995
ba3e9b9b
KH
2996 * international/mule-cmds.el (register-input-method): Doc fix.
2997
5c9d9d92
KH
2998 * international/quail.el (quail-translate-key): Fix condition to
2999 check if there's another breaking point in the current key.
3000
40beecee
EZ
30012001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3002
3003 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3004 Babyl header to the newly-created output file, bind
3005 coding-system-for-write to either rmail-file-coding-system or
3006 emacs-mule-unix.
3007
75c6cb7f
SM
30082001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3009
3010 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3011 Fix the name and regexp used for subsubsections.
3012
5ec17636
DL
30132001-03-10 Dave Love <fx@gnu.org>
3014
3015 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3016 and save-buffer if buffer-file-name non-nil. From rms.
3017
6d2e2c02
AS
30182001-03-10 Andre Spiegel <spiegel@gnu.org>
3019
3020 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3021 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3022 to reflect that.
3023 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3024 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3025 variable bindings that might affect the diff command.
3026 (vc-print-log): Don't switch to the *vc* buffer before the
3027 command, so that local variable bindings are preserved.
3028
789b6186 3029 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3030 not the current buffer.
3031 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3032
789b6186 3033 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3034 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3035
b18f5523
SM
30362001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3037
3038 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3039 so ^, $, *, ? and + are interpreted correctly.
3040
3cfd8357
GM
30412001-03-09 Gerd Moellmann <gerd@gnu.org>
3042
c085b77c 3043 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3044 mode-line-key-binding. Handle any event on a string.
3045 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3046
3cfd8357
GM
3047 * comint.el (comint-insert-clicked-input): Use the last key
3048 from this-command-keys to lookup the global key definition.
3049
348f797a
KH
30502001-03-09 Kenichi Handa <handa@etl.go.jp>
3051
3ebf3717
KH
3052 * international/characters.el: Add category `j' for
3053 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3054
348f797a
KH
3055 * international/mule-conf.el (no-conversion): Fix docstring.
3056 (raw-text): Fix docstring.
3057
e1fbabaf
GM
30582001-03-08 Gerd Moellmann <gerd@gnu.org>
3059
96e8e603
GM
3060 * simple.el (choose-completion-string): When not leaving the
3061 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3062 is set.
3063
e1fbabaf
GM
3064 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3065 parameter `(minibuffer . t)'.
3066
f9db8f19
SM
30672001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3068
3069 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3070 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3071 (sh-mode): Remove `make-local-variable' for unused var
3072 `font-lock-unfontify-region-function'.
3073
02756877
RS
30742001-03-07 Richard M. Stallman <rms@gnu.org>
3075
132bf46d
RS
3076 * info.el (Info-scroll-down): Fix previous change.
3077
02756877
RS
3078 * mail/rmail.el (rmail-toggle-header): Use a window which
3079 is showing the Rmail buffer, rather than the selected window.
3080
eeb24429
DL
30812001-03-07 Dave Love <fx@gnu.org>
3082
3083 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3084 now, to avoid problems with binding imenu directly to a mouse event.
3085
3bdf2660
GM
30862001-03-07 Gerd Moellmann <gerd@gnu.org>
3087
3088 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3089 second arg t.
3090
30912001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3092
3093 * log-edit.el (log-edit-common-indent): New var.
3094 (log-edit-set-common-indentation): Renamed from
3095 log-edit-delete-common-indentation. Use the new var.
3096 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3097
3098 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3099 (cvs-mode-add-change-log-entry-other-window):
3100 Don't presume change-log-default-name is defined.
3101
3102 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3103
3104 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3105 the "tree" operation as well.
3106
3107 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3108
3109 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3110 to match paragraph-start.
3111
3112 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3113 comment-start-skip and set comment-end-skip as well.
3114 (sgml-comment-indent): Fix for new value of comment-start-skip.
3115 (html-autoview-mode): Don't bother using make-local-hook.
3116
2ad02767
GM
31172001-03-07 Gerd Moellmann <gerd@gnu.org>
3118
189638d5 3119 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3120 variables, otherwise long Custom entries would make them ineffective.
189638d5 3121
2ad02767
GM
3122 * uniquify.el: Set maintainer to FSF.
3123
656f8cae
EZ
31242001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3125
3126 * dired-aux.el (dired-do-shell-command): Doc fix.
3127
c83965c4
SM
31282001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3129
04af43bc
SM
3130 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3131
3132 * which-func.el (which-func-modes): Add cperl-mode.
3133 (which-func-mode-global): Use define-minor-mode.
3134
3135 * info-look.el: Docstring fixes and dead code eliminated.
3136 (cperl-mode): Add support.
3137 (emacs-lisp-mode): List all entries from elisp manual, whether
3138 or not they are currently (f)bound or not. Update regexp.
3139
3140 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3141
c83965c4
SM
3142 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3143 so that C-h m shows the correct information.
3144 Use make-local-variable rather than make-variable-buffer-local.
3145 (cperl-info-buffer, cperl-setup-tmp-buf):
3146 Use make-local-variable rather than make-variable-buffer-local.
3147 (cperl-msb-fix, cperl-get-help-defer):
3148 Check major-mode for `cperl-mode' as well.
3149
3150 * progmodes/cperl-mode.el: Updated to author version 4.23.
3151 (cperl-electric-pod): SYNOPSIS was misspelled.
3152 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3153 (cperl-after-expr-p): Make true after __END__.
3154
f16a7aa5
GM
31552001-03-06 Gerd Moellmann <gerd@gnu.org>
3156
157ae273 3157 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3158 bookmark-completion-ignore-case is t.
157ae273 3159
f16a7aa5
GM
3160 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3161 switch, like xterm, and concat resource strings, with a newline
3162 between them.
3163
abaddb98
EZ
31642001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3165
a2ffbafe 3166 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3167 (cp773-decode-table, cp774-decode-table): New variables.
3168
abaddb98
EZ
3169 * man.el (Man-hyphenated-reference-regexp): New variable.
3170 (Man-build-references-alist): Use it to search for referenced
3171 manpages. If hyphenated is non-nil, record a concatenated word in
3172 Man-refpages-alist only if it matches Man-reference-regexp.
3173 Update word's length when it is concatenated. Reverse the list,
3174 to get the first manpage at the head.
3175 (Man-possibly-hyphenated-word): New function.
3176 (Man-follow-manual-reference): Use it instead of current-word to
3177 find a manpage at point, in a way that accounts for hyphenated
3178 references.
3179
eb3f61dd
GM
31802001-03-06 Alex Schroeder <alex@gnu.org>
3181
3182 * sql.el (sql-interbase): New function.
3183 (sql-interbase-program): New option.
3184 (sql-interbase-options): New option.
3185 And some typos fixed: "customise" to "customize".
3186
fa84f42a
DL
31872001-03-06 Dave Love <fx@gnu.org>
3188
83c9cb8e
SM
3189 * textmodes/flyspell.el (flyspell-region):
3190 Set up flyspell-local-mouse-map.
fa84f42a 3191
fda3411d
RS
31922001-03-05 Richard M. Stallman <rms@gnu.org>
3193
a2ffbafe 3194 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3195 Don't call rmail-beginning-of-message.
3196 Don't discard From: field. Do discard Received: field.
3197 Use unwind-protect to re-prune.
3198 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3199
e972ab1f
KH
32002001-03-06 Kenichi Handa <handa@etl.go.jp>
3201
3202 * international/quail.el (quail-title): Add autoload cookie.
3203
335db3c1
DL
32042001-03-05 Dave Love <fx@gnu.org>
3205
3206 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3207 new defs.
3208
278dd6ac
KH
32092001-03-05 Kenichi Handa <handa@etl.go.jp>
3210
83c9cb8e
SM
3211 * language/ethio-util.el (ethio-toggle-space):
3212 Update current-input-method-title if necessary.
36d5e61d
KH
3213 (ethio-toggle-punctuation): Likewise.
3214
341cd4f0
KH
3215 * international/quail.el (quail-title): Fix for the case that a
3216 title of an input method is specified by a list of the same form
3217 as used in mode-line-format.
3218
83c9cb8e
SM
3219 * international/mule-cmds.el (activate-input-method):
3220 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3221 respect that value.
3222
10ebaeb6
GM
32232001-03-05 Gerd Moellmann <gerd@gnu.org>
3224
3225 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3226
7a65c85c
GM
32272001-03-05 Alex Schroeder <alex@gnu.org>
3228
3229 * sql.el (sql-sybase): Fix typo (was: query user about server two
3230 times instead of server and database).
3231
3232 * sql.el (sql-sybase): Doc change.
3233 (sql-mysql): Doc change.
3234 (sql-postgres): Doc change.
3235
b86644f2
KH
32362001-03-05 Kenichi Handa <handa@etl.go.jp>
3237
83c9cb8e
SM
3238 * international/mule-conf.el (emacs-mule, raw-text):
3239 Docstring modified.
b86644f2 3240
e30bd7b7
EZ
32412001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * term/internal.el: Update copyright notice.
3244
3245 * term/pc-win.el: Update copyright notice.
3246
7e365285
DL
32472001-03-02 Dave Love <fx@gnu.org>
3248
83c9cb8e
SM
3249 * files.el (insert-file-contents-literally):
3250 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3251 not jka-compr-compression-info-list.
7e365285 3252
75ed43a6
SM
32532001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3254
3255 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3256 spaces in default comment-start-skip settings rather than \s-.
3257
53c4b1e6
EZ
32582001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3259
3260 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3261 default-frame-alist as well.
3262
028d739a
DL
32632001-03-01 Dave Love <fx@gnu.org>
3264
3265 * textmodes/reftex.el (defvar): Wrap some defvars in
3266 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3267
3268 * subr.el (event-basic-type): Doc fix.
3269
3270 * international/quail.el: Doc fixes.
3271
3272 * international/utf-8.el: Doc fixes.
3273
3274 * international/mule-cmds.el: Doc fixes.
3275 (leim-list-header): Fix header text.
3276
3277 * international/mule.el (coding-system-category): Doc fix.
3278
3279 * international/ccl.el (ccl-compile): Doc fix.
3280
15d1caef
SM
32812001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3282
3283 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3284 rather than (before|after)-change-functions.
3285
f84ff02c
GM
32862001-03-01 Gerd Moellmann <gerd@gnu.org>
3287
3288 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3289 scroll-left and scroll-right being called interactively so that
3290 they set the window's min_hscroll.
3291
e0c1e774
EZ
32922001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3293
3294 * info.el (info-insert-file-contents-1): Accept an additional
3295 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3296 `suffix'; otherwise use the complicated MS-DOS code.
3297 All callers changed.
e0c1e774
EZ
3298 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3299 can access long file names, try the long file-name version of
3300 `info-insert-file-contents-1', then the short file-name version.
3301
b8b2ea31 33022001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3303
af122766
KH
3304 * language/ethio-util.el (setup-ethiopic-environment-internal):
3305 Change bindings of functions keys to conform to "Emacs Lisp Coding
3306 Convention".
3307
3308 * language/ethiopic.el ("Ethiopic"): Add documentation.
3309
b8b2ea31
KH
33102001-02-28 Kenichi Handa <handa@etl.go.jp>
3311
1d64e2ad
KH
3312 * international/utf-8.el (mule-utf-8): Set coding-category
3313 property to coding-category-utf-8.
3314
91cb6e51
RS
33152001-02-27 Richard M. Stallman <rms@gnu.org>
3316
3317 * lpr.el (lpr-page-header-switches, print-region-1):
3318 Undo 2000-07-06 change.
7298f3f7
RS
3319 (lpr-add-switches): Default to t on gnu/linux.
3320
c0cb1027
GM
33212001-02-27 Gerd Moellmann <gerd@gnu.org>
3322
3323 * bs.el (bs-attributes-list): Doc fix.
3324
01459648
GM
33252001-02-26 Gerd Moellmann <gerd@gnu.org>
3326
baebd8a5 3327 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3328
01459648
GM
3329 * help.el (view-order-manuals): Use goto-address.
3330
3331 * startup.el (command-line-1): Add info about ordering manuals
3332 to the not so fancy splash screens.
3333
f93e614e
AS
33342001-02-26 Andre Spiegel <spiegel@gnu.org>
3335
01459648
GM
3336 * vc.el (vc-default-workfile-unchanged-p)
3337 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3338
12435002
GM
33392001-02-26 Gerd Moellmann <gerd@gnu.org>
3340
a2ffbafe 3341 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3342 fontify in the right buffer.
3343
12435002
GM
3344 * allout.el (outline-flag-region): Move macro in front of first
3345 use to avoid a run-time error.
3346
425de386
AI
33472001-02-24 Andrew Innes <andrewi@gnu.org>
3348
3349 * makefile.w32-in: Fix copyright notice.
3350
66c56ed1
KH
33512001-02-24 Kenichi Handa <handa@etl.go.jp>
3352
4c1593ce
KH
3353 * international/utf-8.el (mule-utf-8): Set correct value for
3354 valid-codes property.
3355
66c56ed1
KH
3356 * international/fontset.el (x-complement-fontset-spec): In the
3357 case that we use ASCII font for the other charsets, use only
15d1caef 3358 family and registry part of it.
66c56ed1 3359
119171dd
EZ
33602001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3363 (shrink-window-if-larger-than-buffer): Doc fix.
3364
932c309e
SM
33652001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3366
3367 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3368 predicate passed to completing-read.
3369
9b760e36
EZ
33702001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3371
3372 * startup.el (command-line): Fix last change.
3373
5c39a60f
JR
33742001-02-23 Jason Rumney <jasonr@gnu.org>
3375
3376 * startup.el (tool-bar-originally-present): New variable.
3377 (command-line): Set it if the tool-bar is switched on at startup.
3378
3379 * frame.el (frame-notice-user-settings): Only adjust frame height
3380 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3381 From E. Jay Berkenbilt.
5c39a60f 3382
cb91b2c7
SM
33832001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3384
39b557e8
SM
3385 * server.el (server-switch-buffer): Only switch window if the
3386 current one is dedicated.
3387
cb91b2c7
SM
3388 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3389 rather than using (match-beginning 0) when searching for break point.
3390
9238a8df
EZ
33912001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3394 @ follows an accent command such as @'. Support optional braces
3395 in commands that insert accents, like makeinfo does.
3396
3473f362
GM
33972001-02-22 Gerd Moellmann <gerd@gnu.org>
3398
3399 * startup.el (fancy-splash-text): Add a line for ordering
3400 manuals. Reverse order of splash screens shown.
3401 (use-fancy-splash-screens-p): Adapt to the text line added.
3402
3403 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3404 manuals from the FSF.
3405
3406 * help.el (view-order-manuals): New function.
3407 (toplevel): Bind C-h C-m to this function.
3408
76a4de07
SM
34092001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3410
3411 * newcomment.el (comment-forward): Skip the comment-start before
3412 searching for the comment-end.
3413
75b71d85
DL
34142001-02-21 Dave Love <fx@gnu.org>
3415
2f4c9a87
DL
3416 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3417
75b71d85
DL
3418 * international/mule-cmds.el, international/mule.el: Doc fixes.
3419
ffc9ff0c
GM
34202001-02-21 Gerd Moellmann <gerd@gnu.org>
3421
3422 * startup.el (fancy-splash-screens): Use display-hourglass
3423 instead of display-busy-cursor.
3424
3425 * frame.el (display-hourglass): Renamed from busy-cursor.
3426 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3427 (show-cursor-in-non-selected-windows): Doc fix.
3428
f34eb373
DL
34292001-02-20 Dave Love <fx@gnu.org>
3430
3431 * international/utf-8.el: Doc and commentary fixes.
3432
f55e4a7e
EZ
34332001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3434
3435 * ehelp.el (with-electric-help): Doc fix.
3436
fa97adf6
GM
34372001-02-20 Gerd Moellmann <gerd@gnu.org>
3438
3439 * msb.el (msb-mode): Call the update-buffers function explicitly
3440 with a FORCE argument.
3441
3442 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3443 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3444 returns nil.
3445
54ed3bd2
GM
34462001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3447
3448 * ps-print.el: Timestamp package replacement. Some enhancements.
3449 Some XEmacs compatibility. Doc fix.
3450 (ps-print-version): New version number (6.4).
3451 (ps-printer-name): Initialization fix.
3452 (ps-zebra-stripe-follow): Funcionality enhancement.
3453 (ps-prologue-file): Code enhancement.
3454 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3455 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3456 (ps-get-page-dimensions)
54ed3bd2
GM
3457 (ps-generate-header, ps-begin-file, ps-begin-job)
3458 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3459 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3460 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3461 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3462
e8ebf97d
MB
34632001-02-20 Miles Bader <miles@gnu.org>
3464
3465 * image-file.el (image-file-name-extensions): Add "tif".
3466
136b27c5
GM
34672001-02-19 Gerd Moellmann <gerd@gnu.org>
3468
3469 * wid-edit.el (widget-button-click): Save the selected window
3470 around the code handling clicks on buttons.
3471
6ebbcf59
DL
34722001-02-18 Dave Love <fx@gnu.org>
3473
3474 * imenu.el (imenu--generic-function): Use mapc to iterate over
3475 syntax characters.
3476
595ded73
RS
34772001-02-17 Richard M. Stallman <rms@gnu.org>
3478
b9fe3dc8
RS
3479 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3480
595ded73
RS
3481 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3482
f3f053f3
GM
34832001-02-16 Gerd Moellmann <gerd@gnu.org>
3484
3485 * mouse.el (mouse-save-then-kill): If the distance from the new
3486 point to the mark is equal to the distance of point from the new
3487 point, move point instead of the mark.
3488
11570a8f
DL
34892001-02-16 Dave Love <fx@gnu.org>
3490
3491 * textmodes/flyspell.el (flyspell-get-word): Return string without
3492 properties.
3493
fb339cd5
EZ
34942001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3495
3496 * generic.el (generic-find-file-regexp): Doc fix.
3497 (generic-ignore-files-regexp): New defcustom.
3498 (generic-mode-find-file-hook): If the file's name matches the
3499 regexp in `generic-ignore-files-regexp', don't enter
3500 default-generic-mode. Doc fix.
3501
c56b1c1b
GM
35022001-02-16 Gerd Moellmann <gerd@gnu.org>
3503
a2ffbafe 3504 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3505 Add autoload cookies.
3506
a2ffbafe 3507 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3508 of cal-tex-24.
3509
0d140e65
EZ
35102001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3511
81558867
EZ
3512 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3513
0d140e65
EZ
3514 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3515 the character class after the (optional) drive, to support file
3516 names with embedded blanks.
3517
713f7b15
SS
35182001-02-15 Sam Steingold <sds@gnu.org>
3519
3520 * textmodes/tex-mode.el (tex-shell-running):
3521 Check the process buffer too.
3522
9a2a6f73
DL
35232001-02-15 Dave Love <fx@gnu.org>
3524
3525 * battery.el (battery-status-function): Fix doc, :type.
3526
15d1caef 3527 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3528
fe10cef0
GM
35292001-02-15 Gerd Moellmann <gerd@gnu.org>
3530
3531 * subr.el (read-passwd): Clear Lisp memory holding password.
3532
126f5d4d
MB
35332001-02-15 Miles Bader <miles@gnu.org>
3534
3535 * info.el (Info-copy-current-node-name): New function.
3536 (Info-mode-menu): Add it to the menu.
3537
92e98d63
RS
35382001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3539
3540 * international/mule-cmds.el (toggle-input-method): Doc fix.
3541
dd4e0e55
SM
35422001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3543
3544 * replace.el (occur): Stop at end of buffer.
3545
402dbbd1
EZ
35462001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3547
3548 * international/mule-cmds.el (set-input-method): Another doc fix.
3549
e9fcba3d
GM
35502001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3551
3552 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3553
78ad1cd5
MB
35542001-02-13 Miles Bader <miles@gnu.org>
3555
713f7b15 3556 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3557 (set-face-stipple): Treat a value of nil as being `unspecified'.
3558
fce9d9dc
DL
35592001-02-12 Dave Love <d.love@dl.ac.uk>
3560
3561 * international/latin1-disp.el: Doc fixes.
3562 (latin1-display) <defgroup>: Add :link.
3563 (latin1-display) <function>: Set variable latin1-display.
3564
bc406911
EZ
35652001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3566
3567 * international/mule-cmds.el (set-input-method): Doc fix.
3568
68514d48
EL
35692001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3570
3571 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3572 (speedbar-line-file): Return nil if not a file.
3573 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3574
513bea45 35752001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3576
513bea45
MK
3577 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3578 for remote files.
bc406911 3579 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3580 with raw-text.
713f7b15 3581
513bea45 3582 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3583
83c9cb8e
SM
3584 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3585 Better handling of the diff mode.
713f7b15 3586
513bea45 3587 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3588
bc406911 3589 * viper.texi: Fix typos.
713f7b15 3590
521d4010
DL
35912001-02-11 Dave Love <fx@gnu.org>
3592
36fd8e17
DL
3593 * shadowfile.el: Doc fixes.
3594 (shadow) <defgroup>: Add :link.
3595 (shadowfile-unload-hook): New function.
3596 (shadow-initialize): Use defalias, not fset.
3597 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3598 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3599
521d4010
DL
3600 * international/mule.el: Doc and message fixes.
3601
36fd8e17
DL
3602 * international/ccl.el (define-ccl-program): Doc fix.
3603
92395bbe
KH
36042001-02-11 Kenichi Handa <handa@etl.go.jp>
3605
3606 * faces.el (mode-line): Set :line-width property to -1.
3607
103db06c
RS
36082001-02-10 Richard M. Stallman <rms@gnu.org>
3609
08b78974
RS
3610 * complete.el (partial-completion-mode): Doc fix.
3611
103db06c
RS
3612 * simple.el (delete-key-deletes-forward-mode):
3613 Change `let' to `let*' to fix gross bug in last change.
3614
3615 * repeat.el (repeat): Don't let execute-kbd-macro alter
3616 real-last-command.
3617
a6a1ee53
EZ
36182001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3619
3620 * simple.el (eval-expression): Doc fix.
3621
d2f288c6
DL
36222001-02-09 Dave Love <fx@gnu.org>
3623
038f4ae3
DL
3624 * imenu.el (imenu-generic-expression): Doc fix.
3625
83c9cb8e
SM
3626 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3627 From Juanma Barranquero.
038f4ae3 3628
15d1caef 3629 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3630
9804b846
KH
36312001-02-09 Kenichi Handa <handa@etl.go.jp>
3632
3633 * faces.el (set-face-attribute): Describe the case of a negative
3634 value specified for :line-width.
3635
532f5197
SM
36362001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3637
3638 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3639 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3640
1d279666
DL
36412001-02-08 Dave Love <fx@gnu.org>
3642
4681ca3a
DL
3643 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3644 widget-plist-value-type.
3645 (widget-alist-convert-widget): Replace binding of
3646 widget-alist-value-type.
3647
1d279666
DL
3648 * textmodes/paragraphs.el (sentence-end): Doc fix.
3649
83c9cb8e
SM
3650 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3651 Remove `backward-line'.
1d279666 3652
532f5197
SM
3653 * play/pong.el (pong-blank-color, pong-bat-color)
3654 (pong-ball-color, pong-border-color, pong-left-key)
3655 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3656 (pong-pause-key, pong-resume-key, pong-timer-delay):
3657 * mail/mh-comp.el (mh-compose-letter-function):
3658 * eshell/esh-mode.el (eshell-skip-prompt-function):
3659 * emulation/viper-ex.el (ex-unix-type-shell-options):
3660 * recentf.el (recentf-menu-filter):
3661 * ps-print.el (ps-print-region-function):
3662 * lpr.el (print-region-function):
3663 * forms.el (forms-mode-hooks):
3664 * dirtrack.el (dirtrack-directory-change-hook):
3665 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3666 * textmodes/spell.el (spell-filter):
3667 * textmodes/fill.el (adaptive-fill-function):
3668 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3669 * progmodes/etags.el (find-tag-default-function):
3670 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3671 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3672
6f676109
EZ
36732001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3674
751d3bc4
EZ
3675 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3676 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3677 Meyering <jim@meyering.net>.
3678
6f676109
EZ
3679 * loadup.el: Revert last change.
3680
d3c26cdf
KH
36812001-02-07 Kenichi Handa <handa@etl.go.jp>
3682
83c9cb8e
SM
3683 * international/mule.el (transform-make-coding-system-args):
3684 Make it work also for coding systems not using CCL.
d3c26cdf 3685
44806980
EZ
36862001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3687
9889af08
EZ
3688 * simple.el (previous-matching-history-element)
3689 (next-matching-history-element): Doc fix.
3690
44806980
EZ
3691 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3692 specific part.
3693
1e36ff68
DL
36942001-02-06 Dave Love <fx@gnu.org>
3695
713f7b15 3696 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3697 (add-log-buffer-file-name-function, add-log-file-name-function):
3698 Fix :type.
3699 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3700
c7ca58df
EZ
37012001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3702
fecd556a
EZ
3703 * info.el (info-initialize): Remove the test for system-type when
3704 invocation-directory is non-nil.
3705
c7ca58df
EZ
3706 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3707 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3708
587b5737
AI
37092001-02-06 Andrew Innes <andrewi@gnu.org>
3710
3711 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3712 absolute.
3713
baf7eee4
GM
37142001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3715
3716 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3717 buffers. When hi-lock turned on rather than only checking current
3718 buffer for regexps, all buffers are checked. Moved activation of
3719 font-lock to hi-lock-refontify. When font-lock turned off rather
3720 than removing added highlighting just in current buffer, remove it
3721 in all buffers. Changed edit menu text from "Automatic
3722 Highlighting" to "Regexp Highlighting" Documentation for
3723 highlighting phrases, minor documentation changes.
3724 (hi-lock-set-file-patterns): Execute only if there are new or
3725 existing file patterns.
3726 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3727 unfontify and, if a support mode is active, will not refontify the
3728 whole buffer. If necessary, turn on font lock. (Removed
3729 font-lock-unfontify and font-lock support-mode-specific calls,
3730 such as lazy-lock-fontify-window.)
3731 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3732 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3733 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3734 (hi-lock-face-phrase-buffer): New function. Also added related
3735 menu item and keybinding.
3736 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3737 (hi-lock-process-phrase): New function.
3738 (hi-lock-line-face-buffer): Doc fixes.
3739 (hi-lock-face-buffer): Doc fixes.
3740 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3741
36710aa6
GM
37422001-02-06 Gerd Moellmann <gerd@gnu.org>
3743
3744 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3745 dabbrev-ignored-regexps.
3746
d3f22784
EZ
37472001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3748
3749 * simple.el (kill-line): Doc fix.
3750
5cb3c8d4
DL
37512001-02-05 Dave Love <fx@gnu.org>
3752
3753 * loadup.el: Revert last two changes -- bootstrapping works with
3754 regenerated loaddefs.
3755
e6297e7d
EZ
37562001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3757
1e14b095
EZ
3758 * isearch.el (isearch-forward): Doc fix.
3759
e6297e7d
EZ
3760 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3761 of font-lock-defaults to backward-paragraph.
3762
e16f52ce
GM
37632001-02-05 Gerd Moellmann <gerd@gnu.org>
3764
3765 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3766 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3767
01d19dd7
GM
37682001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3769
3770 * ebnf2ps.el: Eliminate time-stamp functions.
3771 (ebnf-version): New version (3.5).
3772 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3773 format-time-string.
3774
24886813
GM
37752001-02-05 Gerd Moellmann <gerd@gnu.org>
3776
3777 * simple.el (next-line): Goto end-of-line before inserting a newline.
3778
65e70fc4
MB
37792001-02-05 Miles Bader <miles@gnu.org>
3780
3781 * image-file.el (insert-image-file): When visiting an image, also
3782 set `truncate-lines' to t so that any fringe arrow looks correct.
3783
482f06c9
KH
37842001-02-05 Kenichi Handa <handa@etl.go.jp>
3785
3786 * isearch.el (isearch-forward): Add description about input method
3787 in the docsting.
3788
02399da7
SM
37892001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3790
3791 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3792
2c366083
EZ
37932001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3794
3795 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3796 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3797
bdadfce3
GM
37982001-02-02 Gerd Moellmann <gerd@gnu.org>
3799
79fb38c0
GM
3800 * wid-edit.el (widget-button-click): Fix last change.
3801
bdadfce3
GM
3802 * frame.el (frame-notice-user-settings): When resizing the initial
3803 frame because the tool bar is off, also change the frame's top
3804 position if a negative top position was specified.
3805
33155ffb
MB
38062001-02-02 Miles Bader <miles@gnu.org>
3807
3808 * image-file.el (insert-image-file): When visiting an image,
3809 suppress the cursor in the image buffer.
3810
1355ba0c
DL
38112001-02-01 Dave Love <fx@gnu.org>
3812
3813 * progmodes/f90.el (f90-mode): Remove startup message.
3814
fb758d2d 3815 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3816
01acdb05
GM
38172001-02-01 Gerd Moellmann <gerd@gnu.org>
3818
3819 * startup.el (command-line): Fix code determining whether or not
3820 to use delete-key-deletes-forward-mode.
3821
5b1ee316
AS
38222001-02-01 Andre Spiegel <spiegel@gnu.org>
3823
3824 * vc.el (vc-diff-switches): New user option.
3825 (vc-version-diff): Use it.
3826 (vc-diff-switches-list): New macro.
3827
83c9cb8e
SM
3828 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3829 New customization options.
5b1ee316
AS
3830 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3831
3832 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3833
00b1e7a1
GM
38342001-02-01 Gerd Moellmann <gerd@gnu.org>
3835
3836 * msb.el (toplevel): Quote hook symbols.
3837
85827036
KH
38382001-02-01 Kenichi Handa <handa@etl.go.jp>
3839
8e028499 3840 * international/mule.el (make-coding-system): Add description
3c948dde 3841 about recognized properties in the docstring.
8e028499 3842
85827036
KH
3843 * international/mule-conf.el: Remove unused charsets
3844 mac-roman-lower and mac-roman-upper.
3845
7ccf7ab9
GM
38462001-01-31 Gerd Moellmann <gerd@gnu.org>
3847
2441692d
GM
3848 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3849 is in front of the left-margin, if any.
3850
ee5cece0
GM
3851 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3852 like `delete'.
3853
83c9cb8e 3854 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3855
7ccf7ab9
GM
3856 * term/w32-win.el (mouse-set-font): Doc fix.
3857
b4f30ec5 38582001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3859
b4f30ec5
GM
3860 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3861 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3862 on already.
3863
03e0fe6e
GM
38642001-01-31 Markus Rost <rost@math.ohio-state.edu>
3865
3866 * files.el (save-buffer): Don't give message if (buffer-file-name)
3867 returns nil.
713f7b15 3868
8f289acc
EZ
38692001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3870
cb4aae04
EZ
3871 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3872
dbd98b19
EZ
3873 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3874 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3875
8f289acc
EZ
3876 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3877 display problems.
3878
c12553c1
KH
38792001-01-31 Kenichi Handa <handa@etl.go.jp>
3880
c7bf5db9
KH
3881 * international/mule.el (charset-info): Fix docstring.
3882
3883 * international/mule-diag.el (describe-character-set): Check final
3884 char valid before printing it.
c12553c1 3885
14f16b9c
GM
38862001-01-30 Gerd Moellmann <gerd@gnu.org>
3887
efaa080b
GM
3888 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3889
eef93f99
GM
3890 * frame.el (frame-notice-user-settings): Do the tool-bar
3891 stuff only for graphical displays. Fix a braino.
713f7b15 3892
14f16b9c
GM
3893 * frame.el (frame-initialize): Create initial frame visible.
3894 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3895 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3896
3897 * startup.el (command-line): Remove manipulation of frame
3898 height for tool bars.
3899
4ad25e43
EZ
39002001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3901
3902 * lpr.el: Compatibility with XEmacs and doc fixes.
3903 (lpr-windows-system, lpr-lp-system): New vars.
3904 (lpr-printer-switch): New defcustom.
3905 (printer-name, lpr-command): Customization fix.
3906 (print-region-1): Code fix.
3907 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3908 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3909 New functions.
4ad25e43 3910
e8f044a0
GM
39112001-01-29 Gerd Moellmann <gerd@gnu.org>
3912
3913 * msb.el (toplevel): Fix the eval-after-load.
3914
850d5045
GM
39152001-01-29 Dave Love <fx@gnu.org>
3916
762fe76e
DL
3917 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3918
3919 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3920
83c9cb8e 3921 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3922 (tcl-using-emacs-19-23): Consider Emacs 21+.
3923 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3924 (tcl-add-emacs-menu): Supply menu name.
3925 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3926
3a768251
GM
39272001-01-29 Gerd Moellmann <gerd@gnu.org>
3928
3929 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3930
274d02f7
SM
39312001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * pcvs.el (cvs-mark-fis-dead): New function.
3934 (cvs-mode-add): Use it.
3935 (cvs-mode-add-change-log-entry-other-window):
3936 Rebind change-log-default-name to itself rather than to nil.
3937
ed5d446e
SS
39382001-01-29 Sam Steingold <sds@gnu.org>
3939
efaa080b 3940 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3941 `autoload' statements.
3942
e2a80284
EZ
39432001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3944
8e1db7b3
EZ
3945 * files.el (confirm-kill-emacs): Doc fix.
3946
ff2a1c79
EZ
3947 * frame.el (frame-initialize): Doc fix.
3948
e7b0deaf
EZ
3949 * time-stamp.el (time-stamp-string): Doc fix.
3950
83c9cb8e
SM
3951 * woman.el (WoMan-log-1): Make the log buffer writable.
3952 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3953
005913e4
GM
39542001-01-29 Gerd Moellmann <gerd@gnu.org>
3955
3956 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3957 the `make-variable-buffer-local'.
3958
58622cc5
GM
39592001-01-29 Dave Love <fx@gnu.org>
3960
3961 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3962 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3963 Add autoload cookie.
58622cc5
GM
3964 (ansi-color-apply-sequence): Fix typo.
3965
0404d031
GM
39662001-01-29 Gerd Moellmann <gerd@gnu.org>
3967
ed5d446e 3968 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3969 Postscript printing in black and white.
3970
0404d031
GM
3971 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3972 X-Mailman-Version, Precedence, List-Help, List-Post,
3973 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3974 Content-Type, Content-Length.
3975
3b6ed359
DL
39762001-01-29 Dave Love <fx@gnu.org>
3977
ddd16e7a
DL
3978 * elide-head.el (elide-head): Make overlay evaporate.
3979
83c9cb8e 3980 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3981
8005142f
EZ
39822001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3983
3984 * isearch.el (isearch-highlight): Don't punt if the display
3985 doesn't support colors, since isearch faces are defined for
3986 monochrome displays as well.
3987
84728570
SS
39882001-01-27 Sam Steingold <sds@gnu.org>
3989
3990 * shell.el (shell-write-history-on-exit): Make sure that we are in
3991 the shell buffer (M-x tex-file RET inserted the error message into
3992 the TeX buffer).
3993
e26f9ced
EZ
39942001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3995
3996 * simple.el (transient-mark-mode): Doc fix.
3997
dc0274bd
GM
39982001-01-27 Gerd Moellmann <gerd@gnu.org>
3999
83c9cb8e 4000 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4001
c1acacc4
EZ
40022001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4003
f5058b96
EZ
4004 * shell.el (shell-unquote-argument): If the shell is one of the
4005 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4006 quote character.
4007 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4008 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4009
c1acacc4 4010 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4011 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4012
103db06c 40132001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4014
84728570 4015 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4016 Treat a one-capital-letter abbrev as "not all upper case",
4017 so as to force preservation of the expansion's pattern
4018 if the expansion starts with a capital letter.
4019
cfa70244
EZ
40202001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4021
cfee9de7
EZ
4022 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4023 Doc fix.
4024
cfa70244
EZ
4025 * simple.el (transient-mark-mode): Document the fact that many
4026 commands act on the region when mark is active.
4027
17d90d6b
KH
40282001-01-27 Kenichi Handa <handa@etl.go.jp>
4029
4030 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4031 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4032 (quail-show-guidance-buf): Make the multibyteness of current
4033 buffer inherited to Quail guidance buffer.
4034 (quail-help): Make the multibyteness of current buffer inherited
4035 to Quail help buffer.
4036
61076b20
DL
40372001-01-26 Dave Love <fx@gnu.org>
4038
c47e2c68
DL
4039 * time-stamp.el: Doc fixes.
4040
84728570 4041 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4042 (delphi-keyword-face, delphi-other-face): Fix :type.
4043
940f14b4
DL
4044 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4045
4046 * mail/feedmail.el (feedmail): Add :link.
4047 (feedmail-send-it): Doc fix.
4048
4049 * mail/sendmail.el: Doc fixes.
4050 (sendmail-send-it): Fix the non-ASCII regexp and use
4051 rfc2047-encode-string.
4052
61076b20
DL
4053 * dired.el, dired-aux.el: Revert last change.
4054
6c317bd2
GM
40552001-01-26 Gerd Moellmann <gerd@gnu.org>
4056
4057 * makefile.w32-in (DONTCOMPILE): Add various term files.
4058
40592001-01-26 Dave Love <fx@gnu.org>
4060
4061 * Makefile.in (DONTCOMPILE): Add various term files.
4062
1c636b5f
GM
40632001-01-26 Gerd Moellmann <gerd@gnu.org>
4064
af900b23
GM
4065 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4066
15fa6db0 4067 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4068 the echo area is resized to fit the size of the startup message.
15fa6db0 4069
1c636b5f
GM
4070 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4071 part of which is a constant.
4072
9b1adbd5
EZ
40732001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4074
83c9cb8e 4075 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4076
103db06c 40772001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4078
4079 * simple.el (next-line): Don't let `newline' expand abbrevs.
4080 Simplify slightly.
4081 (open-line): Don't let `newline' expand abbrevs.
4082
219227ea
JW
40832001-01-25 John Wiegley <johnw@gnu.org>
4084
4085 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4086 to `repeat' in the :type field.
4087
4088 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4089 allow a choice of regexp or nil.
d2906bf8 4090 (pcomplete-dir-ignore): Same.
219227ea
JW
4091
4092 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4093 a command) to always fail.
4094
ceba0dac
GM
40952001-01-25 Gerd Moellmann <gerd@gnu.org>
4096
4097 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4098 discard the result.
4099 (iswitchb-to-end): Likewise.
4100
9b0630e5
SS
41012001-01-25 Sam Steingold <sds@gnu.org>
4102
4103 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4104 Require vc.
9b0630e5 4105
a2ed9670
SM
41062001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4107
f0c1adab
SM
4108 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4109
a2ed9670
SM
4110 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4111
34ac3367
DL
41122001-01-25 Dave Love <fx@gnu.org>
4113
61076b20
DL
4114 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4115 (describe-coding-system): Tweak the English text.
4116
34ac3367
DL
4117 * loadup.el: Preload international/ccl for utf-8.
4118
4685e6b7
EZ
41192001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4120
4121 * mail/rmail.el (rmail-redecode-body): Doc fix.
4122
0fdb4475
KH
41232001-01-25 Kenichi Handa <handa@etl.go.jp>
4124
83c9cb8e
SM
4125 * international/mule-cmds.el (reset-language-environment):
4126 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4127
83c9cb8e
SM
4128 * international/mule-conf.el (coding-category-utf-8):
4129 Initialize to mule-utf-8.
0fdb4475 4130
9b0630e5 4131 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4132
4133 * international/utf-8.el: New file.
4134
245ed2b1
SM
41352001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4138
e95b0c08
SS
41392001-01-24 Sam Steingold <sds@gnu.org>
4140
4141 * dired.el (dired-replace-in-string): Removed.
4142 (dired-sort-toggle): Use `replace-regexps-in-string'
4143 instead of `dired-replace-in-string'.
9b0630e5 4144
ceba0dac
GM
4145 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4146 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4147
e95b0c08
SS
4148 * gs.el (gs-replace-in-string): Removed.
4149 (gs-options): Use `replace-regexps-in-string'
4150 instead of `gs-replace-in-string'.
4151
c3902c3e
EZ
41522001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4153
4154 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4155 bug report is mailed to an email list and posted to a news group.
4156
b66b6aeb
GM
41572001-01-24 Gerd Moellmann <gerd@gnu.org>
4158
83c9cb8e
SM
4159 * comint.el (comint-replace-by-expanded-history-before-point):
4160 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4161
b66b6aeb
GM
4162 * startup.el (tool-bar-images-pixel-height): New variable.
4163 (command-line): After loading the user's init file, when
4164 tool-bar-mode is on, increase the frame's size by some lines for
4165 the tool-bar.
4166
4167 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4168
ff890e66
SZ
41692001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4170
4171 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4172 (chinese-big5): MIME:Big5.
4173
04363179
GM
41742001-01-24 Gerd Moellmann <gerd@gnu.org>
4175
e95b0c08 4176 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4177 Handle commands with prefix args.
4178
d56aaa64
GM
41792001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4180
4181 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4182 being a list of numbers.
4183 (diary-mail-entries): Rewritten.
4184
99858627
DL
41852001-01-23 Dave Love <fx@gnu.org>
4186
7aeb1fa9
DL
4187 * international/mule.el (make-coding-system): Fix typo.
4188
83c9cb8e
SM
4189 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4190 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4191
5a43decf
EZ
41922001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4193
4194 * font-lock.el (font-lock-mode): Doc fix.
4195
b0e98867
KH
41962001-01-23 Kenichi Handa <handa@etl.go.jp>
4197
4198 * international/mule.el (make-translation-table): Fix docstring.
4199
9c8acefd
EZ
42002001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4201
fd4976b8
EZ
4202 * mail/rmail.el (rmail-redecode-body): New function.
4203
9c8acefd
EZ
4204 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4205
871e0439
GM
42062001-01-22 Gerd Moellmann <gerd@gnu.org>
4207
21c2bbe0
GM
4208 * isearch.el (isearch-lazy-highlight-case-fold-search)
4209 (isearch-lazy-highlight-regexp): New variables.
4210 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4211 case-fold search or regexp search has been toggled.
4212
5710730c
GM
4213 * wid-edit.el (widget-button-click): Avoid a save-excursion
4214 around running a global binding.
4215
871e0439
GM
4216 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4217 to 0.25.
4218
d0554957
MB
42192001-01-20 Miles Bader <miles@gnu.org>
4220
4221 * cus-edit.el (custom-face-save): Do post-processing on the face's
4222 new value like `custom-face-set' does.
4223
1519f618
EZ
42242001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4225
ccd87890
EZ
4226 * mail/emacsbug.el (report-emacs-bug): Report the value of
4227 LC_CTYPE, not LC_TYPE.
4228
1519f618
EZ
4229 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4230 isearch-toggle-regexp and isearch-edit-string to doc string.
4231
9724173b
GM
42322001-01-19 Gerd Moellmann <gerd@gnu.org>
4233
48bb9196
GM
4234 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4235 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4236
e95b0c08 4237 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4238 font-lock-beginning-of-syntax-function to nil.
4239
dc81f8a2
EZ
42402001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4241
4242 * mail/emacsbug.el (report-emacs-bug): Report values of
4243 locale-coding-system, default-enable-multibyte-characters, and the
4244 environment variables LC_ALL, LC_TYPE, and LANG.
4245
99327974
GM
42462001-01-19 Gerd Moellmann <gerd@gnu.org>
4247
83c9cb8e 4248 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4249
2be6ecc6
GM
4250 * font-lock.el (font-lock-multiline): Default to nil.
4251 (font-lock-default-fontify-region): If font-lock-multiline is
4252 nil, don't check the property `font-lock-multiline'.
4253
99327974
GM
4254 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4255 is nil, don't check the `font-lock-multiline' text property.
4256
2550055a
MK
42572001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4258
0a949811 4259 * viper.el: Call initial-major-mode on startup.
e95b0c08 4260
0a949811 4261 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4262
8501998a 4263 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4264
2550055a 42652001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4266
0a949811 4267 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4268 diff mode, if available.
e95b0c08 4269
0a949811 42702001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4271
8501998a 4272 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4273
2550055a
MK
4274 * ediff-init.el (subst-char-in-string): Define and use it, unless
4275 it's already defined.
e95b0c08 4276
8962e303
GM
42772001-01-18 Gerd Moellmann <gerd@gnu.org>
4278
4279 * tooltip.el (tooltip-hide-delay): New user-option.
4280 (tooltip-show): Use tooltip-hide-delay instead of the default.
4281
6b453381
KH
42822001-01-18 Kenichi Handa <handa@etl.go.jp>
4283
4284 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4285 kill-local-variable doesn't work for enable-multibyte-characters.
4286
9eaf396b
DL
42872001-01-17 Dave Love <fx@gnu.org>
4288
cebd37ce
DL
4289 * ediff-init.el (ediff-before-setup-hook)
4290 (ediff-merge-filename-prefix): Add :version.
4291
9eaf396b
DL
4292 * international/latin1-disp.el: Require disp-table.
4293 (latin1-display): Fix :set.
4294
4295 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4296
f864120f
GM
42972001-01-17 Gerd Moellmann <gerd@gnu.org>
4298
4299 * isearch.el (isearch-lazy-highlight-initial-delay)
4300 (isearch-lazy-highlight-interval): Default to 0.
4301
43022001-01-17 Bob Glickstein <bobg@zanshin.com>
4303
4304 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4305 1 here rather than each time through
4306 isearch-lazy-highlight-new-loop.
4307 (isearch-lazy-highlight-max): Variable deleted.
4308 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4309 isearch-lazy-highlight-max but controls a single invocation of
4310 isearch-lazy-highlight-update.
4311 (isearch-lazy-highlight-wrapped): Variable recreated.
4312 (isearch-lazy-highlight-window-start): New variable.
4313 (isearch-lazy-highlight-cleanup): Restored to behavior of
4314 before 2-Jan.
4315 (isearch-lazy-highlight-remove-overlays): Function deleted;
4316 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4317 behavior removed.
4318 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4319 isearch-lazy-highlight-update in a loop rather than just once.
4320 Test isearch-invalid-regexp here and decide not to start a new
4321 loop, rather than testing it each time through
4322 isearch-lazy-highlight-update.
4323 (isearch-lazy-highlight-search): Function restored.
4324 (isearch-lazy-highlight-update): Get called in a timer loop again,
4325 but this time highlight more than one match each time through.
83c9cb8e
SM
4326 Only highlight matches in the visible part of the window.
4327 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4328 the edge of the window. Use sit-for to force redisplay and ensure
4329 window-start is credible. "Face suppressing" behavior removed;
4330 overlay priorities should make it unnecessary, right?
4331 (isearch-highlight): Face suppressing behavior removed.
4332 (isearch-dehighlight): Face suppressing behavior removed.
4333 (isearch-set-lazy-highlight-faces-at): Removed.
4334
076ec540
KH
43352001-01-17 Kenichi Handa <handa@etl.go.jp>
4336
4337 * language/european.el ("Latin-1"): Make the format of description
4338 about additional language environments same as that of Latin-2.
4339
92328ec5
DL
43402001-01-16 Dave Love <fx@gnu.org>
4341
39f2174e
DL
4342 * isearch.el (isearch-lazy-highlight): Add :version.
4343
92328ec5
DL
4344 * simple.el (backward-delete-char-untabify-method)
4345 (next-line-add-newlines): Add :version.
4346
f251459d
GM
43472001-01-16 Gerd Moellmann <gerd@gnu.org>
4348
9d4850e5
GM
4349 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4350 Don't bind <delete> otherwise.
4351
4352 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4353 and <delete> via function-key-map.
4354
f251459d
GM
4355 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4356 Subject line only if point is after the `Subject:'.
4357
771ffcf7
KH
43582001-01-16 Kenichi Handa <handa@etl.go.jp>
4359
bda6b481
KH
4360 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4361 japanese-jisx0213-2 in `charset' property of this lang. env.
4362
35793af7
KH
4363 * language/european.el ("Latin-1"): Add description for Dutch and
4364 Spanish lang. env.
4365
771ffcf7
KH
4366 * international/mule.el (decode-char): Fix conditions.
4367 (encode-char): Handle eight-bit-control too.
1c8102ff 4368 (transform-make-coding-system-args): New function.
50c29104
KH
4369 (make-coding-system): Accept XEmacs style arguments for CCL base
4370 coding system.
771ffcf7 4371
e1cf67b6
GM
43722001-01-15 Gerd Moellmann <gerd@gnu.org>
4373
4374 * progmodes/etags.el (find-tag-noselect): Save the value of
4375 tags-file-name before switching buffers, for the case it has a
4376 buffer-local value.
4377
b3287acf
GM
43782001-01-15 Alex Schroeder <alex@gnu.org>
4379
9eaf396b
DL
4380 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4381 From Dave Love <fx@gnu.org>.
b3287acf
GM
4382 (ansi-color-for-comint-mode): Fix :version.
4383
43842001-01-15 Alex Schroeder <alex@gnu.org>
4385
4386 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4387
8d7ff9c8
EZ
43882001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * dired.el (dired-insert-directory): If file-system-info fails,
4391 remove the " free " part, but don't signal an error.
4392
dbe99ae9
SS
43932001-01-12 Sam Steingold <sds@gnu.org>
4394
4395 * bookmark.el (bookmark-maybe-historicize-string):
4396 Use new backquote syntax.
4397
103db06c 43982001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4399
4400 * subr.el (last): Handle a list that doesn't end in nil.
4401
ca2ddd8e
SS
44022001-01-12 Sam Steingold <sds@gnu.org>
4403
4404 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4405 to `backward-delete-char-untabify'.
4406
1751c874
DL
44072001-01-12 Dave Love <fx@gnu.org>
4408
4409 * cus-edit.el (customize-menu-create): Fix the :filter following
4410 easymenu change.
4411
4412 * wid-edit.el (function): Add :match-alternatives.
4413 (widget-color-action): Doc fix.
4414
3cccce8d
GM
44152001-01-12 Gerd Moellmann <gerd@gnu.org>
4416
4417 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4418
18bfd6b5
KH
44192001-01-12 Kenichi Handa <handa@etl.go.jp>
4420
83c9cb8e 4421 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4422
18bfd6b5
KH
4423 * international/ccl.el (define-ccl-program): Fix docstring.
4424
562e00da
DL
44252001-01-11 Dave Love <fx@gnu.org>
4426
14fd0da3
DL
4427 * international/mule-cmds.el (standard-display-european-internal):
4428 Set display table for 2208 as for 160.
4429
4430 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4431
562e00da
DL
4432 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4433 entry for custom-menu-create change.
4434 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4435 don't cons it in the search loop.
4436
4437 * imenu.el (imenu--truncate-items): Revert last change.
4438
6e961dcd
EZ
44392001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4440
4441 * info.el (Info-setup-header-line): If the node header includes
4442 either Next: or Prev: links, don't show the File: and Node: parts
4443 in the header line.
4444
2c2ff7f2
GM
44452001-01-11 Gerd Moellmann <gerd@gnu.org>
4446
a7ee2d2e
GM
4447 * comint.el (comint-goto-process-mark): Don't print a message
4448 when running in batch mode.
4449
c5348233
GM
4450 * isearch.el (isearch-search): In the condition-case handler for
4451 `error', set isearch-invalid-regexp to the whole error message.
4452
422717d1
GM
4453 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4454 ensure that eval-after-load works for files dumped with Emacs.
4455
4456 * help.el (load-symbol-file-load-history): New function extracted
4457 from function symbol-file.
4458 (symbol-file): Use it.
4459
83c9cb8e 4460 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4461
926861fb
EZ
44622001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4463
4464 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4465 behave as if there were no prefix argument.
4466 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4467 argument were nil.
4468
afa1f52c
RS
44692001-01-11 Richard M. Stallman <rms@gnu.org>
4470
ca2ddd8e 4471 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4472 Don't look for more potential matches once maximum is exceeded.
4473 Use overlays-in to check correctly for overlap with current match.
4474 Ignore empty matches.
4475
47a9f362
MB
44762001-01-11 Miles Bader <miles@gnu.org>
4477
4478 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4479 (ispell-overlay-window, ispell-help, ispell-show-choices)
4480 (ispell-command-loop): Use it instead of `window-height'.
4481
d196f58d
GM
44822001-01-10 Gerd Moellmann <gerd@gnu.org>
4483
cf523f0e
GM
4484 * files.el (confirm-kill-emacs): New user-option.
4485 (save-buffers-kill-emacs): Ask for final confirmation before
4486 killing Emacs.
4487
d196f58d
GM
4488 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4489 to nil.
4490
7c6c3d8e
GM
44912001-01-10 Dave Love <fx@gnu.org>
4492
1f8be15d
DL
4493 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4494
83c9cb8e 4495 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4496
4497 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4498
4499 * calculator.el (calculator-number-digits): Fix :type.
4500
0d5184de
DL
4501 * vc-cvs.el (vc-cvs-header): Fix :type.
4502 * vc-rcs.el (vc-rcs-header): Fix :type.
4503 * vc-sccs.el (vc-sccs-header): Fix :type.
4504
4505 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4506
7c6c3d8e
GM
4507 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4508
8c9f73a2
GM
4509 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4510
457b792c
GM
45112001-01-10 Gerd Moellmann <gerd@gnu.org>
4512
4513 * simple.el (set-variable): Force a thorough redisplay for the
4514 case that the variable has an effect on the display, like
4515 `tab-width' has.
4516
d2622d08
AS
45172001-01-10 Andre Spiegel <spiegel@gnu.org>
4518
4519 * vc.el: Add documentation for backend interface.
4520
ae4b5f4f
KH
45212001-01-10 Kenichi Handa <handa@etl.go.jp>
4522
e0844717
KH
4523 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4524
ae4b5f4f
KH
4525 * international/mule-conf.el (latin-extra-code-table): Set to t
4526 for \223 and \224.
4527
3184082b
KH
45282001-01-09 Kenichi Handa <handa@etl.go.jp>
4529
4530 * international/mule-cmds.el (locale-language-names): Map "es" to
4531 "Spanish" and "nl" to "Dutch".
4532
732b9cdd
GM
45332001-01-09 Gerd Moellmann <gerd@gnu.org>
4534
1dfca644
GM
4535 * bindings.el (global-map): Bind <home> to beginning-of-line,
4536 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4537 C-<end> to end-of-buffer.
4538
732b9cdd
GM
4539 * language/european.el: Add Dutch and Spanish language info
4540 to be able to use the appropriate tutorials.
4541
45422001-01-09 Alex Schroeder <alex@gnu.org>
4543
4544 * ansi-color.el (ansi-color-process-output): Use markers instead
4545 of positions for start and end of region.
4546 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4547 Previously, occasional mistakes happend when fontifying many
4548 chunks of output (eg. ls --color=yes /dev). This happened
4549 whenever an overlay was created up to the end of the region, which
4550 coincided with the process-mark. New text would then be added
4551 within that overlay instead of after it.
4552 (ansi-color-make-extent): Overlays are created with the property
4553 `modification-hooks' set to '(ansi-color-freeze-overlay).
4554 (ansi-color-freeze-overlay): New function. When inserting text at
4555 the end of the overlay, the overlay will resize.
4556
45572000-01-09 Alex Schroeder <alex@gnu.org>
4558
4559 * ansi-color.el (ansi-color-process-output): Doc change.
4560 (ansi-color-unfontify-region): Doc change. No longer installed
4561 automatically in font-lock-unfontify-region-function.
4562 (ansi-color-apply): Doc change.
4563 (ansi-color-apply-on-region): Use extents or overlays instead of
4564 text-properties.
4565 (ansi-color-make-extent): New function.
4566 (ansi-color-set-extent-face): New function.
4567
45682000-01-09 Alex Schroeder <alex@gnu.org>
4569
4570 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4571 both use ansi-color-process-output, now.
4572 (ansi-color-process-output): Doesn't return string anymore. It is
4573 installed in comint-output-filter-functions for both Emacs and
4574 XEmacs, now.
4575 (ansi-color-unfontify-region): Simplified code removing variables
4576 pos and start-ansi.
4577 (ansi-color-apply): Put text-property ansi-color before putting
4578 text-property face because ansi-color-unfontify-region is called
4579 immediately after the call to put-text-property.
4580 (ansi-color-context-region): Doc change.
4581 (ansi-color-filter-region): Simplified code.
4582 (ansi-color-apply-on-region): Changed start to start-marker, using
4583 a marker explicitly. Put text-property ansi-color before putting
4584 text-property face because ansi-color-unfontify-region is called
4585 immediately after the call to put-text-property.
4586
45872000-01-09 Alex Schroeder <alex@gnu.org>
4588
4589 * ansi-color.el (ansi-color-faces-vector): Doc change.
4590 (ansi-color-for-comint-mode): Changed :type property to choice.
4591 (ansi-color-last-context): Removed.
4592 (ansi-color-process-output): Don't use ansi-color-last-context, as
4593 the main functions will store their context now.
4594 (ansi-color-context): Doc change.
4595 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4596 Uses ansi-color-context such that repeated calls will strip
4597 partial escape sequences, too.
4598 (ansi-color-apply): Simplified code. Colorize end of string if
4599 face is not null. Store context in new (FACE STRING) format, such
4600 that repeated calls will strip partial escape sequences, too.
4601 Append faces to face property using ansi-color-apply-sequence such
4602 that cumulative mode actually works.
4603 (ansi-color-context-region): New variable.
4604 (ansi-color-filter-region): Rewrote it based on
4605 ansi-color-apply-on-region. Uses ansi-color-context-region such
4606 that repeated calls will strip partial escape sequences, too.
4607 (ansi-color-apply-on-region): Simplified code. Colorize end of
4608 region if face is not null. Store context in new (FACE POS)
4609 format, such that repeated calls will strip partial escape
4610 sequences, too. Append faces to face property using
83c9cb8e 4611 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4612 (ansi-color-apply-sequence): New function.
4613 (ansi-color-get-face): When the default face is added to the list
4614 of faces, all previous settings are discarded and the list of
4615 faces is set to '(default).
4616
46172000-01-09 Alex Schroeder <alex@gnu.org>
4618
4619 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4620 face, such that ansi-color-apply and ansi-color-apply-on-region
4621 will do the right thing.
4622 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4623 returns nil, set the list of faces back to nil instead of
83c9cb8e 4624 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4625
46262000-01-09 Alex Schroeder <alex@gnu.org>
4627
4628 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4629 (ansi-color-process): Doc change.
4630 (ansi-color-last-context): New buffer-local variable.
4631 (ansi-color-process-output): New function. It is automatically
4632 added to comint-output-filter-functions if this is XEmacs.
4633 (ansi-color-unfontify-region): New optional parameter for XEmacs
4634 compatibility. Check wether font-lock-syntactic-keywords is
4635 boundp before removing the syntax table text property, as XEmacs
4636 doesn't have it.
4637 (ansi-color-filter-region): Doc change.
4638 (ansi-color-apply-on-region): Doc change.
4639 (ansi-color-make-face): New function. Compatibility layer for
4640 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4641 (ansi-color-make-color-map): Use ansi-color-make-face.
4642 (ansi-color-get-face): Avoid face text property '(nil) as results
4643 in an errow for XEmacs.
4644
46452000-01-09 Alex Schroeder <alex@gnu.org>
4646
83c9cb8e
SM
4647 * ansi-color.el (ansi-color-unfontify-region): New function.
4648 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4649 ansi-color. When the package is loaded, a lambda expression is
4650 put onto font-lock-mode-hook. This lambda expression will check
4651 font-lock-unfontify-region-function and replace
83c9cb8e 4652 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4653 (ansi-color-apply): Add text-property ansi-color in addition to
4654 text-property face.
4655 (ansi-color-apply-on-region): Add text-property ansi-color in
4656 addition to text-property face.
4657 (save-buffer-state): Copy of the macro that is also used by
4658 lazy-lock and font-lock.
4659
4660 (ansi-color-for-comint-mode): New option.
4661 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4662 (ansi-color-for-comint-mode-off): Ditto.
4663 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4664 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4665 decide what to do. This function is added to
4666 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4667
4668 (ansi-color-for-shell-mode-set): Removed.
4669 (ansi-color-for-shell-mode): Removed.
4670
46712000-01-09 Alex Schroeder <alex@gnu.org>
4672
4673 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4674 the lambda expression from the ansi-color-for-shell-mode :set
4675 property. Additionally, modify shell-mode-hook to enable or
4676 disable font-lock-mode for future shell buffers.
4677 (ansi-color-for-shell-mode): The :set property calls
4678 ansi-color-for-shell-mode-set instead of a lambda expression.
4679
46802000-01-09 Alex Schroeder <alex@gnu.org>
4681
4682 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4683 (ansi-color-context): New variable.
4684 (ansi-color-apply): Save context between calls.
4685
fb55ff10
EZ
46862001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4687
83c9cb8e
SM
4688 * isearch.el (isearch, isearch-lazy-highlight-face):
4689 New definitions for face colors and attributes.
29910493 4690
fb55ff10
EZ
4691 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4692 of display-mouse-p.
4693
134d6265
KH
46942001-01-09 Kenichi Handa <handa@etl.go.jp>
4695
4696 * international/mule.el (make-coding-system): If the coding system
4697 accepts extra latin codes, register such codes as safe for the
4698 coding system.
4699
103db06c 47002001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4701
984c9f75
RS
4702 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4703 don't mention the file name or the date here, because they are
4704 logged at the start of the file.
4705
47062001-01-08 Richard M. Stallman <rms@gnu.org>
4707
78b8eee8
RS
4708 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4709 Change screen-width to frame-width.
4710
1460e5d4
EZ
47112001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4712
4713 * info.el (Info-search): Print the default as part of the prompt.
4714
56f24bc1
AS
47152001-01-08 Andre Spiegel <spiegel@gnu.org>
4716
ca2ddd8e 4717 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4718 constant implementations in backends.
4719
4720 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4721 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4722
4723 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4724 WRITABLE to EDITABLE.
4725
4726 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4727 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4728 to EDITABLE.
4729
b7812d30
EZ
47302001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4731
4732 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4733 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4734
7e56ea04
GM
47352001-01-08 Gerd Moellmann <gerd@gnu.org>
4736
4737 * isearch.el (isearch-old-signal-hook): Removed.
4738 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4739 instead of setting signal-hook-function.
4740 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4741
a758f97d
GM
47422001-01-08 Kevin Gallagher <kevingal@onramp.net>
4743
4744 * emulation/edt.el: Update to version 4.0. Provide support for
4745 EDT scroll margins at top and bottom of the window. Provide an
4746 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4747 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4748 user when file-related buffer modifications exist.
4749 Provide support for running EDT Emulation in XEmacs.
4750 Provide customize access to some user updatable variables.
4751 Add Commentary section to file header.
4752 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4753
4754 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4755 for detecting a keypress that generates an ASCII key sequence.
4756 (Previously, only a keypress that generates a vector was
4757 recognized.) Embed Window Manager name into name of the generated
4758 EDT Emulation initialization file since the initialization file is
4759 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4760
30db89f9
EZ
47612001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4762
4deb3ba9
EZ
4763 * mail/sendmail.el (mail-mode): Doc fix.
4764
30db89f9
EZ
4765 * info.el (Info-goto-emacs-command-node): Doc fix.
4766 (Info-goto-emacs-key-command-node): Doc fix.
4767
c3f2772b
EZ
47682001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4769
8726e79b 4770 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4771 systems without long file-name support.
4772
0dac6924
AI
47732001-01-06 Andrew Innes <andrewi@gnu.org>
4774
4775 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4776
4e6ef391
EZ
47772001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4778
380866a2
EZ
4779 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4780 (isearch-lazy-highlight-update): Doc fix.
4781
148b5960
EZ
4782 * ffap.el (ffap-bindings): Doc fix.
4783
4e6ef391
EZ
4784 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4785
4cb1bcc2
DL
47862001-01-05 Dave Love <fx@gnu.org>
4787
4788 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4789
3828218c
GM
47902001-01-05 Gerd Moellmann <gerd@gnu.org>
4791
83c9cb8e
SM
4792 * mouse-drag.el (mouse-drag-safe-scroll):
4793 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4794
1f4139d5
GM
4795 * isearch.el (isearch-old-signal-hook): New variable.
4796 (isearch-mode): Set signal-hook-function to isearch-done.
4797 (isearch-done): Restore old signal-hook-function.
4798
3828218c
GM
4799 * info.el (Info-fontify-node): Mark one more char as intangible.
4800
3970013f
KH
48012000-01-05 Kenichi Handa <handa@etl.go.jp>
4802
83c9cb8e
SM
4803 * composite.el (compose-last-chars): New argument COMPONENTS.
4804 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4805 COMPONENTS.
4806
4807 * international/quail.el (quail-input-string-to-events): New function.
4808 (quail-input-method): Convert input string to events here.
4809 (quail-start-translation): Return input string, not event list.
4810 (quail-start-conversion): Likewise.
4811
f3b05e99
GM
48122001-01-04 Gerd Moellmann <gerd@gnu.org>
4813
ca2ddd8e 4814 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4815 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4816 and tooltip-add-timeout.
4817 (tooltip-show): Set border color from faces's foreground.
4818 (tooltip-show-help-function): If called with the same help string
4819 as last time, do nothing.
4820 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4821
0f2ac578
GM
4822 * startup.el (fancy-splash-screens): Don't bind show-help-function
4823 to nil.
4824
f3b05e99
GM
4825 * tooltip.el (tooltip-frame-parameters): Remove colors.
4826 (tooltip): New face
4827 (tooltip-set-param): New function.
4828 (tooltip-show): Set up color frame parameters from face `tooltip'.
4829 Display the tooltip text in face `tooltip'.
4830
8416e94a
DL
48312001-01-04 Dave Love <fx@gnu.org>
4832
4833 * whitespace.el (whitespace-global-mode): Fix typo.
4834
4835 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4836
30db89f9
EZ
48372001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4838
83c9cb8e
SM
4839 * help.el (help-for-help): Fix a typo in a doc string.
4840 From kwzh@gnu.org (Karl Heuer).
30db89f9 4841
b847eb8c
DL
48422001-01-03 Dave Love <fx@gnu.org>
4843
4844 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4845 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4846 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4847 (dired-guess-shell-alist-user): Customize.
4848 (dired-x-help-address): Set to bug-gnu-emacs.
4849 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4850 (dired-default-directory): Renamed from default-directory.
4851
4852 * hl-line.el (hl-line): Doc fix.
4853
43c4b570
KF
48542001-01-03 Karl Fogel <kfogel@red-bean.com>
4855
1bf6b1bf 4856 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4857
984c9f75 48582001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4859
4860 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4861 to remove all the current alternative-match highlighting.
4862 If nil, remove only what's outside the current window.
4863 (isearch-lazy-highlight-remove-overlays): Take optional
4864 region within which NOT to remove them.
4865 (isearch-lazy-highlight-new-loop): Greatly simplified.
4866 (isearch-lazy-highlight-update): Find all the other occurrences
4867 visible in the window, in just one call.
4868 (isearch-lazy-highlight-start): Now holds start of region to scan.
4869 (isearch-lazy-highlight-end): Now holds end of region to scan.
4870 (isearch-lazy-highlight-wrapped): Variable deleted.
4871 (isearch-lazy-highlight-search): Function deleted.
4872
13d6a61c
AI
48732000-01-02 Andrew Innes <andrewi@gnu.org>
4874
4875 * w32-fns.el (convert-standard-filename): Do length check on name
4876 before aref.
4877
064866e7
DL
48782001-01-02 Dave Love <fx@gnu.org>
4879
b33e041b
DL
4880 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4881 value.
4882 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4883
4884 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4885
8166ffd5
DL
4886 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4887 read syntax.
4888
064866e7
DL
4889 * calendar/todo-mode.el (todo): Add :link, :version.
4890 (todo-save-top-priorities): Remove autoload cookie.
4891 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4892 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4893
6dde6abc
GM
48942001-01-02 Gerd Moellmann <gerd@gnu.org>
4895
4896 * comint.el (comint-input-history-ignore): New variable.
4897 (comint-read-input-ring): Ignore entries matching
4898 comint-input-history-ignore.
4899
1a8a9daf
GM
49002001-01-02 Eric M. Ludlam <zappo@gnu.org>
4901
4902 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4903 (lm-copyright-mark): New function.
4904 (lm-crack-copyright): New function.
4905 (lm-verify): Check that the file has a copyright.
4906 Check that the file is copyright Free Software Foundation.
4907
9c92eb53
KH
49082000-12-30 Kenichi Handa <handa@etl.go.jp>
4909
4910 * international/mule-diag.el (print-fontset): Indent font name by
4911 24 columns, not 25.
4912
49172314
GM
49132000-12-29 Gerd Moellmann <gerd@gnu.org>
4914
762a68ec
GM
4915 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4916 in Subject line.
4917
49172314 4918 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4919 Use mail-mode-hook instead of mail-setup-hook.
4920 Otherwise continuing an interrupted message with C-u C-x m for
4921 instance, winds up in Mail mode without abbrevs.
49172314 4922
bd7a2e26
GM
49232000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4924
4925 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4926 non-nil. Adding almost all customization variables on ps-setup.
4927 Doc fix.
bd7a2e26
GM
4928 (ps-print-version): New version number (6.3.3).
4929 (ps-end-with-control-d): Initialization fix.
4930 (ps-lines-printed): New var.
4931 (ps-skip-newline): New fun.
4932 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4933 (ps-next-line, ps-continue-line, ps-plot-region)
4934 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4935
2b3f28a4
KH
49362000-12-29 Kenichi Handa <handa@etl.go.jp>
4937
83c9cb8e
SM
4938 * international/fontset.el (x-complement-fontset-spec):
4939 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4940 registered in x-font-name-charset-alist.
4941 (create-fontset-from-fontset-spec): Adjusted for the above change.
4942 The name of fontset alias should be a unresolved ASCII font name.
4943
2ece9174
GM
49442000-12-28 Gerd Moellmann <gerd@gnu.org>
4945
4946 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4947 and delete in isearch-mode-map.
4948
cbe3ad7a
RS
49492000-12-28 Richard M. Stallman <rms@gnu.org>
4950
ca2ddd8e 4951 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4952 Use xpdf instead of acroread.
4953
a816f1c5
KH
49542000-12-28 Kenichi Handa <handa@etl.go.jp>
4955
f086e73c
KH
4956 * textmodes/artist.el (artist-butlast): Deleted.
4957 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4958 artist-butlast.
f086e73c 4959
a816f1c5
KH
4960 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4961
4962 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4963
b202115b
EZ
49642000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4965
4966 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4967
4968 * ls-lisp.el: Better support for the Mac and MS-Windows.
4969 (ls-lisp): New defgroup.
4970 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4971 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4972 (ls-lisp-support-shell-wildcards): New defcustoms.
4973 (ls-lisp-parse-symlink): New function.
4974 (insert-directory): Code to convert switches to a list and set up
4975 the wildcard argument copied from ls-lisp-insert-directory.
4976 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4977 for -C and -R switches.
4978 (ls-lisp-column-format): New function.
ca2ddd8e 4979 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4980 (ls-lisp-format-time): Add doc strings.
4981 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4982 Support ls-lisp-dirs-first.
4983 (ls-lisp-classify, ls-lisp-extension): New functions.
4984 (ls-lisp-format): Optionally support emulation of symlinks.
4985 Support -i, -s, and -G switches.
4986
6061fbf0
GM
49872000-12-27 Gerd Moellmann <gerd@gnu.org>
4988
5e25feee
GM
4989 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4990
6061fbf0
GM
4991 * version.el (emacs-version): Print X scroll bar information.
4992
4993 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4994 instead of x-toolkit-scroll-bars-p.
4995
4996 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4997 of x-toolkit-scroll-bars-p.
4998
25050dab
EZ
49992000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5000
83c9cb8e 5001 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5002 (ffap-bindings): Doc fix, to reflect the above change.
5003
c1786874
KH
50042000-12-27 Kenichi Handa <handa@etl.go.jp>
5005
5006 * term.el (term-char-mode): Define all non-ascii self-inserting
5007 characters to 'term-send-raw in term-raw-map.
5008
7261ece3 50092000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5010
83c9cb8e 5011 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5012
83c9cb8e
SM
5013 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5014 Changed initialization; use add-hook.
6061fbf0 5015 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5016
6061fbf0 5017 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5018
6061fbf0
GM
5019 * ediff.el (ediff-patch-buffer): Bug fix.
5020 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5021
83f40583
SM
50222000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5023
5024 * subr.el (combine-run-hooks): Remove.
5025
5026 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5027 and remove the rogue second spec.
5028
bdd6d4e8
GM
50292000-12-23 Gerd Moellmann <gerd@gnu.org>
5030
5031 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5032
26736ce3
SM
50332000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5034
0e86b6b0
SM
5035 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5036 Use minibuffer menu prompt for the `=' prefix.
5037 (smerge-command-prefix): Change default to C-^.
6eabfb26 5038 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5039
26736ce3
SM
5040 * skeleton.el (skeleton-internal-1): Make sure the first line of
5041 the region is also re-indented.
d21584d6
SM
5042 (skeleton-end-newline): New var.
5043 (skeleton-end-hook): Use it.
26736ce3 5044
95fa4fd7
MB
50452000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5046
5047 * comint.el (comint-password-prompt-regexp): Support CVS.
5048
f060b834
GM
50492000-12-22 Gerd Moellmann <gerd@gnu.org>
5050
83c9cb8e
SM
5051 * simple.el (delete-key-deletes-forward-mode): Simplify.
5052 Also backspace key combinations, depending on
856ff7a7
GM
5053 delete-key-deletes-forward.
5054
5055 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5056
f060b834
GM
5057 * simple.el (delete-key-deletes-forward): Doc fix.
5058
653558a1
GM
50592000-08-22 Emmanuel Briot <briot@gnat.com>
5060
5061 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5062 white spaces are relevant in the XML file.
653558a1
GM
5063 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5064 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5065 of XML files.
653558a1
GM
5066 (xml-parse-tag): Check that the casing is the same in the start
5067 tag and end tag, since XML is case-sensitive. Allows for spaces
5068 in the end tag, after the name of the tag.
5069 (xml-parse-attlist): Allow for the character '-' in the name of
5070 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5071 the properties in the XML tree, since they are not relevant.
653558a1 5072
3ad93d8d
SM
50732000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * generic.el (generic-read-type): Undo last change, inline into
5076 `generic-mode' and then remove.
5077 (generic-mode): Inline generic-read-type.
5078 (define-generic-mode): Push the symbol name rather than the symbol
5079 onto generic-mode-list.
5080
177f4e88
GM
50812000-12-21 Gerd Moellmann <gerd@gnu.org>
5082
8e15274f
GM
5083 * generic.el (generic-read-type): Build an alist for
5084 completing-read as in 20.7.
5085
5086 * play/landmark.el (lm): Use interactive spec `P'.
5087 (toplevel): Don't set debug-on-error.
5088
83c9cb8e 5089 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5090
6ba384dc
GM
50912000-12-21 Dave Pearson <davep@davep.org>
5092
5093 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5094
647a066c
GM
50952000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5096
5097 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5098 ranges like \177-\237, but accepts the character sequence from \177 to
5099 \237. Doc fix.
5100 (ebnf-version): New version (3.4).
5101 (ebnf-setup): Code fix.
5102 (ebnf-range-regexp): New fun.
5103 (ebnf-8-bit-chars): Const fix.
5104
5105 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5106 entry. Doc fix.
5107 (ebnf-bnf-lex): Code fix.
5108 (ebnf-bnf-comment-chars): Const fix.
5109
5110 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5111 entry. Doc fix.
5112 (ebnf-iso-comment-chars): Const fix.
5113
5114 * ebnf-otz.el: Doc fix.
5115
5116 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5117 entry. Doc fix.
5118 (ebnf-yac-skip-code): Code fix.
5119 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5120
bc22fd18
EZ
51212000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5124 (recover-file): Use it instead of insert-directory.
5125 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5126
587fc3f9
KH
51272000-12-21 Kenichi Handa <handa@etl.go.jp>
5128
83c9cb8e
SM
5129 * international/mule-cmds.el (select-safe-coding-system):
5130 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5131
587fc3f9
KH
5132 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5133
01860fb9
MB
51342000-12-21 Miles Bader <miles@gnu.org>
5135
83c9cb8e 5136 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5137
3f9d67a6
KH
51382000-12-21 Kenichi Handa <handa@etl.go.jp>
5139
9fd1c1f7
KH
5140 * international/mule-diag.el (describe-char-after): Make *Help*
5141 buffer inherit multibyteness of the current buffer.
5142
3f9d67a6
KH
5143 * international/mule.el (make-char): Docstring adjusted for the
5144 change of make-char-internal.
5145
c9669fac
SM
51462000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5147
5148 * international/iso-cvt.el: Docstrings fix.
5149
19594307
DL
51502000-12-20 Dave Love <fx@gnu.org>
5151
5152 * subr.el (eval-after-load): Doc fix.
5153
b1a447b3
KH
51542000-12-20 Kenichi Handa <handa@etl.go.jp>
5155
5156 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5157 for numbers.
5158
09877d5d
MB
51592000-12-20 Miles Bader <miles@gnu.org>
5160
5161 * international/quail.el (quail-help): Resize the help window
5162 again after it has all its contents. Remove unneeded progn.
5163
71d4497a
GM
51642000-12-19 Gerd Moellmann <gerd@gnu.org>
5165
5166 * pcmpl-linux.el: Fix copy/paste error.
5167
741e56a0
AI
51682000-12-19 Andrew Innes <andrewi@gnu.org>
5169
83c9cb8e 5170 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5171
cc24d91c
CD
51722000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5173
ba4c05aa
CD
5174 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5175
5176 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5177
5178 * progmodes/idlw-shell.el: Fixed copyright notice.
5179
5180 * progmodes/idlwave.el: Fixed copyright notice.
5181
71d4497a 5182 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5183 TAB as key separators.
5184
524c8caf
GM
51852000-12-19 Alex Schroeder <alex@gnu.org>
5186
5187 * sql.el (sql-sybase-options): New option.
5188 (sql-sybase): Use it. Add sql-database to the list of parameters
5189 provided for login. The options -w 2048 -n are not used any more.
5190 (sql-postgres-options): Changed default from "--pset" to "-P".
5191 (sql-mysql-options): Doc change.
5192 (sql-stop): Doc change.
5193
b5fa513d
KH
51942000-12-19 Kenichi Handa <handa@etl.go.jp>
5195
5196 * international/quail.el (quail-input-method): Always hide
5197 the guidance buffer on exiting.
5198
91c9e6ce
GM
51992000-12-18 Gerd Moellmann <gerd@gnu.org>
5200
c6da4eb4
GM
5201 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5202 isn't fboundp.
5203
3d2a0e0b
GM
5204 * server.el (server-buffer-done): Bury the buffer before
5205 killing it.
5206
91c9e6ce
GM
5207 * faces.el (face-spec-set): Interpret a nil in specs for
5208 foreground and background colors as `unspecified', for
5209 compatibility with 20.x.
5210
40fa0008
DL
52112000-12-18 Dave Love <fx@gnu.org>
5212
22adbe54
DL
5213 * simple.el (mail-user-agent): Doc fix.
5214 (input-mode-8-bit): Removed.
5215
5216 * international/mule.el (set-keyboard-coding-system): Doc fix.
5217 (keyboard-coding-system): New option.
5218
40fa0008
DL
5219 * mail/sendmail.el (send-mail-function): Customize.
5220
6f4745e2
EZ
52212000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5222
5223 * international/codepage.el (cp866-decode-table): New table.
5224
82b90229
GM
52252000-12-18 Gerd Moellmann <gerd@gnu.org>
5226
5227 * version.el (emacs-version): Remove `%a' from the time format
5228 because the weekday doesn't fit well into each locale.
5229
5a047002
MB
52302000-12-18 Miles Bader <miles@gnu.org>
5231
7f49aa07
MB
5232 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5233
ca2ddd8e 5234 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5235 Check that emacs-major-version is `=' to 20, not `>='.
5236 (artist-replace-chars): Use `make-string' instead of a loop.
5237
22ea2607
EZ
52382000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5239
5240 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5241 (cvs-execute-single-file): Don't change directory.
5242 Patch from Per Cederqvist.
5243
6c825f8e
EZ
52442000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5245
83c9cb8e
SM
5246 * textmodes/ispell.el (check-ispell-version):
5247 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5248 of -vv.
5249
8ff06845
KH
52502000-12-16 Kenichi Handa <handa@etl.go.jp>
5251
af4bb4c8
KH
5252 * international/mule-diag.el (mule-diag): Insert information about
5253 configure options, multibyte awareness, language env.
5254
8ff06845
KH
5255 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5256 regexp to search for candidates.
5257
b24e84ab
EZ
52582000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5259
5260 * info.el (Info-forward-node): If the node has an
5261 Info-header-line, widen the buffer before searching for "next:"
5262 and "up:" pointers, and set the search limit to stay in the
5263 current node.
5264
7981d89f
MB
52652000-12-16 Miles Bader <miles@gnu.org>
5266
5267 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5268
88ee7917
MB
52692000-12-15 Miles Bader <miles@gnu.org>
5270
5271 * comint.el (comint-send-string, comint-send-region): Also accept
5272 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5273 process-send-string/region.
5274
0c28d842
GM
52752000-12-15 Gerd Moellmann <gerd@gnu.org>
5276
4ea7fdca
GM
5277 * isearch.el (isearch-lazy-highlight-max): New user-option.
5278 (isearch-lazy-highlight-update): Don't highlight more than
5279 isearch-lazy-highlight-max matches.
5280
0c28d842
GM
5281 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5282
984c9f75 52832000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5284
8062e53a
GM
5285 * sort.el (sort-columns): Fix error message.
5286
3ffa545b
GM
5287 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5288 `upcase' or `downcase' or nil.
5289 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5290 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5291 (dabbrev--substitute-expansion): New arg record-case-pattern.
5292 If it is non-nil, set dabbrev--last-case-pattern.
5293 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5294
5295 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5296
c2d7f289
MB
52972000-12-15 Miles Bader <miles@gnu.org>
5298
b6348438
MB
5299 * paths.el (Info-default-directory-list): Don't delete
5300 configure-info-directory from the list of standard info
83c9cb8e 5301 directories when appending it to the end -- their order is important.
b6348438 5302
f9056dd9
MB
5303 * faces.el (read-face-attribute): If there's no entry for the
5304 user's input in VALID, just use it as-is (this will often result
5305 in an error, but it may be OK for e.g. colors using hexadecimal
5306 notation, and at least will yield a better error message).
5307
c2d7f289 5308 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5309 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5310 Variables removed.
5311 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5312 window is really the right size. Use vertical-motion
5313 rather than forward-line.
5314 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5315 (ispell-command-loop, ispell-show-choices): Use the variable
5316 ispell-choices-win-default-height, rather than the function.
5317 (ispell-choices-win-default-height): Function removed.
5318 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5319
8f530b95
SM
53202000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5321
5322 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5323
6d435deb
EZ
53242000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5325
83c9cb8e
SM
5326 * paths.el (Info-default-directory-list):
5327 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5328 put it first in the list; otherwise put it last. Doc string
5329 changed accordingly.
5330
5331 * info.el (Info-directory-list): Change doc string to reflect the
5332 change in Info-default-directory-list.
5333
6d435deb
EZ
5334 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5335 windows-nt as windowed environments, even under -nw.
5336
5337 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5338 if not fboundp. Switch delete-forward mode for the <delete> key
5339 on all PC platforms, even under -nw.
5340
5341 * term/internal.el ([M-delete]): Remap to M-d.
5342
9d7d9263
GM
53432000-12-14 Gerd Moellmann <gerd@gnu.org>
5344
5345 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5346
7cf0153a
EZ
53472000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5348
5349 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5350
5e5b3d41
GM
53512000-12-14 Gerd Moellmann <gerd@gnu.org>
5352
5f368d29
GM
5353 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5354 if appropriate.
5355
5356 * simple.el (delete-key-deletes-forward): New user-option.
5357 (delete-key-deletes-forward-mode): New function.
5358
9d7d9263 5359 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5360
83c9cb8e
SM
5361 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5362 Test if symbol is bound before getting its value.
5e5b3d41
GM
5363
5364 * tooltip.el (tooltip-show): If an error is signaled in
5365 x-show-tip, display that error, and display the help in the
5366 echo area.
ca2ddd8e 5367
191b83b6
KH
53682000-12-14 Kenichi Handa <handa@etl.go.jp>
5369
83c9cb8e
SM
5370 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5371 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5372
6192b604
KF
53732000-12-13 Karl Fogel <kfogel@red-bean.com>
5374
5375 * bookmark.el: Provide a generic exit hook, as suggested by
5376 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5377 (bookmark-exit-hook): New var.
5378 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5379 old raw lambda form in `kill-emacs-hook', and runs new
5380 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5381 as logically that feature must have been provided if this function
5382 is running.
5383 Removed ;;;###autoload before the `add-hook' call.
5384
5edf6b55
SM
53852000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5386
5387 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5388 (easy-menu-current-active-maps): New function.
5389 (easy-menu-get-map): Use it.
5390 Make a proper menu entry when creating a new keymap.
5391
16b5e8e6
KH
53922000-12-13 Kenichi Handa <handa@etl.go.jp>
5393
d49fc4eb
KH
5394 * international/characters.el: Fix cases and syntaxes for
5395 mule-unicode-0100-24ff.
5396
3b53d876
KH
5397 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5398 that a Japanese character is not appended after day and year.
5399
16b5e8e6
KH
5400 * info.el (Info-suffix-list): Change format for a command that
5401 requires arguments.
5402 (info-insert-file-contents): Adjusted for the above change.
5403
1df1c518
AS
54042000-12-12 Andreas Schwab <schwab@suse.de>
5405
5406 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5407 on the name of the tar buffer. Verify that the existing buffer is
5408 visiting the same subfile.
5409
a7a07b98
DL
54102000-12-12 Dave Love <fx@gnu.org>
5411
5412 * subdirs.el: Add obsolete.
5413
4fdbd809
GM
54142000-12-12 Gerd Moellmann <gerd@gnu.org>
5415
bfdb75ee
GM
5416 * mail/rmailsum.el (rmail-summary-expunge)
5417 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5418 instead of rmail-confirm-expunge.
5419
4fdbd809
GM
5420 * replace.el (perform-replace): Don't use an empty match adjacent
5421 to a non-empty match when computing the next match before the
5422 replacement is performed.
5423
e9a59cad
GM
54242000-12-12 Milan Zamazal <pdm@freesoft.cz>
5425
5426 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5427 definition (patch by Stefan Monnier).
5428 (glasses-mode): Use jit-lock instead of `after-change-functions'
5429 (patch by Stefan Monnier).
5430
c2def7a0
MB
54312000-12-12 Miles Bader <miles@gnu.org>
5432
5433 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5434 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5435
591b63b4
AC
54362000-12-12 Andrew Choi <akochoi@i-cable.com>
5437
5438 * term/mac-win.el: Remove load for ls-lisp.
5439
a924cf63 5440 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5441
5ff4ba3d
MB
54422000-12-12 Miles Bader <miles@gnu.org>
5443
5444 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5445 Respect field end too.
5446 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5447 (newline-and-indent, reindent-then-newline-and-indent):
5448 Use `delete-horizontal-space'.
5ff4ba3d 5449
d0c679bc
SM
54502000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5451
adf9c994
SM
5452 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5453 (so as to obey the field property in the minibuffer).
5454
4b0cd42d
SM
5455 * obsolete/c-mode.el: Moved from lisp/progmodes.
5456 * obsolete/auto-show.el: Moved from lisp.
5457 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5458
89f85863
CD
54592000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5460
5461 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5462 changes to list them here.
89f85863 5463
83c9cb8e
SM
5464 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5465 Too many changes to list them here.
89f85863 5466
83c9cb8e
SM
5467 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5468 Too many changes to list them here.
89f85863
CD
5469
5470 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5471
3e0d35ce
GM
54722000-12-11 Gerd Moellmann <gerd@gnu.org>
5473
83c9cb8e 5474 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5475
ca2ddd8e 5476 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5477 Comment fix.
5478
3e0d35ce
GM
5479 * hscroll.el: Moved to `obsolete' subdir.
5480
ff904dd6
MB
54812000-12-11 Miles Bader <miles@gnu.org>
5482
5483 * window.el (window-text-height): Function removed (now in C).
5484
fb97d87f
SM
54852000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5486
5487 * log-edit.el (log-edit-parent-buffer): New var.
5488 (log-edit): Set it. Add BUFFER argument.
5489 (log-edit-done): Use char-before.
5490 Don't bother checking validity of vc-comment-ring.
5491 Only bury the buffer if log-edit popped it up.
5492
5493 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5494 (cvs-mode-diff-help): Remove.
5495 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5496 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5497
5498 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5499 Remove binding for ? now made unnecessary.
5500
7de77417
CD
55012000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5502
83c9cb8e 5503 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5504 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5505
5506 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5507 when master file is not open.
5508
4efa209f
SM
55092000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5510
5511 * progmodes/ada-stmt.el: Update `maintainer'.
5512
0a8052bd
GM
55132000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5514
5515 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5516 choices to match documentation string.
5517
a12167c5
MB
55182000-12-09 Miles Bader <miles@gnu.org>
5519
2161605d
MB
5520 * minibuf-eldef.el: New file.
5521
a12167c5
MB
5522 * window.el (fit-window-to-buffer): Don't pass last argument to
5523 pos-visible-in-window-p, now that its meaning is inverted.
5524
9ea8de1b
EZ
55252000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5526
5527 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5528 <ceder@lysator.liu.se>.
5529
5002ddbb
SM
55302000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5531
b6114d80
SM
5532 * autoinsert.el (auto-insert-alist): Add missing final \n.
5533
ee8d23ee
SM
5534 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5535 (cvs-menu-map): Remove.
5536 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5537 (cvs-mode-quit): Turn it back into a plain function.
5538
5002ddbb 5539 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5540 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5541
5542 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5543 file where it's more visible.
5544 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5545 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5546 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5547 (texinfo-inside-macro-p): Only catch `scan-error's.
5548 (texinfo-inside-env-p): Make better use of the match info.
5549 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5550 (texinfo-insert-@end): Slight re-organization.
5551 Also remove useless `looking-at' call.
5552
30cd075d
AI
55532000-12-08 Andrew Innes <andrewi@gnu.org>
5554
5555 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5556 accessible in -nw mode.
5557
5558 * term/w32-win.el: Remove stuff about selection timeout, which is
5559 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5560 it is accessible in -nw mode.
5561
01b91009
DL
55622000-12-08 Dave Love <fx@gnu.org>
5563
83c9cb8e
SM
5564 * emacs-lisp/lisp-mode.el (lisp-mode):
5565 Set font-lock-keywords-case-fold-search.
01b91009 5566
842b2a94
GM
55672000-12-08 Gerd Moellmann <gerd@gnu.org>
5568
5569 * textmodes/ispell.el (ispell): Doc fix.
5570
f9d5f611
KH
55712000-12-08 Kenichi Handa <handa@etl.go.jp>
5572
5573 * international/quail.el (quail-insert-decode-map): Check the
5574 frame width of a window displaying the current buffer, not that of
5575 the selected frame.
5576 (quail-help): Make sure that the help buffer has window before
5577 inserting text in it.
5578
e04d21aa
SS
55792000-12-07 Sam Steingold <sds@gnu.org>
5580
5581 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5582 Backquote is used in isearch.el, so autoloading saves nothing.
5583
fc3e23a4
EZ
55842000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5585
83c9cb8e
SM
5586 * startup.el (normal-top-level-add-subdirs-to-load-path):
5587 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5588
fc3e23a4
EZ
5589 * dired.el (dired-insert-directory): If file-system-info is
5590 fboundp, call it instead of invoking dired-free-space-program.
5591
796ecd10
GM
55922000-12-07 Gerd Moellmann <gerd@gnu.org>
5593
0f5f7c3e
GM
5594 * server.el (server-visit-files): Push files on file-name-history.
5595
3764ba49
GM
5596 * progmodes/cc-langs.el: Update copyright.
5597
8e7931da
GM
5598 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5599
ae0d7485 5600 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5601
796ecd10
GM
5602 * bindings.el (mode-line-mode-menu): Reverse the order
5603 of define-keys so that the menu appears in alphabetical order.
5604
ae0d7485
GM
56052000-12-07 Milan Zamazal <pdm@freesoft.cz>
5606
5607 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5608 of the function.
5609
e2849090
DL
56102000-12-07 Dave Love <fx@gnu.org>
5611
5612 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5613
5614 * facemenu.el (facemenu-unlisted-faces): Fix value.
5615
5c7f629c
SM
56162000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * font-lock.el (font-lock-default-fontify-region):
5619 Include the terminating \n (off-by-one error).
5620 (font-lock-set-defaults): Use dolist.
5621
5622 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5623
73481ae3
KH
56242000-12-07 Kenichi Handa <handa@etl.go.jp>
5625
83c9cb8e
SM
5626 * international/mule-cmds.el (describe-language-environment):
5627 Fix for the case that an input method title is not string but a list.
ffbaa122 5628
73481ae3
KH
5629 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5630 of wrong SIZE record.
5631
e2896b22
DL
56322000-12-06 Dave Love <fx@gnu.org>
5633
67292061
DL
5634 * newcomment.el (comment-region, comment-dwim): Doc fix.
5635
5636 * textmodes/texinfo.el: Require tex-mode when compiling.
5637 (texinfo-update-node): Doc fix.
5638 (texinfo-imenu-generic-expression): Add @anchor.
5639 (texinfo-font-lock-keywords): Add @uref.
5640 (texinfo-inside-macro-p): Don't use ignore-errors.
5641 (texinfo-insert-quote): Match more contexts.
5642
e76938e7
DL
5643 * international/mule.el (decode-char, encode-char): Doc fix.
5644 (auto-coding-alist): Customize.
5645
5646 * files.el (load-file): Fix change of 2000-03-12.
5647
e2896b22
DL
5648 * wid-edit.el (widget-text-keymap): Doc fix.
5649
6610f4b2
AI
56502000-12-06 Andrew Innes <andrewi@gnu.org>
5651
5652 * makefile.w32-in (lisp): Set to an absolute directory, namely
5653 $(CURDIR).
5654
9e3366e4
EZ
56552000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5656
5657 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5658 read generated-autoload-file, and set buffer-file-coding-system to
5659 raw-text-unix after reading the file.
5660
83c9cb8e
SM
5661 * international/mule-conf.el (file-coding-system-alist):
5662 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5663
d94d636f
GM
56642000-12-06 Gerd Moellmann <gerd@gnu.org>
5665
384333ee
GM
5666 * replace.el (occur): Make line-number-width 1 smaller for the
5667 colon following the line number.
5668
83c9cb8e
SM
5669 * startup.el (fancy-splash-text, command-line-1):
5670 Use `File' for the menu name instead of `Files'.
e04d21aa 5671
d4b72d58
GM
5672 * tmm.el: Update copyright.
5673
d94d636f
GM
5674 * cus-start.el: Add entry for even-window-heights.
5675
6e424019
MB
56762000-12-06 Miles Bader <miles@gnu.org>
5677
5678 * faces.el (frame-set-background-mode): Avoid stomping on
5679 locally modified faces.
5680
e6477b58
KH
56812000-12-06 Kenichi Handa <handa@etl.go.jp>
5682
5683 * international/fontset.el: Correct the font registries for
5684 japanese-jisx0213-1 and japanese-jisx0213-2.
5685
21999ab9
GM
56862000-12-05 Gerd Moellmann <gerd@gnu.org>
5687
57d6e381
GM
5688 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5689
21999ab9
GM
5690 * iswitchb.el: Update customization commentary.
5691
7422819c
GM
56922000-12-05 Rob Riepel <riepel@Stanford.EDU>
5693
5694 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5695 (tpu-search-highlight): Fixed comparison of overlay end positions.
5696 (tpu-trim-line-ends): Implemented trimming logic locally.
5697
5698 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5699 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5700
73daff18
KH
57012000-12-05 Kenichi Handa <handa@etl.go.jp>
5702
5703 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5704 to cn-gb.
5705 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5706
6a4cd002
DL
57072000-12-04 Dave Love <fx@gnu.org>
5708
5709 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5710
6452929e
GM
57112000-12-04 Gerd Moellmann <gerd@gnu.org>
5712
e04d21aa 5713 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5714 (rmail-summary-expunge-and-save): Ask for confirmation with
5715 rmail-expunge-confirmed.
5716
5717 * mail/rmail.el (rmail-expunge-confirmed): New function.
5718 (rmail-expunge): Use it.
5719
1790abf4
FP
57202000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5721
0c68ce6f 5722 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5723 (etags-recognize-tags-table, find-tag-in-order):
5724 New functionality: interpret file names as tags.
e04d21aa 5725
7a53d8c8
EZ
57262000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5727
5728 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5729 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5730 the first subnode until the bottom of the current node is visible.
7a53d8c8 5731
caa15ef7
GM
57322000-12-04 Gerd Moellmann <gerd@gnu.org>
5733
5734 * format.el (format-decode): Don't change buffer's undo list.
5735
e225faa7
KH
57362000-12-04 Kenichi Handa <handa@etl.go.jp>
5737
5738 * faces.el (face-font-registry-alternatives): Add entries for CJK
5739 fonts. Doc-string adjusted for the actual usage of this data.
5740
5741 * international/fontset.el: Change the font registries for CJK
5742 fonts in the default fontset. Don't append '*' to registries.
5743
8b262a65
SM
57442000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5745
e04d21aa 5746 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5747 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5748
5749 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5750 (derived-mode-p): New function.
5751 (derived-mode-make-docstring): Add `docstring' argument.
5752 Use it if available and complete it if necessary.
5753
33c4460b
AS
57542000-12-03 Andreas Schwab <schwab@suse.de>
5755
5756 * type-break.el (type-break): Don't make parent of itself.
5757
5c9b3fac
MB
57582000-12-03 Miles Bader <miles@gnu.org>
5759
5760 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5761
27ce741e
SM
57622000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5763
07c16ec4
SM
5764 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5765 (tex-main-file, tex-file): Simplify.
5766 (tex-generate-zap-file-name): Use subst-char-in-string.
5767 (tex-strip-dots): Remove.
5768
c19cc275
SM
5769 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5770
27ce741e
SM
5771 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5772 to check if the match succeeded.
5773
285991dc
GM
57742000-12-02 Gerd Moellmann <gerd@gnu.org>
5775
5776 * startup.el (use-fancy-splash-screens-p): New function.
5777 (command-line-1): Use it to determine whether or not to use
5778 a fancy splash screen.
5779
52dca1b2
AS
57802000-12-02 Andreas Schwab <schwab@suse.de>
5781
5782 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5783
d3e7e7cf
EZ
57842000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5785
2dce2360
EZ
5786 * international/mule.el (make-char): Fix last change.
5787
9768eaa7
EZ
5788 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5789 New defcustoms.
5790 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5791 autoloading tex-mode; instead, do the same manually.
5792 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5793 with numeric argument. Docstring fix.
5794 (toplevel): Require cl when compiling.
e04d21aa 5795
285991dc 5796 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5797
0dd5e255
JR
57982000-12-02 Jason Rumney <jasonr@gnu.org>
5799
5800 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5801 the Emacs Lisp manual)
5802
fbb87147
EZ
58032000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5804
5cbb3e93
EZ
5805 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5806
fbb87147
EZ
5807 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5808 the Emacs Lisp manual).
5809
1636ca09
GM
58102000-12-02 Gerd Moellmann <gerd@gnu.org>
5811
5812 * simple.el (next-line-add-newlines): Change default to nil.
5813
68875f0e
EZ
58142000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5815
83c9cb8e
SM
5816 * files.el (revert-buffer, recover-file):
5817 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5818
fd9ac94c
GM
58192000-12-01 Gerd Moellmann <gerd@gnu.org>
5820
5821 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5822
45450dd5
MB
58232000-12-01 Miles Bader <miles@gnu.org>
5824
5825 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5826
09df8881
KH
58272000-12-01 Kenichi Handa <handa@etl.go.jp>
5828
5829 * international/mule-diag.el (describe-char-after): Fix typo.
5830 (describe-character-set, non-iso-charset-alist): Fix typo.
5831
dea0a87d
MB
58322000-12-01 Miles Bader <miles@gnu.org>
5833
b170205b
MB
5834 * image-file.el (image-file-name-regexp): Automatically add
5835 upper-case variants of each filename extension in
5836 `image-file-name-extensions', since they seem to be common.
5837
e04d21aa 5838 * simple.el (minibuffer-contents)
dea0a87d
MB
5839 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5840 New functions.
5841 * filecache.el (file-cache-directory-name)
5842 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5843
eb04d6cd 58442000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5845
dea0a87d
MB
5846 * filecache.el (file-cache-minibuffer-complete): Don't try to
5847 delete the minibuffer prompt.
5848
a8a1b05d
DL
58492000-11-30 Dave Love <fx@gnu.org>
5850
5851 * cus-start.el: Fix read-buffer-function type.
5852
693c4692
GM
58532000-11-30 Gerd Moellmann <gerd@gnu.org>
5854
5855 * md5.el: Removed. There's a built-in function, now.
5856
2c0b1898
GM
58572000-11-30 Markus Rost <rost@math.ohio-state.edu>
5858
5859 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5860 as dummy 0-th char of rmail-deleted-vector.
5861
63dfcf4b
EZ
58622000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * ps-print.el (ps-end-job): Bind case-fold-search only after
5865 switching to ps-spool-buffer.
5866
58672000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5868
5869 * ps-print.el: Line number font customization. PostScript: Lines and
5870 PageCount are initialized on each page. Doc Fix.
5871 (ps-print-version): New version number (6.3.2).
5872 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5873 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5874 (ps-right-header): Customization fix.
5875 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5876 Fix code.
5877 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5878 New vars.
5879
df3aedcf
GM
58802000-11-30 Gerd Moellmann <gerd@gnu.org>
5881
edfb795e
GM
5882 * bs.el: Fix typos and spelling errors.
5883 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5884 (bs-configuration): Doc fix.
e04d21aa 5885
df3aedcf
GM
5886 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5887
8b8a7f01
GM
58882000-11-30 Rob Riepel <riepel@Stanford.EDU>
5889
5890 * emulation/tpu-edt.el (tpu-version): New version.
5891 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5892 (tpu-original-mode-line): Variable deleted.
5893 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5894 (tpu-set-mode-line): Don't redefine mode-line-format.
5895 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5896 (tpu-update-mode-line): New mark flag logic.
5897 (tpu-get): Use find-file-wildcards.
5898 (tpu-search-highlight): Move overlay less, reset overlay properly.
5899 (tpu-unselect): Deactivate mark.
5900 (tpu-lm-replace): Reset overlay properly.
5901 (tpu-forward-line): Use forward-visible-line.
5902 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5903
83c9cb8e 5904 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5905
c069a9d3
GM
59062000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5907
5908 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5909
b02cd40b
GM
59102000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5911
5912 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5913 and skip whitespace and newlines.
e04d21aa 5914
b7a90344
SM
59152000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5916
5917 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5918
be6bbb55
GM
59192000-11-29 Gerd Moellmann <gerd@gnu.org>
5920
0383ed60
GM
5921 * help.el (describe-function-1): Regexp-quote function name
5922 when used as part of a regexp.
5923
83c9cb8e
SM
5924 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5925 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5926 (tool-bar-add-item): Likewise, and handle unspecified colors.
5927
5928 * enriched.el (enriched-face-ans): Use face-attribute instead
5929 of face-foreground and face-background.
5930
5931 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5932 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5933
7423978d
GM
5934 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5935
ef128c78
GM
5936 * play/5x5.el: Remove version info.
5937
a81fc510
GM
5938 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5939
be6bbb55
GM
5940 * frame.el (blink-cursor-mode): Doc fix.
5941
f9396e03
GM
59422000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5943
5944 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5945 to create Makefile rules.
5946 (antlr-tool-command): New user option.
5947 (antlr-ask-about-save): New user option.
5948 (antlr-makefile-specification): New user option.
5949 (antlr-file-formats-alist): New variable.
5950 (antlr-special-file-formats): New variable.
5951 (antlr-unknown-file-formats): New user option.
5952 (antlr-help-unknown-file-text): New variable.
5953 (antlr-help-rules-intro): New variable.
5954 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5955 (antlr-mode-menu): Add entries.
5956 (antlr-file-dependencies): New function.
5957 (antlr-directory-dependencies): New function.
5958 (antlr-superclasses-glibs): New function.
5959 (antlr-run-tool): New command.
5960 (antlr-makefile-insert-variable): New function.
5961 (antlr-insert-makefile-rules): New function.
5962 (antlr-show-makefile-rules): New command.
5963
5964 * antlr-mode.el: More Emacs/XEmacs stuff.
5965 (antlr-no-action-keywords): New constant with value nil.
5966 (antlr-font-lock-keywords-alist): Use it. Old value would break
5967 syntax highlighting in Emacs-21.0.
5968 (antlr-default-directory): Emacs/XEmacs dependend function.
5969 (antlr-read-shell-command): Ditto.
5970 (antlr-with-displaying-help-buffer): Ditto.
5971
59722000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5973
5974 * antlr-mode.el: imenu, parsing and highlighting changes.
5975 (antlr-imenu-create-index-function): Don't create extra submenus
5976 for definitions in different grammar classes. It is not necessary
5977 for the menu and would make command `imenu' awkward to use.
5978 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5979 header actions and more than one.
5980 (antlr-font-lock-tokendef-face): Changed color.
5981 (antlr-font-lock-tokenref-face): Changed color.
5982 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5983 (antlr-mode-syntax-table): New variable.
5984 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5985 (antlr-with-syntax-table): Don't copy syntax table.
5986
59872000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5988
5989 * antlr-mode.el: Minor changes: language setting.
5990 (antlr-language-alist): The value for file option "language" can
5991 be both an identifier and a string.
5992 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5993 (antlr-language-limit-n-regexp): Change accordingly.
5994
59952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5996
5997 * antlr-mode.el: Minor changes: tabs, hiding.
5998 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5999 (antlr-action-visibility): Also allow value nil to also hide the
6000 braces. Renamed from `antlr-tiny-action-length'.
6001 Suggested by Jay@aol.com.
6002 (antlr-hide-actions): Change accordingly. Hide line if completely
6003 hidden action is on a line of its own.
e04d21aa 6004
6ad948eb
SM
60052000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6006
6007 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6008
6009 * sort.el (sort-columns): Don't concat strings with numbers.
6010
9c6a4107
DL
60112000-11-29 Dave Love <fx@gnu.org>
6012
6013 * cus-edit.el (face): Fix :format.
6014
6015 * mail/feedmail.el: Require smtpmail when compiling.
6016 (mail-do-fcc): Autoload.
6017 (feedmail) <defgroup>: Fix :link.
6018 (feedmail-nuke-body-in-fcc): Fix :type.
6019 (feedmail-send-it): Add autoload cookie.
6020
053b8d35
SM
60212000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * newcomment.el (comment-indent): Save excursion around call to
6024 comment-indent-function.
6025
242c13e8
MB
60262000-11-29 Miles Bader <miles@gnu.org>
6027
6028 * subr.el (member-ignore-case): Return the tail of the list who's
6029 car matches, like `member', not the matching element itself.
6030
8f4b5f28
KH
60312000-11-29 Kenichi Handa <handa@etl.go.jp>
6032
6033 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6034 should not contain `\n'.
6035
bebe4a2c
GM
60362000-11-28 Gerd Moellmann <gerd@gnu.org>
6037
fd9ac94c 6038 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6039
ba7e40eb
GM
6040 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6041
75ab0c79
GM
6042 * dired-aux.el (dired-do-create-files): Construct default file
6043 name for dired-mark-read-file-name so that when the user enters
6044 just RET, the target file will end up in the target directory.
6045
bebe4a2c
GM
6046 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6047 local-abbrev-table before changing buffers because it might
6048 have a buffer-local binding.
6049
fa6d1ca8
MB
60502000-11-28 Miles Bader <miles@gnu.org>
6051
6052 * simple.el (delete-horizontal-space): Handle fields more generally.
6053
8d2c2642
GM
60542000-11-28 Gerd Moellmann <gerd@gnu.org>
6055
6056 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6057
8b31236d
DL
60582000-11-28 Dave Love <fx@gnu.org>
6059
3cbd02d2
DL
6060 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6061 comment-start-skip locally.
6062
8b31236d
DL
6063 * progmodes/fortran.el (fortran-mode): Don't set
6064 fortran-comment-line-start-skip. Set comment-start to
6065 fortran-comment-line-start.
6066 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6067 (fortran-comment-line-start-skip): Simplify slightly.
6068
ae4bf56d
GM
60692000-11-28 Gerd Moellmann <gerd@gnu.org>
6070
17ef7534
GM
6071 * play/5x5.el: Remove RCS keyword.
6072
fd9ac94c 6073 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6074
665b27a6
GM
60752000-11-28 Milan Zamazal <pdm@freesoft.cz>
6076
83c9cb8e
SM
6077 * textmodes/tildify.el (tildify-string-alist):
6078 Add `plain-tex-mode' here.
665b27a6 6079
fe3c2ae3
GM
60802000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6081
6082 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6083 reference.
6084
d970106b
MB
60852000-11-28 Miles Bader <miles@gnu.org>
6086
36b80a0d
MB
6087 * cus-face.el (custom-face-attributes): Add post-filter function
6088 for :box. Make pre-filter function for :box handle all cases.
6089
d970106b
MB
6090 * wid-edit.el (widget-choose): Make sure pop-up window is large
6091 enough to display all the choices, as there's no way to scroll it.
6092
5a2bae6c
KH
60932000-11-28 Kenichi Handa <handa@etl.go.jp>
6094
6095 * international/mule-conf.el: Make the coding system no-conversion
6096 safe for all characters.
6097
9e836e23
DL
60982000-11-27 Dave Love <fx@gnu.org>
6099
8b31236d
DL
6100 * net/ldap.el (ldap) <defgroup>: Add :version.
6101
9e836e23
DL
6102 * tooltip.el (tooltip-use-echo-area): Doc fix.
6103
6104 * cus-start.el <minibuffer-prompt-properties>: Add version.
6105 <read-buffer-function>: Add.
6106
6107 * apropos.el (apropos-print): Add help-echo to active text.
6108
6109 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6110
4a74d071
GM
61112000-11-27 Gerd Moellmann <gerd@gnu.org>
6112
6113 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6114 type, group and version.
6115
76058c27
EZ
61162000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6117
4a74d071 6118 * select.el (x-get-selection): Docstring fix.
76058c27 6119
fd9ac94c 61202000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6121
fd9ac94c 6122 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6123
49060c51
AI
61242000-11-27 Andrew Innes <andrewi@gnu.org>
6125
6126 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6127
6128 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6129
b2a8e429
MB
61302000-11-27 Miles Bader <miles@gnu.org>
6131
6132 * dired.el (dired-get-filename): Return filename verbatim if
6133 LOCALP is `verbatim'.
6134 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6135 `verbatim' so that we don't inadvertently delete a non-existant
6136 directory name.
6137
5ac0366d
KH
61382000-11-27 Kenichi Handa <handa@etl.go.jp>
6139
6140 * international/characters.el: Specify cases and syntaxes for
6141 mule-unicode-0100-24ff.
6142
67f1cf4c
GM
61432000-11-27 Gerd Moellmann <gerd@gnu.org>
6144
6145 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6146 that foreground and/or background colors of the face `tool-bar'
6147 are unspecified.
6148
46c56972
MB
61492000-11-27 Miles Bader <miles@gnu.org>
6150
e04d21aa 6151 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6152 (widget-field-end): Handle widget field `pseudo-overlays'.
6153 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6154 if it's there instead of in `widget-field-list'.
6155
46c56972 6156 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6157 (help-make-xrefs): Delete extraneous newlines at the end of the
6158 docstring.
46c56972 6159
640a9cdd
JR
61602000-11-25 Jason Rumney <jasonr@gnu.org>
6161
6162 * startup.el (command-line): Call set-locale-environment after
6163 Window System init file is read, as it can result in a call to
6164 redraw-frame.
6165
0b3f96d4
EZ
61662000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6167
6168 * simple.el (shell-command): Mention the effect of the prefix
6169 argument in the doc string.
6170
8da6e2a1
MB
61712000-11-25 Miles Bader <miles@gnu.org>
6172
a658d039
MB
6173 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6174
8da6e2a1 6175 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6176 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6177
d3416cca
JR
61782000-11-24 Jason Rumney <jasonr@gnu.org>
6179
6180 * international/mule-cmds.el (locale-language-names): Add "jp" as
6181 a non-standard alternative for Japanese.
6182
17e37f53
AS
61832000-11-24 Andre Spiegel <spiegel@gnu.org>
6184
6185 * vc-hooks.el: Require 'cl during compilation.
6186
9aa5f148
GM
61872000-11-24 Gerd Moellmann <gerd@gnu.org>
6188
ba193890
GM
6189 * faces.el (face-set-after-frame-default): Let face attributes
6190 specified for new frames override frame parameters.
6191
9aa5f148
GM
6192 * startup.el (command-line): Fix computation of the source file
6193 for user-init-file when user-init-file is a compiled file.
6194
51a1edab
MB
61952000-11-24 Miles Bader <miles@gnu.org>
6196
e04d21aa 6197 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6198 (custom-post-filter-face-spec): New functions.
6199 (custom-face-set, custom-face-value-create): Filter the face spec
6200 before and after customization.
6201 (custom-face-set): If VALUE specifies a null face, pass a
6202 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6203 * cus-face.el (custom-face-attributes): Remove SET and GET
6204 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6205 cases they're needed.
6206
1ed74431
MB
6207 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6208 that it's distinguishable from the :off-glyph on dark-background
6209 displays. Set its background color too.
6210
67ee1125
MB
6211 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6212 so that people can easily turn it off.
6213
7d027816 62142000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6215
7d027816 6216 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6217
9aa5f148 6218 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6219
9aa5f148 6220 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6221
9aa5f148 6222 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6223 redundant skip-small-frames test.
e04d21aa 6224
9aa5f148 6225 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6226 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6227
9aa5f148
GM
6228 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6229 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6230 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6231 New functions.
e04d21aa 6232
9aa5f148 6233 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6234
9aa5f148 6235 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6236
f07fa1b8
KH
62372000-11-24 Kenichi Handa <handa@etl.go.jp>
6238
83c9cb8e
SM
6239 * international/mule-diag.el (list-iso-charset-chars):
6240 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6241 (list-non-iso-charset-chars): Fix the `while' condition.
6242
ba8299ff
SM
62432000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6244
79372165
SM
6245 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6246 if the variable is make-variable-buffer-local.
6247
83c9cb8e
SM
6248 * progmodes/ada-stmt.el (ada-template-map):
6249 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6250 (ada-stmt-mode-hook): New function extracted from old code.
6251 Only change the buffer-local side of skeleton-*.
6252 (ada-mode-hook): Use it.
6253
68a887fa
EZ
62542000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6255
6256 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6257 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6258 we expect to be returned by minibuffer-depth once we prompt the
6259 user in the minibuffer.
6260 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6261 as recorded in iswitchb-minibuf-depth, return non-nil.
6262
3b345582
EZ
62632000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6264
6265 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6266 (hscroll-window-maybe): Docstring fix.
6267
595dead2
DL
62682000-11-23 Dave Love <fx@gnu.org>
6269
6270 * rect.el (string-rectangle): Don't test delete-selection-mode.
6271
1e66b27a
GM
62722000-11-23 Gerd Moellmann <gerd@gnu.org>
6273
02790ce2
GM
6274 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6275 is in the tool bar.
6276
1e66b27a 6277 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6278 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6279
a4caa65d
SM
62802000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6281
6282 * textmodes/outline.el (outline-flag-region):
6283 Don't bind inhibit-read-only since we don't modify the buffer.
6284 (outline-isearch-open-invisible): Don't jump to overlay-start
6285 since we're trying to unhide text around point.
6286 (outline-discard-overlays): Use dolist.
6287
6288 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6289
03e757c1
GM
62902000-11-22 Gerd Moellmann <gerd@gnu.org>
6291
83c9cb8e 6292 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6293
1598a961
SM
62942000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6295
6296 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6297 Fix ARG regexp to skip quoted braces.
6298 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6299 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6300 are (correctly) handled separately).
6301 Remove `caption' and `footnote' from `citations': they contain text.
6302 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6303 (latex-skeleton-end-hook): New function.
6304 (latex-mode): Use it.
6305 (tex-start-tex-marker): Remove.
6306 (tex-send-tex-command): Don't set tex-start-tex-marker.
6307 (tex-error-parse-syntax-table): New var.
6308 (tex-compilation-parse-errors): Use it.
6309 Ignore tex-start-tex-marker. Don't bother with marker-position.
6310 (tex-validate-buffer): Don't bother with marker-position.
6311
6312 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6313 (flyspell-generic-progmode-verify): Use it.
1598a961 6314
eaae8106
SS
63152000-11-22 Sam Steingold <sds@gnu.org>
6316
83c9cb8e 6317 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6318
eaae8106 6319 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6320 `ada-remove-trailing-spaces'.
eaae8106 6321 (ada-remove-trailing-spaces): Removed.
e04d21aa 6322
eaae8106 6323 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6324
1598a961
SM
6325 * textmodes/picture.el (picture-clean): Removed.
6326 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6327
a41d49e9
GM
63282000-11-22 Gerd Moellmann <gerd@gnu.org>
6329
e053c60f
GM
6330 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6331
a41d49e9
GM
6332 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6333 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6334 do anything special when jit-lock is active.
a41d49e9
GM
6335 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6336
197615f3
DL
63372000-11-22 Dave Love <fx@gnu.org>
6338
ddbfaa9f
DL
6339 * calendar/todo-mode.el (todo-top-priorities): Use
6340 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6341
ddc3c695
DL
6342 * language/chinese.el, language/cyrillic.el:
6343 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6344 * language/hebrew.el, language/indian.el, language/japanese.el:
6345 * language/korean.el, language/lao.el, language/misc-lang.el:
6346 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6347 Use provide.
6348
fb9fa98d
DL
6349 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6350 (custom-variable-set): Improve validation error mesage.
6351
197615f3
DL
6352 * rect.el (string-rectangle): Revert last change.
6353 (string-rectangle-line): New arg DELETE.
6354 (string-rectangle): Check delete-selection-mode.
6355
6356 * emacs-lisp/edebug.el (edebug-version)
6357 (edebug-maintainer-address): Deleted.
6358 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6359 (edebug-read-function): Account for other `'#' read forms.
6360 (edebug-mode-menus): Make some items toggles.
6361 (edebug-outside-unread-command-event, unread-command-event):
6362 Remove these to avoid warnings.
6363
f4117c4d
GM
63642000-11-22 David Ponce <david@dponce.com>
6365
6366 * recentf.el (recentf-menu-items-for-commands)
6367 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6368 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6369
f4117c4d
GM
6370 (recentf-build-dir-rules, recentf-dump-variable)
6371 (recentf-edit-list, recentf-open-files-item)
6372 (recentf-open-files): Replaced unnecessary `mapcar' with new
6373 built-in `mapc'.
eaae8106 6374
f8e2f3f2
MB
63752000-11-23 Miles Bader <miles@gnu.org>
6376
6377 * faces.el (menu): Make inverse-video on ttys too.
6378
4c4a541d
SM
63792000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * simple.el (comment-line-break-function): Use the new name
6382 indent-new-comment-line -> comment-indent-new-line.
6383 (clone-indirect-buffer): Don't ignore NORECORD.
6384 (next-completion): Properly handle the case where items are adjacent.
6385
6386 * mouse.el (popup-menu): Stupid typo.
6387
980d836e
GM
63882000-11-22 Gerd Moellmann <gerd@gnu.org>
6389
60e8e0a5
GM
6390 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6391 maintainer, keywords tags.
6392
980d836e
GM
6393 * rect.el (replace-rectangle): Don't call string-rectangle-line
6394 with too many arguments.
6395
e08b2069
AS
63962000-11-22 Andre Spiegel <spiegel@gnu.org>
6397
60e8e0a5 6398 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6399 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6400 vc-locking-user, which no longer exists.
6401
6402 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6403
c6779d8d
DL
64042000-11-22 Dave Love <fx@gnu.org>
6405
6406 * md5.el (md5): Provide.
6407 (md5): Fix error call.
6408
e672fdce
MB
64092000-11-22 Miles Bader <miles@gnu.org>
6410
eaae8106 6411 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6412 (refill-fill-paragraph-at): Remove debugging code.
6413
80e24c04
MB
6414 * calendar/calendar.el (generate-calendar-window): When we don't
6415 call `fit-window-to-buffer', make sure the top line is fully visible.
6416
3a17d6cc
MB
6417 * image-file.el (insert-image-file): Don't make `read-only'
6418 property rear-nonsticky.
6419
ae1a21c6
MB
6420 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6421 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6422 stashing away its original value.
6423 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6424 in the recursive edit.
6425 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6426 (isearch-done): Restore `minibuffer-message-timeout'.
6427
e672fdce
MB
6428 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6429
3ea79df8
SM
64302000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6431
6432 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6433
6434 * find-lisp.el (find-lisp-find-files-internal):
6435 Use dolist, when and file-name-as-directory.
6436
980d836e 6437 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6438 (define-derived-mode, define-minor-mode): Add specs.
6439
6440 * window.el: General comment and spacing fixes.
6441 (save-selected-window): Use backquotes.
6442 (window-safely-shrinkable-p): New function.
6443 (shrink-window-if-larger-than-buffer): Use it.
6444
6445 * subr.el (make-local-hook): Docstring fix.
6446
6447 * shell.el (shell-mode): Use define-derived-mode.
6448
6449 * newcomment.el (comment-indent): Insert comment before calling
6450 comment-indent-function. Don't insert in column 0.
6451 (comment-dwim): Indent before inserting comment.
6452
6453 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6454 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6455 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6456 Use mapc rather than map.
6457
6458 * files.el (find-buffer-visiting): Compare all attributes before
6459 declaring two files identical (rather than just their inode-no).
6460 (auto-mode-alist): Use \' rather than $.
6461
6462 * which-func.el: Update maintainer line.
6463
6464 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6465 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6466 (uniquify-buffer-file-name): Use it.
6467
8f62f2b8
MB
64682000-11-22 Miles Bader <miles@gnu.org>
6469
6470 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6471 * simple.el (minibuffer-avoid-prompt): New function.
6472
fb279a6d
GM
64732000-11-21 Gerd Moellmann <gerd@gnu.org>
6474
6475 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6476
867092e9
MB
64772000-11-21 Miles Bader <miles@gnu.org>
6478
ef860850
MB
6479 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6480 inclusion of `track-mouse'.
6481
867092e9
MB
6482 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6483 (refill-adjust-ignorable-overlay): New function.
6484 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6485 only the paragraph's tail if possible.
6486 Update `refill-ignorable-overlay'.
6487 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6488
6489 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6490 point inside the fill-prefix.
6491
6492 * textmodes/refill.el (refill-post-command-function): Don't reset
6493 refill-doit in the case where a self-insertion command doesn't
6494 case a refill. Use `refill-fill-paragraph-at', getting position
6495 from `refill-doit'.
6496 (refill-after-change-function): Set `refill-doit' to END.
6497 (refill-fill-paragraph-at): New function, mostly from old
6498 refill-fill-paragraph.
6499 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6500 (refill-pre-command-function): New function.
6501 (refill-mode): Add it to `pre-command-hook'.
6502
ff9ab414
GM
65032000-11-20 Gerd Moellmann <gerd@gnu.org>
6504
29a01b72
GM
6505 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6506
ff9ab414
GM
6507 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6508 javadoc tags.
eaae8106 6509
885b211b
AS
65102000-11-20 Andre Spiegel <spiegel@gnu.org>
6511
6512 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6513 vc.el).
6514
eaae8106 6515 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6516 require vc.
eaae8106
SS
6517
6518 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6519 checkouts.
eaae8106 6520
d1838556
DL
65212000-11-20 Dave Love <fx@gnu.org>
6522
6523 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6524
2b69bc11 65252000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6526
2b69bc11
GM
6527 * calculator.el (calculator-paste): Use `if' instead of `and'
6528 and `or'.
6529 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6530
b95b34e5
GM
65312000-11-19 Gerd Moellmann <gerd@gnu.org>
6532
030de92f
GM
6533 * info.el (info-menu-5): Doc fix.
6534
b95b34e5
GM
6535 * textmodes/artist.el: New file.
6536
54970452
AS
65372000-11-19 Andre Spiegel <spiegel@gnu.org>
6538
eaae8106 6539 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6540 and differentiate according to checkout model.
6541 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6542 since this function is only concerned with master state.
6543
83c9cb8e
SM
6544 * vc-hooks.el (vc-workfile-unchanged-p)
6545 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6546
83c9cb8e
SM
6547 * vc.el (vc-workfile-unchanged-p)
6548 (vc-default-workfile-unchanged-p): See above.
54970452 6549
e5a9dabf
MB
65502000-11-19 Miles Bader <miles@gnu.org>
6551
6552 * image-file.el (insert-image-file): Make `intangible' and
6553 `read-only' properties rear-nonsticky too.
6554
24127af0
GM
65552000-11-18 Gerd Moellmann <gerd@gnu.org>
6556
d392e9c5 6557 * ps-print.el: Update copyright notice.
eaae8106 6558
d392e9c5
GM
6559 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6560 (tooltip-show): Use the offsets.
6561
24127af0 6562 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6563 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6564 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6565
2b69bc11 65662000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6567
2b69bc11
GM
6568 * ps-print.el (toplevel): Test for find-coding-system being
6569 fboundp before calling ps-x-find-coding-system.
08ea6f17 6570
66321b2f
SM
65712000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6572
6573 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6574 (vc-version-backup-file): Docstring fix.
6575
046110c6
GM
65762000-11-16 Gerd Moellmann <gerd@gnu.org>
6577
4104194e
GM
6578 * files.el (basic-save-buffer): Don't add a newline if
6579 find-file-literally is non-nil.
6580 (find-file-literally): Extend doc string.
6581
046110c6
GM
6582 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6583 sort(1) with the `-f' argument.
6584
6505c16e
AS
65852000-11-16 Andre Spiegel <spiegel@gnu.org>
6586
fd063975
AS
6587 * vc.el: Updated backend documentation.
6588 (vc-default-check-headers): New function.
6589
3d02dd81 6590 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6591
6592 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6593 up-to-date.
eaae8106 6594 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6595 the minibuffer is not active.
fd063975 6596
eaae8106 6597 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6598 `vc-cvs-use-edit' is on.
eaae8106
SS
6599 (vc-cvs-checkout): When this is used for reverting the workfile,
6600 make a backup of the original contents and revert to that in case
8791d617 6601 of error.
eaae8106 6602 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6603 remote repositories.
eaae8106 6604
6505c16e
AS
6605 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6606 for both version and ratio in the minibuffer.
fd063975 6607
eaae8106 6608 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6609 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6610
a13f0660
KH
66112000-11-16 Kenichi Handa <handa@etl.go.jp>
6612
6613 * international/quail.el (quail-start-translation): Don't call
6614 `message' before reading key sequence.
6615
1389a414
MB
66162000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6617
6618 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6619
9256a532
KH
66202000-11-16 Kenichi Handa <handa@etl.go.jp>
6621
6622 * window.el (fit-window-to-buffer): Be sure to acquire at least
6623 one text line even if the buffer is empty.
6624
0e14fe9f
GM
66252000-11-16 Gerd Moellmann <gerd@gnu.org>
6626
eaae8106 6627 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6628 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6629 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6630
da645c53
DL
66312000-11-15 Dave Love <fx@gnu.org>
6632
83c9cb8e
SM
6633 * wid-edit.el (widget-specify-field, widget-specify-button):
6634 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6635 widget-mouse-help.
6636 (widget-mouse-help): New function.
6637 (widget-echo-help): Rewritten for :help-echo functions only taking
6638 a widget arg.
6639
83c9cb8e
SM
6640 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6641 Use display-graphic-p.
b12057b9
DL
6642 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6643 and that JPEG is available.
6644 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6645
da645c53
DL
6646 * international/mule-cmds.el (locale-charset-language-names):
6647 Match @euro.
6648
6d133d1f
GM
66492000-11-15 Gerd Moellmann <gerd@gnu.org>
6650
83c9cb8e
SM
6651 * faces.el (face-set-after-frame-default):
6652 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6653 default face from X resources.
6654
49ac2ac5
EZ
66552000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6656
6657 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6658 Don't set EMACSLOADPATH.
6659
4fb0a34c
EZ
66602000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6663 texinfo-insert-@url.
6664 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6665 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6666
bb304a7a
SM
66672000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6668
82bc80bf
SM
6669 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6670 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6671 (checkdoc-minor-keymap): Backward compatibility.
6672 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6673 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6674 (checkdoc-this-string-valid-engine): Be a bit more strict
6675 to avoid matching substrings of `...' quoted vars/funs.
6676 (checkdoc-defun-info): Only look for `interactive' if alone.
6677 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6678
e8c87124
SM
6679 * progmodes/compile.el (grep): `tag-default' can be nil.
6680
bb304a7a
SM
6681 * newcomment.el (comment-indent): Paren typo.
6682
8628686a
DL
66832000-11-14 Dave Love <fx@gnu.org>
6684
25c269ef
DL
6685 * calculator.el: New maintainer version.
6686
66321b2f 6687 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6688
8628686a
DL
6689 * cmuscheme.el: Doc fixes.
6690 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6691 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6692
6693 * xscheme.el (scheme-program-name): Don't define here.
6694
6695 * progmodes/scheme.el (scheme-program-name): New variable
6696 (originally in cmuscheme).
6697
88f0a1eb
MB
66982000-11-14 Miles Bader <miles@gnu.org>
6699
6700 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6701 Handle header-lines. Don't loop forever if we can't enlarge the
6702 window anymore. Simplify a bit.
6703
cd9a000c
KH
67042000-11-14 Kenichi Handa <handa@etl.go.jp>
6705
6706 * window.el (fit-window-to-buffer): Don't check
6707 window-text-height. Assure that the last line is fully visible.
6708
83c9cb8e
SM
6709 * international/quail.el (quail-show-guidance-buf):
6710 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6711 buffer.
6712 (quail-update-guidance): Avoid making the guidance buffer shorter.
6713
d3fcda22
SM
67142000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6715
bdbd9606
SM
6716 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6717 rather than `prepend' and add an interesting comment.
6718 (tex-math-face, tex-font-lock-syntactic-face-function):
6719 New face and function to use it.
6720 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6721 than `menu-enable' symbol property.
6722 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6723 (tex-mode): Add some latex-mode commands for auto-selection.
6724 Use tex-font-lock-syntactic-face-function.
6725 (tex-insert-quote): Simplify.
6726 (tex-shell): New mode.
6727 (tex-start-shell): Use it.
6728 (tex-shell-proc, tex-shell-buf): New functions.
6729 (tex-send-command): Use it.
6730 (tex-main-file): Fix the meaning of the new arg REALFILE.
6731 (tex-send-tex-command): New function split from `tex-start-tex'.
6732 Set compilation-last-buffer and compilation-parsing-end.
6733
d3fcda22
SM
6734 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6735 when it follows non-comment text on the line.
6736
6737 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6738 Set font-lock-defaults.
6739 (lisp-mode-shared-map): Init inside the defvar.
6740 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6741 Use define-derived-mode.
6742
bdab1d43
MB
67432000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6744
6745 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6746
936ae731
GM
67472000-11-14 Gerd Moellmann <gerd@gnu.org>
6748
83c9cb8e
SM
6749 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6750 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6751 recursion; see comment there.
6752
1695ca2b
EZ
67532000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6754
6755 * faces.el (face-spec-set-match-display): Revert the change from
6756 2000-10-24. Add a FIXME for after v21.1.
6757
9d348294
MB
67582000-11-13 Miles Bader <miles@gnu.org>
6759
6760 * textmodes/fill.el (skip-line-prefix): New function.
6761 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6762 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6763 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6764 point inside the fill-prefix.
9d348294 6765
b85fa13c
MB
67662000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6767
83c9cb8e
SM
6768 * calendar/calendar.el (generate-calendar-window):
6769 Use `fit-window-to-buffer'.
b85fa13c 6770
a0b47716
SM
67712000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6772
6773 * gud.el (gud-minor-mode): New var.
6774 (gud-symbol, gud-val): New functions.
6775 (gud-find-file): Copy gud-minor-mode to the new buffer.
6776 (gud-menu-map): Include entries for commands that are not always
6777 available, using :enable to (de)activate them.
6778 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6779 (gud-mode-map): New map.
eaae8106 6780 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6781 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6782 Don't set up gud's menu (it's done by the minor-mode).
6783 (gud-minibuffer-local-map): New.
6784 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6785 (gud-query-cmdline): New function.
6786 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6787 (gud-mode): Use define-derived-mode.
6788 Don't set up gud's menu (it's done by the minor-mode).
6789 (gud-chop-words): Remove.
6790 (gud-common-init): Use split-string instead.
6791 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6792
6793 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6794 Add keyword arg :name.
6795
6796 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6797 (diff-count-matches, diff-split-hunk): New functions.
6798 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6799
6800 * pcvs-info.el (cvs-fi-conflict-face): New var.
6801
6802 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6803 Make it into a simple syntax-table, shared among all submodes.
6804 (sh-heredoc-face): Re-introduce.
6805 (sh-font-lock-syntactic-face-function): New function.
6806 (sh-mode): Use it. Also use define-derived-mode.
6807 Remove old bogus setting of indent-region-function.
6808 (sh-set-shell): Don't set the syntax-table any more.
6809 (sh-mode-syntax-table) <defun>: Remove.
6810
f5ed37df
MB
68112000-11-12 Miles Bader <miles@gnu.org>
6812
6813 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6814 message if interactive.
6815
0b074c2f
DL
68162000-11-12 Dave Love <fx@gnu.org>
6817
6818 * mail/feedmail.el: Fix header,
6819 (feedmail) <defgroup>: Add :link.
6820
6821 * view.el: Use local-map property, not keymap on mode-line string.
6822
83c9cb8e
SM
6823 * scroll-all.el (scroll-all-mode): Customize variable.
6824 Add autoload cookie to function.
0b074c2f
DL
6825
6826 * lazy-lock.el: Remove compatibility code.
6827
6828 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6829 (finder-help-echo): New variable.
6830 (finder-mouse-face-on-line): Add help-echo stuff.
6831 (finder-list-keywords, finder-list-matches): Use mapc.
6832
6833 * faces.el (face-font-registry-alternatives): Add :version.
6834
6835 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6836 tags-table-list.
6837
a0b47716 6838 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6839
a0b47716 6840 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6841 (mail-mode): Use [:alnum:] in some regexps.
6842
6d502396
DL
68432000-11-10 Dave Love <fx@gnu.org>
6844
6845 * ediff.el (ediff-regions-internal, ediff-documentation):
6846 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6847 fundamental mode.
6848
6849 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6850 buffer into fundamental mode.
6851 (ediff-set-difference): Use copy-sequence if available.
6852
83c9cb8e
SM
6853 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6854 Check ediff-patch-map non-nil.
6d502396
DL
6855 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6856 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6857 buffer into fundamental mode.
6858
6859 * ediff-merg.el (state-or-merge): Defvar when compiling.
6860
a82fe213
JR
68612000-11-10 Jason Rumney <jasonr@gnu.org>
6862
6863 * w32-fns.el (w32-add-charset-info): New function.
6864 (w32-charset-info-alist): Use it.
6865
52d89894
GM
68662000-11-10 Gerd Moellmann <gerd@gnu.org>
6867
6868 * faces.el (face-font-registry-alternatives): New user-option.
6869
178932de
SM
68702000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6871
d7fa3319
SM
6872 * textmodes/texinfo.el (texinfo-block-default): New var.
6873 (texinfo-insert-block): Use it. Insert a newline if needed.
6874
178932de
SM
6875 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6876 (fill-region-as-paragraph): Use it.
6877
6878 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6879 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6880 Tweak paragraph regexps to allow a leading [ \t]*.
6881 (tex-latex-block): Insert a newline if necessary.
6882 (latex-insert-item): Only insert a newline if necessary.
6883 (tex-guess-main-file): New function.
6884 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6885 Set tex-main-file if TeX-master is provided.
6886 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6887
bd02b8e0
GM
68882000-11-10 Gerd Moellmann <gerd@gnu.org>
6889
6890 * startup.el (command-line): Set the default tooltip-mode
6891 to t for graphical displays which implement x-show-tip.
6892
6893 * tooltip.el (tooltip-mode): Add a comment about startup.el
6894 setting the default value of this user-option.
6895
b29b03eb
SM
68962000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * font-lock.el (font-lock-*-face) <defvar>: Move.
6899 (font-lock-defaults-alist): Mark obsolete.
6900 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6901 (font-lock-mode): Use define-minor-mode.
6902 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6903 (font-lock-turn-off-thing-lock): Be more explicit.
6904 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6905 (font-lock-syntactic-face-function): New var.
6906 (font-lock-fontify-syntactically-region): Use it.
6907 (font-lock-doc-face): New.
6908
6909 * pcvs.el (cvs-enabledp): Ignore errors.
6910 (cvs-commit-filelist): Never query.
6911 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6912 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6913 (cvs-do-removal): Use cvs-partition rather than delete-if.
6914 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6915 cvs-bury-buffer.
6916
6917 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6918 Allow `next' to jump to after the end of the last match.
6919
778fbc46
GM
69202000-11-09 Gerd Moellmann <gerd@gnu.org>
6921
730c746c
GM
6922 * simple.el (byte-compiling-files-p): New function.
6923
6924 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6925 if it is there.
6926
6927 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6928 nil again.
6929
778fbc46
GM
6930 * textmodes/ispell.el (ispell-library-path): Don't call
6931 check-ispell-version when byte-compiling because that starts
6932 an ispell process, and ispell might not be installed.
6933 (toplevel): Don't set up a menu when byte-compiling.
6934
6935 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6936 it, so that a boundp test can be used to determine if we're
6937 currently byte-compiling.
6938
5912c5bb
DL
69392000-11-09 Dave Love <fx@gnu.org>
6940
83c9cb8e 6941 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6942
7bb054a5
GM
69432000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6944
83c9cb8e
SM
6945 * ps-print.el: Patch for variable initialization when spooling.
6946 Doc fix.
7bb054a5
GM
6947 (ps-output-list): Fun eliminated.
6948 (ps-begin-file, ps-begin-job): Code fix.
6949
9db2706e
DL
69502000-11-08 Dave Love <fx@gnu.org>
6951
83c9cb8e 6952 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6953
f7eb32aa
GM
69542000-11-08 Gerd Moellmann <gerd@gnu.org>
6955
6956 * simple.el (shell-command, display-message-or-buffer)
6957 (shell-command-on-region): Mention resize-mini-windows in the doc
6958 string.
6959 (display-message-or-buffer): Take the value of resize-mini-windows
6960 into account.
6961
7b01b08c
GM
69622000-11-07 Gerd Moellmann <gerd@gnu.org>
6963
acad3c0b
GM
6964 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6965
7b01b08c
GM
6966 * dired.el (dired-between-files): Add `^. find' as an alternative
6967 to the regular expression, for find-dired.
6968
6f602bd0
SM
69692000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * textmodes/texnfo-upd.el: Require texinfo.
6972 (defmacro, defgroup): Remove.
6973 (texinfo-section-to-generic-alist): Remove.
6974 Use texinfo-section-list instead (i.e. level is changed string->int).
6975 (texinfo-filter): New function.
6976 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6977 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6978 Use it. And use regexp-opt.
6979 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6980 (texinfo-update-menu-region-beginning)
6981 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6982 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6983 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6984 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6985 (texinfo-sequential-node-update): Remove autoload cookie.
6986
6987 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6988 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6989 (texinfo-chapter-level-regexp): Remove.
6990 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6991
bb216218
DL
69922000-11-06 Dave Love <fx@gnu.org>
6993
6f602bd0 6994 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6995
6f602bd0
SM
6996 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6997 Match defun*.
bb216218 6998
ff8dd5d5
KH
69992000-11-06 Kenichi Handa <handa@etl.go.jp>
7000
7001 * composite.el (composition-function-table): Variable declaration
7002 moved to src/composite.c.
7003 (compose-chars-after): New optional arg object.
7004
e9da51a1
GM
70052000-11-06 Gerd Moellmann <gerd@gnu.org>
7006
e0c12c68
GM
7007 * bindings.el (mode-line-toggle-read-only)
7008 (mode-line-toggle-modified, mode-line-widen)
7009 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7010 (make-mode-line-mouse2-map): Rewritten.
7011 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7012 functions so that C-h k can show something with a doc string.
eaae8106 7013
e9da51a1
GM
7014 * startup.el (fancy-splash-delay): Set to 10 seconds.
7015 (fancy-splash-max-time): New user-option.
7016 (fancy-splash-stop-time): New variable.
7017 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7018 (fancy-splash-screens-1): Throw `stop-splashing' when current
7019 time is greater than fancy-splash-stop-time.
7020
611dbdf0
SM
70212000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7022
4d2806e2
SM
7023 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7024
611dbdf0
SM
7025 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7026 Prompt user for a file rather than raising an error.
7027 (cvs-enabledp): Fix call to cvs-mode-marked.
7028 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7029 (cvs-mode-insert): Use it. Change the init prompt' value.
7030 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7031
7032 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7033 Don't pass default arg to ewoc-locate.
7034 (ewoc-collect): Return result in the right order.
7035
7036 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7037
7038 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7039 (cvs-status-get-tags): Fix regexp.
7040 (cvs-status-trees, cvs-status-cvstrees):
7041 Combine after change hooks and don't sit-for.
4d2806e2
SM
7042 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7043 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7044 Use make-char rather than hard-coded cryptic data.
7045 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7046
7047 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7048
7049 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7050 (cvs-insert-strings): New function.
7051
937b2877
MB
70522000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7053
7054 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7055 `mwheel-scroll-amount'.
7056 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7057 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7058 string-matching against the version string.
7059
c6c97763
KH
70602000-11-06 Kenichi Handa <handa@etl.go.jp>
7061
6eaec747
KH
7062 * language/thai.el ("Thai"): Set a lisp form that produces
7063 composed string in `sample-text' language info.
7064
7065 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7066 composed string in `sample-text' language info.
7067
83c9cb8e
SM
7068 * international/mule-cmds.el (describe-language-environment):
7069 Eval `sample-text' data and insert the result.
6eaec747 7070
c6c97763
KH
7071 * international/mule-conf.el (compound-text): Define this coding
7072 system here. Make x-ctext and ctext aliases of it.
7073
7074 * language/european.el (compound-text, ctext): Moved to
7075 international/mule-conf.el.
7076
d1145f85
AI
70772000-11-05 Andrew Innes <andrewi@gnu.org>
7078
7079 * w32-fns.el (w32-version): New function.
7080
178a6a45
SM
70812000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7082
7083 * progmodes/awk-mode.el: Update copyright.
7084 (awk-mode-abbrev-table): Remove.
7085 (awk-font-lock-keywords): Use regexp-opt.
7086 (awk-mode): Use define-derived-mode.
7087
7088 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7089 when extracting a suffix.
7090
1ba90166
AS
70912000-11-04 Andre Spiegel <spiegel@gnu.org>
7092
7093 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7094 auto-save-mode.
7095
546790cb
JR
70962000-11-04 Jason Rumney <jasonr@gnu.org>
7097
7098 * language/european.el (decode-mac-roman): Test against r1 not r0.
7099
d247e32d
SM
71002000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7101
fbf44f44
SM
7102 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7103 (icon-mode): Define indent-line-function.
7104 (icon-comment-indent): Simplify.
7105 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7106
7107 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7108
7109 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7110 Bind change-log-default-mode to defeat the caching done on it.
7111 Don't bother saving excursion any more.
7112
7113 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7114
7115 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7116 (set-frame-font): Use the new name (and the old for compatibility).
7117
eaae8106
SS
7118 * toolbar/tool-bar.el (tool-bar-mode):
7119 * time.el (display-time-mode):
7120 * recentf.el (recentf-mode):
7121 * paren.el (show-paren-mode):
7122 * mwheel.el (mouse-wheel-mode):
7123 * msb.el (msb-mode):
7124 * jka-compr.el (auto-compression-mode):
7125 * image-file.el (auto-image-file-mode):
7126 * hl-line.el (hl-line-mode):
7127 * delsel.el (delete-selection-mode):
7128 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7129 * complete.el (partial-completion-mode): Drop unneeded positional args.
7130
eaae8106 7131 * info.el (Info-mode):
79372165 7132 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7133
d247e32d
SM
7134 * log-edit.el (log-edit-menu): New menu.
7135
4921558e
MB
71362000-11-03 Miles Bader <miles@gnu.org>
7137
7138 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7139 definition, so that trailing spaces are handled properly.
7140 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7141
1fc02b3c
GM
71422000-11-03 Gerd Moellmann <gerd@gnu.org>
7143
7144 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7145 tab character.
7146 (fancy-splash-screens): Set tab-width to 20.
7147
51d001f7
DL
71482000-11-03 Dave Love <fx@gnu.org>
7149
7150 * comint.el (comint-completion-addsuffix): Fix custom type.
7151
ba22aeff
SM
71522000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7153
7154 * font-lock.el (font-lock-buffers): Remove.
7155 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7156 (font-lock-change-major-mode): Remove.
7157 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7158 (font-lock-default-fontify-region): Extend the multiline
7159 fontification to whole lines.
7160 (font-lock-fontify-anchored-keywords)
7161 (font-lock-fontify-keywords-region): If matching just one
7162 line (with \n) only mark the \n as multiline.
7163
7164 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7165 Correctly handle the case where several :group args are supplied.
7166 Allow :extra-args.
7167 (easy-mmode-define-global-mode): Allow :extra-args.
7168 Correctly handle the case where several :group args are supplied.
7169
9c887ada
MB
71702000-11-02 Miles Bader <miles@gnu.org>
7171
eaae8106 7172 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7173 (holiday-face): Remove dependency on `window-system'.
7174
7f25090d
KR
71752000-11-02 Ken Raeburn <raeburn@gnu.org>
7176
7177 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7178 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7179 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7180
7dd6009c
DL
71812000-11-02 Dave Love <fx@gnu.org>
7182
7183 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7184
94821e4f
EZ
71852000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7186
7187 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7188 punctuation in the warning inserted into the *mail* buffer.
7189
1ac3fc42
GM
71902000-11-02 Gerd Moellmann <gerd@gnu.org>
7191
57731876
GM
7192 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7193 (authors-public-domain-p): New function.
7194 (authors-print): Use it.
7195
975f82c9
GM
7196 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7197
1ac3fc42
GM
7198 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7199
4b3eb10f
GM
72002000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7201
975f82c9 7202 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7203 (ps-print-version): New version number (6.3.1).
7204 (ps-even-or-odd-pages): Customization fix.
7205 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7206 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7207 (ps-page-count): Var replaced by `ps-page-column'.
7208 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7209 (ps-print-sheet-p): New fun.
7210
7da794df
MB
72112000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7212
7213 * tooltip.el (tooltip-gud-tips-setup): New function.
7214 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7215 (tooltip-mode): Call tooltip-gud-tips-setup.
7216 (tooltip-gud-tips): Use `gud-basic-call' instead of
7217 process-send-string, so the prompt gets frobbed appropriately.
7218 Handle nil return value from `tooltip-gud-print-command'.
7219
0e40b809
EL
72202000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7221
7222 * comint.el (comint-add-to-input-history): New function.
7223 (comint-send-input): Use `comint-add-to-input-history'.
7224
50ada0db
MB
72252000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7226
973a3104
MB
7227 * info.el (info-menu-header): New face.
7228 (Info-fontify-menu-headers): New function.
7229 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7230
50ada0db
MB
7231 * info.el (Info-insert-dir): Don't include blank lines at
7232 beginning of additional dir files (one is added automatically).
7233
bff53411
SM
72342000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7235
7236 * emacs-lisp/easy-mmode.el (define-minor-mode):
7237 Revert the latest changes.
7238 Allow the three positional arguments to be skipped and replaced
7239 by keyword arguments.
7240 Add a :toggle argument to determine whether a nil arg means toggle
7241 or means turn-on. The default is unchanged.
7242 Add a call to force-mode-line-update.
7243
6b8a0b2d
DL
72442000-11-01 Dave Love <fx@gnu.org>
7245
83c9cb8e 7246 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7247
5bf99100
MB
72482000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7249
83c9cb8e
SM
7250 * calendar/calendar.el (diary-face, holiday-face):
7251 Add dark-background variants.
5bf99100 7252
a4032611
SS
72532000-10-31 Sam Steingold <sds@gnu.org>
7254
7255 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7256 `tex-main-file' does not have directory in it.
7257
c286608e
SM
72582000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7259
7260 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7261
4836835a
TTN
72622000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7263
7264 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7265 functional change.
7266
26dcb81b
GM
72672000-10-31 Gerd Moellmann <gerd@gnu.org>
7268
7269 * files.el (find-file-noselect): When we expand a wildcard, return
7270 a list of buffers, as we should do according to the doc string.
7271
49fc4500
KR
72722000-10-31 Ken Raeburn <raeburn@gnu.org>
7273
7274 * loadup.el (top level): Adjust load path if program name is
7275 "../src/bootstrap-emacs", in case it's not dumped and thus the
7276 load path adjustment hasn't already been done.
7277
ea0c615d
GM
72782000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7279
83c9cb8e
SM
7280 * ps-print.el: Fix bug on selected pages for printing.
7281 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7282 is on. Try to avoid warning messages when compiling. Doc Fix.
7283 (ps-print-version): New version number (6.3).
7284 (ps-color-device): Use `color-values' to determine if device
7285 supports color.
7286 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7287 (ps-print-page-p): Changed from defsubst to defun.
7288 (ps-page-number): Changed from defmacro to defun.
7289 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7290 printing.
c286608e 7291 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7292 (ps-end-file, ps-dummy-page): Funs eliminated.
7293 (ps-print-color-scale): Changed default value.
7294 (ps-page-n-up, ps-print-page-p): New internal vars.
7295 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7296 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7297
9e20722f
GM
7298 * delim-col.el: Little programming improvement.
7299 (delimit-columns-str): New macro.
7300 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7301
d7a0fd00
KH
73022000-10-31 Kenichi Handa <handa@etl.go.jp>
7303
c286608e
SM
7304 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7305 Moved to european.el.
d7a0fd00
KH
7306 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7307 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7308 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7309 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7310
234be340
DL
73112000-10-30 Dave Love <fx@gnu.org>
7312
7313 * progmodes/cc-menus.el (imenu-generic-expression)
7314 (imenu-progress-message): Only defvar when compiling.
7315
4edc4a39
DL
7316 * emacs-lisp/elp.el (elp-unload-hook): New function.
7317
7318 * loadhist.el (unload-feature): Call elp-restore-function,
7319 checking for symbols; don't use elp-restore-all.
7320 (loadhist-hook-functions): Doc fix.
7321
70c825df
SM
73222000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7323
7324 * log-edit.el (log-edit-confirm): Fix the default.
7325
1d3baf74
GM
73262000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7327
7328 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7329 delimit-columns-format.
7330 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7331
1ec321a7
MB
73322000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7333
7334 * comint.el (comint-replace-by-expanded-history): Don't use
7335 comint-get-old-input (we're not looking at *old* input).
7336 (comint-get-old-input-default): If using fields, signal an error
7337 when the point is not in an input field.
7338
70737ea9
KH
73392000-10-30 Kenichi Handa <handa@etl.go.jp>
7340
7341 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7342 and mule-unicode-e000-ffff.
7343
fa0cb51d 7344 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7345 (make-coding-system): Accept a symbol of translation table as a
7346 value of property `safe-chars'.
7347
7348 * international/mule-cmds.el (encode-coding-char): Check property
7349 safe-chars instead of safe-charsets.
7350
7351 * international/fontset.el (fontset-default): Modified for
7352 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7353 (x-font-name-charset-alist): Likewise.
7354 (ccl-encode-unicode-font): New CCL program. Record it in
7355 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7356
70c825df
SM
7357 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7358 New translation tables.
70737ea9
KH
7359 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7360 programs are modified and moved from mac-win.el.
7361 (mac-roman): Definition of this coding system is modified and
7362 moved from mac-win.el.
4836835a 7363
fda2ce24 73642000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7365
1d3baf74 7366 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7367 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7368
dd4d3cb6
MB
73692000-10-29 Miles Bader <miles@gnu.org>
7370
7371 * custom.el (custom-add-to-group): Allow multiple entries for a
7372 given value OPTION, as long as their widget types are different.
7373 * cus-edit.el (custom-face-value-create): If face name doesn't end
7374 with "face", add such here (similar to custom group widgets).
7375
7376 * comint.el (comint-highlight-prompt): Add :type.
7377
dace60cf
JW
73782000-10-28 John Wiegley <johnw@gnu.org>
7379
dace60cf
JW
7380 * calendar/timeclock.el (timeclock-log): Doc fix.
7381 (timeclock-last-event): Doc fix.
83c9cb8e 7382 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7383 (timeclock-find-discrep): Use a temp buffer to read in the
7384 timelog, instead of visiting the file.
7385 (timeclock-log-data): A new function, along with a host of helper
7386 functions, for the purpose of making timelog data accessible to
7387 programmers.
7388
7389 * eshell/esh-mode.el (window-height test): Make certain that
7390 `eshell-stringify-t' is non-nil.
7391 (eshell-password-prompt-regexp): Changed to a much simpler
7392 password regexp.
7393 (eshell-send-input): If `eshell-invoke-directly' returns t,
7394 directly invoke the parsed command using `eval'. This improves
7395 turn-around time on simple commands by a factor of three or
7396 greater, such as cd, ls, pwd, etc. -- which get used very often.
7397 It also conserves thousands of cons cells per call (since
7398 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7399 in the Pacific Cookie Company).
7400
7401 * eshell/esh-test.el (eshell-test): Whitespace fix.
7402
83c9cb8e
SM
7403 * eshell/em-ls.el (eshell-ls-insert-directory):
7404 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7405
7406 * eshell/em-script.el (eshell-script-initialize): Add names to
7407 `eshell-complex-commands, since `source' and `.' are complex.
7408
0467b076
EZ
7409 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7410 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7411 `eshell-copy-handles'.
7412 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7413 bodies.
7414 (eshell-separate-commands): Whitespace fix.
7415 (eshell-complex-commands): Added a new list of names, for
7416 determining whether a given command is as simple as it looks.
7417 (eshell-invoke-directly): New function. Returns t if a command
7418 should be invoked directly (using `eval'), rather than indirectly
7419 using `eshell-do-eval'.
7420 (eshell-do-eval): Whitespace fix.
7421
7422 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7423 which provides an emulation of the DOS shell behavior of assuming
7424 that cp/mv/ln should copy/move/link to the current directory.
7425 (eshell-remove-entries): Added a doc string.
7426 (eshell-shuffle-files): Removed the check for `target' being null.
7427 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7428 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7429 it to do a smarter check of whether a destination was provided.
7430 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7431 (eshell/ln): Enable `:preserve-args', and use
7432 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7433 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7434 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7435 list after flattening it. This makes it possible to cat files
7436 with numerical names.
7437 (eshell-unix-initialize): Added several names to
7438 `eshell-complex-commands.
7439 (eshell-unix-command-complex-p): Return t if a given command name
7440 may result in external processes being invoked.
7441
7442 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7443 variable nil by default, since it slows down glob processing by a
7444 factor of two or more, and increases memory consumption.
7445
7446 * eshell/em-smart.el: Added a note about how memory consumptive
7447 smart display mode can be (at least this is true in Emacs 21).
7448 (eshell-smart-initialize): Whitespace fix.
7449 (eshell-refresh-windows): Use `if' instead of `when'.
7450 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7451 not necessary.
83c9cb8e 7452 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7453
7454 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7455 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7456 Whitespace fix.
7457 (eshell-ls-exclude-hidden): Added this variable in addition to
7458 `eshell-ls-exclude-regexp'. This one prevents files beginning
7459 with . from even being read, which can improve memory consumption
7460 quite a bit.
7461 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7462 read file entries beginning with a dot. In home directories with
7463 lots of hidden files, fully two-thirds of the time spent in ls is
7464 used to read directory entries that are immediately thrown away.
7465 (eshell-ls-initial-args): Added back this configuration variable,
7466 for specifying default initial arguments to every call to ls.
7467 Much faster than using an alias to do the same thing.
7468 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7469 (eshell-ls-dir): Whitespace change.
7470
7471 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7472
83c9cb8e 7473 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7474 (eshell-stringify-t): Added a customization variable, to indicate
7475 whether `t' should be rendered as a string at all. If not, one
7476 can still determine if the result of an expression is true using
7477 "file-exists-p FILE && echo true".
7478 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7479 stringify t!
7480
7481 * eshell/esh-module.el: Whitespace fix.
7482
83c9cb8e
SM
7483 * eshell/em-alias.el (eshell-alias-initialize):
7484 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7485 (eshell-command-aliased-p): New function that returns t if a
7486 command name names an aliased.
7487
657f9cb8 74882000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7489
0467b076 7490 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7491 redrawing the screen when changing cursor color.
0467b076
EZ
7492 (viper-insert-state-pre-command-sentinel)
7493 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7494 (viper-replace-state-post-command-sentinel):
7495 Use viper-preserve-cursor-color.
657f9cb8
MK
7496 Many functions changed to use viper= instead of = when comparing
7497 characters.
0467b076 7498 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7499 working with characters.
0467b076 7500 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7501 Many functions changed to use viper= instead of = when comparing
7502 characters.
0467b076 7503 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7504
0467b076 7505 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7506 Several typos fixed in various docstrings.
0467b076 7507 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7508 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7509 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7510 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7511 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7512 (ediff-get-selected-buffers): New function.
7513 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7514 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7515 Use save-window-excursion.
0467b076 7516 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7517 termination check in while loop.
0467b076 7518 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7519 dired buffer.
0467b076
EZ
7520 (ediff-files,ediff-merge-files,ediff-files3)
7521 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7522
4f490d99
DL
75232000-10-28 Dave Love <fx@gnu.org>
7524
7525 * info.el (Info-fontify-node): Add help-echo for menu items.
7526
45b84006
EZ
75272000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7528
5ebc02b3
EZ
7529 * startup.el (normal-top-level): If the value of $TERM indicates
7530 we are running from xterm or one of its work-alikes, default to a
7531 light background mode.
7532
45b84006
EZ
7533 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7534 * faces.el (tty-handle-reverse-video): New function.
7535 (tty-create-frame-with-faces): Call it.
7536
7537 * frame.el (frame-notice-user-settings): Don't apply
7538 default-frame-alist and initial-frame-alist to MS-DOS frames.
7539 Call tty-handle-reverse-video, frame-set-background-mode, and
7540 face-set-after-frame-default for non-MS-DOS frames.
7541
7542 * startup.el (tty-long-option-alist): New variable.
7543 (tty-handle-args): New function.
7544 (command-line): Call tty-handle-args.
7545
7546 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7547 startup.el now does that for all character-terminal frames.
7548
eab6e8b9
MB
75492000-10-28 Miles Bader <miles@gnu.org>
7550
83c9cb8e
SM
7551 * emacs-lisp/easy-mmode.el (define-minor-mode):
7552 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7553 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7554 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7555 version using `easy-mmode-define-global-mode'.
7556 Add :conditional-turn-on keyword argument.
eab6e8b9 7557
51a29efc
DL
75582000-10-28 Dave Love <fx@gnu.org>
7559
83c9cb8e
SM
7560 * international/latin1-disp.el (latin1-char-displayable-p):
7561 Don't use window-system.
51a29efc 7562
d71d7114
EZ
75632000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7564
7565 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7566 Don't call find-buffer-file-type-coding-system. Instead, just
7567 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7568 if the file is on an untranslated filesystem.
7569 (add-untranslated-filesystem): Use "D" instead of "f" inside
7570 interactive.
7571
1f9cab4b
DL
75722000-10-27 Dave Love <fx@gnu.org>
7573
70c825df 7574 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7575 (refill-mode): Use it.
7576
70c825df
SM
75772000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7578
7579 * international/quail.el (quail-activate): Don't make-local-hook.
7580
7432cf10
AS
75812000-10-27 Andre Spiegel <spiegel@gnu.org>
7582
4836835a 7583 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7584 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7585 (vc-make-version-backup): Don't do it on MS-DOS without long file
7586 names.
4836835a 7587
7432cf10
AS
7588 * vc.el (vc-version-other-window): If an automatic backup of the
7589 desired version exists, rename it instead of copying it.
7590
4836835a
TTN
7591 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7592 after command. If there's an unexpected error, signal it instead
7432cf10 7593 of being silent.
e1483c38 7594 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7595
05ea7ef2
MB
75962000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7597
fd1035aa
MB
7598 * shell.el (shell): Add BUFFER argument.
7599 * comint.el (make-comint-in-buffer): New function.
7600 (make-comint): Use it.
7601
05ea7ef2
MB
7602 * faces.el (face-spec-choose): Change syntax so that the list of
7603 attribute-value pairs is now the cdr of each clause, not the cadr.
7604 Detect old-style entries, and handle them. Use pop.
7605
835a55fe
SM
76062000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7607
f5ab1cdd
SM
7608 * cus-edit.el (custom-mode-map): Use a sparse map.
7609 (custom-mode): Don't bother with make-local-hook.
7610
7611 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7612
835a55fe
SM
7613 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7614
c13b0ec8
GM
76152000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7616
7617 * ps-print.el: Avoid compilation gripes.
7618 (ps-print-version): New version number (6.2.1).
4836835a 7619
e9f63196
DL
76202000-10-26 Dave Love <fx@gnu.org>
7621
0b95284b
DL
7622 * menu-bar.el: Modify some menu item help strings.
7623 (menu-bar-help-menu): Add link to MORE.STUFF.
7624
e9f63196
DL
7625 * cus-edit.el (custom-mode): Add `special' mode-class property.
7626
7627 * wid-browse.el (widget-browse-mode): Likewise.
7628
7629 * wid-edit.el (widget-specify-field): Revert to using local-map
7630 property, not keymap.
7631
e276a14a
MB
76322000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7633
c1545d88
MB
7634 * wid-edit.el (widget-field-end): When checking for a `boundary'
7635 field, do so in the correct buffer.
7636
3c1b77ca
MB
7637 * simple.el (undo): Correctly distinguish between numeric and
7638 non-numeric prefix args in non-transient-mark-mode, as per the doc
7639 string. When in transient-mark-mode, treat all prefix-args as
7640 numeric.
7641
f5ab1cdd
SM
7642 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7643 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7644
7645 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7646 (comint-mode-map): Reverse order of `comint-write-output' and
7647 `comint-append-output-to-file'.
7648 (comint-append-output-to-file): Reinstate this function, for the
7649 benefit of the menu.
7650
d97151cb
SM
76512000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7652
7653 * vc.el (vc-version-other-window): Bind `file'.
7654
ea7d6f5b
GM
76552000-10-25 Gerd Moellmann <gerd@gnu.org>
7656
f5ab1cdd 7657 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7658
7659 * emacs-lisp/authors.el (batch-update-authors): New function.
7660 (authors-fixed-entries): New defconst.
7661 (authors-add-fixed-entries): New function.
7662 (authors): Call it.: Don't process lispref/.
7663
17c25cea
JR
76642000-10-25 Jason Rumney <jasonr@gnu.org>
7665
7666 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7667 Merge x w32 and mac definitions.
7668
4ecda532
GM
76692000-10-25 Gerd Moellmann <gerd@gnu.org>
7670
7671 * menu-bar.el (menu-bar-options-menu): Add a help string for
7672 `uniquify'.
7673
b6735035
GM
76742000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7675
f5ab1cdd
SM
7676 * time-stamp.el (time-stamp-string-preprocess):
7677 Fix a wrong type argument error.
b6735035 7678
f4cbc7a0
MB
76792000-10-25 Miles Bader <miles@gnu.org>
7680
7681 * recentf.el (recentf-mode): Variable removed.
7682 (recentf-mode): Use `define-minor-mode'.
7683
7684 * mwheel.el (mouse-wheel-mode): New global minor mode.
7685 (mwheel-install): Use `mouse-wheel-mode'.
7686
f4b020f6
DL
76872000-10-25 Dave Love <fx@gnu.org>
7688
f5ab1cdd
SM
7689 * progmodes/cperl-mode.el (cperl-mode):
7690 Set normal-auto-fill-function correctly.
072cb6f9 7691
83c9cb8e
SM
7692 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7693 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7694 bindings.
f4b020f6 7695
ebe2a441
MB
76962000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7697
ff4dcd4b
MB
7698 * wid-edit.el (widget-field-at): New function.
7699 (widget-at, widget-field-activate): Use it.
7700 (widget-tabable-at): Use `widget-at'.
7701 (widget-specify-field): If the terminating character of the widget
7702 field (which is read-only) is a newline, put it into a special
7703 `boundary' field so that C-n/C-p act more naturally.
7704 (widget-field-end): Also don't subtract one if a special
7705 `boundary' field has been added after the widget field.
7706
83c9cb8e
SM
7707 * comint.el (comint-output-filter, comint-send-input):
7708 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7709 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7710
ebe2a441
MB
7711 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7712 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7713 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7714
fe50b6ab
GM
77152000-10-24 Gerd Moellmann <gerd@gnu.org>
7716
53df4dda 7717 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7718 (authors): Set file coding system to iso-2022-7bit.
7719 Add file-local variables to output buffer.
53df4dda 7720
4836835a 7721 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7722 WARN is nil.
7723
53df4dda
GM
77242000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7725
7726 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7727
7728 * delim-col.el: Now there is a column formatting mechanism.
7729 Modified to customization mechanisms convention. Doc fix.
7730 (columns): New group for delim-col.
7731 (delimit-columns-before, delimit-columns-after)
7732 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7733 (delimit-columns-end): New vars.
7734 (delimit-columns-customize, delimit-columns-format): New funs.
7735 (delimit-columns-region, delimit-columns-rectangle)
7736 (delimit-columns-rectangle-line): Modified to support column
7737 formatting.
4836835a 7738
a9839779
DL
77392000-10-24 Dave Love <fx@gnu.org>
7740
7741 * log-edit.el (log-edit): Add :version and a :group for vc.
7742
df0267b8
GM
77432000-10-24 Gerd Moellmann <gerd@gnu.org>
7744
9acc3873
GM
7745 * files.el (after-find-file): Don't print a message ``New file''
7746 if WARN is nil.
7747
83c9cb8e
SM
7748 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7749 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7750 get duplicate tool-bar entries because we'll see the global ones
7751 on more than one path through keymaps.
7752
1946f901
GM
7753 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7754
df0267b8
GM
7755 * progmodes/cmacexp.el: Change Francesco's email address.
7756
ae3b264b
KH
77572000-10-24 Kenichi Handa <handa@etl.go.jp>
7758
7759 * window.el (fit-window-to-buffer): Adjust point of the window
7760 buffer, not that of the current buffer.
7761
23afac01
EZ
77622000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7763
7764 * progmodes/cmacexp.el: Update the euthor's email address.
7765
22d1a4ed
MB
77662000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7767
7768 * faces.el (face-spec-set-match-display): Add `graphic' display
7769 type (the inverse of `tty'). Use `display-graphic-p' instead of
7770 the window-system variable.
7771
f408aa48
KH
77722000-10-24 Kenichi Handa <handa@etl.go.jp>
7773
83c9cb8e
SM
7774 * international/isearch-x.el (isearch-with-input-method):
7775 Call input-method-function with the first event in
f408aa48
KH
7776 unread-command-events.
7777
94fe8a31
MB
77782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7779
83c9cb8e 7780 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7781
8f47302e
AC
77822000-10-24 Andrew Choi <akochoi@i-cable.com>
7783
7784 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7785 New charsets.
7786
7787 * term/mac-win.el: Remove definitions of mac-roman-lower and
7788 mac-roman-upper, require dired, and define instead of set
7789 mac-ready-for-drag-n-drop to avoid compilation error.
7790
446c097e
AI
77912000-10-23 Andrew Innes <andrewi@gnu.org>
7792
83c9cb8e
SM
7793 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7794 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7795 expand-file-name after convert-standard-filename to ensure
7796 expected directory separators are used.
7797
379b70e7
EZ
77982000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7799
7800 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7801
85c766e9
DL
78022000-10-23 Dave Love <fx@gnu.org>
7803
b7e03a67
DL
7804 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7805 (tool-bar-add-item): Set foreground and background for XBM icons.
7806
83c9cb8e
SM
7807 * international/latin1-disp.el (latin1-char-displayable-p):
7808 New function (from Handa).
b7e03a67
DL
7809 (latin1-display-check-font): Use it.
7810
0dcf8835 7811 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7812 using :key-sequence, making it much more usable.
7813 Use nconc, not append.
0dcf8835
DL
7814 (imenu--create-keymap-1): Avoid append.
7815
85c766e9 7816 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7817
cb3069bb
MB
78182000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7819
7820 [the following changes fix a bug where `define-minor-mode' didn't
7821 correctly generate :require clauses for defcustoms in compiled files]
7822 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7823 (byte-compile-log-file, byte-compile-log-1): Don't set
7824 `byte-compile-current-file' to nil. Instead set
7825 `byte-compile-last-logged-file' to it. Test whether
7826 byte-compile-current-file equals byte-compile-last-logged-file
7827 instead of whether its nil.
3b6542ba 7828 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7829
6db6243b
SM
78302000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7831
7832 * textmodes/refill.el: Fix var names in doc.
7833 (refill-mode): Don't bother with make-local-hook anymore.
7834
98490598
MB
78352000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7836
e01cd227
MB
7837 * faces.el (face-user-default-spec, face-default-spec): New functions.
7838 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7839 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7840 Use `face-user-default-spec'. Simplify code slightly.
7841
4836835a 7842 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7843 (woman-unknown-face): Add dark-background variants.
7844 (woman-default-faces): Renamed from `woman-colour-faces'.
7845 Set using the stored defaults, rather than using hard-wired colors.
7846 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7847 Just make the foreground `unspecified' rather than "black".
7848 (woman-menu): Rename menu entries accordingly.
7849
98490598
MB
7850 * faces.el (header-line): Make more reasonable on mono/grayscale
7851 displays.
7852
1a578e9b
AC
78532000-10-23 Andrew Choi <akochoi@i-cable.com>
7854
7855 * cus-edit.el (custom-button-face): Use 3D look for mac.
7856 (custom-button-pressed-face): Likewise.
7857
7858 * faces.el (set-face-attributes-from-resources): Handle mac frames
7859 in the same way as x and w32 frames.
7860 (face-valid-attribute-values): Likewise.
7861 (read-face-attribute): Likewise.
7862 (defined-colors): Likewise.
7863 (color-defined-p): Likewise.
7864 (color-values): Likewise.
7865 (display-grayscale-p): Likewise.
7866 (face-set-after-frame-default): Likewise.
7867 (mode-line): Same default face as for x and w32.
7868 (tool-bar): Likewise.
7869
7870 * frame.el: Remove call to frame-notice-user-settings at end of
7871 the file.
7872
83c9cb8e 7873 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7874 as for x, pc, and w32 frame types.
7875
7876 * term/mac-win.el: New file.
7877
aaaf7be7
DL
78782000-10-22 Dave Love <fx@gnu.org>
7879
7880 * textmodes/refill.el: New file.
7881
5392d654
AS
78822000-10-22 Andre Spiegel <spiegel@gnu.org>
7883
4836835a 7884 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7885 MANUAL and REGEXP.
4836835a 7886 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7887 New functions.
7888 (vc-before-save): Use the latter.
7889 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7890 confusion.
7891
4836835a 7892 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7893 expected by vc[-hooks].el.
7894
7895 * vc.el (vc-checkout): Added `-p' suffix in call to
7896 vc-make-version-backups-p; use vc-make-version-backup to actually
7897 make the backup.
7898 (vc-version-other-window, vc-version-backup-file): Handle both
7899 automatic and manual backups.
7900 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7901 of all of them.
7902
1e221c16
MB
79032000-10-22 Miles Bader <miles@gnu.org>
7904
7ff4fda5
MB
7905 * comint.el (comint-highlight-input, comint-highlight-prompt):
7906 Renamed, `-face' at end removed.
7907 (comint-send-input, comint-output-filter): Use renamed faces.
7908
3511cde8
MB
7909 * window.el (fit-window-to-buffer): Change defaulting of
7910 MAX-HEIGHT slightly.
7911
1e221c16
MB
7912 * faces.el (color-values, color-defined-p): Use `member', not
7913 `memq', because it works correctly for strings.
7914 (frame-set-background-mode): Actually, "unspecified-fg" and
7915 "unspecified-bg" *are* strings. Use `member', not `memq', and
7916 `equal', not `eq', when a string value is possible.
7917
b6ef4898
EZ
79182000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7919
7920 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7921
34939e2c
SM
79222000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7923
7924 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7925 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7926 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7927 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7928 (sh-font-lock-syntactic-keywords): Use them.
7929 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7930 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7931 (sh-mode): Don't override font-lock-unfontify-region-function.
7932 Use a copy of sh-font-lock-syntactic-keywords.
7933 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7934 Don't call sh-scan-buffer since font-lock does it on the fly.
7935 (sh-get-indent-info): Use `face' rather than `syntax-table'
7936 text-property to detect here-documents.
7937 Replace sh-special-syntax with sh-st-punc.
7938 (sh-prev-line): Use `face' rather than `syntax-table'
7939 text-property to skip over here-documents.
7940 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7941 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7942 (sh-electric-less, sh-set-here-doc-region)
4836835a 7943 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7944 (sh-scan-buffer, sh-rescan-buffer): Remove.
7945
f3d3c491
AI
79462000-10-21 Andrew Innes <andrewi@gnu.org>
7947
7948 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7949 remote (ange-ftp) file names.
7950
b86c791c
MB
79512000-10-21 Miles Bader <miles@gnu.org>
7952
d9c30bdf
MB
7953 * window.el (fit-window-to-buffer): New function.
7954 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7955 (window-text-height): Don't expect minibuffers to have mode-lines.
7956
d9c30bdf 7957 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7958 * international/quail.el (quail-update-guidance):
7959 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7960
617fee5a
MB
7961 * international/quail.el (quail-show-guidance-buf): Make sure
7962 guidance window really has enough room.
7963 (quail-update-guidance): If quail-guidance-win is already shown,
7964 make sure its height is OK.
7965
b86c791c
MB
7966 * window.el (window-text-height, set-window-text-height):
7967 New functions.
7968 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7969 instead of `window-height' & `mode-line-window-height-fudge'.
7970 (mode-line-window-height-fudge): Add FACE parameter.
7971 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7972 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7973
e34850d1
MB
79742000-10-20 Miles Bader <miles@gnu.org>
7975
7976 * window.el (height-affecting-face-attributes): Use `defconst'.
7977
7978 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7979 New function, conditionally aliased to `mode-line-window-height-fudge'.
7980 (ispell-help): Use it.
7981 (ispell-choices-win-default-height): Don't include mode-line fudge.
7982 (ispell-choices-win-default-height): New function.
7983 (ispell-show-choices, ispell-command-loop): Use function
7984 `ispell-choices-win-default-height' instead of variable.
7985
a8b883c2
MB
79862000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7987
8c6e4a58
MB
7988 * window.el (mode-line-window-height-fudge): New variable.
7989 (height-affecting-face-attributes): New variable.
7990 (mode-line-window-height-fudge): New function.
7991 (shrink-window-if-larger-than-buffer): Use it.
7992 * help.el (resize-temp-buffer-window): Likewise.
7993
a8b883c2
MB
7994 * info.el (Info-fontify-node): Add support for @subsubsection
7995 titles, which use `Info-title-4-face'.
7996 (Info-title-4-face): New face.
7997 (Info-title-3-face): Inherit from Info-title-4-face instead of
7998 variable-pitch.
7999
e64c3a75
JR
80002000-10-19 Jason Rumney <jasonr@gnu.org>
8001
8002 * dired.el (dired-insert-directory): Do not let errors signalled by
8003 attempt to run dired-free-space-program prevent dired from working.
8004
c70fe852
SM
80052000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8006
8007 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8008
877cf6b4
GM
80092000-10-19 Gerd Moellmann <gerd@gnu.org>
8010
5de037e0
GM
8011 * dirtrack.el (dirtrack): Fix call to run-hooks.
8012
6deb9af9
GM
8013 * cmuscheme.el (cmuscheme-program-name): Renamed from
8014 scheme-program-name because xscheme.el contains a defcustom with
8015 the same name. As a consequence, customizing group `cmuscheme'
8016 loaded `xscheme' which redefined run-scheme.
8017 (run-scheme): Use cmuscheme-program-name.
8018
83c9cb8e 8019 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8020
e597d8fb 8021 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8022 anonymous address, and add a website for Befrienders International.
4836835a 8023
3e9cb08f
GM
80242000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8025
c70fe852
SM
8026 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8027 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8028 (ps-print-version): New version number (6.2).
8029 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8030 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8031 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8032 (ps-x-extent-priority, ps-x-extent-start-position)
8033 (ps-x-face-font-instance, ps-x-find-coding-system)
8034 (ps-x-font-instance-properties, ps-x-make-color-instance)
8035 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8036 avoid compilation gripes without defining functions.
8037 (ps-e-find-composition): Alias for function find-composition, to have a
8038 suitable function depending on Emacs version.
8039 (ps-color-device, ps-color-values, ps-face-foreground-name)
8040 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8041 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8042 (ps-print-ensure-fontified): Function definitions surrounded by
8043 `eval-and-compile' to avoid compilation gripes.
8044 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8045 by symbol-value to avoid compilation gripes.
8046 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8047 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8048
d8abcd91
MB
80492000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8050
13ab33c4
MB
8051 * startup.el (normal-top-level): Call `frame-set-background-mode'
8052 after `frame-notice-user-settings' because the latter doesn't call
8053 the former on a tty.
8054
d8abcd91
MB
8055 * faces.el (frame-set-background-mode): `unspecified' &c are
8056 symbols, not strings.
8057
e8bce0a9
EZ
80582000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8059
c70fe852
SM
8060 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8061 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8062
c70fe852
SM
8063 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8064 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8065
773272d8
KH
80662000-10-19 Kenichi Handa <handa@etl.go.jp>
8067
c70fe852 8068 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8069 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8070 for ISO10646-1 fonts.
8071 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8072
772139c0
EZ
80732000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8074
8075 * faces.el (frame-set-background-mode): If a tty frame defines a
8076 background color, use that to compute the background mode, instead
8077 of always defaulting to "dark".
8078
d134a19f
MB
80792000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8080
8bb84cb2
MB
8081 * comint.el (comint-write-output): New function.
8082 (comint-mode-map): Add it to the menu.
e40a778f 8083 Bind `C-c C-s' to comint-write-output.
d134a19f 8084
dada41e1
GM
80852000-10-18 Gerd Moellmann <gerd@gnu.org>
8086
8087 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8088 Use fancy-splash-delay.
8089
9b5360aa
GM
80902000-10-18 Alex Schroeder <alex@gnu.org>
8091
8092 * progmodes/sql.el (sql-sybase-options): New option.
8093 (sql-sybase): Use it. Add sql-database to the list of parameters
8094 provided for login. The options -w 2048 -n are not used any more.
8095
9035a35a
GM
8096 * comint.el (comint-read-input-ring): Bugfix such that the first
8097 and the last entry of the input ring file are not lost.
8098
3556c6dd
GM
80992000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8100
8101 * ps-print.el: Internal variable changes to defcustom,
8102 make-local-hook changes to defvar. Doc fix.
8103 (ps-print-version): New version number (6.1).
8104 (ps-setup, ps-do-despool): Code fix.
8105 (ps-printer-name): Customization fix.
8106 (ps-printer-name-option): Now is a defcustom instead of an
8107 internal variable.
8108 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8109 (ps-print-begin-column-hook): Now are defvar instead of
8110 make-local-hook.
4836835a 8111
4e217e50
MB
81122000-10-18 Miles Bader <miles@gnu.org>
8113
8114 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8115 (comint-kill-output): Changed into an alias for `comint-delete-output',
8116 and made obsolete.
8117 (comint-mode-map): Rename references to comint-kill-output.
8118
34460354
EZ
81192000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8120
8121 * diff-mode.el (diff-header-face, diff-file-header-face)
8122 (diff-changed-face): Add bold and italic attributes to tty faces.
8123 (diff-function-face): New face.
8124 (diff-font-lock-keywords): Use it.
8125
17ea3cdb
MB
81262000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8127
8128 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8129 Remove commented-out call to force-mode-line-update.
8130 (comint-kill-output): Use `forward-line 0' instead of
8131 beginning-of-line to make sure we get past the prompt.
8132
9244f2c7
SM
81332000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8134
8135 * diff-mode.el (diff-header-face, diff-file-header-face):
8136 Add specific setting for dark background.
8137 (diff-context-face): Renamed from diff-comment-face.
8138 Set explicitly rather than inheriting from font-lock-comment-face.
8139
1592c1ef
EZ
81402000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8141
8142 * startup.el (command-line): Move the code which sets the default
8143 TTY colors to before before-init-hook.
8144
f86292a9
GM
81452000-10-17 Gerd Moellmann <gerd@gnu.org>
8146
8147 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8148
f7f2e883
EZ
81492000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8150
e854cc22
EZ
8151 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8152 extensions, for MS-DOS.
8153
f7f2e883
EZ
8154 * diff-mode.el (diff-header-face, diff-file-header-face)
8155 (diff-changed-face): Define tty-specific colors.
8156
c7b4f0f9
GM
81572000-10-17 Gerd Moellmann <gerd@gnu.org>
8158
8159 * startup.el (fancy-splash-text): Realign the text.
8160
12a72271
EZ
81612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8162
8163 * font-lock.el (font-lock-comment-face): Define a separate default
8164 for dark-background tty's.
8165
61dfccfd
MB
81662000-10-17 Miles Bader <miles@gnu.org>
8167
8168 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8169 being obscured by whizzy mode-lines on graphics displays.
8170
333cd59e
EZ
81712000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8172
8173 * info.el (Info-title-1-face, Info-title-2-face)
8174 (Info-title-3-face): Define colors for tty's.
dada41e1 8175 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8176
dbf1fcc1
EZ
81772000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8178
8179 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8180 reverse from the frame parameters, and don't invert foreground and
8181 background colors.
8182
ac629823
MB
81832000-10-16 Miles Bader <miles@gnu.org>
8184
8185 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8186 string "*Info*". Call propertized-buffer-identification to spruce
8187 up the result.
8188
76eebffc
GM
81892000-10-16 Gerd Moellmann <gerd@gnu.org>
8190
3a6b59d9
GM
8191 * help.el: Provide `help' for the sake of define-minor-mode
8192 which generates defcustoms with requires.
8193
6569c3d3
GM
8194 * jit-lock.el (jit-lock-after-change): If we're in text that
8195 matches a multi-line font-lock pattern, make sure the whole text
8196 will be redisplayed.
8197
c2e0a611
GM
8198 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8199 author's name is unknown.
8200
76eebffc
GM
8201 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8202 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8203 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8204 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8205 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8206 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8207 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8208 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8209 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8210 Add author information.
8211
cf1e7b12
MB
82122000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8213
8214 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8215 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8216 full-color version (using the Gimp) to eliminate dithering artifacts.
8217
5586f3eb
SM
82182000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8219
8220 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8221
8222 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8223
ad64a888
DL
82242000-10-15 Dave Love <fx@gnu.org>
8225
83c9cb8e 8226 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8227
8228 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8229
8230 * whitespace.el: Doc fixes.
8231 (top-level): Don't add hooks here.
8232 (whitespace-running-emacs): Deleted.
8233 (timer): Don't require.
8234 (whitespace): Add back :version conditional on xemacs test.
8235 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8236 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8237 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8238 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8239 Avoid specific xemacs test.
8240 (whitespace-global-mode): New option.
8241 (whitespace-global-mode): New command.
8242 (whitespace-unload-hook): New function.
8243
8244 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8245 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8246 (Info-fontify-node): `Goto' goes to `Go to'.
8247 (Info-fontify-node): Add help-echo to xref links.
8248
1ef49fc6
EZ
82492000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8250
8251 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8252
8b7707e1
SM
82532000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8254
b3b7f42f
SM
8255 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8256 Use plist-get and allow :inherit.
8257
8258 * emacs-lisp/cl-macs.el (cl-do-arglist):
8259 Use plist-get and plist-member instead of memq.
8260
3c7fafc7
SM
8261 * emacs-lisp/ewoc.el (ewoc-location): New function.
8262 (ewoc-enter-after, ewoc-enter-before): Document return value.
8263 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8264 Don't need make-local-hook any more.
8265 (cvs-addto-collection): Return the new tin.
8266 (cvs-mode-insert): Jump to the new line.
8267
8b7707e1
SM
8268 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8269
8270 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8271
8272 * font-lock.el (font-lock-syntactically-fontified): New var.
8273 (font-lock-fontify-syntactic-keywords-region): Use it.
8274 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8275
8276 * diff-mode.el (diff-find-file-name): Fix regexp.
8277
8278 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8279 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8280
8281 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8282 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8283 (sh-mode): Don't make all vars local here.
8284 (sh-kw): Reformat.
8285 (sh-set-shell): Use dolist. Don't set indent-region-function.
8286 (sh-mode-syntax-table): Use pop.
8287 (sh-remember-variable): Use push.
8288 (sh-help-string-for-variable): Use memq.
8289 (sh-safe-backward-sexp): Remove.
8290 (sh-safe-forward-sexp): Add ARG.
8291 (sh-get-indent-info, sh-prev-stmt): Use it.
8292 (sh-prev-line): Simplify by using forward-comment.
8293 (sh-this-is-a-continuation): Simplify.
8294 (sh-learn-buffer-indent): Use dolist.
8295 (sh-do-nothing): Remove.
8296 (sh-set-char-syntax, sh-set-here-doc-region):
8297 Use inhibit-modification-hooks.
8298 (sh-name-style): Use mapcar and push.
8299 (sh-load-style): Use dolist.
8300 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8301 (sh-case, sh-while-getopts): Use propertize directly rather
8302 than sh-electric-rparen.
8303
83042000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8305
8306 * textmodes/tex-mode.el: Require CL when compiling.
8307 (tex-mode-syntax-table): Init immediately.
8308 (tex-mode-map): Bind M-RET to latex-insert-item.
8309 (latex-mode): Set indent-line-function to latex-indent.
8310 (tex-common-initialization): Don't setup the syntax-table any more.
8311 (latex-insert-item): New skeleton.
8312 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8313 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8314 (latex-indent, latex-find-indent): New functions.
4836835a 8315 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8316 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8317 (tex-compilation-parse-errors): Use with-syntax-table.
8318
86b7fcbb
MB
83192000-10-15 Miles Bader <miles@gnu.org>
8320
8321 * font-lock.el (font-lock-comment-face): Change dark-background,
8322 color, non-tty, default to `chocolate1'.
8323
57a24508
JW
83242000-10-13 John Wiegley <johnw@gnu.org>
8325
8326 * eshell/esh-util.el (require): Added a missing `require' form,
8327 needed when compiling (for an ange-ftp macro definition).
8328
40ad3db4
DL
83292000-10-13 Dave Love <fx@gnu.org>
8330
8331 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8332
db460189
GM
83332000-10-13 Gerd Moellmann <gerd@gnu.org>
8334
83c9cb8e 8335 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8336
4836835a 8337 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8338 transparent -colors 8).
8339
3b5e21df
GM
83402000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8341
8342 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8343 that breaks with old list format timestamps.
8344 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8345 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8346
16908a3f
JW
83472000-10-13 John Wiegley <johnw@gnu.org>
8348
d7103dda
JW
8349 * align.el, pcomplete.el, calendar/timeclock.el,
8350 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8351
dace60cf 8352 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8353 faulty math, where holiday hours were being computing as seconds.
8354
b6b70cda
JW
83552000-10-13 John Wiegley <johnw@gnu.org>
8356
8357 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8358 specifying what "other" kinds of buffers should be saved.
8359 This used to be hard-coded.
b6b70cda
JW
8360 (desktop-buffer-misc-functions): A global for specifying how
8361 auxiliary data should be determined for special buffer types.
8362 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8363 instead of hard-coding the special buffer types.
8364 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8365 auxiliary data, instead of hard-coding for Info buffers and dired.
8366 (desktop-buffer-info-misc-data): Aux function for determining Info
8367 buffer auxiliary info.
8368 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8369 (desktop-buffer-info): Changed this function to use the info
8370 gathered above.
8371 (desktop-create-buffer): Be a little more careful about what
8372 `minor-mode' means before calling it. This is important for some
8373 buffer types.
8374
8c6b1d83
JW
83752000-10-13 John Wiegley <johnw@gnu.org>
8376
8377 * eshell/esh-util.el: Added a global form which declares an
8378 autoload for `parse-time-string', if that function is not already
8379 defined, and if parse-time.el is available on the user's system.
8380
8381 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8382 to be aware of ange-ftp user info.
83c9cb8e 8383 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8384 (eshell-ls-annotate): Use `eshell-file-attributes'.
8385 (eshell-ls-file): Made the user-id printing code a bit smarter.
8386
8387 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8388 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8389 It's manual, but there's no other way to know when the current user
8390 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8391 (fboundp): Bind `ange-cache'.
8392 (eshell-directory-files-and-attributes): Re-organized the logic a
8393 bit to use `eshell-file-attributes' instead of `file-attributes'.
8394 The former is more sensitive to directories that are read via FTP,
8395 and knows how to use ange-ftp to determine full attribute
8396 information, instead of just the name and last modtime.
8397 (eshell-current-ange-uids): Return the current user id when in a
8398 remote directory.
8399 (eshell-parse-ange-ls): Parse a full directory listing that has
8400 been returned by ange-ftp.
8401 (eshell-file-attributes): This beefed up version of
8402 `file-attributes' is only special if the user is currently in a
8403 remote directory, in which case it does a lot of work to find out
8404 what the real attributes of a file are, as they appear on the
8405 remote machine. This makes usage of remote directories (i.e.,
8406 ange-ftp pathnames) much more useful. You can now use Eshell as a
8407 full-fledged FTP client, with much more manipulation ability than
8408 most other clients.
8409
8410 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8411 variable, which means that Eshell's du should always be preferred
8412 in remote directories.
8413 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8414 just `file-attributes'.
8415 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8416 when reading remote directories. This is an Eshell-specific
8417 variable (not part of ange-ftp).
8418 (eshell/ln): Bind `ange-cache'.
8419 (eshell/du): Added some extra logic for determining when to use
8420 Eshell's du (which is slow), and when to use the external version
8421 (which may or may not exist).
8422
83c9cb8e
SM
8423 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8424 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8425 `get-buffer-process', since backgrounded processes don't count in
8426 the context of this function's logic.
8427
8428 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8429 `forward-char', so that null strings are parsed correctly.
8430
87730e84 84312000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8432
83c9cb8e
SM
8433 * eshell/em-pred.el (eshell-pred-file-type)
8434 (eshell-pred-file-links, eshell-pred-file-size):
8435 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8436
8437 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8438 that remote file globbing is more efficient.
8439
8440 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8441 gathering the files and attributes within a directory.
8442
8443 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8444 the command line is a special file (not a regular file, directory
8445 or symlink), always attempt to call the external version of cat.
8446
87730e84 84472000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8448
8449 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8450 Eshell-friendly version of find-tag.
8451
1c7e37a9
MB
84522000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8453
4836835a 8454 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8455 (image-file-name-regexps): Add autoload cookies.
8456
11a7f341
KH
84572000-10-13 Kenichi Handa <handa@etl.go.jp>
8458
8459 * international/mule-cmds.el (select-safe-coding-system): If FROM
8460 is string, show it in *Warning* buffer.
8461
8ddddcb0
EZ
84622000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8463
8464 * startup.el (normal-top-level): Use display-popup-menus-p instead
8465 of window-system.
8466 (command-line): Use display-graphic-p instead of window-system.
8467 (command-line-1): Use display-popup-menus-p and display-mouse-p
8468 instead of window-system.
8469
72200f89
SS
84702000-10-12 Sam Steingold <sds@gnu.org>
8471
8472 * tooltip.el (tooltip-use-echo-area): New user variable.
8473 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8474
8661c643
DL
84752000-10-12 Dave Love <fx@gnu.org>
8476
d0b40dc1
DL
8477 * recentf.el: Maintainer's checkdoc fixes.
8478
83c9cb8e
SM
8479 * startup.el (normal-top-level-add-subdirs-to-load-path):
8480 Use character class, not ASCII when matching file names.
a622451f
DL
8481 (fancy-splash-head): Add trailing slash to URL.
8482 (command-line): Don't require XPM support for toolbar.
8483
8661c643
DL
8484 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8485 (cperl-invalid-face): Revert last change.
8486 (cperl-init-faces): Quote cperl-invalid-face.
8487
ef2ed8ab
KH
84882000-10-12 Kenichi Handa <handa@etl.go.jp>
8489
8490 * startup.el (fancy-splash-text): Remove superfluous quote.
8491
b0da379e
GM
84922000-10-12 Gerd Moellmann <gerd@gnu.org>
8493
dbeb499b
GM
8494 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8495 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8496 (command-line-1): Don't use fancy-splash-pending-command.
8497 (fancy-splash-screens-1): Goto point-min after inserting text.
8498
d861718a
GM
8499 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8500
b0da379e
GM
8501 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8502 instead of shared-lisp-mode-map.
8503
4fb2ad98
MB
85042000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8505
1cb4393e
MB
8506 * faces.el (header-line): Change tty-variant to use underlining.
8507
4fb2ad98
MB
8508 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8509 (isearch-highlight): Restore lazy-isearch face properties at old
8510 position, and suppress them at new position.
8511 (isearch-dehighlight): Restore lazy-isearch face properties.
8512 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8513 over the real isearch overlay, but in that case, don't give it a
8514 face property. Use `push'.
8515
eb991b25
KH
85162000-10-12 Kenichi Handa <handa@etl.go.jp>
8517
8518 * man.el (Man-getpage-in-background): Fix previous change.
8519 Decode the process output only when we are in multibyte mode.
8520
a818c1c0
DL
85212000-10-11 Dave Love <fx@gnu.org>
8522
c990f53a
DL
8523 * info.el (Info-mode-menu): Fix some help.
8524 (info-tool-bar-map): Add entry for Info-last.
8525
a818c1c0
DL
8526 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8527 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8528 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8529 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8530 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8531 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8532 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8533 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8534 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8535 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8536 Reduce colour requirements to 25 overall. (Probably wants
8537 revisiting from the originals to reduce further.)
8538
c1b096cb
EZ
85392000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8540
8541 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8542 buffer-file-coding-system, instead of raw-text.
8543 (dehexlify-buffer): Bind coding-system-for-read to
8544 buffer-file-coding-system, instead of raw-text.
8545
5c8b7eaf
SS
85462000-10-11 Sam Steingold <sds@gnu.org>
8547
83c9cb8e 8548 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8549 `underline' - fixes the bug introduced on 2000-09-21.
8550
2cfbdb7a
DL
85512000-10-11 Dave Love <fx@gnu.org>
8552
83c9cb8e
SM
8553 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8554 Avoid compiler warnings.
2cfbdb7a
DL
8555 (scheme-mode): Doc fix.
8556 (scheme-font-lock-keywords-1): Match `define-syntax'.
8557
85582000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8559
8560 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8561 face specs as well as default ones. Only do anything if the
8562 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8563 (region): Make dark-background `region' face less in-your-face.
4b33f290 8564
690ec649
SS
85652000-10-10 Sam Steingold <sds@gnu.org>
8566
8567 * chistory.el, ielm.el, ledit.el:
8568 * progmodes/inf-lisp.el, progmodes/scheme.el:
8569 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8570
3b95d6bb
SM
85712000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8572
8573 * textmodes/texinfo.el: Update copyright and fix typo.
8574
8575 * desktop.el (desktop-modes-not-to-save): New var.
8576 (desktop-save-buffer-p): Use it.
a30eb617
DL
8577 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8578 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8579
85802000-10-10 Dave Love <fx@gnu.org>
8581
8582 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8583 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8584
8585 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8586 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8587 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8588 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8589 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8590 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8591 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8592 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8593 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8594 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8595 the .xpms; probably need retouching.
8596
85972000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8598
8599 * subr.el (add-to-list): Add optional argument APPEND.
8600 * battery.el (display-battery): Use `add-to-list'.
8601
86022000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8603
83c9cb8e
SM
8604 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8605 properties.
a30eb617
DL
8606 (zone, zone-when-idle, zone-leave-me-alone)
8607 (zone-pgm-whack-chars): Use new symbol properties.
8608
8609 * battery.el (display-battery): Doc spelling fix.
8610
8611 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8612 property.
8613
86142000-10-09 Dave Love <fx@gnu.org>
8615
8616 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8617 has been initialized before calling tool-bar-setup.
8618 (tool-bar-add-item-from-menu): Add autoload cookie.
8619
86202000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8621
8622 * menu-bar.el (send-mail-item-name): New function.
8623 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8624 of mail-user-agent in the menu. Don't display the "Send Mail"
8625 item if mail-user-agent is nil or its value is ignore.
8626 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8627 if read-mail-command is nil or its value is ignore.
8628
8629 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8630
86312000-10-09 Miles Bader <miles@gnu.org>
8632
8633 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8634 Correct image size.
8635 * toolbar/left_arrow.xpm: Correct image size.
8636
8637 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8638 will be done by the definition of `auto-compression-mode' if
8639 necessary. Move code to uninstall existing file-name handler
8640 before definition of `auto-compression-mode'.
8641
8642 * image-file.el (auto-image-file-mode): Move to the end of the
8643 file, because `define-minor-mode' actually calls the mode-function
8644 if the associated variable is non-nil, which requires that all
8645 needed functions be already defined.
8646
8647 * mouse.el (popup-menu): Balance parens.
8648
86492000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8650
8651 * mouse.el (popup-menu): Move the command call outside the loop
8652 so that popup-menu returns whatever the command returns.
8653
8654 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8655 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8656 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8657 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8658
8659 * vc.el (vc-version-diff): diff-switches can be a list.
8660 Use relative filenames for prettier output.
8661
8662 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8663 (vc-post-command-functions): Remove old-VC compatibility code.
8664
8665 * newcomment.el (comment-indent-default): Autoload.
8666
8667 * font-lock.el (font-lock-defaults): Make buffer-local.
8668 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8669 (font-lock-choose-keywords):
8670 Ignore LEVEL unless KEYWORDS is a list of syms.
8671 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8672 Don't wrap regexp-opt things in \(...\) unnecessarily.
8673
8674 * jit-lock.el: Don't require font-lock any more.
8675 (jit-lock-functions): Make buffer-local.
8676 (jit-lock-saved-fontify-buffer-function): Remove.
8677 (jit-lock-mode): Remove autoload cookie.
8678 Remove font-lock specific code.
8679 (jit-lock-unregister): Don't bother handling complex hooks any more.
8680 (jit-lock-refontify): New function.
8681 (jit-lock-fontify-buffer): Use it.
8682 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8683 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8684 Add optional args START and END.
8685 Never call font-lock-fontify-region directly.
8686 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8687
8688 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8689
86902000-10-08 Dave Love <fx@gnu.org>
8691
8692 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8693
8694 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8695
8696 * play/studly.el (studlify-region, studlify-word): Add autoload
8697 cookie.
8698
8699 * play/morse.el (morse-region, unmorse-region): Add autoload
8700 cookie.
8701
8702 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8703 concat.
8704
8705 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8706 insist on symbols starting with word syntax.
8707 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8708 (eval-defun-1): Doc fix.
8709 (indent-sexp): Use nconc to build up indent-stack.
8710
8711 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8712 Gnus with little use.
8713 (mail-setup-hook): Add mail-abbrevs-setup to options.
8714
8715 * recentf.el: Doc fixes.
8716
8717 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8718 Clean up remainder.
8719
8720 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8721 without timezone and (8) with timezone to enforce some whitespace.
8722 Simplify code somewhat.
8723
8724 * options.el (list-options): Doc that you should use customize.
8725
8726 * iswitchb.el (iswitchb-mode): Add :require.
8727
8728 * info.el (Info-goto-node, Info-menu): Doc fix.
8729 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8730 (info-tool-bar-map): New variable.
8731 (Info-mode): Use it.
8732 (Info-edit-map): Define all in defvar.
8733 (speedbar-attached-frame): Avoid compiler warning.
8734
8735 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8736 (global-map): Bind [tool-bar] to a filtered map.
8737 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8738 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8739 Allow PBM icons.
8740 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8741
8742 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8743 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8744 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8745 icons, except up_arrow, which is left-arrow rotated.
8746
8747 * imenu.el (imenu-add-to-menubar): Fix last change.
8748
87492000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8750
8751 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8752 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8753
87542000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8755
8756 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8757 typos in doc strings.
8758
8759 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8760 the doc strings how to customize Font Lock faces.
8761
8762 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8763 computing growth when dragging the header line.
8764
87652000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8766
8767 * simple.el (kill-line): Doc fix.
8768
87692000-10-08 Miles Bader <miles@gnu.org>
8770
8771 * faces.el (secondary-selection): Make foreground visible on tty.
8772
8773 * jka-compr.el (auto-compression-mode): Move to the end of the
8774 file, because `define-minor-mode' actually calls the mode-function
8775 if the associated variable is non-nil, which requires that all
8776 needed functions be already defined.
8777 (with-auto-compression-mode): Add autoload cookie.
8778
87792000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8780
8781 * files.el (find-backup-file-name) [ms-dos]: If support for long
8782 file names is not available, behave as if version-control were set
8783 to never.
8784
87852000-10-07 Dave Love <fx@gnu.org>
8786
8787 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8788 (browse-url-gnome-moz): New function.
8789 (browse-url-browser-function): Use it.
8790 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8791
87922000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8793
8794 * indent.el (tab-always-indent): New var.
8795 (indent-for-tab-command): Use it.
8796
8797 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8798 raise an error. This way it can still default to a sane value.
8799
88002000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8801
8802 * startup.el (fancy-splash-screens): Use local rather than global map.
8803 Don't use `update-menu-bindings' any more.
8804 Get rid of assumptions about keymap representation.
8805
88062000-10-06 Dave Love <fx@gnu.org>
8807
8808 * textmodes/fill.el (sentence-end-double-space)
8809 (sentence-end-without-period): Doc fix.
8810 (adaptive-fill-regexp): Purecopy.
8811 (unjustify-current-line): Use line-end-position.
8812 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8813
8814 * net/eudc-vars.el (eudc): Add :version, :link.
8815
8816 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8817
8818 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8819 Fix for define-minor-mode.
8820 (function-at-point): Alias to function-called-at-point.
8821
8822 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8823
8824 * simple.el (backward-word): Doc fix.
8825
8826 * image-file.el (image-file-name-regexp): image-file-regexps ->
8827 image-file-name-regexps.
8828 (image-file-name-extensions): Add pbm.
8829
88302000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8831
8832 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8833 and add filename to the names so that diff-mode can jump to source.
8834
8835 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8836 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8837 (tex-font-lock-keywords-1): Remove.
8838 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8839 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8840 (font-lock-default-fontify-region):
8841 Expand beg..end correctly when just following a multiline region.
8842 (font-lock-fontify-anchored-keywords):
8843 Include the anchor text as part of the multiline.
8844
88452000-10-06 Gerd Moellmann <gerd@gnu.org>
8846
8847 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8848 latter needs the autoloaded define-minor-mode macro during the
8849 bootstrap.
8850
8851 * startup.el (command-line): For now, activate tool-bar-mode only
8852 if XPM images are supported.
8853
8854 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8855 window by dragging a header-line at the top of the frame; that's
8856 confusing because the header-line doesn't move.
8857 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8858 of treating the event as a list. Some cleanup.
8859
88602000-10-06 Miles Bader <miles@gnu.org>
8861
8862 * simple.el (display-message-or-buffer): New function.
8863 (shell-command-on-region): Use `display-message-or-buffer'.
8864
8865 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8866 docstring parts.
8867
8868 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8869 (smbclient-prompt-regexp): Add usage note to doc string.
8870 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8871 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8872 Use add-hook for adding the comint filter function, and only do so
8873 if it's not already in the global hook list.
8874 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8875 to `make-local-variable'.
8876 (nslookup-font-lock-keywords): Remove prompt entry.
8877 (nslookup): Don't set the process-filter.
8878 (finger): Exit the loop correctly when the regexps list runs out.
8879 (ftp, smbclient, smbclient-list-shares):
8880 Set the real major mode immediately, not after execing.
8881 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8882
8883 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8884
88852000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8886
8887 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8888
8889 * which-func.el (which-func-format): Remove spurious space.
8890 (which-func-mode): Don't make it permanent-local.
8891 (which-func-ff-hook): Allow which-func-maxout to be nil.
8892 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8893 (which-func-mode): Simplify.
8894 Use post-command-idle-hook rather than post-command-hook.
8895 Go through all buffers and update their state.
8896 (which-function): Also try add-log-current-defun-function.
8897
8898 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8899 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8900 Update call to with-vc-properties accordingly.
8901 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8902 (vc-revert-buffer): More careful about window selection and deletion.
8903 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8904
8905 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8906 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8907 (cvs-dired-action): Change the default to quickdir.
8908
8909 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8910 if comment-indent-function returns nil.
8911 (comment-indent-default): New function.
8912 (comment-indent-function): Use it and document the new semantics.
8913
8914 * image-file.el: Docstring fixes.
8915
8916 * help.el (help-xref-on-pp): Use match-string.
8917 (describe-variable): New arg BUFFER.
8918 Store the current buffer in the help-xref-stack.
8919 (temp-buffer-resize-mode): Use define-minor-mode.
8920
8921 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8922 consistently with its docstring.
8923 Set jit-lock-first-unfontify-pos in an idempotent way.
8924 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8925
89262000-10-05 Alex Schroeder <alex@gnu.org>
8927
8928 * sql.el (sql-mysql-options): New variable.
8929 (sql-mysql): Use it.
8930
89312000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8932
8933 * image.el (image): New group.
8934
8935 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8936 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8937
89382000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8939
8940 * net/net-utils.el (nslookup-font-lock-keywords)
8941 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8942 Ignore the value of wqindow-system; always define keywords
8943
89442000-10-05 Kenichi Handa <handa@etl.go.jp>
8945
8946 * startup.el (fancy-splash-screens): Remove the code for
8947 debugging; `(trace-to-stderr "EXITTT\n")'.
8948
89492000-10-05 Miles Bader <miles@gnu.org>
8950
8951 * diff-mode.el (diff-goto-source): Update call to
8952 `diff-hunk-status-msg' to reflect new REV variable.
8953
89542000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8955
8956 * progmodes/icon.el (icon-mode):
8957 Don't gratuitously override the default for comment-column.
8958
8959 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8960
8961 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8962 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8963 (jit-lock-functions): New var.
8964 (jit-lock-function-1): Use it if non-nil.
8965 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8966 Set the `fontified' property before doing the fontification to avoid
8967 repeatedly going through the same error.
8968 Don't turn errors into messages.
8969 (jit-lock-register, jit-lock-unregister): New functions.
8970
8971 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8972 Use with-current-buffer.
8973
8974 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8975 Turn comment into docstring.
8976
8977 * apropos.el (apropos-mode): Use define-derived-mode.
8978
89792000-10-04 Gerd Moellmann <gerd@gnu.org>
8980
8981 * startup.el (fancy-splash-pending-command): New variable.
8982 (fancy-splash-pre-command): New function.
8983 (fancy-splash-screens): Rewritten.
8984 (command-line-1): If fancy-splash-pending-command is set, call it
8985 interactively.
8986
89872000-10-04 Dave Love <fx@gnu.org>
8988
8989 * toolbar/tool-bar.el (tool-bar-setup): New function.
8990 (tool-bar-mode): Use it.
8991
8992 * subr.el (substitute-key-definition): Doc fix.
8993 (play-sound-file): New command.
8994
89952000-10-04 Andre Spiegel <spiegel@gnu.org>
8996
8997 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8998 vc-version-backup-file-name): New functions.
8999
9000 * files.el (basic-save-buffer): Call vc-before-save before saving.
9001
9002 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9003 vc-cvs-stay-local-p.
9004
9005 * vc.el (vc-revert-buffer): Handle empty diff properly.
9006 (vc-version-backup-file): New function.
9007 (vc-checkout): Create a version backup if necessary.
9008 (vc-checkin): If a version backup file exists, delete it.
9009 (vc-version-diff): Diff locally using version backups, if available.
9010 (vc-revert-file): If there's a version backup, revert locally.
9011 (vc-transfer-file): Use version backup for base version, if
9012 available. If not, ask for confirmation whether to get it from the
9013 server. Update mode line before check-in.
9014
90152000-10-04 Dave Love <fx@gnu.org>
9016
9017 * toolbar/tool-bar.el (tool-bar-setup): New function.
9018 (tool-bar-mode): Use it.
9019
90202000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9021
9022 * net/net-utils.el (nslookup-font-lock-keywords)
9023 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9024 Only set if window-system is non-nil
9025 (net-utils-run-program): Returns buffer.
9026 (network-connection-reconnect): Added this function.
9027
9028 * generic.el:
9029 Incorporates extensive cleanup and docfixes by
9030 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9031 Uses cl compile-time macros.
9032 (generic-mode-name, generic-comment-list)
9033 (generic-keywords-list, generic-font-lock-expressions)
9034 (generic-mode-function-list, generic-mode-syntax-table):
9035 Removed variables.
9036 (generic-mode-alist): Renamed to generic-mode-list.
9037 (generic-find-file-regexp): Default changed to "^#".
9038 (generic-read-type): Uses completing read on generic-mode-list.
9039 (generic-mode-sanity-check): removed this function.
9040 (generic-add-to-auto-mode): Removed this function
9041 (generic-mode-internal): Bind mode-specific definitions
9042 into function instead of putting them in alist.
9043 (generic-mode-set-comments): Reworked extensively.
9044 (generic-mode-find-file-hook): Simplified regexp searching
9045 (generic-make-keywords-list): Omit extra pair of parens
9046
9047 * find-lisp.el (find-lisp-find-files-internal):
9048 Make sure directory name ends with "/".
9049
9050 * generic-x.el (apache-conf-generic-mode):
9051 Regexp now allows leading whitespace.
9052 (rc-generic-mode): Added eval-when-compile
9053 around generic-make-keywords-list.
9054 Deleted duplicate regexp
9055 (rul-generic-mode): Added eval-when-compile
9056 around generic-make-keywords-list.
9057 (etc-fstab-generic-mode): New generic mode.
9058 (rul-generic-mode): Removed one eval-when-compile
9059 which caused a max-specpdl-size exceeded error.
9060
90612000-10-04 Miles Bader <miles@gnu.org>
9062
9063 * simple.el (minibuffer-temporary-goal-position): New variable.
9064 (next-history-element): Try to keep the position of point in the
9065 input string constant.
9066
9067 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9068 (dired-do-create-files): If there's only one file, pass it in as
9069 the DEFAULT arg to dired-mark-read-file-name.
9070
90712000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9074 (diff-goto-source): Be smarter when choosing REVERSE or not.
9075
9076 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9077 (texinfo-mode-menu): Add an explicit shortcut for update all.
9078
90792000-10-03 Andre Spiegel <spiegel@gnu.org>
9080
9081 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9082 factorize backend-specific code cleanly (this was essentially
9083 conceived by Stefan Monnier).
9084 (vc-unregister): Function removed.
9085 (vc-revert-file): New function.
9086 (vc-revert-buffer): Delegate some of the work to it.
9087
9088 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9089 default branch unconditionally.
9090 (vc-rcs-set-default-branch): New function.
9091 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9092 (vc-rcs-checkin): If an appropriate default branch has been set,
9093 force creation of that branch.
9094 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9095 code (as suggested by Stefan Monnier).
9096
90972000-10-02 Gerd Moellmann <gerd@gnu.org>
9098
9099 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9100 highlighting overlay with a different face over the overlay
9101 isearch uses to highlight the current match because that can lead
9102 to bad face combinations.
9103
9104 * loadup.el (toplevel): Load faces before isearch.
9105
9106 * isearch.el (isearch-faces): New custom group.
9107 (isearch): New defface; was already tested for in the code.
9108 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9109 (isearch-highlight): Always use face `isearch'.
9110
91112000-10-02 Dave Love <fx@gnu.org>
9112
9113 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9114 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9115 comparison of opcode with operand.
9116
91172000-10-03 Miles Bader <miles@gnu.org>
9118
9119 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9120 buffer, since the echo area will now grow to accommodate them.
9121
91222000-10-02 Andre Spiegel <spiegel@gnu.org>
9123
9124 * vc-hooks.el (vc-registered): If FILE used to be registered under
9125 a certain backend, try that one first.
9126
9127 * vc.el (vc-responsible-backend): Undo the previous change in the
9128 argument list. Handle multiple backends correctly.
9129 (vc-find-new-backend): Function removed.
9130 (vc-register): Use vc-responsible-backend, as before.
9131 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9132
91332000-10-02 Gerd Moellmann <gerd@gnu.org>
9134
9135 * startup.el (fancy-splash-head): Change message below the
9136 logo.
9137
91382000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9139
9140 * diff-mode.el (diff-goto-source): Emit a status message.
9141 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9142 (diff-test-hunk): Fix doc string.
9143 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9144 (diff-advance-after-apply-hunk): New variable.
9145 (diff-apply-hunk): Don't return a value.
9146
91472000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9148
9149 * vc.el (vc-editable-p): Minor optimization.
9150 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9151 (vc-find-new-backend): New function split from vc-responsible-backend.
9152 (vc-register): Use it.
9153 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9154 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9155 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9156 (vc-clear-headers): Don't use find-file.
9157 (vc-revert-buffer): Use `and' again (must have been a braino).
9158 (vc-switch-backend): Only prompt if requested.
9159 Short circuit if nothing is to be done.
9160 Don't use vc-resynch-buffer which could lose unsaved editing.
9161 (vc-default-receive-file): Update call to vc-unregister.
9162 (with-vc-file, vc-next-action-on-file):
9163 Use vc-backend rather than vc-registered.
9164 (vc-next-action-on-file): Use intern-soft.
9165 Deal with read-only *vc-diff* buffer.
9166 (vc-transfer-file): Docstring fix.
9167
9168 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9169 (vc-rcs-receive-file): Avoid with-vc-properties.
9170 Update call to vc-unregister.
9171 Use constant `RCS' rather than (dynamically bound) var `backend'.
9172
91732000-10-01 Andre Spiegel <spiegel@gnu.org>
9174
9175 * vc.el (vc-next-action-on-file): Update mode line only if file
9176 is visited.
9177 (vc-start-entry): New argument initial-contents. Don't visit the file
9178 if it isn't already visited. Brought documentation up-to-date.
9179 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9180 (vc-checkin): New optional arg initial-contents, which is passed to
9181 vc-start-entry.
9182 (vc-finish-logentry): Make sure to bury log buffer only if there
9183 really is one. Call `vc-resynch-buffer' on log-file, not
9184 buffer-file-name.
9185 (vc-default-comment-history, vc-default-wash-log): New functions.
9186 (vc-index-of): Removed.
9187 (vc-transfer-file): Make do without the above.
9188 (vc-default-receive-file): Call comment-history unconditionally. Pass
9189 the resulting string to vc-checkin, instead of inserting it into the
9190 comment ring.
9191
9192 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9193 unconditionally. Use the comments as initial contents of the log
9194 entry buffer. Document the trick to force branch creation with no
9195 changes.
9196
91972000-10-01 Miles Bader <miles@gnu.org>
9198
9199 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9200 `recenter' with an arg to prevent redrawing the display.
9201
92022000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9203
9204 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9205
9206 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9207
9208 * progmodes/c-mode.el (c-mode):
9209 Don't gratuitously override the default for comment-column.
9210
9211 * textmodes/tex-mode.el (latex-metasection-list): New var.
9212 (latex-imenu-create-index): Use it.
9213 Move the regexp construction outside loops (and use push).
9214 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9215 (tex-font-lock-keywords): Moved from font-lock.el.
9216 (tex-comment-indent): Remove.
9217 (tex-common-initialization): Don't set comment-indent-function.
9218 (latex-block-default): New var.
9219 (tex-latex-block): Use it to provide a default choice.
9220 Add any unknown choice to latex-block-names.
9221 Insert [...] after {...}.
9222 (tex-last-unended-begin): Simplify regexp.
9223 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9224 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9225 (latex-mode): Set forward-sexp-function.
9226
9227 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9228 Add regexp for @ignore ... @end ignore.
9229 (texinfo-heading-face): New face.
9230 (texinfo-font-lock-keywords): Use it.
9231 (texinfo-mode-menu): New menu.
9232 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9233 New functions.
9234 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9235 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9236 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9237 Remove declaration.
9238 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9239
9240 * delsel.el (delete-selection-mode): Use define-minor-mode.
9241
9242 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9243
92442000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9245
9246 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9247
92482000-09-30 Gerd Moellmann <gerd@gnu.org>
9249
9250 * replace.el (keep-lines-read-args): New function.
9251 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9252 read arguments interactively. Add parameters RSTART and REND.
9253 Operate on the active region in Transient Mark mode.
9254
9255 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9256
9257 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9258 (authors-obsolete-files-regexps): New variable.
9259 (authors-add): Don't record changes in obsolete files.
9260
92612000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9262
9263 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9264
9265 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9266 (comment-indent): Make sure there's a space between code and comment.
9267 Shift comments left to avoid going past fill-column.
9268
92692000-09-29 Gerd Moellmann <gerd@gnu.org>
9270
9271 * startup.el (startup-echo-area-message): New function.
9272 (display-startup-echo-area-message): Use it.
9273 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9274 (fancy-splash-default-action): New function.
9275 (fancy-splash-screens-1): New function.
9276 (fancy-splash-head): Put a help-echo and a keymap under the image.
9277
92782000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9279
9280 * diff-mode.el (diff-add-log-file-name): Remove.
9281 (diff-mode): Use add-log-buffer-file-name-function.
9282
9283 * add-log.el (find-change-log): New arg BUFFER-FILE.
9284 (add-log-file-name): Obey add-log-file-name-function.
9285 (add-log-buffer-file-name-function): New var.
9286 (add-change-log-entry): Use it.
9287
92882000-09-29 Miles Bader <miles@gnu.org>
9289
9290 * image-file.el (image-file-name-extensions): New variable.
9291 (image-file-name-regexps): Renamed from `image-file-regexps'.
9292 New default value is nil. Call `auto-image-file-mode'.
9293 (image-file-name-regexp): New function.
9294 (auto-image-file-mode): New minor mode.
9295 (insert-image-file): Don't make conditional on the image-file
9296 handler being enabled.
9297 (image-file-handler): Make the call here conditional instead.
9298 (set-image-file-handler-enabled, enable-image-file-handler)
9299 (disable-image-file-handler): Functions removed.
9300
9301 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9302 string.
9303
93042000-09-29 Gerd Moellmann <gerd@gnu.org>
9305
9306 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9307 it's a function from CL.
9308 (latex-imenu-create-index): Replace eval-when-compile with progn
9309 because latex-section-alist is not bound while compiling.
9310
93112000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9312
9313 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9314 (outline-mode): Use define-derived-mode.
9315
9316 * progmodes/perl-mode.el (perl-mode):
9317 * progmodes/awk-mode.el (awk-mode):
9318 * progmodes/asm-mode.el (asm-mode):
9319 Don't gratuitously override the default for comment-column.
9320
9321 * emacs-lisp/lisp.el (lisp-complete-symbol):
9322 Distinguish the let-binding case from the funcall case.
9323 (forward-sexp-function): New variable.
9324 (forward-sexp): Use it.
9325
9326 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9327 (easy-mmode-defmap): Remove the now useless autoload.
9328
9329 * time.el (display-time-mode): Use define-minor-mode.
9330
9331 * subr.el (add-minor-mode): Don't eval NAME.
9332 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9333 Use if rather than cond.
9334
9335 * simple.el (read-expression-map): Define more properly.
9336 (comment-indent-hook): Remove.
9337 (string-to-syntax): Bug fix.
9338
9339 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9340 (cvs-ediff-diff): Fix typo.
9341 (cvs-revert-if-needed): Don't bother preserving read-only.
9342
9343 * paren.el (show-paren-mode): Use define-minor-mode.
9344
9345 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9346 (toggle-auto-compression): Remove.
9347 (jka-compr-build-file-regexp): Remove useless grouping.
9348
9349 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9350 Avoid user-reserved bindings.
9351 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9352 (diff-header-face): Revert to grey85.
9353
9354 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9355
9356 * complete.el (partial-completion-mode) <defcustom>: Remove.
9357 (partial-completion-mode): Use define-minor-mode.
9358 (PC-do-completion): Understand `completion-auto-help = delay'
9359 to mean to popup the completion buffer only the second time.
9360 (PC-include-file-all-completions, PC-include-file-all-completions)
9361 (PC-include-file-all-completions): Don't quote lambda.
9362
9363 * comint.el (comint-mode-hook): Docstring fix.
9364 (comint-mode): Use define-derived-mode.
9365 (comint-mode-map): Remove obsolete comment.
9366 (make-comint): Minor stylistic change.
9367 (comint-insert-clicked-input): Be more careful to find the overlay.
9368 Use this-command-keys rather than hardcoding mouse-2.
9369
9370 * font-lock.el: Replace confusing (,@ with ,
9371 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9372 Don't use regexp-opt-depth. Spice up the regexp for args.
9373 Don't distinguish between cmds that can take an opt arg or not.
9374 Use `append' and `prepend' rather than `keep'.
9375
9376 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9377 (latex-outline-regexp): New var.
9378 (latex-outline-level): New fun.
9379 (latex-section-alist): New var.
9380 (latex-imenu-create-index): Use it. Use `push' as well.
9381 (tex-shell-map): Initialize it properly.
9382 (tex-mode): Minor stylistic change.
9383 (plain-tex-mode): Use define-derived-mode.
9384 (latex-mode): Use define-derived-mode.
9385 Construct the paragraph regexps in a more readable way.
9386 Set the buffer-local outline-{level,regexp} vars.
9387 (slitex-mode): Derive from latex-mode.
9388 (tex-common-initialization): Don't kill-all-vars anymore.
9389 Add setting for comment-add and font-lock-defaults.
9390 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9391 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9392 (tex-start-tex): New arg DIR (and send a chdir command for it).
9393 Also display the shell buffer and save it in tex-last-buffer-texed.
9394 (tex-region): Use expand-file-name rather than concat.
9395 Remove code made useless by changes in tex-start-tex.
9396 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9397
9398 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9399
94002000-09-28 Dave Love <fx@gnu.org>
9401
9402 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9403
94042000-09-28 Gerd Moellmann <gerd@gnu.org>
9405
9406 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9407 `append'.
9408
94092000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9410
9411 * info.el (Info-extract-pointer): Undo last change.
9412 Instead, fix the position of the `bound' arg to re-search-backward.
9413
94142000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9415
9416 * info.el (Info-extract-pointer):
9417 Widen more carefully, to avoid finding pointers in other nodes.
9418 (Info-index): Use push.
9419
94202000-09-27 Gerd Moellmann <gerd@gnu.org>
9421
9422 * frame.el (set-frame-font): Remove call to obsolete function
9423 frame-update-faces.
9424 (set-foreground-color, set-background-color): Likewise for
9425 frame-update-face-colors.
9426
94272000-09-27 Miles Bader <miles@gnu.org>
9428
9429 * image-file.el: New file.
9430
94312000-09-27 Gerd Moellmann <gerd@gnu.org>
9432
9433 * frame.el (frame-notice-user-settings): Don't call
9434 frame-update-faces, which is a no-op now.
9435
9436 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9437 tool-bar-lines.
9438
94392000-09-27 Dave Love <fx@gnu.org>
9440
9441 * mouse.el: Fix last change.
9442
94432000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9444
9445 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9446
94472000-09-22 Kenichi Handa <handa@etl.go.jp>
9448
9449 * international/quail.el (quail-help): The output message is
9450 improved.
9451
94522000-09-26 Dave Love <fx@gnu.org>
9453
9454 * mouse.el (popup-menu): If POSITION is nil, set it using
9455 mouse-position.
9456
94572000-09-25 Sam Steingold <sds@gnu.org>
9458
9459 * net/browse-url.el (browse-url-file-url): Check for null maps.
9460
94612000-09-26 Gerd Moellmann <gerd@gnu.org>
9462
9463 * frame.el (frame-notice-user-settings): Don't add a
9464 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9465
9466 * frame.el (frame-notice-user-settings):
9467 Make tool-bar-mode and default-frame-alist consistent.
9468
9469 * toolbar/tool-bar.el (tool-bar-help): New function.
9470
94712000-09-25 Gerd Moellmann <gerd@gnu.org>
9472
9473 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9474 current-load-list in top-level forms. Else this leaks a cons cell
9475 every time a defun is called.
9476
9477 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9478
94792000-09-25 Dave Love <fx@gnu.org>
9480
9481 * startup.el (fancy-splash-head): Check XPM is available.
9482
9483 * autoinsert.el (auto-insert): Doc fix.
9484 (auto-insert-alist): Following GNU notices, don't say `copyright
9485 _by_'. Use line-beginning-position.
9486 (auto-insert): Check buffer-file-name is non-nil before use.
9487
94882000-09-25 Gerd Moellmann <gerd@gnu.org>
9489
9490 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9491 starting with `@def' or `@multitable', in addition to ones
9492 specified by the user in auto-fill-inhibit-regexp.
9493
94942000-09-25 Markus Rost <rost@math.ohio-state.edu>
9495
9496 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9497 rmail-dont-reply-to-names matches the empty string.
9498
94992000-09-25 Gerd Moellmann <gerd@gnu.org>
9500
9501 * startup.el (command-line-1, fancy-splash-text): Change the
9502 text to sound more friendly.
9503
95042000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9505
9506 * progmodes/hideshow.el: Update author email address.
9507 Generally, sync w/ maintainer version 5.22.
9508 (hs-hide-all-non-comment-function): New var.
9509 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9510 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9511 (hs-show-region): Delete this command.
9512 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9513
95142000-09-22 Dave Love <fx@gnu.org>
9515
9516 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9517 (hl-line-highlight): Specify buffer when moving overlay.
9518
9519 * progmodes/fortran.el (fortran-mode): Locally set
9520 normal-auto-fill-function.
9521 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9522 (fortran-mode-map): Adjust auto-fill menu entry.
9523
95242000-09-22 Gerd Moellmann <gerd@gnu.org>
9525
9526 * vc-rcs.el (toplevel): Require `vc' when compiling.
9527
9528 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9529
95302000-09-22 Andre Spiegel <spiegel@gnu.org>
9531
9532 * vc.el (vc-switch-backend): Signal an error if the file is not
9533 registered under the new backend.
9534
9535 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9536 without explicit revision number.
9537
95382000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9539
9540 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9541 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9542 (diff-xor): New function.
9543 (diff-find-source-location): Use it. Fix a stupid name clash.
9544 (diff-hunk-status-msg): New function.
9545 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9546 (diff-test-hunk): Use diff-find-source-location.
9547 (diff-goto-source): Favor the `reverse'.
9548 (diff-hunk-text): Properly handle one-sided context diffs.
9549 (diff-apply-hunk): When done, advance to the next hunk.
9550
95512000-09-21 Gerd Moellmann <gerd@gnu.org>
9552
9553 * startup.el (command-line): If frame was created with a non-zero
9554 tool-bar-lines parameter, switch tool-bar-mode on.
9555
9556 * add-log.el (change-log-date-face, change-log-name-face)
9557 (change-log-email-face, change-log-file-face)
9558 (change-log-list-face, change-log-conditionals-face)
9559 (change-log-function-face, change-log-acknowledgement-face):
9560 New faces, inheriting from font-lock faces.
9561 (change-log-font-lock-keywords): Use them.
9562
95632000-09-21 Dave Love <fx@gnu.org>
9564
9565 * progmodes/cperl-mode.el (top-level): Clean up
9566 `eval-when-compile's and assorted defvars.
9567 (cperl-invalid-face): Don't double-quote value. Change custom
9568 type.
9569 (cperl-mode): Set normal-auto-fill-function and don't zap
9570 auto-fill-function.
9571 (cperl-imenu--function-name-regexp-perl): Renamed from
9572 imenu-example--function-name-regexp-perl.
9573 (cperl-imenu--create-perl-index): Renamed from
9574 imenu-example--create-perl-index.
9575 (cperl-xsub-scan): Don't require cl.
9576
9577 * msb.el (msb-mode-map): Use substitute-key-definition.
9578 (msb-mode): Use msb-mode-map.
9579
95802000-09-21 Andre Spiegel <spiegel@gnu.org>
9581
9582 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9583 New functions.
9584 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9585 (vc-switch-backend): New function.
9586 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9587 (vc-register): Fix prompt.
9588 (vc-unregister, vc-default-unregister): New functions.
9589 (vc-version-diff): Handle empty buffer in sentinel.
9590
9591 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9592 (vc-rcs-state-heuristic): Use it to guess the state of files with
9593 non-strict locking.
9594 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9595 been set with -b, but not created yet.
9596 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9597 contents in order to find the state.
9598 (vc-rcs-checkin): Allow creation of branches with no changes.
9599 (vc-rcs-unregister, vc-rcs-receive-file)
9600 (vc-rcs-set-non-strict-locking): New functions.
9601
9602 * vc-hooks.el (vc-name): Force correct computation of the value
9603 in case it is missing.
9604
96052000-09-21 Gerd Moellmann <gerd@gnu.org>
9606
9607 * startup.el (fancy-splash-tail): Use a different foreground
9608 color on a dark frame background.
9609
96102000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9611
9612 * info.el: Use the correct capitalization when making Info-mode
9613 and Info-edit-mode `special' modes.
9614
96152000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9616
9617 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9618 (diff-mode): Add support for add-log.el.
9619 (diff-hunk-text): Use char offsets rather than line offsets.
9620 (diff-find-source-location): Replace LINE with line-offset (nil
9621 if not found) and always set POS to a meaningful position.
9622 Adapt to the new char-offsets.
9623 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9624 Adapt to the new diff-find-source-location.
9625 (diff-goto-source): Adapt to the new diff-find-source-location.
9626
9627 * add-log.el (add-log-file-name): New function (split out of
9628 add-change-log-entry).
9629 (add-change-log-entry): Use it.
9630 Call add-log-file-name-function with the changelog file name if
9631 the current buffer is not associated with any file.
9632 Avoid find-file if the selected window is dedicated.
9633
9634 * diff-mode.el (diff-find-source-location):
9635 Move code from diff-apply-hunk. Return buffer rather than file.
9636 (diff-apply-hunk): Use the new result from diff-find-source-location.
9637 (diff-goto-source): Use the new diff-find-source-location.
9638
96392000-09-20 Dave Love <fx@gnu.org>
9640
9641 * iswitchb.el: Some doc fixes.
9642 (iswitchb-mode-map): Define completely initially. Inherit
9643 minibuffer-local-map.
9644 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9645 fundamental-mode.
9646 (iswitchb-global-map): New variable.
9647 (iswitchb-summaries-to-end): Amalgamate regexps.
9648 (iswitchb-mode): New.
9649 (iswitchb-mode-hook): New variable.
9650 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9651 `extensions'.
9652
96532000-09-20 Gerd Moellmann <gerd@gnu.org>
9654
9655 * ehelp.el (electric-help): New defgroup.
9656 (electric-help-shrink-window): New user-option.
9657 (with-electric-help): Use it.
9658
9659 * window.el (shrink-window-if-larger-than-buffer): If face
9660 `mode-line' has a :box, and we're on a graphical frame, add 1
9661 to the needed window height.
9662
9663 * frame.el (frame-notice-user-settings): Add a last parameter nil
9664 to a call to `append', because the last list passed to `append' is
9665 not copied, and so subsequent calls to assq-delete-all will modify
9666 default-frame-alist.
9667
9668 * startup.el (fancy-splash-image): Change :type.
9669 (fancy-splash-head): Use an XBM image if appropriate.
9670 (command-line-1): Show splash screens in more cases.
9671
9672 * startup.el (fancy-splash-text): Don't quote faces.
9673
9674 * dired.el (dired-font-lock-keywords): Undo last change.
9675 (dired-readin): Bind indent-tabs-mode to nil.
9676
9677 * startup.el (fancy-splash-head): If frame's background mode
9678 is `dark', change the black background of the image to gray.
9679 (fancy-splash-screens): Display startup echo area message.
9680 (display-startup-echo-area-message): New function.
9681
96822000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9683
9684 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9685
9686 * info.el (info-header-node): Tweak for color ttys.
9687
9688 * faces.el (face-valid-attribute-values): Make sure directories we
9689 search for stipples both exist and are readable before trying to
9690 search them.
9691
9692 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9693 in the dry-run case.
9694
9695 * jka-compr.el (with-auto-compression-mode): New macro.
9696
9697 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9698 (custom-group-tag-face, custom-variable-tag-face): Use relative
9699 :height and inherit from `variable-pitch' face instead of
9700 hardwiring :family.
9701 * hi-lock.el (hi-black-hb): Likewise.
9702
9703 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9704 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9705 toolbar-add-item, if image doesn't have a mask add a `:mask
9706 heuristic'.
9707
97082000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * diff-mode.el: Docstring fixes.
9711 (diff-header-face, diff-comment-face): New faces.
9712 (diff-font-lock-keywords): Highlight a bit differently.
9713 (diff-find-source-location): Don't return SPAN any more.
9714 (diff-hunk-text): Don't bother erasing the temp buffer.
9715 (diff-find-text): Drop argument LINE.
9716 (diff-apply-hunk): Update calls to diff-find-text.
9717 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9718
9719 * calendar/calendar.el: Docstring fixes.
9720 (calendar-make-alist): Don't quote lambda.
9721 (calendar-star-date): Use make-local-variable.
9722
97232000-09-19 Dave Love <fx@gnu.org>
9724
9725 * toolbar/tool-bar.el: Renamed from toolbar.el.
9726 Change `toolbar' to `tool-bar' generally in symbols.
9727 Make some items invisible in `special' major modes.
9728 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9729 Add arg PROPS.
9730
9731 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9732 Add :version here.
9733 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9734
97352000-09-19 Gerd Moellmann <gerd@gnu.org>
9736
9737 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9738
9739 * files.el (find-file-suppress-same-file-warnings): New user-option.
9740 (find-file-noselect): Use it.
9741
9742 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9743 (fancy-splash-screen): Defgroup.
9744
9745 * add-log.el (change-log-font-lock-keywords): Match names
9746 more exactly for the case that font-lock-constant-face is
9747 underlined.
9748
97492000-09-19 Richard M. Stallman <rms@gnu.org>
9750
9751 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9752
97532000-09-19 Andre Spiegel <spiegel@gnu.org>
9754
9755 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9756
97572000-09-19 Gerd Moellmann <gerd@gnu.org>
9758
9759 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9760 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9761 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9762 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9763 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9764 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9765 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9766 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9767 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9768 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9769 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9770 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9771
9772 * startup.el (fancy-splash-text): New variable.
9773 (fancy-splash-delay, fancy-splash-image): New user-options.
9774 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9775 (fancy-splash-screens): New functions.
9776 (command-line-1): If display has a `display' frame parameter, has
9777 colors, and we have XPM support, show more fancy splash screens.
9778
97792000-09-19 Dave Love <fx@gnu.org>
9780
9781 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9782 with null `help'. Use modern backquote syntax.
9783
97842000-09-19 Gerd Moellmann <gerd@gnu.org>
9785
9786 * font-lock.el (font-lock-mode): Change message telling the user
9787 that ``the buffer is too big''.
9788
9789 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9790 for instance for the case that tab-width is 2.
9791
97922000-09-18 Gerd Moellmann <gerd@gnu.org>
9793
9794 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9795 toolbar-add-item, if image doesn't have a mask add a `:mask
9796 heuristic'.
9797
97982000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9799
9800 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9801 and return a cons if it's non-nil.
9802 (diff-apply-hunk): Try to jump to the line in the source text
9803 corresponding to the position of point in the in the hunk.
9804
9805 * info.el (Info-title-3-face, Info-title-2-face)
9806 (Info-title-1-face): Use face inheritance and relative sizes
9807 instead of hard-wiring things.
9808
9809 * faces.el (secondary-selection): Make dark-background variant sane.
9810
98112000-09-16 Andrew Innes <andrewi@gnu.org>
9812
9813 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9814 read-only, since they aren't under VC now.
9815
98162000-09-17 Dave Love <fx@gnu.org>
9817
9818 * tmm.el: Replace mapcar with mapc in several places.
9819
9820 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9821 ad-unadvise.
9822
9823 * international/latin1-disp.el: New file.
9824
9825 * calendar/cal-move.el (scroll-calendar-left)
9826 (scroll-calendar-right): Make arg optional (for active mode line).
9827
9828 * calendar/calendar.el (calendar-mode-line-format): Make fields
9829 mouse-sensitive.
9830 (calendar-read-date, calendar-read-date, calendar-window-list):
9831 Unquote lambda.
9832 (calendar-month-name): Use aref, not sref.
9833
9834 * view.el (minor-mode-alist): Propertize the string.
9835
9836 * international/characters.el (standard-case-table): Add entries
9837 for Greek.
9838
98392000-09-18 Miles Bader <miles@gnu.org>
9840
9841 * info.el (info-node, info-xref): Add dark-background variants.
9842
9843 * faces.el (header-line): Change defaults to be less confusing
9844 when mixed with mode-lines.
9845
9846 * info.el (Info-fontify-node): Make a few cleanups.
9847 Add extra `help-echo' and `local-map' props to node xrefs.
9848 Use header-specific faces for node-names & xrefs.
9849 (Info-use-header-line): New variable.
9850 (info-header-xref, info-header-node): New faces.
9851 (Info-setup-header-line): New function.
9852 (Info-select-node): Call Info-setup-header-line when enabled.
9853 (Info-extract-pointer): Work even if the header line is hidden.
9854 (Info-header-line): New variable.
9855
98562000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9857
9858 * vms-patch.el (print-region-function): Don't quote lambda.
9859
9860 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9861
9862 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9863 (lm-get-header-re): Allow spaces between the header and the colon.
9864 (lm-header): Allow $ in non-RCS headers.
9865 (lm-header-multiline): Put the strings back into order.
9866 Stop at an empty line. Don't require two space chars if the
9867 line is clearly not another header line.
9868
9869 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9870 (popup-menu-popup): Remove.
9871
98722000-09-15 Gerd Moellmann <gerd@gnu.org>
9873
9874 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9875 specification if or if not tool-bar item contains an `:enabled'
9876 property.
9877
9878 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9879 current buffer has no file name.
9880
98812000-09-15 Dave Love <fx@gnu.org>
9882
9883 * strokes.el: Sync with maintainer's current version with changes
9884 for Emacs, but avoid runtime cl and levents.
9885 (toplevel): Change autoloads and compilation requires.
9886 (strokes-version, strokes-bug-address, strokes-lift): Values
9887 changed.
9888 (strokes-xpm-header, strokes-insinuated): New variable.
9889 (strokes): Add :link.
9890 (strokes-mode): Customized.
9891 (strokes-while-inhibiting-garbage-collector): New macro.
9892 (strokes-remassoc): Avoid remove-if.
9893 (strokes-fix-button2-command): Don't use ad-do-it.
9894 (strokes-insinuate): New function.
9895 (strokes-button-press-event-p, strokes-button-release-event-p):
9896 New functions, used instead of non-`strokes-' versions..
9897 (strokes-mouse-event-p): Rewritten.
9898 (strokes-event-closest-point): Avoid event-point.
9899 (strokes-get-grid-position): Avoid cdadr, caadr
9900 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9901 functions.
9902 (strokes-help): Use with-output-to-temp-buffer.
9903 (strokes-window-configuration-changed-p): New function.
9904 (strokes-update-window-configuration): Use buffer-live-p,
9905 strokes-window-configuration-changed-p.
9906 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9907 (strokes-char-face): New face.
9908 (strokes-char-table, strokes-base64-chars): New variable.
9909 (strokes-xpm-for-stroke, strokes-list-strokes)
9910 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9911 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9912 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9913 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9914 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9915 functions.
9916
99172000-09-15 Gerd Moellmann <gerd@gnu.org>
9918
9919 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9920
9921 * image.el (create-image): Doc fix.
9922
9923 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9924 instead of `:heuristic-mask t'.
9925
99262000-09-14 Andrew Innes <andrewi@gnu.org>
9927
9928 * makefile.w32-in: Revert to Unix line endings.
9929
99302000-09-14 Andrew Innes <andrewi@gnu.org>
9931
9932 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9933 when installing.
9934
9935 * makefile.nt (DONTCOMPILE): Fix typo.
9936
9937 * shell.el (shell-write-history-on-exit): New function.
9938 (shell-dumb-shell-regexp): New custom variable.
9939 (shell-mode): Make shell-write-history-on-exit the process
9940 sentinel if shell name matches shell-dumb-shell-regexp.
9941
9942 * w32-fns.el: Comment out before-init-hook function which resets
9943 source-directory based; this breaks bootstrap.
9944
99452000-09-14 Dave Love <fx@gnu.org>
9946
9947 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9948 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9949 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9950 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9951 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9952 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9953 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9954 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9955 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9956
9957 * toolbar/toolbar.el: New.
9958
9959 * subdirs.el: Add toolbar.
9960
99612000-09-14 Gerd Moellmann <gerd@gnu.org>
9962
9963 * indent.el (indent-for-tab-command): Doc fix.
9964
99652000-09-14 Alex Schroeder <alex@gnu.org>
9966
9967 * ansi-color.el (ansi-colors): Doc change.
9968 (ansi-color-get-face): Simplified regexp.
9969 (ansi-color-faces-vector): Added more faces, doc change.
9970 (ansi-color-names-vector): Doc change.
9971 (ansi-color-regexp): Simplified regexp.
9972 (ansi-color-parameter-regexp): New regexp.
9973 (ansi-color-filter-apply): Doc change.
9974 (ansi-color-filter-region): Doc change.
9975 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9976 deal with zero length parameters.
9977 (ansi-color-apply-on-region): Doc change.
9978 (ansi-color-map): Doc change.
9979 (ansi-color-map-update): Removed debugging message.
9980 (ansi-color-get-face-1): Added condition-case to trap
9981 args-out-of-range errors.
9982 (ansi-color-get-face): Doc change.
9983 (ansi-color-make-face): Removed.
9984 (ansi-color-for-shell-mode): New option.
9985
99862000-09-13 Kenichi Handa <handa@etl.go.jp>
9987
9988 * international/quail.el (quail-start-translation): Translate KEY
9989 if necessary even if it doesn't have any mapping in the current
9990 input method.
9991 (quail-start-conversion): Likewise.
9992 (quail-help): The output message is improved.
9993
99942000-09-13 Miles Bader <miles@gnu.org>
9995
9996 * comint.el (comint-output-filter): Revert to using
9997 `insert-before-markers'. Add bletcherous hack to undo damage
9998 caused by `insert-before-markers'. Put `front-sticky' property on
9999 overlays created here so that the field code understands how the
10000 overlay works. Use a let when making comint-last-prompt-overlay,
10001 so that the code is easier to read.
10002
100032000-09-13 Dave Love <fx@gnu.org>
10004
10005 * wid-edit.el (widget-default-format-handler): DTRT when
10006 doc-property is a function.
10007
100082000-09-12 Francesco Potorti` <pot@gnu.org>
10009
10010 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10011 filed name if it's not there.
10012
100132000-09-12 Dave Love <fx@gnu.org>
10014
10015 * simple.el (read-mail-command): Doc fix.
10016 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10017
10018 * vc.el (vc-dired-listing-switches): Fix :version.
10019
10020 * vc-hooks.el: Doc fixes.
10021
10022 * subr.el (add-minor-mode): Use toggle-fun arg.
10023
10024 * speedbar.el: Add :version to several defcustoms.
10025
10026 * imenu.el (imenu--truncate-items, imenu--cleanup)
10027 (imenu--generic-function): Avoid mapcar.
10028 (imenu--replace-spaces): Function removed.
10029 (imenu--completion-buffer): Use subst-char-in-string.
10030 (imenu-add-to-menubar): Use keymap inheritance.
10031
100322000-09-12 Miles Bader <miles@gnu.org>
10033
10034 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10035 (diff-mode-map): Bind `diff-test-hunk'.
10036 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10037
100382000-09-11 Gerd Moellmann <gerd@gnu.org>
10039
10040 * bytecomp.el (byte-compile-defvar): Undo last change
10041 because it breaks '(make-variable-buffer-local (defvar ...)'
10042 which is used at least in dired.
10043
100442000-09-12 Kenichi Handa <handa@etl.go.jp>
10045
10046 * international/quail.el (quail-define-package): Docstring
10047 modified.
10048
100492000-09-12 Kenichi Handa <handa@etl.go.jp>
10050
10051 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10052 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10053 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10054 docstring of "chinese-py".
10055
10056 * international/quail.el (quail-translation-docstring): New
10057 variable.
10058 (quail-show-keyboard-layout): Docstring modified.
10059 (quail-select-current): Likewise.
10060 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10061 infinite recursive call.
10062 (quail-help): Check quail-translation-docstring. Format of the
10063 output changed.
10064 (quail-help-insert-keymap-description): Adjusted for the above
10065 change.
10066
100672000-09-11 Gerd Moellmann <gerd@gnu.org>
10068
10069 * bytecomp.el (byte-compile-defvar): Only cons onto
10070 current-load-list in top-level forms. Else this leaks a cons cell
10071 every time a defun is called.
10072
100732000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10074
10075 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10076 Now understands non-unified diffs. Some functionality moved into
10077 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10078 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10079 modify anything. Only reposition point in the patched file if the
10080 patch succeeds. Only pop up another window if POPUP is true.
10081 Emit a message describing what happened if successful, and at what
10082 line-offset. Automatically detect reversed hunks and do something
10083 appropriate.
10084 (diff-hunk-text, diff-find-text): New functions.
10085 (diff-filter-lines): Function removed.
10086 (diff-test-hunk): New function.
10087 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10088
100892000-09-10 Dave Love <fx@gnu.org>
10090
10091 * textmodes/tildify.el: Minor doc/commentary fixes.
10092 (tildify) <defgroup>: Add :version.
10093
10094 * faces.el (face-x-resources): Make custom type more specific.
10095 (frame-background-mode): Use mapc.
10096 (region) <defcustom>: Add :version.
10097
100982000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10099
10100 * vc-sccs.el (vc-sccs-register):
10101 * vc-rcs.el (vc-rcs-register):
10102 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10103 * vc.el (vc-register): Clear file's properties.
10104
101052000-09-08 Gerd Moellmann <gerd@gnu.org>
10106
10107 * faces.el (face-spec-set): Only face-spec-reset-face when
10108 ATTRS is non-nil.
10109
101102000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10111
10112 * help.el (help-insert-xref-button): Fix a typo in doc string.
10113
101142000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10115
10116 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10117 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10118 methods.
10119
10120 * menu-bar.el (read-mail-item-name): New function.
10121 (menu-bar-tools-menu): Use it to compute and display the package
10122 used to read email.
10123 (menu-bar-tools-menu): Fix typo in GUD's help string.
10124
101252000-09-07 Dave Love <fx@gnu.org>
10126
10127 * diff-mode.el (diff-mouse-goto-source): New function.
10128
10129 * vc-sccs.el: Doc fixes.
10130 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10131
10132 * vc-rcs.el: Doc fixes.
10133 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10134 (vc-rcs-checkout-switches, vc-rcs-header)
10135 (vc-rcs-master-templates): Add or change :version.
10136
10137 * vc-cvs.el: Doc fixes.
10138 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10139 (vc-cvs-stay-local): Add :version.
10140
10141 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10142
101432000-09-07 Kenichi Handa <handa@etl.go.jp>
10144
10145 * international/quail.el (quail-help): Fix previous change.
10146
101472000-09-07 Gerd Moellmann <gerd@gnu.org>
10148
10149 * faces.el (color-values): Doc fix.
10150
10151 * faces.el (frame-set-background-mode): Use frame-parameter
10152 instead of frame-parameters.
10153
10154 * frame.el (filtered-frame-list): Reduce consing.
10155 (frames-on-display-list): Call frame-parameter instead of
10156 frame-parameters.
10157
101582000-09-07 Kenichi Handa <handa@etl.go.jp>
10159
10160 * language/devan-util.el (devanagari-to-indian-region): In the
10161 loop, change the following char, not preceding char.
10162
101632000-09-07 Gerd Moellmann <gerd@gnu.org>
10164
10165 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10166 instead of frame-parameters.
10167
10168 * faces.el (set-face-attribute): Simplify by calling
10169 internal-set-lisp-face-attribute with FRAME being 0.
10170
10171 * vc.el: Remove `Id' version control keyword.
10172
101732000-09-07 Kenichi Handa <handa@etl.go.jp>
10174
10175 * help.el (help-make-xrefs): Adjusted for the change of
10176 help-xref-mule-regexp.
10177 (help-insert-xref-button): New function.
10178
10179 * international/mule-cmds.el (help-xref-mule-regexp-template):
10180 Include the pattern for character set.
10181 (leim): New group.
10182
10183 * international/quail.el: Don't require face.
10184 (quail): New group.
10185 (quail-other-command): Dummy command to make quail-help work better.
10186 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10187 (quail-keyboard-layout-substitution): New variable.
10188 (quail-update-keyboard-layout): New function.
10189 (quail-keyboard-layout-type): New customizable variable.
10190 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10191 (quail-keyboard-translate): Pay attention to
10192 quail-keyboard-layout-substitution.
10193 (quail-insert-kbd-layout): New function.
10194 (quail-show-keyboard-layout): New function.
10195 (quail-get-translation): If the definition is a vector of length
10196 1, and the element is a string of length 1, return the character
10197 in that string.
10198 (quail-update-current-translations): Fix the case of
10199 relative-index out of range.
10200 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10201 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10202 Show key sequences for all available characters.
10203 (quail-help-insert-keymap-description): Don't show such verbose
10204 key bindings as quail-self-insert-command.
10205
10206 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10207 Format changed, and each element now have extra documentations.
10208 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10209 Adjusted for the change of quail-cxterm-package-ext-info.
10210
102112000-09-06 Gerd Moellmann <gerd@gnu.org>
10212
10213 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10214 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10215 during bootstrap.
10216
102172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10218
10219 * vc.el: (toplevel): Don't require `dired' at run-time.
10220 (vc-dired-resynch-file): Remove autoload cookie.
10221
102222000-09-05 Andre Spiegel <spiegel@gnu.org>
10223
10224 * vc.el: Made several backend functions optional.
10225 (vc-default-responsible-p): New function.
10226 (vc-merge): Use RET for first version to trigger merge-news, not
10227 prefix arg.
10228 (vc-annotate): Handle backends that do not support annotation.
10229 (vc-default-merge-news): Removed. The existence of a merge-news
10230 implementation is now checked on caller sites.
10231
10232 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10233 case.
10234
10235 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10236 special case that has been removed from the default in vc-hooks.el.
10237
102382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10239
10240 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10241
102422000-09-05 Andre Spiegel <spiegel@gnu.org>
10243
10244 * vc-hooks.el: Require vc during compilation.
10245 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10246 macro `with-vc-properties' in vc.el.
10247 (vc-file-getprop): Doc fix.
10248 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10249
10250 * vc.el: Require dired-aux during compilation.
10251 (vc-name-assoc-file): Moved to vc-sccs.el.
10252 (with-vc-properties): New macro.
10253 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10254 vc-finish-steal): Use it.
10255 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10256 to the backend-specific function is now supposed to do the checkout,
10257 too.
10258 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10259
10260 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10261 set file properties; that gets done in the generic code now.
10262
10263 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10264 Changed parameter list, added code from vc.el that does the
10265 checkout, possibly with a double-take.
10266
10267 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10268 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10269 the above under the new name.
10270 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10271 parameter list, added checkout command.
10272 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10273 properties; that gets done in the generic code now.
10274
102752000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10276
10277 * vc.el: Docstring fixes (courtesy of checkdoc).
10278
102792000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10280
10281 * vc.el (vc-checkout-writable-buffer-hook)
10282 (vc-checkout-writable-buffer): Remove.
10283 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10284 (vc-log-mode): Make it into a clean derived major mode.
10285 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10286 vc-log-mode if log-edit is not available.
10287 (vc-dired-mode-map): Don't set-keymap-parent yet.
10288 (vc-dired-mode): Do set-keymap-parent here.
10289 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10290
102912000-09-05 Gerd Moellmann <gerd@gnu.org>
10292
10293 * faces.el (set-face-attribute, face-spec-reset-face)
10294 (face-spec-set): Avoid consing by removing calls to `apply'.
10295
10296 * frame.el (frame-parameter): Move to C code.
10297
102982000-09-05 Dave Love <fx@gnu.org>
10299
10300 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10301 insert-before-markers-and-inherit. Now checked systematically!
10302
103032000-09-05 Alex Schroeder <alex@gnu.org>
10304
10305 * sql.el (sql-postgres): Use sql-postgres-options.
10306 (sql-postgres-options): New variable.
10307
103082000-09-05 Alex Schroeder <alex@gnu.org>
10309
10310 * sql.el (sql-mode-menu): Work around missing variable mark-active
10311 in XEmacs.
10312 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10313 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10314 compatibility.
10315
103162000-09-04 Gerd Moellmann <gerd@gnu.org>
10317
10318 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10319
10320 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10321
10322 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10323
103242000-09-04 Andre Spiegel <spiegel@gnu.org>
10325
10326 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10327 don't support anything else under SCCS yet.
10328
10329 * vc-hooks.el: Minor doc fixes.
10330
103312000-09-04 Andre Spiegel <spiegel@gnu.org>
10332
10333 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10334 not necessary. If verbose in state `needs-patch', do the same as
10335 under `up-to-date'. When NOT verbose and `needs-patch', check out
10336 latest version instead of `merge-news'.
10337 (vc-next-action-dired): Don't mess with default-directory here; it
10338 breaks other parts of dired. It is the job of the
10339 backend-specific functions to adjust it temporarily if they need it.
10340 (vc-next-action): Remove a special CVS case.
10341 (vc-clear-headers): New optional arg FILE.
10342 (vc-checkin, vc-checkout): Set properties vc-state and
10343 vc-checkout-time properly.
10344 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10345 (vc-print-log): Use new backend function `show-log-entry'.
10346 (vc-cancel-version): Do the checks in a different order. Added a
10347 FIXME concerning RCS-only code.
10348
10349 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10350 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10351
10352 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10353
10354 * vc-hooks.el (vc-default-mode-line-string): Show state
10355 `needs-patch' as a `-' too.
10356
103572000-09-04 Andre Spiegel <spiegel@gnu.org>
10358
10359 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10360 (vc-default-could-register): New function.
10361 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10362 (vc-resynch-buffer): Call vc-dired-resynch-file.
10363 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10364 vc-resynch-buffer instead of vc-resynch-window.
10365 (vc-next-action-dired): Don't redisplay here, that gets done as a
10366 result of the individual file operations.
10367 (vc-retrieve-snapshot): Corrected prompt order.
10368
10369 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10370
10371 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10372 as well.
10373 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10374 hostname regexps. Updated all callers.
10375 (vc-cvs-responsible-p): Handle directories as well.
10376 (vc-cvs-could-register): New function.
10377 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10378 properties up-to-date.
10379
10380 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10381 user whether to create one.
10382
103832000-09-04 Andre Spiegel <spiegel@gnu.org>
10384
10385 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10386 check out a non-existing file.
10387
10388 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10389 workfile does not exist.
10390
10391 * vc.el (vc-version-diff): Use `require' to check for existence of
10392 diff-mode.
10393
103942000-09-04 Andre Spiegel <spiegel@gnu.org>
10395
10396 * vc-cvs.el (vc-cvs-registered): Use new function
10397 vc-cvs-parse-entry to do the actual work.
10398
103992000-09-04 Andre Spiegel <spiegel@gnu.org>
10400
10401 * vc-hooks.el (vc-find-backend-function): If function doesn't
10402 exist, return nil instead of error.
10403 (vc-call-backend): Doc fix.
10404
10405 * vc.el (vc-do-command): Doc fix.
10406 (vc-finish-logentry): When checking in from vc-dired, choose the
10407 right backend for logentry check.
10408 (vc-dired-mode-map): Inherit from dired-mode-map.
10409 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10410 simplified.
10411 (vc-dired-state-info): Removed, updated caller.
10412 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10413 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10414 (vc-dired-listing-switches): New variable.
10415 (vc-directory): Use it, instead of dired-listing-switches.
10416
10417 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10418 (vc-cvs-dir-state): New function.
10419 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10420 (vc-cvs-parse-entry): New function, also to be used in
10421 vc-cvs-registered.
10422
104232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10424
10425 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10426 *or* single-window-frames.
10427
104282000-09-04 Andre Spiegel <spiegel@gnu.org>
10429
10430 * vc.el (vc-update-changelog): Split into generic part and default
10431 implementation. Doc string adapted.
10432 (vc-default-update-changelog): New function. Call the `rcs2log'
10433 script in exec-directory, to fix a long-standing nuisance.
10434
10435 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10436 simply signals an error.
10437
104382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10441 control-flow more clear and to avoid running `cvs' twice.
10442
10443 * vc.el (vc-next-action-on-file): Doc fix.
10444 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10445 (vc-print-log): Eval `file' before constructing the continuation.
10446
104472000-09-04 Andre Spiegel <spiegel@gnu.org>
10448
10449 * vc.el (vc-next-action-on-file): Corrected several messages.
10450 (vc-merge): Add prefix arg `merge-news'; handle it.
10451
10452 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10453 is not reached. It is.
10454 (vc-cvs-merge): Set state to 'edited after merge.
10455 (vc-cvs-merge-news): Set workfile version to nil if not known.
10456 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10457
10458 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10459 via stdout. (Merge from main line.)
10460
104612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10462
10463 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10464 detection.
10465
104662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10467
10468 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10469 against kill-all-local-variables.
10470 (vc-log-edit): Don't save vc-parent-buffer any more.
10471 (vc-last-comment-match): Initialize to an empty string.
10472 (vc-post-command-functions): New hook.
10473 (vc-do-command): Run it.
10474 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10475 (vc-finish-logentry): Only add the comment to the ring if it's
10476 different from the last comment entered.
10477 (vc-new-comment-index): New function.
10478 (vc-previous-comment): Use it. Make the minibuffer message
10479 slightly less terse.
10480 (vc-comment-search-reverse): Make it work forward as well. Don't
10481 set vc-comment-ring-index if no match is found. Use
10482 vc-new-comment-index.
10483 (vc-comment-search-forward): Use vc-comment-search-reverse.
10484 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10485 define-derived-mode will do it for us. Bind `v' to a keymap that
10486 inherits from vc-prefix-map so that we can bind `vt' without
10487 binding C-x v t.
10488 (vc-retrieve-snapshot): Parenthesis typo.
10489
10490 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10491 to 1. Make sure to switch to *vc* before looking for an error
10492 message. Use vc-parse-buffer.
10493
104942000-09-04 Andre Spiegel <spiegel@gnu.org>
10495
10496 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10497 and NAME.
10498 (vc-retrieve-snapshot): Split into two parts.
10499 (vc-default-retrieve-snapshot): New function.
10500
10501 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10502 (vc-cvs-retrieve-snapshot): New function (untested).
10503 (vc-cvs-stay-local): Default to t.
10504 (vc-cvs-remote-p): New function and property.
10505 (vc-cvs-state): Stay local only if the above is t.
10506 (vc-handle-cvs): Removed.
10507 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10508 done via vc-handled-backends now.
10509 (vc-cvs-header): Escape Id.
10510
105112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10512
10513 * vc.el (vc-do-command): Remove unused commands.
10514 (vc-version-diff): Make sure default-directory ends with a slash.
10515 Move the window commands into a vc-exec-after.
10516 (vc-print-log): Move more of the code into the `vc-exec-after'.
10517
105182000-09-04 Andre Spiegel <spiegel@gnu.org>
10519
10520 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10521 (vc-print-log): Search current revision from beginning of buffer.
10522 (vc-revert-buffer): Clear echo area after the diff is finished.
10523 (vc-prefix-map): Removed definition of "t" for terse display in vc
10524 dired.
10525 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10526 definition of "vt" for terse display.
10527 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10528
105292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10530
10531 * vc.el (vc-exec-after): Avoid caddr.
10532
105332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10534
10535 * vc.el (vc-exec-after): New function.
10536 (vc-do-command): Use it to add a termination message for async
10537 procs.
10538 (vc-checkout): Try to handle a missing-backend situation.
10539 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10540 of a directory with a backend using async diffs.
10541 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10542 present.
10543
10544 * vc-sccs.el (vc-sccs-state-heuristic): Use
10545 file-ownership-preserved-p.
10546
10547 * vc-rcs.el (vc-rcs-state-heuristic): Use
10548 file-ownership-preserved-p.
10549 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10550
105512000-09-04 Andre Spiegel <spiegel@gnu.org>
10552
10553 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10554 vc-do-command.
10555
10556 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10557 when there are no changes.
10558
105592000-09-04 Andre Spiegel <spiegel@gnu.org>
10560
10561 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10562
10563 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10564
105652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10566
10567 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10568
10569 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10570 the `fset' outside of the defvar so that it works even if
10571 vc-prefix-map was already defined.
10572 (vc-setup-buffer): New function, split out of vc-do-command.
10573 (vc-do-command): Allow BUFFER to be t to mean `just use the
10574 current buffer without any fuss'.
10575 (vc-version-diff): Change the `diff' backend operation to just put
10576 the diff in the current buffer without erasing it. Always use
10577 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10578 shrink-window-if-larger-than-buffer.
10579 (vc-print-log): Change the `print-log' backend operation to just
10580 put the log in the current buffer without erasing it. Protect
10581 shrink-window-if-larger-than-buffer.
10582 (vc-update-change-log): Fix setd typo.
10583
10584 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10585 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10586
10587 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10588 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10589 CMP.
10590
10591 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10592 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10593 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10594
105952000-09-04 Andre Spiegel <spiegel@gnu.org>
10596
10597 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10598 not possible, use vc-BACKEND-workfile-unchanged-p.
10599 (vc-default-workfile-unchanged-p): New function. Delegates to a
10600 full vc-BACKEND-diff.
10601
10602 * vc-hooks.el (vc-simple-command): Removed.
10603
10604 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10605 instead of vc-simple-command.
10606 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10607 avoid doing a diff when opening a file.
10608 (vc-rcs-state): Added check for unlocked-changes.
10609 (vc-rcs-header): Escape Id.
10610 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10611 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10612 version.
10613
10614 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10615 (vc-sccs-diff): Remove optional arg CMP.
10616 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10617 SCCS-specific function.
10618
10619 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10620 vc-simple-command.
10621
106222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10623
10624 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10625 (with-vc-file, vc-merge): Use vc-editable-p.
10626 (vc-do-command): Remove unused var vc-file and fix the
10627 doubly-defined `status' var. Add a user message when starting an
10628 async command.
10629 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10630 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10631 Use with-current-buffer.
10632 (vc-buffer-sync): Use unless.
10633 (vc-next-action-on-file): If the file is 'edited by read-only,
10634 make it read-write instead of trying to commit.
10635 (vc-version-diff, vc-update-change-log): Use `setq
10636 default-directory' rather than `cd'.
10637 (vc-log-edit): Don't forget to set default-directory in the
10638 buffer.
10639
10640 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10641 (vc-sccs-state-heuristic): Use file-writable-p instead of
10642 comparing userids.
10643 (vc-sccs-checkout): Use `unless'.
10644
10645 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10646 of comparing userids.
10647 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10648 Simplify the logic by eliminating unreachable code.
10649 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10650 just do a recursive call if we need to retry.
10651 (vc-rcs-checkout): Handle the case where rcs is missing by making
10652 the buffer read-write if requested and re-signalling the error.
10653
10654 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10655
106562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * vc-hooks.el (vc-handled-backends): Docstring change.
10659 (vc-ignore-vc-files): Mark obsolete.
10660 (vc-registered): Check vc-ignore-vc-files.
10661 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10662 vc-ignore-vc-files.
10663
10664 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10665
106662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10669 files since ange-ftp already has vc-registered return nil.
10670
10671 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10672 (vc-sccs-workfile-version): Use with-temp-buffer and new
10673 vc-parse-buffer and don't bother setting the property.
10674 (vc-sccs-add-triple): Use with-current-buffer and
10675 find-file-noselect.
10676 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10677
10678 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10679 derives from the old vc-parse-buffer but uses the revision number
10680 rather than the date (much easier to compare robustly).
10681 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10682 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10683 locking-user more directly. Check strict locking and set
10684 checkout-model appropriately.
10685 (vc-rcs-parse-locks): Remove.
10686 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10687 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10688 (vc-rcs-system-release): Use with-current-buffer and
10689 vc-parse-buffer.
10690 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10691
10692 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10693 (vc-simple-command): Docstring fix.
10694 (vc-registered): Align the way the file-handler is called with the
10695 way the function itself works.
10696 (vc-file-owner): Remove.
10697
10698 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10699 extraction of fields and call to file-attributes because of a
10700 temporary bug in rcp.el.
10701 (vc-cvs-fetch-status): Use with-current-buffer.
10702
107032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * vc.el (vc-do-command): Use file-relative-name.
10706 (vc-responsible-backend): Use vc-backend if possible.
10707 (vc-create-snapshot): Improve the `interactive' spec. Add support
10708 for branches and dispatch to backend-specific `create-snapshot'.
10709 (vc-default-create-snapshot): New function, containing the bulk of
10710 the old vc-create-snapshot.
10711 (vc-retrieve-snapshot): Improve the interactive spec.
10712
10713 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10714 (vc-backend-hook-functions): Remove.
10715 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10716 (vc-backend): Reintroduce the test for `file = nil' now that I
10717 know why it was there (and added a comment to better remember).
10718
10719 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10720 code from vc-sccs-hooks.el.
10721 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10722 'vc anymore.
10723 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10724 and file-directory-p instead of file-exists-p.
10725 (vc-sccs-check-headers): Simplify the regexp.
10726
10727 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10728 from vc-rcs-hooks.el. Don't require 'vc anymore.
10729 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10730 file-directory-p instead of file-exists-p.
10731
10732 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10733 from vc-cvs-hooks.el.
10734 (proto vc-cvs-registered): Require 'vc-cvs instead of
10735 'vc-cvs-hooks. Don't require 'vc anymore.
10736 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10737 file-directory-p instead of file-exists-p.
10738 (vc-cvs-create-snapshot): New function, replacing
10739 vc-cvs-assign-name.
10740 (vc-cvs-assign-name): Remove.
10741
107422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10743
10744 * vc-cvs.el (vc-cvs-header): New var.
10745
10746 * vc-rcs.el (vc-rcs-exists): Remove.
10747 (vc-rcs-header): New var.
10748
10749 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10750 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10751 (vc-sccs-header): New var.
10752
10753 * vc.el (vc-do-command): Get rid of the `last' argument.
10754 (vc-header-alist): Remove, replaced by vc-X-header.
10755 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10756 (vc-dired-hook): Use expand-file-name instead of concat.
10757 (vc-directory): Use file-name-as-directory.
10758 (vc-snapshot-precondition, vc-create-snapshot)
10759 (vc-retrieve-snapshot): Allow the command to operate on any
10760 directory.
10761
10762 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10763 just removing the 'WORKFILE argument or by removing the 'MASTER
10764 argument and replacing `file' with (vc-name file).
10765
107662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10767
10768 * vc.el: Update Copyright and add a crude list of backend funs.
10769 (vc-writable-p): New function.
10770 (with-vc-file): Use vc-writable-p.
10771 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10772 (vc-register): Avoid vc-name.
10773 (vc-locking-user): Remove.
10774 (vc-steal-lock): Make the `owner' arg non-optional.
10775 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10776 vc-checkout-model.
10777 (vc-default-dired-state-info): Use vc-state instead of
10778 vc-locking-user and return special strings for special states.
10779 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10780 and get rid of one of the special CVS cases.
10781 (vc-cancel-version): prettify error message with \\[...].
10782 (vc-rename-master): New function.
10783 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10784 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10785 the CVS special case generic.
10786 (vc-default-record-rename): Remove.
10787 (vc-file-tree-walk-internal): Only call FUNC for files that are
10788 under control of some VC backend and replace `concat' with
10789 expand-file-name.
10790 (vc-file-tree-walk): Update docstring.
10791 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10792 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10793
10794 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10795 vc-sccs-record-rename. Use `find-file-noselect' rather than
10796 `find-file' and call `vc-rename-master' to do the actual move.
10797 (vc-sccs-diff): Remove unused `backend' variable.
10798
10799 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10800 to delay loading of vc-sccs until it is really used.
10801 (vc-sccs-master-templates): Preload.
10802 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10803 (vc-sccs-project-dir): Remove (merged into
10804 vc-sccs-search-project-dir).
10805 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10806 rather than `concat', make sure it is preloaded and don't bother
10807 to check that the file actually exists.
10808 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10809 `locks' argument (use buffer's content instead) and eliminate n^2
10810 behavior.
10811
10812 * vc-rcs.el: Update Copyright.
10813 (vc-rcs-rename-file): New function.
10814 (vc-rcs-diff): Remove unused `backend' variable.
10815
10816 * vc-hooks.el: Update Copyright.
10817 (vc-backend): Don't accept a nil argument any more.
10818 (vc-up-to-date-p): Turn into a defsubst.
10819 (vc-possible-master): New function.
10820 (vc-check-master-templates): Use `vc-possible-master' and allow
10821 funs in vc-X-master-templates to return a non-existent file.
10822
10823 * vc-cvs.el: Update Copyright.
10824 (vc-cvs-diff): Remove unused `backend' variable.
10825 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10826
10827 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10828
108292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10830
10831 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10832 since it can be called from vc-rcs.el.
10833 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10834
108352000-09-04 Andre Spiegel <spiegel@gnu.org>
10836
10837 * vc.el (vc-version-diff): Expand file name read from the
10838 minibuffer. Handle the case when a previous version number can't
10839 be guessed. Give suitable messages when there were no differences
10840 found.
10841 (vc-clear-headers): Call backend-specific implementation, if one
10842 exists.
10843 (vc-cancel-version): Made error checks generic. When done, clear
10844 headers generically, too.
10845
10846 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10847 from vc-clear-headers in vc.el.
10848
10849 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10850 correctly.
10851 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10852 optional. Handle the case when it's not there.
10853
108542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10855
10856 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10857
108582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10859
10860 * vc-hooks.el (vc-loadup): Remove.
10861 (vc-find-backend-function): Use `require'. Also, handle the case
10862 where vc-BACKEND-hooks.el doesn't exist.
10863 (vc-call-backend): Cleanup.
10864
108652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10868 vc-rcs-grab-templates)
10869 (vc-rcs-registered): Remove. The default function works as well.
10870 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10871 vc-sccs-grab-templates)
10872 (vc-sccs-registered): Remove. The default function works as well.
10873
10874 * vc.el (vc-version-diff): Left out a vc- in call to
10875 vc-call-backend.
10876 (vc-default-dired-state-info, vc-default-record-rename)
10877 (vc-default-merge-news): Update for the new backend argument.
10878
10879 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10880 using the default function.
10881 (vc-call-backend): If calling the default function, pass it the
10882 backend as first argument. Update the docstring accordingly.
10883 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10884 for the new backend argument.
10885 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10886 (vc-find-backend-function): Use the new name.
10887 (vc-default-registered): New function.
10888
108892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10890
10891 * vc.el (vc-merge): Use vc-find-backend-function.
10892
10893 * vc-hooks.el (vc-backend-functions): Remove.
10894 (vc-loadup): Don't setup 'vc-functions.
10895 (vc-find-backend-function): New function.
10896 (vc-call-backend): Use above fun and populate 'vc-functions
10897 lazily.
10898 (vc-backend-defines): Remove.
10899
109002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10901
10902 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10903 Call vc-call-backend without the leading vc-.
10904 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10905 (vc-check-headers): Call vc-call-backend without the leading vc-.
10906 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10907 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10908 Call vc-call-backend without the leading vc-.
10909
10910 * vc-cvs.el (tail): Provide vc-cvs.
10911 * vc-sccs.el (tail): Provide vc-sccs.
10912 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10913
10914 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10915 (vc-make-backend-function, vc-call): Pass names without leading
10916 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10917 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10918 (vc-call-backend): Always try to load vc-X-hooks.
10919 (vc-registered): Remove vc- in call to vc-call-backend.
10920
109212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10922
10923 * vc.el (vc-process-filter): New function.
10924 (vc-do-command): Setup `vc-process-filter' for the async process.
10925 (vc-maybe-resolve-conflicts): New function to reduce
10926 code-duplication. Additionally, it puts the buffer in
10927 `smerge-mode' if applicable.
10928 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10929 calling `merge-news'.
10930 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10931 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10932 interfacing to log-edit.el.
10933 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10934 log-edit is available.
10935 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10936
109372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10938
10939 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10940 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10941 defvar and the initialization.
10942 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10943
10944 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10945 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10946
10947 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10948
109492000-09-04 Andre Spiegel <spiegel@gnu.org>
10950
10951 * vc.el (vc-file-clear-masterprops): Removed.
10952 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10953 (vc-version-diff): Use buffer-size without argument.
10954 (vc-register): Heed vc-initial-comment.
10955
10956 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10957 default branch.
10958
10959 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10960 file name and workfile version.
10961 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10962
10963 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10964 vc-file-clear-masterprops.
10965
10966 * vc-sccs.el (vc-sccs-checkout): Removed call to
10967 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10968 rather than user login name.
10969
10970
109712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10972
10973 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10974 `want-differences-if-changed' and simplify.
10975 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10976 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10977 output (which is invalid for async vc-diff) to decide whether to
10978 do the revert silently or not.
10979
109802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10981
10982 * vc-hooks.el (vc-loadup): Load files quietly.
10983 (vc-call-backend): Oops, brain fart.
10984
109852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10986
10987 * vc-cvs.el (vc-cvs-state): Typo.
10988 (vc-cvs-merge-news): Return the status code rather than the error msg.
10989
109902000-09-04 Andre Spiegel <spiegel@gnu.org>
10991
10992 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10993 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10994 vc-state or vc-up-to-date-p.
10995 (vc-merge): Use vc-backend-defines to check whether merging is
10996 possible. Set state to 'edited after successful merge.
10997
10998 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10999 return that name. Redocumented.
11000
110012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11002
11003 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11004 new `vc-state' semantics.
11005 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11006 'vc-locking-user to the current user.
11007 (vc-merge): Inline vc-backend-merge. Comment out code that I
11008 don't understand and hence can't adapt to the new `vc-state' and
11009 `vc-locking-user' semantics.
11010 (vc-backend-merge): Remove.
11011
11012 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11013 rather than 'vc-locking-user.
11014
11015 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11016
11017 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11018 (vc-state): Don't use 'reserved any more. Just use the same
11019 convention as the one used for vc-<backend>-state where the
11020 locking user (as a string) is returned.
11021 (vc-locking-user): Update, based on the above convention. The
11022 'vc-locking-user property has disappeared.
11023 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11024
11025 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11026 with a heuristic one.
11027 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11028 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11029 error. That allows us to get to 'needs-merge even in the
11030 stay-local case. There's still no way to detect 'needs-patch in
11031 such a setup (or to force an update for that matter).
11032 (vc-cvs-logentry-check): Remove, the default works as well.
11033
110342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11035
11036 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11037
11038 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11039 major-mode in which the buffer might have been put earlier. Use
11040 `remove' and `when'. Allow `okstatus' to be `async' and use
11041 `start-process' in this case.
11042 (vc-version-diff): Handle the case where the diff looks empty
11043 because of the use of an async process.
11044
110452000-09-04 Andre Spiegel <spiegel@gnu.org>
11046
11047 * vc.el (vc-next-action-on-file): Removed optional parameter
11048 `simple'. Recompute state unconditionally.
11049 (vc-default-toggle-read-only): Removed.
11050
11051 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11052 (vc-toggle-read-only): Undid prev change.
11053
11054 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11055 vc-cvs-simple-toggle. Redocumented.
11056 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11057 (vc-cvs-toggle-read-only): Removed.
11058
110592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11060
11061 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11062 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11063 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11064 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11065 still is. So maybe it should be removed.
11066 (vc-head-version, vc-find-binary): Remove.
11067 (vc-recompute-state): Move from vc-hooks.el.
11068 (vc-next-action-on-file): Add a `simple' argument to allow
11069 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11070 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11071 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11072 (vc-dired-mode-map): Properly defvar it.
11073 (vc-print-log): Call log-view-mode if available.
11074 (small-temporary-file-directory): defvar instead of use boundp.
11075 (vc-merge-news): Moved to vc-cvs.el.
11076 (vc-default-merge-news): New function.
11077
11078 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11079 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11080 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11081 unknown `vc-latest-version' function. It should probably refer to
11082 vc-workfile-version or somesuch, but it's very unclear to me and I
11083 don't have SCCS to test things.
11084
11085 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11086 (vc-sccs-state-heuristic): Fix typo.
11087 (vc-sccs-workfile-unchanged-p): Add missing argument.
11088
11089 * vc-rcs.el: Require vc and vc-rcs-hooks.
11090 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11091 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11092 (vc-release-greater-or-equal-p): Move from vc.
11093 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11094 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11095 (vc-rcs-checkout): Add a missing `new-version' argument in the
11096 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11097
11098 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11099 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11100 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11101 than the apparently unbound `workfile-version'.
11102
11103 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11104 (vc-file-prop-obarray): Use `make-vector'.
11105 (vc-backend-functions): Add new hookable functions
11106 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11107 (vc-loadup): If neither backend nor default functions exist, use
11108 the backend function rather than nil.
11109 (vc-call-backend): If the function if not bound yet, try to load
11110 the non-hook file to see if it provides it.
11111 (vc-call): New macro plus use it wherever possible.
11112 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11113 nor `vc-find-binary' since it's only called from
11114 vc-mistrust-permission which is only used once the backend is known.
11115 (vc-checkout-model): Fix parenthesis.
11116 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11117
11118 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11119 (vc-cvs-release, vc-cvs-system-release): Remove.
11120 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11121 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11122 status symbols.
11123 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11124 (vc-cvs-toggle-read-only): First cut at a function to allow a
11125 cvs-status-free vc-toggle-read-only.
11126 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11127 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11128 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11129 (vc-cvs-checkout): Modify access rights directly if the user
11130 requested not to use `cvs edit'. And refresh the mode line.
11131
11132 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11133 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11134
111352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11136
11137 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11138 workfile' that got lost when the code was extracted from vc.el.
11139 And merged the tail with the rest of the code (not possible in the
11140 old vc.el where the tail was shared among all backends). And
11141 explicitly set the state to 'edited if `writable' is set.
11142
11143 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11144 (vc-cvs-state): Be careful to return the value from
11145 vc-cvs-parse-state.
11146 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11147 property but return it instead. Also be careful to handle a nil
11148 or "" `rev' when workfile is non-nil (it was handled properly when
11149 workfile was nil).
11150
11151 * vc.el: Removed those pesky unnecessary `(function' quotes.
11152 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11153 directly in the defvar.
11154 (vc-do-command): Bind inhibit-read-only so as to properly handle
11155 the case where the destination buffer has been made read-only.
11156 (vc-diff): Delegate to vc-version-diff in all cases.
11157 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11158 (vc-annotate-mode-variables): Removed (code moved partly to
11159 defvars and partly to vc-annotate-add-menu).
11160 (vc-annotate-mode): Turned into a derived-mode.
11161 (vc-annotate-add-menu): Moved in code in
11162 vc-annotate-mode-variables.
11163 (vc-update-change-log): Use make-temp-file if available.
11164
111652000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11166
11167 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11168 `vc-checkout-model' updated to `vc-cvs-update-model'.
11169
111702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11171
11172 * vc.el (vc-next-action-on-file): Added handling of state
11173 `unlocked-changes'.
11174 (vc-checkout-carefully): Is now practically obsolete, unless the
11175 above is too slow to be enabled unconditionally.
11176 (vc-update-change-log): Fixed typo.
11177
11178 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11179
11180 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11181 Now handles state `unlocked-changes'.
11182 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11183
11184 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11185
11186 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11187 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11188 `unlocked-changes'.
11189 (vc-rcs-workfile-unchanged-p): Renamed from
11190 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11191 function yet, but supposed to become one soon.
11192
11193 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11194 `vc-steal-lock'.
11195 (vc-call-backend): Changed error message.
11196 (vc-state): Added description of state `unlocked-changes'.
11197
111982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11199
11200 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11201 always return t in CVS-controlled directories.
11202
11203 * vc.el (vc-responsible-backend): New function.
11204 (vc-register): Largely rewritten.
11205 (vc-admin): Removed (implementation moved into vc-register).
11206 (vc-checkin): Redocumented.
11207 (vc-finish-logentry): If no backend defined yet (because we are in
11208 the process of registering), use the responsible backend.
11209
11210 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11211 Updated function lists.
11212 (vc-call-backend): Fixed typo.
11213
11214 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11215 New functions.
11216 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11217 Removed query option. Redocumented.
11218
112192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11220
11221 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11222
11223 * vc.el: Updated callers of `vc-checkout-required' to use
11224 `vc-checkout-model'.
11225
112262000-09-04 Martin Lorentzson <martinl@gnu.org>
11227
11228 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11229 stuff updated to reference this function instead of the old
11230 `vc-backend-release-p'.
11231
112322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11233
11234 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11235 vc-checkout-model. Return appropriate values. Updated callers.
11236
112372000-09-04 Martin Lorentzson <martinl@gnu.org>
11238
11239 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11240 (vc-backend-revert): Function moved into `vc-revert';
11241 `vc-next-action' must be updated to accomodate this change.
11242 (vc-backend-steal): Function moved into `vc-finish-steal'.
11243 (vc-backend-logentry-check): Function moved into
11244 `vc-finish-logentry'.
11245 (vc-backend-printlog): Function moved into `vc-print-log'.
11246 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11247 (vc-backend-assign-name): Function moved into
11248 `vc-create-snapshot'.
11249
112502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11251
11252 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11253 Rename to vc-checkout-model. Return appropriate values.
11254 Update callers.
11255
11256 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11257 to vc-checkout-model.
11258 (vc-checkout-required): Rename to vc-checkout-model.
11259 Re-implement and re-comment.
11260 (vc-after-save): Use vc-checkout-model.
11261
112622000-09-04 Martin Lorentzson <martinl@gnu.org>
11263
11264 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11265 Update to use the vc-BACKEND-diff functions instead.
11266 `vc-diff' is now working.
11267
11268 * vc-rcs.el (vc-rcs-logentry-check): New function.
11269
11270 * vc-cvs.el (vc-cvs-logentry-check): New function.
11271
11272 * vc-sccs.el (vc-sccs-diff): Function changed name from
11273 `vc-backend-diff'. This makes `vc-diff' work.
11274
11275 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11276 of functions possibly implemented in a vc-BACKEND library.
11277 (vc-checkout-required): Fix bug that caused an error to be
11278 signaled during `vc-after-save'.
11279
11280 * vc.el: Fix typo.
11281 This checkin is made with our new VC code base for the very first time.
11282 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11283
11284 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11285 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11286
11287 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11288 updated to `vc-uses-locking'.
11289 (vc-checkout-required): Call to backend function.
11290 `vc-checkout-required' updated to `vc-uses-locking' instead.
11291
11292 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11293 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11294
11295 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11296 to match the split into various backends.
11297 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11298 (vc-retrieve-snapshot): Bug fix.
11299
113002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11301
11302 * vc-sccs.el (vc-sccs-release): Doc fix.
11303
113042000-09-04 Martin Lorentzson <martinl@gnu.org>
11305
11306 * vc.el (vc-next-action-on-file): Bug found and fixed.
11307 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11308 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11309
11310 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11311 (vc-rcs-checkout): Name space cleaned up. No more revision number
11312 crunching function names that are not prefixed with vc-rcs.
11313 (vc-rcs-checkout-model): Function added. References to
11314 `vc-checkout-model' replaced.
11315
113162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11317
11318 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11319 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11320 still need to be split, and implemented for RCS).
11321
113222000-09-04 Martin Lorentzson <martinl@gnu.org>
11323
11324 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11325
11326 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11327 required by the vc.el file.
11328
11329 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11330 required by the vc.el file.
11331 (vc-rcs-exists): Function added.
11332
11333 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11334 required by the vc.el file.
11335
11336 * vc.el (vc-admin): Updated to handle selection of appropriate
11337 backend. Current implementation is crufty and need re-thinking.
11338
11339 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11340
113412000-09-04 Martin Lorentzson <martinl@gnu.org>
11342
11343 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11344 beginning of annotate buffers correctly.
11345
11346 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11347 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11348 functionality updated quite a lot to support multiple backends.
11349 Variables `vc-annotate-mode', `vc-annotate-buffers',
11350 `vc-annotate-backend' added.
11351
11352 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11353 `vc-annotate-difference' added to supported backend functions.
11354
113552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11356
11357 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11358 Use with-temp-file instead of /bin/sh. Merged from mainline
11359
113602000-09-04 Martin Lorentzson <martinl@gnu.org>
11361
11362 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11363
11364 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11365
11366 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11367
113682000-09-04 Martin Lorentzson <martinl@gnu.org>
11369
11370 * vc-hooks.el: vc-state-heuristic added to
11371 vc-backend-hook-functions.
11372
11373 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11374
11375 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11376
11377 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11378 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11379 state to `reserved'.
11380
11381 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11382 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11383
113842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11385
11386 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11387 untouched.
11388
11389 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11390
11391 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11392 if defined. (Merged from main line, slightly adapted.)
11393
11394 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11395 millenium problem (merged from mainline).
11396
113972000-09-04 Martin Lorentzson <martinl@gnu.org>
11398
11399 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11400 part and moved the non-BACKEND stuff to vc.el.
11401
11402 * vc.el: Split the annotate feature into a BACKEND specific part
11403 and moved it from the vc-cvs.el file to this one.
11404
114052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11406
11407 * vc-hooks.el: Implement new state model.
11408 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11409 (vc-locking-user): Simplify. Now only needed if the file is
11410 locked by somebody else.
11411 (vc-lock-from-permissions): Remove. Functionality is in
11412 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11413 (vc-mode-line-string): New name for former vc-status. Adapted.
11414 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11415
11416 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11417 Various simplifications and adaptations all over the place.
11418
11419 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11420 Simplify and adapt the rest.
11421
11422 * vc.el (vc-resynch-window): Add TODO comment: check for
11423 interaction with view mode according to recent RCS change.
11424 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11425
114262000-09-04 Martin Lorentzson <martinl@gnu.org>
11427
11428 * vc.el: Convert the remaining function comments to docstrings.
11429
114302000-09-04 Martin Lorentzson <martinl@gnu.org>
11431
11432 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11433 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11434 (vc-minor-part, vc-previous-version): Functions that operate and
11435 compare revision numbers got proper documentation. Comments added
11436 about their possible removal.
11437
114382000-09-04 Martin Lorentzson <martinl@gnu.org>
11439
11440 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11441 the vc-backend.el files.
11442
11443 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11444
11445 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11446 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11447 (vc-rcs-previous-version): Functions added.
11448
11449 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11450
11451 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11452
114532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11454
11455 * vc-hooks.el (vc-master-templates): Is really obsolete.
11456 Comment out the definition for now. What is the right procedure
11457 to get rid of it?
11458 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11459 rewritten.
11460 (vc-default-registered): Remove.
11461 (vc-check-master-templates): New function; does mostly what the
11462 above did before.
11463 (vc-locking-user): Don't rely on the backend to set the property.
11464
11465 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11466 Rewrite documentation.
11467 (vc-rcs-templates-grabbed): New variable.
11468 (vc-rcs-grab-templates): New function.
11469 (vc-rcs-registered): Rewrite to use above mechanism.
11470
11471 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11472 Rewrite documentation.
11473 (vc-sccs-templates-grabbed): New variable.
11474 (vc-sccs-grab-templates): New function.
11475 (vc-sccs-registered): Rewrite to use above mechanism.
11476 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11477 Don't throw the result, simply return it.
11478
11479 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11480 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11481 (vc-cvs-registered): Does the check itself now. Simplify.
11482
11483 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11484 from main line.
11485
114862000-09-04 Martin Lorentzson <martinl@gnu.org>
11487
11488 * vc-cvs.el (vc-cvs-diff): New function.
11489
11490 * vc-sccs.el (vc-sccs-diff): New function.
11491
11492 * vc-rcs.el (vc-rcs-diff): New function.
11493 (vc-rcs-checkout): Bug (typo) found and fixed.
11494 (vc-rcs-register-switches): New variable.
11495
11496 * vc.el (vc-backend-diff): Function removed and placed in the
11497 backend files.
11498
114992000-09-04 Martin Lorentzson <martinl@gnu.org>
11500
11501 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11502
11503 * vc.el (vc-backend-checkout): Function removed and replaced in
11504 the vc-backend.el files.
11505
11506 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11507
11508 * vc.el (vc-backend-admin): Removed and replaced in the
11509 vc-backend.el files.
11510
11511 * vc.el (Martin): Removed all the annotate functionality since it
11512 is CVS backend specific.
11513
115142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11515
11516 * spec.txt: Added specification of vc-state.
11517
11518 * vc-sccs-hooks.el (vc-sccs-master-properties):
11519 Remove handling of vc-latest-version and
11520 vc-your-latest-version. What used to be vc-latest-version, is now
11521 returned as vc-workfile-version.
11522 (vc-sccs-workfile-version): Adapt.
11523
115242000-09-04 Dave Love <fx@gnu.org>
11525
11526 * vc.el: [Merged from mainline.]
11527 (vc-dired-mode): Make the dired-move-to-filename-regexp
11528 regexp match the date, to avoid treating date as file size.
11529 Add YYYY S option to WESTERN/
11530
115312000-09-04 Dave Love <fx@gnu.org>
11532
11533 * vc.el: Require `compile' when compiling.
11534 (vc-logentry-check-hook): New option.
11535 (vc-steal-lock): Use compose-mail.
11536 (vc-dired-mode-map): Defvar when compiling.
11537 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11538 vc-sccs.el and renamed. Callers changed.
11539 (vc-backend-checkout, vc-backend-logentry-check)
11540 (vc-backend-merge-news): Doc fix.
11541 (vc-default-logentry-check): New function.
11542 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11543 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11544 (vc-backend-merge): Doc fix. Use backend functions.
11545 (vc-check-headers): Use backend functions.
11546
11547 * vc-cvs.el: Require vc when compiling.
11548 (vc-cvs-register-switches): Doc fix.
11549 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11550 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11551 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11552 New functions (code from vc.el).
11553 (vc-annotate-display-default): Fix interactive spec.
11554 (vc-annotate-time-span): Doc fix.
11555
11556 * vc-rcs.el: Require vc when compiling.
11557 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11558 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11559 (vc-rcs-checkin): New functions (code from vc.el).
11560 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11561 Doc fix.
11562 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11563
11564 * vc-sccs.el: Require vc when compiling.
11565 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11566 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11567 (vc-sccs-revert)
11568 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11569 from vc.el).
11570 (vc-sccs-add-triple, vc-sccs-record-rename)
11571 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11572 (vc-sccs-admin): Doc fix.
11573
115742000-09-04 Martin Lorentzson <martinl@gnu.org>
11575
11576 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11577 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11578 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11579 from vc.el.
11580
11581 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11582
11583 * vc-cvs.el: Moved the annotate functionality from vc.el.
11584 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11585
115862000-09-04 Dave Love <fx@gnu.org>
11587
11588 * vc.el (vc-backend-release): Call vc-system-release.
11589
11590 * vc-sccs.el (vc-sccs-system-release):
11591 Renamed from vc-sccs-backend-release.
11592
11593 * vc-rcs.el (vc-rcs-system-release):
11594 Renamed from vc-rcs-backend-release.
11595
11596 * vc-cvs.el (vc-cvs-system-release):
11597 Renamed from vc-cvs-backend-release.
11598
115992000-09-04 Dave Love <fx@gnu.org>
11600
11601 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11602 backend files.
11603 (vc-backend-release): Dispatch to backend functions.
11604 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11605 probably needs attention.]
11606
11607 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11608 (vc-sccs-backend-release): New function.
11609
11610 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11611 (vc-cvs-backend-release): New function.
11612
11613 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11614 Doc fix.
11615 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11616 (vc-default-dired-state-info): New function.
11617 (vc-dired-state-info): Dispatch to backends.
11618 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11619
11620 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11621 from vc.el and renamed.
11622
116232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11624
11625 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11626 (vc-version-other-window, vc-backend-assign-name): Removed
11627 references to vc-latest-version; sometimes changed into
11628 vc-workfile-version.
11629
11630 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11631 vc-rcs-master-workfile-version.
11632 (vc-rcs-workfile-version): Use the above. Don't call
11633 vc-latest-version (that was unreachable code, anyway).
11634 (vc-rcs-fetch-master-properties): Doc fix.
11635
11636 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11637 (vc-backend-hook-functions): Removed them from this list, too.
11638 (vc-fetch-properties): Removed.
11639 (vc-workfile-version): Doc fix.
11640
11641 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11642 (vc-rcs-workfile-version, vc-rcs-locking-user)
11643 (vc-rcs-uses-locking): Use it.
11644
11645 * vc-hooks.el (vc-consult-rcs-headers):
11646 Moved into vc-rcs-hooks.el, under the name
11647 vc-rcs-consult-headers.
11648
11649 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11650 headers.
11651 (vc-cvs-find-master): Use this name only; correct different
11652 versions of the name.
11653
11654 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11655 New functions.
11656 (vc-sccs-locking-user): Use the latter.
11657
11658 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11659 New functions.
11660
11661 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11662 Moved into both
11663 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11664 functions are implementation details of those two backends.
11665
116662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11667
11668 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11669 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11670
11671 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11672 (vc-sccs-parse-locks): SCCS-specific code moved here from
11673 vc-hooks.
11674
11675 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11676 code moved here from vc-hooks.
11677
11678 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11679 into back-end specific parts and removed. Callers not updated
11680 yet; because I guess these callers will disappear into back-end
11681 specific files anyway.
11682
116832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11684
11685 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11686 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11687 `vc-uses-locking'.
11688
11689 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11690 Store yes/no in the property, and return t/nil. Updated all
11691 callers.
11692
11693 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11694 vc-sccs-uses-locking. Don't set property.
11695 (vc-sccs-locking-user): Don't set property.
11696
11697 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11698 vc-cvs-uses-locking. Don't set property here; leave that to
11699 vc-hooks.
11700 (vc-cvs-locking-user): Reflect above change. Streamlined.
11701
11702 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11703 vc-rcs-uses-locking.
11704 (vc-rcs-locking-user): Reflect above change.
11705
117062000-09-04 Dave Love <fx@gnu.org>
11707
11708 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11709
11710 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11711
11712 * vc-hooks.el (vc-checkout-model): Punt to backends.
11713
11714 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11715
11716 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11717
11718 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11719 New functions.
11720
11721 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11722 New functions.
11723
11724 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11725 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11726
11727 * vc-hooks.el (vc-default-locking-user): New function.
11728 (vc-locking-user, vc-workfile-version): Punt to backends.
11729
117302000-09-04 Dave Love <fx@gnu.org>
11731
11732 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11733 (vc-master-workfile-version): Moved from vc-hooks.
11734
11735 * vc-rcs-hooks.el: Fix duplicate code in last change.
11736
11737 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11738 (vc-rcs-master-templates): Improve :type.
11739 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11740 vc-master-workfile-version): Moved from vc-hooks.
11741
11742 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11743 (vc-sccs-master-templates): Improve :type.
11744 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11745
11746 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11747
11748 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11749 (vc-cvs-master-templates): Improve :type. Use
11750 vc-cvs-find-cvs-master.
11751 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11752 from vc-hooks.
11753 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11754
11755 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11756 Moved to vc-cvs-hooks.
11757
11758 * vc-hooks.el: Add doc strings in various places. Simplify the
11759 minor mode setup.
11760 (vc-handled-backends): New user variable.
11761 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11762 simplification.
11763
117642000-09-04 Dave Love <fx@gnu.org>
11765
11766 * vc.el: Some doc fixes for autoloaded and interactive functions.
11767 Fix compilation warnings from ediff stuff.
11768 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11769
11770 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11771
11772 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11773
11774 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11775
117762000-09-04 Dave Love <fx@gnu.org>
11777
11778 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11779 New variable.
11780 (vc-make-backend-function, vc-loadup, vc-call-backend)
11781 (vc-backend-defines): New functions.
11782
11783 * vc-hooks.el: Various doc fixes.
11784 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11785 (vc-match-substring): Function removed. Callers changed to use
11786 match-string.
11787 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11788 Simplify.
11789
117902000-09-04 Dave Love <fx@gnu.org>
11791
11792 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11793 type.
11794 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11795 (vc-sccs-registered): Doc fix.
11796
11797 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11798 (vc-cvs-registered): Doc fix.
11799
11800 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11801 (vc-rcs-registered): Doc fix.
11802
118032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11804
11805 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11806
11807 * vc-hooks.el: vc-registered has been renamed
11808 vc-default-registered. Some functions have been moved to the
11809 backend specific files. they all support the
11810 vc-BACKEND-registered functions.
11811
118122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11813
11814 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11815
11816 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11817
118182000-09-04 Dave Love <fx@gnu.org>
11819
11820 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11821 menu-bar-update-hook.
11822
11823 * help.el (help-manyarg-func-alist): Add
11824 find-operation-coding-system.
11825
11826 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11827
11828 * custom.el (custom-set-variables): Print message about errors in
11829 setting.
11830
118312000-09-03 Andrew Innes <andrewi@gnu.org>
11832
11833 * makefile.w32-in: Change to DOS line endings.
11834
118352000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11836
11837 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11838 minor-mode keymaps, if they don't have one.
11839
118402000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11841
11842 * eshell/esh-module.el (eval-when-compile): Don't lose if
11843 esh-module.el's file name is truncated to DOS 8+3 limits.
11844
118452000-09-01 John Wiegley <johnw@gnu.org>
11846
11847 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11848 predicate, which caused entries in the completion list to be
11849 doubled.
11850
118512000-08-30 John Wiegley <johnw@gnu.org>
11852
11853 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11854 sending to subprocesses. Also, hook pre-command-hook if
11855 `eshell-send-direct-to-subprocesses' is non-nil.
11856 (eshell-send-direct-to-subprocesses): New config variable. If t,
11857 subprocess input is send immediately.
11858 (eshell-toggle-direct-send): New function.
11859 (eshell-self-insert-command): New function.
11860 (eshell-intercept-commands): New function.
11861 (eshell-send-input): If direct subprocess sending is enabled,
11862 don't echo any input to the Eshell buffer. Let the subprocess
11863 handle that. This requires "stty echo" in bash, for example.
11864
118652000-08-28 John Wiegley <johnw@gnu.org>
11866
11867 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11868 completion function for Eshell's implementation of `unset'.
11869
118702000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11871
11872 * info.el (Info-directory-list): Doc fix.
11873
118742000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11875
11876 * filecache.el (file-cache-add-directory-using-find): Don't quote
11877 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11878
118792000-08-31 Kenichi Handa <handa@etl.go.jp>
11880
11881 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11882 coding systems.
11883
118842000-08-30 Andrew Innes <andrewi@gnu.org>
11885
11886 * timer.el (run-with-idle-timer): Undo last change, so that timer
11887 is not activated immediately if Emacs is already idle. Some
11888 existing code relies on this behaviour.
11889
118902000-08-30 Miles Bader <miles@gnu.org>
11891
11892 * frame.el (set-frame-font): Do completion of font-name for
11893 interactive use.
11894
118952000-08-30 Kenichi Handa <handa@etl.go.jp>
11896
11897 * international/quail.el (quail-start-translation): Bind locally
11898 last-command-event, last-command, and this-command.
11899 (quail-start-conversion): Likewise.
11900 (quail-self-insert-command): Fix docstring.
11901
119022000-08-29 Gerd Moellmann <gerd@gnu.org>
11903
11904 * progmodes/executable.el
11905 (executable-make-buffer-file-executable-if-script-p): Check that
11906 buffer contains at least 2 characters.
11907
119082000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11911
119122000-08-29 Dave Love <fx@gnu.org>
11913
11914 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11915 (diff-mode-shared-map): Bind mouse-2.
11916 (diff-imenu-generic-expression): New variable.
11917 (diff-mode): Use it.
11918
11919 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11920 (mouse-popup-menubar): Add minor mode menus.
11921 (popup-menu): Check for lookup-key returning number.
11922
119232000-08-29 Miles Bader <miles@gnu.org>
11924
11925 * comint.el (comint-send-input): Create overlays using the proper
11926 front/read-advance arguments.
11927
119282000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11929
11930 * ps-print.el: Even/odd pages printing. Doc fix.
11931 (ps-print-version): New version number (6.0).
11932 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11933 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11934 (ps-print-duplex-feature): Variable eliminated.
11935 (ps-even-or-odd-pages): New variable.
11936
11937 * progmodes/ebnf2ps.el: Doc fix.
11938 (ebnf-version): New version (3.3).
11939 (ebnf-user-arrow): Change variable customization to sexp.
11940 (ebnf-user-arrow): Function eliminated.
11941 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11942
119432000-08-29 Kenichi Handa <handa@etl.go.jp>
11944
11945 * help.el (help-xref-mule-regexp): New variable.
11946 (help-make-xrefs): Handle help-xref-mule-regexp.
11947
11948 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11949 variable.
11950 (describe-input-method): Temporarily activate the specfied input
11951 method to display the information.
11952 (describe-language-environment): Hyperlinks to mule related items.
11953
11954 * international/mule-diag.el (charset-multibyte-form-string): New
11955 function.
11956 (list-character-sets-1): Use charset-multibyte-form-string.
11957 (describe-character-set): New function.
11958 (describe-coding-system): Hyperlinks to safe character sets.
11959
11960 * international/quail.el (quail-help): New arg PACKAGE.
11961 Hyperlinks to mule related items.
11962 (quail-help-insert-keymap-description): Use
11963 substitute-command-keys instead of describe-bindings.
11964 (quail-translation-help): Hyperlinks to mule related items.
11965
119662000-08-28 John Wiegley <johnw@gnu.org>
11967
11968 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11969 have a defsubst call itself. Made `eshell-flatten-list' back into
11970 a function again.
11971
11972 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11973 catch, in case re-centering point at bottom messes up the display.
11974 This happens frequently in Emacs 21, due I believe to variable
11975 line heights.
11976
11977 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11978 to call `find-tag-interactive'.
11979
11980 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11981 the list of remember directories.
11982
119832000-08-28 John Wiegley <johnw@gnu.org>
11984
11985 * align.el: Test align-region-separate to see if it's a symbol.
11986
119872000-08-28 John Wiegley <johnw@gnu.org>
11988
11989 * eshell/esh-util.el (eshell-flatten-list): Made this function
11990 into a defsubst form. It gets used very frequently, although
11991 calls don't occur all that often.
11992
11993 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11994 examining it.
11995
11996 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11997 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11998 `eshell-protect'.
11999 (eshell-copy-handles): Created a new macro for duplicating the
12000 current set of open handles. This is needed by the looping
12001 functions.
12002 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12003 is not incorrectly stomped on.
12004
12005 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12006 declaration for pcomplete-use-paring.
12007 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12008 value of eshell-cmpl-use-paring.
12009 * pcomplete.el (pcomplete-use-paring): New config variable, to
12010 indicate whether paring should be used.
12011 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12012 completion alternatives that have already been used.
12013
12014 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12015 bound to C-c C-y, which will repeat the previous N arguments
12016 (based on prefix argument).
12017 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12018
12019 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12020 if there is no *Help* buffer. This is for XEmacs, which renames
12021 its help buffers uniquely. TODO: Find out what the current buffer
12022 name to delete is.
12023
12024 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12025 first entry that correlates to a passwd/group number. Later
12026 entries (used for group/user name aliasing to multiple IDs) are
12027 ignored.
12028
12029 * eshell/em-xtra.el (eshell/expr):
12030 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12031 (eshell-grep, eshell/diff, eshell/locate):
12032 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12033 argument list, before passing it to the system command.
12034
12035 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12036 `find-tag' for use at final position in Eshell buffers (which
12037 otherwise triggers an error on Emacs 21).
12038 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12039 buffer, if it is currently bound to `find-tag'.
12040
12041 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12042 in the list of matched Makefile names.
12043 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12044 directory, prefer its contents to Makefile.
12045
12046 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12047 directory parts (like "cd old new", or "cd =regexp"), are now case
12048 sensitive on non-Windows/DOS platforms.
12049
12050 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12051 types RET after an open delimiter (like "), display a message
12052 indicating that Eshell is waiting for the closing delimiter.
12053
12054 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12055 environment variables.
12056
12057 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12058 gracefully if the user enters incorrect arguments.
12059
12060 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12061 Eshell buffers.
12062
12063 * eshell/esh-var.el (eshell-interpolate-variable):
12064 * eshell/esh-mode.el (eshell-move-argument):
12065 * eshell/em-unix.el (eshell-du-sum-directory):
12066 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12067 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12068 (not (= ...)).
12069
12070 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12071 to ensure the `preserve' flag gets propagated when doing recursive
12072 directory copies.
12073
120742000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12077 Don't convert \n into \0177 in memory.
12078 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12079 and back again, when reading and writing.
12080
120812000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12082
12083 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12084 testing of `fboundp' on `processp'.
12085
12086 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12087 (eshell/jobs): Don't call process-list if it is not bound.
12088 (eshell-gather-process-output): Support systems where async
12089 subprocesses aren't supported.
12090 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12091 variables.
12092
12093 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12094 eshell-do-eval returns t.
12095 (eshell-do-pipelines-synchronously): New defmacro.
12096 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12097 when async subprocesses aren't supported.
12098 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12099 if async subprocesses aren't supported.
12100 (eshell-resume-command): Don't assume STATUS is a string.
12101
12102 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12103
12104 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12105 (eshell-close-target, eshell-get-target): Use eshell-processp.
12106 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12107 fix.
12108 (eshell-get-target, eshell-create-handles): Doc fix.
12109
121102000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12111
12112 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12113 criterion to include commands that output something, as long as it
12114 leaves both the command and the end-of-buffer visible when the
12115 command has exited.
12116 (eshell-review-quick-commands): Adjust the help doc string
12117 accordingly.
12118
121192000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12120
12121 * locate.el (locate): Cleaned up locate command's interactive prompting
12122 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12123
12124 * filecache.el (file-cache-case-fold-search): New variable
12125 (file-cache-assoc-function): New variable
12126 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12127 Use file-cache-case-fold-search variable
12128 (file-cache-add-file): Use file-cache-assoc-function
12129 (file-cache-delete-file): likewise
12130 (file-cache-directory-name): likewise
12131 (file-cache-debug-read-from-minibuffer): likewise
12132
121332000-08-28 Gerd Moellmann <gerd@gnu.org>
12134
12135 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12136 (abbrev-table-name): New function.
12137 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12138 If non-nil list local abbrev, only.
12139
121402000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12141
12142 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12143 from Gnus support code, and use special article copy buffer
12144 `(gnus-original-article-buffer)' instead. This allows to get rid
12145 of article-hide-headers usage (which breaks in the latest Gnus
12146 version). Thanks to Detlev Zundel.
12147
121482000-08-28 Kenichi Handa <handa@etl.go.jp>
12149
12150 * international/quail.el (quail-use-package): Hide "... loaded"
12151 message.
12152 (quail-start-translation, quail-start-conversion): Likewise.
12153
12154 * international/kkc.el (kkc-region): Hide "... loaded" message.
12155
121562000-08-27 Dave Love <fx@gnu.org>
12157
12158 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12159
121602000-08-27 Miles Bader <miles@gnu.org>
12161
12162 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12163
121642000-08-27 Kenichi Handa <handa@etl.go.jp>
12165
12166 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12167 'ja-dic-cnv), not (require 'skkdic-cnv).
12168
121692000-08-26 Miles Bader <miles@gnu.org>
12170
12171 * faces.el (face-x-resources): Add entry for :inherit.
12172 * cus-face.el (custom-face-attributes): Add support for :inherit
12173 attribute. Add support for relative face heights.
12174 (custom-face-attributes-get): Treat `nil' as being a default value
12175 for :inherit (as well as `unspecified').
12176
12177 * faces.el (set-face-attribute): Update doc string.
12178 (face-attribute-name-alist): Add :inherit.
12179 (face-valid-attribute-values): Handle :inherit.
12180 (face-read-string): Rephrase prompt to be less confusing.
12181 Assume that DEFAULT is a string, since we must return a string.
12182 (face-read-integer): Use `format' to turn DEFAULT into an
12183 acceptable default for face-read-string. Match NEW-VALUE against
12184 the string "unspecified", not the symbol `unspecified', since
12185 that's what face-read-string returns.
12186 (read-face-attribute): Lookup a name for old-value in valid, and
12187 use it as a default if we find one. Treat all values from
12188 face-read-string as strings. If the default is used, don't do any
12189 more processing on the value, just use the old value directly.
12190 (read-face-and-attribute, modify-face): Tweak prompt.
12191 (read-face-name): Don't assume prompt ends with a space.
12192
12193 * faces.el (describe-face): Add support for :inherit attribute.
12194
121952000-08-25 Kenichi Handa <handa@etl.go.jp>
12196
12197 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12198 concat doesn't accept interger.
12199
12200 * international/kkc.el: Remove SKK from Keywords. Require
12201 ja-dic-utl instead of skkdic-utl.
12202
12203 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12204 Provide ja-dic-cnv instead of skkdic-cnv.
12205 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12206 (iso-2022-7bit-short): Add safe-charsets property.
12207 (skkdic-convert-postfix): Search Japanese chou-on character in
12208 addition to Hiragana character.
12209 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12210 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12211 (batch-skkdic-convert): Likewise.
12212
12213 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12214 Provide ja-dic-utl instead of skkdic-utl.
12215 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12216
122172000-08-24 Dave Love <fx@gnu.org>
12218
12219 * disp-table.el (standard-display-default): Make the test of `l'
12220 useful.
12221
12222 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12223 mod sample text.
12224
12225 * international/iso-ascii.el: Make pilcrow convenient string
12226 consistent with section.
12227 (iso-ascii-display): Set up multibyte characters as well as
12228 unibyte.
12229
122302000-08-24 Kenichi Handa <handa@etl.go.jp>
12231
12232 * international/mule-cmds.el (reset-language-environment): Set
12233 default-process-coding-system to '(undecided . iso-latin-1), which
12234 makes process I/O almost consistent with file I/O. Call this
12235 function when mule-cmds.el[c] is loaded.
12236
122372000-08-22 Andrew Innes <andrewi@gnu.org>
12238
12239 * makefile.w32-in: New file.
12240
122412000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12242
12243 * comint.el (comint-output-filter): Compare end of
12244 comint-last-output-overlay with the start of the newly inserted
12245 text, not the end, when deciding whether to extend it.
12246 Set saved-point's insertion type to advance after insertion.
12247
12248 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12249 since this is now done independently of font-lock mode.
12250
122512000-08-21 Gerd Moellmann <gerd@gnu.org>
12252
12253 * server.el (server-kill-new-buffers): New user option.
12254 (server-existing-buffer): New buffer-local variable.
12255 (server-visit-files): When using an existing buffer, set
12256 server-existing-buffer to t.
12257 (server-buffer-done): If server-kill-new-buffers is t, kill the
12258 buffer, unless it was already present before visiting it with
12259 Emacs server.
12260
122612000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12262
12263 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12264 even if the display doesn't support colors: some displays will
12265 support bold/underline faces.
12266
122672000-08-21 Gerd Moellmann <gerd@gnu.org>
12268
12269 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12270
12271 * startup.el (command-line): If user's init file had an error,
12272 add explanatory text to *Messages*.
12273
122742000-08-21 Kenichi Handa <handa@etl.go.jp>
12275
12276 * man.el (Man-getpage-in-background): Decode the process output by
12277 the system locale coding system.
12278
122792000-08-20 Dave Love <fx@gnu.org>
12280
12281 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12282 Don't test x-popup-menu.
12283 (function) <complete-function>: Complete only fbound symbols.
12284 <validate, value>: New.
12285 (variable) <complete-function>: Complete only bound symbols.
12286 (coding-system): Add :base-only, :complete-function, :validate,
12287 :value, :prompt-match.
12288 (widget-coding-system-prompt-value): Use read-coding-system and
12289 act on :base-only.
12290 (editable-field): Add :help-echo.
12291 (widget-push-button-gui, widget-push-button-cache)
12292 (widget-gui-action, widget-editable-list-gui): COmment out, along
12293 with uses.
12294 (widget-at): Make arg optional.
12295 (widget-echo-help): Adjust for current help-echo calling sequence.
12296 (widget-specify-field, widget-specify-button)
12297 (widget-specify-insert, widget-get-sibling, widget-image-find)
12298 (widget-convert, widget-insert, widget-leave-text)
12299 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12300 (widget-setup, widget-field-find, widget-before-change)
12301 (widget-after-change, widget-default-complete)
12302 (widget-default-create, widget-default-delete)
12303 (widget-push-button-value-create, editable-field)
12304 (widget-field-prompt-value, widget-field-validate)
12305 (widget-choice-value-create, widget-choice-action)
12306 (widget-choice-validate, widget-checklist-add-item)
12307 (widget-radio-add-item, widget-radio-chosen)
12308 (widget-radio-value-inline, widget-editable-list-value-create)
12309 (widget-editable-list-entry-create)
12310 (widget-documentation-link-add)
12311 (widget-documentation-string-value-create)
12312 (widget-regexp-validate, widget-file-complete)
12313 (widget-sexp-validate, widget-plist-convert-widget)
12314 (widget-plist-convert-widget, widget-alist-convert-widget)
12315 (widget-alist-convert-widget, widget-color-complete): Simplify,
12316 particularly to avoid bindings which aren't optimized out.
12317
12318 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12319 Doc fix.
12320 (down-list, backward-up-list, up-list, kill-sexp)
12321 (backward-kill-sexp, mark-sexp): Make arg optional.
12322 (lisp-complete-symbol): Add optional arg PREDICATE.
12323
12324 * cus-start.el: Add display-buffer-reuse-frames,
12325 file-coding-system-alist.
12326
123272000-08-20 Gerd Moellmann <gerd@gnu.org>
12328
12329 * startup.el (command-line): Clear realized faces after
12330 modifying TTY color mappings.
12331
123322000-08-20 Miles Bader <miles@gnu.org>
12333
12334 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12335 merely a subset of FACE's attributes.
12336
123372000-08-19 Miles Bader <miles@gnu.org>
12338
12339 * comint.el (comint-output-filter): Save the point with a marker,
12340 not just a buffer position.
12341
12342 * international/mule.el (set-buffer-process-coding-system): Make
12343 interactive prompt less confusing.
12344
123452000-08-19 Gerd Moellmann <gerd@gnu.org>
12346
12347 * hilit-chg.el: General cleanup of doc strings, comments and
12348 code formatting.
12349
123502000-08-19 Miles Bader <miles@gnu.org>
12351
12352 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12353 Compiler macro removed; beginning-of-line is no longer always
12354 equivalent to forward-line, in the presence of fields.
12355
12356 * comint.el (comint-output-filter): Remove ad-hoc saving of
12357 restriction, and just use save-restriction, now that it works
12358 correctly. Don't adjust comint-last-input-start to account for
12359 our insertion; it shouldn't have moved because we don't use
12360 insert-before-markers anymore. Comment out call to
12361 `force-mode-line-update'; why is it here?
12362
12363 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12364 while checking for prompt to delete. Use `forward-line 0'
12365 instead of beginning-of-line.
12366 (gud-filter): Temporarily widen gud comint buffer while
12367 examining output.
12368
123692000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12370
12371 * progmodes/sh-script.el: Big bag of typos.
12372
12373 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12374 check since ispell-process is not bound when ispell is not yet loaded.
12375
123762000-08-18 Dave Love <fx@gnu.org>
12377
12378 * image.el (find-image): Copy `spec' before using plist-put.
12379
123802000-08-18 Gerd Moellmann <gerd@gnu.org>
12381
12382 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12383 `portugues'.
12384
12385 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12386 backward-kill-sexp, analogous to kill-sexp.
12387
12388 * progmodes/icon.el (icon-indent-line)
12389 (icon-is-continuation-line): Handle comments specially.
12390
123912000-08-17 Ken Stevens <k.stevens@ieee.org>
12392
12393 * ispell.el: Set to standard author/maintainer/keyword fields.
12394 Fine tuning to menu map appearance and operation, and added help.
12395 Remove `start' and `end' error messages when compiling.
12396 (ispell-choices-win-default-height): Fixed comment string.
12397 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12398 castellano8 dictionaries.
12399 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12400 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12401 dictionary, added italiano dictionary.
12402 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12403 word character
12404 (ispell-tex-skip-alists): Added psfig support.
12405 (ispell-skip-html): Renamed from ispell-skip-sgml.
12406 (ispell-begin-skip-region-regexp, ispell-skip-region)
12407 (ispell-minor-check): Improved html skipping support to skip across
12408 code, and recognize `&' commands without propper `;' syntax;
12409 (ispell-process-line): Fix alignment error when manually
12410 correcting spelling.
12411 (ispell): Fix comment string.
12412 (ispell-add-per-file-word-list): Always put word list on new line.
12413
124142000-08-17 Gerd Moellmann <gerd@gnu.org>
12415
12416 * format.el (format-encode-run-method): Fix error message to say
12417 `encode' instead of `decode'. Use save-window-excursion around
12418 shell-command-on-region as in format-decode-run-method because
12419 shell-command-on-region can display a buffer with error output.
12420 (format-decode): Don't record undo information for the decoding.
12421 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12422 that number part of the temporary buffer name so that more than
12423 one decoding using a temporary buffer can happen safely.
12424
12425 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12426 of `A-z' in the regexp.
12427
12428 * hilit-chg.el: Fix typos in commentary.
12429
12430 * help.el (view-emacs-news): Rewritten for new naming scheme
12431 for old NEWS files.
12432
12433 * startup.el (command-line): Pop to *Messages* in case an error
12434 is signaled while loading user-init-file.
12435
124362000-08-17 Andreas Schwab <schwab@suse.de>
12437
12438 * files.el (insert-directory): Don't lose original file name,
12439 undoing an undocumented change.
12440
124412000-08-17 Alex Schroeder <alex@gnu.org>
12442
12443 * sql.el (sql-magic-go): Use comint-bol.
12444 (sql-copy-column): Use comint-line-beginning-position.
12445 (comint-line-beginning-position): Define a replacement for
12446 comint-line-beginning-position if it is not fboundp.
12447
124482000-08-17 Alex Schroeder <alex@gnu.org>
12449
12450 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12451 it didn't have any effect anyway.
12452
124532000-08-17 Alex Schroeder <alex@gnu.org>
12454
12455 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12456 --pset and pager=off instead of sending \\o|cat at the beginning
12457 of the session.
12458
124592000-08-17 Miles Bader <miles@gnu.org>
12460
12461 * progmodes/octave-inf.el: Add compatibility definition of
12462 comint-line-beginning-position.
12463
124642000-08-17 Kenichi Handa <handa@etl.go.jp>
12465
12466 * startup.el (normal-top-level): Look in each dir in load-path for
12467 a leim-list.el file too. This assures of loading leim-list.el
12468 that is created at Emacs installation time even if a user have his
12469 own leim-list.el.
12470
124712000-08-17 Miles Bader <miles@gnu.org>
12472
12473 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12474 foreground color to black if the background is dark.
12475
124762000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12477
12478 * loadhist.el (unload-feature): Typo.
12479
12480 * finder.el (finder-compile-keywords):
12481 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12482 to the generated file.
12483
12484 * mail/mh-e.el (mh-make-local-vars):
12485 Replace make-variable-buffer-local with make-local-variable.
12486
12487 * play/landmark.el:
12488 * options.el (Edit-options-{set,toggle,t,nil}):
12489 * mail/mailabbrev.el (mail-abbrevs-mode):
12490 * textmodes/tex-mode.el (tex-expand-files):
12491 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12492
12493 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12494
12495 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12496 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12497 Allow going past the last element.
12498 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12499 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12500 (cvs-mouse-toggle-mark): Don't move point.
12501 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12502
12503 * progmodes/compile.el (grep): Provide a default set of files.
12504 (next-error): Docstring fix.
12505 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12506
12507 * emacs-lisp/easy-mmode.el (define-minor-mode):
12508 Use `symbol-value' to keep the byte-compiler quiet.
12509
12510 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12511 (diff-find-source-location): New fun, extracted from diff-goto-source.
12512 (diff-goto-source): Use it.
12513 (diff-next-complex-hunk, diff-filter-lines): New function.
12514 (diff-apply-hunk): New command.
12515
12516 * smerge-mode.el (smerge-mode-menu): Doc fix.
12517
12518 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12519
125202000-08-16 Dave Love <fx@gnu.org>
12521
12522 * windmove.el (windmove) <defgroup>: Add :version.
12523
12524 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12525 (goto-address-fontify-p, goto-address-highlight-p)
12526 (goto-address-url-face, goto-address-url-mouse-face)
12527 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12528 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12529 (goto-address-fontify, goto-address-at-mouse): Simplify,
12530 (goto-address-at-point): browse-url-url-at-point,
12531 goto-address-find-address-at-point can return nil.
12532 (goto-address-find-address-at-point): Return nil on failure.
12533
12534 * align.el (align) <defgroup>: Add :version.
12535
12536 * calculator.el (calculator): Add :version.
12537 (calculator): Use two lines for calculator window if `modeline'
12538 face is boxed.
12539
12540 * play/5x5.el: Doc fixes.
12541 (5x5) <defgroup>: Add :version.
12542
12543 * play/fortune.el (fortune) <defgroup>: Add :version.
12544 (fortune-append): Fix error message.
12545 (fortune-from-region): Doc fix.
12546
12547 * play/pong.el (pong): Doc fix.
12548
12549 * play/morse.el: Keywords, commentary, autoloads.
12550
125512000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12552
12553 * desktop.el (desktop-save): Don't look at symbol-value of a
12554 member of minor-mode-alist, unless it is boundp.
12555
125562000-08-16 Sam Steingold <sds@gnu.org>
12557
12558 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12559 `while'; use `with-current-buffer' instead of `save-excursion'.
12560 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12561
125622000-08-16 Kenichi Handa <handa@etl.go.jp>
12563
12564 * international/ccl.el (declare-ccl-program): Docstring modified.
12565 (ccl-execute-with-args): Likewise.
12566
125672000-08-16 Miles Bader <miles@gnu.org>
12568
12569 * progmodes/sql.el: Add compatibility definition of
12570 comint-line-beginning-position.
12571
125722000-08-15 Gerd Moellmann <gerd@gnu.org>
12573
12574 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12575 'buffer-menu' property.
12576 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12577 fails.
12578 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12579 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12580 wasn't killed.
12581
12582 * buff-menu.el (list-buffers-noselect): Don't display the
12583 *Buffer List* buffer.
12584
12585 * font-lock.el: Require jit-lock to prevent a very late
12586 `Loading jit-lock' message.
12587
12588 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12589 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12590 mail address.
12591
125922000-08-15 Miles Bader <miles@gnu.org>
12593
12594 * textmodes/ispell.el (ispell-graphic-p): New constant.
12595 (ispell-choices-win-default-height, ispell-help): Use
12596 `ispell-graphic-p' instead of `xemacsp'.
12597
125982000-08-15 Dave Love <fx@gnu.org>
12599
12600 * simple.el: Autoload widget-convert when compiling.
12601 (mail-user-agent): Doc fix.
12602
12603 * help.el (function-called-at-point, variable-at-point): Use
12604 with-syntax-table.
12605 (help-manyarg-func-alist): Add insert-and-inherit.
12606
12607 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12608
12609 * delsel.el (delsel-unload-hook): New function.
12610
12611 * find-file.el: Doc fixes. Move provide to end.
12612 (ff) <defgroup>: Add :link.
12613 (ff-goto-click): Deleted.
12614 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12615 Use mouse-set-point.
12616
12617 * textmodes/tildify.el: Doc fixes.
12618 (tildify) <defgroup>: Add:version.
12619
12620 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12621 (glasses-custom-set): Use set-default, not set.
12622 (minor-mode-alist): Propertize the lighter.
12623 (glasses-mode): Provide optional arg.
12624
12625 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12626 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12627 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12628 option. Provide :type.
12629 (cwarn-configuration): Provide :type.
12630 (cwarn-mode): Doc fix.
12631
12632 * add-log.el (change-log-merge): Doc fix.
12633 (change-log-redate): New command.
12634
12635 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12636 Doze and Dog.
12637 (browse-url): Use dolist, not mapcar.
12638 (browse-url-at-point): Check for null url.
12639 (browse-url-event-buffer, browse-url-event-point): Functions
12640 deleted.
12641 (browse-url-at-mouse, browse-url-netscape): Simplify.
12642
12643 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12644 modes.
12645 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12646 Fix previous change to mapcan.
12647 (msb--init-file-alist, msb--add-separators)
12648 (msb--make-keymap-menu): Simplify.
12649 (msb--choose-file-menu): Use copy-sequence.
12650 (msb-mode-map): Add title to keymap.
12651 (msb-unload-hook): New function.
12652
12653 * bs.el: Fix indentation.
12654 (bs) <defgroup>: Add :links.
12655 (bs-show): Doc fix.
12656 (bs-apply-sort-faces): Don't use window-system.
12657 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12658
126592000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12660
12661 * calendar/timeclock.el (timeclock-file): Run .timelog through
12662 convert-standard-filename.
12663
126642000-08-14 Gerd Moellmann <gerd@gnu.org>
12665
12666 * emacs-lisp/authors.el: New file.
12667
12668 * paren.el (show-paren-priority): New user option.
12669 (show-paren-function): Set overlay priorities to
12670 show-paren-priority.
12671
126722000-08-14 Miles Bader <miles@gnu.org>
12673
12674 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12675 beginning-of-line with inhibit-field-text-motion bound.
12676
126772000-08-14 Gerd Moellmann <gerd@gnu.org>
12678
12679 * calendar/timeclock.el: New file.
12680
126812000-08-14 David Ponce <david@dponce.com>
12682
12683 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12684 `widget-button-click'. so that one can use left mouse button to
12685 click on dialog buttons.
12686
126872000-08-14 Emmanuel Briot <briot@gnat.com>
12688
12689 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12690 identifiers, since XML is case sensitive
12691
126922000-08-12 Miles Bader <miles@gnu.org>
12693
12694 * comint.el (comint-output-filter): Don't bother frobbing
12695 window-start, it doesn't seem to be necessary.
12696
12697 * comint.el (comint-send-string, comint-send-region): Make into
12698 real functions. Snapshot the prompt before sending.
12699
127002000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12701
12702 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12703 technique similar to Info-index, instead of relying on specific
12704 names of relevant Index nodes.
12705 (Info-goto-emacs-command-node): Bind Info-history to nil when
12706 going to the first node found by Info-find-emacs-command-nodes.
12707
127082000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12709
12710 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12711
127122000-08-10 Miles Bader <miles@gnu.org>
12713
12714 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12715
127162000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12717
12718 * info.el (Info-file-list-for-emacs): More elements for the
12719 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12720 and woman manuals.
12721
127222000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12723
12724 * comint.el (comint-send-input): Make the newline boundary overlay
12725 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12726 (comint-output-filter): Use `insert' instead of
12727 `insert-before-markers'. Extend comint-last-output-overlay when
12728 necessary since we can't rely on insert-before-markers to do it.
12729 * gud.el (gud-filter): Use `with-current-buffer' instead of
12730 save-excursion when inserting the output, so that point gets
12731 updated correctly; the old method relied on a rather dodgy
12732 side-effect of comint-output-filter to avoid the effect of
12733 save-excursion.
12734
127352000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12736
12737 * files.el (recover-file): Call insert-directory instead of
12738 invoking `ls' directly.
12739
127402000-08-10 Miles Bader <miles@gnu.org>
12741
12742 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12743 (comint-last-prompt-overlay): New variables.
12744 (comint-output-filter): Implement prompt highlighting.
12745 (comint-snapshot-last-prompt): New function.
12746 (comint-send-input): Snapshot the last prompt.
12747 Use comint-highlight-input-face.
12748 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12749 Use defface instead of defcustom.
12750 (send-invisible, comint-send-eof): Snapshot the last prompt.
12751 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12752 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12753
127542000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12755
12756 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12757 (regexp-opt-group): Use a list of chars for `letters'.
12758 (regexp-opt-charset): `chars' is now a list of chars.
12759 Use a char-table rather than a vector so it works for multibyte chars.
12760
12761 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12762 Set cvs-minor-current-files to the selected fileinfo.
12763 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12764 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12765
127662000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12767
12768 * files.el (insert-directory): Don't call access-file on
12769 directories on DOS and Windows.
12770
127712000-08-09 Kenichi Handa <handa@etl.go.jp>
12772
12773 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12774 longer if necessary.
12775 (ccl-embed-code): Call ccl-embed-data to store CODE in
12776 ccl-program-vector.
12777
127782000-08-09 Miles Bader <miles@gnu.org>
12779
12780 * comint.el (comint-output-filter): Properly handle the case where
12781 the text surrounded by comint-last-output-overlay was deleted.
12782
127832000-08-08 Gerd Moellmann <gerd@gnu.org>
12784
12785 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12786 non-nil.
12787 (Info-file-list-for-emacs): Remove "info" from the list because
12788 that leads to trying to use the documentation from file `info'
12789 in various situations where it isn't appropriate, for instance
12790 C-h C-k C-h i.
12791
12792 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12793 DIR and/or STRING are nil.
12794
12795 * progmodes/compile.el (compilation-setup): Make variable
12796 compilation-error-screen-columns buffer-local, as some comment
12797 in the code suggests it should be.
12798
12799 * files.el (auto-mode-interpreter-regexp): New variable.
12800 (set-auto-mode): Use it.
12801
12802 * indent.el (indent-for-tab-command): Doc fix.
12803
12804 * mouse-sel.el (mouse-sel-mode): Doc fix.
12805
12806 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12807 labels.
12808
12809 * help.el (print-help-return-message): When
12810 display-buffer-reuse-frames is set, let the help window been quit,
12811 instead of deleting it, which might delete a reused frame.
12812
128132000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12814
12815 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12816 rename a directory to a name that differs only by its letter case.
12817
128182000-08-08 Kenichi Handa <handa@etl.go.jp>
12819
12820 * international/quail.el (quail-define-rules): Handle Quail decode
12821 map correctly. Add code for supporting annotations.
12822 (quail-install-decode-map): New function.
12823 (quail-defrule-internal): New optional arguments decode-map and
12824 props.
12825 (quail-advice): New function.
12826
128272000-08-07 Sam Steingold <sds@gnu.org>
12828
12829 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12830 `defconst', `define-condition', `with-slots'.
12831 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12832
128332000-08-03 Miles Bader <miles@gnu.org>
12834
12835 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12836 New variable.
12837 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12838 comint-use-prompt-regexp-instead-of-fields.
12839 (comint-send-input): Add `input' field property to stuff we send to
12840 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12841 (comint-output-filter): Add `output' field property to process
12842 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12843 (comint-replace-by-expanded-history)
12844 (comint-get-old-input-default, comint-show-output)
12845 (comint-backward-matching-input, comint-forward-matching-input)
12846 (comint-next-prompt, comint-previous-prompt): Use field
12847 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12848 (comint-line-beginning-position): New function.
12849 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12850 (comint-replace-by-expanded-history-before-point): Use
12851 comint-line-beginning-position and line-end-position.
12852 (comint-last-output-overlay): New variable.
12853 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12854
12855 * shell.el (shell-prompt-pattern): Doc change.
12856 (shell-backward-command): Use line-beginning-position.
12857
12858 * gud.el (gud-gdb-complete-command): Use
12859 comint-line-beginning-position.
12860
12861 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12862 comint-bol doesn't actually go to the beginning of the line.
12863
12864 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12865 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12866 (try-expand-line-all-buffers): Likewise.
12867
12868 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12869 explicitly matching comint-prompt-regexp.
12870 (sql-copy-column): Use comint-line-beginning-position instead of
12871 explicitly matching comint-prompt-regexp.
12872
12873 * progmodes/octave-inf.el (inferior-octave-complete): Use
12874 comint-line-beginning-position.
12875
12876 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12877
12878 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12879 looking for a prompt, use `forward-line 0' instead of
12880 `beginning-of-line', to avoid getting caught by an input field.
12881
128822000-08-07 Gerd Moellmann <gerd@gnu.org>
12883
12884 * files.el (shell-quote-wildcard-pattern): Make sure to return
12885 PATTERN, in the Unix case.
12886
128872000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12888
12889 * play/zone.el (zone): Discard any pending input before running
12890 the randomly-chosen pgm.
12891
128922000-08-07 Kenichi Handa <handa@etl.go.jp>
12893
12894 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12895 checking the existence of any multibyte characters.
12896
128972000-08-06 Gerd Moellmann <gerd@gnu.org>
12898
12899 * help.el (describe-mode): Test minor-mode symbol for being
12900 bound before testing its value for being nil.
12901
12902 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12903 `first', `second', and `third'.
12904
12905 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12906 (second): Make it an alias for `cadr'.
12907
129082000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12909
12910 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12911 types of display support faces now.
12912
129132000-08-05 Gerd Moellmann <gerd@gnu.org>
12914
12915 * pcvs.el (require): Require `cl' during compilation, only.
12916
12917 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12918 (toplevel): Remove `remq' and `remove' from autoloads.
12919 (cl-fake-autoloads): New variable. If set, arrange for an error
12920 when CL functions etc. are autoloaded.
12921
129222000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12923
12924 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12925
12926 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12927 popped up, but the user clicks outside the menu, return an empty
12928 regexp (that causes unhighlight-regexp to have no effect).
12929
12930 * menu-bar.el (menu-bar-games-menu): Add Zone.
12931
12932 * hi-lock.el (toplevel): Require font-lock.
12933
129342000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12935
12936 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12937 (ebnf-8-bit-chars): New var for bug fix.
12938 (ebnf-string): Bug fix.
12939
129402000-08-03 Sam Steingold <sds@gnu.org>
12941
12942 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12943 instead of `buffer-string'.
12944 (require 'cl): Always, not just when compiling.
12945 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12946 necessary.
12947
129482000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12949
12950 * international/mule-cmds.el (select-safe-coding-system): Make
12951 the message text about selecting a safe coding system more clear.
12952
129532000-08-02 Gerd Moellmann <gerd@gnu.org>
12954
12955 * hi-lock.el: New file.
12956
12957 * play/zone.el: New file.
12958
12959 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12960 value of tab-width in the original buffer. Choose a line number
12961 format that's a multiple of the original buffer's tab width, so
12962 that lines appear right.
12963
12964 * textmodes/ispell.el (ispell): New function, replacing an alias.
12965 Spell-check active region if in transient-mark-mode and mark
12966 is active; otherwise spell-check buffer.
12967
129682000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12969
12970 * ps-mule.el: Fix a customization problem on
12971 ps-mule-font-info-database-default.
12972
129732000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12974
12975 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12976 display-mouse-p instead of window-system.
12977 (ebrowse-member-mode-map): Ditto.
12978
129792000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12980
12981 * progmodes/ebnf2ps.el: Update ps-print functions call.
12982 Indentation fix. Doc fix.
12983 (ebnf-version): New version number (3.2).
12984 (ebnf-format-color, ebnf-begin-job): Code fix.
12985
129862000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12987
12988 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12989 font lock support on window-system.
12990 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12991
12992 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12993 display-color-p, if fboundp, instead of window-system.
12994
129952000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12996
12997 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12998 instead of window-system.
12999
13000 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13001 window-system.
13002 (widget-choice-mouse-down-action): Use display-popup-menus-p
13003 instead of window-system.
13004
13005 * strokes.el (strokes-file): Run the file name through
13006 convert-standard-filename.
13007 (strokes-mode): Call display-mouse-p instead of looking at
13008 window-system. Change the error message accordingly.
13009
13010 * progmodes/cpp.el (toplevel): Support faces on tty's.
13011
13012 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13013 (lm-plot-square, lm-init-display): Don't use window-system.
13014
13015 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13016 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13017
13018 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13019 instead of looking at window-system.
13020
130212000-07-30 Gerd Moellmann <gerd@gnu.org>
13022
13023 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13024 of testing if iswitchb-prepost-hooks is bound, because the
13025 latter will always be true when invoking a recursive minibuffer
13026 from an active Iswitchb buffer.
13027
130282000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13029
13030 * files.el (shell-quote-wildcard-pattern): New function.
13031 (insert-directory): Call it. Only prepend "\" to command on Unix
13032 and GNU/Linux systems.
13033
130342000-07-30 Gerd Moellmann <gerd@gnu.org>
13035
13036 * eshell/esh-groups.el: Change custom :link file names
13037 from `eshell.info' to `eshell'.
13038
130392000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13040
13041 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13042 correctly in recursive ange-ftp listings.
13043
130442000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13045
13046 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13047 ps-header-font-size-internal and
13048 ps-header-title-font-size-internal variables are not set,
13049 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13050 face text property is (foreground-color . COLOR) or
13051 `(background-color . COLOR)', ps-print crashes. Doc fix.
13052 (ps-print-version): New version number (5.2.4).
13053 (ps-plot-region): Code fix.
13054 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13055 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13056 Bug fix 2.
13057
130582000-07-30 Milan Zamazal <pdm@freesoft.cz>
13059
13060 * glasses.el (glasses-make-readable): Fix uncapitalization of
13061 identifiers like `myXMLDocument'.
13062
130632000-07-28 Karl Fogel <kfogel@red-bean.com>
13064
13065 * mail/mail-hist.el (mail-hist-previous-input)
13066 (mail-hist-next-input): Do the obvious code factorization.
13067 (mail-hist-retrieve-and-insert): New func, contains common
13068 code of above two.
13069 If inserting a message body, leave point at top.
13070
130712000-07-28 Sam Steingold <sds@gnu.org>
13072
13073 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13074 Use `<=', not `<' to compare times!
13075 (ange-ftp-ls): Remove.
13076
130772000-07-27 Gerd Moellmann <gerd@gnu.org>
13078
13079 * play/cookie1.el: Add explanation of how to make cookie.el
13080 compatible with strfile(1) to comment.
13081
13082 * subr.el (remove, remq): New functions.
13083
13084 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13085 escape `*' in regexps.
13086 (midnight-find): Reverse order of arguments in the funcall of
13087 TEST.
13088
13089 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13090 and `.class'.
13091
13092 * play/meese.el: Add Commentary section.
13093
130942000-07-27 Alex Schroeder <alex@gnu.org>
13095
13096 * sql.el (sql-ms): Added autoload cookie.
13097 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13098 (sql-oracle): Ditto.
13099 (sql-help): Doc change.
13100
13101 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13102 types and exceptions.
13103
131042000-07-27 Alex Schroeder <alex@gnu.org>
13105
13106 * sql.el (sql-placeholder-history): New variable.
13107 (sql-query-placeholders-and-send): New function that will query
13108 the user and replace placeholders with user input.
13109 (sql-oracle): If running on NT, set comint-input-sender to
13110 sql-query-placeholders-and-send.
13111
13112 (sql-stop): If in the SQLi buffer, insert stop notification, else
13113 present it as a message.
13114
131152000-07-27 Alex Schroeder <alex@gnu.org>
13116
13117 * sql.el (sql-input-ring-separator): Doc change.
13118 (sql-input-ring-file-name): Doc change.
13119 (sql-interactive-mode): Use `sql-input-ring-separator' and
13120 `sql-input-ring-file-name' to set the comint-mode equivalents
13121 without making them local variables.
13122 (sql-stop): Don't bind `sql-input-ring-separator' and
13123 `sql-input-ring-file-name' dynamically to their comint-mode
13124 equivalents.
13125
131262000-07-27 Kenichi Handa <handa@etl.go.jp>
13127
13128 * international/mule.el (register-char-codings): New function.
13129 (make-coding-system): Handle `safe-chars' specification in the arg
13130 PROPERTY.
13131
13132 * international/mule-cmds.el
13133 (find-coding-systems-region-subset-p): This function deleted.
13134 (sort-coding-systems-predicate): New variable.
13135 (sort-coding-systems): New function.
13136 (find-coding-systems-region): Use
13137 find-coding-systems-region-internal.
13138 (find-coding-systems-string): Use find-coding-systems-region.
13139 (find-coding-systems-for-charsets): Check
13140 char-coding-system-table.
13141 (select-safe-coding-system-accept-default-p): New variable.
13142 (select-safe-coding-system): Mostly rewritten. New argument
13143 ACCEPT-DEFAULT-P.
13144 (select-message-coding-system): Call select-safe-coding-system
13145 with ACCEPT-DEFAULT-P arg.
13146 (reset-language-environment): Reset default-sendmail-coding-system
13147 to the default value iso-latin-1.
13148 (set-language-environment): Don't set the obsolete variable
13149 charset-origin-alist.
13150
13151 * international/codepage.el (cp-coding-system-for-codepage-1):
13152 Give `safe-chars' property to make-coding-system.
13153
13154 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13155 calling select-message-coding-system twice.
13156
13157 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13158 instead of `safe-charsets'.
13159 (cyrillic-alternativnyj): Likewise.
13160 (ccl-encode-alternativnyj): Don't check the charset
13161 cyrillic-iso8859-5.
13162
131632000-07-27 Kenichi Handa <handa@etl.go.jp>
13164
13165 * composite.el (compose-chars-after): Preserve match data.
13166
131672000-07-26 Sam Steingold <sds@gnu.org>
13168
13169 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13170 (ange-ftp-real-file-newer-than-file-p): New function.
13171 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13172 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13173
13174 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13175 * midnight.el (midnight-float-time): Ditto.
13176
131772000-07-26 Andreas Schwab <schwab@suse.de>
13178
13179 * files.el (normal-backup-enable-predicate): Correct
13180 interpretation of the return value of compare-strings.
13181
131822000-07-26 Gerd Moellmann <gerd@gnu.org>
13183
13184 * isearch.el (isearch-resume): New function.
13185 (isearch-done): Add something to command-history to resume
13186 the search.
13187 (isearch-yank-line, isearch-yank-word): Use
13188 buffer-substring-no-properties instead of buffer-substring.
13189
13190 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13191 of flyspell-mouse-map.
13192
13193 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13194 duplicate definition.
13195 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13196
13197 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13198 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13199
132002000-07-25 Sam Steingold <sds@gnu.org>
13201
13202 * net/ange-ftp.el: Get modtime over the net.
13203 (ange-ftp-file-modtime): New function.
13204 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13205 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13206 Use it.
13207 (ange-ftp-dot-to-slash): New function.
13208 (ange-ftp-fix-name-for-vms): Use it.
13209
13210 * midnight.el (midnight-buffer-display-time): Use
13211 `with-current-buffer'.
13212
132132000-07-25 Gerd Moellmann <gerd@gnu.org>
13214
13215 * find-dired.el: Update copyright notice.
13216 (find-dired): Offer to kill a running `find'.
13217
13218 * enriched.el (enriched-face-ans): For a `foreground-color'
13219 property, return '(("x-color" COLOR))' so that COLOR will be
13220 output as a parameter of the x-color annotation. Likewise for the
13221 `background-color' property. In the case of normal face
13222 properties, don't return annotations for unspecified foreground
13223 and background face attributes.
13224
132252000-07-25 Kenichi Handa <handa@etl.go.jp>
13226
13227 * language/japan-util.el (japanese-katakana-region): Fix handling
13228 HANKAKU argument.
13229
132302000-07-25 Miles Bader <miles@gnu.org>
13231
13232 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13233 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13234 constrain-to-field.
13235
132362000-07-24 Andrew Innes <andrewi@gnu.org>
13237
13238 * timer.el (timer-activate-when-idle): Add optional parameter
13239 DONT-WAIT. Update docstring.
13240 (run-with-idle-timer): Specify extra parameter to
13241 timer-activate-when-idle, so that timer will be activated
13242 immediately if Emacs is already idle.
13243
13244 * w32-fns.el (w32-using-nt): Fix docstring.
13245
132462000-07-24 Dave Love <fx@gnu.org>
13247
13248 * mouse.el (popup-menu): Set last-command-event.
13249 (mouse-major-mode-menu-prefix): Declare.
13250
132512000-07-24 Gerd Moellmann <gerd@gnu.org>
13252
13253 * textmodes/flyspell.el: Update to author's version 1.5d.
13254
13255 * progmodes/hideshow.el: Update copyright notice.
13256
13257 * vcursor.el: Set maintainer to FSF, since author cannot
13258 be reached.
13259
132602000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13261
13262 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13263 the prompt.
13264
13265 * mouse.el (popup-menu): Run the keymap through indirect-function,
13266 in case it was defined with define-prefix-key. If the menu is a
13267 list of keymaps, look up the binding of user's choice in each one
13268 of the keymaps.
13269 (mouse-popup-menubar): If the global and local menu-bar keymaps
13270 don't have a prompt string, create one and insert it into the
13271 keymap. Don't barf if current-local-map returns nil.
13272
132732000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13274
13275 * dired.el (dired-sort-R-check): Added to allow recursive listing
13276 to be undone.
13277 (dired-sort-other): Use it.
13278
132792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13280
13281 * Release of cc-mode 5.27
13282
132832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13284
13285 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13286 c-beginning-of-statement-1 that caused a bad case of recursion
13287 which could consume a lot of CPU in large classes in languages
13288 that have in-expression classes (i.e. Java and Pike).
13289
13290 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13291 statements before top level constructs (i.e. case 6 is moved
13292 before case 5 and is now case 4) to catch in-expression
13293 classes in top level expressions correctly.
13294
132952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13296
13297 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13298 objc-method-intro. Case 4 removed and case 5I added.
13299
13300 * cc-langs.el (c-append-paragraph-start): New variable used by
13301 c-common-init to get paragraph-start correct.
13302 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13303 initialize paragraph-start to make it correct both with and
13304 without the javadoc special case.
13305
13306 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13307 initialize paragraph-start for javadoc markup.
13308
13309 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13310 change by defaulting this to t. It's motivated by the
13311 confusing behavior that otherwise arise from the style system
13312 when editing both java and non-java files at the same time
13313 (see the comments about style setting in c-common-init).
13314
133152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13316
13317 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13318 similar to the one in c-fill-paragraph to check the fill
13319 prefix from the adaptive fill function for sanity.
13320
133212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13322
13323 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13324 defun block.
13325
a30eb617
DL
133262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13327
13328 * cc-align.el (c-lineup-multi-inher): Handle lines with
13329 leading comma nicely. Extended to handle member initializers
13330 too.
13331
13332 * cc-engine.el: (c-beginning-of-inheritance-list,
13333 c-guess-basic-syntax): Fixed recognition of inheritance lists
13334 when the lines begins with a comma.
13335
a30eb617
DL
13336 * cc-vars.el (c-offsets-alist): Changed default for
13337 member-init-cont to c-lineup-multi-inher since it now handles
13338 member initializers and indents better for leading commas.
13339
133402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13341
13342 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13343 handling that caused class open lines to be recognized as
13344 statement-conts in some cases.
13345
13346 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13347 guessed by the adaptive fill function unless point is on the
13348 first line of a block comment.
13349
13350 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13351 when the buffer ends with a macro continuation char.
13352
13353 * cc-engine.el (c-guess-basic-syntax): Added support for
13354 function definitions as statements in Pike. The first
13355 statement in a lambda block is now labeled defun-block-intro
13356 instead of statement-block-intro.
13357
13358 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13359 so that the class surrounding point is selected, not the one
13360 innermost in the state.
13361
13362 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13363 recognition of switch labels having hanging multiline
13364 statements.
13365
13366 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13367 some code in c-guess-basic-syntax to a separate function.
13368 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13369 recognition of member inits with multiple line arglists.
13370 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13371 member-init-cont when the commas are in funny places.
13372
133732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13374
13375 * cc-defs.el (c-auto-newline): Removed this macro since it's
13376 not used anymore.
13377
13378 * cc-engine.el (c-looking-at-bos): New helper function.
13379 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13380 inexpr and toplevel classes apart in Pike.
13381
13382 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13383 of case 9A.
13384
13385 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13386 constant, since "class" can introduce an in-expression class
13387 in Pike nowadays.
13388
133892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13390
13391 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13392 indentation on cpp-macro lines.
13393
13394 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13395 a syntax modifier like comment-intro, to make it possible to
13396 get syntactic indentation for preprocessor directives. It's
13397 incompatible wrt to lineup functions on cpp-macro, but it has
13398 no observable effect in the 99.9% common case where cpp-macro
13399 is set to -1000.
13400
134012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13402
13403 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13404 member-init-cont when the preceding arglist is several lines.
13405
134062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13407
13408 * cc-styles.el (c-style-alist): The basic offset for the BSD
13409 style corrected to 8.
13410
134112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13412
13413 * cc-styles.el (c-style-alist): Adjusted the indentation of
13414 brace list openers in the gnu style.
13415
134162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13417
13418 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13419
13420 * cc-cmds.el (c-electric-brace, c-electric-slash,
13421 c-electric-star, c-electric-semi&comma, c-electric-colon,
13422 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13423 when c-syntactic-indentation is nil.
13424
13425 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13426 we were left at comments preceding the first statement when
13427 reaching the beginning of the buffer.
13428
13429 * cc-vars.el (c-syntactic-indentation): New variable to turn
13430 off all syntactic indentation.
13431
134322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13433
13434 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13435 between the text and the block comment ender when it hangs,
13436 depending on how many there are before the fill.
13437
134382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13439
13440 * cc-engine.el (c-beginning-of-closest-statement): New helper
13441 function to go back to the closest preceding statement start,
13442 which could be inside a conditional statement.
13443 * cc-engine.el (c-guess-basic-syntax): Use
13444 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13445
13446 * cc-engine.el (c-guess-basic-syntax): Better handling of
13447 arglist-intro, arglist-cont-nonempty and arglist-close when
13448 the arglist is nested inside parens. Cases 7A, 7C and 7F
13449 changed.
13450
13451 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13452 up-to-date with javadoc 1.2.
13453
134542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13455
13456 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13457 multiline Pike type decls.
13458
134592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13460
13461 * cc-cmds.el (c-indent-new-comment-line): Always break
13462 multiline comments in multiline mode, regardless of
13463 comment-multi-line.
13464
134652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13466
13467 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13468 fully::qualified::names in C++ member init lists. Preamble in
13469 case 5D changed.
13470
134712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13472
13473 * cc-langs.el (c-common-init): Handling of obsolete variables
13474 moved to c-initialize-cc-mode. More compatible style override
13475 when using global style variables.
13476 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13477 variables moved here.
13478
a30eb617
DL
13479 * cc-styles.el (c-make-styles-buffer-local): Flag style
13480 variable localness in c-style-variables-are-local-p to make
13481 the compatibility measure in c-common-init work well.
13482
13483 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13484 longer contain set-from-style.
13485 * cc-styles.el (c-initialize-builtin-style): Don't check for
13486 set-from-style on c-special-indent-hook.
13487 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13488 copy-alist is sufficient now.
13489
13490 * cc-styles.el (c-set-style, c-set-style-1,
13491 c-get-style-variables): Fixes to variable initialization so
13492 that duplicate entries in styles have the same effect
13493 regardless of DONT-OVERRIDE.
13494
13495 * cc-styles.el (c-set-style-2): Fixed bug where the
13496 initialization of inheriting styles failed when the
13497 dont-override flag is set.
13498
13499 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13500 on this.
13501
135022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13503
13504 * cc-defs.el (c-forward-comment): Removed the workaround
13505 introduced in 5.38 since it had worse side-effects. If a line
13506 contains the string "//\"", it regarded the // as a comment
13507 start since the \ temporarily doesn't have escape syntax.
13508
eb04d6cd 135092000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13510
13511 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13512 ada-xref.el before ada-prj.el, so that the Project menu is created
13513 when ada-prj tries to add to it.
13514 (ada-activate-keys-for-case): Suppress the characters that are not
13515 part of the Ada syntax. Better compatibility with else-mode
13516 (ada-adjust-case-interactive): When auto-casing is not active,
13517 correctly insert newlines (used to insert only ^M). Prevent the
13518 syntax table from being changed in case of an error
13519 (or '_' becomes part of a word and some commands are confused).
13520 Do nothing if ada-auto-case is nil.
13521 (ada-after-keyword-p): Ignore keywords that are also attributes
13522 (ada-batch-reformat): Update usage comment
13523 (ada-call-from-contextual-menu): New function
13524 (ada-case-read-exceptions): Reinitialize the casing exception list
13525 first to nil first, so that the casing exception file can be
13526 shared.
13527 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13528 files.
13529 (ada-compile-goto-error): Fix regexp used to detect a file:line
13530 anywhere in the error message
13531 (ada-contextual-menu-last-point): New variable
13532 (ada-create-keymap): If the variable delete-key-deletes-forward is
13533 t on XEmacs, it means that DEL should delete one character
13534 forward.
13535 (ada-create-menu): Use :included instead of :visible for XEmacs.
13536 New submenu "Options".
13537 (ada-end-stmt-re): Correctly indent "select ... then abort"
13538 statements.
13539 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13540 even if they don't match ada-fill-comment-prefix Fix handling of
13541 paragraphs on the first or last line of a file.
13542 (ada-format-paramlist): Fix handling of default parameter values.
13543 (ada-get-body-name): New function.
13544 (ada-get-current-indent): Optimized by searchling directly for an
13545 existing generic part or a statement outside of it. Handle
13546 ada-indent-align-comments when indenting comments Replaced some
13547 regexps by testing directly the next character. This results in a
13548 huge speedup on some files. New indentation scheme for renames
13549 statements. Stop looking for the 'while' or 'for' associated with
13550 a 'loop' at the first semicolon encountered. A "return" can also
13551 match an anonymous access subprogram declaration.
13552 (ada-get-indent-noindent): Ignore strings and comments when
13553 looking for the keywords "record" and "private".
13554 (ada-goto-matching-decl-start): When matching "if", make sure we
13555 are not in fact seeing "end if". Ignore "when" statements except
13556 when initial keyword was "begin". Fix handling of nested
13557 procedures. Add a recursive call to this function to skip over
13558 other 'end' statmts. Fix indentation for "when .. => begin"
13559 (ada-in-open-paren-p): Fix indentation for complex boolean
13560 expressions, where 'and then', 'or else' and parenthesis
13561 statements are mixed up.
13562 (ada-in-paramlist-p): Skip comments while searching for the
13563 beginning Fix handling of operator declarations.
13564 (ada-indent-align-comments): New variable
13565 (ada-indent-current): Change the syntax table only in the
13566 protected section, so that we are sure it is restored correctly.
13567 (ada-indent-on-previous-lines): Use ada-use-indent and
13568 ada-with-indent Correctly indent "select ... then"
13569 (ada-indent-region): Slight speedup.
13570 (ada-indent-renames): New variable.
13571 (ada-last-which-function-subprog, ada-last-which-function-line):
13572 New variables
13573 (ada-looking-at-semi-private): Correctly indent the 'private'
13574 keyword when it is the first word in a package declaration.
13575 (ada-loose-case-word): Stop searching if at the end of the buffer.
13576 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13577 even if point is not initially at the end of the word.
13578 (ada-matching-decl-start-re): Add "when".
13579 (ada-mode): Add support for abbrev-mode, outline-mode and
13580 which-func-mode Override the old find-file.el entry in
13581 ff-special-constructs since it is using the obsolete
13582 ada-spec-suffix variable
13583 (ada-no-auto-case): New function
13584 (ada-scan-paramlist): When parsing the argument type, accept
13585 spaces (as in "X 'Class", generated by Rational Rose).
13586 (ada-other-file-name): No longer loads the other file.
13587 (ada-popup-menu): Save and restore the current buffer and cursor
13588 position before and after displaying the menu.
13589 (ada-search-ignore-complex-boolean): New function.
13590 (ada-uncomment-region): Emacs21 already knows how to delete
13591 comments not starting in the first column.
13592 (ada-use-indent): New variable
13593 (ada-which-function): New function.
13594 (ada-with-indent): New variable
13595 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13596 can be batch-compiled from the command line.
13597
13598 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13599 Add to the menu when the file is loaded, not in ada-mode-hook.
13600 Add -toolbar to the default ddd command Switches moved from
13601 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13602 ada-prj-default-comp-opt
13603 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13604 Reference Manual to the menu
13605 (ada-check-current): rewritten as a call to ada-compile-current
13606 (ada-compile): Removed.
13607 (ada-compile-application, ada-compile-current, ada-check-current):
13608 Set the compilation-search-path so that compile.el automatically
13609 finds the sources in src_dir. Automatic scrollong of the
13610 compilation buffer. C-uC-cC-c asks for confirmation before
13611 compiling
13612 (ada-compile-current): New parameter, prj-field
13613 (ada-complete-identifier): Load the .ali file before doing
13614 processing
13615 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13616 conform to gnatmake's behavior.
13617 (ada-find-file-in-dir): New function
13618 (ada-find-references): Set the environment variables for gnatfind
13619 (ada-find-src-file-in-dir): New function.
13620 (ada-first-non-nil): Removed
13621 (ada-gdb-application): Add support for jdb, the java debugger.
13622 (ada-get-ada-file-name): Load the original-file first if not done
13623 yet.
13624 (ada-get-all-references): Handles the new ali syntax (parent types
13625 are found between <>).
13626 (ada-initialize-runtime-library): New function
13627 (ada-mode-hook): Always load a project file when a file is opened,
13628 so that the casing exceptions are correctly read.
13629 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13630 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13631 to open the project file, since the latter does not work with
13632 speedbar Get default values before loading the prj file, or the
13633 default executable file name is wrong. Use the absolute value of
13634 src_dir to initialize ada-search-directories and
13635 compilation-search-path,... Add the standard runtime library to
13636 the search path for find-file.
13637 (ada-prj-default-debugger): Was missing an opening '{'
13638 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13639 variables.
13640 (ada-prj-default-gnatmake-opt): New variable
13641 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13642 buffers, the project file is the default one Save the windows
13643 configuration before displaying the menu.
13644 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13645 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13646 ...) regexp-quote identifiers names to support operators +,
13647 -,... in regexps.
13648 (ada-remote): New function.
13649 (ada-run-application): Erase the output buffer before starting the
13650 run Support remote execution of the application. Use
13651 call-process, or the arguments are incorrectly parsed
13652 (ada-set-default-project-file): Reread the content of the active
13653 project file, not the one from the current buffer When a project
13654 file is set as the default project, all directories are
13655 automatically associated with it.
13656 (ada-set-environment): New function
13657 (ada-treat-cmd-string): New special variable ${current}
13658 (ada-treat-cmd-string): Revised. The substitution is now done for
13659 any ${...} substring
13660 (ada-xref-current): If no body was found, compiles the spec
13661 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13662 compiler to get rid of command line length limitations.
13663 (ada-xref-get-project-field): New function
13664 (ada-xref-project-files): New variable
13665 (ada-xref-runtime-library-specs-path)
13666 (ada-xref-runtime-library-ali-path): New variables
13667 (ada-xref-set-default-prj-values): Default run command now does a
13668 cd to the build directory. New field: main_unit Provide a default
13669 file name even if the current buffer has no prj file.
13670
13671 * ada-prj.el:
13672 Rewritten to show a tabbed-dialog.
13673 (ada-prj-add-ada-menu): Remove the map and name parameters.
13674 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13675 New function
13676 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13677 (ada-prj-load-from-file): New function
13678 (ada-prj-save): Always save fields that depend on the current buffer
13679 (ada-prj-show-value): New function
13680
13681 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13682 Ada mode. This will allow us to display the Ada menu in any buffer
13683 we want (for project items).
13684 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13685 number of spaces in the header.
13686
136872000-07-24 Dave Love <fx@gnu.org>
13688
13689 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13690
136912000-07-23 Noah Friedman <friedman@splode.com>
13692
13693 * type-break.el (type-break): perform autosave.
13694 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13695 (type-break-do-query): Cancel query schedule while performing
13696 actual query, to avoid possibility of a second query being made
13697 while first one is already in progress.
13698 (type-break-time-stamp-format): New variable.
13699 (type-break-time-stamp): New function.
13700 (type-break-time-warning): Use it.
13701 (type-break-keystroke-warning): Use it.
13702 (type-break-noninteractive-query): Use it.
13703
13704 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13705 cookie.
13706 Use add-minor-mode to set minor-mode-alist, if available.
13707 (eldoc-echo-area-use-multiline-p): New user option.
13708 (eldoc-echo-area-multiline-supported-p): New variable.
13709 (eldoc-docstring-format-sym-doc): Use them.
13710 (eldoc-mode): If not using idle timers, append to local post and
13711 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13712 (eldoc-display-message-no-interference-p): Don't interfere with
13713 edebug.
13714 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13715 (eldoc-function-arglist): New function.
13716 (eldoc-function-argstring): Use it.
13717
13718 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13719 auto save directory exists before calling directory-files.
13720
137212000-07-23 Dave Love <fx@gnu.org>
13722
13723 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13724 ^o, ^u.
13725
137262000-07-21 Dave Love <fx@gnu.org>
13727
13728 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13729 now passed to the function. It now works properly.
13730
13731 * smerge-mode.el (smerge-mode-menu): Fill it out.
13732
137332000-07-20 Gerd Moellmann <gerd@gnu.org>
13734
13735 * info-look.el (info-lookup): If *info* is shown in another frame
13736 on the same display, select that frame, instead of switching to
13737 the Info buffer in another window of the selected frame.
13738
13739 * simple.el (universal-argument-map): Bind numeric keypad keys
13740 kp-0 to kp-9 and kp-subtract.
13741 (digit-argument): Handle these keys.
13742
137432000-07-20 Dave Love <fx@gnu.org>
13744
13745 * net/goto-addr.el (goto-address-fontify): Don't bother with
13746 buffer-modified and read-only stuff -- irrelevant with overlays.
13747 Put an extra property on the overlays and use it to clean up in
13748 case goto-address is re-run.
13749
137502000-07-19 Richard M. Stallman <rms@gnu.org>
13751
13752 * timer.el (run-with-idle-timer): Doc fix.
13753
13754 * mail/mail-utils.el (mail-strip-quoted-names):
13755 Handle case where <...> appears inside "...".
13756 Use replace-match to edit the string more simply.
13757 (rmail-dont-reply-to): Cope with an unmatched ".
13758
137592000-07-19 Dave Love <fx@gnu.org>
13760
13761 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13762 implementation.
13763
13764 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13765 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13766 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13767
137682000-07-19 Gerd Moellmann <gerd@gnu.org>
13769
13770 * textmodes/refer.el: Correct maintainer's email address.
13771
13772 * progmodes/hideif.el: Correct author's email address.
13773 Fix typo in comment.
13774
13775 * xml.el: New file.
13776
13777 * mail/mailheader.el: Correct author's mail address.
13778
13779 * gnus/parse-time.el: Correct author's mail address.
13780
137812000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13782
13783 * comint.el (comint-highlight-input, comint-highlight-face):
13784 New user options.
13785 (comint-input-ring-file-name): Change custom type.
13786 (comint-mode-map): Bind mouse-2.
13787 (comint-insert-clicked-input): New function.
13788 (comint-send-input): Handle input highlighting.
13789
137902000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13791
13792 * mouse.el (popup-menu): New function.
13793 (mouse-major-mode-menu): Use it.
13794
137952000-07-18 Dave Love <fx@gnu.org>
13796
13797 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13798 improvements.
13799
138002000-07-18 Gerd Moellmann <gerd@gnu.org>
13801
13802 * faces.el (face-font-selection-order)
13803 (face-font-family-alternatives): Add custom type.
13804
138052000-07-18 Dave Love <fx@gnu.org>
13806
13807 * cus-edit.el (custom-variable-reset-saved)
13808 (custom-variable-reset-standard): Remove unused bindings.
13809
13810 * rect.el (open-rectangle-line): Remove unused let.
13811
13812 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13813
138142000-07-18 Gerd Moellmann <gerd@gnu.org>
13815
13816 * cdl.el: Fix `Maintainer' keyword.
13817
13818 * play/pong.el: Add author's email address.
13819
138202000-07-17 Sam Steingold <sds@gnu.org>
13821
13822 * files.el (insert-directory): Call `split-string' instead of
13823 re-implementing it.
13824
138252000-07-18 Gerd Moellmann <gerd@gnu.org>
13826
13827 * mail/vms-pmail.el: Change maintainer to FSF.
13828
13829 * net/goto-addr.el: Change maintainer to FSF.
13830
13831 * info.el (Info-title-face-alist): Removed.
13832
138332000-07-18 David Ponce <david@dponce.com>
13834
13835 * recentf.el (recentf-open-files): New command that works like
13836 `recentf-open-more-files', but shows the whole list of files (not just
13837 those omitted from the menu). Useful if you don't use a menu-bar!
13838 (recentf-open-more-files) Modified to use `recentf-open-files'.
13839
13840 (recentf-open-files, recentf-open-more-files)
13841 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13842
13843 (recentf-dialog-mode): New mode for dialogs. You can now just type
13844 "q" to cancel the dialogs.
13845
138462000-07-18 David Ponce <david@dponce.com>
13847
13848 * recentf.el: This is a major update of recentf.el. It adds new
13849 features to better organize the recentf menu and "More..." buffer.
13850
13851 Using new provided menu filtering functions you can now organize the
13852 recent files list:
13853
13854 - by major modes
13855 - by directories
13856 - by user defined rules
13857
13858 Finally, with the new `recentf-filter-changer' customizable filter you
13859 can define a ring of filters and dynamically (via the menu) cycle on
13860 each menu organization in the ring (a la msb).
13861
138622000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13863
13864 * eshell/eshell.el (eshell): Replace links to eshell.info with
13865 links to eshell, to avoid problems on systems where the manual is
13866 installed as `eshell'.
13867 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13868 * eshell/em-smart.el (eshell-smart): Ditto.
13869 * eshell/em-banner.el (eshell-banner): Ditto.
13870 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13871
13872 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13873 same-file check in the MS-DOS version (it does support inodes).
13874
13875 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13876
13877 * eshell/eshell.el (eshell-directory-name):
13878 Run default directory name through convert-standard-filename.
13879
138802000-07-18 Kenichi Handa <handa@etl.go.jp>
13881
13882 * international/mule-cmds.el (select-safe-coding-system):
13883 Fix typo in the comment.
13884
13885 * language/european.el (compound-text):
13886 Force katakana-jisx0201 to be designated to G1.
13887
13888 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13889 Don't translate some national variant characters of latin-jisx0201.
13890 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13891
13892 * international/kkc.el (kkc-after-update-conversion-functions):
13893 New variable.
13894 (kkc-update-conversion): Run functions in it at the tail.
13895
138962000-07-16 John Wiegley <johnw@gnu.org>
13897
13898 * lisp/align.el (align-newline-and-indent):
13899 Adding new function. for auto-aligning blocks of code on RET.
13900 (align-region): Fixed badly formatted minibuffer message.
13901
139022000-07-17 Kenichi Handa <handa@etl.go.jp>
13903
13904 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13905 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13906 the conversion list at first if appropriate.
13907 (kkc-next): Don't update kkc-next-count here.
13908 (kkc-prev): Don't update kkc-prev-count here.
13909 (kkc-show-conversion-list-update): Fix setting up of conversion
13910 list message.
13911
139122000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13913
13914 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13915
139162000-07-16 Dave Love <fx@gnu.org>
13917
13918 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13919 function to be more specific.
13920
13921 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13922 non-string help-echo.
13923 (widget-types-convert-widget): Defsubst it.
13924 (widget-echo-help): Try to cope with a help-echo function of two
13925 possible sorts.
13926
139272000-07-15 Jason Rumney <jasonr@gnu.org>
13928
13929 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13930 Declare as obsolete.
13931
13932 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13933
139342000-07-14 Gerd Moellmann <gerd@gnu.org>
13935
13936 * hilit-chg.el: Fix typo.
13937
139382000-07-14 Dave Love <fx@gnu.org>
13939
13940 * info.el (Info-mode-menu): Fix use of :help, :enable.
13941
139422000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13943
13944 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13945
139462000-07-13 Dave Love <fx@gnu.org>
13947
13948 * emacs-lisp/easymenu.el: Doc fixes.
13949 (easy-menu-remove): Defalias to ignore.
13950
13951 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13952 Call throw correctly.
13953
139542000-07-13 Gerd Moellmann <gerd@gnu.org>
13955
13956 * faces.el (frame-background-mode): Doc fix.
13957
13958 * simple.el (eval-expression-print-length): Change custom type to
13959 allow entering nil as value.
13960
139612000-07-13 Dave Love <fx@gnu.org>
13962
13963 * progmodes/fortran.el (fortran-imenu-generic-expression):
13964 Change definition layout.
13965 (fortran-mode-menu): Reinstate customize entries.
13966
13967 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13968 Use :filter, per old XEmacs code.
13969
139702000-07-12 Gerd Moellmann <gerd@gnu.org>
13971
13972 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13973 event when deciding what to send to the terminal.
13974
139752000-07-12 Dave Love <fx@gnu.org>
13976
13977 * cus-start.el: Add optional version as 4th element of specs and
13978 use it for several things new in v21. Remove load-path. Fix type
13979 of line-number-display-limit.
13980
139812000-07-11 Dave Love <fx@gnu.org>
13982
13983 * progmodes/fortran.el: Don't require easymenu.
13984 Use repeat counts in various regexps.
13985 (fortran-mode-syntax-table): Defvar directly.
13986 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13987 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13988 Use defvar, not defconst.
13989 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13990 (fortran-mode): Set fortran-comment-line-start-skip,
13991 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13992 (fortran-comment-indent): Use defsubst.
13993 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13994 Use fortran-comment-indent, not fortran-comment-indent-function.
13995 (fortran-comment-region, fortran-electric-line-number): Simplify.
13996 (fortran-auto-fill): New function.
13997 (fortran-do-auto-fill): Deleted.
13998 (fortran-find-comment-start-skip):
13999 Check for non-null comment-start-skip.
14000 (fortran-auto-fill-mode, fortran-fill-statement):
14001 Use fortran-auto-fill.
14002 (fortran-fill): Use fortran-auto-fill. Check for null
14003 comment-start-skip. Simplify final clause and use end-of-line finally.
14004
14005 * widget.el (widget-plist-member): New alias.
14006
140072000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14008
14009 * eshell/esh-module.el (toplevel): Reference
14010 byte-compile-current-file only if it is bound.
14011
140122000-07-10 Gerd Moellmann <gerd@gnu.org>
14013
14014 * dired.el: Don't require `dired-aux'.
14015
140162000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14017
14018 * dired-aux.el (dired-show-file-type): New function.
14019 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14020 (dired-show-file-type): Add autoload.
14021
140222000-07-10 Kenichi Handa <handa@etl.go.jp>
14023
14024 * international/mule-diag.el (describe-font): Adjusted for the
14025 change of fontset-info.
14026 (print-fontset): Likewise.
14027
140282000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14029
14030 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14031
140322000-07-07 Gerd Moellmann <gerd@gnu.org>
14033
14034 * bindings.el: Bind `[delete]' to delete-char.
14035
14036 * dired.el (dired-find-alternate-file): New function.
14037 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14038 (toplevel): Require dired-aux when compiling.
14039 (dired-buffers): Move defvar within file to avoid compiler warning.
14040
14041 * info.el (Info-last-search): Variable removed.
14042 (Info-search-history): New variable.
14043 (Info-search): New Info-search-history.
14044
14045 * battery.el, info-look.el: Change author's mail address.
14046
140472000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14048
14049 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14050 if rmail-ignored-headers is nil.
14051 (rmail-retry-failure): Bind rmail-ignored-headers and
14052 rmail-displayed-headers to nil.
14053
140542000-07-06 Gerd Moellmann <gerd@gnu.org>
14055
14056 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14057 (print-region-1): Don't hard code `-h' here.
14058
14059 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14060
140612000-07-01 Francesco Potorti` <pot@gnu.org>
14062
14063 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14064 exim can use "your message" instead of "the message".
14065
140662000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14067
14068 * facemenu.el: Docstrings fixes.
14069 (facemenu-get-face): Don't use internal-find-face.
14070 (facemenu-iterate): Rename arg to match the docstring.
14071
14072 * newcomment.el (uncomment-region): Be more careful when skipping
14073 backwards over `=' not to bump into BOBP.
14074
140752000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14076
14077 * ediff-diff.el (ediff-wordify): Use syntax table.
14078 * ediff-init.el (ediff-has-face-support-p): Use
14079 ediff-color-display-p.
14080 (ediff-color-display-p): Use display-color-p, changed to defun
14081 from defsubst.
14082 Got rid of special cases for NeXT and OS/2.
14083 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14084 face.
14085
140862000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14087
14088 * emacs-lisp/lucid.el: Require CL.
14089 (copy-tree, remprop): Remove, it's provided by CL.
14090 (map-keymap): Define in terms of cl-map-keymap.
14091 (extent-property, set-extent-end-glyph): New functions.
14092
14093 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14094
140952000-07-05 Gerd Moellmann <gerd@gnu.org>
14096
14097 * Makefile.in (DONTCOMPILE): Add comment that the name may
14098 not be changed without changing the make-dist script.
14099
14100 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14101 (cl-mapc): Use mapc instead of cl-old-mapc.
14102
141032000-07-05 Andrew Innes <andrewi@gnu.org>
14104
14105 * makefile.nt: Add support for `bootstrap' and related targets.
14106
141072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14108
14109 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14110 (easy-menu-do-define): Use `menu-item' format.
14111 Handle case where easy-menu-create-menu returns a symbol.
14112 Manually call the potential top-level filter in the function binding.
14113 (easy-menu-filter-return): New arg NAME.
14114 Convert to a keymap if MENU is an XEmacs menu.
14115 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14116 (easy-menu-converted-items-table, easy-menu-convert-item):
14117 New var and fun to memoize easy-menu-convert-item-1.
14118 (easy-menu-do-add-item): Use it.
14119 (easy-menu-create-menu): Use easy-menu-convert-item.
14120 Wrap easy-menu-filter-return around any :filter specification.
14121 Don't convert the menu if a filter was specified.
14122 Tell easy-menu-make-symbol not to check for MENU being an expression.
14123 (easy-menu-make-symbol): New arg NOEXP.
14124
141252000-07-05 Gerd Moellmann <gerd@gnu.org>
14126
14127 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14128 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14129 (eval-defun): If called with prefix arg, instrument code for
14130 Edebug.
14131
14132 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14133 similar to that of eval-defun.
14134
141352000-07-04 Dave Love <fx@gnu.org>
14136
14137 * hl-line.el (hl-line-overlay): Make it permanent-local.
14138
14139 * calendar/todo-mode.el: Replaced with a working version, based on
14140 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14141
141422000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14143
14144 * paths.el (prune-directory-list): New function.
14145 (Info-default-directory-list): Rewritten to more methodically
14146 enumerate a big list of possible info directories (based on the
14147 list used by the standalone info reader).
14148
14149 * info.el (info-initialize): Use prune-directory-list to remove
14150 non-existent directories from Info-directory-list.
14151
14152 * paths.el (Info-default-directory-list): Try a list of possible
14153 info-directories instead of a single one. Add the possible
14154 info directory "/usr/share/info".
14155
14156 * woman.el (woman-man.conf-path): Explicitly include the debian
14157 man-db config file "/etc/manpath.config".
14158 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14159 are present in `manpath.config'.
14160 (woman-manpath): Include "/usr/share/man".
14161
141622000-07-03 Gerd Moellmann <gerd@gnu.org>
14163
14164 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14165
14166 * startup.el (command-line): Initialize blink-cursor based
14167 on window-system.
14168
14169 * frame.el (blink-cursor): Default to nil if not running under
14170 a window-system.
14171
14172 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14173 (face-x-resources): Remove duplicate entry for :font.
14174
14175 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14176 instead of cycling through windows with next-window.
14177
14178 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14179 of cycling through windows with next-window.
14180
14181 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14182 of cycling through windows with next-window.
14183
14184 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14185 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14186 instead of cycling through windows with next-window.
14187
14188 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14189 instead of cycling through windows with next-window.
14190
14191 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14192 of cycling through windows with next-window.
14193
14194 * terminal.el (te-process-output): Use walk-windows instead of
14195 cycling through windows with next-window.
14196
14197 * server.el (server-switch-buffer): Use some-window instead of
14198 cycling through windows with next-window.
14199
14200 * window.el (some-window): New function.
14201 (walk-windows): Remove reference to walk-windows-start.
14202
14203 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14204
142052000-07-03 Richard Stallman <rms@gnu.org>
14206
14207 * window.el (walk-windows): Guarantee termination by keeping a list
14208 of all the windows already handled.
14209
142102000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14211
14212 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14213 window-system.
14214
14215 * man.el (Man-notify-when-ready): Don't use window-system. If
14216 Man-notify-method is newframe, and the display is not
14217 multi-frame, select the frame created for the man page.
14218 (Man-init-defvars): Doc fix.
14219
142202000-06-28 Gerd Moellmann <gerd@gnu.org>
14221
14222 * faces.el (region): Change background color for light background.
14223
14224 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14225 attribute from mode-line face of Ediff control frame.
14226
14227 * replace.el (query-replace-map): Bind `e' like `E'.
14228
142292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14230
14231 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14232 Change name to "Select All".
14233
14234 * dos-fns.el (convert-standard-filename): Fix last change.
14235
142362000-06-27 Gerd Moellmann <gerd@gnu.org>
14237
14238 * help.el (describe-variable): Don't insert a second `'s' in front
14239 of the string `value is shown below'. Since the syntax-table is
14240 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14241 an existing `'s', so that this won't be deleted.
14242
14243 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14244 * pcmpl-unix.el: New files.
14245
142462000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14247
14248 * wid-edit.el (widget-member): Use the new plist-member.
14249
142502000-06-26 Gerd Moellmann <gerd@gnu.org>
14251
14252 * replace.el (perform-replace): Undo change of 2000-04-04.
14253 Instead, move backward 1 character at the end of the loop when
14254 necessary.
14255
14256 * faces.el (fringe): Change face for different backgrounds.
14257
14258 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14259 patch from John.
14260
14261 * eshell/*.el: Change spelling of the Free Software Foundation.
14262
14263 * eshell/esh-toggle.el: Removed.
14264
14265 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14266
14267 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14268 interactively.
14269
142702000-06-26 Alex Schroeder <alex@gnu.org>
14271
14272 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14273 `define-key'; instead of checking `(emacs-version)' check for
14274 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14275 for `;' and `o' which might be electric.
14276
14277 (sql-electric-stuff): New user option.
14278 (sql-magic-go): New function which uses `sql-electric-stuff'.
14279 (sql-magic-semicolon): New function which uses
14280 `sql-electric-stuff'.
14281
14282 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14283 is not fboundp.
14284
14285 (sql-oracle-options): New variable.
14286 (sql-oracle): Use it.
14287
14288 (sql-imenu-generic-expression): Doc change.
14289 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14290 is used.
14291
14292 (sql-informix): Added command line parameter "-" to force
14293 sql-informix-program to use stdout.
14294
142952000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14296
14297 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14298 (cp864-decode-table): Doc fix.
14299 (cp720-decode-table): New variable, supports the Arabic OEM
14300 codepage used by Windows.
14301 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14302
143032000-06-23 Dave Love <fx@gnu.org>
14304
14305 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14306 (font-lock-fontify-anchored-keywords): Use
14307 line-beginning-position.
14308 (global-font-lock-mode): Use mapc.
14309
143102000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14311
14312 * eshell/esh-module.el: Require CL when compiling.
14313
143142000-06-23 Gerd Moellmann <gerd@gnu.org>
14315
14316 * comint.el (comint-substitute-in-file-name): Call replace-match
14317 with second and third arg t.
14318
14319 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14320 Specify foreground color.
14321
14322 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14323 color.
14324
14325 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14326
14327 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14328 cddr instead of cdddr.
14329
14330 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14331 instead of copy-list.
14332
14333 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14334 of copy-list.
14335
14336 * subdirs.el: Add eshell subdirectory.
14337
14338 * eshell: New subdirectory containing the Eshell package.
14339
14340 * pcomplete.el: New file.
14341
143422000-06-23 Paul Eggert <eggert@twinsun.com>
14343
14344 * mail/mailpost.el (post-mail-send-it): Make sure file has
14345 proper permissions from birth.
14346
14347 * files.el (basic-save-buffer-2): When temporarily setting
14348 file modes, set them to current modes plus 0200, not to 0777.
14349
14350 * emerge.el (emerge-make-temp-file): Make sure file has proper
14351 permissions from birth.
14352
143532000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14354
14355 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14356 backup file name through convert-standard-filename.
14357
14358 * dos-fns.el (convert-standard-filename): Convert leading
14359 directories as well. When long file names are supported, convert
14360 characters that are invalid in Windows file names.
14361
143622000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14363
14364 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14365 ps-print crashes. New feature: page selection for printing. Create
14366 raw-text-unix coding system for XEmacs. Doc fix.
14367 (ps-print-version): New version number (5.2.3).
14368 (ps-plot-region): Bug fix.
14369 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14370 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14371 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14372 funs.
14373 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14374 (ps-last-page): New vars.
14375
143762000-06-21 Gerd Moellmann <gerd@gnu.org>
14377
14378 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14379 empty option string.
14380
143812000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14382
14383 * man.el (man): Doc fix.
14384
143852000-06-21 Kenichi Handa <handa@etl.go.jp>
14386
14387 * international/mule-cmds.el (set-language-info-alist): Docstring
14388 fixed.
14389
143902000-06-20 Gerd Moellmann <gerd@gnu.org>
14391
14392 * version.el (emacs-version): Use ISO date format.
14393
14394 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14395 instead of `M-backspace'.
14396
14397 * simple.el (turn-off-auto-fill): New function.
14398
143992000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14400
14401 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14402 Renamed from with-buffer-prepared-for-font-lock and use
14403 inhibit-modification-hooks rather than setting *-change-functions.
14404 Update all functions to use the new name.
14405 (jit-lock-first-unfontify-pos): New semantics (and doc).
14406 (jit-lock-mode): Make non-interactive.
14407 Don't automatically turn on font-lock.
14408 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14409 Always use jit-lock-after-change.
14410 Remove and restore font-lock-after-change-function.
14411 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14412 (jit-lock-after-unfontify-buffer): Remove.
14413 (jit-lock-stealth-fontify):
14414 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14415 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14416
144172000-06-20 Sam Steingold <sds@gnu.org>
14418
14419 * emacs-lisp/cl-indent.el (toplevel): Indent
14420 `print-unreadable-object' properly. Untabify.
14421
144222000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14423
14424 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14425 Support for bibentry.
14426 (reftex-compile-variables): Fixed problem with end of section-re.
14427
14428 * texmodes/reftex-dcr.el (reftex-view-crossref,
14429 reftex-view-crossref-from-bibtex):
14430 Deal with changed `reftex-find-citation-regexp-format'.
14431 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14432 Replaced `remprop' with `put'.
14433 (reftex-view-crossref, reftex-view-crossref-when-idle):
14434 Support for bibentry.
14435
14436 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14437 New entry for bibentry package.
14438
14439 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14440 Regexp also matches "\nobibliography".
14441
14442 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14443 Call `reftex-ensure-write-access' before doing anything.
14444 (reftex-ensure-write-access): New function.
14445
144462000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14447
14448 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14449
14450 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14451
14452 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14453
14454 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14455
14456
144572000-06-20 Dave Love <fx@gnu.org>
14458
14459 * faces.el (frame-background-mode): Use set-default, not set, in
14460 setter.
14461 (frame-update-faces, frame-update-face-colors): Define with
14462 defalias.
14463
14464 * enriched.el (enriched-decode-foreground)
14465 (enriched-decode-background): Don't use internal-find-face.
14466
14467 * apropos.el: Doc fixes.
14468
14469 * cus-edit.el (customize-changed-options): Check arg.
14470 (customize-version-lessp): Don't require decimal point.
14471
14472 * custom.el (defcustom, defgroup): Doc fix.
14473
14474 * newcomment.el (comment) <defgroup>: Add :version.
14475 (comment-multi-line): Doc fix.
14476
14477 * emulation/mlsupport.el (define-hooked-local-abbrev,
14478 define-hooked-global-abbrev): Fix, using define-abbrev.
14479
144802000-06-19 Gerd Moellmann <gerd@gnu.org>
14481
14482 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14483 the whole buffer.
14484
144852000-06-19 Dave Love <fx@gnu.org>
14486
14487 * menu-bar.el (menu-bar-options-save): New function.
14488 (menu-bar-options-menu): Use it.
14489 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14490 Simplify.
14491
144922000-06-19 Andreas Schwab <schwab@suse.de>
14493
14494 * progmodes/etags.el (tags-query-replace): Put new parameters
14495 START and END at the end, for backward compatibility.
14496
144972000-06-19 Kenichi Handa <handa@etl.go.jp>
14498
14499 * international/codepage.el:
14500 (cp-coding-system-for-codepage-1): Delete special codes for
14501 generating xxx-dos coding system because now a CCL based coding
14502 system can handle EOL conversion by default.
14503
14504 * international/mule.el (make-coding-system): Generate subsidiary
14505 coding systems for EOL handling variants even for a CCL based
14506 coding system.
14507
145082000-06-19 Kenichi Handa <handa@etl.go.jp>
14509
14510 * international/isearch-x.el (isearch-minibuffer-input-method)
14511 (isearch-minibuffer-input-method-function): These variables
14512 deleted.
14513 (isearch-with-input-method): Don't use the above variables.
14514 (isearch-process-search-multibyte-characters): Likewise. Call
14515 read-string with the arg INHERIT-INPUT-METHOD t.
14516
145172000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14518
14519 * font-lock.el (font-lock-after-fontify-buffer)
14520 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14521
14522 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14523 Use consistent make-local-variable style for font-lock-fontified.
14524 (jit-lock-fontify-buffer):
14525 Don't bother checking for font-lock-mode and jit-lock-mode.
14526
14527 * time.el: Remove trailing ^M that prevent CVS-merging.
14528
145292000-06-16 Gerd Moellmann <gerd@gnu.org>
14530
14531 * Makefile.in (distclean): New target.
14532
145332000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14534
14535 * Makefile.in (srcdir): Define for update-subdirs.
14536
145372000-06-16 Gerd Moellmann <gerd@gnu.org>
14538
14539 * find-lisp.el: New file.
14540
145412000-06-16 Andrew Innes <andrewi@gnu.org>
14542
14543 * time.el (display-time-mail-function): New variable, to allow
14544 external packages to indicate when new mail is available.
14545 (display-time-update): Use it.
14546
145472000-06-16 Kenichi Handa <handa@etl.go.jp>
14548
14549 * international/mule.el (mule-version): Change version name to
14550 SAKAKI. AOI has already been used by Meadow.
14551
14552 * international/quail.el (quail-show-guidance-buf): To find the
14553 bottom window (but minibuffer), pay attention to the height of
14554 minibuffer.
14555
145562000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14557
14558 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14559 menu-bar menus. Add help strings. Don't remove the Edit menu
14560 from the menu bar, as the menu bar has enough space now.
14561
14562 * Makefile.in (SHELL): Make sure /bin/sh is used.
14563
14564 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14565 characters, which use series of two ^H characters instead of one.
14566
145672000-06-15 Gerd Moellmann <gerd@gnu.org>
14568
14569 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14570 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14571 functions.
14572 (Info-find-node-2): Try a case-sensitive search first, then
14573 do a case-insensitive search.
14574
14575 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14576 tutorials.
14577
14578 * complete.el (PC-env-vars-alist): New variable.
14579 (PC-complete-as-file-name): New function.
14580 (partial-completion-mode): Initialize PC-env-vars-alist from
14581 process-environment.
14582 (PC-do-completion): Handle completion of env vars.
14583
14584 * info.el (Info-set-mode-line): Show file name in mode line,
14585 use `*Info*' instead of `Info:'.
14586
14587 * startup.el (command-line-1): Change copyright messages to year
14588 2000.
14589
145902000-06-15 Dave Love <fx@gnu.org>
14591
14592 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14593 not local-map.
14594
145952000-06-15 Kenichi Handa <handa@etl.go.jp>
14596
14597 * international/mule.el (set-buffer-file-coding-system): Almost
14598 rewritten to handle `undecided' as no-op.
14599
146002000-06-14 Gerd Moellmann <gerd@gnu.org>
14601
14602 * Makefile.in: New file.
14603
14604 * Makefile: Removed.
14605
14606 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14607 (goto-address-highlight-keymap): Bind C-c RET.
14608
146092000-06-14 Kenichi Handa <handa@etl.go.jp>
14610
14611 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14612 inherits buffer-file-coding-system of the current buffer.
14613
14614 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14615 0. Give correct argument to set-auto-coding-function.
14616 (tar-expunge): For goto-char, use (point-min), not 0.
14617 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14618 (tar-subfile-save-buffer): Likewize.
14619
14620 * international/mule.el
14621 (after-insert-file-set-buffer-file-coding-system): Call
14622 set-buffer-file-coding-system with the arg FORCE t.
14623
146242000-06-13 Gerd Moellmann <gerd@gnu.org>
14625
14626 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14627 nil. Contemporary sendmails issue an X-Authentication-Warning if
14628 the sender is set with `-f'.
14629
146302000-06-13 Dave Love <fx@gnu.org>
14631
14632 * help.el (describe-function-1): Kluge around cases of functions
14633 fset to subrs whose doc doesn't match their symbol-name.
14634
14635 * image.el (insert-image): Default STRING to a space.
14636
14637 * info.el Doc fixes.
14638 (Info-build-node-completions): Match Ref tags.
14639
146402000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14641
14642 * frame.el (display-multi-frame-p, display-multi-font-p): New
14643 defaliases for display-graphic-p.
14644
14645 * hl-line.el: Fixed a typo in commentary.
14646
146472000-06-13 Kenichi Handa <handa@etl.go.jp>
14648
14649 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14650 fixed.
14651
146522000-06-12 Dave Love <fx@gnu.org>
14653
14654 * image.el (insert-image): Save a little consing.
14655
146562000-06-12 Kenichi Handa <handa@etl.go.jp>
14657
14658 * language/tibet-util.el: Convert all tibetan-1-column characters
14659 to the corresponding tibetan characters.
14660 (tibetan-add-components): Delete code for the special treatment of
14661 'a chung.
14662
14663 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14664 change.
14665 (tibetan-vowel-transcription-alist): More rules added.
14666 (tibetan-composite-vowel-alist): New variable.
14667 (tibetan-precomposition-rule-alist): More rules added.
14668
146692000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14670
14671 * startup.el (command-line): Only call menu-bar-mode if interactive.
14672
14673 * thingatpt.el (toplevel symbol-properties):
14674 * textmodes/makeinfo.el (makeinfo-compile):
14675 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14676 * progmodes/hideif.el (hif-compress-define-list)
14677 (hide-ifdef-use-define-alist):
14678 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14679 (ange-ftp-vms-add-file-entry):
14680 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14681 * man.el (Man-build-man-command):
14682 * mail/rnewspost.el (news-reply-header-hook):
14683 * info.el (Info-insert-dir):
14684 * emulation/mlconvert.el (backward-word, forward-word, setq):
14685 * emacs-lisp/gulp.el (gulp-send-requests):
14686 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14687 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14688 (byte-optimize-apply, end of file):
14689 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14690 (ad-make-freeze-definition):
14691 * startup.el (command-line, command-line-1): Don't quote lambdas.
14692
14693 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14694 (cvs-cleanup-removed): New function.
14695 (cvs-cleanup-functions): New var.
14696 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14697 some flexibility in specifying additional entries to auto-cleanup.
14698 (cvs-quickdir): New function.
14699 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14700 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14701 (cvs-mode-find-file): Check that we are on a filename or dirname
14702 when invoked through a mouse-click.
14703 (cvs-full-path): Remove.
14704 (cvs-dired-action): Re-introduced.
14705 (cvs-dired-noselect): Use it.
14706 (vc-post-command-functions): use this new hook if available.
14707
14708 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14709 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14710 (cvs-filename-map, cvs-dirname-map): Remove.
14711 (cvs-default-action): Remove.
14712 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14713 if the arg is really a keymap.
14714 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14715 Don't hardcode the mapping from state (aka type) to face, but check
14716 the var cvs-fi-<type>-face instead.
14717 (cvs-fileinfo-from-entries): New function.
14718
14719 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14720 Docstring fix.
14721 (cvs-find-file-and-jump): Change default to be safer.
14722 (cvs-mode-diff-map): Define it as a function as well.
14723 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14724 Bind mouse-2 in this global map rather than with text-properties.
14725
14726 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14727 file to resolve the ambiguity between C(conflict) and C(need-merge).
14728
147292000-06-12 Kenichi Handa <handa@etl.go.jp>
14730
14731 * international/mule.el (set-buffer-file-coding-system): If
14732 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14733 unconditionally.
14734
147352000-06-12 Dave Love <fx@gnu.org>
14736
14737 * wid-edit.el (widget-specify-button): Really suppress the face if
14738 required.
14739
147402000-06-11 Gerd Moellmann <gerd@gnu.org>
14741
14742 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14743
147442000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14745
14746 * imenu.el (imenu-generic-expression): Docstring fix.
14747
14748 * composite.el (composition-function-table): Move the `put'
14749 below the autoload cookie so we can load the file before loaddefs.
14750
14751 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14752
14753 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14754 Handle easy-mmode-define-global-mode.
14755 For complex macros like define-minor-mode that can generate
14756 several autoload entries, try to autoload entries in the
14757 macroexpanded code.
14758
14759 * emacs-lisp/easy-mmode.el (define-minor-mode):
14760 If KEYMAP is a symbol, just use it.
14761 Use byte-compile-current-file and load-file-name to infer the
14762 proper :require to pass to defcustom.
14763 Wrap the hook var into `progn' so as not to autoload it.
14764 Add a :autoload-end cookie.
14765 Be more careful about the evaluation of KEYMAP.
14766 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14767 (define-derived-mode): Move define-abbrev-table outside of defvar.
14768
147692000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14770
14771 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14772 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14773 (backup-compiled-files): Ignore errors during `tar'.
14774 (bootstrap): Make autoloads before elc files.
14775
147762000-06-10 Kenichi Handa <handa@etl.go.jp>
14777
14778 * international/mule.el (set-buffer-file-coding-system): If one of
14779 undecided-XXX is specified, change only EOL conversion.
14780
14781 * international/mule-conf.el (unix): New alias for the coding
14782 system undecided-unix.
14783
147842000-06-09 Dave Love <fx@gnu.org>
14785
14786 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14787
14788 * progmodes/executable.el: Byte compile dynamic.
14789 (executable-insert): Change custom type.
14790 (executable-find): Add autoload cookie.
14791 (executable-make-buffer-file-executable-if-script-p): New
14792 function. After Noah Friedman.
14793
14794 * files.el (after-save-hook): Customize, with
14795 executable-make-buffer-file-executable-if-script-p as an option.
14796
147972000-06-09 Kenichi Handa <handa@etl.go.jp>
14798
14799 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14800 "tib24p-mule.bdf" for Tibetan.
14801
14802 * composite.el (decompose-composite-char): Declare it as obsolete.
14803
14804 * man.el (Man-fontify-manpage): Pay attention to underline and
14805 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14806
148072000-06-08 Gerd Moellmann <gerd@gnu.org>
14808
14809 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14810 Set maintainer to FSF since author isn't reachable.
14811
148122000-06-08 Dave Love <fx@gnu.org>
14813
14814 * international/mule-cmds.el (select-safe-coding-system): If
14815 DEFAULT-CODING-SYSTEM is not specified, also check the most
14816 preferred coding-system if buffer-file-coding-system is
14817 `undecided'. From Handa.
14818
148192000-06-08 Kenichi Handa <handa@etl.go.jp>
14820
14821 * international/mule.el
14822 (after-insert-file-set-buffer-file-coding-system): If the buffer
14823 size is greater than INSERTED, judget that we are not visiting.
14824
148252000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14826
14827 * whitespace.el (defgroup whitespace): Comment out `:version'.
14828 XEmacs 20.4 has problems defining the group with this present.
14829 We'll have this commented out till get resolve the problem.
14830
148312000-06-07 John Wiegley <johnw@gnu.org>
14832
14833 * align.el (align-dq-string-modes, align-sq-string-modes)
14834 (align-open-comment-modes): Add pyhton-mode.
14835 (align-rules-list): Use get-text-property instead of
14836 text-properties-at.
14837 (align-rules-list): Add python-assignment.
14838 (align-rules-list): Change perl-comma-delimiter to
14839 basic-comma-delimiter. Use if for Perl modes and python-mode.
14840 (align-rules-list): Add python-chain-logic and
14841 basic-line-continuation.
14842
148432000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14844
14845 * apropos.el (apropos-mode-hook): New user variable.
14846 (apropos-mode): Run apropos-mode-hook.
14847
148482000-06-07 David Ponce <david@dponce.com>
14849
14850 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14851 commands. Require `wid-edit' at run-time.
14852
148532000-06-07 David Ponce <david@dponce.com>
14854
14855 * recentf.el: Added some "Commentary".
14856 (recentf-open-more-files, recentf-edit-list): Minor changes to
14857 move the point at the top of the file list. This behaviour is
14858 consistent with the menu one when the list contains a lot of
14859 files.
14860 (recentf-cleanup): Now displays the number of items removed from
14861 the list.
14862 (recentf-relative-filter) New menu filter to show filenames
14863 relative to `default-directory'.
14864
148652000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14866
14867 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14868 with/without giving an error if PostScript printer doesn't have this
14869 kind of page size. Zebra Stripe continues or restarts on next page.
14870 Manual/automatic paper feeding. Switch or not the header.
14871 (ps-print-version): New version number (5.2.2).
14872 (ps-windows-system): Include emx as a Windows system.
14873 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14874 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14875 (ps-background-text): Code fix.
14876 (ps-error-handler-message, ps-user-defined-prologue)
14877 (ps-print-prologue-header, ps-printer-name)
14878 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14879 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14880 (ps-use-face-background): Customization fix.
14881 (ps-n-up-database): Data fix.
14882 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14883 (ps-switch-header): New vars.
14884 (ps-xemacs-color-name, ps-face-foreground-name)
14885 (ps-face-background-name, ps-boolean-constant): New funs.
14886
148872000-06-07 Dave Love <fx@gnu.org>
14888
14889 * allout.el: New version from Manheimer.
14890
148912000-06-07 Kenichi Handa <handa@etl.go.jp>
14892
14893 * textmodes/fill.el (fill-find-break-point): Check the validity of
14894 charset.
14895
148962000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14897
14898 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14899 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14900 Call display-color-p and display-mouse-p instead of looking at
14901 window-system.
14902
149032000-06-06 Dave Love <fx@gnu.org>
14904
14905 * image.el (find-image): Doc fix. Return nil if image not found.
14906 (put-image, insert-image): Make STRING arg optional.
14907
149082000-06-06 Kenichi Handa <handa@etl.go.jp>
14909
14910 * language/vietnamese.el: Remove eval-when-compile.
14911 (viet-viscii-nonascii-translation-table): Define it as a
14912 translation table made from viet-viscii-decode-table.
14913 (viet-viscii-encode-table): Define it as a translation table made
14914 from the reverse map of above.
14915 (viet-vscii-nonascii-translation-table): Define it as a
14916 translation table made from viet-vscii-decode-table.
14917 (viet-vscii-encode-table): Define it as a translation table made
14918 from the reverse map of above.
14919 (ccl-decode-viscii): Use translate-character.
14920 (ccl-encode-viscii, ccl-encode-viscii-font)
14921 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14922 Likewize.
14923
14924 * language/cyrillic.el: Remove eval-when-compile.
14925 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14926 translation table made from cyrillic-koi8-r-decode-table.
14927 (cyrillic-koi8-r-encode-table): Define it as a translation table
14928 made from the reverse map of above.
14929 (ccl-decode-koi8): Use translate-character.
14930 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14931 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14932 a translation table made from cyrillic-alternativnyj-decode-table.
14933 (cyrillic-alternativnyj-encode-table): Define it as a translation
14934 table made from the reverse map of above.
14935 (ccl-decode-alternativnyj): Use translate-character.
14936 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14937 Likewize
14938
14939 * international/mule-diag.el (non-iso-charset-alist): Specify
14940 translation table symbol instead of translation table itself.
14941 (list-block-of-chars): CHARSET may be a translation table symbol.
14942
14943 * international/mule.el (make-coding-system): If CODING-SYSTEM
14944 already exists, override it.
14945
14946 * international/fontset.el: Use family `proportional' for Tibetan
14947 fonts.
14948
14949 * international/ccl.el (ccl-compile-translate-character): Don't
14950 check if Rrr has property translation-table.
14951 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14952
149532000-06-05 Gerd Moellmann <gerd@gnu.org>
14954
14955 * info.el: Bind case-fold-search to t when searching in case
14956 a user sets it to nil in a hook.
14957
149582000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14959
14960 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14961 * hl-line.el (hl-line-mode): Use the new :global key argument.
14962
14963 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14964 (tar-clip-time-string): Prepend a space.
14965 (tar-grind-file-mode): Construct a string rather than modifying one.
14966 (tar-header-block-summarize): Fix docstring.
14967 Use `format' rather than an error-prone set of copy-loops.
14968
14969 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14970 (diff-goto-source, diff-unified->context, diff-context->unified)
14971 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14972 understand the format output by the `-p' argument to diff.
14973
14974 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14975 (sh-re-done): Use defconst.
14976 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14977 (sh-help-string-for-variable, sh-guess-basic-offset):
14978 Don't quote lambdas.
14979 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14980 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14981
14982 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14983 (mh-letter-mode): Derive from text-mode.
14984 This implicitly means that it now calls kill-all-local-variables.
14985 Also remove the Emacs-18 compatibility code.
14986
14987 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14988 Make use of symbol-property doc-string-elt.
14989 Use memq rather than a sequence of eq.
14990 (doc-string-elt): Fix the wrong or missing previously unused values.
14991 (autoload-print-form): New function extracted from
14992 generate-file-autoloads to allow recursion when handling progn
14993 so that defvar's and defun's docstrings are properly printed.
14994 (generate-file-autoloads): Use it.
14995
14996 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14997 Use find-file-hooks in the minor-mode function.
14998 Be careful not to loop indefinitely in the post-command-hook function.
14999
150002000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15001
15002 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15003 tty's.
15004 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15005 differences whenever appropriate.
15006 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15007 * viper.el (find-file, find-file-other-window): Get viper to do
15008 wildcards.
15009
150102000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15011
15012 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15013 (jit-lock-fontify-buffer): New function for JIT refontification.
15014 (jit-lock-mode): Fix docstring.
15015 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15016 Remove jit-lock-after-change from the _local_ hook.
15017 (jit-lock-function-1): Fix docstring.
15018
15019 * info.el (Info-on-current-buffer): Initialize info.
15020
15021 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15022
15023 * progmodes/tcl.el (tcl-indent-for-comment):
15024 Ignore comment-indent-hook.
15025
15026 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15027 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15028 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15029 and improve to use the lighter to guess the capitalization.
15030 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15031 Add keyword arguments to specify global-ness or the custom group.
15032 Add local-map and help-echo properties to the lighter.
15033 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15034 (easy-mmode-define-global-mode): New macro.
15035
150362000-06-02 Dave Love <fx@gnu.org>
15037
15038 * wid-edit.el: byte-compile-dynamic since we typically don't use
15039 all the widgets. Don't require cl or widget. Remove
15040 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15041 (widget-read-event): Removed. Callers changed to use read-event.
15042 (widget-button-release-event-p): Renamed from
15043 button-release-event-p.
15044 (widget-field-add-space, widget-field-use-before-change):
15045 Uncustomize.
15046 (widget-specify-field): Use keymap property, not local-map.
15047 (widget-specify-button): Obey :suppress-face.
15048 (widget-specify-insert): Use modern backquote syntax.
15049 (widget-image-directory): Renamed from widget-glyph-directory.
15050 (widget-image-enable): Renamed from widget-glyph-enable.
15051 (widget-image-find): Replaces widget-glyph-find.
15052 (widget-button-pressed-face): Move defvar.
15053 (widget-image-insert): Replaces widget-glyph-insert.
15054 (widget-convert): Use keywordp.
15055 (widget-leave-text, widget-children-value-delete): Use mapc.
15056 (widget-keymap): Remove XEmacs stuff.
15057 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15058 (widget-button-click): Don't set point at the click, but re-centre
15059 if we scroll out of window. Rewritten for images v. glyphs &c.
15060 (widget-tabable-at): Use POS arg, not point.
15061 (widget-beginning-of-line, widget-end-of-line)
15062 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15063 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15064 (widget-default-create): Use widget-image-insert; some rewriting.
15065 (widget-visibility-value-create)
15066 (widget-push-button-value-create, widget-toggle-value-create): Use
15067 widget-image-insert.
15068 (checkbox): Create on and off images dynamically.
15069 (documentation-link): Change :help-echo.
15070 (widget-documentation-link-echo-help): Remove.
15071
150722000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15073
15074 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15075
15076 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15077 (easy-mmode-define-toggle, define-minor-mode): Use it.
15078 (easy-mmode-define-keymap): Docstring fix.
15079 (define-derived-mode): Default PARENT to fundamental-mode.
15080 Add the derived-mode-parent symbol-property.
15081 (easy-mmode-derived-mode-p): New function.
15082
150832000-06-02 Dave Love <fx@gnu.org>
15084
15085 * files.el (convert-standard-filename): Doc fix.
15086 (normal-backup-enable-predicate): New function.
15087 (backup-enable-predicate): Use it to replace the lambda form.
15088
15089 * calendar/todo-mode.el: [This needs more work on the outline
15090 stuff.] Doc fixes.
15091 (todo) <defgroup>: Add :version.
15092 (todo-add-category): Don't use pushnew.
15093 (todo-cmd-raise): Fix typo.
15094 (todo-top-priorities): Change temp buffer name.
15095 (todo-category-alist): Avoid redundant lambda.
15096 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15097 Use outline-next-heading.
15098
15099 * autoarg.el: Rewritten to use define-minor-mode.
15100 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15101 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15102
151032000-06-02 Kenichi Handa <handa@etl.go.jp>
15104
15105 * isearch.el (isearch-other-meta-char): Fix previous change.
15106
151072000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15108
15109 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15110 (log-edit-done): Only add the comment to the ring if it's different
15111 from the last comment entered.
15112
15113 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15114
151152000-06-01 Dave Love <fx@gnu.org>
15116
15117 * hl-line.el: Rewritten using define-minor-mode.
15118
15119 * help.el (describe-function-1): Distinguish special form from
15120 builtin function. Sanity-check presence of arglist for builtins.
15121
151222000-06-01 Kenichi Handa <handa@etl.go.jp>
15123
15124 * international/characters.el: Fix syntax/category setting of
15125 Tibetan characters.
15126
15127 * language/tibet-util.el (tibetan-add-components): Fixes for new
15128 encoding of Tibetan characters.
15129 (tibetan-decompose-precomposition-alist): New variable.
15130 (tibetan-decompose-region): Convert precomposed characters to
15131 non-precomposed characters.
15132 (tibetan-decompose-string): Likewise.
15133 (tibetan-composition-function): Fix args to
15134 thibetan-compose-string.
15135
15136 * language/tibetan.el (tibetan-composable-pattern): More
15137 characters included.
15138 (tibetan-consonant-transcription-alist): Rule for "R" added.
15139 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15140 "+R" added.
15141 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15142
15143 * language/lao-util.el (lao-composition-function): Fix args to
15144 compose-string.
15145
15146 * language/thai-util.el (thai-composition-function): Fix args to
15147 compose-string.
15148
15149 * isearch.el (isearch-update): Set disable-point-adjustment to t
15150 to prevent the point moving to the end of a composition when a
15151 part of a composition is searched.
15152 (isearch-other-meta-char): If the key invoking this command can be
15153 mapped by function-key-map to a printing char, call
15154 isearch-process-search-char directly.
15155
151562000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15157
15158 * emacs-lisp/bytecomp.el:
15159 * frame.el:
15160 * international/mule-cmds.el:
15161 * international/mule-util.el:
15162 * international/mule.el:
15163 * mouse.el:
15164 * subr.el:
15165 * faces.el: Update calls to make-obsolete with a WHEN argument.
15166
15167 * byte-run.el (make-obsolete, make-obsolete-variable):
15168 Add an optional WHEN argument and change the format of the
15169 symbol-property information.
15170 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15171 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15172 new obsolete-symbol-property format and print WHEN if it is provided.
15173
151742000-05-31 Dave Love <fx@gnu.org>
15175
15176 * loadhist.el (loadhist-hook-functions): Remove
15177 before-change-function, after-change-function.
15178 (unload-feature): Deal with symbols which are both bound and
15179 fbound.
15180
15181 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15182 before-change-function, after-change-function.
15183
15184 * simple.el (newline): Don't bind before-change-function,
15185 after-change-function.
15186
151872000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15188
15189 * whitespace.el (whitespace-rescan-timer-time): Update interval
15190 set to 600 seconds (10 minutes) instead of 60 seconds since
15191 a large number of whitespace buffers causes emacs to `freeze'
15192 for a considerable amount of time.
15193
15194 * whitespace.el: Updated email address
15195
151962000-05-31 Dave Love <fx@gnu.org>
15197
15198 * add-log.el (change-log-font-lock-keywords) <function>: Add
15199 pattern for function of change.
15200 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15201 acknowledgements patterns.
15202
152032000-05-31 Kenichi Handa <handa@etl.go.jp>
15204
15205 * isearch.el (isearch-printing-char): If keyboard coding system is
15206 being used, call isearch-process-search-multibyte-characters.
15207
15208 * international/isearch-x.el: Mostly rewritten.
15209
15210 * international/quail.el (quail-start-conversion): Don't include
15211 unhandled events in the returned events, but set them in
15212 unread-command-events. Exit if all inputs are deleted.
15213
152142000-05-30 Jason Rumney <jasonr@gnu.org>
15215
15216 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15217
15218 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15219 Reenable code to create initial fontsets.
15220 Use set-fontset-font in place of put-charset-property.
15221
152222000-05-30 Gerd Moellmann <gerd@gnu.org>
15223
15224 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15225 label, ensure that the first colon isn't followed by another.
15226
15227 * paths.el (Info-default-directory-list): Doc fix.
15228
15229 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15230 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15231 send a query containing USER only, not USER@HOST.
15232
15233 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15234 and rmail-msgend to compute the restriction at the end, instead of
15235 computing it.
15236
152372000-05-29 Gerd Moellmann <gerd@gnu.org>
15238
15239 * dabbrev.el (dabbrev-expand): Don't display messages in the
15240 echo area if the minibuffer window is active.
15241
15242 * jit-lock.el (jit-lock-mode): Add after change function to
15243 local hook.
15244
152452000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15246
15247 * antlr-mode.el: New commands: hide/unhide actions,
15248 upcase/downcase literals.
15249 (antlr-tiny-action-length): New user option.
15250 (antlr-hide-actions): New command. Suggested by
15251 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15252 (antlr-mode-map): New binding [C-c C-v].
15253 (antlr-mode-menu): New entries.
15254 (antlr-downcase-literals): New command.
15255 (antlr-upcase-literals): Ditto.
15256
15257 * antlr-mode.el: Minor changes: indendation, mode-name.
15258 (antlr-indent-line): Indent cpp directive at column 0.
15259 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15260
15261 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15262 (antlr-font-lock-additional-keywords): Workaround for intentional
15263 bug in XEmacs version of font-lock.
15264 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15265 be used by a smarter version of `buffers-menu-grouping-function'.
15266
152672000-05-29 Gerd Moellmann <gerd@gnu.org>
15268
15269 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15270 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15271
152722000-05-29 Kenichi Handa <handa@etl.go.jp>
15273
15274 * international/encoded-kb.el
15275 (encoded-kbd-iso2022-designation-map): Pay attention to that
15276 charset-iso-final-char return -1 for eight-bit-control and
15277 eight-bit-graphic.
15278
152792000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15280
15281 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15282 (speedbar-easymenu-definition-base): Use display-graphic-p where
15283 available, instead of window-system.
15284
152852000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15286
15287 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15288 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15289 coding systems.
15290
152912000-05-26 Dave Love <fx@gnu.org>
15292
15293 * disp-table.el (standard-display-underline): Don't use
15294 internal-find-face.
15295
15296 * mail/reporter.el: Maintainer change. Doc fixes.
15297 (reporter-version): Deleted.
15298
15299 * emacs-lisp/elp.el: Maintainer change.
15300 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15301
153022000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15303
15304 * add-log.el (add-change-log-entry): Merge the current entry with the
15305 previous one if the previous one is empty.
15306
153072000-05-26 Dave Love <fx@gnu.org>
15308
15309 * loadhist.el (unload-feature): Fix interactive spec [from
15310 lijnzaad@ebi.ac.uk].
15311
15312 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15313 subr-arity to check primitives.
15314 (byte-compile-flush-pending, byte-compile-file-form-progn)
15315 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15316 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15317 mapcar.
15318
153192000-05-26 Kenichi Handa <handa@etl.go.jp>
15320
15321 * international/fontset.el: Set family names of non-latin charsets
15322 in default fontset to "*".
15323
15324 * international/mule-diag.el (print-fontset): Combine family part
15325 and registry part of the fontname by "-*-" instead of "-".
15326
15327 * international/mule-cmds.el (encode-coding-char): Make strings
15328 multibyte before calling encode-coding-string.
15329
153302000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15331
15332 * derived.el: Fix keywords.
15333 (define-derived-mode): Only define if needed.
15334
15335 * simple.el (fill-comment, comment-column, comment-start)
15336 (comment-start-skip, comment-end, comment-indent-function)
15337 (block-comment-start, block-comment-end, indent-for-comment)
15338 (set-comment-column, kill-comment, comment-padding, comment-region)
15339 (comment-multi-line, indent-new-comment-line): Remove.
15340
15341 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15342 function names for comment operations.
15343
15344 * newcomment.el: Add abundant autoload cookies.
15345 (comment-style): Don't depend on runtime data at compile-time.
15346 (comment-indent-hook): Remove.
15347 (comment-indent): Check if comment-indent-hook is bound.
15348 (comment-region): Docstring fix.
15349
153502000-05-25 Dave Love <fx@gnu.org>
15351
15352 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15353 byte-code-function-p.
15354
15355 * mail/rmailsum.el: Add provide.
15356
15357 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15358
15359 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15360 defcustom.
15361
153622000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15363
15364 * ediff-diff.el (ediff-exec-process): delete --binary option from
15365 non-buffer ediff jobs.
15366
153672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15368
15369 * hilit-chg.el (highlight-changes-mode): Ask about color or
15370 grayscale support, not about window-system.
15371
15372 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15373 window-system.
15374 (ffap-highlight): Always default to t.
15375
15376 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15377 display-popup-menus-p instead of looking at window-system.
15378
15379 * disp-table.el (standard-display-g1, standard-display-graphic):
15380 Only refuse to use string glyphs on X and MS-Windows.
15381
15382 * avoid.el: Remove window-system from commentary, suggest to use
15383 display-*-p instead.
15384
15385 * apropos.el (apropos-print): Use display-mouse-p instead of
15386 window-system.
15387
153882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15389
15390 * international/codepage.el (cp-decoding-vector-for-codepage):
15391 Fill up unsupported characters with their own codes. From Kenichi
15392 Handa.
15393
153942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15395
15396 * international/mule-diag.el (describe-char-after): Use
15397 display-graphic-p instead of window-system, so that this function
15398 works on MS-DOS.
15399
154002000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15401
15402 * international/codepage.el (cp-make-coding-systems-for-codepage):
15403 Remove the eight-bit-graphic and eight-bit-control charsets from
15404 the list of charsets which we convert into `?'.
15405
154062000-05-25 Kenichi Handa <handa@etl.go.jp>
15407
15408 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15409 private charsets.
15410 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15411 japanese-jisx0213-2): New charsets.
15412
15413 * international/fontset.el: Setup default fontset for new charsets.
15414
154152000-05-24 Dave Love <fx@gnu.org>
15416
15417 * info.el (Info-find-node-2): Restructure [following "Vadim
15418 S. Solomin" <sovs@uic.nnov.ru>].
15419
15420 * icomplete.el: Fix header for Finder.
15421
154222000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15423
15424 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15425 STAY.
15426
15427 * rmail.el (rmail-automatic-folder-directives): New user variable.
15428 (rmail-show-message): Add call to `rmail-auto-file' during
15429 display.
15430 (rmail-auto-file): New function.
15431
154322000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15433
15434 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15435 account.
15436 (ediff-test-utility,ediff-diff-mandatory-option)
15437 (ediff-reset-diff-options): Utilities for proper initialization of
15438 ediff-diff-options and ediff-diff3-options on Windows.
15439
15440 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15441 variable.
15442
15443 * ediff-mult.el (ediff-filegroup-action): Use
15444 ediff-merge-filename-prefix.
15445
154462000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15447
15448 * viper-ex.el (ex-write): Set selective display to nil.
15449
154502000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15451
15452 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15453 aliases for hebrew-iso-8bit.
15454
154552000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15456
15457 * woman.el: New version from Francis J. Wright
15458 <F.J.Wright@Maths.QMW.ac.uk>.
15459 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15460 names in environment variables regardless of the path separator.
15461 (woman-topic-all-completions-1): Don't call file-name-directory-p
15462 on all files, since woman-file-regexp already filters out any
15463 directories.
15464
154652000-05-24 Kenichi Handa <handa@etl.go.jp>
15466
15467 * international/quail.el (quail-start-translation): Don't change
15468 modified-p of the current buffer.
15469 (quail-start-conversion): Likewise.
15470
15471 * international/kkc.el (kkc-region): Don't change modified-p of
15472 the current buffer.
15473
15474 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15475 conform to RFC1468.
15476 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15477
154782000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15479
15480 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15481 (speedbar-insert-button): Invisible text property fix.
15482 (speedbar-directory-plus): Renamed from speedbar-directory-+
15483 (speedbar-directory-minus): Renamed from speedbar-directory--
15484 (speedbar-page-plus): Renamed from speedbar-file-+
15485 (speedbar-page-minus): Renamed from speedbar-file--
15486 (speedbar-page): Renamed from speedbar-file-
15487 (speedbar-tag): Renamed from speedbar-tag-
15488 (speedbar-tag-plus): Renamed from speedbar-tag-+
15489 (speedbar-tag-minus): Renamed from speedbar-tag--
15490 (speedbar-expand-image-button-alist): Use above renames.
15491
15492 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15493 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15494 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15495 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15496 * sb-pg.xpm: Renamed from sb-file.xpm
15497 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15498 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15499
155002000-05-24 Kenichi Handa <handa@etl.go.jp>
15501
15502 * international/quail.el (quail-show-guidance-buf): Set
15503 current-input-method of the guidance buffer to the name of the
15504 curren input method.
15505
155062000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15507
15508 * progmodes/compile.el (compile-internal): Style typo.
15509
15510 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15511 quote vars and functions in the docstring.
15512
15513 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15514
15515 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15516 Don't quote lambdas.
15517
15518 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15519
155202000-05-23 Gerd Moellmann <gerd@gnu.org>
15521
15522 * startup.el (command-line): Determine source file of compiled
15523 user init file differently. Warn if compiled user init file
15524 is older than its source file.
15525
15526 * ffap.el (ffap-url-regexp): Add `https'.
15527
155282000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15529
15530 * files.el (make-backup-file-name-1): Replace slashes with `!'
15531 rather than `|' (which is not allowed on Windows). Replace the
15532 drive letters with a string "drive_X".
15533
155342000-05-23 Gerd Moellmann <gerd@gnu.org>
15535
15536 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15537
15538 * files.el (interpreter-mode-alist): Add `bash2'.
15539
155402000-05-22 Dave Love <fx@gnu.org>
15541
15542 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15543 mapc.
15544 (feature-file): Avoid calling symbol-name. Doc fix.
15545 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15546 (loadhist-hook-functions): Add mouse-position-function.
15547 (unload-feature): Change uses of mapcar.
15548
15549 * files.el (parse-colon-path): Doc fix.
15550 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15551 (set-auto-mode): Use mapc.
15552
15553 * complete.el (PC-look-for-include-file): Use :alnum: character
15554 class.
15555 (partial-completion-mode): Add autoload cookie.
15556
155572000-05-22 Sam Steingold <sds@gnu.org>
15558
15559 * info.el (Info-fontify-node): Fixed the call to
15560 `add-text-properties' (bug introduced on 2000-05-18).
15561
155622000-05-22 Dave Love <fx@gnu.org>
15563
15564 * bindings.el: Remove debug-ignored-errors set in other files.
15565
15566 * progmodes/etags.el: Add to debug-ignored-errors.
15567 (visit-tags-table-buffer): Clear out buffers holding old tables
15568 when making a new list.
15569 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15570 mapc.
15571
15572 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15573 quote keywords.
15574 (cmpl-string-case-type): Use character classes.
15575
15576 * comint.el:
15577 * textmodes/ispell.el:
15578 * imenu.el:
15579 * mail/mh-e.el:
15580 * progmodes/compile.el: Add to debug-ignored-errors.
15581
15582 * dabbrev.el: Add to debug-ignored-errors.
15583 (dabbrev-completion): Use mapc.
15584
155852000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15586
15587 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15588 (woman-mapcan, woman-parse-man.conf)
15589 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15590 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15591 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15592 path syntax better.
15593 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15594 (woman-manpath): Call woman-parse-man.conf.
15595 (woman-emulation): New defcustom, defaults to nroff.
15596 (woman-font-support): New defconst.
15597 (woman-use-symbol-font): New defcustom.
15598 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15599 "Emulation".
15600 Many functions: Doc fix.
15601
156022000-05-22 Kenichi Handa <handa@etl.go.jp>
15603
15604 * international/quail.el (quail-simple-translation-keymap): Map
15605 128..255 to quail-self-insert-command.
15606 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15607
156082000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15609
15610 * help.el (help-manyarg-func-alist): Typo.
15611
15612 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15613 intervals which makes it heaps simpler.
15614
15615 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15616 the nested comment markers.
15617
15618 * subr.el (remove-hook): Don't turn the hook's value into a list.
15619
156202000-05-21 Dave Love <fx@gnu.org>
15621
15622 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15623 are invalid characters.
15624
15625 * international/mule-util.el (detect-coding-with-priority): Use
15626 mapc. Remove redundant lambda.
15627
15628 * international/mule-diag.el (list-non-iso-charset-chars)
15629 (describe-fontset): Remove redundant lambda.
15630
15631 * emulation/crisp.el (brief-mode): New alias.
15632
15633 * emacs-lisp/ring.el (ring-elements): New function.
15634
15635 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15636 (easy-menu-do-add-item): Use keywordp.
15637
15638 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15639
15640 * replace.el: Doc and error message fixes.
15641 (replace-highlight): Use facep, not internal-find-face.
15642
156432000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15644
15645 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15646
15647 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15648 (log-edit-insert-changelog): Drop `:' as well.
15649
15650 * log-view.el: Fix file description.
15651 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15652 available.
15653 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15654 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15655
15656 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15657 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15658 Print a status message if the toggle is called interactively.
15659 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15660 for global minor modes and use `defcustom' for them.
15661 Use add-minor-mode.
15662 (easy-mmode-define-derived-mode): Remove.
15663 (define-derived-mode): Fancier default docstring.
15664 (easy-mmode-define-navigation): Signal an error rather than (ding).
15665
15666 * newcomment.el (comment-styles): New `box-multi'.
15667 (comment-normalize-vars): Better default for comment-continue to
15668 avoid whitespace-only continuations.
15669 (comment-search-forward): Always move even in the no-syntax case.
15670 (comment-padright): Only obey N if it's only obeyed for padleft.
15671 (comment-make-extra-lines): Better handling of empty continuations.
15672 Use `=' for the filler if comment-start has only one character.
15673 (uncomment-region): Try handling the special `=' filler.
15674 (comment-region): Allow LINES even if MULTI is nil.
15675 (comment-box): Choose box style based on comment-style.
15676
156772000-05-20 Kenichi Handa <handa@etl.go.jp>
15678
15679 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15680 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15681
156822000-05-20 Kenichi HANDA <handa@etl.go.jp>
15683
15684 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15685 and insert, not subst-char-in-region.
15686
15687 * international/mule-diag.el (list-character-sets-1): Handle
15688 charsets eight-bit-control and eight-bit-graphic.
15689 (list-iso-charset-chars): Likewise.
15690 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15691 charactes as is. Use indent-to to align characters.
15692
15693 * international/mule-cmds.el (find-multibyte-characters): Never
15694 exclude charsets eight-bit-control and eight-bit-graphic.
15695
156962000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15697
15698 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15699 Don't quote lambdas.
15700
15701 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15702
157032000-05-19 Gerd Moellmann <gerd@gnu.org>
15704
15705 * gud.el (gud-jdb-directories): Doc fix.
15706
157072000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15708
15709 * newcomment.el: New file.
15710
157112000-05-19 Gerd Moellmann <gerd@gnu.org>
15712
15713 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15714
157152000-05-18 Andreas Schwab <schwab@suse.de>
15716
15717 * dired.el (dired-between-files): Also skip lines beginning with
15718 `used'.
15719
157202000-05-18 Gerd Moellmann <gerd@gnu.org>
15721
15722 * msb.el (msb-menu-cond): Add choice `user'.
15723
157242000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15725
15726 * ps-print.el: Compatibility, customization and doc fix.
15727 (ps-printer-name-option): Replace defconst by defvar.
15728 (ps-postscript-code-directory): XEmacs compatibility.
15729 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15730 fix.
15731 (ps-user-defined-prologue, ps-print-prologue-header)
15732 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15733 compatibility and code fix.
15734 (ps-print-background-image, ps-print-background-text):
15735 Customization fix.
15736 (ps-line-number-start, ps-n-up-on): New vars.
15737
157382000-05-18 Espen Skoglund <esk@ira.uka.de>
15739
15740 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15741 the indent-comment function to just return the appropriate indent.
15742
157432000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15744
15745 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15746 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15747 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15748
157492000-05-18 Dave Love <fx@gnu.org>
15750
15751 * info.el (Info-fontify-node): Add intangible property as well as
15752 invisible.
15753
15754 * calendar/appt.el (appt-make-list): Match all lines of entry.
15755 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15756
157572000-05-18 Kenichi Handa <handa@etl.go.jp>
15758
15759 * international/mule-diag.el (describe-char-after): Call
15760 internal-char-font, not char-font. If internal-char-font returns
15761 nil, display "-- none --".
15762
157632000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15764
15765 * image.el (image-type-available-p): Don't reference image-types
15766 if it isn't bound.
15767
157682000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15769
15770 * autoarg.el (autoarg-mode): Typo in the :set argument.
15771
157722000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15773
15774 * startup.el (command-line-1): Don't signal an error if the
15775 directory for auto-save-list files does not yet exist.
15776
157772000-05-17 Kenichi Handa <handa@etl.go.jp>
15778
15779 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15780
157812000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15782
15783 * subr.el (remove-hook): `setq' hook-value, not `set'.
15784
157852000-05-16 Sam Steingold <sds@gnu.org>
15786
15787 * info.el (debug-ignored-errors): More errors to ignore.
15788
157892000-05-16 Dave Love <fx@gnu.org>
15790
15791 * cus-edit.el: Don't require cl or easymenu.
15792 (custom-variable-prompt): Test standard-value property, not
15793 user-variable-p.
15794
157952000-05-16 Sam Steingold <sds@gnu.org>
15796
15797 * subr.el (add-hook): `setq' hook-value, not `set'.
15798
157992000-05-16 Gerd Moellmann <gerd@gnu.org>
15800
15801 * startup.el (command-line-1): Mention the FAQ in the startup
15802 message.
15803
15804 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15805
15806 * progmodes/compile.el (compilation-parse-errors): Collect
15807 `nomessage' regexps last.
15808
15809 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15810
15811 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15812 to the function name.
15813
158142000-05-15 Dave Love <fx@gnu.org>
15815
15816 * speedbar.el (speedbar-recenter): Typo.
15817 (speedbar-expand-line): Make arg optional.
15818 (speedbar-mode): Avoid a compiler warning.
15819
158202000-05-15 Gerd Moellmann <gerd@gnu.org>
15821
15822 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15823 user-specified option string is empty.
15824
15825 * mouse.el (mouse-yank-at-click): Doc fix.
15826
158272000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15828
15829 * term/internal.el (IT-character-translations): More updates of
15830 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15831 documents.
15832
158332000-05-15 Gerd Moellmann <gerd@gnu.org>
15834
15835 * env.el (getenv): New function, interactively callable.
15836 (setenv, getenv): Remove autoload cookies.
15837
15838 * loadup.el: Load `env'.
15839
15840 * progmodes/f90.el: Change author's mail address.
15841
158422000-05-14 Dave Love <fx@gnu.org>
15843
15844 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15845 goto-addr as an option.
15846
15847 * help.el (help-xref-stack): Doc fix.
15848 (help-xref-following): New variable.
15849 (help-make-xrefs): Use it.
15850 (help-xref-go-back): Use position information from stack element.
15851 (help-follow): Make position in stack element a pair. Use
15852 help-xref-following.
15853
15854 * autoarg.el: New file.
15855
15856 * faces.el: Declare more functions obsolete.
15857
15858 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15859 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15860 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15861 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15862 Remove all the setup-...-environment functions.
15863
158642000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15865
15866 * speedbar.el: Updated the commentary section. xemacs20p now uses
15867 >= when detecting. Require `defimage' safely.
15868 (speedbar-easymenu-definition-base): Add toggle for images.
15869 (speedbar-easymenu-definition-special): Add flush cache & expand.
15870 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15871 (speedbar-reconfigure-keymaps-hook): New variable.
15872 (speedbar-frame-parameters): Updated documentation.
15873 (speedbar-use-imenu-flag): Updated custom tag
15874 (speedbar-dynamic-tags-function-list): New variable.
15875 (speedbar-tag-hierarchy-method): Updated doc & custom.
15876 (speedbar-indentation-width, speedbar-indentation-width) New
15877 variables.
15878 (speedbar-hide-button-brackets-flag): Customizable.
15879 (speedbar-vc-indicator): Doc update.
15880 (speedbar-ignored-path-expressions): Updated default value.
15881 (speedbar-supported-extension-expressions): Updated default value.
15882 (speedbar-syntax-table): Remove {} paren status.
15883 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15884 as "+". Added overlay aliases.
15885 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15886 `force-mode-line-update'.
15887 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15888 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15889 `mouse-set-point'
15890 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15891 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15892 of arbitrary text, and new helper functions.
15893 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15894 filename finder.
15895 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15896 (speedbar-directory-buttons): Update path search/expansion.
15897 (speedbar-make-tag-line): Pay attention to
15898 `speedbar-indentation-width'. Use more care w/ invisible
15899 properties.
15900 (speedbar-change-expand-button-char): Call
15901 `speedbar-insert-image-button-maybe'.
15902 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15903 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15904 (speedbar-trim-words-tag-hierarchy)
15905 (speedbar-simple-group-tag-hierarchy): New functions
15906 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15907 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15908 functions.
15909 (speedbar-mouse-set-point): New function
15910 (speedbar-power-click): Updated documentation.
15911 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15912 of tag prefix text.
15913 (speedbar-expand-line, speedbar-contract-line): Make more robust
15914 to strange text.
15915 (speedbar-expand-line): Takes universal argument to flush the
15916 cache.
15917 (speedbar-flush-expand-line): New function.
15918 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15919 Use new generator insertion method.
15920 (speedbar-fetch-dynamic-tags): New function.
15921 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15922 `speedbar-fetch-dynamic-imenu'.
15923 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15924 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15925 "Revert Buffer" menu items.
15926 (speedbar-buffer-buttons-engine): Be smarter when creating a
15927 filename tag (for expansion purposes.).
15928 (speedbar-highlight-one-tag-line,
15929 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15930 (speedbar-recenter): New functions.
15931 (defimage-speedbar): Image loading abstraction.
15932 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15933 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15934 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15935 (speedbar-tag-type, speedbar-tag-mail): New images.
15936 (speedbar-expand-image-button-alist): New variable.
15937 (speedbar-insert-image-button-maybe): Insert an image over some
15938 buttons.
15939
159402000-05-13 Kenichi Handa <handa@etl.go.jp>
15941
15942 * international/mule-cmds.el (encode-coding-char): An ASCII
15943 character is always encodable.
15944
15945 * international/mule-conf.el: Add more information in descriptions
15946 of character sets.
15947
15948 * international/mule-diag.el (describe-char-after): New function.
15949 (describe-font-internal): Adjusted for the change of font-info.
15950 (describe-font): Likewise.
15951 (print-fontset): Rewritten for the new fontset implementation.
15952 (describe-fontset): Include fontset alias names in completion.
15953 (list-fontsets): Adjusted for the change of print-fontset.
15954
15955 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15956 describe-char-after instead of displaying the detail in the echo
15957 area.
15958 (syntax-code-table): Format changed.
15959 (string-to-syntax): Adjusted for the above change.
15960
159612000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15962
15963 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15964
159652000-05-12 Dave Love <fx@gnu.org>
15966
15967 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15968 dependence. Use line-{beginning,end}-position, not
15969 point-at{b,e}ol. Some doc fixes.
15970 (todo-position): New function. Fix callers of position to use it.
15971 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15972
159732000-05-12 Gerd Moellmann <gerd@gnu.org>
15974
15975 * time.el (display-time-mail-icon): Use `:ascent center'.
15976
15977 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15978 handling FTP security extensions.
15979
159802000-05-11 Dave Love <fx@gnu.org>
15981
15982 * calendar/todo-mode.el: New file.
15983
159842000-05-11 Gerd Moellmann <gerd@gnu.org>
15985
15986 * comint.el (comint-read-input-ring): Move reference to
15987 comint-input-ring-size outside of the save-excursion. It was
15988 causing the default value to be the only one ever seen.
15989
15990 * font-lock.el: Update copyright. Remove Simon Marshall's email
15991 address on request from him.
15992
15993 * subr.el (substitute-key-definition): Add comment describing
15994 the meaning of PREFIX.
15995
159962000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15997
15998 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15999
16000 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16001 (add-minor-mode): Don't make the variable buffer-local and add a
16002 reference to define-minor-mode in the docstring.
16003
16004 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16005 HEADER/FOOTER and fix bug with trailing empty directory.
16006 (cvs-append-to-ignore): Use vc-editable-p if available.
16007 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16008 (vc-do-command): Tweak advice to handle the new VC.
16009
16010 * log-view.el (log-view-goto-rev): New function for the new VC.
16011 (log-view-minor-wrap): Use mark-active.
16012
16013 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16014 (log-edit-changelog-full-paragraphs): New var.
16015 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16016 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16017 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16018 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16019 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16020 Replace the `cvs' prefix with `log-edit'.
16021
16022 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16023
16024 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16025 (diff-font-lock-defaults): Explicitly turn off multiline.
16026 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16027 (diff-ediff-patch): Fix call to ediff-patch-file.
16028 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16029 Handle comments.
16030
16031 * frame.el (automatic-hscrolling): Typo.
16032
16033 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16034
160352000-05-09 Sam Steingold <sds@goems.com>
16036
16037 * apropos.el (apropos-print): use `describe-face' instead of
16038 `customize-face-other-window'.
16039
160402000-05-09 Dave Love <fx@gnu.org>
16041
16042 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16043
16044 * help.el (describe-variable): Have customize button pop the
16045 help-xref stack when invoked.
16046 (help-xref-symbol-regexp): Add `face'.
16047 (help-make-xrefs): Check for quoted face names and adapt regexp
16048 submatch numbers to cope.
16049 (help-xref-interned): Maybe insert face doc too. Separate
16050 sections with a line of hyphens.
16051
16052 * faces.el: Some doc fixes. Declare some functions obsolete.
16053 (describe-face): Add customize button. Return the help
16054 text. Fix prompt.
16055
160562000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16057
16058 * term/internal.el (IT-character-translations): Fix last change.
16059
160602000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16061
16062 * woman.el: New file
16063 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16064
160652000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16066
16067 * term/internal.el (IT-character-translations): Update ASCII
16068 simulations for greek-iso8859-7, add latin-iso8859-14 and
16069 latin-iso8859-15.
16070
16071 * international/mule-cmds.el (set-language-info-alist): Call
16072 define-prefix-command with 3 arguments, to make the map suitable
16073 for a menu.
16074
160752000-05-07 Dave Love <fx@gnu.org>
16076
16077 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16078
160792000-05-05 Dave Love <fx@gnu.org>
16080
16081 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16082 list in doc string. Don't quote keyword symbols.
16083 * emacs-lisp/cl.el: Likewise
16084 * emacs-lisp/cl-seq.el: Likewise
16085
160862000-05-05 Gerd Moellmann <gerd@gnu.org>
16087
16088 * abbrev.el (abbrev-mode): Make ARG optional.
16089
160902000-05-04 Gerd Moellmann <gerd@gnu.org>
16091
16092 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16093
16094 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16095
16096 * subr.el (substitute-key-definition): Clarify documentation.
16097
160982000-05-04 Milan Zamazal <pdm@freesoft.cz>
16099
16100 * glasses.el (glasses-convert-to-unreadable): Use
16101 `glasses-separator' instead of the hard-wired "_".
16102 (glasses-mode): Call `glasses-make-unreadable' only in a single
16103 place.
16104
161052000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16106
16107 * term/internal.el (cjk-codepages-alist): Add associations for
16108 Chinese and Korean codepages. Remove FIXME comment.
16109
161102000-05-03 Dave Love <fx@gnu.org>
16111
16112 * time.el (display-time-mail-face, display-time-use-mail-icon):
16113 New option.
16114 (display-time-mail-icon): New variable.
16115 (display-time-string-forms): Use the above. Fix the local-map.
16116
161172000-05-03 Gerd Moellmann <gerd@gnu.org>
16118
16119 * replace.el (query-replace-map): Add binding for `E'.
16120 (query-replace-help): Extend help text.
16121 (perform-replace): Allow editing the replacement string.
16122
16123 * make-mode.el (makefile-mode-abbrev-table): New variable.
16124 (makefile-mode): Set local abbrev table to
16125 makefile-mode-abbrev-table.
16126 (makefile-font-lock-keywords): Fontify includes and conditionals.
16127
16128 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16129 set TOGGLE's value.
16130
16131 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16132 mail-interactive-insert-alias.
16133 (mail-abbrev-complete-alias): New command.
16134 (mail-mode-map): Bind it to `M-TAB'.
16135
161362000-05-03 Kenichi Handa <handa@etl.go.jp>
16137
16138 * language/lao-util.el (lao-compose-region): New function.
16139
161402000-05-02 Gerd Moellmann <gerd@gnu.org>
16141
16142 * files.el (recover-session): Make directories as necessary
16143 if they don't exist yet.
16144
16145 * calendar/cal-french.el
16146 (french-calendar-multibyte-special-days-array)
16147 (french-calendar-special-days-array): Change French text.
16148 (calendar-french-date-string): Change output.
16149 (calendar-goto-french-date): Likewise.
16150
161512000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16152
16153 * wid-edit.el (widget-default-active): Obey `:always-active'.
16154 (widget-documentation-string-value-create): Set `:always-active'.
16155
161562000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16157
16158 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16159 default prefix to `~/_emacs.d/auto-save.list/_s'.
16160 (normal-top-level): Create the directory for auto-save files, if
16161 it doesn't already exist (in the ms-dos case only).
16162
161632000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16164
16165 * international/mule-cmds.el (set-language-environment): Don't
16166 concat an integer (dos-codepage), use format instead.
16167
161682000-05-02 Dave Love <fx@gnu.org>
16169
16170 * help.el (help-xref-on-pp): Check for constant symbols.
16171
161722000-04-29 Gerd Moellmann <gerd@gnu.org>
16173
16174 * startup.el (normal-top-level): Put a condition-case around
16175 the code loading subdirs.el.
16176
161772000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16178
16179 * ps-print.el: Upside-down and face background color printing,
16180 line number step, doc fix.
16181 (ps-print-version): New version number (5.2).
16182 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16183 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16184 (ps-spool-config): Var fix.
16185 (ps-printer-name-option): Const fix.
16186 (ps-print-upside-down, ps-use-face-background)
16187 (ps-line-number-step): New vars.
16188 (ps-window-system, ps-lp-system): New consts.
16189 (ps-face-background): New fun.
16190
161912000-04-28 Richard Stallman <rms@gnu.org>
16192
16193 * files.el (make-auto-save-file-name):
16194 Apply auto-save-file-name-transforms to visited file name
16195 before generating auto save file name.
16196 (auto-save-file-name-transforms): New variable.
16197
16198 * files.el (backup-enable-predicate):
16199 Correctly test for a file under a temporary directory.
16200
162012000-04-28 Gerd Moellmann <gerd@gnu.org>
16202
16203 * subr.el (add-minor-mode): Rewritten.
16204
162052000-04-28 Kenichi Handa <handa@etl.go.jp>
16206
16207 * mail/sendmail.el (sendmail-send-it): Set
16208 buffer-file-coding-system to the selected coding system for MIME
16209 header.
16210
162112000-04-27 Gerd Moellmann <gerd@gnu.org>
16212
16213 * dired.el (dired-move-to-filename-regexp): Allow format where
16214 YYYY is followed by two spaces.
16215
16216 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16217 in the second character class of the regexp.
16218
16219 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16220 mh-etc, too.
16221
16222 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16223 nil.
16224
16225 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16226
16227 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16228 argument.
16229
162302000-04-27 Sen Nagata <sen@eccosys.com>
16231
16232 * emacs-lisp/crm.el (crm-completion-table): New variable.
16233 (crm-collection-fn, crm-test-completion)
16234 (completing-read-multiple): Use it.
16235
162362000-04-27 Dave Love <fx@gnu.org>
16237
16238 * help.el (locate-library): Use mapc.
16239 (help-manyarg-func-alist): Add call-process-region.
16240
162412000-04-26 Gerd Moellmann <gerd@gnu.org>
16242
16243 * subr.el (add-minor-mode): Make argument MAP optional.
16244
16245 * desktop.el (desktop-save): Save list of minor modes.
16246 (desktop-create-buffer): Restore minor modes.
16247 (desktop-minor-mode-table): New user-option.
16248
16249 * subr.el (add-minor-mode): New function.
16250
16251 * image.el (find-image): New function.
16252 (defimage): Rewritten to find image at load time.
16253
16254 * startup.el (normal-top-level-add-to-load-path): Handle
16255 case that the default directory is not in load-path.
16256
16257 * help.el: Old patch from Stefan Monnier.
16258 (help-xref-on-pp): New function.
16259 (describe-variable): Use it to display xrefs in a symbol's value.
16260
162612000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16262
16263 * cus-edit.el (custom-face): Fix parenthesis.
16264
162652000-04-26 Kenichi Handa <handa@etl.go.jp>
16266
16267 * mail/rmail.el (rmail-expunge): When there are no deleted
16268 messages, do nothing.
16269
162702000-04-26 Dave Love <fx@gnu.org>
16271
16272 * international/mule-cmds.el (locale-translation-file-name):
16273 Defvar to nil.
16274 (set-locale-environment): Set it here (at runtime).
16275
162762000-04-25 Gerd Moellmann <gerd@gnu.org>
16277
16278 * replace.el (perform-replace): Add parameters START and END. Use
16279 them instead of the check for a region in Transient Mark mode.
16280 (query-replace-read-args): Return two more list elements for the
16281 start and end of the region in Transient Mark mode.
16282 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16283 (map-query-replace-regexp, replace-string, replace-regexp): Add
16284 optional last arguments START and END and pass them to
16285 perform-replace.
16286
16287 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16288 form with additional arguments for perform-replace.
16289
16290 * progmodes/etags.el (tags-query-replace): Add parameters START
16291 and END. Construct a form with additional arguments for
16292 perform-replace.
16293
16294 * simple.el (shell-command): Set default directory for "*Shell
16295 Command Output" buffer.
16296
16297 * language/european.el (iso-latin-4): Fix typo.
16298
16299 * emacs-lisp/crm.el: New file.
16300
163012000-04-24 Dave Love <fx@gnu.org>
16302
16303 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16304 (Custom-reset-saved, Custom-reset-standard)
16305 (custom-group-value-create, custom-group-set, custom-group-save)
16306 (custom-group-reset-current, custom-group-reset-saved)
16307 (custom-group-reset-standard): Use mapc.
16308 (custom-buffer-create-internal): Disable undo when creating items.
16309 Use mapc.
16310 (custom-face): Avoid redundant lambda.
16311
163122000-04-24 Gerd Moellmann <gerd@gnu.org>
16313
16314 * startup.el (auto-save-list-file-prefix): Set default to
16315 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16316
163172000-04-24 Sam Steingold <sds@gnu.org>
16318
16319 * time-stamp.el (time-stamp-string-preprocess): Always convert
16320 `field-result' to a string.
16321
163222000-04-24 Gerd Moellmann <gerd@gnu.org>
16323
16324 * frame.el (scrolling): New group.
16325 (automatic-hscrolling): New user-option.
16326
16327 * startup.el (command-line-x-option-alist): Add `-lsp' and
16328 `--line-spacing'.
16329
163302000-04-19 Dave Love <fx@gnu.org>
16331
16332 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16333 (cl-mapc): Rename from mapc. Fix the funcall.
16334
163352000-04-19 Gerd Moellmann <gerd@gnu.org>
16336
16337 * simple.el (clone-indirect-buffer-other-window): New command.
16338 (clone-indirect-buffer): Add optional arg NORECROD.
16339 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16340
16341 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16342
16343 * window.el (count-screen-lines): New function.
16344 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16345 instead of window-buffer-height.
16346
16347 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16348 non-existing variable comint-input-sentinel.
16349 (inferior-lisp-args-to-list): Removed.
16350 (inferior-lisp): Use split-string instead of
16351 inferior-lisp-args-to-list.
16352
16353 * hexl.el (hexl-insert-hex-string): New command.
16354
16355 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16356 instead of concat.
16357
163582000-04-18 Gerd Moellmann <gerd@gnu.org>
16359
16360 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16361 at the start of an existing but empty folder.
16362
163632000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16364
16365 * ps-mule.el: Customization fix, doc fix.
16366 (ps-multibyte-buffer): Customization fix.
16367
163682000-04-17 Richard M. Stallman <rms@gnu.org>
16369
16370 * subr.el (read-passwd): Use read-char-exclusive.
16371
163722000-04-17 Gerd Moellmann <gerd@gnu.org>
16373
16374 * textmodes/texinfo.el (texinfo-insert-@email)
16375 (texinfo-insert-@emph, texinfo-insert-@quotation)
16376 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16377 (texinfo-mode-map): Add key bindings for them.
16378
16379 * files.el (basic-save-buffer-2): Use a template with `$'
16380 instead of `#' for VMS.
16381
16382 * simple.el (clone-indirect-buffer): New function.
16383
163842000-04-16 Stephen Eglen <stephen@gnu.org>
16385
16386 * iswitchb.el (iswitchb-case): New function. If the user input
16387 contains any upper-case characters, the search is made
16388 case-sensitive.
16389
163902000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16391
16392 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16393 comment-end.
16394 (texinfo-font-lock-syntactic-keywords): New var.
16395 (texinfo-font-lock-keywords): Remove comment regexp.
16396 (texinfo-insert-block): New function.
16397 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16398 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16399 and font-lock-defaults. Use regexp-opt for outline-regexp.
16400 (texinfo-environments): New var.
16401 (texinfo-environment-regexp): Use regexp-opt and
16402 texinfo-environments.
16403
16404 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16405 ispell-process is bound since this might be eval'd before ispell
16406 is loaded.
16407 (ispell-message): Use a tiny bit less magic and a bit more hard
16408 data to figure out what kind of sc-cite-regexp to use.
16409
16410 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16411
16412 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16413 (insert-cyclic-diary-entry): Unquote the lambda.
16414
16415 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16416
16417 * files.el (backup-enable-predicate): Unquote the lambda.
16418
16419 * cus-edit.el (custom-face, face): Unquote the lambda.
16420
164212000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16422
16423 * ps-print.el: Check for line-beginning-position definition.
16424
16425 * ps-print.el: Fix counting lines in a region.
16426 (ps-print-version): New version number (5.1.5).
16427 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16428 (ps-printing-region): Fun code fix.
16429
164302000-04-15 Gerd Moellmann <gerd@gnu.org>
16431
16432 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16433 to file-directory-p.
16434
164352000-04-14 Gerd Moellmann <gerd@gnu.org>
16436
16437 * gud.el (gud-jdb-build-source-files-list): Check that directory
16438 exists before calling directory-files.
16439
164402000-04-13 Dave Love <fx@gnu.org>
16441
16442 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16443 syntax.
16444
16445 * emacs-lisp/cl-specs.el: Remove when, unless.
16446
16447 * emacs-lisp/cl-extra.el: Don't quote keywords.
16448 (cl-old-mapc): New variable.
16449 (mapc): Use it.
16450 (cl-map-intervals): Use with-current-buffer. Don't check for
16451 next-property-change.
16452 (cl-map-overlays): Use with-current-buffer.
16453 (cl-expt): Remove.
16454 (copy-tree, remprop): Define unconditionally.
16455
16456 * emacs-lisp/cl-compat.el (keywordp): Remove.
16457
16458 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16459 to use keywordp.
16460 (edebug-spec): Enable keywordp.
16461
16462 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16463 string-lessp.
16464
16465 * cus-start.el: Use keywordp.
16466
164672000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16468
16469 * diary-lib.el (include-other-diary-files): Fix the fix of
16470 2000-02-18 by doing a save-excursion.
16471
164722000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16473
16474 * ps-print.el: Customization fix, doc fix.
16475 (ps-print-version): New version number (5.1.4).
16476 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16477 (ps-print-preprint): Adjust code.
16478 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16479 (ps-print-prologue-header, ps-print-control-characters)
16480 (ps-spool-config): Customization fix.
16481
164822000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16483
16484 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16485 converted to the new menu-item format, names silightly changed,
16486 help strings added.
16487
16488 Support for spelling without async subprocesses:
16489
16490 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16491 (ispell-session-buffer): New variables.
16492 (ispell-start-process, ispell-process-status,
16493 ispell-accept-output, ispell-send-string): New functions, for
16494 Ispell invocation when async subprocesses aren't supported.
16495 (ispell-word, ispell-pdict-save, ispell-command-loop,
16496 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16497 to process-send-string with calls to ispell-send-string, and
16498 accept-process-output with ispell-accept-output.
16499 (ispell-init-process): Call ispell-process-status instead of
16500 process-status with.
16501 (ispell-init-process): Call ispell-start-process. Call
16502 ispell-accept-output and ispell-send-string. Don't call
16503 process-kill-without-query and kill-process if they are unbound.
16504 (ispell-async-processp): New function.
16505
165062000-04-12 Dave Love <fx@gnu.org>
16507
16508 * info.el: Add debug-ignored-errors.
16509 (Info-mode-menu): Add some items.
16510 (Info-directory): Add autoload cookie.
16511
16512 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16513 Modify `truncate-lines'. Make `describe-language-environment'
16514 always visible and add help. Modify `describe-key' help. Invoke
16515 Info-directory from `info'. New entry `emacs-manual'.
16516
165172000-04-10 Gerd Moellmann <gerd@gnu.org>
16518
b291c86c
SM
16519 * progmodes/ebrowse.el (ebrowse-tree-mode):
16520 Use propertized-buffer-identification.
a30eb617
DL
16521 (ebrowse-update-member-buffer-mode-line): Likewise.
16522 (ebrowse--mode-strings): Removed.
16523 (ebrowse--mode-line-props): Removed.
16524
16525 * files.el (auto-mode-alist): Add `EBROWSE'.
16526
16527 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16528 space before testing for end of buffer.
16529 (ebrowse-load): Removed.
16530 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16531 (ebrowse-create-tree-buffer): Rewritten.
16532 (ebrowse-tree-mode): Read tree from buffer.
16533
16534 * progmodes/ebrowse-ffh.el: Removed.
16535
165362000-04-10 Kenichi Handa <handa@etl.go.jp>
16537
16538 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16539
165402000-04-10 Gerd Moellmann <gerd@gnu.org>
16541
16542 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16543 at the wrong place.
16544
165452000-04-09 Dave Love <fx@gnu.org>
16546
b291c86c
SM
16547 * files.el (backup-enable-predicate):
16548 Use temporary-file-directory, small-temporary-file-directory.
16549 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16550 (make-backup-file-name-1): New function.
16551 (make-backup-file-name): Use it.
b291c86c 16552 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16553 (file-newest-backup): Use make-backup-file-name.
16554
165552000-04-09 Gerd Moellmann <gerd@gnu.org>
16556
16557 * progmodes/ebrowse-ffh.el: New file.
16558
86f6474c
SM
16559 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16560 Moved to ebrowse-ffh.el.
a30eb617
DL
16561 (ebrowse-load): Add autoload.
16562
16563 * finder.el (finder-commentary): Add autoload cookie.
16564
16565 * mail/rfc2368.el: Correct author's email address.
16566
16567 * progmodes/ebrowse.el: New file.
16568
16569 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16570 item help string.
16571 (easy-menu-do-add-item): Ditto.
16572 (easy-menu-define): Extend doc string.
16573
86f6474c 16574 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16575 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16576 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16577 with-buffer-unmodified.
16578
165792000-04-08 Dave Love <fx@gnu.org>
16580
16581 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16582 unless, when.
16583
165842000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16585
16586 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16587 (viper-flash-search-pattern): No operation when using Emacs
16588 doesn't support face.
16589 Use `viper-put-on-search-overlay'.
16590
165912000-04-04 Gerd Moellmann <gerd@gnu.org>
16592
16593 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16594 like C-r.
16595
16596 * progmodes/make-mode.el: Some doc fixes.
16597 (makefile-mode-abbrev-table): New variable.
16598 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16599 (makefile-font-lock-keywords): Fontify includes and conditionals.
16600 (toplevel): Require `dabbrev' and `add-log' when compiling.
16601
16602 * replace.el (perform-replace): Don't move forward one char
16603 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16604 to do that because it leaves point 1 position after the last
16605 replacement, after everything has been replaced.
16606
16607 * jit-lock.el (with-buffer-unmodified): New macro.
16608 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16609 modified state.
16610 (jit-lock-function-1): Extracted from jit-lock-function; not
16611 preserving buffer's modified state.
86f6474c
SM
16612 (jit-lock-function, jit-lock-stealth-fontify):
16613 Call jit-lock-function-1.
a30eb617
DL
16614
16615 * mail/rfc2368.el: Remove supernumerary copyright line.
16616
166172000-04-04 Milan Zamazal <pdm@freesoft.cz>
16618
16619 * glasses.el: Provide facilities for inserting space before left
16620 parentheses and uncapitalization of identifiers.
16621 (glasses-mode): Try to remove old overlays in all cases.
16622
166232000-04-03 Gerd Moellmann <gerd@gnu.org>
16624
16625 * progmodes/compile.el (compile-internal): Display the compilation
16626 buffer in a different frame, if it's already displayed there.
16627
16628 * mail/rfc2368.el: New file.
16629
16630 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16631 header and insert its value as mail body.
16632
16633 * subr.el (member-ignore-case): New function.
16634
16635 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16636 (dabbrev--find-expansion): Ignore buffers matching a regexp
16637 from dabbrev-ignored-regexps.
16638
16639 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16640 to extensions handled by gzip.
16641
166422000-04-03 Richard M. Stallman <rms@gnu.org>
16643
16644 * files.el (insert-directory): List the total free space
16645 along with the used space.
16646
16647 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16648 line is followed by one that matches CITATION-REGEXP, end the
16649 paragraph.
16650
166512000-04-03 Markus Rost <rost@delysid.gnu.org>
16652
16653 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16654 (rmail-make-basic-summary-line): Use that option.
16655
166562000-04-03 Kenichi Handa <handa@etl.go.jp>
16657
16658 * international/mule-cmds.el (encoded-string-description):
16659 Rewritten. Try pretty description for ISO 2022 escape sequences
16660 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16661 for hexadecimal format.
16662
166632000-04-01 Dave Love <fx@gnu.org>
16664
16665 * cpp.el: Change customization group to `c' from `C'.
16666
16667 * vcursor.el (vcursor-move): Use display-color-p.
16668
16669 * international/mule-util.el: Provide mule-utils.
16670 (string-to-sequence): Simplify and speed up.
16671
16672 * international/mule.el (make-coding-system): Purecopy doc-string.
16673
16674 * international/mule-cmds.el: Various menu changes.
16675 (describe-specified-language-support): Handle `Default'.
16676 (set-language-info): Purecopy `info'.
16677
166782000-03-31 Andrew Innes <andrewi@gnu.org>
16679
16680 * vc.el (vc-backend-diff): Return the correct status if we had to
16681 retry the rcsdiff command without the --brief option.
16682
166832000-03-31 Dave Love <fx@gnu.org>
16684
16685 * help.el (help-manyarg-func-alist): Correct several omissions.
16686
16687 * add-log.el: Don't require cl, fortran.
16688 (add-log-current-defun-function): Doc fix.
86f6474c 16689 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16690 (change-log-version-rcs): Function deleted.
86f6474c
SM
16691 (change-log-version-number-search): Doc fix.
16692 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16693 (add-change-log-entry): Just call add-log-current-defun to get
16694 defun. Simplify somewhat.
16695 (change-log-get-method-definition-1): Likewise.
16696 (add-log-current-defun): Return nil if calling
16697 add-log-current-defun-function does so. Move Fortran stuff to
16698 fortran.el. Return string without properties.
16699
16700 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16701 and :alpha: char classes.
16702
16703 * mail/supercite.el: Defvar curline when compiling.
16704 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16705 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16706 rather than a-zA-Z0-9 to allow non-ASCII characters.
16707
167082000-03-31 Gerd Moellmann <gerd@gnu.org>
16709
16710 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16711
16712 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16713 Re-enable new code.
16714
16715 * lpr.el (print-region-1): Use -d to specify printer name for
16716 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16717
167182000-03-31 Dave Love <fx@gnu.org>
16719
86f6474c
SM
16720 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16721 Look for function definition in symbol's function value slot first
a30eb617
DL
16722 instead of first consulting byte-compile-function-environment.
16723
167242000-03-31 Kenichi Handa <handa@etl.go.jp>
16725
16726 * language/european.el ("Polish"): New language environment.
16727 (setup-polish-environment): New function.
16728
167292000-03-30 Gerd Moellmann <gerd@gnu.org>
16730
16731 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16732 Disable new code.
16733
16734 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16735 trying to `load' the symbol of an autoload instead of the file
16736 recorded in the autoload. Fix error messages.
16737
167382000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16739
16740 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16741 (ps-print-version): New version number (5.1.3).
16742 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16743 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16744 (ps-generate-postscript-with-faces): Code fix.
16745 (ps-color-values): XEmacs compatibility.
16746 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16747 (ps-default-fg, ps-default-bg): Adjust customization.
16748 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16749 (ps-color-scale): Renaming old ps-color-value fun.
16750 (ps-print-headers): Replace ps-print-header group to avoid conflict
16751 with ps-print-header variable.
16752 (ps-print-miscellany): New group.
16753 (ps-format-color, ps-rgb-color): New funs.
16754 (ps-default-foreground): New var.
16755 (ps-printer-name-option): New const.
16756
167572000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16758
16759 * net/net-utils.el:
16760 (network-connection-host, network-connection-service): New variables
16761 (network-connection-mode): New mode, derived from comint-mode
16762 (network-connection-mode-setup): New function, saves host and
16763 service information in local variables.
16764
16765 * lisp/locate.el:
16766 (locate-word-at-point): Added this function
16767 (locate): Default to using locate-word-at-point as input
16768 Run dired-mode-hook
16769
167702000-03-29 Dave Love <fx@gnu.org>
16771
16772 * calendar/appt.el: Doc fixes.
16773 (appt-check): Convert min-to-app to a string before passing to
16774 appt-disp-window-function or concat.
16775 (appt-delete-window): Remove test for frame-root-window.
16776 (appt-select-lowest-window, appt-convert-time): Simplify.
16777
16778 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16779 (byte-compile-file-form-autoload):
16780 Update byte-compile-function-environment.
a30eb617
DL
16781
167822000-03-29 Andreas Schwab <schwab@suse.de>
16783
86f6474c 16784 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16785
16786 * dired.el (dired-insert-directory): If dired-free-space-program
16787 failed just delete its output.
16788
167892000-03-29 Dave Love <fx@gnu.org>
16790
16791 * international/iso-cvt.el: Move provide to end. Doc fixes.
16792 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16793 (iso-iso2sgml, iso-sgml2iso): New functions.
16794 (iso-cvt-define-menu): Fix some entries and use backquote for
16795 clarity.
16796
16797 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16798
167992000-03-28 Gerd Moellmann <gerd@gnu.org>
16800
16801 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16802 ISO-DATE. If non-nil, return date in ISO 8601 format.
16803
168042000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16805
16806 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16807 if it ever becomes used.
16808 (log-edit-mode-hook): Default to vc-log-mode-hook.
16809 (log-edit-mode): Fix the docstring.
16810
16811 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16812 the code.
16813
168142000-03-26 Dave Love <fx@gnu.org>
16815
16816 * net/browse-url.el (browse-url): Re-fix case of
16817 browse-url-browser-function being an alist.
16818 (browse-url): Add :link to defgroup.
16819
16820 * files.el: Doc fixes.
16821 (file-truename): Include `[' in wildcard characters.
16822 (automount-dir-prefix): Customize.
16823 (find-file-wildcards): Add :version.
16824 (find-file-noselect): Simplify a mapcar call.
16825
16826 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16827 compatible with inf-lisp version.
16828 (eval-defun-1): Fix custom-declare-variable case.
16829
168302000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16831
16832 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16833
168342000-03-24 Gerd Moellmann <gerd@gnu.org>
16835
16836 * Makefile (COMPILE_FIRST): New macro.
16837 (compile-files): Compile files from COMPILE_FIRST first.
16838
86f6474c 16839 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16840
16841 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16842 matching open parenthesis in column 0 to defun-prompt-regexp
16843 only if open-paren-in-column-0-is-defun-start is set.
16844
16845 * sun-curs.el: Require CL at compile-time only.
16846
16847 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16848 instead of copy-list which is a function from CL.
16849 (msb--choose-menu, msb--mode-menu-cond)
16850 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16851 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16852 (msb--aggregate-alist): Use mapcar instead of mapcan.
16853 Fix `(' in column 0 in doc string.
a30eb617
DL
16854 (msb--add-separators): Use mapcar instead of mapcan.
16855
16856 * cus-dep.el: Require CL at compile-time only.
16857
168582000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16859
16860 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16861 (byte-compile-warnings): New warning `noruntime'.
16862 (byte-compile-constants, byte-compile-variables): Fix docstring.
16863 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16864 execute `eval-whenc-compile's body.
16865 (byte-compile-unresolved-functions): Fix docstring.
16866 (byte-compile-eval): New function.
16867 (byte-compile-callargs-warn): Check if the function will be available
16868 at runtime (via property `byte-compile-noruntime').
16869 (byte-compile-print-syms): New function.
16870 (byte-compile-warn-about-unresolved-functions): Also warn about
16871 `noruntime' functions (and use `byte-compile-print-syms').
16872 (byte-compile-file): Capitalize the message.
16873
168742000-03-24 Gerd Moellmann <gerd@gnu.org>
16875
16876 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16877 (rmail-expunge): Ask for confirmation depending on the setting
16878 of rmail-confirm-expunge.
16879
168802000-03-23 Gerd Moellmann <gerd@gnu.org>
16881
16882 * Makefile (bootstrap-clean): If $(emacs) exists, build
16883 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16884 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16885
168862000-03-23 Dave Love <fx@gnu.org>
16887
16888 * net/browse-url.el: Restore previous use of
16889 browse-url-maybe-new-window.
16890
168912000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16892
16893 * ps-print.el: Skip banner page fix.
16894 (ps-print-version): New version number (5.1.2).
16895 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16896
168972000-03-23 Dave Pearson <davep@davep.org>
16898
16899 * net/quickurl.el Changed the type of parameter passed to the
16900 function defined by `quickurl-format-function'. Before only the
16901 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16902 and the function is responsible for extracting the parts it requires.
16903 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16904 (quickurl-insert): Changed the `funcall' of
16905 `quickurl-format-function' to match the above change.
16906 (quickurl-list-insert): Changed the `url' case so that it makes
16907 use of `quickurl-format-function', previous to this the format was
16908 hard wired.
16909
169102000-03-22 Gerd Moellmann <gerd@gnu.org>
16911
16912 * startup.el: Change some spellings for the X Window System.
16913
169142000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16915
86f6474c
SM
16916 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16917 Clean up the code and the regexp and make sure the cursor is
16918 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16919
169202000-03-22 Jason Rumney <jasonr@gnu.org>
16921
16922 * w32-fns.el (w32-charset-info-alist): Initialize.
16923
169242000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16925
16926 * ps-print.el: N-up last page fix.
16927 (ps-print-version): New version number (5.1.1).
16928 (ps-end-file, ps-end-job, ps-generate): Code fix.
16929
169302000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16931
16932 * files.el (find-file-run-dired): Update docstring.
16933 (find-directory-functions): New hook.
16934 (find-file-noselect): Run find-directory-functions rather than
16935 calling dired directly.
16936
16937 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16938
16939 * pcvs.el: Add a minimal leading commentary.
16940 (cvs-make-cvs-buffer): Change the header part by removing the startup
16941 message and adding a `Module' entry. Also replace the FOOTER and
16942 HEADER special fileinfos with the new support in ewoc for updating
16943 its own footer and header.
16944 (cvs-update-header): Update to use the header/footer of the ewoc.
16945 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16946 (cvs-is-within-p): New function.
16947 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16948 to only examine some subset of the buffers.
16949
16950 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16951 `format' instead of our own ad-hoc functions.
16952 Remove HEADER and FOOTER cases, now handled in the EWOC.
16953 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16954
16955 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16956 output to avoid scaring the user.
16957 (cvs-parse-table): Catch message for non-up-to-date commits.
16958
16959 * pcvs-defs.el (cvs-startup-message): Remove.
16960 (cvs-global-menu): New autoloaded menu.
16961
16962 * pcvs-util.el (cvs-string-fill): Remove.
16963
16964 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16965 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16966 PP part of it and also make it work for footers and headers.
16967 (ewoc-create): Drop POS and BUFFER arguments.
16968 Use the DLL's dummy node to store the end-of-footer position.
16969 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16970 (ewoc-refresh): Remove unused `header' variable.
16971 (ewoc-(get|set)-hf): New functions.
16972
16973 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16974 log-view-*-(message|file) and use easy-mmode-define-navigation.
16975 (log-view-message-re): Match SCCS format as well.
16976 And match the revision line rather than the dashed separator line.
16977 (log-view-mode): Use the new define-derived-mode.
16978 (log-view-current-tag): Fill in with an actual implementation.
16979
16980 * cvs-status.el (cvs-status-(prev|next)): Rename from
16981 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16982 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16983 to let the output "breathe" a little more (more readable).
16984 (cvs-status-mode): Use the new define-derived-mode.
16985
16986 * smerge-mode.el (smerge-auto-leave): New function and variable.
16987 (smerge-basic-map): Rename from smerge-basic-keymap.
16988 Change the bindings for smerge-diff-*.
16989 (smerge-*-map): Use easy-mmode-defmap.
16990 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16991 (smerge-keep-*): Use smerge-auto-leave.
16992
169932000-03-21 Jason Rumney <jasonr@gnu.org>
16994
16995 * cus-edit.el (custom-button-face): Use 3D look for w32.
16996 (custom-button-pressed-face): Likewise.
16997
169982000-03-21 Gerd Moellmann <gerd@gnu.org>
16999
17000 * progmodes/etags.el (tags-case-fold-search): New user-option.
17001 (tags-loop-eval): New function. Bind case-fold-search around eval
17002 depending on the value of tags-case-fold-search.
17003 (tags-loop-continue): Use tags-loop-eval.
17004 (find-tag-in-order): Bind case-fold-search depending on the value
17005 of tags-case-fold-search.
17006
170072000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17008
86f6474c 17009 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17010 (diff-end-of-hunk): Return the end position for use in
17011 `easy-mmode-define-navigation'.
17012 (diff-recenter): Remove.
17013 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17014 of `easy-mmode-define-navigation'.
17015 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17016 previous renaming) and fix to use new names.
17017 (diff-merge-strings): Use \n as separator: simpler, faster.
17018 (diff-mode): Use `define-derived-mode'.
17019
17020 * derived.el (define-derived-mode): Don't autoload anymore.
17021 Prefer the macro-only version provided by easy-mmode.el.
17022
17023 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17024 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17025 (easy-mmode-define-navigation): New macro.
17026
17027 * subr.el (combine-run-hooks): New function.
17028
170292000-03-21 Kenichi HANDA <handa@etl.go.jp>
17030
17031 * term/x-win.el: Fontsets related initialization is simplified.
17032
17033 * international/mule-diag.el (describe-font): Don't refer to
17034 global-fontset-alist, instead call font-list.
17035 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17036 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17037
86f6474c
SM
17038 * international/fontset.el (x-charset-registries): Variable removed,
17039 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17040 (register-alternate-fontnames): Function removed.
17041 (resolved-ascii-font): Variable removed.
17042 (x-compose-font-name): Ignore the second argument REDOCE.
17043 (x-complement-fontset-spec): Complement only an ASCII font and
17044 element for those charsets than can use that ASCII font.
17045 (generate-fontset-menu): Don't refer to global-fontset-alist,
17046 instead call fontset-list.
17047 (uninstantiated-fontset-alist): Variable removed.
17048 (x-style-funcs-alist): Likewise.
17049 (fontset-default-styles): Likewise.
17050 (x-modify-font-name): Function removed.
86f6474c 17051 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17052 (create-fontset-from-ascii-font): Docsting adjusted for the above
17053 change.
17054 (instantiate-fontset, resolve-fontset-name): Functions removed.
17055 (fontset-list): Now implemented by C code.
17056
17057 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17058 (describe-face): Include `font' attribute in the description.
17059
170602000-03-21 Kenichi Handa <handa@etl.go.jp>
17061
17062 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17063
170642000-03-20 Gerd Moellmann <gerd@gnu.org>
17065
17066 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17067 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17068 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17069
17070 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17071 about behavior of set-buffer-modified-p wrt redisplay.
17072
170732000-03-19 Richard M. Stallman <rms@gnu.org>
17074
17075 * view.el (view-mode-disable): Kill local binding of view-read-only.
17076
170772000-03-18 Gerd Moellmann <gerd@gnu.org>
17078
86f6474c 17079 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17080 is a string, convert it to a syntax cell using string-to-syntax.
17081
17082 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17083 (string-to-syntax): New function.
17084
17085 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17086 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17087 try to use passive ftp mode.
17088
170892000-03-17 Gerd Moellmann <gerd@gnu.org>
17090
17091 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17092
17093 * simple.el (append-to-buffer): Update point of windows after
17094 insertion.
17095
17096 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17097 forward then moving backward. Reindent.
17098
17099 * frame.el (other-frame): Call x-focus-frame only if
17100 focus-follows-mouse is off.
17101
171022000-03-17 Dave Love <fx@gnu.org>
17103
86f6474c 17104 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17105
171062000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17107
17108 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17109 regexp for labels cannot span several lines.
17110
17111 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17112 `(setq :<key> ':<key>)' to the macro expansion.
17113
171142000-03-16 Dave Love <fx@gnu.org>
17115
17116 * progmodes/f90.el (f90): Put custom group under `languages', not
17117 `fortran'.
17118 (f90-mode-hook): Customize.
17119 (f90-mode): Set add-log-current-defun-function.
17120 (f90-current-defun): New function.
17121
171222000-03-16 Gerd Moellmann <gerd@gnu.org>
17123
17124 * cus-edit.el (custom-variable-tag-face): Handle case that
17125 default face's height is not a number.
17126 (custom-face-tag-face, custom-group-tag-face-1)
17127 (custom-group-tag-face): Ditto.
17128 (custom-group-tag-face-1): Add :group.
17129
17130 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17131
171322000-03-15 Gerd Moellmann <gerd@gnu.org>
17133
17134 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17135 requiring easymenu.
17136
171372000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17138
17139 * ps-print.el: PostScript user-defined prologue, PostScript error
17140 handler, doc fix.
17141 (ps-print-version): New version number (5.1).
17142 (ps-user-defined-prologue, ps-error-handler-message)
17143 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17144 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17145 (ps-insert-string): New function.
17146
171472000-03-15 Kenichi Handa <handa@etl.go.jp>
17148
17149 * international/ccl.el (ccl-compile-expression): Don't generate
17150 invalid self-assignment code.
17151
171522000-03-14 Dave Love <fx@gnu.org>
17153
17154 * subr.el (replace-regexp-in-string): Renamed from
17155 replace-regexps-in-string. Doc fix.
17156
171572000-03-12 Dave Love <fx@gnu.org>
17158
17159 * cus-edit.el: Doc fixes.
86f6474c 17160 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17161 (custom-variable-tag-face, custom-face-tag-face)
17162 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17163 style which user identify as hyperlink.
17164 (hook): Don't add undefined functions to the hook.
17165 (debug-ignored-errors): Transfer message from bindings.el.
17166
171672000-03-12 Gerd Moellmann <gerd@gnu.org>
17168
86f6474c
SM
17169 * recentf.el (recentf-keep-non-readable-files-p):
17170 Remove double/nested definition.
a30eb617
DL
17171
171722000-03-12 Dave Love <fx@gnu.org>
17173
17174 * facemenu.el (facemenu-get-face): Use display-color-p.
17175 * enriched.el (enriched-decode-foreground): Likewise.
17176 (enriched-decode-background): Likewise.
17177 * isearch.el (isearch-highlight): Likewise.
17178 * info-look.el (info-lookup): Likewise.
17179 * simple.el (completion-setup-function): Likewise.
17180
17181 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17182 :options.
17183
17184 * bindings.el (mode-line-format): Fix line-number and
17185 column-number items. Add help-echo for the background.
17186 (mode-line-mule-info): Modify help-echo.
17187
17188 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17189
17190 * files.el (load-file): Allow completion to .elc.
17191
17192 * man.el: Doc fixes.
17193 (Man-init-defvars): Use display-color-p to set fontification.
17194
17195 * play/hanoi.el (hanoi-internal): Don't use oddp.
17196
171972000-03-12 Gerd Moellmann <gerd@gnu.org>
17198
17199 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17200
17201 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17202
172032000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17204
17205 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17206 Fix comment.
17207
172082000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17209
17210 * font-lock.el (font-lock-keywords): Fix the doc now that
17211 regexp-opt-depth is unnecessary.
17212 (save-buffer-state): Set an edebug spec.
17213 (font-lock-fontify-anchored-keywords): Properly handle the case when
17214 the matcher goes past the limit.
17215
17216 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17217 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17218
17219 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17220 dll.el and cookie.el (from Elib) with heavy renaming and other
17221 massaging.
17222
17223 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17224 Autoload the functions used.
17225 (easy-mmode-define-syntax): Fix CL typo.
17226 (easy-mmode-define-derived-mode): Improve the docstring generation.
17227
172282000-03-10 Gerd Moellmann <gerd@gnu.org>
17229
17230 * textmodes/texinfo.el (texinfo-version): Variable and function
17231 removed.
17232
172332000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17234
17235 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17236 allow more flexibility.
ff39b9a1 17237 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17238 (easy-mmode-defmap, easy-mmode-defsyntax)
17239 (easy-mmode-define-derived-mode): New macros.
17240
172412000-03-09 Didier Verna <didier@xemacs.org>
17242
17243 * rect.el (replace-rectangle): New function.
17244
172452000-03-09 Dave Love <fx@gnu.org>
17246
ff39b9a1 17247 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17248 (fortran-comment-line-start-skip): Don't match cpp stuff.
17249 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17250 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17251 (fortran-mode): Don't set fortran-comment-line-start-skip,
17252 fortran-comment-line-start here. Set comment-start,
17253 add-log-current-defun.
17254 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17255 (fortran-current-defun): New function.
17256
172572000-03-09 Gerd Moellmann <gerd@gnu.org>
17258
17259 * emacs-lisp/re-builder.el: New file.
17260
17261 * mouse.el (mouse-drag-region): Don't run up-event handler
17262 if hscroll has changed.
17263
17264 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17265 builtin operators, use `font-lock-builtin-face' for Emacs and
17266 `font-lock-preprocessor-face' otherwise.
17267
17268 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17269 `(defun (setf foo)' differently.
17270
172712000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17272
17273 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17274 (regexp-opt): Update comment and adapt the code the new meaning of
17275 the `paren' argument of regex-opt-group for shy-groups.
17276 (regexp-opt-depth): Handle shy groups as well as backslashed
17277 backslashes.
17278 (regexp-opt-group): Turn the leading comment into a docstring.
17279 Allow `paren' to be a string (the string to use to open a group).
17280 Remove open-presuf and close-presuf. Instead of checking for `all
17281 one-char' and then later on check for `several one-char', handle
17282 both cases close together. Also apply a more generic algorithm
17283 for suffixes (the mirror image of the algorithm used for
17284 prefixes). Use shy-groups. Use nreverse rather than reverse.
17285 (regexp-opt-try-suffix): Removed.
17286
17287 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17288 from comint-mode-map, so we can just inherit from it. Also, move
17289 the initialization into the `defvar' since there's no docstring
17290 anyway and it's fairly short.
17291 (inferior-scheme-mode): Define it as derived-mode: the code is
17292 shorter and this way we inherit from comint-mode-map rather than
17293 copying it.
17294
17295 * subr.el (replace-regexps-in-string): Properly handle the case
17296 where we match an empty string.
17297
17298 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17299 when the command has a directory component (such as "./testml").
17300 Also fix a typo in the comment.
17301
173022000-03-08 Gerd Moellmann <gerd@gnu.org>
17303
17304 * Makefile (compile-files): Compile files one by one because
17305 that's the only way to ensure a clean compilation environment for
17306 each individual file.
17307
17308 * frame.el (other-frame): Call x-focus-frame.
17309
173102000-03-07 Dave Love <fx@gnu.org>
17311
17312 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17313 :require to defcustom.
17314
ff39b9a1 17315 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17316
17317 * files.el (auto-mode-alist): Add configure.in.
17318
17319 * progmodes/autoconf.el: New file.
17320
173212000-03-07 Gerd Moellmann <gerd@gnu.org>
17322
17323 * mail/mh-e.el: Change maintainer to `none'.
17324
17325 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17326 to remove-hook and add-hook.
17327
173282000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17329
17330 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17331 it as the default.
17332 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17333 (sendmail-send-it): Conditionally add MIME headers specifying the
17334 used character set.
17335
173362000-03-07 Dave Love <fx@gnu.org>
17337
ff39b9a1
SM
17338 * winner.el: Fix keywords, autoload cookies.
17339 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17340
173412000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17342
17343 * international/mule.el: Modify comment about coding system
17344 property `coding-category'.
17345 (make-coding-system): New argument EOL-TYPE. Pay attention to
17346 coding-category property of PROPERTIES.
17347
ff39b9a1
SM
17348 * international/mule-conf.el (coding-category-utf-8)
17349 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17350 categories. Include them in the argument for set-coding-priority.
17351
ff39b9a1
SM
17352 * international/mule-cmds.el (reset-language-environment):
17353 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17354 coding-category-utf-16-le in the argument for set-coding-priority.
17355 (reset-language-environment): Initialize coding-category-utf-8,
17356 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17357
173582000-03-06 Karl Fogel <kfogel@red-bean.com>
17359
17360 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17361 code abstracted out of `bookmark-jump-noselect'. Now tries info
17362 extensions as well as compression extensions.
17363 (bookmark-jump-noselect): Use above new func.
17364
173652000-03-03 Gerd Moellmann <gerd@gnu.org>
17366
17367 * strokes.el: Change maintainer's mail address.
17368
173692000-03-03 Kenichi Handa <handa@etl.go.jp>
17370
17371 * international/mule-diag.el (list-character-sets): Make help-echo
17372 string by substitute-command-keys.
17373 (list-character-sets): Likewise.
17374 (sort-listed-character-sets): Call help-setup-xref.
17375
173762000-03-02 Gerd Moellmann <gerd@gnu.org>
17377
ff39b9a1 17378 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17379
173802000-03-01 Dave Love <fx@gnu.org>
17381
17382 * help.el (help-xref-go-back): Don't try to set position.
17383
ff39b9a1
SM
17384 * international/mule-diag.el (list-character-sets):
17385 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17386 (list-character-sets-1): Add help-echo to xrefs.
17387
173882000-03-02 Gerd Moellmann <gerd@gnu.org>
17389
17390 * frame.el (blink-cursor-mode): Switch cursor on when turning
17391 the mode off.
17392
17393 * add-log.el (add-log-current-defun): Add support for
17394 Autoconf mode.
17395
17396 * mail/rmail.el (rmail-quit-hook): New variable.
17397
173982000-03-01 Dave Love <fx@gnu.org>
17399
17400 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17401
17402 * help.el (help-xref-button): Add help-echo arg.
17403 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17404
ff39b9a1 17405 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17406
ff39b9a1 17407 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17408
174092000-03-01 Gerd Moellmann <gerd@gnu.org>
17410
17411 * image.el (defimage): Look for image files in load-path.
17412
ff39b9a1 17413 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17414
174152000-03-01 David Ponce <david.ponce@wanadoo.fr>
17416
ff39b9a1 17417 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17418
174192000-03-01 David Ponce <david.ponce@wanadoo.fr>
17420
ff39b9a1 17421 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17422 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17423 action to select/unselect a file.
17424 (recentf-edit-list): Code cleanup and improvement.
17425 (recentf-open-more-files-action): `recentf-open-more-files' button
17426 widget action to open a file.
ff39b9a1 17427 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17428 (recentf-more-collection): Deleted.
17429 (recentf-more-history): Deleted.
17430 (recentf-setup-more-completion): Deleted.
17431
174322000-03-01 David Ponce <david.ponce@wanadoo.fr>
17433
17434 * recentf.el (recentf-mode): No more needs that Emacs is running
17435 under a window-system.
17436
ff39b9a1 174372000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17438
17439 * recentf.el (recentf-edit-list): New command to edit the recent
17440 list which allow the user to remove files.
17441 (recentf-edit-selected-items): New global variable, used by
17442 `recentf-edit-list' to hold the list of files to be removed from
17443 the recent list.
17444 (recentf-make-menu-items): Updated to display a "Edit list..."
17445 menu item. Minor code cleanup.
17446
ff39b9a1 174472000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17448
17449 * recentf.el (recentf-open-more-files): New command to open files
17450 that are not displayed in the menu.
17451 (recentf-more-collection): New global variable holding the set of
17452 permissible completions used by `recentf-open-more-files'.
17453 (recentf-more-history): New global variable holding the history list
17454 used by `recentf-open-more-files' completion.
17455 (recentf-setup-more-completion): New function to setup completion for
17456 `recentf-open-more-files'.
17457 (recentf-make-menu-items): Updated to display a "More..." menu item.
17458
ff39b9a1 174592000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17460
17461 * recentf.el (recentf-menu-action): Doc fixed.
17462
ff39b9a1 174632000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17464
17465 * recentf.el (recentf-menu-filter): Doc updated.
17466 (recentf-update-menu-hook): Allow menu filters to force menu update.
17467 (recentf-make-menu-items): New menu filter handling.
17468 (recentf-make-menu-item): New helper function.
17469 (recentf-menu-elements): New menu handling function.
17470 (recentf-sort-ascending): Updated to new menu filter handling.
17471 (recentf-sort-descending): Updated to new menu filter handling.
17472 (recentf-sort-basenames-ascending): New menu filter function.
17473 (recentf-sort-basenames-descending): New menu filter function.
17474 (recentf-show-basenames): New menu filter function.
17475 (recentf-show-basenames-ascending): New menu filter function.
17476 (recentf-show-basenames-descending): New menu filter function.
17477
174782000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17479
17480 * diary-lib.el (list-diary-entries): Don't try to go forward at
17481 the end of the buffer.
17482
174832000-02-29 Kenichi Handa <handa@etl.go.jp>
17484
ff39b9a1
SM
17485 * international/mule-diag.el (list-character-sets):
17486 Completely rewritten.
a30eb617
DL
17487 (sort-listed-character-sets): New function.
17488 (list-character-sets-1): Completely rewritten.
17489 (list-character-sets-2): New function.
17490 (non-iso-charset-alist): New variable.
17491 (decode-codepage-char): New function.
17492 (charset-history): New variable.
17493 (read-charset) (list-block-of-chars)
17494 (list-iso-charset-chars)
17495 (list-non-iso-charset-chars)
17496 (list-charset-chars): New functions.
86f6474c 17497 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17498 (dump-charsets): Likewise.
17499
175002000-02-29 Gerd Moellmann <gerd@gnu.org>
17501
17502 * dired-x.el (dired-filename-at-point): Add `@' to valid
17503 file name characters.
17504 (dired-filename-at-point): Handle ange-ftp file names.
17505
17506 * frame.el (frame-notice-user-settings): Use assq-delete-all
17507 instead of assoc-delete-all.
17508 (frame-notice-user-settings): Ditto.
17509
17510 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17511 Don't copy alist.
17512
175132000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17514
17515 * calculator.el (calculator-use-menu): New option.
86f6474c 17516 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17517 (calculator-forced-input): Removed.
17518 (calculator-restart-other-mode): New variable.
17519 (calculator-mode-map): Set up menu.
17520
175212000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17522
86f6474c 17523 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17524
175252000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17526
86f6474c 17527 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17528 translate all ESC key sequences.
86f6474c 17529 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17530 they were saved.
86f6474c
SM
17531 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17532 * viper-util.el (viper-set-replace-overlay-glyphs)
17533 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17534 overlay is live.
86f6474c
SM
17535 * viper.el (viper-vi-state-mode-list): Add major modes.
17536 * ediff-wind.el: Minor comment changes.
17537 * ediff.el: Copyright notice date fix.
a30eb617
DL
17538
175392000-02-27 Jason Rumney <jasonr@gnu.org>
17540
17541 * faces.el (face-font-family-alternatives): Add arial to helv.
17542 (mode-line, header-line, tool-bar): Same default as x for w32.
17543 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17544 face-font-family-alternatives from working.
17545 * term/w32-win.el (mouse-set-font): Do not build fontset from
17546 chosen font.
17547
175482000-02-25 Sam Steingold <sds@goems.com>
17549
17550 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17551 properly.
17552
175532000-02-25 Richard M. Stallman <rms@gnu.org>
17554
17555 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17556
175572000-02-25 Gerd Moellmann <gerd@gnu.org>
17558
86f6474c 17559 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17560
17561 * frame.el (busy-cursor-delay-seconds): New option.
17562
175632000-02-24 Gerd Moellmann <gerd@gnu.org>
17564
17565 * frame.el (show-cursor-in-non-selected-windows): New option.
17566
175672000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17568
17569 * diary-lib.el (include-other-diary-files): Undo the selective
17570 display in any included file and don't kill it.
17571
175722000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17573
86f6474c
SM
17574 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17575 Menu items converted to (menu-item format, help strings added.
a30eb617 17576 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17577 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17578 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17579
175802000-02-23 Dave Love <fx@gnu.org>
17581
17582 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17583 (backward-kill-word): Revert addition of * to interactive spec --
17584 it's a feature.
17585
17586 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17587 (backward-kill-sentence, kill-sentence): Likewise.
17588
17589 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17590 scratch buffer name.
86f6474c 17591 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17592
17593 * term/w32-win.el (internal-face-interactive): Update prompt for
17594 new read-face-name.
17595
17596 * mail/footnote.el (footnote): Add :version to defgroup.
17597 (footnote-section-tag-regexp): Customize.
17598 (footnote-start-tag, footnote-end-tag): New option.
17599 (footnote-latin-regexp): New variable.
17600 (Footnote-latin): New function.
17601 (footnote-style-alist): Add element for latin style.
17602 (footnote-style): Moved.
17603 (Footnote-goto-footnote): Use eq to test arg.
17604
17605 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17606
17607 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17608 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17609 (byte-optimize-quote, byte-optimize-lapcode):
17610 Use byte-compile-const-symbol-p.
a30eb617
DL
17611 (byte-optimize-char-before): New optimization.
17612
17613 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17614 (byte-compile-const-symbol-p): New function.
17615 (byte-compile-constp, byte-compile-out-toplevel)
17616 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17617 Use it.
17618
17619 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17620
176212000-02-23 Kenichi Handa <handa@etl.go.jp>
17622
17623 * international/encoded-kb.el: Be sure to update minor-mode-alist
17624 and minor-mode-map-alist.
17625 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17626 codes SS2 and SS3 correctly.
17627 (encoded-kbd-self-insert-ccl): New function.
17628 (encoded-kbd-setup-keymap): New function.
17629 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17630 by calling encoded-kbd-setup-keymap.
17631
86f6474c
SM
17632 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17633 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17634
176352000-02-22 Dave Love <fx@gnu.org>
17636
17637 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17638 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17639 (lisp-mode-syntax-table): Set up for #|...|# comments.
17640 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17641 classes. Match `defface'.
17642 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17643 (eval-defun-1): Fix for defcustom.
17644 (lisp-indent-region): Doc fix.
17645
17646 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17647 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17648 (replace-regexps-in-string): New function.
17649
176502000-02-22 Gerd Moellmann <gerd@gnu.org>
17651
17652 * help.el (describe-variable): Set syntax table to
17653 emacs-lisp-mode-syntax-table when moving forward over the
17654 symbol's name.
17655
176562000-02-22 Dave Love <fx@gnu.org>
17657
17658 * xt-mouse.el: Doc fixes.
17659 (xterm-mouse-position-function): New function, replacing advice of
17660 mouse-position.
17661 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17662
17663 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17664
176652000-02-21 Gerd Moellmann <gerd@gnu.org>
17666
86f6474c
SM
17667 * format.el (format-annotate-single-property-change):
17668 Handle properties.with dotted-list values.
a30eb617
DL
17669 (format-proper-list-p): New function.
17670
17671 * enriched.el (enriched-face-ans): Handle '(foreground-color
17672 . COLOR) and (background-color . COLOR).
17673
176742000-02-20 Dave Love <fx@gnu.org>
17675
17676 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17677 and assignments to it.
17678 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17679 current local map.
17680 (make-flyspell-overlay): Use it.
17681 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17682
17683 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17684 (lm-get-header-re): Defun, not defsubst.
17685 (lm-get-package-name): Defun, not defsubst. Simplify.
17686 (lm-version): Doc fix. Simplify.
17687 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17688 (lm-crack-address, lm-last-modified-date, lm-commentary)
17689 (lm-verify, lm-synopsis): Simplify.
17690 (lm-report-bug): Require emacsbug. Use compose-mail.
17691
176922000-02-20 Gerd Moellmann <gerd@gnu.org>
17693
17694 * dired.el (dired-mode): Call propertized-buffer-identification
17695 to set mode-line-buffer-identification to something having
17696 the right text properties.
17697
17698 * bindings.el (propertized-buffer-identification): New function.
17699
177002000-02-20 Dave Love <fx@gnu.org>
17701
17702 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17703 check for t-mouse too.
17704
17705 * cus-start.el: Make echo-keystrokes `number'.
17706
177072000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17708
17709 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17710 Don't call ring-empty-p unless tags-location-ring is bound.
17711 From Noah Friedman <friedman@splode.com>.
17712
177132000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17714
17715 * progmodes/hideshow.el (hs-flag-region): No longer use
17716 `intangible' overlay property.
17717
17718 (hs-toggle-hiding): New command.
17719 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17720
17721 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17722 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17723 and deactivation.
17724
177252000-02-18 Gerd Moellmann <gerd@gnu.org>
17726
17727 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17728
177292000-02-17 Gerd Moellmann <gerd@gnu.org>
17730
17731 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17732
17733 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17734 of `*' to handle `(* ... *)' comments.
17735
177362000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17737
17738 * faces.el (list-faces-display): Use display-mouse-p instead of
17739 window-system.
17740
17741 * menu-bar.el (global-map): Menu-bar items converted to the new
17742 format (menu-item..., rearranged for better CUA compliance, and
17743 their names changed for better clarity. Help strings added.
17744
17745 * international/mule-cmds.el (mule-menu-keymap)
17746 (describe-language-environment-map, set-coding-system-map)
17747 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17748 form, add help strings. Change names of menu items for better clarity.
17749 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17750
177512000-02-17 Gerd Moellmann <gerd@gnu.org>
17752
17753 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17754 within the code.
17755
177562000-02-16 Dave Love <fx@gnu.org>
17757
17758 * faces.el: Don't require custom. Add more specific :groups to
17759 various deffaces.
17760 (set-face-attribute): Purecopy args.
17761 (read-face-name): Default to name at point and use it in prompt.
17762 Remove colon from arg in all callers.
17763 (list-faces-display): Hyperlink to face descriptions and customize
17764 buffers.
17765
177662000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17767
86f6474c 17768 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17769
177702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17771
17772 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17773 at ':' characters by call to split-string.
17774
177752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17776
17777 * textmodes/bibtex.el: Added RCS version identification.
17778
177792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17780
17781 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17782 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17783 (bibtex-field-const): Allow capital letters.
17784 (bibtex-start-of-string): Deleted because unused.
17785
17786 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17787 use the term 'reference' to describe a bibtex entry as a whole.
17788 Further, reference keys are no longer called 'labels'.
17789 (bibtex-keys): Renamed to bibtex-reference-keys.
17790 (bibtex-reformat-previous-labels): Renamed to
17791 bibtex-reformat-previous-reference-keys.
17792 (bibtex-reference-type): Renamed to bibtex-entry-type.
17793 (bibtex-reference-head): Renamed to bibtex-entry-head.
17794 (bibtex-reference-maybe-empty-head): Renamed to
17795 bibtex-entry-maybe-empty-head.
17796 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17797 (bibtex-search-reference): Renamed to bibtex-search-entry.
17798 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17799 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17800 (bibtex-entry-field-alist, bibtex-entry-head)
17801 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17802 (bibtex-map-entries, bibtex-search-entry)
17803 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17804 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17805 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17806 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17807 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17808 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17809 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17810
178112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17812
17813 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17814 comment.
17815 (bibtex-format-field-delimiters): New function, functionality
17816 extracted from bibtex-format-entry.
17817 (bibtex-autokey-get-yearfield-digits): New function, functionality
17818 extracted from bibtex-autokey-get-yearfield.
17819
17820 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17821 entries in order to avoid stack overflow in the regexp matcher if
17822 field contents become large.
86f6474c
SM
17823 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17824 (bibtex-field-string-part-not-braced)
17825 (bibtex-field-string-part-no-inner-braces)
17826 (bibtex-field-string-part-1-inner-brace)
17827 (bibtex-field-string-part-2-inner-braces)
17828 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17829 (bibtex-field-string-quoted, bibtex-field-string)
17830 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17831 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17832 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17833 Deleted as parsing is now performed by the following functions.
17834 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17835 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17836 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17837 (bibtex-parse-association, bibtex-field-name-for-parsing)
17838 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17839 (bibtex-search-forward-field, bibtex-search-backward-field)
17840 (bibtex-start-of-field, bibtex-end-of-field)
17841 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17842 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17843 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17844 (bibtex-parse-string, bibtex-search-forward-string)
17845 (bibtex-search-backward-string, bibtex-start-of-string)
17846 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17847 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17848 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17849 entries. Instead of reporting the results of the parsing by
17850 match-beginning or match-end, these functions return data structures
17851 that hold the corresponding positions.
17852 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17853 return values rather than by match-beginning or match-end.
17854 The following functions have been adapted to use the new
17855 parsing functions.
17856 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17857 (bibtex-enclosing-field, bibtex-format-entry)
17858 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17859 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17860 (bibtex-print-help-message, bibtex-end-of-entry)
17861 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17862 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17863 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17864 Use the new method for parsing.
17865 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17866 (bibtex-map-entries, bibtex-flash-head)
17867 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17868 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17869 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17870 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17871 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17872 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17873 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17874 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17875
178762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17877
17878 * textmodes/bibtex.el: Copyright notice is up to date.
17879 Added constant 'bibtex-maintainer-salutation.
17880
86f6474c 17881 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17882 than make-temp-name, use match-string-no-properties and eliminate
17883 a quadratic behavior when building bibtex-strings.
17884
17885 * bibtex.el (bibtex-reference-key): Accept string entries whose
17886 reference key contains upper case letters.
17887
178882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17889
17890 * bibtex.el (bibtex-reference-head): Allow entries to start with
17891 a new line.
17892
178932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17894
17895 * bibtex.el: Hiding of entry bodies is not longer provided by
17896 bibtex.el directly. Instead the hideshow package can be used.
17897 Added a special bibtex entry to hs-special-modes-alist.
17898 (bibtex-hs-forward-sexp): Added for hideshow.el.
17899
179002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17901
17902 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17903 proceedings entry type (for cross referencing). Thanks to Wagner
17904 Toledo Correa for the suggestion.
17905
17906 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17907
179082000-02-14 Kenichi Handa <handa@etl.go.jp>
17909
17910 * international/characters.el: Setup case table for Vietnamese.
17911
179122000-02-12 Gerd Moellmann <gerd@gnu.org>
17913
17914 * uniquify.el (toplevel): Require CL at compile time.
17915 (uniquify-push): Removed.
17916
17917 * shadowfile.el (shadow-when): Removed.
17918
17919 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17920 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17921
17922 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17923 regexp for paragraph-start.
17924
17925 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17926 commas as well.
17927
179282000-02-10 Dave Love <fx@gnu.org>
17929
17930 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17931 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17932 Deleted.
17933 (widget-specify-field, widget-specify-button): Don't use
17934 widget-mouse-help as help-echo property.
17935 (default): Use #'ignore for :validate and :mouse-down-action.
17936 (checkbox): Add help-echo.
17937 (widget-sexp-validate): Rewritten to clarify error messages.
17938 (character): Use char-valid-p in :match function.
17939 (widget-color-complete): Use facemenu-color-alist.
17940 (widget-color-action): Use facemenu-read-color.
17941
17942 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17943 set up `caar' &c that we now have.
17944
179452000-02-09 Ray Blaak <blaak@gnu.org>
17946
17947 * delphi.el: Make resourcestring a declaration region, like const
17948 and var.
17949
179502000-02-09 Dave Love <fx@gnu.org>
17951
17952 * bindings.el (mode-line-input-method-map): New variable.
17953 (mode-line-mule-info): Use it; fix last change.
17954 (mode-line-mode-menu): Move definition.
17955 (mode-line-mouse-sensitive-p): Deleted.
17956 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17957 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17958
17959 * startup.el (command-line-1): Don't call
17960 make-mode-line-mouse-sensitive.
17961
179622000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17963
86f6474c
SM
17964 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17965 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17966
179672000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17968
17969 * diff-mode.el (diff-kill-junk): New interactive function.
17970 (diff-reverse-direction): Use delete-and-extract-region.
17971 (diff-post-command-hook): Restrict the area so that the hook also works
17972 outside of any diff hunk. This is necessary for the minor-mode.
17973 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17974 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17975
17976 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17977 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17978 so that it can be used more easily in <foo>-mode-hook. Also make sure
17979 to avoid duplicate entries.
17980 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17981 (font-lock-remove-keywords): Just as was done for `add', allow it to
17982 work even if font-lock-mode is nil. Also make sure we don't modify
17983 any pre-existing list by forcing a copy-sequence. Finally rename
17984 `major-mode' to `mode'.
17985 (font-lock-fontify-syntactic-anchored-keywords)
17986 (font-lock-fontify-anchored-keywords)
17987 (font-lock-fontify-keywords-region): Use line-end-position.
17988 Don't make `font-lock-multiline' local (it's now done in
17989 font-lock-set-defaults).
86f6474c
SM
17990 (font-lock-set-defaults): Make `font-lock-multiline' local.
17991 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17992
179932000-02-06 Andrew Innes <andrewi@gnu.org>
17994
17995 * term/w32-win.el (x-handle-args): Comment out call to message,
17996 which occurs before window system is initialized.
17997
17998 * makefile.nt: Add support for recompiling lisp code.
17999
180002000-02-04 Dave Love <fx@gnu.org>
18001
18002 * bindings.el (mode-line-mule-info): Fix/extend last change.
18003
18004 * completion.el: Replace completion-dolist with dolist.
18005
86f6474c 18006 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18007
180082000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18009
86f6474c 18010 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18011 environment names before they go into the section regexp.
18012
86f6474c 18013 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18014 char class in regexp.
18015
86f6474c
SM
18016 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18017 Bind `case-fold-search' to nil.
a30eb617 18018
86f6474c
SM
18019 * progmodes/idlwave.el (idlwave-template):
18020 Respect `idlwave-abbrev-change-case'.
18021 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18022 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18023 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18024 (idlwave-rw-case): New function.
18025 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18026 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18027 (idlwave-surround): New argument LENGTH to support padding of
18028 operators longer than 1 char.
18029
18030 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18031 idlwave-shell-expression-overlay. Implemented printing of
18032 expressions on higher levels of the calling stack.
86f6474c 18033 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18034 (idlwave-retrieve-expression-from-level): New function.
18035 (idlwave-shell-last-calling-stack): Variable removed.
18036 (idlwave-shell-reset): Argument action reversed (`visible' to
18037 `hidden'). Also remove stop-line overlay.
18038 (idlwave-shell-calling-stack-routine): New variable.
18039 (idlwave-shell-parse-stack-and-display): Messages now display
18040 negative level numbers.
18041 (idlwave-shell-mode): Set `modeline-format'.
18042 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18043 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18044 (idlwave-shell-print-expression-function): New option.
18045
86f6474c
SM
18046 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18047 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18048 `tool-bar' instead of `toolbar'.
18049
180502000-02-02 Dave Love <fx@gnu.org>
18051
18052 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18053 emacs-lisp-mode-hook. Don't check for defalias being defined.
18054
18055 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18056 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18057 Use the new builtins directly.
a30eb617
DL
18058
18059 * whitespace.el (whitespace): Add :version to defgroup.
18060
18061 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18062 Doc fix.
18063
18064 * thingatpt.el (sexp-at-point, symbol-at-point)
18065 (number-at-point, list-at-point): Add autoload cookie.
18066
18067 * recentf.el (recentf): Add :version to defgroup.
18068
18069 * quickurl.el (quickurl): Add :version to defgroup.
18070
18071 * elide-head.el (elide-head): Use point-marker more.
18072
18073 * bs.el (bs): Add :version to defgroup.
18074
18075 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18076
18077 * progmodes/delphi.el (delphi): Add :version to defgroup.
18078
180792000-02-02 Gerd Moellmann <gerd@gnu.org>
18080
18081 * ange-ftp.el (ange-ftp-write-region): Handle case that
18082 succeeding process operation sets a different coding system.
18083
18084 * calculator.el: New file.
18085
180862000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18087
86f6474c 18088 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18089 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18090 (display-selections-p, display-screens, display-pixel-width)
18091 (display-pixel-height, display-mm-width, display-mm-height)
18092 (display-backing-store, display-save-under, display-planes)
18093 (display-color-cells, display-visual-class): New functions.
18094
18095 * term/tty-colors.el (tty-color-gray-shades): New function.
18096
18097 * faces.el (display-color-p): Use framep-on-display.
18098 (display-grayscale-p): New function.
18099
181002000-01-31 Dave Love <fx@gnu.org>
18101
18102 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18103 (create-fontset-from-x-resource): Don't concat integers.
18104
181052000-01-31 Inge Frick <inge@nada.kth.se>
18106
18107 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18108 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18109 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18110 window is not deleted. Modifies change 1998-04-26.
18111
181122000-01-31 Gerd Moellmann <gerd@gnu.org>
18113
18114 * windmove.el: New file.
18115
18116 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18117 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18118 progmodes/ebnf-yac.el: Update copyright and license info.
18119
86f6474c
SM
18120 * jit-lock.el (jit-lock-function): Widen before calculating
18121 end position.
a30eb617
DL
18122 (jit-lock-stealth-chunk-start): Rewritten.
18123
18124 * info.el (Info-title-face-alist): Removed.
86f6474c 18125 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18126 (Info-fontify-node): Use these faces.
18127
181282000-01-30 Gerd Moellmann <gerd@gnu.org>
18129
18130 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18131 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18132 `&allow-other-keywords'.
18133
18134 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18135 the list of directories scanned heuristically.
18136
86f6474c 18137 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18138
181392000-01-30 Jason Rumney <jasonr@gnu.org>
18140
18141 * w32-fns.el: Define w32-tty-standard-colors.
18142
18143 * startup.el (command-line): Use w32-tty-standard-colors when in
18144 w32 console mode.
18145
181462000-01-30 Dave Love <fx@gnu.org>
18147
18148 * jka-compr.el (jka-compr-load): Fix up load-history.
18149
18150 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18151
18152 * emacs-lisp/cl-macs.el: Revert previous change.
18153
181542000-01-29 Dave Love <fx@gnu.org>
18155
18156 * facemenu.el: Purecopy various strings.
18157
18158 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18159 years. Deal with three-digit years.
18160
86f6474c
SM
18161 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18162 Use defconst, purecopy.
a30eb617
DL
18163 (help-back-label): Purecopy it.
18164
181652000-01-18 Gerd Moellmann <gerd@gnu.org>
18166
18167 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18168 variable. If non-nil, order the buffer list according to the
18169 currently selected frame.
18170 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18171 non-nil, pass the selected frame to function buffer-list.
18172
181732000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18174
18175 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18176
181772000-01-28 Dave Love <fx@gnu.org>
18178
18179 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18180
18181 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18182 Don't use lisp-indent-hook property.
18183 (cl-abs): Remove.
18184
18185 * subr.el: Move out indent and edebug specs for when and unless.
18186
18187 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18188 when, unless.
18189
18190 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18191 unless, when.
18192
181932000-01-28 Gerd Moellmann <gerd@gnu.org>
18194
18195 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18196 `collecting' as synonym for `collect'.
18197
18198 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18199 for the case it contains spaces.
18200
86f6474c 18201 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18202
18203 * frame.el (delete-other-frames): New function.
18204 (toplevel): Bind it to C-x 5 1.
18205
18206 * sort.el (sort-numeric-base): New option.
18207 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18208 interpret it as octal or hexadecimal. Use sort-numeric-base
18209 as default base.
18210
18211 * progmodes/glasses.el: New file.
18212
182132000-01-27 Gerd Moellmann <gerd@gnu.org>
18214
18215 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18216 userids differently.
18217
18218 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18219 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18220 progmodes/ebnf-yac.el: New files.
18221
182222000-01-26 Dave Love <fx@gnu.org>
18223
18224 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18225 on a function with an empty body. [From Eric Ludlam.]
18226
182272000-01-25 Andre Spiegel <spiegel@gnu.org>
18228
18229 * vc.el (vc-version-diff): Make sure file name is expanded.
18230
182312000-01-25 Gerd Moellmann <gerd@gnu.org>
18232
18233 * scroll-bar.el (scroll-bar-timer): Variable removed.
18234 (scroll-bar-toolkit-scroll): Don't use a timer.
18235
182362000-01-25 Kenichi Handa <handa@etl.go.jp>
18237
86f6474c
SM
18238 * language/thai-util.el (thai-composition-function):
18239 Delete superfluous `a'.
a30eb617
DL
18240
182412000-01-24 Dave Love <fx@gnu.org>
18242
18243 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18244 end-of-defun-function.
18245
86f6474c 18246 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18247
182482000-01-22 Jason Rumney <jasonr@gnu.org>
18249
18250 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18251 conflicts with new face support.
18252
182532000-01-22 Richard M. Stallman <rms@gnu.org>
18254
18255 * replace.el (query-replace): Rename last arg to DELIMITED.
18256 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18257 (query-replace-regexp): Likewise.
18258
182592000-01-20 Richard M. Stallman <rms@gnu.org>
18260
18261 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18262
18263 * emacs-lisp/lisp.el (beginning-of-defun-function):
18264 Variable renamed from beginning-of-defun.
18265 Do not call make-variable-buffer-local.
18266 (beginning-of-defun-raw): Use new variable name; doc fix.
18267 (beginning-of-defun): Doc fix.
18268 (end-of-defun-function): Variable renamed from end-of-defun.
18269 Do not call make-variable-buffer-local.
18270 (end-of-defun): Use new variable name; doc fix.
18271
18272 * subr.el (dolist, dotimes): Copied from cl-macs.el
18273 and made to work.
18274
18275 * mail/undigest.el (rmail-digest-end-regexps):
18276 Variable replaces rmail-digest-end-regexp.
18277 Allows multiple regexps for detecting the end line.
18278 (undigestify-rmail-message): Corresponding changes.
18279
182802000-01-19 Dave Love <fx@gnu.org>
18281
18282 * files.el (user-init-file): Don't declare here -- is primitive.
18283
18284 * startup.el (command-line): Check for compiled user-init-file and
18285 set to uncompiled version if necessary.
18286
182872000-01-18 Gerd Moellmann <gerd@gnu.org>
18288
18289 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18290 (undigestify-rmail-message): Use it.
18291
18292 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18293
182942000-01-17 Gerd Moellmann <gerd@gnu.org>
18295
18296 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18297 of mini-buffer.
18298
182992000-01-14 Gerd Moellmann <gerd@gnu.org>
18300
18301 * emacs-lisp/copyright.el (copyright-update): Removed the
18302 requirement for a trailing space from `copyright-regexp', to
18303 support copyrights with owner specified on a separate line..
18304
18305 * align.el: New file.
18306
18307 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18308
18309 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18310
183112000-01-13 Dave Love <fx@gnu.org>
18312
18313 * ph.el: Removed. (Obsoleted by EUDC.)
18314
183152000-01-13 Gerd Moellmann <gerd@gnu.org>
18316
18317 * net/eudc.el (toplevel): Remove autoloaded code installing
18318 menu with easymenu, because that causes build problems.
18319
18320 * frame.el (frame-notice-user-settings): New variable.
18321 (frame-notice-user-settings): Don't modify frame parameters
18322 if called a second time.
18323
183242000-01-13 Richard M. Stallman <rms@gnu.org>
18325
18326 * frame.el (frame-notice-user-settings):
18327 Notice default-frame-parameters even for non-window frames.
18328
183292000-01-13 Gerd Moellmann <gerd@gnu.org>
18330
18331 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18332 for Emacs.
18333 (eudc-bob-can-display-inline-images): Extend for Emacs.
18334 (eudc-bob-toggle-inline-display): Ditto.
18335 (eudc-bob-display-jpeg): Ditto.
18336
183372000-01-12 Gerd Moellmann <gerd@gnu.org>
18338
18339 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18340 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18341 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18342
86f6474c
SM
18343 * add-log.el (add-change-log-entry): Fix error trying an
18344 `(insert nil)'.
a30eb617
DL
18345
18346 * subdirs.el: Add `net' directory.
18347
18348 * net: New directory.
18349
18350 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18351 eval-last-sexp. Don't bind debug-on-error here.
18352 (eval-last-sexp): New function. Bind debug-on-error if
18353 eval-expression-debug-on-error is non-nil.
18354 (eval-defun-2, eval-defun): Likewise.
18355
18356 * simple.el (eval-expression): Don't bind debug-on-error if
18357 eval-expression-debug-on-error is nil. Detect changed
18358 debug-on-error, and propagate new value to global binding, if
18359 eval-expression-debug-on-error is non-nil,
18360 (eval-expression-debug-on-error): Change doc string.
18361
183622000-01-11 Richard M. Stallman <rms@gnu.org>
18363
18364 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18365
18366 * emacs-lisp/lisp-mode.el (with-syntax-table):
18367 Set up lisp-indent-function property.
18368
18369 * subr.el (with-syntax-table): Moved from simple.el.
18370
18371 * simple.el (with-syntax-table): Moved to subr.el.
18372
183732000-01-11 Gerd Moellmann <gerd@gnu.org>
18374
18375 * tmm.el (tmm-shortcut): Delete region after prompt instead
18376 of erasing buffer.
18377
18378 * textmodes/fill.el (fill-common-string-prefix): New function.
18379 (fill-context-prefix): Use the longest common prefix of first
18380 and second line fill prefix, if there is one.
18381
183822000-01-11 Richard M. Stallman <rms@gnu.org>
18383
18384 * array.el (array-mode): Don't use make-variable-buffer-local.
18385 Use make-local-variable for `truncate-lines'.
18386
183872000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18388
18389 * add-log.el (add-log-current-defun): Handle user-defined
18390 add-log-current-function returning nil,
18391
18392 * add-log.el (add-change-log-entry): Insert version number
18393 if having found a current function
18394
86f6474c
SM
18395 * add-log.el (add-log-current-defun):
18396 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18397 level 1. Strip whitespace from defun found.
18398
183992000-01-10 John Wiegley <johnw@gnu.org>
18400
18401 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18402 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18403
184042000-01-10 Dave Love <fx@gnu.org>
18405
18406 * elide-head.el (elide-head): Use point-marker, not point.
18407
184082000-01-10 Gerd Moellmann <gerd@gnu.org>
18409
18410 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18411 before and after the year 2000.
18412
18413 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18414 Add ispell- prefix.
18415
184162000-01-10 Ken Stevens <k.stevens@ieee.org>
18417
18418 * ispell.el: Only define dictionaries in menus when they exist.
18419 (version18p): New variable.
18420 (version20p): New variable.
18421 (xemacsp): New variable.
18422 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18423 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18424 (ispell-dictionary-alist6): Russian command lines no longer accept
18425 run-together words.
18426 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18427 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18428 (check-ispell-version): Added documentation string. Return library
18429 path when called non-interactively.
a30eb617
DL
18430 (ispell-menu-map-needed): Uses new variables.
18431 (ispell-library-path): New variable.
18432 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18433 (ispell-word): Improved documentation string. Test for valid
18434 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18435 result in single words split into multiple words.
18436 Return replacement word.
a30eb617
DL
18437 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18438 replace in recursive query replace mode. Help message for
18439 recursive edit mode.
18440 (ispell-show-choices): Protect against bad framepop bindings.
18441 (ispell-help): Fix to work with XEmacs.
18442 (ispell-highlight-spelling-error): Use new variables.
18443 (ispell-overlay-window): Fix to work with XEmacs.
18444 (ispell-parse-output): Passed and returns location information
18445 tracking spelling corrections. Doesn't recheck same word on
18446 current line.
18447 (ispell-init-process): Protect against bogus XEmacs variable binding.
18448 Fix call to single argument in sleep-for. Use new variables.
18449 (ispell-region): Passed and returns location information tracking
18450 spelling corrections. Doesn't check same word on current line.
18451 Improved documentation string. Doesn't resend a line already
18452 checked to the ispell process - fixes bug in LaTeX parsing.
18453 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18454 (ispell-skip-region): No longer skips <TT> in SGML.
18455 (ispell-process-line): Tracks location information with spelling
18456 corrections. Added documentation string. Accounts for words
18457 already accepted on this line. Don't allow query-replace on line
18458 starting with math characters. Doesn't resend a line already sent
18459 to ispell process. Fixes alignment error bug.
18460
184612000-01-10 Richard M. Stallman <rms@gnu.org>
18462
18463 * dired-x.el (dired-guess-shell-alist-default):
18464 Suggest xloadimage, which is free, not xv, which isn't.
18465
18466 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18467 Don't ever include the host name or user name in the value.
18468
184692000-01-09 Gerd Moellmann <gerd@gnu.org>
18470
18471 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18472 of a real newline.
18473
184742000-01-09 Stephen Eglen <stephen@gnu.org>
18475
18476 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18477 for .png files.
18478
184792000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18480
18481 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18482
184832000-01-09 Gerd Moellmann <gerd@gnu.org>
18484
18485 * progmodes/cperl-mode.el: Replace ^F with ^L.
18486
86f6474c
SM
18487 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18488 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18489
184902000-01-08 Dave Love <fx@gnu.org>
18491
18492 * emacs-lisp/backquote.el: Remove inappropriate customization
18493 (allowing custom.el to use backquote).
18494
184952000-01-07 Dave Love <fx@gnu.org>
18496
18497 * add-log.el (add-log-debugging): Deleted.
18498 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18499 file. Remove debugging code.
18500 (change-log-get-method-definition, change-log-name): Add doc.
18501 (change-log-sortable-date-at): New function.
18502 (change-log-merge): New command.
18503
18504 * time.el (display-time-string-forms): Make the Mail string active.
18505 (display-time-update): Provide help-echo for load average.
18506
18507 * bindings.el (make-mode-line-mouse2-map): New function.
18508 (mode-line-modified): Use it and simplify.
18509 (mode-line-mule-info): Provide help-echo info.
18510 (minor-mode-alist): Activate the strings.
18511 (make-mode-line-mouse-sensitive): Simplify for
18512 mode-line-buffer-identification.
18513
185142000-01-07 Gerd Moellmann <gerd@gnu.org>
18515
18516 * play/pong.el: New file.
18517
185182000-01-06 Dave Love <fx@gnu.org>
18519
18520 * array.el: Assorted cleanups for compiler warnings, doc strings,
18521 `array-' prefix for symbols.
18522
185232000-01-05 Dave Love <fx@gnu.org>
18524
86f6474c
SM
18525 * textmodes/outline.el (outline-mode-menu-bar-map):
18526 Add outline-headers-as-kill.
a30eb617
DL
18527 (outline-mode): Define imenu-generic-expression.
18528 (outline-headers-as-kill): New command.
18529
18530 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18531 from paragraph-start.
18532 (paragraph-indent-minor-mode): New command.
18533
18534 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18535 M-C-e, M-C-h, C-j, C-xnd, TAB.
18536 (fortran-mode): Set beginning-of-defun, end-of-defun.
18537 (fortran-column-ruler): Simplify.
18538 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18539 (fortran-with-subprogram-narrowing): Likewise.
18540 (fortran-indent-subprogram): Call mark-defun.
18541 (fortran-check-for-matching-do): Change narrowing.
18542
18543 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18544 (cl-lucid-hash-tag): Delete.
18545 (cl-hash-table-p): Correct test for native table.
18546 (cl-hash-table-count): Use hash-table-count.
18547
18548 * browse-url.el (browse-url): Fix case of
18549 browse-url-browser-function being an alist.
18550
185512000-01-05 Carsten Dominik <cd@gnu.org>
18552
18553 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18554 (reftex-index-phrase-file-extension): New options.
18555
18556 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18557 Use new option `reftex-index-phrase-file-extension'.
18558
18559 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18560 `reftex-parse-file-extension'.
18561
185622000-01-05 Dave Love <fx@gnu.org>
18563
18564 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18565 (beginning-of-defun-raw): Use it.
18566 (end-of-defun): New variable.
18567 (end-of-defun): Use it.
18568 (check-parens): New command.
18569
185702000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18571
18572 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18573 (hs-show-block): Don't use `mapcar' when not accumulating.
18574
18575 Fix buglet in local variables initialization.
18576
185772000-01-05 Andreas Schwab <schwab@suse.de>
18578
18579 * hscroll.el (hscroll): Doc fix.
18580
185812000-01-05 Carsten Dominik <cd@gnu.org>
18582
86f6474c
SM
18583 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18584 Require idlw-toolbar.
a30eb617 18585
86f6474c 18586 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18587 file idlw-rinfo.el.
86f6474c
SM
18588 (idlwave-customize): Load must read file idlw-shell.el.
18589 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18590
185912000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18592
18593 * progmodes/idlw-shell.el: Also provide idlwave-shell
18594 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18595 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18596
86f6474c 18597 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18598 both reftex-dcr and reftex-vcr.
18599
18600 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18601
186022000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18603
18604 * ps-print.el: PostScript code now is in separate files, doc fix.
18605 (ps-print-version): New version number (5.0.3).
18606 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18607 local.
18608 (ps-spool-config): Initialization fix.
18609 (ps-print-prologue-1, ps-print-prologue-2)
18610 (ps-print-duplex-feature): PostScript code moved to separated file.
18611 (ps-background-image): Little code reformating.
18612 (ps-begin-file, ps-begin-job): Fix code.
18613 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18614 (ps-prologue-file): New fun.
18615
186162000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18617
18618 * ps-vars.el: Eliminated.
18619
18620 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18621 `;;;###autoload'.
18622
18623 * ps-print.el: ps-vars eliminated, doc fix.
18624 (ps-print-version): New version number (5.0.2).
18625 (ps-spool-config): Initialization fix.
18626 (ps-print-customize): New fun.
18627
186282000-01-04 Gerd Moellmann <gerd@gnu.org>
18629
86f6474c 18630 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18631
186322000-01-04 Dave Love <fx@gnu.org>
18633
18634 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18635 menu items.
18636
186372000-01-03 Dave Love <fx@gnu.org>
18638
18639 * elide-head.el (elide-head) [defgroup]: Add :version.
18640
18641 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18642 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18643 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18644 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18645
186462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18647
18648 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18649 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18650
186512000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18652
18653 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18654 at comment end, and re-insert them after filling.
18655
186562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18657
18658 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18659 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18660 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18661
186622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18663
18664 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18665 the new name of face-color-supported-p.
18666
18667 * term/w32-win.el (xw-defined-colors): Likewise.
18668
186692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18670
18671 * simple.el (completion-setup-function): Count completion-size
18672 from minibuffer-prompt-end, not from point-min.
18673
186742000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18675
18676 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18677 Pass the frame to tty-color-* functions.
18678 (display-color-p, frame-set-background-mode): Pass the frame to
18679 tty-display-color-p.
18680
18681 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18682 tty-color-alist.
18683 (tty-color-alist, tty-modify-color-alist): New functions.
18684 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18685 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18686 optional parameter FRAME.
a30eb617
DL
18687
186882000-01-01 Gerd Moellmann <gerd@gnu.org>
18689
86f6474c
SM
18690 * image.el (create-image, defimage): Don't assume image data is
18691 a string.
a30eb617
DL
18692
18693 * image.el (defimage): Handle specifications containing :data
18694 instead of :file.
18695 (image-type-from-data): New function.
18696 (image-type-from-file-header): Use it.
18697 (create-image): Add parameter DATA-P.
18698
18699See ChangeLog.8 for earlier changes.
18700
18701;; Local Variables:
18702;; coding: iso-2022-7bit
18703;; End: