(compile-internal): If EMACS is already
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
31fac3b8
EZ
12001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * progmodes/compile.el (compile-internal): If EMACS is already
4 defined in the environment, don't override its value.
5
73496807
GM
62001-07-23 Gerd Moellmann <gerd@gnu.org>
7
9e5a7f2a
GM
8 * play/fortune.el: Undo change of 2001-07-13.
9 Fix autoload cookies. Add types to defcustoms.
10 (fortune) <defgroup>: Add :link.
11 (fortune-from-region): Use eq, not eql.
12 From Dave Love <fx@gnu.org>.
13
5247262a
GM
14 * play/animate.el (animate-birthday-present): Function removed.
15
73496807
GM
16 * play/animate.el: New file.
17
722a451d
EZ
182001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * startup.el (normal-top-level-add-subdirs-to-load-path): On
21 Windows, put into normal-top-level-add-subdirs-inode-list the
22 canonicalized names of the directories instead of inode numbers.
23
4960e757
MK
242001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
25
26 * ediff-util.el: Copyright years.
27 (ediff-choose-syntax-table): New function.
28 (ediff-setup): Use ediff-choose-syntax-table.
73496807 29 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 30 vc-state is available.
73496807 31 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4960e757
MK
32
33 * ediff-init.el (ediff-with-syntax-table): New macro, uses
34 with-syntax-table.
73496807
GM
35 (ediff-coding-system-for-read): From ediff-diff.el
36 (ediff-coding-system-for-write): New variable.
37 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 38 overlays.
73496807
GM
39 (ediff-file-remote-p): Use file-remote-p, if available.
40 (ediff-listable-file): New function.
41 (ediff-file-attributes): Use ediff-listable-file.
4960e757 42
73496807 43 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757
MK
44 ediff-listable-file.
45
73496807 46 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 47 ediff-coding-system-for-read.
73496807 48 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4960e757 49
73496807
GM
50 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
51 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4960e757
MK
52
53 * ediff.el: Date of last update, copyright years.
54
55 * ediff-wind (ediff-setup-control-frame): Nill->nil.
56
57 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
58 of Scott Bronson.
59 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
60 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
61 Deleted functions.
62 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
63 ex-token-list.
73496807 64 (viper-get-ex-address-subr): Convert registers to char data type.
4960e757 65
73496807 66 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 67 functions.
73496807
GM
68 (viper-memq-char): Use viper-int-to-char.
69 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 70 vc-locking-state.
73496807 71 (viper-read-key): Use viper-read-key-sequence.
4960e757 72
73496807 73 * viper.el (viper-major-mode-modifier-list): Added
4960e757 74 inferior-emacs-lisp-mode.
73496807 75 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 76 heuristics to decide if vi state is appropriate.
73496807
GM
77 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
78 (viper-non-hook-settings): Don't advise read-key-sequence.
79 (viper-read-key-sequence): New function that replaces the
4960e757
MK
80 previously used advice to read-key-sequence.
81
73496807
GM
82 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
83 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
84 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
85 (viper-open-line-at-point,viper-substitute,viper-overwrite)
86 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
87 Got rid of the negative character hack.
4960e757 88 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
89 Use viper-read-key-sequence.
90 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 91 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 92 Don't override existing minibuffer-setup-hook.
4960e757 93 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
73496807
GM
94 Convert registers to char data type.
95 (viper-autoindent): Use viper-indent-line.
4960e757 96
73496807 97 * viper-keym.el: Use viper-exec-key-in-emacs.
4960e757 98
05824718
SM
992001-07-20 Stefan Monnier <monnier@cs.yale.edu>
100
101 * server.el (server-visit-files): Fix variable name typo.
102
6e07c0a5
GM
1032001-07-20 Gerd Moellmann <gerd@gnu.org>
104
05824718 105 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
106 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
107
5b6858da
SM
1082001-07-19 Stefan Monnier <monnier@cs.yale.edu>
109
110 * progmodes/compile.el (compilation-parse-errors): `linenum' might
111 return a this-error using the alternative format (a pair of markers).
112
794d58ba
GM
1132001-07-19 Gerd Moellmann <gerd@gnu.org>
114
4e2a256b
GM
115 * font-lock.el (c++-keywords): Add Standard C++ operator names.
116
794d58ba
GM
117 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
118 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 119
381194d0
PJ
1202001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
121
122 * international/iso-transl.el: Fix typo in the header of the file.
123
124 * textmodes/picture.el (picture): Doc fix.
125
126 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
127 follow coding conventions in generated files.
128
27009a49
EZ
1292001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
130
5b6858da 131 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
132 (tool-bar-add-item): Don't call image-related primitives if the
133 display doesn't support images.
134
135 * frame.el (display-images-p): New function.
136
467f1209
GM
1372001-07-17 Gerd Moellmann <gerd@gnu.org>
138
139 * server.el (server-visit-files): Handle the case the specified
140 column number is <= 0.
141
1422001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
143
144 * startup.el (command-line-1): Add support for +LINE:COLUMN
145 command line argument.
146
1472000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
148
5b6858da
SM
149 * server.el (server-process-filter, server-visit-files):
150 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 151
9781053a
PJ
1522001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
153
154 * emacs-lisp/easy-mmode.el: Add Keywords header.
155
156 * play/pong.el: Author has new address.
157
158 * play/landmark.el: Author is no more reachable.
159
160 * play/handwrite.el: Author is no more reachable.
161
5b6858da
SM
1622001-07-17 Stefan Monnier <monnier@cs.yale.edu>
163
164 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
165 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
166 Complete bindings for F<1..12> keys.
167 (global-map): Remove `undo' binding (already in the default).
168 Replace `t<n>' bindings with `f<n>' bindings.
169
a38b71b0
SM
1702001-07-16 Stefan Monnier <monnier@cs.yale.edu>
171
172 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
173 (tcl-mode): Use tcl-add-log-defun.
174 (tcl-indent-line): Use tcl-calculate-indent.
175 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
176 (tcl-indent-exp): Renamed from indent-tcl-exp.
177 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
178 (tcl-indent-for-comment): Call comment-indent-function properly
179 and handle the case where it returns nil.
180
c1d61a7d
GM
1812001-07-16 Gerd Moellmann <gerd@gnu.org>
182
a38b71b0
SM
183 * calendar/cal-islam.el (calendar-goto-islamic-date):
184 Remove autoload cookie.
185
186 * calendar/calendar.el (calendar-goto-islamic-date):
187 Add call to autoload.
c1d61a7d 188
c59fb719
SM
1892001-07-16 Stefan Monnier <monnier@cs.yale.edu>
190
191 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
192 Don't change compile-auto-highlight globally.
193 Don't bother with `font-lock-defaults' property since XEmacs
194 also understands the `font-lock-defaults' variable.
195 Use make-local-variable rather than make-variable-buffer-local.
196 Don't `defconst' comment-indent-function: keep the default.
197 Call easy-menu-add unconditionally.
198 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
199 (ada-create-menu): Use :included for Emacs as well.
200
201 * vc.el (vc-do-command): Autoload.
202
203 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
204
652a9be9
PJ
2052001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
206
207 * ps-print.el: Fix Author: header.
208
c3d6be34
GM
2092001-07-16 Gerd Moellmann <gerd@gnu.org>
210
4391d40d
GM
211 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
212 mouse-1 etc., bind them to `ignore'.
213
c3d6be34
GM
214 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
215 send-invisible, which is already defined in Comint.
216 (eshell-watch-for-password-prompt): Use it.
217
e8af40ee
PJ
2182001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
219
3c3e43ef
PJ
220 * which-func.el (which-func-mode): Doc fix.
221
e8af40ee 222 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
223 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
224 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
225 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
226 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
227 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
228 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
229 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
230 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
231 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
232 * emulation/edt-mapper.el, emulation/edt-pc.el,
233 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
234 * emulation/tpu-edt.el, emulation/tpu-extras.el,
235 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
236 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
237 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
238 * international/isearch-x.el, international/iso-cvt.el,
239 * international/ogonek.el, international/quail.el,
240 * international/utf-8.el, jit-lock.el, language/devan-util.el,
241 * language/devanagari.el, language/ethio-util.el,
242 * language/ethiopic.el, language/european.el, language/indian.el,
243 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
244 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
245 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
246 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
247 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
248 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
249 * progmodes/autoconf.el, progmodes/cmacexp.el,
250 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
251 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
252 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
253 * progmodes/ebnf2ps.el, progmodes/executable.el,
254 * progmodes/fortran.el, progmodes/idlw-shell.el,
255 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
256 * progmodes/m4-mode.el, progmodes/mantemp.el,
257 * progmodes/meta-mode.el, progmodes/octave-inf.el,
258 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
259 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
260 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
261 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
262 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
263 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
264 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
265 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
266 * textmodes/two-column.el, time-stamp.el, timezone.el,
267 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
268 * which-func.el, whitespace.el, wid-browse.el, widget.el,
269 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
270 conventions.
271
bb24c64f
GM
2722001-07-16 Gerd Moellmann <gerd@gnu.org>
273
274 * simple.el (set-variable): Require 'cus-edit' instead of
275 `wid-edit', so that the Custom widgets get defined.
276
6a05d05f
PJ
2772001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
278
279 * allout.el: A fix to follow coding conventions.
280
281 * find-lisp.el: A fix to follow coding conventions.
282
283 * term/w32-win.el: A fix to follow coding conventions.
284
285 * textmodes/sgml-mode.el: A fix to follow coding conventions.
286
287 * term/xterm.el: A fix to follow coding conventions.
288
289 * term/news.el: A fix to follow coding conventions.
290
291 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
292 header line fixed.
293
294 * sun-curs.el: Fix Maintainer: header line.
295
296 * emacs-lisp/easymenu.el: Address of the author added.
297
1b85bd12
GM
2982001-07-16 Gerd Moellmann <gerd@gnu.org>
299
300 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
301 property.
302
6e44da43
PJ
3032001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
304
305 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 306 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
307 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
308 Some fixes to follow coding conventions.
6e44da43 309
6033fc96
GM
3102001-07-16 Gerd Moellmann <gerd@gnu.org>
311
312 * which-func.el (which-func-mode): Doc fix.
313
5d3d1e32
SM
3142001-07-15 Stefan Monnier <monnier@cs.yale.edu>
315
316 * net/rcompile.el (remote-compile): Use make-local-variable.
317
318 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
319
320 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
321
322 * mail/reporter.el (reporter-submit-bug-report):
323 Don't abuse make-variable-buffer-local. Fix call to add-hook.
324
55535639
PJ
3252001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
326
3afbc435 327 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
328 * calendar/cal-dst.el, calendar/cal-french.el,
329 * calendar/cal-hebrew.el, calendar/cal-islam.el,
330 * calendar/cal-iso.el, calendar/cal-julian.el,
331 * calendar/cal-mayan.el, calendar/cal-persia.el,
332 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
333 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
334 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
335 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
336 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
337 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
338 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
339 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
340 * progmodes/ada-xref.el, progmodes/cc-align.el,
341 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
342 * progmodes/cc-defs.el, progmodes/cc-engine.el,
343 * progmodes/cc-langs.el, progmodes/cc-menus.el,
344 * progmodes/cc-styles.el, progmodes/cc-vars.el,
345 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
346 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
347 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
348 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
349 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
350 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
351 conventions in Eshell files with known maintainers.
352
353 * emulation/viper.el: A fix to follow coding conventions.
354
60370d40 355 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
356 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
357 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
358 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
359 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
360 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
361 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
362 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
363 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
364 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
365 conventions in Eshell files.
366
367 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
368 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
369 * emulation/pc-mode.el, emulation/viper-cmd.el,
370 * emulation/viper-ex.el, emulation/viper-init.el,
371 * emulation/viper-keym.el, emulation/viper-macs.el,
372 * emulation/viper-mous.el, emulation/viper-util.el,
373 * emulation/viper.el, forms-pass.el, international/ccl.el,
374 * international/characters.el, international/encoded-kb.el,
375 * international/fontset.el, international/ja-dic-cnv.el,
376 * international/ja-dic-utl.el, international/kinsoku.el,
377 * international/kkc.el, international/mule-cmds.el,
378 * international/mule-diag.el, international/mule-util.el,
379 * international/mule.el, international/titdic-cnv.el,
380 * language/china-util.el, language/chinese.el,
381 * language/cyril-util.el, language/cyrillic.el, language/english.el,
382 * language/greek.el, language/hebrew.el, language/japan-util.el,
383 * language/japanese.el, language/korea-util.el, language/korean.el,
384 * language/lao-util.el, language/lao.el, language/misc-lang.el,
385 * language/slovak.el, language/thai-util.el, language/thai.el,
386 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
387 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
388 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
389 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
390 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
391 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
392 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
393 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
394 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
395 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
396 to follow coding conventions in files without maintainer or in files
397 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
398
399 * emacs-lisp/elp.el: A fix to follow coding conventions.
400
715a2ca2 401 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
402 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
403 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
404 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
405 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
406 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
407 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
408 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
409 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
410 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
411 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
412 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
413 conventions in files from Gnus.
414
55535639 415 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
416 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
417 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
418 * echistory.el, electric.el, emacs-lisp/authors.el,
419 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
420 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
421 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
422 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
423 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
424 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
425 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
426 * international/codepage.el, international/iso-ascii.el,
427 * international/iso-insert.el, international/iso-transl.el,
428 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
429 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
430 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
431 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
432 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
433 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
434 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
435 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
436 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
437 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
438 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
439 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
440 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
441 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
442 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
443 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
444 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
445 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
446 * textmodes/tex-mode.el, textmodes/text-mode.el,
447 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
448 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
449 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
450 files maintained by FSF.
451
1cd7adc6
PJ
4522001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
453
454 * arc-mode.el: A fix to follow coding conventions.
455
456 * bindings.el: Ditto.
457
458 * cdl.el: Ditto.
459
460 * comint.el: Ditto.
461
462 * cus-start.el: Ditto.
463
464 * shell.el: Ditto.
465
466 * skeleton.el: Ditto.
467
07b1b912
SM
4682001-07-13 Stefan Monnier <monnier@cs.yale.edu>
469
470 * info.el (Info-build-node-completions):
471 Make Info-current-file-completions buffer local.
472
09938b67
GM
4732001-07-13 Gerd Moellmann <gerd@gnu.org>
474
e0f82ad8 475 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 476 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 477
07b1b912
SM
478 * calendar/cal-islam.el (calendar-goto-islamic-date):
479 Add autoload cookie.
aa11456f 480
09938b67
GM
481 * play/fortune.el: Add types to defcustoms.
482
ebea5735
PJ
4832001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
484
09938b67 485 * language/czech.el: A fix to follow coding conventions.
ebea5735 486
ec7dc7e1
EZ
4872001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
488
489 * speedbar.el (speedbar-supported-extension-expressions): Add .g
490 to the extension list, for antlr-mode. From Christoph Wedler
491 <Christoph.Wedler@sap.com>.
492
ec402ad4
SM
4932001-07-11 Stefan Monnier <monnier@cs.yale.edu>
494
495 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
496 (vc-dired-mode-map): Fix the madness.
497
498 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
499 (vc-prefix-map): Moved back from vc.el.
500
a777242c
GM
5012001-07-11 Gerd Moellmann <gerd@gnu.org>
502
07b1b912
SM
503 * mail/mail-extr.el (mail-extr-all-top-level-domains):
504 Increase the size of the obarray.
a777242c
GM
505 (mail-extr-all-top-level-domains): Add more toplevel domains,
506 add more long names.
507 From: Per Starback <starback@ling.uu.se>.
508
874d7995
EZ
5092001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
510
511 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
512 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
513
514 * progmodes/ada-mode.el: Ditto.
515
516 * progmodes/ada-xref.el: Ditto.
517
ff524b84
MB
5182001-07-11 Miles Bader <miles@gnu.org>
519
520 * finder.el (finder-insert-at-column): Also move to the next line
521 if exactly at COLUMN.
522
6b05fae3
GM
5232001-07-10 Gerd Moellmann <gerd@gnu.org>
524
6ce5615d
GM
525 * help.el (describe-function-1): When printing FUNCTION's
526 documentation, don't assume FUNCTION is a symbol.
527
6b05fae3
GM
528 * startup.el (normal-top-level): Don't operate on the initial
529 frame if we failed to create one.
530
19da29f9
GM
5312001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
532
533 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
534 itself, i.e. only indent the contents in it.
535
6f19114e
GM
5362001-07-10 Markus Rost <rost@math.ohio-state.edu>
537
538 * mail/rmail.el (rmail-show-message): Show beginning of message in
539 all windows containing it.
540
8184a578
EZ
5412001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * term/tty-colors.el: Fix the header line and copyright years.
544
524ac5b2
GM
5452001-07-09 Gerd Moellmann <gerd@gnu.org>
546
4033ae9d
GM
547 * emacs-lisp/advice.el (ad-make-advised-definition): If the
548 original definition has an interactive form, but is Elp
549 instrumented, use the interactive form of the function called by
550 elp-wrapper.
551
59c2dcf4
GM
552 * winner.el (winner-equal): Make it a defun. Don't compare Winner
553 configurations with compare-window-configuration; they aren't
554 window configurations.
555
524ac5b2
GM
556 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
557 from the server for the format we expect. Don't use it if it
c59fb719 558 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 559
06c66e1c 560 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
561 From Luis Fernandes <elf@ee.ryerson.ca>.
562
524ac5b2 5632001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
564
565 * cc-cmds.el: Extended the kludge to interoperate with the
566 delsel and pending-del packages wrt to the new function
567 `c-electric-delete-forward'.
568
851040a5
SM
5692001-07-08 Stefan Monnier <monnier@cs.yale.edu>
570
571 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
572 to delay the call to <mode> for global minor modes.
573 (easy-mmode-define-navigation): Only recenter if interactive.
574
6573d87f
GM
5752001-07-06 Gerd Moellmann <gerd@gnu.org>
576
a25e82a8
GM
577 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
578 to lisp-indent-line.
579
6573d87f
GM
580 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
581 from the server. Call encode-time only when we are sure that we
582 got a 213 response.
583
c1a1fd60
GM
5842001-07-06 Simon Josefsson <jas@extundo.com>
585
586 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
587 (mail-envelope-from): New user option.
588 (sendmail-send-it): Use it.
589
4b81a999
GM
5902001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
591
851040a5
SM
592 * ps-print.el: Use locale dependant date to print date in header.
593 Doc fix.
4b81a999
GM
594 (ps-print-version): New version number (6.5.3).
595 (ps-right-header, ps-right-footer): Initialization and doc fix.
596 (ps-time-stamp-locale-default): New fun.
597
a2cc5c4f
GM
5982001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
599
600 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
601 field problem with MIME-mode.
602
603 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
604
6052001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
606
607 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
608 MIME-mode.
609
a9b511e0
EZ
6102001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
611
612 * bindings.el (mode-line-mule-info): Don't show the tip with
613 buffer-file-coding-system if that is nil.
614
0f60e5ff
GM
6152001-07-05 Gerd Moellmann <gerd@gnu.org>
616
f25cfe53
GM
617 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
618 instead of kill-line.
619
5f72adc0
GM
620 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
621 <Pavel@Janik.cz>.
622
623 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
624 <Pavel@Janik.cz>.
0f60e5ff 625
b5e2c7a7
GM
6262001-07-04 Gerd Moellmann <gerd@gnu.org>
627
628 * font-lock.el (c-font-lock-keywords-3): When matching something
629 like `struct X Y', finish with point after Y.
630
e5836af8 6312001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 632
e5836af8 633 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 634 in caller buffer.
e5836af8 635
f1c53471
EZ
6362001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
637
bf4041b6 638 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
639 instead of string-match to find the basename of the file.
640 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 641
851040a5
SM
642 * net/browse-url.el (browse-url-default-windows-browser):
643 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
644 (browse-url-browser-function) [ms-dos]: Default to
645 browse-url-default-windows-browser.
646
f1c53471
EZ
647 * help.el (locate-library): Enable code that looks for compressed
648 libraries if auto-compression-mode is on.
649
4ce5c223
SM
6502001-07-02 Stefan Monnier <monnier@cs.yale.edu>
651
652 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
653
dd441b46
GM
6542001-07-02 Gerd Moellmann <gerd@gnu.org>
655
4ce5c223 656 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 657
7a3ee510
EZ
6582001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
659
33e432b1
EZ
660 * allout.el: Fix the header line, so that finder.el recognizes it.
661 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
662
4ce5c223
SM
663 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
664 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 665
3024d920
EZ
6662001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
667
4ce5c223 668 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 669
3024d920
EZ
670 * ps-bdf.el (bdf-directory-list): Use the value relative to
671 installation-directory for MS-Windows as well.
672
0c1baae8
RS
6732001-06-29 Richard M. Stallman <rms@gnu.org>
674
675 * wid-edit.el (widget-color-sample-face-get):
676 Return ((foreground-color . COLOR)) instead of constructing a face.
677
442ebe98
EZ
6782001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
679
680 * faces.el (region): Change the background color for the
681 light-background color display to lightgoldenrod2, to make it
682 visible on some laptops.
683
6519817e
RS
6842001-06-28 Richard M. Stallman <rms@gnu.org>
685
686 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
687 (rmail-msg-restore-non-pruned-header): Likewise.
688 If point was in the old pruned header, put it at the top.
689 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 690
6519817e
RS
691 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
692 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
693
15533ae2
SM
6942001-06-28 Stefan Monnier <monnier@cs.yale.edu>
695
696 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
697
19a448e3
KF
6982001-06-28 Karl Fogel <kfogel@red-bean.com>
699
700 * saveplace.el: Update maintainer email address.
701
a17555fd
FP
7022001-06-27 Francesco Potorti` <pot@gnu.org>
703
15533ae2
SM
704 * uniquify.el: (uniquify-rationalize-file-buffer-names):
705 Undo previous change.
a17555fd
FP
706
7072001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
708
709 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
710 preliminary quick reordering. Can speed things up dramatically.
711
555cc9ca
RS
7122001-06-26 Richard M. Stallman <rms@gnu.org>
713
4d68abe0
RS
714 * dired.el (dired-get-filename): A file name starting with ~
715 is not absolute in this context.
716
555cc9ca
RS
717 * which-func.el (which-func-maxout): Increase default to 500000.
718 (which-function-mode): This is now the "real" name of the function.
719 (which-func-mode): Now an alias.
720 (which-func-mode-global): Name deleted.
721
722 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
723 button-2, when binding hs-mouse-toggle-hiding.
724
d9bad487
GM
7252001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
726
15533ae2 727 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
728 (rmail-msg-prune-header): Likewise.
729 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
730 and `rmail-msg-prune-header'.
731
da197e75
SM
7322001-06-25 Stefan Monnier <monnier@cs.yale.edu>
733
734 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
735 back than LINEBEG.
736
9501b986
EZ
7372001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
738
739 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
740 window where they clicked the mouse has a header line, adjust
741 vertical movement by one.
742
7aee34d3
GM
7432001-06-25 Milan Zamazal <pdm@zamazal.org>
744
da197e75
SM
745 * progmodes/glasses.el (glasses-make-readable): Consider underscores
746 too when separating a parenthesis.
7aee34d3 747
b9cc92a4
EZ
7482001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
749
750 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
751 (bookmark-bmenu-hide-filenames): Add help-echo to
752 mouse-highlighted text.
753 (bookmark-bmenu-show-filenames): Remove help-echo property from
754 the whitespace.
755
e55c4863
EZ
7562001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
757
da197e75
SM
758 * files.el (auto-mode-alist): Add configure.ac (autoconf).
759 From Karl Eichwalder <ke@suse.de>.
e55c4863 760
4bd41f5a
RS
7612001-06-23 Richard M. Stallman <rms@gnu.org>
762
763 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
764
765 * progmodes/cc-styles.el (c-set-style): Don't specify initial
766 contents for completing-read.
767
fdae95d4
RS
7682001-06-22 Richard M. Stallman <rms@gnu.org>
769
770 * menu-bar.el (menu-bar-make-toggle): Construct the
771 function's doc string from HELP, not DOC, and make it accurate by
772 adding "Toggle whether to " at the front and downcasing the initial.
773 Change the HELP arg in some calls to make it fit this usage.
774
775 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
776 Undo previous change.
777
5f0e1d42
EZ
7782001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
779
1fd63d9b
EZ
780 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
781
da197e75 782 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 783
2ebf8f54
EZ
7842001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
785
7a03d9cd
EZ
786 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
787
2ebf8f54
EZ
788 * dabbrev.el (dabbrev--select-buffers): Fix last change.
789
4de68712
RS
7902001-06-20 Richard M. Stallman <rms@gnu.org>
791
792 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
793 broken out from dabbrev--find-expansion. Handle minibuffer
794 specially here.
795 (dabbrev--find-expansion): Simplify code in various ways.
796 Don't treat minibuffers specially.
797 Call dabbrev--make-friend-buffer-list.
da197e75 798 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
799 (dabbrev--scanning-message): Do nothing when minibuffer is current.
800
f84e9763 8012001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 802
f84e9763
JW
803 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
804 Also, added a comment describing how to greatly speedup Eshell
805 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 806
f5f3efaa 8072001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 808
da197e75
SM
809 * eshell/esh-mode.el: Disabled a test that often yields false failures.
810
f84e9763
JW
8112001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
812
813 * woman.el (WoMan-highlight-references): Add help-echo to
814 mouse-highlighted text.
b868ed49 815
f7ac3e28
SM
8162001-06-18 Stefan Monnier <monnier@cs.yale.edu>
817
818 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
819
f6f1beba
GM
8202001-06-18 Gerd Moellmann <gerd@gnu.org>
821
f7ac3e28
SM
822 * international/quail.el (quail-start-conversion):
823 Reset quail-translating to nil.
db8f7303 824
f6f1beba
GM
825 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
826 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
827
1a0b9ae6
EZ
8282001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
829
855eca56
EZ
830 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
831 mouse-highlighted text.
832
1a0b9ae6
EZ
833 * dired.el (dired-mark-pop-up): Fix last change.
834
e75e894b
EZ
8352001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
836
218abc51
EZ
837 * calendar/calendar.el (generate-calendar-month): Add help-echo to
838 mouse-highlighted text.
839
d36ca65d
EZ
840 * net/quickurl.el (quickurl-url-file): Run through
841 convert-standard-filename.
842 (quickurl-list-populate-buffer): Add help-echo to
843 mouse-highlighted text.
844 (top-level): Update Dave's URL.
845
092924fd
EZ
846 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
847 mouse-highlighted text.
848
f7ac3e28
SM
849 * textmodes/page-ext.el (pages-copy-header-and-position):
850 Add help-echo to mouse-highlighted text.
092924fd
EZ
851
852 * tar-mode.el (tar-header-block-summarize): Add help-echo to
853 mouse-highlighted text.
854
855 * replace.el (occur): Add help-echo to mouse-highlighted text.
856
857 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
858 mouse-highlighted text.
859
860 * progmodes/cpp.el (cpp-make-button): Add help-echo to
861 mouse-highlighted text.
862
f7ac3e28
SM
863 * progmodes/compile.el (compile-reinitialize-errors):
864 Add help-echo to mouse-highlighted messages.
092924fd
EZ
865 (compilation-forget-errors): Remove help-echo property as well.
866
f7ac3e28
SM
867 * play/landmark.el (lm-plot-square, lm-init-display):
868 Add help-echo to mouse-highlighted text.
092924fd 869
f7ac3e28
SM
870 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
871 Add help-echo to mouse-highlighted text.
092924fd
EZ
872
873 * dired.el (dired-insert-set-properties): Add help-echo to
874 mouse-highlighted text.
f7ac3e28 875 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
876
877 * comint.el (comint-send-input): Add help-echo to
878 mouse-highlighted text.
879
880 * buff-menu.el (list-buffers-noselect): Add help-echo to
881 mouse-highlighted text.
882
883 * arc-mode.el (archive-summarize-files): Add help-echo to
884 mouse-highlighted text.
885
e75e894b
EZ
886 * ffap.el (ffap-machine-p): Always return nil if
887 open-network-stream is not fboundp.
888
f621ed9d
SM
8892001-06-17 Stefan Monnier <monnier@cs.yale.edu>
890
891 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
892 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
893 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
894 incorrectly binding chars between 128 and 256 to it.
895 (sgml-maybe-name-self): Handle latin-1 chars properly.
896 (sgml-tags-invisible): Bind buffer-file-name to nil.
897 Use unwind-protect and restore-buffer-modified-p.
898 (sgml-point-entered): Use buffer-substring-no-properties.
899 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
900 (html-mode): Don't force `imenu-sort-function'.
901
884e8578
EZ
9022001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
903
d5b49f47
EZ
904 * tar-mode.el: Fix the copyright notice.
905
ce6b1982
EZ
906 * font-lock.el (font-lock-comment-face): For tty's with dark
907 background, use "red1", since "lightred" is not one of the colors
908 recognized by tty-colors.el.
909
884e8578
EZ
910 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
911 create a buffer for extracted file, in case there's more than one
912 file by that name in an archive, possibly in different
913 directories. From Kevin Rodgers <kevinr@ihs.com>.
914
915 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
916 <alex@gnu.org>.
917
72190a54
MB
9182001-06-15 Miles Bader <miles@gnu.org>
919
f621ed9d
SM
920 * textmodes/texinfmt.el (texinfo-format-syntax-table):
921 Revert previous change.
72190a54 922
e4cdc335
RS
9232001-06-14 Richard M. Stallman <rms@gnu.org>
924
925 * replace.el (keep-lines-read-args): Return just a regexp.
926 Provide nil for the region args.
f621ed9d 927 (keep-lines, flush-lines, how-many):
e4cdc335
RS
928 Calculate the defaults for the region here, when args are nil.
929
c8c6b45a
EZ
9302001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * rot13.el (rot13-other-window): Some more doc fix.
933
f54701d1
EZ
9342001-06-14 Per Starback <starback@ling.uu.se>
935
936 * replace.el (case-replace, query-replace-from-history-variable)
937 (query-replace-to-history-variable, keep-lines-read-args)
938 (occur-revert-function, query-replace-help): Dox fix.
939
1604ce98
EZ
9402001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * rot13.el (rot13-other-window): Doc fix.
943
22058843
MB
9442001-06-14 Miles Bader <miles@gnu.org>
945
946 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
947 of " and \ to "." (punctuation).
948 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
949
e4cdc335
RS
9502001-06-13 Richard M. Stallman <rms@gnu.org>
951
952 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
953
954 * simple.el (shell-command-on-region): Never kill the
955 *Shell Command Output* buffer.
956
a62d56ab
SM
9572001-06-13 Stefan Monnier <monnier@cs.yale.edu>
958
959 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
960
4a0aa1d9
SM
9612001-06-10 Stefan Monnier <monnier@cs.yale.edu>
962
963 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
964 New var, to recognize ${ $' and PODs.
965 (perl-font-lock-syntactic-face-function): New function.
966 (perl-mode): Use them.
967 (perl-continuation-line-p): New function, from perl-calculate-indent.
968 (perl-calculate-indent): Use it, to properly handle continuation
969 lines of continuation lines.
970
b5a9911c
EZ
9712001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * server.el (server-process, server-buffer-clients): Doc fix.
974 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
975
0f056ec1
JW
9762001-06-09 John Wiegley <johnw@gnu.org>
977
978 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
979 test if the last command was Lisp or not.
980 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
981 B x C".
982
e5e316b0
EZ
9832001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
984
985 * dos-w32.el (grep-regexp-alist): Remove definition, since the
986 general one on compile.el supports drive letters.
7f4350a7
CD
987
9882001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
989
5a905a7e 990 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 991 key description.
7f4350a7
CD
992
993 * textmodes/reftex-sel.el (reftex-select-jump): New command.
994
5a905a7e 995 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
996 (reftex-toc-jump): New command.
997
998 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 999 to parse international characters as well.
7f4350a7 1000
5a905a7e 1001 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1002 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1003
5a905a7e
SM
1004 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1005
1006 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1007 TAB to the key separators.
7f4350a7 1008
73419021
EZ
10092001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1010
1011 * international/mule.el (auto-coding-alist): Remove redundant
1012 up-cased versions of the extensions (auto-coding-alist-lookup is
1013 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1014 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1015
cada28bb
EZ
10162001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1017
1018 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1019
4f7666dc
RS
10202001-06-01 Richard M. Stallman <rms@gnu.org>
1021
1022 * help.el (describe-variable): Put value on same line
1023 with preceding text, if it is short enough to look good that way.
1024
70079787
EZ
10252001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1026
1027 * term/internal.el (IT-unicode-translations): New variable.
1028 (IT-setup-unicode-display): New function.
1029
c86f4619
GM
10302001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1031
1032 * ps-print.el: Handle before-string and after-string overlay properties
1033 in ps-print-*-with-faces commands. Doc fix.
1034 (ps-print-version): New version number (6.5.2).
1035 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1036 for XEmacs.
1037 (ps-prefix-quote): Doc fix.
c6d452ad 1038 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1039 (ps-basic-plot-str, ps-plot-string): New funs.
1040
1ea98518
SM
10412001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1042
1043 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1044 and :type spec.
1045
2b1ec973
GM
10462001-05-31 Gerd Moellmann <gerd@gnu.org>
1047
1ea98518
SM
1048 * international/mule-cmds.el (inactivate-input-method):
1049 Set input-method-function to nil.
2b1ec973 1050
94843cc1
GM
1051 * xml.el (xml-parse-tag): The document may contain invalid characters.
1052 From ShengHuo ZHU <zsh@cs.rochester.edu>
1053
9652931f
GM
10542001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1055
1056 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1057 `rmail-summary-line-decoder' if the message does not have
1058 a Subject: field.
9652931f 1059
1ea98518 1060 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1061
1ea98518
SM
1062 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1063 New variable.
9652931f
GM
1064 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1065 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1066 is non-nil.
1067
f7ac3e28
SM
10682001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1069
1070 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1071
b781e739
SS
10722001-05-29 Sam Steingold <sds@gnu.org>
1073
00f51890
SS
1074 * faces.el (face-valid-attribute-values): Bind `valid' directly
1075 instead of using `setq'.
1076
b781e739
SS
1077 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1078 Use `tex-shell-buf'.
1079 (tex-shell-proc): Use `tex-shell-running'.
1080 (tex-shell-buf-no-error): New function.
1081 (tex-send-tex-command): Use it.
1082 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1083 (tex-kill-job): Check the process before calling `quit-process'.
1084
3d0e328b
GM
10852001-05-29 Gerd Moellmann <gerd@gnu.org>
1086
1ea98518
SM
1087 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1088 UTF-8 sequences.
3d0e328b 1089
8bd6307f
GM
10902001-05-28 Miles Bader <miles@gnu.org>
1091
1092 * comint.el (comint-carriage-motion): Renamed from
1093 `comint-cr-magic'. Operate on the buffer instead of the string
1094 (for use as a comint post-output filter, instead of as a
1095 pre-output filter). Handle backspaces too. Add to the
1096 `comint-output-filter-functions' hook instead of
1097 `comint-preoutput-filter-functions'.
1098
89c8dc6c
GM
10992001-05-28 Gerd Moellmann <gerd@gnu.org>
1100
1101 * language/japan-util.el (japanese-hankaku): Prefer the charset
1102 `jisx0201' when the optional argument `ascii-only' is not specified.
1103 (japanese-hankaku-region): Ditto.
1104 From Katsumi Yamaoka <yamaoka@jpl.org>
1105
f25c1b9b
SM
11062001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1107
1108 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1109 (outline-invisible-p): New function.
1110 (hide-leaves): Save excursion.
1111 (hide-other): Stop looping when reaching bobp.
1112
719bb352
EZ
11132001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1114
1115 * cus-edit.el (custom-file): Fix last change.
1116
d686d354
SM
11172001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1118
1119 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1120 same definition in byte-compile-function-environment as `autoload'
1121 would put in `symbol-function'.
1122
1123 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1124 patch to correct the error message as well.
1125
49b1a638
EZ
11262001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1127
71261a01
EZ
1128 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1129 unless ~/.emacs exists.
1130
49b1a638
EZ
1131 * novice.el (enable-command): If user-init-file is nil or does not
1132 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1133
a434b175
SM
11342001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1135
15ca8de7
SM
1136 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1137 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1138 Allow spaces around macro arguments.
1139 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1140 indent-for-tab-command.
1141 (latex-mode-map, plain-tex-mode-map): New keymaps.
1142 Inherit from tex-mode-map.
1143 (tex-common-initialization): Don't setup the keymap any more
1144 since it's now done right by define-derived-mode.
1145 (latex-mode): Set skeleton-end-hook to nil.
1146 (latex-skeleton-end-hook): Remove.
1147 (tex-latex-block, latex-insert-item): Simplify.
1148 (latex-syntax-after): Use following-char rather than char-after.
1149 (tex-discount-args-cmds, tex-count-words): New functions.
1150
1151 * textmodes/tildify.el (tildify-ignored-environments-alist):
1152 Recognize \verb* as well.
1153
1154 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1155 (perl-comment-indent): Simplify to let newcomment.el do its job.
1156 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1157 (perl-mark-function): Cleanup the namespace.
1158 (perl-calculate-indent): Don't be fooled by nested functions.
1159
1160 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1161
a434b175
SM
1162 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1163 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1164
4e7e1f03
AC
11652001-05-25 Andrew Choi <akochoi@i-cable.com>
1166
1167 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1168 actually be `\\'.
1169 (ctlau-b5-converter): Likewise.
1170
2bef0948
AC
11712001-05-24 Andrew Choi <akochoi@i-cable.com>
1172
1173 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1174 Change CTLauB.el to CTLau-b5.el.
1175
d2d1851b
SM
11762001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1177
1178 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1179 rather than beginning-of-line to avoid problems with fields.
1180 (gud-perldb-massage-args): Use unless and push.
1181 (gud-chdir-before-run): New var.
1182 (gud-common-init): Use it.
1183
5e3d4fbc
AC
11842001-05-24 Andrew Choi <akochoi@i-cable.com>
1185
1186 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1187 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1188 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1189 chinese-ctlaub.
d2d1851b
SM
1190 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1191 New functions.
5e3d4fbc 1192
0216c3df
GM
11932001-05-22 Gerd Moellmann <gerd@gnu.org>
1194
f1f65349
GM
1195 * cus-edit.el (custom-comment-show): Remove debug code.
1196
0216c3df
GM
1197 * language/japan-util.el (japanese-symbol-table): Fix handling of
1198 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1199
e8a1ed31
SM
12002001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1201
1202 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1203 Renamed by removing the silly `-flag' suffix.
1204 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1205
7246200c
SM
12062001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1207
1208 * replace.el (keep-lines-read-args): Use `copy-marker'.
1209 (how-many): Save excursion properly.
1210 (occur-mode): Use define-derived-mode.
1211 (perform-replace): Use with-current-buffer.
1212
7e971261
RS
12132001-05-20 Richard M. Stallman <rms@gnu.org>
1214
65569e52
RS
1215 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1216
cc9684e8
RS
1217 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1218
9ca00e71
RS
1219 * info.el (Info-read-subfile): Widen before finding the
1220 desired node in the subfile.
1221
7e971261
RS
1222 * startup.el (command-line-1): When >2 files visited,
1223 leave the last one visible, and make that the selected window.
1224
7c5312b2
GM
12252001-05-20 Gerd Moellmann <gerd@gnu.org>
1226
1227 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1228
310e9a21
EZ
12292001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1230
7246200c
SM
1231 * international/ccl.el (define-ccl-program): Fix a typo.
1232 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1233
1234 * international/mule.el (decode-char): Fix a typo. From Pavel
1235 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1236
1237 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1238 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1239
310e9a21
EZ
1240 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1241 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1242
ef55aa6c
SS
12432001-05-18 Sam Steingold <sds@gnu.org>
1244
7246200c 1245 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1246 and [RET] to `cvs-mode-find-file'.
1247
c9f3bebe
JW
12482001-05-18 John Wiegley <johnw@gnu.org>
1249
1250 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1251 configuration variable, which determines the initial character
1252 that forces use of an external version of a command. The default
1253 is *, but may be set to \, for example.
1254
1255 * eshell/esh-ext.el (eshell-explicit-command):
1256 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1257
c9f3bebe
JW
1258 * eshell/esh-cmd.el (eshell/which):
1259 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1260
7c5312b2
GM
1261 * eshell/em-cmpl.el (eshell-completion-command-name)
1262 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1263 instead of ?*.
1264
1c66d9fb
GM
12652001-05-18 Gerd Moellmann <gerd@gnu.org>
1266
a724ed38
GM
1267 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1268 subst-char-in-string.
1269 (ange-ftp-after-parse-ls-hook): New variable.
1270 (ange-ftp-ls): Run that hook.
1271 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1272
0595722b
GM
1273 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1274 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1275 text into *Completions*.
1276
1c66d9fb
GM
1277 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1278 part of which look like email addresses.
1279
c5bdb93d
AI
12802001-05-18 Andrew Innes <andrewi@gnu.org>
1281
7246200c
SM
1282 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1283 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1284 cmd.exe's handling of FOR loops.
1285 (autoloads): Set find-file-suppress-same-file-warnings to t to
1286 avoid slew of spurious messages.
1287
9a1211f2
GM
12882001-05-18 Simon Josefsson <simon@josefsson.org>
1289
1290 * mail/smtpmail.el (maybe-append-domain): Renamed to
1291 `smtpmail-maybe-append-domain'.
1292 (smtpmail-via-smtp): Use the new name.
1293
29148a3f
GM
1294 * net/browse-url.el (browse-url-browser-function): Add kde.
1295 (browse-url-kde-program, browse-url-kde-args): New variables.
1296 (browse-url-kde): New function.
1297
9ab59a1a
MB
12982001-05-18 Miles Bader <miles@gnu.org>
1299
7246200c
SM
1300 * simple.el (delete-horizontal-space, just-one-space):
1301 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1302 because it's more efficient for large files.
1303
cebf1b97
GM
13042001-05-17 Gerd Moellmann <gerd@gnu.org>
1305
f90c23ca
GM
1306 * mail/rmail.el (rmail-require-mime-maybe): New function.
1307 (rmail): Use it.
1308 (rmail-mode): Handle the case of finding Rmail files.
1309
cebf1b97
GM
1310 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1311 functions.
1312
df22166e
SM
13132001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1316 text-property after moving to the beginning of line and regardless
1317 of the value of font-lock-multiline.
1318
2ca0d5f1
GM
13192001-05-17 Gerd Moellmann <gerd@gnu.org>
1320
e85e809a
GM
1321 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1322
2ca0d5f1
GM
1323 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1324 last coding system used before calling set-buffer-modified-p
1325 because that function changes last-coding-system.
1326
4c6a4739
EZ
13272001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1328
1329 * files.el (switch-to-buffer-other-window)
1330 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1331 the doc string.
1332
f08cf35b
GM
13332001-05-17 Gerd Moellmann <gerd@gnu.org>
1334
1335 * language/slovak.el, language/czech.el: New maintainer.
1336
2180ea97
SS
13372001-05-16 Sam Steingold <sds@gnu.org>
1338
f08cf35b 1339 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1340 sub-form of `defgeneric' correctly.
1341
9bae8781
GM
13422001-05-16 Gerd Moellmann <gerd@gnu.org>
1343
a90b3d3c
GM
1344 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1345 of `c'.
1346
1b7818b4 1347 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1348 condition-case, test what outline-level returns instead, to
1349 ease debugging.
1b7818b4 1350
9bae8781
GM
1351 * international/mule.el (auto-coding-regexp-alist): New user-option.
1352 (auto-coding-from-file-contents): New function.
1353 (set-auto-coding): Use it to determine a coding system.
1354
7644c605
GM
13552001-05-15 Gerd Moellmann <gerd@gnu.org>
1356
18a0a39e
GM
1357 * mouse.el (mouse-delete-other-windows): Doc fix.
1358
df22166e
SM
1359 * emacs-lisp/lisp-mode.el (lisp-mode):
1360 Make font-lock-keywords-case-fold-search a buffer-local variable with
1361 make-local-variable before setting it.
7644c605 1362
940cf42e
EZ
13632001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1364
1365 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1366 prefixes.
1367
557f7c34
GM
13682001-05-14 Gerd Moellmann <gerd@gnu.org>
1369
1370 * hexl.el (hexl-current-address): Print a message when called
1371 interactively.
1372
14d9b141
SM
13732001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1374
1375 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1376
1377 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1378
1379 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1380
7bd2d083
GM
13812001-05-11 Gerd Moellmann <gerd@gnu.org>
1382
47e72862
GM
1383 * startup.el (command-line): If parameters have been changed in
1384 the init files which influence font selection, clear the face
1385 cache so that faces get realized with the new parameters.
1386
14d9b141 1387 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1388
0f49941f
SM
13892001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1390
1391 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1392
cbeed4a8
EZ
13932001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1394
1395 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1396 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1397
ff9aa2ca
GM
13982001-05-10 Gerd Moellmann <gerd@gnu.org>
1399
1400 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1401 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1402
b2c99950
JW
14032001-05-09 John Wiegley <johnw@gnu.org>
1404
0f49941f
SM
1405 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1406 Annotated the documentation string to tell users about
3cb27fd7
JW
1407 `eshell-no-numeric-conversions'.
1408
c26f6b27
JW
1409 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1410 conversions if a Lisp function has the property
1411 `eshell-no-numeric-conversions' set to a non-nil value.
1412
1413 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1414 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1415 property `eshell-no-numeric-conversions' on the following
1416 functions (which all deal with filesystem entities, and never Lisp
1417 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1418 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1419 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1420 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1421 eshell/which, eshell/addpath.
1422
14232001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1424
d089e299
JW
1425 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1426 encountered as an argument, don't convert it right away, but tag
1427 the first character of the string with the text properties
1428 `number', which signifies to `eshell-lisp-command' that the
1429 argument should be passed through `string-to-number' if it is
1430 actually used in the call to a Lisp function.
1431
1432 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1433 function, convert any string arguments that have been tagged as
1434 "numbers", by calling string-to-number.
1435
1436 * eshell/esh-util.el (eshell-number-regexp): Now that number
1437 conversions only happen for Lisp function calls, the number regexp
1438 should now match all integer and floating point forms.
1439
1440 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1441 `eshell-continue-process', since they are both nonfunctional at
1442 the moment.
1443 (eshell-proc-initialize): Don't bind keys for
1444 `eshell-stop-process' or `eshell-continue-process'.
1445
0f49941f
SM
1446 * eshell/em-unix.el (eshell-shuffle-files):
1447 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1448
1449 * eshell/em-hist.el (eshell-add-to-history): Reference to
1450 `eshell-history-ring' needed to be `eshell-history-index'.
1451
0f49941f
SM
1452 * calendar/timeclock.el (timeclock-find-discrep):
1453 Initialize `elapsed' to 0.
cb89da0f
JW
1454 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1455 it's still nil.
b2c99950 1456
ff39b9a1
SM
14572001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1458
1459 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1460 (archive-mode): Use capitalize.
1461 (archive-unique-fname): Use make-temp-file.
1462
9e53a675
GM
14632001-05-09 Gerd Moellmann <gerd@gnu.org>
1464
1465 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1466
c8224de6
EZ
14672001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1468
c533a7e2
EZ
1469 * tar-mode.el (tar-extract): Pay attention to the value of
1470 coding-system-for-read, if it is non-nil.
1471
ff39b9a1
SM
1472 * calendar/holidays.el (holidays): Add an autoload cookie.
1473 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1474
1c8c9fb8
JW
14752001-05-08 John Wiegley <johnw@gnu.org>
1476
ff39b9a1
SM
1477 * calendar/timeclock.el (timeclock-workday-remaining):
1478 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1479 (timeclock-workday-elapsed): Don't accept a "relative" argument
1480 for the current day's elapsed time. What could that have meant?
ff39b9a1 1481 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1482 (timeclock-when-to-leave): Changed logic, similarly to what was
1483 done for `timeclock-workday-remaining'.
1484 (timeclock-find-discrep): Removed "today-only" argument, which had
1485 no meaning. Fixed some more math problems. The function now
1486 returns a three member list: (TOTAL-TIME-DISCREPANCY
1487 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1488
5f47fb28
EZ
14892001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1490
1491 * w32-fns.el (convert-standard-filename): Start replacing slashes
1492 from the beginning of the file name, not from where the last
1493 invalid character was. From "Andrew Maguire (SWW)"
1494 <Andrew.Maguire@Smallworld.co.uk>
1495
6da5c7da
GM
14962001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1497
1498 The following changes are to provide infrastructure for handling
1499 MIME messages to rmail. They don't affect the original behaviour
1500 if rmail-enable-mime is nil.
1501
1502 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1503 (rmail-search-mime-message-function)
1504 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1505 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1506 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1507 `rmail-view-buffer' is hidden.
6da5c7da
GM
1508 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1509 call rmai-show-mime-function.
1510 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1511 mode-line-process of rmail-view-buffer.
1512 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1513 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1514 buffer.
ff39b9a1
SM
1515 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1516 set-buffer to the Rmail buffer.
6da5c7da
GM
1517 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1518 rmail-search-mime-header-function.
1519 (rmail-search-message): New function.
1520 (rmail-search): Call rmail-search-message to check if a message
1521 matches REGEXP, lastly update point after calling
1522 rmail-show-message.
ff39b9a1
SM
1523 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1524 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1525 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1526 header region, refer to rmail-msgref-vector while setting the
1527 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1528 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1529 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1530 rmail-insert-mime-forwarded-message-function instead of inserting
1531 forwarded message by itself.
1532
1533 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1534 Rmail buffer.
1535 (rmail-set-label, rmail-next-labeled-message): Likewise.
1536
1537 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1538 set-buffer to the Rmail buffer.
1539 (rmail-output-to-rmail-file): Likewise.
1540 (rmail-output): Likewise.
1541
1542 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1543 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1544 (rmail-new-summary): Be sure to go to the Rmail buffer.
1545 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1546 rmail-view-buffer to nil.
1547 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1548 rmail-view-buffer.
1549 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1550 rmail-buffer.
1551 (rmail-summary-scroll-msg-down): Likewise.
1552 (rmail-summary-beginning-of-message): Likewise.
1553 (rmail-summary-wipe): Likewise.
1554 (rmail-summary-toggle-header): Use save-window-excursion, not
1555 save-excursion. Update point in rmail-view-buffer, not in
1556 rmail-buffer.
1557 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1558 rmail-view-buffer, not rmail-buffer.
1559
5092477a
GM
15602001-05-07 Gerd Moellmann <gerd@gnu.org>
1561
1e9fc92e
GM
1562 * cus-edit.el (custom-file): Signal an error if user-init-file is
1563 nil (running -q).
1564
1d053370
GM
1565 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1566
ff39b9a1
SM
1567 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1568 Add :version.
1569
1570 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1571 New option.
1b62b062
GM
1572 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1573 only if smtpmail-warn-about-unknown-extensions is set.
1574
f851a71c
GM
1575 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1576 instead of rmail-sort-by-keywords.
1577
ff39b9a1 1578 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1579 rmail-sort-by-keywords.
1580
ff39b9a1
SM
1581 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1582 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1583 (rmail-summary-mode): Doc fix.
1584
5092477a
GM
1585 * mail/rmail.el (rmail-edit): New Custom group.
1586
1587 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1588 (rmail-edit-mode-hook): New user-option.
1589
05be3833
RS
15902001-05-05 Richard M. Stallman <rms@gnu.org>
1591
1592 * help.el (help-xref-symbol-regexp): Recognize "source of"
1593 and friends, meaning make a link to the source file.
1594 (help-make-xrefs): Handle "source of" and friends
1595 by constructing a link that visits the source file.
1596
1597 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1598
7dfb000f
SM
15992001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1600
5efe6a56
SM
1601 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1602 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1603 Renamed from perl-font-lock-keywords to avoid clashes.
1604 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1605 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1606 Updated correspondingly.
1607
7dfb000f
SM
1608 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1609 Typo `nonexistant' -> `nonexistent'.
1610
88bbb8cb
EZ
16112001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1612
7dfb000f
SM
1613 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1614 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1615 `c-electric-delete-forward' always deletes forward and
1616 `c-electric-delete' only contains the code necessary for XEmacs to
1617 choose between backward and forward deletion.
7dfb000f 1618
88bbb8cb
EZ
1619 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1620 get the electric behavior on that key too.
1621 (c-fill-paragraph): Fixed bogus direct use of
1622 c-comment-prefix-regexp, which caused an error when it's a list.
1623
a1af8dcf
EZ
16242001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1625
1626 * dired-aux.el (dired-diff): Doc fix.
1627
1628 * dired.el (dired-diff): Likewise.
1629
ddfb4005
EZ
16302001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1631
1632 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1633
b36581fb
SM
16342001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1635
80a00b6a
SM
1636 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1637 if both the buffer and the file are read-only.
1638
b36581fb
SM
1639 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1640 rather than font-lock-string-face.
1641 (sh-get-indent-info): Treat heredocs like strings.
1642
470bbe9b
GM
16432001-05-02 Gerd Moellmann <gerd@gnu.org>
1644
b36581fb
SM
1645 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1646 a newline following `}'.
3356df63
GM
1647 (texinfo-format-email): New function.
1648 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1649 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1650 Add `display'.
3356df63
GM
1651 (texinfo-sort-region): Goto point-min before sorting.
1652 (texinfo-set): Remove leading white space from value.
1653 From yagi@is.titech.ac.jp.
1654
470bbe9b
GM
1655 * replace.el (query-replace-regexp-eval): Doc fix.
1656
a9d2fd1d
SM
16572001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1658
1659 * diff-mode.el (diff-nonexistant-face): New face.
1660 (diff-font-lock-keywords): Use it.
1661
2b3e941a
EZ
16622001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1663
22cd6fd3
EZ
1664 * font-lock.el (font-lock-mode): Doc fix.
1665
2b3e941a
EZ
1666 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1667 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1668
50df7214
GM
16692001-04-30 Gerd Moellmann <gerd@gnu.org>
1670
a9d2fd1d
SM
1671 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1672 backslash at the start of the here-document delimiter.
a9793e45
GM
1673 (sh-font-lock-syntactic-keywords): Likewise.
1674
50df7214
GM
1675 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1676
e2f599e9
EZ
16772001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1680 (tty-color-translate, tty-color-by-index, tty-color-values)
1681 (tty-color-desc): Doc fix.
1682
dcaf31d3
EZ
16832001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1684
1685 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1686 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1687 Mention dired-dwim-target in the doc string.
dcaf31d3 1688
a6a06429
MB
16892001-04-28 Miles Bader <miles@gnu.org>
1690
1691 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1692 (dabbrev--find-expansion): Use it.
1693 (dabbrev--select-buffers): Don't select ignored buffers.
1694
5a5d9185
GM
16952001-04-27 Gerd Moellmann <gerd@gnu.org>
1696
a9d2fd1d 1697 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1698
c5b82005
RS
16992001-04-26 Richard M. Stallman <rms@gnu.org>
1700
1701 * dabbrev.el: Add doc strings for some functions.
1702 (dabbrev--eliminate-newlines): New variable.
1703 (dabbrev--substitute-expansion): Convert newlines to spaces
1704 if dabbrev--eliminate-newlines is set.
1705 If abbrev and expansion are both all-lower-case,
1706 leave dabbrev--last-case-pattern nil.
1707
7cff9c6f
GM
17082001-04-26 Gerd Moellmann <gerd@gnu.org>
1709
1710 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1711 if necessary, like in rmail-show-message.
1712
efa89c1f
GM
17132001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1714
1715 * ps-print.el: Color specified by number is forced to be float number.
1716 (ps-print-version): New version number (6.5.1.1).
1717 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1718 initialization.
1719 (ps-prefix-quote): New internal var.
1720 (ps-print-quote): New fun.
1721 (ps-setup, ps-output-frame-properties, ps-float-format)
1722 (ps-format-color): Code fix.
a9d2fd1d
SM
1723 (ps-plot-region): Eliminate redundant foreground color text setting.
1724
d3111e5a
EZ
17252001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1728
a728644c
GM
17292001-04-25 Gerd Moellmann <gerd@gnu.org>
1730
1731 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1732
4ecdf04d
EZ
17332001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1734
4645bb68
EZ
1735 * info.el (Info-additional-directory-list): Doc fix.
1736
4ecdf04d 1737 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1738 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1739 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1740
7cd512f2
SM
17412001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1742
1dc64fca
SM
1743 * progmodes/make-mode.el (makefile-font-lock-keywords):
1744 Rationalize the rules for includes and conditionals and use the
1745 keyword face for them.
1746
7cd512f2
SM
1747 * faces.el (modify-face): Add compatibility for non-interactive use.
1748
ffeb5c1c
JW
17492001-04-24 John Wiegley <johnw@gnu.org>
1750
1751 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1752 fix from last night, since it wasn't finding eshell/cd.
1753
35f901fa
GM
17542001-04-24 Gerd Moellmann <gerd@gnu.org>
1755
1756 * rect.el (string-rectangle): Revert to 20.x behaviour.
1757 (replace-rectangle): Make it an alias for string-rectangle.
1758 (string-insert-rectangle): New function.
1759
c7b1b508
JW
17602001-04-23 John Wiegley <johnw@gnu.org>
1761
1762 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1763 occurring with Emacs 21's diff.el/compile.el interaction layer.
1764
17652001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1766
1767 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1768 case where the function was defined in a file, but not part of an
1769 eshell module.
1770
157975e3
JW
17712001-04-23 John Wiegley <johnw@gnu.org>
1772
1773 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1774 code to work around a redisplay problem I've been having.
1775
3dc630b9
JW
17762001-04-23 John Wiegley <johnw@gnu.org>
1777
1778 * calendar/timeclock.el (timeclock-day-required): If the time
1779 required for a particular day is not set, use `timeclock-workday'.
1780 (timeclock-find-discrep): Added some sample code in a comment.
1781
1782 * eshell/eshell.el (eshell-command): Made a few changes so that
1783 `eshell-command' could be called programmatically.
1784
7cd512f2 1785 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1786
7cd512f2 1787 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1788
3ae14dd9 17892001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1790
1791 * calendar/timeclock.el: Updated copyright.
1792 (timeclock-generate-report): Don't report the daily or two-week
1793 total, if no time has been worked in that period.
1794 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1795 final computational form, which was unnecessary; corrected a
1796 parsing problem when timeclock-relative was nil.
1797
3ae14dd9 17982001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1799
1800 * calendar/timeclock.el (timeclock-modeline-display): Check if
1801 `list-entry' is null.
1802 (timeclock-use-display-time): The first argument to `set-variable'
1803 must be a symbol.
1804
53e1a74c
EZ
18052001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1808 (calendar-today-marker, calendar-holiday-marker):
1809 Use display-color-p instead of window-system.
53e1a74c
EZ
1810 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1811 instead of window-system.
1812 (calendar-hide-window): Use display-multi-frame-p instead of
1813 window-system.
1814
1815 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1816 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1817 Use display-multi-frame-p instead of window-system.
53e1a74c 1818
23b809c2
GM
18192001-04-23 Gerd Moellmann <gerd@gnu.org>
1820
1d14e80c
GM
1821 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1822
23b809c2
GM
1823 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1824 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1825
b5eeaa1d
GM
18262001-04-23 Alex Schroeder <alex@gnu.org>
1827
1828 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1829 line-end-position a defalias is used for point-at-bol and point-at-eol.
1830
b5eeaa1d
GM
18312001-04-23 Alex Schroeder <alex@gnu.org>
1832
1833 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1834 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1835
ac1470eb
EZ
18362001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1837
1838 * textmodes/paragraphs.el (sentence-end): Doc fix.
1839
624ef9b3
GM
18402001-04-20 Alex Schroeder <alex@gnu.org>
1841
1842 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1843 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1844
18452001-04-20 Alex Schroeder <alex@gnu.org>
1846
1847 * sql.el (sql-db2-program): New option.
1848 (sql-db2-options): New option.
1849 (sql-db2): New function.
1850
18512001-04-20 Alex Schroeder <alex@gnu.org>
1852
1853 * sql.el (sql-mode-menu): Added highlighting entries.
1854 (sql-highlight-oracle-keywords): New function.
1855 (sql-highlight-postgres-keywords): New function.
1856 (sql-highlight-ansi-keywords): New function.
1857
18582001-04-20 Alex Schroeder <alex@gnu.org>
1859
1860 * sql.el (sql-help): Doc change.
1861
9f3703ab
KF
18622001-04-19 Karl Fogel <kfogel@collab.net>
1863
1864 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1865 that inserted file content only to delete it immediately.
1866 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1867 <lektu@uol.com.br> for the patch.
1868
2a83a11d
SM
18692001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1870
1871 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1872
6f4dd4dc
GM
18732001-04-18 Gerd Moellmann <gerd@gnu.org>
1874
0f8d6dc7
GM
1875 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1876 for defmethod.
1877
6f4dd4dc
GM
1878 * comint.el (comint-cr-magic): New function.
1879 (toplevel): Add it to comint-preoutput-filter-functions.
1880
90200fcc
AI
18812001-04-18 Andrew Innes <andrewi@gnu.org>
1882
1883 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1884 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1885 (recompile): Remove stuff to set EMACSLOADPATH.
1886
daa66f34
GM
18872001-04-18 Gerd Moellmann <gerd@gnu.org>
1888
edc5c81d
GM
1889 * language/slovak.el ("Slovak"): Add tutorial entry.
1890
daa66f34
GM
1891 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1892 browse-url-new-window-p.
1893
5d5845dc
EZ
18942001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1895
1896 * info.el (Info-menu-update): When there are no menus and/or no
1897 cross references in the node, make the respective items of the
1898 Info menu-bar menu inactive.
1899
1c8addd0
GM
19002001-04-17 Gerd Moellmann <gerd@gnu.org>
1901
f4f480bd
GM
1902 * indent.el (indent-for-tab-command): Call indent-line-function
1903 with no argument if PREFIX-ARG is non-nil.
1904
1c8addd0
GM
1905 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1906
8f9ab403
EZ
19072001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1910 an async subprocess if start-process is unavailable. Suggested by
1911 Tim Van Holder <tim.van.holder@pandora.be>.
1912
60322163
EZ
19132001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1914
1915 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1916 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1917
e372bc67
EZ
19182001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1921 manual.
1922
28037ecf
SM
19232001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1924
1925 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1926 (cvs-menu): Add a few entries.
1927
1928 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1929 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1930 lock file appears to be reachable from Emacs.
1931 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1932 (cvs-mode-find-file): Look for cvs-header-face rather than
1933 cvs-dirname-face (which doesn't exist).
1934 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1935
1936 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1937
5d5e7f53
EZ
19382001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1939
1940 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1941 normal-erase-is-backspace on a tty. Instead, bind some keys such
1942 as [delete] directly, like pc-select.el did before
1943 normal-erase-is-backspace was invented.
1944
118562e1 19452001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1946
1947 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1948
6c9e58c4
JW
19492001-04-11 John Wiegley <johnw@gnu.org>
1950
28037ecf
SM
1951 * eshell/em-ls.el (eshell-ls-insert-directory):
1952 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1953 buffers, if Eshell's ls is being used.
1954
118562e1 19552001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1956
28037ecf
SM
1957 * calendar/timeclock.el (timeclock-completing-read): New function.
1958 (timeclock-ask-for-project, timeclock-ask-for-reason):
1959 Call `timeclock-completing-read'.
978bd3ea
JW
1960
1961 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1962 required where `member' was being used.
1963
118562e1 19642001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1965
28037ecf
SM
1966 * eshell/em-hist.el (eshell-previous-matching-input):
1967 Don't display "History item" if the the minibuffer is active.
978bd3ea 1968
30cb0001
GM
19692001-04-11 Gerd Moellmann <gerd@gnu.org>
1970
1971 * startup.el (command-line): Output a newline after printing
1972 an error from loading the window system's init file.
1973
e38af9bd
EZ
19742001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1975
28037ecf
SM
1976 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1977 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1978 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1979 keywords whose arguments routinely include @@.
1980
bbf63a7b
GM
19812001-04-10 Gerd Moellmann <gerd@gnu.org>
1982
28037ecf
SM
1983 * emacs-lisp/advice.el (ad-make-advised-definition):
1984 Construct advice for subrs differently.
afffeb57 1985
3fe35f35 1986 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1987 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1988
c8d6d636 1989 * simple.el (completion-list-mode-finish): New function.
28037ecf 1990 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1991
2a52f40e 1992 * language/european.el ("Polish"): Change sample text.
28037ecf 1993 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1994
cf8b1bef
GM
1995 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1996 parameter.
1997
bbf63a7b
GM
1998 * faces.el (menu): Doc fix.
1999
719d83ad 20002001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2001
2002 * ps-print.el: Footer implementation. Doc fix.
2003 (ps-print-version): New version number (6.5.1).
2004 (ps-header-frame-alist): New customization var for header frame
2005 properties.
2006 (ps-line-number-color): New customization var for line number color.
2007 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2008 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2009 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2010 (ps-right-footer): New customization vars for footers.
2011 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2012 footers.
2013 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2014 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2015 Code fix.
319acba0
GM
2016 (ps-prologue-file): Indentation fix.
2017 (ps-print-quote): Fun eliminated.
2018 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2019 (ps-output-frame-properties): New fun.
2020 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2021 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2022
e372bc67 20232001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2024
2025 * eshell/eshell.el (eshell-command): Needed a "%s" format
2026 specifier, in case the buffer contains percent characters.
2027
e372bc67 20282001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2029
2030 * calendar/timeclock.el (timeclock-generate-report): Added a
2031 missing insert of the project name.
2032
9f9a5e7a
GM
20332001-04-09 Gerd Moellmann <gerd@gnu.org>
2034
9170e5d4 2035 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2036
865e97c1 2037 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2038 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2039 From: Dave Love <fx@gnu.org>.
2040
cf3885ac 2041 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2042 (server-visit-files): Run server-visit-hook after going to
2043 line 1 so that the hook can set point as it sees fit.
2044
9f9a5e7a
GM
2045 * bindings.el (mode-line-modified): Unify help messages.
2046
51f32106
EZ
20472001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2048
2049 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2050 All callers changed.
2051
e02160a3
EZ
20522001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2053
8e6bb0d0
EZ
2054 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2055 long file names aren't supported, truncate the file names in
2056 quail-misc-package-ext-info to 8+3 before matching them against
2057 FILENAME.
2058
2059 * dos-fns.el (dos-truncate-to-8+3): New function.
2060
ec321d77
EZ
2061 * progmodes/compile.el (grep-compute-defaults): Use null-device
2062 instead of literal /dev/null. Reported by Jens Schmidt
2063 <schmidt@mathematik.uni-kl.de>.
2064
e02160a3
EZ
2065 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2066
cf3885ac
SM
20672001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2068
2069 * textmodes/sgml-mode.el: Add unknown maintainer.
2070 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2071 (html-mode-map): Use set-keymap-parent.
2072
3ffb33bb
DL
20732001-04-06 Dave Love <fx@gnu.org>
2074
2075 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2076 Remove redundant string-to-list.
2077
8f625692
SM
20782001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2079
2080 * composite.el (reference-point-alist): Doc fix.
2081
1087f198
SS
20822001-04-05 Sam Steingold <sds@gnu.org>
2083
8f625692
SM
2084 * font-lock.el (font-lock-keywords-case-fold-search):
2085 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2086 file made font-lock case-insensitive.
2087
a55e4e68
GM
20882001-04-05 Gerd Moellmann <gerd@gnu.org>
2089
0e4892e2
GM
2090 * faces.el (defface menu): Doc fix.
2091
4d664b04
GM
2092 * wid-edit.el (widget-color-sample-face-get): Don't make
2093 faces for undefined colors.
2094
a55e4e68
GM
2095 * version.el (emacs-version): Include LessTif/Motif version info.
2096
f383cd0d
GM
20972001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2098
2099 * ps-mule.el: Eliminate cl package dependence.
2100 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2101 if they aren't defined yet.
2102 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2103 Eliminate cl package dependence.
2104
de28797f
SM
21052001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2106
2107 * progmodes/cc-cmds.el (c-outline-level):
2108 Bind buffer-invisibility-spec. Originally from Dave Love, but
2109 got lost when incorporating version 5.26.
2110
32df8b47
EZ
21112001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2112
de28797f
SM
2113 * emulation/pc-select.el (pc-selection-mode):
2114 Call normal-erase-is-backspace-mode instead of binding
2115 keys individually.
58e4f61d 2116
7f62656b
EZ
2117 * cus-load.el (normal-erase-is-backspace): Use it instead of
2118 delete-key-deletes-forward.
2119
2120 * startup.el (command-line): Use normal-erase-is-backspace and
2121 normal-erase-is-backspace-mode.
2122
2123 * simple.el (normal-erase-is-backspace): Rename from
2124 delete-key-deletes-forward. Doc fix.
2125 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2126 delete-key-deletes-forward-mode. Doc fix.
2127 Run normal-erase-is-backspace-hook.
7f62656b 2128
32df8b47 2129 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2130 ``human-readable'' format produced by GNU `ls'.
2131 (dired-move-to-filename-regexp): Recognize ISO format dates.
2132 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2133
5efa6032
GM
21342001-04-04 Gerd Moellmann <gerd@gnu.org>
2135
2136 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2137 New functions.
de28797f
SM
2138 (lm-verify): Check keywords.
2139 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2140
d757aac1
EL
21412001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2142
2143 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2144 `xemacs' feature instead of for the function `set-extent-property'.
2145
9832760a
SM
21462001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * mail/mh-utils.el (mh-folder-hist): New var.
2149 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2150
d565f6aa
EZ
21512001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2152
2153 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2154 region, position point on the first or last 16-byte group.
2155 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2156 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2157 hexl-beginning-of-line.
2158
24c0fd39
GM
21592001-04-03 Gerd Moellmann <gerd@gnu.org>
2160
5efa6032
GM
2161 * icomplete.el (icomplete-mode): Treat an argument like other
2162 modes do.
2163
b3f6107b
GM
2164 * startup.el (fancy-splash-head): Use splash8.xpm for color
2165 depth 8.
2166
24d451c5
SM
2167 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2168 Add an antry for ``converts''.
476bf681 2169
24d451c5
SM
2170 * language/slovak.el ("Slovak"): Add documentation string.
2171 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2172
450f6970
GM
2173 * language/czech.el ("Czech"): Add documentation string.
2174 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2175
24d451c5
SM
2176 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2177 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2178
21792001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2180
2181 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2182 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2183 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2184 Use `defsubst' rather than a macro to ease debugging.
2185 (mail-extr-last): Remove (use `last' instead).
2186 (mail-extract-address-components): Properly reset the syntax-table
2187 after parsing an address. Use `last' rather than mail-extr-last.
2188 Make sure the end marker stays at the very end.
24c0fd39 2189
2b908342
EZ
21902001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2191
2192 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2193 last change.
2194
acfb077d
GM
21952001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2196
2197 * ps-print.el: Line and paragraph spacing feature. Region to cut
2198 out when printing. Doc fix.
2199 (ps-print-version): New version number (6.5).
24d451c5
SM
2200 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2201 New vars. Line and paragraph spacing feature.
acfb077d
GM
2202 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2203 out when printing.
2204 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2205 (ps-get-font-size, ps-begin-job, ps-continue-line)
2206 (ps-plot-region): Code fix.
2207 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2208 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2209 New internal vars.
acfb077d
GM
2210 (ps-get-size): New fun.
2211 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2212 (ps-next-line): Replace defun by defsubst.
2213 (ps-mule-plot-string): Autoload doc fix.
2214
2215 * ps-bdf.el: XEmacs compatibility. Doc fix.
2216 (installation-directory, coding-system-for-read): Declare vars if
2217 it's not declared yet.
2218 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2219
2220 * ps-mule.el: XEmacs compatibility. Doc fix.
2221 (leading-code-private-22): Declare var if it's not declared yet.
2222 (charset-bytes, charset-dimension, charset-id, charset-width)
2223 (find-charset-region, split-char, char-width, chars-in-region)
2224 (forward-point, decompose-composite-char, encode-coding-string)
2225 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2226 Define funs if not defined yet.
2227 (encode-composition-rule, find-composition): Define funs if not
2228 loaded yet.
2229 (ps-mule-prologue): PostScript code fix.
2230
22312001-04-02 Kenichi Handa <handa@etl.go.jp>
2232
2233 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2234 non-nil, generate font for the header strings.
2235 (ps-mule-prepare-font): Likewise.
2236 (ps-mule-generate-glyphs): Likewise.
2237 (ps-mule-string-encoding): Likewise.
2238 (ps-mule-header-charsets): New variable.
2239 (ps-mule-encode-header-string): New function.
2240 (ps-mule-header-string-charsets): New function.
2241 (ps-mule-begin-job): Check charsets in the header strings. If there
2242 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2243
2244 * ps-print.el (ps-generate-header-line): Encode the header string by
2245 ps-mule-encode-header-string.
2246 (ps-mule-encode-header-string): Declare autoload.
2247
c0eb3c10
GM
22482001-04-02 Gerd Moellmann <gerd@gnu.org>
2249
24d451c5
SM
2250 * frame.el (cursor-in-non-selected-windows):
2251 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2252
a3d0b0e0
KH
22532001-03-31 Kenichi Handa <handa@etl.go.jp>
2254
2255 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2256 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2257 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2258 (tsang-quick-converter): New function.
24d451c5
SM
2259 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2260 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2261 (miscdic-convert, batch-miscdic-convert): New functions.
2262
55f7832c
KH
22632001-03-30 Kenichi Handa <handa@etl.go.jp>
2264
a2217cd8
KH
2265 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2266 eight-bit-control chars.
2267
55f7832c 2268 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2269 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2270
911a2406
EZ
22712001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2272
2273 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2274 string as well.
2275
1a518f2c
AS
22762001-03-30 Andreas Schwab <schwab@suse.de>
2277
2278 * files.el (backup-directory-alist): Fix typo.
2279
ef080b16
EZ
22802001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2281
2282 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2283 <eggert@twinsun.com>.
2284
e4174a55
DL
22852001-03-30 Dave Love <fx@gnu.org>
2286
2287 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2288
9d5d1075
EZ
22892001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2290
2291 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2292
a27b451e
MB
22932001-03-30 Miles Bader <miles@gnu.org>
2294
2295 * subr.el (interactive-form): Fix paren typo.
2296
aea51abe
EZ
22972001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2298
2299 * emacs-lisp/profile.el: Say that it's obsolete in the header
2300 line, so that finder.el puts that into its data-base.
2301 Suggested by Alex Schroeder <alex@gnu.org>.
2302
249dd409
EZ
23032001-03-29 Paul Eggert <eggert@twinsun.com>
2304
2305 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2306 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2307
1ac1fa96
SM
23082001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2309
2310 * generic.el (generic-mode-set-comments): Use "" rather than nil
2311 for comment-end.
2312
e2b8a830
GM
23132001-03-29 Gerd Moellmann <gerd@gnu.org>
2314
1ac1fa96
SM
2315 * emacs-lisp/advice.el (ad-make-advised-definition):
2316 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2317
2318 * subr.el (interactive-form): New function.
2319
8b2375e7
AS
23202001-03-29 Andre Spiegel <spiegel@gnu.org>
2321
2322 * vc-sccs.el (vc-sccs-register): Use relative file names.
2323
f827b862
GM
23242001-03-28 Gerd Moellmann <gerd@gnu.org>
2325
e59d0e9d
GM
2326 * bookmark.el (bookmark-get-bookmark): Handle case that
2327 BOOKMARK is not a string.
2328
deb2613a
GM
2329 * image.el (image-type-regexps): Change type for PS files
2330 to `postscript'.
2331
f827b862
GM
2332 * subr.el (read-passwd): Clear command history after each
2333 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2334
3c9449d0
KH
23352001-03-27 Kenichi Handa <handa@etl.go.jp>
2336
2337 * international/kkc.el (kkc-save-init-file): Locally bind
2338 print-length to nil.
2339
e6b13c74
GM
23402001-03-26 Gerd Moellmann <gerd@gnu.org>
2341
e120bebf
GM
2342 * textmodes/flyspell.el: Some doc fixes.
2343 (flyspell-maybe-correct-transposition)
2344 (flyspell-maybe-correct-doubling): Use a temporary buffer
2345
2346 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2347
5f6c5771 2348 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2349 (byte-optimize-form-code-walker): Diagnose too few arguments
2350 for `if' and `while'.
2351
2b984c45
KH
23522001-03-26 Kenichi Handa <handa@etl.go.jp>
2353
2354 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2355 Prepend `\' to "\<quail-translation-docstring>".
2356
bf2150fa
GM
23572001-03-26 Gerd Moellmann <gerd@gnu.org>
2358
5f6c5771
SM
2359 * autorevert.el (global-auto-revert-non-file-buffers):
2360 Remove duplicate defcustom.
bf2150fa 2361
a0d59316
MB
23622001-03-26 Miles Bader <miles@gnu.org>
2363
5f6c5771
SM
2364 * international/latin1-disp.el (latin1-char-displayable-p):
2365 Add leading "-" for X font pattern.
a0d59316 2366
9edbff6c
KH
23672001-03-26 Kenichi Handa <handa@etl.go.jp>
2368
5f6c5771
SM
2369 * international/mule-diag.el (describe-coding-system):
2370 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2371 charsets they can encode.
2372
50b57199
EZ
23732001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2374
2375 * help.el (view-lossage): Mention open-dribble-file in the doc
2376 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2377
5b83f9c0
SM
23782001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2379
2380 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2381 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2382
e0ecbf5c
KH
23832001-03-23 Kenichi Handa <handa@etl.go.jp>
2384
5b83f9c0
SM
2385 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2386 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2387 multibyte sequence can work correctly.
2388 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2389 property of the coding system.
2390
1cc218de
SM
23912001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2392
2393 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2394 Fix transcription typo.
2395
a3db02ad
RV
23962001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2397
2398 * whitespace.el: Add buffer local variables to toggle testing of
2399 whitespaces in buffers without affecting the default values.
a3db02ad 2400 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2401 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2402 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2403 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2404
83c9cb8e
SM
24052001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2408
180d5509
GM
24092001-03-21 Gerd Moellmann <gerd@gnu.org>
2410
eeb5b5c1
GM
2411 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2412 bs-cycle-configuration-name. From Juanma Barranquero
2413 <lektu@uol.com.br>.
2414
170a9e70
GM
2415 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2416 and cc-vars.el.
2417
180d5509
GM
2418 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2419 headers. Always invoke sendmail with option -t.
2420
130c507e
GM
24212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2422
2423 * Release of cc-mode 5.28.
2424
24252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2426
2427 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2428 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2429 It's instead taken care of by the default value for c-default-style.
130c507e 2430
130c507e
GM
24312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2432
2433 * cc-align.el (c-lineup-math): Fix bug where lineup was
2434 triggered by equal signs in string literals.
2435
24362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2437
2438 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2439 limit detection when at the ends of the buffer.
2440
2441 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2442 "for" statement clause in case 7F; a better one is done
2443 earlier in case 7D anyway.
2444
24452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2446
2447 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2448 somewhat more and did a small optimization.
2449
24502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2451
2452 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2453 Use the limit argument only to limit the syntactic context
2454 search, not to limit the actual movement.
2455
2456 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2457 inside multiline strings, just like in comments. Also various
2458 fixes to the paragraph and comment prefix recognition, block
2459 comment ender handling etc.
2460
24612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2462
2463 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2464 the relative position of the point.
2465
2466 * cc-cmds.el (c-electric-continued-statement): New function to
2467 use as abbrev hook to reindent for keywords such as "else"
2468 that continues an earlier statement.
2469
2470 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2471 like classes.
2472
2473 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2474 (pike-mode): Populate the default abbrev tables to reindent for
2475 keywords such as "else" that can continue earlier statements.
2476 Abbrev mode is therefore turned on by default now. (Note that
2477 this doesn't apply to idl-mode, since IDL afaik doesn't have
2478 statements at all.)
2479
24802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2481
2482 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2483 bracelists where the declaration contains template arguments.
2484
24852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2486
83c9cb8e
SM
2487 * cc-cmds.el (c-comment-indent):
2488 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2489 syntactic indentation. Fixes bug with lineup functions that
2490 return vectors.
2491
2492 * cc-engine.el (c-get-syntactic-indentation): Split the
2493 indentation sum calculation from `c-indent-line' to a separate
2494 function.
2495
24962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2497
2498 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2499 Fixed places where it was assumed that preprocessor directives
2500 have to start in column zero.
2501
2502 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2503 template arguments after a class identifier properly.
2504
2505 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2506 lists for `new Foo[]' constructs in Java as expressions and
2507 not top level definition brace lists on the top level, so that
2508 they'll get indented consistently with the same type of
2509 expression in a normal block.
2510
25112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2512
2513 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2514 whether the adaptive filling package fails to keep the comment
2515 prefix is now kludged further to check for filladapt-mode
2516 which doesn't have that problem. This is really icky, but it's
2517 the only way that works with the current misfeatures/bugs in
2518 both adaptive-fill-mode and filladapt-mode.
2519
2520 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2521 around point is recognized more robust.
2522
25232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2524
2525 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2526 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2527 (c-lit-type): Fixed all internal variables used dynamically so
2528 that they are always bound.
2529
2530 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2531 errors:
2532
2533 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2534 the region is fully reindented even when an error occurs.
2535 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2536 whole lot of code that tried to optimize indentation of whole
2537 sexps but in reality accomplishes nothing.
2538
2539 (c-indent-sexp): Use c-indent-region.
2540
2541 (c-parsing-error): Changed this variable to hold the message
2542 for any syntactic error that is discovered.
2543
2544 (c-parse-state): Search backward from point instead of the bod
2545 position when the latter is invalid. This makes CC Mode
2546 recover faster when there are unbalanced close braces.
2547
2548 (c-backward-to-start-of-if): Use c-parsing-error to report
2549 dangling "else" clauses instead of throwing an error, and fall
2550 back to a reasonable position.
2551
83c9cb8e 2552 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2553
83c9cb8e 2554 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2555
25562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2557
2558 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2559 paragraph recognition when moving by sentence in literals.
2560
83c9cb8e
SM
2561 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2562 start regexp for javadoc to recognize javadoc markup in general instead
2563 of a specific set of keywords, to be more future-safe.
130c507e
GM
2564
2565 (c-Pike-pikedoc-paragraph-start)
2566 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2567 pikedoc markup.
2568
83c9cb8e 2569 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2570
83c9cb8e 2571 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2572
2573 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2574
2575 (c-comment-prefix-regexp): Made it possible to use an
2576 association list on this to specify mode specific regexps.
2577 The default value now use a special regexp in Pike mode to
2578 recognize pikedoc markup.
2579
2580 (c-current-comment-prefix): New variable containing the actual
2581 regexp from c-comment-prefix-regexp for the current buffer.
2582
25832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2584
2585 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2586 lists: We can't look at the syntax, since a brace list can get
2587 recognized as a plain statement-cont.
2588
2589 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2590 special brace list opener broken over two lines got recognized
2591 as a statement on the second line. Case 9A changed.
2592
25932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2594
2595 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2596 adjustment after line is reindented.
2597
25982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2599
2600 * cc-defs.el (c-point): Added optional argument for position
2601 to use instead of the current point.
2602
2603 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2604 the in-expression block symbols when the construct starts at
2605 boi, to avoid the extra level of indentation in that case.
2606 Cases 4, 16A and 17E affected.
2607
26082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2609
2610 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2611 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2612
2613 * cc-engine.el (c-indent-line): Use the syntax already bound
2614 to `c-syntactic-context', if there is any.
2615
26162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2617
2618 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2619 wasn't added up correctly when a lineup function returned nil.
2620
26212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2622
2623 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2624 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2625
26262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2627
2628 * cc-align.el (c-lineup-dont-change): Return an absolute
2629 indentation column to work correctly in the case when several
2630 syntactic elements are processed for the same line.
2631
2632 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2633 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2634 (c-set-offset): Added absolute indentation column settings by
2635 using the vector type.
2636
130c507e
GM
26372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2638
2639 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2640 Implemented two new cleanups `space-before-funcall' and
2641 `compact-empty-funcall'.
2642
130c507e
GM
26432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2644
2645 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2646 helping building regexps.
2647
2648 * cc-engine.el (c-on-identifier): New function for detecting
2649 identifiers. It takes keywords into account.
2650
2651 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2652 lists. `c-keywords' is set to a regexp matching all keywords
2653 in the current language.
2654
26552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2656
2657 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2658 list of characters to skip backwards over at the beginning of
2659 a statement, since it can precede string literals in Pike.
2660
26612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2662
2663 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2664 recognition when standing on the last line in a C++ comment
2665 with nothing but whitespace after the prefix.
2666
2667 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2668 given no limit argument.
2669
26702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2671
2672 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2673 recognition for the `[]= operator symbol in Pike.
2674
26752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2676
2677 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2678 around a bug in `eval-when-compile' in the byte compiler.
2679
2680 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2681 value when count is zero and there's no token start within the limit.
130c507e
GM
2682
2683 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2684 "prefix comments", i.e. comments which are followed by code on
2685 the same line.
2686
2687 * cc-mode-19.el: Fixes so that checks that must be done at
2688 compile time also are done then.
2689
26902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2691
2692 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2693 time and at runtime, and only when it's needed.
2694
26952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2696
2697 Major cleanup for less error prone and more warning free
2698 compilation, including some fixes for bugs due to different
2699 compilation orders. Thanks to Martin Buchholz for providing
2700 the basis for all this.
2701
2702 * cc-bytecomp.el: New file that provides some byte compilation
2703 features: It ensures that files always are loaded from the
2704 current source directory during compilation, and it provides a
2705 set of macros to turn off specific compiler warnings for
2706 specific symbols. (It's not CC Mode specific in any way.)
2707
2708 Fixed a nearly acyclic dependency tree (both runtime and
2709 compile-time) between all files.
2710
2711 * cc-defs.el: Separated all macros before the inline functions,
2712 to ensure correct compilation.
2713
2714 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2715 cc-defs.el to cc-engine.el and made it a function instead.
2716
2717 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2718 about char-after.
2719
2720 * cc-vars.el: Cope even when there isn't a custom package
2721 containing defcustom available.
2722
2723 * cc-make.el: Removed since it's no longer necessary.
2724
2725 README: Updated installation instructions.
2726
27272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2728
2729 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2730 improve the modularity: Moved all mode init stuff from
2731 cc-langs.el to cc-mode.el, including the keymap
2732 initialization; cc-langs now only contains the various
2733 variables for configuring the language syntax.
2734
83c9cb8e
SM
2735 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2736 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2737 dependency analysis suggests they belong there (which also
83c9cb8e 2738 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2739
27402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2741
2742 * cc-cmds.el (c-fn-region-is-active-p): New function that
2743 wraps the corresponding macro, for use in places that aren't
2744 compiled. Thanks to Martin Buchholz for pointing out this.
2745
83c9cb8e 2746 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2747
2748 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2749 add things to the bug report.
2750
27512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2752
2753 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2754 returned prefix could contain a newline when the search for a
2755 good prefix line failed.
2756
27572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2758
2759 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2760 (c-toggle-auto-hungry-state): Made the argument optional, as
2761 the documentation says it is.
2762
27632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2764
2765 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2766 multiline string syntax, #"...", as a cpp macro.
2767
7008ccac
GM
27682001-03-21 Paul Eggert <eggert@twinsun.com>
2769
83c9cb8e
SM
2770 * international/mule-cmds.el (set-locale-environment):
2771 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2772 caller specifies a non-nil locale name.
3c9449d0 2773
c2478129 27742001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2775
2776 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2777 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2778
117e4b0c
GM
27792001-03-20 Gerd Moellmann <gerd@gnu.org>
2780
7194219d
GM
2781 * follow.el (follow-avoid-tail-recenter): Doc fix.
2782
5721ae13
GM
2783 * custom.el (custom-set-variables): Avoid reversing the list
2784 of args needlessly.
2785
7b8bbf72
GM
2786 * startup.el (fancy-splash-head): Don't change the colors of the
2787 XPM image on a dark background.
2788
a91ad7c9
GM
2789 * comint.el (comint-exec-1): Set columns of the terminal to
2790 window-width instead of frame-width.
2791
fa88947e
GM
2792 * info.el (Info-scroll-down): Add missing WINDOW arg for
2793 pos-visible-in-window-p.
2794
1741905c
GM
2795 * ehelp.el (electric-help-mode-hook): Add defcustom.
2796
117e4b0c
GM
2797 * mail/sendmail.el (mail-mode): Activate case-folding in
2798 font-lock-defaults.
2799
e84c695d
SM
28002001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2801
2802 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2803 (completion-ignored-extensions): Remove duplicate ".class".
2804
fc774041
AS
28052001-03-19 Andreas Schwab <schwab@suse.de>
2806
83c9cb8e
SM
2807 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2808 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2809
c2c097cc
GM
28102001-03-19 Gerd Moellmann <gerd@gnu.org>
2811
2812 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2813 methods since there are not prefix input methods.
2814
fbe2e958
KH
28152001-03-19 Kenichi Handa <handa@etl.go.jp>
2816
83c9cb8e
SM
2817 * international/mule-cmds.el (read-input-method-name):
2818 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2819
da47e491
SM
28202001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2821
2822 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2823
4986c2c6 28242001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2825
4986c2c6
MK
2826 * ediff-util.el: Copyright years.
2827 (ediff-choose-syntax-table): New function.
2828 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2829
4986c2c6
MK
2830 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2831 with-syntax-table.
83c9cb8e 2832
4986c2c6 2833 * ediff.el: Date of last update, copyright years.
83c9cb8e 2834
4986c2c6 2835 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2836
4986c2c6
MK
2837 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2838 of Scott Bronson.
2839 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2840 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2841 Deleted functions.
2842 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2843 ex-token-list.
83c9cb8e 2844
4986c2c6 2845 * viper-util.el: Spaces, indentation.
83c9cb8e 2846
4986c2c6 2847 * viper.el: Changed version, modification time.
83c9cb8e 2848
3c799aec 28492001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2850
2851 * calendar/timeclock.el (timeclock-workday-remaining):
2852 Check whether `discrep' is non-null before using it.
3c799aec 2853
ae3ce418
JW
28542001-03-16 John Wiegley <johnw@gnu.org>
2855
2856 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2857 first-time checkins.
2858 (timeclock-log-data): Fixed problem with reading timelog log file.
2859 Resulting data in the "day list" was incorrect.
2860 (timeclock-find-discrep): Check if `timeclock-file' is readable
2861 before opening it.
2862 (timeclock-time-less-p): New function.
2863 (timeclock-day-base): New function.
2864 (timeclock-geometric-mean): New function.
2865 (timeclock-generate-report): Generate a summary report based on
2866 the contents of the log file. This uses `timeclock-log-data', and
2867 is an example of writing a timelog manipulation function.
2868 (timeclock-visit-timelog): A quick command for opening the timelog
2869 file.
2870 (timeclock-log-data): Bound the variable event.
2871
c8d4a9bb
KH
28722001-03-16 Kenichi Handa <handa@etl.go.jp>
2873
83c9cb8e
SM
2874 * international/mule-cmds.el (select-safe-coding-system):
2875 Fix typo: symbol-name -> symbol-value.
11d56c64 2876
c8d4a9bb
KH
2877 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2878 before substitute-in-file-name to handle double slashes in FILE
2879 correctly.
2880
c899e7e6
GM
28812001-03-15 Gerd Moellmann <gerd@gnu.org>
2882
2883 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2884 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2885
819dce0f
GM
28862001-03-14 Gerd Moellmann <gerd@gnu.org>
2887
697617d9
GM
2888 * bindings.el (features): Add `md5' and `overlay' to the list.
2889
819dce0f
GM
2890 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2891 bound before using it. It's not bound when configured without X,
2892 for instance.
2893
e0067a9d
TTN
28942001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2895
2896 * progmodes/hideshow.el: Update copyright.
2897 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2898 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2899
afcdc0a1
GM
29002001-03-13 Gerd Moellmann <gerd@gnu.org>
2901
e0067a9d 2902 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2903 a non-list.
2904
30564c48
EZ
29052001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2906
2907 * startup.el (fancy-splash-tail, command-line-1): Fix the
2908 copyright year.
2909
2b8e24b3
KH
29102001-03-13 Kenichi Handa <handa@etl.go.jp>
2911
2912 * term.el: These changes are based on a patch sent from Yong Lu
2913 <lyongu@yahoo.com>.
2914 (term-set-escape-char): Bind M-x to execute-extended-command in
2915 term-raw-escape-map.
2916 (term-move-columns): Don't try to move to negagive column.
2917 (term-emulate-terminal): Insert a string before deleting a text to
2918 overwrite.
2919
789b6186
GM
29202001-03-12 Gerd Moellmann <gerd@gnu.org>
2921
b0778a31
GM
2922 * play/life.el (life): Rearrange code so that all calls to
2923 life-display-generation are in a catch-form.
2924
04528cda
GM
2925 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2926 file that isn't interesting. In an interesting file, push the old
2927 value of point on the mark ring.
2928
760cefb5
GM
2929 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2930 New function.
2931 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2932 Use it.
2933
83c9cb8e
SM
2934 * emacs-lisp/autoload.el (generate-file-autoloads):
2935 Remove warning about line lengths.
789b6186 2936
a2ffbafe
FP
29372001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2938
2939 * progmodes/etags.el (tags-compression-info-list): New variable.
2940 (find-tag-in-order): Use it to deal with compressed source files.
2941 (tag-file-name-match-p): New function.
2942 (etags-recognize-tags-table): Use it for better match of file names.
2943
5c9d9d92
KH
29442001-03-12 Kenichi Handa <handa@etl.go.jp>
2945
ba3e9b9b
KH
2946 * international/mule-cmds.el (register-input-method): Doc fix.
2947
5c9d9d92
KH
2948 * international/quail.el (quail-translate-key): Fix condition to
2949 check if there's another breaking point in the current key.
2950
40beecee
EZ
29512001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2952
2953 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2954 Babyl header to the newly-created output file, bind
2955 coding-system-for-write to either rmail-file-coding-system or
2956 emacs-mule-unix.
2957
75c6cb7f
SM
29582001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2959
2960 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2961 Fix the name and regexp used for subsubsections.
2962
5ec17636
DL
29632001-03-10 Dave Love <fx@gnu.org>
2964
2965 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2966 and save-buffer if buffer-file-name non-nil. From rms.
2967
6d2e2c02
AS
29682001-03-10 Andre Spiegel <spiegel@gnu.org>
2969
2970 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2971 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2972 to reflect that.
2973 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2974 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2975 variable bindings that might affect the diff command.
2976 (vc-print-log): Don't switch to the *vc* buffer before the
2977 command, so that local variable bindings are preserved.
2978
789b6186 2979 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2980 not the current buffer.
2981 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2982
789b6186 2983 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2984 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2985
b18f5523
SM
29862001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2987
2988 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2989 so ^, $, *, ? and + are interpreted correctly.
2990
3cfd8357
GM
29912001-03-09 Gerd Moellmann <gerd@gnu.org>
2992
c085b77c 2993 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2994 mode-line-key-binding. Handle any event on a string.
2995 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2996
3cfd8357
GM
2997 * comint.el (comint-insert-clicked-input): Use the last key
2998 from this-command-keys to lookup the global key definition.
2999
348f797a
KH
30002001-03-09 Kenichi Handa <handa@etl.go.jp>
3001
3ebf3717
KH
3002 * international/characters.el: Add category `j' for
3003 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3004
348f797a
KH
3005 * international/mule-conf.el (no-conversion): Fix docstring.
3006 (raw-text): Fix docstring.
3007
e1fbabaf
GM
30082001-03-08 Gerd Moellmann <gerd@gnu.org>
3009
96e8e603
GM
3010 * simple.el (choose-completion-string): When not leaving the
3011 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3012 is set.
3013
e1fbabaf
GM
3014 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3015 parameter `(minibuffer . t)'.
3016
f9db8f19
SM
30172001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3020 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3021 (sh-mode): Remove `make-local-variable' for unused var
3022 `font-lock-unfontify-region-function'.
3023
02756877
RS
30242001-03-07 Richard M. Stallman <rms@gnu.org>
3025
132bf46d
RS
3026 * info.el (Info-scroll-down): Fix previous change.
3027
02756877
RS
3028 * mail/rmail.el (rmail-toggle-header): Use a window which
3029 is showing the Rmail buffer, rather than the selected window.
3030
eeb24429
DL
30312001-03-07 Dave Love <fx@gnu.org>
3032
3033 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3034 now, to avoid problems with binding imenu directly to a mouse event.
3035
3bdf2660
GM
30362001-03-07 Gerd Moellmann <gerd@gnu.org>
3037
3038 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3039 second arg t.
3040
30412001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3042
3043 * log-edit.el (log-edit-common-indent): New var.
3044 (log-edit-set-common-indentation): Renamed from
3045 log-edit-delete-common-indentation. Use the new var.
3046 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3047
3048 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3049 (cvs-mode-add-change-log-entry-other-window):
3050 Don't presume change-log-default-name is defined.
3051
3052 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3053
3054 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3055 the "tree" operation as well.
3056
3057 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3058
3059 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3060 to match paragraph-start.
3061
3062 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3063 comment-start-skip and set comment-end-skip as well.
3064 (sgml-comment-indent): Fix for new value of comment-start-skip.
3065 (html-autoview-mode): Don't bother using make-local-hook.
3066
2ad02767
GM
30672001-03-07 Gerd Moellmann <gerd@gnu.org>
3068
189638d5 3069 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3070 variables, otherwise long Custom entries would make them ineffective.
189638d5 3071
2ad02767
GM
3072 * uniquify.el: Set maintainer to FSF.
3073
656f8cae
EZ
30742001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3075
3076 * dired-aux.el (dired-do-shell-command): Doc fix.
3077
c83965c4
SM
30782001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3079
04af43bc
SM
3080 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3081
3082 * which-func.el (which-func-modes): Add cperl-mode.
3083 (which-func-mode-global): Use define-minor-mode.
3084
3085 * info-look.el: Docstring fixes and dead code eliminated.
3086 (cperl-mode): Add support.
3087 (emacs-lisp-mode): List all entries from elisp manual, whether
3088 or not they are currently (f)bound or not. Update regexp.
3089
3090 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3091
c83965c4
SM
3092 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3093 so that C-h m shows the correct information.
3094 Use make-local-variable rather than make-variable-buffer-local.
3095 (cperl-info-buffer, cperl-setup-tmp-buf):
3096 Use make-local-variable rather than make-variable-buffer-local.
3097 (cperl-msb-fix, cperl-get-help-defer):
3098 Check major-mode for `cperl-mode' as well.
3099
3100 * progmodes/cperl-mode.el: Updated to author version 4.23.
3101 (cperl-electric-pod): SYNOPSIS was misspelled.
3102 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3103 (cperl-after-expr-p): Make true after __END__.
3104
f16a7aa5
GM
31052001-03-06 Gerd Moellmann <gerd@gnu.org>
3106
157ae273 3107 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3108 bookmark-completion-ignore-case is t.
157ae273 3109
f16a7aa5
GM
3110 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3111 switch, like xterm, and concat resource strings, with a newline
3112 between them.
3113
abaddb98
EZ
31142001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3115
a2ffbafe 3116 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3117 (cp773-decode-table, cp774-decode-table): New variables.
3118
abaddb98
EZ
3119 * man.el (Man-hyphenated-reference-regexp): New variable.
3120 (Man-build-references-alist): Use it to search for referenced
3121 manpages. If hyphenated is non-nil, record a concatenated word in
3122 Man-refpages-alist only if it matches Man-reference-regexp.
3123 Update word's length when it is concatenated. Reverse the list,
3124 to get the first manpage at the head.
3125 (Man-possibly-hyphenated-word): New function.
3126 (Man-follow-manual-reference): Use it instead of current-word to
3127 find a manpage at point, in a way that accounts for hyphenated
3128 references.
3129
eb3f61dd
GM
31302001-03-06 Alex Schroeder <alex@gnu.org>
3131
3132 * sql.el (sql-interbase): New function.
3133 (sql-interbase-program): New option.
3134 (sql-interbase-options): New option.
3135 And some typos fixed: "customise" to "customize".
3136
fa84f42a
DL
31372001-03-06 Dave Love <fx@gnu.org>
3138
83c9cb8e
SM
3139 * textmodes/flyspell.el (flyspell-region):
3140 Set up flyspell-local-mouse-map.
fa84f42a 3141
fda3411d
RS
31422001-03-05 Richard M. Stallman <rms@gnu.org>
3143
a2ffbafe 3144 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3145 Don't call rmail-beginning-of-message.
3146 Don't discard From: field. Do discard Received: field.
3147 Use unwind-protect to re-prune.
3148 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3149
e972ab1f
KH
31502001-03-06 Kenichi Handa <handa@etl.go.jp>
3151
3152 * international/quail.el (quail-title): Add autoload cookie.
3153
335db3c1
DL
31542001-03-05 Dave Love <fx@gnu.org>
3155
3156 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3157 new defs.
3158
278dd6ac
KH
31592001-03-05 Kenichi Handa <handa@etl.go.jp>
3160
83c9cb8e
SM
3161 * language/ethio-util.el (ethio-toggle-space):
3162 Update current-input-method-title if necessary.
36d5e61d
KH
3163 (ethio-toggle-punctuation): Likewise.
3164
341cd4f0
KH
3165 * international/quail.el (quail-title): Fix for the case that a
3166 title of an input method is specified by a list of the same form
3167 as used in mode-line-format.
3168
83c9cb8e
SM
3169 * international/mule-cmds.el (activate-input-method):
3170 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3171 respect that value.
3172
10ebaeb6
GM
31732001-03-05 Gerd Moellmann <gerd@gnu.org>
3174
3175 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3176
7a65c85c
GM
31772001-03-05 Alex Schroeder <alex@gnu.org>
3178
3179 * sql.el (sql-sybase): Fix typo (was: query user about server two
3180 times instead of server and database).
3181
3182 * sql.el (sql-sybase): Doc change.
3183 (sql-mysql): Doc change.
3184 (sql-postgres): Doc change.
3185
b86644f2
KH
31862001-03-05 Kenichi Handa <handa@etl.go.jp>
3187
83c9cb8e
SM
3188 * international/mule-conf.el (emacs-mule, raw-text):
3189 Docstring modified.
b86644f2 3190
e30bd7b7
EZ
31912001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3192
3193 * term/internal.el: Update copyright notice.
3194
3195 * term/pc-win.el: Update copyright notice.
3196
7e365285
DL
31972001-03-02 Dave Love <fx@gnu.org>
3198
83c9cb8e
SM
3199 * files.el (insert-file-contents-literally):
3200 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3201 not jka-compr-compression-info-list.
7e365285 3202
75ed43a6
SM
32032001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3206 spaces in default comment-start-skip settings rather than \s-.
3207
53c4b1e6
EZ
32082001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3209
3210 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3211 default-frame-alist as well.
3212
028d739a
DL
32132001-03-01 Dave Love <fx@gnu.org>
3214
3215 * textmodes/reftex.el (defvar): Wrap some defvars in
3216 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3217
3218 * subr.el (event-basic-type): Doc fix.
3219
3220 * international/quail.el: Doc fixes.
3221
3222 * international/utf-8.el: Doc fixes.
3223
3224 * international/mule-cmds.el: Doc fixes.
3225 (leim-list-header): Fix header text.
3226
3227 * international/mule.el (coding-system-category): Doc fix.
3228
3229 * international/ccl.el (ccl-compile): Doc fix.
3230
15d1caef
SM
32312001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3232
3233 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3234 rather than (before|after)-change-functions.
3235
f84ff02c
GM
32362001-03-01 Gerd Moellmann <gerd@gnu.org>
3237
3238 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3239 scroll-left and scroll-right being called interactively so that
3240 they set the window's min_hscroll.
3241
e0c1e774
EZ
32422001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3243
3244 * info.el (info-insert-file-contents-1): Accept an additional
3245 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3246 `suffix'; otherwise use the complicated MS-DOS code.
3247 All callers changed.
e0c1e774
EZ
3248 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3249 can access long file names, try the long file-name version of
3250 `info-insert-file-contents-1', then the short file-name version.
3251
b8b2ea31 32522001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3253
af122766
KH
3254 * language/ethio-util.el (setup-ethiopic-environment-internal):
3255 Change bindings of functions keys to conform to "Emacs Lisp Coding
3256 Convention".
3257
3258 * language/ethiopic.el ("Ethiopic"): Add documentation.
3259
b8b2ea31
KH
32602001-02-28 Kenichi Handa <handa@etl.go.jp>
3261
1d64e2ad
KH
3262 * international/utf-8.el (mule-utf-8): Set coding-category
3263 property to coding-category-utf-8.
3264
91cb6e51
RS
32652001-02-27 Richard M. Stallman <rms@gnu.org>
3266
3267 * lpr.el (lpr-page-header-switches, print-region-1):
3268 Undo 2000-07-06 change.
7298f3f7
RS
3269 (lpr-add-switches): Default to t on gnu/linux.
3270
c0cb1027
GM
32712001-02-27 Gerd Moellmann <gerd@gnu.org>
3272
3273 * bs.el (bs-attributes-list): Doc fix.
3274
01459648
GM
32752001-02-26 Gerd Moellmann <gerd@gnu.org>
3276
baebd8a5 3277 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3278
01459648
GM
3279 * help.el (view-order-manuals): Use goto-address.
3280
3281 * startup.el (command-line-1): Add info about ordering manuals
3282 to the not so fancy splash screens.
3283
f93e614e
AS
32842001-02-26 Andre Spiegel <spiegel@gnu.org>
3285
01459648
GM
3286 * vc.el (vc-default-workfile-unchanged-p)
3287 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3288
12435002
GM
32892001-02-26 Gerd Moellmann <gerd@gnu.org>
3290
a2ffbafe 3291 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3292 fontify in the right buffer.
3293
12435002
GM
3294 * allout.el (outline-flag-region): Move macro in front of first
3295 use to avoid a run-time error.
3296
425de386
AI
32972001-02-24 Andrew Innes <andrewi@gnu.org>
3298
3299 * makefile.w32-in: Fix copyright notice.
3300
66c56ed1
KH
33012001-02-24 Kenichi Handa <handa@etl.go.jp>
3302
4c1593ce
KH
3303 * international/utf-8.el (mule-utf-8): Set correct value for
3304 valid-codes property.
3305
66c56ed1
KH
3306 * international/fontset.el (x-complement-fontset-spec): In the
3307 case that we use ASCII font for the other charsets, use only
15d1caef 3308 family and registry part of it.
66c56ed1 3309
119171dd
EZ
33102001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3311
3312 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3313 (shrink-window-if-larger-than-buffer): Doc fix.
3314
932c309e
SM
33152001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3318 predicate passed to completing-read.
3319
9b760e36
EZ
33202001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * startup.el (command-line): Fix last change.
3323
5c39a60f
JR
33242001-02-23 Jason Rumney <jasonr@gnu.org>
3325
3326 * startup.el (tool-bar-originally-present): New variable.
3327 (command-line): Set it if the tool-bar is switched on at startup.
3328
3329 * frame.el (frame-notice-user-settings): Only adjust frame height
3330 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3331 From E. Jay Berkenbilt.
5c39a60f 3332
cb91b2c7
SM
33332001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3334
39b557e8
SM
3335 * server.el (server-switch-buffer): Only switch window if the
3336 current one is dedicated.
3337
cb91b2c7
SM
3338 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3339 rather than using (match-beginning 0) when searching for break point.
3340
9238a8df
EZ
33412001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3342
3343 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3344 @ follows an accent command such as @'. Support optional braces
3345 in commands that insert accents, like makeinfo does.
3346
3473f362
GM
33472001-02-22 Gerd Moellmann <gerd@gnu.org>
3348
3349 * startup.el (fancy-splash-text): Add a line for ordering
3350 manuals. Reverse order of splash screens shown.
3351 (use-fancy-splash-screens-p): Adapt to the text line added.
3352
3353 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3354 manuals from the FSF.
3355
3356 * help.el (view-order-manuals): New function.
3357 (toplevel): Bind C-h C-m to this function.
3358
76a4de07
SM
33592001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3360
3361 * newcomment.el (comment-forward): Skip the comment-start before
3362 searching for the comment-end.
3363
75b71d85
DL
33642001-02-21 Dave Love <fx@gnu.org>
3365
2f4c9a87
DL
3366 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3367
75b71d85
DL
3368 * international/mule-cmds.el, international/mule.el: Doc fixes.
3369
ffc9ff0c
GM
33702001-02-21 Gerd Moellmann <gerd@gnu.org>
3371
3372 * startup.el (fancy-splash-screens): Use display-hourglass
3373 instead of display-busy-cursor.
3374
3375 * frame.el (display-hourglass): Renamed from busy-cursor.
3376 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3377 (show-cursor-in-non-selected-windows): Doc fix.
3378
f34eb373
DL
33792001-02-20 Dave Love <fx@gnu.org>
3380
3381 * international/utf-8.el: Doc and commentary fixes.
3382
f55e4a7e
EZ
33832001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3384
3385 * ehelp.el (with-electric-help): Doc fix.
3386
fa97adf6
GM
33872001-02-20 Gerd Moellmann <gerd@gnu.org>
3388
3389 * msb.el (msb-mode): Call the update-buffers function explicitly
3390 with a FORCE argument.
3391
3392 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3393 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3394 returns nil.
3395
54ed3bd2
GM
33962001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3397
3398 * ps-print.el: Timestamp package replacement. Some enhancements.
3399 Some XEmacs compatibility. Doc fix.
3400 (ps-print-version): New version number (6.4).
3401 (ps-printer-name): Initialization fix.
3402 (ps-zebra-stripe-follow): Funcionality enhancement.
3403 (ps-prologue-file): Code enhancement.
3404 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3405 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3406 (ps-get-page-dimensions)
54ed3bd2
GM
3407 (ps-generate-header, ps-begin-file, ps-begin-job)
3408 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3409 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3410 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3411 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3412
e8ebf97d
MB
34132001-02-20 Miles Bader <miles@gnu.org>
3414
3415 * image-file.el (image-file-name-extensions): Add "tif".
3416
136b27c5
GM
34172001-02-19 Gerd Moellmann <gerd@gnu.org>
3418
3419 * wid-edit.el (widget-button-click): Save the selected window
3420 around the code handling clicks on buttons.
3421
6ebbcf59
DL
34222001-02-18 Dave Love <fx@gnu.org>
3423
3424 * imenu.el (imenu--generic-function): Use mapc to iterate over
3425 syntax characters.
3426
595ded73
RS
34272001-02-17 Richard M. Stallman <rms@gnu.org>
3428
b9fe3dc8
RS
3429 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3430
595ded73
RS
3431 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3432
f3f053f3
GM
34332001-02-16 Gerd Moellmann <gerd@gnu.org>
3434
3435 * mouse.el (mouse-save-then-kill): If the distance from the new
3436 point to the mark is equal to the distance of point from the new
3437 point, move point instead of the mark.
3438
11570a8f
DL
34392001-02-16 Dave Love <fx@gnu.org>
3440
3441 * textmodes/flyspell.el (flyspell-get-word): Return string without
3442 properties.
3443
fb339cd5
EZ
34442001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3445
3446 * generic.el (generic-find-file-regexp): Doc fix.
3447 (generic-ignore-files-regexp): New defcustom.
3448 (generic-mode-find-file-hook): If the file's name matches the
3449 regexp in `generic-ignore-files-regexp', don't enter
3450 default-generic-mode. Doc fix.
3451
c56b1c1b
GM
34522001-02-16 Gerd Moellmann <gerd@gnu.org>
3453
a2ffbafe 3454 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3455 Add autoload cookies.
3456
a2ffbafe 3457 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3458 of cal-tex-24.
3459
0d140e65
EZ
34602001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3461
81558867
EZ
3462 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3463
0d140e65
EZ
3464 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3465 the character class after the (optional) drive, to support file
3466 names with embedded blanks.
3467
713f7b15
SS
34682001-02-15 Sam Steingold <sds@gnu.org>
3469
3470 * textmodes/tex-mode.el (tex-shell-running):
3471 Check the process buffer too.
3472
9a2a6f73
DL
34732001-02-15 Dave Love <fx@gnu.org>
3474
3475 * battery.el (battery-status-function): Fix doc, :type.
3476
15d1caef 3477 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3478
fe10cef0
GM
34792001-02-15 Gerd Moellmann <gerd@gnu.org>
3480
3481 * subr.el (read-passwd): Clear Lisp memory holding password.
3482
126f5d4d
MB
34832001-02-15 Miles Bader <miles@gnu.org>
3484
3485 * info.el (Info-copy-current-node-name): New function.
3486 (Info-mode-menu): Add it to the menu.
3487
92e98d63
RS
34882001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3489
3490 * international/mule-cmds.el (toggle-input-method): Doc fix.
3491
dd4e0e55
SM
34922001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3493
3494 * replace.el (occur): Stop at end of buffer.
3495
402dbbd1
EZ
34962001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3497
3498 * international/mule-cmds.el (set-input-method): Another doc fix.
3499
e9fcba3d
GM
35002001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3501
3502 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3503
78ad1cd5
MB
35042001-02-13 Miles Bader <miles@gnu.org>
3505
713f7b15 3506 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3507 (set-face-stipple): Treat a value of nil as being `unspecified'.
3508
fce9d9dc
DL
35092001-02-12 Dave Love <d.love@dl.ac.uk>
3510
3511 * international/latin1-disp.el: Doc fixes.
3512 (latin1-display) <defgroup>: Add :link.
3513 (latin1-display) <function>: Set variable latin1-display.
3514
bc406911
EZ
35152001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3516
3517 * international/mule-cmds.el (set-input-method): Doc fix.
3518
68514d48
EL
35192001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3520
3521 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3522 (speedbar-line-file): Return nil if not a file.
3523 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3524
513bea45 35252001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3526
513bea45
MK
3527 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3528 for remote files.
bc406911 3529 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3530 with raw-text.
713f7b15 3531
513bea45 3532 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3533
83c9cb8e
SM
3534 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3535 Better handling of the diff mode.
713f7b15 3536
513bea45 3537 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3538
bc406911 3539 * viper.texi: Fix typos.
713f7b15 3540
521d4010
DL
35412001-02-11 Dave Love <fx@gnu.org>
3542
36fd8e17
DL
3543 * shadowfile.el: Doc fixes.
3544 (shadow) <defgroup>: Add :link.
3545 (shadowfile-unload-hook): New function.
3546 (shadow-initialize): Use defalias, not fset.
3547 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3548 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3549
521d4010
DL
3550 * international/mule.el: Doc and message fixes.
3551
36fd8e17
DL
3552 * international/ccl.el (define-ccl-program): Doc fix.
3553
92395bbe
KH
35542001-02-11 Kenichi Handa <handa@etl.go.jp>
3555
3556 * faces.el (mode-line): Set :line-width property to -1.
3557
103db06c
RS
35582001-02-10 Richard M. Stallman <rms@gnu.org>
3559
08b78974
RS
3560 * complete.el (partial-completion-mode): Doc fix.
3561
103db06c
RS
3562 * simple.el (delete-key-deletes-forward-mode):
3563 Change `let' to `let*' to fix gross bug in last change.
3564
3565 * repeat.el (repeat): Don't let execute-kbd-macro alter
3566 real-last-command.
3567
a6a1ee53
EZ
35682001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3569
3570 * simple.el (eval-expression): Doc fix.
3571
d2f288c6
DL
35722001-02-09 Dave Love <fx@gnu.org>
3573
038f4ae3
DL
3574 * imenu.el (imenu-generic-expression): Doc fix.
3575
83c9cb8e
SM
3576 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3577 From Juanma Barranquero.
038f4ae3 3578
15d1caef 3579 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3580
9804b846
KH
35812001-02-09 Kenichi Handa <handa@etl.go.jp>
3582
3583 * faces.el (set-face-attribute): Describe the case of a negative
3584 value specified for :line-width.
3585
532f5197
SM
35862001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3587
3588 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3589 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3590
1d279666
DL
35912001-02-08 Dave Love <fx@gnu.org>
3592
4681ca3a
DL
3593 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3594 widget-plist-value-type.
3595 (widget-alist-convert-widget): Replace binding of
3596 widget-alist-value-type.
3597
1d279666
DL
3598 * textmodes/paragraphs.el (sentence-end): Doc fix.
3599
83c9cb8e
SM
3600 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3601 Remove `backward-line'.
1d279666 3602
532f5197
SM
3603 * play/pong.el (pong-blank-color, pong-bat-color)
3604 (pong-ball-color, pong-border-color, pong-left-key)
3605 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3606 (pong-pause-key, pong-resume-key, pong-timer-delay):
3607 * mail/mh-comp.el (mh-compose-letter-function):
3608 * eshell/esh-mode.el (eshell-skip-prompt-function):
3609 * emulation/viper-ex.el (ex-unix-type-shell-options):
3610 * recentf.el (recentf-menu-filter):
3611 * ps-print.el (ps-print-region-function):
3612 * lpr.el (print-region-function):
3613 * forms.el (forms-mode-hooks):
3614 * dirtrack.el (dirtrack-directory-change-hook):
3615 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3616 * textmodes/spell.el (spell-filter):
3617 * textmodes/fill.el (adaptive-fill-function):
3618 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3619 * progmodes/etags.el (find-tag-default-function):
3620 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3621 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3622
6f676109
EZ
36232001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3624
751d3bc4
EZ
3625 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3626 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3627 Meyering <jim@meyering.net>.
3628
6f676109
EZ
3629 * loadup.el: Revert last change.
3630
d3c26cdf
KH
36312001-02-07 Kenichi Handa <handa@etl.go.jp>
3632
83c9cb8e
SM
3633 * international/mule.el (transform-make-coding-system-args):
3634 Make it work also for coding systems not using CCL.
d3c26cdf 3635
44806980
EZ
36362001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3637
9889af08
EZ
3638 * simple.el (previous-matching-history-element)
3639 (next-matching-history-element): Doc fix.
3640
44806980
EZ
3641 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3642 specific part.
3643
1e36ff68
DL
36442001-02-06 Dave Love <fx@gnu.org>
3645
713f7b15 3646 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3647 (add-log-buffer-file-name-function, add-log-file-name-function):
3648 Fix :type.
3649 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3650
c7ca58df
EZ
36512001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3652
fecd556a
EZ
3653 * info.el (info-initialize): Remove the test for system-type when
3654 invocation-directory is non-nil.
3655
c7ca58df
EZ
3656 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3657 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3658
587b5737
AI
36592001-02-06 Andrew Innes <andrewi@gnu.org>
3660
3661 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3662 absolute.
3663
baf7eee4
GM
36642001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3665
3666 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3667 buffers. When hi-lock turned on rather than only checking current
3668 buffer for regexps, all buffers are checked. Moved activation of
3669 font-lock to hi-lock-refontify. When font-lock turned off rather
3670 than removing added highlighting just in current buffer, remove it
3671 in all buffers. Changed edit menu text from "Automatic
3672 Highlighting" to "Regexp Highlighting" Documentation for
3673 highlighting phrases, minor documentation changes.
3674 (hi-lock-set-file-patterns): Execute only if there are new or
3675 existing file patterns.
3676 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3677 unfontify and, if a support mode is active, will not refontify the
3678 whole buffer. If necessary, turn on font lock. (Removed
3679 font-lock-unfontify and font-lock support-mode-specific calls,
3680 such as lazy-lock-fontify-window.)
3681 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3682 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3683 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3684 (hi-lock-face-phrase-buffer): New function. Also added related
3685 menu item and keybinding.
3686 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3687 (hi-lock-process-phrase): New function.
3688 (hi-lock-line-face-buffer): Doc fixes.
3689 (hi-lock-face-buffer): Doc fixes.
3690 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3691
36710aa6
GM
36922001-02-06 Gerd Moellmann <gerd@gnu.org>
3693
3694 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3695 dabbrev-ignored-regexps.
3696
d3f22784
EZ
36972001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3698
3699 * simple.el (kill-line): Doc fix.
3700
5cb3c8d4
DL
37012001-02-05 Dave Love <fx@gnu.org>
3702
3703 * loadup.el: Revert last two changes -- bootstrapping works with
3704 regenerated loaddefs.
3705
e6297e7d
EZ
37062001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3707
1e14b095
EZ
3708 * isearch.el (isearch-forward): Doc fix.
3709
e6297e7d
EZ
3710 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3711 of font-lock-defaults to backward-paragraph.
3712
e16f52ce
GM
37132001-02-05 Gerd Moellmann <gerd@gnu.org>
3714
3715 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3716 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3717
01d19dd7
GM
37182001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3719
3720 * ebnf2ps.el: Eliminate time-stamp functions.
3721 (ebnf-version): New version (3.5).
3722 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3723 format-time-string.
3724
24886813
GM
37252001-02-05 Gerd Moellmann <gerd@gnu.org>
3726
3727 * simple.el (next-line): Goto end-of-line before inserting a newline.
3728
65e70fc4
MB
37292001-02-05 Miles Bader <miles@gnu.org>
3730
3731 * image-file.el (insert-image-file): When visiting an image, also
3732 set `truncate-lines' to t so that any fringe arrow looks correct.
3733
482f06c9
KH
37342001-02-05 Kenichi Handa <handa@etl.go.jp>
3735
3736 * isearch.el (isearch-forward): Add description about input method
3737 in the docsting.
3738
02399da7
SM
37392001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3740
3741 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3742
2c366083
EZ
37432001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3744
3745 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3746 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3747
bdadfce3
GM
37482001-02-02 Gerd Moellmann <gerd@gnu.org>
3749
79fb38c0
GM
3750 * wid-edit.el (widget-button-click): Fix last change.
3751
bdadfce3
GM
3752 * frame.el (frame-notice-user-settings): When resizing the initial
3753 frame because the tool bar is off, also change the frame's top
3754 position if a negative top position was specified.
3755
33155ffb
MB
37562001-02-02 Miles Bader <miles@gnu.org>
3757
3758 * image-file.el (insert-image-file): When visiting an image,
3759 suppress the cursor in the image buffer.
3760
1355ba0c
DL
37612001-02-01 Dave Love <fx@gnu.org>
3762
3763 * progmodes/f90.el (f90-mode): Remove startup message.
3764
fb758d2d 3765 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3766
01acdb05
GM
37672001-02-01 Gerd Moellmann <gerd@gnu.org>
3768
3769 * startup.el (command-line): Fix code determining whether or not
3770 to use delete-key-deletes-forward-mode.
3771
5b1ee316
AS
37722001-02-01 Andre Spiegel <spiegel@gnu.org>
3773
3774 * vc.el (vc-diff-switches): New user option.
3775 (vc-version-diff): Use it.
3776 (vc-diff-switches-list): New macro.
3777
83c9cb8e
SM
3778 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3779 New customization options.
5b1ee316
AS
3780 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3781
3782 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3783
00b1e7a1
GM
37842001-02-01 Gerd Moellmann <gerd@gnu.org>
3785
3786 * msb.el (toplevel): Quote hook symbols.
3787
85827036
KH
37882001-02-01 Kenichi Handa <handa@etl.go.jp>
3789
8e028499 3790 * international/mule.el (make-coding-system): Add description
3c948dde 3791 about recognized properties in the docstring.
8e028499 3792
85827036
KH
3793 * international/mule-conf.el: Remove unused charsets
3794 mac-roman-lower and mac-roman-upper.
3795
7ccf7ab9
GM
37962001-01-31 Gerd Moellmann <gerd@gnu.org>
3797
2441692d
GM
3798 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3799 is in front of the left-margin, if any.
3800
ee5cece0
GM
3801 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3802 like `delete'.
3803
83c9cb8e 3804 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3805
7ccf7ab9
GM
3806 * term/w32-win.el (mouse-set-font): Doc fix.
3807
b4f30ec5 38082001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3809
b4f30ec5
GM
3810 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3811 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3812 on already.
3813
03e0fe6e
GM
38142001-01-31 Markus Rost <rost@math.ohio-state.edu>
3815
3816 * files.el (save-buffer): Don't give message if (buffer-file-name)
3817 returns nil.
713f7b15 3818
8f289acc
EZ
38192001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3820
cb4aae04
EZ
3821 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3822
dbd98b19
EZ
3823 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3824 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3825
8f289acc
EZ
3826 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3827 display problems.
3828
c12553c1
KH
38292001-01-31 Kenichi Handa <handa@etl.go.jp>
3830
c7bf5db9
KH
3831 * international/mule.el (charset-info): Fix docstring.
3832
3833 * international/mule-diag.el (describe-character-set): Check final
3834 char valid before printing it.
c12553c1 3835
14f16b9c
GM
38362001-01-30 Gerd Moellmann <gerd@gnu.org>
3837
efaa080b
GM
3838 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3839
eef93f99
GM
3840 * frame.el (frame-notice-user-settings): Do the tool-bar
3841 stuff only for graphical displays. Fix a braino.
713f7b15 3842
14f16b9c
GM
3843 * frame.el (frame-initialize): Create initial frame visible.
3844 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3845 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3846
3847 * startup.el (command-line): Remove manipulation of frame
3848 height for tool bars.
3849
4ad25e43
EZ
38502001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3851
3852 * lpr.el: Compatibility with XEmacs and doc fixes.
3853 (lpr-windows-system, lpr-lp-system): New vars.
3854 (lpr-printer-switch): New defcustom.
3855 (printer-name, lpr-command): Customization fix.
3856 (print-region-1): Code fix.
3857 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3858 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3859 New functions.
4ad25e43 3860
e8f044a0
GM
38612001-01-29 Gerd Moellmann <gerd@gnu.org>
3862
3863 * msb.el (toplevel): Fix the eval-after-load.
3864
850d5045
GM
38652001-01-29 Dave Love <fx@gnu.org>
3866
762fe76e
DL
3867 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3868
3869 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3870
83c9cb8e 3871 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3872 (tcl-using-emacs-19-23): Consider Emacs 21+.
3873 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3874 (tcl-add-emacs-menu): Supply menu name.
3875 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3876
3a768251
GM
38772001-01-29 Gerd Moellmann <gerd@gnu.org>
3878
3879 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3880
274d02f7
SM
38812001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3882
3883 * pcvs.el (cvs-mark-fis-dead): New function.
3884 (cvs-mode-add): Use it.
3885 (cvs-mode-add-change-log-entry-other-window):
3886 Rebind change-log-default-name to itself rather than to nil.
3887
ed5d446e
SS
38882001-01-29 Sam Steingold <sds@gnu.org>
3889
efaa080b 3890 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3891 `autoload' statements.
3892
e2a80284
EZ
38932001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3894
8e1db7b3
EZ
3895 * files.el (confirm-kill-emacs): Doc fix.
3896
ff2a1c79
EZ
3897 * frame.el (frame-initialize): Doc fix.
3898
e7b0deaf
EZ
3899 * time-stamp.el (time-stamp-string): Doc fix.
3900
83c9cb8e
SM
3901 * woman.el (WoMan-log-1): Make the log buffer writable.
3902 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3903
005913e4
GM
39042001-01-29 Gerd Moellmann <gerd@gnu.org>
3905
3906 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3907 the `make-variable-buffer-local'.
3908
58622cc5
GM
39092001-01-29 Dave Love <fx@gnu.org>
3910
3911 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3912 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3913 Add autoload cookie.
58622cc5
GM
3914 (ansi-color-apply-sequence): Fix typo.
3915
0404d031
GM
39162001-01-29 Gerd Moellmann <gerd@gnu.org>
3917
ed5d446e 3918 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3919 Postscript printing in black and white.
3920
0404d031
GM
3921 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3922 X-Mailman-Version, Precedence, List-Help, List-Post,
3923 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3924 Content-Type, Content-Length.
3925
3b6ed359
DL
39262001-01-29 Dave Love <fx@gnu.org>
3927
ddd16e7a
DL
3928 * elide-head.el (elide-head): Make overlay evaporate.
3929
83c9cb8e 3930 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3931
8005142f
EZ
39322001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3933
3934 * isearch.el (isearch-highlight): Don't punt if the display
3935 doesn't support colors, since isearch faces are defined for
3936 monochrome displays as well.
3937
84728570
SS
39382001-01-27 Sam Steingold <sds@gnu.org>
3939
3940 * shell.el (shell-write-history-on-exit): Make sure that we are in
3941 the shell buffer (M-x tex-file RET inserted the error message into
3942 the TeX buffer).
3943
e26f9ced
EZ
39442001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3945
3946 * simple.el (transient-mark-mode): Doc fix.
3947
dc0274bd
GM
39482001-01-27 Gerd Moellmann <gerd@gnu.org>
3949
83c9cb8e 3950 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3951
c1acacc4
EZ
39522001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3953
f5058b96
EZ
3954 * shell.el (shell-unquote-argument): If the shell is one of the
3955 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3956 quote character.
3957 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3958 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3959
c1acacc4 3960 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3961 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3962
103db06c 39632001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3964
84728570 3965 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3966 Treat a one-capital-letter abbrev as "not all upper case",
3967 so as to force preservation of the expansion's pattern
3968 if the expansion starts with a capital letter.
3969
cfa70244
EZ
39702001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3971
cfee9de7
EZ
3972 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3973 Doc fix.
3974
cfa70244
EZ
3975 * simple.el (transient-mark-mode): Document the fact that many
3976 commands act on the region when mark is active.
3977
17d90d6b
KH
39782001-01-27 Kenichi Handa <handa@etl.go.jp>
3979
3980 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3981 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3982 (quail-show-guidance-buf): Make the multibyteness of current
3983 buffer inherited to Quail guidance buffer.
3984 (quail-help): Make the multibyteness of current buffer inherited
3985 to Quail help buffer.
3986
61076b20
DL
39872001-01-26 Dave Love <fx@gnu.org>
3988
c47e2c68
DL
3989 * time-stamp.el: Doc fixes.
3990
84728570 3991 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3992 (delphi-keyword-face, delphi-other-face): Fix :type.
3993
940f14b4
DL
3994 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3995
3996 * mail/feedmail.el (feedmail): Add :link.
3997 (feedmail-send-it): Doc fix.
3998
3999 * mail/sendmail.el: Doc fixes.
4000 (sendmail-send-it): Fix the non-ASCII regexp and use
4001 rfc2047-encode-string.
4002
61076b20
DL
4003 * dired.el, dired-aux.el: Revert last change.
4004
6c317bd2
GM
40052001-01-26 Gerd Moellmann <gerd@gnu.org>
4006
4007 * makefile.w32-in (DONTCOMPILE): Add various term files.
4008
40092001-01-26 Dave Love <fx@gnu.org>
4010
4011 * Makefile.in (DONTCOMPILE): Add various term files.
4012
1c636b5f
GM
40132001-01-26 Gerd Moellmann <gerd@gnu.org>
4014
af900b23
GM
4015 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4016
15fa6db0 4017 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4018 the echo area is resized to fit the size of the startup message.
15fa6db0 4019
1c636b5f
GM
4020 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4021 part of which is a constant.
4022
9b1adbd5
EZ
40232001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4024
83c9cb8e 4025 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4026
103db06c 40272001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4028
4029 * simple.el (next-line): Don't let `newline' expand abbrevs.
4030 Simplify slightly.
4031 (open-line): Don't let `newline' expand abbrevs.
4032
219227ea
JW
40332001-01-25 John Wiegley <johnw@gnu.org>
4034
4035 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4036 to `repeat' in the :type field.
4037
4038 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4039 allow a choice of regexp or nil.
d2906bf8 4040 (pcomplete-dir-ignore): Same.
219227ea
JW
4041
4042 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4043 a command) to always fail.
4044
ceba0dac
GM
40452001-01-25 Gerd Moellmann <gerd@gnu.org>
4046
4047 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4048 discard the result.
4049 (iswitchb-to-end): Likewise.
4050
9b0630e5
SS
40512001-01-25 Sam Steingold <sds@gnu.org>
4052
4053 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4054 Require vc.
9b0630e5 4055
a2ed9670
SM
40562001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4057
f0c1adab
SM
4058 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4059
a2ed9670
SM
4060 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4061
34ac3367
DL
40622001-01-25 Dave Love <fx@gnu.org>
4063
61076b20
DL
4064 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4065 (describe-coding-system): Tweak the English text.
4066
34ac3367
DL
4067 * loadup.el: Preload international/ccl for utf-8.
4068
4685e6b7
EZ
40692001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * mail/rmail.el (rmail-redecode-body): Doc fix.
4072
0fdb4475
KH
40732001-01-25 Kenichi Handa <handa@etl.go.jp>
4074
83c9cb8e
SM
4075 * international/mule-cmds.el (reset-language-environment):
4076 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4077
83c9cb8e
SM
4078 * international/mule-conf.el (coding-category-utf-8):
4079 Initialize to mule-utf-8.
0fdb4475 4080
9b0630e5 4081 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4082
4083 * international/utf-8.el: New file.
4084
245ed2b1
SM
40852001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4086
4087 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4088
e95b0c08
SS
40892001-01-24 Sam Steingold <sds@gnu.org>
4090
4091 * dired.el (dired-replace-in-string): Removed.
4092 (dired-sort-toggle): Use `replace-regexps-in-string'
4093 instead of `dired-replace-in-string'.
9b0630e5 4094
ceba0dac
GM
4095 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4096 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4097
e95b0c08
SS
4098 * gs.el (gs-replace-in-string): Removed.
4099 (gs-options): Use `replace-regexps-in-string'
4100 instead of `gs-replace-in-string'.
4101
c3902c3e
EZ
41022001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4105 bug report is mailed to an email list and posted to a news group.
4106
b66b6aeb
GM
41072001-01-24 Gerd Moellmann <gerd@gnu.org>
4108
83c9cb8e
SM
4109 * comint.el (comint-replace-by-expanded-history-before-point):
4110 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4111
b66b6aeb
GM
4112 * startup.el (tool-bar-images-pixel-height): New variable.
4113 (command-line): After loading the user's init file, when
4114 tool-bar-mode is on, increase the frame's size by some lines for
4115 the tool-bar.
4116
4117 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4118
ff890e66
SZ
41192001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4120
4121 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4122 (chinese-big5): MIME:Big5.
4123
04363179
GM
41242001-01-24 Gerd Moellmann <gerd@gnu.org>
4125
e95b0c08 4126 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4127 Handle commands with prefix args.
4128
d56aaa64
GM
41292001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4130
4131 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4132 being a list of numbers.
4133 (diary-mail-entries): Rewritten.
4134
99858627
DL
41352001-01-23 Dave Love <fx@gnu.org>
4136
7aeb1fa9
DL
4137 * international/mule.el (make-coding-system): Fix typo.
4138
83c9cb8e
SM
4139 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4140 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4141
5a43decf
EZ
41422001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4143
4144 * font-lock.el (font-lock-mode): Doc fix.
4145
b0e98867
KH
41462001-01-23 Kenichi Handa <handa@etl.go.jp>
4147
4148 * international/mule.el (make-translation-table): Fix docstring.
4149
9c8acefd
EZ
41502001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4151
fd4976b8
EZ
4152 * mail/rmail.el (rmail-redecode-body): New function.
4153
9c8acefd
EZ
4154 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4155
871e0439
GM
41562001-01-22 Gerd Moellmann <gerd@gnu.org>
4157
21c2bbe0
GM
4158 * isearch.el (isearch-lazy-highlight-case-fold-search)
4159 (isearch-lazy-highlight-regexp): New variables.
4160 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4161 case-fold search or regexp search has been toggled.
4162
5710730c
GM
4163 * wid-edit.el (widget-button-click): Avoid a save-excursion
4164 around running a global binding.
4165
871e0439
GM
4166 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4167 to 0.25.
4168
d0554957
MB
41692001-01-20 Miles Bader <miles@gnu.org>
4170
4171 * cus-edit.el (custom-face-save): Do post-processing on the face's
4172 new value like `custom-face-set' does.
4173
1519f618
EZ
41742001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4175
ccd87890
EZ
4176 * mail/emacsbug.el (report-emacs-bug): Report the value of
4177 LC_CTYPE, not LC_TYPE.
4178
1519f618
EZ
4179 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4180 isearch-toggle-regexp and isearch-edit-string to doc string.
4181
9724173b
GM
41822001-01-19 Gerd Moellmann <gerd@gnu.org>
4183
48bb9196
GM
4184 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4185 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4186
e95b0c08 4187 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4188 font-lock-beginning-of-syntax-function to nil.
4189
dc81f8a2
EZ
41902001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * mail/emacsbug.el (report-emacs-bug): Report values of
4193 locale-coding-system, default-enable-multibyte-characters, and the
4194 environment variables LC_ALL, LC_TYPE, and LANG.
4195
99327974
GM
41962001-01-19 Gerd Moellmann <gerd@gnu.org>
4197
83c9cb8e 4198 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4199
2be6ecc6
GM
4200 * font-lock.el (font-lock-multiline): Default to nil.
4201 (font-lock-default-fontify-region): If font-lock-multiline is
4202 nil, don't check the property `font-lock-multiline'.
4203
99327974
GM
4204 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4205 is nil, don't check the `font-lock-multiline' text property.
4206
2550055a
MK
42072001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4208
0a949811 4209 * viper.el: Call initial-major-mode on startup.
e95b0c08 4210
0a949811 4211 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4212
8501998a 4213 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4214
2550055a 42152001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4216
0a949811 4217 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4218 diff mode, if available.
e95b0c08 4219
0a949811 42202001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4221
8501998a 4222 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4223
2550055a
MK
4224 * ediff-init.el (subst-char-in-string): Define and use it, unless
4225 it's already defined.
e95b0c08 4226
8962e303
GM
42272001-01-18 Gerd Moellmann <gerd@gnu.org>
4228
4229 * tooltip.el (tooltip-hide-delay): New user-option.
4230 (tooltip-show): Use tooltip-hide-delay instead of the default.
4231
6b453381
KH
42322001-01-18 Kenichi Handa <handa@etl.go.jp>
4233
4234 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4235 kill-local-variable doesn't work for enable-multibyte-characters.
4236
9eaf396b
DL
42372001-01-17 Dave Love <fx@gnu.org>
4238
cebd37ce
DL
4239 * ediff-init.el (ediff-before-setup-hook)
4240 (ediff-merge-filename-prefix): Add :version.
4241
9eaf396b
DL
4242 * international/latin1-disp.el: Require disp-table.
4243 (latin1-display): Fix :set.
4244
4245 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4246
f864120f
GM
42472001-01-17 Gerd Moellmann <gerd@gnu.org>
4248
4249 * isearch.el (isearch-lazy-highlight-initial-delay)
4250 (isearch-lazy-highlight-interval): Default to 0.
4251
42522001-01-17 Bob Glickstein <bobg@zanshin.com>
4253
4254 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4255 1 here rather than each time through
4256 isearch-lazy-highlight-new-loop.
4257 (isearch-lazy-highlight-max): Variable deleted.
4258 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4259 isearch-lazy-highlight-max but controls a single invocation of
4260 isearch-lazy-highlight-update.
4261 (isearch-lazy-highlight-wrapped): Variable recreated.
4262 (isearch-lazy-highlight-window-start): New variable.
4263 (isearch-lazy-highlight-cleanup): Restored to behavior of
4264 before 2-Jan.
4265 (isearch-lazy-highlight-remove-overlays): Function deleted;
4266 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4267 behavior removed.
4268 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4269 isearch-lazy-highlight-update in a loop rather than just once.
4270 Test isearch-invalid-regexp here and decide not to start a new
4271 loop, rather than testing it each time through
4272 isearch-lazy-highlight-update.
4273 (isearch-lazy-highlight-search): Function restored.
4274 (isearch-lazy-highlight-update): Get called in a timer loop again,
4275 but this time highlight more than one match each time through.
83c9cb8e
SM
4276 Only highlight matches in the visible part of the window.
4277 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4278 the edge of the window. Use sit-for to force redisplay and ensure
4279 window-start is credible. "Face suppressing" behavior removed;
4280 overlay priorities should make it unnecessary, right?
4281 (isearch-highlight): Face suppressing behavior removed.
4282 (isearch-dehighlight): Face suppressing behavior removed.
4283 (isearch-set-lazy-highlight-faces-at): Removed.
4284
076ec540
KH
42852001-01-17 Kenichi Handa <handa@etl.go.jp>
4286
4287 * language/european.el ("Latin-1"): Make the format of description
4288 about additional language environments same as that of Latin-2.
4289
92328ec5
DL
42902001-01-16 Dave Love <fx@gnu.org>
4291
39f2174e
DL
4292 * isearch.el (isearch-lazy-highlight): Add :version.
4293
92328ec5
DL
4294 * simple.el (backward-delete-char-untabify-method)
4295 (next-line-add-newlines): Add :version.
4296
f251459d
GM
42972001-01-16 Gerd Moellmann <gerd@gnu.org>
4298
9d4850e5
GM
4299 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4300 Don't bind <delete> otherwise.
4301
4302 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4303 and <delete> via function-key-map.
4304
f251459d
GM
4305 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4306 Subject line only if point is after the `Subject:'.
4307
771ffcf7
KH
43082001-01-16 Kenichi Handa <handa@etl.go.jp>
4309
bda6b481
KH
4310 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4311 japanese-jisx0213-2 in `charset' property of this lang. env.
4312
35793af7
KH
4313 * language/european.el ("Latin-1"): Add description for Dutch and
4314 Spanish lang. env.
4315
771ffcf7
KH
4316 * international/mule.el (decode-char): Fix conditions.
4317 (encode-char): Handle eight-bit-control too.
1c8102ff 4318 (transform-make-coding-system-args): New function.
50c29104
KH
4319 (make-coding-system): Accept XEmacs style arguments for CCL base
4320 coding system.
771ffcf7 4321
e1cf67b6
GM
43222001-01-15 Gerd Moellmann <gerd@gnu.org>
4323
4324 * progmodes/etags.el (find-tag-noselect): Save the value of
4325 tags-file-name before switching buffers, for the case it has a
4326 buffer-local value.
4327
b3287acf
GM
43282001-01-15 Alex Schroeder <alex@gnu.org>
4329
9eaf396b
DL
4330 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4331 From Dave Love <fx@gnu.org>.
b3287acf
GM
4332 (ansi-color-for-comint-mode): Fix :version.
4333
43342001-01-15 Alex Schroeder <alex@gnu.org>
4335
4336 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4337
8d7ff9c8
EZ
43382001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4339
4340 * dired.el (dired-insert-directory): If file-system-info fails,
4341 remove the " free " part, but don't signal an error.
4342
dbe99ae9
SS
43432001-01-12 Sam Steingold <sds@gnu.org>
4344
4345 * bookmark.el (bookmark-maybe-historicize-string):
4346 Use new backquote syntax.
4347
103db06c 43482001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4349
4350 * subr.el (last): Handle a list that doesn't end in nil.
4351
ca2ddd8e
SS
43522001-01-12 Sam Steingold <sds@gnu.org>
4353
4354 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4355 to `backward-delete-char-untabify'.
4356
1751c874
DL
43572001-01-12 Dave Love <fx@gnu.org>
4358
4359 * cus-edit.el (customize-menu-create): Fix the :filter following
4360 easymenu change.
4361
4362 * wid-edit.el (function): Add :match-alternatives.
4363 (widget-color-action): Doc fix.
4364
3cccce8d
GM
43652001-01-12 Gerd Moellmann <gerd@gnu.org>
4366
4367 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4368
18bfd6b5
KH
43692001-01-12 Kenichi Handa <handa@etl.go.jp>
4370
83c9cb8e 4371 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4372
18bfd6b5
KH
4373 * international/ccl.el (define-ccl-program): Fix docstring.
4374
562e00da
DL
43752001-01-11 Dave Love <fx@gnu.org>
4376
14fd0da3
DL
4377 * international/mule-cmds.el (standard-display-european-internal):
4378 Set display table for 2208 as for 160.
4379
4380 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4381
562e00da
DL
4382 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4383 entry for custom-menu-create change.
4384 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4385 don't cons it in the search loop.
4386
4387 * imenu.el (imenu--truncate-items): Revert last change.
4388
6e961dcd
EZ
43892001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * info.el (Info-setup-header-line): If the node header includes
4392 either Next: or Prev: links, don't show the File: and Node: parts
4393 in the header line.
4394
2c2ff7f2
GM
43952001-01-11 Gerd Moellmann <gerd@gnu.org>
4396
a7ee2d2e
GM
4397 * comint.el (comint-goto-process-mark): Don't print a message
4398 when running in batch mode.
4399
c5348233
GM
4400 * isearch.el (isearch-search): In the condition-case handler for
4401 `error', set isearch-invalid-regexp to the whole error message.
4402
422717d1
GM
4403 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4404 ensure that eval-after-load works for files dumped with Emacs.
4405
4406 * help.el (load-symbol-file-load-history): New function extracted
4407 from function symbol-file.
4408 (symbol-file): Use it.
4409
83c9cb8e 4410 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4411
926861fb
EZ
44122001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4413
4414 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4415 behave as if there were no prefix argument.
4416 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4417 argument were nil.
4418
afa1f52c
RS
44192001-01-11 Richard M. Stallman <rms@gnu.org>
4420
ca2ddd8e 4421 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4422 Don't look for more potential matches once maximum is exceeded.
4423 Use overlays-in to check correctly for overlap with current match.
4424 Ignore empty matches.
4425
47a9f362
MB
44262001-01-11 Miles Bader <miles@gnu.org>
4427
4428 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4429 (ispell-overlay-window, ispell-help, ispell-show-choices)
4430 (ispell-command-loop): Use it instead of `window-height'.
4431
d196f58d
GM
44322001-01-10 Gerd Moellmann <gerd@gnu.org>
4433
cf523f0e
GM
4434 * files.el (confirm-kill-emacs): New user-option.
4435 (save-buffers-kill-emacs): Ask for final confirmation before
4436 killing Emacs.
4437
d196f58d
GM
4438 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4439 to nil.
4440
7c6c3d8e
GM
44412001-01-10 Dave Love <fx@gnu.org>
4442
1f8be15d
DL
4443 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4444
83c9cb8e 4445 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4446
4447 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4448
4449 * calculator.el (calculator-number-digits): Fix :type.
4450
0d5184de
DL
4451 * vc-cvs.el (vc-cvs-header): Fix :type.
4452 * vc-rcs.el (vc-rcs-header): Fix :type.
4453 * vc-sccs.el (vc-sccs-header): Fix :type.
4454
4455 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4456
7c6c3d8e
GM
4457 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4458
8c9f73a2
GM
4459 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4460
457b792c
GM
44612001-01-10 Gerd Moellmann <gerd@gnu.org>
4462
4463 * simple.el (set-variable): Force a thorough redisplay for the
4464 case that the variable has an effect on the display, like
4465 `tab-width' has.
4466
d2622d08
AS
44672001-01-10 Andre Spiegel <spiegel@gnu.org>
4468
4469 * vc.el: Add documentation for backend interface.
4470
ae4b5f4f
KH
44712001-01-10 Kenichi Handa <handa@etl.go.jp>
4472
e0844717
KH
4473 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4474
ae4b5f4f
KH
4475 * international/mule-conf.el (latin-extra-code-table): Set to t
4476 for \223 and \224.
4477
3184082b
KH
44782001-01-09 Kenichi Handa <handa@etl.go.jp>
4479
4480 * international/mule-cmds.el (locale-language-names): Map "es" to
4481 "Spanish" and "nl" to "Dutch".
4482
732b9cdd
GM
44832001-01-09 Gerd Moellmann <gerd@gnu.org>
4484
1dfca644
GM
4485 * bindings.el (global-map): Bind <home> to beginning-of-line,
4486 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4487 C-<end> to end-of-buffer.
4488
732b9cdd
GM
4489 * language/european.el: Add Dutch and Spanish language info
4490 to be able to use the appropriate tutorials.
4491
44922001-01-09 Alex Schroeder <alex@gnu.org>
4493
4494 * ansi-color.el (ansi-color-process-output): Use markers instead
4495 of positions for start and end of region.
4496 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4497 Previously, occasional mistakes happend when fontifying many
4498 chunks of output (eg. ls --color=yes /dev). This happened
4499 whenever an overlay was created up to the end of the region, which
4500 coincided with the process-mark. New text would then be added
4501 within that overlay instead of after it.
4502 (ansi-color-make-extent): Overlays are created with the property
4503 `modification-hooks' set to '(ansi-color-freeze-overlay).
4504 (ansi-color-freeze-overlay): New function. When inserting text at
4505 the end of the overlay, the overlay will resize.
4506
45072000-01-09 Alex Schroeder <alex@gnu.org>
4508
4509 * ansi-color.el (ansi-color-process-output): Doc change.
4510 (ansi-color-unfontify-region): Doc change. No longer installed
4511 automatically in font-lock-unfontify-region-function.
4512 (ansi-color-apply): Doc change.
4513 (ansi-color-apply-on-region): Use extents or overlays instead of
4514 text-properties.
4515 (ansi-color-make-extent): New function.
4516 (ansi-color-set-extent-face): New function.
4517
45182000-01-09 Alex Schroeder <alex@gnu.org>
4519
4520 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4521 both use ansi-color-process-output, now.
4522 (ansi-color-process-output): Doesn't return string anymore. It is
4523 installed in comint-output-filter-functions for both Emacs and
4524 XEmacs, now.
4525 (ansi-color-unfontify-region): Simplified code removing variables
4526 pos and start-ansi.
4527 (ansi-color-apply): Put text-property ansi-color before putting
4528 text-property face because ansi-color-unfontify-region is called
4529 immediately after the call to put-text-property.
4530 (ansi-color-context-region): Doc change.
4531 (ansi-color-filter-region): Simplified code.
4532 (ansi-color-apply-on-region): Changed start to start-marker, using
4533 a marker explicitly. Put text-property ansi-color before putting
4534 text-property face because ansi-color-unfontify-region is called
4535 immediately after the call to put-text-property.
4536
45372000-01-09 Alex Schroeder <alex@gnu.org>
4538
4539 * ansi-color.el (ansi-color-faces-vector): Doc change.
4540 (ansi-color-for-comint-mode): Changed :type property to choice.
4541 (ansi-color-last-context): Removed.
4542 (ansi-color-process-output): Don't use ansi-color-last-context, as
4543 the main functions will store their context now.
4544 (ansi-color-context): Doc change.
4545 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4546 Uses ansi-color-context such that repeated calls will strip
4547 partial escape sequences, too.
4548 (ansi-color-apply): Simplified code. Colorize end of string if
4549 face is not null. Store context in new (FACE STRING) format, such
4550 that repeated calls will strip partial escape sequences, too.
4551 Append faces to face property using ansi-color-apply-sequence such
4552 that cumulative mode actually works.
4553 (ansi-color-context-region): New variable.
4554 (ansi-color-filter-region): Rewrote it based on
4555 ansi-color-apply-on-region. Uses ansi-color-context-region such
4556 that repeated calls will strip partial escape sequences, too.
4557 (ansi-color-apply-on-region): Simplified code. Colorize end of
4558 region if face is not null. Store context in new (FACE POS)
4559 format, such that repeated calls will strip partial escape
4560 sequences, too. Append faces to face property using
83c9cb8e 4561 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4562 (ansi-color-apply-sequence): New function.
4563 (ansi-color-get-face): When the default face is added to the list
4564 of faces, all previous settings are discarded and the list of
4565 faces is set to '(default).
4566
45672000-01-09 Alex Schroeder <alex@gnu.org>
4568
4569 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4570 face, such that ansi-color-apply and ansi-color-apply-on-region
4571 will do the right thing.
4572 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4573 returns nil, set the list of faces back to nil instead of
83c9cb8e 4574 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4575
45762000-01-09 Alex Schroeder <alex@gnu.org>
4577
4578 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4579 (ansi-color-process): Doc change.
4580 (ansi-color-last-context): New buffer-local variable.
4581 (ansi-color-process-output): New function. It is automatically
4582 added to comint-output-filter-functions if this is XEmacs.
4583 (ansi-color-unfontify-region): New optional parameter for XEmacs
4584 compatibility. Check wether font-lock-syntactic-keywords is
4585 boundp before removing the syntax table text property, as XEmacs
4586 doesn't have it.
4587 (ansi-color-filter-region): Doc change.
4588 (ansi-color-apply-on-region): Doc change.
4589 (ansi-color-make-face): New function. Compatibility layer for
4590 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4591 (ansi-color-make-color-map): Use ansi-color-make-face.
4592 (ansi-color-get-face): Avoid face text property '(nil) as results
4593 in an errow for XEmacs.
4594
45952000-01-09 Alex Schroeder <alex@gnu.org>
4596
83c9cb8e
SM
4597 * ansi-color.el (ansi-color-unfontify-region): New function.
4598 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4599 ansi-color. When the package is loaded, a lambda expression is
4600 put onto font-lock-mode-hook. This lambda expression will check
4601 font-lock-unfontify-region-function and replace
83c9cb8e 4602 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4603 (ansi-color-apply): Add text-property ansi-color in addition to
4604 text-property face.
4605 (ansi-color-apply-on-region): Add text-property ansi-color in
4606 addition to text-property face.
4607 (save-buffer-state): Copy of the macro that is also used by
4608 lazy-lock and font-lock.
4609
4610 (ansi-color-for-comint-mode): New option.
4611 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4612 (ansi-color-for-comint-mode-off): Ditto.
4613 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4614 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4615 decide what to do. This function is added to
4616 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4617
4618 (ansi-color-for-shell-mode-set): Removed.
4619 (ansi-color-for-shell-mode): Removed.
4620
46212000-01-09 Alex Schroeder <alex@gnu.org>
4622
4623 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4624 the lambda expression from the ansi-color-for-shell-mode :set
4625 property. Additionally, modify shell-mode-hook to enable or
4626 disable font-lock-mode for future shell buffers.
4627 (ansi-color-for-shell-mode): The :set property calls
4628 ansi-color-for-shell-mode-set instead of a lambda expression.
4629
46302000-01-09 Alex Schroeder <alex@gnu.org>
4631
4632 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4633 (ansi-color-context): New variable.
4634 (ansi-color-apply): Save context between calls.
4635
fb55ff10
EZ
46362001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4637
83c9cb8e
SM
4638 * isearch.el (isearch, isearch-lazy-highlight-face):
4639 New definitions for face colors and attributes.
29910493 4640
fb55ff10
EZ
4641 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4642 of display-mouse-p.
4643
134d6265
KH
46442001-01-09 Kenichi Handa <handa@etl.go.jp>
4645
4646 * international/mule.el (make-coding-system): If the coding system
4647 accepts extra latin codes, register such codes as safe for the
4648 coding system.
4649
103db06c 46502001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4651
984c9f75
RS
4652 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4653 don't mention the file name or the date here, because they are
4654 logged at the start of the file.
4655
46562001-01-08 Richard M. Stallman <rms@gnu.org>
4657
78b8eee8
RS
4658 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4659 Change screen-width to frame-width.
4660
1460e5d4
EZ
46612001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4662
4663 * info.el (Info-search): Print the default as part of the prompt.
4664
56f24bc1
AS
46652001-01-08 Andre Spiegel <spiegel@gnu.org>
4666
ca2ddd8e 4667 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4668 constant implementations in backends.
4669
4670 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4671 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4672
4673 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4674 WRITABLE to EDITABLE.
4675
4676 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4677 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4678 to EDITABLE.
4679
b7812d30
EZ
46802001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4683 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4684
7e56ea04
GM
46852001-01-08 Gerd Moellmann <gerd@gnu.org>
4686
4687 * isearch.el (isearch-old-signal-hook): Removed.
4688 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4689 instead of setting signal-hook-function.
4690 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4691
a758f97d
GM
46922001-01-08 Kevin Gallagher <kevingal@onramp.net>
4693
4694 * emulation/edt.el: Update to version 4.0. Provide support for
4695 EDT scroll margins at top and bottom of the window. Provide an
4696 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4697 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4698 user when file-related buffer modifications exist.
4699 Provide support for running EDT Emulation in XEmacs.
4700 Provide customize access to some user updatable variables.
4701 Add Commentary section to file header.
4702 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4703
4704 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4705 for detecting a keypress that generates an ASCII key sequence.
4706 (Previously, only a keypress that generates a vector was
4707 recognized.) Embed Window Manager name into name of the generated
4708 EDT Emulation initialization file since the initialization file is
4709 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4710
30db89f9
EZ
47112001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4712
4deb3ba9
EZ
4713 * mail/sendmail.el (mail-mode): Doc fix.
4714
30db89f9
EZ
4715 * info.el (Info-goto-emacs-command-node): Doc fix.
4716 (Info-goto-emacs-key-command-node): Doc fix.
4717
c3f2772b
EZ
47182001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4719
8726e79b 4720 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4721 systems without long file-name support.
4722
0dac6924
AI
47232001-01-06 Andrew Innes <andrewi@gnu.org>
4724
4725 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4726
4e6ef391
EZ
47272001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4728
380866a2
EZ
4729 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4730 (isearch-lazy-highlight-update): Doc fix.
4731
148b5960
EZ
4732 * ffap.el (ffap-bindings): Doc fix.
4733
4e6ef391
EZ
4734 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4735
4cb1bcc2
DL
47362001-01-05 Dave Love <fx@gnu.org>
4737
4738 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4739
3828218c
GM
47402001-01-05 Gerd Moellmann <gerd@gnu.org>
4741
83c9cb8e
SM
4742 * mouse-drag.el (mouse-drag-safe-scroll):
4743 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4744
1f4139d5
GM
4745 * isearch.el (isearch-old-signal-hook): New variable.
4746 (isearch-mode): Set signal-hook-function to isearch-done.
4747 (isearch-done): Restore old signal-hook-function.
4748
3828218c
GM
4749 * info.el (Info-fontify-node): Mark one more char as intangible.
4750
3970013f
KH
47512000-01-05 Kenichi Handa <handa@etl.go.jp>
4752
83c9cb8e
SM
4753 * composite.el (compose-last-chars): New argument COMPONENTS.
4754 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4755 COMPONENTS.
4756
4757 * international/quail.el (quail-input-string-to-events): New function.
4758 (quail-input-method): Convert input string to events here.
4759 (quail-start-translation): Return input string, not event list.
4760 (quail-start-conversion): Likewise.
4761
f3b05e99
GM
47622001-01-04 Gerd Moellmann <gerd@gnu.org>
4763
ca2ddd8e 4764 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4765 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4766 and tooltip-add-timeout.
4767 (tooltip-show): Set border color from faces's foreground.
4768 (tooltip-show-help-function): If called with the same help string
4769 as last time, do nothing.
4770 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4771
0f2ac578
GM
4772 * startup.el (fancy-splash-screens): Don't bind show-help-function
4773 to nil.
4774
f3b05e99
GM
4775 * tooltip.el (tooltip-frame-parameters): Remove colors.
4776 (tooltip): New face
4777 (tooltip-set-param): New function.
4778 (tooltip-show): Set up color frame parameters from face `tooltip'.
4779 Display the tooltip text in face `tooltip'.
4780
8416e94a
DL
47812001-01-04 Dave Love <fx@gnu.org>
4782
4783 * whitespace.el (whitespace-global-mode): Fix typo.
4784
4785 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4786
30db89f9
EZ
47872001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4788
83c9cb8e
SM
4789 * help.el (help-for-help): Fix a typo in a doc string.
4790 From kwzh@gnu.org (Karl Heuer).
30db89f9 4791
b847eb8c
DL
47922001-01-03 Dave Love <fx@gnu.org>
4793
4794 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4795 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4796 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4797 (dired-guess-shell-alist-user): Customize.
4798 (dired-x-help-address): Set to bug-gnu-emacs.
4799 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4800 (dired-default-directory): Renamed from default-directory.
4801
4802 * hl-line.el (hl-line): Doc fix.
4803
43c4b570
KF
48042001-01-03 Karl Fogel <kfogel@red-bean.com>
4805
1bf6b1bf 4806 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4807
984c9f75 48082001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4809
4810 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4811 to remove all the current alternative-match highlighting.
4812 If nil, remove only what's outside the current window.
4813 (isearch-lazy-highlight-remove-overlays): Take optional
4814 region within which NOT to remove them.
4815 (isearch-lazy-highlight-new-loop): Greatly simplified.
4816 (isearch-lazy-highlight-update): Find all the other occurrences
4817 visible in the window, in just one call.
4818 (isearch-lazy-highlight-start): Now holds start of region to scan.
4819 (isearch-lazy-highlight-end): Now holds end of region to scan.
4820 (isearch-lazy-highlight-wrapped): Variable deleted.
4821 (isearch-lazy-highlight-search): Function deleted.
4822
13d6a61c
AI
48232000-01-02 Andrew Innes <andrewi@gnu.org>
4824
4825 * w32-fns.el (convert-standard-filename): Do length check on name
4826 before aref.
4827
064866e7
DL
48282001-01-02 Dave Love <fx@gnu.org>
4829
b33e041b
DL
4830 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4831 value.
4832 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4833
4834 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4835
8166ffd5
DL
4836 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4837 read syntax.
4838
064866e7
DL
4839 * calendar/todo-mode.el (todo): Add :link, :version.
4840 (todo-save-top-priorities): Remove autoload cookie.
4841 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4842 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4843
6dde6abc
GM
48442001-01-02 Gerd Moellmann <gerd@gnu.org>
4845
4846 * comint.el (comint-input-history-ignore): New variable.
4847 (comint-read-input-ring): Ignore entries matching
4848 comint-input-history-ignore.
4849
1a8a9daf
GM
48502001-01-02 Eric M. Ludlam <zappo@gnu.org>
4851
4852 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4853 (lm-copyright-mark): New function.
4854 (lm-crack-copyright): New function.
4855 (lm-verify): Check that the file has a copyright.
4856 Check that the file is copyright Free Software Foundation.
4857
9c92eb53
KH
48582000-12-30 Kenichi Handa <handa@etl.go.jp>
4859
4860 * international/mule-diag.el (print-fontset): Indent font name by
4861 24 columns, not 25.
4862
49172314
GM
48632000-12-29 Gerd Moellmann <gerd@gnu.org>
4864
762a68ec
GM
4865 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4866 in Subject line.
4867
49172314 4868 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4869 Use mail-mode-hook instead of mail-setup-hook.
4870 Otherwise continuing an interrupted message with C-u C-x m for
4871 instance, winds up in Mail mode without abbrevs.
49172314 4872
bd7a2e26
GM
48732000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4874
4875 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4876 non-nil. Adding almost all customization variables on ps-setup.
4877 Doc fix.
bd7a2e26
GM
4878 (ps-print-version): New version number (6.3.3).
4879 (ps-end-with-control-d): Initialization fix.
4880 (ps-lines-printed): New var.
4881 (ps-skip-newline): New fun.
4882 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4883 (ps-next-line, ps-continue-line, ps-plot-region)
4884 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4885
2b3f28a4
KH
48862000-12-29 Kenichi Handa <handa@etl.go.jp>
4887
83c9cb8e
SM
4888 * international/fontset.el (x-complement-fontset-spec):
4889 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4890 registered in x-font-name-charset-alist.
4891 (create-fontset-from-fontset-spec): Adjusted for the above change.
4892 The name of fontset alias should be a unresolved ASCII font name.
4893
2ece9174
GM
48942000-12-28 Gerd Moellmann <gerd@gnu.org>
4895
4896 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4897 and delete in isearch-mode-map.
4898
cbe3ad7a
RS
48992000-12-28 Richard M. Stallman <rms@gnu.org>
4900
ca2ddd8e 4901 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4902 Use xpdf instead of acroread.
4903
a816f1c5
KH
49042000-12-28 Kenichi Handa <handa@etl.go.jp>
4905
f086e73c
KH
4906 * textmodes/artist.el (artist-butlast): Deleted.
4907 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4908 artist-butlast.
f086e73c 4909
a816f1c5
KH
4910 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4911
4912 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4913
b202115b
EZ
49142000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4915
4916 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4917
4918 * ls-lisp.el: Better support for the Mac and MS-Windows.
4919 (ls-lisp): New defgroup.
4920 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4921 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4922 (ls-lisp-support-shell-wildcards): New defcustoms.
4923 (ls-lisp-parse-symlink): New function.
4924 (insert-directory): Code to convert switches to a list and set up
4925 the wildcard argument copied from ls-lisp-insert-directory.
4926 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4927 for -C and -R switches.
4928 (ls-lisp-column-format): New function.
ca2ddd8e 4929 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4930 (ls-lisp-format-time): Add doc strings.
4931 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4932 Support ls-lisp-dirs-first.
4933 (ls-lisp-classify, ls-lisp-extension): New functions.
4934 (ls-lisp-format): Optionally support emulation of symlinks.
4935 Support -i, -s, and -G switches.
4936
6061fbf0
GM
49372000-12-27 Gerd Moellmann <gerd@gnu.org>
4938
5e25feee
GM
4939 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4940
6061fbf0
GM
4941 * version.el (emacs-version): Print X scroll bar information.
4942
4943 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4944 instead of x-toolkit-scroll-bars-p.
4945
4946 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4947 of x-toolkit-scroll-bars-p.
4948
25050dab
EZ
49492000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4950
83c9cb8e 4951 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4952 (ffap-bindings): Doc fix, to reflect the above change.
4953
c1786874
KH
49542000-12-27 Kenichi Handa <handa@etl.go.jp>
4955
4956 * term.el (term-char-mode): Define all non-ascii self-inserting
4957 characters to 'term-send-raw in term-raw-map.
4958
7261ece3 49592000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4960
83c9cb8e 4961 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4962
83c9cb8e
SM
4963 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4964 Changed initialization; use add-hook.
6061fbf0 4965 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4966
6061fbf0 4967 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4968
6061fbf0
GM
4969 * ediff.el (ediff-patch-buffer): Bug fix.
4970 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4971
83f40583
SM
49722000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4973
4974 * subr.el (combine-run-hooks): Remove.
4975
4976 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4977 and remove the rogue second spec.
4978
bdd6d4e8
GM
49792000-12-23 Gerd Moellmann <gerd@gnu.org>
4980
4981 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4982
26736ce3
SM
49832000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4984
0e86b6b0
SM
4985 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4986 Use minibuffer menu prompt for the `=' prefix.
4987 (smerge-command-prefix): Change default to C-^.
6eabfb26 4988 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4989
26736ce3
SM
4990 * skeleton.el (skeleton-internal-1): Make sure the first line of
4991 the region is also re-indented.
d21584d6
SM
4992 (skeleton-end-newline): New var.
4993 (skeleton-end-hook): Use it.
26736ce3 4994
95fa4fd7
MB
49952000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4996
4997 * comint.el (comint-password-prompt-regexp): Support CVS.
4998
f060b834
GM
49992000-12-22 Gerd Moellmann <gerd@gnu.org>
5000
83c9cb8e
SM
5001 * simple.el (delete-key-deletes-forward-mode): Simplify.
5002 Also backspace key combinations, depending on
856ff7a7
GM
5003 delete-key-deletes-forward.
5004
5005 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5006
f060b834
GM
5007 * simple.el (delete-key-deletes-forward): Doc fix.
5008
653558a1
GM
50092000-08-22 Emmanuel Briot <briot@gnat.com>
5010
5011 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5012 white spaces are relevant in the XML file.
653558a1
GM
5013 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5014 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5015 of XML files.
653558a1
GM
5016 (xml-parse-tag): Check that the casing is the same in the start
5017 tag and end tag, since XML is case-sensitive. Allows for spaces
5018 in the end tag, after the name of the tag.
5019 (xml-parse-attlist): Allow for the character '-' in the name of
5020 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5021 the properties in the XML tree, since they are not relevant.
653558a1 5022
3ad93d8d
SM
50232000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5024
5025 * generic.el (generic-read-type): Undo last change, inline into
5026 `generic-mode' and then remove.
5027 (generic-mode): Inline generic-read-type.
5028 (define-generic-mode): Push the symbol name rather than the symbol
5029 onto generic-mode-list.
5030
177f4e88
GM
50312000-12-21 Gerd Moellmann <gerd@gnu.org>
5032
8e15274f
GM
5033 * generic.el (generic-read-type): Build an alist for
5034 completing-read as in 20.7.
5035
5036 * play/landmark.el (lm): Use interactive spec `P'.
5037 (toplevel): Don't set debug-on-error.
5038
83c9cb8e 5039 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5040
6ba384dc
GM
50412000-12-21 Dave Pearson <davep@davep.org>
5042
5043 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5044
647a066c
GM
50452000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5046
5047 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5048 ranges like \177-\237, but accepts the character sequence from \177 to
5049 \237. Doc fix.
5050 (ebnf-version): New version (3.4).
5051 (ebnf-setup): Code fix.
5052 (ebnf-range-regexp): New fun.
5053 (ebnf-8-bit-chars): Const fix.
5054
5055 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5056 entry. Doc fix.
5057 (ebnf-bnf-lex): Code fix.
5058 (ebnf-bnf-comment-chars): Const fix.
5059
5060 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5061 entry. Doc fix.
5062 (ebnf-iso-comment-chars): Const fix.
5063
5064 * ebnf-otz.el: Doc fix.
5065
5066 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5067 entry. Doc fix.
5068 (ebnf-yac-skip-code): Code fix.
5069 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5070
bc22fd18
EZ
50712000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5072
5073 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5074 (recover-file): Use it instead of insert-directory.
5075 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5076
587fc3f9
KH
50772000-12-21 Kenichi Handa <handa@etl.go.jp>
5078
83c9cb8e
SM
5079 * international/mule-cmds.el (select-safe-coding-system):
5080 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5081
587fc3f9
KH
5082 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5083
01860fb9
MB
50842000-12-21 Miles Bader <miles@gnu.org>
5085
83c9cb8e 5086 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5087
3f9d67a6
KH
50882000-12-21 Kenichi Handa <handa@etl.go.jp>
5089
9fd1c1f7
KH
5090 * international/mule-diag.el (describe-char-after): Make *Help*
5091 buffer inherit multibyteness of the current buffer.
5092
3f9d67a6
KH
5093 * international/mule.el (make-char): Docstring adjusted for the
5094 change of make-char-internal.
5095
c9669fac
SM
50962000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5097
5098 * international/iso-cvt.el: Docstrings fix.
5099
19594307
DL
51002000-12-20 Dave Love <fx@gnu.org>
5101
5102 * subr.el (eval-after-load): Doc fix.
5103
b1a447b3
KH
51042000-12-20 Kenichi Handa <handa@etl.go.jp>
5105
5106 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5107 for numbers.
5108
09877d5d
MB
51092000-12-20 Miles Bader <miles@gnu.org>
5110
5111 * international/quail.el (quail-help): Resize the help window
5112 again after it has all its contents. Remove unneeded progn.
5113
71d4497a
GM
51142000-12-19 Gerd Moellmann <gerd@gnu.org>
5115
5116 * pcmpl-linux.el: Fix copy/paste error.
5117
741e56a0
AI
51182000-12-19 Andrew Innes <andrewi@gnu.org>
5119
83c9cb8e 5120 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5121
cc24d91c
CD
51222000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5123
ba4c05aa
CD
5124 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5125
5126 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5127
5128 * progmodes/idlw-shell.el: Fixed copyright notice.
5129
5130 * progmodes/idlwave.el: Fixed copyright notice.
5131
71d4497a 5132 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5133 TAB as key separators.
5134
524c8caf
GM
51352000-12-19 Alex Schroeder <alex@gnu.org>
5136
5137 * sql.el (sql-sybase-options): New option.
5138 (sql-sybase): Use it. Add sql-database to the list of parameters
5139 provided for login. The options -w 2048 -n are not used any more.
5140 (sql-postgres-options): Changed default from "--pset" to "-P".
5141 (sql-mysql-options): Doc change.
5142 (sql-stop): Doc change.
5143
b5fa513d
KH
51442000-12-19 Kenichi Handa <handa@etl.go.jp>
5145
5146 * international/quail.el (quail-input-method): Always hide
5147 the guidance buffer on exiting.
5148
91c9e6ce
GM
51492000-12-18 Gerd Moellmann <gerd@gnu.org>
5150
c6da4eb4
GM
5151 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5152 isn't fboundp.
5153
3d2a0e0b
GM
5154 * server.el (server-buffer-done): Bury the buffer before
5155 killing it.
5156
91c9e6ce
GM
5157 * faces.el (face-spec-set): Interpret a nil in specs for
5158 foreground and background colors as `unspecified', for
5159 compatibility with 20.x.
5160
40fa0008
DL
51612000-12-18 Dave Love <fx@gnu.org>
5162
22adbe54
DL
5163 * simple.el (mail-user-agent): Doc fix.
5164 (input-mode-8-bit): Removed.
5165
5166 * international/mule.el (set-keyboard-coding-system): Doc fix.
5167 (keyboard-coding-system): New option.
5168
40fa0008
DL
5169 * mail/sendmail.el (send-mail-function): Customize.
5170
6f4745e2
EZ
51712000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5172
5173 * international/codepage.el (cp866-decode-table): New table.
5174
82b90229
GM
51752000-12-18 Gerd Moellmann <gerd@gnu.org>
5176
5177 * version.el (emacs-version): Remove `%a' from the time format
5178 because the weekday doesn't fit well into each locale.
5179
5a047002
MB
51802000-12-18 Miles Bader <miles@gnu.org>
5181
7f49aa07
MB
5182 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5183
ca2ddd8e 5184 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5185 Check that emacs-major-version is `=' to 20, not `>='.
5186 (artist-replace-chars): Use `make-string' instead of a loop.
5187
22ea2607
EZ
51882000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5189
5190 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5191 (cvs-execute-single-file): Don't change directory.
5192 Patch from Per Cederqvist.
5193
6c825f8e
EZ
51942000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5195
83c9cb8e
SM
5196 * textmodes/ispell.el (check-ispell-version):
5197 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5198 of -vv.
5199
8ff06845
KH
52002000-12-16 Kenichi Handa <handa@etl.go.jp>
5201
af4bb4c8
KH
5202 * international/mule-diag.el (mule-diag): Insert information about
5203 configure options, multibyte awareness, language env.
5204
8ff06845
KH
5205 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5206 regexp to search for candidates.
5207
b24e84ab
EZ
52082000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5209
5210 * info.el (Info-forward-node): If the node has an
5211 Info-header-line, widen the buffer before searching for "next:"
5212 and "up:" pointers, and set the search limit to stay in the
5213 current node.
5214
7981d89f
MB
52152000-12-16 Miles Bader <miles@gnu.org>
5216
5217 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5218
88ee7917
MB
52192000-12-15 Miles Bader <miles@gnu.org>
5220
5221 * comint.el (comint-send-string, comint-send-region): Also accept
5222 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5223 process-send-string/region.
5224
0c28d842
GM
52252000-12-15 Gerd Moellmann <gerd@gnu.org>
5226
4ea7fdca
GM
5227 * isearch.el (isearch-lazy-highlight-max): New user-option.
5228 (isearch-lazy-highlight-update): Don't highlight more than
5229 isearch-lazy-highlight-max matches.
5230
0c28d842
GM
5231 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5232
984c9f75 52332000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5234
8062e53a
GM
5235 * sort.el (sort-columns): Fix error message.
5236
3ffa545b
GM
5237 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5238 `upcase' or `downcase' or nil.
5239 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5240 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5241 (dabbrev--substitute-expansion): New arg record-case-pattern.
5242 If it is non-nil, set dabbrev--last-case-pattern.
5243 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5244
5245 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5246
c2d7f289
MB
52472000-12-15 Miles Bader <miles@gnu.org>
5248
b6348438
MB
5249 * paths.el (Info-default-directory-list): Don't delete
5250 configure-info-directory from the list of standard info
83c9cb8e 5251 directories when appending it to the end -- their order is important.
b6348438 5252
f9056dd9
MB
5253 * faces.el (read-face-attribute): If there's no entry for the
5254 user's input in VALID, just use it as-is (this will often result
5255 in an error, but it may be OK for e.g. colors using hexadecimal
5256 notation, and at least will yield a better error message).
5257
c2d7f289 5258 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5259 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5260 Variables removed.
5261 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5262 window is really the right size. Use vertical-motion
5263 rather than forward-line.
5264 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5265 (ispell-command-loop, ispell-show-choices): Use the variable
5266 ispell-choices-win-default-height, rather than the function.
5267 (ispell-choices-win-default-height): Function removed.
5268 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5269
8f530b95
SM
52702000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5271
5272 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5273
6d435deb
EZ
52742000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5275
83c9cb8e
SM
5276 * paths.el (Info-default-directory-list):
5277 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5278 put it first in the list; otherwise put it last. Doc string
5279 changed accordingly.
5280
5281 * info.el (Info-directory-list): Change doc string to reflect the
5282 change in Info-default-directory-list.
5283
6d435deb
EZ
5284 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5285 windows-nt as windowed environments, even under -nw.
5286
5287 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5288 if not fboundp. Switch delete-forward mode for the <delete> key
5289 on all PC platforms, even under -nw.
5290
5291 * term/internal.el ([M-delete]): Remap to M-d.
5292
9d7d9263
GM
52932000-12-14 Gerd Moellmann <gerd@gnu.org>
5294
5295 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5296
7cf0153a
EZ
52972000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5298
5299 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5300
5e5b3d41
GM
53012000-12-14 Gerd Moellmann <gerd@gnu.org>
5302
5f368d29
GM
5303 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5304 if appropriate.
5305
5306 * simple.el (delete-key-deletes-forward): New user-option.
5307 (delete-key-deletes-forward-mode): New function.
5308
9d7d9263 5309 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5310
83c9cb8e
SM
5311 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5312 Test if symbol is bound before getting its value.
5e5b3d41
GM
5313
5314 * tooltip.el (tooltip-show): If an error is signaled in
5315 x-show-tip, display that error, and display the help in the
5316 echo area.
ca2ddd8e 5317
191b83b6
KH
53182000-12-14 Kenichi Handa <handa@etl.go.jp>
5319
83c9cb8e
SM
5320 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5321 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5322
6192b604
KF
53232000-12-13 Karl Fogel <kfogel@red-bean.com>
5324
5325 * bookmark.el: Provide a generic exit hook, as suggested by
5326 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5327 (bookmark-exit-hook): New var.
5328 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5329 old raw lambda form in `kill-emacs-hook', and runs new
5330 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5331 as logically that feature must have been provided if this function
5332 is running.
5333 Removed ;;;###autoload before the `add-hook' call.
5334
5edf6b55
SM
53352000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5338 (easy-menu-current-active-maps): New function.
5339 (easy-menu-get-map): Use it.
5340 Make a proper menu entry when creating a new keymap.
5341
16b5e8e6
KH
53422000-12-13 Kenichi Handa <handa@etl.go.jp>
5343
d49fc4eb
KH
5344 * international/characters.el: Fix cases and syntaxes for
5345 mule-unicode-0100-24ff.
5346
3b53d876
KH
5347 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5348 that a Japanese character is not appended after day and year.
5349
16b5e8e6
KH
5350 * info.el (Info-suffix-list): Change format for a command that
5351 requires arguments.
5352 (info-insert-file-contents): Adjusted for the above change.
5353
1df1c518
AS
53542000-12-12 Andreas Schwab <schwab@suse.de>
5355
5356 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5357 on the name of the tar buffer. Verify that the existing buffer is
5358 visiting the same subfile.
5359
a7a07b98
DL
53602000-12-12 Dave Love <fx@gnu.org>
5361
5362 * subdirs.el: Add obsolete.
5363
4fdbd809
GM
53642000-12-12 Gerd Moellmann <gerd@gnu.org>
5365
bfdb75ee
GM
5366 * mail/rmailsum.el (rmail-summary-expunge)
5367 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5368 instead of rmail-confirm-expunge.
5369
4fdbd809
GM
5370 * replace.el (perform-replace): Don't use an empty match adjacent
5371 to a non-empty match when computing the next match before the
5372 replacement is performed.
5373
e9a59cad
GM
53742000-12-12 Milan Zamazal <pdm@freesoft.cz>
5375
5376 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5377 definition (patch by Stefan Monnier).
5378 (glasses-mode): Use jit-lock instead of `after-change-functions'
5379 (patch by Stefan Monnier).
5380
c2def7a0
MB
53812000-12-12 Miles Bader <miles@gnu.org>
5382
5383 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5384 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5385
591b63b4
AC
53862000-12-12 Andrew Choi <akochoi@i-cable.com>
5387
5388 * term/mac-win.el: Remove load for ls-lisp.
5389
a924cf63 5390 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5391
5ff4ba3d
MB
53922000-12-12 Miles Bader <miles@gnu.org>
5393
5394 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5395 Respect field end too.
5396 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5397 (newline-and-indent, reindent-then-newline-and-indent):
5398 Use `delete-horizontal-space'.
5ff4ba3d 5399
d0c679bc
SM
54002000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5401
adf9c994
SM
5402 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5403 (so as to obey the field property in the minibuffer).
5404
4b0cd42d
SM
5405 * obsolete/c-mode.el: Moved from lisp/progmodes.
5406 * obsolete/auto-show.el: Moved from lisp.
5407 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5408
89f85863
CD
54092000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5410
5411 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5412 changes to list them here.
89f85863 5413
83c9cb8e
SM
5414 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5415 Too many changes to list them here.
89f85863 5416
83c9cb8e
SM
5417 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5418 Too many changes to list them here.
89f85863
CD
5419
5420 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5421
3e0d35ce
GM
54222000-12-11 Gerd Moellmann <gerd@gnu.org>
5423
83c9cb8e 5424 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5425
ca2ddd8e 5426 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5427 Comment fix.
5428
3e0d35ce
GM
5429 * hscroll.el: Moved to `obsolete' subdir.
5430
ff904dd6
MB
54312000-12-11 Miles Bader <miles@gnu.org>
5432
5433 * window.el (window-text-height): Function removed (now in C).
5434
fb97d87f
SM
54352000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5436
5437 * log-edit.el (log-edit-parent-buffer): New var.
5438 (log-edit): Set it. Add BUFFER argument.
5439 (log-edit-done): Use char-before.
5440 Don't bother checking validity of vc-comment-ring.
5441 Only bury the buffer if log-edit popped it up.
5442
5443 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5444 (cvs-mode-diff-help): Remove.
5445 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5446 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5447
5448 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5449 Remove binding for ? now made unnecessary.
5450
7de77417
CD
54512000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5452
83c9cb8e 5453 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5454 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5455
5456 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5457 when master file is not open.
5458
4efa209f
SM
54592000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5460
5461 * progmodes/ada-stmt.el: Update `maintainer'.
5462
0a8052bd
GM
54632000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5464
5465 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5466 choices to match documentation string.
5467
a12167c5
MB
54682000-12-09 Miles Bader <miles@gnu.org>
5469
2161605d
MB
5470 * minibuf-eldef.el: New file.
5471
a12167c5
MB
5472 * window.el (fit-window-to-buffer): Don't pass last argument to
5473 pos-visible-in-window-p, now that its meaning is inverted.
5474
9ea8de1b
EZ
54752000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5478 <ceder@lysator.liu.se>.
5479
5002ddbb
SM
54802000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5481
b6114d80
SM
5482 * autoinsert.el (auto-insert-alist): Add missing final \n.
5483
ee8d23ee
SM
5484 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5485 (cvs-menu-map): Remove.
5486 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5487 (cvs-mode-quit): Turn it back into a plain function.
5488
5002ddbb 5489 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5490 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5491
5492 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5493 file where it's more visible.
5494 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5495 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5496 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5497 (texinfo-inside-macro-p): Only catch `scan-error's.
5498 (texinfo-inside-env-p): Make better use of the match info.
5499 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5500 (texinfo-insert-@end): Slight re-organization.
5501 Also remove useless `looking-at' call.
5502
30cd075d
AI
55032000-12-08 Andrew Innes <andrewi@gnu.org>
5504
5505 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5506 accessible in -nw mode.
5507
5508 * term/w32-win.el: Remove stuff about selection timeout, which is
5509 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5510 it is accessible in -nw mode.
5511
01b91009
DL
55122000-12-08 Dave Love <fx@gnu.org>
5513
83c9cb8e
SM
5514 * emacs-lisp/lisp-mode.el (lisp-mode):
5515 Set font-lock-keywords-case-fold-search.
01b91009 5516
842b2a94
GM
55172000-12-08 Gerd Moellmann <gerd@gnu.org>
5518
5519 * textmodes/ispell.el (ispell): Doc fix.
5520
f9d5f611
KH
55212000-12-08 Kenichi Handa <handa@etl.go.jp>
5522
5523 * international/quail.el (quail-insert-decode-map): Check the
5524 frame width of a window displaying the current buffer, not that of
5525 the selected frame.
5526 (quail-help): Make sure that the help buffer has window before
5527 inserting text in it.
5528
e04d21aa
SS
55292000-12-07 Sam Steingold <sds@gnu.org>
5530
5531 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5532 Backquote is used in isearch.el, so autoloading saves nothing.
5533
fc3e23a4
EZ
55342000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5535
83c9cb8e
SM
5536 * startup.el (normal-top-level-add-subdirs-to-load-path):
5537 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5538
fc3e23a4
EZ
5539 * dired.el (dired-insert-directory): If file-system-info is
5540 fboundp, call it instead of invoking dired-free-space-program.
5541
796ecd10
GM
55422000-12-07 Gerd Moellmann <gerd@gnu.org>
5543
0f5f7c3e
GM
5544 * server.el (server-visit-files): Push files on file-name-history.
5545
3764ba49
GM
5546 * progmodes/cc-langs.el: Update copyright.
5547
8e7931da
GM
5548 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5549
ae0d7485 5550 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5551
796ecd10
GM
5552 * bindings.el (mode-line-mode-menu): Reverse the order
5553 of define-keys so that the menu appears in alphabetical order.
5554
ae0d7485
GM
55552000-12-07 Milan Zamazal <pdm@freesoft.cz>
5556
5557 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5558 of the function.
5559
e2849090
DL
55602000-12-07 Dave Love <fx@gnu.org>
5561
5562 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5563
5564 * facemenu.el (facemenu-unlisted-faces): Fix value.
5565
5c7f629c
SM
55662000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5567
5568 * font-lock.el (font-lock-default-fontify-region):
5569 Include the terminating \n (off-by-one error).
5570 (font-lock-set-defaults): Use dolist.
5571
5572 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5573
73481ae3
KH
55742000-12-07 Kenichi Handa <handa@etl.go.jp>
5575
83c9cb8e
SM
5576 * international/mule-cmds.el (describe-language-environment):
5577 Fix for the case that an input method title is not string but a list.
ffbaa122 5578
73481ae3
KH
5579 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5580 of wrong SIZE record.
5581
e2896b22
DL
55822000-12-06 Dave Love <fx@gnu.org>
5583
67292061
DL
5584 * newcomment.el (comment-region, comment-dwim): Doc fix.
5585
5586 * textmodes/texinfo.el: Require tex-mode when compiling.
5587 (texinfo-update-node): Doc fix.
5588 (texinfo-imenu-generic-expression): Add @anchor.
5589 (texinfo-font-lock-keywords): Add @uref.
5590 (texinfo-inside-macro-p): Don't use ignore-errors.
5591 (texinfo-insert-quote): Match more contexts.
5592
e76938e7
DL
5593 * international/mule.el (decode-char, encode-char): Doc fix.
5594 (auto-coding-alist): Customize.
5595
5596 * files.el (load-file): Fix change of 2000-03-12.
5597
e2896b22
DL
5598 * wid-edit.el (widget-text-keymap): Doc fix.
5599
6610f4b2
AI
56002000-12-06 Andrew Innes <andrewi@gnu.org>
5601
5602 * makefile.w32-in (lisp): Set to an absolute directory, namely
5603 $(CURDIR).
5604
9e3366e4
EZ
56052000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5606
5607 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5608 read generated-autoload-file, and set buffer-file-coding-system to
5609 raw-text-unix after reading the file.
5610
83c9cb8e
SM
5611 * international/mule-conf.el (file-coding-system-alist):
5612 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5613
d94d636f
GM
56142000-12-06 Gerd Moellmann <gerd@gnu.org>
5615
384333ee
GM
5616 * replace.el (occur): Make line-number-width 1 smaller for the
5617 colon following the line number.
5618
83c9cb8e
SM
5619 * startup.el (fancy-splash-text, command-line-1):
5620 Use `File' for the menu name instead of `Files'.
e04d21aa 5621
d4b72d58
GM
5622 * tmm.el: Update copyright.
5623
d94d636f
GM
5624 * cus-start.el: Add entry for even-window-heights.
5625
6e424019
MB
56262000-12-06 Miles Bader <miles@gnu.org>
5627
5628 * faces.el (frame-set-background-mode): Avoid stomping on
5629 locally modified faces.
5630
e6477b58
KH
56312000-12-06 Kenichi Handa <handa@etl.go.jp>
5632
5633 * international/fontset.el: Correct the font registries for
5634 japanese-jisx0213-1 and japanese-jisx0213-2.
5635
21999ab9
GM
56362000-12-05 Gerd Moellmann <gerd@gnu.org>
5637
57d6e381
GM
5638 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5639
21999ab9
GM
5640 * iswitchb.el: Update customization commentary.
5641
7422819c
GM
56422000-12-05 Rob Riepel <riepel@Stanford.EDU>
5643
5644 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5645 (tpu-search-highlight): Fixed comparison of overlay end positions.
5646 (tpu-trim-line-ends): Implemented trimming logic locally.
5647
5648 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5649 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5650
73daff18
KH
56512000-12-05 Kenichi Handa <handa@etl.go.jp>
5652
5653 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5654 to cn-gb.
5655 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5656
6a4cd002
DL
56572000-12-04 Dave Love <fx@gnu.org>
5658
5659 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5660
6452929e
GM
56612000-12-04 Gerd Moellmann <gerd@gnu.org>
5662
e04d21aa 5663 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5664 (rmail-summary-expunge-and-save): Ask for confirmation with
5665 rmail-expunge-confirmed.
5666
5667 * mail/rmail.el (rmail-expunge-confirmed): New function.
5668 (rmail-expunge): Use it.
5669
1790abf4
FP
56702000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5671
0c68ce6f 5672 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5673 (etags-recognize-tags-table, find-tag-in-order):
5674 New functionality: interpret file names as tags.
e04d21aa 5675
7a53d8c8
EZ
56762000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5677
5678 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5679 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5680 the first subnode until the bottom of the current node is visible.
7a53d8c8 5681
caa15ef7
GM
56822000-12-04 Gerd Moellmann <gerd@gnu.org>
5683
5684 * format.el (format-decode): Don't change buffer's undo list.
5685
e225faa7
KH
56862000-12-04 Kenichi Handa <handa@etl.go.jp>
5687
5688 * faces.el (face-font-registry-alternatives): Add entries for CJK
5689 fonts. Doc-string adjusted for the actual usage of this data.
5690
5691 * international/fontset.el: Change the font registries for CJK
5692 fonts in the default fontset. Don't append '*' to registries.
5693
8b262a65
SM
56942000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5695
e04d21aa 5696 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5697 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5698
5699 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5700 (derived-mode-p): New function.
5701 (derived-mode-make-docstring): Add `docstring' argument.
5702 Use it if available and complete it if necessary.
5703
33c4460b
AS
57042000-12-03 Andreas Schwab <schwab@suse.de>
5705
5706 * type-break.el (type-break): Don't make parent of itself.
5707
5c9b3fac
MB
57082000-12-03 Miles Bader <miles@gnu.org>
5709
5710 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5711
27ce741e
SM
57122000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5713
07c16ec4
SM
5714 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5715 (tex-main-file, tex-file): Simplify.
5716 (tex-generate-zap-file-name): Use subst-char-in-string.
5717 (tex-strip-dots): Remove.
5718
c19cc275
SM
5719 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5720
27ce741e
SM
5721 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5722 to check if the match succeeded.
5723
285991dc
GM
57242000-12-02 Gerd Moellmann <gerd@gnu.org>
5725
5726 * startup.el (use-fancy-splash-screens-p): New function.
5727 (command-line-1): Use it to determine whether or not to use
5728 a fancy splash screen.
5729
52dca1b2
AS
57302000-12-02 Andreas Schwab <schwab@suse.de>
5731
5732 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5733
d3e7e7cf
EZ
57342000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5735
2dce2360
EZ
5736 * international/mule.el (make-char): Fix last change.
5737
9768eaa7
EZ
5738 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5739 New defcustoms.
5740 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5741 autoloading tex-mode; instead, do the same manually.
5742 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5743 with numeric argument. Docstring fix.
5744 (toplevel): Require cl when compiling.
e04d21aa 5745
285991dc 5746 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5747
0dd5e255
JR
57482000-12-02 Jason Rumney <jasonr@gnu.org>
5749
5750 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5751 the Emacs Lisp manual)
5752
fbb87147
EZ
57532000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5754
5cbb3e93
EZ
5755 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5756
fbb87147
EZ
5757 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5758 the Emacs Lisp manual).
5759
1636ca09
GM
57602000-12-02 Gerd Moellmann <gerd@gnu.org>
5761
5762 * simple.el (next-line-add-newlines): Change default to nil.
5763
68875f0e
EZ
57642000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5765
83c9cb8e
SM
5766 * files.el (revert-buffer, recover-file):
5767 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5768
fd9ac94c
GM
57692000-12-01 Gerd Moellmann <gerd@gnu.org>
5770
5771 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5772
45450dd5
MB
57732000-12-01 Miles Bader <miles@gnu.org>
5774
5775 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5776
09df8881
KH
57772000-12-01 Kenichi Handa <handa@etl.go.jp>
5778
5779 * international/mule-diag.el (describe-char-after): Fix typo.
5780 (describe-character-set, non-iso-charset-alist): Fix typo.
5781
dea0a87d
MB
57822000-12-01 Miles Bader <miles@gnu.org>
5783
b170205b
MB
5784 * image-file.el (image-file-name-regexp): Automatically add
5785 upper-case variants of each filename extension in
5786 `image-file-name-extensions', since they seem to be common.
5787
e04d21aa 5788 * simple.el (minibuffer-contents)
dea0a87d
MB
5789 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5790 New functions.
5791 * filecache.el (file-cache-directory-name)
5792 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5793
eb04d6cd 57942000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5795
dea0a87d
MB
5796 * filecache.el (file-cache-minibuffer-complete): Don't try to
5797 delete the minibuffer prompt.
5798
a8a1b05d
DL
57992000-11-30 Dave Love <fx@gnu.org>
5800
5801 * cus-start.el: Fix read-buffer-function type.
5802
693c4692
GM
58032000-11-30 Gerd Moellmann <gerd@gnu.org>
5804
5805 * md5.el: Removed. There's a built-in function, now.
5806
2c0b1898
GM
58072000-11-30 Markus Rost <rost@math.ohio-state.edu>
5808
5809 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5810 as dummy 0-th char of rmail-deleted-vector.
5811
63dfcf4b
EZ
58122000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5813
5814 * ps-print.el (ps-end-job): Bind case-fold-search only after
5815 switching to ps-spool-buffer.
5816
58172000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5818
5819 * ps-print.el: Line number font customization. PostScript: Lines and
5820 PageCount are initialized on each page. Doc Fix.
5821 (ps-print-version): New version number (6.3.2).
5822 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5823 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5824 (ps-right-header): Customization fix.
5825 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5826 Fix code.
5827 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5828 New vars.
5829
df3aedcf
GM
58302000-11-30 Gerd Moellmann <gerd@gnu.org>
5831
edfb795e
GM
5832 * bs.el: Fix typos and spelling errors.
5833 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5834 (bs-configuration): Doc fix.
e04d21aa 5835
df3aedcf
GM
5836 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5837
8b8a7f01
GM
58382000-11-30 Rob Riepel <riepel@Stanford.EDU>
5839
5840 * emulation/tpu-edt.el (tpu-version): New version.
5841 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5842 (tpu-original-mode-line): Variable deleted.
5843 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5844 (tpu-set-mode-line): Don't redefine mode-line-format.
5845 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5846 (tpu-update-mode-line): New mark flag logic.
5847 (tpu-get): Use find-file-wildcards.
5848 (tpu-search-highlight): Move overlay less, reset overlay properly.
5849 (tpu-unselect): Deactivate mark.
5850 (tpu-lm-replace): Reset overlay properly.
5851 (tpu-forward-line): Use forward-visible-line.
5852 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5853
83c9cb8e 5854 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5855
c069a9d3
GM
58562000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5857
5858 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5859
b02cd40b
GM
58602000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5861
5862 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5863 and skip whitespace and newlines.
e04d21aa 5864
b7a90344
SM
58652000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5866
5867 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5868
be6bbb55
GM
58692000-11-29 Gerd Moellmann <gerd@gnu.org>
5870
0383ed60
GM
5871 * help.el (describe-function-1): Regexp-quote function name
5872 when used as part of a regexp.
5873
83c9cb8e
SM
5874 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5875 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5876 (tool-bar-add-item): Likewise, and handle unspecified colors.
5877
5878 * enriched.el (enriched-face-ans): Use face-attribute instead
5879 of face-foreground and face-background.
5880
5881 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5882 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5883
7423978d
GM
5884 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5885
ef128c78
GM
5886 * play/5x5.el: Remove version info.
5887
a81fc510
GM
5888 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5889
be6bbb55
GM
5890 * frame.el (blink-cursor-mode): Doc fix.
5891
f9396e03
GM
58922000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5893
5894 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5895 to create Makefile rules.
5896 (antlr-tool-command): New user option.
5897 (antlr-ask-about-save): New user option.
5898 (antlr-makefile-specification): New user option.
5899 (antlr-file-formats-alist): New variable.
5900 (antlr-special-file-formats): New variable.
5901 (antlr-unknown-file-formats): New user option.
5902 (antlr-help-unknown-file-text): New variable.
5903 (antlr-help-rules-intro): New variable.
5904 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5905 (antlr-mode-menu): Add entries.
5906 (antlr-file-dependencies): New function.
5907 (antlr-directory-dependencies): New function.
5908 (antlr-superclasses-glibs): New function.
5909 (antlr-run-tool): New command.
5910 (antlr-makefile-insert-variable): New function.
5911 (antlr-insert-makefile-rules): New function.
5912 (antlr-show-makefile-rules): New command.
5913
5914 * antlr-mode.el: More Emacs/XEmacs stuff.
5915 (antlr-no-action-keywords): New constant with value nil.
5916 (antlr-font-lock-keywords-alist): Use it. Old value would break
5917 syntax highlighting in Emacs-21.0.
5918 (antlr-default-directory): Emacs/XEmacs dependend function.
5919 (antlr-read-shell-command): Ditto.
5920 (antlr-with-displaying-help-buffer): Ditto.
5921
59222000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5923
5924 * antlr-mode.el: imenu, parsing and highlighting changes.
5925 (antlr-imenu-create-index-function): Don't create extra submenus
5926 for definitions in different grammar classes. It is not necessary
5927 for the menu and would make command `imenu' awkward to use.
5928 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5929 header actions and more than one.
5930 (antlr-font-lock-tokendef-face): Changed color.
5931 (antlr-font-lock-tokenref-face): Changed color.
5932 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5933 (antlr-mode-syntax-table): New variable.
5934 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5935 (antlr-with-syntax-table): Don't copy syntax table.
5936
59372000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5938
5939 * antlr-mode.el: Minor changes: language setting.
5940 (antlr-language-alist): The value for file option "language" can
5941 be both an identifier and a string.
5942 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5943 (antlr-language-limit-n-regexp): Change accordingly.
5944
59452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5946
5947 * antlr-mode.el: Minor changes: tabs, hiding.
5948 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5949 (antlr-action-visibility): Also allow value nil to also hide the
5950 braces. Renamed from `antlr-tiny-action-length'.
5951 Suggested by Jay@aol.com.
5952 (antlr-hide-actions): Change accordingly. Hide line if completely
5953 hidden action is on a line of its own.
e04d21aa 5954
6ad948eb
SM
59552000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5958
5959 * sort.el (sort-columns): Don't concat strings with numbers.
5960
9c6a4107
DL
59612000-11-29 Dave Love <fx@gnu.org>
5962
5963 * cus-edit.el (face): Fix :format.
5964
5965 * mail/feedmail.el: Require smtpmail when compiling.
5966 (mail-do-fcc): Autoload.
5967 (feedmail) <defgroup>: Fix :link.
5968 (feedmail-nuke-body-in-fcc): Fix :type.
5969 (feedmail-send-it): Add autoload cookie.
5970
053b8d35
SM
59712000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5972
5973 * newcomment.el (comment-indent): Save excursion around call to
5974 comment-indent-function.
5975
242c13e8
MB
59762000-11-29 Miles Bader <miles@gnu.org>
5977
5978 * subr.el (member-ignore-case): Return the tail of the list who's
5979 car matches, like `member', not the matching element itself.
5980
8f4b5f28
KH
59812000-11-29 Kenichi Handa <handa@etl.go.jp>
5982
5983 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5984 should not contain `\n'.
5985
bebe4a2c
GM
59862000-11-28 Gerd Moellmann <gerd@gnu.org>
5987
fd9ac94c 5988 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5989
ba7e40eb
GM
5990 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5991
75ab0c79
GM
5992 * dired-aux.el (dired-do-create-files): Construct default file
5993 name for dired-mark-read-file-name so that when the user enters
5994 just RET, the target file will end up in the target directory.
5995
bebe4a2c
GM
5996 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5997 local-abbrev-table before changing buffers because it might
5998 have a buffer-local binding.
5999
fa6d1ca8
MB
60002000-11-28 Miles Bader <miles@gnu.org>
6001
6002 * simple.el (delete-horizontal-space): Handle fields more generally.
6003
8d2c2642
GM
60042000-11-28 Gerd Moellmann <gerd@gnu.org>
6005
6006 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6007
8b31236d
DL
60082000-11-28 Dave Love <fx@gnu.org>
6009
3cbd02d2
DL
6010 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6011 comment-start-skip locally.
6012
8b31236d
DL
6013 * progmodes/fortran.el (fortran-mode): Don't set
6014 fortran-comment-line-start-skip. Set comment-start to
6015 fortran-comment-line-start.
6016 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6017 (fortran-comment-line-start-skip): Simplify slightly.
6018
ae4bf56d
GM
60192000-11-28 Gerd Moellmann <gerd@gnu.org>
6020
17ef7534
GM
6021 * play/5x5.el: Remove RCS keyword.
6022
fd9ac94c 6023 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6024
665b27a6
GM
60252000-11-28 Milan Zamazal <pdm@freesoft.cz>
6026
83c9cb8e
SM
6027 * textmodes/tildify.el (tildify-string-alist):
6028 Add `plain-tex-mode' here.
665b27a6 6029
fe3c2ae3
GM
60302000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6031
6032 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6033 reference.
6034
d970106b
MB
60352000-11-28 Miles Bader <miles@gnu.org>
6036
36b80a0d
MB
6037 * cus-face.el (custom-face-attributes): Add post-filter function
6038 for :box. Make pre-filter function for :box handle all cases.
6039
d970106b
MB
6040 * wid-edit.el (widget-choose): Make sure pop-up window is large
6041 enough to display all the choices, as there's no way to scroll it.
6042
5a2bae6c
KH
60432000-11-28 Kenichi Handa <handa@etl.go.jp>
6044
6045 * international/mule-conf.el: Make the coding system no-conversion
6046 safe for all characters.
6047
9e836e23
DL
60482000-11-27 Dave Love <fx@gnu.org>
6049
8b31236d
DL
6050 * net/ldap.el (ldap) <defgroup>: Add :version.
6051
9e836e23
DL
6052 * tooltip.el (tooltip-use-echo-area): Doc fix.
6053
6054 * cus-start.el <minibuffer-prompt-properties>: Add version.
6055 <read-buffer-function>: Add.
6056
6057 * apropos.el (apropos-print): Add help-echo to active text.
6058
6059 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6060
4a74d071
GM
60612000-11-27 Gerd Moellmann <gerd@gnu.org>
6062
6063 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6064 type, group and version.
6065
76058c27
EZ
60662000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6067
4a74d071 6068 * select.el (x-get-selection): Docstring fix.
76058c27 6069
fd9ac94c 60702000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6071
fd9ac94c 6072 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6073
49060c51
AI
60742000-11-27 Andrew Innes <andrewi@gnu.org>
6075
6076 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6077
6078 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6079
b2a8e429
MB
60802000-11-27 Miles Bader <miles@gnu.org>
6081
6082 * dired.el (dired-get-filename): Return filename verbatim if
6083 LOCALP is `verbatim'.
6084 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6085 `verbatim' so that we don't inadvertently delete a non-existant
6086 directory name.
6087
5ac0366d
KH
60882000-11-27 Kenichi Handa <handa@etl.go.jp>
6089
6090 * international/characters.el: Specify cases and syntaxes for
6091 mule-unicode-0100-24ff.
6092
67f1cf4c
GM
60932000-11-27 Gerd Moellmann <gerd@gnu.org>
6094
6095 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6096 that foreground and/or background colors of the face `tool-bar'
6097 are unspecified.
6098
46c56972
MB
60992000-11-27 Miles Bader <miles@gnu.org>
6100
e04d21aa 6101 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6102 (widget-field-end): Handle widget field `pseudo-overlays'.
6103 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6104 if it's there instead of in `widget-field-list'.
6105
46c56972 6106 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6107 (help-make-xrefs): Delete extraneous newlines at the end of the
6108 docstring.
46c56972 6109
640a9cdd
JR
61102000-11-25 Jason Rumney <jasonr@gnu.org>
6111
6112 * startup.el (command-line): Call set-locale-environment after
6113 Window System init file is read, as it can result in a call to
6114 redraw-frame.
6115
0b3f96d4
EZ
61162000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * simple.el (shell-command): Mention the effect of the prefix
6119 argument in the doc string.
6120
8da6e2a1
MB
61212000-11-25 Miles Bader <miles@gnu.org>
6122
a658d039
MB
6123 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6124
8da6e2a1 6125 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6126 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6127
d3416cca
JR
61282000-11-24 Jason Rumney <jasonr@gnu.org>
6129
6130 * international/mule-cmds.el (locale-language-names): Add "jp" as
6131 a non-standard alternative for Japanese.
6132
17e37f53
AS
61332000-11-24 Andre Spiegel <spiegel@gnu.org>
6134
6135 * vc-hooks.el: Require 'cl during compilation.
6136
9aa5f148
GM
61372000-11-24 Gerd Moellmann <gerd@gnu.org>
6138
ba193890
GM
6139 * faces.el (face-set-after-frame-default): Let face attributes
6140 specified for new frames override frame parameters.
6141
9aa5f148
GM
6142 * startup.el (command-line): Fix computation of the source file
6143 for user-init-file when user-init-file is a compiled file.
6144
51a1edab
MB
61452000-11-24 Miles Bader <miles@gnu.org>
6146
e04d21aa 6147 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6148 (custom-post-filter-face-spec): New functions.
6149 (custom-face-set, custom-face-value-create): Filter the face spec
6150 before and after customization.
6151 (custom-face-set): If VALUE specifies a null face, pass a
6152 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6153 * cus-face.el (custom-face-attributes): Remove SET and GET
6154 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6155 cases they're needed.
6156
1ed74431
MB
6157 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6158 that it's distinguishable from the :off-glyph on dark-background
6159 displays. Set its background color too.
6160
67ee1125
MB
6161 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6162 so that people can easily turn it off.
6163
7d027816 61642000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6165
7d027816 6166 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6167
9aa5f148 6168 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6169
9aa5f148 6170 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6171
9aa5f148 6172 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6173 redundant skip-small-frames test.
e04d21aa 6174
9aa5f148 6175 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6176 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6177
9aa5f148
GM
6178 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6179 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6180 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6181 New functions.
e04d21aa 6182
9aa5f148 6183 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6184
9aa5f148 6185 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6186
f07fa1b8
KH
61872000-11-24 Kenichi Handa <handa@etl.go.jp>
6188
83c9cb8e
SM
6189 * international/mule-diag.el (list-iso-charset-chars):
6190 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6191 (list-non-iso-charset-chars): Fix the `while' condition.
6192
ba8299ff
SM
61932000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6194
79372165
SM
6195 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6196 if the variable is make-variable-buffer-local.
6197
83c9cb8e
SM
6198 * progmodes/ada-stmt.el (ada-template-map):
6199 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6200 (ada-stmt-mode-hook): New function extracted from old code.
6201 Only change the buffer-local side of skeleton-*.
6202 (ada-mode-hook): Use it.
6203
68a887fa
EZ
62042000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6205
6206 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6207 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6208 we expect to be returned by minibuffer-depth once we prompt the
6209 user in the minibuffer.
6210 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6211 as recorded in iswitchb-minibuf-depth, return non-nil.
6212
3b345582
EZ
62132000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6214
6215 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6216 (hscroll-window-maybe): Docstring fix.
6217
595dead2
DL
62182000-11-23 Dave Love <fx@gnu.org>
6219
6220 * rect.el (string-rectangle): Don't test delete-selection-mode.
6221
1e66b27a
GM
62222000-11-23 Gerd Moellmann <gerd@gnu.org>
6223
02790ce2
GM
6224 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6225 is in the tool bar.
6226
1e66b27a 6227 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6228 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6229
a4caa65d
SM
62302000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * textmodes/outline.el (outline-flag-region):
6233 Don't bind inhibit-read-only since we don't modify the buffer.
6234 (outline-isearch-open-invisible): Don't jump to overlay-start
6235 since we're trying to unhide text around point.
6236 (outline-discard-overlays): Use dolist.
6237
6238 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6239
03e757c1
GM
62402000-11-22 Gerd Moellmann <gerd@gnu.org>
6241
83c9cb8e 6242 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6243
1598a961
SM
62442000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6245
6246 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6247 Fix ARG regexp to skip quoted braces.
6248 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6249 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6250 are (correctly) handled separately).
6251 Remove `caption' and `footnote' from `citations': they contain text.
6252 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6253 (latex-skeleton-end-hook): New function.
6254 (latex-mode): Use it.
6255 (tex-start-tex-marker): Remove.
6256 (tex-send-tex-command): Don't set tex-start-tex-marker.
6257 (tex-error-parse-syntax-table): New var.
6258 (tex-compilation-parse-errors): Use it.
6259 Ignore tex-start-tex-marker. Don't bother with marker-position.
6260 (tex-validate-buffer): Don't bother with marker-position.
6261
6262 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6263 (flyspell-generic-progmode-verify): Use it.
1598a961 6264
eaae8106
SS
62652000-11-22 Sam Steingold <sds@gnu.org>
6266
83c9cb8e 6267 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6268
eaae8106 6269 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6270 `ada-remove-trailing-spaces'.
eaae8106 6271 (ada-remove-trailing-spaces): Removed.
e04d21aa 6272
eaae8106 6273 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6274
1598a961
SM
6275 * textmodes/picture.el (picture-clean): Removed.
6276 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6277
a41d49e9
GM
62782000-11-22 Gerd Moellmann <gerd@gnu.org>
6279
e053c60f
GM
6280 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6281
a41d49e9
GM
6282 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6283 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6284 do anything special when jit-lock is active.
a41d49e9
GM
6285 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6286
197615f3
DL
62872000-11-22 Dave Love <fx@gnu.org>
6288
ddbfaa9f
DL
6289 * calendar/todo-mode.el (todo-top-priorities): Use
6290 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6291
ddc3c695
DL
6292 * language/chinese.el, language/cyrillic.el:
6293 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6294 * language/hebrew.el, language/indian.el, language/japanese.el:
6295 * language/korean.el, language/lao.el, language/misc-lang.el:
6296 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6297 Use provide.
6298
fb9fa98d
DL
6299 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6300 (custom-variable-set): Improve validation error mesage.
6301
197615f3
DL
6302 * rect.el (string-rectangle): Revert last change.
6303 (string-rectangle-line): New arg DELETE.
6304 (string-rectangle): Check delete-selection-mode.
6305
6306 * emacs-lisp/edebug.el (edebug-version)
6307 (edebug-maintainer-address): Deleted.
6308 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6309 (edebug-read-function): Account for other `'#' read forms.
6310 (edebug-mode-menus): Make some items toggles.
6311 (edebug-outside-unread-command-event, unread-command-event):
6312 Remove these to avoid warnings.
6313
f4117c4d
GM
63142000-11-22 David Ponce <david@dponce.com>
6315
6316 * recentf.el (recentf-menu-items-for-commands)
6317 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6318 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6319
f4117c4d
GM
6320 (recentf-build-dir-rules, recentf-dump-variable)
6321 (recentf-edit-list, recentf-open-files-item)
6322 (recentf-open-files): Replaced unnecessary `mapcar' with new
6323 built-in `mapc'.
eaae8106 6324
f8e2f3f2
MB
63252000-11-23 Miles Bader <miles@gnu.org>
6326
6327 * faces.el (menu): Make inverse-video on ttys too.
6328
4c4a541d
SM
63292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6330
6331 * simple.el (comment-line-break-function): Use the new name
6332 indent-new-comment-line -> comment-indent-new-line.
6333 (clone-indirect-buffer): Don't ignore NORECORD.
6334 (next-completion): Properly handle the case where items are adjacent.
6335
6336 * mouse.el (popup-menu): Stupid typo.
6337
980d836e
GM
63382000-11-22 Gerd Moellmann <gerd@gnu.org>
6339
60e8e0a5
GM
6340 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6341 maintainer, keywords tags.
6342
980d836e
GM
6343 * rect.el (replace-rectangle): Don't call string-rectangle-line
6344 with too many arguments.
6345
e08b2069
AS
63462000-11-22 Andre Spiegel <spiegel@gnu.org>
6347
60e8e0a5 6348 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6349 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6350 vc-locking-user, which no longer exists.
6351
6352 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6353
c6779d8d
DL
63542000-11-22 Dave Love <fx@gnu.org>
6355
6356 * md5.el (md5): Provide.
6357 (md5): Fix error call.
6358
e672fdce
MB
63592000-11-22 Miles Bader <miles@gnu.org>
6360
eaae8106 6361 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6362 (refill-fill-paragraph-at): Remove debugging code.
6363
80e24c04
MB
6364 * calendar/calendar.el (generate-calendar-window): When we don't
6365 call `fit-window-to-buffer', make sure the top line is fully visible.
6366
3a17d6cc
MB
6367 * image-file.el (insert-image-file): Don't make `read-only'
6368 property rear-nonsticky.
6369
ae1a21c6
MB
6370 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6371 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6372 stashing away its original value.
6373 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6374 in the recursive edit.
6375 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6376 (isearch-done): Restore `minibuffer-message-timeout'.
6377
e672fdce
MB
6378 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6379
3ea79df8
SM
63802000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6381
6382 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6383
6384 * find-lisp.el (find-lisp-find-files-internal):
6385 Use dolist, when and file-name-as-directory.
6386
980d836e 6387 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6388 (define-derived-mode, define-minor-mode): Add specs.
6389
6390 * window.el: General comment and spacing fixes.
6391 (save-selected-window): Use backquotes.
6392 (window-safely-shrinkable-p): New function.
6393 (shrink-window-if-larger-than-buffer): Use it.
6394
6395 * subr.el (make-local-hook): Docstring fix.
6396
6397 * shell.el (shell-mode): Use define-derived-mode.
6398
6399 * newcomment.el (comment-indent): Insert comment before calling
6400 comment-indent-function. Don't insert in column 0.
6401 (comment-dwim): Indent before inserting comment.
6402
6403 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6404 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6405 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6406 Use mapc rather than map.
6407
6408 * files.el (find-buffer-visiting): Compare all attributes before
6409 declaring two files identical (rather than just their inode-no).
6410 (auto-mode-alist): Use \' rather than $.
6411
6412 * which-func.el: Update maintainer line.
6413
6414 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6415 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6416 (uniquify-buffer-file-name): Use it.
6417
8f62f2b8
MB
64182000-11-22 Miles Bader <miles@gnu.org>
6419
6420 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6421 * simple.el (minibuffer-avoid-prompt): New function.
6422
fb279a6d
GM
64232000-11-21 Gerd Moellmann <gerd@gnu.org>
6424
6425 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6426
867092e9
MB
64272000-11-21 Miles Bader <miles@gnu.org>
6428
ef860850
MB
6429 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6430 inclusion of `track-mouse'.
6431
867092e9
MB
6432 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6433 (refill-adjust-ignorable-overlay): New function.
6434 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6435 only the paragraph's tail if possible.
6436 Update `refill-ignorable-overlay'.
6437 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6438
6439 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6440 point inside the fill-prefix.
6441
6442 * textmodes/refill.el (refill-post-command-function): Don't reset
6443 refill-doit in the case where a self-insertion command doesn't
6444 case a refill. Use `refill-fill-paragraph-at', getting position
6445 from `refill-doit'.
6446 (refill-after-change-function): Set `refill-doit' to END.
6447 (refill-fill-paragraph-at): New function, mostly from old
6448 refill-fill-paragraph.
6449 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6450 (refill-pre-command-function): New function.
6451 (refill-mode): Add it to `pre-command-hook'.
6452
ff9ab414
GM
64532000-11-20 Gerd Moellmann <gerd@gnu.org>
6454
29a01b72
GM
6455 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6456
ff9ab414
GM
6457 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6458 javadoc tags.
eaae8106 6459
885b211b
AS
64602000-11-20 Andre Spiegel <spiegel@gnu.org>
6461
6462 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6463 vc.el).
6464
eaae8106 6465 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6466 require vc.
eaae8106
SS
6467
6468 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6469 checkouts.
eaae8106 6470
d1838556
DL
64712000-11-20 Dave Love <fx@gnu.org>
6472
6473 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6474
2b69bc11 64752000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6476
2b69bc11
GM
6477 * calculator.el (calculator-paste): Use `if' instead of `and'
6478 and `or'.
6479 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6480
b95b34e5
GM
64812000-11-19 Gerd Moellmann <gerd@gnu.org>
6482
030de92f
GM
6483 * info.el (info-menu-5): Doc fix.
6484
b95b34e5
GM
6485 * textmodes/artist.el: New file.
6486
54970452
AS
64872000-11-19 Andre Spiegel <spiegel@gnu.org>
6488
eaae8106 6489 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6490 and differentiate according to checkout model.
6491 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6492 since this function is only concerned with master state.
6493
83c9cb8e
SM
6494 * vc-hooks.el (vc-workfile-unchanged-p)
6495 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6496
83c9cb8e
SM
6497 * vc.el (vc-workfile-unchanged-p)
6498 (vc-default-workfile-unchanged-p): See above.
54970452 6499
e5a9dabf
MB
65002000-11-19 Miles Bader <miles@gnu.org>
6501
6502 * image-file.el (insert-image-file): Make `intangible' and
6503 `read-only' properties rear-nonsticky too.
6504
24127af0
GM
65052000-11-18 Gerd Moellmann <gerd@gnu.org>
6506
d392e9c5 6507 * ps-print.el: Update copyright notice.
eaae8106 6508
d392e9c5
GM
6509 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6510 (tooltip-show): Use the offsets.
6511
24127af0 6512 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6513 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6514 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6515
2b69bc11 65162000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6517
2b69bc11
GM
6518 * ps-print.el (toplevel): Test for find-coding-system being
6519 fboundp before calling ps-x-find-coding-system.
08ea6f17 6520
66321b2f
SM
65212000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6522
6523 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6524 (vc-version-backup-file): Docstring fix.
6525
046110c6
GM
65262000-11-16 Gerd Moellmann <gerd@gnu.org>
6527
4104194e
GM
6528 * files.el (basic-save-buffer): Don't add a newline if
6529 find-file-literally is non-nil.
6530 (find-file-literally): Extend doc string.
6531
046110c6
GM
6532 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6533 sort(1) with the `-f' argument.
6534
6505c16e
AS
65352000-11-16 Andre Spiegel <spiegel@gnu.org>
6536
fd063975
AS
6537 * vc.el: Updated backend documentation.
6538 (vc-default-check-headers): New function.
6539
3d02dd81 6540 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6541
6542 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6543 up-to-date.
eaae8106 6544 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6545 the minibuffer is not active.
fd063975 6546
eaae8106 6547 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6548 `vc-cvs-use-edit' is on.
eaae8106
SS
6549 (vc-cvs-checkout): When this is used for reverting the workfile,
6550 make a backup of the original contents and revert to that in case
8791d617 6551 of error.
eaae8106 6552 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6553 remote repositories.
eaae8106 6554
6505c16e
AS
6555 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6556 for both version and ratio in the minibuffer.
fd063975 6557
eaae8106 6558 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6559 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6560
a13f0660
KH
65612000-11-16 Kenichi Handa <handa@etl.go.jp>
6562
6563 * international/quail.el (quail-start-translation): Don't call
6564 `message' before reading key sequence.
6565
1389a414
MB
65662000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6567
6568 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6569
9256a532
KH
65702000-11-16 Kenichi Handa <handa@etl.go.jp>
6571
6572 * window.el (fit-window-to-buffer): Be sure to acquire at least
6573 one text line even if the buffer is empty.
6574
0e14fe9f
GM
65752000-11-16 Gerd Moellmann <gerd@gnu.org>
6576
eaae8106 6577 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6578 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6579 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6580
da645c53
DL
65812000-11-15 Dave Love <fx@gnu.org>
6582
83c9cb8e
SM
6583 * wid-edit.el (widget-specify-field, widget-specify-button):
6584 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6585 widget-mouse-help.
6586 (widget-mouse-help): New function.
6587 (widget-echo-help): Rewritten for :help-echo functions only taking
6588 a widget arg.
6589
83c9cb8e
SM
6590 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6591 Use display-graphic-p.
b12057b9
DL
6592 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6593 and that JPEG is available.
6594 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6595
da645c53
DL
6596 * international/mule-cmds.el (locale-charset-language-names):
6597 Match @euro.
6598
6d133d1f
GM
65992000-11-15 Gerd Moellmann <gerd@gnu.org>
6600
83c9cb8e
SM
6601 * faces.el (face-set-after-frame-default):
6602 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6603 default face from X resources.
6604
49ac2ac5
EZ
66052000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6606
6607 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6608 Don't set EMACSLOADPATH.
6609
4fb0a34c
EZ
66102000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6611
6612 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6613 texinfo-insert-@url.
6614 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6615 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6616
bb304a7a
SM
66172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6618
82bc80bf
SM
6619 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6620 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6621 (checkdoc-minor-keymap): Backward compatibility.
6622 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6623 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6624 (checkdoc-this-string-valid-engine): Be a bit more strict
6625 to avoid matching substrings of `...' quoted vars/funs.
6626 (checkdoc-defun-info): Only look for `interactive' if alone.
6627 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6628
e8c87124
SM
6629 * progmodes/compile.el (grep): `tag-default' can be nil.
6630
bb304a7a
SM
6631 * newcomment.el (comment-indent): Paren typo.
6632
8628686a
DL
66332000-11-14 Dave Love <fx@gnu.org>
6634
25c269ef
DL
6635 * calculator.el: New maintainer version.
6636
66321b2f 6637 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6638
8628686a
DL
6639 * cmuscheme.el: Doc fixes.
6640 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6641 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6642
6643 * xscheme.el (scheme-program-name): Don't define here.
6644
6645 * progmodes/scheme.el (scheme-program-name): New variable
6646 (originally in cmuscheme).
6647
88f0a1eb
MB
66482000-11-14 Miles Bader <miles@gnu.org>
6649
6650 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6651 Handle header-lines. Don't loop forever if we can't enlarge the
6652 window anymore. Simplify a bit.
6653
cd9a000c
KH
66542000-11-14 Kenichi Handa <handa@etl.go.jp>
6655
6656 * window.el (fit-window-to-buffer): Don't check
6657 window-text-height. Assure that the last line is fully visible.
6658
83c9cb8e
SM
6659 * international/quail.el (quail-show-guidance-buf):
6660 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6661 buffer.
6662 (quail-update-guidance): Avoid making the guidance buffer shorter.
6663
d3fcda22
SM
66642000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6665
bdbd9606
SM
6666 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6667 rather than `prepend' and add an interesting comment.
6668 (tex-math-face, tex-font-lock-syntactic-face-function):
6669 New face and function to use it.
6670 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6671 than `menu-enable' symbol property.
6672 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6673 (tex-mode): Add some latex-mode commands for auto-selection.
6674 Use tex-font-lock-syntactic-face-function.
6675 (tex-insert-quote): Simplify.
6676 (tex-shell): New mode.
6677 (tex-start-shell): Use it.
6678 (tex-shell-proc, tex-shell-buf): New functions.
6679 (tex-send-command): Use it.
6680 (tex-main-file): Fix the meaning of the new arg REALFILE.
6681 (tex-send-tex-command): New function split from `tex-start-tex'.
6682 Set compilation-last-buffer and compilation-parsing-end.
6683
d3fcda22
SM
6684 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6685 when it follows non-comment text on the line.
6686
6687 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6688 Set font-lock-defaults.
6689 (lisp-mode-shared-map): Init inside the defvar.
6690 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6691 Use define-derived-mode.
6692
bdab1d43
MB
66932000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6694
6695 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6696
936ae731
GM
66972000-11-14 Gerd Moellmann <gerd@gnu.org>
6698
83c9cb8e
SM
6699 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6700 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6701 recursion; see comment there.
6702
1695ca2b
EZ
67032000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6704
6705 * faces.el (face-spec-set-match-display): Revert the change from
6706 2000-10-24. Add a FIXME for after v21.1.
6707
9d348294
MB
67082000-11-13 Miles Bader <miles@gnu.org>
6709
6710 * textmodes/fill.el (skip-line-prefix): New function.
6711 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6712 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6713 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6714 point inside the fill-prefix.
9d348294 6715
b85fa13c
MB
67162000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6717
83c9cb8e
SM
6718 * calendar/calendar.el (generate-calendar-window):
6719 Use `fit-window-to-buffer'.
b85fa13c 6720
a0b47716
SM
67212000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6722
6723 * gud.el (gud-minor-mode): New var.
6724 (gud-symbol, gud-val): New functions.
6725 (gud-find-file): Copy gud-minor-mode to the new buffer.
6726 (gud-menu-map): Include entries for commands that are not always
6727 available, using :enable to (de)activate them.
6728 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6729 (gud-mode-map): New map.
eaae8106 6730 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6731 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6732 Don't set up gud's menu (it's done by the minor-mode).
6733 (gud-minibuffer-local-map): New.
6734 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6735 (gud-query-cmdline): New function.
6736 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6737 (gud-mode): Use define-derived-mode.
6738 Don't set up gud's menu (it's done by the minor-mode).
6739 (gud-chop-words): Remove.
6740 (gud-common-init): Use split-string instead.
6741 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6742
6743 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6744 Add keyword arg :name.
6745
6746 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6747 (diff-count-matches, diff-split-hunk): New functions.
6748 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6749
6750 * pcvs-info.el (cvs-fi-conflict-face): New var.
6751
6752 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6753 Make it into a simple syntax-table, shared among all submodes.
6754 (sh-heredoc-face): Re-introduce.
6755 (sh-font-lock-syntactic-face-function): New function.
6756 (sh-mode): Use it. Also use define-derived-mode.
6757 Remove old bogus setting of indent-region-function.
6758 (sh-set-shell): Don't set the syntax-table any more.
6759 (sh-mode-syntax-table) <defun>: Remove.
6760
f5ed37df
MB
67612000-11-12 Miles Bader <miles@gnu.org>
6762
6763 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6764 message if interactive.
6765
0b074c2f
DL
67662000-11-12 Dave Love <fx@gnu.org>
6767
6768 * mail/feedmail.el: Fix header,
6769 (feedmail) <defgroup>: Add :link.
6770
6771 * view.el: Use local-map property, not keymap on mode-line string.
6772
83c9cb8e
SM
6773 * scroll-all.el (scroll-all-mode): Customize variable.
6774 Add autoload cookie to function.
0b074c2f
DL
6775
6776 * lazy-lock.el: Remove compatibility code.
6777
6778 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6779 (finder-help-echo): New variable.
6780 (finder-mouse-face-on-line): Add help-echo stuff.
6781 (finder-list-keywords, finder-list-matches): Use mapc.
6782
6783 * faces.el (face-font-registry-alternatives): Add :version.
6784
6785 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6786 tags-table-list.
6787
a0b47716 6788 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6789
a0b47716 6790 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6791 (mail-mode): Use [:alnum:] in some regexps.
6792
6d502396
DL
67932000-11-10 Dave Love <fx@gnu.org>
6794
6795 * ediff.el (ediff-regions-internal, ediff-documentation):
6796 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6797 fundamental mode.
6798
6799 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6800 buffer into fundamental mode.
6801 (ediff-set-difference): Use copy-sequence if available.
6802
83c9cb8e
SM
6803 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6804 Check ediff-patch-map non-nil.
6d502396
DL
6805 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6806 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6807 buffer into fundamental mode.
6808
6809 * ediff-merg.el (state-or-merge): Defvar when compiling.
6810
a82fe213
JR
68112000-11-10 Jason Rumney <jasonr@gnu.org>
6812
6813 * w32-fns.el (w32-add-charset-info): New function.
6814 (w32-charset-info-alist): Use it.
6815
52d89894
GM
68162000-11-10 Gerd Moellmann <gerd@gnu.org>
6817
6818 * faces.el (face-font-registry-alternatives): New user-option.
6819
178932de
SM
68202000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6821
d7fa3319
SM
6822 * textmodes/texinfo.el (texinfo-block-default): New var.
6823 (texinfo-insert-block): Use it. Insert a newline if needed.
6824
178932de
SM
6825 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6826 (fill-region-as-paragraph): Use it.
6827
6828 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6829 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6830 Tweak paragraph regexps to allow a leading [ \t]*.
6831 (tex-latex-block): Insert a newline if necessary.
6832 (latex-insert-item): Only insert a newline if necessary.
6833 (tex-guess-main-file): New function.
6834 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6835 Set tex-main-file if TeX-master is provided.
6836 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6837
bd02b8e0
GM
68382000-11-10 Gerd Moellmann <gerd@gnu.org>
6839
6840 * startup.el (command-line): Set the default tooltip-mode
6841 to t for graphical displays which implement x-show-tip.
6842
6843 * tooltip.el (tooltip-mode): Add a comment about startup.el
6844 setting the default value of this user-option.
6845
b29b03eb
SM
68462000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6847
6848 * font-lock.el (font-lock-*-face) <defvar>: Move.
6849 (font-lock-defaults-alist): Mark obsolete.
6850 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6851 (font-lock-mode): Use define-minor-mode.
6852 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6853 (font-lock-turn-off-thing-lock): Be more explicit.
6854 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6855 (font-lock-syntactic-face-function): New var.
6856 (font-lock-fontify-syntactically-region): Use it.
6857 (font-lock-doc-face): New.
6858
6859 * pcvs.el (cvs-enabledp): Ignore errors.
6860 (cvs-commit-filelist): Never query.
6861 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6862 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6863 (cvs-do-removal): Use cvs-partition rather than delete-if.
6864 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6865 cvs-bury-buffer.
6866
6867 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6868 Allow `next' to jump to after the end of the last match.
6869
778fbc46
GM
68702000-11-09 Gerd Moellmann <gerd@gnu.org>
6871
730c746c
GM
6872 * simple.el (byte-compiling-files-p): New function.
6873
6874 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6875 if it is there.
6876
6877 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6878 nil again.
6879
778fbc46
GM
6880 * textmodes/ispell.el (ispell-library-path): Don't call
6881 check-ispell-version when byte-compiling because that starts
6882 an ispell process, and ispell might not be installed.
6883 (toplevel): Don't set up a menu when byte-compiling.
6884
6885 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6886 it, so that a boundp test can be used to determine if we're
6887 currently byte-compiling.
6888
5912c5bb
DL
68892000-11-09 Dave Love <fx@gnu.org>
6890
83c9cb8e 6891 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6892
7bb054a5
GM
68932000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6894
83c9cb8e
SM
6895 * ps-print.el: Patch for variable initialization when spooling.
6896 Doc fix.
7bb054a5
GM
6897 (ps-output-list): Fun eliminated.
6898 (ps-begin-file, ps-begin-job): Code fix.
6899
9db2706e
DL
69002000-11-08 Dave Love <fx@gnu.org>
6901
83c9cb8e 6902 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6903
f7eb32aa
GM
69042000-11-08 Gerd Moellmann <gerd@gnu.org>
6905
6906 * simple.el (shell-command, display-message-or-buffer)
6907 (shell-command-on-region): Mention resize-mini-windows in the doc
6908 string.
6909 (display-message-or-buffer): Take the value of resize-mini-windows
6910 into account.
6911
7b01b08c
GM
69122000-11-07 Gerd Moellmann <gerd@gnu.org>
6913
acad3c0b
GM
6914 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6915
7b01b08c
GM
6916 * dired.el (dired-between-files): Add `^. find' as an alternative
6917 to the regular expression, for find-dired.
6918
6f602bd0
SM
69192000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * textmodes/texnfo-upd.el: Require texinfo.
6922 (defmacro, defgroup): Remove.
6923 (texinfo-section-to-generic-alist): Remove.
6924 Use texinfo-section-list instead (i.e. level is changed string->int).
6925 (texinfo-filter): New function.
6926 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6927 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6928 Use it. And use regexp-opt.
6929 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6930 (texinfo-update-menu-region-beginning)
6931 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6932 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6933 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6934 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6935 (texinfo-sequential-node-update): Remove autoload cookie.
6936
6937 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6938 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6939 (texinfo-chapter-level-regexp): Remove.
6940 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6941
bb216218
DL
69422000-11-06 Dave Love <fx@gnu.org>
6943
6f602bd0 6944 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6945
6f602bd0
SM
6946 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6947 Match defun*.
bb216218 6948
ff8dd5d5
KH
69492000-11-06 Kenichi Handa <handa@etl.go.jp>
6950
6951 * composite.el (composition-function-table): Variable declaration
6952 moved to src/composite.c.
6953 (compose-chars-after): New optional arg object.
6954
e9da51a1
GM
69552000-11-06 Gerd Moellmann <gerd@gnu.org>
6956
e0c12c68
GM
6957 * bindings.el (mode-line-toggle-read-only)
6958 (mode-line-toggle-modified, mode-line-widen)
6959 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6960 (make-mode-line-mouse2-map): Rewritten.
6961 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6962 functions so that C-h k can show something with a doc string.
eaae8106 6963
e9da51a1
GM
6964 * startup.el (fancy-splash-delay): Set to 10 seconds.
6965 (fancy-splash-max-time): New user-option.
6966 (fancy-splash-stop-time): New variable.
6967 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6968 (fancy-splash-screens-1): Throw `stop-splashing' when current
6969 time is greater than fancy-splash-stop-time.
6970
611dbdf0
SM
69712000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6972
4d2806e2
SM
6973 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6974
611dbdf0
SM
6975 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6976 Prompt user for a file rather than raising an error.
6977 (cvs-enabledp): Fix call to cvs-mode-marked.
6978 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6979 (cvs-mode-insert): Use it. Change the init prompt' value.
6980 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6981
6982 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6983 Don't pass default arg to ewoc-locate.
6984 (ewoc-collect): Return result in the right order.
6985
6986 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6987
6988 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6989 (cvs-status-get-tags): Fix regexp.
6990 (cvs-status-trees, cvs-status-cvstrees):
6991 Combine after change hooks and don't sit-for.
4d2806e2
SM
6992 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6993 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6994 Use make-char rather than hard-coded cryptic data.
6995 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6996
6997 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6998
6999 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7000 (cvs-insert-strings): New function.
7001
937b2877
MB
70022000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7003
7004 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7005 `mwheel-scroll-amount'.
7006 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7007 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7008 string-matching against the version string.
7009
c6c97763
KH
70102000-11-06 Kenichi Handa <handa@etl.go.jp>
7011
6eaec747
KH
7012 * language/thai.el ("Thai"): Set a lisp form that produces
7013 composed string in `sample-text' language info.
7014
7015 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7016 composed string in `sample-text' language info.
7017
83c9cb8e
SM
7018 * international/mule-cmds.el (describe-language-environment):
7019 Eval `sample-text' data and insert the result.
6eaec747 7020
c6c97763
KH
7021 * international/mule-conf.el (compound-text): Define this coding
7022 system here. Make x-ctext and ctext aliases of it.
7023
7024 * language/european.el (compound-text, ctext): Moved to
7025 international/mule-conf.el.
7026
d1145f85
AI
70272000-11-05 Andrew Innes <andrewi@gnu.org>
7028
7029 * w32-fns.el (w32-version): New function.
7030
178a6a45
SM
70312000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7032
7033 * progmodes/awk-mode.el: Update copyright.
7034 (awk-mode-abbrev-table): Remove.
7035 (awk-font-lock-keywords): Use regexp-opt.
7036 (awk-mode): Use define-derived-mode.
7037
7038 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7039 when extracting a suffix.
7040
1ba90166
AS
70412000-11-04 Andre Spiegel <spiegel@gnu.org>
7042
7043 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7044 auto-save-mode.
7045
546790cb
JR
70462000-11-04 Jason Rumney <jasonr@gnu.org>
7047
7048 * language/european.el (decode-mac-roman): Test against r1 not r0.
7049
d247e32d
SM
70502000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7051
fbf44f44
SM
7052 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7053 (icon-mode): Define indent-line-function.
7054 (icon-comment-indent): Simplify.
7055 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7056
7057 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7058
7059 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7060 Bind change-log-default-mode to defeat the caching done on it.
7061 Don't bother saving excursion any more.
7062
7063 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7064
7065 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7066 (set-frame-font): Use the new name (and the old for compatibility).
7067
eaae8106
SS
7068 * toolbar/tool-bar.el (tool-bar-mode):
7069 * time.el (display-time-mode):
7070 * recentf.el (recentf-mode):
7071 * paren.el (show-paren-mode):
7072 * mwheel.el (mouse-wheel-mode):
7073 * msb.el (msb-mode):
7074 * jka-compr.el (auto-compression-mode):
7075 * image-file.el (auto-image-file-mode):
7076 * hl-line.el (hl-line-mode):
7077 * delsel.el (delete-selection-mode):
7078 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7079 * complete.el (partial-completion-mode): Drop unneeded positional args.
7080
eaae8106 7081 * info.el (Info-mode):
79372165 7082 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7083
d247e32d
SM
7084 * log-edit.el (log-edit-menu): New menu.
7085
4921558e
MB
70862000-11-03 Miles Bader <miles@gnu.org>
7087
7088 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7089 definition, so that trailing spaces are handled properly.
7090 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7091
1fc02b3c
GM
70922000-11-03 Gerd Moellmann <gerd@gnu.org>
7093
7094 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7095 tab character.
7096 (fancy-splash-screens): Set tab-width to 20.
7097
51d001f7
DL
70982000-11-03 Dave Love <fx@gnu.org>
7099
7100 * comint.el (comint-completion-addsuffix): Fix custom type.
7101
ba22aeff
SM
71022000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * font-lock.el (font-lock-buffers): Remove.
7105 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7106 (font-lock-change-major-mode): Remove.
7107 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7108 (font-lock-default-fontify-region): Extend the multiline
7109 fontification to whole lines.
7110 (font-lock-fontify-anchored-keywords)
7111 (font-lock-fontify-keywords-region): If matching just one
7112 line (with \n) only mark the \n as multiline.
7113
7114 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7115 Correctly handle the case where several :group args are supplied.
7116 Allow :extra-args.
7117 (easy-mmode-define-global-mode): Allow :extra-args.
7118 Correctly handle the case where several :group args are supplied.
7119
9c887ada
MB
71202000-11-02 Miles Bader <miles@gnu.org>
7121
eaae8106 7122 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7123 (holiday-face): Remove dependency on `window-system'.
7124
7f25090d
KR
71252000-11-02 Ken Raeburn <raeburn@gnu.org>
7126
7127 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7128 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7129 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7130
7dd6009c
DL
71312000-11-02 Dave Love <fx@gnu.org>
7132
7133 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7134
94821e4f
EZ
71352000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7136
7137 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7138 punctuation in the warning inserted into the *mail* buffer.
7139
1ac3fc42
GM
71402000-11-02 Gerd Moellmann <gerd@gnu.org>
7141
57731876
GM
7142 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7143 (authors-public-domain-p): New function.
7144 (authors-print): Use it.
7145
975f82c9
GM
7146 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7147
1ac3fc42
GM
7148 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7149
4b3eb10f
GM
71502000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7151
975f82c9 7152 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7153 (ps-print-version): New version number (6.3.1).
7154 (ps-even-or-odd-pages): Customization fix.
7155 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7156 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7157 (ps-page-count): Var replaced by `ps-page-column'.
7158 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7159 (ps-print-sheet-p): New fun.
7160
7da794df
MB
71612000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7162
7163 * tooltip.el (tooltip-gud-tips-setup): New function.
7164 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7165 (tooltip-mode): Call tooltip-gud-tips-setup.
7166 (tooltip-gud-tips): Use `gud-basic-call' instead of
7167 process-send-string, so the prompt gets frobbed appropriately.
7168 Handle nil return value from `tooltip-gud-print-command'.
7169
0e40b809
EL
71702000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7171
7172 * comint.el (comint-add-to-input-history): New function.
7173 (comint-send-input): Use `comint-add-to-input-history'.
7174
50ada0db
MB
71752000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7176
973a3104
MB
7177 * info.el (info-menu-header): New face.
7178 (Info-fontify-menu-headers): New function.
7179 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7180
50ada0db
MB
7181 * info.el (Info-insert-dir): Don't include blank lines at
7182 beginning of additional dir files (one is added automatically).
7183
bff53411
SM
71842000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7185
7186 * emacs-lisp/easy-mmode.el (define-minor-mode):
7187 Revert the latest changes.
7188 Allow the three positional arguments to be skipped and replaced
7189 by keyword arguments.
7190 Add a :toggle argument to determine whether a nil arg means toggle
7191 or means turn-on. The default is unchanged.
7192 Add a call to force-mode-line-update.
7193
6b8a0b2d
DL
71942000-11-01 Dave Love <fx@gnu.org>
7195
83c9cb8e 7196 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7197
5bf99100
MB
71982000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7199
83c9cb8e
SM
7200 * calendar/calendar.el (diary-face, holiday-face):
7201 Add dark-background variants.
5bf99100 7202
a4032611
SS
72032000-10-31 Sam Steingold <sds@gnu.org>
7204
7205 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7206 `tex-main-file' does not have directory in it.
7207
c286608e
SM
72082000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7211
4836835a
TTN
72122000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7213
7214 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7215 functional change.
7216
26dcb81b
GM
72172000-10-31 Gerd Moellmann <gerd@gnu.org>
7218
7219 * files.el (find-file-noselect): When we expand a wildcard, return
7220 a list of buffers, as we should do according to the doc string.
7221
49fc4500
KR
72222000-10-31 Ken Raeburn <raeburn@gnu.org>
7223
7224 * loadup.el (top level): Adjust load path if program name is
7225 "../src/bootstrap-emacs", in case it's not dumped and thus the
7226 load path adjustment hasn't already been done.
7227
ea0c615d
GM
72282000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7229
83c9cb8e
SM
7230 * ps-print.el: Fix bug on selected pages for printing.
7231 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7232 is on. Try to avoid warning messages when compiling. Doc Fix.
7233 (ps-print-version): New version number (6.3).
7234 (ps-color-device): Use `color-values' to determine if device
7235 supports color.
7236 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7237 (ps-print-page-p): Changed from defsubst to defun.
7238 (ps-page-number): Changed from defmacro to defun.
7239 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7240 printing.
c286608e 7241 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7242 (ps-end-file, ps-dummy-page): Funs eliminated.
7243 (ps-print-color-scale): Changed default value.
7244 (ps-page-n-up, ps-print-page-p): New internal vars.
7245 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7246 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7247
9e20722f
GM
7248 * delim-col.el: Little programming improvement.
7249 (delimit-columns-str): New macro.
7250 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7251
d7a0fd00
KH
72522000-10-31 Kenichi Handa <handa@etl.go.jp>
7253
c286608e
SM
7254 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7255 Moved to european.el.
d7a0fd00
KH
7256 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7257 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7258 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7259 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7260
234be340
DL
72612000-10-30 Dave Love <fx@gnu.org>
7262
7263 * progmodes/cc-menus.el (imenu-generic-expression)
7264 (imenu-progress-message): Only defvar when compiling.
7265
4edc4a39
DL
7266 * emacs-lisp/elp.el (elp-unload-hook): New function.
7267
7268 * loadhist.el (unload-feature): Call elp-restore-function,
7269 checking for symbols; don't use elp-restore-all.
7270 (loadhist-hook-functions): Doc fix.
7271
70c825df
SM
72722000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7273
7274 * log-edit.el (log-edit-confirm): Fix the default.
7275
1d3baf74
GM
72762000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7277
7278 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7279 delimit-columns-format.
7280 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7281
1ec321a7
MB
72822000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7283
7284 * comint.el (comint-replace-by-expanded-history): Don't use
7285 comint-get-old-input (we're not looking at *old* input).
7286 (comint-get-old-input-default): If using fields, signal an error
7287 when the point is not in an input field.
7288
70737ea9
KH
72892000-10-30 Kenichi Handa <handa@etl.go.jp>
7290
7291 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7292 and mule-unicode-e000-ffff.
7293
fa0cb51d 7294 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7295 (make-coding-system): Accept a symbol of translation table as a
7296 value of property `safe-chars'.
7297
7298 * international/mule-cmds.el (encode-coding-char): Check property
7299 safe-chars instead of safe-charsets.
7300
7301 * international/fontset.el (fontset-default): Modified for
7302 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7303 (x-font-name-charset-alist): Likewise.
7304 (ccl-encode-unicode-font): New CCL program. Record it in
7305 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7306
70c825df
SM
7307 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7308 New translation tables.
70737ea9
KH
7309 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7310 programs are modified and moved from mac-win.el.
7311 (mac-roman): Definition of this coding system is modified and
7312 moved from mac-win.el.
4836835a 7313
fda2ce24 73142000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7315
1d3baf74 7316 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7317 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7318
dd4d3cb6
MB
73192000-10-29 Miles Bader <miles@gnu.org>
7320
7321 * custom.el (custom-add-to-group): Allow multiple entries for a
7322 given value OPTION, as long as their widget types are different.
7323 * cus-edit.el (custom-face-value-create): If face name doesn't end
7324 with "face", add such here (similar to custom group widgets).
7325
7326 * comint.el (comint-highlight-prompt): Add :type.
7327
dace60cf
JW
73282000-10-28 John Wiegley <johnw@gnu.org>
7329
dace60cf
JW
7330 * calendar/timeclock.el (timeclock-log): Doc fix.
7331 (timeclock-last-event): Doc fix.
83c9cb8e 7332 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7333 (timeclock-find-discrep): Use a temp buffer to read in the
7334 timelog, instead of visiting the file.
7335 (timeclock-log-data): A new function, along with a host of helper
7336 functions, for the purpose of making timelog data accessible to
7337 programmers.
7338
7339 * eshell/esh-mode.el (window-height test): Make certain that
7340 `eshell-stringify-t' is non-nil.
7341 (eshell-password-prompt-regexp): Changed to a much simpler
7342 password regexp.
7343 (eshell-send-input): If `eshell-invoke-directly' returns t,
7344 directly invoke the parsed command using `eval'. This improves
7345 turn-around time on simple commands by a factor of three or
7346 greater, such as cd, ls, pwd, etc. -- which get used very often.
7347 It also conserves thousands of cons cells per call (since
7348 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7349 in the Pacific Cookie Company).
7350
7351 * eshell/esh-test.el (eshell-test): Whitespace fix.
7352
83c9cb8e
SM
7353 * eshell/em-ls.el (eshell-ls-insert-directory):
7354 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7355
7356 * eshell/em-script.el (eshell-script-initialize): Add names to
7357 `eshell-complex-commands, since `source' and `.' are complex.
7358
0467b076
EZ
7359 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7360 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7361 `eshell-copy-handles'.
7362 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7363 bodies.
7364 (eshell-separate-commands): Whitespace fix.
7365 (eshell-complex-commands): Added a new list of names, for
7366 determining whether a given command is as simple as it looks.
7367 (eshell-invoke-directly): New function. Returns t if a command
7368 should be invoked directly (using `eval'), rather than indirectly
7369 using `eshell-do-eval'.
7370 (eshell-do-eval): Whitespace fix.
7371
7372 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7373 which provides an emulation of the DOS shell behavior of assuming
7374 that cp/mv/ln should copy/move/link to the current directory.
7375 (eshell-remove-entries): Added a doc string.
7376 (eshell-shuffle-files): Removed the check for `target' being null.
7377 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7378 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7379 it to do a smarter check of whether a destination was provided.
7380 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7381 (eshell/ln): Enable `:preserve-args', and use
7382 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7383 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7384 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7385 list after flattening it. This makes it possible to cat files
7386 with numerical names.
7387 (eshell-unix-initialize): Added several names to
7388 `eshell-complex-commands.
7389 (eshell-unix-command-complex-p): Return t if a given command name
7390 may result in external processes being invoked.
7391
7392 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7393 variable nil by default, since it slows down glob processing by a
7394 factor of two or more, and increases memory consumption.
7395
7396 * eshell/em-smart.el: Added a note about how memory consumptive
7397 smart display mode can be (at least this is true in Emacs 21).
7398 (eshell-smart-initialize): Whitespace fix.
7399 (eshell-refresh-windows): Use `if' instead of `when'.
7400 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7401 not necessary.
83c9cb8e 7402 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7403
7404 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7405 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7406 Whitespace fix.
7407 (eshell-ls-exclude-hidden): Added this variable in addition to
7408 `eshell-ls-exclude-regexp'. This one prevents files beginning
7409 with . from even being read, which can improve memory consumption
7410 quite a bit.
7411 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7412 read file entries beginning with a dot. In home directories with
7413 lots of hidden files, fully two-thirds of the time spent in ls is
7414 used to read directory entries that are immediately thrown away.
7415 (eshell-ls-initial-args): Added back this configuration variable,
7416 for specifying default initial arguments to every call to ls.
7417 Much faster than using an alias to do the same thing.
7418 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7419 (eshell-ls-dir): Whitespace change.
7420
7421 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7422
83c9cb8e 7423 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7424 (eshell-stringify-t): Added a customization variable, to indicate
7425 whether `t' should be rendered as a string at all. If not, one
7426 can still determine if the result of an expression is true using
7427 "file-exists-p FILE && echo true".
7428 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7429 stringify t!
7430
7431 * eshell/esh-module.el: Whitespace fix.
7432
83c9cb8e
SM
7433 * eshell/em-alias.el (eshell-alias-initialize):
7434 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7435 (eshell-command-aliased-p): New function that returns t if a
7436 command name names an aliased.
7437
657f9cb8 74382000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7439
0467b076 7440 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7441 redrawing the screen when changing cursor color.
0467b076
EZ
7442 (viper-insert-state-pre-command-sentinel)
7443 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7444 (viper-replace-state-post-command-sentinel):
7445 Use viper-preserve-cursor-color.
657f9cb8
MK
7446 Many functions changed to use viper= instead of = when comparing
7447 characters.
0467b076 7448 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7449 working with characters.
0467b076 7450 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7451 Many functions changed to use viper= instead of = when comparing
7452 characters.
0467b076 7453 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7454
0467b076 7455 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7456 Several typos fixed in various docstrings.
0467b076 7457 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7458 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7459 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7460 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7461 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7462 (ediff-get-selected-buffers): New function.
7463 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7464 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7465 Use save-window-excursion.
0467b076 7466 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7467 termination check in while loop.
0467b076 7468 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7469 dired buffer.
0467b076
EZ
7470 (ediff-files,ediff-merge-files,ediff-files3)
7471 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7472
4f490d99
DL
74732000-10-28 Dave Love <fx@gnu.org>
7474
7475 * info.el (Info-fontify-node): Add help-echo for menu items.
7476
45b84006
EZ
74772000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7478
5ebc02b3
EZ
7479 * startup.el (normal-top-level): If the value of $TERM indicates
7480 we are running from xterm or one of its work-alikes, default to a
7481 light background mode.
7482
45b84006
EZ
7483 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7484 * faces.el (tty-handle-reverse-video): New function.
7485 (tty-create-frame-with-faces): Call it.
7486
7487 * frame.el (frame-notice-user-settings): Don't apply
7488 default-frame-alist and initial-frame-alist to MS-DOS frames.
7489 Call tty-handle-reverse-video, frame-set-background-mode, and
7490 face-set-after-frame-default for non-MS-DOS frames.
7491
7492 * startup.el (tty-long-option-alist): New variable.
7493 (tty-handle-args): New function.
7494 (command-line): Call tty-handle-args.
7495
7496 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7497 startup.el now does that for all character-terminal frames.
7498
eab6e8b9
MB
74992000-10-28 Miles Bader <miles@gnu.org>
7500
83c9cb8e
SM
7501 * emacs-lisp/easy-mmode.el (define-minor-mode):
7502 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7503 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7504 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7505 version using `easy-mmode-define-global-mode'.
7506 Add :conditional-turn-on keyword argument.
eab6e8b9 7507
51a29efc
DL
75082000-10-28 Dave Love <fx@gnu.org>
7509
83c9cb8e
SM
7510 * international/latin1-disp.el (latin1-char-displayable-p):
7511 Don't use window-system.
51a29efc 7512
d71d7114
EZ
75132000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7516 Don't call find-buffer-file-type-coding-system. Instead, just
7517 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7518 if the file is on an untranslated filesystem.
7519 (add-untranslated-filesystem): Use "D" instead of "f" inside
7520 interactive.
7521
1f9cab4b
DL
75222000-10-27 Dave Love <fx@gnu.org>
7523
70c825df 7524 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7525 (refill-mode): Use it.
7526
70c825df
SM
75272000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7528
7529 * international/quail.el (quail-activate): Don't make-local-hook.
7530
7432cf10
AS
75312000-10-27 Andre Spiegel <spiegel@gnu.org>
7532
4836835a 7533 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7534 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7535 (vc-make-version-backup): Don't do it on MS-DOS without long file
7536 names.
4836835a 7537
7432cf10
AS
7538 * vc.el (vc-version-other-window): If an automatic backup of the
7539 desired version exists, rename it instead of copying it.
7540
4836835a
TTN
7541 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7542 after command. If there's an unexpected error, signal it instead
7432cf10 7543 of being silent.
e1483c38 7544 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7545
05ea7ef2
MB
75462000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7547
fd1035aa
MB
7548 * shell.el (shell): Add BUFFER argument.
7549 * comint.el (make-comint-in-buffer): New function.
7550 (make-comint): Use it.
7551
05ea7ef2
MB
7552 * faces.el (face-spec-choose): Change syntax so that the list of
7553 attribute-value pairs is now the cdr of each clause, not the cadr.
7554 Detect old-style entries, and handle them. Use pop.
7555
835a55fe
SM
75562000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7557
f5ab1cdd
SM
7558 * cus-edit.el (custom-mode-map): Use a sparse map.
7559 (custom-mode): Don't bother with make-local-hook.
7560
7561 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7562
835a55fe
SM
7563 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7564
c13b0ec8
GM
75652000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7566
7567 * ps-print.el: Avoid compilation gripes.
7568 (ps-print-version): New version number (6.2.1).
4836835a 7569
e9f63196
DL
75702000-10-26 Dave Love <fx@gnu.org>
7571
0b95284b
DL
7572 * menu-bar.el: Modify some menu item help strings.
7573 (menu-bar-help-menu): Add link to MORE.STUFF.
7574
e9f63196
DL
7575 * cus-edit.el (custom-mode): Add `special' mode-class property.
7576
7577 * wid-browse.el (widget-browse-mode): Likewise.
7578
7579 * wid-edit.el (widget-specify-field): Revert to using local-map
7580 property, not keymap.
7581
e276a14a
MB
75822000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7583
c1545d88
MB
7584 * wid-edit.el (widget-field-end): When checking for a `boundary'
7585 field, do so in the correct buffer.
7586
3c1b77ca
MB
7587 * simple.el (undo): Correctly distinguish between numeric and
7588 non-numeric prefix args in non-transient-mark-mode, as per the doc
7589 string. When in transient-mark-mode, treat all prefix-args as
7590 numeric.
7591
f5ab1cdd
SM
7592 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7593 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7594
7595 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7596 (comint-mode-map): Reverse order of `comint-write-output' and
7597 `comint-append-output-to-file'.
7598 (comint-append-output-to-file): Reinstate this function, for the
7599 benefit of the menu.
7600
d97151cb
SM
76012000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7602
7603 * vc.el (vc-version-other-window): Bind `file'.
7604
ea7d6f5b
GM
76052000-10-25 Gerd Moellmann <gerd@gnu.org>
7606
f5ab1cdd 7607 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7608
7609 * emacs-lisp/authors.el (batch-update-authors): New function.
7610 (authors-fixed-entries): New defconst.
7611 (authors-add-fixed-entries): New function.
7612 (authors): Call it.: Don't process lispref/.
7613
17c25cea
JR
76142000-10-25 Jason Rumney <jasonr@gnu.org>
7615
7616 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7617 Merge x w32 and mac definitions.
7618
4ecda532
GM
76192000-10-25 Gerd Moellmann <gerd@gnu.org>
7620
7621 * menu-bar.el (menu-bar-options-menu): Add a help string for
7622 `uniquify'.
7623
b6735035
GM
76242000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7625
f5ab1cdd
SM
7626 * time-stamp.el (time-stamp-string-preprocess):
7627 Fix a wrong type argument error.
b6735035 7628
f4cbc7a0
MB
76292000-10-25 Miles Bader <miles@gnu.org>
7630
7631 * recentf.el (recentf-mode): Variable removed.
7632 (recentf-mode): Use `define-minor-mode'.
7633
7634 * mwheel.el (mouse-wheel-mode): New global minor mode.
7635 (mwheel-install): Use `mouse-wheel-mode'.
7636
f4b020f6
DL
76372000-10-25 Dave Love <fx@gnu.org>
7638
f5ab1cdd
SM
7639 * progmodes/cperl-mode.el (cperl-mode):
7640 Set normal-auto-fill-function correctly.
072cb6f9 7641
83c9cb8e
SM
7642 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7643 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7644 bindings.
f4b020f6 7645
ebe2a441
MB
76462000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7647
ff4dcd4b
MB
7648 * wid-edit.el (widget-field-at): New function.
7649 (widget-at, widget-field-activate): Use it.
7650 (widget-tabable-at): Use `widget-at'.
7651 (widget-specify-field): If the terminating character of the widget
7652 field (which is read-only) is a newline, put it into a special
7653 `boundary' field so that C-n/C-p act more naturally.
7654 (widget-field-end): Also don't subtract one if a special
7655 `boundary' field has been added after the widget field.
7656
83c9cb8e
SM
7657 * comint.el (comint-output-filter, comint-send-input):
7658 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7659 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7660
ebe2a441
MB
7661 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7662 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7663 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7664
fe50b6ab
GM
76652000-10-24 Gerd Moellmann <gerd@gnu.org>
7666
53df4dda 7667 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7668 (authors): Set file coding system to iso-2022-7bit.
7669 Add file-local variables to output buffer.
53df4dda 7670
4836835a 7671 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7672 WARN is nil.
7673
53df4dda
GM
76742000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7675
7676 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7677
7678 * delim-col.el: Now there is a column formatting mechanism.
7679 Modified to customization mechanisms convention. Doc fix.
7680 (columns): New group for delim-col.
7681 (delimit-columns-before, delimit-columns-after)
7682 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7683 (delimit-columns-end): New vars.
7684 (delimit-columns-customize, delimit-columns-format): New funs.
7685 (delimit-columns-region, delimit-columns-rectangle)
7686 (delimit-columns-rectangle-line): Modified to support column
7687 formatting.
4836835a 7688
a9839779
DL
76892000-10-24 Dave Love <fx@gnu.org>
7690
7691 * log-edit.el (log-edit): Add :version and a :group for vc.
7692
df0267b8
GM
76932000-10-24 Gerd Moellmann <gerd@gnu.org>
7694
9acc3873
GM
7695 * files.el (after-find-file): Don't print a message ``New file''
7696 if WARN is nil.
7697
83c9cb8e
SM
7698 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7699 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7700 get duplicate tool-bar entries because we'll see the global ones
7701 on more than one path through keymaps.
7702
1946f901
GM
7703 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7704
df0267b8
GM
7705 * progmodes/cmacexp.el: Change Francesco's email address.
7706
ae3b264b
KH
77072000-10-24 Kenichi Handa <handa@etl.go.jp>
7708
7709 * window.el (fit-window-to-buffer): Adjust point of the window
7710 buffer, not that of the current buffer.
7711
23afac01
EZ
77122000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7713
7714 * progmodes/cmacexp.el: Update the euthor's email address.
7715
22d1a4ed
MB
77162000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7717
7718 * faces.el (face-spec-set-match-display): Add `graphic' display
7719 type (the inverse of `tty'). Use `display-graphic-p' instead of
7720 the window-system variable.
7721
f408aa48
KH
77222000-10-24 Kenichi Handa <handa@etl.go.jp>
7723
83c9cb8e
SM
7724 * international/isearch-x.el (isearch-with-input-method):
7725 Call input-method-function with the first event in
f408aa48
KH
7726 unread-command-events.
7727
94fe8a31
MB
77282000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7729
83c9cb8e 7730 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7731
8f47302e
AC
77322000-10-24 Andrew Choi <akochoi@i-cable.com>
7733
7734 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7735 New charsets.
7736
7737 * term/mac-win.el: Remove definitions of mac-roman-lower and
7738 mac-roman-upper, require dired, and define instead of set
7739 mac-ready-for-drag-n-drop to avoid compilation error.
7740
446c097e
AI
77412000-10-23 Andrew Innes <andrewi@gnu.org>
7742
83c9cb8e
SM
7743 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7744 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7745 expand-file-name after convert-standard-filename to ensure
7746 expected directory separators are used.
7747
379b70e7
EZ
77482000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7749
7750 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7751
85c766e9
DL
77522000-10-23 Dave Love <fx@gnu.org>
7753
b7e03a67
DL
7754 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7755 (tool-bar-add-item): Set foreground and background for XBM icons.
7756
83c9cb8e
SM
7757 * international/latin1-disp.el (latin1-char-displayable-p):
7758 New function (from Handa).
b7e03a67
DL
7759 (latin1-display-check-font): Use it.
7760
0dcf8835 7761 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7762 using :key-sequence, making it much more usable.
7763 Use nconc, not append.
0dcf8835
DL
7764 (imenu--create-keymap-1): Avoid append.
7765
85c766e9 7766 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7767
cb3069bb
MB
77682000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7769
7770 [the following changes fix a bug where `define-minor-mode' didn't
7771 correctly generate :require clauses for defcustoms in compiled files]
7772 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7773 (byte-compile-log-file, byte-compile-log-1): Don't set
7774 `byte-compile-current-file' to nil. Instead set
7775 `byte-compile-last-logged-file' to it. Test whether
7776 byte-compile-current-file equals byte-compile-last-logged-file
7777 instead of whether its nil.
3b6542ba 7778 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7779
6db6243b
SM
77802000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7781
7782 * textmodes/refill.el: Fix var names in doc.
7783 (refill-mode): Don't bother with make-local-hook anymore.
7784
98490598
MB
77852000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7786
e01cd227
MB
7787 * faces.el (face-user-default-spec, face-default-spec): New functions.
7788 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7789 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7790 Use `face-user-default-spec'. Simplify code slightly.
7791
4836835a 7792 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7793 (woman-unknown-face): Add dark-background variants.
7794 (woman-default-faces): Renamed from `woman-colour-faces'.
7795 Set using the stored defaults, rather than using hard-wired colors.
7796 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7797 Just make the foreground `unspecified' rather than "black".
7798 (woman-menu): Rename menu entries accordingly.
7799
98490598
MB
7800 * faces.el (header-line): Make more reasonable on mono/grayscale
7801 displays.
7802
1a578e9b
AC
78032000-10-23 Andrew Choi <akochoi@i-cable.com>
7804
7805 * cus-edit.el (custom-button-face): Use 3D look for mac.
7806 (custom-button-pressed-face): Likewise.
7807
7808 * faces.el (set-face-attributes-from-resources): Handle mac frames
7809 in the same way as x and w32 frames.
7810 (face-valid-attribute-values): Likewise.
7811 (read-face-attribute): Likewise.
7812 (defined-colors): Likewise.
7813 (color-defined-p): Likewise.
7814 (color-values): Likewise.
7815 (display-grayscale-p): Likewise.
7816 (face-set-after-frame-default): Likewise.
7817 (mode-line): Same default face as for x and w32.
7818 (tool-bar): Likewise.
7819
7820 * frame.el: Remove call to frame-notice-user-settings at end of
7821 the file.
7822
83c9cb8e 7823 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7824 as for x, pc, and w32 frame types.
7825
7826 * term/mac-win.el: New file.
7827
aaaf7be7
DL
78282000-10-22 Dave Love <fx@gnu.org>
7829
7830 * textmodes/refill.el: New file.
7831
5392d654
AS
78322000-10-22 Andre Spiegel <spiegel@gnu.org>
7833
4836835a 7834 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7835 MANUAL and REGEXP.
4836835a 7836 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7837 New functions.
7838 (vc-before-save): Use the latter.
7839 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7840 confusion.
7841
4836835a 7842 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7843 expected by vc[-hooks].el.
7844
7845 * vc.el (vc-checkout): Added `-p' suffix in call to
7846 vc-make-version-backups-p; use vc-make-version-backup to actually
7847 make the backup.
7848 (vc-version-other-window, vc-version-backup-file): Handle both
7849 automatic and manual backups.
7850 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7851 of all of them.
7852
1e221c16
MB
78532000-10-22 Miles Bader <miles@gnu.org>
7854
7ff4fda5
MB
7855 * comint.el (comint-highlight-input, comint-highlight-prompt):
7856 Renamed, `-face' at end removed.
7857 (comint-send-input, comint-output-filter): Use renamed faces.
7858
3511cde8
MB
7859 * window.el (fit-window-to-buffer): Change defaulting of
7860 MAX-HEIGHT slightly.
7861
1e221c16
MB
7862 * faces.el (color-values, color-defined-p): Use `member', not
7863 `memq', because it works correctly for strings.
7864 (frame-set-background-mode): Actually, "unspecified-fg" and
7865 "unspecified-bg" *are* strings. Use `member', not `memq', and
7866 `equal', not `eq', when a string value is possible.
7867
b6ef4898
EZ
78682000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7869
7870 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7871
34939e2c
SM
78722000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7875 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7876 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7877 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7878 (sh-font-lock-syntactic-keywords): Use them.
7879 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7880 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7881 (sh-mode): Don't override font-lock-unfontify-region-function.
7882 Use a copy of sh-font-lock-syntactic-keywords.
7883 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7884 Don't call sh-scan-buffer since font-lock does it on the fly.
7885 (sh-get-indent-info): Use `face' rather than `syntax-table'
7886 text-property to detect here-documents.
7887 Replace sh-special-syntax with sh-st-punc.
7888 (sh-prev-line): Use `face' rather than `syntax-table'
7889 text-property to skip over here-documents.
7890 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7891 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7892 (sh-electric-less, sh-set-here-doc-region)
4836835a 7893 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7894 (sh-scan-buffer, sh-rescan-buffer): Remove.
7895
f3d3c491
AI
78962000-10-21 Andrew Innes <andrewi@gnu.org>
7897
7898 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7899 remote (ange-ftp) file names.
7900
b86c791c
MB
79012000-10-21 Miles Bader <miles@gnu.org>
7902
d9c30bdf
MB
7903 * window.el (fit-window-to-buffer): New function.
7904 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7905 (window-text-height): Don't expect minibuffers to have mode-lines.
7906
d9c30bdf 7907 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7908 * international/quail.el (quail-update-guidance):
7909 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7910
617fee5a
MB
7911 * international/quail.el (quail-show-guidance-buf): Make sure
7912 guidance window really has enough room.
7913 (quail-update-guidance): If quail-guidance-win is already shown,
7914 make sure its height is OK.
7915
b86c791c
MB
7916 * window.el (window-text-height, set-window-text-height):
7917 New functions.
7918 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7919 instead of `window-height' & `mode-line-window-height-fudge'.
7920 (mode-line-window-height-fudge): Add FACE parameter.
7921 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7922 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7923
e34850d1
MB
79242000-10-20 Miles Bader <miles@gnu.org>
7925
7926 * window.el (height-affecting-face-attributes): Use `defconst'.
7927
7928 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7929 New function, conditionally aliased to `mode-line-window-height-fudge'.
7930 (ispell-help): Use it.
7931 (ispell-choices-win-default-height): Don't include mode-line fudge.
7932 (ispell-choices-win-default-height): New function.
7933 (ispell-show-choices, ispell-command-loop): Use function
7934 `ispell-choices-win-default-height' instead of variable.
7935
a8b883c2
MB
79362000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7937
8c6e4a58
MB
7938 * window.el (mode-line-window-height-fudge): New variable.
7939 (height-affecting-face-attributes): New variable.
7940 (mode-line-window-height-fudge): New function.
7941 (shrink-window-if-larger-than-buffer): Use it.
7942 * help.el (resize-temp-buffer-window): Likewise.
7943
a8b883c2
MB
7944 * info.el (Info-fontify-node): Add support for @subsubsection
7945 titles, which use `Info-title-4-face'.
7946 (Info-title-4-face): New face.
7947 (Info-title-3-face): Inherit from Info-title-4-face instead of
7948 variable-pitch.
7949
e64c3a75
JR
79502000-10-19 Jason Rumney <jasonr@gnu.org>
7951
7952 * dired.el (dired-insert-directory): Do not let errors signalled by
7953 attempt to run dired-free-space-program prevent dired from working.
7954
c70fe852
SM
79552000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7956
7957 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7958
877cf6b4
GM
79592000-10-19 Gerd Moellmann <gerd@gnu.org>
7960
5de037e0
GM
7961 * dirtrack.el (dirtrack): Fix call to run-hooks.
7962
6deb9af9
GM
7963 * cmuscheme.el (cmuscheme-program-name): Renamed from
7964 scheme-program-name because xscheme.el contains a defcustom with
7965 the same name. As a consequence, customizing group `cmuscheme'
7966 loaded `xscheme' which redefined run-scheme.
7967 (run-scheme): Use cmuscheme-program-name.
7968
83c9cb8e 7969 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7970
e597d8fb 7971 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7972 anonymous address, and add a website for Befrienders International.
4836835a 7973
3e9cb08f
GM
79742000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7975
c70fe852
SM
7976 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7977 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7978 (ps-print-version): New version number (6.2).
7979 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7980 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7981 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7982 (ps-x-extent-priority, ps-x-extent-start-position)
7983 (ps-x-face-font-instance, ps-x-find-coding-system)
7984 (ps-x-font-instance-properties, ps-x-make-color-instance)
7985 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7986 avoid compilation gripes without defining functions.
7987 (ps-e-find-composition): Alias for function find-composition, to have a
7988 suitable function depending on Emacs version.
7989 (ps-color-device, ps-color-values, ps-face-foreground-name)
7990 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7991 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7992 (ps-print-ensure-fontified): Function definitions surrounded by
7993 `eval-and-compile' to avoid compilation gripes.
7994 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7995 by symbol-value to avoid compilation gripes.
7996 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7997 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7998
d8abcd91
MB
79992000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8000
13ab33c4
MB
8001 * startup.el (normal-top-level): Call `frame-set-background-mode'
8002 after `frame-notice-user-settings' because the latter doesn't call
8003 the former on a tty.
8004
d8abcd91
MB
8005 * faces.el (frame-set-background-mode): `unspecified' &c are
8006 symbols, not strings.
8007
e8bce0a9
EZ
80082000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8009
c70fe852
SM
8010 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8011 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8012
c70fe852
SM
8013 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8014 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8015
773272d8
KH
80162000-10-19 Kenichi Handa <handa@etl.go.jp>
8017
c70fe852 8018 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8019 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8020 for ISO10646-1 fonts.
8021 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8022
772139c0
EZ
80232000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8024
8025 * faces.el (frame-set-background-mode): If a tty frame defines a
8026 background color, use that to compute the background mode, instead
8027 of always defaulting to "dark".
8028
d134a19f
MB
80292000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8030
8bb84cb2
MB
8031 * comint.el (comint-write-output): New function.
8032 (comint-mode-map): Add it to the menu.
e40a778f 8033 Bind `C-c C-s' to comint-write-output.
d134a19f 8034
dada41e1
GM
80352000-10-18 Gerd Moellmann <gerd@gnu.org>
8036
8037 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8038 Use fancy-splash-delay.
8039
9b5360aa
GM
80402000-10-18 Alex Schroeder <alex@gnu.org>
8041
8042 * progmodes/sql.el (sql-sybase-options): New option.
8043 (sql-sybase): Use it. Add sql-database to the list of parameters
8044 provided for login. The options -w 2048 -n are not used any more.
8045
9035a35a
GM
8046 * comint.el (comint-read-input-ring): Bugfix such that the first
8047 and the last entry of the input ring file are not lost.
8048
3556c6dd
GM
80492000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8050
8051 * ps-print.el: Internal variable changes to defcustom,
8052 make-local-hook changes to defvar. Doc fix.
8053 (ps-print-version): New version number (6.1).
8054 (ps-setup, ps-do-despool): Code fix.
8055 (ps-printer-name): Customization fix.
8056 (ps-printer-name-option): Now is a defcustom instead of an
8057 internal variable.
8058 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8059 (ps-print-begin-column-hook): Now are defvar instead of
8060 make-local-hook.
4836835a 8061
4e217e50
MB
80622000-10-18 Miles Bader <miles@gnu.org>
8063
8064 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8065 (comint-kill-output): Changed into an alias for `comint-delete-output',
8066 and made obsolete.
8067 (comint-mode-map): Rename references to comint-kill-output.
8068
34460354
EZ
80692000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8070
8071 * diff-mode.el (diff-header-face, diff-file-header-face)
8072 (diff-changed-face): Add bold and italic attributes to tty faces.
8073 (diff-function-face): New face.
8074 (diff-font-lock-keywords): Use it.
8075
17ea3cdb
MB
80762000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8077
8078 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8079 Remove commented-out call to force-mode-line-update.
8080 (comint-kill-output): Use `forward-line 0' instead of
8081 beginning-of-line to make sure we get past the prompt.
8082
9244f2c7
SM
80832000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8084
8085 * diff-mode.el (diff-header-face, diff-file-header-face):
8086 Add specific setting for dark background.
8087 (diff-context-face): Renamed from diff-comment-face.
8088 Set explicitly rather than inheriting from font-lock-comment-face.
8089
1592c1ef
EZ
80902000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8091
8092 * startup.el (command-line): Move the code which sets the default
8093 TTY colors to before before-init-hook.
8094
f86292a9
GM
80952000-10-17 Gerd Moellmann <gerd@gnu.org>
8096
8097 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8098
f7f2e883
EZ
80992000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8100
e854cc22
EZ
8101 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8102 extensions, for MS-DOS.
8103
f7f2e883
EZ
8104 * diff-mode.el (diff-header-face, diff-file-header-face)
8105 (diff-changed-face): Define tty-specific colors.
8106
c7b4f0f9
GM
81072000-10-17 Gerd Moellmann <gerd@gnu.org>
8108
8109 * startup.el (fancy-splash-text): Realign the text.
8110
12a72271
EZ
81112000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8112
8113 * font-lock.el (font-lock-comment-face): Define a separate default
8114 for dark-background tty's.
8115
61dfccfd
MB
81162000-10-17 Miles Bader <miles@gnu.org>
8117
8118 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8119 being obscured by whizzy mode-lines on graphics displays.
8120
333cd59e
EZ
81212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8122
8123 * info.el (Info-title-1-face, Info-title-2-face)
8124 (Info-title-3-face): Define colors for tty's.
dada41e1 8125 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8126
dbf1fcc1
EZ
81272000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8128
8129 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8130 reverse from the frame parameters, and don't invert foreground and
8131 background colors.
8132
ac629823
MB
81332000-10-16 Miles Bader <miles@gnu.org>
8134
8135 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8136 string "*Info*". Call propertized-buffer-identification to spruce
8137 up the result.
8138
76eebffc
GM
81392000-10-16 Gerd Moellmann <gerd@gnu.org>
8140
3a6b59d9
GM
8141 * help.el: Provide `help' for the sake of define-minor-mode
8142 which generates defcustoms with requires.
8143
6569c3d3
GM
8144 * jit-lock.el (jit-lock-after-change): If we're in text that
8145 matches a multi-line font-lock pattern, make sure the whole text
8146 will be redisplayed.
8147
c2e0a611
GM
8148 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8149 author's name is unknown.
8150
76eebffc
GM
8151 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8152 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8153 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8154 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8155 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8156 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8157 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8158 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8159 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8160 Add author information.
8161
cf1e7b12
MB
81622000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8163
8164 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8165 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8166 full-color version (using the Gimp) to eliminate dithering artifacts.
8167
5586f3eb
SM
81682000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8169
8170 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8171
8172 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8173
ad64a888
DL
81742000-10-15 Dave Love <fx@gnu.org>
8175
83c9cb8e 8176 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8177
8178 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8179
8180 * whitespace.el: Doc fixes.
8181 (top-level): Don't add hooks here.
8182 (whitespace-running-emacs): Deleted.
8183 (timer): Don't require.
8184 (whitespace): Add back :version conditional on xemacs test.
8185 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8186 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8187 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8188 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8189 Avoid specific xemacs test.
8190 (whitespace-global-mode): New option.
8191 (whitespace-global-mode): New command.
8192 (whitespace-unload-hook): New function.
8193
8194 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8195 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8196 (Info-fontify-node): `Goto' goes to `Go to'.
8197 (Info-fontify-node): Add help-echo to xref links.
8198
1ef49fc6
EZ
81992000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8200
8201 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8202
8b7707e1
SM
82032000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8204
b3b7f42f
SM
8205 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8206 Use plist-get and allow :inherit.
8207
8208 * emacs-lisp/cl-macs.el (cl-do-arglist):
8209 Use plist-get and plist-member instead of memq.
8210
3c7fafc7
SM
8211 * emacs-lisp/ewoc.el (ewoc-location): New function.
8212 (ewoc-enter-after, ewoc-enter-before): Document return value.
8213 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8214 Don't need make-local-hook any more.
8215 (cvs-addto-collection): Return the new tin.
8216 (cvs-mode-insert): Jump to the new line.
8217
8b7707e1
SM
8218 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8219
8220 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8221
8222 * font-lock.el (font-lock-syntactically-fontified): New var.
8223 (font-lock-fontify-syntactic-keywords-region): Use it.
8224 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8225
8226 * diff-mode.el (diff-find-file-name): Fix regexp.
8227
8228 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8229 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8230
8231 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8232 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8233 (sh-mode): Don't make all vars local here.
8234 (sh-kw): Reformat.
8235 (sh-set-shell): Use dolist. Don't set indent-region-function.
8236 (sh-mode-syntax-table): Use pop.
8237 (sh-remember-variable): Use push.
8238 (sh-help-string-for-variable): Use memq.
8239 (sh-safe-backward-sexp): Remove.
8240 (sh-safe-forward-sexp): Add ARG.
8241 (sh-get-indent-info, sh-prev-stmt): Use it.
8242 (sh-prev-line): Simplify by using forward-comment.
8243 (sh-this-is-a-continuation): Simplify.
8244 (sh-learn-buffer-indent): Use dolist.
8245 (sh-do-nothing): Remove.
8246 (sh-set-char-syntax, sh-set-here-doc-region):
8247 Use inhibit-modification-hooks.
8248 (sh-name-style): Use mapcar and push.
8249 (sh-load-style): Use dolist.
8250 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8251 (sh-case, sh-while-getopts): Use propertize directly rather
8252 than sh-electric-rparen.
8253
82542000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8255
8256 * textmodes/tex-mode.el: Require CL when compiling.
8257 (tex-mode-syntax-table): Init immediately.
8258 (tex-mode-map): Bind M-RET to latex-insert-item.
8259 (latex-mode): Set indent-line-function to latex-indent.
8260 (tex-common-initialization): Don't setup the syntax-table any more.
8261 (latex-insert-item): New skeleton.
8262 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8263 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8264 (latex-indent, latex-find-indent): New functions.
4836835a 8265 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8266 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8267 (tex-compilation-parse-errors): Use with-syntax-table.
8268
86b7fcbb
MB
82692000-10-15 Miles Bader <miles@gnu.org>
8270
8271 * font-lock.el (font-lock-comment-face): Change dark-background,
8272 color, non-tty, default to `chocolate1'.
8273
57a24508
JW
82742000-10-13 John Wiegley <johnw@gnu.org>
8275
8276 * eshell/esh-util.el (require): Added a missing `require' form,
8277 needed when compiling (for an ange-ftp macro definition).
8278
40ad3db4
DL
82792000-10-13 Dave Love <fx@gnu.org>
8280
8281 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8282
db460189
GM
82832000-10-13 Gerd Moellmann <gerd@gnu.org>
8284
83c9cb8e 8285 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8286
4836835a 8287 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8288 transparent -colors 8).
8289
3b5e21df
GM
82902000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8291
8292 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8293 that breaks with old list format timestamps.
8294 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8295 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8296
16908a3f
JW
82972000-10-13 John Wiegley <johnw@gnu.org>
8298
d7103dda
JW
8299 * align.el, pcomplete.el, calendar/timeclock.el,
8300 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8301
dace60cf 8302 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8303 faulty math, where holiday hours were being computing as seconds.
8304
b6b70cda
JW
83052000-10-13 John Wiegley <johnw@gnu.org>
8306
8307 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8308 specifying what "other" kinds of buffers should be saved.
8309 This used to be hard-coded.
b6b70cda
JW
8310 (desktop-buffer-misc-functions): A global for specifying how
8311 auxiliary data should be determined for special buffer types.
8312 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8313 instead of hard-coding the special buffer types.
8314 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8315 auxiliary data, instead of hard-coding for Info buffers and dired.
8316 (desktop-buffer-info-misc-data): Aux function for determining Info
8317 buffer auxiliary info.
8318 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8319 (desktop-buffer-info): Changed this function to use the info
8320 gathered above.
8321 (desktop-create-buffer): Be a little more careful about what
8322 `minor-mode' means before calling it. This is important for some
8323 buffer types.
8324
8c6b1d83
JW
83252000-10-13 John Wiegley <johnw@gnu.org>
8326
8327 * eshell/esh-util.el: Added a global form which declares an
8328 autoload for `parse-time-string', if that function is not already
8329 defined, and if parse-time.el is available on the user's system.
8330
8331 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8332 to be aware of ange-ftp user info.
83c9cb8e 8333 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8334 (eshell-ls-annotate): Use `eshell-file-attributes'.
8335 (eshell-ls-file): Made the user-id printing code a bit smarter.
8336
8337 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8338 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8339 It's manual, but there's no other way to know when the current user
8340 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8341 (fboundp): Bind `ange-cache'.
8342 (eshell-directory-files-and-attributes): Re-organized the logic a
8343 bit to use `eshell-file-attributes' instead of `file-attributes'.
8344 The former is more sensitive to directories that are read via FTP,
8345 and knows how to use ange-ftp to determine full attribute
8346 information, instead of just the name and last modtime.
8347 (eshell-current-ange-uids): Return the current user id when in a
8348 remote directory.
8349 (eshell-parse-ange-ls): Parse a full directory listing that has
8350 been returned by ange-ftp.
8351 (eshell-file-attributes): This beefed up version of
8352 `file-attributes' is only special if the user is currently in a
8353 remote directory, in which case it does a lot of work to find out
8354 what the real attributes of a file are, as they appear on the
8355 remote machine. This makes usage of remote directories (i.e.,
8356 ange-ftp pathnames) much more useful. You can now use Eshell as a
8357 full-fledged FTP client, with much more manipulation ability than
8358 most other clients.
8359
8360 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8361 variable, which means that Eshell's du should always be preferred
8362 in remote directories.
8363 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8364 just `file-attributes'.
8365 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8366 when reading remote directories. This is an Eshell-specific
8367 variable (not part of ange-ftp).
8368 (eshell/ln): Bind `ange-cache'.
8369 (eshell/du): Added some extra logic for determining when to use
8370 Eshell's du (which is slow), and when to use the external version
8371 (which may or may not exist).
8372
83c9cb8e
SM
8373 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8374 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8375 `get-buffer-process', since backgrounded processes don't count in
8376 the context of this function's logic.
8377
8378 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8379 `forward-char', so that null strings are parsed correctly.
8380
87730e84 83812000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8382
83c9cb8e
SM
8383 * eshell/em-pred.el (eshell-pred-file-type)
8384 (eshell-pred-file-links, eshell-pred-file-size):
8385 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8386
8387 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8388 that remote file globbing is more efficient.
8389
8390 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8391 gathering the files and attributes within a directory.
8392
8393 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8394 the command line is a special file (not a regular file, directory
8395 or symlink), always attempt to call the external version of cat.
8396
87730e84 83972000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8398
8399 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8400 Eshell-friendly version of find-tag.
8401
1c7e37a9
MB
84022000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8403
4836835a 8404 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8405 (image-file-name-regexps): Add autoload cookies.
8406
11a7f341
KH
84072000-10-13 Kenichi Handa <handa@etl.go.jp>
8408
8409 * international/mule-cmds.el (select-safe-coding-system): If FROM
8410 is string, show it in *Warning* buffer.
8411
8ddddcb0
EZ
84122000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8413
8414 * startup.el (normal-top-level): Use display-popup-menus-p instead
8415 of window-system.
8416 (command-line): Use display-graphic-p instead of window-system.
8417 (command-line-1): Use display-popup-menus-p and display-mouse-p
8418 instead of window-system.
8419
72200f89
SS
84202000-10-12 Sam Steingold <sds@gnu.org>
8421
8422 * tooltip.el (tooltip-use-echo-area): New user variable.
8423 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8424
8661c643
DL
84252000-10-12 Dave Love <fx@gnu.org>
8426
d0b40dc1
DL
8427 * recentf.el: Maintainer's checkdoc fixes.
8428
83c9cb8e
SM
8429 * startup.el (normal-top-level-add-subdirs-to-load-path):
8430 Use character class, not ASCII when matching file names.
a622451f
DL
8431 (fancy-splash-head): Add trailing slash to URL.
8432 (command-line): Don't require XPM support for toolbar.
8433
8661c643
DL
8434 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8435 (cperl-invalid-face): Revert last change.
8436 (cperl-init-faces): Quote cperl-invalid-face.
8437
ef2ed8ab
KH
84382000-10-12 Kenichi Handa <handa@etl.go.jp>
8439
8440 * startup.el (fancy-splash-text): Remove superfluous quote.
8441
b0da379e
GM
84422000-10-12 Gerd Moellmann <gerd@gnu.org>
8443
dbeb499b
GM
8444 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8445 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8446 (command-line-1): Don't use fancy-splash-pending-command.
8447 (fancy-splash-screens-1): Goto point-min after inserting text.
8448
d861718a
GM
8449 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8450
b0da379e
GM
8451 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8452 instead of shared-lisp-mode-map.
8453
4fb2ad98
MB
84542000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8455
1cb4393e
MB
8456 * faces.el (header-line): Change tty-variant to use underlining.
8457
4fb2ad98
MB
8458 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8459 (isearch-highlight): Restore lazy-isearch face properties at old
8460 position, and suppress them at new position.
8461 (isearch-dehighlight): Restore lazy-isearch face properties.
8462 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8463 over the real isearch overlay, but in that case, don't give it a
8464 face property. Use `push'.
8465
eb991b25
KH
84662000-10-12 Kenichi Handa <handa@etl.go.jp>
8467
8468 * man.el (Man-getpage-in-background): Fix previous change.
8469 Decode the process output only when we are in multibyte mode.
8470
a818c1c0
DL
84712000-10-11 Dave Love <fx@gnu.org>
8472
c990f53a
DL
8473 * info.el (Info-mode-menu): Fix some help.
8474 (info-tool-bar-map): Add entry for Info-last.
8475
a818c1c0
DL
8476 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8477 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8478 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8479 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8480 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8481 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8482 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8483 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8484 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8485 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8486 Reduce colour requirements to 25 overall. (Probably wants
8487 revisiting from the originals to reduce further.)
8488
c1b096cb
EZ
84892000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8490
8491 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8492 buffer-file-coding-system, instead of raw-text.
8493 (dehexlify-buffer): Bind coding-system-for-read to
8494 buffer-file-coding-system, instead of raw-text.
8495
5c8b7eaf
SS
84962000-10-11 Sam Steingold <sds@gnu.org>
8497
83c9cb8e 8498 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8499 `underline' - fixes the bug introduced on 2000-09-21.
8500
2cfbdb7a
DL
85012000-10-11 Dave Love <fx@gnu.org>
8502
83c9cb8e
SM
8503 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8504 Avoid compiler warnings.
2cfbdb7a
DL
8505 (scheme-mode): Doc fix.
8506 (scheme-font-lock-keywords-1): Match `define-syntax'.
8507
85082000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8509
8510 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8511 face specs as well as default ones. Only do anything if the
8512 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8513 (region): Make dark-background `region' face less in-your-face.
4b33f290 8514
690ec649
SS
85152000-10-10 Sam Steingold <sds@gnu.org>
8516
8517 * chistory.el, ielm.el, ledit.el:
8518 * progmodes/inf-lisp.el, progmodes/scheme.el:
8519 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8520
3b95d6bb
SM
85212000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8522
8523 * textmodes/texinfo.el: Update copyright and fix typo.
8524
8525 * desktop.el (desktop-modes-not-to-save): New var.
8526 (desktop-save-buffer-p): Use it.
a30eb617
DL
8527 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8528 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8529
85302000-10-10 Dave Love <fx@gnu.org>
8531
8532 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8533 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8534
8535 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8536 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8537 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8538 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8539 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8540 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8541 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8542 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8543 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8544 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8545 the .xpms; probably need retouching.
8546
85472000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8548
8549 * subr.el (add-to-list): Add optional argument APPEND.
8550 * battery.el (display-battery): Use `add-to-list'.
8551
85522000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8553
83c9cb8e
SM
8554 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8555 properties.
a30eb617
DL
8556 (zone, zone-when-idle, zone-leave-me-alone)
8557 (zone-pgm-whack-chars): Use new symbol properties.
8558
8559 * battery.el (display-battery): Doc spelling fix.
8560
8561 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8562 property.
8563
85642000-10-09 Dave Love <fx@gnu.org>
8565
8566 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8567 has been initialized before calling tool-bar-setup.
8568 (tool-bar-add-item-from-menu): Add autoload cookie.
8569
85702000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8571
8572 * menu-bar.el (send-mail-item-name): New function.
8573 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8574 of mail-user-agent in the menu. Don't display the "Send Mail"
8575 item if mail-user-agent is nil or its value is ignore.
8576 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8577 if read-mail-command is nil or its value is ignore.
8578
8579 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8580
85812000-10-09 Miles Bader <miles@gnu.org>
8582
8583 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8584 Correct image size.
8585 * toolbar/left_arrow.xpm: Correct image size.
8586
8587 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8588 will be done by the definition of `auto-compression-mode' if
8589 necessary. Move code to uninstall existing file-name handler
8590 before definition of `auto-compression-mode'.
8591
8592 * image-file.el (auto-image-file-mode): Move to the end of the
8593 file, because `define-minor-mode' actually calls the mode-function
8594 if the associated variable is non-nil, which requires that all
8595 needed functions be already defined.
8596
8597 * mouse.el (popup-menu): Balance parens.
8598
85992000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * mouse.el (popup-menu): Move the command call outside the loop
8602 so that popup-menu returns whatever the command returns.
8603
8604 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8605 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8606 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8607 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8608
8609 * vc.el (vc-version-diff): diff-switches can be a list.
8610 Use relative filenames for prettier output.
8611
8612 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8613 (vc-post-command-functions): Remove old-VC compatibility code.
8614
8615 * newcomment.el (comment-indent-default): Autoload.
8616
8617 * font-lock.el (font-lock-defaults): Make buffer-local.
8618 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8619 (font-lock-choose-keywords):
8620 Ignore LEVEL unless KEYWORDS is a list of syms.
8621 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8622 Don't wrap regexp-opt things in \(...\) unnecessarily.
8623
8624 * jit-lock.el: Don't require font-lock any more.
8625 (jit-lock-functions): Make buffer-local.
8626 (jit-lock-saved-fontify-buffer-function): Remove.
8627 (jit-lock-mode): Remove autoload cookie.
8628 Remove font-lock specific code.
8629 (jit-lock-unregister): Don't bother handling complex hooks any more.
8630 (jit-lock-refontify): New function.
8631 (jit-lock-fontify-buffer): Use it.
8632 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8633 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8634 Add optional args START and END.
8635 Never call font-lock-fontify-region directly.
8636 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8637
8638 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8639
86402000-10-08 Dave Love <fx@gnu.org>
8641
8642 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8643
8644 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8645
8646 * play/studly.el (studlify-region, studlify-word): Add autoload
8647 cookie.
8648
8649 * play/morse.el (morse-region, unmorse-region): Add autoload
8650 cookie.
8651
8652 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8653 concat.
8654
8655 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8656 insist on symbols starting with word syntax.
8657 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8658 (eval-defun-1): Doc fix.
8659 (indent-sexp): Use nconc to build up indent-stack.
8660
8661 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8662 Gnus with little use.
8663 (mail-setup-hook): Add mail-abbrevs-setup to options.
8664
8665 * recentf.el: Doc fixes.
8666
8667 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8668 Clean up remainder.
8669
8670 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8671 without timezone and (8) with timezone to enforce some whitespace.
8672 Simplify code somewhat.
8673
8674 * options.el (list-options): Doc that you should use customize.
8675
8676 * iswitchb.el (iswitchb-mode): Add :require.
8677
8678 * info.el (Info-goto-node, Info-menu): Doc fix.
8679 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8680 (info-tool-bar-map): New variable.
8681 (Info-mode): Use it.
8682 (Info-edit-map): Define all in defvar.
8683 (speedbar-attached-frame): Avoid compiler warning.
8684
8685 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8686 (global-map): Bind [tool-bar] to a filtered map.
8687 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8688 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8689 Allow PBM icons.
8690 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8691
8692 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8693 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8694 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8695 icons, except up_arrow, which is left-arrow rotated.
8696
8697 * imenu.el (imenu-add-to-menubar): Fix last change.
8698
86992000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8700
8701 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8702 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8703
87042000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8705
8706 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8707 typos in doc strings.
8708
8709 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8710 the doc strings how to customize Font Lock faces.
8711
8712 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8713 computing growth when dragging the header line.
8714
87152000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8716
8717 * simple.el (kill-line): Doc fix.
8718
87192000-10-08 Miles Bader <miles@gnu.org>
8720
8721 * faces.el (secondary-selection): Make foreground visible on tty.
8722
8723 * jka-compr.el (auto-compression-mode): Move to the end of the
8724 file, because `define-minor-mode' actually calls the mode-function
8725 if the associated variable is non-nil, which requires that all
8726 needed functions be already defined.
8727 (with-auto-compression-mode): Add autoload cookie.
8728
87292000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8730
8731 * files.el (find-backup-file-name) [ms-dos]: If support for long
8732 file names is not available, behave as if version-control were set
8733 to never.
8734
87352000-10-07 Dave Love <fx@gnu.org>
8736
8737 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8738 (browse-url-gnome-moz): New function.
8739 (browse-url-browser-function): Use it.
8740 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8741
87422000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8743
8744 * indent.el (tab-always-indent): New var.
8745 (indent-for-tab-command): Use it.
8746
8747 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8748 raise an error. This way it can still default to a sane value.
8749
87502000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * startup.el (fancy-splash-screens): Use local rather than global map.
8753 Don't use `update-menu-bindings' any more.
8754 Get rid of assumptions about keymap representation.
8755
87562000-10-06 Dave Love <fx@gnu.org>
8757
8758 * textmodes/fill.el (sentence-end-double-space)
8759 (sentence-end-without-period): Doc fix.
8760 (adaptive-fill-regexp): Purecopy.
8761 (unjustify-current-line): Use line-end-position.
8762 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8763
8764 * net/eudc-vars.el (eudc): Add :version, :link.
8765
8766 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8767
8768 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8769 Fix for define-minor-mode.
8770 (function-at-point): Alias to function-called-at-point.
8771
8772 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8773
8774 * simple.el (backward-word): Doc fix.
8775
8776 * image-file.el (image-file-name-regexp): image-file-regexps ->
8777 image-file-name-regexps.
8778 (image-file-name-extensions): Add pbm.
8779
87802000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8781
8782 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8783 and add filename to the names so that diff-mode can jump to source.
8784
8785 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8786 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8787 (tex-font-lock-keywords-1): Remove.
8788 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8789 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8790 (font-lock-default-fontify-region):
8791 Expand beg..end correctly when just following a multiline region.
8792 (font-lock-fontify-anchored-keywords):
8793 Include the anchor text as part of the multiline.
8794
87952000-10-06 Gerd Moellmann <gerd@gnu.org>
8796
8797 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8798 latter needs the autoloaded define-minor-mode macro during the
8799 bootstrap.
8800
8801 * startup.el (command-line): For now, activate tool-bar-mode only
8802 if XPM images are supported.
8803
8804 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8805 window by dragging a header-line at the top of the frame; that's
8806 confusing because the header-line doesn't move.
8807 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8808 of treating the event as a list. Some cleanup.
8809
88102000-10-06 Miles Bader <miles@gnu.org>
8811
8812 * simple.el (display-message-or-buffer): New function.
8813 (shell-command-on-region): Use `display-message-or-buffer'.
8814
8815 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8816 docstring parts.
8817
8818 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8819 (smbclient-prompt-regexp): Add usage note to doc string.
8820 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8821 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8822 Use add-hook for adding the comint filter function, and only do so
8823 if it's not already in the global hook list.
8824 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8825 to `make-local-variable'.
8826 (nslookup-font-lock-keywords): Remove prompt entry.
8827 (nslookup): Don't set the process-filter.
8828 (finger): Exit the loop correctly when the regexps list runs out.
8829 (ftp, smbclient, smbclient-list-shares):
8830 Set the real major mode immediately, not after execing.
8831 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8832
8833 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8834
88352000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8836
8837 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8838
8839 * which-func.el (which-func-format): Remove spurious space.
8840 (which-func-mode): Don't make it permanent-local.
8841 (which-func-ff-hook): Allow which-func-maxout to be nil.
8842 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8843 (which-func-mode): Simplify.
8844 Use post-command-idle-hook rather than post-command-hook.
8845 Go through all buffers and update their state.
8846 (which-function): Also try add-log-current-defun-function.
8847
8848 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8849 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8850 Update call to with-vc-properties accordingly.
8851 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8852 (vc-revert-buffer): More careful about window selection and deletion.
8853 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8854
8855 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8856 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8857 (cvs-dired-action): Change the default to quickdir.
8858
8859 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8860 if comment-indent-function returns nil.
8861 (comment-indent-default): New function.
8862 (comment-indent-function): Use it and document the new semantics.
8863
8864 * image-file.el: Docstring fixes.
8865
8866 * help.el (help-xref-on-pp): Use match-string.
8867 (describe-variable): New arg BUFFER.
8868 Store the current buffer in the help-xref-stack.
8869 (temp-buffer-resize-mode): Use define-minor-mode.
8870
8871 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8872 consistently with its docstring.
8873 Set jit-lock-first-unfontify-pos in an idempotent way.
8874 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8875
88762000-10-05 Alex Schroeder <alex@gnu.org>
8877
8878 * sql.el (sql-mysql-options): New variable.
8879 (sql-mysql): Use it.
8880
88812000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8882
8883 * image.el (image): New group.
8884
8885 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8886 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8887
88882000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8889
8890 * net/net-utils.el (nslookup-font-lock-keywords)
8891 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8892 Ignore the value of wqindow-system; always define keywords
8893
88942000-10-05 Kenichi Handa <handa@etl.go.jp>
8895
8896 * startup.el (fancy-splash-screens): Remove the code for
8897 debugging; `(trace-to-stderr "EXITTT\n")'.
8898
88992000-10-05 Miles Bader <miles@gnu.org>
8900
8901 * diff-mode.el (diff-goto-source): Update call to
8902 `diff-hunk-status-msg' to reflect new REV variable.
8903
89042000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8905
8906 * progmodes/icon.el (icon-mode):
8907 Don't gratuitously override the default for comment-column.
8908
8909 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8910
8911 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8912 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8913 (jit-lock-functions): New var.
8914 (jit-lock-function-1): Use it if non-nil.
8915 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8916 Set the `fontified' property before doing the fontification to avoid
8917 repeatedly going through the same error.
8918 Don't turn errors into messages.
8919 (jit-lock-register, jit-lock-unregister): New functions.
8920
8921 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8922 Use with-current-buffer.
8923
8924 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8925 Turn comment into docstring.
8926
8927 * apropos.el (apropos-mode): Use define-derived-mode.
8928
89292000-10-04 Gerd Moellmann <gerd@gnu.org>
8930
8931 * startup.el (fancy-splash-pending-command): New variable.
8932 (fancy-splash-pre-command): New function.
8933 (fancy-splash-screens): Rewritten.
8934 (command-line-1): If fancy-splash-pending-command is set, call it
8935 interactively.
8936
89372000-10-04 Dave Love <fx@gnu.org>
8938
8939 * toolbar/tool-bar.el (tool-bar-setup): New function.
8940 (tool-bar-mode): Use it.
8941
8942 * subr.el (substitute-key-definition): Doc fix.
8943 (play-sound-file): New command.
8944
89452000-10-04 Andre Spiegel <spiegel@gnu.org>
8946
8947 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8948 vc-version-backup-file-name): New functions.
8949
8950 * files.el (basic-save-buffer): Call vc-before-save before saving.
8951
8952 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8953 vc-cvs-stay-local-p.
8954
8955 * vc.el (vc-revert-buffer): Handle empty diff properly.
8956 (vc-version-backup-file): New function.
8957 (vc-checkout): Create a version backup if necessary.
8958 (vc-checkin): If a version backup file exists, delete it.
8959 (vc-version-diff): Diff locally using version backups, if available.
8960 (vc-revert-file): If there's a version backup, revert locally.
8961 (vc-transfer-file): Use version backup for base version, if
8962 available. If not, ask for confirmation whether to get it from the
8963 server. Update mode line before check-in.
8964
89652000-10-04 Dave Love <fx@gnu.org>
8966
8967 * toolbar/tool-bar.el (tool-bar-setup): New function.
8968 (tool-bar-mode): Use it.
8969
89702000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8971
8972 * net/net-utils.el (nslookup-font-lock-keywords)
8973 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8974 Only set if window-system is non-nil
8975 (net-utils-run-program): Returns buffer.
8976 (network-connection-reconnect): Added this function.
8977
8978 * generic.el:
8979 Incorporates extensive cleanup and docfixes by
8980 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8981 Uses cl compile-time macros.
8982 (generic-mode-name, generic-comment-list)
8983 (generic-keywords-list, generic-font-lock-expressions)
8984 (generic-mode-function-list, generic-mode-syntax-table):
8985 Removed variables.
8986 (generic-mode-alist): Renamed to generic-mode-list.
8987 (generic-find-file-regexp): Default changed to "^#".
8988 (generic-read-type): Uses completing read on generic-mode-list.
8989 (generic-mode-sanity-check): removed this function.
8990 (generic-add-to-auto-mode): Removed this function
8991 (generic-mode-internal): Bind mode-specific definitions
8992 into function instead of putting them in alist.
8993 (generic-mode-set-comments): Reworked extensively.
8994 (generic-mode-find-file-hook): Simplified regexp searching
8995 (generic-make-keywords-list): Omit extra pair of parens
8996
8997 * find-lisp.el (find-lisp-find-files-internal):
8998 Make sure directory name ends with "/".
8999
9000 * generic-x.el (apache-conf-generic-mode):
9001 Regexp now allows leading whitespace.
9002 (rc-generic-mode): Added eval-when-compile
9003 around generic-make-keywords-list.
9004 Deleted duplicate regexp
9005 (rul-generic-mode): Added eval-when-compile
9006 around generic-make-keywords-list.
9007 (etc-fstab-generic-mode): New generic mode.
9008 (rul-generic-mode): Removed one eval-when-compile
9009 which caused a max-specpdl-size exceeded error.
9010
90112000-10-04 Miles Bader <miles@gnu.org>
9012
9013 * simple.el (minibuffer-temporary-goal-position): New variable.
9014 (next-history-element): Try to keep the position of point in the
9015 input string constant.
9016
9017 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9018 (dired-do-create-files): If there's only one file, pass it in as
9019 the DEFAULT arg to dired-mark-read-file-name.
9020
90212000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9022
9023 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9024 (diff-goto-source): Be smarter when choosing REVERSE or not.
9025
9026 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9027 (texinfo-mode-menu): Add an explicit shortcut for update all.
9028
90292000-10-03 Andre Spiegel <spiegel@gnu.org>
9030
9031 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9032 factorize backend-specific code cleanly (this was essentially
9033 conceived by Stefan Monnier).
9034 (vc-unregister): Function removed.
9035 (vc-revert-file): New function.
9036 (vc-revert-buffer): Delegate some of the work to it.
9037
9038 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9039 default branch unconditionally.
9040 (vc-rcs-set-default-branch): New function.
9041 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9042 (vc-rcs-checkin): If an appropriate default branch has been set,
9043 force creation of that branch.
9044 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9045 code (as suggested by Stefan Monnier).
9046
90472000-10-02 Gerd Moellmann <gerd@gnu.org>
9048
9049 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9050 highlighting overlay with a different face over the overlay
9051 isearch uses to highlight the current match because that can lead
9052 to bad face combinations.
9053
9054 * loadup.el (toplevel): Load faces before isearch.
9055
9056 * isearch.el (isearch-faces): New custom group.
9057 (isearch): New defface; was already tested for in the code.
9058 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9059 (isearch-highlight): Always use face `isearch'.
9060
90612000-10-02 Dave Love <fx@gnu.org>
9062
9063 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9064 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9065 comparison of opcode with operand.
9066
90672000-10-03 Miles Bader <miles@gnu.org>
9068
9069 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9070 buffer, since the echo area will now grow to accommodate them.
9071
90722000-10-02 Andre Spiegel <spiegel@gnu.org>
9073
9074 * vc-hooks.el (vc-registered): If FILE used to be registered under
9075 a certain backend, try that one first.
9076
9077 * vc.el (vc-responsible-backend): Undo the previous change in the
9078 argument list. Handle multiple backends correctly.
9079 (vc-find-new-backend): Function removed.
9080 (vc-register): Use vc-responsible-backend, as before.
9081 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9082
90832000-10-02 Gerd Moellmann <gerd@gnu.org>
9084
9085 * startup.el (fancy-splash-head): Change message below the
9086 logo.
9087
90882000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9089
9090 * diff-mode.el (diff-goto-source): Emit a status message.
9091 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9092 (diff-test-hunk): Fix doc string.
9093 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9094 (diff-advance-after-apply-hunk): New variable.
9095 (diff-apply-hunk): Don't return a value.
9096
90972000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9098
9099 * vc.el (vc-editable-p): Minor optimization.
9100 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9101 (vc-find-new-backend): New function split from vc-responsible-backend.
9102 (vc-register): Use it.
9103 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9104 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9105 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9106 (vc-clear-headers): Don't use find-file.
9107 (vc-revert-buffer): Use `and' again (must have been a braino).
9108 (vc-switch-backend): Only prompt if requested.
9109 Short circuit if nothing is to be done.
9110 Don't use vc-resynch-buffer which could lose unsaved editing.
9111 (vc-default-receive-file): Update call to vc-unregister.
9112 (with-vc-file, vc-next-action-on-file):
9113 Use vc-backend rather than vc-registered.
9114 (vc-next-action-on-file): Use intern-soft.
9115 Deal with read-only *vc-diff* buffer.
9116 (vc-transfer-file): Docstring fix.
9117
9118 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9119 (vc-rcs-receive-file): Avoid with-vc-properties.
9120 Update call to vc-unregister.
9121 Use constant `RCS' rather than (dynamically bound) var `backend'.
9122
91232000-10-01 Andre Spiegel <spiegel@gnu.org>
9124
9125 * vc.el (vc-next-action-on-file): Update mode line only if file
9126 is visited.
9127 (vc-start-entry): New argument initial-contents. Don't visit the file
9128 if it isn't already visited. Brought documentation up-to-date.
9129 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9130 (vc-checkin): New optional arg initial-contents, which is passed to
9131 vc-start-entry.
9132 (vc-finish-logentry): Make sure to bury log buffer only if there
9133 really is one. Call `vc-resynch-buffer' on log-file, not
9134 buffer-file-name.
9135 (vc-default-comment-history, vc-default-wash-log): New functions.
9136 (vc-index-of): Removed.
9137 (vc-transfer-file): Make do without the above.
9138 (vc-default-receive-file): Call comment-history unconditionally. Pass
9139 the resulting string to vc-checkin, instead of inserting it into the
9140 comment ring.
9141
9142 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9143 unconditionally. Use the comments as initial contents of the log
9144 entry buffer. Document the trick to force branch creation with no
9145 changes.
9146
91472000-10-01 Miles Bader <miles@gnu.org>
9148
9149 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9150 `recenter' with an arg to prevent redrawing the display.
9151
91522000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9153
9154 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9155
9156 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9157
9158 * progmodes/c-mode.el (c-mode):
9159 Don't gratuitously override the default for comment-column.
9160
9161 * textmodes/tex-mode.el (latex-metasection-list): New var.
9162 (latex-imenu-create-index): Use it.
9163 Move the regexp construction outside loops (and use push).
9164 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9165 (tex-font-lock-keywords): Moved from font-lock.el.
9166 (tex-comment-indent): Remove.
9167 (tex-common-initialization): Don't set comment-indent-function.
9168 (latex-block-default): New var.
9169 (tex-latex-block): Use it to provide a default choice.
9170 Add any unknown choice to latex-block-names.
9171 Insert [...] after {...}.
9172 (tex-last-unended-begin): Simplify regexp.
9173 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9174 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9175 (latex-mode): Set forward-sexp-function.
9176
9177 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9178 Add regexp for @ignore ... @end ignore.
9179 (texinfo-heading-face): New face.
9180 (texinfo-font-lock-keywords): Use it.
9181 (texinfo-mode-menu): New menu.
9182 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9183 New functions.
9184 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9185 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9186 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9187 Remove declaration.
9188 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9189
9190 * delsel.el (delete-selection-mode): Use define-minor-mode.
9191
9192 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9193
91942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9195
9196 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9197
91982000-09-30 Gerd Moellmann <gerd@gnu.org>
9199
9200 * replace.el (keep-lines-read-args): New function.
9201 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9202 read arguments interactively. Add parameters RSTART and REND.
9203 Operate on the active region in Transient Mark mode.
9204
9205 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9206
9207 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9208 (authors-obsolete-files-regexps): New variable.
9209 (authors-add): Don't record changes in obsolete files.
9210
92112000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9212
9213 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9214
9215 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9216 (comment-indent): Make sure there's a space between code and comment.
9217 Shift comments left to avoid going past fill-column.
9218
92192000-09-29 Gerd Moellmann <gerd@gnu.org>
9220
9221 * startup.el (startup-echo-area-message): New function.
9222 (display-startup-echo-area-message): Use it.
9223 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9224 (fancy-splash-default-action): New function.
9225 (fancy-splash-screens-1): New function.
9226 (fancy-splash-head): Put a help-echo and a keymap under the image.
9227
92282000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9229
9230 * diff-mode.el (diff-add-log-file-name): Remove.
9231 (diff-mode): Use add-log-buffer-file-name-function.
9232
9233 * add-log.el (find-change-log): New arg BUFFER-FILE.
9234 (add-log-file-name): Obey add-log-file-name-function.
9235 (add-log-buffer-file-name-function): New var.
9236 (add-change-log-entry): Use it.
9237
92382000-09-29 Miles Bader <miles@gnu.org>
9239
9240 * image-file.el (image-file-name-extensions): New variable.
9241 (image-file-name-regexps): Renamed from `image-file-regexps'.
9242 New default value is nil. Call `auto-image-file-mode'.
9243 (image-file-name-regexp): New function.
9244 (auto-image-file-mode): New minor mode.
9245 (insert-image-file): Don't make conditional on the image-file
9246 handler being enabled.
9247 (image-file-handler): Make the call here conditional instead.
9248 (set-image-file-handler-enabled, enable-image-file-handler)
9249 (disable-image-file-handler): Functions removed.
9250
9251 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9252 string.
9253
92542000-09-29 Gerd Moellmann <gerd@gnu.org>
9255
9256 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9257 it's a function from CL.
9258 (latex-imenu-create-index): Replace eval-when-compile with progn
9259 because latex-section-alist is not bound while compiling.
9260
92612000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9262
9263 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9264 (outline-mode): Use define-derived-mode.
9265
9266 * progmodes/perl-mode.el (perl-mode):
9267 * progmodes/awk-mode.el (awk-mode):
9268 * progmodes/asm-mode.el (asm-mode):
9269 Don't gratuitously override the default for comment-column.
9270
9271 * emacs-lisp/lisp.el (lisp-complete-symbol):
9272 Distinguish the let-binding case from the funcall case.
9273 (forward-sexp-function): New variable.
9274 (forward-sexp): Use it.
9275
9276 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9277 (easy-mmode-defmap): Remove the now useless autoload.
9278
9279 * time.el (display-time-mode): Use define-minor-mode.
9280
9281 * subr.el (add-minor-mode): Don't eval NAME.
9282 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9283 Use if rather than cond.
9284
9285 * simple.el (read-expression-map): Define more properly.
9286 (comment-indent-hook): Remove.
9287 (string-to-syntax): Bug fix.
9288
9289 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9290 (cvs-ediff-diff): Fix typo.
9291 (cvs-revert-if-needed): Don't bother preserving read-only.
9292
9293 * paren.el (show-paren-mode): Use define-minor-mode.
9294
9295 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9296 (toggle-auto-compression): Remove.
9297 (jka-compr-build-file-regexp): Remove useless grouping.
9298
9299 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9300 Avoid user-reserved bindings.
9301 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9302 (diff-header-face): Revert to grey85.
9303
9304 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9305
9306 * complete.el (partial-completion-mode) <defcustom>: Remove.
9307 (partial-completion-mode): Use define-minor-mode.
9308 (PC-do-completion): Understand `completion-auto-help = delay'
9309 to mean to popup the completion buffer only the second time.
9310 (PC-include-file-all-completions, PC-include-file-all-completions)
9311 (PC-include-file-all-completions): Don't quote lambda.
9312
9313 * comint.el (comint-mode-hook): Docstring fix.
9314 (comint-mode): Use define-derived-mode.
9315 (comint-mode-map): Remove obsolete comment.
9316 (make-comint): Minor stylistic change.
9317 (comint-insert-clicked-input): Be more careful to find the overlay.
9318 Use this-command-keys rather than hardcoding mouse-2.
9319
9320 * font-lock.el: Replace confusing (,@ with ,
9321 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9322 Don't use regexp-opt-depth. Spice up the regexp for args.
9323 Don't distinguish between cmds that can take an opt arg or not.
9324 Use `append' and `prepend' rather than `keep'.
9325
9326 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9327 (latex-outline-regexp): New var.
9328 (latex-outline-level): New fun.
9329 (latex-section-alist): New var.
9330 (latex-imenu-create-index): Use it. Use `push' as well.
9331 (tex-shell-map): Initialize it properly.
9332 (tex-mode): Minor stylistic change.
9333 (plain-tex-mode): Use define-derived-mode.
9334 (latex-mode): Use define-derived-mode.
9335 Construct the paragraph regexps in a more readable way.
9336 Set the buffer-local outline-{level,regexp} vars.
9337 (slitex-mode): Derive from latex-mode.
9338 (tex-common-initialization): Don't kill-all-vars anymore.
9339 Add setting for comment-add and font-lock-defaults.
9340 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9341 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9342 (tex-start-tex): New arg DIR (and send a chdir command for it).
9343 Also display the shell buffer and save it in tex-last-buffer-texed.
9344 (tex-region): Use expand-file-name rather than concat.
9345 Remove code made useless by changes in tex-start-tex.
9346 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9347
9348 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9349
93502000-09-28 Dave Love <fx@gnu.org>
9351
9352 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9353
93542000-09-28 Gerd Moellmann <gerd@gnu.org>
9355
9356 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9357 `append'.
9358
93592000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9360
9361 * info.el (Info-extract-pointer): Undo last change.
9362 Instead, fix the position of the `bound' arg to re-search-backward.
9363
93642000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9365
9366 * info.el (Info-extract-pointer):
9367 Widen more carefully, to avoid finding pointers in other nodes.
9368 (Info-index): Use push.
9369
93702000-09-27 Gerd Moellmann <gerd@gnu.org>
9371
9372 * frame.el (set-frame-font): Remove call to obsolete function
9373 frame-update-faces.
9374 (set-foreground-color, set-background-color): Likewise for
9375 frame-update-face-colors.
9376
93772000-09-27 Miles Bader <miles@gnu.org>
9378
9379 * image-file.el: New file.
9380
93812000-09-27 Gerd Moellmann <gerd@gnu.org>
9382
9383 * frame.el (frame-notice-user-settings): Don't call
9384 frame-update-faces, which is a no-op now.
9385
9386 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9387 tool-bar-lines.
9388
93892000-09-27 Dave Love <fx@gnu.org>
9390
9391 * mouse.el: Fix last change.
9392
93932000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9394
9395 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9396
93972000-09-22 Kenichi Handa <handa@etl.go.jp>
9398
9399 * international/quail.el (quail-help): The output message is
9400 improved.
9401
94022000-09-26 Dave Love <fx@gnu.org>
9403
9404 * mouse.el (popup-menu): If POSITION is nil, set it using
9405 mouse-position.
9406
94072000-09-25 Sam Steingold <sds@gnu.org>
9408
9409 * net/browse-url.el (browse-url-file-url): Check for null maps.
9410
94112000-09-26 Gerd Moellmann <gerd@gnu.org>
9412
9413 * frame.el (frame-notice-user-settings): Don't add a
9414 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9415
9416 * frame.el (frame-notice-user-settings):
9417 Make tool-bar-mode and default-frame-alist consistent.
9418
9419 * toolbar/tool-bar.el (tool-bar-help): New function.
9420
94212000-09-25 Gerd Moellmann <gerd@gnu.org>
9422
9423 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9424 current-load-list in top-level forms. Else this leaks a cons cell
9425 every time a defun is called.
9426
9427 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9428
94292000-09-25 Dave Love <fx@gnu.org>
9430
9431 * startup.el (fancy-splash-head): Check XPM is available.
9432
9433 * autoinsert.el (auto-insert): Doc fix.
9434 (auto-insert-alist): Following GNU notices, don't say `copyright
9435 _by_'. Use line-beginning-position.
9436 (auto-insert): Check buffer-file-name is non-nil before use.
9437
94382000-09-25 Gerd Moellmann <gerd@gnu.org>
9439
9440 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9441 starting with `@def' or `@multitable', in addition to ones
9442 specified by the user in auto-fill-inhibit-regexp.
9443
94442000-09-25 Markus Rost <rost@math.ohio-state.edu>
9445
9446 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9447 rmail-dont-reply-to-names matches the empty string.
9448
94492000-09-25 Gerd Moellmann <gerd@gnu.org>
9450
9451 * startup.el (command-line-1, fancy-splash-text): Change the
9452 text to sound more friendly.
9453
94542000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9455
9456 * progmodes/hideshow.el: Update author email address.
9457 Generally, sync w/ maintainer version 5.22.
9458 (hs-hide-all-non-comment-function): New var.
9459 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9460 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9461 (hs-show-region): Delete this command.
9462 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9463
94642000-09-22 Dave Love <fx@gnu.org>
9465
9466 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9467 (hl-line-highlight): Specify buffer when moving overlay.
9468
9469 * progmodes/fortran.el (fortran-mode): Locally set
9470 normal-auto-fill-function.
9471 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9472 (fortran-mode-map): Adjust auto-fill menu entry.
9473
94742000-09-22 Gerd Moellmann <gerd@gnu.org>
9475
9476 * vc-rcs.el (toplevel): Require `vc' when compiling.
9477
9478 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9479
94802000-09-22 Andre Spiegel <spiegel@gnu.org>
9481
9482 * vc.el (vc-switch-backend): Signal an error if the file is not
9483 registered under the new backend.
9484
9485 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9486 without explicit revision number.
9487
94882000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9489
9490 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9491 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9492 (diff-xor): New function.
9493 (diff-find-source-location): Use it. Fix a stupid name clash.
9494 (diff-hunk-status-msg): New function.
9495 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9496 (diff-test-hunk): Use diff-find-source-location.
9497 (diff-goto-source): Favor the `reverse'.
9498 (diff-hunk-text): Properly handle one-sided context diffs.
9499 (diff-apply-hunk): When done, advance to the next hunk.
9500
95012000-09-21 Gerd Moellmann <gerd@gnu.org>
9502
9503 * startup.el (command-line): If frame was created with a non-zero
9504 tool-bar-lines parameter, switch tool-bar-mode on.
9505
9506 * add-log.el (change-log-date-face, change-log-name-face)
9507 (change-log-email-face, change-log-file-face)
9508 (change-log-list-face, change-log-conditionals-face)
9509 (change-log-function-face, change-log-acknowledgement-face):
9510 New faces, inheriting from font-lock faces.
9511 (change-log-font-lock-keywords): Use them.
9512
95132000-09-21 Dave Love <fx@gnu.org>
9514
9515 * progmodes/cperl-mode.el (top-level): Clean up
9516 `eval-when-compile's and assorted defvars.
9517 (cperl-invalid-face): Don't double-quote value. Change custom
9518 type.
9519 (cperl-mode): Set normal-auto-fill-function and don't zap
9520 auto-fill-function.
9521 (cperl-imenu--function-name-regexp-perl): Renamed from
9522 imenu-example--function-name-regexp-perl.
9523 (cperl-imenu--create-perl-index): Renamed from
9524 imenu-example--create-perl-index.
9525 (cperl-xsub-scan): Don't require cl.
9526
9527 * msb.el (msb-mode-map): Use substitute-key-definition.
9528 (msb-mode): Use msb-mode-map.
9529
95302000-09-21 Andre Spiegel <spiegel@gnu.org>
9531
9532 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9533 New functions.
9534 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9535 (vc-switch-backend): New function.
9536 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9537 (vc-register): Fix prompt.
9538 (vc-unregister, vc-default-unregister): New functions.
9539 (vc-version-diff): Handle empty buffer in sentinel.
9540
9541 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9542 (vc-rcs-state-heuristic): Use it to guess the state of files with
9543 non-strict locking.
9544 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9545 been set with -b, but not created yet.
9546 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9547 contents in order to find the state.
9548 (vc-rcs-checkin): Allow creation of branches with no changes.
9549 (vc-rcs-unregister, vc-rcs-receive-file)
9550 (vc-rcs-set-non-strict-locking): New functions.
9551
9552 * vc-hooks.el (vc-name): Force correct computation of the value
9553 in case it is missing.
9554
95552000-09-21 Gerd Moellmann <gerd@gnu.org>
9556
9557 * startup.el (fancy-splash-tail): Use a different foreground
9558 color on a dark frame background.
9559
95602000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9561
9562 * info.el: Use the correct capitalization when making Info-mode
9563 and Info-edit-mode `special' modes.
9564
95652000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9566
9567 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9568 (diff-mode): Add support for add-log.el.
9569 (diff-hunk-text): Use char offsets rather than line offsets.
9570 (diff-find-source-location): Replace LINE with line-offset (nil
9571 if not found) and always set POS to a meaningful position.
9572 Adapt to the new char-offsets.
9573 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9574 Adapt to the new diff-find-source-location.
9575 (diff-goto-source): Adapt to the new diff-find-source-location.
9576
9577 * add-log.el (add-log-file-name): New function (split out of
9578 add-change-log-entry).
9579 (add-change-log-entry): Use it.
9580 Call add-log-file-name-function with the changelog file name if
9581 the current buffer is not associated with any file.
9582 Avoid find-file if the selected window is dedicated.
9583
9584 * diff-mode.el (diff-find-source-location):
9585 Move code from diff-apply-hunk. Return buffer rather than file.
9586 (diff-apply-hunk): Use the new result from diff-find-source-location.
9587 (diff-goto-source): Use the new diff-find-source-location.
9588
95892000-09-20 Dave Love <fx@gnu.org>
9590
9591 * iswitchb.el: Some doc fixes.
9592 (iswitchb-mode-map): Define completely initially. Inherit
9593 minibuffer-local-map.
9594 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9595 fundamental-mode.
9596 (iswitchb-global-map): New variable.
9597 (iswitchb-summaries-to-end): Amalgamate regexps.
9598 (iswitchb-mode): New.
9599 (iswitchb-mode-hook): New variable.
9600 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9601 `extensions'.
9602
96032000-09-20 Gerd Moellmann <gerd@gnu.org>
9604
9605 * ehelp.el (electric-help): New defgroup.
9606 (electric-help-shrink-window): New user-option.
9607 (with-electric-help): Use it.
9608
9609 * window.el (shrink-window-if-larger-than-buffer): If face
9610 `mode-line' has a :box, and we're on a graphical frame, add 1
9611 to the needed window height.
9612
9613 * frame.el (frame-notice-user-settings): Add a last parameter nil
9614 to a call to `append', because the last list passed to `append' is
9615 not copied, and so subsequent calls to assq-delete-all will modify
9616 default-frame-alist.
9617
9618 * startup.el (fancy-splash-image): Change :type.
9619 (fancy-splash-head): Use an XBM image if appropriate.
9620 (command-line-1): Show splash screens in more cases.
9621
9622 * startup.el (fancy-splash-text): Don't quote faces.
9623
9624 * dired.el (dired-font-lock-keywords): Undo last change.
9625 (dired-readin): Bind indent-tabs-mode to nil.
9626
9627 * startup.el (fancy-splash-head): If frame's background mode
9628 is `dark', change the black background of the image to gray.
9629 (fancy-splash-screens): Display startup echo area message.
9630 (display-startup-echo-area-message): New function.
9631
96322000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9633
9634 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9635
9636 * info.el (info-header-node): Tweak for color ttys.
9637
9638 * faces.el (face-valid-attribute-values): Make sure directories we
9639 search for stipples both exist and are readable before trying to
9640 search them.
9641
9642 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9643 in the dry-run case.
9644
9645 * jka-compr.el (with-auto-compression-mode): New macro.
9646
9647 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9648 (custom-group-tag-face, custom-variable-tag-face): Use relative
9649 :height and inherit from `variable-pitch' face instead of
9650 hardwiring :family.
9651 * hi-lock.el (hi-black-hb): Likewise.
9652
9653 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9654 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9655 toolbar-add-item, if image doesn't have a mask add a `:mask
9656 heuristic'.
9657
96582000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9659
9660 * diff-mode.el: Docstring fixes.
9661 (diff-header-face, diff-comment-face): New faces.
9662 (diff-font-lock-keywords): Highlight a bit differently.
9663 (diff-find-source-location): Don't return SPAN any more.
9664 (diff-hunk-text): Don't bother erasing the temp buffer.
9665 (diff-find-text): Drop argument LINE.
9666 (diff-apply-hunk): Update calls to diff-find-text.
9667 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9668
9669 * calendar/calendar.el: Docstring fixes.
9670 (calendar-make-alist): Don't quote lambda.
9671 (calendar-star-date): Use make-local-variable.
9672
96732000-09-19 Dave Love <fx@gnu.org>
9674
9675 * toolbar/tool-bar.el: Renamed from toolbar.el.
9676 Change `toolbar' to `tool-bar' generally in symbols.
9677 Make some items invisible in `special' major modes.
9678 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9679 Add arg PROPS.
9680
9681 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9682 Add :version here.
9683 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9684
96852000-09-19 Gerd Moellmann <gerd@gnu.org>
9686
9687 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9688
9689 * files.el (find-file-suppress-same-file-warnings): New user-option.
9690 (find-file-noselect): Use it.
9691
9692 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9693 (fancy-splash-screen): Defgroup.
9694
9695 * add-log.el (change-log-font-lock-keywords): Match names
9696 more exactly for the case that font-lock-constant-face is
9697 underlined.
9698
96992000-09-19 Richard M. Stallman <rms@gnu.org>
9700
9701 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9702
97032000-09-19 Andre Spiegel <spiegel@gnu.org>
9704
9705 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9706
97072000-09-19 Gerd Moellmann <gerd@gnu.org>
9708
9709 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9710 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9711 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9712 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9713 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9714 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9715 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9716 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9717 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9718 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9719 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9720 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9721
9722 * startup.el (fancy-splash-text): New variable.
9723 (fancy-splash-delay, fancy-splash-image): New user-options.
9724 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9725 (fancy-splash-screens): New functions.
9726 (command-line-1): If display has a `display' frame parameter, has
9727 colors, and we have XPM support, show more fancy splash screens.
9728
97292000-09-19 Dave Love <fx@gnu.org>
9730
9731 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9732 with null `help'. Use modern backquote syntax.
9733
97342000-09-19 Gerd Moellmann <gerd@gnu.org>
9735
9736 * font-lock.el (font-lock-mode): Change message telling the user
9737 that ``the buffer is too big''.
9738
9739 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9740 for instance for the case that tab-width is 2.
9741
97422000-09-18 Gerd Moellmann <gerd@gnu.org>
9743
9744 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9745 toolbar-add-item, if image doesn't have a mask add a `:mask
9746 heuristic'.
9747
97482000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9749
9750 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9751 and return a cons if it's non-nil.
9752 (diff-apply-hunk): Try to jump to the line in the source text
9753 corresponding to the position of point in the in the hunk.
9754
9755 * info.el (Info-title-3-face, Info-title-2-face)
9756 (Info-title-1-face): Use face inheritance and relative sizes
9757 instead of hard-wiring things.
9758
9759 * faces.el (secondary-selection): Make dark-background variant sane.
9760
97612000-09-16 Andrew Innes <andrewi@gnu.org>
9762
9763 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9764 read-only, since they aren't under VC now.
9765
97662000-09-17 Dave Love <fx@gnu.org>
9767
9768 * tmm.el: Replace mapcar with mapc in several places.
9769
9770 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9771 ad-unadvise.
9772
9773 * international/latin1-disp.el: New file.
9774
9775 * calendar/cal-move.el (scroll-calendar-left)
9776 (scroll-calendar-right): Make arg optional (for active mode line).
9777
9778 * calendar/calendar.el (calendar-mode-line-format): Make fields
9779 mouse-sensitive.
9780 (calendar-read-date, calendar-read-date, calendar-window-list):
9781 Unquote lambda.
9782 (calendar-month-name): Use aref, not sref.
9783
9784 * view.el (minor-mode-alist): Propertize the string.
9785
9786 * international/characters.el (standard-case-table): Add entries
9787 for Greek.
9788
97892000-09-18 Miles Bader <miles@gnu.org>
9790
9791 * info.el (info-node, info-xref): Add dark-background variants.
9792
9793 * faces.el (header-line): Change defaults to be less confusing
9794 when mixed with mode-lines.
9795
9796 * info.el (Info-fontify-node): Make a few cleanups.
9797 Add extra `help-echo' and `local-map' props to node xrefs.
9798 Use header-specific faces for node-names & xrefs.
9799 (Info-use-header-line): New variable.
9800 (info-header-xref, info-header-node): New faces.
9801 (Info-setup-header-line): New function.
9802 (Info-select-node): Call Info-setup-header-line when enabled.
9803 (Info-extract-pointer): Work even if the header line is hidden.
9804 (Info-header-line): New variable.
9805
98062000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9807
9808 * vms-patch.el (print-region-function): Don't quote lambda.
9809
9810 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9811
9812 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9813 (lm-get-header-re): Allow spaces between the header and the colon.
9814 (lm-header): Allow $ in non-RCS headers.
9815 (lm-header-multiline): Put the strings back into order.
9816 Stop at an empty line. Don't require two space chars if the
9817 line is clearly not another header line.
9818
9819 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9820 (popup-menu-popup): Remove.
9821
98222000-09-15 Gerd Moellmann <gerd@gnu.org>
9823
9824 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9825 specification if or if not tool-bar item contains an `:enabled'
9826 property.
9827
9828 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9829 current buffer has no file name.
9830
98312000-09-15 Dave Love <fx@gnu.org>
9832
9833 * strokes.el: Sync with maintainer's current version with changes
9834 for Emacs, but avoid runtime cl and levents.
9835 (toplevel): Change autoloads and compilation requires.
9836 (strokes-version, strokes-bug-address, strokes-lift): Values
9837 changed.
9838 (strokes-xpm-header, strokes-insinuated): New variable.
9839 (strokes): Add :link.
9840 (strokes-mode): Customized.
9841 (strokes-while-inhibiting-garbage-collector): New macro.
9842 (strokes-remassoc): Avoid remove-if.
9843 (strokes-fix-button2-command): Don't use ad-do-it.
9844 (strokes-insinuate): New function.
9845 (strokes-button-press-event-p, strokes-button-release-event-p):
9846 New functions, used instead of non-`strokes-' versions..
9847 (strokes-mouse-event-p): Rewritten.
9848 (strokes-event-closest-point): Avoid event-point.
9849 (strokes-get-grid-position): Avoid cdadr, caadr
9850 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9851 functions.
9852 (strokes-help): Use with-output-to-temp-buffer.
9853 (strokes-window-configuration-changed-p): New function.
9854 (strokes-update-window-configuration): Use buffer-live-p,
9855 strokes-window-configuration-changed-p.
9856 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9857 (strokes-char-face): New face.
9858 (strokes-char-table, strokes-base64-chars): New variable.
9859 (strokes-xpm-for-stroke, strokes-list-strokes)
9860 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9861 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9862 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9863 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9864 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9865 functions.
9866
98672000-09-15 Gerd Moellmann <gerd@gnu.org>
9868
9869 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9870
9871 * image.el (create-image): Doc fix.
9872
9873 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9874 instead of `:heuristic-mask t'.
9875
98762000-09-14 Andrew Innes <andrewi@gnu.org>
9877
9878 * makefile.w32-in: Revert to Unix line endings.
9879
98802000-09-14 Andrew Innes <andrewi@gnu.org>
9881
9882 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9883 when installing.
9884
9885 * makefile.nt (DONTCOMPILE): Fix typo.
9886
9887 * shell.el (shell-write-history-on-exit): New function.
9888 (shell-dumb-shell-regexp): New custom variable.
9889 (shell-mode): Make shell-write-history-on-exit the process
9890 sentinel if shell name matches shell-dumb-shell-regexp.
9891
9892 * w32-fns.el: Comment out before-init-hook function which resets
9893 source-directory based; this breaks bootstrap.
9894
98952000-09-14 Dave Love <fx@gnu.org>
9896
9897 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9898 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9899 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9900 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9901 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9902 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9903 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9904 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9905 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9906
9907 * toolbar/toolbar.el: New.
9908
9909 * subdirs.el: Add toolbar.
9910
99112000-09-14 Gerd Moellmann <gerd@gnu.org>
9912
9913 * indent.el (indent-for-tab-command): Doc fix.
9914
99152000-09-14 Alex Schroeder <alex@gnu.org>
9916
9917 * ansi-color.el (ansi-colors): Doc change.
9918 (ansi-color-get-face): Simplified regexp.
9919 (ansi-color-faces-vector): Added more faces, doc change.
9920 (ansi-color-names-vector): Doc change.
9921 (ansi-color-regexp): Simplified regexp.
9922 (ansi-color-parameter-regexp): New regexp.
9923 (ansi-color-filter-apply): Doc change.
9924 (ansi-color-filter-region): Doc change.
9925 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9926 deal with zero length parameters.
9927 (ansi-color-apply-on-region): Doc change.
9928 (ansi-color-map): Doc change.
9929 (ansi-color-map-update): Removed debugging message.
9930 (ansi-color-get-face-1): Added condition-case to trap
9931 args-out-of-range errors.
9932 (ansi-color-get-face): Doc change.
9933 (ansi-color-make-face): Removed.
9934 (ansi-color-for-shell-mode): New option.
9935
99362000-09-13 Kenichi Handa <handa@etl.go.jp>
9937
9938 * international/quail.el (quail-start-translation): Translate KEY
9939 if necessary even if it doesn't have any mapping in the current
9940 input method.
9941 (quail-start-conversion): Likewise.
9942 (quail-help): The output message is improved.
9943
99442000-09-13 Miles Bader <miles@gnu.org>
9945
9946 * comint.el (comint-output-filter): Revert to using
9947 `insert-before-markers'. Add bletcherous hack to undo damage
9948 caused by `insert-before-markers'. Put `front-sticky' property on
9949 overlays created here so that the field code understands how the
9950 overlay works. Use a let when making comint-last-prompt-overlay,
9951 so that the code is easier to read.
9952
99532000-09-13 Dave Love <fx@gnu.org>
9954
9955 * wid-edit.el (widget-default-format-handler): DTRT when
9956 doc-property is a function.
9957
99582000-09-12 Francesco Potorti` <pot@gnu.org>
9959
9960 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9961 filed name if it's not there.
9962
99632000-09-12 Dave Love <fx@gnu.org>
9964
9965 * simple.el (read-mail-command): Doc fix.
9966 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9967
9968 * vc.el (vc-dired-listing-switches): Fix :version.
9969
9970 * vc-hooks.el: Doc fixes.
9971
9972 * subr.el (add-minor-mode): Use toggle-fun arg.
9973
9974 * speedbar.el: Add :version to several defcustoms.
9975
9976 * imenu.el (imenu--truncate-items, imenu--cleanup)
9977 (imenu--generic-function): Avoid mapcar.
9978 (imenu--replace-spaces): Function removed.
9979 (imenu--completion-buffer): Use subst-char-in-string.
9980 (imenu-add-to-menubar): Use keymap inheritance.
9981
99822000-09-12 Miles Bader <miles@gnu.org>
9983
9984 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9985 (diff-mode-map): Bind `diff-test-hunk'.
9986 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9987
99882000-09-11 Gerd Moellmann <gerd@gnu.org>
9989
9990 * bytecomp.el (byte-compile-defvar): Undo last change
9991 because it breaks '(make-variable-buffer-local (defvar ...)'
9992 which is used at least in dired.
9993
99942000-09-12 Kenichi Handa <handa@etl.go.jp>
9995
9996 * international/quail.el (quail-define-package): Docstring
9997 modified.
9998
99992000-09-12 Kenichi Handa <handa@etl.go.jp>
10000
10001 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10002 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10003 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10004 docstring of "chinese-py".
10005
10006 * international/quail.el (quail-translation-docstring): New
10007 variable.
10008 (quail-show-keyboard-layout): Docstring modified.
10009 (quail-select-current): Likewise.
10010 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10011 infinite recursive call.
10012 (quail-help): Check quail-translation-docstring. Format of the
10013 output changed.
10014 (quail-help-insert-keymap-description): Adjusted for the above
10015 change.
10016
100172000-09-11 Gerd Moellmann <gerd@gnu.org>
10018
10019 * bytecomp.el (byte-compile-defvar): Only cons onto
10020 current-load-list in top-level forms. Else this leaks a cons cell
10021 every time a defun is called.
10022
100232000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10024
10025 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10026 Now understands non-unified diffs. Some functionality moved into
10027 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10028 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10029 modify anything. Only reposition point in the patched file if the
10030 patch succeeds. Only pop up another window if POPUP is true.
10031 Emit a message describing what happened if successful, and at what
10032 line-offset. Automatically detect reversed hunks and do something
10033 appropriate.
10034 (diff-hunk-text, diff-find-text): New functions.
10035 (diff-filter-lines): Function removed.
10036 (diff-test-hunk): New function.
10037 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10038
100392000-09-10 Dave Love <fx@gnu.org>
10040
10041 * textmodes/tildify.el: Minor doc/commentary fixes.
10042 (tildify) <defgroup>: Add :version.
10043
10044 * faces.el (face-x-resources): Make custom type more specific.
10045 (frame-background-mode): Use mapc.
10046 (region) <defcustom>: Add :version.
10047
100482000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * vc-sccs.el (vc-sccs-register):
10051 * vc-rcs.el (vc-rcs-register):
10052 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10053 * vc.el (vc-register): Clear file's properties.
10054
100552000-09-08 Gerd Moellmann <gerd@gnu.org>
10056
10057 * faces.el (face-spec-set): Only face-spec-reset-face when
10058 ATTRS is non-nil.
10059
100602000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * help.el (help-insert-xref-button): Fix a typo in doc string.
10063
100642000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10065
10066 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10067 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10068 methods.
10069
10070 * menu-bar.el (read-mail-item-name): New function.
10071 (menu-bar-tools-menu): Use it to compute and display the package
10072 used to read email.
10073 (menu-bar-tools-menu): Fix typo in GUD's help string.
10074
100752000-09-07 Dave Love <fx@gnu.org>
10076
10077 * diff-mode.el (diff-mouse-goto-source): New function.
10078
10079 * vc-sccs.el: Doc fixes.
10080 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10081
10082 * vc-rcs.el: Doc fixes.
10083 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10084 (vc-rcs-checkout-switches, vc-rcs-header)
10085 (vc-rcs-master-templates): Add or change :version.
10086
10087 * vc-cvs.el: Doc fixes.
10088 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10089 (vc-cvs-stay-local): Add :version.
10090
10091 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10092
100932000-09-07 Kenichi Handa <handa@etl.go.jp>
10094
10095 * international/quail.el (quail-help): Fix previous change.
10096
100972000-09-07 Gerd Moellmann <gerd@gnu.org>
10098
10099 * faces.el (color-values): Doc fix.
10100
10101 * faces.el (frame-set-background-mode): Use frame-parameter
10102 instead of frame-parameters.
10103
10104 * frame.el (filtered-frame-list): Reduce consing.
10105 (frames-on-display-list): Call frame-parameter instead of
10106 frame-parameters.
10107
101082000-09-07 Kenichi Handa <handa@etl.go.jp>
10109
10110 * language/devan-util.el (devanagari-to-indian-region): In the
10111 loop, change the following char, not preceding char.
10112
101132000-09-07 Gerd Moellmann <gerd@gnu.org>
10114
10115 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10116 instead of frame-parameters.
10117
10118 * faces.el (set-face-attribute): Simplify by calling
10119 internal-set-lisp-face-attribute with FRAME being 0.
10120
10121 * vc.el: Remove `Id' version control keyword.
10122
101232000-09-07 Kenichi Handa <handa@etl.go.jp>
10124
10125 * help.el (help-make-xrefs): Adjusted for the change of
10126 help-xref-mule-regexp.
10127 (help-insert-xref-button): New function.
10128
10129 * international/mule-cmds.el (help-xref-mule-regexp-template):
10130 Include the pattern for character set.
10131 (leim): New group.
10132
10133 * international/quail.el: Don't require face.
10134 (quail): New group.
10135 (quail-other-command): Dummy command to make quail-help work better.
10136 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10137 (quail-keyboard-layout-substitution): New variable.
10138 (quail-update-keyboard-layout): New function.
10139 (quail-keyboard-layout-type): New customizable variable.
10140 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10141 (quail-keyboard-translate): Pay attention to
10142 quail-keyboard-layout-substitution.
10143 (quail-insert-kbd-layout): New function.
10144 (quail-show-keyboard-layout): New function.
10145 (quail-get-translation): If the definition is a vector of length
10146 1, and the element is a string of length 1, return the character
10147 in that string.
10148 (quail-update-current-translations): Fix the case of
10149 relative-index out of range.
10150 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10151 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10152 Show key sequences for all available characters.
10153 (quail-help-insert-keymap-description): Don't show such verbose
10154 key bindings as quail-self-insert-command.
10155
10156 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10157 Format changed, and each element now have extra documentations.
10158 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10159 Adjusted for the change of quail-cxterm-package-ext-info.
10160
101612000-09-06 Gerd Moellmann <gerd@gnu.org>
10162
10163 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10164 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10165 during bootstrap.
10166
101672000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10168
10169 * vc.el: (toplevel): Don't require `dired' at run-time.
10170 (vc-dired-resynch-file): Remove autoload cookie.
10171
101722000-09-05 Andre Spiegel <spiegel@gnu.org>
10173
10174 * vc.el: Made several backend functions optional.
10175 (vc-default-responsible-p): New function.
10176 (vc-merge): Use RET for first version to trigger merge-news, not
10177 prefix arg.
10178 (vc-annotate): Handle backends that do not support annotation.
10179 (vc-default-merge-news): Removed. The existence of a merge-news
10180 implementation is now checked on caller sites.
10181
10182 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10183 case.
10184
10185 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10186 special case that has been removed from the default in vc-hooks.el.
10187
101882000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10189
10190 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10191
101922000-09-05 Andre Spiegel <spiegel@gnu.org>
10193
10194 * vc-hooks.el: Require vc during compilation.
10195 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10196 macro `with-vc-properties' in vc.el.
10197 (vc-file-getprop): Doc fix.
10198 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10199
10200 * vc.el: Require dired-aux during compilation.
10201 (vc-name-assoc-file): Moved to vc-sccs.el.
10202 (with-vc-properties): New macro.
10203 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10204 vc-finish-steal): Use it.
10205 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10206 to the backend-specific function is now supposed to do the checkout,
10207 too.
10208 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10209
10210 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10211 set file properties; that gets done in the generic code now.
10212
10213 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10214 Changed parameter list, added code from vc.el that does the
10215 checkout, possibly with a double-take.
10216
10217 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10218 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10219 the above under the new name.
10220 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10221 parameter list, added checkout command.
10222 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10223 properties; that gets done in the generic code now.
10224
102252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10226
10227 * vc.el: Docstring fixes (courtesy of checkdoc).
10228
102292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10230
10231 * vc.el (vc-checkout-writable-buffer-hook)
10232 (vc-checkout-writable-buffer): Remove.
10233 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10234 (vc-log-mode): Make it into a clean derived major mode.
10235 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10236 vc-log-mode if log-edit is not available.
10237 (vc-dired-mode-map): Don't set-keymap-parent yet.
10238 (vc-dired-mode): Do set-keymap-parent here.
10239 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10240
102412000-09-05 Gerd Moellmann <gerd@gnu.org>
10242
10243 * faces.el (set-face-attribute, face-spec-reset-face)
10244 (face-spec-set): Avoid consing by removing calls to `apply'.
10245
10246 * frame.el (frame-parameter): Move to C code.
10247
102482000-09-05 Dave Love <fx@gnu.org>
10249
10250 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10251 insert-before-markers-and-inherit. Now checked systematically!
10252
102532000-09-05 Alex Schroeder <alex@gnu.org>
10254
10255 * sql.el (sql-postgres): Use sql-postgres-options.
10256 (sql-postgres-options): New variable.
10257
102582000-09-05 Alex Schroeder <alex@gnu.org>
10259
10260 * sql.el (sql-mode-menu): Work around missing variable mark-active
10261 in XEmacs.
10262 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10263 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10264 compatibility.
10265
102662000-09-04 Gerd Moellmann <gerd@gnu.org>
10267
10268 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10269
10270 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10271
10272 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10273
102742000-09-04 Andre Spiegel <spiegel@gnu.org>
10275
10276 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10277 don't support anything else under SCCS yet.
10278
10279 * vc-hooks.el: Minor doc fixes.
10280
102812000-09-04 Andre Spiegel <spiegel@gnu.org>
10282
10283 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10284 not necessary. If verbose in state `needs-patch', do the same as
10285 under `up-to-date'. When NOT verbose and `needs-patch', check out
10286 latest version instead of `merge-news'.
10287 (vc-next-action-dired): Don't mess with default-directory here; it
10288 breaks other parts of dired. It is the job of the
10289 backend-specific functions to adjust it temporarily if they need it.
10290 (vc-next-action): Remove a special CVS case.
10291 (vc-clear-headers): New optional arg FILE.
10292 (vc-checkin, vc-checkout): Set properties vc-state and
10293 vc-checkout-time properly.
10294 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10295 (vc-print-log): Use new backend function `show-log-entry'.
10296 (vc-cancel-version): Do the checks in a different order. Added a
10297 FIXME concerning RCS-only code.
10298
10299 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10300 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10301
10302 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10303
10304 * vc-hooks.el (vc-default-mode-line-string): Show state
10305 `needs-patch' as a `-' too.
10306
103072000-09-04 Andre Spiegel <spiegel@gnu.org>
10308
10309 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10310 (vc-default-could-register): New function.
10311 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10312 (vc-resynch-buffer): Call vc-dired-resynch-file.
10313 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10314 vc-resynch-buffer instead of vc-resynch-window.
10315 (vc-next-action-dired): Don't redisplay here, that gets done as a
10316 result of the individual file operations.
10317 (vc-retrieve-snapshot): Corrected prompt order.
10318
10319 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10320
10321 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10322 as well.
10323 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10324 hostname regexps. Updated all callers.
10325 (vc-cvs-responsible-p): Handle directories as well.
10326 (vc-cvs-could-register): New function.
10327 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10328 properties up-to-date.
10329
10330 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10331 user whether to create one.
10332
103332000-09-04 Andre Spiegel <spiegel@gnu.org>
10334
10335 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10336 check out a non-existing file.
10337
10338 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10339 workfile does not exist.
10340
10341 * vc.el (vc-version-diff): Use `require' to check for existence of
10342 diff-mode.
10343
103442000-09-04 Andre Spiegel <spiegel@gnu.org>
10345
10346 * vc-cvs.el (vc-cvs-registered): Use new function
10347 vc-cvs-parse-entry to do the actual work.
10348
103492000-09-04 Andre Spiegel <spiegel@gnu.org>
10350
10351 * vc-hooks.el (vc-find-backend-function): If function doesn't
10352 exist, return nil instead of error.
10353 (vc-call-backend): Doc fix.
10354
10355 * vc.el (vc-do-command): Doc fix.
10356 (vc-finish-logentry): When checking in from vc-dired, choose the
10357 right backend for logentry check.
10358 (vc-dired-mode-map): Inherit from dired-mode-map.
10359 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10360 simplified.
10361 (vc-dired-state-info): Removed, updated caller.
10362 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10363 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10364 (vc-dired-listing-switches): New variable.
10365 (vc-directory): Use it, instead of dired-listing-switches.
10366
10367 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10368 (vc-cvs-dir-state): New function.
10369 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10370 (vc-cvs-parse-entry): New function, also to be used in
10371 vc-cvs-registered.
10372
103732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10374
10375 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10376 *or* single-window-frames.
10377
103782000-09-04 Andre Spiegel <spiegel@gnu.org>
10379
10380 * vc.el (vc-update-changelog): Split into generic part and default
10381 implementation. Doc string adapted.
10382 (vc-default-update-changelog): New function. Call the `rcs2log'
10383 script in exec-directory, to fix a long-standing nuisance.
10384
10385 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10386 simply signals an error.
10387
103882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10391 control-flow more clear and to avoid running `cvs' twice.
10392
10393 * vc.el (vc-next-action-on-file): Doc fix.
10394 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10395 (vc-print-log): Eval `file' before constructing the continuation.
10396
103972000-09-04 Andre Spiegel <spiegel@gnu.org>
10398
10399 * vc.el (vc-next-action-on-file): Corrected several messages.
10400 (vc-merge): Add prefix arg `merge-news'; handle it.
10401
10402 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10403 is not reached. It is.
10404 (vc-cvs-merge): Set state to 'edited after merge.
10405 (vc-cvs-merge-news): Set workfile version to nil if not known.
10406 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10407
10408 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10409 via stdout. (Merge from main line.)
10410
104112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10412
10413 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10414 detection.
10415
104162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10417
10418 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10419 against kill-all-local-variables.
10420 (vc-log-edit): Don't save vc-parent-buffer any more.
10421 (vc-last-comment-match): Initialize to an empty string.
10422 (vc-post-command-functions): New hook.
10423 (vc-do-command): Run it.
10424 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10425 (vc-finish-logentry): Only add the comment to the ring if it's
10426 different from the last comment entered.
10427 (vc-new-comment-index): New function.
10428 (vc-previous-comment): Use it. Make the minibuffer message
10429 slightly less terse.
10430 (vc-comment-search-reverse): Make it work forward as well. Don't
10431 set vc-comment-ring-index if no match is found. Use
10432 vc-new-comment-index.
10433 (vc-comment-search-forward): Use vc-comment-search-reverse.
10434 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10435 define-derived-mode will do it for us. Bind `v' to a keymap that
10436 inherits from vc-prefix-map so that we can bind `vt' without
10437 binding C-x v t.
10438 (vc-retrieve-snapshot): Parenthesis typo.
10439
10440 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10441 to 1. Make sure to switch to *vc* before looking for an error
10442 message. Use vc-parse-buffer.
10443
104442000-09-04 Andre Spiegel <spiegel@gnu.org>
10445
10446 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10447 and NAME.
10448 (vc-retrieve-snapshot): Split into two parts.
10449 (vc-default-retrieve-snapshot): New function.
10450
10451 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10452 (vc-cvs-retrieve-snapshot): New function (untested).
10453 (vc-cvs-stay-local): Default to t.
10454 (vc-cvs-remote-p): New function and property.
10455 (vc-cvs-state): Stay local only if the above is t.
10456 (vc-handle-cvs): Removed.
10457 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10458 done via vc-handled-backends now.
10459 (vc-cvs-header): Escape Id.
10460
104612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10462
10463 * vc.el (vc-do-command): Remove unused commands.
10464 (vc-version-diff): Make sure default-directory ends with a slash.
10465 Move the window commands into a vc-exec-after.
10466 (vc-print-log): Move more of the code into the `vc-exec-after'.
10467
104682000-09-04 Andre Spiegel <spiegel@gnu.org>
10469
10470 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10471 (vc-print-log): Search current revision from beginning of buffer.
10472 (vc-revert-buffer): Clear echo area after the diff is finished.
10473 (vc-prefix-map): Removed definition of "t" for terse display in vc
10474 dired.
10475 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10476 definition of "vt" for terse display.
10477 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10478
104792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10480
10481 * vc.el (vc-exec-after): Avoid caddr.
10482
104832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10484
10485 * vc.el (vc-exec-after): New function.
10486 (vc-do-command): Use it to add a termination message for async
10487 procs.
10488 (vc-checkout): Try to handle a missing-backend situation.
10489 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10490 of a directory with a backend using async diffs.
10491 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10492 present.
10493
10494 * vc-sccs.el (vc-sccs-state-heuristic): Use
10495 file-ownership-preserved-p.
10496
10497 * vc-rcs.el (vc-rcs-state-heuristic): Use
10498 file-ownership-preserved-p.
10499 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10500
105012000-09-04 Andre Spiegel <spiegel@gnu.org>
10502
10503 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10504 vc-do-command.
10505
10506 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10507 when there are no changes.
10508
105092000-09-04 Andre Spiegel <spiegel@gnu.org>
10510
10511 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10512
10513 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10514
105152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10516
10517 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10518
10519 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10520 the `fset' outside of the defvar so that it works even if
10521 vc-prefix-map was already defined.
10522 (vc-setup-buffer): New function, split out of vc-do-command.
10523 (vc-do-command): Allow BUFFER to be t to mean `just use the
10524 current buffer without any fuss'.
10525 (vc-version-diff): Change the `diff' backend operation to just put
10526 the diff in the current buffer without erasing it. Always use
10527 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10528 shrink-window-if-larger-than-buffer.
10529 (vc-print-log): Change the `print-log' backend operation to just
10530 put the log in the current buffer without erasing it. Protect
10531 shrink-window-if-larger-than-buffer.
10532 (vc-update-change-log): Fix setd typo.
10533
10534 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10535 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10536
10537 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10538 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10539 CMP.
10540
10541 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10542 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10543 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10544
105452000-09-04 Andre Spiegel <spiegel@gnu.org>
10546
10547 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10548 not possible, use vc-BACKEND-workfile-unchanged-p.
10549 (vc-default-workfile-unchanged-p): New function. Delegates to a
10550 full vc-BACKEND-diff.
10551
10552 * vc-hooks.el (vc-simple-command): Removed.
10553
10554 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10555 instead of vc-simple-command.
10556 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10557 avoid doing a diff when opening a file.
10558 (vc-rcs-state): Added check for unlocked-changes.
10559 (vc-rcs-header): Escape Id.
10560 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10561 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10562 version.
10563
10564 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10565 (vc-sccs-diff): Remove optional arg CMP.
10566 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10567 SCCS-specific function.
10568
10569 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10570 vc-simple-command.
10571
105722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10573
10574 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10575 (with-vc-file, vc-merge): Use vc-editable-p.
10576 (vc-do-command): Remove unused var vc-file and fix the
10577 doubly-defined `status' var. Add a user message when starting an
10578 async command.
10579 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10580 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10581 Use with-current-buffer.
10582 (vc-buffer-sync): Use unless.
10583 (vc-next-action-on-file): If the file is 'edited by read-only,
10584 make it read-write instead of trying to commit.
10585 (vc-version-diff, vc-update-change-log): Use `setq
10586 default-directory' rather than `cd'.
10587 (vc-log-edit): Don't forget to set default-directory in the
10588 buffer.
10589
10590 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10591 (vc-sccs-state-heuristic): Use file-writable-p instead of
10592 comparing userids.
10593 (vc-sccs-checkout): Use `unless'.
10594
10595 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10596 of comparing userids.
10597 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10598 Simplify the logic by eliminating unreachable code.
10599 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10600 just do a recursive call if we need to retry.
10601 (vc-rcs-checkout): Handle the case where rcs is missing by making
10602 the buffer read-write if requested and re-signalling the error.
10603
10604 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10605
106062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10607
10608 * vc-hooks.el (vc-handled-backends): Docstring change.
10609 (vc-ignore-vc-files): Mark obsolete.
10610 (vc-registered): Check vc-ignore-vc-files.
10611 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10612 vc-ignore-vc-files.
10613
10614 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10615
106162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10617
10618 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10619 files since ange-ftp already has vc-registered return nil.
10620
10621 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10622 (vc-sccs-workfile-version): Use with-temp-buffer and new
10623 vc-parse-buffer and don't bother setting the property.
10624 (vc-sccs-add-triple): Use with-current-buffer and
10625 find-file-noselect.
10626 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10627
10628 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10629 derives from the old vc-parse-buffer but uses the revision number
10630 rather than the date (much easier to compare robustly).
10631 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10632 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10633 locking-user more directly. Check strict locking and set
10634 checkout-model appropriately.
10635 (vc-rcs-parse-locks): Remove.
10636 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10637 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10638 (vc-rcs-system-release): Use with-current-buffer and
10639 vc-parse-buffer.
10640 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10641
10642 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10643 (vc-simple-command): Docstring fix.
10644 (vc-registered): Align the way the file-handler is called with the
10645 way the function itself works.
10646 (vc-file-owner): Remove.
10647
10648 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10649 extraction of fields and call to file-attributes because of a
10650 temporary bug in rcp.el.
10651 (vc-cvs-fetch-status): Use with-current-buffer.
10652
106532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10654
10655 * vc.el (vc-do-command): Use file-relative-name.
10656 (vc-responsible-backend): Use vc-backend if possible.
10657 (vc-create-snapshot): Improve the `interactive' spec. Add support
10658 for branches and dispatch to backend-specific `create-snapshot'.
10659 (vc-default-create-snapshot): New function, containing the bulk of
10660 the old vc-create-snapshot.
10661 (vc-retrieve-snapshot): Improve the interactive spec.
10662
10663 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10664 (vc-backend-hook-functions): Remove.
10665 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10666 (vc-backend): Reintroduce the test for `file = nil' now that I
10667 know why it was there (and added a comment to better remember).
10668
10669 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10670 code from vc-sccs-hooks.el.
10671 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10672 'vc anymore.
10673 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10674 and file-directory-p instead of file-exists-p.
10675 (vc-sccs-check-headers): Simplify the regexp.
10676
10677 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10678 from vc-rcs-hooks.el. Don't require 'vc anymore.
10679 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10680 file-directory-p instead of file-exists-p.
10681
10682 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10683 from vc-cvs-hooks.el.
10684 (proto vc-cvs-registered): Require 'vc-cvs instead of
10685 'vc-cvs-hooks. Don't require 'vc anymore.
10686 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10687 file-directory-p instead of file-exists-p.
10688 (vc-cvs-create-snapshot): New function, replacing
10689 vc-cvs-assign-name.
10690 (vc-cvs-assign-name): Remove.
10691
106922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10693
10694 * vc-cvs.el (vc-cvs-header): New var.
10695
10696 * vc-rcs.el (vc-rcs-exists): Remove.
10697 (vc-rcs-header): New var.
10698
10699 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10700 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10701 (vc-sccs-header): New var.
10702
10703 * vc.el (vc-do-command): Get rid of the `last' argument.
10704 (vc-header-alist): Remove, replaced by vc-X-header.
10705 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10706 (vc-dired-hook): Use expand-file-name instead of concat.
10707 (vc-directory): Use file-name-as-directory.
10708 (vc-snapshot-precondition, vc-create-snapshot)
10709 (vc-retrieve-snapshot): Allow the command to operate on any
10710 directory.
10711
10712 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10713 just removing the 'WORKFILE argument or by removing the 'MASTER
10714 argument and replacing `file' with (vc-name file).
10715
107162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10717
10718 * vc.el: Update Copyright and add a crude list of backend funs.
10719 (vc-writable-p): New function.
10720 (with-vc-file): Use vc-writable-p.
10721 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10722 (vc-register): Avoid vc-name.
10723 (vc-locking-user): Remove.
10724 (vc-steal-lock): Make the `owner' arg non-optional.
10725 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10726 vc-checkout-model.
10727 (vc-default-dired-state-info): Use vc-state instead of
10728 vc-locking-user and return special strings for special states.
10729 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10730 and get rid of one of the special CVS cases.
10731 (vc-cancel-version): prettify error message with \\[...].
10732 (vc-rename-master): New function.
10733 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10734 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10735 the CVS special case generic.
10736 (vc-default-record-rename): Remove.
10737 (vc-file-tree-walk-internal): Only call FUNC for files that are
10738 under control of some VC backend and replace `concat' with
10739 expand-file-name.
10740 (vc-file-tree-walk): Update docstring.
10741 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10742 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10743
10744 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10745 vc-sccs-record-rename. Use `find-file-noselect' rather than
10746 `find-file' and call `vc-rename-master' to do the actual move.
10747 (vc-sccs-diff): Remove unused `backend' variable.
10748
10749 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10750 to delay loading of vc-sccs until it is really used.
10751 (vc-sccs-master-templates): Preload.
10752 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10753 (vc-sccs-project-dir): Remove (merged into
10754 vc-sccs-search-project-dir).
10755 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10756 rather than `concat', make sure it is preloaded and don't bother
10757 to check that the file actually exists.
10758 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10759 `locks' argument (use buffer's content instead) and eliminate n^2
10760 behavior.
10761
10762 * vc-rcs.el: Update Copyright.
10763 (vc-rcs-rename-file): New function.
10764 (vc-rcs-diff): Remove unused `backend' variable.
10765
10766 * vc-hooks.el: Update Copyright.
10767 (vc-backend): Don't accept a nil argument any more.
10768 (vc-up-to-date-p): Turn into a defsubst.
10769 (vc-possible-master): New function.
10770 (vc-check-master-templates): Use `vc-possible-master' and allow
10771 funs in vc-X-master-templates to return a non-existent file.
10772
10773 * vc-cvs.el: Update Copyright.
10774 (vc-cvs-diff): Remove unused `backend' variable.
10775 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10776
10777 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10778
107792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10780
10781 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10782 since it can be called from vc-rcs.el.
10783 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10784
107852000-09-04 Andre Spiegel <spiegel@gnu.org>
10786
10787 * vc.el (vc-version-diff): Expand file name read from the
10788 minibuffer. Handle the case when a previous version number can't
10789 be guessed. Give suitable messages when there were no differences
10790 found.
10791 (vc-clear-headers): Call backend-specific implementation, if one
10792 exists.
10793 (vc-cancel-version): Made error checks generic. When done, clear
10794 headers generically, too.
10795
10796 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10797 from vc-clear-headers in vc.el.
10798
10799 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10800 correctly.
10801 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10802 optional. Handle the case when it's not there.
10803
108042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10805
10806 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10807
108082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10809
10810 * vc-hooks.el (vc-loadup): Remove.
10811 (vc-find-backend-function): Use `require'. Also, handle the case
10812 where vc-BACKEND-hooks.el doesn't exist.
10813 (vc-call-backend): Cleanup.
10814
108152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10816
10817 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10818 vc-rcs-grab-templates)
10819 (vc-rcs-registered): Remove. The default function works as well.
10820 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10821 vc-sccs-grab-templates)
10822 (vc-sccs-registered): Remove. The default function works as well.
10823
10824 * vc.el (vc-version-diff): Left out a vc- in call to
10825 vc-call-backend.
10826 (vc-default-dired-state-info, vc-default-record-rename)
10827 (vc-default-merge-news): Update for the new backend argument.
10828
10829 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10830 using the default function.
10831 (vc-call-backend): If calling the default function, pass it the
10832 backend as first argument. Update the docstring accordingly.
10833 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10834 for the new backend argument.
10835 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10836 (vc-find-backend-function): Use the new name.
10837 (vc-default-registered): New function.
10838
108392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10840
10841 * vc.el (vc-merge): Use vc-find-backend-function.
10842
10843 * vc-hooks.el (vc-backend-functions): Remove.
10844 (vc-loadup): Don't setup 'vc-functions.
10845 (vc-find-backend-function): New function.
10846 (vc-call-backend): Use above fun and populate 'vc-functions
10847 lazily.
10848 (vc-backend-defines): Remove.
10849
108502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10851
10852 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10853 Call vc-call-backend without the leading vc-.
10854 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10855 (vc-check-headers): Call vc-call-backend without the leading vc-.
10856 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10857 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10858 Call vc-call-backend without the leading vc-.
10859
10860 * vc-cvs.el (tail): Provide vc-cvs.
10861 * vc-sccs.el (tail): Provide vc-sccs.
10862 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10863
10864 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10865 (vc-make-backend-function, vc-call): Pass names without leading
10866 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10867 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10868 (vc-call-backend): Always try to load vc-X-hooks.
10869 (vc-registered): Remove vc- in call to vc-call-backend.
10870
108712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10872
10873 * vc.el (vc-process-filter): New function.
10874 (vc-do-command): Setup `vc-process-filter' for the async process.
10875 (vc-maybe-resolve-conflicts): New function to reduce
10876 code-duplication. Additionally, it puts the buffer in
10877 `smerge-mode' if applicable.
10878 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10879 calling `merge-news'.
10880 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10881 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10882 interfacing to log-edit.el.
10883 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10884 log-edit is available.
10885 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10886
108872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10888
10889 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10890 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10891 defvar and the initialization.
10892 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10893
10894 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10895 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10896
10897 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10898
108992000-09-04 Andre Spiegel <spiegel@gnu.org>
10900
10901 * vc.el (vc-file-clear-masterprops): Removed.
10902 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10903 (vc-version-diff): Use buffer-size without argument.
10904 (vc-register): Heed vc-initial-comment.
10905
10906 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10907 default branch.
10908
10909 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10910 file name and workfile version.
10911 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10912
10913 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10914 vc-file-clear-masterprops.
10915
10916 * vc-sccs.el (vc-sccs-checkout): Removed call to
10917 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10918 rather than user login name.
10919
10920
109212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10922
10923 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10924 `want-differences-if-changed' and simplify.
10925 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10926 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10927 output (which is invalid for async vc-diff) to decide whether to
10928 do the revert silently or not.
10929
109302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10931
10932 * vc-hooks.el (vc-loadup): Load files quietly.
10933 (vc-call-backend): Oops, brain fart.
10934
109352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10936
10937 * vc-cvs.el (vc-cvs-state): Typo.
10938 (vc-cvs-merge-news): Return the status code rather than the error msg.
10939
109402000-09-04 Andre Spiegel <spiegel@gnu.org>
10941
10942 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10943 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10944 vc-state or vc-up-to-date-p.
10945 (vc-merge): Use vc-backend-defines to check whether merging is
10946 possible. Set state to 'edited after successful merge.
10947
10948 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10949 return that name. Redocumented.
10950
109512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10952
10953 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10954 new `vc-state' semantics.
10955 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10956 'vc-locking-user to the current user.
10957 (vc-merge): Inline vc-backend-merge. Comment out code that I
10958 don't understand and hence can't adapt to the new `vc-state' and
10959 `vc-locking-user' semantics.
10960 (vc-backend-merge): Remove.
10961
10962 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10963 rather than 'vc-locking-user.
10964
10965 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10966
10967 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10968 (vc-state): Don't use 'reserved any more. Just use the same
10969 convention as the one used for vc-<backend>-state where the
10970 locking user (as a string) is returned.
10971 (vc-locking-user): Update, based on the above convention. The
10972 'vc-locking-user property has disappeared.
10973 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10974
10975 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10976 with a heuristic one.
10977 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10978 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10979 error. That allows us to get to 'needs-merge even in the
10980 stay-local case. There's still no way to detect 'needs-patch in
10981 such a setup (or to force an update for that matter).
10982 (vc-cvs-logentry-check): Remove, the default works as well.
10983
109842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10985
10986 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10987
10988 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10989 major-mode in which the buffer might have been put earlier. Use
10990 `remove' and `when'. Allow `okstatus' to be `async' and use
10991 `start-process' in this case.
10992 (vc-version-diff): Handle the case where the diff looks empty
10993 because of the use of an async process.
10994
109952000-09-04 Andre Spiegel <spiegel@gnu.org>
10996
10997 * vc.el (vc-next-action-on-file): Removed optional parameter
10998 `simple'. Recompute state unconditionally.
10999 (vc-default-toggle-read-only): Removed.
11000
11001 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11002 (vc-toggle-read-only): Undid prev change.
11003
11004 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11005 vc-cvs-simple-toggle. Redocumented.
11006 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11007 (vc-cvs-toggle-read-only): Removed.
11008
110092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11010
11011 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11012 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11013 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11014 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11015 still is. So maybe it should be removed.
11016 (vc-head-version, vc-find-binary): Remove.
11017 (vc-recompute-state): Move from vc-hooks.el.
11018 (vc-next-action-on-file): Add a `simple' argument to allow
11019 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11020 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11021 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11022 (vc-dired-mode-map): Properly defvar it.
11023 (vc-print-log): Call log-view-mode if available.
11024 (small-temporary-file-directory): defvar instead of use boundp.
11025 (vc-merge-news): Moved to vc-cvs.el.
11026 (vc-default-merge-news): New function.
11027
11028 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11029 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11030 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11031 unknown `vc-latest-version' function. It should probably refer to
11032 vc-workfile-version or somesuch, but it's very unclear to me and I
11033 don't have SCCS to test things.
11034
11035 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11036 (vc-sccs-state-heuristic): Fix typo.
11037 (vc-sccs-workfile-unchanged-p): Add missing argument.
11038
11039 * vc-rcs.el: Require vc and vc-rcs-hooks.
11040 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11041 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11042 (vc-release-greater-or-equal-p): Move from vc.
11043 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11044 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11045 (vc-rcs-checkout): Add a missing `new-version' argument in the
11046 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11047
11048 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11049 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11050 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11051 than the apparently unbound `workfile-version'.
11052
11053 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11054 (vc-file-prop-obarray): Use `make-vector'.
11055 (vc-backend-functions): Add new hookable functions
11056 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11057 (vc-loadup): If neither backend nor default functions exist, use
11058 the backend function rather than nil.
11059 (vc-call-backend): If the function if not bound yet, try to load
11060 the non-hook file to see if it provides it.
11061 (vc-call): New macro plus use it wherever possible.
11062 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11063 nor `vc-find-binary' since it's only called from
11064 vc-mistrust-permission which is only used once the backend is known.
11065 (vc-checkout-model): Fix parenthesis.
11066 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11067
11068 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11069 (vc-cvs-release, vc-cvs-system-release): Remove.
11070 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11071 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11072 status symbols.
11073 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11074 (vc-cvs-toggle-read-only): First cut at a function to allow a
11075 cvs-status-free vc-toggle-read-only.
11076 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11077 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11078 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11079 (vc-cvs-checkout): Modify access rights directly if the user
11080 requested not to use `cvs edit'. And refresh the mode line.
11081
11082 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11083 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11084
110852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11086
11087 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11088 workfile' that got lost when the code was extracted from vc.el.
11089 And merged the tail with the rest of the code (not possible in the
11090 old vc.el where the tail was shared among all backends). And
11091 explicitly set the state to 'edited if `writable' is set.
11092
11093 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11094 (vc-cvs-state): Be careful to return the value from
11095 vc-cvs-parse-state.
11096 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11097 property but return it instead. Also be careful to handle a nil
11098 or "" `rev' when workfile is non-nil (it was handled properly when
11099 workfile was nil).
11100
11101 * vc.el: Removed those pesky unnecessary `(function' quotes.
11102 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11103 directly in the defvar.
11104 (vc-do-command): Bind inhibit-read-only so as to properly handle
11105 the case where the destination buffer has been made read-only.
11106 (vc-diff): Delegate to vc-version-diff in all cases.
11107 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11108 (vc-annotate-mode-variables): Removed (code moved partly to
11109 defvars and partly to vc-annotate-add-menu).
11110 (vc-annotate-mode): Turned into a derived-mode.
11111 (vc-annotate-add-menu): Moved in code in
11112 vc-annotate-mode-variables.
11113 (vc-update-change-log): Use make-temp-file if available.
11114
111152000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11116
11117 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11118 `vc-checkout-model' updated to `vc-cvs-update-model'.
11119
111202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11121
11122 * vc.el (vc-next-action-on-file): Added handling of state
11123 `unlocked-changes'.
11124 (vc-checkout-carefully): Is now practically obsolete, unless the
11125 above is too slow to be enabled unconditionally.
11126 (vc-update-change-log): Fixed typo.
11127
11128 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11129
11130 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11131 Now handles state `unlocked-changes'.
11132 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11133
11134 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11135
11136 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11137 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11138 `unlocked-changes'.
11139 (vc-rcs-workfile-unchanged-p): Renamed from
11140 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11141 function yet, but supposed to become one soon.
11142
11143 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11144 `vc-steal-lock'.
11145 (vc-call-backend): Changed error message.
11146 (vc-state): Added description of state `unlocked-changes'.
11147
111482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11149
11150 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11151 always return t in CVS-controlled directories.
11152
11153 * vc.el (vc-responsible-backend): New function.
11154 (vc-register): Largely rewritten.
11155 (vc-admin): Removed (implementation moved into vc-register).
11156 (vc-checkin): Redocumented.
11157 (vc-finish-logentry): If no backend defined yet (because we are in
11158 the process of registering), use the responsible backend.
11159
11160 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11161 Updated function lists.
11162 (vc-call-backend): Fixed typo.
11163
11164 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11165 New functions.
11166 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11167 Removed query option. Redocumented.
11168
111692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11170
11171 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11172
11173 * vc.el: Updated callers of `vc-checkout-required' to use
11174 `vc-checkout-model'.
11175
111762000-09-04 Martin Lorentzson <martinl@gnu.org>
11177
11178 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11179 stuff updated to reference this function instead of the old
11180 `vc-backend-release-p'.
11181
111822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11183
11184 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11185 vc-checkout-model. Return appropriate values. Updated callers.
11186
111872000-09-04 Martin Lorentzson <martinl@gnu.org>
11188
11189 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11190 (vc-backend-revert): Function moved into `vc-revert';
11191 `vc-next-action' must be updated to accomodate this change.
11192 (vc-backend-steal): Function moved into `vc-finish-steal'.
11193 (vc-backend-logentry-check): Function moved into
11194 `vc-finish-logentry'.
11195 (vc-backend-printlog): Function moved into `vc-print-log'.
11196 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11197 (vc-backend-assign-name): Function moved into
11198 `vc-create-snapshot'.
11199
112002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11201
11202 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11203 Rename to vc-checkout-model. Return appropriate values.
11204 Update callers.
11205
11206 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11207 to vc-checkout-model.
11208 (vc-checkout-required): Rename to vc-checkout-model.
11209 Re-implement and re-comment.
11210 (vc-after-save): Use vc-checkout-model.
11211
112122000-09-04 Martin Lorentzson <martinl@gnu.org>
11213
11214 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11215 Update to use the vc-BACKEND-diff functions instead.
11216 `vc-diff' is now working.
11217
11218 * vc-rcs.el (vc-rcs-logentry-check): New function.
11219
11220 * vc-cvs.el (vc-cvs-logentry-check): New function.
11221
11222 * vc-sccs.el (vc-sccs-diff): Function changed name from
11223 `vc-backend-diff'. This makes `vc-diff' work.
11224
11225 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11226 of functions possibly implemented in a vc-BACKEND library.
11227 (vc-checkout-required): Fix bug that caused an error to be
11228 signaled during `vc-after-save'.
11229
11230 * vc.el: Fix typo.
11231 This checkin is made with our new VC code base for the very first time.
11232 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11233
11234 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11235 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11236
11237 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11238 updated to `vc-uses-locking'.
11239 (vc-checkout-required): Call to backend function.
11240 `vc-checkout-required' updated to `vc-uses-locking' instead.
11241
11242 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11243 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11244
11245 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11246 to match the split into various backends.
11247 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11248 (vc-retrieve-snapshot): Bug fix.
11249
112502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11251
11252 * vc-sccs.el (vc-sccs-release): Doc fix.
11253
112542000-09-04 Martin Lorentzson <martinl@gnu.org>
11255
11256 * vc.el (vc-next-action-on-file): Bug found and fixed.
11257 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11258 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11259
11260 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11261 (vc-rcs-checkout): Name space cleaned up. No more revision number
11262 crunching function names that are not prefixed with vc-rcs.
11263 (vc-rcs-checkout-model): Function added. References to
11264 `vc-checkout-model' replaced.
11265
112662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11267
11268 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11269 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11270 still need to be split, and implemented for RCS).
11271
112722000-09-04 Martin Lorentzson <martinl@gnu.org>
11273
11274 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11275
11276 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11277 required by the vc.el file.
11278
11279 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11280 required by the vc.el file.
11281 (vc-rcs-exists): Function added.
11282
11283 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11284 required by the vc.el file.
11285
11286 * vc.el (vc-admin): Updated to handle selection of appropriate
11287 backend. Current implementation is crufty and need re-thinking.
11288
11289 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11290
112912000-09-04 Martin Lorentzson <martinl@gnu.org>
11292
11293 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11294 beginning of annotate buffers correctly.
11295
11296 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11297 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11298 functionality updated quite a lot to support multiple backends.
11299 Variables `vc-annotate-mode', `vc-annotate-buffers',
11300 `vc-annotate-backend' added.
11301
11302 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11303 `vc-annotate-difference' added to supported backend functions.
11304
113052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11306
11307 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11308 Use with-temp-file instead of /bin/sh. Merged from mainline
11309
113102000-09-04 Martin Lorentzson <martinl@gnu.org>
11311
11312 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11313
11314 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11315
11316 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11317
113182000-09-04 Martin Lorentzson <martinl@gnu.org>
11319
11320 * vc-hooks.el: vc-state-heuristic added to
11321 vc-backend-hook-functions.
11322
11323 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11324
11325 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11326
11327 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11328 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11329 state to `reserved'.
11330
11331 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11332 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11333
113342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11335
11336 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11337 untouched.
11338
11339 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11340
11341 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11342 if defined. (Merged from main line, slightly adapted.)
11343
11344 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11345 millenium problem (merged from mainline).
11346
113472000-09-04 Martin Lorentzson <martinl@gnu.org>
11348
11349 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11350 part and moved the non-BACKEND stuff to vc.el.
11351
11352 * vc.el: Split the annotate feature into a BACKEND specific part
11353 and moved it from the vc-cvs.el file to this one.
11354
113552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11356
11357 * vc-hooks.el: Implement new state model.
11358 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11359 (vc-locking-user): Simplify. Now only needed if the file is
11360 locked by somebody else.
11361 (vc-lock-from-permissions): Remove. Functionality is in
11362 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11363 (vc-mode-line-string): New name for former vc-status. Adapted.
11364 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11365
11366 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11367 Various simplifications and adaptations all over the place.
11368
11369 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11370 Simplify and adapt the rest.
11371
11372 * vc.el (vc-resynch-window): Add TODO comment: check for
11373 interaction with view mode according to recent RCS change.
11374 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11375
113762000-09-04 Martin Lorentzson <martinl@gnu.org>
11377
11378 * vc.el: Convert the remaining function comments to docstrings.
11379
113802000-09-04 Martin Lorentzson <martinl@gnu.org>
11381
11382 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11383 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11384 (vc-minor-part, vc-previous-version): Functions that operate and
11385 compare revision numbers got proper documentation. Comments added
11386 about their possible removal.
11387
113882000-09-04 Martin Lorentzson <martinl@gnu.org>
11389
11390 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11391 the vc-backend.el files.
11392
11393 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11394
11395 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11396 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11397 (vc-rcs-previous-version): Functions added.
11398
11399 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11400
11401 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11402
114032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11404
11405 * vc-hooks.el (vc-master-templates): Is really obsolete.
11406 Comment out the definition for now. What is the right procedure
11407 to get rid of it?
11408 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11409 rewritten.
11410 (vc-default-registered): Remove.
11411 (vc-check-master-templates): New function; does mostly what the
11412 above did before.
11413 (vc-locking-user): Don't rely on the backend to set the property.
11414
11415 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11416 Rewrite documentation.
11417 (vc-rcs-templates-grabbed): New variable.
11418 (vc-rcs-grab-templates): New function.
11419 (vc-rcs-registered): Rewrite to use above mechanism.
11420
11421 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11422 Rewrite documentation.
11423 (vc-sccs-templates-grabbed): New variable.
11424 (vc-sccs-grab-templates): New function.
11425 (vc-sccs-registered): Rewrite to use above mechanism.
11426 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11427 Don't throw the result, simply return it.
11428
11429 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11430 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11431 (vc-cvs-registered): Does the check itself now. Simplify.
11432
11433 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11434 from main line.
11435
114362000-09-04 Martin Lorentzson <martinl@gnu.org>
11437
11438 * vc-cvs.el (vc-cvs-diff): New function.
11439
11440 * vc-sccs.el (vc-sccs-diff): New function.
11441
11442 * vc-rcs.el (vc-rcs-diff): New function.
11443 (vc-rcs-checkout): Bug (typo) found and fixed.
11444 (vc-rcs-register-switches): New variable.
11445
11446 * vc.el (vc-backend-diff): Function removed and placed in the
11447 backend files.
11448
114492000-09-04 Martin Lorentzson <martinl@gnu.org>
11450
11451 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11452
11453 * vc.el (vc-backend-checkout): Function removed and replaced in
11454 the vc-backend.el files.
11455
11456 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11457
11458 * vc.el (vc-backend-admin): Removed and replaced in the
11459 vc-backend.el files.
11460
11461 * vc.el (Martin): Removed all the annotate functionality since it
11462 is CVS backend specific.
11463
114642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11465
11466 * spec.txt: Added specification of vc-state.
11467
11468 * vc-sccs-hooks.el (vc-sccs-master-properties):
11469 Remove handling of vc-latest-version and
11470 vc-your-latest-version. What used to be vc-latest-version, is now
11471 returned as vc-workfile-version.
11472 (vc-sccs-workfile-version): Adapt.
11473
114742000-09-04 Dave Love <fx@gnu.org>
11475
11476 * vc.el: [Merged from mainline.]
11477 (vc-dired-mode): Make the dired-move-to-filename-regexp
11478 regexp match the date, to avoid treating date as file size.
11479 Add YYYY S option to WESTERN/
11480
114812000-09-04 Dave Love <fx@gnu.org>
11482
11483 * vc.el: Require `compile' when compiling.
11484 (vc-logentry-check-hook): New option.
11485 (vc-steal-lock): Use compose-mail.
11486 (vc-dired-mode-map): Defvar when compiling.
11487 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11488 vc-sccs.el and renamed. Callers changed.
11489 (vc-backend-checkout, vc-backend-logentry-check)
11490 (vc-backend-merge-news): Doc fix.
11491 (vc-default-logentry-check): New function.
11492 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11493 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11494 (vc-backend-merge): Doc fix. Use backend functions.
11495 (vc-check-headers): Use backend functions.
11496
11497 * vc-cvs.el: Require vc when compiling.
11498 (vc-cvs-register-switches): Doc fix.
11499 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11500 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11501 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11502 New functions (code from vc.el).
11503 (vc-annotate-display-default): Fix interactive spec.
11504 (vc-annotate-time-span): Doc fix.
11505
11506 * vc-rcs.el: Require vc when compiling.
11507 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11508 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11509 (vc-rcs-checkin): New functions (code from vc.el).
11510 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11511 Doc fix.
11512 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11513
11514 * vc-sccs.el: Require vc when compiling.
11515 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11516 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11517 (vc-sccs-revert)
11518 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11519 from vc.el).
11520 (vc-sccs-add-triple, vc-sccs-record-rename)
11521 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11522 (vc-sccs-admin): Doc fix.
11523
115242000-09-04 Martin Lorentzson <martinl@gnu.org>
11525
11526 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11527 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11528 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11529 from vc.el.
11530
11531 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11532
11533 * vc-cvs.el: Moved the annotate functionality from vc.el.
11534 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11535
115362000-09-04 Dave Love <fx@gnu.org>
11537
11538 * vc.el (vc-backend-release): Call vc-system-release.
11539
11540 * vc-sccs.el (vc-sccs-system-release):
11541 Renamed from vc-sccs-backend-release.
11542
11543 * vc-rcs.el (vc-rcs-system-release):
11544 Renamed from vc-rcs-backend-release.
11545
11546 * vc-cvs.el (vc-cvs-system-release):
11547 Renamed from vc-cvs-backend-release.
11548
115492000-09-04 Dave Love <fx@gnu.org>
11550
11551 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11552 backend files.
11553 (vc-backend-release): Dispatch to backend functions.
11554 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11555 probably needs attention.]
11556
11557 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11558 (vc-sccs-backend-release): New function.
11559
11560 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11561 (vc-cvs-backend-release): New function.
11562
11563 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11564 Doc fix.
11565 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11566 (vc-default-dired-state-info): New function.
11567 (vc-dired-state-info): Dispatch to backends.
11568 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11569
11570 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11571 from vc.el and renamed.
11572
115732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11574
11575 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11576 (vc-version-other-window, vc-backend-assign-name): Removed
11577 references to vc-latest-version; sometimes changed into
11578 vc-workfile-version.
11579
11580 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11581 vc-rcs-master-workfile-version.
11582 (vc-rcs-workfile-version): Use the above. Don't call
11583 vc-latest-version (that was unreachable code, anyway).
11584 (vc-rcs-fetch-master-properties): Doc fix.
11585
11586 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11587 (vc-backend-hook-functions): Removed them from this list, too.
11588 (vc-fetch-properties): Removed.
11589 (vc-workfile-version): Doc fix.
11590
11591 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11592 (vc-rcs-workfile-version, vc-rcs-locking-user)
11593 (vc-rcs-uses-locking): Use it.
11594
11595 * vc-hooks.el (vc-consult-rcs-headers):
11596 Moved into vc-rcs-hooks.el, under the name
11597 vc-rcs-consult-headers.
11598
11599 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11600 headers.
11601 (vc-cvs-find-master): Use this name only; correct different
11602 versions of the name.
11603
11604 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11605 New functions.
11606 (vc-sccs-locking-user): Use the latter.
11607
11608 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11609 New functions.
11610
11611 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11612 Moved into both
11613 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11614 functions are implementation details of those two backends.
11615
116162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11617
11618 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11619 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11620
11621 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11622 (vc-sccs-parse-locks): SCCS-specific code moved here from
11623 vc-hooks.
11624
11625 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11626 code moved here from vc-hooks.
11627
11628 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11629 into back-end specific parts and removed. Callers not updated
11630 yet; because I guess these callers will disappear into back-end
11631 specific files anyway.
11632
116332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11634
11635 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11636 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11637 `vc-uses-locking'.
11638
11639 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11640 Store yes/no in the property, and return t/nil. Updated all
11641 callers.
11642
11643 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11644 vc-sccs-uses-locking. Don't set property.
11645 (vc-sccs-locking-user): Don't set property.
11646
11647 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11648 vc-cvs-uses-locking. Don't set property here; leave that to
11649 vc-hooks.
11650 (vc-cvs-locking-user): Reflect above change. Streamlined.
11651
11652 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11653 vc-rcs-uses-locking.
11654 (vc-rcs-locking-user): Reflect above change.
11655
116562000-09-04 Dave Love <fx@gnu.org>
11657
11658 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11659
11660 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11661
11662 * vc-hooks.el (vc-checkout-model): Punt to backends.
11663
11664 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11665
11666 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11667
11668 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11669 New functions.
11670
11671 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11672 New functions.
11673
11674 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11675 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11676
11677 * vc-hooks.el (vc-default-locking-user): New function.
11678 (vc-locking-user, vc-workfile-version): Punt to backends.
11679
116802000-09-04 Dave Love <fx@gnu.org>
11681
11682 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11683 (vc-master-workfile-version): Moved from vc-hooks.
11684
11685 * vc-rcs-hooks.el: Fix duplicate code in last change.
11686
11687 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11688 (vc-rcs-master-templates): Improve :type.
11689 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11690 vc-master-workfile-version): Moved from vc-hooks.
11691
11692 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11693 (vc-sccs-master-templates): Improve :type.
11694 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11695
11696 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11697
11698 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11699 (vc-cvs-master-templates): Improve :type. Use
11700 vc-cvs-find-cvs-master.
11701 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11702 from vc-hooks.
11703 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11704
11705 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11706 Moved to vc-cvs-hooks.
11707
11708 * vc-hooks.el: Add doc strings in various places. Simplify the
11709 minor mode setup.
11710 (vc-handled-backends): New user variable.
11711 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11712 simplification.
11713
117142000-09-04 Dave Love <fx@gnu.org>
11715
11716 * vc.el: Some doc fixes for autoloaded and interactive functions.
11717 Fix compilation warnings from ediff stuff.
11718 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11719
11720 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11721
11722 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11723
11724 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11725
117262000-09-04 Dave Love <fx@gnu.org>
11727
11728 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11729 New variable.
11730 (vc-make-backend-function, vc-loadup, vc-call-backend)
11731 (vc-backend-defines): New functions.
11732
11733 * vc-hooks.el: Various doc fixes.
11734 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11735 (vc-match-substring): Function removed. Callers changed to use
11736 match-string.
11737 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11738 Simplify.
11739
117402000-09-04 Dave Love <fx@gnu.org>
11741
11742 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11743 type.
11744 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11745 (vc-sccs-registered): Doc fix.
11746
11747 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11748 (vc-cvs-registered): Doc fix.
11749
11750 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11751 (vc-rcs-registered): Doc fix.
11752
117532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11754
11755 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11756
11757 * vc-hooks.el: vc-registered has been renamed
11758 vc-default-registered. Some functions have been moved to the
11759 backend specific files. they all support the
11760 vc-BACKEND-registered functions.
11761
117622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11763
11764 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11765
11766 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11767
117682000-09-04 Dave Love <fx@gnu.org>
11769
11770 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11771 menu-bar-update-hook.
11772
11773 * help.el (help-manyarg-func-alist): Add
11774 find-operation-coding-system.
11775
11776 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11777
11778 * custom.el (custom-set-variables): Print message about errors in
11779 setting.
11780
117812000-09-03 Andrew Innes <andrewi@gnu.org>
11782
11783 * makefile.w32-in: Change to DOS line endings.
11784
117852000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11786
11787 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11788 minor-mode keymaps, if they don't have one.
11789
117902000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11791
11792 * eshell/esh-module.el (eval-when-compile): Don't lose if
11793 esh-module.el's file name is truncated to DOS 8+3 limits.
11794
117952000-09-01 John Wiegley <johnw@gnu.org>
11796
11797 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11798 predicate, which caused entries in the completion list to be
11799 doubled.
11800
118012000-08-30 John Wiegley <johnw@gnu.org>
11802
11803 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11804 sending to subprocesses. Also, hook pre-command-hook if
11805 `eshell-send-direct-to-subprocesses' is non-nil.
11806 (eshell-send-direct-to-subprocesses): New config variable. If t,
11807 subprocess input is send immediately.
11808 (eshell-toggle-direct-send): New function.
11809 (eshell-self-insert-command): New function.
11810 (eshell-intercept-commands): New function.
11811 (eshell-send-input): If direct subprocess sending is enabled,
11812 don't echo any input to the Eshell buffer. Let the subprocess
11813 handle that. This requires "stty echo" in bash, for example.
11814
118152000-08-28 John Wiegley <johnw@gnu.org>
11816
11817 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11818 completion function for Eshell's implementation of `unset'.
11819
118202000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11821
11822 * info.el (Info-directory-list): Doc fix.
11823
118242000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11825
11826 * filecache.el (file-cache-add-directory-using-find): Don't quote
11827 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11828
118292000-08-31 Kenichi Handa <handa@etl.go.jp>
11830
11831 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11832 coding systems.
11833
118342000-08-30 Andrew Innes <andrewi@gnu.org>
11835
11836 * timer.el (run-with-idle-timer): Undo last change, so that timer
11837 is not activated immediately if Emacs is already idle. Some
11838 existing code relies on this behaviour.
11839
118402000-08-30 Miles Bader <miles@gnu.org>
11841
11842 * frame.el (set-frame-font): Do completion of font-name for
11843 interactive use.
11844
118452000-08-30 Kenichi Handa <handa@etl.go.jp>
11846
11847 * international/quail.el (quail-start-translation): Bind locally
11848 last-command-event, last-command, and this-command.
11849 (quail-start-conversion): Likewise.
11850 (quail-self-insert-command): Fix docstring.
11851
118522000-08-29 Gerd Moellmann <gerd@gnu.org>
11853
11854 * progmodes/executable.el
11855 (executable-make-buffer-file-executable-if-script-p): Check that
11856 buffer contains at least 2 characters.
11857
118582000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11859
11860 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11861
118622000-08-29 Dave Love <fx@gnu.org>
11863
11864 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11865 (diff-mode-shared-map): Bind mouse-2.
11866 (diff-imenu-generic-expression): New variable.
11867 (diff-mode): Use it.
11868
11869 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11870 (mouse-popup-menubar): Add minor mode menus.
11871 (popup-menu): Check for lookup-key returning number.
11872
118732000-08-29 Miles Bader <miles@gnu.org>
11874
11875 * comint.el (comint-send-input): Create overlays using the proper
11876 front/read-advance arguments.
11877
118782000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11879
11880 * ps-print.el: Even/odd pages printing. Doc fix.
11881 (ps-print-version): New version number (6.0).
11882 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11883 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11884 (ps-print-duplex-feature): Variable eliminated.
11885 (ps-even-or-odd-pages): New variable.
11886
11887 * progmodes/ebnf2ps.el: Doc fix.
11888 (ebnf-version): New version (3.3).
11889 (ebnf-user-arrow): Change variable customization to sexp.
11890 (ebnf-user-arrow): Function eliminated.
11891 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11892
118932000-08-29 Kenichi Handa <handa@etl.go.jp>
11894
11895 * help.el (help-xref-mule-regexp): New variable.
11896 (help-make-xrefs): Handle help-xref-mule-regexp.
11897
11898 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11899 variable.
11900 (describe-input-method): Temporarily activate the specfied input
11901 method to display the information.
11902 (describe-language-environment): Hyperlinks to mule related items.
11903
11904 * international/mule-diag.el (charset-multibyte-form-string): New
11905 function.
11906 (list-character-sets-1): Use charset-multibyte-form-string.
11907 (describe-character-set): New function.
11908 (describe-coding-system): Hyperlinks to safe character sets.
11909
11910 * international/quail.el (quail-help): New arg PACKAGE.
11911 Hyperlinks to mule related items.
11912 (quail-help-insert-keymap-description): Use
11913 substitute-command-keys instead of describe-bindings.
11914 (quail-translation-help): Hyperlinks to mule related items.
11915
119162000-08-28 John Wiegley <johnw@gnu.org>
11917
11918 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11919 have a defsubst call itself. Made `eshell-flatten-list' back into
11920 a function again.
11921
11922 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11923 catch, in case re-centering point at bottom messes up the display.
11924 This happens frequently in Emacs 21, due I believe to variable
11925 line heights.
11926
11927 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11928 to call `find-tag-interactive'.
11929
11930 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11931 the list of remember directories.
11932
119332000-08-28 John Wiegley <johnw@gnu.org>
11934
11935 * align.el: Test align-region-separate to see if it's a symbol.
11936
119372000-08-28 John Wiegley <johnw@gnu.org>
11938
11939 * eshell/esh-util.el (eshell-flatten-list): Made this function
11940 into a defsubst form. It gets used very frequently, although
11941 calls don't occur all that often.
11942
11943 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11944 examining it.
11945
11946 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11947 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11948 `eshell-protect'.
11949 (eshell-copy-handles): Created a new macro for duplicating the
11950 current set of open handles. This is needed by the looping
11951 functions.
11952 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11953 is not incorrectly stomped on.
11954
11955 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11956 declaration for pcomplete-use-paring.
11957 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11958 value of eshell-cmpl-use-paring.
11959 * pcomplete.el (pcomplete-use-paring): New config variable, to
11960 indicate whether paring should be used.
11961 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11962 completion alternatives that have already been used.
11963
11964 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11965 bound to C-c C-y, which will repeat the previous N arguments
11966 (based on prefix argument).
11967 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11968
11969 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11970 if there is no *Help* buffer. This is for XEmacs, which renames
11971 its help buffers uniquely. TODO: Find out what the current buffer
11972 name to delete is.
11973
11974 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11975 first entry that correlates to a passwd/group number. Later
11976 entries (used for group/user name aliasing to multiple IDs) are
11977 ignored.
11978
11979 * eshell/em-xtra.el (eshell/expr):
11980 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11981 (eshell-grep, eshell/diff, eshell/locate):
11982 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11983 argument list, before passing it to the system command.
11984
11985 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11986 `find-tag' for use at final position in Eshell buffers (which
11987 otherwise triggers an error on Emacs 21).
11988 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11989 buffer, if it is currently bound to `find-tag'.
11990
11991 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11992 in the list of matched Makefile names.
11993 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11994 directory, prefer its contents to Makefile.
11995
11996 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11997 directory parts (like "cd old new", or "cd =regexp"), are now case
11998 sensitive on non-Windows/DOS platforms.
11999
12000 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12001 types RET after an open delimiter (like "), display a message
12002 indicating that Eshell is waiting for the closing delimiter.
12003
12004 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12005 environment variables.
12006
12007 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12008 gracefully if the user enters incorrect arguments.
12009
12010 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12011 Eshell buffers.
12012
12013 * eshell/esh-var.el (eshell-interpolate-variable):
12014 * eshell/esh-mode.el (eshell-move-argument):
12015 * eshell/em-unix.el (eshell-du-sum-directory):
12016 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12017 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12018 (not (= ...)).
12019
12020 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12021 to ensure the `preserve' flag gets propagated when doing recursive
12022 directory copies.
12023
120242000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12025
12026 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12027 Don't convert \n into \0177 in memory.
12028 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12029 and back again, when reading and writing.
12030
120312000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12034 testing of `fboundp' on `processp'.
12035
12036 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12037 (eshell/jobs): Don't call process-list if it is not bound.
12038 (eshell-gather-process-output): Support systems where async
12039 subprocesses aren't supported.
12040 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12041 variables.
12042
12043 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12044 eshell-do-eval returns t.
12045 (eshell-do-pipelines-synchronously): New defmacro.
12046 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12047 when async subprocesses aren't supported.
12048 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12049 if async subprocesses aren't supported.
12050 (eshell-resume-command): Don't assume STATUS is a string.
12051
12052 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12053
12054 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12055 (eshell-close-target, eshell-get-target): Use eshell-processp.
12056 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12057 fix.
12058 (eshell-get-target, eshell-create-handles): Doc fix.
12059
120602000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12061
12062 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12063 criterion to include commands that output something, as long as it
12064 leaves both the command and the end-of-buffer visible when the
12065 command has exited.
12066 (eshell-review-quick-commands): Adjust the help doc string
12067 accordingly.
12068
120692000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12070
12071 * locate.el (locate): Cleaned up locate command's interactive prompting
12072 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12073
12074 * filecache.el (file-cache-case-fold-search): New variable
12075 (file-cache-assoc-function): New variable
12076 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12077 Use file-cache-case-fold-search variable
12078 (file-cache-add-file): Use file-cache-assoc-function
12079 (file-cache-delete-file): likewise
12080 (file-cache-directory-name): likewise
12081 (file-cache-debug-read-from-minibuffer): likewise
12082
120832000-08-28 Gerd Moellmann <gerd@gnu.org>
12084
12085 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12086 (abbrev-table-name): New function.
12087 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12088 If non-nil list local abbrev, only.
12089
120902000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12091
12092 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12093 from Gnus support code, and use special article copy buffer
12094 `(gnus-original-article-buffer)' instead. This allows to get rid
12095 of article-hide-headers usage (which breaks in the latest Gnus
12096 version). Thanks to Detlev Zundel.
12097
120982000-08-28 Kenichi Handa <handa@etl.go.jp>
12099
12100 * international/quail.el (quail-use-package): Hide "... loaded"
12101 message.
12102 (quail-start-translation, quail-start-conversion): Likewise.
12103
12104 * international/kkc.el (kkc-region): Hide "... loaded" message.
12105
121062000-08-27 Dave Love <fx@gnu.org>
12107
12108 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12109
121102000-08-27 Miles Bader <miles@gnu.org>
12111
12112 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12113
121142000-08-27 Kenichi Handa <handa@etl.go.jp>
12115
12116 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12117 'ja-dic-cnv), not (require 'skkdic-cnv).
12118
121192000-08-26 Miles Bader <miles@gnu.org>
12120
12121 * faces.el (face-x-resources): Add entry for :inherit.
12122 * cus-face.el (custom-face-attributes): Add support for :inherit
12123 attribute. Add support for relative face heights.
12124 (custom-face-attributes-get): Treat `nil' as being a default value
12125 for :inherit (as well as `unspecified').
12126
12127 * faces.el (set-face-attribute): Update doc string.
12128 (face-attribute-name-alist): Add :inherit.
12129 (face-valid-attribute-values): Handle :inherit.
12130 (face-read-string): Rephrase prompt to be less confusing.
12131 Assume that DEFAULT is a string, since we must return a string.
12132 (face-read-integer): Use `format' to turn DEFAULT into an
12133 acceptable default for face-read-string. Match NEW-VALUE against
12134 the string "unspecified", not the symbol `unspecified', since
12135 that's what face-read-string returns.
12136 (read-face-attribute): Lookup a name for old-value in valid, and
12137 use it as a default if we find one. Treat all values from
12138 face-read-string as strings. If the default is used, don't do any
12139 more processing on the value, just use the old value directly.
12140 (read-face-and-attribute, modify-face): Tweak prompt.
12141 (read-face-name): Don't assume prompt ends with a space.
12142
12143 * faces.el (describe-face): Add support for :inherit attribute.
12144
121452000-08-25 Kenichi Handa <handa@etl.go.jp>
12146
12147 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12148 concat doesn't accept interger.
12149
12150 * international/kkc.el: Remove SKK from Keywords. Require
12151 ja-dic-utl instead of skkdic-utl.
12152
12153 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12154 Provide ja-dic-cnv instead of skkdic-cnv.
12155 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12156 (iso-2022-7bit-short): Add safe-charsets property.
12157 (skkdic-convert-postfix): Search Japanese chou-on character in
12158 addition to Hiragana character.
12159 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12160 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12161 (batch-skkdic-convert): Likewise.
12162
12163 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12164 Provide ja-dic-utl instead of skkdic-utl.
12165 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12166
121672000-08-24 Dave Love <fx@gnu.org>
12168
12169 * disp-table.el (standard-display-default): Make the test of `l'
12170 useful.
12171
12172 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12173 mod sample text.
12174
12175 * international/iso-ascii.el: Make pilcrow convenient string
12176 consistent with section.
12177 (iso-ascii-display): Set up multibyte characters as well as
12178 unibyte.
12179
121802000-08-24 Kenichi Handa <handa@etl.go.jp>
12181
12182 * international/mule-cmds.el (reset-language-environment): Set
12183 default-process-coding-system to '(undecided . iso-latin-1), which
12184 makes process I/O almost consistent with file I/O. Call this
12185 function when mule-cmds.el[c] is loaded.
12186
121872000-08-22 Andrew Innes <andrewi@gnu.org>
12188
12189 * makefile.w32-in: New file.
12190
121912000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12192
12193 * comint.el (comint-output-filter): Compare end of
12194 comint-last-output-overlay with the start of the newly inserted
12195 text, not the end, when deciding whether to extend it.
12196 Set saved-point's insertion type to advance after insertion.
12197
12198 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12199 since this is now done independently of font-lock mode.
12200
122012000-08-21 Gerd Moellmann <gerd@gnu.org>
12202
12203 * server.el (server-kill-new-buffers): New user option.
12204 (server-existing-buffer): New buffer-local variable.
12205 (server-visit-files): When using an existing buffer, set
12206 server-existing-buffer to t.
12207 (server-buffer-done): If server-kill-new-buffers is t, kill the
12208 buffer, unless it was already present before visiting it with
12209 Emacs server.
12210
122112000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12212
12213 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12214 even if the display doesn't support colors: some displays will
12215 support bold/underline faces.
12216
122172000-08-21 Gerd Moellmann <gerd@gnu.org>
12218
12219 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12220
12221 * startup.el (command-line): If user's init file had an error,
12222 add explanatory text to *Messages*.
12223
122242000-08-21 Kenichi Handa <handa@etl.go.jp>
12225
12226 * man.el (Man-getpage-in-background): Decode the process output by
12227 the system locale coding system.
12228
122292000-08-20 Dave Love <fx@gnu.org>
12230
12231 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12232 Don't test x-popup-menu.
12233 (function) <complete-function>: Complete only fbound symbols.
12234 <validate, value>: New.
12235 (variable) <complete-function>: Complete only bound symbols.
12236 (coding-system): Add :base-only, :complete-function, :validate,
12237 :value, :prompt-match.
12238 (widget-coding-system-prompt-value): Use read-coding-system and
12239 act on :base-only.
12240 (editable-field): Add :help-echo.
12241 (widget-push-button-gui, widget-push-button-cache)
12242 (widget-gui-action, widget-editable-list-gui): COmment out, along
12243 with uses.
12244 (widget-at): Make arg optional.
12245 (widget-echo-help): Adjust for current help-echo calling sequence.
12246 (widget-specify-field, widget-specify-button)
12247 (widget-specify-insert, widget-get-sibling, widget-image-find)
12248 (widget-convert, widget-insert, widget-leave-text)
12249 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12250 (widget-setup, widget-field-find, widget-before-change)
12251 (widget-after-change, widget-default-complete)
12252 (widget-default-create, widget-default-delete)
12253 (widget-push-button-value-create, editable-field)
12254 (widget-field-prompt-value, widget-field-validate)
12255 (widget-choice-value-create, widget-choice-action)
12256 (widget-choice-validate, widget-checklist-add-item)
12257 (widget-radio-add-item, widget-radio-chosen)
12258 (widget-radio-value-inline, widget-editable-list-value-create)
12259 (widget-editable-list-entry-create)
12260 (widget-documentation-link-add)
12261 (widget-documentation-string-value-create)
12262 (widget-regexp-validate, widget-file-complete)
12263 (widget-sexp-validate, widget-plist-convert-widget)
12264 (widget-plist-convert-widget, widget-alist-convert-widget)
12265 (widget-alist-convert-widget, widget-color-complete): Simplify,
12266 particularly to avoid bindings which aren't optimized out.
12267
12268 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12269 Doc fix.
12270 (down-list, backward-up-list, up-list, kill-sexp)
12271 (backward-kill-sexp, mark-sexp): Make arg optional.
12272 (lisp-complete-symbol): Add optional arg PREDICATE.
12273
12274 * cus-start.el: Add display-buffer-reuse-frames,
12275 file-coding-system-alist.
12276
122772000-08-20 Gerd Moellmann <gerd@gnu.org>
12278
12279 * startup.el (command-line): Clear realized faces after
12280 modifying TTY color mappings.
12281
122822000-08-20 Miles Bader <miles@gnu.org>
12283
12284 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12285 merely a subset of FACE's attributes.
12286
122872000-08-19 Miles Bader <miles@gnu.org>
12288
12289 * comint.el (comint-output-filter): Save the point with a marker,
12290 not just a buffer position.
12291
12292 * international/mule.el (set-buffer-process-coding-system): Make
12293 interactive prompt less confusing.
12294
122952000-08-19 Gerd Moellmann <gerd@gnu.org>
12296
12297 * hilit-chg.el: General cleanup of doc strings, comments and
12298 code formatting.
12299
123002000-08-19 Miles Bader <miles@gnu.org>
12301
12302 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12303 Compiler macro removed; beginning-of-line is no longer always
12304 equivalent to forward-line, in the presence of fields.
12305
12306 * comint.el (comint-output-filter): Remove ad-hoc saving of
12307 restriction, and just use save-restriction, now that it works
12308 correctly. Don't adjust comint-last-input-start to account for
12309 our insertion; it shouldn't have moved because we don't use
12310 insert-before-markers anymore. Comment out call to
12311 `force-mode-line-update'; why is it here?
12312
12313 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12314 while checking for prompt to delete. Use `forward-line 0'
12315 instead of beginning-of-line.
12316 (gud-filter): Temporarily widen gud comint buffer while
12317 examining output.
12318
123192000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12320
12321 * progmodes/sh-script.el: Big bag of typos.
12322
12323 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12324 check since ispell-process is not bound when ispell is not yet loaded.
12325
123262000-08-18 Dave Love <fx@gnu.org>
12327
12328 * image.el (find-image): Copy `spec' before using plist-put.
12329
123302000-08-18 Gerd Moellmann <gerd@gnu.org>
12331
12332 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12333 `portugues'.
12334
12335 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12336 backward-kill-sexp, analogous to kill-sexp.
12337
12338 * progmodes/icon.el (icon-indent-line)
12339 (icon-is-continuation-line): Handle comments specially.
12340
123412000-08-17 Ken Stevens <k.stevens@ieee.org>
12342
12343 * ispell.el: Set to standard author/maintainer/keyword fields.
12344 Fine tuning to menu map appearance and operation, and added help.
12345 Remove `start' and `end' error messages when compiling.
12346 (ispell-choices-win-default-height): Fixed comment string.
12347 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12348 castellano8 dictionaries.
12349 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12350 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12351 dictionary, added italiano dictionary.
12352 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12353 word character
12354 (ispell-tex-skip-alists): Added psfig support.
12355 (ispell-skip-html): Renamed from ispell-skip-sgml.
12356 (ispell-begin-skip-region-regexp, ispell-skip-region)
12357 (ispell-minor-check): Improved html skipping support to skip across
12358 code, and recognize `&' commands without propper `;' syntax;
12359 (ispell-process-line): Fix alignment error when manually
12360 correcting spelling.
12361 (ispell): Fix comment string.
12362 (ispell-add-per-file-word-list): Always put word list on new line.
12363
123642000-08-17 Gerd Moellmann <gerd@gnu.org>
12365
12366 * format.el (format-encode-run-method): Fix error message to say
12367 `encode' instead of `decode'. Use save-window-excursion around
12368 shell-command-on-region as in format-decode-run-method because
12369 shell-command-on-region can display a buffer with error output.
12370 (format-decode): Don't record undo information for the decoding.
12371 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12372 that number part of the temporary buffer name so that more than
12373 one decoding using a temporary buffer can happen safely.
12374
12375 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12376 of `A-z' in the regexp.
12377
12378 * hilit-chg.el: Fix typos in commentary.
12379
12380 * help.el (view-emacs-news): Rewritten for new naming scheme
12381 for old NEWS files.
12382
12383 * startup.el (command-line): Pop to *Messages* in case an error
12384 is signaled while loading user-init-file.
12385
123862000-08-17 Andreas Schwab <schwab@suse.de>
12387
12388 * files.el (insert-directory): Don't lose original file name,
12389 undoing an undocumented change.
12390
123912000-08-17 Alex Schroeder <alex@gnu.org>
12392
12393 * sql.el (sql-magic-go): Use comint-bol.
12394 (sql-copy-column): Use comint-line-beginning-position.
12395 (comint-line-beginning-position): Define a replacement for
12396 comint-line-beginning-position if it is not fboundp.
12397
123982000-08-17 Alex Schroeder <alex@gnu.org>
12399
12400 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12401 it didn't have any effect anyway.
12402
124032000-08-17 Alex Schroeder <alex@gnu.org>
12404
12405 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12406 --pset and pager=off instead of sending \\o|cat at the beginning
12407 of the session.
12408
124092000-08-17 Miles Bader <miles@gnu.org>
12410
12411 * progmodes/octave-inf.el: Add compatibility definition of
12412 comint-line-beginning-position.
12413
124142000-08-17 Kenichi Handa <handa@etl.go.jp>
12415
12416 * startup.el (normal-top-level): Look in each dir in load-path for
12417 a leim-list.el file too. This assures of loading leim-list.el
12418 that is created at Emacs installation time even if a user have his
12419 own leim-list.el.
12420
124212000-08-17 Miles Bader <miles@gnu.org>
12422
12423 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12424 foreground color to black if the background is dark.
12425
124262000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12427
12428 * loadhist.el (unload-feature): Typo.
12429
12430 * finder.el (finder-compile-keywords):
12431 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12432 to the generated file.
12433
12434 * mail/mh-e.el (mh-make-local-vars):
12435 Replace make-variable-buffer-local with make-local-variable.
12436
12437 * play/landmark.el:
12438 * options.el (Edit-options-{set,toggle,t,nil}):
12439 * mail/mailabbrev.el (mail-abbrevs-mode):
12440 * textmodes/tex-mode.el (tex-expand-files):
12441 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12442
12443 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12444
12445 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12446 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12447 Allow going past the last element.
12448 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12449 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12450 (cvs-mouse-toggle-mark): Don't move point.
12451 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12452
12453 * progmodes/compile.el (grep): Provide a default set of files.
12454 (next-error): Docstring fix.
12455 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12456
12457 * emacs-lisp/easy-mmode.el (define-minor-mode):
12458 Use `symbol-value' to keep the byte-compiler quiet.
12459
12460 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12461 (diff-find-source-location): New fun, extracted from diff-goto-source.
12462 (diff-goto-source): Use it.
12463 (diff-next-complex-hunk, diff-filter-lines): New function.
12464 (diff-apply-hunk): New command.
12465
12466 * smerge-mode.el (smerge-mode-menu): Doc fix.
12467
12468 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12469
124702000-08-16 Dave Love <fx@gnu.org>
12471
12472 * windmove.el (windmove) <defgroup>: Add :version.
12473
12474 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12475 (goto-address-fontify-p, goto-address-highlight-p)
12476 (goto-address-url-face, goto-address-url-mouse-face)
12477 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12478 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12479 (goto-address-fontify, goto-address-at-mouse): Simplify,
12480 (goto-address-at-point): browse-url-url-at-point,
12481 goto-address-find-address-at-point can return nil.
12482 (goto-address-find-address-at-point): Return nil on failure.
12483
12484 * align.el (align) <defgroup>: Add :version.
12485
12486 * calculator.el (calculator): Add :version.
12487 (calculator): Use two lines for calculator window if `modeline'
12488 face is boxed.
12489
12490 * play/5x5.el: Doc fixes.
12491 (5x5) <defgroup>: Add :version.
12492
12493 * play/fortune.el (fortune) <defgroup>: Add :version.
12494 (fortune-append): Fix error message.
12495 (fortune-from-region): Doc fix.
12496
12497 * play/pong.el (pong): Doc fix.
12498
12499 * play/morse.el: Keywords, commentary, autoloads.
12500
125012000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12502
12503 * desktop.el (desktop-save): Don't look at symbol-value of a
12504 member of minor-mode-alist, unless it is boundp.
12505
125062000-08-16 Sam Steingold <sds@gnu.org>
12507
12508 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12509 `while'; use `with-current-buffer' instead of `save-excursion'.
12510 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12511
125122000-08-16 Kenichi Handa <handa@etl.go.jp>
12513
12514 * international/ccl.el (declare-ccl-program): Docstring modified.
12515 (ccl-execute-with-args): Likewise.
12516
125172000-08-16 Miles Bader <miles@gnu.org>
12518
12519 * progmodes/sql.el: Add compatibility definition of
12520 comint-line-beginning-position.
12521
125222000-08-15 Gerd Moellmann <gerd@gnu.org>
12523
12524 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12525 'buffer-menu' property.
12526 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12527 fails.
12528 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12529 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12530 wasn't killed.
12531
12532 * buff-menu.el (list-buffers-noselect): Don't display the
12533 *Buffer List* buffer.
12534
12535 * font-lock.el: Require jit-lock to prevent a very late
12536 `Loading jit-lock' message.
12537
12538 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12539 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12540 mail address.
12541
125422000-08-15 Miles Bader <miles@gnu.org>
12543
12544 * textmodes/ispell.el (ispell-graphic-p): New constant.
12545 (ispell-choices-win-default-height, ispell-help): Use
12546 `ispell-graphic-p' instead of `xemacsp'.
12547
125482000-08-15 Dave Love <fx@gnu.org>
12549
12550 * simple.el: Autoload widget-convert when compiling.
12551 (mail-user-agent): Doc fix.
12552
12553 * help.el (function-called-at-point, variable-at-point): Use
12554 with-syntax-table.
12555 (help-manyarg-func-alist): Add insert-and-inherit.
12556
12557 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12558
12559 * delsel.el (delsel-unload-hook): New function.
12560
12561 * find-file.el: Doc fixes. Move provide to end.
12562 (ff) <defgroup>: Add :link.
12563 (ff-goto-click): Deleted.
12564 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12565 Use mouse-set-point.
12566
12567 * textmodes/tildify.el: Doc fixes.
12568 (tildify) <defgroup>: Add:version.
12569
12570 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12571 (glasses-custom-set): Use set-default, not set.
12572 (minor-mode-alist): Propertize the lighter.
12573 (glasses-mode): Provide optional arg.
12574
12575 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12576 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12577 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12578 option. Provide :type.
12579 (cwarn-configuration): Provide :type.
12580 (cwarn-mode): Doc fix.
12581
12582 * add-log.el (change-log-merge): Doc fix.
12583 (change-log-redate): New command.
12584
12585 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12586 Doze and Dog.
12587 (browse-url): Use dolist, not mapcar.
12588 (browse-url-at-point): Check for null url.
12589 (browse-url-event-buffer, browse-url-event-point): Functions
12590 deleted.
12591 (browse-url-at-mouse, browse-url-netscape): Simplify.
12592
12593 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12594 modes.
12595 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12596 Fix previous change to mapcan.
12597 (msb--init-file-alist, msb--add-separators)
12598 (msb--make-keymap-menu): Simplify.
12599 (msb--choose-file-menu): Use copy-sequence.
12600 (msb-mode-map): Add title to keymap.
12601 (msb-unload-hook): New function.
12602
12603 * bs.el: Fix indentation.
12604 (bs) <defgroup>: Add :links.
12605 (bs-show): Doc fix.
12606 (bs-apply-sort-faces): Don't use window-system.
12607 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12608
126092000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12610
12611 * calendar/timeclock.el (timeclock-file): Run .timelog through
12612 convert-standard-filename.
12613
126142000-08-14 Gerd Moellmann <gerd@gnu.org>
12615
12616 * emacs-lisp/authors.el: New file.
12617
12618 * paren.el (show-paren-priority): New user option.
12619 (show-paren-function): Set overlay priorities to
12620 show-paren-priority.
12621
126222000-08-14 Miles Bader <miles@gnu.org>
12623
12624 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12625 beginning-of-line with inhibit-field-text-motion bound.
12626
126272000-08-14 Gerd Moellmann <gerd@gnu.org>
12628
12629 * calendar/timeclock.el: New file.
12630
126312000-08-14 David Ponce <david@dponce.com>
12632
12633 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12634 `widget-button-click'. so that one can use left mouse button to
12635 click on dialog buttons.
12636
126372000-08-14 Emmanuel Briot <briot@gnat.com>
12638
12639 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12640 identifiers, since XML is case sensitive
12641
126422000-08-12 Miles Bader <miles@gnu.org>
12643
12644 * comint.el (comint-output-filter): Don't bother frobbing
12645 window-start, it doesn't seem to be necessary.
12646
12647 * comint.el (comint-send-string, comint-send-region): Make into
12648 real functions. Snapshot the prompt before sending.
12649
126502000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12651
12652 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12653 technique similar to Info-index, instead of relying on specific
12654 names of relevant Index nodes.
12655 (Info-goto-emacs-command-node): Bind Info-history to nil when
12656 going to the first node found by Info-find-emacs-command-nodes.
12657
126582000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12659
12660 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12661
126622000-08-10 Miles Bader <miles@gnu.org>
12663
12664 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12665
126662000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12667
12668 * info.el (Info-file-list-for-emacs): More elements for the
12669 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12670 and woman manuals.
12671
126722000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12673
12674 * comint.el (comint-send-input): Make the newline boundary overlay
12675 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12676 (comint-output-filter): Use `insert' instead of
12677 `insert-before-markers'. Extend comint-last-output-overlay when
12678 necessary since we can't rely on insert-before-markers to do it.
12679 * gud.el (gud-filter): Use `with-current-buffer' instead of
12680 save-excursion when inserting the output, so that point gets
12681 updated correctly; the old method relied on a rather dodgy
12682 side-effect of comint-output-filter to avoid the effect of
12683 save-excursion.
12684
126852000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12686
12687 * files.el (recover-file): Call insert-directory instead of
12688 invoking `ls' directly.
12689
126902000-08-10 Miles Bader <miles@gnu.org>
12691
12692 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12693 (comint-last-prompt-overlay): New variables.
12694 (comint-output-filter): Implement prompt highlighting.
12695 (comint-snapshot-last-prompt): New function.
12696 (comint-send-input): Snapshot the last prompt.
12697 Use comint-highlight-input-face.
12698 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12699 Use defface instead of defcustom.
12700 (send-invisible, comint-send-eof): Snapshot the last prompt.
12701 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12702 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12703
127042000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12705
12706 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12707 (regexp-opt-group): Use a list of chars for `letters'.
12708 (regexp-opt-charset): `chars' is now a list of chars.
12709 Use a char-table rather than a vector so it works for multibyte chars.
12710
12711 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12712 Set cvs-minor-current-files to the selected fileinfo.
12713 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12714 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12715
127162000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12717
12718 * files.el (insert-directory): Don't call access-file on
12719 directories on DOS and Windows.
12720
127212000-08-09 Kenichi Handa <handa@etl.go.jp>
12722
12723 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12724 longer if necessary.
12725 (ccl-embed-code): Call ccl-embed-data to store CODE in
12726 ccl-program-vector.
12727
127282000-08-09 Miles Bader <miles@gnu.org>
12729
12730 * comint.el (comint-output-filter): Properly handle the case where
12731 the text surrounded by comint-last-output-overlay was deleted.
12732
127332000-08-08 Gerd Moellmann <gerd@gnu.org>
12734
12735 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12736 non-nil.
12737 (Info-file-list-for-emacs): Remove "info" from the list because
12738 that leads to trying to use the documentation from file `info'
12739 in various situations where it isn't appropriate, for instance
12740 C-h C-k C-h i.
12741
12742 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12743 DIR and/or STRING are nil.
12744
12745 * progmodes/compile.el (compilation-setup): Make variable
12746 compilation-error-screen-columns buffer-local, as some comment
12747 in the code suggests it should be.
12748
12749 * files.el (auto-mode-interpreter-regexp): New variable.
12750 (set-auto-mode): Use it.
12751
12752 * indent.el (indent-for-tab-command): Doc fix.
12753
12754 * mouse-sel.el (mouse-sel-mode): Doc fix.
12755
12756 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12757 labels.
12758
12759 * help.el (print-help-return-message): When
12760 display-buffer-reuse-frames is set, let the help window been quit,
12761 instead of deleting it, which might delete a reused frame.
12762
127632000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12764
12765 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12766 rename a directory to a name that differs only by its letter case.
12767
127682000-08-08 Kenichi Handa <handa@etl.go.jp>
12769
12770 * international/quail.el (quail-define-rules): Handle Quail decode
12771 map correctly. Add code for supporting annotations.
12772 (quail-install-decode-map): New function.
12773 (quail-defrule-internal): New optional arguments decode-map and
12774 props.
12775 (quail-advice): New function.
12776
127772000-08-07 Sam Steingold <sds@gnu.org>
12778
12779 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12780 `defconst', `define-condition', `with-slots'.
12781 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12782
127832000-08-03 Miles Bader <miles@gnu.org>
12784
12785 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12786 New variable.
12787 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12788 comint-use-prompt-regexp-instead-of-fields.
12789 (comint-send-input): Add `input' field property to stuff we send to
12790 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12791 (comint-output-filter): Add `output' field property to process
12792 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12793 (comint-replace-by-expanded-history)
12794 (comint-get-old-input-default, comint-show-output)
12795 (comint-backward-matching-input, comint-forward-matching-input)
12796 (comint-next-prompt, comint-previous-prompt): Use field
12797 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12798 (comint-line-beginning-position): New function.
12799 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12800 (comint-replace-by-expanded-history-before-point): Use
12801 comint-line-beginning-position and line-end-position.
12802 (comint-last-output-overlay): New variable.
12803 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12804
12805 * shell.el (shell-prompt-pattern): Doc change.
12806 (shell-backward-command): Use line-beginning-position.
12807
12808 * gud.el (gud-gdb-complete-command): Use
12809 comint-line-beginning-position.
12810
12811 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12812 comint-bol doesn't actually go to the beginning of the line.
12813
12814 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12815 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12816 (try-expand-line-all-buffers): Likewise.
12817
12818 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12819 explicitly matching comint-prompt-regexp.
12820 (sql-copy-column): Use comint-line-beginning-position instead of
12821 explicitly matching comint-prompt-regexp.
12822
12823 * progmodes/octave-inf.el (inferior-octave-complete): Use
12824 comint-line-beginning-position.
12825
12826 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12827
12828 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12829 looking for a prompt, use `forward-line 0' instead of
12830 `beginning-of-line', to avoid getting caught by an input field.
12831
128322000-08-07 Gerd Moellmann <gerd@gnu.org>
12833
12834 * files.el (shell-quote-wildcard-pattern): Make sure to return
12835 PATTERN, in the Unix case.
12836
128372000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12838
12839 * play/zone.el (zone): Discard any pending input before running
12840 the randomly-chosen pgm.
12841
128422000-08-07 Kenichi Handa <handa@etl.go.jp>
12843
12844 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12845 checking the existence of any multibyte characters.
12846
128472000-08-06 Gerd Moellmann <gerd@gnu.org>
12848
12849 * help.el (describe-mode): Test minor-mode symbol for being
12850 bound before testing its value for being nil.
12851
12852 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12853 `first', `second', and `third'.
12854
12855 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12856 (second): Make it an alias for `cadr'.
12857
128582000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12859
12860 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12861 types of display support faces now.
12862
128632000-08-05 Gerd Moellmann <gerd@gnu.org>
12864
12865 * pcvs.el (require): Require `cl' during compilation, only.
12866
12867 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12868 (toplevel): Remove `remq' and `remove' from autoloads.
12869 (cl-fake-autoloads): New variable. If set, arrange for an error
12870 when CL functions etc. are autoloaded.
12871
128722000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12873
12874 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12875
12876 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12877 popped up, but the user clicks outside the menu, return an empty
12878 regexp (that causes unhighlight-regexp to have no effect).
12879
12880 * menu-bar.el (menu-bar-games-menu): Add Zone.
12881
12882 * hi-lock.el (toplevel): Require font-lock.
12883
128842000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12885
12886 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12887 (ebnf-8-bit-chars): New var for bug fix.
12888 (ebnf-string): Bug fix.
12889
128902000-08-03 Sam Steingold <sds@gnu.org>
12891
12892 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12893 instead of `buffer-string'.
12894 (require 'cl): Always, not just when compiling.
12895 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12896 necessary.
12897
128982000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12899
12900 * international/mule-cmds.el (select-safe-coding-system): Make
12901 the message text about selecting a safe coding system more clear.
12902
129032000-08-02 Gerd Moellmann <gerd@gnu.org>
12904
12905 * hi-lock.el: New file.
12906
12907 * play/zone.el: New file.
12908
12909 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12910 value of tab-width in the original buffer. Choose a line number
12911 format that's a multiple of the original buffer's tab width, so
12912 that lines appear right.
12913
12914 * textmodes/ispell.el (ispell): New function, replacing an alias.
12915 Spell-check active region if in transient-mark-mode and mark
12916 is active; otherwise spell-check buffer.
12917
129182000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12919
12920 * ps-mule.el: Fix a customization problem on
12921 ps-mule-font-info-database-default.
12922
129232000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12924
12925 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12926 display-mouse-p instead of window-system.
12927 (ebrowse-member-mode-map): Ditto.
12928
129292000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12930
12931 * progmodes/ebnf2ps.el: Update ps-print functions call.
12932 Indentation fix. Doc fix.
12933 (ebnf-version): New version number (3.2).
12934 (ebnf-format-color, ebnf-begin-job): Code fix.
12935
129362000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12937
12938 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12939 font lock support on window-system.
12940 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12941
12942 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12943 display-color-p, if fboundp, instead of window-system.
12944
129452000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12946
12947 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12948 instead of window-system.
12949
12950 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12951 window-system.
12952 (widget-choice-mouse-down-action): Use display-popup-menus-p
12953 instead of window-system.
12954
12955 * strokes.el (strokes-file): Run the file name through
12956 convert-standard-filename.
12957 (strokes-mode): Call display-mouse-p instead of looking at
12958 window-system. Change the error message accordingly.
12959
12960 * progmodes/cpp.el (toplevel): Support faces on tty's.
12961
12962 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12963 (lm-plot-square, lm-init-display): Don't use window-system.
12964
12965 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12966 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12967
12968 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12969 instead of looking at window-system.
12970
129712000-07-30 Gerd Moellmann <gerd@gnu.org>
12972
12973 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12974 of testing if iswitchb-prepost-hooks is bound, because the
12975 latter will always be true when invoking a recursive minibuffer
12976 from an active Iswitchb buffer.
12977
129782000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12979
12980 * files.el (shell-quote-wildcard-pattern): New function.
12981 (insert-directory): Call it. Only prepend "\" to command on Unix
12982 and GNU/Linux systems.
12983
129842000-07-30 Gerd Moellmann <gerd@gnu.org>
12985
12986 * eshell/esh-groups.el: Change custom :link file names
12987 from `eshell.info' to `eshell'.
12988
129892000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12990
12991 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12992 correctly in recursive ange-ftp listings.
12993
129942000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12995
12996 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12997 ps-header-font-size-internal and
12998 ps-header-title-font-size-internal variables are not set,
12999 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13000 face text property is (foreground-color . COLOR) or
13001 `(background-color . COLOR)', ps-print crashes. Doc fix.
13002 (ps-print-version): New version number (5.2.4).
13003 (ps-plot-region): Code fix.
13004 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13005 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13006 Bug fix 2.
13007
130082000-07-30 Milan Zamazal <pdm@freesoft.cz>
13009
13010 * glasses.el (glasses-make-readable): Fix uncapitalization of
13011 identifiers like `myXMLDocument'.
13012
130132000-07-28 Karl Fogel <kfogel@red-bean.com>
13014
13015 * mail/mail-hist.el (mail-hist-previous-input)
13016 (mail-hist-next-input): Do the obvious code factorization.
13017 (mail-hist-retrieve-and-insert): New func, contains common
13018 code of above two.
13019 If inserting a message body, leave point at top.
13020
130212000-07-28 Sam Steingold <sds@gnu.org>
13022
13023 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13024 Use `<=', not `<' to compare times!
13025 (ange-ftp-ls): Remove.
13026
130272000-07-27 Gerd Moellmann <gerd@gnu.org>
13028
13029 * play/cookie1.el: Add explanation of how to make cookie.el
13030 compatible with strfile(1) to comment.
13031
13032 * subr.el (remove, remq): New functions.
13033
13034 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13035 escape `*' in regexps.
13036 (midnight-find): Reverse order of arguments in the funcall of
13037 TEST.
13038
13039 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13040 and `.class'.
13041
13042 * play/meese.el: Add Commentary section.
13043
130442000-07-27 Alex Schroeder <alex@gnu.org>
13045
13046 * sql.el (sql-ms): Added autoload cookie.
13047 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13048 (sql-oracle): Ditto.
13049 (sql-help): Doc change.
13050
13051 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13052 types and exceptions.
13053
130542000-07-27 Alex Schroeder <alex@gnu.org>
13055
13056 * sql.el (sql-placeholder-history): New variable.
13057 (sql-query-placeholders-and-send): New function that will query
13058 the user and replace placeholders with user input.
13059 (sql-oracle): If running on NT, set comint-input-sender to
13060 sql-query-placeholders-and-send.
13061
13062 (sql-stop): If in the SQLi buffer, insert stop notification, else
13063 present it as a message.
13064
130652000-07-27 Alex Schroeder <alex@gnu.org>
13066
13067 * sql.el (sql-input-ring-separator): Doc change.
13068 (sql-input-ring-file-name): Doc change.
13069 (sql-interactive-mode): Use `sql-input-ring-separator' and
13070 `sql-input-ring-file-name' to set the comint-mode equivalents
13071 without making them local variables.
13072 (sql-stop): Don't bind `sql-input-ring-separator' and
13073 `sql-input-ring-file-name' dynamically to their comint-mode
13074 equivalents.
13075
130762000-07-27 Kenichi Handa <handa@etl.go.jp>
13077
13078 * international/mule.el (register-char-codings): New function.
13079 (make-coding-system): Handle `safe-chars' specification in the arg
13080 PROPERTY.
13081
13082 * international/mule-cmds.el
13083 (find-coding-systems-region-subset-p): This function deleted.
13084 (sort-coding-systems-predicate): New variable.
13085 (sort-coding-systems): New function.
13086 (find-coding-systems-region): Use
13087 find-coding-systems-region-internal.
13088 (find-coding-systems-string): Use find-coding-systems-region.
13089 (find-coding-systems-for-charsets): Check
13090 char-coding-system-table.
13091 (select-safe-coding-system-accept-default-p): New variable.
13092 (select-safe-coding-system): Mostly rewritten. New argument
13093 ACCEPT-DEFAULT-P.
13094 (select-message-coding-system): Call select-safe-coding-system
13095 with ACCEPT-DEFAULT-P arg.
13096 (reset-language-environment): Reset default-sendmail-coding-system
13097 to the default value iso-latin-1.
13098 (set-language-environment): Don't set the obsolete variable
13099 charset-origin-alist.
13100
13101 * international/codepage.el (cp-coding-system-for-codepage-1):
13102 Give `safe-chars' property to make-coding-system.
13103
13104 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13105 calling select-message-coding-system twice.
13106
13107 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13108 instead of `safe-charsets'.
13109 (cyrillic-alternativnyj): Likewise.
13110 (ccl-encode-alternativnyj): Don't check the charset
13111 cyrillic-iso8859-5.
13112
131132000-07-27 Kenichi Handa <handa@etl.go.jp>
13114
13115 * composite.el (compose-chars-after): Preserve match data.
13116
131172000-07-26 Sam Steingold <sds@gnu.org>
13118
13119 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13120 (ange-ftp-real-file-newer-than-file-p): New function.
13121 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13122 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13123
13124 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13125 * midnight.el (midnight-float-time): Ditto.
13126
131272000-07-26 Andreas Schwab <schwab@suse.de>
13128
13129 * files.el (normal-backup-enable-predicate): Correct
13130 interpretation of the return value of compare-strings.
13131
131322000-07-26 Gerd Moellmann <gerd@gnu.org>
13133
13134 * isearch.el (isearch-resume): New function.
13135 (isearch-done): Add something to command-history to resume
13136 the search.
13137 (isearch-yank-line, isearch-yank-word): Use
13138 buffer-substring-no-properties instead of buffer-substring.
13139
13140 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13141 of flyspell-mouse-map.
13142
13143 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13144 duplicate definition.
13145 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13146
13147 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13148 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13149
131502000-07-25 Sam Steingold <sds@gnu.org>
13151
13152 * net/ange-ftp.el: Get modtime over the net.
13153 (ange-ftp-file-modtime): New function.
13154 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13155 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13156 Use it.
13157 (ange-ftp-dot-to-slash): New function.
13158 (ange-ftp-fix-name-for-vms): Use it.
13159
13160 * midnight.el (midnight-buffer-display-time): Use
13161 `with-current-buffer'.
13162
131632000-07-25 Gerd Moellmann <gerd@gnu.org>
13164
13165 * find-dired.el: Update copyright notice.
13166 (find-dired): Offer to kill a running `find'.
13167
13168 * enriched.el (enriched-face-ans): For a `foreground-color'
13169 property, return '(("x-color" COLOR))' so that COLOR will be
13170 output as a parameter of the x-color annotation. Likewise for the
13171 `background-color' property. In the case of normal face
13172 properties, don't return annotations for unspecified foreground
13173 and background face attributes.
13174
131752000-07-25 Kenichi Handa <handa@etl.go.jp>
13176
13177 * language/japan-util.el (japanese-katakana-region): Fix handling
13178 HANKAKU argument.
13179
131802000-07-25 Miles Bader <miles@gnu.org>
13181
13182 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13183 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13184 constrain-to-field.
13185
131862000-07-24 Andrew Innes <andrewi@gnu.org>
13187
13188 * timer.el (timer-activate-when-idle): Add optional parameter
13189 DONT-WAIT. Update docstring.
13190 (run-with-idle-timer): Specify extra parameter to
13191 timer-activate-when-idle, so that timer will be activated
13192 immediately if Emacs is already idle.
13193
13194 * w32-fns.el (w32-using-nt): Fix docstring.
13195
131962000-07-24 Dave Love <fx@gnu.org>
13197
13198 * mouse.el (popup-menu): Set last-command-event.
13199 (mouse-major-mode-menu-prefix): Declare.
13200
132012000-07-24 Gerd Moellmann <gerd@gnu.org>
13202
13203 * textmodes/flyspell.el: Update to author's version 1.5d.
13204
13205 * progmodes/hideshow.el: Update copyright notice.
13206
13207 * vcursor.el: Set maintainer to FSF, since author cannot
13208 be reached.
13209
132102000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13211
13212 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13213 the prompt.
13214
13215 * mouse.el (popup-menu): Run the keymap through indirect-function,
13216 in case it was defined with define-prefix-key. If the menu is a
13217 list of keymaps, look up the binding of user's choice in each one
13218 of the keymaps.
13219 (mouse-popup-menubar): If the global and local menu-bar keymaps
13220 don't have a prompt string, create one and insert it into the
13221 keymap. Don't barf if current-local-map returns nil.
13222
132232000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13224
13225 * dired.el (dired-sort-R-check): Added to allow recursive listing
13226 to be undone.
13227 (dired-sort-other): Use it.
13228
132292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13230
13231 * Release of cc-mode 5.27
13232
132332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13234
13235 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13236 c-beginning-of-statement-1 that caused a bad case of recursion
13237 which could consume a lot of CPU in large classes in languages
13238 that have in-expression classes (i.e. Java and Pike).
13239
13240 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13241 statements before top level constructs (i.e. case 6 is moved
13242 before case 5 and is now case 4) to catch in-expression
13243 classes in top level expressions correctly.
13244
132452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13246
13247 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13248 objc-method-intro. Case 4 removed and case 5I added.
13249
13250 * cc-langs.el (c-append-paragraph-start): New variable used by
13251 c-common-init to get paragraph-start correct.
13252 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13253 initialize paragraph-start to make it correct both with and
13254 without the javadoc special case.
13255
13256 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13257 initialize paragraph-start for javadoc markup.
13258
13259 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13260 change by defaulting this to t. It's motivated by the
13261 confusing behavior that otherwise arise from the style system
13262 when editing both java and non-java files at the same time
13263 (see the comments about style setting in c-common-init).
13264
132652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13266
13267 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13268 similar to the one in c-fill-paragraph to check the fill
13269 prefix from the adaptive fill function for sanity.
13270
132712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13272
13273 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13274 defun block.
13275
a30eb617
DL
132762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13277
13278 * cc-align.el (c-lineup-multi-inher): Handle lines with
13279 leading comma nicely. Extended to handle member initializers
13280 too.
13281
13282 * cc-engine.el: (c-beginning-of-inheritance-list,
13283 c-guess-basic-syntax): Fixed recognition of inheritance lists
13284 when the lines begins with a comma.
13285
a30eb617
DL
13286 * cc-vars.el (c-offsets-alist): Changed default for
13287 member-init-cont to c-lineup-multi-inher since it now handles
13288 member initializers and indents better for leading commas.
13289
132902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13291
13292 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13293 handling that caused class open lines to be recognized as
13294 statement-conts in some cases.
13295
13296 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13297 guessed by the adaptive fill function unless point is on the
13298 first line of a block comment.
13299
13300 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13301 when the buffer ends with a macro continuation char.
13302
13303 * cc-engine.el (c-guess-basic-syntax): Added support for
13304 function definitions as statements in Pike. The first
13305 statement in a lambda block is now labeled defun-block-intro
13306 instead of statement-block-intro.
13307
13308 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13309 so that the class surrounding point is selected, not the one
13310 innermost in the state.
13311
13312 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13313 recognition of switch labels having hanging multiline
13314 statements.
13315
13316 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13317 some code in c-guess-basic-syntax to a separate function.
13318 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13319 recognition of member inits with multiple line arglists.
13320 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13321 member-init-cont when the commas are in funny places.
13322
133232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13324
13325 * cc-defs.el (c-auto-newline): Removed this macro since it's
13326 not used anymore.
13327
13328 * cc-engine.el (c-looking-at-bos): New helper function.
13329 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13330 inexpr and toplevel classes apart in Pike.
13331
13332 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13333 of case 9A.
13334
13335 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13336 constant, since "class" can introduce an in-expression class
13337 in Pike nowadays.
13338
133392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13340
13341 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13342 indentation on cpp-macro lines.
13343
13344 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13345 a syntax modifier like comment-intro, to make it possible to
13346 get syntactic indentation for preprocessor directives. It's
13347 incompatible wrt to lineup functions on cpp-macro, but it has
13348 no observable effect in the 99.9% common case where cpp-macro
13349 is set to -1000.
13350
133512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13352
13353 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13354 member-init-cont when the preceding arglist is several lines.
13355
133562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13357
13358 * cc-styles.el (c-style-alist): The basic offset for the BSD
13359 style corrected to 8.
13360
133612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13362
13363 * cc-styles.el (c-style-alist): Adjusted the indentation of
13364 brace list openers in the gnu style.
13365
133662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13367
13368 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13369
13370 * cc-cmds.el (c-electric-brace, c-electric-slash,
13371 c-electric-star, c-electric-semi&comma, c-electric-colon,
13372 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13373 when c-syntactic-indentation is nil.
13374
13375 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13376 we were left at comments preceding the first statement when
13377 reaching the beginning of the buffer.
13378
13379 * cc-vars.el (c-syntactic-indentation): New variable to turn
13380 off all syntactic indentation.
13381
133822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13383
13384 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13385 between the text and the block comment ender when it hangs,
13386 depending on how many there are before the fill.
13387
133882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13389
13390 * cc-engine.el (c-beginning-of-closest-statement): New helper
13391 function to go back to the closest preceding statement start,
13392 which could be inside a conditional statement.
13393 * cc-engine.el (c-guess-basic-syntax): Use
13394 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13395
13396 * cc-engine.el (c-guess-basic-syntax): Better handling of
13397 arglist-intro, arglist-cont-nonempty and arglist-close when
13398 the arglist is nested inside parens. Cases 7A, 7C and 7F
13399 changed.
13400
13401 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13402 up-to-date with javadoc 1.2.
13403
134042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13405
13406 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13407 multiline Pike type decls.
13408
134092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13410
13411 * cc-cmds.el (c-indent-new-comment-line): Always break
13412 multiline comments in multiline mode, regardless of
13413 comment-multi-line.
13414
134152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13416
13417 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13418 fully::qualified::names in C++ member init lists. Preamble in
13419 case 5D changed.
13420
134212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13422
13423 * cc-langs.el (c-common-init): Handling of obsolete variables
13424 moved to c-initialize-cc-mode. More compatible style override
13425 when using global style variables.
13426 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13427 variables moved here.
13428
a30eb617
DL
13429 * cc-styles.el (c-make-styles-buffer-local): Flag style
13430 variable localness in c-style-variables-are-local-p to make
13431 the compatibility measure in c-common-init work well.
13432
13433 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13434 longer contain set-from-style.
13435 * cc-styles.el (c-initialize-builtin-style): Don't check for
13436 set-from-style on c-special-indent-hook.
13437 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13438 copy-alist is sufficient now.
13439
13440 * cc-styles.el (c-set-style, c-set-style-1,
13441 c-get-style-variables): Fixes to variable initialization so
13442 that duplicate entries in styles have the same effect
13443 regardless of DONT-OVERRIDE.
13444
13445 * cc-styles.el (c-set-style-2): Fixed bug where the
13446 initialization of inheriting styles failed when the
13447 dont-override flag is set.
13448
13449 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13450 on this.
13451
134522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13453
13454 * cc-defs.el (c-forward-comment): Removed the workaround
13455 introduced in 5.38 since it had worse side-effects. If a line
13456 contains the string "//\"", it regarded the // as a comment
13457 start since the \ temporarily doesn't have escape syntax.
13458
eb04d6cd 134592000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13460
13461 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13462 ada-xref.el before ada-prj.el, so that the Project menu is created
13463 when ada-prj tries to add to it.
13464 (ada-activate-keys-for-case): Suppress the characters that are not
13465 part of the Ada syntax. Better compatibility with else-mode
13466 (ada-adjust-case-interactive): When auto-casing is not active,
13467 correctly insert newlines (used to insert only ^M). Prevent the
13468 syntax table from being changed in case of an error
13469 (or '_' becomes part of a word and some commands are confused).
13470 Do nothing if ada-auto-case is nil.
13471 (ada-after-keyword-p): Ignore keywords that are also attributes
13472 (ada-batch-reformat): Update usage comment
13473 (ada-call-from-contextual-menu): New function
13474 (ada-case-read-exceptions): Reinitialize the casing exception list
13475 first to nil first, so that the casing exception file can be
13476 shared.
13477 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13478 files.
13479 (ada-compile-goto-error): Fix regexp used to detect a file:line
13480 anywhere in the error message
13481 (ada-contextual-menu-last-point): New variable
13482 (ada-create-keymap): If the variable delete-key-deletes-forward is
13483 t on XEmacs, it means that DEL should delete one character
13484 forward.
13485 (ada-create-menu): Use :included instead of :visible for XEmacs.
13486 New submenu "Options".
13487 (ada-end-stmt-re): Correctly indent "select ... then abort"
13488 statements.
13489 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13490 even if they don't match ada-fill-comment-prefix Fix handling of
13491 paragraphs on the first or last line of a file.
13492 (ada-format-paramlist): Fix handling of default parameter values.
13493 (ada-get-body-name): New function.
13494 (ada-get-current-indent): Optimized by searchling directly for an
13495 existing generic part or a statement outside of it. Handle
13496 ada-indent-align-comments when indenting comments Replaced some
13497 regexps by testing directly the next character. This results in a
13498 huge speedup on some files. New indentation scheme for renames
13499 statements. Stop looking for the 'while' or 'for' associated with
13500 a 'loop' at the first semicolon encountered. A "return" can also
13501 match an anonymous access subprogram declaration.
13502 (ada-get-indent-noindent): Ignore strings and comments when
13503 looking for the keywords "record" and "private".
13504 (ada-goto-matching-decl-start): When matching "if", make sure we
13505 are not in fact seeing "end if". Ignore "when" statements except
13506 when initial keyword was "begin". Fix handling of nested
13507 procedures. Add a recursive call to this function to skip over
13508 other 'end' statmts. Fix indentation for "when .. => begin"
13509 (ada-in-open-paren-p): Fix indentation for complex boolean
13510 expressions, where 'and then', 'or else' and parenthesis
13511 statements are mixed up.
13512 (ada-in-paramlist-p): Skip comments while searching for the
13513 beginning Fix handling of operator declarations.
13514 (ada-indent-align-comments): New variable
13515 (ada-indent-current): Change the syntax table only in the
13516 protected section, so that we are sure it is restored correctly.
13517 (ada-indent-on-previous-lines): Use ada-use-indent and
13518 ada-with-indent Correctly indent "select ... then"
13519 (ada-indent-region): Slight speedup.
13520 (ada-indent-renames): New variable.
13521 (ada-last-which-function-subprog, ada-last-which-function-line):
13522 New variables
13523 (ada-looking-at-semi-private): Correctly indent the 'private'
13524 keyword when it is the first word in a package declaration.
13525 (ada-loose-case-word): Stop searching if at the end of the buffer.
13526 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13527 even if point is not initially at the end of the word.
13528 (ada-matching-decl-start-re): Add "when".
13529 (ada-mode): Add support for abbrev-mode, outline-mode and
13530 which-func-mode Override the old find-file.el entry in
13531 ff-special-constructs since it is using the obsolete
13532 ada-spec-suffix variable
13533 (ada-no-auto-case): New function
13534 (ada-scan-paramlist): When parsing the argument type, accept
13535 spaces (as in "X 'Class", generated by Rational Rose).
13536 (ada-other-file-name): No longer loads the other file.
13537 (ada-popup-menu): Save and restore the current buffer and cursor
13538 position before and after displaying the menu.
13539 (ada-search-ignore-complex-boolean): New function.
13540 (ada-uncomment-region): Emacs21 already knows how to delete
13541 comments not starting in the first column.
13542 (ada-use-indent): New variable
13543 (ada-which-function): New function.
13544 (ada-with-indent): New variable
13545 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13546 can be batch-compiled from the command line.
13547
13548 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13549 Add to the menu when the file is loaded, not in ada-mode-hook.
13550 Add -toolbar to the default ddd command Switches moved from
13551 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13552 ada-prj-default-comp-opt
13553 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13554 Reference Manual to the menu
13555 (ada-check-current): rewritten as a call to ada-compile-current
13556 (ada-compile): Removed.
13557 (ada-compile-application, ada-compile-current, ada-check-current):
13558 Set the compilation-search-path so that compile.el automatically
13559 finds the sources in src_dir. Automatic scrollong of the
13560 compilation buffer. C-uC-cC-c asks for confirmation before
13561 compiling
13562 (ada-compile-current): New parameter, prj-field
13563 (ada-complete-identifier): Load the .ali file before doing
13564 processing
13565 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13566 conform to gnatmake's behavior.
13567 (ada-find-file-in-dir): New function
13568 (ada-find-references): Set the environment variables for gnatfind
13569 (ada-find-src-file-in-dir): New function.
13570 (ada-first-non-nil): Removed
13571 (ada-gdb-application): Add support for jdb, the java debugger.
13572 (ada-get-ada-file-name): Load the original-file first if not done
13573 yet.
13574 (ada-get-all-references): Handles the new ali syntax (parent types
13575 are found between <>).
13576 (ada-initialize-runtime-library): New function
13577 (ada-mode-hook): Always load a project file when a file is opened,
13578 so that the casing exceptions are correctly read.
13579 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13580 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13581 to open the project file, since the latter does not work with
13582 speedbar Get default values before loading the prj file, or the
13583 default executable file name is wrong. Use the absolute value of
13584 src_dir to initialize ada-search-directories and
13585 compilation-search-path,... Add the standard runtime library to
13586 the search path for find-file.
13587 (ada-prj-default-debugger): Was missing an opening '{'
13588 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13589 variables.
13590 (ada-prj-default-gnatmake-opt): New variable
13591 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13592 buffers, the project file is the default one Save the windows
13593 configuration before displaying the menu.
13594 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13595 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13596 ...) regexp-quote identifiers names to support operators +,
13597 -,... in regexps.
13598 (ada-remote): New function.
13599 (ada-run-application): Erase the output buffer before starting the
13600 run Support remote execution of the application. Use
13601 call-process, or the arguments are incorrectly parsed
13602 (ada-set-default-project-file): Reread the content of the active
13603 project file, not the one from the current buffer When a project
13604 file is set as the default project, all directories are
13605 automatically associated with it.
13606 (ada-set-environment): New function
13607 (ada-treat-cmd-string): New special variable ${current}
13608 (ada-treat-cmd-string): Revised. The substitution is now done for
13609 any ${...} substring
13610 (ada-xref-current): If no body was found, compiles the spec
13611 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13612 compiler to get rid of command line length limitations.
13613 (ada-xref-get-project-field): New function
13614 (ada-xref-project-files): New variable
13615 (ada-xref-runtime-library-specs-path)
13616 (ada-xref-runtime-library-ali-path): New variables
13617 (ada-xref-set-default-prj-values): Default run command now does a
13618 cd to the build directory. New field: main_unit Provide a default
13619 file name even if the current buffer has no prj file.
13620
13621 * ada-prj.el:
13622 Rewritten to show a tabbed-dialog.
13623 (ada-prj-add-ada-menu): Remove the map and name parameters.
13624 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13625 New function
13626 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13627 (ada-prj-load-from-file): New function
13628 (ada-prj-save): Always save fields that depend on the current buffer
13629 (ada-prj-show-value): New function
13630
13631 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13632 Ada mode. This will allow us to display the Ada menu in any buffer
13633 we want (for project items).
13634 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13635 number of spaces in the header.
13636
136372000-07-24 Dave Love <fx@gnu.org>
13638
13639 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13640
136412000-07-23 Noah Friedman <friedman@splode.com>
13642
13643 * type-break.el (type-break): perform autosave.
13644 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13645 (type-break-do-query): Cancel query schedule while performing
13646 actual query, to avoid possibility of a second query being made
13647 while first one is already in progress.
13648 (type-break-time-stamp-format): New variable.
13649 (type-break-time-stamp): New function.
13650 (type-break-time-warning): Use it.
13651 (type-break-keystroke-warning): Use it.
13652 (type-break-noninteractive-query): Use it.
13653
13654 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13655 cookie.
13656 Use add-minor-mode to set minor-mode-alist, if available.
13657 (eldoc-echo-area-use-multiline-p): New user option.
13658 (eldoc-echo-area-multiline-supported-p): New variable.
13659 (eldoc-docstring-format-sym-doc): Use them.
13660 (eldoc-mode): If not using idle timers, append to local post and
13661 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13662 (eldoc-display-message-no-interference-p): Don't interfere with
13663 edebug.
13664 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13665 (eldoc-function-arglist): New function.
13666 (eldoc-function-argstring): Use it.
13667
13668 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13669 auto save directory exists before calling directory-files.
13670
136712000-07-23 Dave Love <fx@gnu.org>
13672
13673 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13674 ^o, ^u.
13675
136762000-07-21 Dave Love <fx@gnu.org>
13677
13678 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13679 now passed to the function. It now works properly.
13680
13681 * smerge-mode.el (smerge-mode-menu): Fill it out.
13682
136832000-07-20 Gerd Moellmann <gerd@gnu.org>
13684
13685 * info-look.el (info-lookup): If *info* is shown in another frame
13686 on the same display, select that frame, instead of switching to
13687 the Info buffer in another window of the selected frame.
13688
13689 * simple.el (universal-argument-map): Bind numeric keypad keys
13690 kp-0 to kp-9 and kp-subtract.
13691 (digit-argument): Handle these keys.
13692
136932000-07-20 Dave Love <fx@gnu.org>
13694
13695 * net/goto-addr.el (goto-address-fontify): Don't bother with
13696 buffer-modified and read-only stuff -- irrelevant with overlays.
13697 Put an extra property on the overlays and use it to clean up in
13698 case goto-address is re-run.
13699
137002000-07-19 Richard M. Stallman <rms@gnu.org>
13701
13702 * timer.el (run-with-idle-timer): Doc fix.
13703
13704 * mail/mail-utils.el (mail-strip-quoted-names):
13705 Handle case where <...> appears inside "...".
13706 Use replace-match to edit the string more simply.
13707 (rmail-dont-reply-to): Cope with an unmatched ".
13708
137092000-07-19 Dave Love <fx@gnu.org>
13710
13711 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13712 implementation.
13713
13714 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13715 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13716 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13717
137182000-07-19 Gerd Moellmann <gerd@gnu.org>
13719
13720 * textmodes/refer.el: Correct maintainer's email address.
13721
13722 * progmodes/hideif.el: Correct author's email address.
13723 Fix typo in comment.
13724
13725 * xml.el: New file.
13726
13727 * mail/mailheader.el: Correct author's mail address.
13728
13729 * gnus/parse-time.el: Correct author's mail address.
13730
137312000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13732
13733 * comint.el (comint-highlight-input, comint-highlight-face):
13734 New user options.
13735 (comint-input-ring-file-name): Change custom type.
13736 (comint-mode-map): Bind mouse-2.
13737 (comint-insert-clicked-input): New function.
13738 (comint-send-input): Handle input highlighting.
13739
137402000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13741
13742 * mouse.el (popup-menu): New function.
13743 (mouse-major-mode-menu): Use it.
13744
137452000-07-18 Dave Love <fx@gnu.org>
13746
13747 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13748 improvements.
13749
137502000-07-18 Gerd Moellmann <gerd@gnu.org>
13751
13752 * faces.el (face-font-selection-order)
13753 (face-font-family-alternatives): Add custom type.
13754
137552000-07-18 Dave Love <fx@gnu.org>
13756
13757 * cus-edit.el (custom-variable-reset-saved)
13758 (custom-variable-reset-standard): Remove unused bindings.
13759
13760 * rect.el (open-rectangle-line): Remove unused let.
13761
13762 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13763
137642000-07-18 Gerd Moellmann <gerd@gnu.org>
13765
13766 * cdl.el: Fix `Maintainer' keyword.
13767
13768 * play/pong.el: Add author's email address.
13769
137702000-07-17 Sam Steingold <sds@gnu.org>
13771
13772 * files.el (insert-directory): Call `split-string' instead of
13773 re-implementing it.
13774
137752000-07-18 Gerd Moellmann <gerd@gnu.org>
13776
13777 * mail/vms-pmail.el: Change maintainer to FSF.
13778
13779 * net/goto-addr.el: Change maintainer to FSF.
13780
13781 * info.el (Info-title-face-alist): Removed.
13782
137832000-07-18 David Ponce <david@dponce.com>
13784
13785 * recentf.el (recentf-open-files): New command that works like
13786 `recentf-open-more-files', but shows the whole list of files (not just
13787 those omitted from the menu). Useful if you don't use a menu-bar!
13788 (recentf-open-more-files) Modified to use `recentf-open-files'.
13789
13790 (recentf-open-files, recentf-open-more-files)
13791 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13792
13793 (recentf-dialog-mode): New mode for dialogs. You can now just type
13794 "q" to cancel the dialogs.
13795
137962000-07-18 David Ponce <david@dponce.com>
13797
13798 * recentf.el: This is a major update of recentf.el. It adds new
13799 features to better organize the recentf menu and "More..." buffer.
13800
13801 Using new provided menu filtering functions you can now organize the
13802 recent files list:
13803
13804 - by major modes
13805 - by directories
13806 - by user defined rules
13807
13808 Finally, with the new `recentf-filter-changer' customizable filter you
13809 can define a ring of filters and dynamically (via the menu) cycle on
13810 each menu organization in the ring (a la msb).
13811
138122000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13813
13814 * eshell/eshell.el (eshell): Replace links to eshell.info with
13815 links to eshell, to avoid problems on systems where the manual is
13816 installed as `eshell'.
13817 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13818 * eshell/em-smart.el (eshell-smart): Ditto.
13819 * eshell/em-banner.el (eshell-banner): Ditto.
13820 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13821
13822 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13823 same-file check in the MS-DOS version (it does support inodes).
13824
13825 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13826
13827 * eshell/eshell.el (eshell-directory-name):
13828 Run default directory name through convert-standard-filename.
13829
138302000-07-18 Kenichi Handa <handa@etl.go.jp>
13831
13832 * international/mule-cmds.el (select-safe-coding-system):
13833 Fix typo in the comment.
13834
13835 * language/european.el (compound-text):
13836 Force katakana-jisx0201 to be designated to G1.
13837
13838 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13839 Don't translate some national variant characters of latin-jisx0201.
13840 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13841
13842 * international/kkc.el (kkc-after-update-conversion-functions):
13843 New variable.
13844 (kkc-update-conversion): Run functions in it at the tail.
13845
138462000-07-16 John Wiegley <johnw@gnu.org>
13847
13848 * lisp/align.el (align-newline-and-indent):
13849 Adding new function. for auto-aligning blocks of code on RET.
13850 (align-region): Fixed badly formatted minibuffer message.
13851
138522000-07-17 Kenichi Handa <handa@etl.go.jp>
13853
13854 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13855 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13856 the conversion list at first if appropriate.
13857 (kkc-next): Don't update kkc-next-count here.
13858 (kkc-prev): Don't update kkc-prev-count here.
13859 (kkc-show-conversion-list-update): Fix setting up of conversion
13860 list message.
13861
138622000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13863
13864 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13865
138662000-07-16 Dave Love <fx@gnu.org>
13867
13868 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13869 function to be more specific.
13870
13871 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13872 non-string help-echo.
13873 (widget-types-convert-widget): Defsubst it.
13874 (widget-echo-help): Try to cope with a help-echo function of two
13875 possible sorts.
13876
138772000-07-15 Jason Rumney <jasonr@gnu.org>
13878
13879 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13880 Declare as obsolete.
13881
13882 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13883
138842000-07-14 Gerd Moellmann <gerd@gnu.org>
13885
13886 * hilit-chg.el: Fix typo.
13887
138882000-07-14 Dave Love <fx@gnu.org>
13889
13890 * info.el (Info-mode-menu): Fix use of :help, :enable.
13891
138922000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13893
13894 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13895
138962000-07-13 Dave Love <fx@gnu.org>
13897
13898 * emacs-lisp/easymenu.el: Doc fixes.
13899 (easy-menu-remove): Defalias to ignore.
13900
13901 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13902 Call throw correctly.
13903
139042000-07-13 Gerd Moellmann <gerd@gnu.org>
13905
13906 * faces.el (frame-background-mode): Doc fix.
13907
13908 * simple.el (eval-expression-print-length): Change custom type to
13909 allow entering nil as value.
13910
139112000-07-13 Dave Love <fx@gnu.org>
13912
13913 * progmodes/fortran.el (fortran-imenu-generic-expression):
13914 Change definition layout.
13915 (fortran-mode-menu): Reinstate customize entries.
13916
13917 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13918 Use :filter, per old XEmacs code.
13919
139202000-07-12 Gerd Moellmann <gerd@gnu.org>
13921
13922 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13923 event when deciding what to send to the terminal.
13924
139252000-07-12 Dave Love <fx@gnu.org>
13926
13927 * cus-start.el: Add optional version as 4th element of specs and
13928 use it for several things new in v21. Remove load-path. Fix type
13929 of line-number-display-limit.
13930
139312000-07-11 Dave Love <fx@gnu.org>
13932
13933 * progmodes/fortran.el: Don't require easymenu.
13934 Use repeat counts in various regexps.
13935 (fortran-mode-syntax-table): Defvar directly.
13936 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13937 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13938 Use defvar, not defconst.
13939 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13940 (fortran-mode): Set fortran-comment-line-start-skip,
13941 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13942 (fortran-comment-indent): Use defsubst.
13943 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13944 Use fortran-comment-indent, not fortran-comment-indent-function.
13945 (fortran-comment-region, fortran-electric-line-number): Simplify.
13946 (fortran-auto-fill): New function.
13947 (fortran-do-auto-fill): Deleted.
13948 (fortran-find-comment-start-skip):
13949 Check for non-null comment-start-skip.
13950 (fortran-auto-fill-mode, fortran-fill-statement):
13951 Use fortran-auto-fill.
13952 (fortran-fill): Use fortran-auto-fill. Check for null
13953 comment-start-skip. Simplify final clause and use end-of-line finally.
13954
13955 * widget.el (widget-plist-member): New alias.
13956
139572000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13958
13959 * eshell/esh-module.el (toplevel): Reference
13960 byte-compile-current-file only if it is bound.
13961
139622000-07-10 Gerd Moellmann <gerd@gnu.org>
13963
13964 * dired.el: Don't require `dired-aux'.
13965
139662000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13967
13968 * dired-aux.el (dired-show-file-type): New function.
13969 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13970 (dired-show-file-type): Add autoload.
13971
139722000-07-10 Kenichi Handa <handa@etl.go.jp>
13973
13974 * international/mule-diag.el (describe-font): Adjusted for the
13975 change of fontset-info.
13976 (print-fontset): Likewise.
13977
139782000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13979
13980 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13981
139822000-07-07 Gerd Moellmann <gerd@gnu.org>
13983
13984 * bindings.el: Bind `[delete]' to delete-char.
13985
13986 * dired.el (dired-find-alternate-file): New function.
13987 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13988 (toplevel): Require dired-aux when compiling.
13989 (dired-buffers): Move defvar within file to avoid compiler warning.
13990
13991 * info.el (Info-last-search): Variable removed.
13992 (Info-search-history): New variable.
13993 (Info-search): New Info-search-history.
13994
13995 * battery.el, info-look.el: Change author's mail address.
13996
139972000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13998
13999 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14000 if rmail-ignored-headers is nil.
14001 (rmail-retry-failure): Bind rmail-ignored-headers and
14002 rmail-displayed-headers to nil.
14003
140042000-07-06 Gerd Moellmann <gerd@gnu.org>
14005
14006 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14007 (print-region-1): Don't hard code `-h' here.
14008
14009 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14010
140112000-07-01 Francesco Potorti` <pot@gnu.org>
14012
14013 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14014 exim can use "your message" instead of "the message".
14015
140162000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14017
14018 * facemenu.el: Docstrings fixes.
14019 (facemenu-get-face): Don't use internal-find-face.
14020 (facemenu-iterate): Rename arg to match the docstring.
14021
14022 * newcomment.el (uncomment-region): Be more careful when skipping
14023 backwards over `=' not to bump into BOBP.
14024
140252000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14026
14027 * ediff-diff.el (ediff-wordify): Use syntax table.
14028 * ediff-init.el (ediff-has-face-support-p): Use
14029 ediff-color-display-p.
14030 (ediff-color-display-p): Use display-color-p, changed to defun
14031 from defsubst.
14032 Got rid of special cases for NeXT and OS/2.
14033 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14034 face.
14035
140362000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14037
14038 * emacs-lisp/lucid.el: Require CL.
14039 (copy-tree, remprop): Remove, it's provided by CL.
14040 (map-keymap): Define in terms of cl-map-keymap.
14041 (extent-property, set-extent-end-glyph): New functions.
14042
14043 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14044
140452000-07-05 Gerd Moellmann <gerd@gnu.org>
14046
14047 * Makefile.in (DONTCOMPILE): Add comment that the name may
14048 not be changed without changing the make-dist script.
14049
14050 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14051 (cl-mapc): Use mapc instead of cl-old-mapc.
14052
140532000-07-05 Andrew Innes <andrewi@gnu.org>
14054
14055 * makefile.nt: Add support for `bootstrap' and related targets.
14056
140572000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14058
14059 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14060 (easy-menu-do-define): Use `menu-item' format.
14061 Handle case where easy-menu-create-menu returns a symbol.
14062 Manually call the potential top-level filter in the function binding.
14063 (easy-menu-filter-return): New arg NAME.
14064 Convert to a keymap if MENU is an XEmacs menu.
14065 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14066 (easy-menu-converted-items-table, easy-menu-convert-item):
14067 New var and fun to memoize easy-menu-convert-item-1.
14068 (easy-menu-do-add-item): Use it.
14069 (easy-menu-create-menu): Use easy-menu-convert-item.
14070 Wrap easy-menu-filter-return around any :filter specification.
14071 Don't convert the menu if a filter was specified.
14072 Tell easy-menu-make-symbol not to check for MENU being an expression.
14073 (easy-menu-make-symbol): New arg NOEXP.
14074
140752000-07-05 Gerd Moellmann <gerd@gnu.org>
14076
14077 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14078 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14079 (eval-defun): If called with prefix arg, instrument code for
14080 Edebug.
14081
14082 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14083 similar to that of eval-defun.
14084
140852000-07-04 Dave Love <fx@gnu.org>
14086
14087 * hl-line.el (hl-line-overlay): Make it permanent-local.
14088
14089 * calendar/todo-mode.el: Replaced with a working version, based on
14090 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14091
140922000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14093
14094 * paths.el (prune-directory-list): New function.
14095 (Info-default-directory-list): Rewritten to more methodically
14096 enumerate a big list of possible info directories (based on the
14097 list used by the standalone info reader).
14098
14099 * info.el (info-initialize): Use prune-directory-list to remove
14100 non-existent directories from Info-directory-list.
14101
14102 * paths.el (Info-default-directory-list): Try a list of possible
14103 info-directories instead of a single one. Add the possible
14104 info directory "/usr/share/info".
14105
14106 * woman.el (woman-man.conf-path): Explicitly include the debian
14107 man-db config file "/etc/manpath.config".
14108 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14109 are present in `manpath.config'.
14110 (woman-manpath): Include "/usr/share/man".
14111
141122000-07-03 Gerd Moellmann <gerd@gnu.org>
14113
14114 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14115
14116 * startup.el (command-line): Initialize blink-cursor based
14117 on window-system.
14118
14119 * frame.el (blink-cursor): Default to nil if not running under
14120 a window-system.
14121
14122 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14123 (face-x-resources): Remove duplicate entry for :font.
14124
14125 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14126 instead of cycling through windows with next-window.
14127
14128 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14129 of cycling through windows with next-window.
14130
14131 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14132 of cycling through windows with next-window.
14133
14134 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14135 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14136 instead of cycling through windows with next-window.
14137
14138 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14139 instead of cycling through windows with next-window.
14140
14141 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14142 of cycling through windows with next-window.
14143
14144 * terminal.el (te-process-output): Use walk-windows instead of
14145 cycling through windows with next-window.
14146
14147 * server.el (server-switch-buffer): Use some-window instead of
14148 cycling through windows with next-window.
14149
14150 * window.el (some-window): New function.
14151 (walk-windows): Remove reference to walk-windows-start.
14152
14153 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14154
141552000-07-03 Richard Stallman <rms@gnu.org>
14156
14157 * window.el (walk-windows): Guarantee termination by keeping a list
14158 of all the windows already handled.
14159
141602000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14161
14162 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14163 window-system.
14164
14165 * man.el (Man-notify-when-ready): Don't use window-system. If
14166 Man-notify-method is newframe, and the display is not
14167 multi-frame, select the frame created for the man page.
14168 (Man-init-defvars): Doc fix.
14169
141702000-06-28 Gerd Moellmann <gerd@gnu.org>
14171
14172 * faces.el (region): Change background color for light background.
14173
14174 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14175 attribute from mode-line face of Ediff control frame.
14176
14177 * replace.el (query-replace-map): Bind `e' like `E'.
14178
141792000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14180
14181 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14182 Change name to "Select All".
14183
14184 * dos-fns.el (convert-standard-filename): Fix last change.
14185
141862000-06-27 Gerd Moellmann <gerd@gnu.org>
14187
14188 * help.el (describe-variable): Don't insert a second `'s' in front
14189 of the string `value is shown below'. Since the syntax-table is
14190 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14191 an existing `'s', so that this won't be deleted.
14192
14193 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14194 * pcmpl-unix.el: New files.
14195
141962000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14197
14198 * wid-edit.el (widget-member): Use the new plist-member.
14199
142002000-06-26 Gerd Moellmann <gerd@gnu.org>
14201
14202 * replace.el (perform-replace): Undo change of 2000-04-04.
14203 Instead, move backward 1 character at the end of the loop when
14204 necessary.
14205
14206 * faces.el (fringe): Change face for different backgrounds.
14207
14208 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14209 patch from John.
14210
14211 * eshell/*.el: Change spelling of the Free Software Foundation.
14212
14213 * eshell/esh-toggle.el: Removed.
14214
14215 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14216
14217 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14218 interactively.
14219
142202000-06-26 Alex Schroeder <alex@gnu.org>
14221
14222 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14223 `define-key'; instead of checking `(emacs-version)' check for
14224 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14225 for `;' and `o' which might be electric.
14226
14227 (sql-electric-stuff): New user option.
14228 (sql-magic-go): New function which uses `sql-electric-stuff'.
14229 (sql-magic-semicolon): New function which uses
14230 `sql-electric-stuff'.
14231
14232 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14233 is not fboundp.
14234
14235 (sql-oracle-options): New variable.
14236 (sql-oracle): Use it.
14237
14238 (sql-imenu-generic-expression): Doc change.
14239 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14240 is used.
14241
14242 (sql-informix): Added command line parameter "-" to force
14243 sql-informix-program to use stdout.
14244
142452000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14246
14247 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14248 (cp864-decode-table): Doc fix.
14249 (cp720-decode-table): New variable, supports the Arabic OEM
14250 codepage used by Windows.
14251 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14252
142532000-06-23 Dave Love <fx@gnu.org>
14254
14255 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14256 (font-lock-fontify-anchored-keywords): Use
14257 line-beginning-position.
14258 (global-font-lock-mode): Use mapc.
14259
142602000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14261
14262 * eshell/esh-module.el: Require CL when compiling.
14263
142642000-06-23 Gerd Moellmann <gerd@gnu.org>
14265
14266 * comint.el (comint-substitute-in-file-name): Call replace-match
14267 with second and third arg t.
14268
14269 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14270 Specify foreground color.
14271
14272 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14273 color.
14274
14275 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14276
14277 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14278 cddr instead of cdddr.
14279
14280 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14281 instead of copy-list.
14282
14283 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14284 of copy-list.
14285
14286 * subdirs.el: Add eshell subdirectory.
14287
14288 * eshell: New subdirectory containing the Eshell package.
14289
14290 * pcomplete.el: New file.
14291
142922000-06-23 Paul Eggert <eggert@twinsun.com>
14293
14294 * mail/mailpost.el (post-mail-send-it): Make sure file has
14295 proper permissions from birth.
14296
14297 * files.el (basic-save-buffer-2): When temporarily setting
14298 file modes, set them to current modes plus 0200, not to 0777.
14299
14300 * emerge.el (emerge-make-temp-file): Make sure file has proper
14301 permissions from birth.
14302
143032000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14304
14305 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14306 backup file name through convert-standard-filename.
14307
14308 * dos-fns.el (convert-standard-filename): Convert leading
14309 directories as well. When long file names are supported, convert
14310 characters that are invalid in Windows file names.
14311
143122000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14313
14314 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14315 ps-print crashes. New feature: page selection for printing. Create
14316 raw-text-unix coding system for XEmacs. Doc fix.
14317 (ps-print-version): New version number (5.2.3).
14318 (ps-plot-region): Bug fix.
14319 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14320 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14321 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14322 funs.
14323 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14324 (ps-last-page): New vars.
14325
143262000-06-21 Gerd Moellmann <gerd@gnu.org>
14327
14328 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14329 empty option string.
14330
143312000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14332
14333 * man.el (man): Doc fix.
14334
143352000-06-21 Kenichi Handa <handa@etl.go.jp>
14336
14337 * international/mule-cmds.el (set-language-info-alist): Docstring
14338 fixed.
14339
143402000-06-20 Gerd Moellmann <gerd@gnu.org>
14341
14342 * version.el (emacs-version): Use ISO date format.
14343
14344 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14345 instead of `M-backspace'.
14346
14347 * simple.el (turn-off-auto-fill): New function.
14348
143492000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14350
14351 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14352 Renamed from with-buffer-prepared-for-font-lock and use
14353 inhibit-modification-hooks rather than setting *-change-functions.
14354 Update all functions to use the new name.
14355 (jit-lock-first-unfontify-pos): New semantics (and doc).
14356 (jit-lock-mode): Make non-interactive.
14357 Don't automatically turn on font-lock.
14358 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14359 Always use jit-lock-after-change.
14360 Remove and restore font-lock-after-change-function.
14361 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14362 (jit-lock-after-unfontify-buffer): Remove.
14363 (jit-lock-stealth-fontify):
14364 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14365 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14366
143672000-06-20 Sam Steingold <sds@gnu.org>
14368
14369 * emacs-lisp/cl-indent.el (toplevel): Indent
14370 `print-unreadable-object' properly. Untabify.
14371
143722000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14373
14374 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14375 Support for bibentry.
14376 (reftex-compile-variables): Fixed problem with end of section-re.
14377
14378 * texmodes/reftex-dcr.el (reftex-view-crossref,
14379 reftex-view-crossref-from-bibtex):
14380 Deal with changed `reftex-find-citation-regexp-format'.
14381 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14382 Replaced `remprop' with `put'.
14383 (reftex-view-crossref, reftex-view-crossref-when-idle):
14384 Support for bibentry.
14385
14386 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14387 New entry for bibentry package.
14388
14389 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14390 Regexp also matches "\nobibliography".
14391
14392 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14393 Call `reftex-ensure-write-access' before doing anything.
14394 (reftex-ensure-write-access): New function.
14395
143962000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14397
14398 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14399
14400 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14401
14402 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14403
14404 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14405
14406
144072000-06-20 Dave Love <fx@gnu.org>
14408
14409 * faces.el (frame-background-mode): Use set-default, not set, in
14410 setter.
14411 (frame-update-faces, frame-update-face-colors): Define with
14412 defalias.
14413
14414 * enriched.el (enriched-decode-foreground)
14415 (enriched-decode-background): Don't use internal-find-face.
14416
14417 * apropos.el: Doc fixes.
14418
14419 * cus-edit.el (customize-changed-options): Check arg.
14420 (customize-version-lessp): Don't require decimal point.
14421
14422 * custom.el (defcustom, defgroup): Doc fix.
14423
14424 * newcomment.el (comment) <defgroup>: Add :version.
14425 (comment-multi-line): Doc fix.
14426
14427 * emulation/mlsupport.el (define-hooked-local-abbrev,
14428 define-hooked-global-abbrev): Fix, using define-abbrev.
14429
144302000-06-19 Gerd Moellmann <gerd@gnu.org>
14431
14432 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14433 the whole buffer.
14434
144352000-06-19 Dave Love <fx@gnu.org>
14436
14437 * menu-bar.el (menu-bar-options-save): New function.
14438 (menu-bar-options-menu): Use it.
14439 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14440 Simplify.
14441
144422000-06-19 Andreas Schwab <schwab@suse.de>
14443
14444 * progmodes/etags.el (tags-query-replace): Put new parameters
14445 START and END at the end, for backward compatibility.
14446
144472000-06-19 Kenichi Handa <handa@etl.go.jp>
14448
14449 * international/codepage.el:
14450 (cp-coding-system-for-codepage-1): Delete special codes for
14451 generating xxx-dos coding system because now a CCL based coding
14452 system can handle EOL conversion by default.
14453
14454 * international/mule.el (make-coding-system): Generate subsidiary
14455 coding systems for EOL handling variants even for a CCL based
14456 coding system.
14457
144582000-06-19 Kenichi Handa <handa@etl.go.jp>
14459
14460 * international/isearch-x.el (isearch-minibuffer-input-method)
14461 (isearch-minibuffer-input-method-function): These variables
14462 deleted.
14463 (isearch-with-input-method): Don't use the above variables.
14464 (isearch-process-search-multibyte-characters): Likewise. Call
14465 read-string with the arg INHERIT-INPUT-METHOD t.
14466
144672000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14468
14469 * font-lock.el (font-lock-after-fontify-buffer)
14470 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14471
14472 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14473 Use consistent make-local-variable style for font-lock-fontified.
14474 (jit-lock-fontify-buffer):
14475 Don't bother checking for font-lock-mode and jit-lock-mode.
14476
14477 * time.el: Remove trailing ^M that prevent CVS-merging.
14478
144792000-06-16 Gerd Moellmann <gerd@gnu.org>
14480
14481 * Makefile.in (distclean): New target.
14482
144832000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14484
14485 * Makefile.in (srcdir): Define for update-subdirs.
14486
144872000-06-16 Gerd Moellmann <gerd@gnu.org>
14488
14489 * find-lisp.el: New file.
14490
144912000-06-16 Andrew Innes <andrewi@gnu.org>
14492
14493 * time.el (display-time-mail-function): New variable, to allow
14494 external packages to indicate when new mail is available.
14495 (display-time-update): Use it.
14496
144972000-06-16 Kenichi Handa <handa@etl.go.jp>
14498
14499 * international/mule.el (mule-version): Change version name to
14500 SAKAKI. AOI has already been used by Meadow.
14501
14502 * international/quail.el (quail-show-guidance-buf): To find the
14503 bottom window (but minibuffer), pay attention to the height of
14504 minibuffer.
14505
145062000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14507
14508 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14509 menu-bar menus. Add help strings. Don't remove the Edit menu
14510 from the menu bar, as the menu bar has enough space now.
14511
14512 * Makefile.in (SHELL): Make sure /bin/sh is used.
14513
14514 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14515 characters, which use series of two ^H characters instead of one.
14516
145172000-06-15 Gerd Moellmann <gerd@gnu.org>
14518
14519 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14520 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14521 functions.
14522 (Info-find-node-2): Try a case-sensitive search first, then
14523 do a case-insensitive search.
14524
14525 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14526 tutorials.
14527
14528 * complete.el (PC-env-vars-alist): New variable.
14529 (PC-complete-as-file-name): New function.
14530 (partial-completion-mode): Initialize PC-env-vars-alist from
14531 process-environment.
14532 (PC-do-completion): Handle completion of env vars.
14533
14534 * info.el (Info-set-mode-line): Show file name in mode line,
14535 use `*Info*' instead of `Info:'.
14536
14537 * startup.el (command-line-1): Change copyright messages to year
14538 2000.
14539
145402000-06-15 Dave Love <fx@gnu.org>
14541
14542 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14543 not local-map.
14544
145452000-06-15 Kenichi Handa <handa@etl.go.jp>
14546
14547 * international/mule.el (set-buffer-file-coding-system): Almost
14548 rewritten to handle `undecided' as no-op.
14549
145502000-06-14 Gerd Moellmann <gerd@gnu.org>
14551
14552 * Makefile.in: New file.
14553
14554 * Makefile: Removed.
14555
14556 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14557 (goto-address-highlight-keymap): Bind C-c RET.
14558
145592000-06-14 Kenichi Handa <handa@etl.go.jp>
14560
14561 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14562 inherits buffer-file-coding-system of the current buffer.
14563
14564 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14565 0. Give correct argument to set-auto-coding-function.
14566 (tar-expunge): For goto-char, use (point-min), not 0.
14567 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14568 (tar-subfile-save-buffer): Likewize.
14569
14570 * international/mule.el
14571 (after-insert-file-set-buffer-file-coding-system): Call
14572 set-buffer-file-coding-system with the arg FORCE t.
14573
145742000-06-13 Gerd Moellmann <gerd@gnu.org>
14575
14576 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14577 nil. Contemporary sendmails issue an X-Authentication-Warning if
14578 the sender is set with `-f'.
14579
145802000-06-13 Dave Love <fx@gnu.org>
14581
14582 * help.el (describe-function-1): Kluge around cases of functions
14583 fset to subrs whose doc doesn't match their symbol-name.
14584
14585 * image.el (insert-image): Default STRING to a space.
14586
14587 * info.el Doc fixes.
14588 (Info-build-node-completions): Match Ref tags.
14589
145902000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14591
14592 * frame.el (display-multi-frame-p, display-multi-font-p): New
14593 defaliases for display-graphic-p.
14594
14595 * hl-line.el: Fixed a typo in commentary.
14596
145972000-06-13 Kenichi Handa <handa@etl.go.jp>
14598
14599 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14600 fixed.
14601
146022000-06-12 Dave Love <fx@gnu.org>
14603
14604 * image.el (insert-image): Save a little consing.
14605
146062000-06-12 Kenichi Handa <handa@etl.go.jp>
14607
14608 * language/tibet-util.el: Convert all tibetan-1-column characters
14609 to the corresponding tibetan characters.
14610 (tibetan-add-components): Delete code for the special treatment of
14611 'a chung.
14612
14613 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14614 change.
14615 (tibetan-vowel-transcription-alist): More rules added.
14616 (tibetan-composite-vowel-alist): New variable.
14617 (tibetan-precomposition-rule-alist): More rules added.
14618
146192000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14620
14621 * startup.el (command-line): Only call menu-bar-mode if interactive.
14622
14623 * thingatpt.el (toplevel symbol-properties):
14624 * textmodes/makeinfo.el (makeinfo-compile):
14625 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14626 * progmodes/hideif.el (hif-compress-define-list)
14627 (hide-ifdef-use-define-alist):
14628 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14629 (ange-ftp-vms-add-file-entry):
14630 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14631 * man.el (Man-build-man-command):
14632 * mail/rnewspost.el (news-reply-header-hook):
14633 * info.el (Info-insert-dir):
14634 * emulation/mlconvert.el (backward-word, forward-word, setq):
14635 * emacs-lisp/gulp.el (gulp-send-requests):
14636 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14637 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14638 (byte-optimize-apply, end of file):
14639 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14640 (ad-make-freeze-definition):
14641 * startup.el (command-line, command-line-1): Don't quote lambdas.
14642
14643 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14644 (cvs-cleanup-removed): New function.
14645 (cvs-cleanup-functions): New var.
14646 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14647 some flexibility in specifying additional entries to auto-cleanup.
14648 (cvs-quickdir): New function.
14649 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14650 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14651 (cvs-mode-find-file): Check that we are on a filename or dirname
14652 when invoked through a mouse-click.
14653 (cvs-full-path): Remove.
14654 (cvs-dired-action): Re-introduced.
14655 (cvs-dired-noselect): Use it.
14656 (vc-post-command-functions): use this new hook if available.
14657
14658 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14659 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14660 (cvs-filename-map, cvs-dirname-map): Remove.
14661 (cvs-default-action): Remove.
14662 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14663 if the arg is really a keymap.
14664 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14665 Don't hardcode the mapping from state (aka type) to face, but check
14666 the var cvs-fi-<type>-face instead.
14667 (cvs-fileinfo-from-entries): New function.
14668
14669 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14670 Docstring fix.
14671 (cvs-find-file-and-jump): Change default to be safer.
14672 (cvs-mode-diff-map): Define it as a function as well.
14673 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14674 Bind mouse-2 in this global map rather than with text-properties.
14675
14676 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14677 file to resolve the ambiguity between C(conflict) and C(need-merge).
14678
146792000-06-12 Kenichi Handa <handa@etl.go.jp>
14680
14681 * international/mule.el (set-buffer-file-coding-system): If
14682 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14683 unconditionally.
14684
146852000-06-12 Dave Love <fx@gnu.org>
14686
14687 * wid-edit.el (widget-specify-button): Really suppress the face if
14688 required.
14689
146902000-06-11 Gerd Moellmann <gerd@gnu.org>
14691
14692 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14693
146942000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14695
14696 * imenu.el (imenu-generic-expression): Docstring fix.
14697
14698 * composite.el (composition-function-table): Move the `put'
14699 below the autoload cookie so we can load the file before loaddefs.
14700
14701 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14702
14703 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14704 Handle easy-mmode-define-global-mode.
14705 For complex macros like define-minor-mode that can generate
14706 several autoload entries, try to autoload entries in the
14707 macroexpanded code.
14708
14709 * emacs-lisp/easy-mmode.el (define-minor-mode):
14710 If KEYMAP is a symbol, just use it.
14711 Use byte-compile-current-file and load-file-name to infer the
14712 proper :require to pass to defcustom.
14713 Wrap the hook var into `progn' so as not to autoload it.
14714 Add a :autoload-end cookie.
14715 Be more careful about the evaluation of KEYMAP.
14716 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14717 (define-derived-mode): Move define-abbrev-table outside of defvar.
14718
147192000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14720
14721 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14722 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14723 (backup-compiled-files): Ignore errors during `tar'.
14724 (bootstrap): Make autoloads before elc files.
14725
147262000-06-10 Kenichi Handa <handa@etl.go.jp>
14727
14728 * international/mule.el (set-buffer-file-coding-system): If one of
14729 undecided-XXX is specified, change only EOL conversion.
14730
14731 * international/mule-conf.el (unix): New alias for the coding
14732 system undecided-unix.
14733
147342000-06-09 Dave Love <fx@gnu.org>
14735
14736 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14737
14738 * progmodes/executable.el: Byte compile dynamic.
14739 (executable-insert): Change custom type.
14740 (executable-find): Add autoload cookie.
14741 (executable-make-buffer-file-executable-if-script-p): New
14742 function. After Noah Friedman.
14743
14744 * files.el (after-save-hook): Customize, with
14745 executable-make-buffer-file-executable-if-script-p as an option.
14746
147472000-06-09 Kenichi Handa <handa@etl.go.jp>
14748
14749 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14750 "tib24p-mule.bdf" for Tibetan.
14751
14752 * composite.el (decompose-composite-char): Declare it as obsolete.
14753
14754 * man.el (Man-fontify-manpage): Pay attention to underline and
14755 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14756
147572000-06-08 Gerd Moellmann <gerd@gnu.org>
14758
14759 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14760 Set maintainer to FSF since author isn't reachable.
14761
147622000-06-08 Dave Love <fx@gnu.org>
14763
14764 * international/mule-cmds.el (select-safe-coding-system): If
14765 DEFAULT-CODING-SYSTEM is not specified, also check the most
14766 preferred coding-system if buffer-file-coding-system is
14767 `undecided'. From Handa.
14768
147692000-06-08 Kenichi Handa <handa@etl.go.jp>
14770
14771 * international/mule.el
14772 (after-insert-file-set-buffer-file-coding-system): If the buffer
14773 size is greater than INSERTED, judget that we are not visiting.
14774
147752000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14776
14777 * whitespace.el (defgroup whitespace): Comment out `:version'.
14778 XEmacs 20.4 has problems defining the group with this present.
14779 We'll have this commented out till get resolve the problem.
14780
147812000-06-07 John Wiegley <johnw@gnu.org>
14782
14783 * align.el (align-dq-string-modes, align-sq-string-modes)
14784 (align-open-comment-modes): Add pyhton-mode.
14785 (align-rules-list): Use get-text-property instead of
14786 text-properties-at.
14787 (align-rules-list): Add python-assignment.
14788 (align-rules-list): Change perl-comma-delimiter to
14789 basic-comma-delimiter. Use if for Perl modes and python-mode.
14790 (align-rules-list): Add python-chain-logic and
14791 basic-line-continuation.
14792
147932000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14794
14795 * apropos.el (apropos-mode-hook): New user variable.
14796 (apropos-mode): Run apropos-mode-hook.
14797
147982000-06-07 David Ponce <david@dponce.com>
14799
14800 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14801 commands. Require `wid-edit' at run-time.
14802
148032000-06-07 David Ponce <david@dponce.com>
14804
14805 * recentf.el: Added some "Commentary".
14806 (recentf-open-more-files, recentf-edit-list): Minor changes to
14807 move the point at the top of the file list. This behaviour is
14808 consistent with the menu one when the list contains a lot of
14809 files.
14810 (recentf-cleanup): Now displays the number of items removed from
14811 the list.
14812 (recentf-relative-filter) New menu filter to show filenames
14813 relative to `default-directory'.
14814
148152000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14816
14817 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14818 with/without giving an error if PostScript printer doesn't have this
14819 kind of page size. Zebra Stripe continues or restarts on next page.
14820 Manual/automatic paper feeding. Switch or not the header.
14821 (ps-print-version): New version number (5.2.2).
14822 (ps-windows-system): Include emx as a Windows system.
14823 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14824 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14825 (ps-background-text): Code fix.
14826 (ps-error-handler-message, ps-user-defined-prologue)
14827 (ps-print-prologue-header, ps-printer-name)
14828 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14829 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14830 (ps-use-face-background): Customization fix.
14831 (ps-n-up-database): Data fix.
14832 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14833 (ps-switch-header): New vars.
14834 (ps-xemacs-color-name, ps-face-foreground-name)
14835 (ps-face-background-name, ps-boolean-constant): New funs.
14836
148372000-06-07 Dave Love <fx@gnu.org>
14838
14839 * allout.el: New version from Manheimer.
14840
148412000-06-07 Kenichi Handa <handa@etl.go.jp>
14842
14843 * textmodes/fill.el (fill-find-break-point): Check the validity of
14844 charset.
14845
148462000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14847
14848 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14849 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14850 Call display-color-p and display-mouse-p instead of looking at
14851 window-system.
14852
148532000-06-06 Dave Love <fx@gnu.org>
14854
14855 * image.el (find-image): Doc fix. Return nil if image not found.
14856 (put-image, insert-image): Make STRING arg optional.
14857
148582000-06-06 Kenichi Handa <handa@etl.go.jp>
14859
14860 * language/vietnamese.el: Remove eval-when-compile.
14861 (viet-viscii-nonascii-translation-table): Define it as a
14862 translation table made from viet-viscii-decode-table.
14863 (viet-viscii-encode-table): Define it as a translation table made
14864 from the reverse map of above.
14865 (viet-vscii-nonascii-translation-table): Define it as a
14866 translation table made from viet-vscii-decode-table.
14867 (viet-vscii-encode-table): Define it as a translation table made
14868 from the reverse map of above.
14869 (ccl-decode-viscii): Use translate-character.
14870 (ccl-encode-viscii, ccl-encode-viscii-font)
14871 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14872 Likewize.
14873
14874 * language/cyrillic.el: Remove eval-when-compile.
14875 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14876 translation table made from cyrillic-koi8-r-decode-table.
14877 (cyrillic-koi8-r-encode-table): Define it as a translation table
14878 made from the reverse map of above.
14879 (ccl-decode-koi8): Use translate-character.
14880 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14881 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14882 a translation table made from cyrillic-alternativnyj-decode-table.
14883 (cyrillic-alternativnyj-encode-table): Define it as a translation
14884 table made from the reverse map of above.
14885 (ccl-decode-alternativnyj): Use translate-character.
14886 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14887 Likewize
14888
14889 * international/mule-diag.el (non-iso-charset-alist): Specify
14890 translation table symbol instead of translation table itself.
14891 (list-block-of-chars): CHARSET may be a translation table symbol.
14892
14893 * international/mule.el (make-coding-system): If CODING-SYSTEM
14894 already exists, override it.
14895
14896 * international/fontset.el: Use family `proportional' for Tibetan
14897 fonts.
14898
14899 * international/ccl.el (ccl-compile-translate-character): Don't
14900 check if Rrr has property translation-table.
14901 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14902
149032000-06-05 Gerd Moellmann <gerd@gnu.org>
14904
14905 * info.el: Bind case-fold-search to t when searching in case
14906 a user sets it to nil in a hook.
14907
149082000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14909
14910 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14911 * hl-line.el (hl-line-mode): Use the new :global key argument.
14912
14913 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14914 (tar-clip-time-string): Prepend a space.
14915 (tar-grind-file-mode): Construct a string rather than modifying one.
14916 (tar-header-block-summarize): Fix docstring.
14917 Use `format' rather than an error-prone set of copy-loops.
14918
14919 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14920 (diff-goto-source, diff-unified->context, diff-context->unified)
14921 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14922 understand the format output by the `-p' argument to diff.
14923
14924 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14925 (sh-re-done): Use defconst.
14926 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14927 (sh-help-string-for-variable, sh-guess-basic-offset):
14928 Don't quote lambdas.
14929 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14930 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14931
14932 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14933 (mh-letter-mode): Derive from text-mode.
14934 This implicitly means that it now calls kill-all-local-variables.
14935 Also remove the Emacs-18 compatibility code.
14936
14937 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14938 Make use of symbol-property doc-string-elt.
14939 Use memq rather than a sequence of eq.
14940 (doc-string-elt): Fix the wrong or missing previously unused values.
14941 (autoload-print-form): New function extracted from
14942 generate-file-autoloads to allow recursion when handling progn
14943 so that defvar's and defun's docstrings are properly printed.
14944 (generate-file-autoloads): Use it.
14945
14946 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14947 Use find-file-hooks in the minor-mode function.
14948 Be careful not to loop indefinitely in the post-command-hook function.
14949
149502000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14951
14952 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14953 tty's.
14954 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14955 differences whenever appropriate.
14956 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14957 * viper.el (find-file, find-file-other-window): Get viper to do
14958 wildcards.
14959
149602000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14961
14962 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14963 (jit-lock-fontify-buffer): New function for JIT refontification.
14964 (jit-lock-mode): Fix docstring.
14965 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14966 Remove jit-lock-after-change from the _local_ hook.
14967 (jit-lock-function-1): Fix docstring.
14968
14969 * info.el (Info-on-current-buffer): Initialize info.
14970
14971 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14972
14973 * progmodes/tcl.el (tcl-indent-for-comment):
14974 Ignore comment-indent-hook.
14975
14976 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14977 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14978 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14979 and improve to use the lighter to guess the capitalization.
14980 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14981 Add keyword arguments to specify global-ness or the custom group.
14982 Add local-map and help-echo properties to the lighter.
14983 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14984 (easy-mmode-define-global-mode): New macro.
14985
149862000-06-02 Dave Love <fx@gnu.org>
14987
14988 * wid-edit.el: byte-compile-dynamic since we typically don't use
14989 all the widgets. Don't require cl or widget. Remove
14990 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14991 (widget-read-event): Removed. Callers changed to use read-event.
14992 (widget-button-release-event-p): Renamed from
14993 button-release-event-p.
14994 (widget-field-add-space, widget-field-use-before-change):
14995 Uncustomize.
14996 (widget-specify-field): Use keymap property, not local-map.
14997 (widget-specify-button): Obey :suppress-face.
14998 (widget-specify-insert): Use modern backquote syntax.
14999 (widget-image-directory): Renamed from widget-glyph-directory.
15000 (widget-image-enable): Renamed from widget-glyph-enable.
15001 (widget-image-find): Replaces widget-glyph-find.
15002 (widget-button-pressed-face): Move defvar.
15003 (widget-image-insert): Replaces widget-glyph-insert.
15004 (widget-convert): Use keywordp.
15005 (widget-leave-text, widget-children-value-delete): Use mapc.
15006 (widget-keymap): Remove XEmacs stuff.
15007 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15008 (widget-button-click): Don't set point at the click, but re-centre
15009 if we scroll out of window. Rewritten for images v. glyphs &c.
15010 (widget-tabable-at): Use POS arg, not point.
15011 (widget-beginning-of-line, widget-end-of-line)
15012 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15013 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15014 (widget-default-create): Use widget-image-insert; some rewriting.
15015 (widget-visibility-value-create)
15016 (widget-push-button-value-create, widget-toggle-value-create): Use
15017 widget-image-insert.
15018 (checkbox): Create on and off images dynamically.
15019 (documentation-link): Change :help-echo.
15020 (widget-documentation-link-echo-help): Remove.
15021
150222000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15023
15024 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15025
15026 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15027 (easy-mmode-define-toggle, define-minor-mode): Use it.
15028 (easy-mmode-define-keymap): Docstring fix.
15029 (define-derived-mode): Default PARENT to fundamental-mode.
15030 Add the derived-mode-parent symbol-property.
15031 (easy-mmode-derived-mode-p): New function.
15032
150332000-06-02 Dave Love <fx@gnu.org>
15034
15035 * files.el (convert-standard-filename): Doc fix.
15036 (normal-backup-enable-predicate): New function.
15037 (backup-enable-predicate): Use it to replace the lambda form.
15038
15039 * calendar/todo-mode.el: [This needs more work on the outline
15040 stuff.] Doc fixes.
15041 (todo) <defgroup>: Add :version.
15042 (todo-add-category): Don't use pushnew.
15043 (todo-cmd-raise): Fix typo.
15044 (todo-top-priorities): Change temp buffer name.
15045 (todo-category-alist): Avoid redundant lambda.
15046 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15047 Use outline-next-heading.
15048
15049 * autoarg.el: Rewritten to use define-minor-mode.
15050 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15051 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15052
150532000-06-02 Kenichi Handa <handa@etl.go.jp>
15054
15055 * isearch.el (isearch-other-meta-char): Fix previous change.
15056
150572000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15058
15059 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15060 (log-edit-done): Only add the comment to the ring if it's different
15061 from the last comment entered.
15062
15063 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15064
150652000-06-01 Dave Love <fx@gnu.org>
15066
15067 * hl-line.el: Rewritten using define-minor-mode.
15068
15069 * help.el (describe-function-1): Distinguish special form from
15070 builtin function. Sanity-check presence of arglist for builtins.
15071
150722000-06-01 Kenichi Handa <handa@etl.go.jp>
15073
15074 * international/characters.el: Fix syntax/category setting of
15075 Tibetan characters.
15076
15077 * language/tibet-util.el (tibetan-add-components): Fixes for new
15078 encoding of Tibetan characters.
15079 (tibetan-decompose-precomposition-alist): New variable.
15080 (tibetan-decompose-region): Convert precomposed characters to
15081 non-precomposed characters.
15082 (tibetan-decompose-string): Likewise.
15083 (tibetan-composition-function): Fix args to
15084 thibetan-compose-string.
15085
15086 * language/tibetan.el (tibetan-composable-pattern): More
15087 characters included.
15088 (tibetan-consonant-transcription-alist): Rule for "R" added.
15089 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15090 "+R" added.
15091 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15092
15093 * language/lao-util.el (lao-composition-function): Fix args to
15094 compose-string.
15095
15096 * language/thai-util.el (thai-composition-function): Fix args to
15097 compose-string.
15098
15099 * isearch.el (isearch-update): Set disable-point-adjustment to t
15100 to prevent the point moving to the end of a composition when a
15101 part of a composition is searched.
15102 (isearch-other-meta-char): If the key invoking this command can be
15103 mapped by function-key-map to a printing char, call
15104 isearch-process-search-char directly.
15105
151062000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * emacs-lisp/bytecomp.el:
15109 * frame.el:
15110 * international/mule-cmds.el:
15111 * international/mule-util.el:
15112 * international/mule.el:
15113 * mouse.el:
15114 * subr.el:
15115 * faces.el: Update calls to make-obsolete with a WHEN argument.
15116
15117 * byte-run.el (make-obsolete, make-obsolete-variable):
15118 Add an optional WHEN argument and change the format of the
15119 symbol-property information.
15120 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15121 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15122 new obsolete-symbol-property format and print WHEN if it is provided.
15123
151242000-05-31 Dave Love <fx@gnu.org>
15125
15126 * loadhist.el (loadhist-hook-functions): Remove
15127 before-change-function, after-change-function.
15128 (unload-feature): Deal with symbols which are both bound and
15129 fbound.
15130
15131 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15132 before-change-function, after-change-function.
15133
15134 * simple.el (newline): Don't bind before-change-function,
15135 after-change-function.
15136
151372000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15138
15139 * whitespace.el (whitespace-rescan-timer-time): Update interval
15140 set to 600 seconds (10 minutes) instead of 60 seconds since
15141 a large number of whitespace buffers causes emacs to `freeze'
15142 for a considerable amount of time.
15143
15144 * whitespace.el: Updated email address
15145
151462000-05-31 Dave Love <fx@gnu.org>
15147
15148 * add-log.el (change-log-font-lock-keywords) <function>: Add
15149 pattern for function of change.
15150 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15151 acknowledgements patterns.
15152
151532000-05-31 Kenichi Handa <handa@etl.go.jp>
15154
15155 * isearch.el (isearch-printing-char): If keyboard coding system is
15156 being used, call isearch-process-search-multibyte-characters.
15157
15158 * international/isearch-x.el: Mostly rewritten.
15159
15160 * international/quail.el (quail-start-conversion): Don't include
15161 unhandled events in the returned events, but set them in
15162 unread-command-events. Exit if all inputs are deleted.
15163
151642000-05-30 Jason Rumney <jasonr@gnu.org>
15165
15166 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15167
15168 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15169 Reenable code to create initial fontsets.
15170 Use set-fontset-font in place of put-charset-property.
15171
151722000-05-30 Gerd Moellmann <gerd@gnu.org>
15173
15174 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15175 label, ensure that the first colon isn't followed by another.
15176
15177 * paths.el (Info-default-directory-list): Doc fix.
15178
15179 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15180 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15181 send a query containing USER only, not USER@HOST.
15182
15183 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15184 and rmail-msgend to compute the restriction at the end, instead of
15185 computing it.
15186
151872000-05-29 Gerd Moellmann <gerd@gnu.org>
15188
15189 * dabbrev.el (dabbrev-expand): Don't display messages in the
15190 echo area if the minibuffer window is active.
15191
15192 * jit-lock.el (jit-lock-mode): Add after change function to
15193 local hook.
15194
151952000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15196
15197 * antlr-mode.el: New commands: hide/unhide actions,
15198 upcase/downcase literals.
15199 (antlr-tiny-action-length): New user option.
15200 (antlr-hide-actions): New command. Suggested by
15201 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15202 (antlr-mode-map): New binding [C-c C-v].
15203 (antlr-mode-menu): New entries.
15204 (antlr-downcase-literals): New command.
15205 (antlr-upcase-literals): Ditto.
15206
15207 * antlr-mode.el: Minor changes: indendation, mode-name.
15208 (antlr-indent-line): Indent cpp directive at column 0.
15209 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15210
15211 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15212 (antlr-font-lock-additional-keywords): Workaround for intentional
15213 bug in XEmacs version of font-lock.
15214 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15215 be used by a smarter version of `buffers-menu-grouping-function'.
15216
152172000-05-29 Gerd Moellmann <gerd@gnu.org>
15218
15219 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15220 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15221
152222000-05-29 Kenichi Handa <handa@etl.go.jp>
15223
15224 * international/encoded-kb.el
15225 (encoded-kbd-iso2022-designation-map): Pay attention to that
15226 charset-iso-final-char return -1 for eight-bit-control and
15227 eight-bit-graphic.
15228
152292000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15230
15231 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15232 (speedbar-easymenu-definition-base): Use display-graphic-p where
15233 available, instead of window-system.
15234
152352000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15236
15237 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15238 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15239 coding systems.
15240
152412000-05-26 Dave Love <fx@gnu.org>
15242
15243 * disp-table.el (standard-display-underline): Don't use
15244 internal-find-face.
15245
15246 * mail/reporter.el: Maintainer change. Doc fixes.
15247 (reporter-version): Deleted.
15248
15249 * emacs-lisp/elp.el: Maintainer change.
15250 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15251
152522000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15253
15254 * add-log.el (add-change-log-entry): Merge the current entry with the
15255 previous one if the previous one is empty.
15256
152572000-05-26 Dave Love <fx@gnu.org>
15258
15259 * loadhist.el (unload-feature): Fix interactive spec [from
15260 lijnzaad@ebi.ac.uk].
15261
15262 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15263 subr-arity to check primitives.
15264 (byte-compile-flush-pending, byte-compile-file-form-progn)
15265 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15266 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15267 mapcar.
15268
152692000-05-26 Kenichi Handa <handa@etl.go.jp>
15270
15271 * international/fontset.el: Set family names of non-latin charsets
15272 in default fontset to "*".
15273
15274 * international/mule-diag.el (print-fontset): Combine family part
15275 and registry part of the fontname by "-*-" instead of "-".
15276
15277 * international/mule-cmds.el (encode-coding-char): Make strings
15278 multibyte before calling encode-coding-string.
15279
152802000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15281
15282 * derived.el: Fix keywords.
15283 (define-derived-mode): Only define if needed.
15284
15285 * simple.el (fill-comment, comment-column, comment-start)
15286 (comment-start-skip, comment-end, comment-indent-function)
15287 (block-comment-start, block-comment-end, indent-for-comment)
15288 (set-comment-column, kill-comment, comment-padding, comment-region)
15289 (comment-multi-line, indent-new-comment-line): Remove.
15290
15291 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15292 function names for comment operations.
15293
15294 * newcomment.el: Add abundant autoload cookies.
15295 (comment-style): Don't depend on runtime data at compile-time.
15296 (comment-indent-hook): Remove.
15297 (comment-indent): Check if comment-indent-hook is bound.
15298 (comment-region): Docstring fix.
15299
153002000-05-25 Dave Love <fx@gnu.org>
15301
15302 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15303 byte-code-function-p.
15304
15305 * mail/rmailsum.el: Add provide.
15306
15307 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15308
15309 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15310 defcustom.
15311
153122000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15313
15314 * ediff-diff.el (ediff-exec-process): delete --binary option from
15315 non-buffer ediff jobs.
15316
153172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15318
15319 * hilit-chg.el (highlight-changes-mode): Ask about color or
15320 grayscale support, not about window-system.
15321
15322 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15323 window-system.
15324 (ffap-highlight): Always default to t.
15325
15326 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15327 display-popup-menus-p instead of looking at window-system.
15328
15329 * disp-table.el (standard-display-g1, standard-display-graphic):
15330 Only refuse to use string glyphs on X and MS-Windows.
15331
15332 * avoid.el: Remove window-system from commentary, suggest to use
15333 display-*-p instead.
15334
15335 * apropos.el (apropos-print): Use display-mouse-p instead of
15336 window-system.
15337
153382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15339
15340 * international/codepage.el (cp-decoding-vector-for-codepage):
15341 Fill up unsupported characters with their own codes. From Kenichi
15342 Handa.
15343
153442000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15345
15346 * international/mule-diag.el (describe-char-after): Use
15347 display-graphic-p instead of window-system, so that this function
15348 works on MS-DOS.
15349
153502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15351
15352 * international/codepage.el (cp-make-coding-systems-for-codepage):
15353 Remove the eight-bit-graphic and eight-bit-control charsets from
15354 the list of charsets which we convert into `?'.
15355
153562000-05-25 Kenichi Handa <handa@etl.go.jp>
15357
15358 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15359 private charsets.
15360 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15361 japanese-jisx0213-2): New charsets.
15362
15363 * international/fontset.el: Setup default fontset for new charsets.
15364
153652000-05-24 Dave Love <fx@gnu.org>
15366
15367 * info.el (Info-find-node-2): Restructure [following "Vadim
15368 S. Solomin" <sovs@uic.nnov.ru>].
15369
15370 * icomplete.el: Fix header for Finder.
15371
153722000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15373
15374 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15375 STAY.
15376
15377 * rmail.el (rmail-automatic-folder-directives): New user variable.
15378 (rmail-show-message): Add call to `rmail-auto-file' during
15379 display.
15380 (rmail-auto-file): New function.
15381
153822000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15383
15384 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15385 account.
15386 (ediff-test-utility,ediff-diff-mandatory-option)
15387 (ediff-reset-diff-options): Utilities for proper initialization of
15388 ediff-diff-options and ediff-diff3-options on Windows.
15389
15390 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15391 variable.
15392
15393 * ediff-mult.el (ediff-filegroup-action): Use
15394 ediff-merge-filename-prefix.
15395
153962000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15397
15398 * viper-ex.el (ex-write): Set selective display to nil.
15399
154002000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15401
15402 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15403 aliases for hebrew-iso-8bit.
15404
154052000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15406
15407 * woman.el: New version from Francis J. Wright
15408 <F.J.Wright@Maths.QMW.ac.uk>.
15409 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15410 names in environment variables regardless of the path separator.
15411 (woman-topic-all-completions-1): Don't call file-name-directory-p
15412 on all files, since woman-file-regexp already filters out any
15413 directories.
15414
154152000-05-24 Kenichi Handa <handa@etl.go.jp>
15416
15417 * international/quail.el (quail-start-translation): Don't change
15418 modified-p of the current buffer.
15419 (quail-start-conversion): Likewise.
15420
15421 * international/kkc.el (kkc-region): Don't change modified-p of
15422 the current buffer.
15423
15424 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15425 conform to RFC1468.
15426 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15427
154282000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15429
15430 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15431 (speedbar-insert-button): Invisible text property fix.
15432 (speedbar-directory-plus): Renamed from speedbar-directory-+
15433 (speedbar-directory-minus): Renamed from speedbar-directory--
15434 (speedbar-page-plus): Renamed from speedbar-file-+
15435 (speedbar-page-minus): Renamed from speedbar-file--
15436 (speedbar-page): Renamed from speedbar-file-
15437 (speedbar-tag): Renamed from speedbar-tag-
15438 (speedbar-tag-plus): Renamed from speedbar-tag-+
15439 (speedbar-tag-minus): Renamed from speedbar-tag--
15440 (speedbar-expand-image-button-alist): Use above renames.
15441
15442 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15443 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15444 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15445 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15446 * sb-pg.xpm: Renamed from sb-file.xpm
15447 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15448 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15449
154502000-05-24 Kenichi Handa <handa@etl.go.jp>
15451
15452 * international/quail.el (quail-show-guidance-buf): Set
15453 current-input-method of the guidance buffer to the name of the
15454 curren input method.
15455
154562000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15457
15458 * progmodes/compile.el (compile-internal): Style typo.
15459
15460 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15461 quote vars and functions in the docstring.
15462
15463 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15464
15465 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15466 Don't quote lambdas.
15467
15468 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15469
154702000-05-23 Gerd Moellmann <gerd@gnu.org>
15471
15472 * startup.el (command-line): Determine source file of compiled
15473 user init file differently. Warn if compiled user init file
15474 is older than its source file.
15475
15476 * ffap.el (ffap-url-regexp): Add `https'.
15477
154782000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15479
15480 * files.el (make-backup-file-name-1): Replace slashes with `!'
15481 rather than `|' (which is not allowed on Windows). Replace the
15482 drive letters with a string "drive_X".
15483
154842000-05-23 Gerd Moellmann <gerd@gnu.org>
15485
15486 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15487
15488 * files.el (interpreter-mode-alist): Add `bash2'.
15489
154902000-05-22 Dave Love <fx@gnu.org>
15491
15492 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15493 mapc.
15494 (feature-file): Avoid calling symbol-name. Doc fix.
15495 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15496 (loadhist-hook-functions): Add mouse-position-function.
15497 (unload-feature): Change uses of mapcar.
15498
15499 * files.el (parse-colon-path): Doc fix.
15500 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15501 (set-auto-mode): Use mapc.
15502
15503 * complete.el (PC-look-for-include-file): Use :alnum: character
15504 class.
15505 (partial-completion-mode): Add autoload cookie.
15506
155072000-05-22 Sam Steingold <sds@gnu.org>
15508
15509 * info.el (Info-fontify-node): Fixed the call to
15510 `add-text-properties' (bug introduced on 2000-05-18).
15511
155122000-05-22 Dave Love <fx@gnu.org>
15513
15514 * bindings.el: Remove debug-ignored-errors set in other files.
15515
15516 * progmodes/etags.el: Add to debug-ignored-errors.
15517 (visit-tags-table-buffer): Clear out buffers holding old tables
15518 when making a new list.
15519 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15520 mapc.
15521
15522 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15523 quote keywords.
15524 (cmpl-string-case-type): Use character classes.
15525
15526 * comint.el:
15527 * textmodes/ispell.el:
15528 * imenu.el:
15529 * mail/mh-e.el:
15530 * progmodes/compile.el: Add to debug-ignored-errors.
15531
15532 * dabbrev.el: Add to debug-ignored-errors.
15533 (dabbrev-completion): Use mapc.
15534
155352000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15536
15537 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15538 (woman-mapcan, woman-parse-man.conf)
15539 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15540 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15541 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15542 path syntax better.
15543 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15544 (woman-manpath): Call woman-parse-man.conf.
15545 (woman-emulation): New defcustom, defaults to nroff.
15546 (woman-font-support): New defconst.
15547 (woman-use-symbol-font): New defcustom.
15548 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15549 "Emulation".
15550 Many functions: Doc fix.
15551
155522000-05-22 Kenichi Handa <handa@etl.go.jp>
15553
15554 * international/quail.el (quail-simple-translation-keymap): Map
15555 128..255 to quail-self-insert-command.
15556 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15557
155582000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15559
15560 * help.el (help-manyarg-func-alist): Typo.
15561
15562 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15563 intervals which makes it heaps simpler.
15564
15565 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15566 the nested comment markers.
15567
15568 * subr.el (remove-hook): Don't turn the hook's value into a list.
15569
155702000-05-21 Dave Love <fx@gnu.org>
15571
15572 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15573 are invalid characters.
15574
15575 * international/mule-util.el (detect-coding-with-priority): Use
15576 mapc. Remove redundant lambda.
15577
15578 * international/mule-diag.el (list-non-iso-charset-chars)
15579 (describe-fontset): Remove redundant lambda.
15580
15581 * emulation/crisp.el (brief-mode): New alias.
15582
15583 * emacs-lisp/ring.el (ring-elements): New function.
15584
15585 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15586 (easy-menu-do-add-item): Use keywordp.
15587
15588 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15589
15590 * replace.el: Doc and error message fixes.
15591 (replace-highlight): Use facep, not internal-find-face.
15592
155932000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15594
15595 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15596
15597 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15598 (log-edit-insert-changelog): Drop `:' as well.
15599
15600 * log-view.el: Fix file description.
15601 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15602 available.
15603 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15604 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15605
15606 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15607 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15608 Print a status message if the toggle is called interactively.
15609 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15610 for global minor modes and use `defcustom' for them.
15611 Use add-minor-mode.
15612 (easy-mmode-define-derived-mode): Remove.
15613 (define-derived-mode): Fancier default docstring.
15614 (easy-mmode-define-navigation): Signal an error rather than (ding).
15615
15616 * newcomment.el (comment-styles): New `box-multi'.
15617 (comment-normalize-vars): Better default for comment-continue to
15618 avoid whitespace-only continuations.
15619 (comment-search-forward): Always move even in the no-syntax case.
15620 (comment-padright): Only obey N if it's only obeyed for padleft.
15621 (comment-make-extra-lines): Better handling of empty continuations.
15622 Use `=' for the filler if comment-start has only one character.
15623 (uncomment-region): Try handling the special `=' filler.
15624 (comment-region): Allow LINES even if MULTI is nil.
15625 (comment-box): Choose box style based on comment-style.
15626
156272000-05-20 Kenichi Handa <handa@etl.go.jp>
15628
15629 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15630 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15631
156322000-05-20 Kenichi HANDA <handa@etl.go.jp>
15633
15634 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15635 and insert, not subst-char-in-region.
15636
15637 * international/mule-diag.el (list-character-sets-1): Handle
15638 charsets eight-bit-control and eight-bit-graphic.
15639 (list-iso-charset-chars): Likewise.
15640 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15641 charactes as is. Use indent-to to align characters.
15642
15643 * international/mule-cmds.el (find-multibyte-characters): Never
15644 exclude charsets eight-bit-control and eight-bit-graphic.
15645
156462000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15647
15648 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15649 Don't quote lambdas.
15650
15651 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15652
156532000-05-19 Gerd Moellmann <gerd@gnu.org>
15654
15655 * gud.el (gud-jdb-directories): Doc fix.
15656
156572000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15658
15659 * newcomment.el: New file.
15660
156612000-05-19 Gerd Moellmann <gerd@gnu.org>
15662
15663 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15664
156652000-05-18 Andreas Schwab <schwab@suse.de>
15666
15667 * dired.el (dired-between-files): Also skip lines beginning with
15668 `used'.
15669
156702000-05-18 Gerd Moellmann <gerd@gnu.org>
15671
15672 * msb.el (msb-menu-cond): Add choice `user'.
15673
156742000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15675
15676 * ps-print.el: Compatibility, customization and doc fix.
15677 (ps-printer-name-option): Replace defconst by defvar.
15678 (ps-postscript-code-directory): XEmacs compatibility.
15679 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15680 fix.
15681 (ps-user-defined-prologue, ps-print-prologue-header)
15682 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15683 compatibility and code fix.
15684 (ps-print-background-image, ps-print-background-text):
15685 Customization fix.
15686 (ps-line-number-start, ps-n-up-on): New vars.
15687
156882000-05-18 Espen Skoglund <esk@ira.uka.de>
15689
15690 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15691 the indent-comment function to just return the appropriate indent.
15692
156932000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15694
15695 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15696 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15697 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15698
156992000-05-18 Dave Love <fx@gnu.org>
15700
15701 * info.el (Info-fontify-node): Add intangible property as well as
15702 invisible.
15703
15704 * calendar/appt.el (appt-make-list): Match all lines of entry.
15705 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15706
157072000-05-18 Kenichi Handa <handa@etl.go.jp>
15708
15709 * international/mule-diag.el (describe-char-after): Call
15710 internal-char-font, not char-font. If internal-char-font returns
15711 nil, display "-- none --".
15712
157132000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15714
15715 * image.el (image-type-available-p): Don't reference image-types
15716 if it isn't bound.
15717
157182000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15719
15720 * autoarg.el (autoarg-mode): Typo in the :set argument.
15721
157222000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15723
15724 * startup.el (command-line-1): Don't signal an error if the
15725 directory for auto-save-list files does not yet exist.
15726
157272000-05-17 Kenichi Handa <handa@etl.go.jp>
15728
15729 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15730
157312000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15732
15733 * subr.el (remove-hook): `setq' hook-value, not `set'.
15734
157352000-05-16 Sam Steingold <sds@gnu.org>
15736
15737 * info.el (debug-ignored-errors): More errors to ignore.
15738
157392000-05-16 Dave Love <fx@gnu.org>
15740
15741 * cus-edit.el: Don't require cl or easymenu.
15742 (custom-variable-prompt): Test standard-value property, not
15743 user-variable-p.
15744
157452000-05-16 Sam Steingold <sds@gnu.org>
15746
15747 * subr.el (add-hook): `setq' hook-value, not `set'.
15748
157492000-05-16 Gerd Moellmann <gerd@gnu.org>
15750
15751 * startup.el (command-line-1): Mention the FAQ in the startup
15752 message.
15753
15754 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15755
15756 * progmodes/compile.el (compilation-parse-errors): Collect
15757 `nomessage' regexps last.
15758
15759 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15760
15761 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15762 to the function name.
15763
157642000-05-15 Dave Love <fx@gnu.org>
15765
15766 * speedbar.el (speedbar-recenter): Typo.
15767 (speedbar-expand-line): Make arg optional.
15768 (speedbar-mode): Avoid a compiler warning.
15769
157702000-05-15 Gerd Moellmann <gerd@gnu.org>
15771
15772 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15773 user-specified option string is empty.
15774
15775 * mouse.el (mouse-yank-at-click): Doc fix.
15776
157772000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15778
15779 * term/internal.el (IT-character-translations): More updates of
15780 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15781 documents.
15782
157832000-05-15 Gerd Moellmann <gerd@gnu.org>
15784
15785 * env.el (getenv): New function, interactively callable.
15786 (setenv, getenv): Remove autoload cookies.
15787
15788 * loadup.el: Load `env'.
15789
15790 * progmodes/f90.el: Change author's mail address.
15791
157922000-05-14 Dave Love <fx@gnu.org>
15793
15794 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15795 goto-addr as an option.
15796
15797 * help.el (help-xref-stack): Doc fix.
15798 (help-xref-following): New variable.
15799 (help-make-xrefs): Use it.
15800 (help-xref-go-back): Use position information from stack element.
15801 (help-follow): Make position in stack element a pair. Use
15802 help-xref-following.
15803
15804 * autoarg.el: New file.
15805
15806 * faces.el: Declare more functions obsolete.
15807
15808 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15809 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15810 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15811 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15812 Remove all the setup-...-environment functions.
15813
158142000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15815
15816 * speedbar.el: Updated the commentary section. xemacs20p now uses
15817 >= when detecting. Require `defimage' safely.
15818 (speedbar-easymenu-definition-base): Add toggle for images.
15819 (speedbar-easymenu-definition-special): Add flush cache & expand.
15820 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15821 (speedbar-reconfigure-keymaps-hook): New variable.
15822 (speedbar-frame-parameters): Updated documentation.
15823 (speedbar-use-imenu-flag): Updated custom tag
15824 (speedbar-dynamic-tags-function-list): New variable.
15825 (speedbar-tag-hierarchy-method): Updated doc & custom.
15826 (speedbar-indentation-width, speedbar-indentation-width) New
15827 variables.
15828 (speedbar-hide-button-brackets-flag): Customizable.
15829 (speedbar-vc-indicator): Doc update.
15830 (speedbar-ignored-path-expressions): Updated default value.
15831 (speedbar-supported-extension-expressions): Updated default value.
15832 (speedbar-syntax-table): Remove {} paren status.
15833 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15834 as "+". Added overlay aliases.
15835 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15836 `force-mode-line-update'.
15837 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15838 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15839 `mouse-set-point'
15840 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15841 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15842 of arbitrary text, and new helper functions.
15843 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15844 filename finder.
15845 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15846 (speedbar-directory-buttons): Update path search/expansion.
15847 (speedbar-make-tag-line): Pay attention to
15848 `speedbar-indentation-width'. Use more care w/ invisible
15849 properties.
15850 (speedbar-change-expand-button-char): Call
15851 `speedbar-insert-image-button-maybe'.
15852 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15853 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15854 (speedbar-trim-words-tag-hierarchy)
15855 (speedbar-simple-group-tag-hierarchy): New functions
15856 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15857 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15858 functions.
15859 (speedbar-mouse-set-point): New function
15860 (speedbar-power-click): Updated documentation.
15861 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15862 of tag prefix text.
15863 (speedbar-expand-line, speedbar-contract-line): Make more robust
15864 to strange text.
15865 (speedbar-expand-line): Takes universal argument to flush the
15866 cache.
15867 (speedbar-flush-expand-line): New function.
15868 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15869 Use new generator insertion method.
15870 (speedbar-fetch-dynamic-tags): New function.
15871 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15872 `speedbar-fetch-dynamic-imenu'.
15873 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15874 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15875 "Revert Buffer" menu items.
15876 (speedbar-buffer-buttons-engine): Be smarter when creating a
15877 filename tag (for expansion purposes.).
15878 (speedbar-highlight-one-tag-line,
15879 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15880 (speedbar-recenter): New functions.
15881 (defimage-speedbar): Image loading abstraction.
15882 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15883 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15884 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15885 (speedbar-tag-type, speedbar-tag-mail): New images.
15886 (speedbar-expand-image-button-alist): New variable.
15887 (speedbar-insert-image-button-maybe): Insert an image over some
15888 buttons.
15889
158902000-05-13 Kenichi Handa <handa@etl.go.jp>
15891
15892 * international/mule-cmds.el (encode-coding-char): An ASCII
15893 character is always encodable.
15894
15895 * international/mule-conf.el: Add more information in descriptions
15896 of character sets.
15897
15898 * international/mule-diag.el (describe-char-after): New function.
15899 (describe-font-internal): Adjusted for the change of font-info.
15900 (describe-font): Likewise.
15901 (print-fontset): Rewritten for the new fontset implementation.
15902 (describe-fontset): Include fontset alias names in completion.
15903 (list-fontsets): Adjusted for the change of print-fontset.
15904
15905 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15906 describe-char-after instead of displaying the detail in the echo
15907 area.
15908 (syntax-code-table): Format changed.
15909 (string-to-syntax): Adjusted for the above change.
15910
159112000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15912
15913 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15914
159152000-05-12 Dave Love <fx@gnu.org>
15916
15917 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15918 dependence. Use line-{beginning,end}-position, not
15919 point-at{b,e}ol. Some doc fixes.
15920 (todo-position): New function. Fix callers of position to use it.
15921 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15922
159232000-05-12 Gerd Moellmann <gerd@gnu.org>
15924
15925 * time.el (display-time-mail-icon): Use `:ascent center'.
15926
15927 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15928 handling FTP security extensions.
15929
159302000-05-11 Dave Love <fx@gnu.org>
15931
15932 * calendar/todo-mode.el: New file.
15933
159342000-05-11 Gerd Moellmann <gerd@gnu.org>
15935
15936 * comint.el (comint-read-input-ring): Move reference to
15937 comint-input-ring-size outside of the save-excursion. It was
15938 causing the default value to be the only one ever seen.
15939
15940 * font-lock.el: Update copyright. Remove Simon Marshall's email
15941 address on request from him.
15942
15943 * subr.el (substitute-key-definition): Add comment describing
15944 the meaning of PREFIX.
15945
159462000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15947
15948 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15949
15950 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15951 (add-minor-mode): Don't make the variable buffer-local and add a
15952 reference to define-minor-mode in the docstring.
15953
15954 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15955 HEADER/FOOTER and fix bug with trailing empty directory.
15956 (cvs-append-to-ignore): Use vc-editable-p if available.
15957 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15958 (vc-do-command): Tweak advice to handle the new VC.
15959
15960 * log-view.el (log-view-goto-rev): New function for the new VC.
15961 (log-view-minor-wrap): Use mark-active.
15962
15963 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15964 (log-edit-changelog-full-paragraphs): New var.
15965 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15966 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15967 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15968 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15969 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15970 Replace the `cvs' prefix with `log-edit'.
15971
15972 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15973
15974 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15975 (diff-font-lock-defaults): Explicitly turn off multiline.
15976 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15977 (diff-ediff-patch): Fix call to ediff-patch-file.
15978 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15979 Handle comments.
15980
15981 * frame.el (automatic-hscrolling): Typo.
15982
15983 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15984
159852000-05-09 Sam Steingold <sds@goems.com>
15986
15987 * apropos.el (apropos-print): use `describe-face' instead of
15988 `customize-face-other-window'.
15989
159902000-05-09 Dave Love <fx@gnu.org>
15991
15992 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15993
15994 * help.el (describe-variable): Have customize button pop the
15995 help-xref stack when invoked.
15996 (help-xref-symbol-regexp): Add `face'.
15997 (help-make-xrefs): Check for quoted face names and adapt regexp
15998 submatch numbers to cope.
15999 (help-xref-interned): Maybe insert face doc too. Separate
16000 sections with a line of hyphens.
16001
16002 * faces.el: Some doc fixes. Declare some functions obsolete.
16003 (describe-face): Add customize button. Return the help
16004 text. Fix prompt.
16005
160062000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16007
16008 * term/internal.el (IT-character-translations): Fix last change.
16009
160102000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16011
16012 * woman.el: New file
16013 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16014
160152000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16016
16017 * term/internal.el (IT-character-translations): Update ASCII
16018 simulations for greek-iso8859-7, add latin-iso8859-14 and
16019 latin-iso8859-15.
16020
16021 * international/mule-cmds.el (set-language-info-alist): Call
16022 define-prefix-command with 3 arguments, to make the map suitable
16023 for a menu.
16024
160252000-05-07 Dave Love <fx@gnu.org>
16026
16027 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16028
160292000-05-05 Dave Love <fx@gnu.org>
16030
16031 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16032 list in doc string. Don't quote keyword symbols.
16033 * emacs-lisp/cl.el: Likewise
16034 * emacs-lisp/cl-seq.el: Likewise
16035
160362000-05-05 Gerd Moellmann <gerd@gnu.org>
16037
16038 * abbrev.el (abbrev-mode): Make ARG optional.
16039
160402000-05-04 Gerd Moellmann <gerd@gnu.org>
16041
16042 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16043
16044 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16045
16046 * subr.el (substitute-key-definition): Clarify documentation.
16047
160482000-05-04 Milan Zamazal <pdm@freesoft.cz>
16049
16050 * glasses.el (glasses-convert-to-unreadable): Use
16051 `glasses-separator' instead of the hard-wired "_".
16052 (glasses-mode): Call `glasses-make-unreadable' only in a single
16053 place.
16054
160552000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16056
16057 * term/internal.el (cjk-codepages-alist): Add associations for
16058 Chinese and Korean codepages. Remove FIXME comment.
16059
160602000-05-03 Dave Love <fx@gnu.org>
16061
16062 * time.el (display-time-mail-face, display-time-use-mail-icon):
16063 New option.
16064 (display-time-mail-icon): New variable.
16065 (display-time-string-forms): Use the above. Fix the local-map.
16066
160672000-05-03 Gerd Moellmann <gerd@gnu.org>
16068
16069 * replace.el (query-replace-map): Add binding for `E'.
16070 (query-replace-help): Extend help text.
16071 (perform-replace): Allow editing the replacement string.
16072
16073 * make-mode.el (makefile-mode-abbrev-table): New variable.
16074 (makefile-mode): Set local abbrev table to
16075 makefile-mode-abbrev-table.
16076 (makefile-font-lock-keywords): Fontify includes and conditionals.
16077
16078 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16079 set TOGGLE's value.
16080
16081 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16082 mail-interactive-insert-alias.
16083 (mail-abbrev-complete-alias): New command.
16084 (mail-mode-map): Bind it to `M-TAB'.
16085
160862000-05-03 Kenichi Handa <handa@etl.go.jp>
16087
16088 * language/lao-util.el (lao-compose-region): New function.
16089
160902000-05-02 Gerd Moellmann <gerd@gnu.org>
16091
16092 * files.el (recover-session): Make directories as necessary
16093 if they don't exist yet.
16094
16095 * calendar/cal-french.el
16096 (french-calendar-multibyte-special-days-array)
16097 (french-calendar-special-days-array): Change French text.
16098 (calendar-french-date-string): Change output.
16099 (calendar-goto-french-date): Likewise.
16100
161012000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16102
16103 * wid-edit.el (widget-default-active): Obey `:always-active'.
16104 (widget-documentation-string-value-create): Set `:always-active'.
16105
161062000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16107
16108 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16109 default prefix to `~/_emacs.d/auto-save.list/_s'.
16110 (normal-top-level): Create the directory for auto-save files, if
16111 it doesn't already exist (in the ms-dos case only).
16112
161132000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16114
16115 * international/mule-cmds.el (set-language-environment): Don't
16116 concat an integer (dos-codepage), use format instead.
16117
161182000-05-02 Dave Love <fx@gnu.org>
16119
16120 * help.el (help-xref-on-pp): Check for constant symbols.
16121
161222000-04-29 Gerd Moellmann <gerd@gnu.org>
16123
16124 * startup.el (normal-top-level): Put a condition-case around
16125 the code loading subdirs.el.
16126
161272000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16128
16129 * ps-print.el: Upside-down and face background color printing,
16130 line number step, doc fix.
16131 (ps-print-version): New version number (5.2).
16132 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16133 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16134 (ps-spool-config): Var fix.
16135 (ps-printer-name-option): Const fix.
16136 (ps-print-upside-down, ps-use-face-background)
16137 (ps-line-number-step): New vars.
16138 (ps-window-system, ps-lp-system): New consts.
16139 (ps-face-background): New fun.
16140
161412000-04-28 Richard Stallman <rms@gnu.org>
16142
16143 * files.el (make-auto-save-file-name):
16144 Apply auto-save-file-name-transforms to visited file name
16145 before generating auto save file name.
16146 (auto-save-file-name-transforms): New variable.
16147
16148 * files.el (backup-enable-predicate):
16149 Correctly test for a file under a temporary directory.
16150
161512000-04-28 Gerd Moellmann <gerd@gnu.org>
16152
16153 * subr.el (add-minor-mode): Rewritten.
16154
161552000-04-28 Kenichi Handa <handa@etl.go.jp>
16156
16157 * mail/sendmail.el (sendmail-send-it): Set
16158 buffer-file-coding-system to the selected coding system for MIME
16159 header.
16160
161612000-04-27 Gerd Moellmann <gerd@gnu.org>
16162
16163 * dired.el (dired-move-to-filename-regexp): Allow format where
16164 YYYY is followed by two spaces.
16165
16166 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16167 in the second character class of the regexp.
16168
16169 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16170 mh-etc, too.
16171
16172 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16173 nil.
16174
16175 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16176
16177 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16178 argument.
16179
161802000-04-27 Sen Nagata <sen@eccosys.com>
16181
16182 * emacs-lisp/crm.el (crm-completion-table): New variable.
16183 (crm-collection-fn, crm-test-completion)
16184 (completing-read-multiple): Use it.
16185
161862000-04-27 Dave Love <fx@gnu.org>
16187
16188 * help.el (locate-library): Use mapc.
16189 (help-manyarg-func-alist): Add call-process-region.
16190
161912000-04-26 Gerd Moellmann <gerd@gnu.org>
16192
16193 * subr.el (add-minor-mode): Make argument MAP optional.
16194
16195 * desktop.el (desktop-save): Save list of minor modes.
16196 (desktop-create-buffer): Restore minor modes.
16197 (desktop-minor-mode-table): New user-option.
16198
16199 * subr.el (add-minor-mode): New function.
16200
16201 * image.el (find-image): New function.
16202 (defimage): Rewritten to find image at load time.
16203
16204 * startup.el (normal-top-level-add-to-load-path): Handle
16205 case that the default directory is not in load-path.
16206
16207 * help.el: Old patch from Stefan Monnier.
16208 (help-xref-on-pp): New function.
16209 (describe-variable): Use it to display xrefs in a symbol's value.
16210
162112000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16212
16213 * cus-edit.el (custom-face): Fix parenthesis.
16214
162152000-04-26 Kenichi Handa <handa@etl.go.jp>
16216
16217 * mail/rmail.el (rmail-expunge): When there are no deleted
16218 messages, do nothing.
16219
162202000-04-26 Dave Love <fx@gnu.org>
16221
16222 * international/mule-cmds.el (locale-translation-file-name):
16223 Defvar to nil.
16224 (set-locale-environment): Set it here (at runtime).
16225
162262000-04-25 Gerd Moellmann <gerd@gnu.org>
16227
16228 * replace.el (perform-replace): Add parameters START and END. Use
16229 them instead of the check for a region in Transient Mark mode.
16230 (query-replace-read-args): Return two more list elements for the
16231 start and end of the region in Transient Mark mode.
16232 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16233 (map-query-replace-regexp, replace-string, replace-regexp): Add
16234 optional last arguments START and END and pass them to
16235 perform-replace.
16236
16237 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16238 form with additional arguments for perform-replace.
16239
16240 * progmodes/etags.el (tags-query-replace): Add parameters START
16241 and END. Construct a form with additional arguments for
16242 perform-replace.
16243
16244 * simple.el (shell-command): Set default directory for "*Shell
16245 Command Output" buffer.
16246
16247 * language/european.el (iso-latin-4): Fix typo.
16248
16249 * emacs-lisp/crm.el: New file.
16250
162512000-04-24 Dave Love <fx@gnu.org>
16252
16253 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16254 (Custom-reset-saved, Custom-reset-standard)
16255 (custom-group-value-create, custom-group-set, custom-group-save)
16256 (custom-group-reset-current, custom-group-reset-saved)
16257 (custom-group-reset-standard): Use mapc.
16258 (custom-buffer-create-internal): Disable undo when creating items.
16259 Use mapc.
16260 (custom-face): Avoid redundant lambda.
16261
162622000-04-24 Gerd Moellmann <gerd@gnu.org>
16263
16264 * startup.el (auto-save-list-file-prefix): Set default to
16265 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16266
162672000-04-24 Sam Steingold <sds@gnu.org>
16268
16269 * time-stamp.el (time-stamp-string-preprocess): Always convert
16270 `field-result' to a string.
16271
162722000-04-24 Gerd Moellmann <gerd@gnu.org>
16273
16274 * frame.el (scrolling): New group.
16275 (automatic-hscrolling): New user-option.
16276
16277 * startup.el (command-line-x-option-alist): Add `-lsp' and
16278 `--line-spacing'.
16279
162802000-04-19 Dave Love <fx@gnu.org>
16281
16282 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16283 (cl-mapc): Rename from mapc. Fix the funcall.
16284
162852000-04-19 Gerd Moellmann <gerd@gnu.org>
16286
16287 * simple.el (clone-indirect-buffer-other-window): New command.
16288 (clone-indirect-buffer): Add optional arg NORECROD.
16289 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16290
16291 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16292
16293 * window.el (count-screen-lines): New function.
16294 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16295 instead of window-buffer-height.
16296
16297 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16298 non-existing variable comint-input-sentinel.
16299 (inferior-lisp-args-to-list): Removed.
16300 (inferior-lisp): Use split-string instead of
16301 inferior-lisp-args-to-list.
16302
16303 * hexl.el (hexl-insert-hex-string): New command.
16304
16305 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16306 instead of concat.
16307
163082000-04-18 Gerd Moellmann <gerd@gnu.org>
16309
16310 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16311 at the start of an existing but empty folder.
16312
163132000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16314
16315 * ps-mule.el: Customization fix, doc fix.
16316 (ps-multibyte-buffer): Customization fix.
16317
163182000-04-17 Richard M. Stallman <rms@gnu.org>
16319
16320 * subr.el (read-passwd): Use read-char-exclusive.
16321
163222000-04-17 Gerd Moellmann <gerd@gnu.org>
16323
16324 * textmodes/texinfo.el (texinfo-insert-@email)
16325 (texinfo-insert-@emph, texinfo-insert-@quotation)
16326 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16327 (texinfo-mode-map): Add key bindings for them.
16328
16329 * files.el (basic-save-buffer-2): Use a template with `$'
16330 instead of `#' for VMS.
16331
16332 * simple.el (clone-indirect-buffer): New function.
16333
163342000-04-16 Stephen Eglen <stephen@gnu.org>
16335
16336 * iswitchb.el (iswitchb-case): New function. If the user input
16337 contains any upper-case characters, the search is made
16338 case-sensitive.
16339
163402000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16341
16342 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16343 comment-end.
16344 (texinfo-font-lock-syntactic-keywords): New var.
16345 (texinfo-font-lock-keywords): Remove comment regexp.
16346 (texinfo-insert-block): New function.
16347 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16348 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16349 and font-lock-defaults. Use regexp-opt for outline-regexp.
16350 (texinfo-environments): New var.
16351 (texinfo-environment-regexp): Use regexp-opt and
16352 texinfo-environments.
16353
16354 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16355 ispell-process is bound since this might be eval'd before ispell
16356 is loaded.
16357 (ispell-message): Use a tiny bit less magic and a bit more hard
16358 data to figure out what kind of sc-cite-regexp to use.
16359
16360 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16361
16362 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16363 (insert-cyclic-diary-entry): Unquote the lambda.
16364
16365 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16366
16367 * files.el (backup-enable-predicate): Unquote the lambda.
16368
16369 * cus-edit.el (custom-face, face): Unquote the lambda.
16370
163712000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16372
16373 * ps-print.el: Check for line-beginning-position definition.
16374
16375 * ps-print.el: Fix counting lines in a region.
16376 (ps-print-version): New version number (5.1.5).
16377 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16378 (ps-printing-region): Fun code fix.
16379
163802000-04-15 Gerd Moellmann <gerd@gnu.org>
16381
16382 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16383 to file-directory-p.
16384
163852000-04-14 Gerd Moellmann <gerd@gnu.org>
16386
16387 * gud.el (gud-jdb-build-source-files-list): Check that directory
16388 exists before calling directory-files.
16389
163902000-04-13 Dave Love <fx@gnu.org>
16391
16392 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16393 syntax.
16394
16395 * emacs-lisp/cl-specs.el: Remove when, unless.
16396
16397 * emacs-lisp/cl-extra.el: Don't quote keywords.
16398 (cl-old-mapc): New variable.
16399 (mapc): Use it.
16400 (cl-map-intervals): Use with-current-buffer. Don't check for
16401 next-property-change.
16402 (cl-map-overlays): Use with-current-buffer.
16403 (cl-expt): Remove.
16404 (copy-tree, remprop): Define unconditionally.
16405
16406 * emacs-lisp/cl-compat.el (keywordp): Remove.
16407
16408 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16409 to use keywordp.
16410 (edebug-spec): Enable keywordp.
16411
16412 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16413 string-lessp.
16414
16415 * cus-start.el: Use keywordp.
16416
164172000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16418
16419 * diary-lib.el (include-other-diary-files): Fix the fix of
16420 2000-02-18 by doing a save-excursion.
16421
164222000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16423
16424 * ps-print.el: Customization fix, doc fix.
16425 (ps-print-version): New version number (5.1.4).
16426 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16427 (ps-print-preprint): Adjust code.
16428 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16429 (ps-print-prologue-header, ps-print-control-characters)
16430 (ps-spool-config): Customization fix.
16431
164322000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16433
16434 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16435 converted to the new menu-item format, names silightly changed,
16436 help strings added.
16437
16438 Support for spelling without async subprocesses:
16439
16440 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16441 (ispell-session-buffer): New variables.
16442 (ispell-start-process, ispell-process-status,
16443 ispell-accept-output, ispell-send-string): New functions, for
16444 Ispell invocation when async subprocesses aren't supported.
16445 (ispell-word, ispell-pdict-save, ispell-command-loop,
16446 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16447 to process-send-string with calls to ispell-send-string, and
16448 accept-process-output with ispell-accept-output.
16449 (ispell-init-process): Call ispell-process-status instead of
16450 process-status with.
16451 (ispell-init-process): Call ispell-start-process. Call
16452 ispell-accept-output and ispell-send-string. Don't call
16453 process-kill-without-query and kill-process if they are unbound.
16454 (ispell-async-processp): New function.
16455
164562000-04-12 Dave Love <fx@gnu.org>
16457
16458 * info.el: Add debug-ignored-errors.
16459 (Info-mode-menu): Add some items.
16460 (Info-directory): Add autoload cookie.
16461
16462 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16463 Modify `truncate-lines'. Make `describe-language-environment'
16464 always visible and add help. Modify `describe-key' help. Invoke
16465 Info-directory from `info'. New entry `emacs-manual'.
16466
164672000-04-10 Gerd Moellmann <gerd@gnu.org>
16468
b291c86c
SM
16469 * progmodes/ebrowse.el (ebrowse-tree-mode):
16470 Use propertized-buffer-identification.
a30eb617
DL
16471 (ebrowse-update-member-buffer-mode-line): Likewise.
16472 (ebrowse--mode-strings): Removed.
16473 (ebrowse--mode-line-props): Removed.
16474
16475 * files.el (auto-mode-alist): Add `EBROWSE'.
16476
16477 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16478 space before testing for end of buffer.
16479 (ebrowse-load): Removed.
16480 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16481 (ebrowse-create-tree-buffer): Rewritten.
16482 (ebrowse-tree-mode): Read tree from buffer.
16483
16484 * progmodes/ebrowse-ffh.el: Removed.
16485
164862000-04-10 Kenichi Handa <handa@etl.go.jp>
16487
16488 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16489
164902000-04-10 Gerd Moellmann <gerd@gnu.org>
16491
16492 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16493 at the wrong place.
16494
164952000-04-09 Dave Love <fx@gnu.org>
16496
b291c86c
SM
16497 * files.el (backup-enable-predicate):
16498 Use temporary-file-directory, small-temporary-file-directory.
16499 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16500 (make-backup-file-name-1): New function.
16501 (make-backup-file-name): Use it.
b291c86c 16502 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16503 (file-newest-backup): Use make-backup-file-name.
16504
165052000-04-09 Gerd Moellmann <gerd@gnu.org>
16506
16507 * progmodes/ebrowse-ffh.el: New file.
16508
86f6474c
SM
16509 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16510 Moved to ebrowse-ffh.el.
a30eb617
DL
16511 (ebrowse-load): Add autoload.
16512
16513 * finder.el (finder-commentary): Add autoload cookie.
16514
16515 * mail/rfc2368.el: Correct author's email address.
16516
16517 * progmodes/ebrowse.el: New file.
16518
16519 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16520 item help string.
16521 (easy-menu-do-add-item): Ditto.
16522 (easy-menu-define): Extend doc string.
16523
86f6474c 16524 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16525 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16526 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16527 with-buffer-unmodified.
16528
165292000-04-08 Dave Love <fx@gnu.org>
16530
16531 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16532 unless, when.
16533
165342000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16535
16536 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16537 (viper-flash-search-pattern): No operation when using Emacs
16538 doesn't support face.
16539 Use `viper-put-on-search-overlay'.
16540
165412000-04-04 Gerd Moellmann <gerd@gnu.org>
16542
16543 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16544 like C-r.
16545
16546 * progmodes/make-mode.el: Some doc fixes.
16547 (makefile-mode-abbrev-table): New variable.
16548 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16549 (makefile-font-lock-keywords): Fontify includes and conditionals.
16550 (toplevel): Require `dabbrev' and `add-log' when compiling.
16551
16552 * replace.el (perform-replace): Don't move forward one char
16553 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16554 to do that because it leaves point 1 position after the last
16555 replacement, after everything has been replaced.
16556
16557 * jit-lock.el (with-buffer-unmodified): New macro.
16558 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16559 modified state.
16560 (jit-lock-function-1): Extracted from jit-lock-function; not
16561 preserving buffer's modified state.
86f6474c
SM
16562 (jit-lock-function, jit-lock-stealth-fontify):
16563 Call jit-lock-function-1.
a30eb617
DL
16564
16565 * mail/rfc2368.el: Remove supernumerary copyright line.
16566
165672000-04-04 Milan Zamazal <pdm@freesoft.cz>
16568
16569 * glasses.el: Provide facilities for inserting space before left
16570 parentheses and uncapitalization of identifiers.
16571 (glasses-mode): Try to remove old overlays in all cases.
16572
165732000-04-03 Gerd Moellmann <gerd@gnu.org>
16574
16575 * progmodes/compile.el (compile-internal): Display the compilation
16576 buffer in a different frame, if it's already displayed there.
16577
16578 * mail/rfc2368.el: New file.
16579
16580 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16581 header and insert its value as mail body.
16582
16583 * subr.el (member-ignore-case): New function.
16584
16585 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16586 (dabbrev--find-expansion): Ignore buffers matching a regexp
16587 from dabbrev-ignored-regexps.
16588
16589 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16590 to extensions handled by gzip.
16591
165922000-04-03 Richard M. Stallman <rms@gnu.org>
16593
16594 * files.el (insert-directory): List the total free space
16595 along with the used space.
16596
16597 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16598 line is followed by one that matches CITATION-REGEXP, end the
16599 paragraph.
16600
166012000-04-03 Markus Rost <rost@delysid.gnu.org>
16602
16603 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16604 (rmail-make-basic-summary-line): Use that option.
16605
166062000-04-03 Kenichi Handa <handa@etl.go.jp>
16607
16608 * international/mule-cmds.el (encoded-string-description):
16609 Rewritten. Try pretty description for ISO 2022 escape sequences
16610 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16611 for hexadecimal format.
16612
166132000-04-01 Dave Love <fx@gnu.org>
16614
16615 * cpp.el: Change customization group to `c' from `C'.
16616
16617 * vcursor.el (vcursor-move): Use display-color-p.
16618
16619 * international/mule-util.el: Provide mule-utils.
16620 (string-to-sequence): Simplify and speed up.
16621
16622 * international/mule.el (make-coding-system): Purecopy doc-string.
16623
16624 * international/mule-cmds.el: Various menu changes.
16625 (describe-specified-language-support): Handle `Default'.
16626 (set-language-info): Purecopy `info'.
16627
166282000-03-31 Andrew Innes <andrewi@gnu.org>
16629
16630 * vc.el (vc-backend-diff): Return the correct status if we had to
16631 retry the rcsdiff command without the --brief option.
16632
166332000-03-31 Dave Love <fx@gnu.org>
16634
16635 * help.el (help-manyarg-func-alist): Correct several omissions.
16636
16637 * add-log.el: Don't require cl, fortran.
16638 (add-log-current-defun-function): Doc fix.
86f6474c 16639 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16640 (change-log-version-rcs): Function deleted.
86f6474c
SM
16641 (change-log-version-number-search): Doc fix.
16642 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16643 (add-change-log-entry): Just call add-log-current-defun to get
16644 defun. Simplify somewhat.
16645 (change-log-get-method-definition-1): Likewise.
16646 (add-log-current-defun): Return nil if calling
16647 add-log-current-defun-function does so. Move Fortran stuff to
16648 fortran.el. Return string without properties.
16649
16650 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16651 and :alpha: char classes.
16652
16653 * mail/supercite.el: Defvar curline when compiling.
16654 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16655 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16656 rather than a-zA-Z0-9 to allow non-ASCII characters.
16657
166582000-03-31 Gerd Moellmann <gerd@gnu.org>
16659
16660 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16661
16662 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16663 Re-enable new code.
16664
16665 * lpr.el (print-region-1): Use -d to specify printer name for
16666 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16667
166682000-03-31 Dave Love <fx@gnu.org>
16669
86f6474c
SM
16670 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16671 Look for function definition in symbol's function value slot first
a30eb617
DL
16672 instead of first consulting byte-compile-function-environment.
16673
166742000-03-31 Kenichi Handa <handa@etl.go.jp>
16675
16676 * language/european.el ("Polish"): New language environment.
16677 (setup-polish-environment): New function.
16678
166792000-03-30 Gerd Moellmann <gerd@gnu.org>
16680
16681 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16682 Disable new code.
16683
16684 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16685 trying to `load' the symbol of an autoload instead of the file
16686 recorded in the autoload. Fix error messages.
16687
166882000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16689
16690 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16691 (ps-print-version): New version number (5.1.3).
16692 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16693 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16694 (ps-generate-postscript-with-faces): Code fix.
16695 (ps-color-values): XEmacs compatibility.
16696 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16697 (ps-default-fg, ps-default-bg): Adjust customization.
16698 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16699 (ps-color-scale): Renaming old ps-color-value fun.
16700 (ps-print-headers): Replace ps-print-header group to avoid conflict
16701 with ps-print-header variable.
16702 (ps-print-miscellany): New group.
16703 (ps-format-color, ps-rgb-color): New funs.
16704 (ps-default-foreground): New var.
16705 (ps-printer-name-option): New const.
16706
167072000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16708
16709 * net/net-utils.el:
16710 (network-connection-host, network-connection-service): New variables
16711 (network-connection-mode): New mode, derived from comint-mode
16712 (network-connection-mode-setup): New function, saves host and
16713 service information in local variables.
16714
16715 * lisp/locate.el:
16716 (locate-word-at-point): Added this function
16717 (locate): Default to using locate-word-at-point as input
16718 Run dired-mode-hook
16719
167202000-03-29 Dave Love <fx@gnu.org>
16721
16722 * calendar/appt.el: Doc fixes.
16723 (appt-check): Convert min-to-app to a string before passing to
16724 appt-disp-window-function or concat.
16725 (appt-delete-window): Remove test for frame-root-window.
16726 (appt-select-lowest-window, appt-convert-time): Simplify.
16727
16728 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16729 (byte-compile-file-form-autoload):
16730 Update byte-compile-function-environment.
a30eb617
DL
16731
167322000-03-29 Andreas Schwab <schwab@suse.de>
16733
86f6474c 16734 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16735
16736 * dired.el (dired-insert-directory): If dired-free-space-program
16737 failed just delete its output.
16738
167392000-03-29 Dave Love <fx@gnu.org>
16740
16741 * international/iso-cvt.el: Move provide to end. Doc fixes.
16742 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16743 (iso-iso2sgml, iso-sgml2iso): New functions.
16744 (iso-cvt-define-menu): Fix some entries and use backquote for
16745 clarity.
16746
16747 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16748
167492000-03-28 Gerd Moellmann <gerd@gnu.org>
16750
16751 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16752 ISO-DATE. If non-nil, return date in ISO 8601 format.
16753
167542000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16755
16756 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16757 if it ever becomes used.
16758 (log-edit-mode-hook): Default to vc-log-mode-hook.
16759 (log-edit-mode): Fix the docstring.
16760
16761 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16762 the code.
16763
167642000-03-26 Dave Love <fx@gnu.org>
16765
16766 * net/browse-url.el (browse-url): Re-fix case of
16767 browse-url-browser-function being an alist.
16768 (browse-url): Add :link to defgroup.
16769
16770 * files.el: Doc fixes.
16771 (file-truename): Include `[' in wildcard characters.
16772 (automount-dir-prefix): Customize.
16773 (find-file-wildcards): Add :version.
16774 (find-file-noselect): Simplify a mapcar call.
16775
16776 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16777 compatible with inf-lisp version.
16778 (eval-defun-1): Fix custom-declare-variable case.
16779
167802000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16781
16782 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16783
167842000-03-24 Gerd Moellmann <gerd@gnu.org>
16785
16786 * Makefile (COMPILE_FIRST): New macro.
16787 (compile-files): Compile files from COMPILE_FIRST first.
16788
86f6474c 16789 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16790
16791 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16792 matching open parenthesis in column 0 to defun-prompt-regexp
16793 only if open-paren-in-column-0-is-defun-start is set.
16794
16795 * sun-curs.el: Require CL at compile-time only.
16796
16797 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16798 instead of copy-list which is a function from CL.
16799 (msb--choose-menu, msb--mode-menu-cond)
16800 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16801 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16802 (msb--aggregate-alist): Use mapcar instead of mapcan.
16803 Fix `(' in column 0 in doc string.
a30eb617
DL
16804 (msb--add-separators): Use mapcar instead of mapcan.
16805
16806 * cus-dep.el: Require CL at compile-time only.
16807
168082000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16809
16810 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16811 (byte-compile-warnings): New warning `noruntime'.
16812 (byte-compile-constants, byte-compile-variables): Fix docstring.
16813 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16814 execute `eval-whenc-compile's body.
16815 (byte-compile-unresolved-functions): Fix docstring.
16816 (byte-compile-eval): New function.
16817 (byte-compile-callargs-warn): Check if the function will be available
16818 at runtime (via property `byte-compile-noruntime').
16819 (byte-compile-print-syms): New function.
16820 (byte-compile-warn-about-unresolved-functions): Also warn about
16821 `noruntime' functions (and use `byte-compile-print-syms').
16822 (byte-compile-file): Capitalize the message.
16823
168242000-03-24 Gerd Moellmann <gerd@gnu.org>
16825
16826 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16827 (rmail-expunge): Ask for confirmation depending on the setting
16828 of rmail-confirm-expunge.
16829
168302000-03-23 Gerd Moellmann <gerd@gnu.org>
16831
16832 * Makefile (bootstrap-clean): If $(emacs) exists, build
16833 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16834 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16835
168362000-03-23 Dave Love <fx@gnu.org>
16837
16838 * net/browse-url.el: Restore previous use of
16839 browse-url-maybe-new-window.
16840
168412000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16842
16843 * ps-print.el: Skip banner page fix.
16844 (ps-print-version): New version number (5.1.2).
16845 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16846
168472000-03-23 Dave Pearson <davep@davep.org>
16848
16849 * net/quickurl.el Changed the type of parameter passed to the
16850 function defined by `quickurl-format-function'. Before only the
16851 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16852 and the function is responsible for extracting the parts it requires.
16853 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16854 (quickurl-insert): Changed the `funcall' of
16855 `quickurl-format-function' to match the above change.
16856 (quickurl-list-insert): Changed the `url' case so that it makes
16857 use of `quickurl-format-function', previous to this the format was
16858 hard wired.
16859
168602000-03-22 Gerd Moellmann <gerd@gnu.org>
16861
16862 * startup.el: Change some spellings for the X Window System.
16863
168642000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16865
86f6474c
SM
16866 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16867 Clean up the code and the regexp and make sure the cursor is
16868 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16869
168702000-03-22 Jason Rumney <jasonr@gnu.org>
16871
16872 * w32-fns.el (w32-charset-info-alist): Initialize.
16873
168742000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16875
16876 * ps-print.el: N-up last page fix.
16877 (ps-print-version): New version number (5.1.1).
16878 (ps-end-file, ps-end-job, ps-generate): Code fix.
16879
168802000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16881
16882 * files.el (find-file-run-dired): Update docstring.
16883 (find-directory-functions): New hook.
16884 (find-file-noselect): Run find-directory-functions rather than
16885 calling dired directly.
16886
16887 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16888
16889 * pcvs.el: Add a minimal leading commentary.
16890 (cvs-make-cvs-buffer): Change the header part by removing the startup
16891 message and adding a `Module' entry. Also replace the FOOTER and
16892 HEADER special fileinfos with the new support in ewoc for updating
16893 its own footer and header.
16894 (cvs-update-header): Update to use the header/footer of the ewoc.
16895 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16896 (cvs-is-within-p): New function.
16897 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16898 to only examine some subset of the buffers.
16899
16900 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16901 `format' instead of our own ad-hoc functions.
16902 Remove HEADER and FOOTER cases, now handled in the EWOC.
16903 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16904
16905 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16906 output to avoid scaring the user.
16907 (cvs-parse-table): Catch message for non-up-to-date commits.
16908
16909 * pcvs-defs.el (cvs-startup-message): Remove.
16910 (cvs-global-menu): New autoloaded menu.
16911
16912 * pcvs-util.el (cvs-string-fill): Remove.
16913
16914 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16915 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16916 PP part of it and also make it work for footers and headers.
16917 (ewoc-create): Drop POS and BUFFER arguments.
16918 Use the DLL's dummy node to store the end-of-footer position.
16919 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16920 (ewoc-refresh): Remove unused `header' variable.
16921 (ewoc-(get|set)-hf): New functions.
16922
16923 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16924 log-view-*-(message|file) and use easy-mmode-define-navigation.
16925 (log-view-message-re): Match SCCS format as well.
16926 And match the revision line rather than the dashed separator line.
16927 (log-view-mode): Use the new define-derived-mode.
16928 (log-view-current-tag): Fill in with an actual implementation.
16929
16930 * cvs-status.el (cvs-status-(prev|next)): Rename from
16931 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16932 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16933 to let the output "breathe" a little more (more readable).
16934 (cvs-status-mode): Use the new define-derived-mode.
16935
16936 * smerge-mode.el (smerge-auto-leave): New function and variable.
16937 (smerge-basic-map): Rename from smerge-basic-keymap.
16938 Change the bindings for smerge-diff-*.
16939 (smerge-*-map): Use easy-mmode-defmap.
16940 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16941 (smerge-keep-*): Use smerge-auto-leave.
16942
169432000-03-21 Jason Rumney <jasonr@gnu.org>
16944
16945 * cus-edit.el (custom-button-face): Use 3D look for w32.
16946 (custom-button-pressed-face): Likewise.
16947
169482000-03-21 Gerd Moellmann <gerd@gnu.org>
16949
16950 * progmodes/etags.el (tags-case-fold-search): New user-option.
16951 (tags-loop-eval): New function. Bind case-fold-search around eval
16952 depending on the value of tags-case-fold-search.
16953 (tags-loop-continue): Use tags-loop-eval.
16954 (find-tag-in-order): Bind case-fold-search depending on the value
16955 of tags-case-fold-search.
16956
169572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16958
86f6474c 16959 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16960 (diff-end-of-hunk): Return the end position for use in
16961 `easy-mmode-define-navigation'.
16962 (diff-recenter): Remove.
16963 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16964 of `easy-mmode-define-navigation'.
16965 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16966 previous renaming) and fix to use new names.
16967 (diff-merge-strings): Use \n as separator: simpler, faster.
16968 (diff-mode): Use `define-derived-mode'.
16969
16970 * derived.el (define-derived-mode): Don't autoload anymore.
16971 Prefer the macro-only version provided by easy-mmode.el.
16972
16973 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16974 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16975 (easy-mmode-define-navigation): New macro.
16976
16977 * subr.el (combine-run-hooks): New function.
16978
169792000-03-21 Kenichi HANDA <handa@etl.go.jp>
16980
16981 * term/x-win.el: Fontsets related initialization is simplified.
16982
16983 * international/mule-diag.el (describe-font): Don't refer to
16984 global-fontset-alist, instead call font-list.
16985 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16986 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16987
86f6474c
SM
16988 * international/fontset.el (x-charset-registries): Variable removed,
16989 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16990 (register-alternate-fontnames): Function removed.
16991 (resolved-ascii-font): Variable removed.
16992 (x-compose-font-name): Ignore the second argument REDOCE.
16993 (x-complement-fontset-spec): Complement only an ASCII font and
16994 element for those charsets than can use that ASCII font.
16995 (generate-fontset-menu): Don't refer to global-fontset-alist,
16996 instead call fontset-list.
16997 (uninstantiated-fontset-alist): Variable removed.
16998 (x-style-funcs-alist): Likewise.
16999 (fontset-default-styles): Likewise.
17000 (x-modify-font-name): Function removed.
86f6474c 17001 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17002 (create-fontset-from-ascii-font): Docsting adjusted for the above
17003 change.
17004 (instantiate-fontset, resolve-fontset-name): Functions removed.
17005 (fontset-list): Now implemented by C code.
17006
17007 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17008 (describe-face): Include `font' attribute in the description.
17009
170102000-03-21 Kenichi Handa <handa@etl.go.jp>
17011
17012 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17013
170142000-03-20 Gerd Moellmann <gerd@gnu.org>
17015
17016 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17017 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17018 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17019
17020 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17021 about behavior of set-buffer-modified-p wrt redisplay.
17022
170232000-03-19 Richard M. Stallman <rms@gnu.org>
17024
17025 * view.el (view-mode-disable): Kill local binding of view-read-only.
17026
170272000-03-18 Gerd Moellmann <gerd@gnu.org>
17028
86f6474c 17029 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17030 is a string, convert it to a syntax cell using string-to-syntax.
17031
17032 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17033 (string-to-syntax): New function.
17034
17035 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17036 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17037 try to use passive ftp mode.
17038
170392000-03-17 Gerd Moellmann <gerd@gnu.org>
17040
17041 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17042
17043 * simple.el (append-to-buffer): Update point of windows after
17044 insertion.
17045
17046 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17047 forward then moving backward. Reindent.
17048
17049 * frame.el (other-frame): Call x-focus-frame only if
17050 focus-follows-mouse is off.
17051
170522000-03-17 Dave Love <fx@gnu.org>
17053
86f6474c 17054 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17055
170562000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17057
17058 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17059 regexp for labels cannot span several lines.
17060
17061 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17062 `(setq :<key> ':<key>)' to the macro expansion.
17063
170642000-03-16 Dave Love <fx@gnu.org>
17065
17066 * progmodes/f90.el (f90): Put custom group under `languages', not
17067 `fortran'.
17068 (f90-mode-hook): Customize.
17069 (f90-mode): Set add-log-current-defun-function.
17070 (f90-current-defun): New function.
17071
170722000-03-16 Gerd Moellmann <gerd@gnu.org>
17073
17074 * cus-edit.el (custom-variable-tag-face): Handle case that
17075 default face's height is not a number.
17076 (custom-face-tag-face, custom-group-tag-face-1)
17077 (custom-group-tag-face): Ditto.
17078 (custom-group-tag-face-1): Add :group.
17079
17080 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17081
170822000-03-15 Gerd Moellmann <gerd@gnu.org>
17083
17084 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17085 requiring easymenu.
17086
170872000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17088
17089 * ps-print.el: PostScript user-defined prologue, PostScript error
17090 handler, doc fix.
17091 (ps-print-version): New version number (5.1).
17092 (ps-user-defined-prologue, ps-error-handler-message)
17093 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17094 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17095 (ps-insert-string): New function.
17096
170972000-03-15 Kenichi Handa <handa@etl.go.jp>
17098
17099 * international/ccl.el (ccl-compile-expression): Don't generate
17100 invalid self-assignment code.
17101
171022000-03-14 Dave Love <fx@gnu.org>
17103
17104 * subr.el (replace-regexp-in-string): Renamed from
17105 replace-regexps-in-string. Doc fix.
17106
171072000-03-12 Dave Love <fx@gnu.org>
17108
17109 * cus-edit.el: Doc fixes.
86f6474c 17110 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17111 (custom-variable-tag-face, custom-face-tag-face)
17112 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17113 style which user identify as hyperlink.
17114 (hook): Don't add undefined functions to the hook.
17115 (debug-ignored-errors): Transfer message from bindings.el.
17116
171172000-03-12 Gerd Moellmann <gerd@gnu.org>
17118
86f6474c
SM
17119 * recentf.el (recentf-keep-non-readable-files-p):
17120 Remove double/nested definition.
a30eb617
DL
17121
171222000-03-12 Dave Love <fx@gnu.org>
17123
17124 * facemenu.el (facemenu-get-face): Use display-color-p.
17125 * enriched.el (enriched-decode-foreground): Likewise.
17126 (enriched-decode-background): Likewise.
17127 * isearch.el (isearch-highlight): Likewise.
17128 * info-look.el (info-lookup): Likewise.
17129 * simple.el (completion-setup-function): Likewise.
17130
17131 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17132 :options.
17133
17134 * bindings.el (mode-line-format): Fix line-number and
17135 column-number items. Add help-echo for the background.
17136 (mode-line-mule-info): Modify help-echo.
17137
17138 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17139
17140 * files.el (load-file): Allow completion to .elc.
17141
17142 * man.el: Doc fixes.
17143 (Man-init-defvars): Use display-color-p to set fontification.
17144
17145 * play/hanoi.el (hanoi-internal): Don't use oddp.
17146
171472000-03-12 Gerd Moellmann <gerd@gnu.org>
17148
17149 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17150
17151 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17152
171532000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17154
17155 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17156 Fix comment.
17157
171582000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17159
17160 * font-lock.el (font-lock-keywords): Fix the doc now that
17161 regexp-opt-depth is unnecessary.
17162 (save-buffer-state): Set an edebug spec.
17163 (font-lock-fontify-anchored-keywords): Properly handle the case when
17164 the matcher goes past the limit.
17165
17166 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17167 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17168
17169 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17170 dll.el and cookie.el (from Elib) with heavy renaming and other
17171 massaging.
17172
17173 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17174 Autoload the functions used.
17175 (easy-mmode-define-syntax): Fix CL typo.
17176 (easy-mmode-define-derived-mode): Improve the docstring generation.
17177
171782000-03-10 Gerd Moellmann <gerd@gnu.org>
17179
17180 * textmodes/texinfo.el (texinfo-version): Variable and function
17181 removed.
17182
171832000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17184
17185 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17186 allow more flexibility.
ff39b9a1 17187 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17188 (easy-mmode-defmap, easy-mmode-defsyntax)
17189 (easy-mmode-define-derived-mode): New macros.
17190
171912000-03-09 Didier Verna <didier@xemacs.org>
17192
17193 * rect.el (replace-rectangle): New function.
17194
171952000-03-09 Dave Love <fx@gnu.org>
17196
ff39b9a1 17197 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17198 (fortran-comment-line-start-skip): Don't match cpp stuff.
17199 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17200 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17201 (fortran-mode): Don't set fortran-comment-line-start-skip,
17202 fortran-comment-line-start here. Set comment-start,
17203 add-log-current-defun.
17204 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17205 (fortran-current-defun): New function.
17206
172072000-03-09 Gerd Moellmann <gerd@gnu.org>
17208
17209 * emacs-lisp/re-builder.el: New file.
17210
17211 * mouse.el (mouse-drag-region): Don't run up-event handler
17212 if hscroll has changed.
17213
17214 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17215 builtin operators, use `font-lock-builtin-face' for Emacs and
17216 `font-lock-preprocessor-face' otherwise.
17217
17218 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17219 `(defun (setf foo)' differently.
17220
172212000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17222
17223 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17224 (regexp-opt): Update comment and adapt the code the new meaning of
17225 the `paren' argument of regex-opt-group for shy-groups.
17226 (regexp-opt-depth): Handle shy groups as well as backslashed
17227 backslashes.
17228 (regexp-opt-group): Turn the leading comment into a docstring.
17229 Allow `paren' to be a string (the string to use to open a group).
17230 Remove open-presuf and close-presuf. Instead of checking for `all
17231 one-char' and then later on check for `several one-char', handle
17232 both cases close together. Also apply a more generic algorithm
17233 for suffixes (the mirror image of the algorithm used for
17234 prefixes). Use shy-groups. Use nreverse rather than reverse.
17235 (regexp-opt-try-suffix): Removed.
17236
17237 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17238 from comint-mode-map, so we can just inherit from it. Also, move
17239 the initialization into the `defvar' since there's no docstring
17240 anyway and it's fairly short.
17241 (inferior-scheme-mode): Define it as derived-mode: the code is
17242 shorter and this way we inherit from comint-mode-map rather than
17243 copying it.
17244
17245 * subr.el (replace-regexps-in-string): Properly handle the case
17246 where we match an empty string.
17247
17248 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17249 when the command has a directory component (such as "./testml").
17250 Also fix a typo in the comment.
17251
172522000-03-08 Gerd Moellmann <gerd@gnu.org>
17253
17254 * Makefile (compile-files): Compile files one by one because
17255 that's the only way to ensure a clean compilation environment for
17256 each individual file.
17257
17258 * frame.el (other-frame): Call x-focus-frame.
17259
172602000-03-07 Dave Love <fx@gnu.org>
17261
17262 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17263 :require to defcustom.
17264
ff39b9a1 17265 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17266
17267 * files.el (auto-mode-alist): Add configure.in.
17268
17269 * progmodes/autoconf.el: New file.
17270
172712000-03-07 Gerd Moellmann <gerd@gnu.org>
17272
17273 * mail/mh-e.el: Change maintainer to `none'.
17274
17275 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17276 to remove-hook and add-hook.
17277
172782000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17279
17280 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17281 it as the default.
17282 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17283 (sendmail-send-it): Conditionally add MIME headers specifying the
17284 used character set.
17285
172862000-03-07 Dave Love <fx@gnu.org>
17287
ff39b9a1
SM
17288 * winner.el: Fix keywords, autoload cookies.
17289 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17290
172912000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17292
17293 * international/mule.el: Modify comment about coding system
17294 property `coding-category'.
17295 (make-coding-system): New argument EOL-TYPE. Pay attention to
17296 coding-category property of PROPERTIES.
17297
ff39b9a1
SM
17298 * international/mule-conf.el (coding-category-utf-8)
17299 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17300 categories. Include them in the argument for set-coding-priority.
17301
ff39b9a1
SM
17302 * international/mule-cmds.el (reset-language-environment):
17303 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17304 coding-category-utf-16-le in the argument for set-coding-priority.
17305 (reset-language-environment): Initialize coding-category-utf-8,
17306 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17307
173082000-03-06 Karl Fogel <kfogel@red-bean.com>
17309
17310 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17311 code abstracted out of `bookmark-jump-noselect'. Now tries info
17312 extensions as well as compression extensions.
17313 (bookmark-jump-noselect): Use above new func.
17314
173152000-03-03 Gerd Moellmann <gerd@gnu.org>
17316
17317 * strokes.el: Change maintainer's mail address.
17318
173192000-03-03 Kenichi Handa <handa@etl.go.jp>
17320
17321 * international/mule-diag.el (list-character-sets): Make help-echo
17322 string by substitute-command-keys.
17323 (list-character-sets): Likewise.
17324 (sort-listed-character-sets): Call help-setup-xref.
17325
173262000-03-02 Gerd Moellmann <gerd@gnu.org>
17327
ff39b9a1 17328 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17329
173302000-03-01 Dave Love <fx@gnu.org>
17331
17332 * help.el (help-xref-go-back): Don't try to set position.
17333
ff39b9a1
SM
17334 * international/mule-diag.el (list-character-sets):
17335 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17336 (list-character-sets-1): Add help-echo to xrefs.
17337
173382000-03-02 Gerd Moellmann <gerd@gnu.org>
17339
17340 * frame.el (blink-cursor-mode): Switch cursor on when turning
17341 the mode off.
17342
17343 * add-log.el (add-log-current-defun): Add support for
17344 Autoconf mode.
17345
17346 * mail/rmail.el (rmail-quit-hook): New variable.
17347
173482000-03-01 Dave Love <fx@gnu.org>
17349
17350 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17351
17352 * help.el (help-xref-button): Add help-echo arg.
17353 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17354
ff39b9a1 17355 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17356
ff39b9a1 17357 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17358
173592000-03-01 Gerd Moellmann <gerd@gnu.org>
17360
17361 * image.el (defimage): Look for image files in load-path.
17362
ff39b9a1 17363 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17364
173652000-03-01 David Ponce <david.ponce@wanadoo.fr>
17366
ff39b9a1 17367 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17368
173692000-03-01 David Ponce <david.ponce@wanadoo.fr>
17370
ff39b9a1 17371 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17372 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17373 action to select/unselect a file.
17374 (recentf-edit-list): Code cleanup and improvement.
17375 (recentf-open-more-files-action): `recentf-open-more-files' button
17376 widget action to open a file.
ff39b9a1 17377 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17378 (recentf-more-collection): Deleted.
17379 (recentf-more-history): Deleted.
17380 (recentf-setup-more-completion): Deleted.
17381
173822000-03-01 David Ponce <david.ponce@wanadoo.fr>
17383
17384 * recentf.el (recentf-mode): No more needs that Emacs is running
17385 under a window-system.
17386
ff39b9a1 173872000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17388
17389 * recentf.el (recentf-edit-list): New command to edit the recent
17390 list which allow the user to remove files.
17391 (recentf-edit-selected-items): New global variable, used by
17392 `recentf-edit-list' to hold the list of files to be removed from
17393 the recent list.
17394 (recentf-make-menu-items): Updated to display a "Edit list..."
17395 menu item. Minor code cleanup.
17396
ff39b9a1 173972000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17398
17399 * recentf.el (recentf-open-more-files): New command to open files
17400 that are not displayed in the menu.
17401 (recentf-more-collection): New global variable holding the set of
17402 permissible completions used by `recentf-open-more-files'.
17403 (recentf-more-history): New global variable holding the history list
17404 used by `recentf-open-more-files' completion.
17405 (recentf-setup-more-completion): New function to setup completion for
17406 `recentf-open-more-files'.
17407 (recentf-make-menu-items): Updated to display a "More..." menu item.
17408
ff39b9a1 174092000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17410
17411 * recentf.el (recentf-menu-action): Doc fixed.
17412
ff39b9a1 174132000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17414
17415 * recentf.el (recentf-menu-filter): Doc updated.
17416 (recentf-update-menu-hook): Allow menu filters to force menu update.
17417 (recentf-make-menu-items): New menu filter handling.
17418 (recentf-make-menu-item): New helper function.
17419 (recentf-menu-elements): New menu handling function.
17420 (recentf-sort-ascending): Updated to new menu filter handling.
17421 (recentf-sort-descending): Updated to new menu filter handling.
17422 (recentf-sort-basenames-ascending): New menu filter function.
17423 (recentf-sort-basenames-descending): New menu filter function.
17424 (recentf-show-basenames): New menu filter function.
17425 (recentf-show-basenames-ascending): New menu filter function.
17426 (recentf-show-basenames-descending): New menu filter function.
17427
174282000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17429
17430 * diary-lib.el (list-diary-entries): Don't try to go forward at
17431 the end of the buffer.
17432
174332000-02-29 Kenichi Handa <handa@etl.go.jp>
17434
ff39b9a1
SM
17435 * international/mule-diag.el (list-character-sets):
17436 Completely rewritten.
a30eb617
DL
17437 (sort-listed-character-sets): New function.
17438 (list-character-sets-1): Completely rewritten.
17439 (list-character-sets-2): New function.
17440 (non-iso-charset-alist): New variable.
17441 (decode-codepage-char): New function.
17442 (charset-history): New variable.
17443 (read-charset) (list-block-of-chars)
17444 (list-iso-charset-chars)
17445 (list-non-iso-charset-chars)
17446 (list-charset-chars): New functions.
86f6474c 17447 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17448 (dump-charsets): Likewise.
17449
174502000-02-29 Gerd Moellmann <gerd@gnu.org>
17451
17452 * dired-x.el (dired-filename-at-point): Add `@' to valid
17453 file name characters.
17454 (dired-filename-at-point): Handle ange-ftp file names.
17455
17456 * frame.el (frame-notice-user-settings): Use assq-delete-all
17457 instead of assoc-delete-all.
17458 (frame-notice-user-settings): Ditto.
17459
17460 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17461 Don't copy alist.
17462
174632000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17464
17465 * calculator.el (calculator-use-menu): New option.
86f6474c 17466 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17467 (calculator-forced-input): Removed.
17468 (calculator-restart-other-mode): New variable.
17469 (calculator-mode-map): Set up menu.
17470
174712000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17472
86f6474c 17473 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17474
174752000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17476
86f6474c 17477 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17478 translate all ESC key sequences.
86f6474c 17479 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17480 they were saved.
86f6474c
SM
17481 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17482 * viper-util.el (viper-set-replace-overlay-glyphs)
17483 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17484 overlay is live.
86f6474c
SM
17485 * viper.el (viper-vi-state-mode-list): Add major modes.
17486 * ediff-wind.el: Minor comment changes.
17487 * ediff.el: Copyright notice date fix.
a30eb617
DL
17488
174892000-02-27 Jason Rumney <jasonr@gnu.org>
17490
17491 * faces.el (face-font-family-alternatives): Add arial to helv.
17492 (mode-line, header-line, tool-bar): Same default as x for w32.
17493 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17494 face-font-family-alternatives from working.
17495 * term/w32-win.el (mouse-set-font): Do not build fontset from
17496 chosen font.
17497
174982000-02-25 Sam Steingold <sds@goems.com>
17499
17500 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17501 properly.
17502
175032000-02-25 Richard M. Stallman <rms@gnu.org>
17504
17505 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17506
175072000-02-25 Gerd Moellmann <gerd@gnu.org>
17508
86f6474c 17509 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17510
17511 * frame.el (busy-cursor-delay-seconds): New option.
17512
175132000-02-24 Gerd Moellmann <gerd@gnu.org>
17514
17515 * frame.el (show-cursor-in-non-selected-windows): New option.
17516
175172000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17518
17519 * diary-lib.el (include-other-diary-files): Undo the selective
17520 display in any included file and don't kill it.
17521
175222000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17523
86f6474c
SM
17524 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17525 Menu items converted to (menu-item format, help strings added.
a30eb617 17526 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17527 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17528 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17529
175302000-02-23 Dave Love <fx@gnu.org>
17531
17532 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17533 (backward-kill-word): Revert addition of * to interactive spec --
17534 it's a feature.
17535
17536 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17537 (backward-kill-sentence, kill-sentence): Likewise.
17538
17539 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17540 scratch buffer name.
86f6474c 17541 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17542
17543 * term/w32-win.el (internal-face-interactive): Update prompt for
17544 new read-face-name.
17545
17546 * mail/footnote.el (footnote): Add :version to defgroup.
17547 (footnote-section-tag-regexp): Customize.
17548 (footnote-start-tag, footnote-end-tag): New option.
17549 (footnote-latin-regexp): New variable.
17550 (Footnote-latin): New function.
17551 (footnote-style-alist): Add element for latin style.
17552 (footnote-style): Moved.
17553 (Footnote-goto-footnote): Use eq to test arg.
17554
17555 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17556
17557 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17558 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17559 (byte-optimize-quote, byte-optimize-lapcode):
17560 Use byte-compile-const-symbol-p.
a30eb617
DL
17561 (byte-optimize-char-before): New optimization.
17562
17563 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17564 (byte-compile-const-symbol-p): New function.
17565 (byte-compile-constp, byte-compile-out-toplevel)
17566 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17567 Use it.
17568
17569 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17570
175712000-02-23 Kenichi Handa <handa@etl.go.jp>
17572
17573 * international/encoded-kb.el: Be sure to update minor-mode-alist
17574 and minor-mode-map-alist.
17575 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17576 codes SS2 and SS3 correctly.
17577 (encoded-kbd-self-insert-ccl): New function.
17578 (encoded-kbd-setup-keymap): New function.
17579 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17580 by calling encoded-kbd-setup-keymap.
17581
86f6474c
SM
17582 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17583 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17584
175852000-02-22 Dave Love <fx@gnu.org>
17586
17587 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17588 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17589 (lisp-mode-syntax-table): Set up for #|...|# comments.
17590 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17591 classes. Match `defface'.
17592 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17593 (eval-defun-1): Fix for defcustom.
17594 (lisp-indent-region): Doc fix.
17595
17596 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17597 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17598 (replace-regexps-in-string): New function.
17599
176002000-02-22 Gerd Moellmann <gerd@gnu.org>
17601
17602 * help.el (describe-variable): Set syntax table to
17603 emacs-lisp-mode-syntax-table when moving forward over the
17604 symbol's name.
17605
176062000-02-22 Dave Love <fx@gnu.org>
17607
17608 * xt-mouse.el: Doc fixes.
17609 (xterm-mouse-position-function): New function, replacing advice of
17610 mouse-position.
17611 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17612
17613 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17614
176152000-02-21 Gerd Moellmann <gerd@gnu.org>
17616
86f6474c
SM
17617 * format.el (format-annotate-single-property-change):
17618 Handle properties.with dotted-list values.
a30eb617
DL
17619 (format-proper-list-p): New function.
17620
17621 * enriched.el (enriched-face-ans): Handle '(foreground-color
17622 . COLOR) and (background-color . COLOR).
17623
176242000-02-20 Dave Love <fx@gnu.org>
17625
17626 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17627 and assignments to it.
17628 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17629 current local map.
17630 (make-flyspell-overlay): Use it.
17631 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17632
17633 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17634 (lm-get-header-re): Defun, not defsubst.
17635 (lm-get-package-name): Defun, not defsubst. Simplify.
17636 (lm-version): Doc fix. Simplify.
17637 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17638 (lm-crack-address, lm-last-modified-date, lm-commentary)
17639 (lm-verify, lm-synopsis): Simplify.
17640 (lm-report-bug): Require emacsbug. Use compose-mail.
17641
176422000-02-20 Gerd Moellmann <gerd@gnu.org>
17643
17644 * dired.el (dired-mode): Call propertized-buffer-identification
17645 to set mode-line-buffer-identification to something having
17646 the right text properties.
17647
17648 * bindings.el (propertized-buffer-identification): New function.
17649
176502000-02-20 Dave Love <fx@gnu.org>
17651
17652 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17653 check for t-mouse too.
17654
17655 * cus-start.el: Make echo-keystrokes `number'.
17656
176572000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17658
17659 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17660 Don't call ring-empty-p unless tags-location-ring is bound.
17661 From Noah Friedman <friedman@splode.com>.
17662
176632000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17664
17665 * progmodes/hideshow.el (hs-flag-region): No longer use
17666 `intangible' overlay property.
17667
17668 (hs-toggle-hiding): New command.
17669 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17670
17671 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17672 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17673 and deactivation.
17674
176752000-02-18 Gerd Moellmann <gerd@gnu.org>
17676
17677 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17678
176792000-02-17 Gerd Moellmann <gerd@gnu.org>
17680
17681 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17682
17683 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17684 of `*' to handle `(* ... *)' comments.
17685
176862000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17687
17688 * faces.el (list-faces-display): Use display-mouse-p instead of
17689 window-system.
17690
17691 * menu-bar.el (global-map): Menu-bar items converted to the new
17692 format (menu-item..., rearranged for better CUA compliance, and
17693 their names changed for better clarity. Help strings added.
17694
17695 * international/mule-cmds.el (mule-menu-keymap)
17696 (describe-language-environment-map, set-coding-system-map)
17697 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17698 form, add help strings. Change names of menu items for better clarity.
17699 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17700
177012000-02-17 Gerd Moellmann <gerd@gnu.org>
17702
17703 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17704 within the code.
17705
177062000-02-16 Dave Love <fx@gnu.org>
17707
17708 * faces.el: Don't require custom. Add more specific :groups to
17709 various deffaces.
17710 (set-face-attribute): Purecopy args.
17711 (read-face-name): Default to name at point and use it in prompt.
17712 Remove colon from arg in all callers.
17713 (list-faces-display): Hyperlink to face descriptions and customize
17714 buffers.
17715
177162000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17717
86f6474c 17718 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17719
177202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17721
17722 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17723 at ':' characters by call to split-string.
17724
177252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17726
17727 * textmodes/bibtex.el: Added RCS version identification.
17728
177292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17730
17731 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17732 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17733 (bibtex-field-const): Allow capital letters.
17734 (bibtex-start-of-string): Deleted because unused.
17735
17736 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17737 use the term 'reference' to describe a bibtex entry as a whole.
17738 Further, reference keys are no longer called 'labels'.
17739 (bibtex-keys): Renamed to bibtex-reference-keys.
17740 (bibtex-reformat-previous-labels): Renamed to
17741 bibtex-reformat-previous-reference-keys.
17742 (bibtex-reference-type): Renamed to bibtex-entry-type.
17743 (bibtex-reference-head): Renamed to bibtex-entry-head.
17744 (bibtex-reference-maybe-empty-head): Renamed to
17745 bibtex-entry-maybe-empty-head.
17746 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17747 (bibtex-search-reference): Renamed to bibtex-search-entry.
17748 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17749 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17750 (bibtex-entry-field-alist, bibtex-entry-head)
17751 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17752 (bibtex-map-entries, bibtex-search-entry)
17753 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17754 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17755 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17756 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17757 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17758 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17759 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17760
177612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17762
17763 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17764 comment.
17765 (bibtex-format-field-delimiters): New function, functionality
17766 extracted from bibtex-format-entry.
17767 (bibtex-autokey-get-yearfield-digits): New function, functionality
17768 extracted from bibtex-autokey-get-yearfield.
17769
17770 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17771 entries in order to avoid stack overflow in the regexp matcher if
17772 field contents become large.
86f6474c
SM
17773 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17774 (bibtex-field-string-part-not-braced)
17775 (bibtex-field-string-part-no-inner-braces)
17776 (bibtex-field-string-part-1-inner-brace)
17777 (bibtex-field-string-part-2-inner-braces)
17778 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17779 (bibtex-field-string-quoted, bibtex-field-string)
17780 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17781 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17782 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17783 Deleted as parsing is now performed by the following functions.
17784 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17785 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17786 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17787 (bibtex-parse-association, bibtex-field-name-for-parsing)
17788 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17789 (bibtex-search-forward-field, bibtex-search-backward-field)
17790 (bibtex-start-of-field, bibtex-end-of-field)
17791 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17792 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17793 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17794 (bibtex-parse-string, bibtex-search-forward-string)
17795 (bibtex-search-backward-string, bibtex-start-of-string)
17796 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17797 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17798 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17799 entries. Instead of reporting the results of the parsing by
17800 match-beginning or match-end, these functions return data structures
17801 that hold the corresponding positions.
17802 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17803 return values rather than by match-beginning or match-end.
17804 The following functions have been adapted to use the new
17805 parsing functions.
17806 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17807 (bibtex-enclosing-field, bibtex-format-entry)
17808 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17809 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17810 (bibtex-print-help-message, bibtex-end-of-entry)
17811 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17812 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17813 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17814 Use the new method for parsing.
17815 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17816 (bibtex-map-entries, bibtex-flash-head)
17817 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17818 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17819 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17820 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17821 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17822 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17823 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17824 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17825
178262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17827
17828 * textmodes/bibtex.el: Copyright notice is up to date.
17829 Added constant 'bibtex-maintainer-salutation.
17830
86f6474c 17831 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17832 than make-temp-name, use match-string-no-properties and eliminate
17833 a quadratic behavior when building bibtex-strings.
17834
17835 * bibtex.el (bibtex-reference-key): Accept string entries whose
17836 reference key contains upper case letters.
17837
178382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17839
17840 * bibtex.el (bibtex-reference-head): Allow entries to start with
17841 a new line.
17842
178432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17844
17845 * bibtex.el: Hiding of entry bodies is not longer provided by
17846 bibtex.el directly. Instead the hideshow package can be used.
17847 Added a special bibtex entry to hs-special-modes-alist.
17848 (bibtex-hs-forward-sexp): Added for hideshow.el.
17849
178502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17851
17852 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17853 proceedings entry type (for cross referencing). Thanks to Wagner
17854 Toledo Correa for the suggestion.
17855
17856 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17857
178582000-02-14 Kenichi Handa <handa@etl.go.jp>
17859
17860 * international/characters.el: Setup case table for Vietnamese.
17861
178622000-02-12 Gerd Moellmann <gerd@gnu.org>
17863
17864 * uniquify.el (toplevel): Require CL at compile time.
17865 (uniquify-push): Removed.
17866
17867 * shadowfile.el (shadow-when): Removed.
17868
17869 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17870 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17871
17872 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17873 regexp for paragraph-start.
17874
17875 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17876 commas as well.
17877
178782000-02-10 Dave Love <fx@gnu.org>
17879
17880 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17881 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17882 Deleted.
17883 (widget-specify-field, widget-specify-button): Don't use
17884 widget-mouse-help as help-echo property.
17885 (default): Use #'ignore for :validate and :mouse-down-action.
17886 (checkbox): Add help-echo.
17887 (widget-sexp-validate): Rewritten to clarify error messages.
17888 (character): Use char-valid-p in :match function.
17889 (widget-color-complete): Use facemenu-color-alist.
17890 (widget-color-action): Use facemenu-read-color.
17891
17892 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17893 set up `caar' &c that we now have.
17894
178952000-02-09 Ray Blaak <blaak@gnu.org>
17896
17897 * delphi.el: Make resourcestring a declaration region, like const
17898 and var.
17899
179002000-02-09 Dave Love <fx@gnu.org>
17901
17902 * bindings.el (mode-line-input-method-map): New variable.
17903 (mode-line-mule-info): Use it; fix last change.
17904 (mode-line-mode-menu): Move definition.
17905 (mode-line-mouse-sensitive-p): Deleted.
17906 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17907 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17908
17909 * startup.el (command-line-1): Don't call
17910 make-mode-line-mouse-sensitive.
17911
179122000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17913
86f6474c
SM
17914 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17915 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17916
179172000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17918
17919 * diff-mode.el (diff-kill-junk): New interactive function.
17920 (diff-reverse-direction): Use delete-and-extract-region.
17921 (diff-post-command-hook): Restrict the area so that the hook also works
17922 outside of any diff hunk. This is necessary for the minor-mode.
17923 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17924 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17925
17926 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17927 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17928 so that it can be used more easily in <foo>-mode-hook. Also make sure
17929 to avoid duplicate entries.
17930 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17931 (font-lock-remove-keywords): Just as was done for `add', allow it to
17932 work even if font-lock-mode is nil. Also make sure we don't modify
17933 any pre-existing list by forcing a copy-sequence. Finally rename
17934 `major-mode' to `mode'.
17935 (font-lock-fontify-syntactic-anchored-keywords)
17936 (font-lock-fontify-anchored-keywords)
17937 (font-lock-fontify-keywords-region): Use line-end-position.
17938 Don't make `font-lock-multiline' local (it's now done in
17939 font-lock-set-defaults).
86f6474c
SM
17940 (font-lock-set-defaults): Make `font-lock-multiline' local.
17941 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17942
179432000-02-06 Andrew Innes <andrewi@gnu.org>
17944
17945 * term/w32-win.el (x-handle-args): Comment out call to message,
17946 which occurs before window system is initialized.
17947
17948 * makefile.nt: Add support for recompiling lisp code.
17949
179502000-02-04 Dave Love <fx@gnu.org>
17951
17952 * bindings.el (mode-line-mule-info): Fix/extend last change.
17953
17954 * completion.el: Replace completion-dolist with dolist.
17955
86f6474c 17956 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17957
179582000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17959
86f6474c 17960 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17961 environment names before they go into the section regexp.
17962
86f6474c 17963 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17964 char class in regexp.
17965
86f6474c
SM
17966 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17967 Bind `case-fold-search' to nil.
a30eb617 17968
86f6474c
SM
17969 * progmodes/idlwave.el (idlwave-template):
17970 Respect `idlwave-abbrev-change-case'.
17971 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17972 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17973 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17974 (idlwave-rw-case): New function.
17975 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17976 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17977 (idlwave-surround): New argument LENGTH to support padding of
17978 operators longer than 1 char.
17979
17980 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17981 idlwave-shell-expression-overlay. Implemented printing of
17982 expressions on higher levels of the calling stack.
86f6474c 17983 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17984 (idlwave-retrieve-expression-from-level): New function.
17985 (idlwave-shell-last-calling-stack): Variable removed.
17986 (idlwave-shell-reset): Argument action reversed (`visible' to
17987 `hidden'). Also remove stop-line overlay.
17988 (idlwave-shell-calling-stack-routine): New variable.
17989 (idlwave-shell-parse-stack-and-display): Messages now display
17990 negative level numbers.
17991 (idlwave-shell-mode): Set `modeline-format'.
17992 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17993 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17994 (idlwave-shell-print-expression-function): New option.
17995
86f6474c
SM
17996 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17997 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17998 `tool-bar' instead of `toolbar'.
17999
180002000-02-02 Dave Love <fx@gnu.org>
18001
18002 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18003 emacs-lisp-mode-hook. Don't check for defalias being defined.
18004
18005 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18006 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18007 Use the new builtins directly.
a30eb617
DL
18008
18009 * whitespace.el (whitespace): Add :version to defgroup.
18010
18011 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18012 Doc fix.
18013
18014 * thingatpt.el (sexp-at-point, symbol-at-point)
18015 (number-at-point, list-at-point): Add autoload cookie.
18016
18017 * recentf.el (recentf): Add :version to defgroup.
18018
18019 * quickurl.el (quickurl): Add :version to defgroup.
18020
18021 * elide-head.el (elide-head): Use point-marker more.
18022
18023 * bs.el (bs): Add :version to defgroup.
18024
18025 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18026
18027 * progmodes/delphi.el (delphi): Add :version to defgroup.
18028
180292000-02-02 Gerd Moellmann <gerd@gnu.org>
18030
18031 * ange-ftp.el (ange-ftp-write-region): Handle case that
18032 succeeding process operation sets a different coding system.
18033
18034 * calculator.el: New file.
18035
180362000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18037
86f6474c 18038 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18039 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18040 (display-selections-p, display-screens, display-pixel-width)
18041 (display-pixel-height, display-mm-width, display-mm-height)
18042 (display-backing-store, display-save-under, display-planes)
18043 (display-color-cells, display-visual-class): New functions.
18044
18045 * term/tty-colors.el (tty-color-gray-shades): New function.
18046
18047 * faces.el (display-color-p): Use framep-on-display.
18048 (display-grayscale-p): New function.
18049
180502000-01-31 Dave Love <fx@gnu.org>
18051
18052 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18053 (create-fontset-from-x-resource): Don't concat integers.
18054
180552000-01-31 Inge Frick <inge@nada.kth.se>
18056
18057 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18058 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18059 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18060 window is not deleted. Modifies change 1998-04-26.
18061
180622000-01-31 Gerd Moellmann <gerd@gnu.org>
18063
18064 * windmove.el: New file.
18065
18066 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18067 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18068 progmodes/ebnf-yac.el: Update copyright and license info.
18069
86f6474c
SM
18070 * jit-lock.el (jit-lock-function): Widen before calculating
18071 end position.
a30eb617
DL
18072 (jit-lock-stealth-chunk-start): Rewritten.
18073
18074 * info.el (Info-title-face-alist): Removed.
86f6474c 18075 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18076 (Info-fontify-node): Use these faces.
18077
180782000-01-30 Gerd Moellmann <gerd@gnu.org>
18079
18080 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18081 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18082 `&allow-other-keywords'.
18083
18084 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18085 the list of directories scanned heuristically.
18086
86f6474c 18087 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18088
180892000-01-30 Jason Rumney <jasonr@gnu.org>
18090
18091 * w32-fns.el: Define w32-tty-standard-colors.
18092
18093 * startup.el (command-line): Use w32-tty-standard-colors when in
18094 w32 console mode.
18095
180962000-01-30 Dave Love <fx@gnu.org>
18097
18098 * jka-compr.el (jka-compr-load): Fix up load-history.
18099
18100 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18101
18102 * emacs-lisp/cl-macs.el: Revert previous change.
18103
181042000-01-29 Dave Love <fx@gnu.org>
18105
18106 * facemenu.el: Purecopy various strings.
18107
18108 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18109 years. Deal with three-digit years.
18110
86f6474c
SM
18111 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18112 Use defconst, purecopy.
a30eb617
DL
18113 (help-back-label): Purecopy it.
18114
181152000-01-18 Gerd Moellmann <gerd@gnu.org>
18116
18117 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18118 variable. If non-nil, order the buffer list according to the
18119 currently selected frame.
18120 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18121 non-nil, pass the selected frame to function buffer-list.
18122
181232000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18124
18125 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18126
181272000-01-28 Dave Love <fx@gnu.org>
18128
18129 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18130
18131 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18132 Don't use lisp-indent-hook property.
18133 (cl-abs): Remove.
18134
18135 * subr.el: Move out indent and edebug specs for when and unless.
18136
18137 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18138 when, unless.
18139
18140 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18141 unless, when.
18142
181432000-01-28 Gerd Moellmann <gerd@gnu.org>
18144
18145 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18146 `collecting' as synonym for `collect'.
18147
18148 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18149 for the case it contains spaces.
18150
86f6474c 18151 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18152
18153 * frame.el (delete-other-frames): New function.
18154 (toplevel): Bind it to C-x 5 1.
18155
18156 * sort.el (sort-numeric-base): New option.
18157 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18158 interpret it as octal or hexadecimal. Use sort-numeric-base
18159 as default base.
18160
18161 * progmodes/glasses.el: New file.
18162
181632000-01-27 Gerd Moellmann <gerd@gnu.org>
18164
18165 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18166 userids differently.
18167
18168 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18169 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18170 progmodes/ebnf-yac.el: New files.
18171
181722000-01-26 Dave Love <fx@gnu.org>
18173
18174 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18175 on a function with an empty body. [From Eric Ludlam.]
18176
181772000-01-25 Andre Spiegel <spiegel@gnu.org>
18178
18179 * vc.el (vc-version-diff): Make sure file name is expanded.
18180
181812000-01-25 Gerd Moellmann <gerd@gnu.org>
18182
18183 * scroll-bar.el (scroll-bar-timer): Variable removed.
18184 (scroll-bar-toolkit-scroll): Don't use a timer.
18185
181862000-01-25 Kenichi Handa <handa@etl.go.jp>
18187
86f6474c
SM
18188 * language/thai-util.el (thai-composition-function):
18189 Delete superfluous `a'.
a30eb617
DL
18190
181912000-01-24 Dave Love <fx@gnu.org>
18192
18193 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18194 end-of-defun-function.
18195
86f6474c 18196 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18197
181982000-01-22 Jason Rumney <jasonr@gnu.org>
18199
18200 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18201 conflicts with new face support.
18202
182032000-01-22 Richard M. Stallman <rms@gnu.org>
18204
18205 * replace.el (query-replace): Rename last arg to DELIMITED.
18206 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18207 (query-replace-regexp): Likewise.
18208
182092000-01-20 Richard M. Stallman <rms@gnu.org>
18210
18211 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18212
18213 * emacs-lisp/lisp.el (beginning-of-defun-function):
18214 Variable renamed from beginning-of-defun.
18215 Do not call make-variable-buffer-local.
18216 (beginning-of-defun-raw): Use new variable name; doc fix.
18217 (beginning-of-defun): Doc fix.
18218 (end-of-defun-function): Variable renamed from end-of-defun.
18219 Do not call make-variable-buffer-local.
18220 (end-of-defun): Use new variable name; doc fix.
18221
18222 * subr.el (dolist, dotimes): Copied from cl-macs.el
18223 and made to work.
18224
18225 * mail/undigest.el (rmail-digest-end-regexps):
18226 Variable replaces rmail-digest-end-regexp.
18227 Allows multiple regexps for detecting the end line.
18228 (undigestify-rmail-message): Corresponding changes.
18229
182302000-01-19 Dave Love <fx@gnu.org>
18231
18232 * files.el (user-init-file): Don't declare here -- is primitive.
18233
18234 * startup.el (command-line): Check for compiled user-init-file and
18235 set to uncompiled version if necessary.
18236
182372000-01-18 Gerd Moellmann <gerd@gnu.org>
18238
18239 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18240 (undigestify-rmail-message): Use it.
18241
18242 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18243
182442000-01-17 Gerd Moellmann <gerd@gnu.org>
18245
18246 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18247 of mini-buffer.
18248
182492000-01-14 Gerd Moellmann <gerd@gnu.org>
18250
18251 * emacs-lisp/copyright.el (copyright-update): Removed the
18252 requirement for a trailing space from `copyright-regexp', to
18253 support copyrights with owner specified on a separate line..
18254
18255 * align.el: New file.
18256
18257 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18258
18259 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18260
182612000-01-13 Dave Love <fx@gnu.org>
18262
18263 * ph.el: Removed. (Obsoleted by EUDC.)
18264
182652000-01-13 Gerd Moellmann <gerd@gnu.org>
18266
18267 * net/eudc.el (toplevel): Remove autoloaded code installing
18268 menu with easymenu, because that causes build problems.
18269
18270 * frame.el (frame-notice-user-settings): New variable.
18271 (frame-notice-user-settings): Don't modify frame parameters
18272 if called a second time.
18273
182742000-01-13 Richard M. Stallman <rms@gnu.org>
18275
18276 * frame.el (frame-notice-user-settings):
18277 Notice default-frame-parameters even for non-window frames.
18278
182792000-01-13 Gerd Moellmann <gerd@gnu.org>
18280
18281 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18282 for Emacs.
18283 (eudc-bob-can-display-inline-images): Extend for Emacs.
18284 (eudc-bob-toggle-inline-display): Ditto.
18285 (eudc-bob-display-jpeg): Ditto.
18286
182872000-01-12 Gerd Moellmann <gerd@gnu.org>
18288
18289 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18290 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18291 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18292
86f6474c
SM
18293 * add-log.el (add-change-log-entry): Fix error trying an
18294 `(insert nil)'.
a30eb617
DL
18295
18296 * subdirs.el: Add `net' directory.
18297
18298 * net: New directory.
18299
18300 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18301 eval-last-sexp. Don't bind debug-on-error here.
18302 (eval-last-sexp): New function. Bind debug-on-error if
18303 eval-expression-debug-on-error is non-nil.
18304 (eval-defun-2, eval-defun): Likewise.
18305
18306 * simple.el (eval-expression): Don't bind debug-on-error if
18307 eval-expression-debug-on-error is nil. Detect changed
18308 debug-on-error, and propagate new value to global binding, if
18309 eval-expression-debug-on-error is non-nil,
18310 (eval-expression-debug-on-error): Change doc string.
18311
183122000-01-11 Richard M. Stallman <rms@gnu.org>
18313
18314 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18315
18316 * emacs-lisp/lisp-mode.el (with-syntax-table):
18317 Set up lisp-indent-function property.
18318
18319 * subr.el (with-syntax-table): Moved from simple.el.
18320
18321 * simple.el (with-syntax-table): Moved to subr.el.
18322
183232000-01-11 Gerd Moellmann <gerd@gnu.org>
18324
18325 * tmm.el (tmm-shortcut): Delete region after prompt instead
18326 of erasing buffer.
18327
18328 * textmodes/fill.el (fill-common-string-prefix): New function.
18329 (fill-context-prefix): Use the longest common prefix of first
18330 and second line fill prefix, if there is one.
18331
183322000-01-11 Richard M. Stallman <rms@gnu.org>
18333
18334 * array.el (array-mode): Don't use make-variable-buffer-local.
18335 Use make-local-variable for `truncate-lines'.
18336
183372000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18338
18339 * add-log.el (add-log-current-defun): Handle user-defined
18340 add-log-current-function returning nil,
18341
18342 * add-log.el (add-change-log-entry): Insert version number
18343 if having found a current function
18344
86f6474c
SM
18345 * add-log.el (add-log-current-defun):
18346 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18347 level 1. Strip whitespace from defun found.
18348
183492000-01-10 John Wiegley <johnw@gnu.org>
18350
18351 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18352 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18353
183542000-01-10 Dave Love <fx@gnu.org>
18355
18356 * elide-head.el (elide-head): Use point-marker, not point.
18357
183582000-01-10 Gerd Moellmann <gerd@gnu.org>
18359
18360 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18361 before and after the year 2000.
18362
18363 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18364 Add ispell- prefix.
18365
183662000-01-10 Ken Stevens <k.stevens@ieee.org>
18367
18368 * ispell.el: Only define dictionaries in menus when they exist.
18369 (version18p): New variable.
18370 (version20p): New variable.
18371 (xemacsp): New variable.
18372 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18373 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18374 (ispell-dictionary-alist6): Russian command lines no longer accept
18375 run-together words.
18376 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18377 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18378 (check-ispell-version): Added documentation string. Return library
18379 path when called non-interactively.
a30eb617
DL
18380 (ispell-menu-map-needed): Uses new variables.
18381 (ispell-library-path): New variable.
18382 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18383 (ispell-word): Improved documentation string. Test for valid
18384 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18385 result in single words split into multiple words.
18386 Return replacement word.
a30eb617
DL
18387 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18388 replace in recursive query replace mode. Help message for
18389 recursive edit mode.
18390 (ispell-show-choices): Protect against bad framepop bindings.
18391 (ispell-help): Fix to work with XEmacs.
18392 (ispell-highlight-spelling-error): Use new variables.
18393 (ispell-overlay-window): Fix to work with XEmacs.
18394 (ispell-parse-output): Passed and returns location information
18395 tracking spelling corrections. Doesn't recheck same word on
18396 current line.
18397 (ispell-init-process): Protect against bogus XEmacs variable binding.
18398 Fix call to single argument in sleep-for. Use new variables.
18399 (ispell-region): Passed and returns location information tracking
18400 spelling corrections. Doesn't check same word on current line.
18401 Improved documentation string. Doesn't resend a line already
18402 checked to the ispell process - fixes bug in LaTeX parsing.
18403 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18404 (ispell-skip-region): No longer skips <TT> in SGML.
18405 (ispell-process-line): Tracks location information with spelling
18406 corrections. Added documentation string. Accounts for words
18407 already accepted on this line. Don't allow query-replace on line
18408 starting with math characters. Doesn't resend a line already sent
18409 to ispell process. Fixes alignment error bug.
18410
184112000-01-10 Richard M. Stallman <rms@gnu.org>
18412
18413 * dired-x.el (dired-guess-shell-alist-default):
18414 Suggest xloadimage, which is free, not xv, which isn't.
18415
18416 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18417 Don't ever include the host name or user name in the value.
18418
184192000-01-09 Gerd Moellmann <gerd@gnu.org>
18420
18421 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18422 of a real newline.
18423
184242000-01-09 Stephen Eglen <stephen@gnu.org>
18425
18426 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18427 for .png files.
18428
184292000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18430
18431 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18432
184332000-01-09 Gerd Moellmann <gerd@gnu.org>
18434
18435 * progmodes/cperl-mode.el: Replace ^F with ^L.
18436
86f6474c
SM
18437 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18438 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18439
184402000-01-08 Dave Love <fx@gnu.org>
18441
18442 * emacs-lisp/backquote.el: Remove inappropriate customization
18443 (allowing custom.el to use backquote).
18444
184452000-01-07 Dave Love <fx@gnu.org>
18446
18447 * add-log.el (add-log-debugging): Deleted.
18448 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18449 file. Remove debugging code.
18450 (change-log-get-method-definition, change-log-name): Add doc.
18451 (change-log-sortable-date-at): New function.
18452 (change-log-merge): New command.
18453
18454 * time.el (display-time-string-forms): Make the Mail string active.
18455 (display-time-update): Provide help-echo for load average.
18456
18457 * bindings.el (make-mode-line-mouse2-map): New function.
18458 (mode-line-modified): Use it and simplify.
18459 (mode-line-mule-info): Provide help-echo info.
18460 (minor-mode-alist): Activate the strings.
18461 (make-mode-line-mouse-sensitive): Simplify for
18462 mode-line-buffer-identification.
18463
184642000-01-07 Gerd Moellmann <gerd@gnu.org>
18465
18466 * play/pong.el: New file.
18467
184682000-01-06 Dave Love <fx@gnu.org>
18469
18470 * array.el: Assorted cleanups for compiler warnings, doc strings,
18471 `array-' prefix for symbols.
18472
184732000-01-05 Dave Love <fx@gnu.org>
18474
86f6474c
SM
18475 * textmodes/outline.el (outline-mode-menu-bar-map):
18476 Add outline-headers-as-kill.
a30eb617
DL
18477 (outline-mode): Define imenu-generic-expression.
18478 (outline-headers-as-kill): New command.
18479
18480 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18481 from paragraph-start.
18482 (paragraph-indent-minor-mode): New command.
18483
18484 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18485 M-C-e, M-C-h, C-j, C-xnd, TAB.
18486 (fortran-mode): Set beginning-of-defun, end-of-defun.
18487 (fortran-column-ruler): Simplify.
18488 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18489 (fortran-with-subprogram-narrowing): Likewise.
18490 (fortran-indent-subprogram): Call mark-defun.
18491 (fortran-check-for-matching-do): Change narrowing.
18492
18493 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18494 (cl-lucid-hash-tag): Delete.
18495 (cl-hash-table-p): Correct test for native table.
18496 (cl-hash-table-count): Use hash-table-count.
18497
18498 * browse-url.el (browse-url): Fix case of
18499 browse-url-browser-function being an alist.
18500
185012000-01-05 Carsten Dominik <cd@gnu.org>
18502
18503 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18504 (reftex-index-phrase-file-extension): New options.
18505
18506 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18507 Use new option `reftex-index-phrase-file-extension'.
18508
18509 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18510 `reftex-parse-file-extension'.
18511
185122000-01-05 Dave Love <fx@gnu.org>
18513
18514 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18515 (beginning-of-defun-raw): Use it.
18516 (end-of-defun): New variable.
18517 (end-of-defun): Use it.
18518 (check-parens): New command.
18519
185202000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18521
18522 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18523 (hs-show-block): Don't use `mapcar' when not accumulating.
18524
18525 Fix buglet in local variables initialization.
18526
185272000-01-05 Andreas Schwab <schwab@suse.de>
18528
18529 * hscroll.el (hscroll): Doc fix.
18530
185312000-01-05 Carsten Dominik <cd@gnu.org>
18532
86f6474c
SM
18533 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18534 Require idlw-toolbar.
a30eb617 18535
86f6474c 18536 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18537 file idlw-rinfo.el.
86f6474c
SM
18538 (idlwave-customize): Load must read file idlw-shell.el.
18539 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18540
185412000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18542
18543 * progmodes/idlw-shell.el: Also provide idlwave-shell
18544 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18545 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18546
86f6474c 18547 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18548 both reftex-dcr and reftex-vcr.
18549
18550 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18551
185522000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18553
18554 * ps-print.el: PostScript code now is in separate files, doc fix.
18555 (ps-print-version): New version number (5.0.3).
18556 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18557 local.
18558 (ps-spool-config): Initialization fix.
18559 (ps-print-prologue-1, ps-print-prologue-2)
18560 (ps-print-duplex-feature): PostScript code moved to separated file.
18561 (ps-background-image): Little code reformating.
18562 (ps-begin-file, ps-begin-job): Fix code.
18563 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18564 (ps-prologue-file): New fun.
18565
185662000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18567
18568 * ps-vars.el: Eliminated.
18569
18570 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18571 `;;;###autoload'.
18572
18573 * ps-print.el: ps-vars eliminated, doc fix.
18574 (ps-print-version): New version number (5.0.2).
18575 (ps-spool-config): Initialization fix.
18576 (ps-print-customize): New fun.
18577
185782000-01-04 Gerd Moellmann <gerd@gnu.org>
18579
86f6474c 18580 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18581
185822000-01-04 Dave Love <fx@gnu.org>
18583
18584 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18585 menu items.
18586
185872000-01-03 Dave Love <fx@gnu.org>
18588
18589 * elide-head.el (elide-head) [defgroup]: Add :version.
18590
18591 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18592 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18593 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18594 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18595
185962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18597
18598 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18599 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18600
186012000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18602
18603 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18604 at comment end, and re-insert them after filling.
18605
186062000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18607
18608 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18609 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18610 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18611
186122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18613
18614 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18615 the new name of face-color-supported-p.
18616
18617 * term/w32-win.el (xw-defined-colors): Likewise.
18618
186192000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18620
18621 * simple.el (completion-setup-function): Count completion-size
18622 from minibuffer-prompt-end, not from point-min.
18623
186242000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18625
18626 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18627 Pass the frame to tty-color-* functions.
18628 (display-color-p, frame-set-background-mode): Pass the frame to
18629 tty-display-color-p.
18630
18631 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18632 tty-color-alist.
18633 (tty-color-alist, tty-modify-color-alist): New functions.
18634 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18635 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18636 optional parameter FRAME.
a30eb617
DL
18637
186382000-01-01 Gerd Moellmann <gerd@gnu.org>
18639
86f6474c
SM
18640 * image.el (create-image, defimage): Don't assume image data is
18641 a string.
a30eb617
DL
18642
18643 * image.el (defimage): Handle specifications containing :data
18644 instead of :file.
18645 (image-type-from-data): New function.
18646 (image-type-from-file-header): Use it.
18647 (create-image): Add parameter DATA-P.
18648
18649See ChangeLog.8 for earlier changes.
18650
18651;; Local Variables:
18652;; coding: iso-2022-7bit
18653;; End: