(Input methods): Some more keys useful in Chinese input methods.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4960e757
MK
12001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
2
3 * ediff-util.el: Copyright years.
4 (ediff-choose-syntax-table): New function.
5 (ediff-setup): Use ediff-choose-syntax-table.
6 (ediff-file-checked-out-p,ediff-file-checked-in-p): check if
7 vc-state is available.
8 (ediff-make-temp-file): use ediff-coding-system-for-write.
9
10 * ediff-init.el (ediff-with-syntax-table): New macro, uses
11 with-syntax-table.
12 (ediff-coding-system-for-read): from ediff-diff.el
13 (ediff-coding-system-for-write): new variable.
14 (ediff-highest-priority): fixed the bug having to do with disappearing
15 overlays.
16 (ediff-file-remote-p): use file-remote-p, if available.
17 (ediff-listable-file): new function.
18 (ediff-file-attributes): use ediff-listable-file.
19
20 * ediff-mult.el (ediff-meta-insert-file-info1): use
21 ediff-listable-file.
22
23 * ediff-ptch.el (ediff-prompt-for-patch-file): use
24 ediff-coding-system-for-read.
25 (ediff-patch-file-internal): use ediff-coding-system-for-write.
26
27 * ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
28 (ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.
29
30 * ediff.el: Date of last update, copyright years.
31
32 * ediff-wind (ediff-setup-control-frame): Nill->nil.
33
34 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
35 of Scott Bronson.
36 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
37 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
38 Deleted functions.
39 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
40 ex-token-list.
41 (viper-get-ex-address-subr): convert registers to char data type.
42
43 * viper-util.el (viper-int-to-char,viper-char-equal): new
44 functions.
45 (viper-memq-char): use viper-int-to-char.
46 (viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
47 vc-locking-state.
48 (viper-read-key): use viper-read-key-sequence.
49
50 * viper.el (viper-major-mode-modifier-list): added
51 inferior-emacs-lisp-mode.
52 (this-major-mode-requires-vi-state): new function that uses simple
53 heuristics to decide if vi state is appropriate.
54 (set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
55 (viper-non-hook-settings): don't advise read-key-sequence.
56 (viper-read-key-sequence): new function that replaces the
57 previously used advice to read-key-sequence.
58
59 * viper-cmd.el (viper-test-com-defun,viper-exec-change,
60 viper-exec-Change,viper-execute-com,viper-insert,viper-append,
61 viper-Append,viper-Insert,viper-open-line,viper-Open-line,
62 viper-open-line-at-point,viper-substitute,viper-overwrite,
63 viper-replace-char-subr,viper-forward-word,viper-forward-Word):
64 got rid of the negative character hack.
65 (viper-escape-to-state,viper-replace-state-exit-cmd):
66 use viper-read-key-sequence.
67 (viper-envelop-ESC-key): no need for ad-get-orig-definition.
68 (viper-minibuffer-standard-hook,viper-read-string-with-history):
69 don't override existing minibuffer-setup-hook.
70 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
71 convert registers to char data type.
72 (viper-autoindent): use viper-indent-line.
73
74 * viper-keym.el: use viper-exec-key-in-emacs.
75
05824718
SM
762001-07-20 Stefan Monnier <monnier@cs.yale.edu>
77
78 * server.el (server-visit-files): Fix variable name typo.
79
6e07c0a5
GM
802001-07-20 Gerd Moellmann <gerd@gnu.org>
81
05824718 82 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
83 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
84
5b6858da
SM
852001-07-19 Stefan Monnier <monnier@cs.yale.edu>
86
87 * progmodes/compile.el (compilation-parse-errors): `linenum' might
88 return a this-error using the alternative format (a pair of markers).
89
794d58ba
GM
902001-07-19 Gerd Moellmann <gerd@gnu.org>
91
4e2a256b
GM
92 * font-lock.el (c++-keywords): Add Standard C++ operator names.
93
794d58ba
GM
94 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
95 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 96
381194d0
PJ
972001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
98
99 * international/iso-transl.el: Fix typo in the header of the file.
100
101 * textmodes/picture.el (picture): Doc fix.
102
103 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
104 follow coding conventions in generated files.
105
27009a49
EZ
1062001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
107
5b6858da 108 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
109 (tool-bar-add-item): Don't call image-related primitives if the
110 display doesn't support images.
111
112 * frame.el (display-images-p): New function.
113
467f1209
GM
1142001-07-17 Gerd Moellmann <gerd@gnu.org>
115
116 * server.el (server-visit-files): Handle the case the specified
117 column number is <= 0.
118
1192001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
120
121 * startup.el (command-line-1): Add support for +LINE:COLUMN
122 command line argument.
123
1242000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
125
5b6858da
SM
126 * server.el (server-process-filter, server-visit-files):
127 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 128
9781053a
PJ
1292001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
130
131 * emacs-lisp/easy-mmode.el: Add Keywords header.
132
133 * play/pong.el: Author has new address.
134
135 * play/landmark.el: Author is no more reachable.
136
137 * play/handwrite.el: Author is no more reachable.
138
5b6858da
SM
1392001-07-17 Stefan Monnier <monnier@cs.yale.edu>
140
141 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
142 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
143 Complete bindings for F<1..12> keys.
144 (global-map): Remove `undo' binding (already in the default).
145 Replace `t<n>' bindings with `f<n>' bindings.
146
a38b71b0
SM
1472001-07-16 Stefan Monnier <monnier@cs.yale.edu>
148
149 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
150 (tcl-mode): Use tcl-add-log-defun.
151 (tcl-indent-line): Use tcl-calculate-indent.
152 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
153 (tcl-indent-exp): Renamed from indent-tcl-exp.
154 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
155 (tcl-indent-for-comment): Call comment-indent-function properly
156 and handle the case where it returns nil.
157
c1d61a7d
GM
1582001-07-16 Gerd Moellmann <gerd@gnu.org>
159
a38b71b0
SM
160 * calendar/cal-islam.el (calendar-goto-islamic-date):
161 Remove autoload cookie.
162
163 * calendar/calendar.el (calendar-goto-islamic-date):
164 Add call to autoload.
c1d61a7d 165
c59fb719
SM
1662001-07-16 Stefan Monnier <monnier@cs.yale.edu>
167
168 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
169 Don't change compile-auto-highlight globally.
170 Don't bother with `font-lock-defaults' property since XEmacs
171 also understands the `font-lock-defaults' variable.
172 Use make-local-variable rather than make-variable-buffer-local.
173 Don't `defconst' comment-indent-function: keep the default.
174 Call easy-menu-add unconditionally.
175 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
176 (ada-create-menu): Use :included for Emacs as well.
177
178 * vc.el (vc-do-command): Autoload.
179
180 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
181
652a9be9
PJ
1822001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
183
184 * ps-print.el: Fix Author: header.
185
c3d6be34
GM
1862001-07-16 Gerd Moellmann <gerd@gnu.org>
187
4391d40d
GM
188 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
189 mouse-1 etc., bind them to `ignore'.
190
c3d6be34
GM
191 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
192 send-invisible, which is already defined in Comint.
193 (eshell-watch-for-password-prompt): Use it.
194
e8af40ee
PJ
1952001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
196
3c3e43ef
PJ
197 * which-func.el (which-func-mode): Doc fix.
198
e8af40ee 199 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
200 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
201 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
202 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
203 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
204 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
205 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
206 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
207 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
208 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
209 * emulation/edt-mapper.el, emulation/edt-pc.el,
210 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
211 * emulation/tpu-edt.el, emulation/tpu-extras.el,
212 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
213 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
214 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
215 * international/isearch-x.el, international/iso-cvt.el,
216 * international/ogonek.el, international/quail.el,
217 * international/utf-8.el, jit-lock.el, language/devan-util.el,
218 * language/devanagari.el, language/ethio-util.el,
219 * language/ethiopic.el, language/european.el, language/indian.el,
220 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
221 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
222 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
223 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
224 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
225 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
226 * progmodes/autoconf.el, progmodes/cmacexp.el,
227 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
228 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
229 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
230 * progmodes/ebnf2ps.el, progmodes/executable.el,
231 * progmodes/fortran.el, progmodes/idlw-shell.el,
232 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
233 * progmodes/m4-mode.el, progmodes/mantemp.el,
234 * progmodes/meta-mode.el, progmodes/octave-inf.el,
235 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
236 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
237 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
238 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
239 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
240 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
241 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
242 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
243 * textmodes/two-column.el, time-stamp.el, timezone.el,
244 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
245 * which-func.el, whitespace.el, wid-browse.el, widget.el,
246 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
247 conventions.
248
bb24c64f
GM
2492001-07-16 Gerd Moellmann <gerd@gnu.org>
250
251 * simple.el (set-variable): Require 'cus-edit' instead of
252 `wid-edit', so that the Custom widgets get defined.
253
6a05d05f
PJ
2542001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
255
256 * allout.el: A fix to follow coding conventions.
257
258 * find-lisp.el: A fix to follow coding conventions.
259
260 * term/w32-win.el: A fix to follow coding conventions.
261
262 * textmodes/sgml-mode.el: A fix to follow coding conventions.
263
264 * term/xterm.el: A fix to follow coding conventions.
265
266 * term/news.el: A fix to follow coding conventions.
267
268 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
269 header line fixed.
270
271 * sun-curs.el: Fix Maintainer: header line.
272
273 * emacs-lisp/easymenu.el: Address of the author added.
274
1b85bd12
GM
2752001-07-16 Gerd Moellmann <gerd@gnu.org>
276
277 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
278 property.
279
6e44da43
PJ
2802001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
281
282 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 283 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
284 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
285 Some fixes to follow coding conventions.
6e44da43 286
6033fc96
GM
2872001-07-16 Gerd Moellmann <gerd@gnu.org>
288
289 * which-func.el (which-func-mode): Doc fix.
290
5d3d1e32
SM
2912001-07-15 Stefan Monnier <monnier@cs.yale.edu>
292
293 * net/rcompile.el (remote-compile): Use make-local-variable.
294
295 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
296
297 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
298
299 * mail/reporter.el (reporter-submit-bug-report):
300 Don't abuse make-variable-buffer-local. Fix call to add-hook.
301
55535639
PJ
3022001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
303
3afbc435 304 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
305 * calendar/cal-dst.el, calendar/cal-french.el,
306 * calendar/cal-hebrew.el, calendar/cal-islam.el,
307 * calendar/cal-iso.el, calendar/cal-julian.el,
308 * calendar/cal-mayan.el, calendar/cal-persia.el,
309 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
310 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
311 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
312 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
313 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
314 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
315 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
316 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
317 * progmodes/ada-xref.el, progmodes/cc-align.el,
318 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
319 * progmodes/cc-defs.el, progmodes/cc-engine.el,
320 * progmodes/cc-langs.el, progmodes/cc-menus.el,
321 * progmodes/cc-styles.el, progmodes/cc-vars.el,
322 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
323 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
324 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
325 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
326 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
327 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
328 conventions in Eshell files with known maintainers.
329
330 * emulation/viper.el: A fix to follow coding conventions.
331
60370d40 332 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
333 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
334 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
335 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
336 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
337 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
338 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
339 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
340 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
341 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
342 conventions in Eshell files.
343
344 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
345 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
346 * emulation/pc-mode.el, emulation/viper-cmd.el,
347 * emulation/viper-ex.el, emulation/viper-init.el,
348 * emulation/viper-keym.el, emulation/viper-macs.el,
349 * emulation/viper-mous.el, emulation/viper-util.el,
350 * emulation/viper.el, forms-pass.el, international/ccl.el,
351 * international/characters.el, international/encoded-kb.el,
352 * international/fontset.el, international/ja-dic-cnv.el,
353 * international/ja-dic-utl.el, international/kinsoku.el,
354 * international/kkc.el, international/mule-cmds.el,
355 * international/mule-diag.el, international/mule-util.el,
356 * international/mule.el, international/titdic-cnv.el,
357 * language/china-util.el, language/chinese.el,
358 * language/cyril-util.el, language/cyrillic.el, language/english.el,
359 * language/greek.el, language/hebrew.el, language/japan-util.el,
360 * language/japanese.el, language/korea-util.el, language/korean.el,
361 * language/lao-util.el, language/lao.el, language/misc-lang.el,
362 * language/slovak.el, language/thai-util.el, language/thai.el,
363 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
364 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
365 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
366 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
367 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
368 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
369 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
370 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
371 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
372 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
373 to follow coding conventions in files without maintainer or in files
374 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
375
376 * emacs-lisp/elp.el: A fix to follow coding conventions.
377
715a2ca2 378 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
379 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
380 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
381 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
382 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
383 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
384 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
385 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
386 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
387 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
388 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
389 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
390 conventions in files from Gnus.
391
55535639 392 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
393 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
394 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
395 * echistory.el, electric.el, emacs-lisp/authors.el,
396 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
397 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
398 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
399 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
400 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
401 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
402 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
403 * international/codepage.el, international/iso-ascii.el,
404 * international/iso-insert.el, international/iso-transl.el,
405 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
406 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
407 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
408 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
409 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
410 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
411 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
412 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
413 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
414 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
415 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
416 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
417 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
418 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
419 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
420 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
421 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
422 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
423 * textmodes/tex-mode.el, textmodes/text-mode.el,
424 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
425 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
426 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
427 files maintained by FSF.
428
1cd7adc6
PJ
4292001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
430
431 * arc-mode.el: A fix to follow coding conventions.
432
433 * bindings.el: Ditto.
434
435 * cdl.el: Ditto.
436
437 * comint.el: Ditto.
438
439 * cus-start.el: Ditto.
440
441 * shell.el: Ditto.
442
443 * skeleton.el: Ditto.
444
07b1b912
SM
4452001-07-13 Stefan Monnier <monnier@cs.yale.edu>
446
447 * info.el (Info-build-node-completions):
448 Make Info-current-file-completions buffer local.
449
09938b67
GM
4502001-07-13 Gerd Moellmann <gerd@gnu.org>
451
e0f82ad8 452 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 453 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 454
07b1b912
SM
455 * calendar/cal-islam.el (calendar-goto-islamic-date):
456 Add autoload cookie.
aa11456f 457
09938b67
GM
458 * play/fortune.el: Add types to defcustoms.
459
ebea5735
PJ
4602001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
461
09938b67 462 * language/czech.el: A fix to follow coding conventions.
ebea5735 463
ec7dc7e1
EZ
4642001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
465
466 * speedbar.el (speedbar-supported-extension-expressions): Add .g
467 to the extension list, for antlr-mode. From Christoph Wedler
468 <Christoph.Wedler@sap.com>.
469
ec402ad4
SM
4702001-07-11 Stefan Monnier <monnier@cs.yale.edu>
471
472 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
473 (vc-dired-mode-map): Fix the madness.
474
475 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
476 (vc-prefix-map): Moved back from vc.el.
477
a777242c
GM
4782001-07-11 Gerd Moellmann <gerd@gnu.org>
479
07b1b912
SM
480 * mail/mail-extr.el (mail-extr-all-top-level-domains):
481 Increase the size of the obarray.
a777242c
GM
482 (mail-extr-all-top-level-domains): Add more toplevel domains,
483 add more long names.
484 From: Per Starback <starback@ling.uu.se>.
485
874d7995
EZ
4862001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
489 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
490
491 * progmodes/ada-mode.el: Ditto.
492
493 * progmodes/ada-xref.el: Ditto.
494
ff524b84
MB
4952001-07-11 Miles Bader <miles@gnu.org>
496
497 * finder.el (finder-insert-at-column): Also move to the next line
498 if exactly at COLUMN.
499
6b05fae3
GM
5002001-07-10 Gerd Moellmann <gerd@gnu.org>
501
6ce5615d
GM
502 * help.el (describe-function-1): When printing FUNCTION's
503 documentation, don't assume FUNCTION is a symbol.
504
6b05fae3
GM
505 * startup.el (normal-top-level): Don't operate on the initial
506 frame if we failed to create one.
507
19da29f9
GM
5082001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
509
510 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
511 itself, i.e. only indent the contents in it.
512
6f19114e
GM
5132001-07-10 Markus Rost <rost@math.ohio-state.edu>
514
515 * mail/rmail.el (rmail-show-message): Show beginning of message in
516 all windows containing it.
517
8184a578
EZ
5182001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
519
520 * term/tty-colors.el: Fix the header line and copyright years.
521
524ac5b2
GM
5222001-07-09 Gerd Moellmann <gerd@gnu.org>
523
4033ae9d
GM
524 * emacs-lisp/advice.el (ad-make-advised-definition): If the
525 original definition has an interactive form, but is Elp
526 instrumented, use the interactive form of the function called by
527 elp-wrapper.
528
59c2dcf4
GM
529 * winner.el (winner-equal): Make it a defun. Don't compare Winner
530 configurations with compare-window-configuration; they aren't
531 window configurations.
532
524ac5b2
GM
533 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
534 from the server for the format we expect. Don't use it if it
c59fb719 535 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 536
06c66e1c 537 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
538 From Luis Fernandes <elf@ee.ryerson.ca>.
539
524ac5b2 5402001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
541
542 * cc-cmds.el: Extended the kludge to interoperate with the
543 delsel and pending-del packages wrt to the new function
544 `c-electric-delete-forward'.
545
851040a5
SM
5462001-07-08 Stefan Monnier <monnier@cs.yale.edu>
547
548 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
549 to delay the call to <mode> for global minor modes.
550 (easy-mmode-define-navigation): Only recenter if interactive.
551
6573d87f
GM
5522001-07-06 Gerd Moellmann <gerd@gnu.org>
553
a25e82a8
GM
554 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
555 to lisp-indent-line.
556
6573d87f
GM
557 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
558 from the server. Call encode-time only when we are sure that we
559 got a 213 response.
560
c1a1fd60
GM
5612001-07-06 Simon Josefsson <jas@extundo.com>
562
563 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
564 (mail-envelope-from): New user option.
565 (sendmail-send-it): Use it.
566
4b81a999
GM
5672001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
568
851040a5
SM
569 * ps-print.el: Use locale dependant date to print date in header.
570 Doc fix.
4b81a999
GM
571 (ps-print-version): New version number (6.5.3).
572 (ps-right-header, ps-right-footer): Initialization and doc fix.
573 (ps-time-stamp-locale-default): New fun.
574
a2cc5c4f
GM
5752001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
576
577 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
578 field problem with MIME-mode.
579
580 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
581
5822001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
583
584 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
585 MIME-mode.
586
a9b511e0
EZ
5872001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * bindings.el (mode-line-mule-info): Don't show the tip with
590 buffer-file-coding-system if that is nil.
591
0f60e5ff
GM
5922001-07-05 Gerd Moellmann <gerd@gnu.org>
593
f25cfe53
GM
594 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
595 instead of kill-line.
596
5f72adc0
GM
597 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
598 <Pavel@Janik.cz>.
599
600 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
601 <Pavel@Janik.cz>.
0f60e5ff 602
b5e2c7a7
GM
6032001-07-04 Gerd Moellmann <gerd@gnu.org>
604
605 * font-lock.el (c-font-lock-keywords-3): When matching something
606 like `struct X Y', finish with point after Y.
607
e5836af8 6082001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 609
e5836af8 610 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 611 in caller buffer.
e5836af8 612
f1c53471
EZ
6132001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
614
bf4041b6 615 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
616 instead of string-match to find the basename of the file.
617 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 618
851040a5
SM
619 * net/browse-url.el (browse-url-default-windows-browser):
620 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
621 (browse-url-browser-function) [ms-dos]: Default to
622 browse-url-default-windows-browser.
623
f1c53471
EZ
624 * help.el (locate-library): Enable code that looks for compressed
625 libraries if auto-compression-mode is on.
626
4ce5c223
SM
6272001-07-02 Stefan Monnier <monnier@cs.yale.edu>
628
629 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
630
dd441b46
GM
6312001-07-02 Gerd Moellmann <gerd@gnu.org>
632
4ce5c223 633 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 634
7a3ee510
EZ
6352001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
636
33e432b1
EZ
637 * allout.el: Fix the header line, so that finder.el recognizes it.
638 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
639
4ce5c223
SM
640 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
641 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 642
3024d920
EZ
6432001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
644
4ce5c223 645 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 646
3024d920
EZ
647 * ps-bdf.el (bdf-directory-list): Use the value relative to
648 installation-directory for MS-Windows as well.
649
0c1baae8
RS
6502001-06-29 Richard M. Stallman <rms@gnu.org>
651
652 * wid-edit.el (widget-color-sample-face-get):
653 Return ((foreground-color . COLOR)) instead of constructing a face.
654
442ebe98
EZ
6552001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
656
657 * faces.el (region): Change the background color for the
658 light-background color display to lightgoldenrod2, to make it
659 visible on some laptops.
660
6519817e
RS
6612001-06-28 Richard M. Stallman <rms@gnu.org>
662
663 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
664 (rmail-msg-restore-non-pruned-header): Likewise.
665 If point was in the old pruned header, put it at the top.
666 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 667
6519817e
RS
668 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
669 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
670
15533ae2
SM
6712001-06-28 Stefan Monnier <monnier@cs.yale.edu>
672
673 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
674
19a448e3
KF
6752001-06-28 Karl Fogel <kfogel@red-bean.com>
676
677 * saveplace.el: Update maintainer email address.
678
a17555fd
FP
6792001-06-27 Francesco Potorti` <pot@gnu.org>
680
15533ae2
SM
681 * uniquify.el: (uniquify-rationalize-file-buffer-names):
682 Undo previous change.
a17555fd
FP
683
6842001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
685
686 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
687 preliminary quick reordering. Can speed things up dramatically.
688
555cc9ca
RS
6892001-06-26 Richard M. Stallman <rms@gnu.org>
690
4d68abe0
RS
691 * dired.el (dired-get-filename): A file name starting with ~
692 is not absolute in this context.
693
555cc9ca
RS
694 * which-func.el (which-func-maxout): Increase default to 500000.
695 (which-function-mode): This is now the "real" name of the function.
696 (which-func-mode): Now an alias.
697 (which-func-mode-global): Name deleted.
698
699 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
700 button-2, when binding hs-mouse-toggle-hiding.
701
d9bad487
GM
7022001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
703
15533ae2 704 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
705 (rmail-msg-prune-header): Likewise.
706 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
707 and `rmail-msg-prune-header'.
708
da197e75
SM
7092001-06-25 Stefan Monnier <monnier@cs.yale.edu>
710
711 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
712 back than LINEBEG.
713
9501b986
EZ
7142001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
717 window where they clicked the mouse has a header line, adjust
718 vertical movement by one.
719
7aee34d3
GM
7202001-06-25 Milan Zamazal <pdm@zamazal.org>
721
da197e75
SM
722 * progmodes/glasses.el (glasses-make-readable): Consider underscores
723 too when separating a parenthesis.
7aee34d3 724
b9cc92a4
EZ
7252001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
726
727 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
728 (bookmark-bmenu-hide-filenames): Add help-echo to
729 mouse-highlighted text.
730 (bookmark-bmenu-show-filenames): Remove help-echo property from
731 the whitespace.
732
e55c4863
EZ
7332001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
734
da197e75
SM
735 * files.el (auto-mode-alist): Add configure.ac (autoconf).
736 From Karl Eichwalder <ke@suse.de>.
e55c4863 737
4bd41f5a
RS
7382001-06-23 Richard M. Stallman <rms@gnu.org>
739
740 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
741
742 * progmodes/cc-styles.el (c-set-style): Don't specify initial
743 contents for completing-read.
744
fdae95d4
RS
7452001-06-22 Richard M. Stallman <rms@gnu.org>
746
747 * menu-bar.el (menu-bar-make-toggle): Construct the
748 function's doc string from HELP, not DOC, and make it accurate by
749 adding "Toggle whether to " at the front and downcasing the initial.
750 Change the HELP arg in some calls to make it fit this usage.
751
752 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
753 Undo previous change.
754
5f0e1d42
EZ
7552001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
756
1fd63d9b
EZ
757 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
758
da197e75 759 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 760
2ebf8f54
EZ
7612001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
762
7a03d9cd
EZ
763 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
764
2ebf8f54
EZ
765 * dabbrev.el (dabbrev--select-buffers): Fix last change.
766
4de68712
RS
7672001-06-20 Richard M. Stallman <rms@gnu.org>
768
769 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
770 broken out from dabbrev--find-expansion. Handle minibuffer
771 specially here.
772 (dabbrev--find-expansion): Simplify code in various ways.
773 Don't treat minibuffers specially.
774 Call dabbrev--make-friend-buffer-list.
da197e75 775 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
776 (dabbrev--scanning-message): Do nothing when minibuffer is current.
777
f84e9763 7782001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 779
f84e9763
JW
780 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
781 Also, added a comment describing how to greatly speedup Eshell
782 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 783
f5f3efaa 7842001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 785
da197e75
SM
786 * eshell/esh-mode.el: Disabled a test that often yields false failures.
787
f84e9763
JW
7882001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
789
790 * woman.el (WoMan-highlight-references): Add help-echo to
791 mouse-highlighted text.
b868ed49 792
f7ac3e28
SM
7932001-06-18 Stefan Monnier <monnier@cs.yale.edu>
794
795 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
796
f6f1beba
GM
7972001-06-18 Gerd Moellmann <gerd@gnu.org>
798
f7ac3e28
SM
799 * international/quail.el (quail-start-conversion):
800 Reset quail-translating to nil.
db8f7303 801
f6f1beba
GM
802 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
803 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
804
1a0b9ae6
EZ
8052001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
806
855eca56
EZ
807 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
808 mouse-highlighted text.
809
1a0b9ae6
EZ
810 * dired.el (dired-mark-pop-up): Fix last change.
811
e75e894b
EZ
8122001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
813
218abc51
EZ
814 * calendar/calendar.el (generate-calendar-month): Add help-echo to
815 mouse-highlighted text.
816
d36ca65d
EZ
817 * net/quickurl.el (quickurl-url-file): Run through
818 convert-standard-filename.
819 (quickurl-list-populate-buffer): Add help-echo to
820 mouse-highlighted text.
821 (top-level): Update Dave's URL.
822
092924fd
EZ
823 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
824 mouse-highlighted text.
825
f7ac3e28
SM
826 * textmodes/page-ext.el (pages-copy-header-and-position):
827 Add help-echo to mouse-highlighted text.
092924fd
EZ
828
829 * tar-mode.el (tar-header-block-summarize): Add help-echo to
830 mouse-highlighted text.
831
832 * replace.el (occur): Add help-echo to mouse-highlighted text.
833
834 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
835 mouse-highlighted text.
836
837 * progmodes/cpp.el (cpp-make-button): Add help-echo to
838 mouse-highlighted text.
839
f7ac3e28
SM
840 * progmodes/compile.el (compile-reinitialize-errors):
841 Add help-echo to mouse-highlighted messages.
092924fd
EZ
842 (compilation-forget-errors): Remove help-echo property as well.
843
f7ac3e28
SM
844 * play/landmark.el (lm-plot-square, lm-init-display):
845 Add help-echo to mouse-highlighted text.
092924fd 846
f7ac3e28
SM
847 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
848 Add help-echo to mouse-highlighted text.
092924fd
EZ
849
850 * dired.el (dired-insert-set-properties): Add help-echo to
851 mouse-highlighted text.
f7ac3e28 852 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
853
854 * comint.el (comint-send-input): Add help-echo to
855 mouse-highlighted text.
856
857 * buff-menu.el (list-buffers-noselect): Add help-echo to
858 mouse-highlighted text.
859
860 * arc-mode.el (archive-summarize-files): Add help-echo to
861 mouse-highlighted text.
862
e75e894b
EZ
863 * ffap.el (ffap-machine-p): Always return nil if
864 open-network-stream is not fboundp.
865
f621ed9d
SM
8662001-06-17 Stefan Monnier <monnier@cs.yale.edu>
867
868 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
869 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
870 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
871 incorrectly binding chars between 128 and 256 to it.
872 (sgml-maybe-name-self): Handle latin-1 chars properly.
873 (sgml-tags-invisible): Bind buffer-file-name to nil.
874 Use unwind-protect and restore-buffer-modified-p.
875 (sgml-point-entered): Use buffer-substring-no-properties.
876 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
877 (html-mode): Don't force `imenu-sort-function'.
878
884e8578
EZ
8792001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
880
d5b49f47
EZ
881 * tar-mode.el: Fix the copyright notice.
882
ce6b1982
EZ
883 * font-lock.el (font-lock-comment-face): For tty's with dark
884 background, use "red1", since "lightred" is not one of the colors
885 recognized by tty-colors.el.
886
884e8578
EZ
887 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
888 create a buffer for extracted file, in case there's more than one
889 file by that name in an archive, possibly in different
890 directories. From Kevin Rodgers <kevinr@ihs.com>.
891
892 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
893 <alex@gnu.org>.
894
72190a54
MB
8952001-06-15 Miles Bader <miles@gnu.org>
896
f621ed9d
SM
897 * textmodes/texinfmt.el (texinfo-format-syntax-table):
898 Revert previous change.
72190a54 899
e4cdc335
RS
9002001-06-14 Richard M. Stallman <rms@gnu.org>
901
902 * replace.el (keep-lines-read-args): Return just a regexp.
903 Provide nil for the region args.
f621ed9d 904 (keep-lines, flush-lines, how-many):
e4cdc335
RS
905 Calculate the defaults for the region here, when args are nil.
906
c8c6b45a
EZ
9072001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
908
909 * rot13.el (rot13-other-window): Some more doc fix.
910
f54701d1
EZ
9112001-06-14 Per Starback <starback@ling.uu.se>
912
913 * replace.el (case-replace, query-replace-from-history-variable)
914 (query-replace-to-history-variable, keep-lines-read-args)
915 (occur-revert-function, query-replace-help): Dox fix.
916
1604ce98
EZ
9172001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
918
919 * rot13.el (rot13-other-window): Doc fix.
920
22058843
MB
9212001-06-14 Miles Bader <miles@gnu.org>
922
923 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
924 of " and \ to "." (punctuation).
925 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
926
e4cdc335
RS
9272001-06-13 Richard M. Stallman <rms@gnu.org>
928
929 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
930
931 * simple.el (shell-command-on-region): Never kill the
932 *Shell Command Output* buffer.
933
a62d56ab
SM
9342001-06-13 Stefan Monnier <monnier@cs.yale.edu>
935
936 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
937
4a0aa1d9
SM
9382001-06-10 Stefan Monnier <monnier@cs.yale.edu>
939
940 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
941 New var, to recognize ${ $' and PODs.
942 (perl-font-lock-syntactic-face-function): New function.
943 (perl-mode): Use them.
944 (perl-continuation-line-p): New function, from perl-calculate-indent.
945 (perl-calculate-indent): Use it, to properly handle continuation
946 lines of continuation lines.
947
b5a9911c
EZ
9482001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
949
950 * server.el (server-process, server-buffer-clients): Doc fix.
951 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
952
0f056ec1
JW
9532001-06-09 John Wiegley <johnw@gnu.org>
954
955 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
956 test if the last command was Lisp or not.
957 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
958 B x C".
959
e5e316b0
EZ
9602001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
961
962 * dos-w32.el (grep-regexp-alist): Remove definition, since the
963 general one on compile.el supports drive letters.
7f4350a7
CD
964
9652001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
966
5a905a7e 967 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 968 key description.
7f4350a7
CD
969
970 * textmodes/reftex-sel.el (reftex-select-jump): New command.
971
5a905a7e 972 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
973 (reftex-toc-jump): New command.
974
975 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 976 to parse international characters as well.
7f4350a7 977
5a905a7e 978 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 979 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 980
5a905a7e
SM
981 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
982
983 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 984 TAB to the key separators.
7f4350a7 985
73419021
EZ
9862001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
987
988 * international/mule.el (auto-coding-alist): Remove redundant
989 up-cased versions of the extensions (auto-coding-alist-lookup is
990 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
991 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
992
cada28bb
EZ
9932001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
994
995 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
996
4f7666dc
RS
9972001-06-01 Richard M. Stallman <rms@gnu.org>
998
999 * help.el (describe-variable): Put value on same line
1000 with preceding text, if it is short enough to look good that way.
1001
70079787
EZ
10022001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1003
1004 * term/internal.el (IT-unicode-translations): New variable.
1005 (IT-setup-unicode-display): New function.
1006
c86f4619
GM
10072001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008
1009 * ps-print.el: Handle before-string and after-string overlay properties
1010 in ps-print-*-with-faces commands. Doc fix.
1011 (ps-print-version): New version number (6.5.2).
1012 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1013 for XEmacs.
1014 (ps-prefix-quote): Doc fix.
c6d452ad 1015 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1016 (ps-basic-plot-str, ps-plot-string): New funs.
1017
1ea98518
SM
10182001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1019
1020 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1021 and :type spec.
1022
2b1ec973
GM
10232001-05-31 Gerd Moellmann <gerd@gnu.org>
1024
1ea98518
SM
1025 * international/mule-cmds.el (inactivate-input-method):
1026 Set input-method-function to nil.
2b1ec973 1027
94843cc1
GM
1028 * xml.el (xml-parse-tag): The document may contain invalid characters.
1029 From ShengHuo ZHU <zsh@cs.rochester.edu>
1030
9652931f
GM
10312001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1032
1033 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1034 `rmail-summary-line-decoder' if the message does not have
1035 a Subject: field.
9652931f 1036
1ea98518 1037 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1038
1ea98518
SM
1039 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1040 New variable.
9652931f
GM
1041 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1042 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1043 is non-nil.
1044
f7ac3e28
SM
10452001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1046
1047 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1048
b781e739
SS
10492001-05-29 Sam Steingold <sds@gnu.org>
1050
00f51890
SS
1051 * faces.el (face-valid-attribute-values): Bind `valid' directly
1052 instead of using `setq'.
1053
b781e739
SS
1054 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1055 Use `tex-shell-buf'.
1056 (tex-shell-proc): Use `tex-shell-running'.
1057 (tex-shell-buf-no-error): New function.
1058 (tex-send-tex-command): Use it.
1059 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1060 (tex-kill-job): Check the process before calling `quit-process'.
1061
3d0e328b
GM
10622001-05-29 Gerd Moellmann <gerd@gnu.org>
1063
1ea98518
SM
1064 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1065 UTF-8 sequences.
3d0e328b 1066
8bd6307f
GM
10672001-05-28 Miles Bader <miles@gnu.org>
1068
1069 * comint.el (comint-carriage-motion): Renamed from
1070 `comint-cr-magic'. Operate on the buffer instead of the string
1071 (for use as a comint post-output filter, instead of as a
1072 pre-output filter). Handle backspaces too. Add to the
1073 `comint-output-filter-functions' hook instead of
1074 `comint-preoutput-filter-functions'.
1075
89c8dc6c
GM
10762001-05-28 Gerd Moellmann <gerd@gnu.org>
1077
1078 * language/japan-util.el (japanese-hankaku): Prefer the charset
1079 `jisx0201' when the optional argument `ascii-only' is not specified.
1080 (japanese-hankaku-region): Ditto.
1081 From Katsumi Yamaoka <yamaoka@jpl.org>
1082
f25c1b9b
SM
10832001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1084
1085 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1086 (outline-invisible-p): New function.
1087 (hide-leaves): Save excursion.
1088 (hide-other): Stop looping when reaching bobp.
1089
719bb352
EZ
10902001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1091
1092 * cus-edit.el (custom-file): Fix last change.
1093
d686d354
SM
10942001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1095
1096 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1097 same definition in byte-compile-function-environment as `autoload'
1098 would put in `symbol-function'.
1099
1100 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1101 patch to correct the error message as well.
1102
49b1a638
EZ
11032001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1104
71261a01
EZ
1105 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1106 unless ~/.emacs exists.
1107
49b1a638
EZ
1108 * novice.el (enable-command): If user-init-file is nil or does not
1109 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1110
a434b175
SM
11112001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1112
15ca8de7
SM
1113 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1114 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1115 Allow spaces around macro arguments.
1116 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1117 indent-for-tab-command.
1118 (latex-mode-map, plain-tex-mode-map): New keymaps.
1119 Inherit from tex-mode-map.
1120 (tex-common-initialization): Don't setup the keymap any more
1121 since it's now done right by define-derived-mode.
1122 (latex-mode): Set skeleton-end-hook to nil.
1123 (latex-skeleton-end-hook): Remove.
1124 (tex-latex-block, latex-insert-item): Simplify.
1125 (latex-syntax-after): Use following-char rather than char-after.
1126 (tex-discount-args-cmds, tex-count-words): New functions.
1127
1128 * textmodes/tildify.el (tildify-ignored-environments-alist):
1129 Recognize \verb* as well.
1130
1131 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1132 (perl-comment-indent): Simplify to let newcomment.el do its job.
1133 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1134 (perl-mark-function): Cleanup the namespace.
1135 (perl-calculate-indent): Don't be fooled by nested functions.
1136
1137 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1138
a434b175
SM
1139 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1140 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1141
4e7e1f03
AC
11422001-05-25 Andrew Choi <akochoi@i-cable.com>
1143
1144 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1145 actually be `\\'.
1146 (ctlau-b5-converter): Likewise.
1147
2bef0948
AC
11482001-05-24 Andrew Choi <akochoi@i-cable.com>
1149
1150 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1151 Change CTLauB.el to CTLau-b5.el.
1152
d2d1851b
SM
11532001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1154
1155 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1156 rather than beginning-of-line to avoid problems with fields.
1157 (gud-perldb-massage-args): Use unless and push.
1158 (gud-chdir-before-run): New var.
1159 (gud-common-init): Use it.
1160
5e3d4fbc
AC
11612001-05-24 Andrew Choi <akochoi@i-cable.com>
1162
1163 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1164 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1165 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1166 chinese-ctlaub.
d2d1851b
SM
1167 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1168 New functions.
5e3d4fbc 1169
0216c3df
GM
11702001-05-22 Gerd Moellmann <gerd@gnu.org>
1171
f1f65349
GM
1172 * cus-edit.el (custom-comment-show): Remove debug code.
1173
0216c3df
GM
1174 * language/japan-util.el (japanese-symbol-table): Fix handling of
1175 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1176
e8a1ed31
SM
11772001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1178
1179 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1180 Renamed by removing the silly `-flag' suffix.
1181 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1182
7246200c
SM
11832001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1184
1185 * replace.el (keep-lines-read-args): Use `copy-marker'.
1186 (how-many): Save excursion properly.
1187 (occur-mode): Use define-derived-mode.
1188 (perform-replace): Use with-current-buffer.
1189
7e971261
RS
11902001-05-20 Richard M. Stallman <rms@gnu.org>
1191
65569e52
RS
1192 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1193
cc9684e8
RS
1194 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1195
9ca00e71
RS
1196 * info.el (Info-read-subfile): Widen before finding the
1197 desired node in the subfile.
1198
7e971261
RS
1199 * startup.el (command-line-1): When >2 files visited,
1200 leave the last one visible, and make that the selected window.
1201
7c5312b2
GM
12022001-05-20 Gerd Moellmann <gerd@gnu.org>
1203
1204 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1205
310e9a21
EZ
12062001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1207
7246200c
SM
1208 * international/ccl.el (define-ccl-program): Fix a typo.
1209 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1210
1211 * international/mule.el (decode-char): Fix a typo. From Pavel
1212 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1213
1214 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1215 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1216
310e9a21
EZ
1217 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1218 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1219
ef55aa6c
SS
12202001-05-18 Sam Steingold <sds@gnu.org>
1221
7246200c 1222 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1223 and [RET] to `cvs-mode-find-file'.
1224
c9f3bebe
JW
12252001-05-18 John Wiegley <johnw@gnu.org>
1226
1227 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1228 configuration variable, which determines the initial character
1229 that forces use of an external version of a command. The default
1230 is *, but may be set to \, for example.
1231
1232 * eshell/esh-ext.el (eshell-explicit-command):
1233 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1234
c9f3bebe
JW
1235 * eshell/esh-cmd.el (eshell/which):
1236 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1237
7c5312b2
GM
1238 * eshell/em-cmpl.el (eshell-completion-command-name)
1239 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1240 instead of ?*.
1241
1c66d9fb
GM
12422001-05-18 Gerd Moellmann <gerd@gnu.org>
1243
a724ed38
GM
1244 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1245 subst-char-in-string.
1246 (ange-ftp-after-parse-ls-hook): New variable.
1247 (ange-ftp-ls): Run that hook.
1248 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1249
0595722b
GM
1250 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1251 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1252 text into *Completions*.
1253
1c66d9fb
GM
1254 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1255 part of which look like email addresses.
1256
c5bdb93d
AI
12572001-05-18 Andrew Innes <andrewi@gnu.org>
1258
7246200c
SM
1259 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1260 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1261 cmd.exe's handling of FOR loops.
1262 (autoloads): Set find-file-suppress-same-file-warnings to t to
1263 avoid slew of spurious messages.
1264
9a1211f2
GM
12652001-05-18 Simon Josefsson <simon@josefsson.org>
1266
1267 * mail/smtpmail.el (maybe-append-domain): Renamed to
1268 `smtpmail-maybe-append-domain'.
1269 (smtpmail-via-smtp): Use the new name.
1270
29148a3f
GM
1271 * net/browse-url.el (browse-url-browser-function): Add kde.
1272 (browse-url-kde-program, browse-url-kde-args): New variables.
1273 (browse-url-kde): New function.
1274
9ab59a1a
MB
12752001-05-18 Miles Bader <miles@gnu.org>
1276
7246200c
SM
1277 * simple.el (delete-horizontal-space, just-one-space):
1278 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1279 because it's more efficient for large files.
1280
cebf1b97
GM
12812001-05-17 Gerd Moellmann <gerd@gnu.org>
1282
f90c23ca
GM
1283 * mail/rmail.el (rmail-require-mime-maybe): New function.
1284 (rmail): Use it.
1285 (rmail-mode): Handle the case of finding Rmail files.
1286
cebf1b97
GM
1287 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1288 functions.
1289
df22166e
SM
12902001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1291
1292 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1293 text-property after moving to the beginning of line and regardless
1294 of the value of font-lock-multiline.
1295
2ca0d5f1
GM
12962001-05-17 Gerd Moellmann <gerd@gnu.org>
1297
e85e809a
GM
1298 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1299
2ca0d5f1
GM
1300 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1301 last coding system used before calling set-buffer-modified-p
1302 because that function changes last-coding-system.
1303
4c6a4739
EZ
13042001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1305
1306 * files.el (switch-to-buffer-other-window)
1307 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1308 the doc string.
1309
f08cf35b
GM
13102001-05-17 Gerd Moellmann <gerd@gnu.org>
1311
1312 * language/slovak.el, language/czech.el: New maintainer.
1313
2180ea97
SS
13142001-05-16 Sam Steingold <sds@gnu.org>
1315
f08cf35b 1316 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1317 sub-form of `defgeneric' correctly.
1318
9bae8781
GM
13192001-05-16 Gerd Moellmann <gerd@gnu.org>
1320
a90b3d3c
GM
1321 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1322 of `c'.
1323
1b7818b4 1324 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1325 condition-case, test what outline-level returns instead, to
1326 ease debugging.
1b7818b4 1327
9bae8781
GM
1328 * international/mule.el (auto-coding-regexp-alist): New user-option.
1329 (auto-coding-from-file-contents): New function.
1330 (set-auto-coding): Use it to determine a coding system.
1331
7644c605
GM
13322001-05-15 Gerd Moellmann <gerd@gnu.org>
1333
18a0a39e
GM
1334 * mouse.el (mouse-delete-other-windows): Doc fix.
1335
df22166e
SM
1336 * emacs-lisp/lisp-mode.el (lisp-mode):
1337 Make font-lock-keywords-case-fold-search a buffer-local variable with
1338 make-local-variable before setting it.
7644c605 1339
940cf42e
EZ
13402001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1341
1342 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1343 prefixes.
1344
557f7c34
GM
13452001-05-14 Gerd Moellmann <gerd@gnu.org>
1346
1347 * hexl.el (hexl-current-address): Print a message when called
1348 interactively.
1349
14d9b141
SM
13502001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1351
1352 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1353
1354 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1355
1356 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1357
7bd2d083
GM
13582001-05-11 Gerd Moellmann <gerd@gnu.org>
1359
47e72862
GM
1360 * startup.el (command-line): If parameters have been changed in
1361 the init files which influence font selection, clear the face
1362 cache so that faces get realized with the new parameters.
1363
14d9b141 1364 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1365
0f49941f
SM
13662001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1369
cbeed4a8
EZ
13702001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1373 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1374
ff9aa2ca
GM
13752001-05-10 Gerd Moellmann <gerd@gnu.org>
1376
1377 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1378 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1379
b2c99950
JW
13802001-05-09 John Wiegley <johnw@gnu.org>
1381
0f49941f
SM
1382 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1383 Annotated the documentation string to tell users about
3cb27fd7
JW
1384 `eshell-no-numeric-conversions'.
1385
c26f6b27
JW
1386 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1387 conversions if a Lisp function has the property
1388 `eshell-no-numeric-conversions' set to a non-nil value.
1389
1390 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1391 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1392 property `eshell-no-numeric-conversions' on the following
1393 functions (which all deal with filesystem entities, and never Lisp
1394 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1395 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1396 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1397 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1398 eshell/which, eshell/addpath.
1399
14002001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1401
d089e299
JW
1402 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1403 encountered as an argument, don't convert it right away, but tag
1404 the first character of the string with the text properties
1405 `number', which signifies to `eshell-lisp-command' that the
1406 argument should be passed through `string-to-number' if it is
1407 actually used in the call to a Lisp function.
1408
1409 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1410 function, convert any string arguments that have been tagged as
1411 "numbers", by calling string-to-number.
1412
1413 * eshell/esh-util.el (eshell-number-regexp): Now that number
1414 conversions only happen for Lisp function calls, the number regexp
1415 should now match all integer and floating point forms.
1416
1417 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1418 `eshell-continue-process', since they are both nonfunctional at
1419 the moment.
1420 (eshell-proc-initialize): Don't bind keys for
1421 `eshell-stop-process' or `eshell-continue-process'.
1422
0f49941f
SM
1423 * eshell/em-unix.el (eshell-shuffle-files):
1424 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1425
1426 * eshell/em-hist.el (eshell-add-to-history): Reference to
1427 `eshell-history-ring' needed to be `eshell-history-index'.
1428
0f49941f
SM
1429 * calendar/timeclock.el (timeclock-find-discrep):
1430 Initialize `elapsed' to 0.
cb89da0f
JW
1431 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1432 it's still nil.
b2c99950 1433
ff39b9a1
SM
14342001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1435
1436 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1437 (archive-mode): Use capitalize.
1438 (archive-unique-fname): Use make-temp-file.
1439
9e53a675
GM
14402001-05-09 Gerd Moellmann <gerd@gnu.org>
1441
1442 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1443
c8224de6
EZ
14442001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1445
c533a7e2
EZ
1446 * tar-mode.el (tar-extract): Pay attention to the value of
1447 coding-system-for-read, if it is non-nil.
1448
ff39b9a1
SM
1449 * calendar/holidays.el (holidays): Add an autoload cookie.
1450 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1451
1c8c9fb8
JW
14522001-05-08 John Wiegley <johnw@gnu.org>
1453
ff39b9a1
SM
1454 * calendar/timeclock.el (timeclock-workday-remaining):
1455 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1456 (timeclock-workday-elapsed): Don't accept a "relative" argument
1457 for the current day's elapsed time. What could that have meant?
ff39b9a1 1458 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1459 (timeclock-when-to-leave): Changed logic, similarly to what was
1460 done for `timeclock-workday-remaining'.
1461 (timeclock-find-discrep): Removed "today-only" argument, which had
1462 no meaning. Fixed some more math problems. The function now
1463 returns a three member list: (TOTAL-TIME-DISCREPANCY
1464 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1465
5f47fb28
EZ
14662001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1467
1468 * w32-fns.el (convert-standard-filename): Start replacing slashes
1469 from the beginning of the file name, not from where the last
1470 invalid character was. From "Andrew Maguire (SWW)"
1471 <Andrew.Maguire@Smallworld.co.uk>
1472
6da5c7da
GM
14732001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1474
1475 The following changes are to provide infrastructure for handling
1476 MIME messages to rmail. They don't affect the original behaviour
1477 if rmail-enable-mime is nil.
1478
1479 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1480 (rmail-search-mime-message-function)
1481 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1482 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1483 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1484 `rmail-view-buffer' is hidden.
6da5c7da
GM
1485 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1486 call rmai-show-mime-function.
1487 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1488 mode-line-process of rmail-view-buffer.
1489 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1490 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1491 buffer.
ff39b9a1
SM
1492 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1493 set-buffer to the Rmail buffer.
6da5c7da
GM
1494 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1495 rmail-search-mime-header-function.
1496 (rmail-search-message): New function.
1497 (rmail-search): Call rmail-search-message to check if a message
1498 matches REGEXP, lastly update point after calling
1499 rmail-show-message.
ff39b9a1
SM
1500 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1501 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1502 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1503 header region, refer to rmail-msgref-vector while setting the
1504 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1505 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1506 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1507 rmail-insert-mime-forwarded-message-function instead of inserting
1508 forwarded message by itself.
1509
1510 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1511 Rmail buffer.
1512 (rmail-set-label, rmail-next-labeled-message): Likewise.
1513
1514 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1515 set-buffer to the Rmail buffer.
1516 (rmail-output-to-rmail-file): Likewise.
1517 (rmail-output): Likewise.
1518
1519 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1520 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1521 (rmail-new-summary): Be sure to go to the Rmail buffer.
1522 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1523 rmail-view-buffer to nil.
1524 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1525 rmail-view-buffer.
1526 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1527 rmail-buffer.
1528 (rmail-summary-scroll-msg-down): Likewise.
1529 (rmail-summary-beginning-of-message): Likewise.
1530 (rmail-summary-wipe): Likewise.
1531 (rmail-summary-toggle-header): Use save-window-excursion, not
1532 save-excursion. Update point in rmail-view-buffer, not in
1533 rmail-buffer.
1534 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1535 rmail-view-buffer, not rmail-buffer.
1536
5092477a
GM
15372001-05-07 Gerd Moellmann <gerd@gnu.org>
1538
1e9fc92e
GM
1539 * cus-edit.el (custom-file): Signal an error if user-init-file is
1540 nil (running -q).
1541
1d053370
GM
1542 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1543
ff39b9a1
SM
1544 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1545 Add :version.
1546
1547 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1548 New option.
1b62b062
GM
1549 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1550 only if smtpmail-warn-about-unknown-extensions is set.
1551
f851a71c
GM
1552 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1553 instead of rmail-sort-by-keywords.
1554
ff39b9a1 1555 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1556 rmail-sort-by-keywords.
1557
ff39b9a1
SM
1558 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1559 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1560 (rmail-summary-mode): Doc fix.
1561
5092477a
GM
1562 * mail/rmail.el (rmail-edit): New Custom group.
1563
1564 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1565 (rmail-edit-mode-hook): New user-option.
1566
05be3833
RS
15672001-05-05 Richard M. Stallman <rms@gnu.org>
1568
1569 * help.el (help-xref-symbol-regexp): Recognize "source of"
1570 and friends, meaning make a link to the source file.
1571 (help-make-xrefs): Handle "source of" and friends
1572 by constructing a link that visits the source file.
1573
1574 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1575
7dfb000f
SM
15762001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1577
5efe6a56
SM
1578 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1579 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1580 Renamed from perl-font-lock-keywords to avoid clashes.
1581 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1582 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1583 Updated correspondingly.
1584
7dfb000f
SM
1585 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1586 Typo `nonexistant' -> `nonexistent'.
1587
88bbb8cb
EZ
15882001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1589
7dfb000f
SM
1590 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1591 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1592 `c-electric-delete-forward' always deletes forward and
1593 `c-electric-delete' only contains the code necessary for XEmacs to
1594 choose between backward and forward deletion.
7dfb000f 1595
88bbb8cb
EZ
1596 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1597 get the electric behavior on that key too.
1598 (c-fill-paragraph): Fixed bogus direct use of
1599 c-comment-prefix-regexp, which caused an error when it's a list.
1600
a1af8dcf
EZ
16012001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * dired-aux.el (dired-diff): Doc fix.
1604
1605 * dired.el (dired-diff): Likewise.
1606
ddfb4005
EZ
16072001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1610
b36581fb
SM
16112001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1612
80a00b6a
SM
1613 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1614 if both the buffer and the file are read-only.
1615
b36581fb
SM
1616 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1617 rather than font-lock-string-face.
1618 (sh-get-indent-info): Treat heredocs like strings.
1619
470bbe9b
GM
16202001-05-02 Gerd Moellmann <gerd@gnu.org>
1621
b36581fb
SM
1622 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1623 a newline following `}'.
3356df63
GM
1624 (texinfo-format-email): New function.
1625 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1626 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1627 Add `display'.
3356df63
GM
1628 (texinfo-sort-region): Goto point-min before sorting.
1629 (texinfo-set): Remove leading white space from value.
1630 From yagi@is.titech.ac.jp.
1631
470bbe9b
GM
1632 * replace.el (query-replace-regexp-eval): Doc fix.
1633
a9d2fd1d
SM
16342001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1635
1636 * diff-mode.el (diff-nonexistant-face): New face.
1637 (diff-font-lock-keywords): Use it.
1638
2b3e941a
EZ
16392001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1640
22cd6fd3
EZ
1641 * font-lock.el (font-lock-mode): Doc fix.
1642
2b3e941a
EZ
1643 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1644 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1645
50df7214
GM
16462001-04-30 Gerd Moellmann <gerd@gnu.org>
1647
a9d2fd1d
SM
1648 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1649 backslash at the start of the here-document delimiter.
a9793e45
GM
1650 (sh-font-lock-syntactic-keywords): Likewise.
1651
50df7214
GM
1652 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1653
e2f599e9
EZ
16542001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1655
1656 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1657 (tty-color-translate, tty-color-by-index, tty-color-values)
1658 (tty-color-desc): Doc fix.
1659
dcaf31d3
EZ
16602001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1661
1662 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1663 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1664 Mention dired-dwim-target in the doc string.
dcaf31d3 1665
a6a06429
MB
16662001-04-28 Miles Bader <miles@gnu.org>
1667
1668 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1669 (dabbrev--find-expansion): Use it.
1670 (dabbrev--select-buffers): Don't select ignored buffers.
1671
5a5d9185
GM
16722001-04-27 Gerd Moellmann <gerd@gnu.org>
1673
a9d2fd1d 1674 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1675
c5b82005
RS
16762001-04-26 Richard M. Stallman <rms@gnu.org>
1677
1678 * dabbrev.el: Add doc strings for some functions.
1679 (dabbrev--eliminate-newlines): New variable.
1680 (dabbrev--substitute-expansion): Convert newlines to spaces
1681 if dabbrev--eliminate-newlines is set.
1682 If abbrev and expansion are both all-lower-case,
1683 leave dabbrev--last-case-pattern nil.
1684
7cff9c6f
GM
16852001-04-26 Gerd Moellmann <gerd@gnu.org>
1686
1687 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1688 if necessary, like in rmail-show-message.
1689
efa89c1f
GM
16902001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1691
1692 * ps-print.el: Color specified by number is forced to be float number.
1693 (ps-print-version): New version number (6.5.1.1).
1694 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1695 initialization.
1696 (ps-prefix-quote): New internal var.
1697 (ps-print-quote): New fun.
1698 (ps-setup, ps-output-frame-properties, ps-float-format)
1699 (ps-format-color): Code fix.
a9d2fd1d
SM
1700 (ps-plot-region): Eliminate redundant foreground color text setting.
1701
d3111e5a
EZ
17022001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1703
1704 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1705
a728644c
GM
17062001-04-25 Gerd Moellmann <gerd@gnu.org>
1707
1708 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1709
4ecdf04d
EZ
17102001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1711
4645bb68
EZ
1712 * info.el (Info-additional-directory-list): Doc fix.
1713
4ecdf04d 1714 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1715 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1716 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1717
7cd512f2
SM
17182001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1719
1dc64fca
SM
1720 * progmodes/make-mode.el (makefile-font-lock-keywords):
1721 Rationalize the rules for includes and conditionals and use the
1722 keyword face for them.
1723
7cd512f2
SM
1724 * faces.el (modify-face): Add compatibility for non-interactive use.
1725
ffeb5c1c
JW
17262001-04-24 John Wiegley <johnw@gnu.org>
1727
1728 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1729 fix from last night, since it wasn't finding eshell/cd.
1730
35f901fa
GM
17312001-04-24 Gerd Moellmann <gerd@gnu.org>
1732
1733 * rect.el (string-rectangle): Revert to 20.x behaviour.
1734 (replace-rectangle): Make it an alias for string-rectangle.
1735 (string-insert-rectangle): New function.
1736
c7b1b508
JW
17372001-04-23 John Wiegley <johnw@gnu.org>
1738
1739 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1740 occurring with Emacs 21's diff.el/compile.el interaction layer.
1741
17422001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1743
1744 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1745 case where the function was defined in a file, but not part of an
1746 eshell module.
1747
157975e3
JW
17482001-04-23 John Wiegley <johnw@gnu.org>
1749
1750 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1751 code to work around a redisplay problem I've been having.
1752
3dc630b9
JW
17532001-04-23 John Wiegley <johnw@gnu.org>
1754
1755 * calendar/timeclock.el (timeclock-day-required): If the time
1756 required for a particular day is not set, use `timeclock-workday'.
1757 (timeclock-find-discrep): Added some sample code in a comment.
1758
1759 * eshell/eshell.el (eshell-command): Made a few changes so that
1760 `eshell-command' could be called programmatically.
1761
7cd512f2 1762 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1763
7cd512f2 1764 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1765
3ae14dd9 17662001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1767
1768 * calendar/timeclock.el: Updated copyright.
1769 (timeclock-generate-report): Don't report the daily or two-week
1770 total, if no time has been worked in that period.
1771 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1772 final computational form, which was unnecessary; corrected a
1773 parsing problem when timeclock-relative was nil.
1774
3ae14dd9 17752001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1776
1777 * calendar/timeclock.el (timeclock-modeline-display): Check if
1778 `list-entry' is null.
1779 (timeclock-use-display-time): The first argument to `set-variable'
1780 must be a symbol.
1781
53e1a74c
EZ
17822001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1785 (calendar-today-marker, calendar-holiday-marker):
1786 Use display-color-p instead of window-system.
53e1a74c
EZ
1787 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1788 instead of window-system.
1789 (calendar-hide-window): Use display-multi-frame-p instead of
1790 window-system.
1791
1792 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1793 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1794 Use display-multi-frame-p instead of window-system.
53e1a74c 1795
23b809c2
GM
17962001-04-23 Gerd Moellmann <gerd@gnu.org>
1797
1d14e80c
GM
1798 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1799
23b809c2
GM
1800 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1801 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1802
b5eeaa1d
GM
18032001-04-23 Alex Schroeder <alex@gnu.org>
1804
1805 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1806 line-end-position a defalias is used for point-at-bol and point-at-eol.
1807
b5eeaa1d
GM
18082001-04-23 Alex Schroeder <alex@gnu.org>
1809
1810 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1811 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1812
ac1470eb
EZ
18132001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1814
1815 * textmodes/paragraphs.el (sentence-end): Doc fix.
1816
624ef9b3
GM
18172001-04-20 Alex Schroeder <alex@gnu.org>
1818
1819 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1820 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1821
18222001-04-20 Alex Schroeder <alex@gnu.org>
1823
1824 * sql.el (sql-db2-program): New option.
1825 (sql-db2-options): New option.
1826 (sql-db2): New function.
1827
18282001-04-20 Alex Schroeder <alex@gnu.org>
1829
1830 * sql.el (sql-mode-menu): Added highlighting entries.
1831 (sql-highlight-oracle-keywords): New function.
1832 (sql-highlight-postgres-keywords): New function.
1833 (sql-highlight-ansi-keywords): New function.
1834
18352001-04-20 Alex Schroeder <alex@gnu.org>
1836
1837 * sql.el (sql-help): Doc change.
1838
9f3703ab
KF
18392001-04-19 Karl Fogel <kfogel@collab.net>
1840
1841 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1842 that inserted file content only to delete it immediately.
1843 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1844 <lektu@uol.com.br> for the patch.
1845
2a83a11d
SM
18462001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1849
6f4dd4dc
GM
18502001-04-18 Gerd Moellmann <gerd@gnu.org>
1851
0f8d6dc7
GM
1852 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1853 for defmethod.
1854
6f4dd4dc
GM
1855 * comint.el (comint-cr-magic): New function.
1856 (toplevel): Add it to comint-preoutput-filter-functions.
1857
90200fcc
AI
18582001-04-18 Andrew Innes <andrewi@gnu.org>
1859
1860 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1861 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1862 (recompile): Remove stuff to set EMACSLOADPATH.
1863
daa66f34
GM
18642001-04-18 Gerd Moellmann <gerd@gnu.org>
1865
edc5c81d
GM
1866 * language/slovak.el ("Slovak"): Add tutorial entry.
1867
daa66f34
GM
1868 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1869 browse-url-new-window-p.
1870
5d5845dc
EZ
18712001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1872
1873 * info.el (Info-menu-update): When there are no menus and/or no
1874 cross references in the node, make the respective items of the
1875 Info menu-bar menu inactive.
1876
1c8addd0
GM
18772001-04-17 Gerd Moellmann <gerd@gnu.org>
1878
f4f480bd
GM
1879 * indent.el (indent-for-tab-command): Call indent-line-function
1880 with no argument if PREFIX-ARG is non-nil.
1881
1c8addd0
GM
1882 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1883
8f9ab403
EZ
18842001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1887 an async subprocess if start-process is unavailable. Suggested by
1888 Tim Van Holder <tim.van.holder@pandora.be>.
1889
60322163
EZ
18902001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1891
1892 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1893 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1894
e372bc67
EZ
18952001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1896
1897 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1898 manual.
1899
28037ecf
SM
19002001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1901
1902 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1903 (cvs-menu): Add a few entries.
1904
1905 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1906 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1907 lock file appears to be reachable from Emacs.
1908 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1909 (cvs-mode-find-file): Look for cvs-header-face rather than
1910 cvs-dirname-face (which doesn't exist).
1911 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1912
1913 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1914
5d5e7f53
EZ
19152001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1918 normal-erase-is-backspace on a tty. Instead, bind some keys such
1919 as [delete] directly, like pc-select.el did before
1920 normal-erase-is-backspace was invented.
1921
118562e1 19222001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1923
1924 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1925
6c9e58c4
JW
19262001-04-11 John Wiegley <johnw@gnu.org>
1927
28037ecf
SM
1928 * eshell/em-ls.el (eshell-ls-insert-directory):
1929 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1930 buffers, if Eshell's ls is being used.
1931
118562e1 19322001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1933
28037ecf
SM
1934 * calendar/timeclock.el (timeclock-completing-read): New function.
1935 (timeclock-ask-for-project, timeclock-ask-for-reason):
1936 Call `timeclock-completing-read'.
978bd3ea
JW
1937
1938 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1939 required where `member' was being used.
1940
118562e1 19412001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1942
28037ecf
SM
1943 * eshell/em-hist.el (eshell-previous-matching-input):
1944 Don't display "History item" if the the minibuffer is active.
978bd3ea 1945
30cb0001
GM
19462001-04-11 Gerd Moellmann <gerd@gnu.org>
1947
1948 * startup.el (command-line): Output a newline after printing
1949 an error from loading the window system's init file.
1950
e38af9bd
EZ
19512001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1952
28037ecf
SM
1953 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1954 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1955 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1956 keywords whose arguments routinely include @@.
1957
bbf63a7b
GM
19582001-04-10 Gerd Moellmann <gerd@gnu.org>
1959
28037ecf
SM
1960 * emacs-lisp/advice.el (ad-make-advised-definition):
1961 Construct advice for subrs differently.
afffeb57 1962
3fe35f35 1963 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1964 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1965
c8d6d636 1966 * simple.el (completion-list-mode-finish): New function.
28037ecf 1967 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1968
2a52f40e 1969 * language/european.el ("Polish"): Change sample text.
28037ecf 1970 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1971
cf8b1bef
GM
1972 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1973 parameter.
1974
bbf63a7b
GM
1975 * faces.el (menu): Doc fix.
1976
719d83ad 19772001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1978
1979 * ps-print.el: Footer implementation. Doc fix.
1980 (ps-print-version): New version number (6.5.1).
1981 (ps-header-frame-alist): New customization var for header frame
1982 properties.
1983 (ps-line-number-color): New customization var for line number color.
1984 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1985 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1986 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1987 (ps-right-footer): New customization vars for footers.
1988 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1989 footers.
1990 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1991 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1992 Code fix.
319acba0
GM
1993 (ps-prologue-file): Indentation fix.
1994 (ps-print-quote): Fun eliminated.
1995 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1996 (ps-output-frame-properties): New fun.
1997 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1998 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1999
e372bc67 20002001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2001
2002 * eshell/eshell.el (eshell-command): Needed a "%s" format
2003 specifier, in case the buffer contains percent characters.
2004
e372bc67 20052001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2006
2007 * calendar/timeclock.el (timeclock-generate-report): Added a
2008 missing insert of the project name.
2009
9f9a5e7a
GM
20102001-04-09 Gerd Moellmann <gerd@gnu.org>
2011
9170e5d4 2012 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2013
865e97c1 2014 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2015 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2016 From: Dave Love <fx@gnu.org>.
2017
cf3885ac 2018 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2019 (server-visit-files): Run server-visit-hook after going to
2020 line 1 so that the hook can set point as it sees fit.
2021
9f9a5e7a
GM
2022 * bindings.el (mode-line-modified): Unify help messages.
2023
51f32106
EZ
20242001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2025
2026 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2027 All callers changed.
2028
e02160a3
EZ
20292001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2030
8e6bb0d0
EZ
2031 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2032 long file names aren't supported, truncate the file names in
2033 quail-misc-package-ext-info to 8+3 before matching them against
2034 FILENAME.
2035
2036 * dos-fns.el (dos-truncate-to-8+3): New function.
2037
ec321d77
EZ
2038 * progmodes/compile.el (grep-compute-defaults): Use null-device
2039 instead of literal /dev/null. Reported by Jens Schmidt
2040 <schmidt@mathematik.uni-kl.de>.
2041
e02160a3
EZ
2042 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2043
cf3885ac
SM
20442001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2045
2046 * textmodes/sgml-mode.el: Add unknown maintainer.
2047 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2048 (html-mode-map): Use set-keymap-parent.
2049
3ffb33bb
DL
20502001-04-06 Dave Love <fx@gnu.org>
2051
2052 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2053 Remove redundant string-to-list.
2054
8f625692
SM
20552001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2056
2057 * composite.el (reference-point-alist): Doc fix.
2058
1087f198
SS
20592001-04-05 Sam Steingold <sds@gnu.org>
2060
8f625692
SM
2061 * font-lock.el (font-lock-keywords-case-fold-search):
2062 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2063 file made font-lock case-insensitive.
2064
a55e4e68
GM
20652001-04-05 Gerd Moellmann <gerd@gnu.org>
2066
0e4892e2
GM
2067 * faces.el (defface menu): Doc fix.
2068
4d664b04
GM
2069 * wid-edit.el (widget-color-sample-face-get): Don't make
2070 faces for undefined colors.
2071
a55e4e68
GM
2072 * version.el (emacs-version): Include LessTif/Motif version info.
2073
f383cd0d
GM
20742001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2075
2076 * ps-mule.el: Eliminate cl package dependence.
2077 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2078 if they aren't defined yet.
2079 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2080 Eliminate cl package dependence.
2081
de28797f
SM
20822001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2083
2084 * progmodes/cc-cmds.el (c-outline-level):
2085 Bind buffer-invisibility-spec. Originally from Dave Love, but
2086 got lost when incorporating version 5.26.
2087
32df8b47
EZ
20882001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2089
de28797f
SM
2090 * emulation/pc-select.el (pc-selection-mode):
2091 Call normal-erase-is-backspace-mode instead of binding
2092 keys individually.
58e4f61d 2093
7f62656b
EZ
2094 * cus-load.el (normal-erase-is-backspace): Use it instead of
2095 delete-key-deletes-forward.
2096
2097 * startup.el (command-line): Use normal-erase-is-backspace and
2098 normal-erase-is-backspace-mode.
2099
2100 * simple.el (normal-erase-is-backspace): Rename from
2101 delete-key-deletes-forward. Doc fix.
2102 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2103 delete-key-deletes-forward-mode. Doc fix.
2104 Run normal-erase-is-backspace-hook.
7f62656b 2105
32df8b47 2106 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2107 ``human-readable'' format produced by GNU `ls'.
2108 (dired-move-to-filename-regexp): Recognize ISO format dates.
2109 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2110
5efa6032
GM
21112001-04-04 Gerd Moellmann <gerd@gnu.org>
2112
2113 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2114 New functions.
de28797f
SM
2115 (lm-verify): Check keywords.
2116 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2117
d757aac1
EL
21182001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2119
2120 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2121 `xemacs' feature instead of for the function `set-extent-property'.
2122
9832760a
SM
21232001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2124
2125 * mail/mh-utils.el (mh-folder-hist): New var.
2126 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2127
d565f6aa
EZ
21282001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2129
2130 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2131 region, position point on the first or last 16-byte group.
2132 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2133 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2134 hexl-beginning-of-line.
2135
24c0fd39
GM
21362001-04-03 Gerd Moellmann <gerd@gnu.org>
2137
5efa6032
GM
2138 * icomplete.el (icomplete-mode): Treat an argument like other
2139 modes do.
2140
b3f6107b
GM
2141 * startup.el (fancy-splash-head): Use splash8.xpm for color
2142 depth 8.
2143
24d451c5
SM
2144 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2145 Add an antry for ``converts''.
476bf681 2146
24d451c5
SM
2147 * language/slovak.el ("Slovak"): Add documentation string.
2148 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2149
450f6970
GM
2150 * language/czech.el ("Czech"): Add documentation string.
2151 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2152
24d451c5
SM
2153 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2154 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2155
21562001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2157
2158 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2159 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2160 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2161 Use `defsubst' rather than a macro to ease debugging.
2162 (mail-extr-last): Remove (use `last' instead).
2163 (mail-extract-address-components): Properly reset the syntax-table
2164 after parsing an address. Use `last' rather than mail-extr-last.
2165 Make sure the end marker stays at the very end.
24c0fd39 2166
2b908342
EZ
21672001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2170 last change.
2171
acfb077d
GM
21722001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2173
2174 * ps-print.el: Line and paragraph spacing feature. Region to cut
2175 out when printing. Doc fix.
2176 (ps-print-version): New version number (6.5).
24d451c5
SM
2177 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2178 New vars. Line and paragraph spacing feature.
acfb077d
GM
2179 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2180 out when printing.
2181 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2182 (ps-get-font-size, ps-begin-job, ps-continue-line)
2183 (ps-plot-region): Code fix.
2184 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2185 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2186 New internal vars.
acfb077d
GM
2187 (ps-get-size): New fun.
2188 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2189 (ps-next-line): Replace defun by defsubst.
2190 (ps-mule-plot-string): Autoload doc fix.
2191
2192 * ps-bdf.el: XEmacs compatibility. Doc fix.
2193 (installation-directory, coding-system-for-read): Declare vars if
2194 it's not declared yet.
2195 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2196
2197 * ps-mule.el: XEmacs compatibility. Doc fix.
2198 (leading-code-private-22): Declare var if it's not declared yet.
2199 (charset-bytes, charset-dimension, charset-id, charset-width)
2200 (find-charset-region, split-char, char-width, chars-in-region)
2201 (forward-point, decompose-composite-char, encode-coding-string)
2202 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2203 Define funs if not defined yet.
2204 (encode-composition-rule, find-composition): Define funs if not
2205 loaded yet.
2206 (ps-mule-prologue): PostScript code fix.
2207
22082001-04-02 Kenichi Handa <handa@etl.go.jp>
2209
2210 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2211 non-nil, generate font for the header strings.
2212 (ps-mule-prepare-font): Likewise.
2213 (ps-mule-generate-glyphs): Likewise.
2214 (ps-mule-string-encoding): Likewise.
2215 (ps-mule-header-charsets): New variable.
2216 (ps-mule-encode-header-string): New function.
2217 (ps-mule-header-string-charsets): New function.
2218 (ps-mule-begin-job): Check charsets in the header strings. If there
2219 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2220
2221 * ps-print.el (ps-generate-header-line): Encode the header string by
2222 ps-mule-encode-header-string.
2223 (ps-mule-encode-header-string): Declare autoload.
2224
c0eb3c10
GM
22252001-04-02 Gerd Moellmann <gerd@gnu.org>
2226
24d451c5
SM
2227 * frame.el (cursor-in-non-selected-windows):
2228 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2229
a3d0b0e0
KH
22302001-03-31 Kenichi Handa <handa@etl.go.jp>
2231
2232 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2233 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2234 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2235 (tsang-quick-converter): New function.
24d451c5
SM
2236 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2237 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2238 (miscdic-convert, batch-miscdic-convert): New functions.
2239
55f7832c
KH
22402001-03-30 Kenichi Handa <handa@etl.go.jp>
2241
a2217cd8
KH
2242 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2243 eight-bit-control chars.
2244
55f7832c 2245 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2246 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2247
911a2406
EZ
22482001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2249
2250 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2251 string as well.
2252
1a518f2c
AS
22532001-03-30 Andreas Schwab <schwab@suse.de>
2254
2255 * files.el (backup-directory-alist): Fix typo.
2256
ef080b16
EZ
22572001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2258
2259 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2260 <eggert@twinsun.com>.
2261
e4174a55
DL
22622001-03-30 Dave Love <fx@gnu.org>
2263
2264 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2265
9d5d1075
EZ
22662001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2269
a27b451e
MB
22702001-03-30 Miles Bader <miles@gnu.org>
2271
2272 * subr.el (interactive-form): Fix paren typo.
2273
aea51abe
EZ
22742001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2275
2276 * emacs-lisp/profile.el: Say that it's obsolete in the header
2277 line, so that finder.el puts that into its data-base.
2278 Suggested by Alex Schroeder <alex@gnu.org>.
2279
249dd409
EZ
22802001-03-29 Paul Eggert <eggert@twinsun.com>
2281
2282 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2283 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2284
1ac1fa96
SM
22852001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2286
2287 * generic.el (generic-mode-set-comments): Use "" rather than nil
2288 for comment-end.
2289
e2b8a830
GM
22902001-03-29 Gerd Moellmann <gerd@gnu.org>
2291
1ac1fa96
SM
2292 * emacs-lisp/advice.el (ad-make-advised-definition):
2293 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2294
2295 * subr.el (interactive-form): New function.
2296
8b2375e7
AS
22972001-03-29 Andre Spiegel <spiegel@gnu.org>
2298
2299 * vc-sccs.el (vc-sccs-register): Use relative file names.
2300
f827b862
GM
23012001-03-28 Gerd Moellmann <gerd@gnu.org>
2302
e59d0e9d
GM
2303 * bookmark.el (bookmark-get-bookmark): Handle case that
2304 BOOKMARK is not a string.
2305
deb2613a
GM
2306 * image.el (image-type-regexps): Change type for PS files
2307 to `postscript'.
2308
f827b862
GM
2309 * subr.el (read-passwd): Clear command history after each
2310 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2311
3c9449d0
KH
23122001-03-27 Kenichi Handa <handa@etl.go.jp>
2313
2314 * international/kkc.el (kkc-save-init-file): Locally bind
2315 print-length to nil.
2316
e6b13c74
GM
23172001-03-26 Gerd Moellmann <gerd@gnu.org>
2318
e120bebf
GM
2319 * textmodes/flyspell.el: Some doc fixes.
2320 (flyspell-maybe-correct-transposition)
2321 (flyspell-maybe-correct-doubling): Use a temporary buffer
2322
2323 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2324
5f6c5771 2325 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2326 (byte-optimize-form-code-walker): Diagnose too few arguments
2327 for `if' and `while'.
2328
2b984c45
KH
23292001-03-26 Kenichi Handa <handa@etl.go.jp>
2330
2331 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2332 Prepend `\' to "\<quail-translation-docstring>".
2333
bf2150fa
GM
23342001-03-26 Gerd Moellmann <gerd@gnu.org>
2335
5f6c5771
SM
2336 * autorevert.el (global-auto-revert-non-file-buffers):
2337 Remove duplicate defcustom.
bf2150fa 2338
a0d59316
MB
23392001-03-26 Miles Bader <miles@gnu.org>
2340
5f6c5771
SM
2341 * international/latin1-disp.el (latin1-char-displayable-p):
2342 Add leading "-" for X font pattern.
a0d59316 2343
9edbff6c
KH
23442001-03-26 Kenichi Handa <handa@etl.go.jp>
2345
5f6c5771
SM
2346 * international/mule-diag.el (describe-coding-system):
2347 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2348 charsets they can encode.
2349
50b57199
EZ
23502001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2351
2352 * help.el (view-lossage): Mention open-dribble-file in the doc
2353 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2354
5b83f9c0
SM
23552001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2356
2357 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2358 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2359
e0ecbf5c
KH
23602001-03-23 Kenichi Handa <handa@etl.go.jp>
2361
5b83f9c0
SM
2362 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2363 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2364 multibyte sequence can work correctly.
2365 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2366 property of the coding system.
2367
1cc218de
SM
23682001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2369
2370 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2371 Fix transcription typo.
2372
a3db02ad
RV
23732001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2374
2375 * whitespace.el: Add buffer local variables to toggle testing of
2376 whitespaces in buffers without affecting the default values.
a3db02ad 2377 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2378 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2379 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2380 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2381
83c9cb8e
SM
23822001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2383
2384 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2385
180d5509
GM
23862001-03-21 Gerd Moellmann <gerd@gnu.org>
2387
eeb5b5c1
GM
2388 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2389 bs-cycle-configuration-name. From Juanma Barranquero
2390 <lektu@uol.com.br>.
2391
170a9e70
GM
2392 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2393 and cc-vars.el.
2394
180d5509
GM
2395 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2396 headers. Always invoke sendmail with option -t.
2397
130c507e
GM
23982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2399
2400 * Release of cc-mode 5.28.
2401
24022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2403
2404 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2405 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2406 It's instead taken care of by the default value for c-default-style.
130c507e 2407
130c507e
GM
24082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2409
2410 * cc-align.el (c-lineup-math): Fix bug where lineup was
2411 triggered by equal signs in string literals.
2412
24132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2414
2415 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2416 limit detection when at the ends of the buffer.
2417
2418 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2419 "for" statement clause in case 7F; a better one is done
2420 earlier in case 7D anyway.
2421
24222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2423
2424 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2425 somewhat more and did a small optimization.
2426
24272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2428
2429 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2430 Use the limit argument only to limit the syntactic context
2431 search, not to limit the actual movement.
2432
2433 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2434 inside multiline strings, just like in comments. Also various
2435 fixes to the paragraph and comment prefix recognition, block
2436 comment ender handling etc.
2437
24382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2439
2440 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2441 the relative position of the point.
2442
2443 * cc-cmds.el (c-electric-continued-statement): New function to
2444 use as abbrev hook to reindent for keywords such as "else"
2445 that continues an earlier statement.
2446
2447 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2448 like classes.
2449
2450 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2451 (pike-mode): Populate the default abbrev tables to reindent for
2452 keywords such as "else" that can continue earlier statements.
2453 Abbrev mode is therefore turned on by default now. (Note that
2454 this doesn't apply to idl-mode, since IDL afaik doesn't have
2455 statements at all.)
2456
24572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2458
2459 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2460 bracelists where the declaration contains template arguments.
2461
24622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2463
83c9cb8e
SM
2464 * cc-cmds.el (c-comment-indent):
2465 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2466 syntactic indentation. Fixes bug with lineup functions that
2467 return vectors.
2468
2469 * cc-engine.el (c-get-syntactic-indentation): Split the
2470 indentation sum calculation from `c-indent-line' to a separate
2471 function.
2472
24732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2474
2475 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2476 Fixed places where it was assumed that preprocessor directives
2477 have to start in column zero.
2478
2479 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2480 template arguments after a class identifier properly.
2481
2482 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2483 lists for `new Foo[]' constructs in Java as expressions and
2484 not top level definition brace lists on the top level, so that
2485 they'll get indented consistently with the same type of
2486 expression in a normal block.
2487
24882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2489
2490 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2491 whether the adaptive filling package fails to keep the comment
2492 prefix is now kludged further to check for filladapt-mode
2493 which doesn't have that problem. This is really icky, but it's
2494 the only way that works with the current misfeatures/bugs in
2495 both adaptive-fill-mode and filladapt-mode.
2496
2497 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2498 around point is recognized more robust.
2499
25002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2501
2502 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2503 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2504 (c-lit-type): Fixed all internal variables used dynamically so
2505 that they are always bound.
2506
2507 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2508 errors:
2509
2510 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2511 the region is fully reindented even when an error occurs.
2512 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2513 whole lot of code that tried to optimize indentation of whole
2514 sexps but in reality accomplishes nothing.
2515
2516 (c-indent-sexp): Use c-indent-region.
2517
2518 (c-parsing-error): Changed this variable to hold the message
2519 for any syntactic error that is discovered.
2520
2521 (c-parse-state): Search backward from point instead of the bod
2522 position when the latter is invalid. This makes CC Mode
2523 recover faster when there are unbalanced close braces.
2524
2525 (c-backward-to-start-of-if): Use c-parsing-error to report
2526 dangling "else" clauses instead of throwing an error, and fall
2527 back to a reasonable position.
2528
83c9cb8e 2529 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2530
83c9cb8e 2531 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2532
25332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2534
2535 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2536 paragraph recognition when moving by sentence in literals.
2537
83c9cb8e
SM
2538 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2539 start regexp for javadoc to recognize javadoc markup in general instead
2540 of a specific set of keywords, to be more future-safe.
130c507e
GM
2541
2542 (c-Pike-pikedoc-paragraph-start)
2543 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2544 pikedoc markup.
2545
83c9cb8e 2546 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2547
83c9cb8e 2548 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2549
2550 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2551
2552 (c-comment-prefix-regexp): Made it possible to use an
2553 association list on this to specify mode specific regexps.
2554 The default value now use a special regexp in Pike mode to
2555 recognize pikedoc markup.
2556
2557 (c-current-comment-prefix): New variable containing the actual
2558 regexp from c-comment-prefix-regexp for the current buffer.
2559
25602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2561
2562 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2563 lists: We can't look at the syntax, since a brace list can get
2564 recognized as a plain statement-cont.
2565
2566 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2567 special brace list opener broken over two lines got recognized
2568 as a statement on the second line. Case 9A changed.
2569
25702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2571
2572 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2573 adjustment after line is reindented.
2574
25752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2576
2577 * cc-defs.el (c-point): Added optional argument for position
2578 to use instead of the current point.
2579
2580 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2581 the in-expression block symbols when the construct starts at
2582 boi, to avoid the extra level of indentation in that case.
2583 Cases 4, 16A and 17E affected.
2584
25852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2586
2587 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2588 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2589
2590 * cc-engine.el (c-indent-line): Use the syntax already bound
2591 to `c-syntactic-context', if there is any.
2592
25932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2594
2595 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2596 wasn't added up correctly when a lineup function returned nil.
2597
25982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2599
2600 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2601 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2602
26032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2604
2605 * cc-align.el (c-lineup-dont-change): Return an absolute
2606 indentation column to work correctly in the case when several
2607 syntactic elements are processed for the same line.
2608
2609 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2610 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2611 (c-set-offset): Added absolute indentation column settings by
2612 using the vector type.
2613
130c507e
GM
26142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2615
2616 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2617 Implemented two new cleanups `space-before-funcall' and
2618 `compact-empty-funcall'.
2619
130c507e
GM
26202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2621
2622 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2623 helping building regexps.
2624
2625 * cc-engine.el (c-on-identifier): New function for detecting
2626 identifiers. It takes keywords into account.
2627
2628 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2629 lists. `c-keywords' is set to a regexp matching all keywords
2630 in the current language.
2631
26322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2633
2634 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2635 list of characters to skip backwards over at the beginning of
2636 a statement, since it can precede string literals in Pike.
2637
26382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2639
2640 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2641 recognition when standing on the last line in a C++ comment
2642 with nothing but whitespace after the prefix.
2643
2644 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2645 given no limit argument.
2646
26472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2648
2649 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2650 recognition for the `[]= operator symbol in Pike.
2651
26522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2653
2654 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2655 around a bug in `eval-when-compile' in the byte compiler.
2656
2657 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2658 value when count is zero and there's no token start within the limit.
130c507e
GM
2659
2660 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2661 "prefix comments", i.e. comments which are followed by code on
2662 the same line.
2663
2664 * cc-mode-19.el: Fixes so that checks that must be done at
2665 compile time also are done then.
2666
26672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2668
2669 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2670 time and at runtime, and only when it's needed.
2671
26722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2673
2674 Major cleanup for less error prone and more warning free
2675 compilation, including some fixes for bugs due to different
2676 compilation orders. Thanks to Martin Buchholz for providing
2677 the basis for all this.
2678
2679 * cc-bytecomp.el: New file that provides some byte compilation
2680 features: It ensures that files always are loaded from the
2681 current source directory during compilation, and it provides a
2682 set of macros to turn off specific compiler warnings for
2683 specific symbols. (It's not CC Mode specific in any way.)
2684
2685 Fixed a nearly acyclic dependency tree (both runtime and
2686 compile-time) between all files.
2687
2688 * cc-defs.el: Separated all macros before the inline functions,
2689 to ensure correct compilation.
2690
2691 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2692 cc-defs.el to cc-engine.el and made it a function instead.
2693
2694 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2695 about char-after.
2696
2697 * cc-vars.el: Cope even when there isn't a custom package
2698 containing defcustom available.
2699
2700 * cc-make.el: Removed since it's no longer necessary.
2701
2702 README: Updated installation instructions.
2703
27042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2705
2706 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2707 improve the modularity: Moved all mode init stuff from
2708 cc-langs.el to cc-mode.el, including the keymap
2709 initialization; cc-langs now only contains the various
2710 variables for configuring the language syntax.
2711
83c9cb8e
SM
2712 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2713 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2714 dependency analysis suggests they belong there (which also
83c9cb8e 2715 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2716
27172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2718
2719 * cc-cmds.el (c-fn-region-is-active-p): New function that
2720 wraps the corresponding macro, for use in places that aren't
2721 compiled. Thanks to Martin Buchholz for pointing out this.
2722
83c9cb8e 2723 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2724
2725 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2726 add things to the bug report.
2727
27282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2729
2730 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2731 returned prefix could contain a newline when the search for a
2732 good prefix line failed.
2733
27342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2735
2736 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2737 (c-toggle-auto-hungry-state): Made the argument optional, as
2738 the documentation says it is.
2739
27402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2741
2742 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2743 multiline string syntax, #"...", as a cpp macro.
2744
7008ccac
GM
27452001-03-21 Paul Eggert <eggert@twinsun.com>
2746
83c9cb8e
SM
2747 * international/mule-cmds.el (set-locale-environment):
2748 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2749 caller specifies a non-nil locale name.
3c9449d0 2750
c2478129 27512001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2752
2753 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2754 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2755
117e4b0c
GM
27562001-03-20 Gerd Moellmann <gerd@gnu.org>
2757
7194219d
GM
2758 * follow.el (follow-avoid-tail-recenter): Doc fix.
2759
5721ae13
GM
2760 * custom.el (custom-set-variables): Avoid reversing the list
2761 of args needlessly.
2762
7b8bbf72
GM
2763 * startup.el (fancy-splash-head): Don't change the colors of the
2764 XPM image on a dark background.
2765
a91ad7c9
GM
2766 * comint.el (comint-exec-1): Set columns of the terminal to
2767 window-width instead of frame-width.
2768
fa88947e
GM
2769 * info.el (Info-scroll-down): Add missing WINDOW arg for
2770 pos-visible-in-window-p.
2771
1741905c
GM
2772 * ehelp.el (electric-help-mode-hook): Add defcustom.
2773
117e4b0c
GM
2774 * mail/sendmail.el (mail-mode): Activate case-folding in
2775 font-lock-defaults.
2776
e84c695d
SM
27772001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2778
2779 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2780 (completion-ignored-extensions): Remove duplicate ".class".
2781
fc774041
AS
27822001-03-19 Andreas Schwab <schwab@suse.de>
2783
83c9cb8e
SM
2784 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2785 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2786
c2c097cc
GM
27872001-03-19 Gerd Moellmann <gerd@gnu.org>
2788
2789 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2790 methods since there are not prefix input methods.
2791
fbe2e958
KH
27922001-03-19 Kenichi Handa <handa@etl.go.jp>
2793
83c9cb8e
SM
2794 * international/mule-cmds.el (read-input-method-name):
2795 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2796
da47e491
SM
27972001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2798
2799 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2800
4986c2c6 28012001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2802
4986c2c6
MK
2803 * ediff-util.el: Copyright years.
2804 (ediff-choose-syntax-table): New function.
2805 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2806
4986c2c6
MK
2807 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2808 with-syntax-table.
83c9cb8e 2809
4986c2c6 2810 * ediff.el: Date of last update, copyright years.
83c9cb8e 2811
4986c2c6 2812 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2813
4986c2c6
MK
2814 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2815 of Scott Bronson.
2816 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2817 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2818 Deleted functions.
2819 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2820 ex-token-list.
83c9cb8e 2821
4986c2c6 2822 * viper-util.el: Spaces, indentation.
83c9cb8e 2823
4986c2c6 2824 * viper.el: Changed version, modification time.
83c9cb8e 2825
3c799aec 28262001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2827
2828 * calendar/timeclock.el (timeclock-workday-remaining):
2829 Check whether `discrep' is non-null before using it.
3c799aec 2830
ae3ce418
JW
28312001-03-16 John Wiegley <johnw@gnu.org>
2832
2833 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2834 first-time checkins.
2835 (timeclock-log-data): Fixed problem with reading timelog log file.
2836 Resulting data in the "day list" was incorrect.
2837 (timeclock-find-discrep): Check if `timeclock-file' is readable
2838 before opening it.
2839 (timeclock-time-less-p): New function.
2840 (timeclock-day-base): New function.
2841 (timeclock-geometric-mean): New function.
2842 (timeclock-generate-report): Generate a summary report based on
2843 the contents of the log file. This uses `timeclock-log-data', and
2844 is an example of writing a timelog manipulation function.
2845 (timeclock-visit-timelog): A quick command for opening the timelog
2846 file.
2847 (timeclock-log-data): Bound the variable event.
2848
c8d4a9bb
KH
28492001-03-16 Kenichi Handa <handa@etl.go.jp>
2850
83c9cb8e
SM
2851 * international/mule-cmds.el (select-safe-coding-system):
2852 Fix typo: symbol-name -> symbol-value.
11d56c64 2853
c8d4a9bb
KH
2854 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2855 before substitute-in-file-name to handle double slashes in FILE
2856 correctly.
2857
c899e7e6
GM
28582001-03-15 Gerd Moellmann <gerd@gnu.org>
2859
2860 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2861 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2862
819dce0f
GM
28632001-03-14 Gerd Moellmann <gerd@gnu.org>
2864
697617d9
GM
2865 * bindings.el (features): Add `md5' and `overlay' to the list.
2866
819dce0f
GM
2867 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2868 bound before using it. It's not bound when configured without X,
2869 for instance.
2870
e0067a9d
TTN
28712001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2872
2873 * progmodes/hideshow.el: Update copyright.
2874 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2875 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2876
afcdc0a1
GM
28772001-03-13 Gerd Moellmann <gerd@gnu.org>
2878
e0067a9d 2879 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2880 a non-list.
2881
30564c48
EZ
28822001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2883
2884 * startup.el (fancy-splash-tail, command-line-1): Fix the
2885 copyright year.
2886
2b8e24b3
KH
28872001-03-13 Kenichi Handa <handa@etl.go.jp>
2888
2889 * term.el: These changes are based on a patch sent from Yong Lu
2890 <lyongu@yahoo.com>.
2891 (term-set-escape-char): Bind M-x to execute-extended-command in
2892 term-raw-escape-map.
2893 (term-move-columns): Don't try to move to negagive column.
2894 (term-emulate-terminal): Insert a string before deleting a text to
2895 overwrite.
2896
789b6186
GM
28972001-03-12 Gerd Moellmann <gerd@gnu.org>
2898
b0778a31
GM
2899 * play/life.el (life): Rearrange code so that all calls to
2900 life-display-generation are in a catch-form.
2901
04528cda
GM
2902 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2903 file that isn't interesting. In an interesting file, push the old
2904 value of point on the mark ring.
2905
760cefb5
GM
2906 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2907 New function.
2908 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2909 Use it.
2910
83c9cb8e
SM
2911 * emacs-lisp/autoload.el (generate-file-autoloads):
2912 Remove warning about line lengths.
789b6186 2913
a2ffbafe
FP
29142001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2915
2916 * progmodes/etags.el (tags-compression-info-list): New variable.
2917 (find-tag-in-order): Use it to deal with compressed source files.
2918 (tag-file-name-match-p): New function.
2919 (etags-recognize-tags-table): Use it for better match of file names.
2920
5c9d9d92
KH
29212001-03-12 Kenichi Handa <handa@etl.go.jp>
2922
ba3e9b9b
KH
2923 * international/mule-cmds.el (register-input-method): Doc fix.
2924
5c9d9d92
KH
2925 * international/quail.el (quail-translate-key): Fix condition to
2926 check if there's another breaking point in the current key.
2927
40beecee
EZ
29282001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2929
2930 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2931 Babyl header to the newly-created output file, bind
2932 coding-system-for-write to either rmail-file-coding-system or
2933 emacs-mule-unix.
2934
75c6cb7f
SM
29352001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2936
2937 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2938 Fix the name and regexp used for subsubsections.
2939
5ec17636
DL
29402001-03-10 Dave Love <fx@gnu.org>
2941
2942 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2943 and save-buffer if buffer-file-name non-nil. From rms.
2944
6d2e2c02
AS
29452001-03-10 Andre Spiegel <spiegel@gnu.org>
2946
2947 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2948 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2949 to reflect that.
2950 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2951 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2952 variable bindings that might affect the diff command.
2953 (vc-print-log): Don't switch to the *vc* buffer before the
2954 command, so that local variable bindings are preserved.
2955
789b6186 2956 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2957 not the current buffer.
2958 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2959
789b6186 2960 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2961 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2962
b18f5523
SM
29632001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2964
2965 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2966 so ^, $, *, ? and + are interpreted correctly.
2967
3cfd8357
GM
29682001-03-09 Gerd Moellmann <gerd@gnu.org>
2969
c085b77c 2970 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2971 mode-line-key-binding. Handle any event on a string.
2972 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2973
3cfd8357
GM
2974 * comint.el (comint-insert-clicked-input): Use the last key
2975 from this-command-keys to lookup the global key definition.
2976
348f797a
KH
29772001-03-09 Kenichi Handa <handa@etl.go.jp>
2978
3ebf3717
KH
2979 * international/characters.el: Add category `j' for
2980 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2981
348f797a
KH
2982 * international/mule-conf.el (no-conversion): Fix docstring.
2983 (raw-text): Fix docstring.
2984
e1fbabaf
GM
29852001-03-08 Gerd Moellmann <gerd@gnu.org>
2986
96e8e603
GM
2987 * simple.el (choose-completion-string): When not leaving the
2988 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2989 is set.
2990
e1fbabaf
GM
2991 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2992 parameter `(minibuffer . t)'.
2993
f9db8f19
SM
29942001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2995
2996 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2997 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2998 (sh-mode): Remove `make-local-variable' for unused var
2999 `font-lock-unfontify-region-function'.
3000
02756877
RS
30012001-03-07 Richard M. Stallman <rms@gnu.org>
3002
132bf46d
RS
3003 * info.el (Info-scroll-down): Fix previous change.
3004
02756877
RS
3005 * mail/rmail.el (rmail-toggle-header): Use a window which
3006 is showing the Rmail buffer, rather than the selected window.
3007
eeb24429
DL
30082001-03-07 Dave Love <fx@gnu.org>
3009
3010 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3011 now, to avoid problems with binding imenu directly to a mouse event.
3012
3bdf2660
GM
30132001-03-07 Gerd Moellmann <gerd@gnu.org>
3014
3015 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3016 second arg t.
3017
30182001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3019
3020 * log-edit.el (log-edit-common-indent): New var.
3021 (log-edit-set-common-indentation): Renamed from
3022 log-edit-delete-common-indentation. Use the new var.
3023 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3024
3025 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3026 (cvs-mode-add-change-log-entry-other-window):
3027 Don't presume change-log-default-name is defined.
3028
3029 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3030
3031 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3032 the "tree" operation as well.
3033
3034 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3035
3036 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3037 to match paragraph-start.
3038
3039 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3040 comment-start-skip and set comment-end-skip as well.
3041 (sgml-comment-indent): Fix for new value of comment-start-skip.
3042 (html-autoview-mode): Don't bother using make-local-hook.
3043
2ad02767
GM
30442001-03-07 Gerd Moellmann <gerd@gnu.org>
3045
189638d5 3046 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3047 variables, otherwise long Custom entries would make them ineffective.
189638d5 3048
2ad02767
GM
3049 * uniquify.el: Set maintainer to FSF.
3050
656f8cae
EZ
30512001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3052
3053 * dired-aux.el (dired-do-shell-command): Doc fix.
3054
c83965c4
SM
30552001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3056
04af43bc
SM
3057 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3058
3059 * which-func.el (which-func-modes): Add cperl-mode.
3060 (which-func-mode-global): Use define-minor-mode.
3061
3062 * info-look.el: Docstring fixes and dead code eliminated.
3063 (cperl-mode): Add support.
3064 (emacs-lisp-mode): List all entries from elisp manual, whether
3065 or not they are currently (f)bound or not. Update regexp.
3066
3067 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3068
c83965c4
SM
3069 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3070 so that C-h m shows the correct information.
3071 Use make-local-variable rather than make-variable-buffer-local.
3072 (cperl-info-buffer, cperl-setup-tmp-buf):
3073 Use make-local-variable rather than make-variable-buffer-local.
3074 (cperl-msb-fix, cperl-get-help-defer):
3075 Check major-mode for `cperl-mode' as well.
3076
3077 * progmodes/cperl-mode.el: Updated to author version 4.23.
3078 (cperl-electric-pod): SYNOPSIS was misspelled.
3079 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3080 (cperl-after-expr-p): Make true after __END__.
3081
f16a7aa5
GM
30822001-03-06 Gerd Moellmann <gerd@gnu.org>
3083
157ae273 3084 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3085 bookmark-completion-ignore-case is t.
157ae273 3086
f16a7aa5
GM
3087 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3088 switch, like xterm, and concat resource strings, with a newline
3089 between them.
3090
abaddb98
EZ
30912001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3092
a2ffbafe 3093 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3094 (cp773-decode-table, cp774-decode-table): New variables.
3095
abaddb98
EZ
3096 * man.el (Man-hyphenated-reference-regexp): New variable.
3097 (Man-build-references-alist): Use it to search for referenced
3098 manpages. If hyphenated is non-nil, record a concatenated word in
3099 Man-refpages-alist only if it matches Man-reference-regexp.
3100 Update word's length when it is concatenated. Reverse the list,
3101 to get the first manpage at the head.
3102 (Man-possibly-hyphenated-word): New function.
3103 (Man-follow-manual-reference): Use it instead of current-word to
3104 find a manpage at point, in a way that accounts for hyphenated
3105 references.
3106
eb3f61dd
GM
31072001-03-06 Alex Schroeder <alex@gnu.org>
3108
3109 * sql.el (sql-interbase): New function.
3110 (sql-interbase-program): New option.
3111 (sql-interbase-options): New option.
3112 And some typos fixed: "customise" to "customize".
3113
fa84f42a
DL
31142001-03-06 Dave Love <fx@gnu.org>
3115
83c9cb8e
SM
3116 * textmodes/flyspell.el (flyspell-region):
3117 Set up flyspell-local-mouse-map.
fa84f42a 3118
fda3411d
RS
31192001-03-05 Richard M. Stallman <rms@gnu.org>
3120
a2ffbafe 3121 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3122 Don't call rmail-beginning-of-message.
3123 Don't discard From: field. Do discard Received: field.
3124 Use unwind-protect to re-prune.
3125 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3126
e972ab1f
KH
31272001-03-06 Kenichi Handa <handa@etl.go.jp>
3128
3129 * international/quail.el (quail-title): Add autoload cookie.
3130
335db3c1
DL
31312001-03-05 Dave Love <fx@gnu.org>
3132
3133 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3134 new defs.
3135
278dd6ac
KH
31362001-03-05 Kenichi Handa <handa@etl.go.jp>
3137
83c9cb8e
SM
3138 * language/ethio-util.el (ethio-toggle-space):
3139 Update current-input-method-title if necessary.
36d5e61d
KH
3140 (ethio-toggle-punctuation): Likewise.
3141
341cd4f0
KH
3142 * international/quail.el (quail-title): Fix for the case that a
3143 title of an input method is specified by a list of the same form
3144 as used in mode-line-format.
3145
83c9cb8e
SM
3146 * international/mule-cmds.el (activate-input-method):
3147 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3148 respect that value.
3149
10ebaeb6
GM
31502001-03-05 Gerd Moellmann <gerd@gnu.org>
3151
3152 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3153
7a65c85c
GM
31542001-03-05 Alex Schroeder <alex@gnu.org>
3155
3156 * sql.el (sql-sybase): Fix typo (was: query user about server two
3157 times instead of server and database).
3158
3159 * sql.el (sql-sybase): Doc change.
3160 (sql-mysql): Doc change.
3161 (sql-postgres): Doc change.
3162
b86644f2
KH
31632001-03-05 Kenichi Handa <handa@etl.go.jp>
3164
83c9cb8e
SM
3165 * international/mule-conf.el (emacs-mule, raw-text):
3166 Docstring modified.
b86644f2 3167
e30bd7b7
EZ
31682001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * term/internal.el: Update copyright notice.
3171
3172 * term/pc-win.el: Update copyright notice.
3173
7e365285
DL
31742001-03-02 Dave Love <fx@gnu.org>
3175
83c9cb8e
SM
3176 * files.el (insert-file-contents-literally):
3177 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3178 not jka-compr-compression-info-list.
7e365285 3179
75ed43a6
SM
31802001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3181
3182 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3183 spaces in default comment-start-skip settings rather than \s-.
3184
53c4b1e6
EZ
31852001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3188 default-frame-alist as well.
3189
028d739a
DL
31902001-03-01 Dave Love <fx@gnu.org>
3191
3192 * textmodes/reftex.el (defvar): Wrap some defvars in
3193 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3194
3195 * subr.el (event-basic-type): Doc fix.
3196
3197 * international/quail.el: Doc fixes.
3198
3199 * international/utf-8.el: Doc fixes.
3200
3201 * international/mule-cmds.el: Doc fixes.
3202 (leim-list-header): Fix header text.
3203
3204 * international/mule.el (coding-system-category): Doc fix.
3205
3206 * international/ccl.el (ccl-compile): Doc fix.
3207
15d1caef
SM
32082001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3209
3210 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3211 rather than (before|after)-change-functions.
3212
f84ff02c
GM
32132001-03-01 Gerd Moellmann <gerd@gnu.org>
3214
3215 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3216 scroll-left and scroll-right being called interactively so that
3217 they set the window's min_hscroll.
3218
e0c1e774
EZ
32192001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3220
3221 * info.el (info-insert-file-contents-1): Accept an additional
3222 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3223 `suffix'; otherwise use the complicated MS-DOS code.
3224 All callers changed.
e0c1e774
EZ
3225 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3226 can access long file names, try the long file-name version of
3227 `info-insert-file-contents-1', then the short file-name version.
3228
b8b2ea31 32292001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3230
af122766
KH
3231 * language/ethio-util.el (setup-ethiopic-environment-internal):
3232 Change bindings of functions keys to conform to "Emacs Lisp Coding
3233 Convention".
3234
3235 * language/ethiopic.el ("Ethiopic"): Add documentation.
3236
b8b2ea31
KH
32372001-02-28 Kenichi Handa <handa@etl.go.jp>
3238
1d64e2ad
KH
3239 * international/utf-8.el (mule-utf-8): Set coding-category
3240 property to coding-category-utf-8.
3241
91cb6e51
RS
32422001-02-27 Richard M. Stallman <rms@gnu.org>
3243
3244 * lpr.el (lpr-page-header-switches, print-region-1):
3245 Undo 2000-07-06 change.
7298f3f7
RS
3246 (lpr-add-switches): Default to t on gnu/linux.
3247
c0cb1027
GM
32482001-02-27 Gerd Moellmann <gerd@gnu.org>
3249
3250 * bs.el (bs-attributes-list): Doc fix.
3251
01459648
GM
32522001-02-26 Gerd Moellmann <gerd@gnu.org>
3253
baebd8a5 3254 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3255
01459648
GM
3256 * help.el (view-order-manuals): Use goto-address.
3257
3258 * startup.el (command-line-1): Add info about ordering manuals
3259 to the not so fancy splash screens.
3260
f93e614e
AS
32612001-02-26 Andre Spiegel <spiegel@gnu.org>
3262
01459648
GM
3263 * vc.el (vc-default-workfile-unchanged-p)
3264 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3265
12435002
GM
32662001-02-26 Gerd Moellmann <gerd@gnu.org>
3267
a2ffbafe 3268 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3269 fontify in the right buffer.
3270
12435002
GM
3271 * allout.el (outline-flag-region): Move macro in front of first
3272 use to avoid a run-time error.
3273
425de386
AI
32742001-02-24 Andrew Innes <andrewi@gnu.org>
3275
3276 * makefile.w32-in: Fix copyright notice.
3277
66c56ed1
KH
32782001-02-24 Kenichi Handa <handa@etl.go.jp>
3279
4c1593ce
KH
3280 * international/utf-8.el (mule-utf-8): Set correct value for
3281 valid-codes property.
3282
66c56ed1
KH
3283 * international/fontset.el (x-complement-fontset-spec): In the
3284 case that we use ASCII font for the other charsets, use only
15d1caef 3285 family and registry part of it.
66c56ed1 3286
119171dd
EZ
32872001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3288
3289 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3290 (shrink-window-if-larger-than-buffer): Doc fix.
3291
932c309e
SM
32922001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3293
3294 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3295 predicate passed to completing-read.
3296
9b760e36
EZ
32972001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * startup.el (command-line): Fix last change.
3300
5c39a60f
JR
33012001-02-23 Jason Rumney <jasonr@gnu.org>
3302
3303 * startup.el (tool-bar-originally-present): New variable.
3304 (command-line): Set it if the tool-bar is switched on at startup.
3305
3306 * frame.el (frame-notice-user-settings): Only adjust frame height
3307 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3308 From E. Jay Berkenbilt.
5c39a60f 3309
cb91b2c7
SM
33102001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3311
39b557e8
SM
3312 * server.el (server-switch-buffer): Only switch window if the
3313 current one is dedicated.
3314
cb91b2c7
SM
3315 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3316 rather than using (match-beginning 0) when searching for break point.
3317
9238a8df
EZ
33182001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3319
3320 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3321 @ follows an accent command such as @'. Support optional braces
3322 in commands that insert accents, like makeinfo does.
3323
3473f362
GM
33242001-02-22 Gerd Moellmann <gerd@gnu.org>
3325
3326 * startup.el (fancy-splash-text): Add a line for ordering
3327 manuals. Reverse order of splash screens shown.
3328 (use-fancy-splash-screens-p): Adapt to the text line added.
3329
3330 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3331 manuals from the FSF.
3332
3333 * help.el (view-order-manuals): New function.
3334 (toplevel): Bind C-h C-m to this function.
3335
76a4de07
SM
33362001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3337
3338 * newcomment.el (comment-forward): Skip the comment-start before
3339 searching for the comment-end.
3340
75b71d85
DL
33412001-02-21 Dave Love <fx@gnu.org>
3342
2f4c9a87
DL
3343 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3344
75b71d85
DL
3345 * international/mule-cmds.el, international/mule.el: Doc fixes.
3346
ffc9ff0c
GM
33472001-02-21 Gerd Moellmann <gerd@gnu.org>
3348
3349 * startup.el (fancy-splash-screens): Use display-hourglass
3350 instead of display-busy-cursor.
3351
3352 * frame.el (display-hourglass): Renamed from busy-cursor.
3353 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3354 (show-cursor-in-non-selected-windows): Doc fix.
3355
f34eb373
DL
33562001-02-20 Dave Love <fx@gnu.org>
3357
3358 * international/utf-8.el: Doc and commentary fixes.
3359
f55e4a7e
EZ
33602001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3361
3362 * ehelp.el (with-electric-help): Doc fix.
3363
fa97adf6
GM
33642001-02-20 Gerd Moellmann <gerd@gnu.org>
3365
3366 * msb.el (msb-mode): Call the update-buffers function explicitly
3367 with a FORCE argument.
3368
3369 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3370 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3371 returns nil.
3372
54ed3bd2
GM
33732001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3374
3375 * ps-print.el: Timestamp package replacement. Some enhancements.
3376 Some XEmacs compatibility. Doc fix.
3377 (ps-print-version): New version number (6.4).
3378 (ps-printer-name): Initialization fix.
3379 (ps-zebra-stripe-follow): Funcionality enhancement.
3380 (ps-prologue-file): Code enhancement.
3381 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3382 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3383 (ps-get-page-dimensions)
54ed3bd2
GM
3384 (ps-generate-header, ps-begin-file, ps-begin-job)
3385 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3386 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3387 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3388 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3389
e8ebf97d
MB
33902001-02-20 Miles Bader <miles@gnu.org>
3391
3392 * image-file.el (image-file-name-extensions): Add "tif".
3393
136b27c5
GM
33942001-02-19 Gerd Moellmann <gerd@gnu.org>
3395
3396 * wid-edit.el (widget-button-click): Save the selected window
3397 around the code handling clicks on buttons.
3398
6ebbcf59
DL
33992001-02-18 Dave Love <fx@gnu.org>
3400
3401 * imenu.el (imenu--generic-function): Use mapc to iterate over
3402 syntax characters.
3403
595ded73
RS
34042001-02-17 Richard M. Stallman <rms@gnu.org>
3405
b9fe3dc8
RS
3406 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3407
595ded73
RS
3408 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3409
f3f053f3
GM
34102001-02-16 Gerd Moellmann <gerd@gnu.org>
3411
3412 * mouse.el (mouse-save-then-kill): If the distance from the new
3413 point to the mark is equal to the distance of point from the new
3414 point, move point instead of the mark.
3415
11570a8f
DL
34162001-02-16 Dave Love <fx@gnu.org>
3417
3418 * textmodes/flyspell.el (flyspell-get-word): Return string without
3419 properties.
3420
fb339cd5
EZ
34212001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3422
3423 * generic.el (generic-find-file-regexp): Doc fix.
3424 (generic-ignore-files-regexp): New defcustom.
3425 (generic-mode-find-file-hook): If the file's name matches the
3426 regexp in `generic-ignore-files-regexp', don't enter
3427 default-generic-mode. Doc fix.
3428
c56b1c1b
GM
34292001-02-16 Gerd Moellmann <gerd@gnu.org>
3430
a2ffbafe 3431 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3432 Add autoload cookies.
3433
a2ffbafe 3434 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3435 of cal-tex-24.
3436
0d140e65
EZ
34372001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3438
81558867
EZ
3439 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3440
0d140e65
EZ
3441 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3442 the character class after the (optional) drive, to support file
3443 names with embedded blanks.
3444
713f7b15
SS
34452001-02-15 Sam Steingold <sds@gnu.org>
3446
3447 * textmodes/tex-mode.el (tex-shell-running):
3448 Check the process buffer too.
3449
9a2a6f73
DL
34502001-02-15 Dave Love <fx@gnu.org>
3451
3452 * battery.el (battery-status-function): Fix doc, :type.
3453
15d1caef 3454 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3455
fe10cef0
GM
34562001-02-15 Gerd Moellmann <gerd@gnu.org>
3457
3458 * subr.el (read-passwd): Clear Lisp memory holding password.
3459
126f5d4d
MB
34602001-02-15 Miles Bader <miles@gnu.org>
3461
3462 * info.el (Info-copy-current-node-name): New function.
3463 (Info-mode-menu): Add it to the menu.
3464
92e98d63
RS
34652001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3466
3467 * international/mule-cmds.el (toggle-input-method): Doc fix.
3468
dd4e0e55
SM
34692001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * replace.el (occur): Stop at end of buffer.
3472
402dbbd1
EZ
34732001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3474
3475 * international/mule-cmds.el (set-input-method): Another doc fix.
3476
e9fcba3d
GM
34772001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3478
3479 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3480
78ad1cd5
MB
34812001-02-13 Miles Bader <miles@gnu.org>
3482
713f7b15 3483 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3484 (set-face-stipple): Treat a value of nil as being `unspecified'.
3485
fce9d9dc
DL
34862001-02-12 Dave Love <d.love@dl.ac.uk>
3487
3488 * international/latin1-disp.el: Doc fixes.
3489 (latin1-display) <defgroup>: Add :link.
3490 (latin1-display) <function>: Set variable latin1-display.
3491
bc406911
EZ
34922001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3493
3494 * international/mule-cmds.el (set-input-method): Doc fix.
3495
68514d48
EL
34962001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3497
3498 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3499 (speedbar-line-file): Return nil if not a file.
3500 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3501
513bea45 35022001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3503
513bea45
MK
3504 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3505 for remote files.
bc406911 3506 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3507 with raw-text.
713f7b15 3508
513bea45 3509 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3510
83c9cb8e
SM
3511 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3512 Better handling of the diff mode.
713f7b15 3513
513bea45 3514 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3515
bc406911 3516 * viper.texi: Fix typos.
713f7b15 3517
521d4010
DL
35182001-02-11 Dave Love <fx@gnu.org>
3519
36fd8e17
DL
3520 * shadowfile.el: Doc fixes.
3521 (shadow) <defgroup>: Add :link.
3522 (shadowfile-unload-hook): New function.
3523 (shadow-initialize): Use defalias, not fset.
3524 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3525 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3526
521d4010
DL
3527 * international/mule.el: Doc and message fixes.
3528
36fd8e17
DL
3529 * international/ccl.el (define-ccl-program): Doc fix.
3530
92395bbe
KH
35312001-02-11 Kenichi Handa <handa@etl.go.jp>
3532
3533 * faces.el (mode-line): Set :line-width property to -1.
3534
103db06c
RS
35352001-02-10 Richard M. Stallman <rms@gnu.org>
3536
08b78974
RS
3537 * complete.el (partial-completion-mode): Doc fix.
3538
103db06c
RS
3539 * simple.el (delete-key-deletes-forward-mode):
3540 Change `let' to `let*' to fix gross bug in last change.
3541
3542 * repeat.el (repeat): Don't let execute-kbd-macro alter
3543 real-last-command.
3544
a6a1ee53
EZ
35452001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3546
3547 * simple.el (eval-expression): Doc fix.
3548
d2f288c6
DL
35492001-02-09 Dave Love <fx@gnu.org>
3550
038f4ae3
DL
3551 * imenu.el (imenu-generic-expression): Doc fix.
3552
83c9cb8e
SM
3553 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3554 From Juanma Barranquero.
038f4ae3 3555
15d1caef 3556 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3557
9804b846
KH
35582001-02-09 Kenichi Handa <handa@etl.go.jp>
3559
3560 * faces.el (set-face-attribute): Describe the case of a negative
3561 value specified for :line-width.
3562
532f5197
SM
35632001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3564
3565 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3566 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3567
1d279666
DL
35682001-02-08 Dave Love <fx@gnu.org>
3569
4681ca3a
DL
3570 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3571 widget-plist-value-type.
3572 (widget-alist-convert-widget): Replace binding of
3573 widget-alist-value-type.
3574
1d279666
DL
3575 * textmodes/paragraphs.el (sentence-end): Doc fix.
3576
83c9cb8e
SM
3577 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3578 Remove `backward-line'.
1d279666 3579
532f5197
SM
3580 * play/pong.el (pong-blank-color, pong-bat-color)
3581 (pong-ball-color, pong-border-color, pong-left-key)
3582 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3583 (pong-pause-key, pong-resume-key, pong-timer-delay):
3584 * mail/mh-comp.el (mh-compose-letter-function):
3585 * eshell/esh-mode.el (eshell-skip-prompt-function):
3586 * emulation/viper-ex.el (ex-unix-type-shell-options):
3587 * recentf.el (recentf-menu-filter):
3588 * ps-print.el (ps-print-region-function):
3589 * lpr.el (print-region-function):
3590 * forms.el (forms-mode-hooks):
3591 * dirtrack.el (dirtrack-directory-change-hook):
3592 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3593 * textmodes/spell.el (spell-filter):
3594 * textmodes/fill.el (adaptive-fill-function):
3595 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3596 * progmodes/etags.el (find-tag-default-function):
3597 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3598 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3599
6f676109
EZ
36002001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3601
751d3bc4
EZ
3602 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3603 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3604 Meyering <jim@meyering.net>.
3605
6f676109
EZ
3606 * loadup.el: Revert last change.
3607
d3c26cdf
KH
36082001-02-07 Kenichi Handa <handa@etl.go.jp>
3609
83c9cb8e
SM
3610 * international/mule.el (transform-make-coding-system-args):
3611 Make it work also for coding systems not using CCL.
d3c26cdf 3612
44806980
EZ
36132001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3614
9889af08
EZ
3615 * simple.el (previous-matching-history-element)
3616 (next-matching-history-element): Doc fix.
3617
44806980
EZ
3618 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3619 specific part.
3620
1e36ff68
DL
36212001-02-06 Dave Love <fx@gnu.org>
3622
713f7b15 3623 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3624 (add-log-buffer-file-name-function, add-log-file-name-function):
3625 Fix :type.
3626 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3627
c7ca58df
EZ
36282001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3629
fecd556a
EZ
3630 * info.el (info-initialize): Remove the test for system-type when
3631 invocation-directory is non-nil.
3632
c7ca58df
EZ
3633 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3634 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3635
587b5737
AI
36362001-02-06 Andrew Innes <andrewi@gnu.org>
3637
3638 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3639 absolute.
3640
baf7eee4
GM
36412001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3642
3643 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3644 buffers. When hi-lock turned on rather than only checking current
3645 buffer for regexps, all buffers are checked. Moved activation of
3646 font-lock to hi-lock-refontify. When font-lock turned off rather
3647 than removing added highlighting just in current buffer, remove it
3648 in all buffers. Changed edit menu text from "Automatic
3649 Highlighting" to "Regexp Highlighting" Documentation for
3650 highlighting phrases, minor documentation changes.
3651 (hi-lock-set-file-patterns): Execute only if there are new or
3652 existing file patterns.
3653 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3654 unfontify and, if a support mode is active, will not refontify the
3655 whole buffer. If necessary, turn on font lock. (Removed
3656 font-lock-unfontify and font-lock support-mode-specific calls,
3657 such as lazy-lock-fontify-window.)
3658 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3659 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3660 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3661 (hi-lock-face-phrase-buffer): New function. Also added related
3662 menu item and keybinding.
3663 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3664 (hi-lock-process-phrase): New function.
3665 (hi-lock-line-face-buffer): Doc fixes.
3666 (hi-lock-face-buffer): Doc fixes.
3667 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3668
36710aa6
GM
36692001-02-06 Gerd Moellmann <gerd@gnu.org>
3670
3671 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3672 dabbrev-ignored-regexps.
3673
d3f22784
EZ
36742001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * simple.el (kill-line): Doc fix.
3677
5cb3c8d4
DL
36782001-02-05 Dave Love <fx@gnu.org>
3679
3680 * loadup.el: Revert last two changes -- bootstrapping works with
3681 regenerated loaddefs.
3682
e6297e7d
EZ
36832001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3684
1e14b095
EZ
3685 * isearch.el (isearch-forward): Doc fix.
3686
e6297e7d
EZ
3687 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3688 of font-lock-defaults to backward-paragraph.
3689
e16f52ce
GM
36902001-02-05 Gerd Moellmann <gerd@gnu.org>
3691
3692 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3693 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3694
01d19dd7
GM
36952001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3696
3697 * ebnf2ps.el: Eliminate time-stamp functions.
3698 (ebnf-version): New version (3.5).
3699 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3700 format-time-string.
3701
24886813
GM
37022001-02-05 Gerd Moellmann <gerd@gnu.org>
3703
3704 * simple.el (next-line): Goto end-of-line before inserting a newline.
3705
65e70fc4
MB
37062001-02-05 Miles Bader <miles@gnu.org>
3707
3708 * image-file.el (insert-image-file): When visiting an image, also
3709 set `truncate-lines' to t so that any fringe arrow looks correct.
3710
482f06c9
KH
37112001-02-05 Kenichi Handa <handa@etl.go.jp>
3712
3713 * isearch.el (isearch-forward): Add description about input method
3714 in the docsting.
3715
02399da7
SM
37162001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3717
3718 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3719
2c366083
EZ
37202001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3721
3722 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3723 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3724
bdadfce3
GM
37252001-02-02 Gerd Moellmann <gerd@gnu.org>
3726
79fb38c0
GM
3727 * wid-edit.el (widget-button-click): Fix last change.
3728
bdadfce3
GM
3729 * frame.el (frame-notice-user-settings): When resizing the initial
3730 frame because the tool bar is off, also change the frame's top
3731 position if a negative top position was specified.
3732
33155ffb
MB
37332001-02-02 Miles Bader <miles@gnu.org>
3734
3735 * image-file.el (insert-image-file): When visiting an image,
3736 suppress the cursor in the image buffer.
3737
1355ba0c
DL
37382001-02-01 Dave Love <fx@gnu.org>
3739
3740 * progmodes/f90.el (f90-mode): Remove startup message.
3741
fb758d2d 3742 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3743
01acdb05
GM
37442001-02-01 Gerd Moellmann <gerd@gnu.org>
3745
3746 * startup.el (command-line): Fix code determining whether or not
3747 to use delete-key-deletes-forward-mode.
3748
5b1ee316
AS
37492001-02-01 Andre Spiegel <spiegel@gnu.org>
3750
3751 * vc.el (vc-diff-switches): New user option.
3752 (vc-version-diff): Use it.
3753 (vc-diff-switches-list): New macro.
3754
83c9cb8e
SM
3755 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3756 New customization options.
5b1ee316
AS
3757 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3758
3759 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3760
00b1e7a1
GM
37612001-02-01 Gerd Moellmann <gerd@gnu.org>
3762
3763 * msb.el (toplevel): Quote hook symbols.
3764
85827036
KH
37652001-02-01 Kenichi Handa <handa@etl.go.jp>
3766
8e028499 3767 * international/mule.el (make-coding-system): Add description
3c948dde 3768 about recognized properties in the docstring.
8e028499 3769
85827036
KH
3770 * international/mule-conf.el: Remove unused charsets
3771 mac-roman-lower and mac-roman-upper.
3772
7ccf7ab9
GM
37732001-01-31 Gerd Moellmann <gerd@gnu.org>
3774
2441692d
GM
3775 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3776 is in front of the left-margin, if any.
3777
ee5cece0
GM
3778 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3779 like `delete'.
3780
83c9cb8e 3781 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3782
7ccf7ab9
GM
3783 * term/w32-win.el (mouse-set-font): Doc fix.
3784
b4f30ec5 37852001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3786
b4f30ec5
GM
3787 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3788 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3789 on already.
3790
03e0fe6e
GM
37912001-01-31 Markus Rost <rost@math.ohio-state.edu>
3792
3793 * files.el (save-buffer): Don't give message if (buffer-file-name)
3794 returns nil.
713f7b15 3795
8f289acc
EZ
37962001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3797
cb4aae04
EZ
3798 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3799
dbd98b19
EZ
3800 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3801 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3802
8f289acc
EZ
3803 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3804 display problems.
3805
c12553c1
KH
38062001-01-31 Kenichi Handa <handa@etl.go.jp>
3807
c7bf5db9
KH
3808 * international/mule.el (charset-info): Fix docstring.
3809
3810 * international/mule-diag.el (describe-character-set): Check final
3811 char valid before printing it.
c12553c1 3812
14f16b9c
GM
38132001-01-30 Gerd Moellmann <gerd@gnu.org>
3814
efaa080b
GM
3815 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3816
eef93f99
GM
3817 * frame.el (frame-notice-user-settings): Do the tool-bar
3818 stuff only for graphical displays. Fix a braino.
713f7b15 3819
14f16b9c
GM
3820 * frame.el (frame-initialize): Create initial frame visible.
3821 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3822 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3823
3824 * startup.el (command-line): Remove manipulation of frame
3825 height for tool bars.
3826
4ad25e43
EZ
38272001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3828
3829 * lpr.el: Compatibility with XEmacs and doc fixes.
3830 (lpr-windows-system, lpr-lp-system): New vars.
3831 (lpr-printer-switch): New defcustom.
3832 (printer-name, lpr-command): Customization fix.
3833 (print-region-1): Code fix.
3834 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3835 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3836 New functions.
4ad25e43 3837
e8f044a0
GM
38382001-01-29 Gerd Moellmann <gerd@gnu.org>
3839
3840 * msb.el (toplevel): Fix the eval-after-load.
3841
850d5045
GM
38422001-01-29 Dave Love <fx@gnu.org>
3843
762fe76e
DL
3844 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3845
3846 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3847
83c9cb8e 3848 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3849 (tcl-using-emacs-19-23): Consider Emacs 21+.
3850 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3851 (tcl-add-emacs-menu): Supply menu name.
3852 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3853
3a768251
GM
38542001-01-29 Gerd Moellmann <gerd@gnu.org>
3855
3856 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3857
274d02f7
SM
38582001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3859
3860 * pcvs.el (cvs-mark-fis-dead): New function.
3861 (cvs-mode-add): Use it.
3862 (cvs-mode-add-change-log-entry-other-window):
3863 Rebind change-log-default-name to itself rather than to nil.
3864
ed5d446e
SS
38652001-01-29 Sam Steingold <sds@gnu.org>
3866
efaa080b 3867 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3868 `autoload' statements.
3869
e2a80284
EZ
38702001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3871
8e1db7b3
EZ
3872 * files.el (confirm-kill-emacs): Doc fix.
3873
ff2a1c79
EZ
3874 * frame.el (frame-initialize): Doc fix.
3875
e7b0deaf
EZ
3876 * time-stamp.el (time-stamp-string): Doc fix.
3877
83c9cb8e
SM
3878 * woman.el (WoMan-log-1): Make the log buffer writable.
3879 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3880
005913e4
GM
38812001-01-29 Gerd Moellmann <gerd@gnu.org>
3882
3883 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3884 the `make-variable-buffer-local'.
3885
58622cc5
GM
38862001-01-29 Dave Love <fx@gnu.org>
3887
3888 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3889 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3890 Add autoload cookie.
58622cc5
GM
3891 (ansi-color-apply-sequence): Fix typo.
3892
0404d031
GM
38932001-01-29 Gerd Moellmann <gerd@gnu.org>
3894
ed5d446e 3895 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3896 Postscript printing in black and white.
3897
0404d031
GM
3898 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3899 X-Mailman-Version, Precedence, List-Help, List-Post,
3900 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3901 Content-Type, Content-Length.
3902
3b6ed359
DL
39032001-01-29 Dave Love <fx@gnu.org>
3904
ddd16e7a
DL
3905 * elide-head.el (elide-head): Make overlay evaporate.
3906
83c9cb8e 3907 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3908
8005142f
EZ
39092001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3910
3911 * isearch.el (isearch-highlight): Don't punt if the display
3912 doesn't support colors, since isearch faces are defined for
3913 monochrome displays as well.
3914
84728570
SS
39152001-01-27 Sam Steingold <sds@gnu.org>
3916
3917 * shell.el (shell-write-history-on-exit): Make sure that we are in
3918 the shell buffer (M-x tex-file RET inserted the error message into
3919 the TeX buffer).
3920
e26f9ced
EZ
39212001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3922
3923 * simple.el (transient-mark-mode): Doc fix.
3924
dc0274bd
GM
39252001-01-27 Gerd Moellmann <gerd@gnu.org>
3926
83c9cb8e 3927 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3928
c1acacc4
EZ
39292001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3930
f5058b96
EZ
3931 * shell.el (shell-unquote-argument): If the shell is one of the
3932 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3933 quote character.
3934 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3935 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3936
c1acacc4 3937 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3938 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3939
103db06c 39402001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3941
84728570 3942 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3943 Treat a one-capital-letter abbrev as "not all upper case",
3944 so as to force preservation of the expansion's pattern
3945 if the expansion starts with a capital letter.
3946
cfa70244
EZ
39472001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3948
cfee9de7
EZ
3949 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3950 Doc fix.
3951
cfa70244
EZ
3952 * simple.el (transient-mark-mode): Document the fact that many
3953 commands act on the region when mark is active.
3954
17d90d6b
KH
39552001-01-27 Kenichi Handa <handa@etl.go.jp>
3956
3957 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3958 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3959 (quail-show-guidance-buf): Make the multibyteness of current
3960 buffer inherited to Quail guidance buffer.
3961 (quail-help): Make the multibyteness of current buffer inherited
3962 to Quail help buffer.
3963
61076b20
DL
39642001-01-26 Dave Love <fx@gnu.org>
3965
c47e2c68
DL
3966 * time-stamp.el: Doc fixes.
3967
84728570 3968 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3969 (delphi-keyword-face, delphi-other-face): Fix :type.
3970
940f14b4
DL
3971 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3972
3973 * mail/feedmail.el (feedmail): Add :link.
3974 (feedmail-send-it): Doc fix.
3975
3976 * mail/sendmail.el: Doc fixes.
3977 (sendmail-send-it): Fix the non-ASCII regexp and use
3978 rfc2047-encode-string.
3979
61076b20
DL
3980 * dired.el, dired-aux.el: Revert last change.
3981
6c317bd2
GM
39822001-01-26 Gerd Moellmann <gerd@gnu.org>
3983
3984 * makefile.w32-in (DONTCOMPILE): Add various term files.
3985
39862001-01-26 Dave Love <fx@gnu.org>
3987
3988 * Makefile.in (DONTCOMPILE): Add various term files.
3989
1c636b5f
GM
39902001-01-26 Gerd Moellmann <gerd@gnu.org>
3991
af900b23
GM
3992 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3993
15fa6db0 3994 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3995 the echo area is resized to fit the size of the startup message.
15fa6db0 3996
1c636b5f
GM
3997 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3998 part of which is a constant.
3999
9b1adbd5
EZ
40002001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4001
83c9cb8e 4002 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4003
103db06c 40042001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4005
4006 * simple.el (next-line): Don't let `newline' expand abbrevs.
4007 Simplify slightly.
4008 (open-line): Don't let `newline' expand abbrevs.
4009
219227ea
JW
40102001-01-25 John Wiegley <johnw@gnu.org>
4011
4012 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4013 to `repeat' in the :type field.
4014
4015 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4016 allow a choice of regexp or nil.
d2906bf8 4017 (pcomplete-dir-ignore): Same.
219227ea
JW
4018
4019 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4020 a command) to always fail.
4021
ceba0dac
GM
40222001-01-25 Gerd Moellmann <gerd@gnu.org>
4023
4024 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4025 discard the result.
4026 (iswitchb-to-end): Likewise.
4027
9b0630e5
SS
40282001-01-25 Sam Steingold <sds@gnu.org>
4029
4030 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4031 Require vc.
9b0630e5 4032
a2ed9670
SM
40332001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4034
f0c1adab
SM
4035 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4036
a2ed9670
SM
4037 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4038
34ac3367
DL
40392001-01-25 Dave Love <fx@gnu.org>
4040
61076b20
DL
4041 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4042 (describe-coding-system): Tweak the English text.
4043
34ac3367
DL
4044 * loadup.el: Preload international/ccl for utf-8.
4045
4685e6b7
EZ
40462001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4047
4048 * mail/rmail.el (rmail-redecode-body): Doc fix.
4049
0fdb4475
KH
40502001-01-25 Kenichi Handa <handa@etl.go.jp>
4051
83c9cb8e
SM
4052 * international/mule-cmds.el (reset-language-environment):
4053 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4054
83c9cb8e
SM
4055 * international/mule-conf.el (coding-category-utf-8):
4056 Initialize to mule-utf-8.
0fdb4475 4057
9b0630e5 4058 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4059
4060 * international/utf-8.el: New file.
4061
245ed2b1
SM
40622001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4063
4064 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4065
e95b0c08
SS
40662001-01-24 Sam Steingold <sds@gnu.org>
4067
4068 * dired.el (dired-replace-in-string): Removed.
4069 (dired-sort-toggle): Use `replace-regexps-in-string'
4070 instead of `dired-replace-in-string'.
9b0630e5 4071
ceba0dac
GM
4072 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4073 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4074
e95b0c08
SS
4075 * gs.el (gs-replace-in-string): Removed.
4076 (gs-options): Use `replace-regexps-in-string'
4077 instead of `gs-replace-in-string'.
4078
c3902c3e
EZ
40792001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4080
4081 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4082 bug report is mailed to an email list and posted to a news group.
4083
b66b6aeb
GM
40842001-01-24 Gerd Moellmann <gerd@gnu.org>
4085
83c9cb8e
SM
4086 * comint.el (comint-replace-by-expanded-history-before-point):
4087 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4088
b66b6aeb
GM
4089 * startup.el (tool-bar-images-pixel-height): New variable.
4090 (command-line): After loading the user's init file, when
4091 tool-bar-mode is on, increase the frame's size by some lines for
4092 the tool-bar.
4093
4094 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4095
ff890e66
SZ
40962001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4097
4098 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4099 (chinese-big5): MIME:Big5.
4100
04363179
GM
41012001-01-24 Gerd Moellmann <gerd@gnu.org>
4102
e95b0c08 4103 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4104 Handle commands with prefix args.
4105
d56aaa64
GM
41062001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4107
4108 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4109 being a list of numbers.
4110 (diary-mail-entries): Rewritten.
4111
99858627
DL
41122001-01-23 Dave Love <fx@gnu.org>
4113
7aeb1fa9
DL
4114 * international/mule.el (make-coding-system): Fix typo.
4115
83c9cb8e
SM
4116 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4117 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4118
5a43decf
EZ
41192001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4120
4121 * font-lock.el (font-lock-mode): Doc fix.
4122
b0e98867
KH
41232001-01-23 Kenichi Handa <handa@etl.go.jp>
4124
4125 * international/mule.el (make-translation-table): Fix docstring.
4126
9c8acefd
EZ
41272001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4128
fd4976b8
EZ
4129 * mail/rmail.el (rmail-redecode-body): New function.
4130
9c8acefd
EZ
4131 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4132
871e0439
GM
41332001-01-22 Gerd Moellmann <gerd@gnu.org>
4134
21c2bbe0
GM
4135 * isearch.el (isearch-lazy-highlight-case-fold-search)
4136 (isearch-lazy-highlight-regexp): New variables.
4137 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4138 case-fold search or regexp search has been toggled.
4139
5710730c
GM
4140 * wid-edit.el (widget-button-click): Avoid a save-excursion
4141 around running a global binding.
4142
871e0439
GM
4143 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4144 to 0.25.
4145
d0554957
MB
41462001-01-20 Miles Bader <miles@gnu.org>
4147
4148 * cus-edit.el (custom-face-save): Do post-processing on the face's
4149 new value like `custom-face-set' does.
4150
1519f618
EZ
41512001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4152
ccd87890
EZ
4153 * mail/emacsbug.el (report-emacs-bug): Report the value of
4154 LC_CTYPE, not LC_TYPE.
4155
1519f618
EZ
4156 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4157 isearch-toggle-regexp and isearch-edit-string to doc string.
4158
9724173b
GM
41592001-01-19 Gerd Moellmann <gerd@gnu.org>
4160
48bb9196
GM
4161 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4162 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4163
e95b0c08 4164 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4165 font-lock-beginning-of-syntax-function to nil.
4166
dc81f8a2
EZ
41672001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4168
4169 * mail/emacsbug.el (report-emacs-bug): Report values of
4170 locale-coding-system, default-enable-multibyte-characters, and the
4171 environment variables LC_ALL, LC_TYPE, and LANG.
4172
99327974
GM
41732001-01-19 Gerd Moellmann <gerd@gnu.org>
4174
83c9cb8e 4175 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4176
2be6ecc6
GM
4177 * font-lock.el (font-lock-multiline): Default to nil.
4178 (font-lock-default-fontify-region): If font-lock-multiline is
4179 nil, don't check the property `font-lock-multiline'.
4180
99327974
GM
4181 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4182 is nil, don't check the `font-lock-multiline' text property.
4183
2550055a
MK
41842001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4185
0a949811 4186 * viper.el: Call initial-major-mode on startup.
e95b0c08 4187
0a949811 4188 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4189
8501998a 4190 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4191
2550055a 41922001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4193
0a949811 4194 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4195 diff mode, if available.
e95b0c08 4196
0a949811 41972001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4198
8501998a 4199 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4200
2550055a
MK
4201 * ediff-init.el (subst-char-in-string): Define and use it, unless
4202 it's already defined.
e95b0c08 4203
8962e303
GM
42042001-01-18 Gerd Moellmann <gerd@gnu.org>
4205
4206 * tooltip.el (tooltip-hide-delay): New user-option.
4207 (tooltip-show): Use tooltip-hide-delay instead of the default.
4208
6b453381
KH
42092001-01-18 Kenichi Handa <handa@etl.go.jp>
4210
4211 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4212 kill-local-variable doesn't work for enable-multibyte-characters.
4213
9eaf396b
DL
42142001-01-17 Dave Love <fx@gnu.org>
4215
cebd37ce
DL
4216 * ediff-init.el (ediff-before-setup-hook)
4217 (ediff-merge-filename-prefix): Add :version.
4218
9eaf396b
DL
4219 * international/latin1-disp.el: Require disp-table.
4220 (latin1-display): Fix :set.
4221
4222 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4223
f864120f
GM
42242001-01-17 Gerd Moellmann <gerd@gnu.org>
4225
4226 * isearch.el (isearch-lazy-highlight-initial-delay)
4227 (isearch-lazy-highlight-interval): Default to 0.
4228
42292001-01-17 Bob Glickstein <bobg@zanshin.com>
4230
4231 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4232 1 here rather than each time through
4233 isearch-lazy-highlight-new-loop.
4234 (isearch-lazy-highlight-max): Variable deleted.
4235 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4236 isearch-lazy-highlight-max but controls a single invocation of
4237 isearch-lazy-highlight-update.
4238 (isearch-lazy-highlight-wrapped): Variable recreated.
4239 (isearch-lazy-highlight-window-start): New variable.
4240 (isearch-lazy-highlight-cleanup): Restored to behavior of
4241 before 2-Jan.
4242 (isearch-lazy-highlight-remove-overlays): Function deleted;
4243 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4244 behavior removed.
4245 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4246 isearch-lazy-highlight-update in a loop rather than just once.
4247 Test isearch-invalid-regexp here and decide not to start a new
4248 loop, rather than testing it each time through
4249 isearch-lazy-highlight-update.
4250 (isearch-lazy-highlight-search): Function restored.
4251 (isearch-lazy-highlight-update): Get called in a timer loop again,
4252 but this time highlight more than one match each time through.
83c9cb8e
SM
4253 Only highlight matches in the visible part of the window.
4254 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4255 the edge of the window. Use sit-for to force redisplay and ensure
4256 window-start is credible. "Face suppressing" behavior removed;
4257 overlay priorities should make it unnecessary, right?
4258 (isearch-highlight): Face suppressing behavior removed.
4259 (isearch-dehighlight): Face suppressing behavior removed.
4260 (isearch-set-lazy-highlight-faces-at): Removed.
4261
076ec540
KH
42622001-01-17 Kenichi Handa <handa@etl.go.jp>
4263
4264 * language/european.el ("Latin-1"): Make the format of description
4265 about additional language environments same as that of Latin-2.
4266
92328ec5
DL
42672001-01-16 Dave Love <fx@gnu.org>
4268
39f2174e
DL
4269 * isearch.el (isearch-lazy-highlight): Add :version.
4270
92328ec5
DL
4271 * simple.el (backward-delete-char-untabify-method)
4272 (next-line-add-newlines): Add :version.
4273
f251459d
GM
42742001-01-16 Gerd Moellmann <gerd@gnu.org>
4275
9d4850e5
GM
4276 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4277 Don't bind <delete> otherwise.
4278
4279 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4280 and <delete> via function-key-map.
4281
f251459d
GM
4282 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4283 Subject line only if point is after the `Subject:'.
4284
771ffcf7
KH
42852001-01-16 Kenichi Handa <handa@etl.go.jp>
4286
bda6b481
KH
4287 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4288 japanese-jisx0213-2 in `charset' property of this lang. env.
4289
35793af7
KH
4290 * language/european.el ("Latin-1"): Add description for Dutch and
4291 Spanish lang. env.
4292
771ffcf7
KH
4293 * international/mule.el (decode-char): Fix conditions.
4294 (encode-char): Handle eight-bit-control too.
1c8102ff 4295 (transform-make-coding-system-args): New function.
50c29104
KH
4296 (make-coding-system): Accept XEmacs style arguments for CCL base
4297 coding system.
771ffcf7 4298
e1cf67b6
GM
42992001-01-15 Gerd Moellmann <gerd@gnu.org>
4300
4301 * progmodes/etags.el (find-tag-noselect): Save the value of
4302 tags-file-name before switching buffers, for the case it has a
4303 buffer-local value.
4304
b3287acf
GM
43052001-01-15 Alex Schroeder <alex@gnu.org>
4306
9eaf396b
DL
4307 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4308 From Dave Love <fx@gnu.org>.
b3287acf
GM
4309 (ansi-color-for-comint-mode): Fix :version.
4310
43112001-01-15 Alex Schroeder <alex@gnu.org>
4312
4313 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4314
8d7ff9c8
EZ
43152001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4316
4317 * dired.el (dired-insert-directory): If file-system-info fails,
4318 remove the " free " part, but don't signal an error.
4319
dbe99ae9
SS
43202001-01-12 Sam Steingold <sds@gnu.org>
4321
4322 * bookmark.el (bookmark-maybe-historicize-string):
4323 Use new backquote syntax.
4324
103db06c 43252001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4326
4327 * subr.el (last): Handle a list that doesn't end in nil.
4328
ca2ddd8e
SS
43292001-01-12 Sam Steingold <sds@gnu.org>
4330
4331 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4332 to `backward-delete-char-untabify'.
4333
1751c874
DL
43342001-01-12 Dave Love <fx@gnu.org>
4335
4336 * cus-edit.el (customize-menu-create): Fix the :filter following
4337 easymenu change.
4338
4339 * wid-edit.el (function): Add :match-alternatives.
4340 (widget-color-action): Doc fix.
4341
3cccce8d
GM
43422001-01-12 Gerd Moellmann <gerd@gnu.org>
4343
4344 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4345
18bfd6b5
KH
43462001-01-12 Kenichi Handa <handa@etl.go.jp>
4347
83c9cb8e 4348 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4349
18bfd6b5
KH
4350 * international/ccl.el (define-ccl-program): Fix docstring.
4351
562e00da
DL
43522001-01-11 Dave Love <fx@gnu.org>
4353
14fd0da3
DL
4354 * international/mule-cmds.el (standard-display-european-internal):
4355 Set display table for 2208 as for 160.
4356
4357 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4358
562e00da
DL
4359 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4360 entry for custom-menu-create change.
4361 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4362 don't cons it in the search loop.
4363
4364 * imenu.el (imenu--truncate-items): Revert last change.
4365
6e961dcd
EZ
43662001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4367
4368 * info.el (Info-setup-header-line): If the node header includes
4369 either Next: or Prev: links, don't show the File: and Node: parts
4370 in the header line.
4371
2c2ff7f2
GM
43722001-01-11 Gerd Moellmann <gerd@gnu.org>
4373
a7ee2d2e
GM
4374 * comint.el (comint-goto-process-mark): Don't print a message
4375 when running in batch mode.
4376
c5348233
GM
4377 * isearch.el (isearch-search): In the condition-case handler for
4378 `error', set isearch-invalid-regexp to the whole error message.
4379
422717d1
GM
4380 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4381 ensure that eval-after-load works for files dumped with Emacs.
4382
4383 * help.el (load-symbol-file-load-history): New function extracted
4384 from function symbol-file.
4385 (symbol-file): Use it.
4386
83c9cb8e 4387 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4388
926861fb
EZ
43892001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4392 behave as if there were no prefix argument.
4393 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4394 argument were nil.
4395
afa1f52c
RS
43962001-01-11 Richard M. Stallman <rms@gnu.org>
4397
ca2ddd8e 4398 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4399 Don't look for more potential matches once maximum is exceeded.
4400 Use overlays-in to check correctly for overlap with current match.
4401 Ignore empty matches.
4402
47a9f362
MB
44032001-01-11 Miles Bader <miles@gnu.org>
4404
4405 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4406 (ispell-overlay-window, ispell-help, ispell-show-choices)
4407 (ispell-command-loop): Use it instead of `window-height'.
4408
d196f58d
GM
44092001-01-10 Gerd Moellmann <gerd@gnu.org>
4410
cf523f0e
GM
4411 * files.el (confirm-kill-emacs): New user-option.
4412 (save-buffers-kill-emacs): Ask for final confirmation before
4413 killing Emacs.
4414
d196f58d
GM
4415 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4416 to nil.
4417
7c6c3d8e
GM
44182001-01-10 Dave Love <fx@gnu.org>
4419
1f8be15d
DL
4420 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4421
83c9cb8e 4422 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4423
4424 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4425
4426 * calculator.el (calculator-number-digits): Fix :type.
4427
0d5184de
DL
4428 * vc-cvs.el (vc-cvs-header): Fix :type.
4429 * vc-rcs.el (vc-rcs-header): Fix :type.
4430 * vc-sccs.el (vc-sccs-header): Fix :type.
4431
4432 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4433
7c6c3d8e
GM
4434 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4435
8c9f73a2
GM
4436 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4437
457b792c
GM
44382001-01-10 Gerd Moellmann <gerd@gnu.org>
4439
4440 * simple.el (set-variable): Force a thorough redisplay for the
4441 case that the variable has an effect on the display, like
4442 `tab-width' has.
4443
d2622d08
AS
44442001-01-10 Andre Spiegel <spiegel@gnu.org>
4445
4446 * vc.el: Add documentation for backend interface.
4447
ae4b5f4f
KH
44482001-01-10 Kenichi Handa <handa@etl.go.jp>
4449
e0844717
KH
4450 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4451
ae4b5f4f
KH
4452 * international/mule-conf.el (latin-extra-code-table): Set to t
4453 for \223 and \224.
4454
3184082b
KH
44552001-01-09 Kenichi Handa <handa@etl.go.jp>
4456
4457 * international/mule-cmds.el (locale-language-names): Map "es" to
4458 "Spanish" and "nl" to "Dutch".
4459
732b9cdd
GM
44602001-01-09 Gerd Moellmann <gerd@gnu.org>
4461
1dfca644
GM
4462 * bindings.el (global-map): Bind <home> to beginning-of-line,
4463 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4464 C-<end> to end-of-buffer.
4465
732b9cdd
GM
4466 * language/european.el: Add Dutch and Spanish language info
4467 to be able to use the appropriate tutorials.
4468
44692001-01-09 Alex Schroeder <alex@gnu.org>
4470
4471 * ansi-color.el (ansi-color-process-output): Use markers instead
4472 of positions for start and end of region.
4473 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4474 Previously, occasional mistakes happend when fontifying many
4475 chunks of output (eg. ls --color=yes /dev). This happened
4476 whenever an overlay was created up to the end of the region, which
4477 coincided with the process-mark. New text would then be added
4478 within that overlay instead of after it.
4479 (ansi-color-make-extent): Overlays are created with the property
4480 `modification-hooks' set to '(ansi-color-freeze-overlay).
4481 (ansi-color-freeze-overlay): New function. When inserting text at
4482 the end of the overlay, the overlay will resize.
4483
44842000-01-09 Alex Schroeder <alex@gnu.org>
4485
4486 * ansi-color.el (ansi-color-process-output): Doc change.
4487 (ansi-color-unfontify-region): Doc change. No longer installed
4488 automatically in font-lock-unfontify-region-function.
4489 (ansi-color-apply): Doc change.
4490 (ansi-color-apply-on-region): Use extents or overlays instead of
4491 text-properties.
4492 (ansi-color-make-extent): New function.
4493 (ansi-color-set-extent-face): New function.
4494
44952000-01-09 Alex Schroeder <alex@gnu.org>
4496
4497 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4498 both use ansi-color-process-output, now.
4499 (ansi-color-process-output): Doesn't return string anymore. It is
4500 installed in comint-output-filter-functions for both Emacs and
4501 XEmacs, now.
4502 (ansi-color-unfontify-region): Simplified code removing variables
4503 pos and start-ansi.
4504 (ansi-color-apply): Put text-property ansi-color before putting
4505 text-property face because ansi-color-unfontify-region is called
4506 immediately after the call to put-text-property.
4507 (ansi-color-context-region): Doc change.
4508 (ansi-color-filter-region): Simplified code.
4509 (ansi-color-apply-on-region): Changed start to start-marker, using
4510 a marker explicitly. Put text-property ansi-color before putting
4511 text-property face because ansi-color-unfontify-region is called
4512 immediately after the call to put-text-property.
4513
45142000-01-09 Alex Schroeder <alex@gnu.org>
4515
4516 * ansi-color.el (ansi-color-faces-vector): Doc change.
4517 (ansi-color-for-comint-mode): Changed :type property to choice.
4518 (ansi-color-last-context): Removed.
4519 (ansi-color-process-output): Don't use ansi-color-last-context, as
4520 the main functions will store their context now.
4521 (ansi-color-context): Doc change.
4522 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4523 Uses ansi-color-context such that repeated calls will strip
4524 partial escape sequences, too.
4525 (ansi-color-apply): Simplified code. Colorize end of string if
4526 face is not null. Store context in new (FACE STRING) format, such
4527 that repeated calls will strip partial escape sequences, too.
4528 Append faces to face property using ansi-color-apply-sequence such
4529 that cumulative mode actually works.
4530 (ansi-color-context-region): New variable.
4531 (ansi-color-filter-region): Rewrote it based on
4532 ansi-color-apply-on-region. Uses ansi-color-context-region such
4533 that repeated calls will strip partial escape sequences, too.
4534 (ansi-color-apply-on-region): Simplified code. Colorize end of
4535 region if face is not null. Store context in new (FACE POS)
4536 format, such that repeated calls will strip partial escape
4537 sequences, too. Append faces to face property using
83c9cb8e 4538 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4539 (ansi-color-apply-sequence): New function.
4540 (ansi-color-get-face): When the default face is added to the list
4541 of faces, all previous settings are discarded and the list of
4542 faces is set to '(default).
4543
45442000-01-09 Alex Schroeder <alex@gnu.org>
4545
4546 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4547 face, such that ansi-color-apply and ansi-color-apply-on-region
4548 will do the right thing.
4549 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4550 returns nil, set the list of faces back to nil instead of
83c9cb8e 4551 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4552
45532000-01-09 Alex Schroeder <alex@gnu.org>
4554
4555 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4556 (ansi-color-process): Doc change.
4557 (ansi-color-last-context): New buffer-local variable.
4558 (ansi-color-process-output): New function. It is automatically
4559 added to comint-output-filter-functions if this is XEmacs.
4560 (ansi-color-unfontify-region): New optional parameter for XEmacs
4561 compatibility. Check wether font-lock-syntactic-keywords is
4562 boundp before removing the syntax table text property, as XEmacs
4563 doesn't have it.
4564 (ansi-color-filter-region): Doc change.
4565 (ansi-color-apply-on-region): Doc change.
4566 (ansi-color-make-face): New function. Compatibility layer for
4567 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4568 (ansi-color-make-color-map): Use ansi-color-make-face.
4569 (ansi-color-get-face): Avoid face text property '(nil) as results
4570 in an errow for XEmacs.
4571
45722000-01-09 Alex Schroeder <alex@gnu.org>
4573
83c9cb8e
SM
4574 * ansi-color.el (ansi-color-unfontify-region): New function.
4575 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4576 ansi-color. When the package is loaded, a lambda expression is
4577 put onto font-lock-mode-hook. This lambda expression will check
4578 font-lock-unfontify-region-function and replace
83c9cb8e 4579 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4580 (ansi-color-apply): Add text-property ansi-color in addition to
4581 text-property face.
4582 (ansi-color-apply-on-region): Add text-property ansi-color in
4583 addition to text-property face.
4584 (save-buffer-state): Copy of the macro that is also used by
4585 lazy-lock and font-lock.
4586
4587 (ansi-color-for-comint-mode): New option.
4588 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4589 (ansi-color-for-comint-mode-off): Ditto.
4590 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4591 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4592 decide what to do. This function is added to
4593 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4594
4595 (ansi-color-for-shell-mode-set): Removed.
4596 (ansi-color-for-shell-mode): Removed.
4597
45982000-01-09 Alex Schroeder <alex@gnu.org>
4599
4600 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4601 the lambda expression from the ansi-color-for-shell-mode :set
4602 property. Additionally, modify shell-mode-hook to enable or
4603 disable font-lock-mode for future shell buffers.
4604 (ansi-color-for-shell-mode): The :set property calls
4605 ansi-color-for-shell-mode-set instead of a lambda expression.
4606
46072000-01-09 Alex Schroeder <alex@gnu.org>
4608
4609 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4610 (ansi-color-context): New variable.
4611 (ansi-color-apply): Save context between calls.
4612
fb55ff10
EZ
46132001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4614
83c9cb8e
SM
4615 * isearch.el (isearch, isearch-lazy-highlight-face):
4616 New definitions for face colors and attributes.
29910493 4617
fb55ff10
EZ
4618 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4619 of display-mouse-p.
4620
134d6265
KH
46212001-01-09 Kenichi Handa <handa@etl.go.jp>
4622
4623 * international/mule.el (make-coding-system): If the coding system
4624 accepts extra latin codes, register such codes as safe for the
4625 coding system.
4626
103db06c 46272001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4628
984c9f75
RS
4629 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4630 don't mention the file name or the date here, because they are
4631 logged at the start of the file.
4632
46332001-01-08 Richard M. Stallman <rms@gnu.org>
4634
78b8eee8
RS
4635 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4636 Change screen-width to frame-width.
4637
1460e5d4
EZ
46382001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4639
4640 * info.el (Info-search): Print the default as part of the prompt.
4641
56f24bc1
AS
46422001-01-08 Andre Spiegel <spiegel@gnu.org>
4643
ca2ddd8e 4644 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4645 constant implementations in backends.
4646
4647 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4648 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4649
4650 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4651 WRITABLE to EDITABLE.
4652
4653 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4654 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4655 to EDITABLE.
4656
b7812d30
EZ
46572001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4658
4659 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4660 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4661
7e56ea04
GM
46622001-01-08 Gerd Moellmann <gerd@gnu.org>
4663
4664 * isearch.el (isearch-old-signal-hook): Removed.
4665 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4666 instead of setting signal-hook-function.
4667 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4668
a758f97d
GM
46692001-01-08 Kevin Gallagher <kevingal@onramp.net>
4670
4671 * emulation/edt.el: Update to version 4.0. Provide support for
4672 EDT scroll margins at top and bottom of the window. Provide an
4673 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4674 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4675 user when file-related buffer modifications exist.
4676 Provide support for running EDT Emulation in XEmacs.
4677 Provide customize access to some user updatable variables.
4678 Add Commentary section to file header.
4679 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4680
4681 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4682 for detecting a keypress that generates an ASCII key sequence.
4683 (Previously, only a keypress that generates a vector was
4684 recognized.) Embed Window Manager name into name of the generated
4685 EDT Emulation initialization file since the initialization file is
4686 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4687
30db89f9
EZ
46882001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4689
4deb3ba9
EZ
4690 * mail/sendmail.el (mail-mode): Doc fix.
4691
30db89f9
EZ
4692 * info.el (Info-goto-emacs-command-node): Doc fix.
4693 (Info-goto-emacs-key-command-node): Doc fix.
4694
c3f2772b
EZ
46952001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4696
8726e79b 4697 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4698 systems without long file-name support.
4699
0dac6924
AI
47002001-01-06 Andrew Innes <andrewi@gnu.org>
4701
4702 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4703
4e6ef391
EZ
47042001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4705
380866a2
EZ
4706 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4707 (isearch-lazy-highlight-update): Doc fix.
4708
148b5960
EZ
4709 * ffap.el (ffap-bindings): Doc fix.
4710
4e6ef391
EZ
4711 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4712
4cb1bcc2
DL
47132001-01-05 Dave Love <fx@gnu.org>
4714
4715 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4716
3828218c
GM
47172001-01-05 Gerd Moellmann <gerd@gnu.org>
4718
83c9cb8e
SM
4719 * mouse-drag.el (mouse-drag-safe-scroll):
4720 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4721
1f4139d5
GM
4722 * isearch.el (isearch-old-signal-hook): New variable.
4723 (isearch-mode): Set signal-hook-function to isearch-done.
4724 (isearch-done): Restore old signal-hook-function.
4725
3828218c
GM
4726 * info.el (Info-fontify-node): Mark one more char as intangible.
4727
3970013f
KH
47282000-01-05 Kenichi Handa <handa@etl.go.jp>
4729
83c9cb8e
SM
4730 * composite.el (compose-last-chars): New argument COMPONENTS.
4731 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4732 COMPONENTS.
4733
4734 * international/quail.el (quail-input-string-to-events): New function.
4735 (quail-input-method): Convert input string to events here.
4736 (quail-start-translation): Return input string, not event list.
4737 (quail-start-conversion): Likewise.
4738
f3b05e99
GM
47392001-01-04 Gerd Moellmann <gerd@gnu.org>
4740
ca2ddd8e 4741 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4742 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4743 and tooltip-add-timeout.
4744 (tooltip-show): Set border color from faces's foreground.
4745 (tooltip-show-help-function): If called with the same help string
4746 as last time, do nothing.
4747 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4748
0f2ac578
GM
4749 * startup.el (fancy-splash-screens): Don't bind show-help-function
4750 to nil.
4751
f3b05e99
GM
4752 * tooltip.el (tooltip-frame-parameters): Remove colors.
4753 (tooltip): New face
4754 (tooltip-set-param): New function.
4755 (tooltip-show): Set up color frame parameters from face `tooltip'.
4756 Display the tooltip text in face `tooltip'.
4757
8416e94a
DL
47582001-01-04 Dave Love <fx@gnu.org>
4759
4760 * whitespace.el (whitespace-global-mode): Fix typo.
4761
4762 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4763
30db89f9
EZ
47642001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4765
83c9cb8e
SM
4766 * help.el (help-for-help): Fix a typo in a doc string.
4767 From kwzh@gnu.org (Karl Heuer).
30db89f9 4768
b847eb8c
DL
47692001-01-03 Dave Love <fx@gnu.org>
4770
4771 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4772 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4773 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4774 (dired-guess-shell-alist-user): Customize.
4775 (dired-x-help-address): Set to bug-gnu-emacs.
4776 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4777 (dired-default-directory): Renamed from default-directory.
4778
4779 * hl-line.el (hl-line): Doc fix.
4780
43c4b570
KF
47812001-01-03 Karl Fogel <kfogel@red-bean.com>
4782
1bf6b1bf 4783 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4784
984c9f75 47852001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4786
4787 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4788 to remove all the current alternative-match highlighting.
4789 If nil, remove only what's outside the current window.
4790 (isearch-lazy-highlight-remove-overlays): Take optional
4791 region within which NOT to remove them.
4792 (isearch-lazy-highlight-new-loop): Greatly simplified.
4793 (isearch-lazy-highlight-update): Find all the other occurrences
4794 visible in the window, in just one call.
4795 (isearch-lazy-highlight-start): Now holds start of region to scan.
4796 (isearch-lazy-highlight-end): Now holds end of region to scan.
4797 (isearch-lazy-highlight-wrapped): Variable deleted.
4798 (isearch-lazy-highlight-search): Function deleted.
4799
13d6a61c
AI
48002000-01-02 Andrew Innes <andrewi@gnu.org>
4801
4802 * w32-fns.el (convert-standard-filename): Do length check on name
4803 before aref.
4804
064866e7
DL
48052001-01-02 Dave Love <fx@gnu.org>
4806
b33e041b
DL
4807 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4808 value.
4809 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4810
4811 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4812
8166ffd5
DL
4813 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4814 read syntax.
4815
064866e7
DL
4816 * calendar/todo-mode.el (todo): Add :link, :version.
4817 (todo-save-top-priorities): Remove autoload cookie.
4818 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4819 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4820
6dde6abc
GM
48212001-01-02 Gerd Moellmann <gerd@gnu.org>
4822
4823 * comint.el (comint-input-history-ignore): New variable.
4824 (comint-read-input-ring): Ignore entries matching
4825 comint-input-history-ignore.
4826
1a8a9daf
GM
48272001-01-02 Eric M. Ludlam <zappo@gnu.org>
4828
4829 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4830 (lm-copyright-mark): New function.
4831 (lm-crack-copyright): New function.
4832 (lm-verify): Check that the file has a copyright.
4833 Check that the file is copyright Free Software Foundation.
4834
9c92eb53
KH
48352000-12-30 Kenichi Handa <handa@etl.go.jp>
4836
4837 * international/mule-diag.el (print-fontset): Indent font name by
4838 24 columns, not 25.
4839
49172314
GM
48402000-12-29 Gerd Moellmann <gerd@gnu.org>
4841
762a68ec
GM
4842 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4843 in Subject line.
4844
49172314 4845 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4846 Use mail-mode-hook instead of mail-setup-hook.
4847 Otherwise continuing an interrupted message with C-u C-x m for
4848 instance, winds up in Mail mode without abbrevs.
49172314 4849
bd7a2e26
GM
48502000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4851
4852 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4853 non-nil. Adding almost all customization variables on ps-setup.
4854 Doc fix.
bd7a2e26
GM
4855 (ps-print-version): New version number (6.3.3).
4856 (ps-end-with-control-d): Initialization fix.
4857 (ps-lines-printed): New var.
4858 (ps-skip-newline): New fun.
4859 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4860 (ps-next-line, ps-continue-line, ps-plot-region)
4861 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4862
2b3f28a4
KH
48632000-12-29 Kenichi Handa <handa@etl.go.jp>
4864
83c9cb8e
SM
4865 * international/fontset.el (x-complement-fontset-spec):
4866 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4867 registered in x-font-name-charset-alist.
4868 (create-fontset-from-fontset-spec): Adjusted for the above change.
4869 The name of fontset alias should be a unresolved ASCII font name.
4870
2ece9174
GM
48712000-12-28 Gerd Moellmann <gerd@gnu.org>
4872
4873 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4874 and delete in isearch-mode-map.
4875
cbe3ad7a
RS
48762000-12-28 Richard M. Stallman <rms@gnu.org>
4877
ca2ddd8e 4878 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4879 Use xpdf instead of acroread.
4880
a816f1c5
KH
48812000-12-28 Kenichi Handa <handa@etl.go.jp>
4882
f086e73c
KH
4883 * textmodes/artist.el (artist-butlast): Deleted.
4884 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4885 artist-butlast.
f086e73c 4886
a816f1c5
KH
4887 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4888
4889 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4890
b202115b
EZ
48912000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4892
4893 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4894
4895 * ls-lisp.el: Better support for the Mac and MS-Windows.
4896 (ls-lisp): New defgroup.
4897 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4898 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4899 (ls-lisp-support-shell-wildcards): New defcustoms.
4900 (ls-lisp-parse-symlink): New function.
4901 (insert-directory): Code to convert switches to a list and set up
4902 the wildcard argument copied from ls-lisp-insert-directory.
4903 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4904 for -C and -R switches.
4905 (ls-lisp-column-format): New function.
ca2ddd8e 4906 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4907 (ls-lisp-format-time): Add doc strings.
4908 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4909 Support ls-lisp-dirs-first.
4910 (ls-lisp-classify, ls-lisp-extension): New functions.
4911 (ls-lisp-format): Optionally support emulation of symlinks.
4912 Support -i, -s, and -G switches.
4913
6061fbf0
GM
49142000-12-27 Gerd Moellmann <gerd@gnu.org>
4915
5e25feee
GM
4916 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4917
6061fbf0
GM
4918 * version.el (emacs-version): Print X scroll bar information.
4919
4920 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4921 instead of x-toolkit-scroll-bars-p.
4922
4923 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4924 of x-toolkit-scroll-bars-p.
4925
25050dab
EZ
49262000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4927
83c9cb8e 4928 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4929 (ffap-bindings): Doc fix, to reflect the above change.
4930
c1786874
KH
49312000-12-27 Kenichi Handa <handa@etl.go.jp>
4932
4933 * term.el (term-char-mode): Define all non-ascii self-inserting
4934 characters to 'term-send-raw in term-raw-map.
4935
7261ece3 49362000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4937
83c9cb8e 4938 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4939
83c9cb8e
SM
4940 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4941 Changed initialization; use add-hook.
6061fbf0 4942 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4943
6061fbf0 4944 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4945
6061fbf0
GM
4946 * ediff.el (ediff-patch-buffer): Bug fix.
4947 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4948
83f40583
SM
49492000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4950
4951 * subr.el (combine-run-hooks): Remove.
4952
4953 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4954 and remove the rogue second spec.
4955
bdd6d4e8
GM
49562000-12-23 Gerd Moellmann <gerd@gnu.org>
4957
4958 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4959
26736ce3
SM
49602000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4961
0e86b6b0
SM
4962 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4963 Use minibuffer menu prompt for the `=' prefix.
4964 (smerge-command-prefix): Change default to C-^.
6eabfb26 4965 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4966
26736ce3
SM
4967 * skeleton.el (skeleton-internal-1): Make sure the first line of
4968 the region is also re-indented.
d21584d6
SM
4969 (skeleton-end-newline): New var.
4970 (skeleton-end-hook): Use it.
26736ce3 4971
95fa4fd7
MB
49722000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4973
4974 * comint.el (comint-password-prompt-regexp): Support CVS.
4975
f060b834
GM
49762000-12-22 Gerd Moellmann <gerd@gnu.org>
4977
83c9cb8e
SM
4978 * simple.el (delete-key-deletes-forward-mode): Simplify.
4979 Also backspace key combinations, depending on
856ff7a7
GM
4980 delete-key-deletes-forward.
4981
4982 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4983
f060b834
GM
4984 * simple.el (delete-key-deletes-forward): Doc fix.
4985
653558a1
GM
49862000-08-22 Emmanuel Briot <briot@gnat.com>
4987
4988 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4989 white spaces are relevant in the XML file.
653558a1
GM
4990 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4991 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4992 of XML files.
653558a1
GM
4993 (xml-parse-tag): Check that the casing is the same in the start
4994 tag and end tag, since XML is case-sensitive. Allows for spaces
4995 in the end tag, after the name of the tag.
4996 (xml-parse-attlist): Allow for the character '-' in the name of
4997 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4998 the properties in the XML tree, since they are not relevant.
653558a1 4999
3ad93d8d
SM
50002000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5001
5002 * generic.el (generic-read-type): Undo last change, inline into
5003 `generic-mode' and then remove.
5004 (generic-mode): Inline generic-read-type.
5005 (define-generic-mode): Push the symbol name rather than the symbol
5006 onto generic-mode-list.
5007
177f4e88
GM
50082000-12-21 Gerd Moellmann <gerd@gnu.org>
5009
8e15274f
GM
5010 * generic.el (generic-read-type): Build an alist for
5011 completing-read as in 20.7.
5012
5013 * play/landmark.el (lm): Use interactive spec `P'.
5014 (toplevel): Don't set debug-on-error.
5015
83c9cb8e 5016 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5017
6ba384dc
GM
50182000-12-21 Dave Pearson <davep@davep.org>
5019
5020 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5021
647a066c
GM
50222000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5023
5024 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5025 ranges like \177-\237, but accepts the character sequence from \177 to
5026 \237. Doc fix.
5027 (ebnf-version): New version (3.4).
5028 (ebnf-setup): Code fix.
5029 (ebnf-range-regexp): New fun.
5030 (ebnf-8-bit-chars): Const fix.
5031
5032 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5033 entry. Doc fix.
5034 (ebnf-bnf-lex): Code fix.
5035 (ebnf-bnf-comment-chars): Const fix.
5036
5037 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5038 entry. Doc fix.
5039 (ebnf-iso-comment-chars): Const fix.
5040
5041 * ebnf-otz.el: Doc fix.
5042
5043 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5044 entry. Doc fix.
5045 (ebnf-yac-skip-code): Code fix.
5046 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5047
bc22fd18
EZ
50482000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5049
5050 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5051 (recover-file): Use it instead of insert-directory.
5052 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5053
587fc3f9
KH
50542000-12-21 Kenichi Handa <handa@etl.go.jp>
5055
83c9cb8e
SM
5056 * international/mule-cmds.el (select-safe-coding-system):
5057 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5058
587fc3f9
KH
5059 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5060
01860fb9
MB
50612000-12-21 Miles Bader <miles@gnu.org>
5062
83c9cb8e 5063 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5064
3f9d67a6
KH
50652000-12-21 Kenichi Handa <handa@etl.go.jp>
5066
9fd1c1f7
KH
5067 * international/mule-diag.el (describe-char-after): Make *Help*
5068 buffer inherit multibyteness of the current buffer.
5069
3f9d67a6
KH
5070 * international/mule.el (make-char): Docstring adjusted for the
5071 change of make-char-internal.
5072
c9669fac
SM
50732000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5074
5075 * international/iso-cvt.el: Docstrings fix.
5076
19594307
DL
50772000-12-20 Dave Love <fx@gnu.org>
5078
5079 * subr.el (eval-after-load): Doc fix.
5080
b1a447b3
KH
50812000-12-20 Kenichi Handa <handa@etl.go.jp>
5082
5083 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5084 for numbers.
5085
09877d5d
MB
50862000-12-20 Miles Bader <miles@gnu.org>
5087
5088 * international/quail.el (quail-help): Resize the help window
5089 again after it has all its contents. Remove unneeded progn.
5090
71d4497a
GM
50912000-12-19 Gerd Moellmann <gerd@gnu.org>
5092
5093 * pcmpl-linux.el: Fix copy/paste error.
5094
741e56a0
AI
50952000-12-19 Andrew Innes <andrewi@gnu.org>
5096
83c9cb8e 5097 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5098
cc24d91c
CD
50992000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5100
ba4c05aa
CD
5101 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5102
5103 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5104
5105 * progmodes/idlw-shell.el: Fixed copyright notice.
5106
5107 * progmodes/idlwave.el: Fixed copyright notice.
5108
71d4497a 5109 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5110 TAB as key separators.
5111
524c8caf
GM
51122000-12-19 Alex Schroeder <alex@gnu.org>
5113
5114 * sql.el (sql-sybase-options): New option.
5115 (sql-sybase): Use it. Add sql-database to the list of parameters
5116 provided for login. The options -w 2048 -n are not used any more.
5117 (sql-postgres-options): Changed default from "--pset" to "-P".
5118 (sql-mysql-options): Doc change.
5119 (sql-stop): Doc change.
5120
b5fa513d
KH
51212000-12-19 Kenichi Handa <handa@etl.go.jp>
5122
5123 * international/quail.el (quail-input-method): Always hide
5124 the guidance buffer on exiting.
5125
91c9e6ce
GM
51262000-12-18 Gerd Moellmann <gerd@gnu.org>
5127
c6da4eb4
GM
5128 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5129 isn't fboundp.
5130
3d2a0e0b
GM
5131 * server.el (server-buffer-done): Bury the buffer before
5132 killing it.
5133
91c9e6ce
GM
5134 * faces.el (face-spec-set): Interpret a nil in specs for
5135 foreground and background colors as `unspecified', for
5136 compatibility with 20.x.
5137
40fa0008
DL
51382000-12-18 Dave Love <fx@gnu.org>
5139
22adbe54
DL
5140 * simple.el (mail-user-agent): Doc fix.
5141 (input-mode-8-bit): Removed.
5142
5143 * international/mule.el (set-keyboard-coding-system): Doc fix.
5144 (keyboard-coding-system): New option.
5145
40fa0008
DL
5146 * mail/sendmail.el (send-mail-function): Customize.
5147
6f4745e2
EZ
51482000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5149
5150 * international/codepage.el (cp866-decode-table): New table.
5151
82b90229
GM
51522000-12-18 Gerd Moellmann <gerd@gnu.org>
5153
5154 * version.el (emacs-version): Remove `%a' from the time format
5155 because the weekday doesn't fit well into each locale.
5156
5a047002
MB
51572000-12-18 Miles Bader <miles@gnu.org>
5158
7f49aa07
MB
5159 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5160
ca2ddd8e 5161 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5162 Check that emacs-major-version is `=' to 20, not `>='.
5163 (artist-replace-chars): Use `make-string' instead of a loop.
5164
22ea2607
EZ
51652000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5166
5167 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5168 (cvs-execute-single-file): Don't change directory.
5169 Patch from Per Cederqvist.
5170
6c825f8e
EZ
51712000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5172
83c9cb8e
SM
5173 * textmodes/ispell.el (check-ispell-version):
5174 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5175 of -vv.
5176
8ff06845
KH
51772000-12-16 Kenichi Handa <handa@etl.go.jp>
5178
af4bb4c8
KH
5179 * international/mule-diag.el (mule-diag): Insert information about
5180 configure options, multibyte awareness, language env.
5181
8ff06845
KH
5182 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5183 regexp to search for candidates.
5184
b24e84ab
EZ
51852000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5186
5187 * info.el (Info-forward-node): If the node has an
5188 Info-header-line, widen the buffer before searching for "next:"
5189 and "up:" pointers, and set the search limit to stay in the
5190 current node.
5191
7981d89f
MB
51922000-12-16 Miles Bader <miles@gnu.org>
5193
5194 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5195
88ee7917
MB
51962000-12-15 Miles Bader <miles@gnu.org>
5197
5198 * comint.el (comint-send-string, comint-send-region): Also accept
5199 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5200 process-send-string/region.
5201
0c28d842
GM
52022000-12-15 Gerd Moellmann <gerd@gnu.org>
5203
4ea7fdca
GM
5204 * isearch.el (isearch-lazy-highlight-max): New user-option.
5205 (isearch-lazy-highlight-update): Don't highlight more than
5206 isearch-lazy-highlight-max matches.
5207
0c28d842
GM
5208 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5209
984c9f75 52102000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5211
8062e53a
GM
5212 * sort.el (sort-columns): Fix error message.
5213
3ffa545b
GM
5214 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5215 `upcase' or `downcase' or nil.
5216 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5217 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5218 (dabbrev--substitute-expansion): New arg record-case-pattern.
5219 If it is non-nil, set dabbrev--last-case-pattern.
5220 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5221
5222 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5223
c2d7f289
MB
52242000-12-15 Miles Bader <miles@gnu.org>
5225
b6348438
MB
5226 * paths.el (Info-default-directory-list): Don't delete
5227 configure-info-directory from the list of standard info
83c9cb8e 5228 directories when appending it to the end -- their order is important.
b6348438 5229
f9056dd9
MB
5230 * faces.el (read-face-attribute): If there's no entry for the
5231 user's input in VALID, just use it as-is (this will often result
5232 in an error, but it may be OK for e.g. colors using hexadecimal
5233 notation, and at least will yield a better error message).
5234
c2d7f289 5235 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5236 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5237 Variables removed.
5238 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5239 window is really the right size. Use vertical-motion
5240 rather than forward-line.
5241 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5242 (ispell-command-loop, ispell-show-choices): Use the variable
5243 ispell-choices-win-default-height, rather than the function.
5244 (ispell-choices-win-default-height): Function removed.
5245 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5246
8f530b95
SM
52472000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5248
5249 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5250
6d435deb
EZ
52512000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5252
83c9cb8e
SM
5253 * paths.el (Info-default-directory-list):
5254 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5255 put it first in the list; otherwise put it last. Doc string
5256 changed accordingly.
5257
5258 * info.el (Info-directory-list): Change doc string to reflect the
5259 change in Info-default-directory-list.
5260
6d435deb
EZ
5261 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5262 windows-nt as windowed environments, even under -nw.
5263
5264 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5265 if not fboundp. Switch delete-forward mode for the <delete> key
5266 on all PC platforms, even under -nw.
5267
5268 * term/internal.el ([M-delete]): Remap to M-d.
5269
9d7d9263
GM
52702000-12-14 Gerd Moellmann <gerd@gnu.org>
5271
5272 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5273
7cf0153a
EZ
52742000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5275
5276 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5277
5e5b3d41
GM
52782000-12-14 Gerd Moellmann <gerd@gnu.org>
5279
5f368d29
GM
5280 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5281 if appropriate.
5282
5283 * simple.el (delete-key-deletes-forward): New user-option.
5284 (delete-key-deletes-forward-mode): New function.
5285
9d7d9263 5286 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5287
83c9cb8e
SM
5288 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5289 Test if symbol is bound before getting its value.
5e5b3d41
GM
5290
5291 * tooltip.el (tooltip-show): If an error is signaled in
5292 x-show-tip, display that error, and display the help in the
5293 echo area.
ca2ddd8e 5294
191b83b6
KH
52952000-12-14 Kenichi Handa <handa@etl.go.jp>
5296
83c9cb8e
SM
5297 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5298 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5299
6192b604
KF
53002000-12-13 Karl Fogel <kfogel@red-bean.com>
5301
5302 * bookmark.el: Provide a generic exit hook, as suggested by
5303 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5304 (bookmark-exit-hook): New var.
5305 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5306 old raw lambda form in `kill-emacs-hook', and runs new
5307 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5308 as logically that feature must have been provided if this function
5309 is running.
5310 Removed ;;;###autoload before the `add-hook' call.
5311
5edf6b55
SM
53122000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5313
5314 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5315 (easy-menu-current-active-maps): New function.
5316 (easy-menu-get-map): Use it.
5317 Make a proper menu entry when creating a new keymap.
5318
16b5e8e6
KH
53192000-12-13 Kenichi Handa <handa@etl.go.jp>
5320
d49fc4eb
KH
5321 * international/characters.el: Fix cases and syntaxes for
5322 mule-unicode-0100-24ff.
5323
3b53d876
KH
5324 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5325 that a Japanese character is not appended after day and year.
5326
16b5e8e6
KH
5327 * info.el (Info-suffix-list): Change format for a command that
5328 requires arguments.
5329 (info-insert-file-contents): Adjusted for the above change.
5330
1df1c518
AS
53312000-12-12 Andreas Schwab <schwab@suse.de>
5332
5333 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5334 on the name of the tar buffer. Verify that the existing buffer is
5335 visiting the same subfile.
5336
a7a07b98
DL
53372000-12-12 Dave Love <fx@gnu.org>
5338
5339 * subdirs.el: Add obsolete.
5340
4fdbd809
GM
53412000-12-12 Gerd Moellmann <gerd@gnu.org>
5342
bfdb75ee
GM
5343 * mail/rmailsum.el (rmail-summary-expunge)
5344 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5345 instead of rmail-confirm-expunge.
5346
4fdbd809
GM
5347 * replace.el (perform-replace): Don't use an empty match adjacent
5348 to a non-empty match when computing the next match before the
5349 replacement is performed.
5350
e9a59cad
GM
53512000-12-12 Milan Zamazal <pdm@freesoft.cz>
5352
5353 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5354 definition (patch by Stefan Monnier).
5355 (glasses-mode): Use jit-lock instead of `after-change-functions'
5356 (patch by Stefan Monnier).
5357
c2def7a0
MB
53582000-12-12 Miles Bader <miles@gnu.org>
5359
5360 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5361 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5362
591b63b4
AC
53632000-12-12 Andrew Choi <akochoi@i-cable.com>
5364
5365 * term/mac-win.el: Remove load for ls-lisp.
5366
a924cf63 5367 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5368
5ff4ba3d
MB
53692000-12-12 Miles Bader <miles@gnu.org>
5370
5371 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5372 Respect field end too.
5373 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5374 (newline-and-indent, reindent-then-newline-and-indent):
5375 Use `delete-horizontal-space'.
5ff4ba3d 5376
d0c679bc
SM
53772000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5378
adf9c994
SM
5379 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5380 (so as to obey the field property in the minibuffer).
5381
4b0cd42d
SM
5382 * obsolete/c-mode.el: Moved from lisp/progmodes.
5383 * obsolete/auto-show.el: Moved from lisp.
5384 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5385
89f85863
CD
53862000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5387
5388 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5389 changes to list them here.
89f85863 5390
83c9cb8e
SM
5391 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5392 Too many changes to list them here.
89f85863 5393
83c9cb8e
SM
5394 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5395 Too many changes to list them here.
89f85863
CD
5396
5397 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5398
3e0d35ce
GM
53992000-12-11 Gerd Moellmann <gerd@gnu.org>
5400
83c9cb8e 5401 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5402
ca2ddd8e 5403 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5404 Comment fix.
5405
3e0d35ce
GM
5406 * hscroll.el: Moved to `obsolete' subdir.
5407
ff904dd6
MB
54082000-12-11 Miles Bader <miles@gnu.org>
5409
5410 * window.el (window-text-height): Function removed (now in C).
5411
fb97d87f
SM
54122000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5413
5414 * log-edit.el (log-edit-parent-buffer): New var.
5415 (log-edit): Set it. Add BUFFER argument.
5416 (log-edit-done): Use char-before.
5417 Don't bother checking validity of vc-comment-ring.
5418 Only bury the buffer if log-edit popped it up.
5419
5420 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5421 (cvs-mode-diff-help): Remove.
5422 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5423 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5424
5425 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5426 Remove binding for ? now made unnecessary.
5427
7de77417
CD
54282000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5429
83c9cb8e 5430 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5431 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5432
5433 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5434 when master file is not open.
5435
4efa209f
SM
54362000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5437
5438 * progmodes/ada-stmt.el: Update `maintainer'.
5439
0a8052bd
GM
54402000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5441
5442 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5443 choices to match documentation string.
5444
a12167c5
MB
54452000-12-09 Miles Bader <miles@gnu.org>
5446
2161605d
MB
5447 * minibuf-eldef.el: New file.
5448
a12167c5
MB
5449 * window.el (fit-window-to-buffer): Don't pass last argument to
5450 pos-visible-in-window-p, now that its meaning is inverted.
5451
9ea8de1b
EZ
54522000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5453
5454 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5455 <ceder@lysator.liu.se>.
5456
5002ddbb
SM
54572000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5458
b6114d80
SM
5459 * autoinsert.el (auto-insert-alist): Add missing final \n.
5460
ee8d23ee
SM
5461 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5462 (cvs-menu-map): Remove.
5463 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5464 (cvs-mode-quit): Turn it back into a plain function.
5465
5002ddbb 5466 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5467 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5468
5469 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5470 file where it's more visible.
5471 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5472 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5473 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5474 (texinfo-inside-macro-p): Only catch `scan-error's.
5475 (texinfo-inside-env-p): Make better use of the match info.
5476 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5477 (texinfo-insert-@end): Slight re-organization.
5478 Also remove useless `looking-at' call.
5479
30cd075d
AI
54802000-12-08 Andrew Innes <andrewi@gnu.org>
5481
5482 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5483 accessible in -nw mode.
5484
5485 * term/w32-win.el: Remove stuff about selection timeout, which is
5486 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5487 it is accessible in -nw mode.
5488
01b91009
DL
54892000-12-08 Dave Love <fx@gnu.org>
5490
83c9cb8e
SM
5491 * emacs-lisp/lisp-mode.el (lisp-mode):
5492 Set font-lock-keywords-case-fold-search.
01b91009 5493
842b2a94
GM
54942000-12-08 Gerd Moellmann <gerd@gnu.org>
5495
5496 * textmodes/ispell.el (ispell): Doc fix.
5497
f9d5f611
KH
54982000-12-08 Kenichi Handa <handa@etl.go.jp>
5499
5500 * international/quail.el (quail-insert-decode-map): Check the
5501 frame width of a window displaying the current buffer, not that of
5502 the selected frame.
5503 (quail-help): Make sure that the help buffer has window before
5504 inserting text in it.
5505
e04d21aa
SS
55062000-12-07 Sam Steingold <sds@gnu.org>
5507
5508 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5509 Backquote is used in isearch.el, so autoloading saves nothing.
5510
fc3e23a4
EZ
55112000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5512
83c9cb8e
SM
5513 * startup.el (normal-top-level-add-subdirs-to-load-path):
5514 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5515
fc3e23a4
EZ
5516 * dired.el (dired-insert-directory): If file-system-info is
5517 fboundp, call it instead of invoking dired-free-space-program.
5518
796ecd10
GM
55192000-12-07 Gerd Moellmann <gerd@gnu.org>
5520
0f5f7c3e
GM
5521 * server.el (server-visit-files): Push files on file-name-history.
5522
3764ba49
GM
5523 * progmodes/cc-langs.el: Update copyright.
5524
8e7931da
GM
5525 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5526
ae0d7485 5527 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5528
796ecd10
GM
5529 * bindings.el (mode-line-mode-menu): Reverse the order
5530 of define-keys so that the menu appears in alphabetical order.
5531
ae0d7485
GM
55322000-12-07 Milan Zamazal <pdm@freesoft.cz>
5533
5534 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5535 of the function.
5536
e2849090
DL
55372000-12-07 Dave Love <fx@gnu.org>
5538
5539 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5540
5541 * facemenu.el (facemenu-unlisted-faces): Fix value.
5542
5c7f629c
SM
55432000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5544
5545 * font-lock.el (font-lock-default-fontify-region):
5546 Include the terminating \n (off-by-one error).
5547 (font-lock-set-defaults): Use dolist.
5548
5549 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5550
73481ae3
KH
55512000-12-07 Kenichi Handa <handa@etl.go.jp>
5552
83c9cb8e
SM
5553 * international/mule-cmds.el (describe-language-environment):
5554 Fix for the case that an input method title is not string but a list.
ffbaa122 5555
73481ae3
KH
5556 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5557 of wrong SIZE record.
5558
e2896b22
DL
55592000-12-06 Dave Love <fx@gnu.org>
5560
67292061
DL
5561 * newcomment.el (comment-region, comment-dwim): Doc fix.
5562
5563 * textmodes/texinfo.el: Require tex-mode when compiling.
5564 (texinfo-update-node): Doc fix.
5565 (texinfo-imenu-generic-expression): Add @anchor.
5566 (texinfo-font-lock-keywords): Add @uref.
5567 (texinfo-inside-macro-p): Don't use ignore-errors.
5568 (texinfo-insert-quote): Match more contexts.
5569
e76938e7
DL
5570 * international/mule.el (decode-char, encode-char): Doc fix.
5571 (auto-coding-alist): Customize.
5572
5573 * files.el (load-file): Fix change of 2000-03-12.
5574
e2896b22
DL
5575 * wid-edit.el (widget-text-keymap): Doc fix.
5576
6610f4b2
AI
55772000-12-06 Andrew Innes <andrewi@gnu.org>
5578
5579 * makefile.w32-in (lisp): Set to an absolute directory, namely
5580 $(CURDIR).
5581
9e3366e4
EZ
55822000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5583
5584 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5585 read generated-autoload-file, and set buffer-file-coding-system to
5586 raw-text-unix after reading the file.
5587
83c9cb8e
SM
5588 * international/mule-conf.el (file-coding-system-alist):
5589 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5590
d94d636f
GM
55912000-12-06 Gerd Moellmann <gerd@gnu.org>
5592
384333ee
GM
5593 * replace.el (occur): Make line-number-width 1 smaller for the
5594 colon following the line number.
5595
83c9cb8e
SM
5596 * startup.el (fancy-splash-text, command-line-1):
5597 Use `File' for the menu name instead of `Files'.
e04d21aa 5598
d4b72d58
GM
5599 * tmm.el: Update copyright.
5600
d94d636f
GM
5601 * cus-start.el: Add entry for even-window-heights.
5602
6e424019
MB
56032000-12-06 Miles Bader <miles@gnu.org>
5604
5605 * faces.el (frame-set-background-mode): Avoid stomping on
5606 locally modified faces.
5607
e6477b58
KH
56082000-12-06 Kenichi Handa <handa@etl.go.jp>
5609
5610 * international/fontset.el: Correct the font registries for
5611 japanese-jisx0213-1 and japanese-jisx0213-2.
5612
21999ab9
GM
56132000-12-05 Gerd Moellmann <gerd@gnu.org>
5614
57d6e381
GM
5615 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5616
21999ab9
GM
5617 * iswitchb.el: Update customization commentary.
5618
7422819c
GM
56192000-12-05 Rob Riepel <riepel@Stanford.EDU>
5620
5621 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5622 (tpu-search-highlight): Fixed comparison of overlay end positions.
5623 (tpu-trim-line-ends): Implemented trimming logic locally.
5624
5625 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5626 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5627
73daff18
KH
56282000-12-05 Kenichi Handa <handa@etl.go.jp>
5629
5630 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5631 to cn-gb.
5632 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5633
6a4cd002
DL
56342000-12-04 Dave Love <fx@gnu.org>
5635
5636 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5637
6452929e
GM
56382000-12-04 Gerd Moellmann <gerd@gnu.org>
5639
e04d21aa 5640 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5641 (rmail-summary-expunge-and-save): Ask for confirmation with
5642 rmail-expunge-confirmed.
5643
5644 * mail/rmail.el (rmail-expunge-confirmed): New function.
5645 (rmail-expunge): Use it.
5646
1790abf4
FP
56472000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5648
0c68ce6f 5649 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5650 (etags-recognize-tags-table, find-tag-in-order):
5651 New functionality: interpret file names as tags.
e04d21aa 5652
7a53d8c8
EZ
56532000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5656 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5657 the first subnode until the bottom of the current node is visible.
7a53d8c8 5658
caa15ef7
GM
56592000-12-04 Gerd Moellmann <gerd@gnu.org>
5660
5661 * format.el (format-decode): Don't change buffer's undo list.
5662
e225faa7
KH
56632000-12-04 Kenichi Handa <handa@etl.go.jp>
5664
5665 * faces.el (face-font-registry-alternatives): Add entries for CJK
5666 fonts. Doc-string adjusted for the actual usage of this data.
5667
5668 * international/fontset.el: Change the font registries for CJK
5669 fonts in the default fontset. Don't append '*' to registries.
5670
8b262a65
SM
56712000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5672
e04d21aa 5673 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5674 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5675
5676 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5677 (derived-mode-p): New function.
5678 (derived-mode-make-docstring): Add `docstring' argument.
5679 Use it if available and complete it if necessary.
5680
33c4460b
AS
56812000-12-03 Andreas Schwab <schwab@suse.de>
5682
5683 * type-break.el (type-break): Don't make parent of itself.
5684
5c9b3fac
MB
56852000-12-03 Miles Bader <miles@gnu.org>
5686
5687 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5688
27ce741e
SM
56892000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5690
07c16ec4
SM
5691 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5692 (tex-main-file, tex-file): Simplify.
5693 (tex-generate-zap-file-name): Use subst-char-in-string.
5694 (tex-strip-dots): Remove.
5695
c19cc275
SM
5696 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5697
27ce741e
SM
5698 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5699 to check if the match succeeded.
5700
285991dc
GM
57012000-12-02 Gerd Moellmann <gerd@gnu.org>
5702
5703 * startup.el (use-fancy-splash-screens-p): New function.
5704 (command-line-1): Use it to determine whether or not to use
5705 a fancy splash screen.
5706
52dca1b2
AS
57072000-12-02 Andreas Schwab <schwab@suse.de>
5708
5709 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5710
d3e7e7cf
EZ
57112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5712
2dce2360
EZ
5713 * international/mule.el (make-char): Fix last change.
5714
9768eaa7
EZ
5715 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5716 New defcustoms.
5717 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5718 autoloading tex-mode; instead, do the same manually.
5719 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5720 with numeric argument. Docstring fix.
5721 (toplevel): Require cl when compiling.
e04d21aa 5722
285991dc 5723 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5724
0dd5e255
JR
57252000-12-02 Jason Rumney <jasonr@gnu.org>
5726
5727 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5728 the Emacs Lisp manual)
5729
fbb87147
EZ
57302000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5731
5cbb3e93
EZ
5732 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5733
fbb87147
EZ
5734 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5735 the Emacs Lisp manual).
5736
1636ca09
GM
57372000-12-02 Gerd Moellmann <gerd@gnu.org>
5738
5739 * simple.el (next-line-add-newlines): Change default to nil.
5740
68875f0e
EZ
57412000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5742
83c9cb8e
SM
5743 * files.el (revert-buffer, recover-file):
5744 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5745
fd9ac94c
GM
57462000-12-01 Gerd Moellmann <gerd@gnu.org>
5747
5748 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5749
45450dd5
MB
57502000-12-01 Miles Bader <miles@gnu.org>
5751
5752 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5753
09df8881
KH
57542000-12-01 Kenichi Handa <handa@etl.go.jp>
5755
5756 * international/mule-diag.el (describe-char-after): Fix typo.
5757 (describe-character-set, non-iso-charset-alist): Fix typo.
5758
dea0a87d
MB
57592000-12-01 Miles Bader <miles@gnu.org>
5760
b170205b
MB
5761 * image-file.el (image-file-name-regexp): Automatically add
5762 upper-case variants of each filename extension in
5763 `image-file-name-extensions', since they seem to be common.
5764
e04d21aa 5765 * simple.el (minibuffer-contents)
dea0a87d
MB
5766 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5767 New functions.
5768 * filecache.el (file-cache-directory-name)
5769 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5770
eb04d6cd 57712000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5772
dea0a87d
MB
5773 * filecache.el (file-cache-minibuffer-complete): Don't try to
5774 delete the minibuffer prompt.
5775
a8a1b05d
DL
57762000-11-30 Dave Love <fx@gnu.org>
5777
5778 * cus-start.el: Fix read-buffer-function type.
5779
693c4692
GM
57802000-11-30 Gerd Moellmann <gerd@gnu.org>
5781
5782 * md5.el: Removed. There's a built-in function, now.
5783
2c0b1898
GM
57842000-11-30 Markus Rost <rost@math.ohio-state.edu>
5785
5786 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5787 as dummy 0-th char of rmail-deleted-vector.
5788
63dfcf4b
EZ
57892000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5790
5791 * ps-print.el (ps-end-job): Bind case-fold-search only after
5792 switching to ps-spool-buffer.
5793
57942000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5795
5796 * ps-print.el: Line number font customization. PostScript: Lines and
5797 PageCount are initialized on each page. Doc Fix.
5798 (ps-print-version): New version number (6.3.2).
5799 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5800 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5801 (ps-right-header): Customization fix.
5802 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5803 Fix code.
5804 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5805 New vars.
5806
df3aedcf
GM
58072000-11-30 Gerd Moellmann <gerd@gnu.org>
5808
edfb795e
GM
5809 * bs.el: Fix typos and spelling errors.
5810 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5811 (bs-configuration): Doc fix.
e04d21aa 5812
df3aedcf
GM
5813 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5814
8b8a7f01
GM
58152000-11-30 Rob Riepel <riepel@Stanford.EDU>
5816
5817 * emulation/tpu-edt.el (tpu-version): New version.
5818 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5819 (tpu-original-mode-line): Variable deleted.
5820 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5821 (tpu-set-mode-line): Don't redefine mode-line-format.
5822 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5823 (tpu-update-mode-line): New mark flag logic.
5824 (tpu-get): Use find-file-wildcards.
5825 (tpu-search-highlight): Move overlay less, reset overlay properly.
5826 (tpu-unselect): Deactivate mark.
5827 (tpu-lm-replace): Reset overlay properly.
5828 (tpu-forward-line): Use forward-visible-line.
5829 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5830
83c9cb8e 5831 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5832
c069a9d3
GM
58332000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5834
5835 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5836
b02cd40b
GM
58372000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5838
5839 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5840 and skip whitespace and newlines.
e04d21aa 5841
b7a90344
SM
58422000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5843
5844 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5845
be6bbb55
GM
58462000-11-29 Gerd Moellmann <gerd@gnu.org>
5847
0383ed60
GM
5848 * help.el (describe-function-1): Regexp-quote function name
5849 when used as part of a regexp.
5850
83c9cb8e
SM
5851 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5852 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5853 (tool-bar-add-item): Likewise, and handle unspecified colors.
5854
5855 * enriched.el (enriched-face-ans): Use face-attribute instead
5856 of face-foreground and face-background.
5857
5858 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5859 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5860
7423978d
GM
5861 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5862
ef128c78
GM
5863 * play/5x5.el: Remove version info.
5864
a81fc510
GM
5865 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5866
be6bbb55
GM
5867 * frame.el (blink-cursor-mode): Doc fix.
5868
f9396e03
GM
58692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5870
5871 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5872 to create Makefile rules.
5873 (antlr-tool-command): New user option.
5874 (antlr-ask-about-save): New user option.
5875 (antlr-makefile-specification): New user option.
5876 (antlr-file-formats-alist): New variable.
5877 (antlr-special-file-formats): New variable.
5878 (antlr-unknown-file-formats): New user option.
5879 (antlr-help-unknown-file-text): New variable.
5880 (antlr-help-rules-intro): New variable.
5881 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5882 (antlr-mode-menu): Add entries.
5883 (antlr-file-dependencies): New function.
5884 (antlr-directory-dependencies): New function.
5885 (antlr-superclasses-glibs): New function.
5886 (antlr-run-tool): New command.
5887 (antlr-makefile-insert-variable): New function.
5888 (antlr-insert-makefile-rules): New function.
5889 (antlr-show-makefile-rules): New command.
5890
5891 * antlr-mode.el: More Emacs/XEmacs stuff.
5892 (antlr-no-action-keywords): New constant with value nil.
5893 (antlr-font-lock-keywords-alist): Use it. Old value would break
5894 syntax highlighting in Emacs-21.0.
5895 (antlr-default-directory): Emacs/XEmacs dependend function.
5896 (antlr-read-shell-command): Ditto.
5897 (antlr-with-displaying-help-buffer): Ditto.
5898
58992000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5900
5901 * antlr-mode.el: imenu, parsing and highlighting changes.
5902 (antlr-imenu-create-index-function): Don't create extra submenus
5903 for definitions in different grammar classes. It is not necessary
5904 for the menu and would make command `imenu' awkward to use.
5905 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5906 header actions and more than one.
5907 (antlr-font-lock-tokendef-face): Changed color.
5908 (antlr-font-lock-tokenref-face): Changed color.
5909 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5910 (antlr-mode-syntax-table): New variable.
5911 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5912 (antlr-with-syntax-table): Don't copy syntax table.
5913
59142000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5915
5916 * antlr-mode.el: Minor changes: language setting.
5917 (antlr-language-alist): The value for file option "language" can
5918 be both an identifier and a string.
5919 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5920 (antlr-language-limit-n-regexp): Change accordingly.
5921
59222000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5923
5924 * antlr-mode.el: Minor changes: tabs, hiding.
5925 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5926 (antlr-action-visibility): Also allow value nil to also hide the
5927 braces. Renamed from `antlr-tiny-action-length'.
5928 Suggested by Jay@aol.com.
5929 (antlr-hide-actions): Change accordingly. Hide line if completely
5930 hidden action is on a line of its own.
e04d21aa 5931
6ad948eb
SM
59322000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5933
5934 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5935
5936 * sort.el (sort-columns): Don't concat strings with numbers.
5937
9c6a4107
DL
59382000-11-29 Dave Love <fx@gnu.org>
5939
5940 * cus-edit.el (face): Fix :format.
5941
5942 * mail/feedmail.el: Require smtpmail when compiling.
5943 (mail-do-fcc): Autoload.
5944 (feedmail) <defgroup>: Fix :link.
5945 (feedmail-nuke-body-in-fcc): Fix :type.
5946 (feedmail-send-it): Add autoload cookie.
5947
053b8d35
SM
59482000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * newcomment.el (comment-indent): Save excursion around call to
5951 comment-indent-function.
5952
242c13e8
MB
59532000-11-29 Miles Bader <miles@gnu.org>
5954
5955 * subr.el (member-ignore-case): Return the tail of the list who's
5956 car matches, like `member', not the matching element itself.
5957
8f4b5f28
KH
59582000-11-29 Kenichi Handa <handa@etl.go.jp>
5959
5960 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5961 should not contain `\n'.
5962
bebe4a2c
GM
59632000-11-28 Gerd Moellmann <gerd@gnu.org>
5964
fd9ac94c 5965 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5966
ba7e40eb
GM
5967 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5968
75ab0c79
GM
5969 * dired-aux.el (dired-do-create-files): Construct default file
5970 name for dired-mark-read-file-name so that when the user enters
5971 just RET, the target file will end up in the target directory.
5972
bebe4a2c
GM
5973 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5974 local-abbrev-table before changing buffers because it might
5975 have a buffer-local binding.
5976
fa6d1ca8
MB
59772000-11-28 Miles Bader <miles@gnu.org>
5978
5979 * simple.el (delete-horizontal-space): Handle fields more generally.
5980
8d2c2642
GM
59812000-11-28 Gerd Moellmann <gerd@gnu.org>
5982
5983 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5984
8b31236d
DL
59852000-11-28 Dave Love <fx@gnu.org>
5986
3cbd02d2
DL
5987 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5988 comment-start-skip locally.
5989
8b31236d
DL
5990 * progmodes/fortran.el (fortran-mode): Don't set
5991 fortran-comment-line-start-skip. Set comment-start to
5992 fortran-comment-line-start.
5993 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5994 (fortran-comment-line-start-skip): Simplify slightly.
5995
ae4bf56d
GM
59962000-11-28 Gerd Moellmann <gerd@gnu.org>
5997
17ef7534
GM
5998 * play/5x5.el: Remove RCS keyword.
5999
fd9ac94c 6000 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6001
665b27a6
GM
60022000-11-28 Milan Zamazal <pdm@freesoft.cz>
6003
83c9cb8e
SM
6004 * textmodes/tildify.el (tildify-string-alist):
6005 Add `plain-tex-mode' here.
665b27a6 6006
fe3c2ae3
GM
60072000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6008
6009 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6010 reference.
6011
d970106b
MB
60122000-11-28 Miles Bader <miles@gnu.org>
6013
36b80a0d
MB
6014 * cus-face.el (custom-face-attributes): Add post-filter function
6015 for :box. Make pre-filter function for :box handle all cases.
6016
d970106b
MB
6017 * wid-edit.el (widget-choose): Make sure pop-up window is large
6018 enough to display all the choices, as there's no way to scroll it.
6019
5a2bae6c
KH
60202000-11-28 Kenichi Handa <handa@etl.go.jp>
6021
6022 * international/mule-conf.el: Make the coding system no-conversion
6023 safe for all characters.
6024
9e836e23
DL
60252000-11-27 Dave Love <fx@gnu.org>
6026
8b31236d
DL
6027 * net/ldap.el (ldap) <defgroup>: Add :version.
6028
9e836e23
DL
6029 * tooltip.el (tooltip-use-echo-area): Doc fix.
6030
6031 * cus-start.el <minibuffer-prompt-properties>: Add version.
6032 <read-buffer-function>: Add.
6033
6034 * apropos.el (apropos-print): Add help-echo to active text.
6035
6036 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6037
4a74d071
GM
60382000-11-27 Gerd Moellmann <gerd@gnu.org>
6039
6040 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6041 type, group and version.
6042
76058c27
EZ
60432000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6044
4a74d071 6045 * select.el (x-get-selection): Docstring fix.
76058c27 6046
fd9ac94c 60472000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6048
fd9ac94c 6049 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6050
49060c51
AI
60512000-11-27 Andrew Innes <andrewi@gnu.org>
6052
6053 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6054
6055 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6056
b2a8e429
MB
60572000-11-27 Miles Bader <miles@gnu.org>
6058
6059 * dired.el (dired-get-filename): Return filename verbatim if
6060 LOCALP is `verbatim'.
6061 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6062 `verbatim' so that we don't inadvertently delete a non-existant
6063 directory name.
6064
5ac0366d
KH
60652000-11-27 Kenichi Handa <handa@etl.go.jp>
6066
6067 * international/characters.el: Specify cases and syntaxes for
6068 mule-unicode-0100-24ff.
6069
67f1cf4c
GM
60702000-11-27 Gerd Moellmann <gerd@gnu.org>
6071
6072 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6073 that foreground and/or background colors of the face `tool-bar'
6074 are unspecified.
6075
46c56972
MB
60762000-11-27 Miles Bader <miles@gnu.org>
6077
e04d21aa 6078 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6079 (widget-field-end): Handle widget field `pseudo-overlays'.
6080 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6081 if it's there instead of in `widget-field-list'.
6082
46c56972 6083 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6084 (help-make-xrefs): Delete extraneous newlines at the end of the
6085 docstring.
46c56972 6086
640a9cdd
JR
60872000-11-25 Jason Rumney <jasonr@gnu.org>
6088
6089 * startup.el (command-line): Call set-locale-environment after
6090 Window System init file is read, as it can result in a call to
6091 redraw-frame.
6092
0b3f96d4
EZ
60932000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6094
6095 * simple.el (shell-command): Mention the effect of the prefix
6096 argument in the doc string.
6097
8da6e2a1
MB
60982000-11-25 Miles Bader <miles@gnu.org>
6099
a658d039
MB
6100 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6101
8da6e2a1 6102 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6103 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6104
d3416cca
JR
61052000-11-24 Jason Rumney <jasonr@gnu.org>
6106
6107 * international/mule-cmds.el (locale-language-names): Add "jp" as
6108 a non-standard alternative for Japanese.
6109
17e37f53
AS
61102000-11-24 Andre Spiegel <spiegel@gnu.org>
6111
6112 * vc-hooks.el: Require 'cl during compilation.
6113
9aa5f148
GM
61142000-11-24 Gerd Moellmann <gerd@gnu.org>
6115
ba193890
GM
6116 * faces.el (face-set-after-frame-default): Let face attributes
6117 specified for new frames override frame parameters.
6118
9aa5f148
GM
6119 * startup.el (command-line): Fix computation of the source file
6120 for user-init-file when user-init-file is a compiled file.
6121
51a1edab
MB
61222000-11-24 Miles Bader <miles@gnu.org>
6123
e04d21aa 6124 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6125 (custom-post-filter-face-spec): New functions.
6126 (custom-face-set, custom-face-value-create): Filter the face spec
6127 before and after customization.
6128 (custom-face-set): If VALUE specifies a null face, pass a
6129 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6130 * cus-face.el (custom-face-attributes): Remove SET and GET
6131 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6132 cases they're needed.
6133
1ed74431
MB
6134 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6135 that it's distinguishable from the :off-glyph on dark-background
6136 displays. Set its background color too.
6137
67ee1125
MB
6138 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6139 so that people can easily turn it off.
6140
7d027816 61412000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6142
7d027816 6143 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6144
9aa5f148 6145 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6146
9aa5f148 6147 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6148
9aa5f148 6149 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6150 redundant skip-small-frames test.
e04d21aa 6151
9aa5f148 6152 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6153 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6154
9aa5f148
GM
6155 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6156 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6157 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6158 New functions.
e04d21aa 6159
9aa5f148 6160 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6161
9aa5f148 6162 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6163
f07fa1b8
KH
61642000-11-24 Kenichi Handa <handa@etl.go.jp>
6165
83c9cb8e
SM
6166 * international/mule-diag.el (list-iso-charset-chars):
6167 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6168 (list-non-iso-charset-chars): Fix the `while' condition.
6169
ba8299ff
SM
61702000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6171
79372165
SM
6172 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6173 if the variable is make-variable-buffer-local.
6174
83c9cb8e
SM
6175 * progmodes/ada-stmt.el (ada-template-map):
6176 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6177 (ada-stmt-mode-hook): New function extracted from old code.
6178 Only change the buffer-local side of skeleton-*.
6179 (ada-mode-hook): Use it.
6180
68a887fa
EZ
61812000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6182
6183 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6184 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6185 we expect to be returned by minibuffer-depth once we prompt the
6186 user in the minibuffer.
6187 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6188 as recorded in iswitchb-minibuf-depth, return non-nil.
6189
3b345582
EZ
61902000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6191
6192 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6193 (hscroll-window-maybe): Docstring fix.
6194
595dead2
DL
61952000-11-23 Dave Love <fx@gnu.org>
6196
6197 * rect.el (string-rectangle): Don't test delete-selection-mode.
6198
1e66b27a
GM
61992000-11-23 Gerd Moellmann <gerd@gnu.org>
6200
02790ce2
GM
6201 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6202 is in the tool bar.
6203
1e66b27a 6204 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6205 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6206
a4caa65d
SM
62072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6208
6209 * textmodes/outline.el (outline-flag-region):
6210 Don't bind inhibit-read-only since we don't modify the buffer.
6211 (outline-isearch-open-invisible): Don't jump to overlay-start
6212 since we're trying to unhide text around point.
6213 (outline-discard-overlays): Use dolist.
6214
6215 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6216
03e757c1
GM
62172000-11-22 Gerd Moellmann <gerd@gnu.org>
6218
83c9cb8e 6219 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6220
1598a961
SM
62212000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6224 Fix ARG regexp to skip quoted braces.
6225 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6226 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6227 are (correctly) handled separately).
6228 Remove `caption' and `footnote' from `citations': they contain text.
6229 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6230 (latex-skeleton-end-hook): New function.
6231 (latex-mode): Use it.
6232 (tex-start-tex-marker): Remove.
6233 (tex-send-tex-command): Don't set tex-start-tex-marker.
6234 (tex-error-parse-syntax-table): New var.
6235 (tex-compilation-parse-errors): Use it.
6236 Ignore tex-start-tex-marker. Don't bother with marker-position.
6237 (tex-validate-buffer): Don't bother with marker-position.
6238
6239 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6240 (flyspell-generic-progmode-verify): Use it.
1598a961 6241
eaae8106
SS
62422000-11-22 Sam Steingold <sds@gnu.org>
6243
83c9cb8e 6244 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6245
eaae8106 6246 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6247 `ada-remove-trailing-spaces'.
eaae8106 6248 (ada-remove-trailing-spaces): Removed.
e04d21aa 6249
eaae8106 6250 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6251
1598a961
SM
6252 * textmodes/picture.el (picture-clean): Removed.
6253 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6254
a41d49e9
GM
62552000-11-22 Gerd Moellmann <gerd@gnu.org>
6256
e053c60f
GM
6257 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6258
a41d49e9
GM
6259 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6260 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6261 do anything special when jit-lock is active.
a41d49e9
GM
6262 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6263
197615f3
DL
62642000-11-22 Dave Love <fx@gnu.org>
6265
ddbfaa9f
DL
6266 * calendar/todo-mode.el (todo-top-priorities): Use
6267 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6268
ddc3c695
DL
6269 * language/chinese.el, language/cyrillic.el:
6270 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6271 * language/hebrew.el, language/indian.el, language/japanese.el:
6272 * language/korean.el, language/lao.el, language/misc-lang.el:
6273 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6274 Use provide.
6275
fb9fa98d
DL
6276 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6277 (custom-variable-set): Improve validation error mesage.
6278
197615f3
DL
6279 * rect.el (string-rectangle): Revert last change.
6280 (string-rectangle-line): New arg DELETE.
6281 (string-rectangle): Check delete-selection-mode.
6282
6283 * emacs-lisp/edebug.el (edebug-version)
6284 (edebug-maintainer-address): Deleted.
6285 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6286 (edebug-read-function): Account for other `'#' read forms.
6287 (edebug-mode-menus): Make some items toggles.
6288 (edebug-outside-unread-command-event, unread-command-event):
6289 Remove these to avoid warnings.
6290
f4117c4d
GM
62912000-11-22 David Ponce <david@dponce.com>
6292
6293 * recentf.el (recentf-menu-items-for-commands)
6294 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6295 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6296
f4117c4d
GM
6297 (recentf-build-dir-rules, recentf-dump-variable)
6298 (recentf-edit-list, recentf-open-files-item)
6299 (recentf-open-files): Replaced unnecessary `mapcar' with new
6300 built-in `mapc'.
eaae8106 6301
f8e2f3f2
MB
63022000-11-23 Miles Bader <miles@gnu.org>
6303
6304 * faces.el (menu): Make inverse-video on ttys too.
6305
4c4a541d
SM
63062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6307
6308 * simple.el (comment-line-break-function): Use the new name
6309 indent-new-comment-line -> comment-indent-new-line.
6310 (clone-indirect-buffer): Don't ignore NORECORD.
6311 (next-completion): Properly handle the case where items are adjacent.
6312
6313 * mouse.el (popup-menu): Stupid typo.
6314
980d836e
GM
63152000-11-22 Gerd Moellmann <gerd@gnu.org>
6316
60e8e0a5
GM
6317 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6318 maintainer, keywords tags.
6319
980d836e
GM
6320 * rect.el (replace-rectangle): Don't call string-rectangle-line
6321 with too many arguments.
6322
e08b2069
AS
63232000-11-22 Andre Spiegel <spiegel@gnu.org>
6324
60e8e0a5 6325 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6326 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6327 vc-locking-user, which no longer exists.
6328
6329 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6330
c6779d8d
DL
63312000-11-22 Dave Love <fx@gnu.org>
6332
6333 * md5.el (md5): Provide.
6334 (md5): Fix error call.
6335
e672fdce
MB
63362000-11-22 Miles Bader <miles@gnu.org>
6337
eaae8106 6338 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6339 (refill-fill-paragraph-at): Remove debugging code.
6340
80e24c04
MB
6341 * calendar/calendar.el (generate-calendar-window): When we don't
6342 call `fit-window-to-buffer', make sure the top line is fully visible.
6343
3a17d6cc
MB
6344 * image-file.el (insert-image-file): Don't make `read-only'
6345 property rear-nonsticky.
6346
ae1a21c6
MB
6347 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6348 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6349 stashing away its original value.
6350 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6351 in the recursive edit.
6352 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6353 (isearch-done): Restore `minibuffer-message-timeout'.
6354
e672fdce
MB
6355 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6356
3ea79df8
SM
63572000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6358
6359 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6360
6361 * find-lisp.el (find-lisp-find-files-internal):
6362 Use dolist, when and file-name-as-directory.
6363
980d836e 6364 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6365 (define-derived-mode, define-minor-mode): Add specs.
6366
6367 * window.el: General comment and spacing fixes.
6368 (save-selected-window): Use backquotes.
6369 (window-safely-shrinkable-p): New function.
6370 (shrink-window-if-larger-than-buffer): Use it.
6371
6372 * subr.el (make-local-hook): Docstring fix.
6373
6374 * shell.el (shell-mode): Use define-derived-mode.
6375
6376 * newcomment.el (comment-indent): Insert comment before calling
6377 comment-indent-function. Don't insert in column 0.
6378 (comment-dwim): Indent before inserting comment.
6379
6380 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6381 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6382 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6383 Use mapc rather than map.
6384
6385 * files.el (find-buffer-visiting): Compare all attributes before
6386 declaring two files identical (rather than just their inode-no).
6387 (auto-mode-alist): Use \' rather than $.
6388
6389 * which-func.el: Update maintainer line.
6390
6391 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6392 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6393 (uniquify-buffer-file-name): Use it.
6394
8f62f2b8
MB
63952000-11-22 Miles Bader <miles@gnu.org>
6396
6397 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6398 * simple.el (minibuffer-avoid-prompt): New function.
6399
fb279a6d
GM
64002000-11-21 Gerd Moellmann <gerd@gnu.org>
6401
6402 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6403
867092e9
MB
64042000-11-21 Miles Bader <miles@gnu.org>
6405
ef860850
MB
6406 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6407 inclusion of `track-mouse'.
6408
867092e9
MB
6409 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6410 (refill-adjust-ignorable-overlay): New function.
6411 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6412 only the paragraph's tail if possible.
6413 Update `refill-ignorable-overlay'.
6414 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6415
6416 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6417 point inside the fill-prefix.
6418
6419 * textmodes/refill.el (refill-post-command-function): Don't reset
6420 refill-doit in the case where a self-insertion command doesn't
6421 case a refill. Use `refill-fill-paragraph-at', getting position
6422 from `refill-doit'.
6423 (refill-after-change-function): Set `refill-doit' to END.
6424 (refill-fill-paragraph-at): New function, mostly from old
6425 refill-fill-paragraph.
6426 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6427 (refill-pre-command-function): New function.
6428 (refill-mode): Add it to `pre-command-hook'.
6429
ff9ab414
GM
64302000-11-20 Gerd Moellmann <gerd@gnu.org>
6431
29a01b72
GM
6432 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6433
ff9ab414
GM
6434 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6435 javadoc tags.
eaae8106 6436
885b211b
AS
64372000-11-20 Andre Spiegel <spiegel@gnu.org>
6438
6439 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6440 vc.el).
6441
eaae8106 6442 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6443 require vc.
eaae8106
SS
6444
6445 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6446 checkouts.
eaae8106 6447
d1838556
DL
64482000-11-20 Dave Love <fx@gnu.org>
6449
6450 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6451
2b69bc11 64522000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6453
2b69bc11
GM
6454 * calculator.el (calculator-paste): Use `if' instead of `and'
6455 and `or'.
6456 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6457
b95b34e5
GM
64582000-11-19 Gerd Moellmann <gerd@gnu.org>
6459
030de92f
GM
6460 * info.el (info-menu-5): Doc fix.
6461
b95b34e5
GM
6462 * textmodes/artist.el: New file.
6463
54970452
AS
64642000-11-19 Andre Spiegel <spiegel@gnu.org>
6465
eaae8106 6466 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6467 and differentiate according to checkout model.
6468 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6469 since this function is only concerned with master state.
6470
83c9cb8e
SM
6471 * vc-hooks.el (vc-workfile-unchanged-p)
6472 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6473
83c9cb8e
SM
6474 * vc.el (vc-workfile-unchanged-p)
6475 (vc-default-workfile-unchanged-p): See above.
54970452 6476
e5a9dabf
MB
64772000-11-19 Miles Bader <miles@gnu.org>
6478
6479 * image-file.el (insert-image-file): Make `intangible' and
6480 `read-only' properties rear-nonsticky too.
6481
24127af0
GM
64822000-11-18 Gerd Moellmann <gerd@gnu.org>
6483
d392e9c5 6484 * ps-print.el: Update copyright notice.
eaae8106 6485
d392e9c5
GM
6486 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6487 (tooltip-show): Use the offsets.
6488
24127af0 6489 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6490 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6491 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6492
2b69bc11 64932000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6494
2b69bc11
GM
6495 * ps-print.el (toplevel): Test for find-coding-system being
6496 fboundp before calling ps-x-find-coding-system.
08ea6f17 6497
66321b2f
SM
64982000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6499
6500 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6501 (vc-version-backup-file): Docstring fix.
6502
046110c6
GM
65032000-11-16 Gerd Moellmann <gerd@gnu.org>
6504
4104194e
GM
6505 * files.el (basic-save-buffer): Don't add a newline if
6506 find-file-literally is non-nil.
6507 (find-file-literally): Extend doc string.
6508
046110c6
GM
6509 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6510 sort(1) with the `-f' argument.
6511
6505c16e
AS
65122000-11-16 Andre Spiegel <spiegel@gnu.org>
6513
fd063975
AS
6514 * vc.el: Updated backend documentation.
6515 (vc-default-check-headers): New function.
6516
3d02dd81 6517 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6518
6519 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6520 up-to-date.
eaae8106 6521 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6522 the minibuffer is not active.
fd063975 6523
eaae8106 6524 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6525 `vc-cvs-use-edit' is on.
eaae8106
SS
6526 (vc-cvs-checkout): When this is used for reverting the workfile,
6527 make a backup of the original contents and revert to that in case
8791d617 6528 of error.
eaae8106 6529 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6530 remote repositories.
eaae8106 6531
6505c16e
AS
6532 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6533 for both version and ratio in the minibuffer.
fd063975 6534
eaae8106 6535 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6536 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6537
a13f0660
KH
65382000-11-16 Kenichi Handa <handa@etl.go.jp>
6539
6540 * international/quail.el (quail-start-translation): Don't call
6541 `message' before reading key sequence.
6542
1389a414
MB
65432000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6544
6545 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6546
9256a532
KH
65472000-11-16 Kenichi Handa <handa@etl.go.jp>
6548
6549 * window.el (fit-window-to-buffer): Be sure to acquire at least
6550 one text line even if the buffer is empty.
6551
0e14fe9f
GM
65522000-11-16 Gerd Moellmann <gerd@gnu.org>
6553
eaae8106 6554 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6555 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6556 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6557
da645c53
DL
65582000-11-15 Dave Love <fx@gnu.org>
6559
83c9cb8e
SM
6560 * wid-edit.el (widget-specify-field, widget-specify-button):
6561 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6562 widget-mouse-help.
6563 (widget-mouse-help): New function.
6564 (widget-echo-help): Rewritten for :help-echo functions only taking
6565 a widget arg.
6566
83c9cb8e
SM
6567 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6568 Use display-graphic-p.
b12057b9
DL
6569 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6570 and that JPEG is available.
6571 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6572
da645c53
DL
6573 * international/mule-cmds.el (locale-charset-language-names):
6574 Match @euro.
6575
6d133d1f
GM
65762000-11-15 Gerd Moellmann <gerd@gnu.org>
6577
83c9cb8e
SM
6578 * faces.el (face-set-after-frame-default):
6579 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6580 default face from X resources.
6581
49ac2ac5
EZ
65822000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6583
6584 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6585 Don't set EMACSLOADPATH.
6586
4fb0a34c
EZ
65872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6588
6589 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6590 texinfo-insert-@url.
6591 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6592 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6593
bb304a7a
SM
65942000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6595
82bc80bf
SM
6596 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6597 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6598 (checkdoc-minor-keymap): Backward compatibility.
6599 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6600 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6601 (checkdoc-this-string-valid-engine): Be a bit more strict
6602 to avoid matching substrings of `...' quoted vars/funs.
6603 (checkdoc-defun-info): Only look for `interactive' if alone.
6604 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6605
e8c87124
SM
6606 * progmodes/compile.el (grep): `tag-default' can be nil.
6607
bb304a7a
SM
6608 * newcomment.el (comment-indent): Paren typo.
6609
8628686a
DL
66102000-11-14 Dave Love <fx@gnu.org>
6611
25c269ef
DL
6612 * calculator.el: New maintainer version.
6613
66321b2f 6614 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6615
8628686a
DL
6616 * cmuscheme.el: Doc fixes.
6617 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6618 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6619
6620 * xscheme.el (scheme-program-name): Don't define here.
6621
6622 * progmodes/scheme.el (scheme-program-name): New variable
6623 (originally in cmuscheme).
6624
88f0a1eb
MB
66252000-11-14 Miles Bader <miles@gnu.org>
6626
6627 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6628 Handle header-lines. Don't loop forever if we can't enlarge the
6629 window anymore. Simplify a bit.
6630
cd9a000c
KH
66312000-11-14 Kenichi Handa <handa@etl.go.jp>
6632
6633 * window.el (fit-window-to-buffer): Don't check
6634 window-text-height. Assure that the last line is fully visible.
6635
83c9cb8e
SM
6636 * international/quail.el (quail-show-guidance-buf):
6637 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6638 buffer.
6639 (quail-update-guidance): Avoid making the guidance buffer shorter.
6640
d3fcda22
SM
66412000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6642
bdbd9606
SM
6643 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6644 rather than `prepend' and add an interesting comment.
6645 (tex-math-face, tex-font-lock-syntactic-face-function):
6646 New face and function to use it.
6647 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6648 than `menu-enable' symbol property.
6649 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6650 (tex-mode): Add some latex-mode commands for auto-selection.
6651 Use tex-font-lock-syntactic-face-function.
6652 (tex-insert-quote): Simplify.
6653 (tex-shell): New mode.
6654 (tex-start-shell): Use it.
6655 (tex-shell-proc, tex-shell-buf): New functions.
6656 (tex-send-command): Use it.
6657 (tex-main-file): Fix the meaning of the new arg REALFILE.
6658 (tex-send-tex-command): New function split from `tex-start-tex'.
6659 Set compilation-last-buffer and compilation-parsing-end.
6660
d3fcda22
SM
6661 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6662 when it follows non-comment text on the line.
6663
6664 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6665 Set font-lock-defaults.
6666 (lisp-mode-shared-map): Init inside the defvar.
6667 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6668 Use define-derived-mode.
6669
bdab1d43
MB
66702000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6671
6672 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6673
936ae731
GM
66742000-11-14 Gerd Moellmann <gerd@gnu.org>
6675
83c9cb8e
SM
6676 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6677 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6678 recursion; see comment there.
6679
1695ca2b
EZ
66802000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6681
6682 * faces.el (face-spec-set-match-display): Revert the change from
6683 2000-10-24. Add a FIXME for after v21.1.
6684
9d348294
MB
66852000-11-13 Miles Bader <miles@gnu.org>
6686
6687 * textmodes/fill.el (skip-line-prefix): New function.
6688 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6689 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6690 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6691 point inside the fill-prefix.
9d348294 6692
b85fa13c
MB
66932000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6694
83c9cb8e
SM
6695 * calendar/calendar.el (generate-calendar-window):
6696 Use `fit-window-to-buffer'.
b85fa13c 6697
a0b47716
SM
66982000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6699
6700 * gud.el (gud-minor-mode): New var.
6701 (gud-symbol, gud-val): New functions.
6702 (gud-find-file): Copy gud-minor-mode to the new buffer.
6703 (gud-menu-map): Include entries for commands that are not always
6704 available, using :enable to (de)activate them.
6705 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6706 (gud-mode-map): New map.
eaae8106 6707 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6708 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6709 Don't set up gud's menu (it's done by the minor-mode).
6710 (gud-minibuffer-local-map): New.
6711 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6712 (gud-query-cmdline): New function.
6713 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6714 (gud-mode): Use define-derived-mode.
6715 Don't set up gud's menu (it's done by the minor-mode).
6716 (gud-chop-words): Remove.
6717 (gud-common-init): Use split-string instead.
6718 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6719
6720 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6721 Add keyword arg :name.
6722
6723 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6724 (diff-count-matches, diff-split-hunk): New functions.
6725 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6726
6727 * pcvs-info.el (cvs-fi-conflict-face): New var.
6728
6729 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6730 Make it into a simple syntax-table, shared among all submodes.
6731 (sh-heredoc-face): Re-introduce.
6732 (sh-font-lock-syntactic-face-function): New function.
6733 (sh-mode): Use it. Also use define-derived-mode.
6734 Remove old bogus setting of indent-region-function.
6735 (sh-set-shell): Don't set the syntax-table any more.
6736 (sh-mode-syntax-table) <defun>: Remove.
6737
f5ed37df
MB
67382000-11-12 Miles Bader <miles@gnu.org>
6739
6740 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6741 message if interactive.
6742
0b074c2f
DL
67432000-11-12 Dave Love <fx@gnu.org>
6744
6745 * mail/feedmail.el: Fix header,
6746 (feedmail) <defgroup>: Add :link.
6747
6748 * view.el: Use local-map property, not keymap on mode-line string.
6749
83c9cb8e
SM
6750 * scroll-all.el (scroll-all-mode): Customize variable.
6751 Add autoload cookie to function.
0b074c2f
DL
6752
6753 * lazy-lock.el: Remove compatibility code.
6754
6755 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6756 (finder-help-echo): New variable.
6757 (finder-mouse-face-on-line): Add help-echo stuff.
6758 (finder-list-keywords, finder-list-matches): Use mapc.
6759
6760 * faces.el (face-font-registry-alternatives): Add :version.
6761
6762 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6763 tags-table-list.
6764
a0b47716 6765 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6766
a0b47716 6767 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6768 (mail-mode): Use [:alnum:] in some regexps.
6769
6d502396
DL
67702000-11-10 Dave Love <fx@gnu.org>
6771
6772 * ediff.el (ediff-regions-internal, ediff-documentation):
6773 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6774 fundamental mode.
6775
6776 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6777 buffer into fundamental mode.
6778 (ediff-set-difference): Use copy-sequence if available.
6779
83c9cb8e
SM
6780 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6781 Check ediff-patch-map non-nil.
6d502396
DL
6782 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6783 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6784 buffer into fundamental mode.
6785
6786 * ediff-merg.el (state-or-merge): Defvar when compiling.
6787
a82fe213
JR
67882000-11-10 Jason Rumney <jasonr@gnu.org>
6789
6790 * w32-fns.el (w32-add-charset-info): New function.
6791 (w32-charset-info-alist): Use it.
6792
52d89894
GM
67932000-11-10 Gerd Moellmann <gerd@gnu.org>
6794
6795 * faces.el (face-font-registry-alternatives): New user-option.
6796
178932de
SM
67972000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6798
d7fa3319
SM
6799 * textmodes/texinfo.el (texinfo-block-default): New var.
6800 (texinfo-insert-block): Use it. Insert a newline if needed.
6801
178932de
SM
6802 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6803 (fill-region-as-paragraph): Use it.
6804
6805 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6806 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6807 Tweak paragraph regexps to allow a leading [ \t]*.
6808 (tex-latex-block): Insert a newline if necessary.
6809 (latex-insert-item): Only insert a newline if necessary.
6810 (tex-guess-main-file): New function.
6811 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6812 Set tex-main-file if TeX-master is provided.
6813 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6814
bd02b8e0
GM
68152000-11-10 Gerd Moellmann <gerd@gnu.org>
6816
6817 * startup.el (command-line): Set the default tooltip-mode
6818 to t for graphical displays which implement x-show-tip.
6819
6820 * tooltip.el (tooltip-mode): Add a comment about startup.el
6821 setting the default value of this user-option.
6822
b29b03eb
SM
68232000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * font-lock.el (font-lock-*-face) <defvar>: Move.
6826 (font-lock-defaults-alist): Mark obsolete.
6827 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6828 (font-lock-mode): Use define-minor-mode.
6829 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6830 (font-lock-turn-off-thing-lock): Be more explicit.
6831 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6832 (font-lock-syntactic-face-function): New var.
6833 (font-lock-fontify-syntactically-region): Use it.
6834 (font-lock-doc-face): New.
6835
6836 * pcvs.el (cvs-enabledp): Ignore errors.
6837 (cvs-commit-filelist): Never query.
6838 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6839 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6840 (cvs-do-removal): Use cvs-partition rather than delete-if.
6841 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6842 cvs-bury-buffer.
6843
6844 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6845 Allow `next' to jump to after the end of the last match.
6846
778fbc46
GM
68472000-11-09 Gerd Moellmann <gerd@gnu.org>
6848
730c746c
GM
6849 * simple.el (byte-compiling-files-p): New function.
6850
6851 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6852 if it is there.
6853
6854 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6855 nil again.
6856
778fbc46
GM
6857 * textmodes/ispell.el (ispell-library-path): Don't call
6858 check-ispell-version when byte-compiling because that starts
6859 an ispell process, and ispell might not be installed.
6860 (toplevel): Don't set up a menu when byte-compiling.
6861
6862 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6863 it, so that a boundp test can be used to determine if we're
6864 currently byte-compiling.
6865
5912c5bb
DL
68662000-11-09 Dave Love <fx@gnu.org>
6867
83c9cb8e 6868 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6869
7bb054a5
GM
68702000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6871
83c9cb8e
SM
6872 * ps-print.el: Patch for variable initialization when spooling.
6873 Doc fix.
7bb054a5
GM
6874 (ps-output-list): Fun eliminated.
6875 (ps-begin-file, ps-begin-job): Code fix.
6876
9db2706e
DL
68772000-11-08 Dave Love <fx@gnu.org>
6878
83c9cb8e 6879 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6880
f7eb32aa
GM
68812000-11-08 Gerd Moellmann <gerd@gnu.org>
6882
6883 * simple.el (shell-command, display-message-or-buffer)
6884 (shell-command-on-region): Mention resize-mini-windows in the doc
6885 string.
6886 (display-message-or-buffer): Take the value of resize-mini-windows
6887 into account.
6888
7b01b08c
GM
68892000-11-07 Gerd Moellmann <gerd@gnu.org>
6890
acad3c0b
GM
6891 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6892
7b01b08c
GM
6893 * dired.el (dired-between-files): Add `^. find' as an alternative
6894 to the regular expression, for find-dired.
6895
6f602bd0
SM
68962000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6897
6898 * textmodes/texnfo-upd.el: Require texinfo.
6899 (defmacro, defgroup): Remove.
6900 (texinfo-section-to-generic-alist): Remove.
6901 Use texinfo-section-list instead (i.e. level is changed string->int).
6902 (texinfo-filter): New function.
6903 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6904 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6905 Use it. And use regexp-opt.
6906 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6907 (texinfo-update-menu-region-beginning)
6908 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6909 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6910 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6911 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6912 (texinfo-sequential-node-update): Remove autoload cookie.
6913
6914 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6915 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6916 (texinfo-chapter-level-regexp): Remove.
6917 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6918
bb216218
DL
69192000-11-06 Dave Love <fx@gnu.org>
6920
6f602bd0 6921 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6922
6f602bd0
SM
6923 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6924 Match defun*.
bb216218 6925
ff8dd5d5
KH
69262000-11-06 Kenichi Handa <handa@etl.go.jp>
6927
6928 * composite.el (composition-function-table): Variable declaration
6929 moved to src/composite.c.
6930 (compose-chars-after): New optional arg object.
6931
e9da51a1
GM
69322000-11-06 Gerd Moellmann <gerd@gnu.org>
6933
e0c12c68
GM
6934 * bindings.el (mode-line-toggle-read-only)
6935 (mode-line-toggle-modified, mode-line-widen)
6936 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6937 (make-mode-line-mouse2-map): Rewritten.
6938 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6939 functions so that C-h k can show something with a doc string.
eaae8106 6940
e9da51a1
GM
6941 * startup.el (fancy-splash-delay): Set to 10 seconds.
6942 (fancy-splash-max-time): New user-option.
6943 (fancy-splash-stop-time): New variable.
6944 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6945 (fancy-splash-screens-1): Throw `stop-splashing' when current
6946 time is greater than fancy-splash-stop-time.
6947
611dbdf0
SM
69482000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6949
4d2806e2
SM
6950 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6951
611dbdf0
SM
6952 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6953 Prompt user for a file rather than raising an error.
6954 (cvs-enabledp): Fix call to cvs-mode-marked.
6955 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6956 (cvs-mode-insert): Use it. Change the init prompt' value.
6957 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6958
6959 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6960 Don't pass default arg to ewoc-locate.
6961 (ewoc-collect): Return result in the right order.
6962
6963 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6964
6965 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6966 (cvs-status-get-tags): Fix regexp.
6967 (cvs-status-trees, cvs-status-cvstrees):
6968 Combine after change hooks and don't sit-for.
4d2806e2
SM
6969 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6970 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6971 Use make-char rather than hard-coded cryptic data.
6972 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6973
6974 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6975
6976 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6977 (cvs-insert-strings): New function.
6978
937b2877
MB
69792000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6980
6981 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6982 `mwheel-scroll-amount'.
6983 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6984 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6985 string-matching against the version string.
6986
c6c97763
KH
69872000-11-06 Kenichi Handa <handa@etl.go.jp>
6988
6eaec747
KH
6989 * language/thai.el ("Thai"): Set a lisp form that produces
6990 composed string in `sample-text' language info.
6991
6992 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6993 composed string in `sample-text' language info.
6994
83c9cb8e
SM
6995 * international/mule-cmds.el (describe-language-environment):
6996 Eval `sample-text' data and insert the result.
6eaec747 6997
c6c97763
KH
6998 * international/mule-conf.el (compound-text): Define this coding
6999 system here. Make x-ctext and ctext aliases of it.
7000
7001 * language/european.el (compound-text, ctext): Moved to
7002 international/mule-conf.el.
7003
d1145f85
AI
70042000-11-05 Andrew Innes <andrewi@gnu.org>
7005
7006 * w32-fns.el (w32-version): New function.
7007
178a6a45
SM
70082000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7009
7010 * progmodes/awk-mode.el: Update copyright.
7011 (awk-mode-abbrev-table): Remove.
7012 (awk-font-lock-keywords): Use regexp-opt.
7013 (awk-mode): Use define-derived-mode.
7014
7015 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7016 when extracting a suffix.
7017
1ba90166
AS
70182000-11-04 Andre Spiegel <spiegel@gnu.org>
7019
7020 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7021 auto-save-mode.
7022
546790cb
JR
70232000-11-04 Jason Rumney <jasonr@gnu.org>
7024
7025 * language/european.el (decode-mac-roman): Test against r1 not r0.
7026
d247e32d
SM
70272000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7028
fbf44f44
SM
7029 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7030 (icon-mode): Define indent-line-function.
7031 (icon-comment-indent): Simplify.
7032 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7033
7034 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7035
7036 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7037 Bind change-log-default-mode to defeat the caching done on it.
7038 Don't bother saving excursion any more.
7039
7040 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7041
7042 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7043 (set-frame-font): Use the new name (and the old for compatibility).
7044
eaae8106
SS
7045 * toolbar/tool-bar.el (tool-bar-mode):
7046 * time.el (display-time-mode):
7047 * recentf.el (recentf-mode):
7048 * paren.el (show-paren-mode):
7049 * mwheel.el (mouse-wheel-mode):
7050 * msb.el (msb-mode):
7051 * jka-compr.el (auto-compression-mode):
7052 * image-file.el (auto-image-file-mode):
7053 * hl-line.el (hl-line-mode):
7054 * delsel.el (delete-selection-mode):
7055 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7056 * complete.el (partial-completion-mode): Drop unneeded positional args.
7057
eaae8106 7058 * info.el (Info-mode):
79372165 7059 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7060
d247e32d
SM
7061 * log-edit.el (log-edit-menu): New menu.
7062
4921558e
MB
70632000-11-03 Miles Bader <miles@gnu.org>
7064
7065 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7066 definition, so that trailing spaces are handled properly.
7067 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7068
1fc02b3c
GM
70692000-11-03 Gerd Moellmann <gerd@gnu.org>
7070
7071 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7072 tab character.
7073 (fancy-splash-screens): Set tab-width to 20.
7074
51d001f7
DL
70752000-11-03 Dave Love <fx@gnu.org>
7076
7077 * comint.el (comint-completion-addsuffix): Fix custom type.
7078
ba22aeff
SM
70792000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7080
7081 * font-lock.el (font-lock-buffers): Remove.
7082 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7083 (font-lock-change-major-mode): Remove.
7084 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7085 (font-lock-default-fontify-region): Extend the multiline
7086 fontification to whole lines.
7087 (font-lock-fontify-anchored-keywords)
7088 (font-lock-fontify-keywords-region): If matching just one
7089 line (with \n) only mark the \n as multiline.
7090
7091 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7092 Correctly handle the case where several :group args are supplied.
7093 Allow :extra-args.
7094 (easy-mmode-define-global-mode): Allow :extra-args.
7095 Correctly handle the case where several :group args are supplied.
7096
9c887ada
MB
70972000-11-02 Miles Bader <miles@gnu.org>
7098
eaae8106 7099 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7100 (holiday-face): Remove dependency on `window-system'.
7101
7f25090d
KR
71022000-11-02 Ken Raeburn <raeburn@gnu.org>
7103
7104 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7105 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7106 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7107
7dd6009c
DL
71082000-11-02 Dave Love <fx@gnu.org>
7109
7110 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7111
94821e4f
EZ
71122000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7113
7114 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7115 punctuation in the warning inserted into the *mail* buffer.
7116
1ac3fc42
GM
71172000-11-02 Gerd Moellmann <gerd@gnu.org>
7118
57731876
GM
7119 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7120 (authors-public-domain-p): New function.
7121 (authors-print): Use it.
7122
975f82c9
GM
7123 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7124
1ac3fc42
GM
7125 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7126
4b3eb10f
GM
71272000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7128
975f82c9 7129 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7130 (ps-print-version): New version number (6.3.1).
7131 (ps-even-or-odd-pages): Customization fix.
7132 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7133 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7134 (ps-page-count): Var replaced by `ps-page-column'.
7135 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7136 (ps-print-sheet-p): New fun.
7137
7da794df
MB
71382000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7139
7140 * tooltip.el (tooltip-gud-tips-setup): New function.
7141 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7142 (tooltip-mode): Call tooltip-gud-tips-setup.
7143 (tooltip-gud-tips): Use `gud-basic-call' instead of
7144 process-send-string, so the prompt gets frobbed appropriately.
7145 Handle nil return value from `tooltip-gud-print-command'.
7146
0e40b809
EL
71472000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7148
7149 * comint.el (comint-add-to-input-history): New function.
7150 (comint-send-input): Use `comint-add-to-input-history'.
7151
50ada0db
MB
71522000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7153
973a3104
MB
7154 * info.el (info-menu-header): New face.
7155 (Info-fontify-menu-headers): New function.
7156 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7157
50ada0db
MB
7158 * info.el (Info-insert-dir): Don't include blank lines at
7159 beginning of additional dir files (one is added automatically).
7160
bff53411
SM
71612000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * emacs-lisp/easy-mmode.el (define-minor-mode):
7164 Revert the latest changes.
7165 Allow the three positional arguments to be skipped and replaced
7166 by keyword arguments.
7167 Add a :toggle argument to determine whether a nil arg means toggle
7168 or means turn-on. The default is unchanged.
7169 Add a call to force-mode-line-update.
7170
6b8a0b2d
DL
71712000-11-01 Dave Love <fx@gnu.org>
7172
83c9cb8e 7173 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7174
5bf99100
MB
71752000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7176
83c9cb8e
SM
7177 * calendar/calendar.el (diary-face, holiday-face):
7178 Add dark-background variants.
5bf99100 7179
a4032611
SS
71802000-10-31 Sam Steingold <sds@gnu.org>
7181
7182 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7183 `tex-main-file' does not have directory in it.
7184
c286608e
SM
71852000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7188
4836835a
TTN
71892000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7190
7191 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7192 functional change.
7193
26dcb81b
GM
71942000-10-31 Gerd Moellmann <gerd@gnu.org>
7195
7196 * files.el (find-file-noselect): When we expand a wildcard, return
7197 a list of buffers, as we should do according to the doc string.
7198
49fc4500
KR
71992000-10-31 Ken Raeburn <raeburn@gnu.org>
7200
7201 * loadup.el (top level): Adjust load path if program name is
7202 "../src/bootstrap-emacs", in case it's not dumped and thus the
7203 load path adjustment hasn't already been done.
7204
ea0c615d
GM
72052000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7206
83c9cb8e
SM
7207 * ps-print.el: Fix bug on selected pages for printing.
7208 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7209 is on. Try to avoid warning messages when compiling. Doc Fix.
7210 (ps-print-version): New version number (6.3).
7211 (ps-color-device): Use `color-values' to determine if device
7212 supports color.
7213 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7214 (ps-print-page-p): Changed from defsubst to defun.
7215 (ps-page-number): Changed from defmacro to defun.
7216 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7217 printing.
c286608e 7218 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7219 (ps-end-file, ps-dummy-page): Funs eliminated.
7220 (ps-print-color-scale): Changed default value.
7221 (ps-page-n-up, ps-print-page-p): New internal vars.
7222 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7223 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7224
9e20722f
GM
7225 * delim-col.el: Little programming improvement.
7226 (delimit-columns-str): New macro.
7227 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7228
d7a0fd00
KH
72292000-10-31 Kenichi Handa <handa@etl.go.jp>
7230
c286608e
SM
7231 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7232 Moved to european.el.
d7a0fd00
KH
7233 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7234 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7235 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7236 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7237
234be340
DL
72382000-10-30 Dave Love <fx@gnu.org>
7239
7240 * progmodes/cc-menus.el (imenu-generic-expression)
7241 (imenu-progress-message): Only defvar when compiling.
7242
4edc4a39
DL
7243 * emacs-lisp/elp.el (elp-unload-hook): New function.
7244
7245 * loadhist.el (unload-feature): Call elp-restore-function,
7246 checking for symbols; don't use elp-restore-all.
7247 (loadhist-hook-functions): Doc fix.
7248
70c825df
SM
72492000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * log-edit.el (log-edit-confirm): Fix the default.
7252
1d3baf74
GM
72532000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7254
7255 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7256 delimit-columns-format.
7257 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7258
1ec321a7
MB
72592000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7260
7261 * comint.el (comint-replace-by-expanded-history): Don't use
7262 comint-get-old-input (we're not looking at *old* input).
7263 (comint-get-old-input-default): If using fields, signal an error
7264 when the point is not in an input field.
7265
70737ea9
KH
72662000-10-30 Kenichi Handa <handa@etl.go.jp>
7267
7268 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7269 and mule-unicode-e000-ffff.
7270
fa0cb51d 7271 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7272 (make-coding-system): Accept a symbol of translation table as a
7273 value of property `safe-chars'.
7274
7275 * international/mule-cmds.el (encode-coding-char): Check property
7276 safe-chars instead of safe-charsets.
7277
7278 * international/fontset.el (fontset-default): Modified for
7279 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7280 (x-font-name-charset-alist): Likewise.
7281 (ccl-encode-unicode-font): New CCL program. Record it in
7282 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7283
70c825df
SM
7284 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7285 New translation tables.
70737ea9
KH
7286 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7287 programs are modified and moved from mac-win.el.
7288 (mac-roman): Definition of this coding system is modified and
7289 moved from mac-win.el.
4836835a 7290
fda2ce24 72912000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7292
1d3baf74 7293 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7294 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7295
dd4d3cb6
MB
72962000-10-29 Miles Bader <miles@gnu.org>
7297
7298 * custom.el (custom-add-to-group): Allow multiple entries for a
7299 given value OPTION, as long as their widget types are different.
7300 * cus-edit.el (custom-face-value-create): If face name doesn't end
7301 with "face", add such here (similar to custom group widgets).
7302
7303 * comint.el (comint-highlight-prompt): Add :type.
7304
dace60cf
JW
73052000-10-28 John Wiegley <johnw@gnu.org>
7306
dace60cf
JW
7307 * calendar/timeclock.el (timeclock-log): Doc fix.
7308 (timeclock-last-event): Doc fix.
83c9cb8e 7309 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7310 (timeclock-find-discrep): Use a temp buffer to read in the
7311 timelog, instead of visiting the file.
7312 (timeclock-log-data): A new function, along with a host of helper
7313 functions, for the purpose of making timelog data accessible to
7314 programmers.
7315
7316 * eshell/esh-mode.el (window-height test): Make certain that
7317 `eshell-stringify-t' is non-nil.
7318 (eshell-password-prompt-regexp): Changed to a much simpler
7319 password regexp.
7320 (eshell-send-input): If `eshell-invoke-directly' returns t,
7321 directly invoke the parsed command using `eval'. This improves
7322 turn-around time on simple commands by a factor of three or
7323 greater, such as cd, ls, pwd, etc. -- which get used very often.
7324 It also conserves thousands of cons cells per call (since
7325 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7326 in the Pacific Cookie Company).
7327
7328 * eshell/esh-test.el (eshell-test): Whitespace fix.
7329
83c9cb8e
SM
7330 * eshell/em-ls.el (eshell-ls-insert-directory):
7331 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7332
7333 * eshell/em-script.el (eshell-script-initialize): Add names to
7334 `eshell-complex-commands, since `source' and `.' are complex.
7335
0467b076
EZ
7336 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7337 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7338 `eshell-copy-handles'.
7339 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7340 bodies.
7341 (eshell-separate-commands): Whitespace fix.
7342 (eshell-complex-commands): Added a new list of names, for
7343 determining whether a given command is as simple as it looks.
7344 (eshell-invoke-directly): New function. Returns t if a command
7345 should be invoked directly (using `eval'), rather than indirectly
7346 using `eshell-do-eval'.
7347 (eshell-do-eval): Whitespace fix.
7348
7349 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7350 which provides an emulation of the DOS shell behavior of assuming
7351 that cp/mv/ln should copy/move/link to the current directory.
7352 (eshell-remove-entries): Added a doc string.
7353 (eshell-shuffle-files): Removed the check for `target' being null.
7354 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7355 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7356 it to do a smarter check of whether a destination was provided.
7357 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7358 (eshell/ln): Enable `:preserve-args', and use
7359 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7360 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7361 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7362 list after flattening it. This makes it possible to cat files
7363 with numerical names.
7364 (eshell-unix-initialize): Added several names to
7365 `eshell-complex-commands.
7366 (eshell-unix-command-complex-p): Return t if a given command name
7367 may result in external processes being invoked.
7368
7369 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7370 variable nil by default, since it slows down glob processing by a
7371 factor of two or more, and increases memory consumption.
7372
7373 * eshell/em-smart.el: Added a note about how memory consumptive
7374 smart display mode can be (at least this is true in Emacs 21).
7375 (eshell-smart-initialize): Whitespace fix.
7376 (eshell-refresh-windows): Use `if' instead of `when'.
7377 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7378 not necessary.
83c9cb8e 7379 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7380
7381 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7382 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7383 Whitespace fix.
7384 (eshell-ls-exclude-hidden): Added this variable in addition to
7385 `eshell-ls-exclude-regexp'. This one prevents files beginning
7386 with . from even being read, which can improve memory consumption
7387 quite a bit.
7388 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7389 read file entries beginning with a dot. In home directories with
7390 lots of hidden files, fully two-thirds of the time spent in ls is
7391 used to read directory entries that are immediately thrown away.
7392 (eshell-ls-initial-args): Added back this configuration variable,
7393 for specifying default initial arguments to every call to ls.
7394 Much faster than using an alias to do the same thing.
7395 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7396 (eshell-ls-dir): Whitespace change.
7397
7398 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7399
83c9cb8e 7400 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7401 (eshell-stringify-t): Added a customization variable, to indicate
7402 whether `t' should be rendered as a string at all. If not, one
7403 can still determine if the result of an expression is true using
7404 "file-exists-p FILE && echo true".
7405 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7406 stringify t!
7407
7408 * eshell/esh-module.el: Whitespace fix.
7409
83c9cb8e
SM
7410 * eshell/em-alias.el (eshell-alias-initialize):
7411 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7412 (eshell-command-aliased-p): New function that returns t if a
7413 command name names an aliased.
7414
657f9cb8 74152000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7416
0467b076 7417 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7418 redrawing the screen when changing cursor color.
0467b076
EZ
7419 (viper-insert-state-pre-command-sentinel)
7420 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7421 (viper-replace-state-post-command-sentinel):
7422 Use viper-preserve-cursor-color.
657f9cb8
MK
7423 Many functions changed to use viper= instead of = when comparing
7424 characters.
0467b076 7425 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7426 working with characters.
0467b076 7427 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7428 Many functions changed to use viper= instead of = when comparing
7429 characters.
0467b076 7430 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7431
0467b076 7432 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7433 Several typos fixed in various docstrings.
0467b076 7434 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7435 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7436 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7437 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7438 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7439 (ediff-get-selected-buffers): New function.
7440 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7441 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7442 Use save-window-excursion.
0467b076 7443 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7444 termination check in while loop.
0467b076 7445 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7446 dired buffer.
0467b076
EZ
7447 (ediff-files,ediff-merge-files,ediff-files3)
7448 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7449
4f490d99
DL
74502000-10-28 Dave Love <fx@gnu.org>
7451
7452 * info.el (Info-fontify-node): Add help-echo for menu items.
7453
45b84006
EZ
74542000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7455
5ebc02b3
EZ
7456 * startup.el (normal-top-level): If the value of $TERM indicates
7457 we are running from xterm or one of its work-alikes, default to a
7458 light background mode.
7459
45b84006
EZ
7460 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7461 * faces.el (tty-handle-reverse-video): New function.
7462 (tty-create-frame-with-faces): Call it.
7463
7464 * frame.el (frame-notice-user-settings): Don't apply
7465 default-frame-alist and initial-frame-alist to MS-DOS frames.
7466 Call tty-handle-reverse-video, frame-set-background-mode, and
7467 face-set-after-frame-default for non-MS-DOS frames.
7468
7469 * startup.el (tty-long-option-alist): New variable.
7470 (tty-handle-args): New function.
7471 (command-line): Call tty-handle-args.
7472
7473 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7474 startup.el now does that for all character-terminal frames.
7475
eab6e8b9
MB
74762000-10-28 Miles Bader <miles@gnu.org>
7477
83c9cb8e
SM
7478 * emacs-lisp/easy-mmode.el (define-minor-mode):
7479 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7480 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7481 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7482 version using `easy-mmode-define-global-mode'.
7483 Add :conditional-turn-on keyword argument.
eab6e8b9 7484
51a29efc
DL
74852000-10-28 Dave Love <fx@gnu.org>
7486
83c9cb8e
SM
7487 * international/latin1-disp.el (latin1-char-displayable-p):
7488 Don't use window-system.
51a29efc 7489
d71d7114
EZ
74902000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7491
7492 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7493 Don't call find-buffer-file-type-coding-system. Instead, just
7494 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7495 if the file is on an untranslated filesystem.
7496 (add-untranslated-filesystem): Use "D" instead of "f" inside
7497 interactive.
7498
1f9cab4b
DL
74992000-10-27 Dave Love <fx@gnu.org>
7500
70c825df 7501 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7502 (refill-mode): Use it.
7503
70c825df
SM
75042000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7505
7506 * international/quail.el (quail-activate): Don't make-local-hook.
7507
7432cf10
AS
75082000-10-27 Andre Spiegel <spiegel@gnu.org>
7509
4836835a 7510 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7511 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7512 (vc-make-version-backup): Don't do it on MS-DOS without long file
7513 names.
4836835a 7514
7432cf10
AS
7515 * vc.el (vc-version-other-window): If an automatic backup of the
7516 desired version exists, rename it instead of copying it.
7517
4836835a
TTN
7518 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7519 after command. If there's an unexpected error, signal it instead
7432cf10 7520 of being silent.
e1483c38 7521 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7522
05ea7ef2
MB
75232000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7524
fd1035aa
MB
7525 * shell.el (shell): Add BUFFER argument.
7526 * comint.el (make-comint-in-buffer): New function.
7527 (make-comint): Use it.
7528
05ea7ef2
MB
7529 * faces.el (face-spec-choose): Change syntax so that the list of
7530 attribute-value pairs is now the cdr of each clause, not the cadr.
7531 Detect old-style entries, and handle them. Use pop.
7532
835a55fe
SM
75332000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7534
f5ab1cdd
SM
7535 * cus-edit.el (custom-mode-map): Use a sparse map.
7536 (custom-mode): Don't bother with make-local-hook.
7537
7538 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7539
835a55fe
SM
7540 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7541
c13b0ec8
GM
75422000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7543
7544 * ps-print.el: Avoid compilation gripes.
7545 (ps-print-version): New version number (6.2.1).
4836835a 7546
e9f63196
DL
75472000-10-26 Dave Love <fx@gnu.org>
7548
0b95284b
DL
7549 * menu-bar.el: Modify some menu item help strings.
7550 (menu-bar-help-menu): Add link to MORE.STUFF.
7551
e9f63196
DL
7552 * cus-edit.el (custom-mode): Add `special' mode-class property.
7553
7554 * wid-browse.el (widget-browse-mode): Likewise.
7555
7556 * wid-edit.el (widget-specify-field): Revert to using local-map
7557 property, not keymap.
7558
e276a14a
MB
75592000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7560
c1545d88
MB
7561 * wid-edit.el (widget-field-end): When checking for a `boundary'
7562 field, do so in the correct buffer.
7563
3c1b77ca
MB
7564 * simple.el (undo): Correctly distinguish between numeric and
7565 non-numeric prefix args in non-transient-mark-mode, as per the doc
7566 string. When in transient-mark-mode, treat all prefix-args as
7567 numeric.
7568
f5ab1cdd
SM
7569 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7570 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7571
7572 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7573 (comint-mode-map): Reverse order of `comint-write-output' and
7574 `comint-append-output-to-file'.
7575 (comint-append-output-to-file): Reinstate this function, for the
7576 benefit of the menu.
7577
d97151cb
SM
75782000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7579
7580 * vc.el (vc-version-other-window): Bind `file'.
7581
ea7d6f5b
GM
75822000-10-25 Gerd Moellmann <gerd@gnu.org>
7583
f5ab1cdd 7584 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7585
7586 * emacs-lisp/authors.el (batch-update-authors): New function.
7587 (authors-fixed-entries): New defconst.
7588 (authors-add-fixed-entries): New function.
7589 (authors): Call it.: Don't process lispref/.
7590
17c25cea
JR
75912000-10-25 Jason Rumney <jasonr@gnu.org>
7592
7593 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7594 Merge x w32 and mac definitions.
7595
4ecda532
GM
75962000-10-25 Gerd Moellmann <gerd@gnu.org>
7597
7598 * menu-bar.el (menu-bar-options-menu): Add a help string for
7599 `uniquify'.
7600
b6735035
GM
76012000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7602
f5ab1cdd
SM
7603 * time-stamp.el (time-stamp-string-preprocess):
7604 Fix a wrong type argument error.
b6735035 7605
f4cbc7a0
MB
76062000-10-25 Miles Bader <miles@gnu.org>
7607
7608 * recentf.el (recentf-mode): Variable removed.
7609 (recentf-mode): Use `define-minor-mode'.
7610
7611 * mwheel.el (mouse-wheel-mode): New global minor mode.
7612 (mwheel-install): Use `mouse-wheel-mode'.
7613
f4b020f6
DL
76142000-10-25 Dave Love <fx@gnu.org>
7615
f5ab1cdd
SM
7616 * progmodes/cperl-mode.el (cperl-mode):
7617 Set normal-auto-fill-function correctly.
072cb6f9 7618
83c9cb8e
SM
7619 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7620 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7621 bindings.
f4b020f6 7622
ebe2a441
MB
76232000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7624
ff4dcd4b
MB
7625 * wid-edit.el (widget-field-at): New function.
7626 (widget-at, widget-field-activate): Use it.
7627 (widget-tabable-at): Use `widget-at'.
7628 (widget-specify-field): If the terminating character of the widget
7629 field (which is read-only) is a newline, put it into a special
7630 `boundary' field so that C-n/C-p act more naturally.
7631 (widget-field-end): Also don't subtract one if a special
7632 `boundary' field has been added after the widget field.
7633
83c9cb8e
SM
7634 * comint.el (comint-output-filter, comint-send-input):
7635 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7636 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7637
ebe2a441
MB
7638 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7639 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7640 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7641
fe50b6ab
GM
76422000-10-24 Gerd Moellmann <gerd@gnu.org>
7643
53df4dda 7644 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7645 (authors): Set file coding system to iso-2022-7bit.
7646 Add file-local variables to output buffer.
53df4dda 7647
4836835a 7648 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7649 WARN is nil.
7650
53df4dda
GM
76512000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7652
7653 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7654
7655 * delim-col.el: Now there is a column formatting mechanism.
7656 Modified to customization mechanisms convention. Doc fix.
7657 (columns): New group for delim-col.
7658 (delimit-columns-before, delimit-columns-after)
7659 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7660 (delimit-columns-end): New vars.
7661 (delimit-columns-customize, delimit-columns-format): New funs.
7662 (delimit-columns-region, delimit-columns-rectangle)
7663 (delimit-columns-rectangle-line): Modified to support column
7664 formatting.
4836835a 7665
a9839779
DL
76662000-10-24 Dave Love <fx@gnu.org>
7667
7668 * log-edit.el (log-edit): Add :version and a :group for vc.
7669
df0267b8
GM
76702000-10-24 Gerd Moellmann <gerd@gnu.org>
7671
9acc3873
GM
7672 * files.el (after-find-file): Don't print a message ``New file''
7673 if WARN is nil.
7674
83c9cb8e
SM
7675 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7676 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7677 get duplicate tool-bar entries because we'll see the global ones
7678 on more than one path through keymaps.
7679
1946f901
GM
7680 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7681
df0267b8
GM
7682 * progmodes/cmacexp.el: Change Francesco's email address.
7683
ae3b264b
KH
76842000-10-24 Kenichi Handa <handa@etl.go.jp>
7685
7686 * window.el (fit-window-to-buffer): Adjust point of the window
7687 buffer, not that of the current buffer.
7688
23afac01
EZ
76892000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * progmodes/cmacexp.el: Update the euthor's email address.
7692
22d1a4ed
MB
76932000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7694
7695 * faces.el (face-spec-set-match-display): Add `graphic' display
7696 type (the inverse of `tty'). Use `display-graphic-p' instead of
7697 the window-system variable.
7698
f408aa48
KH
76992000-10-24 Kenichi Handa <handa@etl.go.jp>
7700
83c9cb8e
SM
7701 * international/isearch-x.el (isearch-with-input-method):
7702 Call input-method-function with the first event in
f408aa48
KH
7703 unread-command-events.
7704
94fe8a31
MB
77052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7706
83c9cb8e 7707 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7708
8f47302e
AC
77092000-10-24 Andrew Choi <akochoi@i-cable.com>
7710
7711 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7712 New charsets.
7713
7714 * term/mac-win.el: Remove definitions of mac-roman-lower and
7715 mac-roman-upper, require dired, and define instead of set
7716 mac-ready-for-drag-n-drop to avoid compilation error.
7717
446c097e
AI
77182000-10-23 Andrew Innes <andrewi@gnu.org>
7719
83c9cb8e
SM
7720 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7721 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7722 expand-file-name after convert-standard-filename to ensure
7723 expected directory separators are used.
7724
379b70e7
EZ
77252000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7726
7727 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7728
85c766e9
DL
77292000-10-23 Dave Love <fx@gnu.org>
7730
b7e03a67
DL
7731 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7732 (tool-bar-add-item): Set foreground and background for XBM icons.
7733
83c9cb8e
SM
7734 * international/latin1-disp.el (latin1-char-displayable-p):
7735 New function (from Handa).
b7e03a67
DL
7736 (latin1-display-check-font): Use it.
7737
0dcf8835 7738 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7739 using :key-sequence, making it much more usable.
7740 Use nconc, not append.
0dcf8835
DL
7741 (imenu--create-keymap-1): Avoid append.
7742
85c766e9 7743 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7744
cb3069bb
MB
77452000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7746
7747 [the following changes fix a bug where `define-minor-mode' didn't
7748 correctly generate :require clauses for defcustoms in compiled files]
7749 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7750 (byte-compile-log-file, byte-compile-log-1): Don't set
7751 `byte-compile-current-file' to nil. Instead set
7752 `byte-compile-last-logged-file' to it. Test whether
7753 byte-compile-current-file equals byte-compile-last-logged-file
7754 instead of whether its nil.
3b6542ba 7755 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7756
6db6243b
SM
77572000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7758
7759 * textmodes/refill.el: Fix var names in doc.
7760 (refill-mode): Don't bother with make-local-hook anymore.
7761
98490598
MB
77622000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7763
e01cd227
MB
7764 * faces.el (face-user-default-spec, face-default-spec): New functions.
7765 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7766 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7767 Use `face-user-default-spec'. Simplify code slightly.
7768
4836835a 7769 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7770 (woman-unknown-face): Add dark-background variants.
7771 (woman-default-faces): Renamed from `woman-colour-faces'.
7772 Set using the stored defaults, rather than using hard-wired colors.
7773 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7774 Just make the foreground `unspecified' rather than "black".
7775 (woman-menu): Rename menu entries accordingly.
7776
98490598
MB
7777 * faces.el (header-line): Make more reasonable on mono/grayscale
7778 displays.
7779
1a578e9b
AC
77802000-10-23 Andrew Choi <akochoi@i-cable.com>
7781
7782 * cus-edit.el (custom-button-face): Use 3D look for mac.
7783 (custom-button-pressed-face): Likewise.
7784
7785 * faces.el (set-face-attributes-from-resources): Handle mac frames
7786 in the same way as x and w32 frames.
7787 (face-valid-attribute-values): Likewise.
7788 (read-face-attribute): Likewise.
7789 (defined-colors): Likewise.
7790 (color-defined-p): Likewise.
7791 (color-values): Likewise.
7792 (display-grayscale-p): Likewise.
7793 (face-set-after-frame-default): Likewise.
7794 (mode-line): Same default face as for x and w32.
7795 (tool-bar): Likewise.
7796
7797 * frame.el: Remove call to frame-notice-user-settings at end of
7798 the file.
7799
83c9cb8e 7800 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7801 as for x, pc, and w32 frame types.
7802
7803 * term/mac-win.el: New file.
7804
aaaf7be7
DL
78052000-10-22 Dave Love <fx@gnu.org>
7806
7807 * textmodes/refill.el: New file.
7808
5392d654
AS
78092000-10-22 Andre Spiegel <spiegel@gnu.org>
7810
4836835a 7811 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7812 MANUAL and REGEXP.
4836835a 7813 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7814 New functions.
7815 (vc-before-save): Use the latter.
7816 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7817 confusion.
7818
4836835a 7819 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7820 expected by vc[-hooks].el.
7821
7822 * vc.el (vc-checkout): Added `-p' suffix in call to
7823 vc-make-version-backups-p; use vc-make-version-backup to actually
7824 make the backup.
7825 (vc-version-other-window, vc-version-backup-file): Handle both
7826 automatic and manual backups.
7827 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7828 of all of them.
7829
1e221c16
MB
78302000-10-22 Miles Bader <miles@gnu.org>
7831
7ff4fda5
MB
7832 * comint.el (comint-highlight-input, comint-highlight-prompt):
7833 Renamed, `-face' at end removed.
7834 (comint-send-input, comint-output-filter): Use renamed faces.
7835
3511cde8
MB
7836 * window.el (fit-window-to-buffer): Change defaulting of
7837 MAX-HEIGHT slightly.
7838
1e221c16
MB
7839 * faces.el (color-values, color-defined-p): Use `member', not
7840 `memq', because it works correctly for strings.
7841 (frame-set-background-mode): Actually, "unspecified-fg" and
7842 "unspecified-bg" *are* strings. Use `member', not `memq', and
7843 `equal', not `eq', when a string value is possible.
7844
b6ef4898
EZ
78452000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7846
7847 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7848
34939e2c
SM
78492000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7850
7851 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7852 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7853 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7854 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7855 (sh-font-lock-syntactic-keywords): Use them.
7856 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7857 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7858 (sh-mode): Don't override font-lock-unfontify-region-function.
7859 Use a copy of sh-font-lock-syntactic-keywords.
7860 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7861 Don't call sh-scan-buffer since font-lock does it on the fly.
7862 (sh-get-indent-info): Use `face' rather than `syntax-table'
7863 text-property to detect here-documents.
7864 Replace sh-special-syntax with sh-st-punc.
7865 (sh-prev-line): Use `face' rather than `syntax-table'
7866 text-property to skip over here-documents.
7867 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7868 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7869 (sh-electric-less, sh-set-here-doc-region)
4836835a 7870 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7871 (sh-scan-buffer, sh-rescan-buffer): Remove.
7872
f3d3c491
AI
78732000-10-21 Andrew Innes <andrewi@gnu.org>
7874
7875 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7876 remote (ange-ftp) file names.
7877
b86c791c
MB
78782000-10-21 Miles Bader <miles@gnu.org>
7879
d9c30bdf
MB
7880 * window.el (fit-window-to-buffer): New function.
7881 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7882 (window-text-height): Don't expect minibuffers to have mode-lines.
7883
d9c30bdf 7884 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7885 * international/quail.el (quail-update-guidance):
7886 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7887
617fee5a
MB
7888 * international/quail.el (quail-show-guidance-buf): Make sure
7889 guidance window really has enough room.
7890 (quail-update-guidance): If quail-guidance-win is already shown,
7891 make sure its height is OK.
7892
b86c791c
MB
7893 * window.el (window-text-height, set-window-text-height):
7894 New functions.
7895 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7896 instead of `window-height' & `mode-line-window-height-fudge'.
7897 (mode-line-window-height-fudge): Add FACE parameter.
7898 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7899 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7900
e34850d1
MB
79012000-10-20 Miles Bader <miles@gnu.org>
7902
7903 * window.el (height-affecting-face-attributes): Use `defconst'.
7904
7905 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7906 New function, conditionally aliased to `mode-line-window-height-fudge'.
7907 (ispell-help): Use it.
7908 (ispell-choices-win-default-height): Don't include mode-line fudge.
7909 (ispell-choices-win-default-height): New function.
7910 (ispell-show-choices, ispell-command-loop): Use function
7911 `ispell-choices-win-default-height' instead of variable.
7912
a8b883c2
MB
79132000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7914
8c6e4a58
MB
7915 * window.el (mode-line-window-height-fudge): New variable.
7916 (height-affecting-face-attributes): New variable.
7917 (mode-line-window-height-fudge): New function.
7918 (shrink-window-if-larger-than-buffer): Use it.
7919 * help.el (resize-temp-buffer-window): Likewise.
7920
a8b883c2
MB
7921 * info.el (Info-fontify-node): Add support for @subsubsection
7922 titles, which use `Info-title-4-face'.
7923 (Info-title-4-face): New face.
7924 (Info-title-3-face): Inherit from Info-title-4-face instead of
7925 variable-pitch.
7926
e64c3a75
JR
79272000-10-19 Jason Rumney <jasonr@gnu.org>
7928
7929 * dired.el (dired-insert-directory): Do not let errors signalled by
7930 attempt to run dired-free-space-program prevent dired from working.
7931
c70fe852
SM
79322000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7933
7934 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7935
877cf6b4
GM
79362000-10-19 Gerd Moellmann <gerd@gnu.org>
7937
5de037e0
GM
7938 * dirtrack.el (dirtrack): Fix call to run-hooks.
7939
6deb9af9
GM
7940 * cmuscheme.el (cmuscheme-program-name): Renamed from
7941 scheme-program-name because xscheme.el contains a defcustom with
7942 the same name. As a consequence, customizing group `cmuscheme'
7943 loaded `xscheme' which redefined run-scheme.
7944 (run-scheme): Use cmuscheme-program-name.
7945
83c9cb8e 7946 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7947
e597d8fb 7948 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7949 anonymous address, and add a website for Befrienders International.
4836835a 7950
3e9cb08f
GM
79512000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7952
c70fe852
SM
7953 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7954 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7955 (ps-print-version): New version number (6.2).
7956 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7957 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7958 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7959 (ps-x-extent-priority, ps-x-extent-start-position)
7960 (ps-x-face-font-instance, ps-x-find-coding-system)
7961 (ps-x-font-instance-properties, ps-x-make-color-instance)
7962 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7963 avoid compilation gripes without defining functions.
7964 (ps-e-find-composition): Alias for function find-composition, to have a
7965 suitable function depending on Emacs version.
7966 (ps-color-device, ps-color-values, ps-face-foreground-name)
7967 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7968 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7969 (ps-print-ensure-fontified): Function definitions surrounded by
7970 `eval-and-compile' to avoid compilation gripes.
7971 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7972 by symbol-value to avoid compilation gripes.
7973 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7974 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7975
d8abcd91
MB
79762000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7977
13ab33c4
MB
7978 * startup.el (normal-top-level): Call `frame-set-background-mode'
7979 after `frame-notice-user-settings' because the latter doesn't call
7980 the former on a tty.
7981
d8abcd91
MB
7982 * faces.el (frame-set-background-mode): `unspecified' &c are
7983 symbols, not strings.
7984
e8bce0a9
EZ
79852000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7986
c70fe852
SM
7987 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7988 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7989
c70fe852
SM
7990 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7991 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7992
773272d8
KH
79932000-10-19 Kenichi Handa <handa@etl.go.jp>
7994
c70fe852 7995 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7996 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7997 for ISO10646-1 fonts.
7998 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7999
772139c0
EZ
80002000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8001
8002 * faces.el (frame-set-background-mode): If a tty frame defines a
8003 background color, use that to compute the background mode, instead
8004 of always defaulting to "dark".
8005
d134a19f
MB
80062000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8007
8bb84cb2
MB
8008 * comint.el (comint-write-output): New function.
8009 (comint-mode-map): Add it to the menu.
e40a778f 8010 Bind `C-c C-s' to comint-write-output.
d134a19f 8011
dada41e1
GM
80122000-10-18 Gerd Moellmann <gerd@gnu.org>
8013
8014 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8015 Use fancy-splash-delay.
8016
9b5360aa
GM
80172000-10-18 Alex Schroeder <alex@gnu.org>
8018
8019 * progmodes/sql.el (sql-sybase-options): New option.
8020 (sql-sybase): Use it. Add sql-database to the list of parameters
8021 provided for login. The options -w 2048 -n are not used any more.
8022
9035a35a
GM
8023 * comint.el (comint-read-input-ring): Bugfix such that the first
8024 and the last entry of the input ring file are not lost.
8025
3556c6dd
GM
80262000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8027
8028 * ps-print.el: Internal variable changes to defcustom,
8029 make-local-hook changes to defvar. Doc fix.
8030 (ps-print-version): New version number (6.1).
8031 (ps-setup, ps-do-despool): Code fix.
8032 (ps-printer-name): Customization fix.
8033 (ps-printer-name-option): Now is a defcustom instead of an
8034 internal variable.
8035 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8036 (ps-print-begin-column-hook): Now are defvar instead of
8037 make-local-hook.
4836835a 8038
4e217e50
MB
80392000-10-18 Miles Bader <miles@gnu.org>
8040
8041 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8042 (comint-kill-output): Changed into an alias for `comint-delete-output',
8043 and made obsolete.
8044 (comint-mode-map): Rename references to comint-kill-output.
8045
34460354
EZ
80462000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8047
8048 * diff-mode.el (diff-header-face, diff-file-header-face)
8049 (diff-changed-face): Add bold and italic attributes to tty faces.
8050 (diff-function-face): New face.
8051 (diff-font-lock-keywords): Use it.
8052
17ea3cdb
MB
80532000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8054
8055 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8056 Remove commented-out call to force-mode-line-update.
8057 (comint-kill-output): Use `forward-line 0' instead of
8058 beginning-of-line to make sure we get past the prompt.
8059
9244f2c7
SM
80602000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8061
8062 * diff-mode.el (diff-header-face, diff-file-header-face):
8063 Add specific setting for dark background.
8064 (diff-context-face): Renamed from diff-comment-face.
8065 Set explicitly rather than inheriting from font-lock-comment-face.
8066
1592c1ef
EZ
80672000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8068
8069 * startup.el (command-line): Move the code which sets the default
8070 TTY colors to before before-init-hook.
8071
f86292a9
GM
80722000-10-17 Gerd Moellmann <gerd@gnu.org>
8073
8074 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8075
f7f2e883
EZ
80762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8077
e854cc22
EZ
8078 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8079 extensions, for MS-DOS.
8080
f7f2e883
EZ
8081 * diff-mode.el (diff-header-face, diff-file-header-face)
8082 (diff-changed-face): Define tty-specific colors.
8083
c7b4f0f9
GM
80842000-10-17 Gerd Moellmann <gerd@gnu.org>
8085
8086 * startup.el (fancy-splash-text): Realign the text.
8087
12a72271
EZ
80882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * font-lock.el (font-lock-comment-face): Define a separate default
8091 for dark-background tty's.
8092
61dfccfd
MB
80932000-10-17 Miles Bader <miles@gnu.org>
8094
8095 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8096 being obscured by whizzy mode-lines on graphics displays.
8097
333cd59e
EZ
80982000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * info.el (Info-title-1-face, Info-title-2-face)
8101 (Info-title-3-face): Define colors for tty's.
dada41e1 8102 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8103
dbf1fcc1
EZ
81042000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8105
8106 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8107 reverse from the frame parameters, and don't invert foreground and
8108 background colors.
8109
ac629823
MB
81102000-10-16 Miles Bader <miles@gnu.org>
8111
8112 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8113 string "*Info*". Call propertized-buffer-identification to spruce
8114 up the result.
8115
76eebffc
GM
81162000-10-16 Gerd Moellmann <gerd@gnu.org>
8117
3a6b59d9
GM
8118 * help.el: Provide `help' for the sake of define-minor-mode
8119 which generates defcustoms with requires.
8120
6569c3d3
GM
8121 * jit-lock.el (jit-lock-after-change): If we're in text that
8122 matches a multi-line font-lock pattern, make sure the whole text
8123 will be redisplayed.
8124
c2e0a611
GM
8125 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8126 author's name is unknown.
8127
76eebffc
GM
8128 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8129 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8130 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8131 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8132 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8133 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8134 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8135 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8136 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8137 Add author information.
8138
cf1e7b12
MB
81392000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8140
8141 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8142 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8143 full-color version (using the Gimp) to eliminate dithering artifacts.
8144
5586f3eb
SM
81452000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8146
8147 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8148
8149 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8150
ad64a888
DL
81512000-10-15 Dave Love <fx@gnu.org>
8152
83c9cb8e 8153 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8154
8155 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8156
8157 * whitespace.el: Doc fixes.
8158 (top-level): Don't add hooks here.
8159 (whitespace-running-emacs): Deleted.
8160 (timer): Don't require.
8161 (whitespace): Add back :version conditional on xemacs test.
8162 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8163 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8164 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8165 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8166 Avoid specific xemacs test.
8167 (whitespace-global-mode): New option.
8168 (whitespace-global-mode): New command.
8169 (whitespace-unload-hook): New function.
8170
8171 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8172 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8173 (Info-fontify-node): `Goto' goes to `Go to'.
8174 (Info-fontify-node): Add help-echo to xref links.
8175
1ef49fc6
EZ
81762000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8177
8178 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8179
8b7707e1
SM
81802000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8181
b3b7f42f
SM
8182 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8183 Use plist-get and allow :inherit.
8184
8185 * emacs-lisp/cl-macs.el (cl-do-arglist):
8186 Use plist-get and plist-member instead of memq.
8187
3c7fafc7
SM
8188 * emacs-lisp/ewoc.el (ewoc-location): New function.
8189 (ewoc-enter-after, ewoc-enter-before): Document return value.
8190 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8191 Don't need make-local-hook any more.
8192 (cvs-addto-collection): Return the new tin.
8193 (cvs-mode-insert): Jump to the new line.
8194
8b7707e1
SM
8195 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8196
8197 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8198
8199 * font-lock.el (font-lock-syntactically-fontified): New var.
8200 (font-lock-fontify-syntactic-keywords-region): Use it.
8201 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8202
8203 * diff-mode.el (diff-find-file-name): Fix regexp.
8204
8205 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8206 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8207
8208 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8209 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8210 (sh-mode): Don't make all vars local here.
8211 (sh-kw): Reformat.
8212 (sh-set-shell): Use dolist. Don't set indent-region-function.
8213 (sh-mode-syntax-table): Use pop.
8214 (sh-remember-variable): Use push.
8215 (sh-help-string-for-variable): Use memq.
8216 (sh-safe-backward-sexp): Remove.
8217 (sh-safe-forward-sexp): Add ARG.
8218 (sh-get-indent-info, sh-prev-stmt): Use it.
8219 (sh-prev-line): Simplify by using forward-comment.
8220 (sh-this-is-a-continuation): Simplify.
8221 (sh-learn-buffer-indent): Use dolist.
8222 (sh-do-nothing): Remove.
8223 (sh-set-char-syntax, sh-set-here-doc-region):
8224 Use inhibit-modification-hooks.
8225 (sh-name-style): Use mapcar and push.
8226 (sh-load-style): Use dolist.
8227 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8228 (sh-case, sh-while-getopts): Use propertize directly rather
8229 than sh-electric-rparen.
8230
82312000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8232
8233 * textmodes/tex-mode.el: Require CL when compiling.
8234 (tex-mode-syntax-table): Init immediately.
8235 (tex-mode-map): Bind M-RET to latex-insert-item.
8236 (latex-mode): Set indent-line-function to latex-indent.
8237 (tex-common-initialization): Don't setup the syntax-table any more.
8238 (latex-insert-item): New skeleton.
8239 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8240 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8241 (latex-indent, latex-find-indent): New functions.
4836835a 8242 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8243 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8244 (tex-compilation-parse-errors): Use with-syntax-table.
8245
86b7fcbb
MB
82462000-10-15 Miles Bader <miles@gnu.org>
8247
8248 * font-lock.el (font-lock-comment-face): Change dark-background,
8249 color, non-tty, default to `chocolate1'.
8250
57a24508
JW
82512000-10-13 John Wiegley <johnw@gnu.org>
8252
8253 * eshell/esh-util.el (require): Added a missing `require' form,
8254 needed when compiling (for an ange-ftp macro definition).
8255
40ad3db4
DL
82562000-10-13 Dave Love <fx@gnu.org>
8257
8258 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8259
db460189
GM
82602000-10-13 Gerd Moellmann <gerd@gnu.org>
8261
83c9cb8e 8262 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8263
4836835a 8264 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8265 transparent -colors 8).
8266
3b5e21df
GM
82672000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8268
8269 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8270 that breaks with old list format timestamps.
8271 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8272 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8273
16908a3f
JW
82742000-10-13 John Wiegley <johnw@gnu.org>
8275
d7103dda
JW
8276 * align.el, pcomplete.el, calendar/timeclock.el,
8277 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8278
dace60cf 8279 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8280 faulty math, where holiday hours were being computing as seconds.
8281
b6b70cda
JW
82822000-10-13 John Wiegley <johnw@gnu.org>
8283
8284 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8285 specifying what "other" kinds of buffers should be saved.
8286 This used to be hard-coded.
b6b70cda
JW
8287 (desktop-buffer-misc-functions): A global for specifying how
8288 auxiliary data should be determined for special buffer types.
8289 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8290 instead of hard-coding the special buffer types.
8291 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8292 auxiliary data, instead of hard-coding for Info buffers and dired.
8293 (desktop-buffer-info-misc-data): Aux function for determining Info
8294 buffer auxiliary info.
8295 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8296 (desktop-buffer-info): Changed this function to use the info
8297 gathered above.
8298 (desktop-create-buffer): Be a little more careful about what
8299 `minor-mode' means before calling it. This is important for some
8300 buffer types.
8301
8c6b1d83
JW
83022000-10-13 John Wiegley <johnw@gnu.org>
8303
8304 * eshell/esh-util.el: Added a global form which declares an
8305 autoload for `parse-time-string', if that function is not already
8306 defined, and if parse-time.el is available on the user's system.
8307
8308 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8309 to be aware of ange-ftp user info.
83c9cb8e 8310 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8311 (eshell-ls-annotate): Use `eshell-file-attributes'.
8312 (eshell-ls-file): Made the user-id printing code a bit smarter.
8313
8314 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8315 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8316 It's manual, but there's no other way to know when the current user
8317 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8318 (fboundp): Bind `ange-cache'.
8319 (eshell-directory-files-and-attributes): Re-organized the logic a
8320 bit to use `eshell-file-attributes' instead of `file-attributes'.
8321 The former is more sensitive to directories that are read via FTP,
8322 and knows how to use ange-ftp to determine full attribute
8323 information, instead of just the name and last modtime.
8324 (eshell-current-ange-uids): Return the current user id when in a
8325 remote directory.
8326 (eshell-parse-ange-ls): Parse a full directory listing that has
8327 been returned by ange-ftp.
8328 (eshell-file-attributes): This beefed up version of
8329 `file-attributes' is only special if the user is currently in a
8330 remote directory, in which case it does a lot of work to find out
8331 what the real attributes of a file are, as they appear on the
8332 remote machine. This makes usage of remote directories (i.e.,
8333 ange-ftp pathnames) much more useful. You can now use Eshell as a
8334 full-fledged FTP client, with much more manipulation ability than
8335 most other clients.
8336
8337 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8338 variable, which means that Eshell's du should always be preferred
8339 in remote directories.
8340 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8341 just `file-attributes'.
8342 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8343 when reading remote directories. This is an Eshell-specific
8344 variable (not part of ange-ftp).
8345 (eshell/ln): Bind `ange-cache'.
8346 (eshell/du): Added some extra logic for determining when to use
8347 Eshell's du (which is slow), and when to use the external version
8348 (which may or may not exist).
8349
83c9cb8e
SM
8350 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8351 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8352 `get-buffer-process', since backgrounded processes don't count in
8353 the context of this function's logic.
8354
8355 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8356 `forward-char', so that null strings are parsed correctly.
8357
87730e84 83582000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8359
83c9cb8e
SM
8360 * eshell/em-pred.el (eshell-pred-file-type)
8361 (eshell-pred-file-links, eshell-pred-file-size):
8362 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8363
8364 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8365 that remote file globbing is more efficient.
8366
8367 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8368 gathering the files and attributes within a directory.
8369
8370 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8371 the command line is a special file (not a regular file, directory
8372 or symlink), always attempt to call the external version of cat.
8373
87730e84 83742000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8375
8376 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8377 Eshell-friendly version of find-tag.
8378
1c7e37a9
MB
83792000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8380
4836835a 8381 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8382 (image-file-name-regexps): Add autoload cookies.
8383
11a7f341
KH
83842000-10-13 Kenichi Handa <handa@etl.go.jp>
8385
8386 * international/mule-cmds.el (select-safe-coding-system): If FROM
8387 is string, show it in *Warning* buffer.
8388
8ddddcb0
EZ
83892000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8390
8391 * startup.el (normal-top-level): Use display-popup-menus-p instead
8392 of window-system.
8393 (command-line): Use display-graphic-p instead of window-system.
8394 (command-line-1): Use display-popup-menus-p and display-mouse-p
8395 instead of window-system.
8396
72200f89
SS
83972000-10-12 Sam Steingold <sds@gnu.org>
8398
8399 * tooltip.el (tooltip-use-echo-area): New user variable.
8400 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8401
8661c643
DL
84022000-10-12 Dave Love <fx@gnu.org>
8403
d0b40dc1
DL
8404 * recentf.el: Maintainer's checkdoc fixes.
8405
83c9cb8e
SM
8406 * startup.el (normal-top-level-add-subdirs-to-load-path):
8407 Use character class, not ASCII when matching file names.
a622451f
DL
8408 (fancy-splash-head): Add trailing slash to URL.
8409 (command-line): Don't require XPM support for toolbar.
8410
8661c643
DL
8411 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8412 (cperl-invalid-face): Revert last change.
8413 (cperl-init-faces): Quote cperl-invalid-face.
8414
ef2ed8ab
KH
84152000-10-12 Kenichi Handa <handa@etl.go.jp>
8416
8417 * startup.el (fancy-splash-text): Remove superfluous quote.
8418
b0da379e
GM
84192000-10-12 Gerd Moellmann <gerd@gnu.org>
8420
dbeb499b
GM
8421 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8422 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8423 (command-line-1): Don't use fancy-splash-pending-command.
8424 (fancy-splash-screens-1): Goto point-min after inserting text.
8425
d861718a
GM
8426 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8427
b0da379e
GM
8428 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8429 instead of shared-lisp-mode-map.
8430
4fb2ad98
MB
84312000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8432
1cb4393e
MB
8433 * faces.el (header-line): Change tty-variant to use underlining.
8434
4fb2ad98
MB
8435 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8436 (isearch-highlight): Restore lazy-isearch face properties at old
8437 position, and suppress them at new position.
8438 (isearch-dehighlight): Restore lazy-isearch face properties.
8439 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8440 over the real isearch overlay, but in that case, don't give it a
8441 face property. Use `push'.
8442
eb991b25
KH
84432000-10-12 Kenichi Handa <handa@etl.go.jp>
8444
8445 * man.el (Man-getpage-in-background): Fix previous change.
8446 Decode the process output only when we are in multibyte mode.
8447
a818c1c0
DL
84482000-10-11 Dave Love <fx@gnu.org>
8449
c990f53a
DL
8450 * info.el (Info-mode-menu): Fix some help.
8451 (info-tool-bar-map): Add entry for Info-last.
8452
a818c1c0
DL
8453 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8454 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8455 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8456 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8457 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8458 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8459 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8460 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8461 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8462 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8463 Reduce colour requirements to 25 overall. (Probably wants
8464 revisiting from the originals to reduce further.)
8465
c1b096cb
EZ
84662000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8467
8468 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8469 buffer-file-coding-system, instead of raw-text.
8470 (dehexlify-buffer): Bind coding-system-for-read to
8471 buffer-file-coding-system, instead of raw-text.
8472
5c8b7eaf
SS
84732000-10-11 Sam Steingold <sds@gnu.org>
8474
83c9cb8e 8475 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8476 `underline' - fixes the bug introduced on 2000-09-21.
8477
2cfbdb7a
DL
84782000-10-11 Dave Love <fx@gnu.org>
8479
83c9cb8e
SM
8480 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8481 Avoid compiler warnings.
2cfbdb7a
DL
8482 (scheme-mode): Doc fix.
8483 (scheme-font-lock-keywords-1): Match `define-syntax'.
8484
84852000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8486
8487 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8488 face specs as well as default ones. Only do anything if the
8489 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8490 (region): Make dark-background `region' face less in-your-face.
4b33f290 8491
690ec649
SS
84922000-10-10 Sam Steingold <sds@gnu.org>
8493
8494 * chistory.el, ielm.el, ledit.el:
8495 * progmodes/inf-lisp.el, progmodes/scheme.el:
8496 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8497
3b95d6bb
SM
84982000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8499
8500 * textmodes/texinfo.el: Update copyright and fix typo.
8501
8502 * desktop.el (desktop-modes-not-to-save): New var.
8503 (desktop-save-buffer-p): Use it.
a30eb617
DL
8504 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8505 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8506
85072000-10-10 Dave Love <fx@gnu.org>
8508
8509 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8510 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8511
8512 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8513 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8514 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8515 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8516 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8517 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8518 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8519 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8520 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8521 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8522 the .xpms; probably need retouching.
8523
85242000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8525
8526 * subr.el (add-to-list): Add optional argument APPEND.
8527 * battery.el (display-battery): Use `add-to-list'.
8528
85292000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8530
83c9cb8e
SM
8531 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8532 properties.
a30eb617
DL
8533 (zone, zone-when-idle, zone-leave-me-alone)
8534 (zone-pgm-whack-chars): Use new symbol properties.
8535
8536 * battery.el (display-battery): Doc spelling fix.
8537
8538 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8539 property.
8540
85412000-10-09 Dave Love <fx@gnu.org>
8542
8543 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8544 has been initialized before calling tool-bar-setup.
8545 (tool-bar-add-item-from-menu): Add autoload cookie.
8546
85472000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8548
8549 * menu-bar.el (send-mail-item-name): New function.
8550 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8551 of mail-user-agent in the menu. Don't display the "Send Mail"
8552 item if mail-user-agent is nil or its value is ignore.
8553 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8554 if read-mail-command is nil or its value is ignore.
8555
8556 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8557
85582000-10-09 Miles Bader <miles@gnu.org>
8559
8560 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8561 Correct image size.
8562 * toolbar/left_arrow.xpm: Correct image size.
8563
8564 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8565 will be done by the definition of `auto-compression-mode' if
8566 necessary. Move code to uninstall existing file-name handler
8567 before definition of `auto-compression-mode'.
8568
8569 * image-file.el (auto-image-file-mode): Move to the end of the
8570 file, because `define-minor-mode' actually calls the mode-function
8571 if the associated variable is non-nil, which requires that all
8572 needed functions be already defined.
8573
8574 * mouse.el (popup-menu): Balance parens.
8575
85762000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8577
8578 * mouse.el (popup-menu): Move the command call outside the loop
8579 so that popup-menu returns whatever the command returns.
8580
8581 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8582 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8583 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8584 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8585
8586 * vc.el (vc-version-diff): diff-switches can be a list.
8587 Use relative filenames for prettier output.
8588
8589 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8590 (vc-post-command-functions): Remove old-VC compatibility code.
8591
8592 * newcomment.el (comment-indent-default): Autoload.
8593
8594 * font-lock.el (font-lock-defaults): Make buffer-local.
8595 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8596 (font-lock-choose-keywords):
8597 Ignore LEVEL unless KEYWORDS is a list of syms.
8598 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8599 Don't wrap regexp-opt things in \(...\) unnecessarily.
8600
8601 * jit-lock.el: Don't require font-lock any more.
8602 (jit-lock-functions): Make buffer-local.
8603 (jit-lock-saved-fontify-buffer-function): Remove.
8604 (jit-lock-mode): Remove autoload cookie.
8605 Remove font-lock specific code.
8606 (jit-lock-unregister): Don't bother handling complex hooks any more.
8607 (jit-lock-refontify): New function.
8608 (jit-lock-fontify-buffer): Use it.
8609 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8610 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8611 Add optional args START and END.
8612 Never call font-lock-fontify-region directly.
8613 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8614
8615 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8616
86172000-10-08 Dave Love <fx@gnu.org>
8618
8619 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8620
8621 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8622
8623 * play/studly.el (studlify-region, studlify-word): Add autoload
8624 cookie.
8625
8626 * play/morse.el (morse-region, unmorse-region): Add autoload
8627 cookie.
8628
8629 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8630 concat.
8631
8632 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8633 insist on symbols starting with word syntax.
8634 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8635 (eval-defun-1): Doc fix.
8636 (indent-sexp): Use nconc to build up indent-stack.
8637
8638 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8639 Gnus with little use.
8640 (mail-setup-hook): Add mail-abbrevs-setup to options.
8641
8642 * recentf.el: Doc fixes.
8643
8644 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8645 Clean up remainder.
8646
8647 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8648 without timezone and (8) with timezone to enforce some whitespace.
8649 Simplify code somewhat.
8650
8651 * options.el (list-options): Doc that you should use customize.
8652
8653 * iswitchb.el (iswitchb-mode): Add :require.
8654
8655 * info.el (Info-goto-node, Info-menu): Doc fix.
8656 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8657 (info-tool-bar-map): New variable.
8658 (Info-mode): Use it.
8659 (Info-edit-map): Define all in defvar.
8660 (speedbar-attached-frame): Avoid compiler warning.
8661
8662 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8663 (global-map): Bind [tool-bar] to a filtered map.
8664 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8665 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8666 Allow PBM icons.
8667 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8668
8669 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8670 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8671 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8672 icons, except up_arrow, which is left-arrow rotated.
8673
8674 * imenu.el (imenu-add-to-menubar): Fix last change.
8675
86762000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8677
8678 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8679 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8680
86812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8682
8683 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8684 typos in doc strings.
8685
8686 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8687 the doc strings how to customize Font Lock faces.
8688
8689 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8690 computing growth when dragging the header line.
8691
86922000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8693
8694 * simple.el (kill-line): Doc fix.
8695
86962000-10-08 Miles Bader <miles@gnu.org>
8697
8698 * faces.el (secondary-selection): Make foreground visible on tty.
8699
8700 * jka-compr.el (auto-compression-mode): Move to the end of the
8701 file, because `define-minor-mode' actually calls the mode-function
8702 if the associated variable is non-nil, which requires that all
8703 needed functions be already defined.
8704 (with-auto-compression-mode): Add autoload cookie.
8705
87062000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8707
8708 * files.el (find-backup-file-name) [ms-dos]: If support for long
8709 file names is not available, behave as if version-control were set
8710 to never.
8711
87122000-10-07 Dave Love <fx@gnu.org>
8713
8714 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8715 (browse-url-gnome-moz): New function.
8716 (browse-url-browser-function): Use it.
8717 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8718
87192000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8720
8721 * indent.el (tab-always-indent): New var.
8722 (indent-for-tab-command): Use it.
8723
8724 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8725 raise an error. This way it can still default to a sane value.
8726
87272000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8728
8729 * startup.el (fancy-splash-screens): Use local rather than global map.
8730 Don't use `update-menu-bindings' any more.
8731 Get rid of assumptions about keymap representation.
8732
87332000-10-06 Dave Love <fx@gnu.org>
8734
8735 * textmodes/fill.el (sentence-end-double-space)
8736 (sentence-end-without-period): Doc fix.
8737 (adaptive-fill-regexp): Purecopy.
8738 (unjustify-current-line): Use line-end-position.
8739 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8740
8741 * net/eudc-vars.el (eudc): Add :version, :link.
8742
8743 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8744
8745 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8746 Fix for define-minor-mode.
8747 (function-at-point): Alias to function-called-at-point.
8748
8749 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8750
8751 * simple.el (backward-word): Doc fix.
8752
8753 * image-file.el (image-file-name-regexp): image-file-regexps ->
8754 image-file-name-regexps.
8755 (image-file-name-extensions): Add pbm.
8756
87572000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8758
8759 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8760 and add filename to the names so that diff-mode can jump to source.
8761
8762 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8763 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8764 (tex-font-lock-keywords-1): Remove.
8765 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8766 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8767 (font-lock-default-fontify-region):
8768 Expand beg..end correctly when just following a multiline region.
8769 (font-lock-fontify-anchored-keywords):
8770 Include the anchor text as part of the multiline.
8771
87722000-10-06 Gerd Moellmann <gerd@gnu.org>
8773
8774 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8775 latter needs the autoloaded define-minor-mode macro during the
8776 bootstrap.
8777
8778 * startup.el (command-line): For now, activate tool-bar-mode only
8779 if XPM images are supported.
8780
8781 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8782 window by dragging a header-line at the top of the frame; that's
8783 confusing because the header-line doesn't move.
8784 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8785 of treating the event as a list. Some cleanup.
8786
87872000-10-06 Miles Bader <miles@gnu.org>
8788
8789 * simple.el (display-message-or-buffer): New function.
8790 (shell-command-on-region): Use `display-message-or-buffer'.
8791
8792 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8793 docstring parts.
8794
8795 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8796 (smbclient-prompt-regexp): Add usage note to doc string.
8797 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8798 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8799 Use add-hook for adding the comint filter function, and only do so
8800 if it's not already in the global hook list.
8801 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8802 to `make-local-variable'.
8803 (nslookup-font-lock-keywords): Remove prompt entry.
8804 (nslookup): Don't set the process-filter.
8805 (finger): Exit the loop correctly when the regexps list runs out.
8806 (ftp, smbclient, smbclient-list-shares):
8807 Set the real major mode immediately, not after execing.
8808 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8809
8810 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8811
88122000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8813
8814 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8815
8816 * which-func.el (which-func-format): Remove spurious space.
8817 (which-func-mode): Don't make it permanent-local.
8818 (which-func-ff-hook): Allow which-func-maxout to be nil.
8819 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8820 (which-func-mode): Simplify.
8821 Use post-command-idle-hook rather than post-command-hook.
8822 Go through all buffers and update their state.
8823 (which-function): Also try add-log-current-defun-function.
8824
8825 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8826 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8827 Update call to with-vc-properties accordingly.
8828 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8829 (vc-revert-buffer): More careful about window selection and deletion.
8830 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8831
8832 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8833 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8834 (cvs-dired-action): Change the default to quickdir.
8835
8836 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8837 if comment-indent-function returns nil.
8838 (comment-indent-default): New function.
8839 (comment-indent-function): Use it and document the new semantics.
8840
8841 * image-file.el: Docstring fixes.
8842
8843 * help.el (help-xref-on-pp): Use match-string.
8844 (describe-variable): New arg BUFFER.
8845 Store the current buffer in the help-xref-stack.
8846 (temp-buffer-resize-mode): Use define-minor-mode.
8847
8848 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8849 consistently with its docstring.
8850 Set jit-lock-first-unfontify-pos in an idempotent way.
8851 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8852
88532000-10-05 Alex Schroeder <alex@gnu.org>
8854
8855 * sql.el (sql-mysql-options): New variable.
8856 (sql-mysql): Use it.
8857
88582000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8859
8860 * image.el (image): New group.
8861
8862 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8863 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8864
88652000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8866
8867 * net/net-utils.el (nslookup-font-lock-keywords)
8868 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8869 Ignore the value of wqindow-system; always define keywords
8870
88712000-10-05 Kenichi Handa <handa@etl.go.jp>
8872
8873 * startup.el (fancy-splash-screens): Remove the code for
8874 debugging; `(trace-to-stderr "EXITTT\n")'.
8875
88762000-10-05 Miles Bader <miles@gnu.org>
8877
8878 * diff-mode.el (diff-goto-source): Update call to
8879 `diff-hunk-status-msg' to reflect new REV variable.
8880
88812000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8882
8883 * progmodes/icon.el (icon-mode):
8884 Don't gratuitously override the default for comment-column.
8885
8886 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8887
8888 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8889 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8890 (jit-lock-functions): New var.
8891 (jit-lock-function-1): Use it if non-nil.
8892 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8893 Set the `fontified' property before doing the fontification to avoid
8894 repeatedly going through the same error.
8895 Don't turn errors into messages.
8896 (jit-lock-register, jit-lock-unregister): New functions.
8897
8898 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8899 Use with-current-buffer.
8900
8901 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8902 Turn comment into docstring.
8903
8904 * apropos.el (apropos-mode): Use define-derived-mode.
8905
89062000-10-04 Gerd Moellmann <gerd@gnu.org>
8907
8908 * startup.el (fancy-splash-pending-command): New variable.
8909 (fancy-splash-pre-command): New function.
8910 (fancy-splash-screens): Rewritten.
8911 (command-line-1): If fancy-splash-pending-command is set, call it
8912 interactively.
8913
89142000-10-04 Dave Love <fx@gnu.org>
8915
8916 * toolbar/tool-bar.el (tool-bar-setup): New function.
8917 (tool-bar-mode): Use it.
8918
8919 * subr.el (substitute-key-definition): Doc fix.
8920 (play-sound-file): New command.
8921
89222000-10-04 Andre Spiegel <spiegel@gnu.org>
8923
8924 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8925 vc-version-backup-file-name): New functions.
8926
8927 * files.el (basic-save-buffer): Call vc-before-save before saving.
8928
8929 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8930 vc-cvs-stay-local-p.
8931
8932 * vc.el (vc-revert-buffer): Handle empty diff properly.
8933 (vc-version-backup-file): New function.
8934 (vc-checkout): Create a version backup if necessary.
8935 (vc-checkin): If a version backup file exists, delete it.
8936 (vc-version-diff): Diff locally using version backups, if available.
8937 (vc-revert-file): If there's a version backup, revert locally.
8938 (vc-transfer-file): Use version backup for base version, if
8939 available. If not, ask for confirmation whether to get it from the
8940 server. Update mode line before check-in.
8941
89422000-10-04 Dave Love <fx@gnu.org>
8943
8944 * toolbar/tool-bar.el (tool-bar-setup): New function.
8945 (tool-bar-mode): Use it.
8946
89472000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8948
8949 * net/net-utils.el (nslookup-font-lock-keywords)
8950 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8951 Only set if window-system is non-nil
8952 (net-utils-run-program): Returns buffer.
8953 (network-connection-reconnect): Added this function.
8954
8955 * generic.el:
8956 Incorporates extensive cleanup and docfixes by
8957 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8958 Uses cl compile-time macros.
8959 (generic-mode-name, generic-comment-list)
8960 (generic-keywords-list, generic-font-lock-expressions)
8961 (generic-mode-function-list, generic-mode-syntax-table):
8962 Removed variables.
8963 (generic-mode-alist): Renamed to generic-mode-list.
8964 (generic-find-file-regexp): Default changed to "^#".
8965 (generic-read-type): Uses completing read on generic-mode-list.
8966 (generic-mode-sanity-check): removed this function.
8967 (generic-add-to-auto-mode): Removed this function
8968 (generic-mode-internal): Bind mode-specific definitions
8969 into function instead of putting them in alist.
8970 (generic-mode-set-comments): Reworked extensively.
8971 (generic-mode-find-file-hook): Simplified regexp searching
8972 (generic-make-keywords-list): Omit extra pair of parens
8973
8974 * find-lisp.el (find-lisp-find-files-internal):
8975 Make sure directory name ends with "/".
8976
8977 * generic-x.el (apache-conf-generic-mode):
8978 Regexp now allows leading whitespace.
8979 (rc-generic-mode): Added eval-when-compile
8980 around generic-make-keywords-list.
8981 Deleted duplicate regexp
8982 (rul-generic-mode): Added eval-when-compile
8983 around generic-make-keywords-list.
8984 (etc-fstab-generic-mode): New generic mode.
8985 (rul-generic-mode): Removed one eval-when-compile
8986 which caused a max-specpdl-size exceeded error.
8987
89882000-10-04 Miles Bader <miles@gnu.org>
8989
8990 * simple.el (minibuffer-temporary-goal-position): New variable.
8991 (next-history-element): Try to keep the position of point in the
8992 input string constant.
8993
8994 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8995 (dired-do-create-files): If there's only one file, pass it in as
8996 the DEFAULT arg to dired-mark-read-file-name.
8997
89982000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8999
9000 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9001 (diff-goto-source): Be smarter when choosing REVERSE or not.
9002
9003 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9004 (texinfo-mode-menu): Add an explicit shortcut for update all.
9005
90062000-10-03 Andre Spiegel <spiegel@gnu.org>
9007
9008 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9009 factorize backend-specific code cleanly (this was essentially
9010 conceived by Stefan Monnier).
9011 (vc-unregister): Function removed.
9012 (vc-revert-file): New function.
9013 (vc-revert-buffer): Delegate some of the work to it.
9014
9015 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9016 default branch unconditionally.
9017 (vc-rcs-set-default-branch): New function.
9018 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9019 (vc-rcs-checkin): If an appropriate default branch has been set,
9020 force creation of that branch.
9021 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9022 code (as suggested by Stefan Monnier).
9023
90242000-10-02 Gerd Moellmann <gerd@gnu.org>
9025
9026 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9027 highlighting overlay with a different face over the overlay
9028 isearch uses to highlight the current match because that can lead
9029 to bad face combinations.
9030
9031 * loadup.el (toplevel): Load faces before isearch.
9032
9033 * isearch.el (isearch-faces): New custom group.
9034 (isearch): New defface; was already tested for in the code.
9035 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9036 (isearch-highlight): Always use face `isearch'.
9037
90382000-10-02 Dave Love <fx@gnu.org>
9039
9040 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9041 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9042 comparison of opcode with operand.
9043
90442000-10-03 Miles Bader <miles@gnu.org>
9045
9046 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9047 buffer, since the echo area will now grow to accommodate them.
9048
90492000-10-02 Andre Spiegel <spiegel@gnu.org>
9050
9051 * vc-hooks.el (vc-registered): If FILE used to be registered under
9052 a certain backend, try that one first.
9053
9054 * vc.el (vc-responsible-backend): Undo the previous change in the
9055 argument list. Handle multiple backends correctly.
9056 (vc-find-new-backend): Function removed.
9057 (vc-register): Use vc-responsible-backend, as before.
9058 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9059
90602000-10-02 Gerd Moellmann <gerd@gnu.org>
9061
9062 * startup.el (fancy-splash-head): Change message below the
9063 logo.
9064
90652000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9066
9067 * diff-mode.el (diff-goto-source): Emit a status message.
9068 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9069 (diff-test-hunk): Fix doc string.
9070 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9071 (diff-advance-after-apply-hunk): New variable.
9072 (diff-apply-hunk): Don't return a value.
9073
90742000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9075
9076 * vc.el (vc-editable-p): Minor optimization.
9077 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9078 (vc-find-new-backend): New function split from vc-responsible-backend.
9079 (vc-register): Use it.
9080 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9081 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9082 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9083 (vc-clear-headers): Don't use find-file.
9084 (vc-revert-buffer): Use `and' again (must have been a braino).
9085 (vc-switch-backend): Only prompt if requested.
9086 Short circuit if nothing is to be done.
9087 Don't use vc-resynch-buffer which could lose unsaved editing.
9088 (vc-default-receive-file): Update call to vc-unregister.
9089 (with-vc-file, vc-next-action-on-file):
9090 Use vc-backend rather than vc-registered.
9091 (vc-next-action-on-file): Use intern-soft.
9092 Deal with read-only *vc-diff* buffer.
9093 (vc-transfer-file): Docstring fix.
9094
9095 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9096 (vc-rcs-receive-file): Avoid with-vc-properties.
9097 Update call to vc-unregister.
9098 Use constant `RCS' rather than (dynamically bound) var `backend'.
9099
91002000-10-01 Andre Spiegel <spiegel@gnu.org>
9101
9102 * vc.el (vc-next-action-on-file): Update mode line only if file
9103 is visited.
9104 (vc-start-entry): New argument initial-contents. Don't visit the file
9105 if it isn't already visited. Brought documentation up-to-date.
9106 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9107 (vc-checkin): New optional arg initial-contents, which is passed to
9108 vc-start-entry.
9109 (vc-finish-logentry): Make sure to bury log buffer only if there
9110 really is one. Call `vc-resynch-buffer' on log-file, not
9111 buffer-file-name.
9112 (vc-default-comment-history, vc-default-wash-log): New functions.
9113 (vc-index-of): Removed.
9114 (vc-transfer-file): Make do without the above.
9115 (vc-default-receive-file): Call comment-history unconditionally. Pass
9116 the resulting string to vc-checkin, instead of inserting it into the
9117 comment ring.
9118
9119 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9120 unconditionally. Use the comments as initial contents of the log
9121 entry buffer. Document the trick to force branch creation with no
9122 changes.
9123
91242000-10-01 Miles Bader <miles@gnu.org>
9125
9126 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9127 `recenter' with an arg to prevent redrawing the display.
9128
91292000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9130
9131 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9132
9133 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9134
9135 * progmodes/c-mode.el (c-mode):
9136 Don't gratuitously override the default for comment-column.
9137
9138 * textmodes/tex-mode.el (latex-metasection-list): New var.
9139 (latex-imenu-create-index): Use it.
9140 Move the regexp construction outside loops (and use push).
9141 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9142 (tex-font-lock-keywords): Moved from font-lock.el.
9143 (tex-comment-indent): Remove.
9144 (tex-common-initialization): Don't set comment-indent-function.
9145 (latex-block-default): New var.
9146 (tex-latex-block): Use it to provide a default choice.
9147 Add any unknown choice to latex-block-names.
9148 Insert [...] after {...}.
9149 (tex-last-unended-begin): Simplify regexp.
9150 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9151 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9152 (latex-mode): Set forward-sexp-function.
9153
9154 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9155 Add regexp for @ignore ... @end ignore.
9156 (texinfo-heading-face): New face.
9157 (texinfo-font-lock-keywords): Use it.
9158 (texinfo-mode-menu): New menu.
9159 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9160 New functions.
9161 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9162 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9163 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9164 Remove declaration.
9165 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9166
9167 * delsel.el (delete-selection-mode): Use define-minor-mode.
9168
9169 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9170
91712000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9172
9173 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9174
91752000-09-30 Gerd Moellmann <gerd@gnu.org>
9176
9177 * replace.el (keep-lines-read-args): New function.
9178 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9179 read arguments interactively. Add parameters RSTART and REND.
9180 Operate on the active region in Transient Mark mode.
9181
9182 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9183
9184 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9185 (authors-obsolete-files-regexps): New variable.
9186 (authors-add): Don't record changes in obsolete files.
9187
91882000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9189
9190 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9191
9192 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9193 (comment-indent): Make sure there's a space between code and comment.
9194 Shift comments left to avoid going past fill-column.
9195
91962000-09-29 Gerd Moellmann <gerd@gnu.org>
9197
9198 * startup.el (startup-echo-area-message): New function.
9199 (display-startup-echo-area-message): Use it.
9200 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9201 (fancy-splash-default-action): New function.
9202 (fancy-splash-screens-1): New function.
9203 (fancy-splash-head): Put a help-echo and a keymap under the image.
9204
92052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9206
9207 * diff-mode.el (diff-add-log-file-name): Remove.
9208 (diff-mode): Use add-log-buffer-file-name-function.
9209
9210 * add-log.el (find-change-log): New arg BUFFER-FILE.
9211 (add-log-file-name): Obey add-log-file-name-function.
9212 (add-log-buffer-file-name-function): New var.
9213 (add-change-log-entry): Use it.
9214
92152000-09-29 Miles Bader <miles@gnu.org>
9216
9217 * image-file.el (image-file-name-extensions): New variable.
9218 (image-file-name-regexps): Renamed from `image-file-regexps'.
9219 New default value is nil. Call `auto-image-file-mode'.
9220 (image-file-name-regexp): New function.
9221 (auto-image-file-mode): New minor mode.
9222 (insert-image-file): Don't make conditional on the image-file
9223 handler being enabled.
9224 (image-file-handler): Make the call here conditional instead.
9225 (set-image-file-handler-enabled, enable-image-file-handler)
9226 (disable-image-file-handler): Functions removed.
9227
9228 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9229 string.
9230
92312000-09-29 Gerd Moellmann <gerd@gnu.org>
9232
9233 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9234 it's a function from CL.
9235 (latex-imenu-create-index): Replace eval-when-compile with progn
9236 because latex-section-alist is not bound while compiling.
9237
92382000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9241 (outline-mode): Use define-derived-mode.
9242
9243 * progmodes/perl-mode.el (perl-mode):
9244 * progmodes/awk-mode.el (awk-mode):
9245 * progmodes/asm-mode.el (asm-mode):
9246 Don't gratuitously override the default for comment-column.
9247
9248 * emacs-lisp/lisp.el (lisp-complete-symbol):
9249 Distinguish the let-binding case from the funcall case.
9250 (forward-sexp-function): New variable.
9251 (forward-sexp): Use it.
9252
9253 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9254 (easy-mmode-defmap): Remove the now useless autoload.
9255
9256 * time.el (display-time-mode): Use define-minor-mode.
9257
9258 * subr.el (add-minor-mode): Don't eval NAME.
9259 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9260 Use if rather than cond.
9261
9262 * simple.el (read-expression-map): Define more properly.
9263 (comment-indent-hook): Remove.
9264 (string-to-syntax): Bug fix.
9265
9266 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9267 (cvs-ediff-diff): Fix typo.
9268 (cvs-revert-if-needed): Don't bother preserving read-only.
9269
9270 * paren.el (show-paren-mode): Use define-minor-mode.
9271
9272 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9273 (toggle-auto-compression): Remove.
9274 (jka-compr-build-file-regexp): Remove useless grouping.
9275
9276 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9277 Avoid user-reserved bindings.
9278 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9279 (diff-header-face): Revert to grey85.
9280
9281 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9282
9283 * complete.el (partial-completion-mode) <defcustom>: Remove.
9284 (partial-completion-mode): Use define-minor-mode.
9285 (PC-do-completion): Understand `completion-auto-help = delay'
9286 to mean to popup the completion buffer only the second time.
9287 (PC-include-file-all-completions, PC-include-file-all-completions)
9288 (PC-include-file-all-completions): Don't quote lambda.
9289
9290 * comint.el (comint-mode-hook): Docstring fix.
9291 (comint-mode): Use define-derived-mode.
9292 (comint-mode-map): Remove obsolete comment.
9293 (make-comint): Minor stylistic change.
9294 (comint-insert-clicked-input): Be more careful to find the overlay.
9295 Use this-command-keys rather than hardcoding mouse-2.
9296
9297 * font-lock.el: Replace confusing (,@ with ,
9298 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9299 Don't use regexp-opt-depth. Spice up the regexp for args.
9300 Don't distinguish between cmds that can take an opt arg or not.
9301 Use `append' and `prepend' rather than `keep'.
9302
9303 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9304 (latex-outline-regexp): New var.
9305 (latex-outline-level): New fun.
9306 (latex-section-alist): New var.
9307 (latex-imenu-create-index): Use it. Use `push' as well.
9308 (tex-shell-map): Initialize it properly.
9309 (tex-mode): Minor stylistic change.
9310 (plain-tex-mode): Use define-derived-mode.
9311 (latex-mode): Use define-derived-mode.
9312 Construct the paragraph regexps in a more readable way.
9313 Set the buffer-local outline-{level,regexp} vars.
9314 (slitex-mode): Derive from latex-mode.
9315 (tex-common-initialization): Don't kill-all-vars anymore.
9316 Add setting for comment-add and font-lock-defaults.
9317 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9318 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9319 (tex-start-tex): New arg DIR (and send a chdir command for it).
9320 Also display the shell buffer and save it in tex-last-buffer-texed.
9321 (tex-region): Use expand-file-name rather than concat.
9322 Remove code made useless by changes in tex-start-tex.
9323 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9324
9325 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9326
93272000-09-28 Dave Love <fx@gnu.org>
9328
9329 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9330
93312000-09-28 Gerd Moellmann <gerd@gnu.org>
9332
9333 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9334 `append'.
9335
93362000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9337
9338 * info.el (Info-extract-pointer): Undo last change.
9339 Instead, fix the position of the `bound' arg to re-search-backward.
9340
93412000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9342
9343 * info.el (Info-extract-pointer):
9344 Widen more carefully, to avoid finding pointers in other nodes.
9345 (Info-index): Use push.
9346
93472000-09-27 Gerd Moellmann <gerd@gnu.org>
9348
9349 * frame.el (set-frame-font): Remove call to obsolete function
9350 frame-update-faces.
9351 (set-foreground-color, set-background-color): Likewise for
9352 frame-update-face-colors.
9353
93542000-09-27 Miles Bader <miles@gnu.org>
9355
9356 * image-file.el: New file.
9357
93582000-09-27 Gerd Moellmann <gerd@gnu.org>
9359
9360 * frame.el (frame-notice-user-settings): Don't call
9361 frame-update-faces, which is a no-op now.
9362
9363 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9364 tool-bar-lines.
9365
93662000-09-27 Dave Love <fx@gnu.org>
9367
9368 * mouse.el: Fix last change.
9369
93702000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9371
9372 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9373
93742000-09-22 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/quail.el (quail-help): The output message is
9377 improved.
9378
93792000-09-26 Dave Love <fx@gnu.org>
9380
9381 * mouse.el (popup-menu): If POSITION is nil, set it using
9382 mouse-position.
9383
93842000-09-25 Sam Steingold <sds@gnu.org>
9385
9386 * net/browse-url.el (browse-url-file-url): Check for null maps.
9387
93882000-09-26 Gerd Moellmann <gerd@gnu.org>
9389
9390 * frame.el (frame-notice-user-settings): Don't add a
9391 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9392
9393 * frame.el (frame-notice-user-settings):
9394 Make tool-bar-mode and default-frame-alist consistent.
9395
9396 * toolbar/tool-bar.el (tool-bar-help): New function.
9397
93982000-09-25 Gerd Moellmann <gerd@gnu.org>
9399
9400 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9401 current-load-list in top-level forms. Else this leaks a cons cell
9402 every time a defun is called.
9403
9404 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9405
94062000-09-25 Dave Love <fx@gnu.org>
9407
9408 * startup.el (fancy-splash-head): Check XPM is available.
9409
9410 * autoinsert.el (auto-insert): Doc fix.
9411 (auto-insert-alist): Following GNU notices, don't say `copyright
9412 _by_'. Use line-beginning-position.
9413 (auto-insert): Check buffer-file-name is non-nil before use.
9414
94152000-09-25 Gerd Moellmann <gerd@gnu.org>
9416
9417 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9418 starting with `@def' or `@multitable', in addition to ones
9419 specified by the user in auto-fill-inhibit-regexp.
9420
94212000-09-25 Markus Rost <rost@math.ohio-state.edu>
9422
9423 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9424 rmail-dont-reply-to-names matches the empty string.
9425
94262000-09-25 Gerd Moellmann <gerd@gnu.org>
9427
9428 * startup.el (command-line-1, fancy-splash-text): Change the
9429 text to sound more friendly.
9430
94312000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9432
9433 * progmodes/hideshow.el: Update author email address.
9434 Generally, sync w/ maintainer version 5.22.
9435 (hs-hide-all-non-comment-function): New var.
9436 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9437 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9438 (hs-show-region): Delete this command.
9439 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9440
94412000-09-22 Dave Love <fx@gnu.org>
9442
9443 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9444 (hl-line-highlight): Specify buffer when moving overlay.
9445
9446 * progmodes/fortran.el (fortran-mode): Locally set
9447 normal-auto-fill-function.
9448 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9449 (fortran-mode-map): Adjust auto-fill menu entry.
9450
94512000-09-22 Gerd Moellmann <gerd@gnu.org>
9452
9453 * vc-rcs.el (toplevel): Require `vc' when compiling.
9454
9455 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9456
94572000-09-22 Andre Spiegel <spiegel@gnu.org>
9458
9459 * vc.el (vc-switch-backend): Signal an error if the file is not
9460 registered under the new backend.
9461
9462 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9463 without explicit revision number.
9464
94652000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9466
9467 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9468 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9469 (diff-xor): New function.
9470 (diff-find-source-location): Use it. Fix a stupid name clash.
9471 (diff-hunk-status-msg): New function.
9472 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9473 (diff-test-hunk): Use diff-find-source-location.
9474 (diff-goto-source): Favor the `reverse'.
9475 (diff-hunk-text): Properly handle one-sided context diffs.
9476 (diff-apply-hunk): When done, advance to the next hunk.
9477
94782000-09-21 Gerd Moellmann <gerd@gnu.org>
9479
9480 * startup.el (command-line): If frame was created with a non-zero
9481 tool-bar-lines parameter, switch tool-bar-mode on.
9482
9483 * add-log.el (change-log-date-face, change-log-name-face)
9484 (change-log-email-face, change-log-file-face)
9485 (change-log-list-face, change-log-conditionals-face)
9486 (change-log-function-face, change-log-acknowledgement-face):
9487 New faces, inheriting from font-lock faces.
9488 (change-log-font-lock-keywords): Use them.
9489
94902000-09-21 Dave Love <fx@gnu.org>
9491
9492 * progmodes/cperl-mode.el (top-level): Clean up
9493 `eval-when-compile's and assorted defvars.
9494 (cperl-invalid-face): Don't double-quote value. Change custom
9495 type.
9496 (cperl-mode): Set normal-auto-fill-function and don't zap
9497 auto-fill-function.
9498 (cperl-imenu--function-name-regexp-perl): Renamed from
9499 imenu-example--function-name-regexp-perl.
9500 (cperl-imenu--create-perl-index): Renamed from
9501 imenu-example--create-perl-index.
9502 (cperl-xsub-scan): Don't require cl.
9503
9504 * msb.el (msb-mode-map): Use substitute-key-definition.
9505 (msb-mode): Use msb-mode-map.
9506
95072000-09-21 Andre Spiegel <spiegel@gnu.org>
9508
9509 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9510 New functions.
9511 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9512 (vc-switch-backend): New function.
9513 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9514 (vc-register): Fix prompt.
9515 (vc-unregister, vc-default-unregister): New functions.
9516 (vc-version-diff): Handle empty buffer in sentinel.
9517
9518 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9519 (vc-rcs-state-heuristic): Use it to guess the state of files with
9520 non-strict locking.
9521 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9522 been set with -b, but not created yet.
9523 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9524 contents in order to find the state.
9525 (vc-rcs-checkin): Allow creation of branches with no changes.
9526 (vc-rcs-unregister, vc-rcs-receive-file)
9527 (vc-rcs-set-non-strict-locking): New functions.
9528
9529 * vc-hooks.el (vc-name): Force correct computation of the value
9530 in case it is missing.
9531
95322000-09-21 Gerd Moellmann <gerd@gnu.org>
9533
9534 * startup.el (fancy-splash-tail): Use a different foreground
9535 color on a dark frame background.
9536
95372000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9538
9539 * info.el: Use the correct capitalization when making Info-mode
9540 and Info-edit-mode `special' modes.
9541
95422000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9543
9544 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9545 (diff-mode): Add support for add-log.el.
9546 (diff-hunk-text): Use char offsets rather than line offsets.
9547 (diff-find-source-location): Replace LINE with line-offset (nil
9548 if not found) and always set POS to a meaningful position.
9549 Adapt to the new char-offsets.
9550 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9551 Adapt to the new diff-find-source-location.
9552 (diff-goto-source): Adapt to the new diff-find-source-location.
9553
9554 * add-log.el (add-log-file-name): New function (split out of
9555 add-change-log-entry).
9556 (add-change-log-entry): Use it.
9557 Call add-log-file-name-function with the changelog file name if
9558 the current buffer is not associated with any file.
9559 Avoid find-file if the selected window is dedicated.
9560
9561 * diff-mode.el (diff-find-source-location):
9562 Move code from diff-apply-hunk. Return buffer rather than file.
9563 (diff-apply-hunk): Use the new result from diff-find-source-location.
9564 (diff-goto-source): Use the new diff-find-source-location.
9565
95662000-09-20 Dave Love <fx@gnu.org>
9567
9568 * iswitchb.el: Some doc fixes.
9569 (iswitchb-mode-map): Define completely initially. Inherit
9570 minibuffer-local-map.
9571 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9572 fundamental-mode.
9573 (iswitchb-global-map): New variable.
9574 (iswitchb-summaries-to-end): Amalgamate regexps.
9575 (iswitchb-mode): New.
9576 (iswitchb-mode-hook): New variable.
9577 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9578 `extensions'.
9579
95802000-09-20 Gerd Moellmann <gerd@gnu.org>
9581
9582 * ehelp.el (electric-help): New defgroup.
9583 (electric-help-shrink-window): New user-option.
9584 (with-electric-help): Use it.
9585
9586 * window.el (shrink-window-if-larger-than-buffer): If face
9587 `mode-line' has a :box, and we're on a graphical frame, add 1
9588 to the needed window height.
9589
9590 * frame.el (frame-notice-user-settings): Add a last parameter nil
9591 to a call to `append', because the last list passed to `append' is
9592 not copied, and so subsequent calls to assq-delete-all will modify
9593 default-frame-alist.
9594
9595 * startup.el (fancy-splash-image): Change :type.
9596 (fancy-splash-head): Use an XBM image if appropriate.
9597 (command-line-1): Show splash screens in more cases.
9598
9599 * startup.el (fancy-splash-text): Don't quote faces.
9600
9601 * dired.el (dired-font-lock-keywords): Undo last change.
9602 (dired-readin): Bind indent-tabs-mode to nil.
9603
9604 * startup.el (fancy-splash-head): If frame's background mode
9605 is `dark', change the black background of the image to gray.
9606 (fancy-splash-screens): Display startup echo area message.
9607 (display-startup-echo-area-message): New function.
9608
96092000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9610
9611 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9612
9613 * info.el (info-header-node): Tweak for color ttys.
9614
9615 * faces.el (face-valid-attribute-values): Make sure directories we
9616 search for stipples both exist and are readable before trying to
9617 search them.
9618
9619 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9620 in the dry-run case.
9621
9622 * jka-compr.el (with-auto-compression-mode): New macro.
9623
9624 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9625 (custom-group-tag-face, custom-variable-tag-face): Use relative
9626 :height and inherit from `variable-pitch' face instead of
9627 hardwiring :family.
9628 * hi-lock.el (hi-black-hb): Likewise.
9629
9630 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9631 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9632 toolbar-add-item, if image doesn't have a mask add a `:mask
9633 heuristic'.
9634
96352000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9636
9637 * diff-mode.el: Docstring fixes.
9638 (diff-header-face, diff-comment-face): New faces.
9639 (diff-font-lock-keywords): Highlight a bit differently.
9640 (diff-find-source-location): Don't return SPAN any more.
9641 (diff-hunk-text): Don't bother erasing the temp buffer.
9642 (diff-find-text): Drop argument LINE.
9643 (diff-apply-hunk): Update calls to diff-find-text.
9644 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9645
9646 * calendar/calendar.el: Docstring fixes.
9647 (calendar-make-alist): Don't quote lambda.
9648 (calendar-star-date): Use make-local-variable.
9649
96502000-09-19 Dave Love <fx@gnu.org>
9651
9652 * toolbar/tool-bar.el: Renamed from toolbar.el.
9653 Change `toolbar' to `tool-bar' generally in symbols.
9654 Make some items invisible in `special' major modes.
9655 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9656 Add arg PROPS.
9657
9658 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9659 Add :version here.
9660 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9661
96622000-09-19 Gerd Moellmann <gerd@gnu.org>
9663
9664 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9665
9666 * files.el (find-file-suppress-same-file-warnings): New user-option.
9667 (find-file-noselect): Use it.
9668
9669 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9670 (fancy-splash-screen): Defgroup.
9671
9672 * add-log.el (change-log-font-lock-keywords): Match names
9673 more exactly for the case that font-lock-constant-face is
9674 underlined.
9675
96762000-09-19 Richard M. Stallman <rms@gnu.org>
9677
9678 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9679
96802000-09-19 Andre Spiegel <spiegel@gnu.org>
9681
9682 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9683
96842000-09-19 Gerd Moellmann <gerd@gnu.org>
9685
9686 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9687 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9688 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9689 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9690 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9691 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9692 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9693 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9694 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9695 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9696 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9697 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9698
9699 * startup.el (fancy-splash-text): New variable.
9700 (fancy-splash-delay, fancy-splash-image): New user-options.
9701 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9702 (fancy-splash-screens): New functions.
9703 (command-line-1): If display has a `display' frame parameter, has
9704 colors, and we have XPM support, show more fancy splash screens.
9705
97062000-09-19 Dave Love <fx@gnu.org>
9707
9708 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9709 with null `help'. Use modern backquote syntax.
9710
97112000-09-19 Gerd Moellmann <gerd@gnu.org>
9712
9713 * font-lock.el (font-lock-mode): Change message telling the user
9714 that ``the buffer is too big''.
9715
9716 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9717 for instance for the case that tab-width is 2.
9718
97192000-09-18 Gerd Moellmann <gerd@gnu.org>
9720
9721 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9722 toolbar-add-item, if image doesn't have a mask add a `:mask
9723 heuristic'.
9724
97252000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9726
9727 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9728 and return a cons if it's non-nil.
9729 (diff-apply-hunk): Try to jump to the line in the source text
9730 corresponding to the position of point in the in the hunk.
9731
9732 * info.el (Info-title-3-face, Info-title-2-face)
9733 (Info-title-1-face): Use face inheritance and relative sizes
9734 instead of hard-wiring things.
9735
9736 * faces.el (secondary-selection): Make dark-background variant sane.
9737
97382000-09-16 Andrew Innes <andrewi@gnu.org>
9739
9740 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9741 read-only, since they aren't under VC now.
9742
97432000-09-17 Dave Love <fx@gnu.org>
9744
9745 * tmm.el: Replace mapcar with mapc in several places.
9746
9747 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9748 ad-unadvise.
9749
9750 * international/latin1-disp.el: New file.
9751
9752 * calendar/cal-move.el (scroll-calendar-left)
9753 (scroll-calendar-right): Make arg optional (for active mode line).
9754
9755 * calendar/calendar.el (calendar-mode-line-format): Make fields
9756 mouse-sensitive.
9757 (calendar-read-date, calendar-read-date, calendar-window-list):
9758 Unquote lambda.
9759 (calendar-month-name): Use aref, not sref.
9760
9761 * view.el (minor-mode-alist): Propertize the string.
9762
9763 * international/characters.el (standard-case-table): Add entries
9764 for Greek.
9765
97662000-09-18 Miles Bader <miles@gnu.org>
9767
9768 * info.el (info-node, info-xref): Add dark-background variants.
9769
9770 * faces.el (header-line): Change defaults to be less confusing
9771 when mixed with mode-lines.
9772
9773 * info.el (Info-fontify-node): Make a few cleanups.
9774 Add extra `help-echo' and `local-map' props to node xrefs.
9775 Use header-specific faces for node-names & xrefs.
9776 (Info-use-header-line): New variable.
9777 (info-header-xref, info-header-node): New faces.
9778 (Info-setup-header-line): New function.
9779 (Info-select-node): Call Info-setup-header-line when enabled.
9780 (Info-extract-pointer): Work even if the header line is hidden.
9781 (Info-header-line): New variable.
9782
97832000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9784
9785 * vms-patch.el (print-region-function): Don't quote lambda.
9786
9787 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9788
9789 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9790 (lm-get-header-re): Allow spaces between the header and the colon.
9791 (lm-header): Allow $ in non-RCS headers.
9792 (lm-header-multiline): Put the strings back into order.
9793 Stop at an empty line. Don't require two space chars if the
9794 line is clearly not another header line.
9795
9796 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9797 (popup-menu-popup): Remove.
9798
97992000-09-15 Gerd Moellmann <gerd@gnu.org>
9800
9801 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9802 specification if or if not tool-bar item contains an `:enabled'
9803 property.
9804
9805 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9806 current buffer has no file name.
9807
98082000-09-15 Dave Love <fx@gnu.org>
9809
9810 * strokes.el: Sync with maintainer's current version with changes
9811 for Emacs, but avoid runtime cl and levents.
9812 (toplevel): Change autoloads and compilation requires.
9813 (strokes-version, strokes-bug-address, strokes-lift): Values
9814 changed.
9815 (strokes-xpm-header, strokes-insinuated): New variable.
9816 (strokes): Add :link.
9817 (strokes-mode): Customized.
9818 (strokes-while-inhibiting-garbage-collector): New macro.
9819 (strokes-remassoc): Avoid remove-if.
9820 (strokes-fix-button2-command): Don't use ad-do-it.
9821 (strokes-insinuate): New function.
9822 (strokes-button-press-event-p, strokes-button-release-event-p):
9823 New functions, used instead of non-`strokes-' versions..
9824 (strokes-mouse-event-p): Rewritten.
9825 (strokes-event-closest-point): Avoid event-point.
9826 (strokes-get-grid-position): Avoid cdadr, caadr
9827 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9828 functions.
9829 (strokes-help): Use with-output-to-temp-buffer.
9830 (strokes-window-configuration-changed-p): New function.
9831 (strokes-update-window-configuration): Use buffer-live-p,
9832 strokes-window-configuration-changed-p.
9833 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9834 (strokes-char-face): New face.
9835 (strokes-char-table, strokes-base64-chars): New variable.
9836 (strokes-xpm-for-stroke, strokes-list-strokes)
9837 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9838 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9839 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9840 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9841 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9842 functions.
9843
98442000-09-15 Gerd Moellmann <gerd@gnu.org>
9845
9846 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9847
9848 * image.el (create-image): Doc fix.
9849
9850 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9851 instead of `:heuristic-mask t'.
9852
98532000-09-14 Andrew Innes <andrewi@gnu.org>
9854
9855 * makefile.w32-in: Revert to Unix line endings.
9856
98572000-09-14 Andrew Innes <andrewi@gnu.org>
9858
9859 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9860 when installing.
9861
9862 * makefile.nt (DONTCOMPILE): Fix typo.
9863
9864 * shell.el (shell-write-history-on-exit): New function.
9865 (shell-dumb-shell-regexp): New custom variable.
9866 (shell-mode): Make shell-write-history-on-exit the process
9867 sentinel if shell name matches shell-dumb-shell-regexp.
9868
9869 * w32-fns.el: Comment out before-init-hook function which resets
9870 source-directory based; this breaks bootstrap.
9871
98722000-09-14 Dave Love <fx@gnu.org>
9873
9874 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9875 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9876 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9877 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9878 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9879 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9880 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9881 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9882 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9883
9884 * toolbar/toolbar.el: New.
9885
9886 * subdirs.el: Add toolbar.
9887
98882000-09-14 Gerd Moellmann <gerd@gnu.org>
9889
9890 * indent.el (indent-for-tab-command): Doc fix.
9891
98922000-09-14 Alex Schroeder <alex@gnu.org>
9893
9894 * ansi-color.el (ansi-colors): Doc change.
9895 (ansi-color-get-face): Simplified regexp.
9896 (ansi-color-faces-vector): Added more faces, doc change.
9897 (ansi-color-names-vector): Doc change.
9898 (ansi-color-regexp): Simplified regexp.
9899 (ansi-color-parameter-regexp): New regexp.
9900 (ansi-color-filter-apply): Doc change.
9901 (ansi-color-filter-region): Doc change.
9902 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9903 deal with zero length parameters.
9904 (ansi-color-apply-on-region): Doc change.
9905 (ansi-color-map): Doc change.
9906 (ansi-color-map-update): Removed debugging message.
9907 (ansi-color-get-face-1): Added condition-case to trap
9908 args-out-of-range errors.
9909 (ansi-color-get-face): Doc change.
9910 (ansi-color-make-face): Removed.
9911 (ansi-color-for-shell-mode): New option.
9912
99132000-09-13 Kenichi Handa <handa@etl.go.jp>
9914
9915 * international/quail.el (quail-start-translation): Translate KEY
9916 if necessary even if it doesn't have any mapping in the current
9917 input method.
9918 (quail-start-conversion): Likewise.
9919 (quail-help): The output message is improved.
9920
99212000-09-13 Miles Bader <miles@gnu.org>
9922
9923 * comint.el (comint-output-filter): Revert to using
9924 `insert-before-markers'. Add bletcherous hack to undo damage
9925 caused by `insert-before-markers'. Put `front-sticky' property on
9926 overlays created here so that the field code understands how the
9927 overlay works. Use a let when making comint-last-prompt-overlay,
9928 so that the code is easier to read.
9929
99302000-09-13 Dave Love <fx@gnu.org>
9931
9932 * wid-edit.el (widget-default-format-handler): DTRT when
9933 doc-property is a function.
9934
99352000-09-12 Francesco Potorti` <pot@gnu.org>
9936
9937 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9938 filed name if it's not there.
9939
99402000-09-12 Dave Love <fx@gnu.org>
9941
9942 * simple.el (read-mail-command): Doc fix.
9943 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9944
9945 * vc.el (vc-dired-listing-switches): Fix :version.
9946
9947 * vc-hooks.el: Doc fixes.
9948
9949 * subr.el (add-minor-mode): Use toggle-fun arg.
9950
9951 * speedbar.el: Add :version to several defcustoms.
9952
9953 * imenu.el (imenu--truncate-items, imenu--cleanup)
9954 (imenu--generic-function): Avoid mapcar.
9955 (imenu--replace-spaces): Function removed.
9956 (imenu--completion-buffer): Use subst-char-in-string.
9957 (imenu-add-to-menubar): Use keymap inheritance.
9958
99592000-09-12 Miles Bader <miles@gnu.org>
9960
9961 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9962 (diff-mode-map): Bind `diff-test-hunk'.
9963 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9964
99652000-09-11 Gerd Moellmann <gerd@gnu.org>
9966
9967 * bytecomp.el (byte-compile-defvar): Undo last change
9968 because it breaks '(make-variable-buffer-local (defvar ...)'
9969 which is used at least in dired.
9970
99712000-09-12 Kenichi Handa <handa@etl.go.jp>
9972
9973 * international/quail.el (quail-define-package): Docstring
9974 modified.
9975
99762000-09-12 Kenichi Handa <handa@etl.go.jp>
9977
9978 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9979 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9980 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9981 docstring of "chinese-py".
9982
9983 * international/quail.el (quail-translation-docstring): New
9984 variable.
9985 (quail-show-keyboard-layout): Docstring modified.
9986 (quail-select-current): Likewise.
9987 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9988 infinite recursive call.
9989 (quail-help): Check quail-translation-docstring. Format of the
9990 output changed.
9991 (quail-help-insert-keymap-description): Adjusted for the above
9992 change.
9993
99942000-09-11 Gerd Moellmann <gerd@gnu.org>
9995
9996 * bytecomp.el (byte-compile-defvar): Only cons onto
9997 current-load-list in top-level forms. Else this leaks a cons cell
9998 every time a defun is called.
9999
100002000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10001
10002 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10003 Now understands non-unified diffs. Some functionality moved into
10004 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10005 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10006 modify anything. Only reposition point in the patched file if the
10007 patch succeeds. Only pop up another window if POPUP is true.
10008 Emit a message describing what happened if successful, and at what
10009 line-offset. Automatically detect reversed hunks and do something
10010 appropriate.
10011 (diff-hunk-text, diff-find-text): New functions.
10012 (diff-filter-lines): Function removed.
10013 (diff-test-hunk): New function.
10014 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10015
100162000-09-10 Dave Love <fx@gnu.org>
10017
10018 * textmodes/tildify.el: Minor doc/commentary fixes.
10019 (tildify) <defgroup>: Add :version.
10020
10021 * faces.el (face-x-resources): Make custom type more specific.
10022 (frame-background-mode): Use mapc.
10023 (region) <defcustom>: Add :version.
10024
100252000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10026
10027 * vc-sccs.el (vc-sccs-register):
10028 * vc-rcs.el (vc-rcs-register):
10029 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10030 * vc.el (vc-register): Clear file's properties.
10031
100322000-09-08 Gerd Moellmann <gerd@gnu.org>
10033
10034 * faces.el (face-spec-set): Only face-spec-reset-face when
10035 ATTRS is non-nil.
10036
100372000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10038
10039 * help.el (help-insert-xref-button): Fix a typo in doc string.
10040
100412000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10042
10043 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10044 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10045 methods.
10046
10047 * menu-bar.el (read-mail-item-name): New function.
10048 (menu-bar-tools-menu): Use it to compute and display the package
10049 used to read email.
10050 (menu-bar-tools-menu): Fix typo in GUD's help string.
10051
100522000-09-07 Dave Love <fx@gnu.org>
10053
10054 * diff-mode.el (diff-mouse-goto-source): New function.
10055
10056 * vc-sccs.el: Doc fixes.
10057 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10058
10059 * vc-rcs.el: Doc fixes.
10060 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10061 (vc-rcs-checkout-switches, vc-rcs-header)
10062 (vc-rcs-master-templates): Add or change :version.
10063
10064 * vc-cvs.el: Doc fixes.
10065 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10066 (vc-cvs-stay-local): Add :version.
10067
10068 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10069
100702000-09-07 Kenichi Handa <handa@etl.go.jp>
10071
10072 * international/quail.el (quail-help): Fix previous change.
10073
100742000-09-07 Gerd Moellmann <gerd@gnu.org>
10075
10076 * faces.el (color-values): Doc fix.
10077
10078 * faces.el (frame-set-background-mode): Use frame-parameter
10079 instead of frame-parameters.
10080
10081 * frame.el (filtered-frame-list): Reduce consing.
10082 (frames-on-display-list): Call frame-parameter instead of
10083 frame-parameters.
10084
100852000-09-07 Kenichi Handa <handa@etl.go.jp>
10086
10087 * language/devan-util.el (devanagari-to-indian-region): In the
10088 loop, change the following char, not preceding char.
10089
100902000-09-07 Gerd Moellmann <gerd@gnu.org>
10091
10092 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10093 instead of frame-parameters.
10094
10095 * faces.el (set-face-attribute): Simplify by calling
10096 internal-set-lisp-face-attribute with FRAME being 0.
10097
10098 * vc.el: Remove `Id' version control keyword.
10099
101002000-09-07 Kenichi Handa <handa@etl.go.jp>
10101
10102 * help.el (help-make-xrefs): Adjusted for the change of
10103 help-xref-mule-regexp.
10104 (help-insert-xref-button): New function.
10105
10106 * international/mule-cmds.el (help-xref-mule-regexp-template):
10107 Include the pattern for character set.
10108 (leim): New group.
10109
10110 * international/quail.el: Don't require face.
10111 (quail): New group.
10112 (quail-other-command): Dummy command to make quail-help work better.
10113 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10114 (quail-keyboard-layout-substitution): New variable.
10115 (quail-update-keyboard-layout): New function.
10116 (quail-keyboard-layout-type): New customizable variable.
10117 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10118 (quail-keyboard-translate): Pay attention to
10119 quail-keyboard-layout-substitution.
10120 (quail-insert-kbd-layout): New function.
10121 (quail-show-keyboard-layout): New function.
10122 (quail-get-translation): If the definition is a vector of length
10123 1, and the element is a string of length 1, return the character
10124 in that string.
10125 (quail-update-current-translations): Fix the case of
10126 relative-index out of range.
10127 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10128 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10129 Show key sequences for all available characters.
10130 (quail-help-insert-keymap-description): Don't show such verbose
10131 key bindings as quail-self-insert-command.
10132
10133 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10134 Format changed, and each element now have extra documentations.
10135 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10136 Adjusted for the change of quail-cxterm-package-ext-info.
10137
101382000-09-06 Gerd Moellmann <gerd@gnu.org>
10139
10140 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10141 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10142 during bootstrap.
10143
101442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10145
10146 * vc.el: (toplevel): Don't require `dired' at run-time.
10147 (vc-dired-resynch-file): Remove autoload cookie.
10148
101492000-09-05 Andre Spiegel <spiegel@gnu.org>
10150
10151 * vc.el: Made several backend functions optional.
10152 (vc-default-responsible-p): New function.
10153 (vc-merge): Use RET for first version to trigger merge-news, not
10154 prefix arg.
10155 (vc-annotate): Handle backends that do not support annotation.
10156 (vc-default-merge-news): Removed. The existence of a merge-news
10157 implementation is now checked on caller sites.
10158
10159 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10160 case.
10161
10162 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10163 special case that has been removed from the default in vc-hooks.el.
10164
101652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10166
10167 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10168
101692000-09-05 Andre Spiegel <spiegel@gnu.org>
10170
10171 * vc-hooks.el: Require vc during compilation.
10172 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10173 macro `with-vc-properties' in vc.el.
10174 (vc-file-getprop): Doc fix.
10175 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10176
10177 * vc.el: Require dired-aux during compilation.
10178 (vc-name-assoc-file): Moved to vc-sccs.el.
10179 (with-vc-properties): New macro.
10180 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10181 vc-finish-steal): Use it.
10182 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10183 to the backend-specific function is now supposed to do the checkout,
10184 too.
10185 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10186
10187 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10188 set file properties; that gets done in the generic code now.
10189
10190 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10191 Changed parameter list, added code from vc.el that does the
10192 checkout, possibly with a double-take.
10193
10194 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10195 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10196 the above under the new name.
10197 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10198 parameter list, added checkout command.
10199 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10200 properties; that gets done in the generic code now.
10201
102022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10203
10204 * vc.el: Docstring fixes (courtesy of checkdoc).
10205
102062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * vc.el (vc-checkout-writable-buffer-hook)
10209 (vc-checkout-writable-buffer): Remove.
10210 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10211 (vc-log-mode): Make it into a clean derived major mode.
10212 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10213 vc-log-mode if log-edit is not available.
10214 (vc-dired-mode-map): Don't set-keymap-parent yet.
10215 (vc-dired-mode): Do set-keymap-parent here.
10216 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10217
102182000-09-05 Gerd Moellmann <gerd@gnu.org>
10219
10220 * faces.el (set-face-attribute, face-spec-reset-face)
10221 (face-spec-set): Avoid consing by removing calls to `apply'.
10222
10223 * frame.el (frame-parameter): Move to C code.
10224
102252000-09-05 Dave Love <fx@gnu.org>
10226
10227 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10228 insert-before-markers-and-inherit. Now checked systematically!
10229
102302000-09-05 Alex Schroeder <alex@gnu.org>
10231
10232 * sql.el (sql-postgres): Use sql-postgres-options.
10233 (sql-postgres-options): New variable.
10234
102352000-09-05 Alex Schroeder <alex@gnu.org>
10236
10237 * sql.el (sql-mode-menu): Work around missing variable mark-active
10238 in XEmacs.
10239 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10240 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10241 compatibility.
10242
102432000-09-04 Gerd Moellmann <gerd@gnu.org>
10244
10245 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10246
10247 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10248
10249 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10250
102512000-09-04 Andre Spiegel <spiegel@gnu.org>
10252
10253 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10254 don't support anything else under SCCS yet.
10255
10256 * vc-hooks.el: Minor doc fixes.
10257
102582000-09-04 Andre Spiegel <spiegel@gnu.org>
10259
10260 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10261 not necessary. If verbose in state `needs-patch', do the same as
10262 under `up-to-date'. When NOT verbose and `needs-patch', check out
10263 latest version instead of `merge-news'.
10264 (vc-next-action-dired): Don't mess with default-directory here; it
10265 breaks other parts of dired. It is the job of the
10266 backend-specific functions to adjust it temporarily if they need it.
10267 (vc-next-action): Remove a special CVS case.
10268 (vc-clear-headers): New optional arg FILE.
10269 (vc-checkin, vc-checkout): Set properties vc-state and
10270 vc-checkout-time properly.
10271 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10272 (vc-print-log): Use new backend function `show-log-entry'.
10273 (vc-cancel-version): Do the checks in a different order. Added a
10274 FIXME concerning RCS-only code.
10275
10276 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10277 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10278
10279 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10280
10281 * vc-hooks.el (vc-default-mode-line-string): Show state
10282 `needs-patch' as a `-' too.
10283
102842000-09-04 Andre Spiegel <spiegel@gnu.org>
10285
10286 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10287 (vc-default-could-register): New function.
10288 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10289 (vc-resynch-buffer): Call vc-dired-resynch-file.
10290 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10291 vc-resynch-buffer instead of vc-resynch-window.
10292 (vc-next-action-dired): Don't redisplay here, that gets done as a
10293 result of the individual file operations.
10294 (vc-retrieve-snapshot): Corrected prompt order.
10295
10296 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10297
10298 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10299 as well.
10300 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10301 hostname regexps. Updated all callers.
10302 (vc-cvs-responsible-p): Handle directories as well.
10303 (vc-cvs-could-register): New function.
10304 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10305 properties up-to-date.
10306
10307 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10308 user whether to create one.
10309
103102000-09-04 Andre Spiegel <spiegel@gnu.org>
10311
10312 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10313 check out a non-existing file.
10314
10315 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10316 workfile does not exist.
10317
10318 * vc.el (vc-version-diff): Use `require' to check for existence of
10319 diff-mode.
10320
103212000-09-04 Andre Spiegel <spiegel@gnu.org>
10322
10323 * vc-cvs.el (vc-cvs-registered): Use new function
10324 vc-cvs-parse-entry to do the actual work.
10325
103262000-09-04 Andre Spiegel <spiegel@gnu.org>
10327
10328 * vc-hooks.el (vc-find-backend-function): If function doesn't
10329 exist, return nil instead of error.
10330 (vc-call-backend): Doc fix.
10331
10332 * vc.el (vc-do-command): Doc fix.
10333 (vc-finish-logentry): When checking in from vc-dired, choose the
10334 right backend for logentry check.
10335 (vc-dired-mode-map): Inherit from dired-mode-map.
10336 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10337 simplified.
10338 (vc-dired-state-info): Removed, updated caller.
10339 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10340 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10341 (vc-dired-listing-switches): New variable.
10342 (vc-directory): Use it, instead of dired-listing-switches.
10343
10344 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10345 (vc-cvs-dir-state): New function.
10346 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10347 (vc-cvs-parse-entry): New function, also to be used in
10348 vc-cvs-registered.
10349
103502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10351
10352 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10353 *or* single-window-frames.
10354
103552000-09-04 Andre Spiegel <spiegel@gnu.org>
10356
10357 * vc.el (vc-update-changelog): Split into generic part and default
10358 implementation. Doc string adapted.
10359 (vc-default-update-changelog): New function. Call the `rcs2log'
10360 script in exec-directory, to fix a long-standing nuisance.
10361
10362 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10363 simply signals an error.
10364
103652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10366
10367 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10368 control-flow more clear and to avoid running `cvs' twice.
10369
10370 * vc.el (vc-next-action-on-file): Doc fix.
10371 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10372 (vc-print-log): Eval `file' before constructing the continuation.
10373
103742000-09-04 Andre Spiegel <spiegel@gnu.org>
10375
10376 * vc.el (vc-next-action-on-file): Corrected several messages.
10377 (vc-merge): Add prefix arg `merge-news'; handle it.
10378
10379 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10380 is not reached. It is.
10381 (vc-cvs-merge): Set state to 'edited after merge.
10382 (vc-cvs-merge-news): Set workfile version to nil if not known.
10383 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10384
10385 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10386 via stdout. (Merge from main line.)
10387
103882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10391 detection.
10392
103932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10394
10395 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10396 against kill-all-local-variables.
10397 (vc-log-edit): Don't save vc-parent-buffer any more.
10398 (vc-last-comment-match): Initialize to an empty string.
10399 (vc-post-command-functions): New hook.
10400 (vc-do-command): Run it.
10401 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10402 (vc-finish-logentry): Only add the comment to the ring if it's
10403 different from the last comment entered.
10404 (vc-new-comment-index): New function.
10405 (vc-previous-comment): Use it. Make the minibuffer message
10406 slightly less terse.
10407 (vc-comment-search-reverse): Make it work forward as well. Don't
10408 set vc-comment-ring-index if no match is found. Use
10409 vc-new-comment-index.
10410 (vc-comment-search-forward): Use vc-comment-search-reverse.
10411 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10412 define-derived-mode will do it for us. Bind `v' to a keymap that
10413 inherits from vc-prefix-map so that we can bind `vt' without
10414 binding C-x v t.
10415 (vc-retrieve-snapshot): Parenthesis typo.
10416
10417 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10418 to 1. Make sure to switch to *vc* before looking for an error
10419 message. Use vc-parse-buffer.
10420
104212000-09-04 Andre Spiegel <spiegel@gnu.org>
10422
10423 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10424 and NAME.
10425 (vc-retrieve-snapshot): Split into two parts.
10426 (vc-default-retrieve-snapshot): New function.
10427
10428 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10429 (vc-cvs-retrieve-snapshot): New function (untested).
10430 (vc-cvs-stay-local): Default to t.
10431 (vc-cvs-remote-p): New function and property.
10432 (vc-cvs-state): Stay local only if the above is t.
10433 (vc-handle-cvs): Removed.
10434 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10435 done via vc-handled-backends now.
10436 (vc-cvs-header): Escape Id.
10437
104382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * vc.el (vc-do-command): Remove unused commands.
10441 (vc-version-diff): Make sure default-directory ends with a slash.
10442 Move the window commands into a vc-exec-after.
10443 (vc-print-log): Move more of the code into the `vc-exec-after'.
10444
104452000-09-04 Andre Spiegel <spiegel@gnu.org>
10446
10447 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10448 (vc-print-log): Search current revision from beginning of buffer.
10449 (vc-revert-buffer): Clear echo area after the diff is finished.
10450 (vc-prefix-map): Removed definition of "t" for terse display in vc
10451 dired.
10452 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10453 definition of "vt" for terse display.
10454 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10455
104562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10457
10458 * vc.el (vc-exec-after): Avoid caddr.
10459
104602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10461
10462 * vc.el (vc-exec-after): New function.
10463 (vc-do-command): Use it to add a termination message for async
10464 procs.
10465 (vc-checkout): Try to handle a missing-backend situation.
10466 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10467 of a directory with a backend using async diffs.
10468 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10469 present.
10470
10471 * vc-sccs.el (vc-sccs-state-heuristic): Use
10472 file-ownership-preserved-p.
10473
10474 * vc-rcs.el (vc-rcs-state-heuristic): Use
10475 file-ownership-preserved-p.
10476 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10477
104782000-09-04 Andre Spiegel <spiegel@gnu.org>
10479
10480 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10481 vc-do-command.
10482
10483 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10484 when there are no changes.
10485
104862000-09-04 Andre Spiegel <spiegel@gnu.org>
10487
10488 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10489
10490 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10491
104922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10493
10494 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10495
10496 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10497 the `fset' outside of the defvar so that it works even if
10498 vc-prefix-map was already defined.
10499 (vc-setup-buffer): New function, split out of vc-do-command.
10500 (vc-do-command): Allow BUFFER to be t to mean `just use the
10501 current buffer without any fuss'.
10502 (vc-version-diff): Change the `diff' backend operation to just put
10503 the diff in the current buffer without erasing it. Always use
10504 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10505 shrink-window-if-larger-than-buffer.
10506 (vc-print-log): Change the `print-log' backend operation to just
10507 put the log in the current buffer without erasing it. Protect
10508 shrink-window-if-larger-than-buffer.
10509 (vc-update-change-log): Fix setd typo.
10510
10511 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10512 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10513
10514 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10515 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10516 CMP.
10517
10518 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10519 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10520 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10521
105222000-09-04 Andre Spiegel <spiegel@gnu.org>
10523
10524 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10525 not possible, use vc-BACKEND-workfile-unchanged-p.
10526 (vc-default-workfile-unchanged-p): New function. Delegates to a
10527 full vc-BACKEND-diff.
10528
10529 * vc-hooks.el (vc-simple-command): Removed.
10530
10531 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10532 instead of vc-simple-command.
10533 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10534 avoid doing a diff when opening a file.
10535 (vc-rcs-state): Added check for unlocked-changes.
10536 (vc-rcs-header): Escape Id.
10537 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10538 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10539 version.
10540
10541 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10542 (vc-sccs-diff): Remove optional arg CMP.
10543 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10544 SCCS-specific function.
10545
10546 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10547 vc-simple-command.
10548
105492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10550
10551 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10552 (with-vc-file, vc-merge): Use vc-editable-p.
10553 (vc-do-command): Remove unused var vc-file and fix the
10554 doubly-defined `status' var. Add a user message when starting an
10555 async command.
10556 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10557 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10558 Use with-current-buffer.
10559 (vc-buffer-sync): Use unless.
10560 (vc-next-action-on-file): If the file is 'edited by read-only,
10561 make it read-write instead of trying to commit.
10562 (vc-version-diff, vc-update-change-log): Use `setq
10563 default-directory' rather than `cd'.
10564 (vc-log-edit): Don't forget to set default-directory in the
10565 buffer.
10566
10567 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10568 (vc-sccs-state-heuristic): Use file-writable-p instead of
10569 comparing userids.
10570 (vc-sccs-checkout): Use `unless'.
10571
10572 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10573 of comparing userids.
10574 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10575 Simplify the logic by eliminating unreachable code.
10576 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10577 just do a recursive call if we need to retry.
10578 (vc-rcs-checkout): Handle the case where rcs is missing by making
10579 the buffer read-write if requested and re-signalling the error.
10580
10581 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10582
105832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10584
10585 * vc-hooks.el (vc-handled-backends): Docstring change.
10586 (vc-ignore-vc-files): Mark obsolete.
10587 (vc-registered): Check vc-ignore-vc-files.
10588 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10589 vc-ignore-vc-files.
10590
10591 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10592
105932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10594
10595 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10596 files since ange-ftp already has vc-registered return nil.
10597
10598 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10599 (vc-sccs-workfile-version): Use with-temp-buffer and new
10600 vc-parse-buffer and don't bother setting the property.
10601 (vc-sccs-add-triple): Use with-current-buffer and
10602 find-file-noselect.
10603 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10604
10605 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10606 derives from the old vc-parse-buffer but uses the revision number
10607 rather than the date (much easier to compare robustly).
10608 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10609 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10610 locking-user more directly. Check strict locking and set
10611 checkout-model appropriately.
10612 (vc-rcs-parse-locks): Remove.
10613 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10614 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10615 (vc-rcs-system-release): Use with-current-buffer and
10616 vc-parse-buffer.
10617 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10618
10619 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10620 (vc-simple-command): Docstring fix.
10621 (vc-registered): Align the way the file-handler is called with the
10622 way the function itself works.
10623 (vc-file-owner): Remove.
10624
10625 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10626 extraction of fields and call to file-attributes because of a
10627 temporary bug in rcp.el.
10628 (vc-cvs-fetch-status): Use with-current-buffer.
10629
106302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10631
10632 * vc.el (vc-do-command): Use file-relative-name.
10633 (vc-responsible-backend): Use vc-backend if possible.
10634 (vc-create-snapshot): Improve the `interactive' spec. Add support
10635 for branches and dispatch to backend-specific `create-snapshot'.
10636 (vc-default-create-snapshot): New function, containing the bulk of
10637 the old vc-create-snapshot.
10638 (vc-retrieve-snapshot): Improve the interactive spec.
10639
10640 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10641 (vc-backend-hook-functions): Remove.
10642 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10643 (vc-backend): Reintroduce the test for `file = nil' now that I
10644 know why it was there (and added a comment to better remember).
10645
10646 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10647 code from vc-sccs-hooks.el.
10648 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10649 'vc anymore.
10650 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10651 and file-directory-p instead of file-exists-p.
10652 (vc-sccs-check-headers): Simplify the regexp.
10653
10654 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10655 from vc-rcs-hooks.el. Don't require 'vc anymore.
10656 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10657 file-directory-p instead of file-exists-p.
10658
10659 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10660 from vc-cvs-hooks.el.
10661 (proto vc-cvs-registered): Require 'vc-cvs instead of
10662 'vc-cvs-hooks. Don't require 'vc anymore.
10663 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10664 file-directory-p instead of file-exists-p.
10665 (vc-cvs-create-snapshot): New function, replacing
10666 vc-cvs-assign-name.
10667 (vc-cvs-assign-name): Remove.
10668
106692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10670
10671 * vc-cvs.el (vc-cvs-header): New var.
10672
10673 * vc-rcs.el (vc-rcs-exists): Remove.
10674 (vc-rcs-header): New var.
10675
10676 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10677 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10678 (vc-sccs-header): New var.
10679
10680 * vc.el (vc-do-command): Get rid of the `last' argument.
10681 (vc-header-alist): Remove, replaced by vc-X-header.
10682 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10683 (vc-dired-hook): Use expand-file-name instead of concat.
10684 (vc-directory): Use file-name-as-directory.
10685 (vc-snapshot-precondition, vc-create-snapshot)
10686 (vc-retrieve-snapshot): Allow the command to operate on any
10687 directory.
10688
10689 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10690 just removing the 'WORKFILE argument or by removing the 'MASTER
10691 argument and replacing `file' with (vc-name file).
10692
106932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * vc.el: Update Copyright and add a crude list of backend funs.
10696 (vc-writable-p): New function.
10697 (with-vc-file): Use vc-writable-p.
10698 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10699 (vc-register): Avoid vc-name.
10700 (vc-locking-user): Remove.
10701 (vc-steal-lock): Make the `owner' arg non-optional.
10702 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10703 vc-checkout-model.
10704 (vc-default-dired-state-info): Use vc-state instead of
10705 vc-locking-user and return special strings for special states.
10706 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10707 and get rid of one of the special CVS cases.
10708 (vc-cancel-version): prettify error message with \\[...].
10709 (vc-rename-master): New function.
10710 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10711 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10712 the CVS special case generic.
10713 (vc-default-record-rename): Remove.
10714 (vc-file-tree-walk-internal): Only call FUNC for files that are
10715 under control of some VC backend and replace `concat' with
10716 expand-file-name.
10717 (vc-file-tree-walk): Update docstring.
10718 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10719 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10720
10721 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10722 vc-sccs-record-rename. Use `find-file-noselect' rather than
10723 `find-file' and call `vc-rename-master' to do the actual move.
10724 (vc-sccs-diff): Remove unused `backend' variable.
10725
10726 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10727 to delay loading of vc-sccs until it is really used.
10728 (vc-sccs-master-templates): Preload.
10729 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10730 (vc-sccs-project-dir): Remove (merged into
10731 vc-sccs-search-project-dir).
10732 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10733 rather than `concat', make sure it is preloaded and don't bother
10734 to check that the file actually exists.
10735 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10736 `locks' argument (use buffer's content instead) and eliminate n^2
10737 behavior.
10738
10739 * vc-rcs.el: Update Copyright.
10740 (vc-rcs-rename-file): New function.
10741 (vc-rcs-diff): Remove unused `backend' variable.
10742
10743 * vc-hooks.el: Update Copyright.
10744 (vc-backend): Don't accept a nil argument any more.
10745 (vc-up-to-date-p): Turn into a defsubst.
10746 (vc-possible-master): New function.
10747 (vc-check-master-templates): Use `vc-possible-master' and allow
10748 funs in vc-X-master-templates to return a non-existent file.
10749
10750 * vc-cvs.el: Update Copyright.
10751 (vc-cvs-diff): Remove unused `backend' variable.
10752 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10753
10754 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10755
107562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10757
10758 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10759 since it can be called from vc-rcs.el.
10760 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10761
107622000-09-04 Andre Spiegel <spiegel@gnu.org>
10763
10764 * vc.el (vc-version-diff): Expand file name read from the
10765 minibuffer. Handle the case when a previous version number can't
10766 be guessed. Give suitable messages when there were no differences
10767 found.
10768 (vc-clear-headers): Call backend-specific implementation, if one
10769 exists.
10770 (vc-cancel-version): Made error checks generic. When done, clear
10771 headers generically, too.
10772
10773 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10774 from vc-clear-headers in vc.el.
10775
10776 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10777 correctly.
10778 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10779 optional. Handle the case when it's not there.
10780
107812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10782
10783 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10784
107852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10786
10787 * vc-hooks.el (vc-loadup): Remove.
10788 (vc-find-backend-function): Use `require'. Also, handle the case
10789 where vc-BACKEND-hooks.el doesn't exist.
10790 (vc-call-backend): Cleanup.
10791
107922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10793
10794 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10795 vc-rcs-grab-templates)
10796 (vc-rcs-registered): Remove. The default function works as well.
10797 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10798 vc-sccs-grab-templates)
10799 (vc-sccs-registered): Remove. The default function works as well.
10800
10801 * vc.el (vc-version-diff): Left out a vc- in call to
10802 vc-call-backend.
10803 (vc-default-dired-state-info, vc-default-record-rename)
10804 (vc-default-merge-news): Update for the new backend argument.
10805
10806 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10807 using the default function.
10808 (vc-call-backend): If calling the default function, pass it the
10809 backend as first argument. Update the docstring accordingly.
10810 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10811 for the new backend argument.
10812 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10813 (vc-find-backend-function): Use the new name.
10814 (vc-default-registered): New function.
10815
108162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10817
10818 * vc.el (vc-merge): Use vc-find-backend-function.
10819
10820 * vc-hooks.el (vc-backend-functions): Remove.
10821 (vc-loadup): Don't setup 'vc-functions.
10822 (vc-find-backend-function): New function.
10823 (vc-call-backend): Use above fun and populate 'vc-functions
10824 lazily.
10825 (vc-backend-defines): Remove.
10826
108272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10828
10829 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10830 Call vc-call-backend without the leading vc-.
10831 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10832 (vc-check-headers): Call vc-call-backend without the leading vc-.
10833 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10834 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10835 Call vc-call-backend without the leading vc-.
10836
10837 * vc-cvs.el (tail): Provide vc-cvs.
10838 * vc-sccs.el (tail): Provide vc-sccs.
10839 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10840
10841 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10842 (vc-make-backend-function, vc-call): Pass names without leading
10843 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10844 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10845 (vc-call-backend): Always try to load vc-X-hooks.
10846 (vc-registered): Remove vc- in call to vc-call-backend.
10847
108482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10849
10850 * vc.el (vc-process-filter): New function.
10851 (vc-do-command): Setup `vc-process-filter' for the async process.
10852 (vc-maybe-resolve-conflicts): New function to reduce
10853 code-duplication. Additionally, it puts the buffer in
10854 `smerge-mode' if applicable.
10855 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10856 calling `merge-news'.
10857 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10858 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10859 interfacing to log-edit.el.
10860 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10861 log-edit is available.
10862 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10863
108642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10865
10866 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10867 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10868 defvar and the initialization.
10869 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10870
10871 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10872 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10873
10874 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10875
108762000-09-04 Andre Spiegel <spiegel@gnu.org>
10877
10878 * vc.el (vc-file-clear-masterprops): Removed.
10879 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10880 (vc-version-diff): Use buffer-size without argument.
10881 (vc-register): Heed vc-initial-comment.
10882
10883 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10884 default branch.
10885
10886 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10887 file name and workfile version.
10888 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10889
10890 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10891 vc-file-clear-masterprops.
10892
10893 * vc-sccs.el (vc-sccs-checkout): Removed call to
10894 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10895 rather than user login name.
10896
10897
108982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10899
10900 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10901 `want-differences-if-changed' and simplify.
10902 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10903 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10904 output (which is invalid for async vc-diff) to decide whether to
10905 do the revert silently or not.
10906
109072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10908
10909 * vc-hooks.el (vc-loadup): Load files quietly.
10910 (vc-call-backend): Oops, brain fart.
10911
109122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10913
10914 * vc-cvs.el (vc-cvs-state): Typo.
10915 (vc-cvs-merge-news): Return the status code rather than the error msg.
10916
109172000-09-04 Andre Spiegel <spiegel@gnu.org>
10918
10919 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10920 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10921 vc-state or vc-up-to-date-p.
10922 (vc-merge): Use vc-backend-defines to check whether merging is
10923 possible. Set state to 'edited after successful merge.
10924
10925 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10926 return that name. Redocumented.
10927
109282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10929
10930 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10931 new `vc-state' semantics.
10932 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10933 'vc-locking-user to the current user.
10934 (vc-merge): Inline vc-backend-merge. Comment out code that I
10935 don't understand and hence can't adapt to the new `vc-state' and
10936 `vc-locking-user' semantics.
10937 (vc-backend-merge): Remove.
10938
10939 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10940 rather than 'vc-locking-user.
10941
10942 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10943
10944 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10945 (vc-state): Don't use 'reserved any more. Just use the same
10946 convention as the one used for vc-<backend>-state where the
10947 locking user (as a string) is returned.
10948 (vc-locking-user): Update, based on the above convention. The
10949 'vc-locking-user property has disappeared.
10950 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10951
10952 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10953 with a heuristic one.
10954 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10955 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10956 error. That allows us to get to 'needs-merge even in the
10957 stay-local case. There's still no way to detect 'needs-patch in
10958 such a setup (or to force an update for that matter).
10959 (vc-cvs-logentry-check): Remove, the default works as well.
10960
109612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10962
10963 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10964
10965 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10966 major-mode in which the buffer might have been put earlier. Use
10967 `remove' and `when'. Allow `okstatus' to be `async' and use
10968 `start-process' in this case.
10969 (vc-version-diff): Handle the case where the diff looks empty
10970 because of the use of an async process.
10971
109722000-09-04 Andre Spiegel <spiegel@gnu.org>
10973
10974 * vc.el (vc-next-action-on-file): Removed optional parameter
10975 `simple'. Recompute state unconditionally.
10976 (vc-default-toggle-read-only): Removed.
10977
10978 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10979 (vc-toggle-read-only): Undid prev change.
10980
10981 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10982 vc-cvs-simple-toggle. Redocumented.
10983 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10984 (vc-cvs-toggle-read-only): Removed.
10985
109862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10987
10988 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10989 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10990 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10991 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10992 still is. So maybe it should be removed.
10993 (vc-head-version, vc-find-binary): Remove.
10994 (vc-recompute-state): Move from vc-hooks.el.
10995 (vc-next-action-on-file): Add a `simple' argument to allow
10996 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10997 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10998 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10999 (vc-dired-mode-map): Properly defvar it.
11000 (vc-print-log): Call log-view-mode if available.
11001 (small-temporary-file-directory): defvar instead of use boundp.
11002 (vc-merge-news): Moved to vc-cvs.el.
11003 (vc-default-merge-news): New function.
11004
11005 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11006 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11007 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11008 unknown `vc-latest-version' function. It should probably refer to
11009 vc-workfile-version or somesuch, but it's very unclear to me and I
11010 don't have SCCS to test things.
11011
11012 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11013 (vc-sccs-state-heuristic): Fix typo.
11014 (vc-sccs-workfile-unchanged-p): Add missing argument.
11015
11016 * vc-rcs.el: Require vc and vc-rcs-hooks.
11017 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11018 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11019 (vc-release-greater-or-equal-p): Move from vc.
11020 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11021 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11022 (vc-rcs-checkout): Add a missing `new-version' argument in the
11023 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11024
11025 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11026 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11027 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11028 than the apparently unbound `workfile-version'.
11029
11030 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11031 (vc-file-prop-obarray): Use `make-vector'.
11032 (vc-backend-functions): Add new hookable functions
11033 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11034 (vc-loadup): If neither backend nor default functions exist, use
11035 the backend function rather than nil.
11036 (vc-call-backend): If the function if not bound yet, try to load
11037 the non-hook file to see if it provides it.
11038 (vc-call): New macro plus use it wherever possible.
11039 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11040 nor `vc-find-binary' since it's only called from
11041 vc-mistrust-permission which is only used once the backend is known.
11042 (vc-checkout-model): Fix parenthesis.
11043 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11044
11045 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11046 (vc-cvs-release, vc-cvs-system-release): Remove.
11047 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11048 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11049 status symbols.
11050 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11051 (vc-cvs-toggle-read-only): First cut at a function to allow a
11052 cvs-status-free vc-toggle-read-only.
11053 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11054 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11055 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11056 (vc-cvs-checkout): Modify access rights directly if the user
11057 requested not to use `cvs edit'. And refresh the mode line.
11058
11059 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11060 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11061
110622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11063
11064 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11065 workfile' that got lost when the code was extracted from vc.el.
11066 And merged the tail with the rest of the code (not possible in the
11067 old vc.el where the tail was shared among all backends). And
11068 explicitly set the state to 'edited if `writable' is set.
11069
11070 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11071 (vc-cvs-state): Be careful to return the value from
11072 vc-cvs-parse-state.
11073 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11074 property but return it instead. Also be careful to handle a nil
11075 or "" `rev' when workfile is non-nil (it was handled properly when
11076 workfile was nil).
11077
11078 * vc.el: Removed those pesky unnecessary `(function' quotes.
11079 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11080 directly in the defvar.
11081 (vc-do-command): Bind inhibit-read-only so as to properly handle
11082 the case where the destination buffer has been made read-only.
11083 (vc-diff): Delegate to vc-version-diff in all cases.
11084 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11085 (vc-annotate-mode-variables): Removed (code moved partly to
11086 defvars and partly to vc-annotate-add-menu).
11087 (vc-annotate-mode): Turned into a derived-mode.
11088 (vc-annotate-add-menu): Moved in code in
11089 vc-annotate-mode-variables.
11090 (vc-update-change-log): Use make-temp-file if available.
11091
110922000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11093
11094 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11095 `vc-checkout-model' updated to `vc-cvs-update-model'.
11096
110972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11098
11099 * vc.el (vc-next-action-on-file): Added handling of state
11100 `unlocked-changes'.
11101 (vc-checkout-carefully): Is now practically obsolete, unless the
11102 above is too slow to be enabled unconditionally.
11103 (vc-update-change-log): Fixed typo.
11104
11105 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11106
11107 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11108 Now handles state `unlocked-changes'.
11109 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11110
11111 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11112
11113 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11114 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11115 `unlocked-changes'.
11116 (vc-rcs-workfile-unchanged-p): Renamed from
11117 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11118 function yet, but supposed to become one soon.
11119
11120 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11121 `vc-steal-lock'.
11122 (vc-call-backend): Changed error message.
11123 (vc-state): Added description of state `unlocked-changes'.
11124
111252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11126
11127 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11128 always return t in CVS-controlled directories.
11129
11130 * vc.el (vc-responsible-backend): New function.
11131 (vc-register): Largely rewritten.
11132 (vc-admin): Removed (implementation moved into vc-register).
11133 (vc-checkin): Redocumented.
11134 (vc-finish-logentry): If no backend defined yet (because we are in
11135 the process of registering), use the responsible backend.
11136
11137 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11138 Updated function lists.
11139 (vc-call-backend): Fixed typo.
11140
11141 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11142 New functions.
11143 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11144 Removed query option. Redocumented.
11145
111462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11147
11148 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11149
11150 * vc.el: Updated callers of `vc-checkout-required' to use
11151 `vc-checkout-model'.
11152
111532000-09-04 Martin Lorentzson <martinl@gnu.org>
11154
11155 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11156 stuff updated to reference this function instead of the old
11157 `vc-backend-release-p'.
11158
111592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11160
11161 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11162 vc-checkout-model. Return appropriate values. Updated callers.
11163
111642000-09-04 Martin Lorentzson <martinl@gnu.org>
11165
11166 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11167 (vc-backend-revert): Function moved into `vc-revert';
11168 `vc-next-action' must be updated to accomodate this change.
11169 (vc-backend-steal): Function moved into `vc-finish-steal'.
11170 (vc-backend-logentry-check): Function moved into
11171 `vc-finish-logentry'.
11172 (vc-backend-printlog): Function moved into `vc-print-log'.
11173 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11174 (vc-backend-assign-name): Function moved into
11175 `vc-create-snapshot'.
11176
111772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11178
11179 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11180 Rename to vc-checkout-model. Return appropriate values.
11181 Update callers.
11182
11183 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11184 to vc-checkout-model.
11185 (vc-checkout-required): Rename to vc-checkout-model.
11186 Re-implement and re-comment.
11187 (vc-after-save): Use vc-checkout-model.
11188
111892000-09-04 Martin Lorentzson <martinl@gnu.org>
11190
11191 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11192 Update to use the vc-BACKEND-diff functions instead.
11193 `vc-diff' is now working.
11194
11195 * vc-rcs.el (vc-rcs-logentry-check): New function.
11196
11197 * vc-cvs.el (vc-cvs-logentry-check): New function.
11198
11199 * vc-sccs.el (vc-sccs-diff): Function changed name from
11200 `vc-backend-diff'. This makes `vc-diff' work.
11201
11202 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11203 of functions possibly implemented in a vc-BACKEND library.
11204 (vc-checkout-required): Fix bug that caused an error to be
11205 signaled during `vc-after-save'.
11206
11207 * vc.el: Fix typo.
11208 This checkin is made with our new VC code base for the very first time.
11209 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11210
11211 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11212 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11213
11214 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11215 updated to `vc-uses-locking'.
11216 (vc-checkout-required): Call to backend function.
11217 `vc-checkout-required' updated to `vc-uses-locking' instead.
11218
11219 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11220 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11221
11222 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11223 to match the split into various backends.
11224 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11225 (vc-retrieve-snapshot): Bug fix.
11226
112272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11228
11229 * vc-sccs.el (vc-sccs-release): Doc fix.
11230
112312000-09-04 Martin Lorentzson <martinl@gnu.org>
11232
11233 * vc.el (vc-next-action-on-file): Bug found and fixed.
11234 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11235 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11236
11237 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11238 (vc-rcs-checkout): Name space cleaned up. No more revision number
11239 crunching function names that are not prefixed with vc-rcs.
11240 (vc-rcs-checkout-model): Function added. References to
11241 `vc-checkout-model' replaced.
11242
112432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11244
11245 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11246 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11247 still need to be split, and implemented for RCS).
11248
112492000-09-04 Martin Lorentzson <martinl@gnu.org>
11250
11251 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11252
11253 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11254 required by the vc.el file.
11255
11256 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11257 required by the vc.el file.
11258 (vc-rcs-exists): Function added.
11259
11260 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11261 required by the vc.el file.
11262
11263 * vc.el (vc-admin): Updated to handle selection of appropriate
11264 backend. Current implementation is crufty and need re-thinking.
11265
11266 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11267
112682000-09-04 Martin Lorentzson <martinl@gnu.org>
11269
11270 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11271 beginning of annotate buffers correctly.
11272
11273 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11274 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11275 functionality updated quite a lot to support multiple backends.
11276 Variables `vc-annotate-mode', `vc-annotate-buffers',
11277 `vc-annotate-backend' added.
11278
11279 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11280 `vc-annotate-difference' added to supported backend functions.
11281
112822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11283
11284 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11285 Use with-temp-file instead of /bin/sh. Merged from mainline
11286
112872000-09-04 Martin Lorentzson <martinl@gnu.org>
11288
11289 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11290
11291 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11292
11293 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11294
112952000-09-04 Martin Lorentzson <martinl@gnu.org>
11296
11297 * vc-hooks.el: vc-state-heuristic added to
11298 vc-backend-hook-functions.
11299
11300 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11301
11302 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11303
11304 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11305 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11306 state to `reserved'.
11307
11308 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11309 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11310
113112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11312
11313 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11314 untouched.
11315
11316 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11317
11318 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11319 if defined. (Merged from main line, slightly adapted.)
11320
11321 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11322 millenium problem (merged from mainline).
11323
113242000-09-04 Martin Lorentzson <martinl@gnu.org>
11325
11326 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11327 part and moved the non-BACKEND stuff to vc.el.
11328
11329 * vc.el: Split the annotate feature into a BACKEND specific part
11330 and moved it from the vc-cvs.el file to this one.
11331
113322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11333
11334 * vc-hooks.el: Implement new state model.
11335 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11336 (vc-locking-user): Simplify. Now only needed if the file is
11337 locked by somebody else.
11338 (vc-lock-from-permissions): Remove. Functionality is in
11339 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11340 (vc-mode-line-string): New name for former vc-status. Adapted.
11341 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11342
11343 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11344 Various simplifications and adaptations all over the place.
11345
11346 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11347 Simplify and adapt the rest.
11348
11349 * vc.el (vc-resynch-window): Add TODO comment: check for
11350 interaction with view mode according to recent RCS change.
11351 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11352
113532000-09-04 Martin Lorentzson <martinl@gnu.org>
11354
11355 * vc.el: Convert the remaining function comments to docstrings.
11356
113572000-09-04 Martin Lorentzson <martinl@gnu.org>
11358
11359 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11360 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11361 (vc-minor-part, vc-previous-version): Functions that operate and
11362 compare revision numbers got proper documentation. Comments added
11363 about their possible removal.
11364
113652000-09-04 Martin Lorentzson <martinl@gnu.org>
11366
11367 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11368 the vc-backend.el files.
11369
11370 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11371
11372 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11373 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11374 (vc-rcs-previous-version): Functions added.
11375
11376 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11377
11378 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11379
113802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11381
11382 * vc-hooks.el (vc-master-templates): Is really obsolete.
11383 Comment out the definition for now. What is the right procedure
11384 to get rid of it?
11385 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11386 rewritten.
11387 (vc-default-registered): Remove.
11388 (vc-check-master-templates): New function; does mostly what the
11389 above did before.
11390 (vc-locking-user): Don't rely on the backend to set the property.
11391
11392 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11393 Rewrite documentation.
11394 (vc-rcs-templates-grabbed): New variable.
11395 (vc-rcs-grab-templates): New function.
11396 (vc-rcs-registered): Rewrite to use above mechanism.
11397
11398 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11399 Rewrite documentation.
11400 (vc-sccs-templates-grabbed): New variable.
11401 (vc-sccs-grab-templates): New function.
11402 (vc-sccs-registered): Rewrite to use above mechanism.
11403 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11404 Don't throw the result, simply return it.
11405
11406 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11407 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11408 (vc-cvs-registered): Does the check itself now. Simplify.
11409
11410 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11411 from main line.
11412
114132000-09-04 Martin Lorentzson <martinl@gnu.org>
11414
11415 * vc-cvs.el (vc-cvs-diff): New function.
11416
11417 * vc-sccs.el (vc-sccs-diff): New function.
11418
11419 * vc-rcs.el (vc-rcs-diff): New function.
11420 (vc-rcs-checkout): Bug (typo) found and fixed.
11421 (vc-rcs-register-switches): New variable.
11422
11423 * vc.el (vc-backend-diff): Function removed and placed in the
11424 backend files.
11425
114262000-09-04 Martin Lorentzson <martinl@gnu.org>
11427
11428 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11429
11430 * vc.el (vc-backend-checkout): Function removed and replaced in
11431 the vc-backend.el files.
11432
11433 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11434
11435 * vc.el (vc-backend-admin): Removed and replaced in the
11436 vc-backend.el files.
11437
11438 * vc.el (Martin): Removed all the annotate functionality since it
11439 is CVS backend specific.
11440
114412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11442
11443 * spec.txt: Added specification of vc-state.
11444
11445 * vc-sccs-hooks.el (vc-sccs-master-properties):
11446 Remove handling of vc-latest-version and
11447 vc-your-latest-version. What used to be vc-latest-version, is now
11448 returned as vc-workfile-version.
11449 (vc-sccs-workfile-version): Adapt.
11450
114512000-09-04 Dave Love <fx@gnu.org>
11452
11453 * vc.el: [Merged from mainline.]
11454 (vc-dired-mode): Make the dired-move-to-filename-regexp
11455 regexp match the date, to avoid treating date as file size.
11456 Add YYYY S option to WESTERN/
11457
114582000-09-04 Dave Love <fx@gnu.org>
11459
11460 * vc.el: Require `compile' when compiling.
11461 (vc-logentry-check-hook): New option.
11462 (vc-steal-lock): Use compose-mail.
11463 (vc-dired-mode-map): Defvar when compiling.
11464 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11465 vc-sccs.el and renamed. Callers changed.
11466 (vc-backend-checkout, vc-backend-logentry-check)
11467 (vc-backend-merge-news): Doc fix.
11468 (vc-default-logentry-check): New function.
11469 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11470 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11471 (vc-backend-merge): Doc fix. Use backend functions.
11472 (vc-check-headers): Use backend functions.
11473
11474 * vc-cvs.el: Require vc when compiling.
11475 (vc-cvs-register-switches): Doc fix.
11476 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11477 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11478 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11479 New functions (code from vc.el).
11480 (vc-annotate-display-default): Fix interactive spec.
11481 (vc-annotate-time-span): Doc fix.
11482
11483 * vc-rcs.el: Require vc when compiling.
11484 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11485 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11486 (vc-rcs-checkin): New functions (code from vc.el).
11487 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11488 Doc fix.
11489 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11490
11491 * vc-sccs.el: Require vc when compiling.
11492 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11493 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11494 (vc-sccs-revert)
11495 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11496 from vc.el).
11497 (vc-sccs-add-triple, vc-sccs-record-rename)
11498 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11499 (vc-sccs-admin): Doc fix.
11500
115012000-09-04 Martin Lorentzson <martinl@gnu.org>
11502
11503 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11504 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11505 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11506 from vc.el.
11507
11508 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11509
11510 * vc-cvs.el: Moved the annotate functionality from vc.el.
11511 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11512
115132000-09-04 Dave Love <fx@gnu.org>
11514
11515 * vc.el (vc-backend-release): Call vc-system-release.
11516
11517 * vc-sccs.el (vc-sccs-system-release):
11518 Renamed from vc-sccs-backend-release.
11519
11520 * vc-rcs.el (vc-rcs-system-release):
11521 Renamed from vc-rcs-backend-release.
11522
11523 * vc-cvs.el (vc-cvs-system-release):
11524 Renamed from vc-cvs-backend-release.
11525
115262000-09-04 Dave Love <fx@gnu.org>
11527
11528 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11529 backend files.
11530 (vc-backend-release): Dispatch to backend functions.
11531 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11532 probably needs attention.]
11533
11534 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11535 (vc-sccs-backend-release): New function.
11536
11537 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11538 (vc-cvs-backend-release): New function.
11539
11540 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11541 Doc fix.
11542 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11543 (vc-default-dired-state-info): New function.
11544 (vc-dired-state-info): Dispatch to backends.
11545 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11546
11547 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11548 from vc.el and renamed.
11549
115502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11551
11552 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11553 (vc-version-other-window, vc-backend-assign-name): Removed
11554 references to vc-latest-version; sometimes changed into
11555 vc-workfile-version.
11556
11557 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11558 vc-rcs-master-workfile-version.
11559 (vc-rcs-workfile-version): Use the above. Don't call
11560 vc-latest-version (that was unreachable code, anyway).
11561 (vc-rcs-fetch-master-properties): Doc fix.
11562
11563 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11564 (vc-backend-hook-functions): Removed them from this list, too.
11565 (vc-fetch-properties): Removed.
11566 (vc-workfile-version): Doc fix.
11567
11568 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11569 (vc-rcs-workfile-version, vc-rcs-locking-user)
11570 (vc-rcs-uses-locking): Use it.
11571
11572 * vc-hooks.el (vc-consult-rcs-headers):
11573 Moved into vc-rcs-hooks.el, under the name
11574 vc-rcs-consult-headers.
11575
11576 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11577 headers.
11578 (vc-cvs-find-master): Use this name only; correct different
11579 versions of the name.
11580
11581 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11582 New functions.
11583 (vc-sccs-locking-user): Use the latter.
11584
11585 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11586 New functions.
11587
11588 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11589 Moved into both
11590 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11591 functions are implementation details of those two backends.
11592
115932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11594
11595 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11596 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11597
11598 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11599 (vc-sccs-parse-locks): SCCS-specific code moved here from
11600 vc-hooks.
11601
11602 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11603 code moved here from vc-hooks.
11604
11605 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11606 into back-end specific parts and removed. Callers not updated
11607 yet; because I guess these callers will disappear into back-end
11608 specific files anyway.
11609
116102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11611
11612 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11613 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11614 `vc-uses-locking'.
11615
11616 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11617 Store yes/no in the property, and return t/nil. Updated all
11618 callers.
11619
11620 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11621 vc-sccs-uses-locking. Don't set property.
11622 (vc-sccs-locking-user): Don't set property.
11623
11624 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11625 vc-cvs-uses-locking. Don't set property here; leave that to
11626 vc-hooks.
11627 (vc-cvs-locking-user): Reflect above change. Streamlined.
11628
11629 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11630 vc-rcs-uses-locking.
11631 (vc-rcs-locking-user): Reflect above change.
11632
116332000-09-04 Dave Love <fx@gnu.org>
11634
11635 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11636
11637 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11638
11639 * vc-hooks.el (vc-checkout-model): Punt to backends.
11640
11641 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11642
11643 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11644
11645 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11646 New functions.
11647
11648 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11649 New functions.
11650
11651 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11652 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11653
11654 * vc-hooks.el (vc-default-locking-user): New function.
11655 (vc-locking-user, vc-workfile-version): Punt to backends.
11656
116572000-09-04 Dave Love <fx@gnu.org>
11658
11659 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11660 (vc-master-workfile-version): Moved from vc-hooks.
11661
11662 * vc-rcs-hooks.el: Fix duplicate code in last change.
11663
11664 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11665 (vc-rcs-master-templates): Improve :type.
11666 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11667 vc-master-workfile-version): Moved from vc-hooks.
11668
11669 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11670 (vc-sccs-master-templates): Improve :type.
11671 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11672
11673 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11674
11675 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11676 (vc-cvs-master-templates): Improve :type. Use
11677 vc-cvs-find-cvs-master.
11678 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11679 from vc-hooks.
11680 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11681
11682 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11683 Moved to vc-cvs-hooks.
11684
11685 * vc-hooks.el: Add doc strings in various places. Simplify the
11686 minor mode setup.
11687 (vc-handled-backends): New user variable.
11688 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11689 simplification.
11690
116912000-09-04 Dave Love <fx@gnu.org>
11692
11693 * vc.el: Some doc fixes for autoloaded and interactive functions.
11694 Fix compilation warnings from ediff stuff.
11695 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11696
11697 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11698
11699 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11700
11701 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11702
117032000-09-04 Dave Love <fx@gnu.org>
11704
11705 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11706 New variable.
11707 (vc-make-backend-function, vc-loadup, vc-call-backend)
11708 (vc-backend-defines): New functions.
11709
11710 * vc-hooks.el: Various doc fixes.
11711 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11712 (vc-match-substring): Function removed. Callers changed to use
11713 match-string.
11714 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11715 Simplify.
11716
117172000-09-04 Dave Love <fx@gnu.org>
11718
11719 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11720 type.
11721 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11722 (vc-sccs-registered): Doc fix.
11723
11724 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11725 (vc-cvs-registered): Doc fix.
11726
11727 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11728 (vc-rcs-registered): Doc fix.
11729
117302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11731
11732 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11733
11734 * vc-hooks.el: vc-registered has been renamed
11735 vc-default-registered. Some functions have been moved to the
11736 backend specific files. they all support the
11737 vc-BACKEND-registered functions.
11738
117392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11740
11741 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11742
11743 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11744
117452000-09-04 Dave Love <fx@gnu.org>
11746
11747 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11748 menu-bar-update-hook.
11749
11750 * help.el (help-manyarg-func-alist): Add
11751 find-operation-coding-system.
11752
11753 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11754
11755 * custom.el (custom-set-variables): Print message about errors in
11756 setting.
11757
117582000-09-03 Andrew Innes <andrewi@gnu.org>
11759
11760 * makefile.w32-in: Change to DOS line endings.
11761
117622000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11763
11764 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11765 minor-mode keymaps, if they don't have one.
11766
117672000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11768
11769 * eshell/esh-module.el (eval-when-compile): Don't lose if
11770 esh-module.el's file name is truncated to DOS 8+3 limits.
11771
117722000-09-01 John Wiegley <johnw@gnu.org>
11773
11774 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11775 predicate, which caused entries in the completion list to be
11776 doubled.
11777
117782000-08-30 John Wiegley <johnw@gnu.org>
11779
11780 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11781 sending to subprocesses. Also, hook pre-command-hook if
11782 `eshell-send-direct-to-subprocesses' is non-nil.
11783 (eshell-send-direct-to-subprocesses): New config variable. If t,
11784 subprocess input is send immediately.
11785 (eshell-toggle-direct-send): New function.
11786 (eshell-self-insert-command): New function.
11787 (eshell-intercept-commands): New function.
11788 (eshell-send-input): If direct subprocess sending is enabled,
11789 don't echo any input to the Eshell buffer. Let the subprocess
11790 handle that. This requires "stty echo" in bash, for example.
11791
117922000-08-28 John Wiegley <johnw@gnu.org>
11793
11794 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11795 completion function for Eshell's implementation of `unset'.
11796
117972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11798
11799 * info.el (Info-directory-list): Doc fix.
11800
118012000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11802
11803 * filecache.el (file-cache-add-directory-using-find): Don't quote
11804 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11805
118062000-08-31 Kenichi Handa <handa@etl.go.jp>
11807
11808 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11809 coding systems.
11810
118112000-08-30 Andrew Innes <andrewi@gnu.org>
11812
11813 * timer.el (run-with-idle-timer): Undo last change, so that timer
11814 is not activated immediately if Emacs is already idle. Some
11815 existing code relies on this behaviour.
11816
118172000-08-30 Miles Bader <miles@gnu.org>
11818
11819 * frame.el (set-frame-font): Do completion of font-name for
11820 interactive use.
11821
118222000-08-30 Kenichi Handa <handa@etl.go.jp>
11823
11824 * international/quail.el (quail-start-translation): Bind locally
11825 last-command-event, last-command, and this-command.
11826 (quail-start-conversion): Likewise.
11827 (quail-self-insert-command): Fix docstring.
11828
118292000-08-29 Gerd Moellmann <gerd@gnu.org>
11830
11831 * progmodes/executable.el
11832 (executable-make-buffer-file-executable-if-script-p): Check that
11833 buffer contains at least 2 characters.
11834
118352000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11836
11837 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11838
118392000-08-29 Dave Love <fx@gnu.org>
11840
11841 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11842 (diff-mode-shared-map): Bind mouse-2.
11843 (diff-imenu-generic-expression): New variable.
11844 (diff-mode): Use it.
11845
11846 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11847 (mouse-popup-menubar): Add minor mode menus.
11848 (popup-menu): Check for lookup-key returning number.
11849
118502000-08-29 Miles Bader <miles@gnu.org>
11851
11852 * comint.el (comint-send-input): Create overlays using the proper
11853 front/read-advance arguments.
11854
118552000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11856
11857 * ps-print.el: Even/odd pages printing. Doc fix.
11858 (ps-print-version): New version number (6.0).
11859 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11860 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11861 (ps-print-duplex-feature): Variable eliminated.
11862 (ps-even-or-odd-pages): New variable.
11863
11864 * progmodes/ebnf2ps.el: Doc fix.
11865 (ebnf-version): New version (3.3).
11866 (ebnf-user-arrow): Change variable customization to sexp.
11867 (ebnf-user-arrow): Function eliminated.
11868 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11869
118702000-08-29 Kenichi Handa <handa@etl.go.jp>
11871
11872 * help.el (help-xref-mule-regexp): New variable.
11873 (help-make-xrefs): Handle help-xref-mule-regexp.
11874
11875 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11876 variable.
11877 (describe-input-method): Temporarily activate the specfied input
11878 method to display the information.
11879 (describe-language-environment): Hyperlinks to mule related items.
11880
11881 * international/mule-diag.el (charset-multibyte-form-string): New
11882 function.
11883 (list-character-sets-1): Use charset-multibyte-form-string.
11884 (describe-character-set): New function.
11885 (describe-coding-system): Hyperlinks to safe character sets.
11886
11887 * international/quail.el (quail-help): New arg PACKAGE.
11888 Hyperlinks to mule related items.
11889 (quail-help-insert-keymap-description): Use
11890 substitute-command-keys instead of describe-bindings.
11891 (quail-translation-help): Hyperlinks to mule related items.
11892
118932000-08-28 John Wiegley <johnw@gnu.org>
11894
11895 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11896 have a defsubst call itself. Made `eshell-flatten-list' back into
11897 a function again.
11898
11899 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11900 catch, in case re-centering point at bottom messes up the display.
11901 This happens frequently in Emacs 21, due I believe to variable
11902 line heights.
11903
11904 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11905 to call `find-tag-interactive'.
11906
11907 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11908 the list of remember directories.
11909
119102000-08-28 John Wiegley <johnw@gnu.org>
11911
11912 * align.el: Test align-region-separate to see if it's a symbol.
11913
119142000-08-28 John Wiegley <johnw@gnu.org>
11915
11916 * eshell/esh-util.el (eshell-flatten-list): Made this function
11917 into a defsubst form. It gets used very frequently, although
11918 calls don't occur all that often.
11919
11920 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11921 examining it.
11922
11923 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11924 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11925 `eshell-protect'.
11926 (eshell-copy-handles): Created a new macro for duplicating the
11927 current set of open handles. This is needed by the looping
11928 functions.
11929 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11930 is not incorrectly stomped on.
11931
11932 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11933 declaration for pcomplete-use-paring.
11934 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11935 value of eshell-cmpl-use-paring.
11936 * pcomplete.el (pcomplete-use-paring): New config variable, to
11937 indicate whether paring should be used.
11938 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11939 completion alternatives that have already been used.
11940
11941 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11942 bound to C-c C-y, which will repeat the previous N arguments
11943 (based on prefix argument).
11944 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11945
11946 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11947 if there is no *Help* buffer. This is for XEmacs, which renames
11948 its help buffers uniquely. TODO: Find out what the current buffer
11949 name to delete is.
11950
11951 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11952 first entry that correlates to a passwd/group number. Later
11953 entries (used for group/user name aliasing to multiple IDs) are
11954 ignored.
11955
11956 * eshell/em-xtra.el (eshell/expr):
11957 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11958 (eshell-grep, eshell/diff, eshell/locate):
11959 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11960 argument list, before passing it to the system command.
11961
11962 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11963 `find-tag' for use at final position in Eshell buffers (which
11964 otherwise triggers an error on Emacs 21).
11965 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11966 buffer, if it is currently bound to `find-tag'.
11967
11968 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11969 in the list of matched Makefile names.
11970 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11971 directory, prefer its contents to Makefile.
11972
11973 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11974 directory parts (like "cd old new", or "cd =regexp"), are now case
11975 sensitive on non-Windows/DOS platforms.
11976
11977 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11978 types RET after an open delimiter (like "), display a message
11979 indicating that Eshell is waiting for the closing delimiter.
11980
11981 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11982 environment variables.
11983
11984 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11985 gracefully if the user enters incorrect arguments.
11986
11987 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11988 Eshell buffers.
11989
11990 * eshell/esh-var.el (eshell-interpolate-variable):
11991 * eshell/esh-mode.el (eshell-move-argument):
11992 * eshell/em-unix.el (eshell-du-sum-directory):
11993 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11994 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11995 (not (= ...)).
11996
11997 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11998 to ensure the `preserve' flag gets propagated when doing recursive
11999 directory copies.
12000
120012000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12002
12003 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12004 Don't convert \n into \0177 in memory.
12005 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12006 and back again, when reading and writing.
12007
120082000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12009
12010 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12011 testing of `fboundp' on `processp'.
12012
12013 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12014 (eshell/jobs): Don't call process-list if it is not bound.
12015 (eshell-gather-process-output): Support systems where async
12016 subprocesses aren't supported.
12017 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12018 variables.
12019
12020 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12021 eshell-do-eval returns t.
12022 (eshell-do-pipelines-synchronously): New defmacro.
12023 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12024 when async subprocesses aren't supported.
12025 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12026 if async subprocesses aren't supported.
12027 (eshell-resume-command): Don't assume STATUS is a string.
12028
12029 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12030
12031 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12032 (eshell-close-target, eshell-get-target): Use eshell-processp.
12033 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12034 fix.
12035 (eshell-get-target, eshell-create-handles): Doc fix.
12036
120372000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12038
12039 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12040 criterion to include commands that output something, as long as it
12041 leaves both the command and the end-of-buffer visible when the
12042 command has exited.
12043 (eshell-review-quick-commands): Adjust the help doc string
12044 accordingly.
12045
120462000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12047
12048 * locate.el (locate): Cleaned up locate command's interactive prompting
12049 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12050
12051 * filecache.el (file-cache-case-fold-search): New variable
12052 (file-cache-assoc-function): New variable
12053 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12054 Use file-cache-case-fold-search variable
12055 (file-cache-add-file): Use file-cache-assoc-function
12056 (file-cache-delete-file): likewise
12057 (file-cache-directory-name): likewise
12058 (file-cache-debug-read-from-minibuffer): likewise
12059
120602000-08-28 Gerd Moellmann <gerd@gnu.org>
12061
12062 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12063 (abbrev-table-name): New function.
12064 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12065 If non-nil list local abbrev, only.
12066
120672000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12068
12069 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12070 from Gnus support code, and use special article copy buffer
12071 `(gnus-original-article-buffer)' instead. This allows to get rid
12072 of article-hide-headers usage (which breaks in the latest Gnus
12073 version). Thanks to Detlev Zundel.
12074
120752000-08-28 Kenichi Handa <handa@etl.go.jp>
12076
12077 * international/quail.el (quail-use-package): Hide "... loaded"
12078 message.
12079 (quail-start-translation, quail-start-conversion): Likewise.
12080
12081 * international/kkc.el (kkc-region): Hide "... loaded" message.
12082
120832000-08-27 Dave Love <fx@gnu.org>
12084
12085 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12086
120872000-08-27 Miles Bader <miles@gnu.org>
12088
12089 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12090
120912000-08-27 Kenichi Handa <handa@etl.go.jp>
12092
12093 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12094 'ja-dic-cnv), not (require 'skkdic-cnv).
12095
120962000-08-26 Miles Bader <miles@gnu.org>
12097
12098 * faces.el (face-x-resources): Add entry for :inherit.
12099 * cus-face.el (custom-face-attributes): Add support for :inherit
12100 attribute. Add support for relative face heights.
12101 (custom-face-attributes-get): Treat `nil' as being a default value
12102 for :inherit (as well as `unspecified').
12103
12104 * faces.el (set-face-attribute): Update doc string.
12105 (face-attribute-name-alist): Add :inherit.
12106 (face-valid-attribute-values): Handle :inherit.
12107 (face-read-string): Rephrase prompt to be less confusing.
12108 Assume that DEFAULT is a string, since we must return a string.
12109 (face-read-integer): Use `format' to turn DEFAULT into an
12110 acceptable default for face-read-string. Match NEW-VALUE against
12111 the string "unspecified", not the symbol `unspecified', since
12112 that's what face-read-string returns.
12113 (read-face-attribute): Lookup a name for old-value in valid, and
12114 use it as a default if we find one. Treat all values from
12115 face-read-string as strings. If the default is used, don't do any
12116 more processing on the value, just use the old value directly.
12117 (read-face-and-attribute, modify-face): Tweak prompt.
12118 (read-face-name): Don't assume prompt ends with a space.
12119
12120 * faces.el (describe-face): Add support for :inherit attribute.
12121
121222000-08-25 Kenichi Handa <handa@etl.go.jp>
12123
12124 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12125 concat doesn't accept interger.
12126
12127 * international/kkc.el: Remove SKK from Keywords. Require
12128 ja-dic-utl instead of skkdic-utl.
12129
12130 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12131 Provide ja-dic-cnv instead of skkdic-cnv.
12132 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12133 (iso-2022-7bit-short): Add safe-charsets property.
12134 (skkdic-convert-postfix): Search Japanese chou-on character in
12135 addition to Hiragana character.
12136 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12137 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12138 (batch-skkdic-convert): Likewise.
12139
12140 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12141 Provide ja-dic-utl instead of skkdic-utl.
12142 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12143
121442000-08-24 Dave Love <fx@gnu.org>
12145
12146 * disp-table.el (standard-display-default): Make the test of `l'
12147 useful.
12148
12149 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12150 mod sample text.
12151
12152 * international/iso-ascii.el: Make pilcrow convenient string
12153 consistent with section.
12154 (iso-ascii-display): Set up multibyte characters as well as
12155 unibyte.
12156
121572000-08-24 Kenichi Handa <handa@etl.go.jp>
12158
12159 * international/mule-cmds.el (reset-language-environment): Set
12160 default-process-coding-system to '(undecided . iso-latin-1), which
12161 makes process I/O almost consistent with file I/O. Call this
12162 function when mule-cmds.el[c] is loaded.
12163
121642000-08-22 Andrew Innes <andrewi@gnu.org>
12165
12166 * makefile.w32-in: New file.
12167
121682000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12169
12170 * comint.el (comint-output-filter): Compare end of
12171 comint-last-output-overlay with the start of the newly inserted
12172 text, not the end, when deciding whether to extend it.
12173 Set saved-point's insertion type to advance after insertion.
12174
12175 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12176 since this is now done independently of font-lock mode.
12177
121782000-08-21 Gerd Moellmann <gerd@gnu.org>
12179
12180 * server.el (server-kill-new-buffers): New user option.
12181 (server-existing-buffer): New buffer-local variable.
12182 (server-visit-files): When using an existing buffer, set
12183 server-existing-buffer to t.
12184 (server-buffer-done): If server-kill-new-buffers is t, kill the
12185 buffer, unless it was already present before visiting it with
12186 Emacs server.
12187
121882000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12189
12190 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12191 even if the display doesn't support colors: some displays will
12192 support bold/underline faces.
12193
121942000-08-21 Gerd Moellmann <gerd@gnu.org>
12195
12196 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12197
12198 * startup.el (command-line): If user's init file had an error,
12199 add explanatory text to *Messages*.
12200
122012000-08-21 Kenichi Handa <handa@etl.go.jp>
12202
12203 * man.el (Man-getpage-in-background): Decode the process output by
12204 the system locale coding system.
12205
122062000-08-20 Dave Love <fx@gnu.org>
12207
12208 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12209 Don't test x-popup-menu.
12210 (function) <complete-function>: Complete only fbound symbols.
12211 <validate, value>: New.
12212 (variable) <complete-function>: Complete only bound symbols.
12213 (coding-system): Add :base-only, :complete-function, :validate,
12214 :value, :prompt-match.
12215 (widget-coding-system-prompt-value): Use read-coding-system and
12216 act on :base-only.
12217 (editable-field): Add :help-echo.
12218 (widget-push-button-gui, widget-push-button-cache)
12219 (widget-gui-action, widget-editable-list-gui): COmment out, along
12220 with uses.
12221 (widget-at): Make arg optional.
12222 (widget-echo-help): Adjust for current help-echo calling sequence.
12223 (widget-specify-field, widget-specify-button)
12224 (widget-specify-insert, widget-get-sibling, widget-image-find)
12225 (widget-convert, widget-insert, widget-leave-text)
12226 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12227 (widget-setup, widget-field-find, widget-before-change)
12228 (widget-after-change, widget-default-complete)
12229 (widget-default-create, widget-default-delete)
12230 (widget-push-button-value-create, editable-field)
12231 (widget-field-prompt-value, widget-field-validate)
12232 (widget-choice-value-create, widget-choice-action)
12233 (widget-choice-validate, widget-checklist-add-item)
12234 (widget-radio-add-item, widget-radio-chosen)
12235 (widget-radio-value-inline, widget-editable-list-value-create)
12236 (widget-editable-list-entry-create)
12237 (widget-documentation-link-add)
12238 (widget-documentation-string-value-create)
12239 (widget-regexp-validate, widget-file-complete)
12240 (widget-sexp-validate, widget-plist-convert-widget)
12241 (widget-plist-convert-widget, widget-alist-convert-widget)
12242 (widget-alist-convert-widget, widget-color-complete): Simplify,
12243 particularly to avoid bindings which aren't optimized out.
12244
12245 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12246 Doc fix.
12247 (down-list, backward-up-list, up-list, kill-sexp)
12248 (backward-kill-sexp, mark-sexp): Make arg optional.
12249 (lisp-complete-symbol): Add optional arg PREDICATE.
12250
12251 * cus-start.el: Add display-buffer-reuse-frames,
12252 file-coding-system-alist.
12253
122542000-08-20 Gerd Moellmann <gerd@gnu.org>
12255
12256 * startup.el (command-line): Clear realized faces after
12257 modifying TTY color mappings.
12258
122592000-08-20 Miles Bader <miles@gnu.org>
12260
12261 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12262 merely a subset of FACE's attributes.
12263
122642000-08-19 Miles Bader <miles@gnu.org>
12265
12266 * comint.el (comint-output-filter): Save the point with a marker,
12267 not just a buffer position.
12268
12269 * international/mule.el (set-buffer-process-coding-system): Make
12270 interactive prompt less confusing.
12271
122722000-08-19 Gerd Moellmann <gerd@gnu.org>
12273
12274 * hilit-chg.el: General cleanup of doc strings, comments and
12275 code formatting.
12276
122772000-08-19 Miles Bader <miles@gnu.org>
12278
12279 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12280 Compiler macro removed; beginning-of-line is no longer always
12281 equivalent to forward-line, in the presence of fields.
12282
12283 * comint.el (comint-output-filter): Remove ad-hoc saving of
12284 restriction, and just use save-restriction, now that it works
12285 correctly. Don't adjust comint-last-input-start to account for
12286 our insertion; it shouldn't have moved because we don't use
12287 insert-before-markers anymore. Comment out call to
12288 `force-mode-line-update'; why is it here?
12289
12290 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12291 while checking for prompt to delete. Use `forward-line 0'
12292 instead of beginning-of-line.
12293 (gud-filter): Temporarily widen gud comint buffer while
12294 examining output.
12295
122962000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12297
12298 * progmodes/sh-script.el: Big bag of typos.
12299
12300 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12301 check since ispell-process is not bound when ispell is not yet loaded.
12302
123032000-08-18 Dave Love <fx@gnu.org>
12304
12305 * image.el (find-image): Copy `spec' before using plist-put.
12306
123072000-08-18 Gerd Moellmann <gerd@gnu.org>
12308
12309 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12310 `portugues'.
12311
12312 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12313 backward-kill-sexp, analogous to kill-sexp.
12314
12315 * progmodes/icon.el (icon-indent-line)
12316 (icon-is-continuation-line): Handle comments specially.
12317
123182000-08-17 Ken Stevens <k.stevens@ieee.org>
12319
12320 * ispell.el: Set to standard author/maintainer/keyword fields.
12321 Fine tuning to menu map appearance and operation, and added help.
12322 Remove `start' and `end' error messages when compiling.
12323 (ispell-choices-win-default-height): Fixed comment string.
12324 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12325 castellano8 dictionaries.
12326 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12327 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12328 dictionary, added italiano dictionary.
12329 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12330 word character
12331 (ispell-tex-skip-alists): Added psfig support.
12332 (ispell-skip-html): Renamed from ispell-skip-sgml.
12333 (ispell-begin-skip-region-regexp, ispell-skip-region)
12334 (ispell-minor-check): Improved html skipping support to skip across
12335 code, and recognize `&' commands without propper `;' syntax;
12336 (ispell-process-line): Fix alignment error when manually
12337 correcting spelling.
12338 (ispell): Fix comment string.
12339 (ispell-add-per-file-word-list): Always put word list on new line.
12340
123412000-08-17 Gerd Moellmann <gerd@gnu.org>
12342
12343 * format.el (format-encode-run-method): Fix error message to say
12344 `encode' instead of `decode'. Use save-window-excursion around
12345 shell-command-on-region as in format-decode-run-method because
12346 shell-command-on-region can display a buffer with error output.
12347 (format-decode): Don't record undo information for the decoding.
12348 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12349 that number part of the temporary buffer name so that more than
12350 one decoding using a temporary buffer can happen safely.
12351
12352 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12353 of `A-z' in the regexp.
12354
12355 * hilit-chg.el: Fix typos in commentary.
12356
12357 * help.el (view-emacs-news): Rewritten for new naming scheme
12358 for old NEWS files.
12359
12360 * startup.el (command-line): Pop to *Messages* in case an error
12361 is signaled while loading user-init-file.
12362
123632000-08-17 Andreas Schwab <schwab@suse.de>
12364
12365 * files.el (insert-directory): Don't lose original file name,
12366 undoing an undocumented change.
12367
123682000-08-17 Alex Schroeder <alex@gnu.org>
12369
12370 * sql.el (sql-magic-go): Use comint-bol.
12371 (sql-copy-column): Use comint-line-beginning-position.
12372 (comint-line-beginning-position): Define a replacement for
12373 comint-line-beginning-position if it is not fboundp.
12374
123752000-08-17 Alex Schroeder <alex@gnu.org>
12376
12377 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12378 it didn't have any effect anyway.
12379
123802000-08-17 Alex Schroeder <alex@gnu.org>
12381
12382 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12383 --pset and pager=off instead of sending \\o|cat at the beginning
12384 of the session.
12385
123862000-08-17 Miles Bader <miles@gnu.org>
12387
12388 * progmodes/octave-inf.el: Add compatibility definition of
12389 comint-line-beginning-position.
12390
123912000-08-17 Kenichi Handa <handa@etl.go.jp>
12392
12393 * startup.el (normal-top-level): Look in each dir in load-path for
12394 a leim-list.el file too. This assures of loading leim-list.el
12395 that is created at Emacs installation time even if a user have his
12396 own leim-list.el.
12397
123982000-08-17 Miles Bader <miles@gnu.org>
12399
12400 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12401 foreground color to black if the background is dark.
12402
124032000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12404
12405 * loadhist.el (unload-feature): Typo.
12406
12407 * finder.el (finder-compile-keywords):
12408 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12409 to the generated file.
12410
12411 * mail/mh-e.el (mh-make-local-vars):
12412 Replace make-variable-buffer-local with make-local-variable.
12413
12414 * play/landmark.el:
12415 * options.el (Edit-options-{set,toggle,t,nil}):
12416 * mail/mailabbrev.el (mail-abbrevs-mode):
12417 * textmodes/tex-mode.el (tex-expand-files):
12418 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12419
12420 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12421
12422 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12423 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12424 Allow going past the last element.
12425 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12426 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12427 (cvs-mouse-toggle-mark): Don't move point.
12428 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12429
12430 * progmodes/compile.el (grep): Provide a default set of files.
12431 (next-error): Docstring fix.
12432 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12433
12434 * emacs-lisp/easy-mmode.el (define-minor-mode):
12435 Use `symbol-value' to keep the byte-compiler quiet.
12436
12437 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12438 (diff-find-source-location): New fun, extracted from diff-goto-source.
12439 (diff-goto-source): Use it.
12440 (diff-next-complex-hunk, diff-filter-lines): New function.
12441 (diff-apply-hunk): New command.
12442
12443 * smerge-mode.el (smerge-mode-menu): Doc fix.
12444
12445 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12446
124472000-08-16 Dave Love <fx@gnu.org>
12448
12449 * windmove.el (windmove) <defgroup>: Add :version.
12450
12451 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12452 (goto-address-fontify-p, goto-address-highlight-p)
12453 (goto-address-url-face, goto-address-url-mouse-face)
12454 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12455 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12456 (goto-address-fontify, goto-address-at-mouse): Simplify,
12457 (goto-address-at-point): browse-url-url-at-point,
12458 goto-address-find-address-at-point can return nil.
12459 (goto-address-find-address-at-point): Return nil on failure.
12460
12461 * align.el (align) <defgroup>: Add :version.
12462
12463 * calculator.el (calculator): Add :version.
12464 (calculator): Use two lines for calculator window if `modeline'
12465 face is boxed.
12466
12467 * play/5x5.el: Doc fixes.
12468 (5x5) <defgroup>: Add :version.
12469
12470 * play/fortune.el (fortune) <defgroup>: Add :version.
12471 (fortune-append): Fix error message.
12472 (fortune-from-region): Doc fix.
12473
12474 * play/pong.el (pong): Doc fix.
12475
12476 * play/morse.el: Keywords, commentary, autoloads.
12477
124782000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12479
12480 * desktop.el (desktop-save): Don't look at symbol-value of a
12481 member of minor-mode-alist, unless it is boundp.
12482
124832000-08-16 Sam Steingold <sds@gnu.org>
12484
12485 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12486 `while'; use `with-current-buffer' instead of `save-excursion'.
12487 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12488
124892000-08-16 Kenichi Handa <handa@etl.go.jp>
12490
12491 * international/ccl.el (declare-ccl-program): Docstring modified.
12492 (ccl-execute-with-args): Likewise.
12493
124942000-08-16 Miles Bader <miles@gnu.org>
12495
12496 * progmodes/sql.el: Add compatibility definition of
12497 comint-line-beginning-position.
12498
124992000-08-15 Gerd Moellmann <gerd@gnu.org>
12500
12501 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12502 'buffer-menu' property.
12503 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12504 fails.
12505 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12506 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12507 wasn't killed.
12508
12509 * buff-menu.el (list-buffers-noselect): Don't display the
12510 *Buffer List* buffer.
12511
12512 * font-lock.el: Require jit-lock to prevent a very late
12513 `Loading jit-lock' message.
12514
12515 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12516 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12517 mail address.
12518
125192000-08-15 Miles Bader <miles@gnu.org>
12520
12521 * textmodes/ispell.el (ispell-graphic-p): New constant.
12522 (ispell-choices-win-default-height, ispell-help): Use
12523 `ispell-graphic-p' instead of `xemacsp'.
12524
125252000-08-15 Dave Love <fx@gnu.org>
12526
12527 * simple.el: Autoload widget-convert when compiling.
12528 (mail-user-agent): Doc fix.
12529
12530 * help.el (function-called-at-point, variable-at-point): Use
12531 with-syntax-table.
12532 (help-manyarg-func-alist): Add insert-and-inherit.
12533
12534 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12535
12536 * delsel.el (delsel-unload-hook): New function.
12537
12538 * find-file.el: Doc fixes. Move provide to end.
12539 (ff) <defgroup>: Add :link.
12540 (ff-goto-click): Deleted.
12541 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12542 Use mouse-set-point.
12543
12544 * textmodes/tildify.el: Doc fixes.
12545 (tildify) <defgroup>: Add:version.
12546
12547 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12548 (glasses-custom-set): Use set-default, not set.
12549 (minor-mode-alist): Propertize the lighter.
12550 (glasses-mode): Provide optional arg.
12551
12552 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12553 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12554 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12555 option. Provide :type.
12556 (cwarn-configuration): Provide :type.
12557 (cwarn-mode): Doc fix.
12558
12559 * add-log.el (change-log-merge): Doc fix.
12560 (change-log-redate): New command.
12561
12562 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12563 Doze and Dog.
12564 (browse-url): Use dolist, not mapcar.
12565 (browse-url-at-point): Check for null url.
12566 (browse-url-event-buffer, browse-url-event-point): Functions
12567 deleted.
12568 (browse-url-at-mouse, browse-url-netscape): Simplify.
12569
12570 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12571 modes.
12572 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12573 Fix previous change to mapcan.
12574 (msb--init-file-alist, msb--add-separators)
12575 (msb--make-keymap-menu): Simplify.
12576 (msb--choose-file-menu): Use copy-sequence.
12577 (msb-mode-map): Add title to keymap.
12578 (msb-unload-hook): New function.
12579
12580 * bs.el: Fix indentation.
12581 (bs) <defgroup>: Add :links.
12582 (bs-show): Doc fix.
12583 (bs-apply-sort-faces): Don't use window-system.
12584 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12585
125862000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12587
12588 * calendar/timeclock.el (timeclock-file): Run .timelog through
12589 convert-standard-filename.
12590
125912000-08-14 Gerd Moellmann <gerd@gnu.org>
12592
12593 * emacs-lisp/authors.el: New file.
12594
12595 * paren.el (show-paren-priority): New user option.
12596 (show-paren-function): Set overlay priorities to
12597 show-paren-priority.
12598
125992000-08-14 Miles Bader <miles@gnu.org>
12600
12601 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12602 beginning-of-line with inhibit-field-text-motion bound.
12603
126042000-08-14 Gerd Moellmann <gerd@gnu.org>
12605
12606 * calendar/timeclock.el: New file.
12607
126082000-08-14 David Ponce <david@dponce.com>
12609
12610 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12611 `widget-button-click'. so that one can use left mouse button to
12612 click on dialog buttons.
12613
126142000-08-14 Emmanuel Briot <briot@gnat.com>
12615
12616 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12617 identifiers, since XML is case sensitive
12618
126192000-08-12 Miles Bader <miles@gnu.org>
12620
12621 * comint.el (comint-output-filter): Don't bother frobbing
12622 window-start, it doesn't seem to be necessary.
12623
12624 * comint.el (comint-send-string, comint-send-region): Make into
12625 real functions. Snapshot the prompt before sending.
12626
126272000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12628
12629 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12630 technique similar to Info-index, instead of relying on specific
12631 names of relevant Index nodes.
12632 (Info-goto-emacs-command-node): Bind Info-history to nil when
12633 going to the first node found by Info-find-emacs-command-nodes.
12634
126352000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12636
12637 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12638
126392000-08-10 Miles Bader <miles@gnu.org>
12640
12641 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12642
126432000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12644
12645 * info.el (Info-file-list-for-emacs): More elements for the
12646 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12647 and woman manuals.
12648
126492000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12650
12651 * comint.el (comint-send-input): Make the newline boundary overlay
12652 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12653 (comint-output-filter): Use `insert' instead of
12654 `insert-before-markers'. Extend comint-last-output-overlay when
12655 necessary since we can't rely on insert-before-markers to do it.
12656 * gud.el (gud-filter): Use `with-current-buffer' instead of
12657 save-excursion when inserting the output, so that point gets
12658 updated correctly; the old method relied on a rather dodgy
12659 side-effect of comint-output-filter to avoid the effect of
12660 save-excursion.
12661
126622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12663
12664 * files.el (recover-file): Call insert-directory instead of
12665 invoking `ls' directly.
12666
126672000-08-10 Miles Bader <miles@gnu.org>
12668
12669 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12670 (comint-last-prompt-overlay): New variables.
12671 (comint-output-filter): Implement prompt highlighting.
12672 (comint-snapshot-last-prompt): New function.
12673 (comint-send-input): Snapshot the last prompt.
12674 Use comint-highlight-input-face.
12675 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12676 Use defface instead of defcustom.
12677 (send-invisible, comint-send-eof): Snapshot the last prompt.
12678 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12679 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12680
126812000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12682
12683 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12684 (regexp-opt-group): Use a list of chars for `letters'.
12685 (regexp-opt-charset): `chars' is now a list of chars.
12686 Use a char-table rather than a vector so it works for multibyte chars.
12687
12688 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12689 Set cvs-minor-current-files to the selected fileinfo.
12690 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12691 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12692
126932000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12694
12695 * files.el (insert-directory): Don't call access-file on
12696 directories on DOS and Windows.
12697
126982000-08-09 Kenichi Handa <handa@etl.go.jp>
12699
12700 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12701 longer if necessary.
12702 (ccl-embed-code): Call ccl-embed-data to store CODE in
12703 ccl-program-vector.
12704
127052000-08-09 Miles Bader <miles@gnu.org>
12706
12707 * comint.el (comint-output-filter): Properly handle the case where
12708 the text surrounded by comint-last-output-overlay was deleted.
12709
127102000-08-08 Gerd Moellmann <gerd@gnu.org>
12711
12712 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12713 non-nil.
12714 (Info-file-list-for-emacs): Remove "info" from the list because
12715 that leads to trying to use the documentation from file `info'
12716 in various situations where it isn't appropriate, for instance
12717 C-h C-k C-h i.
12718
12719 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12720 DIR and/or STRING are nil.
12721
12722 * progmodes/compile.el (compilation-setup): Make variable
12723 compilation-error-screen-columns buffer-local, as some comment
12724 in the code suggests it should be.
12725
12726 * files.el (auto-mode-interpreter-regexp): New variable.
12727 (set-auto-mode): Use it.
12728
12729 * indent.el (indent-for-tab-command): Doc fix.
12730
12731 * mouse-sel.el (mouse-sel-mode): Doc fix.
12732
12733 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12734 labels.
12735
12736 * help.el (print-help-return-message): When
12737 display-buffer-reuse-frames is set, let the help window been quit,
12738 instead of deleting it, which might delete a reused frame.
12739
127402000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12741
12742 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12743 rename a directory to a name that differs only by its letter case.
12744
127452000-08-08 Kenichi Handa <handa@etl.go.jp>
12746
12747 * international/quail.el (quail-define-rules): Handle Quail decode
12748 map correctly. Add code for supporting annotations.
12749 (quail-install-decode-map): New function.
12750 (quail-defrule-internal): New optional arguments decode-map and
12751 props.
12752 (quail-advice): New function.
12753
127542000-08-07 Sam Steingold <sds@gnu.org>
12755
12756 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12757 `defconst', `define-condition', `with-slots'.
12758 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12759
127602000-08-03 Miles Bader <miles@gnu.org>
12761
12762 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12763 New variable.
12764 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12765 comint-use-prompt-regexp-instead-of-fields.
12766 (comint-send-input): Add `input' field property to stuff we send to
12767 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12768 (comint-output-filter): Add `output' field property to process
12769 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12770 (comint-replace-by-expanded-history)
12771 (comint-get-old-input-default, comint-show-output)
12772 (comint-backward-matching-input, comint-forward-matching-input)
12773 (comint-next-prompt, comint-previous-prompt): Use field
12774 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12775 (comint-line-beginning-position): New function.
12776 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12777 (comint-replace-by-expanded-history-before-point): Use
12778 comint-line-beginning-position and line-end-position.
12779 (comint-last-output-overlay): New variable.
12780 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12781
12782 * shell.el (shell-prompt-pattern): Doc change.
12783 (shell-backward-command): Use line-beginning-position.
12784
12785 * gud.el (gud-gdb-complete-command): Use
12786 comint-line-beginning-position.
12787
12788 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12789 comint-bol doesn't actually go to the beginning of the line.
12790
12791 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12792 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12793 (try-expand-line-all-buffers): Likewise.
12794
12795 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12796 explicitly matching comint-prompt-regexp.
12797 (sql-copy-column): Use comint-line-beginning-position instead of
12798 explicitly matching comint-prompt-regexp.
12799
12800 * progmodes/octave-inf.el (inferior-octave-complete): Use
12801 comint-line-beginning-position.
12802
12803 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12804
12805 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12806 looking for a prompt, use `forward-line 0' instead of
12807 `beginning-of-line', to avoid getting caught by an input field.
12808
128092000-08-07 Gerd Moellmann <gerd@gnu.org>
12810
12811 * files.el (shell-quote-wildcard-pattern): Make sure to return
12812 PATTERN, in the Unix case.
12813
128142000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12815
12816 * play/zone.el (zone): Discard any pending input before running
12817 the randomly-chosen pgm.
12818
128192000-08-07 Kenichi Handa <handa@etl.go.jp>
12820
12821 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12822 checking the existence of any multibyte characters.
12823
128242000-08-06 Gerd Moellmann <gerd@gnu.org>
12825
12826 * help.el (describe-mode): Test minor-mode symbol for being
12827 bound before testing its value for being nil.
12828
12829 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12830 `first', `second', and `third'.
12831
12832 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12833 (second): Make it an alias for `cadr'.
12834
128352000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12836
12837 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12838 types of display support faces now.
12839
128402000-08-05 Gerd Moellmann <gerd@gnu.org>
12841
12842 * pcvs.el (require): Require `cl' during compilation, only.
12843
12844 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12845 (toplevel): Remove `remq' and `remove' from autoloads.
12846 (cl-fake-autoloads): New variable. If set, arrange for an error
12847 when CL functions etc. are autoloaded.
12848
128492000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12850
12851 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12852
12853 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12854 popped up, but the user clicks outside the menu, return an empty
12855 regexp (that causes unhighlight-regexp to have no effect).
12856
12857 * menu-bar.el (menu-bar-games-menu): Add Zone.
12858
12859 * hi-lock.el (toplevel): Require font-lock.
12860
128612000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12862
12863 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12864 (ebnf-8-bit-chars): New var for bug fix.
12865 (ebnf-string): Bug fix.
12866
128672000-08-03 Sam Steingold <sds@gnu.org>
12868
12869 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12870 instead of `buffer-string'.
12871 (require 'cl): Always, not just when compiling.
12872 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12873 necessary.
12874
128752000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12876
12877 * international/mule-cmds.el (select-safe-coding-system): Make
12878 the message text about selecting a safe coding system more clear.
12879
128802000-08-02 Gerd Moellmann <gerd@gnu.org>
12881
12882 * hi-lock.el: New file.
12883
12884 * play/zone.el: New file.
12885
12886 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12887 value of tab-width in the original buffer. Choose a line number
12888 format that's a multiple of the original buffer's tab width, so
12889 that lines appear right.
12890
12891 * textmodes/ispell.el (ispell): New function, replacing an alias.
12892 Spell-check active region if in transient-mark-mode and mark
12893 is active; otherwise spell-check buffer.
12894
128952000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12896
12897 * ps-mule.el: Fix a customization problem on
12898 ps-mule-font-info-database-default.
12899
129002000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12901
12902 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12903 display-mouse-p instead of window-system.
12904 (ebrowse-member-mode-map): Ditto.
12905
129062000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12907
12908 * progmodes/ebnf2ps.el: Update ps-print functions call.
12909 Indentation fix. Doc fix.
12910 (ebnf-version): New version number (3.2).
12911 (ebnf-format-color, ebnf-begin-job): Code fix.
12912
129132000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12914
12915 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12916 font lock support on window-system.
12917 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12918
12919 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12920 display-color-p, if fboundp, instead of window-system.
12921
129222000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12923
12924 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12925 instead of window-system.
12926
12927 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12928 window-system.
12929 (widget-choice-mouse-down-action): Use display-popup-menus-p
12930 instead of window-system.
12931
12932 * strokes.el (strokes-file): Run the file name through
12933 convert-standard-filename.
12934 (strokes-mode): Call display-mouse-p instead of looking at
12935 window-system. Change the error message accordingly.
12936
12937 * progmodes/cpp.el (toplevel): Support faces on tty's.
12938
12939 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12940 (lm-plot-square, lm-init-display): Don't use window-system.
12941
12942 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12943 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12944
12945 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12946 instead of looking at window-system.
12947
129482000-07-30 Gerd Moellmann <gerd@gnu.org>
12949
12950 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12951 of testing if iswitchb-prepost-hooks is bound, because the
12952 latter will always be true when invoking a recursive minibuffer
12953 from an active Iswitchb buffer.
12954
129552000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12956
12957 * files.el (shell-quote-wildcard-pattern): New function.
12958 (insert-directory): Call it. Only prepend "\" to command on Unix
12959 and GNU/Linux systems.
12960
129612000-07-30 Gerd Moellmann <gerd@gnu.org>
12962
12963 * eshell/esh-groups.el: Change custom :link file names
12964 from `eshell.info' to `eshell'.
12965
129662000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12967
12968 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12969 correctly in recursive ange-ftp listings.
12970
129712000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12972
12973 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12974 ps-header-font-size-internal and
12975 ps-header-title-font-size-internal variables are not set,
12976 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12977 face text property is (foreground-color . COLOR) or
12978 `(background-color . COLOR)', ps-print crashes. Doc fix.
12979 (ps-print-version): New version number (5.2.4).
12980 (ps-plot-region): Code fix.
12981 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12982 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12983 Bug fix 2.
12984
129852000-07-30 Milan Zamazal <pdm@freesoft.cz>
12986
12987 * glasses.el (glasses-make-readable): Fix uncapitalization of
12988 identifiers like `myXMLDocument'.
12989
129902000-07-28 Karl Fogel <kfogel@red-bean.com>
12991
12992 * mail/mail-hist.el (mail-hist-previous-input)
12993 (mail-hist-next-input): Do the obvious code factorization.
12994 (mail-hist-retrieve-and-insert): New func, contains common
12995 code of above two.
12996 If inserting a message body, leave point at top.
12997
129982000-07-28 Sam Steingold <sds@gnu.org>
12999
13000 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13001 Use `<=', not `<' to compare times!
13002 (ange-ftp-ls): Remove.
13003
130042000-07-27 Gerd Moellmann <gerd@gnu.org>
13005
13006 * play/cookie1.el: Add explanation of how to make cookie.el
13007 compatible with strfile(1) to comment.
13008
13009 * subr.el (remove, remq): New functions.
13010
13011 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13012 escape `*' in regexps.
13013 (midnight-find): Reverse order of arguments in the funcall of
13014 TEST.
13015
13016 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13017 and `.class'.
13018
13019 * play/meese.el: Add Commentary section.
13020
130212000-07-27 Alex Schroeder <alex@gnu.org>
13022
13023 * sql.el (sql-ms): Added autoload cookie.
13024 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13025 (sql-oracle): Ditto.
13026 (sql-help): Doc change.
13027
13028 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13029 types and exceptions.
13030
130312000-07-27 Alex Schroeder <alex@gnu.org>
13032
13033 * sql.el (sql-placeholder-history): New variable.
13034 (sql-query-placeholders-and-send): New function that will query
13035 the user and replace placeholders with user input.
13036 (sql-oracle): If running on NT, set comint-input-sender to
13037 sql-query-placeholders-and-send.
13038
13039 (sql-stop): If in the SQLi buffer, insert stop notification, else
13040 present it as a message.
13041
130422000-07-27 Alex Schroeder <alex@gnu.org>
13043
13044 * sql.el (sql-input-ring-separator): Doc change.
13045 (sql-input-ring-file-name): Doc change.
13046 (sql-interactive-mode): Use `sql-input-ring-separator' and
13047 `sql-input-ring-file-name' to set the comint-mode equivalents
13048 without making them local variables.
13049 (sql-stop): Don't bind `sql-input-ring-separator' and
13050 `sql-input-ring-file-name' dynamically to their comint-mode
13051 equivalents.
13052
130532000-07-27 Kenichi Handa <handa@etl.go.jp>
13054
13055 * international/mule.el (register-char-codings): New function.
13056 (make-coding-system): Handle `safe-chars' specification in the arg
13057 PROPERTY.
13058
13059 * international/mule-cmds.el
13060 (find-coding-systems-region-subset-p): This function deleted.
13061 (sort-coding-systems-predicate): New variable.
13062 (sort-coding-systems): New function.
13063 (find-coding-systems-region): Use
13064 find-coding-systems-region-internal.
13065 (find-coding-systems-string): Use find-coding-systems-region.
13066 (find-coding-systems-for-charsets): Check
13067 char-coding-system-table.
13068 (select-safe-coding-system-accept-default-p): New variable.
13069 (select-safe-coding-system): Mostly rewritten. New argument
13070 ACCEPT-DEFAULT-P.
13071 (select-message-coding-system): Call select-safe-coding-system
13072 with ACCEPT-DEFAULT-P arg.
13073 (reset-language-environment): Reset default-sendmail-coding-system
13074 to the default value iso-latin-1.
13075 (set-language-environment): Don't set the obsolete variable
13076 charset-origin-alist.
13077
13078 * international/codepage.el (cp-coding-system-for-codepage-1):
13079 Give `safe-chars' property to make-coding-system.
13080
13081 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13082 calling select-message-coding-system twice.
13083
13084 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13085 instead of `safe-charsets'.
13086 (cyrillic-alternativnyj): Likewise.
13087 (ccl-encode-alternativnyj): Don't check the charset
13088 cyrillic-iso8859-5.
13089
130902000-07-27 Kenichi Handa <handa@etl.go.jp>
13091
13092 * composite.el (compose-chars-after): Preserve match data.
13093
130942000-07-26 Sam Steingold <sds@gnu.org>
13095
13096 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13097 (ange-ftp-real-file-newer-than-file-p): New function.
13098 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13099 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13100
13101 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13102 * midnight.el (midnight-float-time): Ditto.
13103
131042000-07-26 Andreas Schwab <schwab@suse.de>
13105
13106 * files.el (normal-backup-enable-predicate): Correct
13107 interpretation of the return value of compare-strings.
13108
131092000-07-26 Gerd Moellmann <gerd@gnu.org>
13110
13111 * isearch.el (isearch-resume): New function.
13112 (isearch-done): Add something to command-history to resume
13113 the search.
13114 (isearch-yank-line, isearch-yank-word): Use
13115 buffer-substring-no-properties instead of buffer-substring.
13116
13117 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13118 of flyspell-mouse-map.
13119
13120 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13121 duplicate definition.
13122 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13123
13124 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13125 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13126
131272000-07-25 Sam Steingold <sds@gnu.org>
13128
13129 * net/ange-ftp.el: Get modtime over the net.
13130 (ange-ftp-file-modtime): New function.
13131 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13132 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13133 Use it.
13134 (ange-ftp-dot-to-slash): New function.
13135 (ange-ftp-fix-name-for-vms): Use it.
13136
13137 * midnight.el (midnight-buffer-display-time): Use
13138 `with-current-buffer'.
13139
131402000-07-25 Gerd Moellmann <gerd@gnu.org>
13141
13142 * find-dired.el: Update copyright notice.
13143 (find-dired): Offer to kill a running `find'.
13144
13145 * enriched.el (enriched-face-ans): For a `foreground-color'
13146 property, return '(("x-color" COLOR))' so that COLOR will be
13147 output as a parameter of the x-color annotation. Likewise for the
13148 `background-color' property. In the case of normal face
13149 properties, don't return annotations for unspecified foreground
13150 and background face attributes.
13151
131522000-07-25 Kenichi Handa <handa@etl.go.jp>
13153
13154 * language/japan-util.el (japanese-katakana-region): Fix handling
13155 HANKAKU argument.
13156
131572000-07-25 Miles Bader <miles@gnu.org>
13158
13159 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13160 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13161 constrain-to-field.
13162
131632000-07-24 Andrew Innes <andrewi@gnu.org>
13164
13165 * timer.el (timer-activate-when-idle): Add optional parameter
13166 DONT-WAIT. Update docstring.
13167 (run-with-idle-timer): Specify extra parameter to
13168 timer-activate-when-idle, so that timer will be activated
13169 immediately if Emacs is already idle.
13170
13171 * w32-fns.el (w32-using-nt): Fix docstring.
13172
131732000-07-24 Dave Love <fx@gnu.org>
13174
13175 * mouse.el (popup-menu): Set last-command-event.
13176 (mouse-major-mode-menu-prefix): Declare.
13177
131782000-07-24 Gerd Moellmann <gerd@gnu.org>
13179
13180 * textmodes/flyspell.el: Update to author's version 1.5d.
13181
13182 * progmodes/hideshow.el: Update copyright notice.
13183
13184 * vcursor.el: Set maintainer to FSF, since author cannot
13185 be reached.
13186
131872000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13188
13189 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13190 the prompt.
13191
13192 * mouse.el (popup-menu): Run the keymap through indirect-function,
13193 in case it was defined with define-prefix-key. If the menu is a
13194 list of keymaps, look up the binding of user's choice in each one
13195 of the keymaps.
13196 (mouse-popup-menubar): If the global and local menu-bar keymaps
13197 don't have a prompt string, create one and insert it into the
13198 keymap. Don't barf if current-local-map returns nil.
13199
132002000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13201
13202 * dired.el (dired-sort-R-check): Added to allow recursive listing
13203 to be undone.
13204 (dired-sort-other): Use it.
13205
132062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13207
13208 * Release of cc-mode 5.27
13209
132102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13211
13212 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13213 c-beginning-of-statement-1 that caused a bad case of recursion
13214 which could consume a lot of CPU in large classes in languages
13215 that have in-expression classes (i.e. Java and Pike).
13216
13217 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13218 statements before top level constructs (i.e. case 6 is moved
13219 before case 5 and is now case 4) to catch in-expression
13220 classes in top level expressions correctly.
13221
132222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13223
13224 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13225 objc-method-intro. Case 4 removed and case 5I added.
13226
13227 * cc-langs.el (c-append-paragraph-start): New variable used by
13228 c-common-init to get paragraph-start correct.
13229 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13230 initialize paragraph-start to make it correct both with and
13231 without the javadoc special case.
13232
13233 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13234 initialize paragraph-start for javadoc markup.
13235
13236 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13237 change by defaulting this to t. It's motivated by the
13238 confusing behavior that otherwise arise from the style system
13239 when editing both java and non-java files at the same time
13240 (see the comments about style setting in c-common-init).
13241
132422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13243
13244 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13245 similar to the one in c-fill-paragraph to check the fill
13246 prefix from the adaptive fill function for sanity.
13247
132482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13249
13250 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13251 defun block.
13252
a30eb617
DL
132532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13254
13255 * cc-align.el (c-lineup-multi-inher): Handle lines with
13256 leading comma nicely. Extended to handle member initializers
13257 too.
13258
13259 * cc-engine.el: (c-beginning-of-inheritance-list,
13260 c-guess-basic-syntax): Fixed recognition of inheritance lists
13261 when the lines begins with a comma.
13262
a30eb617
DL
13263 * cc-vars.el (c-offsets-alist): Changed default for
13264 member-init-cont to c-lineup-multi-inher since it now handles
13265 member initializers and indents better for leading commas.
13266
132672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13268
13269 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13270 handling that caused class open lines to be recognized as
13271 statement-conts in some cases.
13272
13273 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13274 guessed by the adaptive fill function unless point is on the
13275 first line of a block comment.
13276
13277 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13278 when the buffer ends with a macro continuation char.
13279
13280 * cc-engine.el (c-guess-basic-syntax): Added support for
13281 function definitions as statements in Pike. The first
13282 statement in a lambda block is now labeled defun-block-intro
13283 instead of statement-block-intro.
13284
13285 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13286 so that the class surrounding point is selected, not the one
13287 innermost in the state.
13288
13289 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13290 recognition of switch labels having hanging multiline
13291 statements.
13292
13293 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13294 some code in c-guess-basic-syntax to a separate function.
13295 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13296 recognition of member inits with multiple line arglists.
13297 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13298 member-init-cont when the commas are in funny places.
13299
133002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13301
13302 * cc-defs.el (c-auto-newline): Removed this macro since it's
13303 not used anymore.
13304
13305 * cc-engine.el (c-looking-at-bos): New helper function.
13306 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13307 inexpr and toplevel classes apart in Pike.
13308
13309 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13310 of case 9A.
13311
13312 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13313 constant, since "class" can introduce an in-expression class
13314 in Pike nowadays.
13315
133162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13317
13318 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13319 indentation on cpp-macro lines.
13320
13321 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13322 a syntax modifier like comment-intro, to make it possible to
13323 get syntactic indentation for preprocessor directives. It's
13324 incompatible wrt to lineup functions on cpp-macro, but it has
13325 no observable effect in the 99.9% common case where cpp-macro
13326 is set to -1000.
13327
133282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13329
13330 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13331 member-init-cont when the preceding arglist is several lines.
13332
133332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13334
13335 * cc-styles.el (c-style-alist): The basic offset for the BSD
13336 style corrected to 8.
13337
133382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13339
13340 * cc-styles.el (c-style-alist): Adjusted the indentation of
13341 brace list openers in the gnu style.
13342
133432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13344
13345 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13346
13347 * cc-cmds.el (c-electric-brace, c-electric-slash,
13348 c-electric-star, c-electric-semi&comma, c-electric-colon,
13349 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13350 when c-syntactic-indentation is nil.
13351
13352 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13353 we were left at comments preceding the first statement when
13354 reaching the beginning of the buffer.
13355
13356 * cc-vars.el (c-syntactic-indentation): New variable to turn
13357 off all syntactic indentation.
13358
133592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13360
13361 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13362 between the text and the block comment ender when it hangs,
13363 depending on how many there are before the fill.
13364
133652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13366
13367 * cc-engine.el (c-beginning-of-closest-statement): New helper
13368 function to go back to the closest preceding statement start,
13369 which could be inside a conditional statement.
13370 * cc-engine.el (c-guess-basic-syntax): Use
13371 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13372
13373 * cc-engine.el (c-guess-basic-syntax): Better handling of
13374 arglist-intro, arglist-cont-nonempty and arglist-close when
13375 the arglist is nested inside parens. Cases 7A, 7C and 7F
13376 changed.
13377
13378 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13379 up-to-date with javadoc 1.2.
13380
133812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13382
13383 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13384 multiline Pike type decls.
13385
133862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13387
13388 * cc-cmds.el (c-indent-new-comment-line): Always break
13389 multiline comments in multiline mode, regardless of
13390 comment-multi-line.
13391
133922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13393
13394 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13395 fully::qualified::names in C++ member init lists. Preamble in
13396 case 5D changed.
13397
133982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13399
13400 * cc-langs.el (c-common-init): Handling of obsolete variables
13401 moved to c-initialize-cc-mode. More compatible style override
13402 when using global style variables.
13403 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13404 variables moved here.
13405
a30eb617
DL
13406 * cc-styles.el (c-make-styles-buffer-local): Flag style
13407 variable localness in c-style-variables-are-local-p to make
13408 the compatibility measure in c-common-init work well.
13409
13410 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13411 longer contain set-from-style.
13412 * cc-styles.el (c-initialize-builtin-style): Don't check for
13413 set-from-style on c-special-indent-hook.
13414 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13415 copy-alist is sufficient now.
13416
13417 * cc-styles.el (c-set-style, c-set-style-1,
13418 c-get-style-variables): Fixes to variable initialization so
13419 that duplicate entries in styles have the same effect
13420 regardless of DONT-OVERRIDE.
13421
13422 * cc-styles.el (c-set-style-2): Fixed bug where the
13423 initialization of inheriting styles failed when the
13424 dont-override flag is set.
13425
13426 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13427 on this.
13428
134292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13430
13431 * cc-defs.el (c-forward-comment): Removed the workaround
13432 introduced in 5.38 since it had worse side-effects. If a line
13433 contains the string "//\"", it regarded the // as a comment
13434 start since the \ temporarily doesn't have escape syntax.
13435
eb04d6cd 134362000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13437
13438 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13439 ada-xref.el before ada-prj.el, so that the Project menu is created
13440 when ada-prj tries to add to it.
13441 (ada-activate-keys-for-case): Suppress the characters that are not
13442 part of the Ada syntax. Better compatibility with else-mode
13443 (ada-adjust-case-interactive): When auto-casing is not active,
13444 correctly insert newlines (used to insert only ^M). Prevent the
13445 syntax table from being changed in case of an error
13446 (or '_' becomes part of a word and some commands are confused).
13447 Do nothing if ada-auto-case is nil.
13448 (ada-after-keyword-p): Ignore keywords that are also attributes
13449 (ada-batch-reformat): Update usage comment
13450 (ada-call-from-contextual-menu): New function
13451 (ada-case-read-exceptions): Reinitialize the casing exception list
13452 first to nil first, so that the casing exception file can be
13453 shared.
13454 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13455 files.
13456 (ada-compile-goto-error): Fix regexp used to detect a file:line
13457 anywhere in the error message
13458 (ada-contextual-menu-last-point): New variable
13459 (ada-create-keymap): If the variable delete-key-deletes-forward is
13460 t on XEmacs, it means that DEL should delete one character
13461 forward.
13462 (ada-create-menu): Use :included instead of :visible for XEmacs.
13463 New submenu "Options".
13464 (ada-end-stmt-re): Correctly indent "select ... then abort"
13465 statements.
13466 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13467 even if they don't match ada-fill-comment-prefix Fix handling of
13468 paragraphs on the first or last line of a file.
13469 (ada-format-paramlist): Fix handling of default parameter values.
13470 (ada-get-body-name): New function.
13471 (ada-get-current-indent): Optimized by searchling directly for an
13472 existing generic part or a statement outside of it. Handle
13473 ada-indent-align-comments when indenting comments Replaced some
13474 regexps by testing directly the next character. This results in a
13475 huge speedup on some files. New indentation scheme for renames
13476 statements. Stop looking for the 'while' or 'for' associated with
13477 a 'loop' at the first semicolon encountered. A "return" can also
13478 match an anonymous access subprogram declaration.
13479 (ada-get-indent-noindent): Ignore strings and comments when
13480 looking for the keywords "record" and "private".
13481 (ada-goto-matching-decl-start): When matching "if", make sure we
13482 are not in fact seeing "end if". Ignore "when" statements except
13483 when initial keyword was "begin". Fix handling of nested
13484 procedures. Add a recursive call to this function to skip over
13485 other 'end' statmts. Fix indentation for "when .. => begin"
13486 (ada-in-open-paren-p): Fix indentation for complex boolean
13487 expressions, where 'and then', 'or else' and parenthesis
13488 statements are mixed up.
13489 (ada-in-paramlist-p): Skip comments while searching for the
13490 beginning Fix handling of operator declarations.
13491 (ada-indent-align-comments): New variable
13492 (ada-indent-current): Change the syntax table only in the
13493 protected section, so that we are sure it is restored correctly.
13494 (ada-indent-on-previous-lines): Use ada-use-indent and
13495 ada-with-indent Correctly indent "select ... then"
13496 (ada-indent-region): Slight speedup.
13497 (ada-indent-renames): New variable.
13498 (ada-last-which-function-subprog, ada-last-which-function-line):
13499 New variables
13500 (ada-looking-at-semi-private): Correctly indent the 'private'
13501 keyword when it is the first word in a package declaration.
13502 (ada-loose-case-word): Stop searching if at the end of the buffer.
13503 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13504 even if point is not initially at the end of the word.
13505 (ada-matching-decl-start-re): Add "when".
13506 (ada-mode): Add support for abbrev-mode, outline-mode and
13507 which-func-mode Override the old find-file.el entry in
13508 ff-special-constructs since it is using the obsolete
13509 ada-spec-suffix variable
13510 (ada-no-auto-case): New function
13511 (ada-scan-paramlist): When parsing the argument type, accept
13512 spaces (as in "X 'Class", generated by Rational Rose).
13513 (ada-other-file-name): No longer loads the other file.
13514 (ada-popup-menu): Save and restore the current buffer and cursor
13515 position before and after displaying the menu.
13516 (ada-search-ignore-complex-boolean): New function.
13517 (ada-uncomment-region): Emacs21 already knows how to delete
13518 comments not starting in the first column.
13519 (ada-use-indent): New variable
13520 (ada-which-function): New function.
13521 (ada-with-indent): New variable
13522 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13523 can be batch-compiled from the command line.
13524
13525 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13526 Add to the menu when the file is loaded, not in ada-mode-hook.
13527 Add -toolbar to the default ddd command Switches moved from
13528 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13529 ada-prj-default-comp-opt
13530 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13531 Reference Manual to the menu
13532 (ada-check-current): rewritten as a call to ada-compile-current
13533 (ada-compile): Removed.
13534 (ada-compile-application, ada-compile-current, ada-check-current):
13535 Set the compilation-search-path so that compile.el automatically
13536 finds the sources in src_dir. Automatic scrollong of the
13537 compilation buffer. C-uC-cC-c asks for confirmation before
13538 compiling
13539 (ada-compile-current): New parameter, prj-field
13540 (ada-complete-identifier): Load the .ali file before doing
13541 processing
13542 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13543 conform to gnatmake's behavior.
13544 (ada-find-file-in-dir): New function
13545 (ada-find-references): Set the environment variables for gnatfind
13546 (ada-find-src-file-in-dir): New function.
13547 (ada-first-non-nil): Removed
13548 (ada-gdb-application): Add support for jdb, the java debugger.
13549 (ada-get-ada-file-name): Load the original-file first if not done
13550 yet.
13551 (ada-get-all-references): Handles the new ali syntax (parent types
13552 are found between <>).
13553 (ada-initialize-runtime-library): New function
13554 (ada-mode-hook): Always load a project file when a file is opened,
13555 so that the casing exceptions are correctly read.
13556 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13557 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13558 to open the project file, since the latter does not work with
13559 speedbar Get default values before loading the prj file, or the
13560 default executable file name is wrong. Use the absolute value of
13561 src_dir to initialize ada-search-directories and
13562 compilation-search-path,... Add the standard runtime library to
13563 the search path for find-file.
13564 (ada-prj-default-debugger): Was missing an opening '{'
13565 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13566 variables.
13567 (ada-prj-default-gnatmake-opt): New variable
13568 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13569 buffers, the project file is the default one Save the windows
13570 configuration before displaying the menu.
13571 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13572 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13573 ...) regexp-quote identifiers names to support operators +,
13574 -,... in regexps.
13575 (ada-remote): New function.
13576 (ada-run-application): Erase the output buffer before starting the
13577 run Support remote execution of the application. Use
13578 call-process, or the arguments are incorrectly parsed
13579 (ada-set-default-project-file): Reread the content of the active
13580 project file, not the one from the current buffer When a project
13581 file is set as the default project, all directories are
13582 automatically associated with it.
13583 (ada-set-environment): New function
13584 (ada-treat-cmd-string): New special variable ${current}
13585 (ada-treat-cmd-string): Revised. The substitution is now done for
13586 any ${...} substring
13587 (ada-xref-current): If no body was found, compiles the spec
13588 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13589 compiler to get rid of command line length limitations.
13590 (ada-xref-get-project-field): New function
13591 (ada-xref-project-files): New variable
13592 (ada-xref-runtime-library-specs-path)
13593 (ada-xref-runtime-library-ali-path): New variables
13594 (ada-xref-set-default-prj-values): Default run command now does a
13595 cd to the build directory. New field: main_unit Provide a default
13596 file name even if the current buffer has no prj file.
13597
13598 * ada-prj.el:
13599 Rewritten to show a tabbed-dialog.
13600 (ada-prj-add-ada-menu): Remove the map and name parameters.
13601 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13602 New function
13603 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13604 (ada-prj-load-from-file): New function
13605 (ada-prj-save): Always save fields that depend on the current buffer
13606 (ada-prj-show-value): New function
13607
13608 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13609 Ada mode. This will allow us to display the Ada menu in any buffer
13610 we want (for project items).
13611 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13612 number of spaces in the header.
13613
136142000-07-24 Dave Love <fx@gnu.org>
13615
13616 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13617
136182000-07-23 Noah Friedman <friedman@splode.com>
13619
13620 * type-break.el (type-break): perform autosave.
13621 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13622 (type-break-do-query): Cancel query schedule while performing
13623 actual query, to avoid possibility of a second query being made
13624 while first one is already in progress.
13625 (type-break-time-stamp-format): New variable.
13626 (type-break-time-stamp): New function.
13627 (type-break-time-warning): Use it.
13628 (type-break-keystroke-warning): Use it.
13629 (type-break-noninteractive-query): Use it.
13630
13631 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13632 cookie.
13633 Use add-minor-mode to set minor-mode-alist, if available.
13634 (eldoc-echo-area-use-multiline-p): New user option.
13635 (eldoc-echo-area-multiline-supported-p): New variable.
13636 (eldoc-docstring-format-sym-doc): Use them.
13637 (eldoc-mode): If not using idle timers, append to local post and
13638 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13639 (eldoc-display-message-no-interference-p): Don't interfere with
13640 edebug.
13641 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13642 (eldoc-function-arglist): New function.
13643 (eldoc-function-argstring): Use it.
13644
13645 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13646 auto save directory exists before calling directory-files.
13647
136482000-07-23 Dave Love <fx@gnu.org>
13649
13650 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13651 ^o, ^u.
13652
136532000-07-21 Dave Love <fx@gnu.org>
13654
13655 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13656 now passed to the function. It now works properly.
13657
13658 * smerge-mode.el (smerge-mode-menu): Fill it out.
13659
136602000-07-20 Gerd Moellmann <gerd@gnu.org>
13661
13662 * info-look.el (info-lookup): If *info* is shown in another frame
13663 on the same display, select that frame, instead of switching to
13664 the Info buffer in another window of the selected frame.
13665
13666 * simple.el (universal-argument-map): Bind numeric keypad keys
13667 kp-0 to kp-9 and kp-subtract.
13668 (digit-argument): Handle these keys.
13669
136702000-07-20 Dave Love <fx@gnu.org>
13671
13672 * net/goto-addr.el (goto-address-fontify): Don't bother with
13673 buffer-modified and read-only stuff -- irrelevant with overlays.
13674 Put an extra property on the overlays and use it to clean up in
13675 case goto-address is re-run.
13676
136772000-07-19 Richard M. Stallman <rms@gnu.org>
13678
13679 * timer.el (run-with-idle-timer): Doc fix.
13680
13681 * mail/mail-utils.el (mail-strip-quoted-names):
13682 Handle case where <...> appears inside "...".
13683 Use replace-match to edit the string more simply.
13684 (rmail-dont-reply-to): Cope with an unmatched ".
13685
136862000-07-19 Dave Love <fx@gnu.org>
13687
13688 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13689 implementation.
13690
13691 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13692 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13693 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13694
136952000-07-19 Gerd Moellmann <gerd@gnu.org>
13696
13697 * textmodes/refer.el: Correct maintainer's email address.
13698
13699 * progmodes/hideif.el: Correct author's email address.
13700 Fix typo in comment.
13701
13702 * xml.el: New file.
13703
13704 * mail/mailheader.el: Correct author's mail address.
13705
13706 * gnus/parse-time.el: Correct author's mail address.
13707
137082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13709
13710 * comint.el (comint-highlight-input, comint-highlight-face):
13711 New user options.
13712 (comint-input-ring-file-name): Change custom type.
13713 (comint-mode-map): Bind mouse-2.
13714 (comint-insert-clicked-input): New function.
13715 (comint-send-input): Handle input highlighting.
13716
137172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13718
13719 * mouse.el (popup-menu): New function.
13720 (mouse-major-mode-menu): Use it.
13721
137222000-07-18 Dave Love <fx@gnu.org>
13723
13724 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13725 improvements.
13726
137272000-07-18 Gerd Moellmann <gerd@gnu.org>
13728
13729 * faces.el (face-font-selection-order)
13730 (face-font-family-alternatives): Add custom type.
13731
137322000-07-18 Dave Love <fx@gnu.org>
13733
13734 * cus-edit.el (custom-variable-reset-saved)
13735 (custom-variable-reset-standard): Remove unused bindings.
13736
13737 * rect.el (open-rectangle-line): Remove unused let.
13738
13739 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13740
137412000-07-18 Gerd Moellmann <gerd@gnu.org>
13742
13743 * cdl.el: Fix `Maintainer' keyword.
13744
13745 * play/pong.el: Add author's email address.
13746
137472000-07-17 Sam Steingold <sds@gnu.org>
13748
13749 * files.el (insert-directory): Call `split-string' instead of
13750 re-implementing it.
13751
137522000-07-18 Gerd Moellmann <gerd@gnu.org>
13753
13754 * mail/vms-pmail.el: Change maintainer to FSF.
13755
13756 * net/goto-addr.el: Change maintainer to FSF.
13757
13758 * info.el (Info-title-face-alist): Removed.
13759
137602000-07-18 David Ponce <david@dponce.com>
13761
13762 * recentf.el (recentf-open-files): New command that works like
13763 `recentf-open-more-files', but shows the whole list of files (not just
13764 those omitted from the menu). Useful if you don't use a menu-bar!
13765 (recentf-open-more-files) Modified to use `recentf-open-files'.
13766
13767 (recentf-open-files, recentf-open-more-files)
13768 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13769
13770 (recentf-dialog-mode): New mode for dialogs. You can now just type
13771 "q" to cancel the dialogs.
13772
137732000-07-18 David Ponce <david@dponce.com>
13774
13775 * recentf.el: This is a major update of recentf.el. It adds new
13776 features to better organize the recentf menu and "More..." buffer.
13777
13778 Using new provided menu filtering functions you can now organize the
13779 recent files list:
13780
13781 - by major modes
13782 - by directories
13783 - by user defined rules
13784
13785 Finally, with the new `recentf-filter-changer' customizable filter you
13786 can define a ring of filters and dynamically (via the menu) cycle on
13787 each menu organization in the ring (a la msb).
13788
137892000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13790
13791 * eshell/eshell.el (eshell): Replace links to eshell.info with
13792 links to eshell, to avoid problems on systems where the manual is
13793 installed as `eshell'.
13794 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13795 * eshell/em-smart.el (eshell-smart): Ditto.
13796 * eshell/em-banner.el (eshell-banner): Ditto.
13797 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13798
13799 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13800 same-file check in the MS-DOS version (it does support inodes).
13801
13802 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13803
13804 * eshell/eshell.el (eshell-directory-name):
13805 Run default directory name through convert-standard-filename.
13806
138072000-07-18 Kenichi Handa <handa@etl.go.jp>
13808
13809 * international/mule-cmds.el (select-safe-coding-system):
13810 Fix typo in the comment.
13811
13812 * language/european.el (compound-text):
13813 Force katakana-jisx0201 to be designated to G1.
13814
13815 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13816 Don't translate some national variant characters of latin-jisx0201.
13817 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13818
13819 * international/kkc.el (kkc-after-update-conversion-functions):
13820 New variable.
13821 (kkc-update-conversion): Run functions in it at the tail.
13822
138232000-07-16 John Wiegley <johnw@gnu.org>
13824
13825 * lisp/align.el (align-newline-and-indent):
13826 Adding new function. for auto-aligning blocks of code on RET.
13827 (align-region): Fixed badly formatted minibuffer message.
13828
138292000-07-17 Kenichi Handa <handa@etl.go.jp>
13830
13831 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13832 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13833 the conversion list at first if appropriate.
13834 (kkc-next): Don't update kkc-next-count here.
13835 (kkc-prev): Don't update kkc-prev-count here.
13836 (kkc-show-conversion-list-update): Fix setting up of conversion
13837 list message.
13838
138392000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13840
13841 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13842
138432000-07-16 Dave Love <fx@gnu.org>
13844
13845 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13846 function to be more specific.
13847
13848 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13849 non-string help-echo.
13850 (widget-types-convert-widget): Defsubst it.
13851 (widget-echo-help): Try to cope with a help-echo function of two
13852 possible sorts.
13853
138542000-07-15 Jason Rumney <jasonr@gnu.org>
13855
13856 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13857 Declare as obsolete.
13858
13859 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13860
138612000-07-14 Gerd Moellmann <gerd@gnu.org>
13862
13863 * hilit-chg.el: Fix typo.
13864
138652000-07-14 Dave Love <fx@gnu.org>
13866
13867 * info.el (Info-mode-menu): Fix use of :help, :enable.
13868
138692000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13870
13871 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13872
138732000-07-13 Dave Love <fx@gnu.org>
13874
13875 * emacs-lisp/easymenu.el: Doc fixes.
13876 (easy-menu-remove): Defalias to ignore.
13877
13878 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13879 Call throw correctly.
13880
138812000-07-13 Gerd Moellmann <gerd@gnu.org>
13882
13883 * faces.el (frame-background-mode): Doc fix.
13884
13885 * simple.el (eval-expression-print-length): Change custom type to
13886 allow entering nil as value.
13887
138882000-07-13 Dave Love <fx@gnu.org>
13889
13890 * progmodes/fortran.el (fortran-imenu-generic-expression):
13891 Change definition layout.
13892 (fortran-mode-menu): Reinstate customize entries.
13893
13894 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13895 Use :filter, per old XEmacs code.
13896
138972000-07-12 Gerd Moellmann <gerd@gnu.org>
13898
13899 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13900 event when deciding what to send to the terminal.
13901
139022000-07-12 Dave Love <fx@gnu.org>
13903
13904 * cus-start.el: Add optional version as 4th element of specs and
13905 use it for several things new in v21. Remove load-path. Fix type
13906 of line-number-display-limit.
13907
139082000-07-11 Dave Love <fx@gnu.org>
13909
13910 * progmodes/fortran.el: Don't require easymenu.
13911 Use repeat counts in various regexps.
13912 (fortran-mode-syntax-table): Defvar directly.
13913 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13914 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13915 Use defvar, not defconst.
13916 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13917 (fortran-mode): Set fortran-comment-line-start-skip,
13918 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13919 (fortran-comment-indent): Use defsubst.
13920 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13921 Use fortran-comment-indent, not fortran-comment-indent-function.
13922 (fortran-comment-region, fortran-electric-line-number): Simplify.
13923 (fortran-auto-fill): New function.
13924 (fortran-do-auto-fill): Deleted.
13925 (fortran-find-comment-start-skip):
13926 Check for non-null comment-start-skip.
13927 (fortran-auto-fill-mode, fortran-fill-statement):
13928 Use fortran-auto-fill.
13929 (fortran-fill): Use fortran-auto-fill. Check for null
13930 comment-start-skip. Simplify final clause and use end-of-line finally.
13931
13932 * widget.el (widget-plist-member): New alias.
13933
139342000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13935
13936 * eshell/esh-module.el (toplevel): Reference
13937 byte-compile-current-file only if it is bound.
13938
139392000-07-10 Gerd Moellmann <gerd@gnu.org>
13940
13941 * dired.el: Don't require `dired-aux'.
13942
139432000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13944
13945 * dired-aux.el (dired-show-file-type): New function.
13946 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13947 (dired-show-file-type): Add autoload.
13948
139492000-07-10 Kenichi Handa <handa@etl.go.jp>
13950
13951 * international/mule-diag.el (describe-font): Adjusted for the
13952 change of fontset-info.
13953 (print-fontset): Likewise.
13954
139552000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13956
13957 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13958
139592000-07-07 Gerd Moellmann <gerd@gnu.org>
13960
13961 * bindings.el: Bind `[delete]' to delete-char.
13962
13963 * dired.el (dired-find-alternate-file): New function.
13964 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13965 (toplevel): Require dired-aux when compiling.
13966 (dired-buffers): Move defvar within file to avoid compiler warning.
13967
13968 * info.el (Info-last-search): Variable removed.
13969 (Info-search-history): New variable.
13970 (Info-search): New Info-search-history.
13971
13972 * battery.el, info-look.el: Change author's mail address.
13973
139742000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13975
13976 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13977 if rmail-ignored-headers is nil.
13978 (rmail-retry-failure): Bind rmail-ignored-headers and
13979 rmail-displayed-headers to nil.
13980
139812000-07-06 Gerd Moellmann <gerd@gnu.org>
13982
13983 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13984 (print-region-1): Don't hard code `-h' here.
13985
13986 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13987
139882000-07-01 Francesco Potorti` <pot@gnu.org>
13989
13990 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13991 exim can use "your message" instead of "the message".
13992
139932000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13994
13995 * facemenu.el: Docstrings fixes.
13996 (facemenu-get-face): Don't use internal-find-face.
13997 (facemenu-iterate): Rename arg to match the docstring.
13998
13999 * newcomment.el (uncomment-region): Be more careful when skipping
14000 backwards over `=' not to bump into BOBP.
14001
140022000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14003
14004 * ediff-diff.el (ediff-wordify): Use syntax table.
14005 * ediff-init.el (ediff-has-face-support-p): Use
14006 ediff-color-display-p.
14007 (ediff-color-display-p): Use display-color-p, changed to defun
14008 from defsubst.
14009 Got rid of special cases for NeXT and OS/2.
14010 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14011 face.
14012
140132000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14014
14015 * emacs-lisp/lucid.el: Require CL.
14016 (copy-tree, remprop): Remove, it's provided by CL.
14017 (map-keymap): Define in terms of cl-map-keymap.
14018 (extent-property, set-extent-end-glyph): New functions.
14019
14020 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14021
140222000-07-05 Gerd Moellmann <gerd@gnu.org>
14023
14024 * Makefile.in (DONTCOMPILE): Add comment that the name may
14025 not be changed without changing the make-dist script.
14026
14027 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14028 (cl-mapc): Use mapc instead of cl-old-mapc.
14029
140302000-07-05 Andrew Innes <andrewi@gnu.org>
14031
14032 * makefile.nt: Add support for `bootstrap' and related targets.
14033
140342000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14037 (easy-menu-do-define): Use `menu-item' format.
14038 Handle case where easy-menu-create-menu returns a symbol.
14039 Manually call the potential top-level filter in the function binding.
14040 (easy-menu-filter-return): New arg NAME.
14041 Convert to a keymap if MENU is an XEmacs menu.
14042 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14043 (easy-menu-converted-items-table, easy-menu-convert-item):
14044 New var and fun to memoize easy-menu-convert-item-1.
14045 (easy-menu-do-add-item): Use it.
14046 (easy-menu-create-menu): Use easy-menu-convert-item.
14047 Wrap easy-menu-filter-return around any :filter specification.
14048 Don't convert the menu if a filter was specified.
14049 Tell easy-menu-make-symbol not to check for MENU being an expression.
14050 (easy-menu-make-symbol): New arg NOEXP.
14051
140522000-07-05 Gerd Moellmann <gerd@gnu.org>
14053
14054 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14055 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14056 (eval-defun): If called with prefix arg, instrument code for
14057 Edebug.
14058
14059 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14060 similar to that of eval-defun.
14061
140622000-07-04 Dave Love <fx@gnu.org>
14063
14064 * hl-line.el (hl-line-overlay): Make it permanent-local.
14065
14066 * calendar/todo-mode.el: Replaced with a working version, based on
14067 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14068
140692000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14070
14071 * paths.el (prune-directory-list): New function.
14072 (Info-default-directory-list): Rewritten to more methodically
14073 enumerate a big list of possible info directories (based on the
14074 list used by the standalone info reader).
14075
14076 * info.el (info-initialize): Use prune-directory-list to remove
14077 non-existent directories from Info-directory-list.
14078
14079 * paths.el (Info-default-directory-list): Try a list of possible
14080 info-directories instead of a single one. Add the possible
14081 info directory "/usr/share/info".
14082
14083 * woman.el (woman-man.conf-path): Explicitly include the debian
14084 man-db config file "/etc/manpath.config".
14085 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14086 are present in `manpath.config'.
14087 (woman-manpath): Include "/usr/share/man".
14088
140892000-07-03 Gerd Moellmann <gerd@gnu.org>
14090
14091 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14092
14093 * startup.el (command-line): Initialize blink-cursor based
14094 on window-system.
14095
14096 * frame.el (blink-cursor): Default to nil if not running under
14097 a window-system.
14098
14099 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14100 (face-x-resources): Remove duplicate entry for :font.
14101
14102 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14103 instead of cycling through windows with next-window.
14104
14105 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14106 of cycling through windows with next-window.
14107
14108 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14109 of cycling through windows with next-window.
14110
14111 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14112 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14113 instead of cycling through windows with next-window.
14114
14115 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14116 instead of cycling through windows with next-window.
14117
14118 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14119 of cycling through windows with next-window.
14120
14121 * terminal.el (te-process-output): Use walk-windows instead of
14122 cycling through windows with next-window.
14123
14124 * server.el (server-switch-buffer): Use some-window instead of
14125 cycling through windows with next-window.
14126
14127 * window.el (some-window): New function.
14128 (walk-windows): Remove reference to walk-windows-start.
14129
14130 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14131
141322000-07-03 Richard Stallman <rms@gnu.org>
14133
14134 * window.el (walk-windows): Guarantee termination by keeping a list
14135 of all the windows already handled.
14136
141372000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14138
14139 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14140 window-system.
14141
14142 * man.el (Man-notify-when-ready): Don't use window-system. If
14143 Man-notify-method is newframe, and the display is not
14144 multi-frame, select the frame created for the man page.
14145 (Man-init-defvars): Doc fix.
14146
141472000-06-28 Gerd Moellmann <gerd@gnu.org>
14148
14149 * faces.el (region): Change background color for light background.
14150
14151 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14152 attribute from mode-line face of Ediff control frame.
14153
14154 * replace.el (query-replace-map): Bind `e' like `E'.
14155
141562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14157
14158 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14159 Change name to "Select All".
14160
14161 * dos-fns.el (convert-standard-filename): Fix last change.
14162
141632000-06-27 Gerd Moellmann <gerd@gnu.org>
14164
14165 * help.el (describe-variable): Don't insert a second `'s' in front
14166 of the string `value is shown below'. Since the syntax-table is
14167 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14168 an existing `'s', so that this won't be deleted.
14169
14170 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14171 * pcmpl-unix.el: New files.
14172
141732000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14174
14175 * wid-edit.el (widget-member): Use the new plist-member.
14176
141772000-06-26 Gerd Moellmann <gerd@gnu.org>
14178
14179 * replace.el (perform-replace): Undo change of 2000-04-04.
14180 Instead, move backward 1 character at the end of the loop when
14181 necessary.
14182
14183 * faces.el (fringe): Change face for different backgrounds.
14184
14185 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14186 patch from John.
14187
14188 * eshell/*.el: Change spelling of the Free Software Foundation.
14189
14190 * eshell/esh-toggle.el: Removed.
14191
14192 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14193
14194 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14195 interactively.
14196
141972000-06-26 Alex Schroeder <alex@gnu.org>
14198
14199 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14200 `define-key'; instead of checking `(emacs-version)' check for
14201 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14202 for `;' and `o' which might be electric.
14203
14204 (sql-electric-stuff): New user option.
14205 (sql-magic-go): New function which uses `sql-electric-stuff'.
14206 (sql-magic-semicolon): New function which uses
14207 `sql-electric-stuff'.
14208
14209 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14210 is not fboundp.
14211
14212 (sql-oracle-options): New variable.
14213 (sql-oracle): Use it.
14214
14215 (sql-imenu-generic-expression): Doc change.
14216 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14217 is used.
14218
14219 (sql-informix): Added command line parameter "-" to force
14220 sql-informix-program to use stdout.
14221
142222000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14223
14224 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14225 (cp864-decode-table): Doc fix.
14226 (cp720-decode-table): New variable, supports the Arabic OEM
14227 codepage used by Windows.
14228 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14229
142302000-06-23 Dave Love <fx@gnu.org>
14231
14232 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14233 (font-lock-fontify-anchored-keywords): Use
14234 line-beginning-position.
14235 (global-font-lock-mode): Use mapc.
14236
142372000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14238
14239 * eshell/esh-module.el: Require CL when compiling.
14240
142412000-06-23 Gerd Moellmann <gerd@gnu.org>
14242
14243 * comint.el (comint-substitute-in-file-name): Call replace-match
14244 with second and third arg t.
14245
14246 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14247 Specify foreground color.
14248
14249 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14250 color.
14251
14252 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14253
14254 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14255 cddr instead of cdddr.
14256
14257 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14258 instead of copy-list.
14259
14260 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14261 of copy-list.
14262
14263 * subdirs.el: Add eshell subdirectory.
14264
14265 * eshell: New subdirectory containing the Eshell package.
14266
14267 * pcomplete.el: New file.
14268
142692000-06-23 Paul Eggert <eggert@twinsun.com>
14270
14271 * mail/mailpost.el (post-mail-send-it): Make sure file has
14272 proper permissions from birth.
14273
14274 * files.el (basic-save-buffer-2): When temporarily setting
14275 file modes, set them to current modes plus 0200, not to 0777.
14276
14277 * emerge.el (emerge-make-temp-file): Make sure file has proper
14278 permissions from birth.
14279
142802000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14281
14282 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14283 backup file name through convert-standard-filename.
14284
14285 * dos-fns.el (convert-standard-filename): Convert leading
14286 directories as well. When long file names are supported, convert
14287 characters that are invalid in Windows file names.
14288
142892000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14290
14291 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14292 ps-print crashes. New feature: page selection for printing. Create
14293 raw-text-unix coding system for XEmacs. Doc fix.
14294 (ps-print-version): New version number (5.2.3).
14295 (ps-plot-region): Bug fix.
14296 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14297 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14298 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14299 funs.
14300 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14301 (ps-last-page): New vars.
14302
143032000-06-21 Gerd Moellmann <gerd@gnu.org>
14304
14305 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14306 empty option string.
14307
143082000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14309
14310 * man.el (man): Doc fix.
14311
143122000-06-21 Kenichi Handa <handa@etl.go.jp>
14313
14314 * international/mule-cmds.el (set-language-info-alist): Docstring
14315 fixed.
14316
143172000-06-20 Gerd Moellmann <gerd@gnu.org>
14318
14319 * version.el (emacs-version): Use ISO date format.
14320
14321 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14322 instead of `M-backspace'.
14323
14324 * simple.el (turn-off-auto-fill): New function.
14325
143262000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14327
14328 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14329 Renamed from with-buffer-prepared-for-font-lock and use
14330 inhibit-modification-hooks rather than setting *-change-functions.
14331 Update all functions to use the new name.
14332 (jit-lock-first-unfontify-pos): New semantics (and doc).
14333 (jit-lock-mode): Make non-interactive.
14334 Don't automatically turn on font-lock.
14335 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14336 Always use jit-lock-after-change.
14337 Remove and restore font-lock-after-change-function.
14338 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14339 (jit-lock-after-unfontify-buffer): Remove.
14340 (jit-lock-stealth-fontify):
14341 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14342 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14343
143442000-06-20 Sam Steingold <sds@gnu.org>
14345
14346 * emacs-lisp/cl-indent.el (toplevel): Indent
14347 `print-unreadable-object' properly. Untabify.
14348
143492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14350
14351 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14352 Support for bibentry.
14353 (reftex-compile-variables): Fixed problem with end of section-re.
14354
14355 * texmodes/reftex-dcr.el (reftex-view-crossref,
14356 reftex-view-crossref-from-bibtex):
14357 Deal with changed `reftex-find-citation-regexp-format'.
14358 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14359 Replaced `remprop' with `put'.
14360 (reftex-view-crossref, reftex-view-crossref-when-idle):
14361 Support for bibentry.
14362
14363 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14364 New entry for bibentry package.
14365
14366 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14367 Regexp also matches "\nobibliography".
14368
14369 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14370 Call `reftex-ensure-write-access' before doing anything.
14371 (reftex-ensure-write-access): New function.
14372
143732000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14374
14375 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14376
14377 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14378
14379 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14380
14381 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14382
14383
143842000-06-20 Dave Love <fx@gnu.org>
14385
14386 * faces.el (frame-background-mode): Use set-default, not set, in
14387 setter.
14388 (frame-update-faces, frame-update-face-colors): Define with
14389 defalias.
14390
14391 * enriched.el (enriched-decode-foreground)
14392 (enriched-decode-background): Don't use internal-find-face.
14393
14394 * apropos.el: Doc fixes.
14395
14396 * cus-edit.el (customize-changed-options): Check arg.
14397 (customize-version-lessp): Don't require decimal point.
14398
14399 * custom.el (defcustom, defgroup): Doc fix.
14400
14401 * newcomment.el (comment) <defgroup>: Add :version.
14402 (comment-multi-line): Doc fix.
14403
14404 * emulation/mlsupport.el (define-hooked-local-abbrev,
14405 define-hooked-global-abbrev): Fix, using define-abbrev.
14406
144072000-06-19 Gerd Moellmann <gerd@gnu.org>
14408
14409 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14410 the whole buffer.
14411
144122000-06-19 Dave Love <fx@gnu.org>
14413
14414 * menu-bar.el (menu-bar-options-save): New function.
14415 (menu-bar-options-menu): Use it.
14416 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14417 Simplify.
14418
144192000-06-19 Andreas Schwab <schwab@suse.de>
14420
14421 * progmodes/etags.el (tags-query-replace): Put new parameters
14422 START and END at the end, for backward compatibility.
14423
144242000-06-19 Kenichi Handa <handa@etl.go.jp>
14425
14426 * international/codepage.el:
14427 (cp-coding-system-for-codepage-1): Delete special codes for
14428 generating xxx-dos coding system because now a CCL based coding
14429 system can handle EOL conversion by default.
14430
14431 * international/mule.el (make-coding-system): Generate subsidiary
14432 coding systems for EOL handling variants even for a CCL based
14433 coding system.
14434
144352000-06-19 Kenichi Handa <handa@etl.go.jp>
14436
14437 * international/isearch-x.el (isearch-minibuffer-input-method)
14438 (isearch-minibuffer-input-method-function): These variables
14439 deleted.
14440 (isearch-with-input-method): Don't use the above variables.
14441 (isearch-process-search-multibyte-characters): Likewise. Call
14442 read-string with the arg INHERIT-INPUT-METHOD t.
14443
144442000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14445
14446 * font-lock.el (font-lock-after-fontify-buffer)
14447 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14448
14449 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14450 Use consistent make-local-variable style for font-lock-fontified.
14451 (jit-lock-fontify-buffer):
14452 Don't bother checking for font-lock-mode and jit-lock-mode.
14453
14454 * time.el: Remove trailing ^M that prevent CVS-merging.
14455
144562000-06-16 Gerd Moellmann <gerd@gnu.org>
14457
14458 * Makefile.in (distclean): New target.
14459
144602000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14461
14462 * Makefile.in (srcdir): Define for update-subdirs.
14463
144642000-06-16 Gerd Moellmann <gerd@gnu.org>
14465
14466 * find-lisp.el: New file.
14467
144682000-06-16 Andrew Innes <andrewi@gnu.org>
14469
14470 * time.el (display-time-mail-function): New variable, to allow
14471 external packages to indicate when new mail is available.
14472 (display-time-update): Use it.
14473
144742000-06-16 Kenichi Handa <handa@etl.go.jp>
14475
14476 * international/mule.el (mule-version): Change version name to
14477 SAKAKI. AOI has already been used by Meadow.
14478
14479 * international/quail.el (quail-show-guidance-buf): To find the
14480 bottom window (but minibuffer), pay attention to the height of
14481 minibuffer.
14482
144832000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14484
14485 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14486 menu-bar menus. Add help strings. Don't remove the Edit menu
14487 from the menu bar, as the menu bar has enough space now.
14488
14489 * Makefile.in (SHELL): Make sure /bin/sh is used.
14490
14491 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14492 characters, which use series of two ^H characters instead of one.
14493
144942000-06-15 Gerd Moellmann <gerd@gnu.org>
14495
14496 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14497 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14498 functions.
14499 (Info-find-node-2): Try a case-sensitive search first, then
14500 do a case-insensitive search.
14501
14502 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14503 tutorials.
14504
14505 * complete.el (PC-env-vars-alist): New variable.
14506 (PC-complete-as-file-name): New function.
14507 (partial-completion-mode): Initialize PC-env-vars-alist from
14508 process-environment.
14509 (PC-do-completion): Handle completion of env vars.
14510
14511 * info.el (Info-set-mode-line): Show file name in mode line,
14512 use `*Info*' instead of `Info:'.
14513
14514 * startup.el (command-line-1): Change copyright messages to year
14515 2000.
14516
145172000-06-15 Dave Love <fx@gnu.org>
14518
14519 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14520 not local-map.
14521
145222000-06-15 Kenichi Handa <handa@etl.go.jp>
14523
14524 * international/mule.el (set-buffer-file-coding-system): Almost
14525 rewritten to handle `undecided' as no-op.
14526
145272000-06-14 Gerd Moellmann <gerd@gnu.org>
14528
14529 * Makefile.in: New file.
14530
14531 * Makefile: Removed.
14532
14533 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14534 (goto-address-highlight-keymap): Bind C-c RET.
14535
145362000-06-14 Kenichi Handa <handa@etl.go.jp>
14537
14538 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14539 inherits buffer-file-coding-system of the current buffer.
14540
14541 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14542 0. Give correct argument to set-auto-coding-function.
14543 (tar-expunge): For goto-char, use (point-min), not 0.
14544 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14545 (tar-subfile-save-buffer): Likewize.
14546
14547 * international/mule.el
14548 (after-insert-file-set-buffer-file-coding-system): Call
14549 set-buffer-file-coding-system with the arg FORCE t.
14550
145512000-06-13 Gerd Moellmann <gerd@gnu.org>
14552
14553 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14554 nil. Contemporary sendmails issue an X-Authentication-Warning if
14555 the sender is set with `-f'.
14556
145572000-06-13 Dave Love <fx@gnu.org>
14558
14559 * help.el (describe-function-1): Kluge around cases of functions
14560 fset to subrs whose doc doesn't match their symbol-name.
14561
14562 * image.el (insert-image): Default STRING to a space.
14563
14564 * info.el Doc fixes.
14565 (Info-build-node-completions): Match Ref tags.
14566
145672000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14568
14569 * frame.el (display-multi-frame-p, display-multi-font-p): New
14570 defaliases for display-graphic-p.
14571
14572 * hl-line.el: Fixed a typo in commentary.
14573
145742000-06-13 Kenichi Handa <handa@etl.go.jp>
14575
14576 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14577 fixed.
14578
145792000-06-12 Dave Love <fx@gnu.org>
14580
14581 * image.el (insert-image): Save a little consing.
14582
145832000-06-12 Kenichi Handa <handa@etl.go.jp>
14584
14585 * language/tibet-util.el: Convert all tibetan-1-column characters
14586 to the corresponding tibetan characters.
14587 (tibetan-add-components): Delete code for the special treatment of
14588 'a chung.
14589
14590 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14591 change.
14592 (tibetan-vowel-transcription-alist): More rules added.
14593 (tibetan-composite-vowel-alist): New variable.
14594 (tibetan-precomposition-rule-alist): More rules added.
14595
145962000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14597
14598 * startup.el (command-line): Only call menu-bar-mode if interactive.
14599
14600 * thingatpt.el (toplevel symbol-properties):
14601 * textmodes/makeinfo.el (makeinfo-compile):
14602 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14603 * progmodes/hideif.el (hif-compress-define-list)
14604 (hide-ifdef-use-define-alist):
14605 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14606 (ange-ftp-vms-add-file-entry):
14607 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14608 * man.el (Man-build-man-command):
14609 * mail/rnewspost.el (news-reply-header-hook):
14610 * info.el (Info-insert-dir):
14611 * emulation/mlconvert.el (backward-word, forward-word, setq):
14612 * emacs-lisp/gulp.el (gulp-send-requests):
14613 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14614 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14615 (byte-optimize-apply, end of file):
14616 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14617 (ad-make-freeze-definition):
14618 * startup.el (command-line, command-line-1): Don't quote lambdas.
14619
14620 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14621 (cvs-cleanup-removed): New function.
14622 (cvs-cleanup-functions): New var.
14623 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14624 some flexibility in specifying additional entries to auto-cleanup.
14625 (cvs-quickdir): New function.
14626 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14627 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14628 (cvs-mode-find-file): Check that we are on a filename or dirname
14629 when invoked through a mouse-click.
14630 (cvs-full-path): Remove.
14631 (cvs-dired-action): Re-introduced.
14632 (cvs-dired-noselect): Use it.
14633 (vc-post-command-functions): use this new hook if available.
14634
14635 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14636 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14637 (cvs-filename-map, cvs-dirname-map): Remove.
14638 (cvs-default-action): Remove.
14639 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14640 if the arg is really a keymap.
14641 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14642 Don't hardcode the mapping from state (aka type) to face, but check
14643 the var cvs-fi-<type>-face instead.
14644 (cvs-fileinfo-from-entries): New function.
14645
14646 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14647 Docstring fix.
14648 (cvs-find-file-and-jump): Change default to be safer.
14649 (cvs-mode-diff-map): Define it as a function as well.
14650 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14651 Bind mouse-2 in this global map rather than with text-properties.
14652
14653 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14654 file to resolve the ambiguity between C(conflict) and C(need-merge).
14655
146562000-06-12 Kenichi Handa <handa@etl.go.jp>
14657
14658 * international/mule.el (set-buffer-file-coding-system): If
14659 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14660 unconditionally.
14661
146622000-06-12 Dave Love <fx@gnu.org>
14663
14664 * wid-edit.el (widget-specify-button): Really suppress the face if
14665 required.
14666
146672000-06-11 Gerd Moellmann <gerd@gnu.org>
14668
14669 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14670
146712000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14672
14673 * imenu.el (imenu-generic-expression): Docstring fix.
14674
14675 * composite.el (composition-function-table): Move the `put'
14676 below the autoload cookie so we can load the file before loaddefs.
14677
14678 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14679
14680 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14681 Handle easy-mmode-define-global-mode.
14682 For complex macros like define-minor-mode that can generate
14683 several autoload entries, try to autoload entries in the
14684 macroexpanded code.
14685
14686 * emacs-lisp/easy-mmode.el (define-minor-mode):
14687 If KEYMAP is a symbol, just use it.
14688 Use byte-compile-current-file and load-file-name to infer the
14689 proper :require to pass to defcustom.
14690 Wrap the hook var into `progn' so as not to autoload it.
14691 Add a :autoload-end cookie.
14692 Be more careful about the evaluation of KEYMAP.
14693 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14694 (define-derived-mode): Move define-abbrev-table outside of defvar.
14695
146962000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14697
14698 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14699 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14700 (backup-compiled-files): Ignore errors during `tar'.
14701 (bootstrap): Make autoloads before elc files.
14702
147032000-06-10 Kenichi Handa <handa@etl.go.jp>
14704
14705 * international/mule.el (set-buffer-file-coding-system): If one of
14706 undecided-XXX is specified, change only EOL conversion.
14707
14708 * international/mule-conf.el (unix): New alias for the coding
14709 system undecided-unix.
14710
147112000-06-09 Dave Love <fx@gnu.org>
14712
14713 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14714
14715 * progmodes/executable.el: Byte compile dynamic.
14716 (executable-insert): Change custom type.
14717 (executable-find): Add autoload cookie.
14718 (executable-make-buffer-file-executable-if-script-p): New
14719 function. After Noah Friedman.
14720
14721 * files.el (after-save-hook): Customize, with
14722 executable-make-buffer-file-executable-if-script-p as an option.
14723
147242000-06-09 Kenichi Handa <handa@etl.go.jp>
14725
14726 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14727 "tib24p-mule.bdf" for Tibetan.
14728
14729 * composite.el (decompose-composite-char): Declare it as obsolete.
14730
14731 * man.el (Man-fontify-manpage): Pay attention to underline and
14732 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14733
147342000-06-08 Gerd Moellmann <gerd@gnu.org>
14735
14736 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14737 Set maintainer to FSF since author isn't reachable.
14738
147392000-06-08 Dave Love <fx@gnu.org>
14740
14741 * international/mule-cmds.el (select-safe-coding-system): If
14742 DEFAULT-CODING-SYSTEM is not specified, also check the most
14743 preferred coding-system if buffer-file-coding-system is
14744 `undecided'. From Handa.
14745
147462000-06-08 Kenichi Handa <handa@etl.go.jp>
14747
14748 * international/mule.el
14749 (after-insert-file-set-buffer-file-coding-system): If the buffer
14750 size is greater than INSERTED, judget that we are not visiting.
14751
147522000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14753
14754 * whitespace.el (defgroup whitespace): Comment out `:version'.
14755 XEmacs 20.4 has problems defining the group with this present.
14756 We'll have this commented out till get resolve the problem.
14757
147582000-06-07 John Wiegley <johnw@gnu.org>
14759
14760 * align.el (align-dq-string-modes, align-sq-string-modes)
14761 (align-open-comment-modes): Add pyhton-mode.
14762 (align-rules-list): Use get-text-property instead of
14763 text-properties-at.
14764 (align-rules-list): Add python-assignment.
14765 (align-rules-list): Change perl-comma-delimiter to
14766 basic-comma-delimiter. Use if for Perl modes and python-mode.
14767 (align-rules-list): Add python-chain-logic and
14768 basic-line-continuation.
14769
147702000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14771
14772 * apropos.el (apropos-mode-hook): New user variable.
14773 (apropos-mode): Run apropos-mode-hook.
14774
147752000-06-07 David Ponce <david@dponce.com>
14776
14777 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14778 commands. Require `wid-edit' at run-time.
14779
147802000-06-07 David Ponce <david@dponce.com>
14781
14782 * recentf.el: Added some "Commentary".
14783 (recentf-open-more-files, recentf-edit-list): Minor changes to
14784 move the point at the top of the file list. This behaviour is
14785 consistent with the menu one when the list contains a lot of
14786 files.
14787 (recentf-cleanup): Now displays the number of items removed from
14788 the list.
14789 (recentf-relative-filter) New menu filter to show filenames
14790 relative to `default-directory'.
14791
147922000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14793
14794 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14795 with/without giving an error if PostScript printer doesn't have this
14796 kind of page size. Zebra Stripe continues or restarts on next page.
14797 Manual/automatic paper feeding. Switch or not the header.
14798 (ps-print-version): New version number (5.2.2).
14799 (ps-windows-system): Include emx as a Windows system.
14800 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14801 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14802 (ps-background-text): Code fix.
14803 (ps-error-handler-message, ps-user-defined-prologue)
14804 (ps-print-prologue-header, ps-printer-name)
14805 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14806 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14807 (ps-use-face-background): Customization fix.
14808 (ps-n-up-database): Data fix.
14809 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14810 (ps-switch-header): New vars.
14811 (ps-xemacs-color-name, ps-face-foreground-name)
14812 (ps-face-background-name, ps-boolean-constant): New funs.
14813
148142000-06-07 Dave Love <fx@gnu.org>
14815
14816 * allout.el: New version from Manheimer.
14817
148182000-06-07 Kenichi Handa <handa@etl.go.jp>
14819
14820 * textmodes/fill.el (fill-find-break-point): Check the validity of
14821 charset.
14822
148232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14824
14825 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14826 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14827 Call display-color-p and display-mouse-p instead of looking at
14828 window-system.
14829
148302000-06-06 Dave Love <fx@gnu.org>
14831
14832 * image.el (find-image): Doc fix. Return nil if image not found.
14833 (put-image, insert-image): Make STRING arg optional.
14834
148352000-06-06 Kenichi Handa <handa@etl.go.jp>
14836
14837 * language/vietnamese.el: Remove eval-when-compile.
14838 (viet-viscii-nonascii-translation-table): Define it as a
14839 translation table made from viet-viscii-decode-table.
14840 (viet-viscii-encode-table): Define it as a translation table made
14841 from the reverse map of above.
14842 (viet-vscii-nonascii-translation-table): Define it as a
14843 translation table made from viet-vscii-decode-table.
14844 (viet-vscii-encode-table): Define it as a translation table made
14845 from the reverse map of above.
14846 (ccl-decode-viscii): Use translate-character.
14847 (ccl-encode-viscii, ccl-encode-viscii-font)
14848 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14849 Likewize.
14850
14851 * language/cyrillic.el: Remove eval-when-compile.
14852 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14853 translation table made from cyrillic-koi8-r-decode-table.
14854 (cyrillic-koi8-r-encode-table): Define it as a translation table
14855 made from the reverse map of above.
14856 (ccl-decode-koi8): Use translate-character.
14857 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14858 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14859 a translation table made from cyrillic-alternativnyj-decode-table.
14860 (cyrillic-alternativnyj-encode-table): Define it as a translation
14861 table made from the reverse map of above.
14862 (ccl-decode-alternativnyj): Use translate-character.
14863 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14864 Likewize
14865
14866 * international/mule-diag.el (non-iso-charset-alist): Specify
14867 translation table symbol instead of translation table itself.
14868 (list-block-of-chars): CHARSET may be a translation table symbol.
14869
14870 * international/mule.el (make-coding-system): If CODING-SYSTEM
14871 already exists, override it.
14872
14873 * international/fontset.el: Use family `proportional' for Tibetan
14874 fonts.
14875
14876 * international/ccl.el (ccl-compile-translate-character): Don't
14877 check if Rrr has property translation-table.
14878 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14879
148802000-06-05 Gerd Moellmann <gerd@gnu.org>
14881
14882 * info.el: Bind case-fold-search to t when searching in case
14883 a user sets it to nil in a hook.
14884
148852000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14886
14887 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14888 * hl-line.el (hl-line-mode): Use the new :global key argument.
14889
14890 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14891 (tar-clip-time-string): Prepend a space.
14892 (tar-grind-file-mode): Construct a string rather than modifying one.
14893 (tar-header-block-summarize): Fix docstring.
14894 Use `format' rather than an error-prone set of copy-loops.
14895
14896 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14897 (diff-goto-source, diff-unified->context, diff-context->unified)
14898 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14899 understand the format output by the `-p' argument to diff.
14900
14901 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14902 (sh-re-done): Use defconst.
14903 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14904 (sh-help-string-for-variable, sh-guess-basic-offset):
14905 Don't quote lambdas.
14906 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14907 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14908
14909 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14910 (mh-letter-mode): Derive from text-mode.
14911 This implicitly means that it now calls kill-all-local-variables.
14912 Also remove the Emacs-18 compatibility code.
14913
14914 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14915 Make use of symbol-property doc-string-elt.
14916 Use memq rather than a sequence of eq.
14917 (doc-string-elt): Fix the wrong or missing previously unused values.
14918 (autoload-print-form): New function extracted from
14919 generate-file-autoloads to allow recursion when handling progn
14920 so that defvar's and defun's docstrings are properly printed.
14921 (generate-file-autoloads): Use it.
14922
14923 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14924 Use find-file-hooks in the minor-mode function.
14925 Be careful not to loop indefinitely in the post-command-hook function.
14926
149272000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14928
14929 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14930 tty's.
14931 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14932 differences whenever appropriate.
14933 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14934 * viper.el (find-file, find-file-other-window): Get viper to do
14935 wildcards.
14936
149372000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14938
14939 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14940 (jit-lock-fontify-buffer): New function for JIT refontification.
14941 (jit-lock-mode): Fix docstring.
14942 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14943 Remove jit-lock-after-change from the _local_ hook.
14944 (jit-lock-function-1): Fix docstring.
14945
14946 * info.el (Info-on-current-buffer): Initialize info.
14947
14948 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14949
14950 * progmodes/tcl.el (tcl-indent-for-comment):
14951 Ignore comment-indent-hook.
14952
14953 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14954 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14955 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14956 and improve to use the lighter to guess the capitalization.
14957 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14958 Add keyword arguments to specify global-ness or the custom group.
14959 Add local-map and help-echo properties to the lighter.
14960 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14961 (easy-mmode-define-global-mode): New macro.
14962
149632000-06-02 Dave Love <fx@gnu.org>
14964
14965 * wid-edit.el: byte-compile-dynamic since we typically don't use
14966 all the widgets. Don't require cl or widget. Remove
14967 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14968 (widget-read-event): Removed. Callers changed to use read-event.
14969 (widget-button-release-event-p): Renamed from
14970 button-release-event-p.
14971 (widget-field-add-space, widget-field-use-before-change):
14972 Uncustomize.
14973 (widget-specify-field): Use keymap property, not local-map.
14974 (widget-specify-button): Obey :suppress-face.
14975 (widget-specify-insert): Use modern backquote syntax.
14976 (widget-image-directory): Renamed from widget-glyph-directory.
14977 (widget-image-enable): Renamed from widget-glyph-enable.
14978 (widget-image-find): Replaces widget-glyph-find.
14979 (widget-button-pressed-face): Move defvar.
14980 (widget-image-insert): Replaces widget-glyph-insert.
14981 (widget-convert): Use keywordp.
14982 (widget-leave-text, widget-children-value-delete): Use mapc.
14983 (widget-keymap): Remove XEmacs stuff.
14984 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14985 (widget-button-click): Don't set point at the click, but re-centre
14986 if we scroll out of window. Rewritten for images v. glyphs &c.
14987 (widget-tabable-at): Use POS arg, not point.
14988 (widget-beginning-of-line, widget-end-of-line)
14989 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14990 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14991 (widget-default-create): Use widget-image-insert; some rewriting.
14992 (widget-visibility-value-create)
14993 (widget-push-button-value-create, widget-toggle-value-create): Use
14994 widget-image-insert.
14995 (checkbox): Create on and off images dynamically.
14996 (documentation-link): Change :help-echo.
14997 (widget-documentation-link-echo-help): Remove.
14998
149992000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15000
15001 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15002
15003 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15004 (easy-mmode-define-toggle, define-minor-mode): Use it.
15005 (easy-mmode-define-keymap): Docstring fix.
15006 (define-derived-mode): Default PARENT to fundamental-mode.
15007 Add the derived-mode-parent symbol-property.
15008 (easy-mmode-derived-mode-p): New function.
15009
150102000-06-02 Dave Love <fx@gnu.org>
15011
15012 * files.el (convert-standard-filename): Doc fix.
15013 (normal-backup-enable-predicate): New function.
15014 (backup-enable-predicate): Use it to replace the lambda form.
15015
15016 * calendar/todo-mode.el: [This needs more work on the outline
15017 stuff.] Doc fixes.
15018 (todo) <defgroup>: Add :version.
15019 (todo-add-category): Don't use pushnew.
15020 (todo-cmd-raise): Fix typo.
15021 (todo-top-priorities): Change temp buffer name.
15022 (todo-category-alist): Avoid redundant lambda.
15023 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15024 Use outline-next-heading.
15025
15026 * autoarg.el: Rewritten to use define-minor-mode.
15027 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15028 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15029
150302000-06-02 Kenichi Handa <handa@etl.go.jp>
15031
15032 * isearch.el (isearch-other-meta-char): Fix previous change.
15033
150342000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15035
15036 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15037 (log-edit-done): Only add the comment to the ring if it's different
15038 from the last comment entered.
15039
15040 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15041
150422000-06-01 Dave Love <fx@gnu.org>
15043
15044 * hl-line.el: Rewritten using define-minor-mode.
15045
15046 * help.el (describe-function-1): Distinguish special form from
15047 builtin function. Sanity-check presence of arglist for builtins.
15048
150492000-06-01 Kenichi Handa <handa@etl.go.jp>
15050
15051 * international/characters.el: Fix syntax/category setting of
15052 Tibetan characters.
15053
15054 * language/tibet-util.el (tibetan-add-components): Fixes for new
15055 encoding of Tibetan characters.
15056 (tibetan-decompose-precomposition-alist): New variable.
15057 (tibetan-decompose-region): Convert precomposed characters to
15058 non-precomposed characters.
15059 (tibetan-decompose-string): Likewise.
15060 (tibetan-composition-function): Fix args to
15061 thibetan-compose-string.
15062
15063 * language/tibetan.el (tibetan-composable-pattern): More
15064 characters included.
15065 (tibetan-consonant-transcription-alist): Rule for "R" added.
15066 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15067 "+R" added.
15068 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15069
15070 * language/lao-util.el (lao-composition-function): Fix args to
15071 compose-string.
15072
15073 * language/thai-util.el (thai-composition-function): Fix args to
15074 compose-string.
15075
15076 * isearch.el (isearch-update): Set disable-point-adjustment to t
15077 to prevent the point moving to the end of a composition when a
15078 part of a composition is searched.
15079 (isearch-other-meta-char): If the key invoking this command can be
15080 mapped by function-key-map to a printing char, call
15081 isearch-process-search-char directly.
15082
150832000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15084
15085 * emacs-lisp/bytecomp.el:
15086 * frame.el:
15087 * international/mule-cmds.el:
15088 * international/mule-util.el:
15089 * international/mule.el:
15090 * mouse.el:
15091 * subr.el:
15092 * faces.el: Update calls to make-obsolete with a WHEN argument.
15093
15094 * byte-run.el (make-obsolete, make-obsolete-variable):
15095 Add an optional WHEN argument and change the format of the
15096 symbol-property information.
15097 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15098 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15099 new obsolete-symbol-property format and print WHEN if it is provided.
15100
151012000-05-31 Dave Love <fx@gnu.org>
15102
15103 * loadhist.el (loadhist-hook-functions): Remove
15104 before-change-function, after-change-function.
15105 (unload-feature): Deal with symbols which are both bound and
15106 fbound.
15107
15108 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15109 before-change-function, after-change-function.
15110
15111 * simple.el (newline): Don't bind before-change-function,
15112 after-change-function.
15113
151142000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15115
15116 * whitespace.el (whitespace-rescan-timer-time): Update interval
15117 set to 600 seconds (10 minutes) instead of 60 seconds since
15118 a large number of whitespace buffers causes emacs to `freeze'
15119 for a considerable amount of time.
15120
15121 * whitespace.el: Updated email address
15122
151232000-05-31 Dave Love <fx@gnu.org>
15124
15125 * add-log.el (change-log-font-lock-keywords) <function>: Add
15126 pattern for function of change.
15127 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15128 acknowledgements patterns.
15129
151302000-05-31 Kenichi Handa <handa@etl.go.jp>
15131
15132 * isearch.el (isearch-printing-char): If keyboard coding system is
15133 being used, call isearch-process-search-multibyte-characters.
15134
15135 * international/isearch-x.el: Mostly rewritten.
15136
15137 * international/quail.el (quail-start-conversion): Don't include
15138 unhandled events in the returned events, but set them in
15139 unread-command-events. Exit if all inputs are deleted.
15140
151412000-05-30 Jason Rumney <jasonr@gnu.org>
15142
15143 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15144
15145 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15146 Reenable code to create initial fontsets.
15147 Use set-fontset-font in place of put-charset-property.
15148
151492000-05-30 Gerd Moellmann <gerd@gnu.org>
15150
15151 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15152 label, ensure that the first colon isn't followed by another.
15153
15154 * paths.el (Info-default-directory-list): Doc fix.
15155
15156 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15157 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15158 send a query containing USER only, not USER@HOST.
15159
15160 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15161 and rmail-msgend to compute the restriction at the end, instead of
15162 computing it.
15163
151642000-05-29 Gerd Moellmann <gerd@gnu.org>
15165
15166 * dabbrev.el (dabbrev-expand): Don't display messages in the
15167 echo area if the minibuffer window is active.
15168
15169 * jit-lock.el (jit-lock-mode): Add after change function to
15170 local hook.
15171
151722000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15173
15174 * antlr-mode.el: New commands: hide/unhide actions,
15175 upcase/downcase literals.
15176 (antlr-tiny-action-length): New user option.
15177 (antlr-hide-actions): New command. Suggested by
15178 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15179 (antlr-mode-map): New binding [C-c C-v].
15180 (antlr-mode-menu): New entries.
15181 (antlr-downcase-literals): New command.
15182 (antlr-upcase-literals): Ditto.
15183
15184 * antlr-mode.el: Minor changes: indendation, mode-name.
15185 (antlr-indent-line): Indent cpp directive at column 0.
15186 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15187
15188 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15189 (antlr-font-lock-additional-keywords): Workaround for intentional
15190 bug in XEmacs version of font-lock.
15191 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15192 be used by a smarter version of `buffers-menu-grouping-function'.
15193
151942000-05-29 Gerd Moellmann <gerd@gnu.org>
15195
15196 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15197 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15198
151992000-05-29 Kenichi Handa <handa@etl.go.jp>
15200
15201 * international/encoded-kb.el
15202 (encoded-kbd-iso2022-designation-map): Pay attention to that
15203 charset-iso-final-char return -1 for eight-bit-control and
15204 eight-bit-graphic.
15205
152062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15207
15208 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15209 (speedbar-easymenu-definition-base): Use display-graphic-p where
15210 available, instead of window-system.
15211
152122000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15213
15214 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15215 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15216 coding systems.
15217
152182000-05-26 Dave Love <fx@gnu.org>
15219
15220 * disp-table.el (standard-display-underline): Don't use
15221 internal-find-face.
15222
15223 * mail/reporter.el: Maintainer change. Doc fixes.
15224 (reporter-version): Deleted.
15225
15226 * emacs-lisp/elp.el: Maintainer change.
15227 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15228
152292000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15230
15231 * add-log.el (add-change-log-entry): Merge the current entry with the
15232 previous one if the previous one is empty.
15233
152342000-05-26 Dave Love <fx@gnu.org>
15235
15236 * loadhist.el (unload-feature): Fix interactive spec [from
15237 lijnzaad@ebi.ac.uk].
15238
15239 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15240 subr-arity to check primitives.
15241 (byte-compile-flush-pending, byte-compile-file-form-progn)
15242 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15243 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15244 mapcar.
15245
152462000-05-26 Kenichi Handa <handa@etl.go.jp>
15247
15248 * international/fontset.el: Set family names of non-latin charsets
15249 in default fontset to "*".
15250
15251 * international/mule-diag.el (print-fontset): Combine family part
15252 and registry part of the fontname by "-*-" instead of "-".
15253
15254 * international/mule-cmds.el (encode-coding-char): Make strings
15255 multibyte before calling encode-coding-string.
15256
152572000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15258
15259 * derived.el: Fix keywords.
15260 (define-derived-mode): Only define if needed.
15261
15262 * simple.el (fill-comment, comment-column, comment-start)
15263 (comment-start-skip, comment-end, comment-indent-function)
15264 (block-comment-start, block-comment-end, indent-for-comment)
15265 (set-comment-column, kill-comment, comment-padding, comment-region)
15266 (comment-multi-line, indent-new-comment-line): Remove.
15267
15268 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15269 function names for comment operations.
15270
15271 * newcomment.el: Add abundant autoload cookies.
15272 (comment-style): Don't depend on runtime data at compile-time.
15273 (comment-indent-hook): Remove.
15274 (comment-indent): Check if comment-indent-hook is bound.
15275 (comment-region): Docstring fix.
15276
152772000-05-25 Dave Love <fx@gnu.org>
15278
15279 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15280 byte-code-function-p.
15281
15282 * mail/rmailsum.el: Add provide.
15283
15284 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15285
15286 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15287 defcustom.
15288
152892000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15290
15291 * ediff-diff.el (ediff-exec-process): delete --binary option from
15292 non-buffer ediff jobs.
15293
152942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15295
15296 * hilit-chg.el (highlight-changes-mode): Ask about color or
15297 grayscale support, not about window-system.
15298
15299 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15300 window-system.
15301 (ffap-highlight): Always default to t.
15302
15303 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15304 display-popup-menus-p instead of looking at window-system.
15305
15306 * disp-table.el (standard-display-g1, standard-display-graphic):
15307 Only refuse to use string glyphs on X and MS-Windows.
15308
15309 * avoid.el: Remove window-system from commentary, suggest to use
15310 display-*-p instead.
15311
15312 * apropos.el (apropos-print): Use display-mouse-p instead of
15313 window-system.
15314
153152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15316
15317 * international/codepage.el (cp-decoding-vector-for-codepage):
15318 Fill up unsupported characters with their own codes. From Kenichi
15319 Handa.
15320
153212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15322
15323 * international/mule-diag.el (describe-char-after): Use
15324 display-graphic-p instead of window-system, so that this function
15325 works on MS-DOS.
15326
153272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15328
15329 * international/codepage.el (cp-make-coding-systems-for-codepage):
15330 Remove the eight-bit-graphic and eight-bit-control charsets from
15331 the list of charsets which we convert into `?'.
15332
153332000-05-25 Kenichi Handa <handa@etl.go.jp>
15334
15335 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15336 private charsets.
15337 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15338 japanese-jisx0213-2): New charsets.
15339
15340 * international/fontset.el: Setup default fontset for new charsets.
15341
153422000-05-24 Dave Love <fx@gnu.org>
15343
15344 * info.el (Info-find-node-2): Restructure [following "Vadim
15345 S. Solomin" <sovs@uic.nnov.ru>].
15346
15347 * icomplete.el: Fix header for Finder.
15348
153492000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15350
15351 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15352 STAY.
15353
15354 * rmail.el (rmail-automatic-folder-directives): New user variable.
15355 (rmail-show-message): Add call to `rmail-auto-file' during
15356 display.
15357 (rmail-auto-file): New function.
15358
153592000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15360
15361 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15362 account.
15363 (ediff-test-utility,ediff-diff-mandatory-option)
15364 (ediff-reset-diff-options): Utilities for proper initialization of
15365 ediff-diff-options and ediff-diff3-options on Windows.
15366
15367 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15368 variable.
15369
15370 * ediff-mult.el (ediff-filegroup-action): Use
15371 ediff-merge-filename-prefix.
15372
153732000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15374
15375 * viper-ex.el (ex-write): Set selective display to nil.
15376
153772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15378
15379 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15380 aliases for hebrew-iso-8bit.
15381
153822000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15383
15384 * woman.el: New version from Francis J. Wright
15385 <F.J.Wright@Maths.QMW.ac.uk>.
15386 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15387 names in environment variables regardless of the path separator.
15388 (woman-topic-all-completions-1): Don't call file-name-directory-p
15389 on all files, since woman-file-regexp already filters out any
15390 directories.
15391
153922000-05-24 Kenichi Handa <handa@etl.go.jp>
15393
15394 * international/quail.el (quail-start-translation): Don't change
15395 modified-p of the current buffer.
15396 (quail-start-conversion): Likewise.
15397
15398 * international/kkc.el (kkc-region): Don't change modified-p of
15399 the current buffer.
15400
15401 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15402 conform to RFC1468.
15403 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15404
154052000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15406
15407 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15408 (speedbar-insert-button): Invisible text property fix.
15409 (speedbar-directory-plus): Renamed from speedbar-directory-+
15410 (speedbar-directory-minus): Renamed from speedbar-directory--
15411 (speedbar-page-plus): Renamed from speedbar-file-+
15412 (speedbar-page-minus): Renamed from speedbar-file--
15413 (speedbar-page): Renamed from speedbar-file-
15414 (speedbar-tag): Renamed from speedbar-tag-
15415 (speedbar-tag-plus): Renamed from speedbar-tag-+
15416 (speedbar-tag-minus): Renamed from speedbar-tag--
15417 (speedbar-expand-image-button-alist): Use above renames.
15418
15419 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15420 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15421 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15422 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15423 * sb-pg.xpm: Renamed from sb-file.xpm
15424 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15425 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15426
154272000-05-24 Kenichi Handa <handa@etl.go.jp>
15428
15429 * international/quail.el (quail-show-guidance-buf): Set
15430 current-input-method of the guidance buffer to the name of the
15431 curren input method.
15432
154332000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15434
15435 * progmodes/compile.el (compile-internal): Style typo.
15436
15437 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15438 quote vars and functions in the docstring.
15439
15440 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15441
15442 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15443 Don't quote lambdas.
15444
15445 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15446
154472000-05-23 Gerd Moellmann <gerd@gnu.org>
15448
15449 * startup.el (command-line): Determine source file of compiled
15450 user init file differently. Warn if compiled user init file
15451 is older than its source file.
15452
15453 * ffap.el (ffap-url-regexp): Add `https'.
15454
154552000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15456
15457 * files.el (make-backup-file-name-1): Replace slashes with `!'
15458 rather than `|' (which is not allowed on Windows). Replace the
15459 drive letters with a string "drive_X".
15460
154612000-05-23 Gerd Moellmann <gerd@gnu.org>
15462
15463 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15464
15465 * files.el (interpreter-mode-alist): Add `bash2'.
15466
154672000-05-22 Dave Love <fx@gnu.org>
15468
15469 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15470 mapc.
15471 (feature-file): Avoid calling symbol-name. Doc fix.
15472 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15473 (loadhist-hook-functions): Add mouse-position-function.
15474 (unload-feature): Change uses of mapcar.
15475
15476 * files.el (parse-colon-path): Doc fix.
15477 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15478 (set-auto-mode): Use mapc.
15479
15480 * complete.el (PC-look-for-include-file): Use :alnum: character
15481 class.
15482 (partial-completion-mode): Add autoload cookie.
15483
154842000-05-22 Sam Steingold <sds@gnu.org>
15485
15486 * info.el (Info-fontify-node): Fixed the call to
15487 `add-text-properties' (bug introduced on 2000-05-18).
15488
154892000-05-22 Dave Love <fx@gnu.org>
15490
15491 * bindings.el: Remove debug-ignored-errors set in other files.
15492
15493 * progmodes/etags.el: Add to debug-ignored-errors.
15494 (visit-tags-table-buffer): Clear out buffers holding old tables
15495 when making a new list.
15496 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15497 mapc.
15498
15499 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15500 quote keywords.
15501 (cmpl-string-case-type): Use character classes.
15502
15503 * comint.el:
15504 * textmodes/ispell.el:
15505 * imenu.el:
15506 * mail/mh-e.el:
15507 * progmodes/compile.el: Add to debug-ignored-errors.
15508
15509 * dabbrev.el: Add to debug-ignored-errors.
15510 (dabbrev-completion): Use mapc.
15511
155122000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15513
15514 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15515 (woman-mapcan, woman-parse-man.conf)
15516 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15517 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15518 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15519 path syntax better.
15520 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15521 (woman-manpath): Call woman-parse-man.conf.
15522 (woman-emulation): New defcustom, defaults to nroff.
15523 (woman-font-support): New defconst.
15524 (woman-use-symbol-font): New defcustom.
15525 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15526 "Emulation".
15527 Many functions: Doc fix.
15528
155292000-05-22 Kenichi Handa <handa@etl.go.jp>
15530
15531 * international/quail.el (quail-simple-translation-keymap): Map
15532 128..255 to quail-self-insert-command.
15533 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15534
155352000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15536
15537 * help.el (help-manyarg-func-alist): Typo.
15538
15539 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15540 intervals which makes it heaps simpler.
15541
15542 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15543 the nested comment markers.
15544
15545 * subr.el (remove-hook): Don't turn the hook's value into a list.
15546
155472000-05-21 Dave Love <fx@gnu.org>
15548
15549 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15550 are invalid characters.
15551
15552 * international/mule-util.el (detect-coding-with-priority): Use
15553 mapc. Remove redundant lambda.
15554
15555 * international/mule-diag.el (list-non-iso-charset-chars)
15556 (describe-fontset): Remove redundant lambda.
15557
15558 * emulation/crisp.el (brief-mode): New alias.
15559
15560 * emacs-lisp/ring.el (ring-elements): New function.
15561
15562 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15563 (easy-menu-do-add-item): Use keywordp.
15564
15565 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15566
15567 * replace.el: Doc and error message fixes.
15568 (replace-highlight): Use facep, not internal-find-face.
15569
155702000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15571
15572 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15573
15574 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15575 (log-edit-insert-changelog): Drop `:' as well.
15576
15577 * log-view.el: Fix file description.
15578 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15579 available.
15580 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15581 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15582
15583 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15584 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15585 Print a status message if the toggle is called interactively.
15586 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15587 for global minor modes and use `defcustom' for them.
15588 Use add-minor-mode.
15589 (easy-mmode-define-derived-mode): Remove.
15590 (define-derived-mode): Fancier default docstring.
15591 (easy-mmode-define-navigation): Signal an error rather than (ding).
15592
15593 * newcomment.el (comment-styles): New `box-multi'.
15594 (comment-normalize-vars): Better default for comment-continue to
15595 avoid whitespace-only continuations.
15596 (comment-search-forward): Always move even in the no-syntax case.
15597 (comment-padright): Only obey N if it's only obeyed for padleft.
15598 (comment-make-extra-lines): Better handling of empty continuations.
15599 Use `=' for the filler if comment-start has only one character.
15600 (uncomment-region): Try handling the special `=' filler.
15601 (comment-region): Allow LINES even if MULTI is nil.
15602 (comment-box): Choose box style based on comment-style.
15603
156042000-05-20 Kenichi Handa <handa@etl.go.jp>
15605
15606 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15607 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15608
156092000-05-20 Kenichi HANDA <handa@etl.go.jp>
15610
15611 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15612 and insert, not subst-char-in-region.
15613
15614 * international/mule-diag.el (list-character-sets-1): Handle
15615 charsets eight-bit-control and eight-bit-graphic.
15616 (list-iso-charset-chars): Likewise.
15617 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15618 charactes as is. Use indent-to to align characters.
15619
15620 * international/mule-cmds.el (find-multibyte-characters): Never
15621 exclude charsets eight-bit-control and eight-bit-graphic.
15622
156232000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15624
15625 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15626 Don't quote lambdas.
15627
15628 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15629
156302000-05-19 Gerd Moellmann <gerd@gnu.org>
15631
15632 * gud.el (gud-jdb-directories): Doc fix.
15633
156342000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15635
15636 * newcomment.el: New file.
15637
156382000-05-19 Gerd Moellmann <gerd@gnu.org>
15639
15640 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15641
156422000-05-18 Andreas Schwab <schwab@suse.de>
15643
15644 * dired.el (dired-between-files): Also skip lines beginning with
15645 `used'.
15646
156472000-05-18 Gerd Moellmann <gerd@gnu.org>
15648
15649 * msb.el (msb-menu-cond): Add choice `user'.
15650
156512000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15652
15653 * ps-print.el: Compatibility, customization and doc fix.
15654 (ps-printer-name-option): Replace defconst by defvar.
15655 (ps-postscript-code-directory): XEmacs compatibility.
15656 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15657 fix.
15658 (ps-user-defined-prologue, ps-print-prologue-header)
15659 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15660 compatibility and code fix.
15661 (ps-print-background-image, ps-print-background-text):
15662 Customization fix.
15663 (ps-line-number-start, ps-n-up-on): New vars.
15664
156652000-05-18 Espen Skoglund <esk@ira.uka.de>
15666
15667 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15668 the indent-comment function to just return the appropriate indent.
15669
156702000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15671
15672 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15673 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15674 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15675
156762000-05-18 Dave Love <fx@gnu.org>
15677
15678 * info.el (Info-fontify-node): Add intangible property as well as
15679 invisible.
15680
15681 * calendar/appt.el (appt-make-list): Match all lines of entry.
15682 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15683
156842000-05-18 Kenichi Handa <handa@etl.go.jp>
15685
15686 * international/mule-diag.el (describe-char-after): Call
15687 internal-char-font, not char-font. If internal-char-font returns
15688 nil, display "-- none --".
15689
156902000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15691
15692 * image.el (image-type-available-p): Don't reference image-types
15693 if it isn't bound.
15694
156952000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15696
15697 * autoarg.el (autoarg-mode): Typo in the :set argument.
15698
156992000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15700
15701 * startup.el (command-line-1): Don't signal an error if the
15702 directory for auto-save-list files does not yet exist.
15703
157042000-05-17 Kenichi Handa <handa@etl.go.jp>
15705
15706 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15707
157082000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15709
15710 * subr.el (remove-hook): `setq' hook-value, not `set'.
15711
157122000-05-16 Sam Steingold <sds@gnu.org>
15713
15714 * info.el (debug-ignored-errors): More errors to ignore.
15715
157162000-05-16 Dave Love <fx@gnu.org>
15717
15718 * cus-edit.el: Don't require cl or easymenu.
15719 (custom-variable-prompt): Test standard-value property, not
15720 user-variable-p.
15721
157222000-05-16 Sam Steingold <sds@gnu.org>
15723
15724 * subr.el (add-hook): `setq' hook-value, not `set'.
15725
157262000-05-16 Gerd Moellmann <gerd@gnu.org>
15727
15728 * startup.el (command-line-1): Mention the FAQ in the startup
15729 message.
15730
15731 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15732
15733 * progmodes/compile.el (compilation-parse-errors): Collect
15734 `nomessage' regexps last.
15735
15736 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15737
15738 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15739 to the function name.
15740
157412000-05-15 Dave Love <fx@gnu.org>
15742
15743 * speedbar.el (speedbar-recenter): Typo.
15744 (speedbar-expand-line): Make arg optional.
15745 (speedbar-mode): Avoid a compiler warning.
15746
157472000-05-15 Gerd Moellmann <gerd@gnu.org>
15748
15749 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15750 user-specified option string is empty.
15751
15752 * mouse.el (mouse-yank-at-click): Doc fix.
15753
157542000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15755
15756 * term/internal.el (IT-character-translations): More updates of
15757 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15758 documents.
15759
157602000-05-15 Gerd Moellmann <gerd@gnu.org>
15761
15762 * env.el (getenv): New function, interactively callable.
15763 (setenv, getenv): Remove autoload cookies.
15764
15765 * loadup.el: Load `env'.
15766
15767 * progmodes/f90.el: Change author's mail address.
15768
157692000-05-14 Dave Love <fx@gnu.org>
15770
15771 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15772 goto-addr as an option.
15773
15774 * help.el (help-xref-stack): Doc fix.
15775 (help-xref-following): New variable.
15776 (help-make-xrefs): Use it.
15777 (help-xref-go-back): Use position information from stack element.
15778 (help-follow): Make position in stack element a pair. Use
15779 help-xref-following.
15780
15781 * autoarg.el: New file.
15782
15783 * faces.el: Declare more functions obsolete.
15784
15785 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15786 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15787 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15788 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15789 Remove all the setup-...-environment functions.
15790
157912000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15792
15793 * speedbar.el: Updated the commentary section. xemacs20p now uses
15794 >= when detecting. Require `defimage' safely.
15795 (speedbar-easymenu-definition-base): Add toggle for images.
15796 (speedbar-easymenu-definition-special): Add flush cache & expand.
15797 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15798 (speedbar-reconfigure-keymaps-hook): New variable.
15799 (speedbar-frame-parameters): Updated documentation.
15800 (speedbar-use-imenu-flag): Updated custom tag
15801 (speedbar-dynamic-tags-function-list): New variable.
15802 (speedbar-tag-hierarchy-method): Updated doc & custom.
15803 (speedbar-indentation-width, speedbar-indentation-width) New
15804 variables.
15805 (speedbar-hide-button-brackets-flag): Customizable.
15806 (speedbar-vc-indicator): Doc update.
15807 (speedbar-ignored-path-expressions): Updated default value.
15808 (speedbar-supported-extension-expressions): Updated default value.
15809 (speedbar-syntax-table): Remove {} paren status.
15810 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15811 as "+". Added overlay aliases.
15812 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15813 `force-mode-line-update'.
15814 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15815 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15816 `mouse-set-point'
15817 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15818 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15819 of arbitrary text, and new helper functions.
15820 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15821 filename finder.
15822 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15823 (speedbar-directory-buttons): Update path search/expansion.
15824 (speedbar-make-tag-line): Pay attention to
15825 `speedbar-indentation-width'. Use more care w/ invisible
15826 properties.
15827 (speedbar-change-expand-button-char): Call
15828 `speedbar-insert-image-button-maybe'.
15829 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15830 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15831 (speedbar-trim-words-tag-hierarchy)
15832 (speedbar-simple-group-tag-hierarchy): New functions
15833 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15834 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15835 functions.
15836 (speedbar-mouse-set-point): New function
15837 (speedbar-power-click): Updated documentation.
15838 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15839 of tag prefix text.
15840 (speedbar-expand-line, speedbar-contract-line): Make more robust
15841 to strange text.
15842 (speedbar-expand-line): Takes universal argument to flush the
15843 cache.
15844 (speedbar-flush-expand-line): New function.
15845 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15846 Use new generator insertion method.
15847 (speedbar-fetch-dynamic-tags): New function.
15848 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15849 `speedbar-fetch-dynamic-imenu'.
15850 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15851 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15852 "Revert Buffer" menu items.
15853 (speedbar-buffer-buttons-engine): Be smarter when creating a
15854 filename tag (for expansion purposes.).
15855 (speedbar-highlight-one-tag-line,
15856 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15857 (speedbar-recenter): New functions.
15858 (defimage-speedbar): Image loading abstraction.
15859 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15860 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15861 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15862 (speedbar-tag-type, speedbar-tag-mail): New images.
15863 (speedbar-expand-image-button-alist): New variable.
15864 (speedbar-insert-image-button-maybe): Insert an image over some
15865 buttons.
15866
158672000-05-13 Kenichi Handa <handa@etl.go.jp>
15868
15869 * international/mule-cmds.el (encode-coding-char): An ASCII
15870 character is always encodable.
15871
15872 * international/mule-conf.el: Add more information in descriptions
15873 of character sets.
15874
15875 * international/mule-diag.el (describe-char-after): New function.
15876 (describe-font-internal): Adjusted for the change of font-info.
15877 (describe-font): Likewise.
15878 (print-fontset): Rewritten for the new fontset implementation.
15879 (describe-fontset): Include fontset alias names in completion.
15880 (list-fontsets): Adjusted for the change of print-fontset.
15881
15882 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15883 describe-char-after instead of displaying the detail in the echo
15884 area.
15885 (syntax-code-table): Format changed.
15886 (string-to-syntax): Adjusted for the above change.
15887
158882000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15889
15890 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15891
158922000-05-12 Dave Love <fx@gnu.org>
15893
15894 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15895 dependence. Use line-{beginning,end}-position, not
15896 point-at{b,e}ol. Some doc fixes.
15897 (todo-position): New function. Fix callers of position to use it.
15898 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15899
159002000-05-12 Gerd Moellmann <gerd@gnu.org>
15901
15902 * time.el (display-time-mail-icon): Use `:ascent center'.
15903
15904 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15905 handling FTP security extensions.
15906
159072000-05-11 Dave Love <fx@gnu.org>
15908
15909 * calendar/todo-mode.el: New file.
15910
159112000-05-11 Gerd Moellmann <gerd@gnu.org>
15912
15913 * comint.el (comint-read-input-ring): Move reference to
15914 comint-input-ring-size outside of the save-excursion. It was
15915 causing the default value to be the only one ever seen.
15916
15917 * font-lock.el: Update copyright. Remove Simon Marshall's email
15918 address on request from him.
15919
15920 * subr.el (substitute-key-definition): Add comment describing
15921 the meaning of PREFIX.
15922
159232000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15924
15925 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15926
15927 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15928 (add-minor-mode): Don't make the variable buffer-local and add a
15929 reference to define-minor-mode in the docstring.
15930
15931 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15932 HEADER/FOOTER and fix bug with trailing empty directory.
15933 (cvs-append-to-ignore): Use vc-editable-p if available.
15934 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15935 (vc-do-command): Tweak advice to handle the new VC.
15936
15937 * log-view.el (log-view-goto-rev): New function for the new VC.
15938 (log-view-minor-wrap): Use mark-active.
15939
15940 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15941 (log-edit-changelog-full-paragraphs): New var.
15942 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15943 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15944 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15945 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15946 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15947 Replace the `cvs' prefix with `log-edit'.
15948
15949 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15950
15951 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15952 (diff-font-lock-defaults): Explicitly turn off multiline.
15953 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15954 (diff-ediff-patch): Fix call to ediff-patch-file.
15955 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15956 Handle comments.
15957
15958 * frame.el (automatic-hscrolling): Typo.
15959
15960 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15961
159622000-05-09 Sam Steingold <sds@goems.com>
15963
15964 * apropos.el (apropos-print): use `describe-face' instead of
15965 `customize-face-other-window'.
15966
159672000-05-09 Dave Love <fx@gnu.org>
15968
15969 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15970
15971 * help.el (describe-variable): Have customize button pop the
15972 help-xref stack when invoked.
15973 (help-xref-symbol-regexp): Add `face'.
15974 (help-make-xrefs): Check for quoted face names and adapt regexp
15975 submatch numbers to cope.
15976 (help-xref-interned): Maybe insert face doc too. Separate
15977 sections with a line of hyphens.
15978
15979 * faces.el: Some doc fixes. Declare some functions obsolete.
15980 (describe-face): Add customize button. Return the help
15981 text. Fix prompt.
15982
159832000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15984
15985 * term/internal.el (IT-character-translations): Fix last change.
15986
159872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15988
15989 * woman.el: New file
15990 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15991
159922000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15993
15994 * term/internal.el (IT-character-translations): Update ASCII
15995 simulations for greek-iso8859-7, add latin-iso8859-14 and
15996 latin-iso8859-15.
15997
15998 * international/mule-cmds.el (set-language-info-alist): Call
15999 define-prefix-command with 3 arguments, to make the map suitable
16000 for a menu.
16001
160022000-05-07 Dave Love <fx@gnu.org>
16003
16004 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16005
160062000-05-05 Dave Love <fx@gnu.org>
16007
16008 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16009 list in doc string. Don't quote keyword symbols.
16010 * emacs-lisp/cl.el: Likewise
16011 * emacs-lisp/cl-seq.el: Likewise
16012
160132000-05-05 Gerd Moellmann <gerd@gnu.org>
16014
16015 * abbrev.el (abbrev-mode): Make ARG optional.
16016
160172000-05-04 Gerd Moellmann <gerd@gnu.org>
16018
16019 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16020
16021 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16022
16023 * subr.el (substitute-key-definition): Clarify documentation.
16024
160252000-05-04 Milan Zamazal <pdm@freesoft.cz>
16026
16027 * glasses.el (glasses-convert-to-unreadable): Use
16028 `glasses-separator' instead of the hard-wired "_".
16029 (glasses-mode): Call `glasses-make-unreadable' only in a single
16030 place.
16031
160322000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16033
16034 * term/internal.el (cjk-codepages-alist): Add associations for
16035 Chinese and Korean codepages. Remove FIXME comment.
16036
160372000-05-03 Dave Love <fx@gnu.org>
16038
16039 * time.el (display-time-mail-face, display-time-use-mail-icon):
16040 New option.
16041 (display-time-mail-icon): New variable.
16042 (display-time-string-forms): Use the above. Fix the local-map.
16043
160442000-05-03 Gerd Moellmann <gerd@gnu.org>
16045
16046 * replace.el (query-replace-map): Add binding for `E'.
16047 (query-replace-help): Extend help text.
16048 (perform-replace): Allow editing the replacement string.
16049
16050 * make-mode.el (makefile-mode-abbrev-table): New variable.
16051 (makefile-mode): Set local abbrev table to
16052 makefile-mode-abbrev-table.
16053 (makefile-font-lock-keywords): Fontify includes and conditionals.
16054
16055 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16056 set TOGGLE's value.
16057
16058 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16059 mail-interactive-insert-alias.
16060 (mail-abbrev-complete-alias): New command.
16061 (mail-mode-map): Bind it to `M-TAB'.
16062
160632000-05-03 Kenichi Handa <handa@etl.go.jp>
16064
16065 * language/lao-util.el (lao-compose-region): New function.
16066
160672000-05-02 Gerd Moellmann <gerd@gnu.org>
16068
16069 * files.el (recover-session): Make directories as necessary
16070 if they don't exist yet.
16071
16072 * calendar/cal-french.el
16073 (french-calendar-multibyte-special-days-array)
16074 (french-calendar-special-days-array): Change French text.
16075 (calendar-french-date-string): Change output.
16076 (calendar-goto-french-date): Likewise.
16077
160782000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16079
16080 * wid-edit.el (widget-default-active): Obey `:always-active'.
16081 (widget-documentation-string-value-create): Set `:always-active'.
16082
160832000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16084
16085 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16086 default prefix to `~/_emacs.d/auto-save.list/_s'.
16087 (normal-top-level): Create the directory for auto-save files, if
16088 it doesn't already exist (in the ms-dos case only).
16089
160902000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16091
16092 * international/mule-cmds.el (set-language-environment): Don't
16093 concat an integer (dos-codepage), use format instead.
16094
160952000-05-02 Dave Love <fx@gnu.org>
16096
16097 * help.el (help-xref-on-pp): Check for constant symbols.
16098
160992000-04-29 Gerd Moellmann <gerd@gnu.org>
16100
16101 * startup.el (normal-top-level): Put a condition-case around
16102 the code loading subdirs.el.
16103
161042000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16105
16106 * ps-print.el: Upside-down and face background color printing,
16107 line number step, doc fix.
16108 (ps-print-version): New version number (5.2).
16109 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16110 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16111 (ps-spool-config): Var fix.
16112 (ps-printer-name-option): Const fix.
16113 (ps-print-upside-down, ps-use-face-background)
16114 (ps-line-number-step): New vars.
16115 (ps-window-system, ps-lp-system): New consts.
16116 (ps-face-background): New fun.
16117
161182000-04-28 Richard Stallman <rms@gnu.org>
16119
16120 * files.el (make-auto-save-file-name):
16121 Apply auto-save-file-name-transforms to visited file name
16122 before generating auto save file name.
16123 (auto-save-file-name-transforms): New variable.
16124
16125 * files.el (backup-enable-predicate):
16126 Correctly test for a file under a temporary directory.
16127
161282000-04-28 Gerd Moellmann <gerd@gnu.org>
16129
16130 * subr.el (add-minor-mode): Rewritten.
16131
161322000-04-28 Kenichi Handa <handa@etl.go.jp>
16133
16134 * mail/sendmail.el (sendmail-send-it): Set
16135 buffer-file-coding-system to the selected coding system for MIME
16136 header.
16137
161382000-04-27 Gerd Moellmann <gerd@gnu.org>
16139
16140 * dired.el (dired-move-to-filename-regexp): Allow format where
16141 YYYY is followed by two spaces.
16142
16143 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16144 in the second character class of the regexp.
16145
16146 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16147 mh-etc, too.
16148
16149 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16150 nil.
16151
16152 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16153
16154 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16155 argument.
16156
161572000-04-27 Sen Nagata <sen@eccosys.com>
16158
16159 * emacs-lisp/crm.el (crm-completion-table): New variable.
16160 (crm-collection-fn, crm-test-completion)
16161 (completing-read-multiple): Use it.
16162
161632000-04-27 Dave Love <fx@gnu.org>
16164
16165 * help.el (locate-library): Use mapc.
16166 (help-manyarg-func-alist): Add call-process-region.
16167
161682000-04-26 Gerd Moellmann <gerd@gnu.org>
16169
16170 * subr.el (add-minor-mode): Make argument MAP optional.
16171
16172 * desktop.el (desktop-save): Save list of minor modes.
16173 (desktop-create-buffer): Restore minor modes.
16174 (desktop-minor-mode-table): New user-option.
16175
16176 * subr.el (add-minor-mode): New function.
16177
16178 * image.el (find-image): New function.
16179 (defimage): Rewritten to find image at load time.
16180
16181 * startup.el (normal-top-level-add-to-load-path): Handle
16182 case that the default directory is not in load-path.
16183
16184 * help.el: Old patch from Stefan Monnier.
16185 (help-xref-on-pp): New function.
16186 (describe-variable): Use it to display xrefs in a symbol's value.
16187
161882000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16189
16190 * cus-edit.el (custom-face): Fix parenthesis.
16191
161922000-04-26 Kenichi Handa <handa@etl.go.jp>
16193
16194 * mail/rmail.el (rmail-expunge): When there are no deleted
16195 messages, do nothing.
16196
161972000-04-26 Dave Love <fx@gnu.org>
16198
16199 * international/mule-cmds.el (locale-translation-file-name):
16200 Defvar to nil.
16201 (set-locale-environment): Set it here (at runtime).
16202
162032000-04-25 Gerd Moellmann <gerd@gnu.org>
16204
16205 * replace.el (perform-replace): Add parameters START and END. Use
16206 them instead of the check for a region in Transient Mark mode.
16207 (query-replace-read-args): Return two more list elements for the
16208 start and end of the region in Transient Mark mode.
16209 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16210 (map-query-replace-regexp, replace-string, replace-regexp): Add
16211 optional last arguments START and END and pass them to
16212 perform-replace.
16213
16214 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16215 form with additional arguments for perform-replace.
16216
16217 * progmodes/etags.el (tags-query-replace): Add parameters START
16218 and END. Construct a form with additional arguments for
16219 perform-replace.
16220
16221 * simple.el (shell-command): Set default directory for "*Shell
16222 Command Output" buffer.
16223
16224 * language/european.el (iso-latin-4): Fix typo.
16225
16226 * emacs-lisp/crm.el: New file.
16227
162282000-04-24 Dave Love <fx@gnu.org>
16229
16230 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16231 (Custom-reset-saved, Custom-reset-standard)
16232 (custom-group-value-create, custom-group-set, custom-group-save)
16233 (custom-group-reset-current, custom-group-reset-saved)
16234 (custom-group-reset-standard): Use mapc.
16235 (custom-buffer-create-internal): Disable undo when creating items.
16236 Use mapc.
16237 (custom-face): Avoid redundant lambda.
16238
162392000-04-24 Gerd Moellmann <gerd@gnu.org>
16240
16241 * startup.el (auto-save-list-file-prefix): Set default to
16242 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16243
162442000-04-24 Sam Steingold <sds@gnu.org>
16245
16246 * time-stamp.el (time-stamp-string-preprocess): Always convert
16247 `field-result' to a string.
16248
162492000-04-24 Gerd Moellmann <gerd@gnu.org>
16250
16251 * frame.el (scrolling): New group.
16252 (automatic-hscrolling): New user-option.
16253
16254 * startup.el (command-line-x-option-alist): Add `-lsp' and
16255 `--line-spacing'.
16256
162572000-04-19 Dave Love <fx@gnu.org>
16258
16259 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16260 (cl-mapc): Rename from mapc. Fix the funcall.
16261
162622000-04-19 Gerd Moellmann <gerd@gnu.org>
16263
16264 * simple.el (clone-indirect-buffer-other-window): New command.
16265 (clone-indirect-buffer): Add optional arg NORECROD.
16266 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16267
16268 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16269
16270 * window.el (count-screen-lines): New function.
16271 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16272 instead of window-buffer-height.
16273
16274 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16275 non-existing variable comint-input-sentinel.
16276 (inferior-lisp-args-to-list): Removed.
16277 (inferior-lisp): Use split-string instead of
16278 inferior-lisp-args-to-list.
16279
16280 * hexl.el (hexl-insert-hex-string): New command.
16281
16282 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16283 instead of concat.
16284
162852000-04-18 Gerd Moellmann <gerd@gnu.org>
16286
16287 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16288 at the start of an existing but empty folder.
16289
162902000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16291
16292 * ps-mule.el: Customization fix, doc fix.
16293 (ps-multibyte-buffer): Customization fix.
16294
162952000-04-17 Richard M. Stallman <rms@gnu.org>
16296
16297 * subr.el (read-passwd): Use read-char-exclusive.
16298
162992000-04-17 Gerd Moellmann <gerd@gnu.org>
16300
16301 * textmodes/texinfo.el (texinfo-insert-@email)
16302 (texinfo-insert-@emph, texinfo-insert-@quotation)
16303 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16304 (texinfo-mode-map): Add key bindings for them.
16305
16306 * files.el (basic-save-buffer-2): Use a template with `$'
16307 instead of `#' for VMS.
16308
16309 * simple.el (clone-indirect-buffer): New function.
16310
163112000-04-16 Stephen Eglen <stephen@gnu.org>
16312
16313 * iswitchb.el (iswitchb-case): New function. If the user input
16314 contains any upper-case characters, the search is made
16315 case-sensitive.
16316
163172000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16318
16319 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16320 comment-end.
16321 (texinfo-font-lock-syntactic-keywords): New var.
16322 (texinfo-font-lock-keywords): Remove comment regexp.
16323 (texinfo-insert-block): New function.
16324 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16325 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16326 and font-lock-defaults. Use regexp-opt for outline-regexp.
16327 (texinfo-environments): New var.
16328 (texinfo-environment-regexp): Use regexp-opt and
16329 texinfo-environments.
16330
16331 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16332 ispell-process is bound since this might be eval'd before ispell
16333 is loaded.
16334 (ispell-message): Use a tiny bit less magic and a bit more hard
16335 data to figure out what kind of sc-cite-regexp to use.
16336
16337 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16338
16339 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16340 (insert-cyclic-diary-entry): Unquote the lambda.
16341
16342 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16343
16344 * files.el (backup-enable-predicate): Unquote the lambda.
16345
16346 * cus-edit.el (custom-face, face): Unquote the lambda.
16347
163482000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16349
16350 * ps-print.el: Check for line-beginning-position definition.
16351
16352 * ps-print.el: Fix counting lines in a region.
16353 (ps-print-version): New version number (5.1.5).
16354 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16355 (ps-printing-region): Fun code fix.
16356
163572000-04-15 Gerd Moellmann <gerd@gnu.org>
16358
16359 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16360 to file-directory-p.
16361
163622000-04-14 Gerd Moellmann <gerd@gnu.org>
16363
16364 * gud.el (gud-jdb-build-source-files-list): Check that directory
16365 exists before calling directory-files.
16366
163672000-04-13 Dave Love <fx@gnu.org>
16368
16369 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16370 syntax.
16371
16372 * emacs-lisp/cl-specs.el: Remove when, unless.
16373
16374 * emacs-lisp/cl-extra.el: Don't quote keywords.
16375 (cl-old-mapc): New variable.
16376 (mapc): Use it.
16377 (cl-map-intervals): Use with-current-buffer. Don't check for
16378 next-property-change.
16379 (cl-map-overlays): Use with-current-buffer.
16380 (cl-expt): Remove.
16381 (copy-tree, remprop): Define unconditionally.
16382
16383 * emacs-lisp/cl-compat.el (keywordp): Remove.
16384
16385 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16386 to use keywordp.
16387 (edebug-spec): Enable keywordp.
16388
16389 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16390 string-lessp.
16391
16392 * cus-start.el: Use keywordp.
16393
163942000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16395
16396 * diary-lib.el (include-other-diary-files): Fix the fix of
16397 2000-02-18 by doing a save-excursion.
16398
163992000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16400
16401 * ps-print.el: Customization fix, doc fix.
16402 (ps-print-version): New version number (5.1.4).
16403 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16404 (ps-print-preprint): Adjust code.
16405 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16406 (ps-print-prologue-header, ps-print-control-characters)
16407 (ps-spool-config): Customization fix.
16408
164092000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16410
16411 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16412 converted to the new menu-item format, names silightly changed,
16413 help strings added.
16414
16415 Support for spelling without async subprocesses:
16416
16417 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16418 (ispell-session-buffer): New variables.
16419 (ispell-start-process, ispell-process-status,
16420 ispell-accept-output, ispell-send-string): New functions, for
16421 Ispell invocation when async subprocesses aren't supported.
16422 (ispell-word, ispell-pdict-save, ispell-command-loop,
16423 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16424 to process-send-string with calls to ispell-send-string, and
16425 accept-process-output with ispell-accept-output.
16426 (ispell-init-process): Call ispell-process-status instead of
16427 process-status with.
16428 (ispell-init-process): Call ispell-start-process. Call
16429 ispell-accept-output and ispell-send-string. Don't call
16430 process-kill-without-query and kill-process if they are unbound.
16431 (ispell-async-processp): New function.
16432
164332000-04-12 Dave Love <fx@gnu.org>
16434
16435 * info.el: Add debug-ignored-errors.
16436 (Info-mode-menu): Add some items.
16437 (Info-directory): Add autoload cookie.
16438
16439 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16440 Modify `truncate-lines'. Make `describe-language-environment'
16441 always visible and add help. Modify `describe-key' help. Invoke
16442 Info-directory from `info'. New entry `emacs-manual'.
16443
164442000-04-10 Gerd Moellmann <gerd@gnu.org>
16445
b291c86c
SM
16446 * progmodes/ebrowse.el (ebrowse-tree-mode):
16447 Use propertized-buffer-identification.
a30eb617
DL
16448 (ebrowse-update-member-buffer-mode-line): Likewise.
16449 (ebrowse--mode-strings): Removed.
16450 (ebrowse--mode-line-props): Removed.
16451
16452 * files.el (auto-mode-alist): Add `EBROWSE'.
16453
16454 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16455 space before testing for end of buffer.
16456 (ebrowse-load): Removed.
16457 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16458 (ebrowse-create-tree-buffer): Rewritten.
16459 (ebrowse-tree-mode): Read tree from buffer.
16460
16461 * progmodes/ebrowse-ffh.el: Removed.
16462
164632000-04-10 Kenichi Handa <handa@etl.go.jp>
16464
16465 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16466
164672000-04-10 Gerd Moellmann <gerd@gnu.org>
16468
16469 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16470 at the wrong place.
16471
164722000-04-09 Dave Love <fx@gnu.org>
16473
b291c86c
SM
16474 * files.el (backup-enable-predicate):
16475 Use temporary-file-directory, small-temporary-file-directory.
16476 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16477 (make-backup-file-name-1): New function.
16478 (make-backup-file-name): Use it.
b291c86c 16479 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16480 (file-newest-backup): Use make-backup-file-name.
16481
164822000-04-09 Gerd Moellmann <gerd@gnu.org>
16483
16484 * progmodes/ebrowse-ffh.el: New file.
16485
86f6474c
SM
16486 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16487 Moved to ebrowse-ffh.el.
a30eb617
DL
16488 (ebrowse-load): Add autoload.
16489
16490 * finder.el (finder-commentary): Add autoload cookie.
16491
16492 * mail/rfc2368.el: Correct author's email address.
16493
16494 * progmodes/ebrowse.el: New file.
16495
16496 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16497 item help string.
16498 (easy-menu-do-add-item): Ditto.
16499 (easy-menu-define): Extend doc string.
16500
86f6474c 16501 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16502 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16503 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16504 with-buffer-unmodified.
16505
165062000-04-08 Dave Love <fx@gnu.org>
16507
16508 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16509 unless, when.
16510
165112000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16512
16513 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16514 (viper-flash-search-pattern): No operation when using Emacs
16515 doesn't support face.
16516 Use `viper-put-on-search-overlay'.
16517
165182000-04-04 Gerd Moellmann <gerd@gnu.org>
16519
16520 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16521 like C-r.
16522
16523 * progmodes/make-mode.el: Some doc fixes.
16524 (makefile-mode-abbrev-table): New variable.
16525 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16526 (makefile-font-lock-keywords): Fontify includes and conditionals.
16527 (toplevel): Require `dabbrev' and `add-log' when compiling.
16528
16529 * replace.el (perform-replace): Don't move forward one char
16530 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16531 to do that because it leaves point 1 position after the last
16532 replacement, after everything has been replaced.
16533
16534 * jit-lock.el (with-buffer-unmodified): New macro.
16535 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16536 modified state.
16537 (jit-lock-function-1): Extracted from jit-lock-function; not
16538 preserving buffer's modified state.
86f6474c
SM
16539 (jit-lock-function, jit-lock-stealth-fontify):
16540 Call jit-lock-function-1.
a30eb617
DL
16541
16542 * mail/rfc2368.el: Remove supernumerary copyright line.
16543
165442000-04-04 Milan Zamazal <pdm@freesoft.cz>
16545
16546 * glasses.el: Provide facilities for inserting space before left
16547 parentheses and uncapitalization of identifiers.
16548 (glasses-mode): Try to remove old overlays in all cases.
16549
165502000-04-03 Gerd Moellmann <gerd@gnu.org>
16551
16552 * progmodes/compile.el (compile-internal): Display the compilation
16553 buffer in a different frame, if it's already displayed there.
16554
16555 * mail/rfc2368.el: New file.
16556
16557 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16558 header and insert its value as mail body.
16559
16560 * subr.el (member-ignore-case): New function.
16561
16562 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16563 (dabbrev--find-expansion): Ignore buffers matching a regexp
16564 from dabbrev-ignored-regexps.
16565
16566 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16567 to extensions handled by gzip.
16568
165692000-04-03 Richard M. Stallman <rms@gnu.org>
16570
16571 * files.el (insert-directory): List the total free space
16572 along with the used space.
16573
16574 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16575 line is followed by one that matches CITATION-REGEXP, end the
16576 paragraph.
16577
165782000-04-03 Markus Rost <rost@delysid.gnu.org>
16579
16580 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16581 (rmail-make-basic-summary-line): Use that option.
16582
165832000-04-03 Kenichi Handa <handa@etl.go.jp>
16584
16585 * international/mule-cmds.el (encoded-string-description):
16586 Rewritten. Try pretty description for ISO 2022 escape sequences
16587 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16588 for hexadecimal format.
16589
165902000-04-01 Dave Love <fx@gnu.org>
16591
16592 * cpp.el: Change customization group to `c' from `C'.
16593
16594 * vcursor.el (vcursor-move): Use display-color-p.
16595
16596 * international/mule-util.el: Provide mule-utils.
16597 (string-to-sequence): Simplify and speed up.
16598
16599 * international/mule.el (make-coding-system): Purecopy doc-string.
16600
16601 * international/mule-cmds.el: Various menu changes.
16602 (describe-specified-language-support): Handle `Default'.
16603 (set-language-info): Purecopy `info'.
16604
166052000-03-31 Andrew Innes <andrewi@gnu.org>
16606
16607 * vc.el (vc-backend-diff): Return the correct status if we had to
16608 retry the rcsdiff command without the --brief option.
16609
166102000-03-31 Dave Love <fx@gnu.org>
16611
16612 * help.el (help-manyarg-func-alist): Correct several omissions.
16613
16614 * add-log.el: Don't require cl, fortran.
16615 (add-log-current-defun-function): Doc fix.
86f6474c 16616 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16617 (change-log-version-rcs): Function deleted.
86f6474c
SM
16618 (change-log-version-number-search): Doc fix.
16619 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16620 (add-change-log-entry): Just call add-log-current-defun to get
16621 defun. Simplify somewhat.
16622 (change-log-get-method-definition-1): Likewise.
16623 (add-log-current-defun): Return nil if calling
16624 add-log-current-defun-function does so. Move Fortran stuff to
16625 fortran.el. Return string without properties.
16626
16627 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16628 and :alpha: char classes.
16629
16630 * mail/supercite.el: Defvar curline when compiling.
16631 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16632 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16633 rather than a-zA-Z0-9 to allow non-ASCII characters.
16634
166352000-03-31 Gerd Moellmann <gerd@gnu.org>
16636
16637 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16638
16639 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16640 Re-enable new code.
16641
16642 * lpr.el (print-region-1): Use -d to specify printer name for
16643 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16644
166452000-03-31 Dave Love <fx@gnu.org>
16646
86f6474c
SM
16647 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16648 Look for function definition in symbol's function value slot first
a30eb617
DL
16649 instead of first consulting byte-compile-function-environment.
16650
166512000-03-31 Kenichi Handa <handa@etl.go.jp>
16652
16653 * language/european.el ("Polish"): New language environment.
16654 (setup-polish-environment): New function.
16655
166562000-03-30 Gerd Moellmann <gerd@gnu.org>
16657
16658 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16659 Disable new code.
16660
16661 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16662 trying to `load' the symbol of an autoload instead of the file
16663 recorded in the autoload. Fix error messages.
16664
166652000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16666
16667 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16668 (ps-print-version): New version number (5.1.3).
16669 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16670 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16671 (ps-generate-postscript-with-faces): Code fix.
16672 (ps-color-values): XEmacs compatibility.
16673 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16674 (ps-default-fg, ps-default-bg): Adjust customization.
16675 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16676 (ps-color-scale): Renaming old ps-color-value fun.
16677 (ps-print-headers): Replace ps-print-header group to avoid conflict
16678 with ps-print-header variable.
16679 (ps-print-miscellany): New group.
16680 (ps-format-color, ps-rgb-color): New funs.
16681 (ps-default-foreground): New var.
16682 (ps-printer-name-option): New const.
16683
166842000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16685
16686 * net/net-utils.el:
16687 (network-connection-host, network-connection-service): New variables
16688 (network-connection-mode): New mode, derived from comint-mode
16689 (network-connection-mode-setup): New function, saves host and
16690 service information in local variables.
16691
16692 * lisp/locate.el:
16693 (locate-word-at-point): Added this function
16694 (locate): Default to using locate-word-at-point as input
16695 Run dired-mode-hook
16696
166972000-03-29 Dave Love <fx@gnu.org>
16698
16699 * calendar/appt.el: Doc fixes.
16700 (appt-check): Convert min-to-app to a string before passing to
16701 appt-disp-window-function or concat.
16702 (appt-delete-window): Remove test for frame-root-window.
16703 (appt-select-lowest-window, appt-convert-time): Simplify.
16704
16705 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16706 (byte-compile-file-form-autoload):
16707 Update byte-compile-function-environment.
a30eb617
DL
16708
167092000-03-29 Andreas Schwab <schwab@suse.de>
16710
86f6474c 16711 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16712
16713 * dired.el (dired-insert-directory): If dired-free-space-program
16714 failed just delete its output.
16715
167162000-03-29 Dave Love <fx@gnu.org>
16717
16718 * international/iso-cvt.el: Move provide to end. Doc fixes.
16719 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16720 (iso-iso2sgml, iso-sgml2iso): New functions.
16721 (iso-cvt-define-menu): Fix some entries and use backquote for
16722 clarity.
16723
16724 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16725
167262000-03-28 Gerd Moellmann <gerd@gnu.org>
16727
16728 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16729 ISO-DATE. If non-nil, return date in ISO 8601 format.
16730
167312000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16732
16733 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16734 if it ever becomes used.
16735 (log-edit-mode-hook): Default to vc-log-mode-hook.
16736 (log-edit-mode): Fix the docstring.
16737
16738 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16739 the code.
16740
167412000-03-26 Dave Love <fx@gnu.org>
16742
16743 * net/browse-url.el (browse-url): Re-fix case of
16744 browse-url-browser-function being an alist.
16745 (browse-url): Add :link to defgroup.
16746
16747 * files.el: Doc fixes.
16748 (file-truename): Include `[' in wildcard characters.
16749 (automount-dir-prefix): Customize.
16750 (find-file-wildcards): Add :version.
16751 (find-file-noselect): Simplify a mapcar call.
16752
16753 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16754 compatible with inf-lisp version.
16755 (eval-defun-1): Fix custom-declare-variable case.
16756
167572000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16758
16759 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16760
167612000-03-24 Gerd Moellmann <gerd@gnu.org>
16762
16763 * Makefile (COMPILE_FIRST): New macro.
16764 (compile-files): Compile files from COMPILE_FIRST first.
16765
86f6474c 16766 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16767
16768 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16769 matching open parenthesis in column 0 to defun-prompt-regexp
16770 only if open-paren-in-column-0-is-defun-start is set.
16771
16772 * sun-curs.el: Require CL at compile-time only.
16773
16774 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16775 instead of copy-list which is a function from CL.
16776 (msb--choose-menu, msb--mode-menu-cond)
16777 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16778 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16779 (msb--aggregate-alist): Use mapcar instead of mapcan.
16780 Fix `(' in column 0 in doc string.
a30eb617
DL
16781 (msb--add-separators): Use mapcar instead of mapcan.
16782
16783 * cus-dep.el: Require CL at compile-time only.
16784
167852000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16786
16787 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16788 (byte-compile-warnings): New warning `noruntime'.
16789 (byte-compile-constants, byte-compile-variables): Fix docstring.
16790 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16791 execute `eval-whenc-compile's body.
16792 (byte-compile-unresolved-functions): Fix docstring.
16793 (byte-compile-eval): New function.
16794 (byte-compile-callargs-warn): Check if the function will be available
16795 at runtime (via property `byte-compile-noruntime').
16796 (byte-compile-print-syms): New function.
16797 (byte-compile-warn-about-unresolved-functions): Also warn about
16798 `noruntime' functions (and use `byte-compile-print-syms').
16799 (byte-compile-file): Capitalize the message.
16800
168012000-03-24 Gerd Moellmann <gerd@gnu.org>
16802
16803 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16804 (rmail-expunge): Ask for confirmation depending on the setting
16805 of rmail-confirm-expunge.
16806
168072000-03-23 Gerd Moellmann <gerd@gnu.org>
16808
16809 * Makefile (bootstrap-clean): If $(emacs) exists, build
16810 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16811 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16812
168132000-03-23 Dave Love <fx@gnu.org>
16814
16815 * net/browse-url.el: Restore previous use of
16816 browse-url-maybe-new-window.
16817
168182000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16819
16820 * ps-print.el: Skip banner page fix.
16821 (ps-print-version): New version number (5.1.2).
16822 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16823
168242000-03-23 Dave Pearson <davep@davep.org>
16825
16826 * net/quickurl.el Changed the type of parameter passed to the
16827 function defined by `quickurl-format-function'. Before only the
16828 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16829 and the function is responsible for extracting the parts it requires.
16830 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16831 (quickurl-insert): Changed the `funcall' of
16832 `quickurl-format-function' to match the above change.
16833 (quickurl-list-insert): Changed the `url' case so that it makes
16834 use of `quickurl-format-function', previous to this the format was
16835 hard wired.
16836
168372000-03-22 Gerd Moellmann <gerd@gnu.org>
16838
16839 * startup.el: Change some spellings for the X Window System.
16840
168412000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16842
86f6474c
SM
16843 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16844 Clean up the code and the regexp and make sure the cursor is
16845 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16846
168472000-03-22 Jason Rumney <jasonr@gnu.org>
16848
16849 * w32-fns.el (w32-charset-info-alist): Initialize.
16850
168512000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16852
16853 * ps-print.el: N-up last page fix.
16854 (ps-print-version): New version number (5.1.1).
16855 (ps-end-file, ps-end-job, ps-generate): Code fix.
16856
168572000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16858
16859 * files.el (find-file-run-dired): Update docstring.
16860 (find-directory-functions): New hook.
16861 (find-file-noselect): Run find-directory-functions rather than
16862 calling dired directly.
16863
16864 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16865
16866 * pcvs.el: Add a minimal leading commentary.
16867 (cvs-make-cvs-buffer): Change the header part by removing the startup
16868 message and adding a `Module' entry. Also replace the FOOTER and
16869 HEADER special fileinfos with the new support in ewoc for updating
16870 its own footer and header.
16871 (cvs-update-header): Update to use the header/footer of the ewoc.
16872 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16873 (cvs-is-within-p): New function.
16874 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16875 to only examine some subset of the buffers.
16876
16877 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16878 `format' instead of our own ad-hoc functions.
16879 Remove HEADER and FOOTER cases, now handled in the EWOC.
16880 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16881
16882 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16883 output to avoid scaring the user.
16884 (cvs-parse-table): Catch message for non-up-to-date commits.
16885
16886 * pcvs-defs.el (cvs-startup-message): Remove.
16887 (cvs-global-menu): New autoloaded menu.
16888
16889 * pcvs-util.el (cvs-string-fill): Remove.
16890
16891 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16892 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16893 PP part of it and also make it work for footers and headers.
16894 (ewoc-create): Drop POS and BUFFER arguments.
16895 Use the DLL's dummy node to store the end-of-footer position.
16896 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16897 (ewoc-refresh): Remove unused `header' variable.
16898 (ewoc-(get|set)-hf): New functions.
16899
16900 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16901 log-view-*-(message|file) and use easy-mmode-define-navigation.
16902 (log-view-message-re): Match SCCS format as well.
16903 And match the revision line rather than the dashed separator line.
16904 (log-view-mode): Use the new define-derived-mode.
16905 (log-view-current-tag): Fill in with an actual implementation.
16906
16907 * cvs-status.el (cvs-status-(prev|next)): Rename from
16908 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16909 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16910 to let the output "breathe" a little more (more readable).
16911 (cvs-status-mode): Use the new define-derived-mode.
16912
16913 * smerge-mode.el (smerge-auto-leave): New function and variable.
16914 (smerge-basic-map): Rename from smerge-basic-keymap.
16915 Change the bindings for smerge-diff-*.
16916 (smerge-*-map): Use easy-mmode-defmap.
16917 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16918 (smerge-keep-*): Use smerge-auto-leave.
16919
169202000-03-21 Jason Rumney <jasonr@gnu.org>
16921
16922 * cus-edit.el (custom-button-face): Use 3D look for w32.
16923 (custom-button-pressed-face): Likewise.
16924
169252000-03-21 Gerd Moellmann <gerd@gnu.org>
16926
16927 * progmodes/etags.el (tags-case-fold-search): New user-option.
16928 (tags-loop-eval): New function. Bind case-fold-search around eval
16929 depending on the value of tags-case-fold-search.
16930 (tags-loop-continue): Use tags-loop-eval.
16931 (find-tag-in-order): Bind case-fold-search depending on the value
16932 of tags-case-fold-search.
16933
169342000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16935
86f6474c 16936 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16937 (diff-end-of-hunk): Return the end position for use in
16938 `easy-mmode-define-navigation'.
16939 (diff-recenter): Remove.
16940 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16941 of `easy-mmode-define-navigation'.
16942 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16943 previous renaming) and fix to use new names.
16944 (diff-merge-strings): Use \n as separator: simpler, faster.
16945 (diff-mode): Use `define-derived-mode'.
16946
16947 * derived.el (define-derived-mode): Don't autoload anymore.
16948 Prefer the macro-only version provided by easy-mmode.el.
16949
16950 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16951 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16952 (easy-mmode-define-navigation): New macro.
16953
16954 * subr.el (combine-run-hooks): New function.
16955
169562000-03-21 Kenichi HANDA <handa@etl.go.jp>
16957
16958 * term/x-win.el: Fontsets related initialization is simplified.
16959
16960 * international/mule-diag.el (describe-font): Don't refer to
16961 global-fontset-alist, instead call font-list.
16962 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16963 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16964
86f6474c
SM
16965 * international/fontset.el (x-charset-registries): Variable removed,
16966 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16967 (register-alternate-fontnames): Function removed.
16968 (resolved-ascii-font): Variable removed.
16969 (x-compose-font-name): Ignore the second argument REDOCE.
16970 (x-complement-fontset-spec): Complement only an ASCII font and
16971 element for those charsets than can use that ASCII font.
16972 (generate-fontset-menu): Don't refer to global-fontset-alist,
16973 instead call fontset-list.
16974 (uninstantiated-fontset-alist): Variable removed.
16975 (x-style-funcs-alist): Likewise.
16976 (fontset-default-styles): Likewise.
16977 (x-modify-font-name): Function removed.
86f6474c 16978 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16979 (create-fontset-from-ascii-font): Docsting adjusted for the above
16980 change.
16981 (instantiate-fontset, resolve-fontset-name): Functions removed.
16982 (fontset-list): Now implemented by C code.
16983
16984 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16985 (describe-face): Include `font' attribute in the description.
16986
169872000-03-21 Kenichi Handa <handa@etl.go.jp>
16988
16989 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16990
169912000-03-20 Gerd Moellmann <gerd@gnu.org>
16992
16993 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16994 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16995 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16996
16997 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16998 about behavior of set-buffer-modified-p wrt redisplay.
16999
170002000-03-19 Richard M. Stallman <rms@gnu.org>
17001
17002 * view.el (view-mode-disable): Kill local binding of view-read-only.
17003
170042000-03-18 Gerd Moellmann <gerd@gnu.org>
17005
86f6474c 17006 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17007 is a string, convert it to a syntax cell using string-to-syntax.
17008
17009 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17010 (string-to-syntax): New function.
17011
17012 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17013 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17014 try to use passive ftp mode.
17015
170162000-03-17 Gerd Moellmann <gerd@gnu.org>
17017
17018 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17019
17020 * simple.el (append-to-buffer): Update point of windows after
17021 insertion.
17022
17023 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17024 forward then moving backward. Reindent.
17025
17026 * frame.el (other-frame): Call x-focus-frame only if
17027 focus-follows-mouse is off.
17028
170292000-03-17 Dave Love <fx@gnu.org>
17030
86f6474c 17031 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17032
170332000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17034
17035 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17036 regexp for labels cannot span several lines.
17037
17038 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17039 `(setq :<key> ':<key>)' to the macro expansion.
17040
170412000-03-16 Dave Love <fx@gnu.org>
17042
17043 * progmodes/f90.el (f90): Put custom group under `languages', not
17044 `fortran'.
17045 (f90-mode-hook): Customize.
17046 (f90-mode): Set add-log-current-defun-function.
17047 (f90-current-defun): New function.
17048
170492000-03-16 Gerd Moellmann <gerd@gnu.org>
17050
17051 * cus-edit.el (custom-variable-tag-face): Handle case that
17052 default face's height is not a number.
17053 (custom-face-tag-face, custom-group-tag-face-1)
17054 (custom-group-tag-face): Ditto.
17055 (custom-group-tag-face-1): Add :group.
17056
17057 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17058
170592000-03-15 Gerd Moellmann <gerd@gnu.org>
17060
17061 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17062 requiring easymenu.
17063
170642000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17065
17066 * ps-print.el: PostScript user-defined prologue, PostScript error
17067 handler, doc fix.
17068 (ps-print-version): New version number (5.1).
17069 (ps-user-defined-prologue, ps-error-handler-message)
17070 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17071 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17072 (ps-insert-string): New function.
17073
170742000-03-15 Kenichi Handa <handa@etl.go.jp>
17075
17076 * international/ccl.el (ccl-compile-expression): Don't generate
17077 invalid self-assignment code.
17078
170792000-03-14 Dave Love <fx@gnu.org>
17080
17081 * subr.el (replace-regexp-in-string): Renamed from
17082 replace-regexps-in-string. Doc fix.
17083
170842000-03-12 Dave Love <fx@gnu.org>
17085
17086 * cus-edit.el: Doc fixes.
86f6474c 17087 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17088 (custom-variable-tag-face, custom-face-tag-face)
17089 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17090 style which user identify as hyperlink.
17091 (hook): Don't add undefined functions to the hook.
17092 (debug-ignored-errors): Transfer message from bindings.el.
17093
170942000-03-12 Gerd Moellmann <gerd@gnu.org>
17095
86f6474c
SM
17096 * recentf.el (recentf-keep-non-readable-files-p):
17097 Remove double/nested definition.
a30eb617
DL
17098
170992000-03-12 Dave Love <fx@gnu.org>
17100
17101 * facemenu.el (facemenu-get-face): Use display-color-p.
17102 * enriched.el (enriched-decode-foreground): Likewise.
17103 (enriched-decode-background): Likewise.
17104 * isearch.el (isearch-highlight): Likewise.
17105 * info-look.el (info-lookup): Likewise.
17106 * simple.el (completion-setup-function): Likewise.
17107
17108 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17109 :options.
17110
17111 * bindings.el (mode-line-format): Fix line-number and
17112 column-number items. Add help-echo for the background.
17113 (mode-line-mule-info): Modify help-echo.
17114
17115 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17116
17117 * files.el (load-file): Allow completion to .elc.
17118
17119 * man.el: Doc fixes.
17120 (Man-init-defvars): Use display-color-p to set fontification.
17121
17122 * play/hanoi.el (hanoi-internal): Don't use oddp.
17123
171242000-03-12 Gerd Moellmann <gerd@gnu.org>
17125
17126 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17127
17128 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17129
171302000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17131
17132 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17133 Fix comment.
17134
171352000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17136
17137 * font-lock.el (font-lock-keywords): Fix the doc now that
17138 regexp-opt-depth is unnecessary.
17139 (save-buffer-state): Set an edebug spec.
17140 (font-lock-fontify-anchored-keywords): Properly handle the case when
17141 the matcher goes past the limit.
17142
17143 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17144 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17145
17146 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17147 dll.el and cookie.el (from Elib) with heavy renaming and other
17148 massaging.
17149
17150 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17151 Autoload the functions used.
17152 (easy-mmode-define-syntax): Fix CL typo.
17153 (easy-mmode-define-derived-mode): Improve the docstring generation.
17154
171552000-03-10 Gerd Moellmann <gerd@gnu.org>
17156
17157 * textmodes/texinfo.el (texinfo-version): Variable and function
17158 removed.
17159
171602000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17161
17162 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17163 allow more flexibility.
ff39b9a1 17164 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17165 (easy-mmode-defmap, easy-mmode-defsyntax)
17166 (easy-mmode-define-derived-mode): New macros.
17167
171682000-03-09 Didier Verna <didier@xemacs.org>
17169
17170 * rect.el (replace-rectangle): New function.
17171
171722000-03-09 Dave Love <fx@gnu.org>
17173
ff39b9a1 17174 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17175 (fortran-comment-line-start-skip): Don't match cpp stuff.
17176 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17177 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17178 (fortran-mode): Don't set fortran-comment-line-start-skip,
17179 fortran-comment-line-start here. Set comment-start,
17180 add-log-current-defun.
17181 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17182 (fortran-current-defun): New function.
17183
171842000-03-09 Gerd Moellmann <gerd@gnu.org>
17185
17186 * emacs-lisp/re-builder.el: New file.
17187
17188 * mouse.el (mouse-drag-region): Don't run up-event handler
17189 if hscroll has changed.
17190
17191 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17192 builtin operators, use `font-lock-builtin-face' for Emacs and
17193 `font-lock-preprocessor-face' otherwise.
17194
17195 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17196 `(defun (setf foo)' differently.
17197
171982000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17199
17200 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17201 (regexp-opt): Update comment and adapt the code the new meaning of
17202 the `paren' argument of regex-opt-group for shy-groups.
17203 (regexp-opt-depth): Handle shy groups as well as backslashed
17204 backslashes.
17205 (regexp-opt-group): Turn the leading comment into a docstring.
17206 Allow `paren' to be a string (the string to use to open a group).
17207 Remove open-presuf and close-presuf. Instead of checking for `all
17208 one-char' and then later on check for `several one-char', handle
17209 both cases close together. Also apply a more generic algorithm
17210 for suffixes (the mirror image of the algorithm used for
17211 prefixes). Use shy-groups. Use nreverse rather than reverse.
17212 (regexp-opt-try-suffix): Removed.
17213
17214 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17215 from comint-mode-map, so we can just inherit from it. Also, move
17216 the initialization into the `defvar' since there's no docstring
17217 anyway and it's fairly short.
17218 (inferior-scheme-mode): Define it as derived-mode: the code is
17219 shorter and this way we inherit from comint-mode-map rather than
17220 copying it.
17221
17222 * subr.el (replace-regexps-in-string): Properly handle the case
17223 where we match an empty string.
17224
17225 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17226 when the command has a directory component (such as "./testml").
17227 Also fix a typo in the comment.
17228
172292000-03-08 Gerd Moellmann <gerd@gnu.org>
17230
17231 * Makefile (compile-files): Compile files one by one because
17232 that's the only way to ensure a clean compilation environment for
17233 each individual file.
17234
17235 * frame.el (other-frame): Call x-focus-frame.
17236
172372000-03-07 Dave Love <fx@gnu.org>
17238
17239 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17240 :require to defcustom.
17241
ff39b9a1 17242 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17243
17244 * files.el (auto-mode-alist): Add configure.in.
17245
17246 * progmodes/autoconf.el: New file.
17247
172482000-03-07 Gerd Moellmann <gerd@gnu.org>
17249
17250 * mail/mh-e.el: Change maintainer to `none'.
17251
17252 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17253 to remove-hook and add-hook.
17254
172552000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17256
17257 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17258 it as the default.
17259 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17260 (sendmail-send-it): Conditionally add MIME headers specifying the
17261 used character set.
17262
172632000-03-07 Dave Love <fx@gnu.org>
17264
ff39b9a1
SM
17265 * winner.el: Fix keywords, autoload cookies.
17266 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17267
172682000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17269
17270 * international/mule.el: Modify comment about coding system
17271 property `coding-category'.
17272 (make-coding-system): New argument EOL-TYPE. Pay attention to
17273 coding-category property of PROPERTIES.
17274
ff39b9a1
SM
17275 * international/mule-conf.el (coding-category-utf-8)
17276 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17277 categories. Include them in the argument for set-coding-priority.
17278
ff39b9a1
SM
17279 * international/mule-cmds.el (reset-language-environment):
17280 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17281 coding-category-utf-16-le in the argument for set-coding-priority.
17282 (reset-language-environment): Initialize coding-category-utf-8,
17283 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17284
172852000-03-06 Karl Fogel <kfogel@red-bean.com>
17286
17287 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17288 code abstracted out of `bookmark-jump-noselect'. Now tries info
17289 extensions as well as compression extensions.
17290 (bookmark-jump-noselect): Use above new func.
17291
172922000-03-03 Gerd Moellmann <gerd@gnu.org>
17293
17294 * strokes.el: Change maintainer's mail address.
17295
172962000-03-03 Kenichi Handa <handa@etl.go.jp>
17297
17298 * international/mule-diag.el (list-character-sets): Make help-echo
17299 string by substitute-command-keys.
17300 (list-character-sets): Likewise.
17301 (sort-listed-character-sets): Call help-setup-xref.
17302
173032000-03-02 Gerd Moellmann <gerd@gnu.org>
17304
ff39b9a1 17305 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17306
173072000-03-01 Dave Love <fx@gnu.org>
17308
17309 * help.el (help-xref-go-back): Don't try to set position.
17310
ff39b9a1
SM
17311 * international/mule-diag.el (list-character-sets):
17312 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17313 (list-character-sets-1): Add help-echo to xrefs.
17314
173152000-03-02 Gerd Moellmann <gerd@gnu.org>
17316
17317 * frame.el (blink-cursor-mode): Switch cursor on when turning
17318 the mode off.
17319
17320 * add-log.el (add-log-current-defun): Add support for
17321 Autoconf mode.
17322
17323 * mail/rmail.el (rmail-quit-hook): New variable.
17324
173252000-03-01 Dave Love <fx@gnu.org>
17326
17327 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17328
17329 * help.el (help-xref-button): Add help-echo arg.
17330 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17331
ff39b9a1 17332 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17333
ff39b9a1 17334 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17335
173362000-03-01 Gerd Moellmann <gerd@gnu.org>
17337
17338 * image.el (defimage): Look for image files in load-path.
17339
ff39b9a1 17340 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17341
173422000-03-01 David Ponce <david.ponce@wanadoo.fr>
17343
ff39b9a1 17344 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17345
173462000-03-01 David Ponce <david.ponce@wanadoo.fr>
17347
ff39b9a1 17348 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17349 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17350 action to select/unselect a file.
17351 (recentf-edit-list): Code cleanup and improvement.
17352 (recentf-open-more-files-action): `recentf-open-more-files' button
17353 widget action to open a file.
ff39b9a1 17354 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17355 (recentf-more-collection): Deleted.
17356 (recentf-more-history): Deleted.
17357 (recentf-setup-more-completion): Deleted.
17358
173592000-03-01 David Ponce <david.ponce@wanadoo.fr>
17360
17361 * recentf.el (recentf-mode): No more needs that Emacs is running
17362 under a window-system.
17363
ff39b9a1 173642000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17365
17366 * recentf.el (recentf-edit-list): New command to edit the recent
17367 list which allow the user to remove files.
17368 (recentf-edit-selected-items): New global variable, used by
17369 `recentf-edit-list' to hold the list of files to be removed from
17370 the recent list.
17371 (recentf-make-menu-items): Updated to display a "Edit list..."
17372 menu item. Minor code cleanup.
17373
ff39b9a1 173742000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17375
17376 * recentf.el (recentf-open-more-files): New command to open files
17377 that are not displayed in the menu.
17378 (recentf-more-collection): New global variable holding the set of
17379 permissible completions used by `recentf-open-more-files'.
17380 (recentf-more-history): New global variable holding the history list
17381 used by `recentf-open-more-files' completion.
17382 (recentf-setup-more-completion): New function to setup completion for
17383 `recentf-open-more-files'.
17384 (recentf-make-menu-items): Updated to display a "More..." menu item.
17385
ff39b9a1 173862000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17387
17388 * recentf.el (recentf-menu-action): Doc fixed.
17389
ff39b9a1 173902000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17391
17392 * recentf.el (recentf-menu-filter): Doc updated.
17393 (recentf-update-menu-hook): Allow menu filters to force menu update.
17394 (recentf-make-menu-items): New menu filter handling.
17395 (recentf-make-menu-item): New helper function.
17396 (recentf-menu-elements): New menu handling function.
17397 (recentf-sort-ascending): Updated to new menu filter handling.
17398 (recentf-sort-descending): Updated to new menu filter handling.
17399 (recentf-sort-basenames-ascending): New menu filter function.
17400 (recentf-sort-basenames-descending): New menu filter function.
17401 (recentf-show-basenames): New menu filter function.
17402 (recentf-show-basenames-ascending): New menu filter function.
17403 (recentf-show-basenames-descending): New menu filter function.
17404
174052000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17406
17407 * diary-lib.el (list-diary-entries): Don't try to go forward at
17408 the end of the buffer.
17409
174102000-02-29 Kenichi Handa <handa@etl.go.jp>
17411
ff39b9a1
SM
17412 * international/mule-diag.el (list-character-sets):
17413 Completely rewritten.
a30eb617
DL
17414 (sort-listed-character-sets): New function.
17415 (list-character-sets-1): Completely rewritten.
17416 (list-character-sets-2): New function.
17417 (non-iso-charset-alist): New variable.
17418 (decode-codepage-char): New function.
17419 (charset-history): New variable.
17420 (read-charset) (list-block-of-chars)
17421 (list-iso-charset-chars)
17422 (list-non-iso-charset-chars)
17423 (list-charset-chars): New functions.
86f6474c 17424 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17425 (dump-charsets): Likewise.
17426
174272000-02-29 Gerd Moellmann <gerd@gnu.org>
17428
17429 * dired-x.el (dired-filename-at-point): Add `@' to valid
17430 file name characters.
17431 (dired-filename-at-point): Handle ange-ftp file names.
17432
17433 * frame.el (frame-notice-user-settings): Use assq-delete-all
17434 instead of assoc-delete-all.
17435 (frame-notice-user-settings): Ditto.
17436
17437 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17438 Don't copy alist.
17439
174402000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17441
17442 * calculator.el (calculator-use-menu): New option.
86f6474c 17443 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17444 (calculator-forced-input): Removed.
17445 (calculator-restart-other-mode): New variable.
17446 (calculator-mode-map): Set up menu.
17447
174482000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17449
86f6474c 17450 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17451
174522000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17453
86f6474c 17454 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17455 translate all ESC key sequences.
86f6474c 17456 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17457 they were saved.
86f6474c
SM
17458 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17459 * viper-util.el (viper-set-replace-overlay-glyphs)
17460 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17461 overlay is live.
86f6474c
SM
17462 * viper.el (viper-vi-state-mode-list): Add major modes.
17463 * ediff-wind.el: Minor comment changes.
17464 * ediff.el: Copyright notice date fix.
a30eb617
DL
17465
174662000-02-27 Jason Rumney <jasonr@gnu.org>
17467
17468 * faces.el (face-font-family-alternatives): Add arial to helv.
17469 (mode-line, header-line, tool-bar): Same default as x for w32.
17470 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17471 face-font-family-alternatives from working.
17472 * term/w32-win.el (mouse-set-font): Do not build fontset from
17473 chosen font.
17474
174752000-02-25 Sam Steingold <sds@goems.com>
17476
17477 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17478 properly.
17479
174802000-02-25 Richard M. Stallman <rms@gnu.org>
17481
17482 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17483
174842000-02-25 Gerd Moellmann <gerd@gnu.org>
17485
86f6474c 17486 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17487
17488 * frame.el (busy-cursor-delay-seconds): New option.
17489
174902000-02-24 Gerd Moellmann <gerd@gnu.org>
17491
17492 * frame.el (show-cursor-in-non-selected-windows): New option.
17493
174942000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17495
17496 * diary-lib.el (include-other-diary-files): Undo the selective
17497 display in any included file and don't kill it.
17498
174992000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17500
86f6474c
SM
17501 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17502 Menu items converted to (menu-item format, help strings added.
a30eb617 17503 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17504 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17505 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17506
175072000-02-23 Dave Love <fx@gnu.org>
17508
17509 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17510 (backward-kill-word): Revert addition of * to interactive spec --
17511 it's a feature.
17512
17513 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17514 (backward-kill-sentence, kill-sentence): Likewise.
17515
17516 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17517 scratch buffer name.
86f6474c 17518 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17519
17520 * term/w32-win.el (internal-face-interactive): Update prompt for
17521 new read-face-name.
17522
17523 * mail/footnote.el (footnote): Add :version to defgroup.
17524 (footnote-section-tag-regexp): Customize.
17525 (footnote-start-tag, footnote-end-tag): New option.
17526 (footnote-latin-regexp): New variable.
17527 (Footnote-latin): New function.
17528 (footnote-style-alist): Add element for latin style.
17529 (footnote-style): Moved.
17530 (Footnote-goto-footnote): Use eq to test arg.
17531
17532 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17533
17534 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17535 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17536 (byte-optimize-quote, byte-optimize-lapcode):
17537 Use byte-compile-const-symbol-p.
a30eb617
DL
17538 (byte-optimize-char-before): New optimization.
17539
17540 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17541 (byte-compile-const-symbol-p): New function.
17542 (byte-compile-constp, byte-compile-out-toplevel)
17543 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17544 Use it.
17545
17546 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17547
175482000-02-23 Kenichi Handa <handa@etl.go.jp>
17549
17550 * international/encoded-kb.el: Be sure to update minor-mode-alist
17551 and minor-mode-map-alist.
17552 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17553 codes SS2 and SS3 correctly.
17554 (encoded-kbd-self-insert-ccl): New function.
17555 (encoded-kbd-setup-keymap): New function.
17556 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17557 by calling encoded-kbd-setup-keymap.
17558
86f6474c
SM
17559 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17560 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17561
175622000-02-22 Dave Love <fx@gnu.org>
17563
17564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17565 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17566 (lisp-mode-syntax-table): Set up for #|...|# comments.
17567 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17568 classes. Match `defface'.
17569 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17570 (eval-defun-1): Fix for defcustom.
17571 (lisp-indent-region): Doc fix.
17572
17573 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17574 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17575 (replace-regexps-in-string): New function.
17576
175772000-02-22 Gerd Moellmann <gerd@gnu.org>
17578
17579 * help.el (describe-variable): Set syntax table to
17580 emacs-lisp-mode-syntax-table when moving forward over the
17581 symbol's name.
17582
175832000-02-22 Dave Love <fx@gnu.org>
17584
17585 * xt-mouse.el: Doc fixes.
17586 (xterm-mouse-position-function): New function, replacing advice of
17587 mouse-position.
17588 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17589
17590 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17591
175922000-02-21 Gerd Moellmann <gerd@gnu.org>
17593
86f6474c
SM
17594 * format.el (format-annotate-single-property-change):
17595 Handle properties.with dotted-list values.
a30eb617
DL
17596 (format-proper-list-p): New function.
17597
17598 * enriched.el (enriched-face-ans): Handle '(foreground-color
17599 . COLOR) and (background-color . COLOR).
17600
176012000-02-20 Dave Love <fx@gnu.org>
17602
17603 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17604 and assignments to it.
17605 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17606 current local map.
17607 (make-flyspell-overlay): Use it.
17608 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17609
17610 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17611 (lm-get-header-re): Defun, not defsubst.
17612 (lm-get-package-name): Defun, not defsubst. Simplify.
17613 (lm-version): Doc fix. Simplify.
17614 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17615 (lm-crack-address, lm-last-modified-date, lm-commentary)
17616 (lm-verify, lm-synopsis): Simplify.
17617 (lm-report-bug): Require emacsbug. Use compose-mail.
17618
176192000-02-20 Gerd Moellmann <gerd@gnu.org>
17620
17621 * dired.el (dired-mode): Call propertized-buffer-identification
17622 to set mode-line-buffer-identification to something having
17623 the right text properties.
17624
17625 * bindings.el (propertized-buffer-identification): New function.
17626
176272000-02-20 Dave Love <fx@gnu.org>
17628
17629 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17630 check for t-mouse too.
17631
17632 * cus-start.el: Make echo-keystrokes `number'.
17633
176342000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17635
17636 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17637 Don't call ring-empty-p unless tags-location-ring is bound.
17638 From Noah Friedman <friedman@splode.com>.
17639
176402000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17641
17642 * progmodes/hideshow.el (hs-flag-region): No longer use
17643 `intangible' overlay property.
17644
17645 (hs-toggle-hiding): New command.
17646 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17647
17648 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17649 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17650 and deactivation.
17651
176522000-02-18 Gerd Moellmann <gerd@gnu.org>
17653
17654 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17655
176562000-02-17 Gerd Moellmann <gerd@gnu.org>
17657
17658 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17659
17660 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17661 of `*' to handle `(* ... *)' comments.
17662
176632000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17664
17665 * faces.el (list-faces-display): Use display-mouse-p instead of
17666 window-system.
17667
17668 * menu-bar.el (global-map): Menu-bar items converted to the new
17669 format (menu-item..., rearranged for better CUA compliance, and
17670 their names changed for better clarity. Help strings added.
17671
17672 * international/mule-cmds.el (mule-menu-keymap)
17673 (describe-language-environment-map, set-coding-system-map)
17674 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17675 form, add help strings. Change names of menu items for better clarity.
17676 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17677
176782000-02-17 Gerd Moellmann <gerd@gnu.org>
17679
17680 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17681 within the code.
17682
176832000-02-16 Dave Love <fx@gnu.org>
17684
17685 * faces.el: Don't require custom. Add more specific :groups to
17686 various deffaces.
17687 (set-face-attribute): Purecopy args.
17688 (read-face-name): Default to name at point and use it in prompt.
17689 Remove colon from arg in all callers.
17690 (list-faces-display): Hyperlink to face descriptions and customize
17691 buffers.
17692
176932000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17694
86f6474c 17695 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17696
176972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17698
17699 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17700 at ':' characters by call to split-string.
17701
177022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17703
17704 * textmodes/bibtex.el: Added RCS version identification.
17705
177062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17707
17708 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17709 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17710 (bibtex-field-const): Allow capital letters.
17711 (bibtex-start-of-string): Deleted because unused.
17712
17713 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17714 use the term 'reference' to describe a bibtex entry as a whole.
17715 Further, reference keys are no longer called 'labels'.
17716 (bibtex-keys): Renamed to bibtex-reference-keys.
17717 (bibtex-reformat-previous-labels): Renamed to
17718 bibtex-reformat-previous-reference-keys.
17719 (bibtex-reference-type): Renamed to bibtex-entry-type.
17720 (bibtex-reference-head): Renamed to bibtex-entry-head.
17721 (bibtex-reference-maybe-empty-head): Renamed to
17722 bibtex-entry-maybe-empty-head.
17723 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17724 (bibtex-search-reference): Renamed to bibtex-search-entry.
17725 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17726 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17727 (bibtex-entry-field-alist, bibtex-entry-head)
17728 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17729 (bibtex-map-entries, bibtex-search-entry)
17730 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17731 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17732 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17733 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17734 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17735 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17736 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17737
177382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17739
17740 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17741 comment.
17742 (bibtex-format-field-delimiters): New function, functionality
17743 extracted from bibtex-format-entry.
17744 (bibtex-autokey-get-yearfield-digits): New function, functionality
17745 extracted from bibtex-autokey-get-yearfield.
17746
17747 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17748 entries in order to avoid stack overflow in the regexp matcher if
17749 field contents become large.
86f6474c
SM
17750 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17751 (bibtex-field-string-part-not-braced)
17752 (bibtex-field-string-part-no-inner-braces)
17753 (bibtex-field-string-part-1-inner-brace)
17754 (bibtex-field-string-part-2-inner-braces)
17755 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17756 (bibtex-field-string-quoted, bibtex-field-string)
17757 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17758 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17759 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17760 Deleted as parsing is now performed by the following functions.
17761 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17762 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17763 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17764 (bibtex-parse-association, bibtex-field-name-for-parsing)
17765 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17766 (bibtex-search-forward-field, bibtex-search-backward-field)
17767 (bibtex-start-of-field, bibtex-end-of-field)
17768 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17769 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17770 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17771 (bibtex-parse-string, bibtex-search-forward-string)
17772 (bibtex-search-backward-string, bibtex-start-of-string)
17773 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17774 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17775 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17776 entries. Instead of reporting the results of the parsing by
17777 match-beginning or match-end, these functions return data structures
17778 that hold the corresponding positions.
17779 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17780 return values rather than by match-beginning or match-end.
17781 The following functions have been adapted to use the new
17782 parsing functions.
17783 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17784 (bibtex-enclosing-field, bibtex-format-entry)
17785 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17786 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17787 (bibtex-print-help-message, bibtex-end-of-entry)
17788 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17789 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17790 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17791 Use the new method for parsing.
17792 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17793 (bibtex-map-entries, bibtex-flash-head)
17794 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17795 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17796 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17797 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17798 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17799 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17800 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17801 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17802
178032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17804
17805 * textmodes/bibtex.el: Copyright notice is up to date.
17806 Added constant 'bibtex-maintainer-salutation.
17807
86f6474c 17808 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17809 than make-temp-name, use match-string-no-properties and eliminate
17810 a quadratic behavior when building bibtex-strings.
17811
17812 * bibtex.el (bibtex-reference-key): Accept string entries whose
17813 reference key contains upper case letters.
17814
178152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17816
17817 * bibtex.el (bibtex-reference-head): Allow entries to start with
17818 a new line.
17819
178202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17821
17822 * bibtex.el: Hiding of entry bodies is not longer provided by
17823 bibtex.el directly. Instead the hideshow package can be used.
17824 Added a special bibtex entry to hs-special-modes-alist.
17825 (bibtex-hs-forward-sexp): Added for hideshow.el.
17826
178272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17828
17829 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17830 proceedings entry type (for cross referencing). Thanks to Wagner
17831 Toledo Correa for the suggestion.
17832
17833 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17834
178352000-02-14 Kenichi Handa <handa@etl.go.jp>
17836
17837 * international/characters.el: Setup case table for Vietnamese.
17838
178392000-02-12 Gerd Moellmann <gerd@gnu.org>
17840
17841 * uniquify.el (toplevel): Require CL at compile time.
17842 (uniquify-push): Removed.
17843
17844 * shadowfile.el (shadow-when): Removed.
17845
17846 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17847 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17848
17849 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17850 regexp for paragraph-start.
17851
17852 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17853 commas as well.
17854
178552000-02-10 Dave Love <fx@gnu.org>
17856
17857 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17858 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17859 Deleted.
17860 (widget-specify-field, widget-specify-button): Don't use
17861 widget-mouse-help as help-echo property.
17862 (default): Use #'ignore for :validate and :mouse-down-action.
17863 (checkbox): Add help-echo.
17864 (widget-sexp-validate): Rewritten to clarify error messages.
17865 (character): Use char-valid-p in :match function.
17866 (widget-color-complete): Use facemenu-color-alist.
17867 (widget-color-action): Use facemenu-read-color.
17868
17869 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17870 set up `caar' &c that we now have.
17871
178722000-02-09 Ray Blaak <blaak@gnu.org>
17873
17874 * delphi.el: Make resourcestring a declaration region, like const
17875 and var.
17876
178772000-02-09 Dave Love <fx@gnu.org>
17878
17879 * bindings.el (mode-line-input-method-map): New variable.
17880 (mode-line-mule-info): Use it; fix last change.
17881 (mode-line-mode-menu): Move definition.
17882 (mode-line-mouse-sensitive-p): Deleted.
17883 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17884 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17885
17886 * startup.el (command-line-1): Don't call
17887 make-mode-line-mouse-sensitive.
17888
178892000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17890
86f6474c
SM
17891 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17892 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17893
178942000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17895
17896 * diff-mode.el (diff-kill-junk): New interactive function.
17897 (diff-reverse-direction): Use delete-and-extract-region.
17898 (diff-post-command-hook): Restrict the area so that the hook also works
17899 outside of any diff hunk. This is necessary for the minor-mode.
17900 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17901 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17902
17903 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17904 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17905 so that it can be used more easily in <foo>-mode-hook. Also make sure
17906 to avoid duplicate entries.
17907 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17908 (font-lock-remove-keywords): Just as was done for `add', allow it to
17909 work even if font-lock-mode is nil. Also make sure we don't modify
17910 any pre-existing list by forcing a copy-sequence. Finally rename
17911 `major-mode' to `mode'.
17912 (font-lock-fontify-syntactic-anchored-keywords)
17913 (font-lock-fontify-anchored-keywords)
17914 (font-lock-fontify-keywords-region): Use line-end-position.
17915 Don't make `font-lock-multiline' local (it's now done in
17916 font-lock-set-defaults).
86f6474c
SM
17917 (font-lock-set-defaults): Make `font-lock-multiline' local.
17918 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17919
179202000-02-06 Andrew Innes <andrewi@gnu.org>
17921
17922 * term/w32-win.el (x-handle-args): Comment out call to message,
17923 which occurs before window system is initialized.
17924
17925 * makefile.nt: Add support for recompiling lisp code.
17926
179272000-02-04 Dave Love <fx@gnu.org>
17928
17929 * bindings.el (mode-line-mule-info): Fix/extend last change.
17930
17931 * completion.el: Replace completion-dolist with dolist.
17932
86f6474c 17933 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17934
179352000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17936
86f6474c 17937 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17938 environment names before they go into the section regexp.
17939
86f6474c 17940 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17941 char class in regexp.
17942
86f6474c
SM
17943 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17944 Bind `case-fold-search' to nil.
a30eb617 17945
86f6474c
SM
17946 * progmodes/idlwave.el (idlwave-template):
17947 Respect `idlwave-abbrev-change-case'.
17948 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17949 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17950 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17951 (idlwave-rw-case): New function.
17952 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17953 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17954 (idlwave-surround): New argument LENGTH to support padding of
17955 operators longer than 1 char.
17956
17957 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17958 idlwave-shell-expression-overlay. Implemented printing of
17959 expressions on higher levels of the calling stack.
86f6474c 17960 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17961 (idlwave-retrieve-expression-from-level): New function.
17962 (idlwave-shell-last-calling-stack): Variable removed.
17963 (idlwave-shell-reset): Argument action reversed (`visible' to
17964 `hidden'). Also remove stop-line overlay.
17965 (idlwave-shell-calling-stack-routine): New variable.
17966 (idlwave-shell-parse-stack-and-display): Messages now display
17967 negative level numbers.
17968 (idlwave-shell-mode): Set `modeline-format'.
17969 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17970 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17971 (idlwave-shell-print-expression-function): New option.
17972
86f6474c
SM
17973 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17974 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17975 `tool-bar' instead of `toolbar'.
17976
179772000-02-02 Dave Love <fx@gnu.org>
17978
17979 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17980 emacs-lisp-mode-hook. Don't check for defalias being defined.
17981
17982 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17983 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17984 Use the new builtins directly.
a30eb617
DL
17985
17986 * whitespace.el (whitespace): Add :version to defgroup.
17987
17988 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17989 Doc fix.
17990
17991 * thingatpt.el (sexp-at-point, symbol-at-point)
17992 (number-at-point, list-at-point): Add autoload cookie.
17993
17994 * recentf.el (recentf): Add :version to defgroup.
17995
17996 * quickurl.el (quickurl): Add :version to defgroup.
17997
17998 * elide-head.el (elide-head): Use point-marker more.
17999
18000 * bs.el (bs): Add :version to defgroup.
18001
18002 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18003
18004 * progmodes/delphi.el (delphi): Add :version to defgroup.
18005
180062000-02-02 Gerd Moellmann <gerd@gnu.org>
18007
18008 * ange-ftp.el (ange-ftp-write-region): Handle case that
18009 succeeding process operation sets a different coding system.
18010
18011 * calculator.el: New file.
18012
180132000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18014
86f6474c 18015 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18016 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18017 (display-selections-p, display-screens, display-pixel-width)
18018 (display-pixel-height, display-mm-width, display-mm-height)
18019 (display-backing-store, display-save-under, display-planes)
18020 (display-color-cells, display-visual-class): New functions.
18021
18022 * term/tty-colors.el (tty-color-gray-shades): New function.
18023
18024 * faces.el (display-color-p): Use framep-on-display.
18025 (display-grayscale-p): New function.
18026
180272000-01-31 Dave Love <fx@gnu.org>
18028
18029 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18030 (create-fontset-from-x-resource): Don't concat integers.
18031
180322000-01-31 Inge Frick <inge@nada.kth.se>
18033
18034 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18035 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18036 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18037 window is not deleted. Modifies change 1998-04-26.
18038
180392000-01-31 Gerd Moellmann <gerd@gnu.org>
18040
18041 * windmove.el: New file.
18042
18043 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18044 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18045 progmodes/ebnf-yac.el: Update copyright and license info.
18046
86f6474c
SM
18047 * jit-lock.el (jit-lock-function): Widen before calculating
18048 end position.
a30eb617
DL
18049 (jit-lock-stealth-chunk-start): Rewritten.
18050
18051 * info.el (Info-title-face-alist): Removed.
86f6474c 18052 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18053 (Info-fontify-node): Use these faces.
18054
180552000-01-30 Gerd Moellmann <gerd@gnu.org>
18056
18057 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18058 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18059 `&allow-other-keywords'.
18060
18061 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18062 the list of directories scanned heuristically.
18063
86f6474c 18064 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18065
180662000-01-30 Jason Rumney <jasonr@gnu.org>
18067
18068 * w32-fns.el: Define w32-tty-standard-colors.
18069
18070 * startup.el (command-line): Use w32-tty-standard-colors when in
18071 w32 console mode.
18072
180732000-01-30 Dave Love <fx@gnu.org>
18074
18075 * jka-compr.el (jka-compr-load): Fix up load-history.
18076
18077 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18078
18079 * emacs-lisp/cl-macs.el: Revert previous change.
18080
180812000-01-29 Dave Love <fx@gnu.org>
18082
18083 * facemenu.el: Purecopy various strings.
18084
18085 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18086 years. Deal with three-digit years.
18087
86f6474c
SM
18088 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18089 Use defconst, purecopy.
a30eb617
DL
18090 (help-back-label): Purecopy it.
18091
180922000-01-18 Gerd Moellmann <gerd@gnu.org>
18093
18094 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18095 variable. If non-nil, order the buffer list according to the
18096 currently selected frame.
18097 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18098 non-nil, pass the selected frame to function buffer-list.
18099
181002000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18101
18102 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18103
181042000-01-28 Dave Love <fx@gnu.org>
18105
18106 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18107
18108 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18109 Don't use lisp-indent-hook property.
18110 (cl-abs): Remove.
18111
18112 * subr.el: Move out indent and edebug specs for when and unless.
18113
18114 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18115 when, unless.
18116
18117 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18118 unless, when.
18119
181202000-01-28 Gerd Moellmann <gerd@gnu.org>
18121
18122 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18123 `collecting' as synonym for `collect'.
18124
18125 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18126 for the case it contains spaces.
18127
86f6474c 18128 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18129
18130 * frame.el (delete-other-frames): New function.
18131 (toplevel): Bind it to C-x 5 1.
18132
18133 * sort.el (sort-numeric-base): New option.
18134 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18135 interpret it as octal or hexadecimal. Use sort-numeric-base
18136 as default base.
18137
18138 * progmodes/glasses.el: New file.
18139
181402000-01-27 Gerd Moellmann <gerd@gnu.org>
18141
18142 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18143 userids differently.
18144
18145 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18146 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18147 progmodes/ebnf-yac.el: New files.
18148
181492000-01-26 Dave Love <fx@gnu.org>
18150
18151 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18152 on a function with an empty body. [From Eric Ludlam.]
18153
181542000-01-25 Andre Spiegel <spiegel@gnu.org>
18155
18156 * vc.el (vc-version-diff): Make sure file name is expanded.
18157
181582000-01-25 Gerd Moellmann <gerd@gnu.org>
18159
18160 * scroll-bar.el (scroll-bar-timer): Variable removed.
18161 (scroll-bar-toolkit-scroll): Don't use a timer.
18162
181632000-01-25 Kenichi Handa <handa@etl.go.jp>
18164
86f6474c
SM
18165 * language/thai-util.el (thai-composition-function):
18166 Delete superfluous `a'.
a30eb617
DL
18167
181682000-01-24 Dave Love <fx@gnu.org>
18169
18170 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18171 end-of-defun-function.
18172
86f6474c 18173 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18174
181752000-01-22 Jason Rumney <jasonr@gnu.org>
18176
18177 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18178 conflicts with new face support.
18179
181802000-01-22 Richard M. Stallman <rms@gnu.org>
18181
18182 * replace.el (query-replace): Rename last arg to DELIMITED.
18183 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18184 (query-replace-regexp): Likewise.
18185
181862000-01-20 Richard M. Stallman <rms@gnu.org>
18187
18188 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18189
18190 * emacs-lisp/lisp.el (beginning-of-defun-function):
18191 Variable renamed from beginning-of-defun.
18192 Do not call make-variable-buffer-local.
18193 (beginning-of-defun-raw): Use new variable name; doc fix.
18194 (beginning-of-defun): Doc fix.
18195 (end-of-defun-function): Variable renamed from end-of-defun.
18196 Do not call make-variable-buffer-local.
18197 (end-of-defun): Use new variable name; doc fix.
18198
18199 * subr.el (dolist, dotimes): Copied from cl-macs.el
18200 and made to work.
18201
18202 * mail/undigest.el (rmail-digest-end-regexps):
18203 Variable replaces rmail-digest-end-regexp.
18204 Allows multiple regexps for detecting the end line.
18205 (undigestify-rmail-message): Corresponding changes.
18206
182072000-01-19 Dave Love <fx@gnu.org>
18208
18209 * files.el (user-init-file): Don't declare here -- is primitive.
18210
18211 * startup.el (command-line): Check for compiled user-init-file and
18212 set to uncompiled version if necessary.
18213
182142000-01-18 Gerd Moellmann <gerd@gnu.org>
18215
18216 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18217 (undigestify-rmail-message): Use it.
18218
18219 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18220
182212000-01-17 Gerd Moellmann <gerd@gnu.org>
18222
18223 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18224 of mini-buffer.
18225
182262000-01-14 Gerd Moellmann <gerd@gnu.org>
18227
18228 * emacs-lisp/copyright.el (copyright-update): Removed the
18229 requirement for a trailing space from `copyright-regexp', to
18230 support copyrights with owner specified on a separate line..
18231
18232 * align.el: New file.
18233
18234 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18235
18236 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18237
182382000-01-13 Dave Love <fx@gnu.org>
18239
18240 * ph.el: Removed. (Obsoleted by EUDC.)
18241
182422000-01-13 Gerd Moellmann <gerd@gnu.org>
18243
18244 * net/eudc.el (toplevel): Remove autoloaded code installing
18245 menu with easymenu, because that causes build problems.
18246
18247 * frame.el (frame-notice-user-settings): New variable.
18248 (frame-notice-user-settings): Don't modify frame parameters
18249 if called a second time.
18250
182512000-01-13 Richard M. Stallman <rms@gnu.org>
18252
18253 * frame.el (frame-notice-user-settings):
18254 Notice default-frame-parameters even for non-window frames.
18255
182562000-01-13 Gerd Moellmann <gerd@gnu.org>
18257
18258 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18259 for Emacs.
18260 (eudc-bob-can-display-inline-images): Extend for Emacs.
18261 (eudc-bob-toggle-inline-display): Ditto.
18262 (eudc-bob-display-jpeg): Ditto.
18263
182642000-01-12 Gerd Moellmann <gerd@gnu.org>
18265
18266 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18267 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18268 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18269
86f6474c
SM
18270 * add-log.el (add-change-log-entry): Fix error trying an
18271 `(insert nil)'.
a30eb617
DL
18272
18273 * subdirs.el: Add `net' directory.
18274
18275 * net: New directory.
18276
18277 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18278 eval-last-sexp. Don't bind debug-on-error here.
18279 (eval-last-sexp): New function. Bind debug-on-error if
18280 eval-expression-debug-on-error is non-nil.
18281 (eval-defun-2, eval-defun): Likewise.
18282
18283 * simple.el (eval-expression): Don't bind debug-on-error if
18284 eval-expression-debug-on-error is nil. Detect changed
18285 debug-on-error, and propagate new value to global binding, if
18286 eval-expression-debug-on-error is non-nil,
18287 (eval-expression-debug-on-error): Change doc string.
18288
182892000-01-11 Richard M. Stallman <rms@gnu.org>
18290
18291 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18292
18293 * emacs-lisp/lisp-mode.el (with-syntax-table):
18294 Set up lisp-indent-function property.
18295
18296 * subr.el (with-syntax-table): Moved from simple.el.
18297
18298 * simple.el (with-syntax-table): Moved to subr.el.
18299
183002000-01-11 Gerd Moellmann <gerd@gnu.org>
18301
18302 * tmm.el (tmm-shortcut): Delete region after prompt instead
18303 of erasing buffer.
18304
18305 * textmodes/fill.el (fill-common-string-prefix): New function.
18306 (fill-context-prefix): Use the longest common prefix of first
18307 and second line fill prefix, if there is one.
18308
183092000-01-11 Richard M. Stallman <rms@gnu.org>
18310
18311 * array.el (array-mode): Don't use make-variable-buffer-local.
18312 Use make-local-variable for `truncate-lines'.
18313
183142000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18315
18316 * add-log.el (add-log-current-defun): Handle user-defined
18317 add-log-current-function returning nil,
18318
18319 * add-log.el (add-change-log-entry): Insert version number
18320 if having found a current function
18321
86f6474c
SM
18322 * add-log.el (add-log-current-defun):
18323 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18324 level 1. Strip whitespace from defun found.
18325
183262000-01-10 John Wiegley <johnw@gnu.org>
18327
18328 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18329 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18330
183312000-01-10 Dave Love <fx@gnu.org>
18332
18333 * elide-head.el (elide-head): Use point-marker, not point.
18334
183352000-01-10 Gerd Moellmann <gerd@gnu.org>
18336
18337 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18338 before and after the year 2000.
18339
18340 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18341 Add ispell- prefix.
18342
183432000-01-10 Ken Stevens <k.stevens@ieee.org>
18344
18345 * ispell.el: Only define dictionaries in menus when they exist.
18346 (version18p): New variable.
18347 (version20p): New variable.
18348 (xemacsp): New variable.
18349 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18350 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18351 (ispell-dictionary-alist6): Russian command lines no longer accept
18352 run-together words.
18353 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18354 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18355 (check-ispell-version): Added documentation string. Return library
18356 path when called non-interactively.
a30eb617
DL
18357 (ispell-menu-map-needed): Uses new variables.
18358 (ispell-library-path): New variable.
18359 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18360 (ispell-word): Improved documentation string. Test for valid
18361 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18362 result in single words split into multiple words.
18363 Return replacement word.
a30eb617
DL
18364 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18365 replace in recursive query replace mode. Help message for
18366 recursive edit mode.
18367 (ispell-show-choices): Protect against bad framepop bindings.
18368 (ispell-help): Fix to work with XEmacs.
18369 (ispell-highlight-spelling-error): Use new variables.
18370 (ispell-overlay-window): Fix to work with XEmacs.
18371 (ispell-parse-output): Passed and returns location information
18372 tracking spelling corrections. Doesn't recheck same word on
18373 current line.
18374 (ispell-init-process): Protect against bogus XEmacs variable binding.
18375 Fix call to single argument in sleep-for. Use new variables.
18376 (ispell-region): Passed and returns location information tracking
18377 spelling corrections. Doesn't check same word on current line.
18378 Improved documentation string. Doesn't resend a line already
18379 checked to the ispell process - fixes bug in LaTeX parsing.
18380 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18381 (ispell-skip-region): No longer skips <TT> in SGML.
18382 (ispell-process-line): Tracks location information with spelling
18383 corrections. Added documentation string. Accounts for words
18384 already accepted on this line. Don't allow query-replace on line
18385 starting with math characters. Doesn't resend a line already sent
18386 to ispell process. Fixes alignment error bug.
18387
183882000-01-10 Richard M. Stallman <rms@gnu.org>
18389
18390 * dired-x.el (dired-guess-shell-alist-default):
18391 Suggest xloadimage, which is free, not xv, which isn't.
18392
18393 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18394 Don't ever include the host name or user name in the value.
18395
183962000-01-09 Gerd Moellmann <gerd@gnu.org>
18397
18398 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18399 of a real newline.
18400
184012000-01-09 Stephen Eglen <stephen@gnu.org>
18402
18403 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18404 for .png files.
18405
184062000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18407
18408 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18409
184102000-01-09 Gerd Moellmann <gerd@gnu.org>
18411
18412 * progmodes/cperl-mode.el: Replace ^F with ^L.
18413
86f6474c
SM
18414 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18415 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18416
184172000-01-08 Dave Love <fx@gnu.org>
18418
18419 * emacs-lisp/backquote.el: Remove inappropriate customization
18420 (allowing custom.el to use backquote).
18421
184222000-01-07 Dave Love <fx@gnu.org>
18423
18424 * add-log.el (add-log-debugging): Deleted.
18425 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18426 file. Remove debugging code.
18427 (change-log-get-method-definition, change-log-name): Add doc.
18428 (change-log-sortable-date-at): New function.
18429 (change-log-merge): New command.
18430
18431 * time.el (display-time-string-forms): Make the Mail string active.
18432 (display-time-update): Provide help-echo for load average.
18433
18434 * bindings.el (make-mode-line-mouse2-map): New function.
18435 (mode-line-modified): Use it and simplify.
18436 (mode-line-mule-info): Provide help-echo info.
18437 (minor-mode-alist): Activate the strings.
18438 (make-mode-line-mouse-sensitive): Simplify for
18439 mode-line-buffer-identification.
18440
184412000-01-07 Gerd Moellmann <gerd@gnu.org>
18442
18443 * play/pong.el: New file.
18444
184452000-01-06 Dave Love <fx@gnu.org>
18446
18447 * array.el: Assorted cleanups for compiler warnings, doc strings,
18448 `array-' prefix for symbols.
18449
184502000-01-05 Dave Love <fx@gnu.org>
18451
86f6474c
SM
18452 * textmodes/outline.el (outline-mode-menu-bar-map):
18453 Add outline-headers-as-kill.
a30eb617
DL
18454 (outline-mode): Define imenu-generic-expression.
18455 (outline-headers-as-kill): New command.
18456
18457 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18458 from paragraph-start.
18459 (paragraph-indent-minor-mode): New command.
18460
18461 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18462 M-C-e, M-C-h, C-j, C-xnd, TAB.
18463 (fortran-mode): Set beginning-of-defun, end-of-defun.
18464 (fortran-column-ruler): Simplify.
18465 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18466 (fortran-with-subprogram-narrowing): Likewise.
18467 (fortran-indent-subprogram): Call mark-defun.
18468 (fortran-check-for-matching-do): Change narrowing.
18469
18470 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18471 (cl-lucid-hash-tag): Delete.
18472 (cl-hash-table-p): Correct test for native table.
18473 (cl-hash-table-count): Use hash-table-count.
18474
18475 * browse-url.el (browse-url): Fix case of
18476 browse-url-browser-function being an alist.
18477
184782000-01-05 Carsten Dominik <cd@gnu.org>
18479
18480 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18481 (reftex-index-phrase-file-extension): New options.
18482
18483 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18484 Use new option `reftex-index-phrase-file-extension'.
18485
18486 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18487 `reftex-parse-file-extension'.
18488
184892000-01-05 Dave Love <fx@gnu.org>
18490
18491 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18492 (beginning-of-defun-raw): Use it.
18493 (end-of-defun): New variable.
18494 (end-of-defun): Use it.
18495 (check-parens): New command.
18496
184972000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18498
18499 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18500 (hs-show-block): Don't use `mapcar' when not accumulating.
18501
18502 Fix buglet in local variables initialization.
18503
185042000-01-05 Andreas Schwab <schwab@suse.de>
18505
18506 * hscroll.el (hscroll): Doc fix.
18507
185082000-01-05 Carsten Dominik <cd@gnu.org>
18509
86f6474c
SM
18510 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18511 Require idlw-toolbar.
a30eb617 18512
86f6474c 18513 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18514 file idlw-rinfo.el.
86f6474c
SM
18515 (idlwave-customize): Load must read file idlw-shell.el.
18516 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18517
185182000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18519
18520 * progmodes/idlw-shell.el: Also provide idlwave-shell
18521 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18522 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18523
86f6474c 18524 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18525 both reftex-dcr and reftex-vcr.
18526
18527 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18528
185292000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18530
18531 * ps-print.el: PostScript code now is in separate files, doc fix.
18532 (ps-print-version): New version number (5.0.3).
18533 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18534 local.
18535 (ps-spool-config): Initialization fix.
18536 (ps-print-prologue-1, ps-print-prologue-2)
18537 (ps-print-duplex-feature): PostScript code moved to separated file.
18538 (ps-background-image): Little code reformating.
18539 (ps-begin-file, ps-begin-job): Fix code.
18540 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18541 (ps-prologue-file): New fun.
18542
185432000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18544
18545 * ps-vars.el: Eliminated.
18546
18547 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18548 `;;;###autoload'.
18549
18550 * ps-print.el: ps-vars eliminated, doc fix.
18551 (ps-print-version): New version number (5.0.2).
18552 (ps-spool-config): Initialization fix.
18553 (ps-print-customize): New fun.
18554
185552000-01-04 Gerd Moellmann <gerd@gnu.org>
18556
86f6474c 18557 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18558
185592000-01-04 Dave Love <fx@gnu.org>
18560
18561 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18562 menu items.
18563
185642000-01-03 Dave Love <fx@gnu.org>
18565
18566 * elide-head.el (elide-head) [defgroup]: Add :version.
18567
18568 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18569 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18570 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18571 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18572
185732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18574
18575 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18576 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18577
185782000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18579
18580 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18581 at comment end, and re-insert them after filling.
18582
185832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18584
18585 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18586 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18587 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18588
185892000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18590
18591 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18592 the new name of face-color-supported-p.
18593
18594 * term/w32-win.el (xw-defined-colors): Likewise.
18595
185962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18597
18598 * simple.el (completion-setup-function): Count completion-size
18599 from minibuffer-prompt-end, not from point-min.
18600
186012000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18602
18603 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18604 Pass the frame to tty-color-* functions.
18605 (display-color-p, frame-set-background-mode): Pass the frame to
18606 tty-display-color-p.
18607
18608 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18609 tty-color-alist.
18610 (tty-color-alist, tty-modify-color-alist): New functions.
18611 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18612 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18613 optional parameter FRAME.
a30eb617
DL
18614
186152000-01-01 Gerd Moellmann <gerd@gnu.org>
18616
86f6474c
SM
18617 * image.el (create-image, defimage): Don't assume image data is
18618 a string.
a30eb617
DL
18619
18620 * image.el (defimage): Handle specifications containing :data
18621 instead of :file.
18622 (image-type-from-data): New function.
18623 (image-type-from-file-header): Use it.
18624 (create-image): Add parameter DATA-P.
18625
18626See ChangeLog.8 for earlier changes.
18627
18628;; Local Variables:
18629;; coding: iso-2022-7bit
18630;; End: