Overall speedup when using many buffers.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
31fac3b8
EZ
12001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2
be8cf99e
EZ
3 * term/internal.el (IT-unicode-translations): Fix the appearance of
4 "6`".
5
31fac3b8
EZ
6 * progmodes/compile.el (compile-internal): If EMACS is already
7 defined in the environment, don't override its value.
8
73496807
GM
92001-07-23 Gerd Moellmann <gerd@gnu.org>
10
9e5a7f2a
GM
11 * play/fortune.el: Undo change of 2001-07-13.
12 Fix autoload cookies. Add types to defcustoms.
13 (fortune) <defgroup>: Add :link.
14 (fortune-from-region): Use eq, not eql.
15 From Dave Love <fx@gnu.org>.
16
5247262a
GM
17 * play/animate.el (animate-birthday-present): Function removed.
18
73496807
GM
19 * play/animate.el: New file.
20
722a451d
EZ
212001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
22
23 * startup.el (normal-top-level-add-subdirs-to-load-path): On
24 Windows, put into normal-top-level-add-subdirs-inode-list the
25 canonicalized names of the directories instead of inode numbers.
26
4960e757
MK
272001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
28
29 * ediff-util.el: Copyright years.
30 (ediff-choose-syntax-table): New function.
31 (ediff-setup): Use ediff-choose-syntax-table.
73496807 32 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 33 vc-state is available.
73496807 34 (ediff-make-temp-file): Use ediff-coding-system-for-write.
4960e757
MK
35
36 * ediff-init.el (ediff-with-syntax-table): New macro, uses
37 with-syntax-table.
73496807
GM
38 (ediff-coding-system-for-read): From ediff-diff.el
39 (ediff-coding-system-for-write): New variable.
40 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 41 overlays.
73496807
GM
42 (ediff-file-remote-p): Use file-remote-p, if available.
43 (ediff-listable-file): New function.
44 (ediff-file-attributes): Use ediff-listable-file.
4960e757 45
73496807 46 * ediff-mult.el (ediff-meta-insert-file-info1): Use
4960e757
MK
47 ediff-listable-file.
48
73496807 49 * ediff-ptch.el (ediff-prompt-for-patch-file): Use
4960e757 50 ediff-coding-system-for-read.
73496807 51 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
4960e757 52
73496807
GM
53 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
54 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
4960e757
MK
55
56 * ediff.el: Date of last update, copyright years.
57
58 * ediff-wind (ediff-setup-control-frame): Nill->nil.
59
60 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
61 of Scott Bronson.
62 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
63 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
64 Deleted functions.
65 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
66 ex-token-list.
73496807 67 (viper-get-ex-address-subr): Convert registers to char data type.
4960e757 68
73496807 69 * viper-util.el (viper-int-to-char,viper-char-equal): New
4960e757 70 functions.
73496807
GM
71 (viper-memq-char): Use viper-int-to-char.
72 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 73 vc-locking-state.
73496807 74 (viper-read-key): Use viper-read-key-sequence.
4960e757 75
73496807 76 * viper.el (viper-major-mode-modifier-list): Added
4960e757 77 inferior-emacs-lisp-mode.
73496807 78 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 79 heuristics to decide if vi state is appropriate.
73496807
GM
80 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
81 (viper-non-hook-settings): Don't advise read-key-sequence.
82 (viper-read-key-sequence): New function that replaces the
4960e757
MK
83 previously used advice to read-key-sequence.
84
73496807
GM
85 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
86 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
87 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
88 (viper-open-line-at-point,viper-substitute,viper-overwrite)
89 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
90 Got rid of the negative character hack.
4960e757 91 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
92 Use viper-read-key-sequence.
93 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 94 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 95 Don't override existing minibuffer-setup-hook.
4960e757 96 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
73496807
GM
97 Convert registers to char data type.
98 (viper-autoindent): Use viper-indent-line.
4960e757 99
73496807 100 * viper-keym.el: Use viper-exec-key-in-emacs.
4960e757 101
05824718
SM
1022001-07-20 Stefan Monnier <monnier@cs.yale.edu>
103
104 * server.el (server-visit-files): Fix variable name typo.
105
6e07c0a5
GM
1062001-07-20 Gerd Moellmann <gerd@gnu.org>
107
05824718 108 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
109 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
110
5b6858da
SM
1112001-07-19 Stefan Monnier <monnier@cs.yale.edu>
112
113 * progmodes/compile.el (compilation-parse-errors): `linenum' might
114 return a this-error using the alternative format (a pair of markers).
115
794d58ba
GM
1162001-07-19 Gerd Moellmann <gerd@gnu.org>
117
4e2a256b
GM
118 * font-lock.el (c++-keywords): Add Standard C++ operator names.
119
794d58ba
GM
120 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
121 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 122
381194d0
PJ
1232001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
124
125 * international/iso-transl.el: Fix typo in the header of the file.
126
127 * textmodes/picture.el (picture): Doc fix.
128
129 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
130 follow coding conventions in generated files.
131
27009a49
EZ
1322001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
133
5b6858da 134 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
135 (tool-bar-add-item): Don't call image-related primitives if the
136 display doesn't support images.
137
138 * frame.el (display-images-p): New function.
139
467f1209
GM
1402001-07-17 Gerd Moellmann <gerd@gnu.org>
141
142 * server.el (server-visit-files): Handle the case the specified
143 column number is <= 0.
144
1452001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
146
147 * startup.el (command-line-1): Add support for +LINE:COLUMN
148 command line argument.
149
1502000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
151
5b6858da
SM
152 * server.el (server-process-filter, server-visit-files):
153 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 154
9781053a
PJ
1552001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
156
157 * emacs-lisp/easy-mmode.el: Add Keywords header.
158
159 * play/pong.el: Author has new address.
160
161 * play/landmark.el: Author is no more reachable.
162
163 * play/handwrite.el: Author is no more reachable.
164
5b6858da
SM
1652001-07-17 Stefan Monnier <monnier@cs.yale.edu>
166
167 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
168 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
169 Complete bindings for F<1..12> keys.
170 (global-map): Remove `undo' binding (already in the default).
171 Replace `t<n>' bindings with `f<n>' bindings.
172
a38b71b0
SM
1732001-07-16 Stefan Monnier <monnier@cs.yale.edu>
174
175 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
176 (tcl-mode): Use tcl-add-log-defun.
177 (tcl-indent-line): Use tcl-calculate-indent.
178 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
179 (tcl-indent-exp): Renamed from indent-tcl-exp.
180 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
181 (tcl-indent-for-comment): Call comment-indent-function properly
182 and handle the case where it returns nil.
183
c1d61a7d
GM
1842001-07-16 Gerd Moellmann <gerd@gnu.org>
185
a38b71b0
SM
186 * calendar/cal-islam.el (calendar-goto-islamic-date):
187 Remove autoload cookie.
188
189 * calendar/calendar.el (calendar-goto-islamic-date):
190 Add call to autoload.
c1d61a7d 191
c59fb719
SM
1922001-07-16 Stefan Monnier <monnier@cs.yale.edu>
193
194 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
195 Don't change compile-auto-highlight globally.
196 Don't bother with `font-lock-defaults' property since XEmacs
197 also understands the `font-lock-defaults' variable.
198 Use make-local-variable rather than make-variable-buffer-local.
199 Don't `defconst' comment-indent-function: keep the default.
200 Call easy-menu-add unconditionally.
201 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
202 (ada-create-menu): Use :included for Emacs as well.
203
204 * vc.el (vc-do-command): Autoload.
205
206 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
207
652a9be9
PJ
2082001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
209
210 * ps-print.el: Fix Author: header.
211
c3d6be34
GM
2122001-07-16 Gerd Moellmann <gerd@gnu.org>
213
4391d40d
GM
214 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
215 mouse-1 etc., bind them to `ignore'.
216
c3d6be34
GM
217 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
218 send-invisible, which is already defined in Comint.
219 (eshell-watch-for-password-prompt): Use it.
220
e8af40ee
PJ
2212001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
222
3c3e43ef
PJ
223 * which-func.el (which-func-mode): Doc fix.
224
e8af40ee 225 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
226 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
227 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
228 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
229 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
230 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
231 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
232 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
233 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
234 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
235 * emulation/edt-mapper.el, emulation/edt-pc.el,
236 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
237 * emulation/tpu-edt.el, emulation/tpu-extras.el,
238 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
239 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
240 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
241 * international/isearch-x.el, international/iso-cvt.el,
242 * international/ogonek.el, international/quail.el,
243 * international/utf-8.el, jit-lock.el, language/devan-util.el,
244 * language/devanagari.el, language/ethio-util.el,
245 * language/ethiopic.el, language/european.el, language/indian.el,
246 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
247 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
248 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
249 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
250 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
251 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
252 * progmodes/autoconf.el, progmodes/cmacexp.el,
253 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
254 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
255 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
256 * progmodes/ebnf2ps.el, progmodes/executable.el,
257 * progmodes/fortran.el, progmodes/idlw-shell.el,
258 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
259 * progmodes/m4-mode.el, progmodes/mantemp.el,
260 * progmodes/meta-mode.el, progmodes/octave-inf.el,
261 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
262 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
263 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
264 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
265 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
266 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
267 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
268 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
269 * textmodes/two-column.el, time-stamp.el, timezone.el,
270 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
271 * which-func.el, whitespace.el, wid-browse.el, widget.el,
272 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
273 conventions.
274
bb24c64f
GM
2752001-07-16 Gerd Moellmann <gerd@gnu.org>
276
277 * simple.el (set-variable): Require 'cus-edit' instead of
278 `wid-edit', so that the Custom widgets get defined.
279
6a05d05f
PJ
2802001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
281
282 * allout.el: A fix to follow coding conventions.
283
284 * find-lisp.el: A fix to follow coding conventions.
285
286 * term/w32-win.el: A fix to follow coding conventions.
287
288 * textmodes/sgml-mode.el: A fix to follow coding conventions.
289
290 * term/xterm.el: A fix to follow coding conventions.
291
292 * term/news.el: A fix to follow coding conventions.
293
294 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
295 header line fixed.
296
297 * sun-curs.el: Fix Maintainer: header line.
298
299 * emacs-lisp/easymenu.el: Address of the author added.
300
1b85bd12
GM
3012001-07-16 Gerd Moellmann <gerd@gnu.org>
302
303 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
304 property.
305
6e44da43
PJ
3062001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
307
308 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 309 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
310 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
311 Some fixes to follow coding conventions.
6e44da43 312
6033fc96
GM
3132001-07-16 Gerd Moellmann <gerd@gnu.org>
314
315 * which-func.el (which-func-mode): Doc fix.
316
5d3d1e32
SM
3172001-07-15 Stefan Monnier <monnier@cs.yale.edu>
318
319 * net/rcompile.el (remote-compile): Use make-local-variable.
320
321 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
322
323 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
324
325 * mail/reporter.el (reporter-submit-bug-report):
326 Don't abuse make-variable-buffer-local. Fix call to add-hook.
327
55535639
PJ
3282001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
329
3afbc435 330 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
331 * calendar/cal-dst.el, calendar/cal-french.el,
332 * calendar/cal-hebrew.el, calendar/cal-islam.el,
333 * calendar/cal-iso.el, calendar/cal-julian.el,
334 * calendar/cal-mayan.el, calendar/cal-persia.el,
335 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
336 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
337 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
338 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
339 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
340 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
341 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
342 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
343 * progmodes/ada-xref.el, progmodes/cc-align.el,
344 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
345 * progmodes/cc-defs.el, progmodes/cc-engine.el,
346 * progmodes/cc-langs.el, progmodes/cc-menus.el,
347 * progmodes/cc-styles.el, progmodes/cc-vars.el,
348 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
349 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
350 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
351 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
352 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
353 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
354 conventions in Eshell files with known maintainers.
355
356 * emulation/viper.el: A fix to follow coding conventions.
357
60370d40 358 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
359 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
360 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
361 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
362 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
363 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
364 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
365 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
366 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
367 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
368 conventions in Eshell files.
369
370 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
371 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
372 * emulation/pc-mode.el, emulation/viper-cmd.el,
373 * emulation/viper-ex.el, emulation/viper-init.el,
374 * emulation/viper-keym.el, emulation/viper-macs.el,
375 * emulation/viper-mous.el, emulation/viper-util.el,
376 * emulation/viper.el, forms-pass.el, international/ccl.el,
377 * international/characters.el, international/encoded-kb.el,
378 * international/fontset.el, international/ja-dic-cnv.el,
379 * international/ja-dic-utl.el, international/kinsoku.el,
380 * international/kkc.el, international/mule-cmds.el,
381 * international/mule-diag.el, international/mule-util.el,
382 * international/mule.el, international/titdic-cnv.el,
383 * language/china-util.el, language/chinese.el,
384 * language/cyril-util.el, language/cyrillic.el, language/english.el,
385 * language/greek.el, language/hebrew.el, language/japan-util.el,
386 * language/japanese.el, language/korea-util.el, language/korean.el,
387 * language/lao-util.el, language/lao.el, language/misc-lang.el,
388 * language/slovak.el, language/thai-util.el, language/thai.el,
389 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
390 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
391 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
392 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
393 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
394 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
395 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
396 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
397 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
398 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
399 to follow coding conventions in files without maintainer or in files
400 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
401
402 * emacs-lisp/elp.el: A fix to follow coding conventions.
403
715a2ca2 404 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
405 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
406 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
407 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
408 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
409 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
410 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
411 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
412 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
413 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
414 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
415 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
416 conventions in files from Gnus.
417
55535639 418 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
419 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
420 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
421 * echistory.el, electric.el, emacs-lisp/authors.el,
422 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
423 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
424 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
425 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
426 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
427 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
428 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
429 * international/codepage.el, international/iso-ascii.el,
430 * international/iso-insert.el, international/iso-transl.el,
431 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
432 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
433 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
434 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
435 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
436 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
437 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
438 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
439 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
440 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
441 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
442 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
443 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
444 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
445 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
446 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
447 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
448 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
449 * textmodes/tex-mode.el, textmodes/text-mode.el,
450 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
451 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
452 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
453 files maintained by FSF.
454
1cd7adc6
PJ
4552001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
456
457 * arc-mode.el: A fix to follow coding conventions.
458
459 * bindings.el: Ditto.
460
461 * cdl.el: Ditto.
462
463 * comint.el: Ditto.
464
465 * cus-start.el: Ditto.
466
467 * shell.el: Ditto.
468
469 * skeleton.el: Ditto.
470
07b1b912
SM
4712001-07-13 Stefan Monnier <monnier@cs.yale.edu>
472
473 * info.el (Info-build-node-completions):
474 Make Info-current-file-completions buffer local.
475
09938b67
GM
4762001-07-13 Gerd Moellmann <gerd@gnu.org>
477
e0f82ad8 478 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 479 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 480
07b1b912
SM
481 * calendar/cal-islam.el (calendar-goto-islamic-date):
482 Add autoload cookie.
aa11456f 483
09938b67
GM
484 * play/fortune.el: Add types to defcustoms.
485
ebea5735
PJ
4862001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
487
09938b67 488 * language/czech.el: A fix to follow coding conventions.
ebea5735 489
ec7dc7e1
EZ
4902001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
491
492 * speedbar.el (speedbar-supported-extension-expressions): Add .g
493 to the extension list, for antlr-mode. From Christoph Wedler
494 <Christoph.Wedler@sap.com>.
495
ec402ad4
SM
4962001-07-11 Stefan Monnier <monnier@cs.yale.edu>
497
498 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
499 (vc-dired-mode-map): Fix the madness.
500
501 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
502 (vc-prefix-map): Moved back from vc.el.
503
a777242c
GM
5042001-07-11 Gerd Moellmann <gerd@gnu.org>
505
07b1b912
SM
506 * mail/mail-extr.el (mail-extr-all-top-level-domains):
507 Increase the size of the obarray.
a777242c
GM
508 (mail-extr-all-top-level-domains): Add more toplevel domains,
509 add more long names.
510 From: Per Starback <starback@ling.uu.se>.
511
874d7995
EZ
5122001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
515 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
516
517 * progmodes/ada-mode.el: Ditto.
518
519 * progmodes/ada-xref.el: Ditto.
520
ff524b84
MB
5212001-07-11 Miles Bader <miles@gnu.org>
522
523 * finder.el (finder-insert-at-column): Also move to the next line
524 if exactly at COLUMN.
525
6b05fae3
GM
5262001-07-10 Gerd Moellmann <gerd@gnu.org>
527
6ce5615d
GM
528 * help.el (describe-function-1): When printing FUNCTION's
529 documentation, don't assume FUNCTION is a symbol.
530
6b05fae3
GM
531 * startup.el (normal-top-level): Don't operate on the initial
532 frame if we failed to create one.
533
19da29f9
GM
5342001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
535
536 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
537 itself, i.e. only indent the contents in it.
538
6f19114e
GM
5392001-07-10 Markus Rost <rost@math.ohio-state.edu>
540
541 * mail/rmail.el (rmail-show-message): Show beginning of message in
542 all windows containing it.
543
8184a578
EZ
5442001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
545
546 * term/tty-colors.el: Fix the header line and copyright years.
547
524ac5b2
GM
5482001-07-09 Gerd Moellmann <gerd@gnu.org>
549
4033ae9d
GM
550 * emacs-lisp/advice.el (ad-make-advised-definition): If the
551 original definition has an interactive form, but is Elp
552 instrumented, use the interactive form of the function called by
553 elp-wrapper.
554
59c2dcf4
GM
555 * winner.el (winner-equal): Make it a defun. Don't compare Winner
556 configurations with compare-window-configuration; they aren't
557 window configurations.
558
524ac5b2
GM
559 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
560 from the server for the format we expect. Don't use it if it
c59fb719 561 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 562
06c66e1c 563 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
564 From Luis Fernandes <elf@ee.ryerson.ca>.
565
524ac5b2 5662001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
567
568 * cc-cmds.el: Extended the kludge to interoperate with the
569 delsel and pending-del packages wrt to the new function
570 `c-electric-delete-forward'.
571
851040a5
SM
5722001-07-08 Stefan Monnier <monnier@cs.yale.edu>
573
574 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
575 to delay the call to <mode> for global minor modes.
576 (easy-mmode-define-navigation): Only recenter if interactive.
577
6573d87f
GM
5782001-07-06 Gerd Moellmann <gerd@gnu.org>
579
a25e82a8
GM
580 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
581 to lisp-indent-line.
582
6573d87f
GM
583 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
584 from the server. Call encode-time only when we are sure that we
585 got a 213 response.
586
c1a1fd60
GM
5872001-07-06 Simon Josefsson <jas@extundo.com>
588
589 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
590 (mail-envelope-from): New user option.
591 (sendmail-send-it): Use it.
592
4b81a999
GM
5932001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
594
851040a5
SM
595 * ps-print.el: Use locale dependant date to print date in header.
596 Doc fix.
4b81a999
GM
597 (ps-print-version): New version number (6.5.3).
598 (ps-right-header, ps-right-footer): Initialization and doc fix.
599 (ps-time-stamp-locale-default): New fun.
600
a2cc5c4f
GM
6012001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
602
603 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
604 field problem with MIME-mode.
605
606 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
607
6082001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
609
610 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
611 MIME-mode.
612
a9b511e0
EZ
6132001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
614
615 * bindings.el (mode-line-mule-info): Don't show the tip with
616 buffer-file-coding-system if that is nil.
617
0f60e5ff
GM
6182001-07-05 Gerd Moellmann <gerd@gnu.org>
619
f25cfe53
GM
620 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
621 instead of kill-line.
622
5f72adc0
GM
623 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
624 <Pavel@Janik.cz>.
625
626 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
627 <Pavel@Janik.cz>.
0f60e5ff 628
b5e2c7a7
GM
6292001-07-04 Gerd Moellmann <gerd@gnu.org>
630
631 * font-lock.el (c-font-lock-keywords-3): When matching something
632 like `struct X Y', finish with point after Y.
633
e5836af8 6342001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 635
e5836af8 636 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 637 in caller buffer.
e5836af8 638
f1c53471
EZ
6392001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
640
bf4041b6 641 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
642 instead of string-match to find the basename of the file.
643 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 644
851040a5
SM
645 * net/browse-url.el (browse-url-default-windows-browser):
646 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
647 (browse-url-browser-function) [ms-dos]: Default to
648 browse-url-default-windows-browser.
649
f1c53471
EZ
650 * help.el (locate-library): Enable code that looks for compressed
651 libraries if auto-compression-mode is on.
652
4ce5c223
SM
6532001-07-02 Stefan Monnier <monnier@cs.yale.edu>
654
655 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
656
dd441b46
GM
6572001-07-02 Gerd Moellmann <gerd@gnu.org>
658
4ce5c223 659 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 660
7a3ee510
EZ
6612001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
662
33e432b1
EZ
663 * allout.el: Fix the header line, so that finder.el recognizes it.
664 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
665
4ce5c223
SM
666 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
667 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 668
3024d920
EZ
6692001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
670
4ce5c223 671 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 672
3024d920
EZ
673 * ps-bdf.el (bdf-directory-list): Use the value relative to
674 installation-directory for MS-Windows as well.
675
0c1baae8
RS
6762001-06-29 Richard M. Stallman <rms@gnu.org>
677
678 * wid-edit.el (widget-color-sample-face-get):
679 Return ((foreground-color . COLOR)) instead of constructing a face.
680
442ebe98
EZ
6812001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
682
683 * faces.el (region): Change the background color for the
684 light-background color display to lightgoldenrod2, to make it
685 visible on some laptops.
686
6519817e
RS
6872001-06-28 Richard M. Stallman <rms@gnu.org>
688
689 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
690 (rmail-msg-restore-non-pruned-header): Likewise.
691 If point was in the old pruned header, put it at the top.
692 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 693
6519817e
RS
694 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
695 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
696
15533ae2
SM
6972001-06-28 Stefan Monnier <monnier@cs.yale.edu>
698
699 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
700
19a448e3
KF
7012001-06-28 Karl Fogel <kfogel@red-bean.com>
702
703 * saveplace.el: Update maintainer email address.
704
a17555fd
FP
7052001-06-27 Francesco Potorti` <pot@gnu.org>
706
15533ae2
SM
707 * uniquify.el: (uniquify-rationalize-file-buffer-names):
708 Undo previous change.
a17555fd
FP
709
7102001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
711
712 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
713 preliminary quick reordering. Can speed things up dramatically.
714
555cc9ca
RS
7152001-06-26 Richard M. Stallman <rms@gnu.org>
716
4d68abe0
RS
717 * dired.el (dired-get-filename): A file name starting with ~
718 is not absolute in this context.
719
555cc9ca
RS
720 * which-func.el (which-func-maxout): Increase default to 500000.
721 (which-function-mode): This is now the "real" name of the function.
722 (which-func-mode): Now an alias.
723 (which-func-mode-global): Name deleted.
724
725 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
726 button-2, when binding hs-mouse-toggle-hiding.
727
d9bad487
GM
7282001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
729
15533ae2 730 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
731 (rmail-msg-prune-header): Likewise.
732 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
733 and `rmail-msg-prune-header'.
734
da197e75
SM
7352001-06-25 Stefan Monnier <monnier@cs.yale.edu>
736
737 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
738 back than LINEBEG.
739
9501b986
EZ
7402001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
741
742 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
743 window where they clicked the mouse has a header line, adjust
744 vertical movement by one.
745
7aee34d3
GM
7462001-06-25 Milan Zamazal <pdm@zamazal.org>
747
da197e75
SM
748 * progmodes/glasses.el (glasses-make-readable): Consider underscores
749 too when separating a parenthesis.
7aee34d3 750
b9cc92a4
EZ
7512001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
752
753 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
754 (bookmark-bmenu-hide-filenames): Add help-echo to
755 mouse-highlighted text.
756 (bookmark-bmenu-show-filenames): Remove help-echo property from
757 the whitespace.
758
e55c4863
EZ
7592001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
760
da197e75
SM
761 * files.el (auto-mode-alist): Add configure.ac (autoconf).
762 From Karl Eichwalder <ke@suse.de>.
e55c4863 763
4bd41f5a
RS
7642001-06-23 Richard M. Stallman <rms@gnu.org>
765
766 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
767
768 * progmodes/cc-styles.el (c-set-style): Don't specify initial
769 contents for completing-read.
770
fdae95d4
RS
7712001-06-22 Richard M. Stallman <rms@gnu.org>
772
773 * menu-bar.el (menu-bar-make-toggle): Construct the
774 function's doc string from HELP, not DOC, and make it accurate by
775 adding "Toggle whether to " at the front and downcasing the initial.
776 Change the HELP arg in some calls to make it fit this usage.
777
778 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
779 Undo previous change.
780
5f0e1d42
EZ
7812001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
782
1fd63d9b
EZ
783 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
784
da197e75 785 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 786
2ebf8f54
EZ
7872001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
788
7a03d9cd
EZ
789 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
790
2ebf8f54
EZ
791 * dabbrev.el (dabbrev--select-buffers): Fix last change.
792
4de68712
RS
7932001-06-20 Richard M. Stallman <rms@gnu.org>
794
795 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
796 broken out from dabbrev--find-expansion. Handle minibuffer
797 specially here.
798 (dabbrev--find-expansion): Simplify code in various ways.
799 Don't treat minibuffers specially.
800 Call dabbrev--make-friend-buffer-list.
da197e75 801 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
802 (dabbrev--scanning-message): Do nothing when minibuffer is current.
803
f84e9763 8042001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 805
f84e9763
JW
806 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
807 Also, added a comment describing how to greatly speedup Eshell
808 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 809
f5f3efaa 8102001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 811
da197e75
SM
812 * eshell/esh-mode.el: Disabled a test that often yields false failures.
813
f84e9763
JW
8142001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
815
816 * woman.el (WoMan-highlight-references): Add help-echo to
817 mouse-highlighted text.
b868ed49 818
f7ac3e28
SM
8192001-06-18 Stefan Monnier <monnier@cs.yale.edu>
820
821 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
822
f6f1beba
GM
8232001-06-18 Gerd Moellmann <gerd@gnu.org>
824
f7ac3e28
SM
825 * international/quail.el (quail-start-conversion):
826 Reset quail-translating to nil.
db8f7303 827
f6f1beba
GM
828 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
829 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
830
1a0b9ae6
EZ
8312001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
832
855eca56
EZ
833 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
834 mouse-highlighted text.
835
1a0b9ae6
EZ
836 * dired.el (dired-mark-pop-up): Fix last change.
837
e75e894b
EZ
8382001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
839
218abc51
EZ
840 * calendar/calendar.el (generate-calendar-month): Add help-echo to
841 mouse-highlighted text.
842
d36ca65d
EZ
843 * net/quickurl.el (quickurl-url-file): Run through
844 convert-standard-filename.
845 (quickurl-list-populate-buffer): Add help-echo to
846 mouse-highlighted text.
847 (top-level): Update Dave's URL.
848
092924fd
EZ
849 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
850 mouse-highlighted text.
851
f7ac3e28
SM
852 * textmodes/page-ext.el (pages-copy-header-and-position):
853 Add help-echo to mouse-highlighted text.
092924fd
EZ
854
855 * tar-mode.el (tar-header-block-summarize): Add help-echo to
856 mouse-highlighted text.
857
858 * replace.el (occur): Add help-echo to mouse-highlighted text.
859
860 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
861 mouse-highlighted text.
862
863 * progmodes/cpp.el (cpp-make-button): Add help-echo to
864 mouse-highlighted text.
865
f7ac3e28
SM
866 * progmodes/compile.el (compile-reinitialize-errors):
867 Add help-echo to mouse-highlighted messages.
092924fd
EZ
868 (compilation-forget-errors): Remove help-echo property as well.
869
f7ac3e28
SM
870 * play/landmark.el (lm-plot-square, lm-init-display):
871 Add help-echo to mouse-highlighted text.
092924fd 872
f7ac3e28
SM
873 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
874 Add help-echo to mouse-highlighted text.
092924fd
EZ
875
876 * dired.el (dired-insert-set-properties): Add help-echo to
877 mouse-highlighted text.
f7ac3e28 878 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
879
880 * comint.el (comint-send-input): Add help-echo to
881 mouse-highlighted text.
882
883 * buff-menu.el (list-buffers-noselect): Add help-echo to
884 mouse-highlighted text.
885
886 * arc-mode.el (archive-summarize-files): Add help-echo to
887 mouse-highlighted text.
888
e75e894b
EZ
889 * ffap.el (ffap-machine-p): Always return nil if
890 open-network-stream is not fboundp.
891
f621ed9d
SM
8922001-06-17 Stefan Monnier <monnier@cs.yale.edu>
893
894 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
895 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
896 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
897 incorrectly binding chars between 128 and 256 to it.
898 (sgml-maybe-name-self): Handle latin-1 chars properly.
899 (sgml-tags-invisible): Bind buffer-file-name to nil.
900 Use unwind-protect and restore-buffer-modified-p.
901 (sgml-point-entered): Use buffer-substring-no-properties.
902 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
903 (html-mode): Don't force `imenu-sort-function'.
904
884e8578
EZ
9052001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
906
d5b49f47
EZ
907 * tar-mode.el: Fix the copyright notice.
908
ce6b1982
EZ
909 * font-lock.el (font-lock-comment-face): For tty's with dark
910 background, use "red1", since "lightred" is not one of the colors
911 recognized by tty-colors.el.
912
884e8578
EZ
913 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
914 create a buffer for extracted file, in case there's more than one
915 file by that name in an archive, possibly in different
916 directories. From Kevin Rodgers <kevinr@ihs.com>.
917
918 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
919 <alex@gnu.org>.
920
72190a54
MB
9212001-06-15 Miles Bader <miles@gnu.org>
922
f621ed9d
SM
923 * textmodes/texinfmt.el (texinfo-format-syntax-table):
924 Revert previous change.
72190a54 925
e4cdc335
RS
9262001-06-14 Richard M. Stallman <rms@gnu.org>
927
928 * replace.el (keep-lines-read-args): Return just a regexp.
929 Provide nil for the region args.
f621ed9d 930 (keep-lines, flush-lines, how-many):
e4cdc335
RS
931 Calculate the defaults for the region here, when args are nil.
932
c8c6b45a
EZ
9332001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * rot13.el (rot13-other-window): Some more doc fix.
936
f54701d1
EZ
9372001-06-14 Per Starback <starback@ling.uu.se>
938
939 * replace.el (case-replace, query-replace-from-history-variable)
940 (query-replace-to-history-variable, keep-lines-read-args)
941 (occur-revert-function, query-replace-help): Dox fix.
942
1604ce98
EZ
9432001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * rot13.el (rot13-other-window): Doc fix.
946
22058843
MB
9472001-06-14 Miles Bader <miles@gnu.org>
948
949 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
950 of " and \ to "." (punctuation).
951 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
952
e4cdc335
RS
9532001-06-13 Richard M. Stallman <rms@gnu.org>
954
955 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
956
957 * simple.el (shell-command-on-region): Never kill the
958 *Shell Command Output* buffer.
959
a62d56ab
SM
9602001-06-13 Stefan Monnier <monnier@cs.yale.edu>
961
962 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
963
4a0aa1d9
SM
9642001-06-10 Stefan Monnier <monnier@cs.yale.edu>
965
966 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
967 New var, to recognize ${ $' and PODs.
968 (perl-font-lock-syntactic-face-function): New function.
969 (perl-mode): Use them.
970 (perl-continuation-line-p): New function, from perl-calculate-indent.
971 (perl-calculate-indent): Use it, to properly handle continuation
972 lines of continuation lines.
973
b5a9911c
EZ
9742001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * server.el (server-process, server-buffer-clients): Doc fix.
977 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
978
0f056ec1
JW
9792001-06-09 John Wiegley <johnw@gnu.org>
980
981 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
982 test if the last command was Lisp or not.
983 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
984 B x C".
985
e5e316b0
EZ
9862001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
987
988 * dos-w32.el (grep-regexp-alist): Remove definition, since the
989 general one on compile.el supports drive letters.
7f4350a7
CD
990
9912001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
992
5a905a7e 993 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 994 key description.
7f4350a7
CD
995
996 * textmodes/reftex-sel.el (reftex-select-jump): New command.
997
5a905a7e 998 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
999 (reftex-toc-jump): New command.
1000
1001 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1002 to parse international characters as well.
7f4350a7 1003
5a905a7e 1004 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1005 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1006
5a905a7e
SM
1007 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1008
1009 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1010 TAB to the key separators.
7f4350a7 1011
73419021
EZ
10122001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * international/mule.el (auto-coding-alist): Remove redundant
1015 up-cased versions of the extensions (auto-coding-alist-lookup is
1016 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1017 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1018
cada28bb
EZ
10192001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1020
1021 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1022
4f7666dc
RS
10232001-06-01 Richard M. Stallman <rms@gnu.org>
1024
1025 * help.el (describe-variable): Put value on same line
1026 with preceding text, if it is short enough to look good that way.
1027
70079787
EZ
10282001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1029
1030 * term/internal.el (IT-unicode-translations): New variable.
1031 (IT-setup-unicode-display): New function.
1032
c86f4619
GM
10332001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1034
1035 * ps-print.el: Handle before-string and after-string overlay properties
1036 in ps-print-*-with-faces commands. Doc fix.
1037 (ps-print-version): New version number (6.5.2).
1038 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1039 for XEmacs.
1040 (ps-prefix-quote): Doc fix.
c6d452ad 1041 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1042 (ps-basic-plot-str, ps-plot-string): New funs.
1043
1ea98518
SM
10442001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1045
1046 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1047 and :type spec.
1048
2b1ec973
GM
10492001-05-31 Gerd Moellmann <gerd@gnu.org>
1050
1ea98518
SM
1051 * international/mule-cmds.el (inactivate-input-method):
1052 Set input-method-function to nil.
2b1ec973 1053
94843cc1
GM
1054 * xml.el (xml-parse-tag): The document may contain invalid characters.
1055 From ShengHuo ZHU <zsh@cs.rochester.edu>
1056
9652931f
GM
10572001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1058
1059 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1060 `rmail-summary-line-decoder' if the message does not have
1061 a Subject: field.
9652931f 1062
1ea98518 1063 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1064
1ea98518
SM
1065 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1066 New variable.
9652931f
GM
1067 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1068 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1069 is non-nil.
1070
f7ac3e28
SM
10712001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1072
1073 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1074
b781e739
SS
10752001-05-29 Sam Steingold <sds@gnu.org>
1076
00f51890
SS
1077 * faces.el (face-valid-attribute-values): Bind `valid' directly
1078 instead of using `setq'.
1079
b781e739
SS
1080 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1081 Use `tex-shell-buf'.
1082 (tex-shell-proc): Use `tex-shell-running'.
1083 (tex-shell-buf-no-error): New function.
1084 (tex-send-tex-command): Use it.
1085 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1086 (tex-kill-job): Check the process before calling `quit-process'.
1087
3d0e328b
GM
10882001-05-29 Gerd Moellmann <gerd@gnu.org>
1089
1ea98518
SM
1090 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1091 UTF-8 sequences.
3d0e328b 1092
8bd6307f
GM
10932001-05-28 Miles Bader <miles@gnu.org>
1094
1095 * comint.el (comint-carriage-motion): Renamed from
1096 `comint-cr-magic'. Operate on the buffer instead of the string
1097 (for use as a comint post-output filter, instead of as a
1098 pre-output filter). Handle backspaces too. Add to the
1099 `comint-output-filter-functions' hook instead of
1100 `comint-preoutput-filter-functions'.
1101
89c8dc6c
GM
11022001-05-28 Gerd Moellmann <gerd@gnu.org>
1103
1104 * language/japan-util.el (japanese-hankaku): Prefer the charset
1105 `jisx0201' when the optional argument `ascii-only' is not specified.
1106 (japanese-hankaku-region): Ditto.
1107 From Katsumi Yamaoka <yamaoka@jpl.org>
1108
f25c1b9b
SM
11092001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1110
1111 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1112 (outline-invisible-p): New function.
1113 (hide-leaves): Save excursion.
1114 (hide-other): Stop looping when reaching bobp.
1115
719bb352
EZ
11162001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1117
1118 * cus-edit.el (custom-file): Fix last change.
1119
d686d354
SM
11202001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1121
1122 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1123 same definition in byte-compile-function-environment as `autoload'
1124 would put in `symbol-function'.
1125
1126 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1127 patch to correct the error message as well.
1128
49b1a638
EZ
11292001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1130
71261a01
EZ
1131 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1132 unless ~/.emacs exists.
1133
49b1a638
EZ
1134 * novice.el (enable-command): If user-init-file is nil or does not
1135 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1136
a434b175
SM
11372001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1138
15ca8de7
SM
1139 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1140 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1141 Allow spaces around macro arguments.
1142 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1143 indent-for-tab-command.
1144 (latex-mode-map, plain-tex-mode-map): New keymaps.
1145 Inherit from tex-mode-map.
1146 (tex-common-initialization): Don't setup the keymap any more
1147 since it's now done right by define-derived-mode.
1148 (latex-mode): Set skeleton-end-hook to nil.
1149 (latex-skeleton-end-hook): Remove.
1150 (tex-latex-block, latex-insert-item): Simplify.
1151 (latex-syntax-after): Use following-char rather than char-after.
1152 (tex-discount-args-cmds, tex-count-words): New functions.
1153
1154 * textmodes/tildify.el (tildify-ignored-environments-alist):
1155 Recognize \verb* as well.
1156
1157 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1158 (perl-comment-indent): Simplify to let newcomment.el do its job.
1159 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1160 (perl-mark-function): Cleanup the namespace.
1161 (perl-calculate-indent): Don't be fooled by nested functions.
1162
1163 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1164
a434b175
SM
1165 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1166 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1167
4e7e1f03
AC
11682001-05-25 Andrew Choi <akochoi@i-cable.com>
1169
1170 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1171 actually be `\\'.
1172 (ctlau-b5-converter): Likewise.
1173
2bef0948
AC
11742001-05-24 Andrew Choi <akochoi@i-cable.com>
1175
1176 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1177 Change CTLauB.el to CTLau-b5.el.
1178
d2d1851b
SM
11792001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1180
1181 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1182 rather than beginning-of-line to avoid problems with fields.
1183 (gud-perldb-massage-args): Use unless and push.
1184 (gud-chdir-before-run): New var.
1185 (gud-common-init): Use it.
1186
5e3d4fbc
AC
11872001-05-24 Andrew Choi <akochoi@i-cable.com>
1188
1189 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1190 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 1191 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 1192 chinese-ctlaub.
d2d1851b
SM
1193 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
1194 New functions.
5e3d4fbc 1195
0216c3df
GM
11962001-05-22 Gerd Moellmann <gerd@gnu.org>
1197
f1f65349
GM
1198 * cus-edit.el (custom-comment-show): Remove debug code.
1199
0216c3df
GM
1200 * language/japan-util.el (japanese-symbol-table): Fix handling of
1201 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
1202
e8a1ed31
SM
12032001-05-21 Stefan Monnier <monnier@cs.yale.edu>
1204
1205 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
1206 Renamed by removing the silly `-flag' suffix.
1207 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
1208
7246200c
SM
12092001-05-20 Stefan Monnier <monnier@cs.yale.edu>
1210
1211 * replace.el (keep-lines-read-args): Use `copy-marker'.
1212 (how-many): Save excursion properly.
1213 (occur-mode): Use define-derived-mode.
1214 (perform-replace): Use with-current-buffer.
1215
7e971261
RS
12162001-05-20 Richard M. Stallman <rms@gnu.org>
1217
65569e52
RS
1218 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
1219
cc9684e8
RS
1220 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
1221
9ca00e71
RS
1222 * info.el (Info-read-subfile): Widen before finding the
1223 desired node in the subfile.
1224
7e971261
RS
1225 * startup.el (command-line-1): When >2 files visited,
1226 leave the last one visible, and make that the selected window.
1227
7c5312b2
GM
12282001-05-20 Gerd Moellmann <gerd@gnu.org>
1229
1230 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
1231
310e9a21
EZ
12322001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
1233
7246200c
SM
1234 * international/ccl.el (define-ccl-program): Fix a typo.
1235 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
1236
1237 * international/mule.el (decode-char): Fix a typo. From Pavel
1238 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1239
1240 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
1241 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1242
310e9a21
EZ
1243 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
1244 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1245
ef55aa6c
SS
12462001-05-18 Sam Steingold <sds@gnu.org>
1247
7246200c 1248 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
1249 and [RET] to `cvs-mode-find-file'.
1250
c9f3bebe
JW
12512001-05-18 John Wiegley <johnw@gnu.org>
1252
1253 * eshell/esh-ext.el (eshell-explicit-command-char): A new
1254 configuration variable, which determines the initial character
1255 that forces use of an external version of a command. The default
1256 is *, but may be set to \, for example.
1257
1258 * eshell/esh-ext.el (eshell-explicit-command):
1259 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1260
c9f3bebe
JW
1261 * eshell/esh-cmd.el (eshell/which):
1262 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 1263
7c5312b2
GM
1264 * eshell/em-cmpl.el (eshell-completion-command-name)
1265 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
1266 instead of ?*.
1267
1c66d9fb
GM
12682001-05-18 Gerd Moellmann <gerd@gnu.org>
1269
a724ed38
GM
1270 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
1271 subst-char-in-string.
1272 (ange-ftp-after-parse-ls-hook): New variable.
1273 (ange-ftp-ls): Run that hook.
1274 From Peter Milliken <Peter.Milliken@GTECH.COM>.
1275
0595722b
GM
1276 * tmm.el (tmm-get-keymap): Fix handling of :filter.
1277 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
1278 text into *Completions*.
1279
1c66d9fb
GM
1280 * net/goto-addr.el (goto-address-at-point): Deal with URLs
1281 part of which look like email addresses.
1282
c5bdb93d
AI
12832001-05-18 Andrew Innes <andrewi@gnu.org>
1284
7246200c
SM
1285 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
1286 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
1287 cmd.exe's handling of FOR loops.
1288 (autoloads): Set find-file-suppress-same-file-warnings to t to
1289 avoid slew of spurious messages.
1290
9a1211f2
GM
12912001-05-18 Simon Josefsson <simon@josefsson.org>
1292
1293 * mail/smtpmail.el (maybe-append-domain): Renamed to
1294 `smtpmail-maybe-append-domain'.
1295 (smtpmail-via-smtp): Use the new name.
1296
29148a3f
GM
1297 * net/browse-url.el (browse-url-browser-function): Add kde.
1298 (browse-url-kde-program, browse-url-kde-args): New variables.
1299 (browse-url-kde): New function.
1300
9ab59a1a
MB
13012001-05-18 Miles Bader <miles@gnu.org>
1302
7246200c
SM
1303 * simple.el (delete-horizontal-space, just-one-space):
1304 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
1305 because it's more efficient for large files.
1306
cebf1b97
GM
13072001-05-17 Gerd Moellmann <gerd@gnu.org>
1308
f90c23ca
GM
1309 * mail/rmail.el (rmail-require-mime-maybe): New function.
1310 (rmail): Use it.
1311 (rmail-mode): Handle the case of finding Rmail files.
1312
cebf1b97
GM
1313 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
1314 functions.
1315
df22166e
SM
13162001-05-17 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
1319 text-property after moving to the beginning of line and regardless
1320 of the value of font-lock-multiline.
1321
2ca0d5f1
GM
13222001-05-17 Gerd Moellmann <gerd@gnu.org>
1323
e85e809a
GM
1324 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
1325
2ca0d5f1
GM
1326 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
1327 last coding system used before calling set-buffer-modified-p
1328 because that function changes last-coding-system.
1329
4c6a4739
EZ
13302001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * files.el (switch-to-buffer-other-window)
1333 (switch-to-buffer-other-frame): Add an xref to display-buffer in
1334 the doc string.
1335
f08cf35b
GM
13362001-05-17 Gerd Moellmann <gerd@gnu.org>
1337
1338 * language/slovak.el, language/czech.el: New maintainer.
1339
2180ea97
SS
13402001-05-16 Sam Steingold <sds@gnu.org>
1341
f08cf35b 1342 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
1343 sub-form of `defgeneric' correctly.
1344
9bae8781
GM
13452001-05-16 Gerd Moellmann <gerd@gnu.org>
1346
a90b3d3c
GM
1347 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
1348 of `c'.
1349
1b7818b4 1350 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
1351 condition-case, test what outline-level returns instead, to
1352 ease debugging.
1b7818b4 1353
9bae8781
GM
1354 * international/mule.el (auto-coding-regexp-alist): New user-option.
1355 (auto-coding-from-file-contents): New function.
1356 (set-auto-coding): Use it to determine a coding system.
1357
7644c605
GM
13582001-05-15 Gerd Moellmann <gerd@gnu.org>
1359
18a0a39e
GM
1360 * mouse.el (mouse-delete-other-windows): Doc fix.
1361
df22166e
SM
1362 * emacs-lisp/lisp-mode.el (lisp-mode):
1363 Make font-lock-keywords-case-fold-search a buffer-local variable with
1364 make-local-variable before setting it.
7644c605 1365
940cf42e
EZ
13662001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
1367
1368 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
1369 prefixes.
1370
557f7c34
GM
13712001-05-14 Gerd Moellmann <gerd@gnu.org>
1372
1373 * hexl.el (hexl-current-address): Print a message when called
1374 interactively.
1375
14d9b141
SM
13762001-05-11 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
1379
1380 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
1381
1382 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
1383
7bd2d083
GM
13842001-05-11 Gerd Moellmann <gerd@gnu.org>
1385
47e72862
GM
1386 * startup.el (command-line): If parameters have been changed in
1387 the init files which influence font selection, clear the face
1388 cache so that faces get realized with the new parameters.
1389
14d9b141 1390 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 1391
0f49941f
SM
13922001-05-10 Stefan Monnier <monnier@cs.yale.edu>
1393
1394 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
1395
cbeed4a8
EZ
13962001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
1397
1398 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
1399 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
1400
ff9aa2ca
GM
14012001-05-10 Gerd Moellmann <gerd@gnu.org>
1402
1403 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 1404 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 1405
b2c99950
JW
14062001-05-09 John Wiegley <johnw@gnu.org>
1407
0f49941f
SM
1408 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1409 Annotated the documentation string to tell users about
3cb27fd7
JW
1410 `eshell-no-numeric-conversions'.
1411
c26f6b27
JW
1412 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
1413 conversions if a Lisp function has the property
1414 `eshell-no-numeric-conversions' set to a non-nil value.
1415
1416 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
1417 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
1418 property `eshell-no-numeric-conversions' on the following
1419 functions (which all deal with filesystem entities, and never Lisp
1420 numerical values): eshell/cd, eshell/pushd, eshell/popd,
1421 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
1422 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
1423 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
1424 eshell/which, eshell/addpath.
1425
14262001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 1427
d089e299
JW
1428 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
1429 encountered as an argument, don't convert it right away, but tag
1430 the first character of the string with the text properties
1431 `number', which signifies to `eshell-lisp-command' that the
1432 argument should be passed through `string-to-number' if it is
1433 actually used in the call to a Lisp function.
1434
1435 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
1436 function, convert any string arguments that have been tagged as
1437 "numbers", by calling string-to-number.
1438
1439 * eshell/esh-util.el (eshell-number-regexp): Now that number
1440 conversions only happen for Lisp function calls, the number regexp
1441 should now match all integer and floating point forms.
1442
1443 * eshell/esh-proc.el: Disable `eshell-stop-process' and
1444 `eshell-continue-process', since they are both nonfunctional at
1445 the moment.
1446 (eshell-proc-initialize): Don't bind keys for
1447 `eshell-stop-process' or `eshell-continue-process'.
1448
0f49941f
SM
1449 * eshell/em-unix.el (eshell-shuffle-files):
1450 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
1451
1452 * eshell/em-hist.el (eshell-add-to-history): Reference to
1453 `eshell-history-ring' needed to be `eshell-history-index'.
1454
0f49941f
SM
1455 * calendar/timeclock.el (timeclock-find-discrep):
1456 Initialize `elapsed' to 0.
cb89da0f
JW
1457 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
1458 it's still nil.
b2c99950 1459
ff39b9a1
SM
14602001-05-09 Stefan Monnier <monnier@cs.yale.edu>
1461
1462 * arc-mode.el (archive-int-to-mode): Construct the string directly.
1463 (archive-mode): Use capitalize.
1464 (archive-unique-fname): Use make-temp-file.
1465
9e53a675
GM
14662001-05-09 Gerd Moellmann <gerd@gnu.org>
1467
1468 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
1469
c8224de6
EZ
14702001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
1471
c533a7e2
EZ
1472 * tar-mode.el (tar-extract): Pay attention to the value of
1473 coding-system-for-read, if it is non-nil.
1474
ff39b9a1
SM
1475 * calendar/holidays.el (holidays): Add an autoload cookie.
1476 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 1477
1c8c9fb8
JW
14782001-05-08 John Wiegley <johnw@gnu.org>
1479
ff39b9a1
SM
1480 * calendar/timeclock.el (timeclock-workday-remaining):
1481 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
1482 (timeclock-workday-elapsed): Don't accept a "relative" argument
1483 for the current day's elapsed time. What could that have meant?
ff39b9a1 1484 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
1485 (timeclock-when-to-leave): Changed logic, similarly to what was
1486 done for `timeclock-workday-remaining'.
1487 (timeclock-find-discrep): Removed "today-only" argument, which had
1488 no meaning. Fixed some more math problems. The function now
1489 returns a three member list: (TOTAL-TIME-DISCREPANCY
1490 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
1491
5f47fb28
EZ
14922001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
1493
1494 * w32-fns.el (convert-standard-filename): Start replacing slashes
1495 from the beginning of the file name, not from where the last
1496 invalid character was. From "Andrew Maguire (SWW)"
1497 <Andrew.Maguire@Smallworld.co.uk>
1498
6da5c7da
GM
14992001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
1500
1501 The following changes are to provide infrastructure for handling
1502 MIME messages to rmail. They don't affect the original behaviour
1503 if rmail-enable-mime is nil.
1504
1505 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
1506 (rmail-search-mime-message-function)
1507 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
1508 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
1509 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
1510 `rmail-view-buffer' is hidden.
6da5c7da
GM
1511 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
1512 call rmai-show-mime-function.
1513 (rmail-display-labels): If rmail-enable-mime is non-nil, update
1514 mode-line-process of rmail-view-buffer.
1515 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
1516 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
1517 buffer.
ff39b9a1
SM
1518 (rmail-next-message, rmail-next-undeleted-message): Be sure to
1519 set-buffer to the Rmail buffer.
6da5c7da
GM
1520 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
1521 rmail-search-mime-header-function.
1522 (rmail-search-message): New function.
1523 (rmail-search): Call rmail-search-message to check if a message
1524 matches REGEXP, lastly update point after calling
1525 rmail-show-message.
ff39b9a1
SM
1526 (rmail-undelete-previous-message, rmail-expunge-confirmed)
1527 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
1528 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
1529 header region, refer to rmail-msgref-vector while setting the
1530 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
1531 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
1532 If rmail-enable-mime is non-nil, call
6da5c7da
GM
1533 rmail-insert-mime-forwarded-message-function instead of inserting
1534 forwarded message by itself.
1535
1536 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
1537 Rmail buffer.
1538 (rmail-set-label, rmail-next-labeled-message): Likewise.
1539
1540 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
1541 set-buffer to the Rmail buffer.
1542 (rmail-output-to-rmail-file): Likewise.
1543 (rmail-output): Likewise.
1544
1545 * mail/rmailsum.el (rmail-message-subject-p): Process the result
1546 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
1547 (rmail-new-summary): Be sure to go to the Rmail buffer.
1548 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
1549 rmail-view-buffer to nil.
1550 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
1551 rmail-view-buffer.
1552 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
1553 rmail-buffer.
1554 (rmail-summary-scroll-msg-down): Likewise.
1555 (rmail-summary-beginning-of-message): Likewise.
1556 (rmail-summary-wipe): Likewise.
1557 (rmail-summary-toggle-header): Use save-window-excursion, not
1558 save-excursion. Update point in rmail-view-buffer, not in
1559 rmail-buffer.
1560 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1561 rmail-view-buffer, not rmail-buffer.
1562
5092477a
GM
15632001-05-07 Gerd Moellmann <gerd@gnu.org>
1564
1e9fc92e
GM
1565 * cus-edit.el (custom-file): Signal an error if user-init-file is
1566 nil (running -q).
1567
1d053370
GM
1568 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1569
ff39b9a1
SM
1570 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1571 Add :version.
1572
1573 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1574 New option.
1b62b062
GM
1575 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1576 only if smtpmail-warn-about-unknown-extensions is set.
1577
f851a71c
GM
1578 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1579 instead of rmail-sort-by-keywords.
1580
ff39b9a1 1581 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1582 rmail-sort-by-keywords.
1583
ff39b9a1
SM
1584 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1585 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1586 (rmail-summary-mode): Doc fix.
1587
5092477a
GM
1588 * mail/rmail.el (rmail-edit): New Custom group.
1589
1590 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1591 (rmail-edit-mode-hook): New user-option.
1592
05be3833
RS
15932001-05-05 Richard M. Stallman <rms@gnu.org>
1594
1595 * help.el (help-xref-symbol-regexp): Recognize "source of"
1596 and friends, meaning make a link to the source file.
1597 (help-make-xrefs): Handle "source of" and friends
1598 by constructing a link that visits the source file.
1599
1600 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1601
7dfb000f
SM
16022001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1603
5efe6a56
SM
1604 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1605 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1606 Renamed from perl-font-lock-keywords to avoid clashes.
1607 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1608 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1609 Updated correspondingly.
1610
7dfb000f
SM
1611 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1612 Typo `nonexistant' -> `nonexistent'.
1613
88bbb8cb
EZ
16142001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1615
7dfb000f
SM
1616 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1617 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1618 `c-electric-delete-forward' always deletes forward and
1619 `c-electric-delete' only contains the code necessary for XEmacs to
1620 choose between backward and forward deletion.
7dfb000f 1621
88bbb8cb
EZ
1622 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1623 get the electric behavior on that key too.
1624 (c-fill-paragraph): Fixed bogus direct use of
1625 c-comment-prefix-regexp, which caused an error when it's a list.
1626
a1af8dcf
EZ
16272001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1628
1629 * dired-aux.el (dired-diff): Doc fix.
1630
1631 * dired.el (dired-diff): Likewise.
1632
ddfb4005
EZ
16332001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1634
1635 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1636
b36581fb
SM
16372001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1638
80a00b6a
SM
1639 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1640 if both the buffer and the file are read-only.
1641
b36581fb
SM
1642 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1643 rather than font-lock-string-face.
1644 (sh-get-indent-info): Treat heredocs like strings.
1645
470bbe9b
GM
16462001-05-02 Gerd Moellmann <gerd@gnu.org>
1647
b36581fb
SM
1648 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1649 a newline following `}'.
3356df63
GM
1650 (texinfo-format-email): New function.
1651 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1652 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1653 Add `display'.
3356df63
GM
1654 (texinfo-sort-region): Goto point-min before sorting.
1655 (texinfo-set): Remove leading white space from value.
1656 From yagi@is.titech.ac.jp.
1657
470bbe9b
GM
1658 * replace.el (query-replace-regexp-eval): Doc fix.
1659
a9d2fd1d
SM
16602001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1661
1662 * diff-mode.el (diff-nonexistant-face): New face.
1663 (diff-font-lock-keywords): Use it.
1664
2b3e941a
EZ
16652001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1666
22cd6fd3
EZ
1667 * font-lock.el (font-lock-mode): Doc fix.
1668
2b3e941a
EZ
1669 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1670 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1671
50df7214
GM
16722001-04-30 Gerd Moellmann <gerd@gnu.org>
1673
a9d2fd1d
SM
1674 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1675 backslash at the start of the here-document delimiter.
a9793e45
GM
1676 (sh-font-lock-syntactic-keywords): Likewise.
1677
50df7214
GM
1678 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1679
e2f599e9
EZ
16802001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1683 (tty-color-translate, tty-color-by-index, tty-color-values)
1684 (tty-color-desc): Doc fix.
1685
dcaf31d3
EZ
16862001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1687
1688 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1689 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1690 Mention dired-dwim-target in the doc string.
dcaf31d3 1691
a6a06429
MB
16922001-04-28 Miles Bader <miles@gnu.org>
1693
1694 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1695 (dabbrev--find-expansion): Use it.
1696 (dabbrev--select-buffers): Don't select ignored buffers.
1697
5a5d9185
GM
16982001-04-27 Gerd Moellmann <gerd@gnu.org>
1699
a9d2fd1d 1700 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1701
c5b82005
RS
17022001-04-26 Richard M. Stallman <rms@gnu.org>
1703
1704 * dabbrev.el: Add doc strings for some functions.
1705 (dabbrev--eliminate-newlines): New variable.
1706 (dabbrev--substitute-expansion): Convert newlines to spaces
1707 if dabbrev--eliminate-newlines is set.
1708 If abbrev and expansion are both all-lower-case,
1709 leave dabbrev--last-case-pattern nil.
1710
7cff9c6f
GM
17112001-04-26 Gerd Moellmann <gerd@gnu.org>
1712
1713 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1714 if necessary, like in rmail-show-message.
1715
efa89c1f
GM
17162001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1717
1718 * ps-print.el: Color specified by number is forced to be float number.
1719 (ps-print-version): New version number (6.5.1.1).
1720 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1721 initialization.
1722 (ps-prefix-quote): New internal var.
1723 (ps-print-quote): New fun.
1724 (ps-setup, ps-output-frame-properties, ps-float-format)
1725 (ps-format-color): Code fix.
a9d2fd1d
SM
1726 (ps-plot-region): Eliminate redundant foreground color text setting.
1727
d3111e5a
EZ
17282001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1729
1730 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1731
a728644c
GM
17322001-04-25 Gerd Moellmann <gerd@gnu.org>
1733
1734 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1735
4ecdf04d
EZ
17362001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1737
4645bb68
EZ
1738 * info.el (Info-additional-directory-list): Doc fix.
1739
4ecdf04d 1740 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1741 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1742 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1743
7cd512f2
SM
17442001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1745
1dc64fca
SM
1746 * progmodes/make-mode.el (makefile-font-lock-keywords):
1747 Rationalize the rules for includes and conditionals and use the
1748 keyword face for them.
1749
7cd512f2
SM
1750 * faces.el (modify-face): Add compatibility for non-interactive use.
1751
ffeb5c1c
JW
17522001-04-24 John Wiegley <johnw@gnu.org>
1753
1754 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1755 fix from last night, since it wasn't finding eshell/cd.
1756
35f901fa
GM
17572001-04-24 Gerd Moellmann <gerd@gnu.org>
1758
1759 * rect.el (string-rectangle): Revert to 20.x behaviour.
1760 (replace-rectangle): Make it an alias for string-rectangle.
1761 (string-insert-rectangle): New function.
1762
c7b1b508
JW
17632001-04-23 John Wiegley <johnw@gnu.org>
1764
1765 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1766 occurring with Emacs 21's diff.el/compile.el interaction layer.
1767
17682001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1769
1770 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1771 case where the function was defined in a file, but not part of an
1772 eshell module.
1773
157975e3
JW
17742001-04-23 John Wiegley <johnw@gnu.org>
1775
1776 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1777 code to work around a redisplay problem I've been having.
1778
3dc630b9
JW
17792001-04-23 John Wiegley <johnw@gnu.org>
1780
1781 * calendar/timeclock.el (timeclock-day-required): If the time
1782 required for a particular day is not set, use `timeclock-workday'.
1783 (timeclock-find-discrep): Added some sample code in a comment.
1784
1785 * eshell/eshell.el (eshell-command): Made a few changes so that
1786 `eshell-command' could be called programmatically.
1787
7cd512f2 1788 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1789
7cd512f2 1790 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1791
3ae14dd9 17922001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1793
1794 * calendar/timeclock.el: Updated copyright.
1795 (timeclock-generate-report): Don't report the daily or two-week
1796 total, if no time has been worked in that period.
1797 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1798 final computational form, which was unnecessary; corrected a
1799 parsing problem when timeclock-relative was nil.
1800
3ae14dd9 18012001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1802
1803 * calendar/timeclock.el (timeclock-modeline-display): Check if
1804 `list-entry' is null.
1805 (timeclock-use-display-time): The first argument to `set-variable'
1806 must be a symbol.
1807
53e1a74c
EZ
18082001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1811 (calendar-today-marker, calendar-holiday-marker):
1812 Use display-color-p instead of window-system.
53e1a74c
EZ
1813 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1814 instead of window-system.
1815 (calendar-hide-window): Use display-multi-frame-p instead of
1816 window-system.
1817
1818 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1819 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1820 Use display-multi-frame-p instead of window-system.
53e1a74c 1821
23b809c2
GM
18222001-04-23 Gerd Moellmann <gerd@gnu.org>
1823
1d14e80c
GM
1824 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1825
23b809c2
GM
1826 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1827 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1828
b5eeaa1d
GM
18292001-04-23 Alex Schroeder <alex@gnu.org>
1830
1831 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1832 line-end-position a defalias is used for point-at-bol and point-at-eol.
1833
b5eeaa1d
GM
18342001-04-23 Alex Schroeder <alex@gnu.org>
1835
1836 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1837 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1838
ac1470eb
EZ
18392001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * textmodes/paragraphs.el (sentence-end): Doc fix.
1842
624ef9b3
GM
18432001-04-20 Alex Schroeder <alex@gnu.org>
1844
1845 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1846 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1847
18482001-04-20 Alex Schroeder <alex@gnu.org>
1849
1850 * sql.el (sql-db2-program): New option.
1851 (sql-db2-options): New option.
1852 (sql-db2): New function.
1853
18542001-04-20 Alex Schroeder <alex@gnu.org>
1855
1856 * sql.el (sql-mode-menu): Added highlighting entries.
1857 (sql-highlight-oracle-keywords): New function.
1858 (sql-highlight-postgres-keywords): New function.
1859 (sql-highlight-ansi-keywords): New function.
1860
18612001-04-20 Alex Schroeder <alex@gnu.org>
1862
1863 * sql.el (sql-help): Doc change.
1864
9f3703ab
KF
18652001-04-19 Karl Fogel <kfogel@collab.net>
1866
1867 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1868 that inserted file content only to delete it immediately.
1869 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1870 <lektu@uol.com.br> for the patch.
1871
2a83a11d
SM
18722001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1875
6f4dd4dc
GM
18762001-04-18 Gerd Moellmann <gerd@gnu.org>
1877
0f8d6dc7
GM
1878 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1879 for defmethod.
1880
6f4dd4dc
GM
1881 * comint.el (comint-cr-magic): New function.
1882 (toplevel): Add it to comint-preoutput-filter-functions.
1883
90200fcc
AI
18842001-04-18 Andrew Innes <andrewi@gnu.org>
1885
1886 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1887 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1888 (recompile): Remove stuff to set EMACSLOADPATH.
1889
daa66f34
GM
18902001-04-18 Gerd Moellmann <gerd@gnu.org>
1891
edc5c81d
GM
1892 * language/slovak.el ("Slovak"): Add tutorial entry.
1893
daa66f34
GM
1894 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1895 browse-url-new-window-p.
1896
5d5845dc
EZ
18972001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1898
1899 * info.el (Info-menu-update): When there are no menus and/or no
1900 cross references in the node, make the respective items of the
1901 Info menu-bar menu inactive.
1902
1c8addd0
GM
19032001-04-17 Gerd Moellmann <gerd@gnu.org>
1904
f4f480bd
GM
1905 * indent.el (indent-for-tab-command): Call indent-line-function
1906 with no argument if PREFIX-ARG is non-nil.
1907
1c8addd0
GM
1908 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1909
8f9ab403
EZ
19102001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1911
1912 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1913 an async subprocess if start-process is unavailable. Suggested by
1914 Tim Van Holder <tim.van.holder@pandora.be>.
1915
60322163
EZ
19162001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1919 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1920
e372bc67
EZ
19212001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1922
1923 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1924 manual.
1925
28037ecf
SM
19262001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1927
1928 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1929 (cvs-menu): Add a few entries.
1930
1931 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1932 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1933 lock file appears to be reachable from Emacs.
1934 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1935 (cvs-mode-find-file): Look for cvs-header-face rather than
1936 cvs-dirname-face (which doesn't exist).
1937 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1938
1939 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1940
5d5e7f53
EZ
19412001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1942
1943 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1944 normal-erase-is-backspace on a tty. Instead, bind some keys such
1945 as [delete] directly, like pc-select.el did before
1946 normal-erase-is-backspace was invented.
1947
118562e1 19482001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1949
1950 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1951
6c9e58c4
JW
19522001-04-11 John Wiegley <johnw@gnu.org>
1953
28037ecf
SM
1954 * eshell/em-ls.el (eshell-ls-insert-directory):
1955 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1956 buffers, if Eshell's ls is being used.
1957
118562e1 19582001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1959
28037ecf
SM
1960 * calendar/timeclock.el (timeclock-completing-read): New function.
1961 (timeclock-ask-for-project, timeclock-ask-for-reason):
1962 Call `timeclock-completing-read'.
978bd3ea
JW
1963
1964 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1965 required where `member' was being used.
1966
118562e1 19672001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1968
28037ecf
SM
1969 * eshell/em-hist.el (eshell-previous-matching-input):
1970 Don't display "History item" if the the minibuffer is active.
978bd3ea 1971
30cb0001
GM
19722001-04-11 Gerd Moellmann <gerd@gnu.org>
1973
1974 * startup.el (command-line): Output a newline after printing
1975 an error from loading the window system's init file.
1976
e38af9bd
EZ
19772001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1978
28037ecf
SM
1979 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1980 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1981 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1982 keywords whose arguments routinely include @@.
1983
bbf63a7b
GM
19842001-04-10 Gerd Moellmann <gerd@gnu.org>
1985
28037ecf
SM
1986 * emacs-lisp/advice.el (ad-make-advised-definition):
1987 Construct advice for subrs differently.
afffeb57 1988
3fe35f35 1989 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1990 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1991
c8d6d636 1992 * simple.el (completion-list-mode-finish): New function.
28037ecf 1993 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1994
2a52f40e 1995 * language/european.el ("Polish"): Change sample text.
28037ecf 1996 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1997
cf8b1bef
GM
1998 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1999 parameter.
2000
bbf63a7b
GM
2001 * faces.el (menu): Doc fix.
2002
719d83ad 20032001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2004
2005 * ps-print.el: Footer implementation. Doc fix.
2006 (ps-print-version): New version number (6.5.1).
2007 (ps-header-frame-alist): New customization var for header frame
2008 properties.
2009 (ps-line-number-color): New customization var for line number color.
2010 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2011 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2012 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2013 (ps-right-footer): New customization vars for footers.
2014 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2015 footers.
2016 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2017 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2018 Code fix.
319acba0
GM
2019 (ps-prologue-file): Indentation fix.
2020 (ps-print-quote): Fun eliminated.
2021 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2022 (ps-output-frame-properties): New fun.
2023 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2024 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2025
e372bc67 20262001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2027
2028 * eshell/eshell.el (eshell-command): Needed a "%s" format
2029 specifier, in case the buffer contains percent characters.
2030
e372bc67 20312001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2032
2033 * calendar/timeclock.el (timeclock-generate-report): Added a
2034 missing insert of the project name.
2035
9f9a5e7a
GM
20362001-04-09 Gerd Moellmann <gerd@gnu.org>
2037
9170e5d4 2038 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2039
865e97c1 2040 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2041 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2042 From: Dave Love <fx@gnu.org>.
2043
cf3885ac 2044 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2045 (server-visit-files): Run server-visit-hook after going to
2046 line 1 so that the hook can set point as it sees fit.
2047
9f9a5e7a
GM
2048 * bindings.el (mode-line-modified): Unify help messages.
2049
51f32106
EZ
20502001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2051
2052 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2053 All callers changed.
2054
e02160a3
EZ
20552001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2056
8e6bb0d0
EZ
2057 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2058 long file names aren't supported, truncate the file names in
2059 quail-misc-package-ext-info to 8+3 before matching them against
2060 FILENAME.
2061
2062 * dos-fns.el (dos-truncate-to-8+3): New function.
2063
ec321d77
EZ
2064 * progmodes/compile.el (grep-compute-defaults): Use null-device
2065 instead of literal /dev/null. Reported by Jens Schmidt
2066 <schmidt@mathematik.uni-kl.de>.
2067
e02160a3
EZ
2068 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2069
cf3885ac
SM
20702001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2071
2072 * textmodes/sgml-mode.el: Add unknown maintainer.
2073 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2074 (html-mode-map): Use set-keymap-parent.
2075
3ffb33bb
DL
20762001-04-06 Dave Love <fx@gnu.org>
2077
2078 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2079 Remove redundant string-to-list.
2080
8f625692
SM
20812001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2082
2083 * composite.el (reference-point-alist): Doc fix.
2084
1087f198
SS
20852001-04-05 Sam Steingold <sds@gnu.org>
2086
8f625692
SM
2087 * font-lock.el (font-lock-keywords-case-fold-search):
2088 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2089 file made font-lock case-insensitive.
2090
a55e4e68
GM
20912001-04-05 Gerd Moellmann <gerd@gnu.org>
2092
0e4892e2
GM
2093 * faces.el (defface menu): Doc fix.
2094
4d664b04
GM
2095 * wid-edit.el (widget-color-sample-face-get): Don't make
2096 faces for undefined colors.
2097
a55e4e68
GM
2098 * version.el (emacs-version): Include LessTif/Motif version info.
2099
f383cd0d
GM
21002001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2101
2102 * ps-mule.el: Eliminate cl package dependence.
2103 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2104 if they aren't defined yet.
2105 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2106 Eliminate cl package dependence.
2107
de28797f
SM
21082001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2109
2110 * progmodes/cc-cmds.el (c-outline-level):
2111 Bind buffer-invisibility-spec. Originally from Dave Love, but
2112 got lost when incorporating version 5.26.
2113
32df8b47
EZ
21142001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2115
de28797f
SM
2116 * emulation/pc-select.el (pc-selection-mode):
2117 Call normal-erase-is-backspace-mode instead of binding
2118 keys individually.
58e4f61d 2119
7f62656b
EZ
2120 * cus-load.el (normal-erase-is-backspace): Use it instead of
2121 delete-key-deletes-forward.
2122
2123 * startup.el (command-line): Use normal-erase-is-backspace and
2124 normal-erase-is-backspace-mode.
2125
2126 * simple.el (normal-erase-is-backspace): Rename from
2127 delete-key-deletes-forward. Doc fix.
2128 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2129 delete-key-deletes-forward-mode. Doc fix.
2130 Run normal-erase-is-backspace-hook.
7f62656b 2131
32df8b47 2132 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2133 ``human-readable'' format produced by GNU `ls'.
2134 (dired-move-to-filename-regexp): Recognize ISO format dates.
2135 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2136
5efa6032
GM
21372001-04-04 Gerd Moellmann <gerd@gnu.org>
2138
2139 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2140 New functions.
de28797f
SM
2141 (lm-verify): Check keywords.
2142 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2143
d757aac1
EL
21442001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2145
2146 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2147 `xemacs' feature instead of for the function `set-extent-property'.
2148
9832760a
SM
21492001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2150
2151 * mail/mh-utils.el (mh-folder-hist): New var.
2152 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2153
d565f6aa
EZ
21542001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2155
2156 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2157 region, position point on the first or last 16-byte group.
2158 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2159 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2160 hexl-beginning-of-line.
2161
24c0fd39
GM
21622001-04-03 Gerd Moellmann <gerd@gnu.org>
2163
5efa6032
GM
2164 * icomplete.el (icomplete-mode): Treat an argument like other
2165 modes do.
2166
b3f6107b
GM
2167 * startup.el (fancy-splash-head): Use splash8.xpm for color
2168 depth 8.
2169
24d451c5
SM
2170 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2171 Add an antry for ``converts''.
476bf681 2172
24d451c5
SM
2173 * language/slovak.el ("Slovak"): Add documentation string.
2174 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2175
450f6970
GM
2176 * language/czech.el ("Czech"): Add documentation string.
2177 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2178
24d451c5
SM
2179 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2180 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2181
21822001-04-02 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
2185 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
2186 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
2187 Use `defsubst' rather than a macro to ease debugging.
2188 (mail-extr-last): Remove (use `last' instead).
2189 (mail-extract-address-components): Properly reset the syntax-table
2190 after parsing an address. Use `last' rather than mail-extr-last.
2191 Make sure the end marker stays at the very end.
24c0fd39 2192
2b908342
EZ
21932001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
2194
2195 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
2196 last change.
2197
acfb077d
GM
21982001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2199
2200 * ps-print.el: Line and paragraph spacing feature. Region to cut
2201 out when printing. Doc fix.
2202 (ps-print-version): New version number (6.5).
24d451c5
SM
2203 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
2204 New vars. Line and paragraph spacing feature.
acfb077d
GM
2205 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
2206 out when printing.
2207 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
2208 (ps-get-font-size, ps-begin-job, ps-continue-line)
2209 (ps-plot-region): Code fix.
2210 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
2211 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
2212 New internal vars.
acfb077d
GM
2213 (ps-get-size): New fun.
2214 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
2215 (ps-next-line): Replace defun by defsubst.
2216 (ps-mule-plot-string): Autoload doc fix.
2217
2218 * ps-bdf.el: XEmacs compatibility. Doc fix.
2219 (installation-directory, coding-system-for-read): Declare vars if
2220 it's not declared yet.
2221 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
2222
2223 * ps-mule.el: XEmacs compatibility. Doc fix.
2224 (leading-code-private-22): Declare var if it's not declared yet.
2225 (charset-bytes, charset-dimension, charset-id, charset-width)
2226 (find-charset-region, split-char, char-width, chars-in-region)
2227 (forward-point, decompose-composite-char, encode-coding-string)
2228 (coding-system-p, ccl-execute-on-string, define-ccl-program):
2229 Define funs if not defined yet.
2230 (encode-composition-rule, find-composition): Define funs if not
2231 loaded yet.
2232 (ps-mule-prologue): PostScript code fix.
2233
22342001-04-02 Kenichi Handa <handa@etl.go.jp>
2235
2236 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
2237 non-nil, generate font for the header strings.
2238 (ps-mule-prepare-font): Likewise.
2239 (ps-mule-generate-glyphs): Likewise.
2240 (ps-mule-string-encoding): Likewise.
2241 (ps-mule-header-charsets): New variable.
2242 (ps-mule-encode-header-string): New function.
2243 (ps-mule-header-string-charsets): New function.
2244 (ps-mule-begin-job): Check charsets in the header strings. If there
2245 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
2246
2247 * ps-print.el (ps-generate-header-line): Encode the header string by
2248 ps-mule-encode-header-string.
2249 (ps-mule-encode-header-string): Declare autoload.
2250
c0eb3c10
GM
22512001-04-02 Gerd Moellmann <gerd@gnu.org>
2252
24d451c5
SM
2253 * frame.el (cursor-in-non-selected-windows):
2254 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 2255
a3d0b0e0
KH
22562001-03-31 Kenichi Handa <handa@etl.go.jp>
2257
2258 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2259 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 2260 (quail-misc-package-ext-info): New variable.
a3d0b0e0 2261 (tsang-quick-converter): New function.
24d451c5
SM
2262 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
2263 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
2264 (miscdic-convert, batch-miscdic-convert): New functions.
2265
55f7832c
KH
22662001-03-30 Kenichi Handa <handa@etl.go.jp>
2267
a2217cd8
KH
2268 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
2269 eight-bit-control chars.
2270
55f7832c 2271 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 2272 Reduce making temporary vector (suggested by Dave Love).
55f7832c 2273
911a2406
EZ
22742001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2275
2276 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
2277 string as well.
2278
1a518f2c
AS
22792001-03-30 Andreas Schwab <schwab@suse.de>
2280
2281 * files.el (backup-directory-alist): Fix typo.
2282
ef080b16
EZ
22832001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
2286 <eggert@twinsun.com>.
2287
e4174a55
DL
22882001-03-30 Dave Love <fx@gnu.org>
2289
2290 * progmodes/fortran.el (fortran-comment-region): Fix typo.
2291
9d5d1075
EZ
22922001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * simple.el (transient-mark-mode): Mention C-g in the doc string.
2295
a27b451e
MB
22962001-03-30 Miles Bader <miles@gnu.org>
2297
2298 * subr.el (interactive-form): Fix paren typo.
2299
aea51abe
EZ
23002001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * emacs-lisp/profile.el: Say that it's obsolete in the header
2303 line, so that finder.el puts that into its data-base.
2304 Suggested by Alex Schroeder <alex@gnu.org>.
2305
249dd409
EZ
23062001-03-29 Paul Eggert <eggert@twinsun.com>
2307
2308 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
2309 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
2310
1ac1fa96
SM
23112001-03-29 Stefan Monnier <monnier@cs.yale.edu>
2312
2313 * generic.el (generic-mode-set-comments): Use "" rather than nil
2314 for comment-end.
2315
e2b8a830
GM
23162001-03-29 Gerd Moellmann <gerd@gnu.org>
2317
1ac1fa96
SM
2318 * emacs-lisp/advice.el (ad-make-advised-definition):
2319 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
2320
2321 * subr.el (interactive-form): New function.
2322
8b2375e7
AS
23232001-03-29 Andre Spiegel <spiegel@gnu.org>
2324
2325 * vc-sccs.el (vc-sccs-register): Use relative file names.
2326
f827b862
GM
23272001-03-28 Gerd Moellmann <gerd@gnu.org>
2328
e59d0e9d
GM
2329 * bookmark.el (bookmark-get-bookmark): Handle case that
2330 BOOKMARK is not a string.
2331
deb2613a
GM
2332 * image.el (image-type-regexps): Change type for PS files
2333 to `postscript'.
2334
f827b862
GM
2335 * subr.el (read-passwd): Clear command history after each
2336 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
2337
3c9449d0
KH
23382001-03-27 Kenichi Handa <handa@etl.go.jp>
2339
2340 * international/kkc.el (kkc-save-init-file): Locally bind
2341 print-length to nil.
2342
e6b13c74
GM
23432001-03-26 Gerd Moellmann <gerd@gnu.org>
2344
e120bebf
GM
2345 * textmodes/flyspell.el: Some doc fixes.
2346 (flyspell-maybe-correct-transposition)
2347 (flyspell-maybe-correct-doubling): Use a temporary buffer
2348
2349 * textmodes/ispell.el (ispell-parse-output): Doc fix.
2350
5f6c5771 2351 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
2352 (byte-optimize-form-code-walker): Diagnose too few arguments
2353 for `if' and `while'.
2354
2b984c45
KH
23552001-03-26 Kenichi Handa <handa@etl.go.jp>
2356
2357 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2358 Prepend `\' to "\<quail-translation-docstring>".
2359
bf2150fa
GM
23602001-03-26 Gerd Moellmann <gerd@gnu.org>
2361
5f6c5771
SM
2362 * autorevert.el (global-auto-revert-non-file-buffers):
2363 Remove duplicate defcustom.
bf2150fa 2364
a0d59316
MB
23652001-03-26 Miles Bader <miles@gnu.org>
2366
5f6c5771
SM
2367 * international/latin1-disp.el (latin1-char-displayable-p):
2368 Add leading "-" for X font pattern.
a0d59316 2369
9edbff6c
KH
23702001-03-26 Kenichi Handa <handa@etl.go.jp>
2371
5f6c5771
SM
2372 * international/mule-diag.el (describe-coding-system):
2373 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
2374 charsets they can encode.
2375
50b57199
EZ
23762001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
2377
2378 * help.el (view-lossage): Mention open-dribble-file in the doc
2379 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
2380
5b83f9c0
SM
23812001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2382
2383 * skeleton.el (skeleton-internal-list): Fix bogus logic.
2384 (skeleton-pair-insert-maybe): Don't pair after a backslash.
2385
e0ecbf5c
KH
23862001-03-23 Kenichi Handa <handa@etl.go.jp>
2387
5b83f9c0
SM
2388 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2389 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
2390 multibyte sequence can work correctly.
2391 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
2392 property of the coding system.
2393
1cc218de
SM
23942001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2395
2396 * textmodes/fill.el (fill-individual-paragraphs-prefix):
2397 Fix transcription typo.
2398
a3db02ad
RV
23992001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
2400
2401 * whitespace.el: Add buffer local variables to toggle testing of
2402 whitespaces in buffers without affecting the default values.
a3db02ad 2403 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
2404 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
2405 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
2406 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 2407
83c9cb8e
SM
24082001-03-21 Stefan Monnier <monnier@cs.yale.edu>
2409
2410 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
2411
180d5509
GM
24122001-03-21 Gerd Moellmann <gerd@gnu.org>
2413
eeb5b5c1
GM
2414 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
2415 bs-cycle-configuration-name. From Juanma Barranquero
2416 <lektu@uol.com.br>.
2417
170a9e70
GM
2418 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
2419 and cc-vars.el.
2420
180d5509
GM
2421 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
2422 headers. Always invoke sendmail with option -t.
2423
130c507e
GM
24242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2425
2426 * Release of cc-mode 5.28.
2427
24282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2429
2430 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
2431 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 2432 It's instead taken care of by the default value for c-default-style.
130c507e 2433
130c507e
GM
24342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2435
2436 * cc-align.el (c-lineup-math): Fix bug where lineup was
2437 triggered by equal signs in string literals.
2438
24392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2440
2441 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
2442 limit detection when at the ends of the buffer.
2443
2444 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
2445 "for" statement clause in case 7F; a better one is done
2446 earlier in case 7D anyway.
2447
24482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2449
2450 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
2451 somewhat more and did a small optimization.
2452
24532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2454
2455 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
2456 Use the limit argument only to limit the syntactic context
2457 search, not to limit the actual movement.
2458
2459 * cc-cmds.el (c-beginning-of-statement): Move by sentence
2460 inside multiline strings, just like in comments. Also various
2461 fixes to the paragraph and comment prefix recognition, block
2462 comment ender handling etc.
2463
24642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2465
2466 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
2467 the relative position of the point.
2468
2469 * cc-cmds.el (c-electric-continued-statement): New function to
2470 use as abbrev hook to reindent for keywords such as "else"
2471 that continues an earlier statement.
2472
2473 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
2474 like classes.
2475
2476 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
2477 (pike-mode): Populate the default abbrev tables to reindent for
2478 keywords such as "else" that can continue earlier statements.
2479 Abbrev mode is therefore turned on by default now. (Note that
2480 this doesn't apply to idl-mode, since IDL afaik doesn't have
2481 statements at all.)
2482
24832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2484
2485 * cc-engine.el (c-inside-bracelist-p): Fix for handling
2486 bracelists where the declaration contains template arguments.
2487
24882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2489
83c9cb8e
SM
2490 * cc-cmds.el (c-comment-indent):
2491 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
2492 syntactic indentation. Fixes bug with lineup functions that
2493 return vectors.
2494
2495 * cc-engine.el (c-get-syntactic-indentation): Split the
2496 indentation sum calculation from `c-indent-line' to a separate
2497 function.
2498
24992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2500
2501 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
2502 Fixed places where it was assumed that preprocessor directives
2503 have to start in column zero.
2504
2505 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
2506 template arguments after a class identifier properly.
2507
2508 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
2509 lists for `new Foo[]' constructs in Java as expressions and
2510 not top level definition brace lists on the top level, so that
2511 they'll get indented consistently with the same type of
2512 expression in a normal block.
2513
25142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2515
2516 * cc-cmds.el (c-fill-paragraph): The kludge that checks
2517 whether the adaptive filling package fails to keep the comment
2518 prefix is now kludged further to check for filladapt-mode
2519 which doesn't have that problem. This is really icky, but it's
2520 the only way that works with the current misfeatures/bugs in
2521 both adaptive-fill-mode and filladapt-mode.
2522
2523 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
2524 around point is recognized more robust.
2525
25262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2527
2528 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
2529 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
2530 (c-lit-type): Fixed all internal variables used dynamically so
2531 that they are always bound.
2532
2533 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
2534 errors:
2535
2536 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
2537 the region is fully reindented even when an error occurs.
2538 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
2539 whole lot of code that tried to optimize indentation of whole
2540 sexps but in reality accomplishes nothing.
2541
2542 (c-indent-sexp): Use c-indent-region.
2543
2544 (c-parsing-error): Changed this variable to hold the message
2545 for any syntactic error that is discovered.
2546
2547 (c-parse-state): Search backward from point instead of the bod
2548 position when the latter is invalid. This makes CC Mode
2549 recover faster when there are unbalanced close braces.
2550
2551 (c-backward-to-start-of-if): Use c-parsing-error to report
2552 dangling "else" clauses instead of throwing an error, and fall
2553 back to a reasonable position.
2554
83c9cb8e 2555 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 2556
83c9cb8e 2557 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2558
25592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2560
2561 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2562 paragraph recognition when moving by sentence in literals.
2563
83c9cb8e
SM
2564 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2565 start regexp for javadoc to recognize javadoc markup in general instead
2566 of a specific set of keywords, to be more future-safe.
130c507e
GM
2567
2568 (c-Pike-pikedoc-paragraph-start)
2569 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2570 pikedoc markup.
2571
83c9cb8e 2572 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2573
83c9cb8e 2574 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2575
2576 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2577
2578 (c-comment-prefix-regexp): Made it possible to use an
2579 association list on this to specify mode specific regexps.
2580 The default value now use a special regexp in Pike mode to
2581 recognize pikedoc markup.
2582
2583 (c-current-comment-prefix): New variable containing the actual
2584 regexp from c-comment-prefix-regexp for the current buffer.
2585
25862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2587
2588 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2589 lists: We can't look at the syntax, since a brace list can get
2590 recognized as a plain statement-cont.
2591
2592 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2593 special brace list opener broken over two lines got recognized
2594 as a statement on the second line. Case 9A changed.
2595
25962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2597
2598 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2599 adjustment after line is reindented.
2600
26012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2602
2603 * cc-defs.el (c-point): Added optional argument for position
2604 to use instead of the current point.
2605
2606 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2607 the in-expression block symbols when the construct starts at
2608 boi, to avoid the extra level of indentation in that case.
2609 Cases 4, 16A and 17E affected.
2610
26112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2612
2613 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2614 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2615
2616 * cc-engine.el (c-indent-line): Use the syntax already bound
2617 to `c-syntactic-context', if there is any.
2618
26192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2620
2621 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2622 wasn't added up correctly when a lineup function returned nil.
2623
26242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2625
2626 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2627 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2628
26292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2630
2631 * cc-align.el (c-lineup-dont-change): Return an absolute
2632 indentation column to work correctly in the case when several
2633 syntactic elements are processed for the same line.
2634
2635 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2636 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2637 (c-set-offset): Added absolute indentation column settings by
2638 using the vector type.
2639
130c507e
GM
26402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2641
2642 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2643 Implemented two new cleanups `space-before-funcall' and
2644 `compact-empty-funcall'.
2645
130c507e
GM
26462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2647
2648 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2649 helping building regexps.
2650
2651 * cc-engine.el (c-on-identifier): New function for detecting
2652 identifiers. It takes keywords into account.
2653
2654 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2655 lists. `c-keywords' is set to a regexp matching all keywords
2656 in the current language.
2657
26582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2659
2660 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2661 list of characters to skip backwards over at the beginning of
2662 a statement, since it can precede string literals in Pike.
2663
26642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2665
2666 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2667 recognition when standing on the last line in a C++ comment
2668 with nothing but whitespace after the prefix.
2669
2670 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2671 given no limit argument.
2672
26732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2674
2675 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2676 recognition for the `[]= operator symbol in Pike.
2677
26782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2679
2680 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2681 around a bug in `eval-when-compile' in the byte compiler.
2682
2683 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2684 value when count is zero and there's no token start within the limit.
130c507e
GM
2685
2686 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2687 "prefix comments", i.e. comments which are followed by code on
2688 the same line.
2689
2690 * cc-mode-19.el: Fixes so that checks that must be done at
2691 compile time also are done then.
2692
26932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2694
2695 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2696 time and at runtime, and only when it's needed.
2697
26982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2699
2700 Major cleanup for less error prone and more warning free
2701 compilation, including some fixes for bugs due to different
2702 compilation orders. Thanks to Martin Buchholz for providing
2703 the basis for all this.
2704
2705 * cc-bytecomp.el: New file that provides some byte compilation
2706 features: It ensures that files always are loaded from the
2707 current source directory during compilation, and it provides a
2708 set of macros to turn off specific compiler warnings for
2709 specific symbols. (It's not CC Mode specific in any way.)
2710
2711 Fixed a nearly acyclic dependency tree (both runtime and
2712 compile-time) between all files.
2713
2714 * cc-defs.el: Separated all macros before the inline functions,
2715 to ensure correct compilation.
2716
2717 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2718 cc-defs.el to cc-engine.el and made it a function instead.
2719
2720 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2721 about char-after.
2722
2723 * cc-vars.el: Cope even when there isn't a custom package
2724 containing defcustom available.
2725
2726 * cc-make.el: Removed since it's no longer necessary.
2727
2728 README: Updated installation instructions.
2729
27302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2731
2732 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2733 improve the modularity: Moved all mode init stuff from
2734 cc-langs.el to cc-mode.el, including the keymap
2735 initialization; cc-langs now only contains the various
2736 variables for configuring the language syntax.
2737
83c9cb8e
SM
2738 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2739 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2740 dependency analysis suggests they belong there (which also
83c9cb8e 2741 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2742
27432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2744
2745 * cc-cmds.el (c-fn-region-is-active-p): New function that
2746 wraps the corresponding macro, for use in places that aren't
2747 compiled. Thanks to Martin Buchholz for pointing out this.
2748
83c9cb8e 2749 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2750
2751 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2752 add things to the bug report.
2753
27542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2755
2756 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2757 returned prefix could contain a newline when the search for a
2758 good prefix line failed.
2759
27602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2761
2762 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2763 (c-toggle-auto-hungry-state): Made the argument optional, as
2764 the documentation says it is.
2765
27662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2767
2768 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2769 multiline string syntax, #"...", as a cpp macro.
2770
7008ccac
GM
27712001-03-21 Paul Eggert <eggert@twinsun.com>
2772
83c9cb8e
SM
2773 * international/mule-cmds.el (set-locale-environment):
2774 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2775 caller specifies a non-nil locale name.
3c9449d0 2776
c2478129 27772001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2778
2779 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2780 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2781
117e4b0c
GM
27822001-03-20 Gerd Moellmann <gerd@gnu.org>
2783
7194219d
GM
2784 * follow.el (follow-avoid-tail-recenter): Doc fix.
2785
5721ae13
GM
2786 * custom.el (custom-set-variables): Avoid reversing the list
2787 of args needlessly.
2788
7b8bbf72
GM
2789 * startup.el (fancy-splash-head): Don't change the colors of the
2790 XPM image on a dark background.
2791
a91ad7c9
GM
2792 * comint.el (comint-exec-1): Set columns of the terminal to
2793 window-width instead of frame-width.
2794
fa88947e
GM
2795 * info.el (Info-scroll-down): Add missing WINDOW arg for
2796 pos-visible-in-window-p.
2797
1741905c
GM
2798 * ehelp.el (electric-help-mode-hook): Add defcustom.
2799
117e4b0c
GM
2800 * mail/sendmail.el (mail-mode): Activate case-folding in
2801 font-lock-defaults.
2802
e84c695d
SM
28032001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2804
2805 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2806 (completion-ignored-extensions): Remove duplicate ".class".
2807
fc774041
AS
28082001-03-19 Andreas Schwab <schwab@suse.de>
2809
83c9cb8e
SM
2810 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2811 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2812
c2c097cc
GM
28132001-03-19 Gerd Moellmann <gerd@gnu.org>
2814
2815 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2816 methods since there are not prefix input methods.
2817
fbe2e958
KH
28182001-03-19 Kenichi Handa <handa@etl.go.jp>
2819
83c9cb8e
SM
2820 * international/mule-cmds.el (read-input-method-name):
2821 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2822
da47e491
SM
28232001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2824
2825 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2826
4986c2c6 28272001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2828
4986c2c6
MK
2829 * ediff-util.el: Copyright years.
2830 (ediff-choose-syntax-table): New function.
2831 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2832
4986c2c6
MK
2833 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2834 with-syntax-table.
83c9cb8e 2835
4986c2c6 2836 * ediff.el: Date of last update, copyright years.
83c9cb8e 2837
4986c2c6 2838 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2839
4986c2c6
MK
2840 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2841 of Scott Bronson.
2842 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2843 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2844 Deleted functions.
2845 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2846 ex-token-list.
83c9cb8e 2847
4986c2c6 2848 * viper-util.el: Spaces, indentation.
83c9cb8e 2849
4986c2c6 2850 * viper.el: Changed version, modification time.
83c9cb8e 2851
3c799aec 28522001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2853
2854 * calendar/timeclock.el (timeclock-workday-remaining):
2855 Check whether `discrep' is non-null before using it.
3c799aec 2856
ae3ce418
JW
28572001-03-16 John Wiegley <johnw@gnu.org>
2858
2859 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2860 first-time checkins.
2861 (timeclock-log-data): Fixed problem with reading timelog log file.
2862 Resulting data in the "day list" was incorrect.
2863 (timeclock-find-discrep): Check if `timeclock-file' is readable
2864 before opening it.
2865 (timeclock-time-less-p): New function.
2866 (timeclock-day-base): New function.
2867 (timeclock-geometric-mean): New function.
2868 (timeclock-generate-report): Generate a summary report based on
2869 the contents of the log file. This uses `timeclock-log-data', and
2870 is an example of writing a timelog manipulation function.
2871 (timeclock-visit-timelog): A quick command for opening the timelog
2872 file.
2873 (timeclock-log-data): Bound the variable event.
2874
c8d4a9bb
KH
28752001-03-16 Kenichi Handa <handa@etl.go.jp>
2876
83c9cb8e
SM
2877 * international/mule-cmds.el (select-safe-coding-system):
2878 Fix typo: symbol-name -> symbol-value.
11d56c64 2879
c8d4a9bb
KH
2880 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2881 before substitute-in-file-name to handle double slashes in FILE
2882 correctly.
2883
c899e7e6
GM
28842001-03-15 Gerd Moellmann <gerd@gnu.org>
2885
2886 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2887 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2888
819dce0f
GM
28892001-03-14 Gerd Moellmann <gerd@gnu.org>
2890
697617d9
GM
2891 * bindings.el (features): Add `md5' and `overlay' to the list.
2892
819dce0f
GM
2893 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2894 bound before using it. It's not bound when configured without X,
2895 for instance.
2896
e0067a9d
TTN
28972001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2898
2899 * progmodes/hideshow.el: Update copyright.
2900 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2901 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2902
afcdc0a1
GM
29032001-03-13 Gerd Moellmann <gerd@gnu.org>
2904
e0067a9d 2905 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2906 a non-list.
2907
30564c48
EZ
29082001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2909
2910 * startup.el (fancy-splash-tail, command-line-1): Fix the
2911 copyright year.
2912
2b8e24b3
KH
29132001-03-13 Kenichi Handa <handa@etl.go.jp>
2914
2915 * term.el: These changes are based on a patch sent from Yong Lu
2916 <lyongu@yahoo.com>.
2917 (term-set-escape-char): Bind M-x to execute-extended-command in
2918 term-raw-escape-map.
2919 (term-move-columns): Don't try to move to negagive column.
2920 (term-emulate-terminal): Insert a string before deleting a text to
2921 overwrite.
2922
789b6186
GM
29232001-03-12 Gerd Moellmann <gerd@gnu.org>
2924
b0778a31
GM
2925 * play/life.el (life): Rearrange code so that all calls to
2926 life-display-generation are in a catch-form.
2927
04528cda
GM
2928 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2929 file that isn't interesting. In an interesting file, push the old
2930 value of point on the mark ring.
2931
760cefb5
GM
2932 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2933 New function.
2934 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2935 Use it.
2936
83c9cb8e
SM
2937 * emacs-lisp/autoload.el (generate-file-autoloads):
2938 Remove warning about line lengths.
789b6186 2939
a2ffbafe
FP
29402001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2941
2942 * progmodes/etags.el (tags-compression-info-list): New variable.
2943 (find-tag-in-order): Use it to deal with compressed source files.
2944 (tag-file-name-match-p): New function.
2945 (etags-recognize-tags-table): Use it for better match of file names.
2946
5c9d9d92
KH
29472001-03-12 Kenichi Handa <handa@etl.go.jp>
2948
ba3e9b9b
KH
2949 * international/mule-cmds.el (register-input-method): Doc fix.
2950
5c9d9d92
KH
2951 * international/quail.el (quail-translate-key): Fix condition to
2952 check if there's another breaking point in the current key.
2953
40beecee
EZ
29542001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2957 Babyl header to the newly-created output file, bind
2958 coding-system-for-write to either rmail-file-coding-system or
2959 emacs-mule-unix.
2960
75c6cb7f
SM
29612001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2962
2963 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2964 Fix the name and regexp used for subsubsections.
2965
5ec17636
DL
29662001-03-10 Dave Love <fx@gnu.org>
2967
2968 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2969 and save-buffer if buffer-file-name non-nil. From rms.
2970
6d2e2c02
AS
29712001-03-10 Andre Spiegel <spiegel@gnu.org>
2972
2973 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2974 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2975 to reflect that.
2976 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2977 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2978 variable bindings that might affect the diff command.
2979 (vc-print-log): Don't switch to the *vc* buffer before the
2980 command, so that local variable bindings are preserved.
2981
789b6186 2982 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2983 not the current buffer.
2984 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2985
789b6186 2986 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2987 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2988
b18f5523
SM
29892001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2990
2991 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2992 so ^, $, *, ? and + are interpreted correctly.
2993
3cfd8357
GM
29942001-03-09 Gerd Moellmann <gerd@gnu.org>
2995
c085b77c 2996 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2997 mode-line-key-binding. Handle any event on a string.
2998 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2999
3cfd8357
GM
3000 * comint.el (comint-insert-clicked-input): Use the last key
3001 from this-command-keys to lookup the global key definition.
3002
348f797a
KH
30032001-03-09 Kenichi Handa <handa@etl.go.jp>
3004
3ebf3717
KH
3005 * international/characters.el: Add category `j' for
3006 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3007
348f797a
KH
3008 * international/mule-conf.el (no-conversion): Fix docstring.
3009 (raw-text): Fix docstring.
3010
e1fbabaf
GM
30112001-03-08 Gerd Moellmann <gerd@gnu.org>
3012
96e8e603
GM
3013 * simple.el (choose-completion-string): When not leaving the
3014 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3015 is set.
3016
e1fbabaf
GM
3017 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3018 parameter `(minibuffer . t)'.
3019
f9db8f19
SM
30202001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3021
3022 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3023 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3024 (sh-mode): Remove `make-local-variable' for unused var
3025 `font-lock-unfontify-region-function'.
3026
02756877
RS
30272001-03-07 Richard M. Stallman <rms@gnu.org>
3028
132bf46d
RS
3029 * info.el (Info-scroll-down): Fix previous change.
3030
02756877
RS
3031 * mail/rmail.el (rmail-toggle-header): Use a window which
3032 is showing the Rmail buffer, rather than the selected window.
3033
eeb24429
DL
30342001-03-07 Dave Love <fx@gnu.org>
3035
3036 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3037 now, to avoid problems with binding imenu directly to a mouse event.
3038
3bdf2660
GM
30392001-03-07 Gerd Moellmann <gerd@gnu.org>
3040
3041 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3042 second arg t.
3043
30442001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3045
3046 * log-edit.el (log-edit-common-indent): New var.
3047 (log-edit-set-common-indentation): Renamed from
3048 log-edit-delete-common-indentation. Use the new var.
3049 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3050
3051 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3052 (cvs-mode-add-change-log-entry-other-window):
3053 Don't presume change-log-default-name is defined.
3054
3055 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3056
3057 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3058 the "tree" operation as well.
3059
3060 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3061
3062 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3063 to match paragraph-start.
3064
3065 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3066 comment-start-skip and set comment-end-skip as well.
3067 (sgml-comment-indent): Fix for new value of comment-start-skip.
3068 (html-autoview-mode): Don't bother using make-local-hook.
3069
2ad02767
GM
30702001-03-07 Gerd Moellmann <gerd@gnu.org>
3071
189638d5 3072 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3073 variables, otherwise long Custom entries would make them ineffective.
189638d5 3074
2ad02767
GM
3075 * uniquify.el: Set maintainer to FSF.
3076
656f8cae
EZ
30772001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3078
3079 * dired-aux.el (dired-do-shell-command): Doc fix.
3080
c83965c4
SM
30812001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3082
04af43bc
SM
3083 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3084
3085 * which-func.el (which-func-modes): Add cperl-mode.
3086 (which-func-mode-global): Use define-minor-mode.
3087
3088 * info-look.el: Docstring fixes and dead code eliminated.
3089 (cperl-mode): Add support.
3090 (emacs-lisp-mode): List all entries from elisp manual, whether
3091 or not they are currently (f)bound or not. Update regexp.
3092
3093 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3094
c83965c4
SM
3095 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3096 so that C-h m shows the correct information.
3097 Use make-local-variable rather than make-variable-buffer-local.
3098 (cperl-info-buffer, cperl-setup-tmp-buf):
3099 Use make-local-variable rather than make-variable-buffer-local.
3100 (cperl-msb-fix, cperl-get-help-defer):
3101 Check major-mode for `cperl-mode' as well.
3102
3103 * progmodes/cperl-mode.el: Updated to author version 4.23.
3104 (cperl-electric-pod): SYNOPSIS was misspelled.
3105 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3106 (cperl-after-expr-p): Make true after __END__.
3107
f16a7aa5
GM
31082001-03-06 Gerd Moellmann <gerd@gnu.org>
3109
157ae273 3110 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3111 bookmark-completion-ignore-case is t.
157ae273 3112
f16a7aa5
GM
3113 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3114 switch, like xterm, and concat resource strings, with a newline
3115 between them.
3116
abaddb98
EZ
31172001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3118
a2ffbafe 3119 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3120 (cp773-decode-table, cp774-decode-table): New variables.
3121
abaddb98
EZ
3122 * man.el (Man-hyphenated-reference-regexp): New variable.
3123 (Man-build-references-alist): Use it to search for referenced
3124 manpages. If hyphenated is non-nil, record a concatenated word in
3125 Man-refpages-alist only if it matches Man-reference-regexp.
3126 Update word's length when it is concatenated. Reverse the list,
3127 to get the first manpage at the head.
3128 (Man-possibly-hyphenated-word): New function.
3129 (Man-follow-manual-reference): Use it instead of current-word to
3130 find a manpage at point, in a way that accounts for hyphenated
3131 references.
3132
eb3f61dd
GM
31332001-03-06 Alex Schroeder <alex@gnu.org>
3134
3135 * sql.el (sql-interbase): New function.
3136 (sql-interbase-program): New option.
3137 (sql-interbase-options): New option.
3138 And some typos fixed: "customise" to "customize".
3139
fa84f42a
DL
31402001-03-06 Dave Love <fx@gnu.org>
3141
83c9cb8e
SM
3142 * textmodes/flyspell.el (flyspell-region):
3143 Set up flyspell-local-mouse-map.
fa84f42a 3144
fda3411d
RS
31452001-03-05 Richard M. Stallman <rms@gnu.org>
3146
a2ffbafe 3147 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3148 Don't call rmail-beginning-of-message.
3149 Don't discard From: field. Do discard Received: field.
3150 Use unwind-protect to re-prune.
3151 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3152
e972ab1f
KH
31532001-03-06 Kenichi Handa <handa@etl.go.jp>
3154
3155 * international/quail.el (quail-title): Add autoload cookie.
3156
335db3c1
DL
31572001-03-05 Dave Love <fx@gnu.org>
3158
3159 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3160 new defs.
3161
278dd6ac
KH
31622001-03-05 Kenichi Handa <handa@etl.go.jp>
3163
83c9cb8e
SM
3164 * language/ethio-util.el (ethio-toggle-space):
3165 Update current-input-method-title if necessary.
36d5e61d
KH
3166 (ethio-toggle-punctuation): Likewise.
3167
341cd4f0
KH
3168 * international/quail.el (quail-title): Fix for the case that a
3169 title of an input method is specified by a list of the same form
3170 as used in mode-line-format.
3171
83c9cb8e
SM
3172 * international/mule-cmds.el (activate-input-method):
3173 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3174 respect that value.
3175
10ebaeb6
GM
31762001-03-05 Gerd Moellmann <gerd@gnu.org>
3177
3178 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3179
7a65c85c
GM
31802001-03-05 Alex Schroeder <alex@gnu.org>
3181
3182 * sql.el (sql-sybase): Fix typo (was: query user about server two
3183 times instead of server and database).
3184
3185 * sql.el (sql-sybase): Doc change.
3186 (sql-mysql): Doc change.
3187 (sql-postgres): Doc change.
3188
b86644f2
KH
31892001-03-05 Kenichi Handa <handa@etl.go.jp>
3190
83c9cb8e
SM
3191 * international/mule-conf.el (emacs-mule, raw-text):
3192 Docstring modified.
b86644f2 3193
e30bd7b7
EZ
31942001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * term/internal.el: Update copyright notice.
3197
3198 * term/pc-win.el: Update copyright notice.
3199
7e365285
DL
32002001-03-02 Dave Love <fx@gnu.org>
3201
83c9cb8e
SM
3202 * files.el (insert-file-contents-literally):
3203 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
3204 not jka-compr-compression-info-list.
7e365285 3205
75ed43a6
SM
32062001-03-02 Stefan Monnier <monnier@cs.yale.edu>
3207
3208 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
3209 spaces in default comment-start-skip settings rather than \s-.
3210
53c4b1e6
EZ
32112001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
3212
3213 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
3214 default-frame-alist as well.
3215
028d739a
DL
32162001-03-01 Dave Love <fx@gnu.org>
3217
3218 * textmodes/reftex.el (defvar): Wrap some defvars in
3219 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
3220
3221 * subr.el (event-basic-type): Doc fix.
3222
3223 * international/quail.el: Doc fixes.
3224
3225 * international/utf-8.el: Doc fixes.
3226
3227 * international/mule-cmds.el: Doc fixes.
3228 (leim-list-header): Fix header text.
3229
3230 * international/mule.el (coding-system-category): Doc fix.
3231
3232 * international/ccl.el (ccl-compile): Doc fix.
3233
15d1caef
SM
32342001-03-01 Stefan Monnier <monnier@cs.yale.edu>
3235
3236 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
3237 rather than (before|after)-change-functions.
3238
f84ff02c
GM
32392001-03-01 Gerd Moellmann <gerd@gnu.org>
3240
3241 * ediff-util.el (ediff-scroll-horizontally): Arrange for
3242 scroll-left and scroll-right being called interactively so that
3243 they set the window's min_hscroll.
3244
e0c1e774
EZ
32452001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * info.el (info-insert-file-contents-1): Accept an additional
3248 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
3249 `suffix'; otherwise use the complicated MS-DOS code.
3250 All callers changed.
e0c1e774
EZ
3251 (info-insert-file-contents, Info-find-node): If the MS-DOS port
3252 can access long file names, try the long file-name version of
3253 `info-insert-file-contents-1', then the short file-name version.
3254
b8b2ea31 32552001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 3256
af122766
KH
3257 * language/ethio-util.el (setup-ethiopic-environment-internal):
3258 Change bindings of functions keys to conform to "Emacs Lisp Coding
3259 Convention".
3260
3261 * language/ethiopic.el ("Ethiopic"): Add documentation.
3262
b8b2ea31
KH
32632001-02-28 Kenichi Handa <handa@etl.go.jp>
3264
1d64e2ad
KH
3265 * international/utf-8.el (mule-utf-8): Set coding-category
3266 property to coding-category-utf-8.
3267
91cb6e51
RS
32682001-02-27 Richard M. Stallman <rms@gnu.org>
3269
3270 * lpr.el (lpr-page-header-switches, print-region-1):
3271 Undo 2000-07-06 change.
7298f3f7
RS
3272 (lpr-add-switches): Default to t on gnu/linux.
3273
c0cb1027
GM
32742001-02-27 Gerd Moellmann <gerd@gnu.org>
3275
3276 * bs.el (bs-attributes-list): Doc fix.
3277
01459648
GM
32782001-02-26 Gerd Moellmann <gerd@gnu.org>
3279
baebd8a5 3280 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 3281
01459648
GM
3282 * help.el (view-order-manuals): Use goto-address.
3283
3284 * startup.el (command-line-1): Add info about ordering manuals
3285 to the not so fancy splash screens.
3286
f93e614e
AS
32872001-02-26 Andre Spiegel <spiegel@gnu.org>
3288
01459648
GM
3289 * vc.el (vc-default-workfile-unchanged-p)
3290 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 3291
12435002
GM
32922001-02-26 Gerd Moellmann <gerd@gnu.org>
3293
a2ffbafe 3294 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
3295 fontify in the right buffer.
3296
12435002
GM
3297 * allout.el (outline-flag-region): Move macro in front of first
3298 use to avoid a run-time error.
3299
425de386
AI
33002001-02-24 Andrew Innes <andrewi@gnu.org>
3301
3302 * makefile.w32-in: Fix copyright notice.
3303
66c56ed1
KH
33042001-02-24 Kenichi Handa <handa@etl.go.jp>
3305
4c1593ce
KH
3306 * international/utf-8.el (mule-utf-8): Set correct value for
3307 valid-codes property.
3308
66c56ed1
KH
3309 * international/fontset.el (x-complement-fontset-spec): In the
3310 case that we use ASCII font for the other charsets, use only
15d1caef 3311 family and registry part of it.
66c56ed1 3312
119171dd
EZ
33132001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3314
3315 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
3316 (shrink-window-if-larger-than-buffer): Doc fix.
3317
932c309e
SM
33182001-02-23 Stefan Monnier <monnier@cs.yale.edu>
3319
3320 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
3321 predicate passed to completing-read.
3322
9b760e36
EZ
33232001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
3324
3325 * startup.el (command-line): Fix last change.
3326
5c39a60f
JR
33272001-02-23 Jason Rumney <jasonr@gnu.org>
3328
3329 * startup.el (tool-bar-originally-present): New variable.
3330 (command-line): Set it if the tool-bar is switched on at startup.
3331
3332 * frame.el (frame-notice-user-settings): Only adjust frame height
3333 for no tool-bar case if tool-bar was originally switched on.
796ead7e 3334 From E. Jay Berkenbilt.
5c39a60f 3335
cb91b2c7
SM
33362001-02-22 Stefan Monnier <monnier@cs.yale.edu>
3337
39b557e8
SM
3338 * server.el (server-switch-buffer): Only switch window if the
3339 current one is dedicated.
3340
cb91b2c7
SM
3341 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
3342 rather than using (match-beginning 0) when searching for break point.
3343
9238a8df
EZ
33442001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
3345
3346 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
3347 @ follows an accent command such as @'. Support optional braces
3348 in commands that insert accents, like makeinfo does.
3349
3473f362
GM
33502001-02-22 Gerd Moellmann <gerd@gnu.org>
3351
3352 * startup.el (fancy-splash-text): Add a line for ordering
3353 manuals. Reverse order of splash screens shown.
3354 (use-fancy-splash-screens-p): Adapt to the text line added.
3355
3356 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
3357 manuals from the FSF.
3358
3359 * help.el (view-order-manuals): New function.
3360 (toplevel): Bind C-h C-m to this function.
3361
76a4de07
SM
33622001-02-21 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * newcomment.el (comment-forward): Skip the comment-start before
3365 searching for the comment-end.
3366
75b71d85
DL
33672001-02-21 Dave Love <fx@gnu.org>
3368
2f4c9a87
DL
3369 * custom.el (custom-initialize-changed, defcustom): Doc fix.
3370
75b71d85
DL
3371 * international/mule-cmds.el, international/mule.el: Doc fixes.
3372
ffc9ff0c
GM
33732001-02-21 Gerd Moellmann <gerd@gnu.org>
3374
3375 * startup.el (fancy-splash-screens): Use display-hourglass
3376 instead of display-busy-cursor.
3377
3378 * frame.el (display-hourglass): Renamed from busy-cursor.
3379 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
3380 (show-cursor-in-non-selected-windows): Doc fix.
3381
f34eb373
DL
33822001-02-20 Dave Love <fx@gnu.org>
3383
3384 * international/utf-8.el: Doc and commentary fixes.
3385
f55e4a7e
EZ
33862001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
3387
3388 * ehelp.el (with-electric-help): Doc fix.
3389
fa97adf6
GM
33902001-02-20 Gerd Moellmann <gerd@gnu.org>
3391
3392 * msb.el (msb-mode): Call the update-buffers function explicitly
3393 with a FORCE argument.
3394
3395 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
3396 FORCE. If set, update the menu even if frame-or-buffer-changed-p
3397 returns nil.
3398
54ed3bd2
GM
33992001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3400
3401 * ps-print.el: Timestamp package replacement. Some enhancements.
3402 Some XEmacs compatibility. Doc fix.
3403 (ps-print-version): New version number (6.4).
3404 (ps-printer-name): Initialization fix.
3405 (ps-zebra-stripe-follow): Funcionality enhancement.
3406 (ps-prologue-file): Code enhancement.
3407 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
3408 (ps-setup, ps-face-bold-p, ps-face-italic-p)
3409 (ps-get-page-dimensions)
54ed3bd2
GM
3410 (ps-generate-header, ps-begin-file, ps-begin-job)
3411 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
3412 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
3413 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
3414 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 3415
e8ebf97d
MB
34162001-02-20 Miles Bader <miles@gnu.org>
3417
3418 * image-file.el (image-file-name-extensions): Add "tif".
3419
136b27c5
GM
34202001-02-19 Gerd Moellmann <gerd@gnu.org>
3421
3422 * wid-edit.el (widget-button-click): Save the selected window
3423 around the code handling clicks on buttons.
3424
6ebbcf59
DL
34252001-02-18 Dave Love <fx@gnu.org>
3426
3427 * imenu.el (imenu--generic-function): Use mapc to iterate over
3428 syntax characters.
3429
595ded73
RS
34302001-02-17 Richard M. Stallman <rms@gnu.org>
3431
b9fe3dc8
RS
3432 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
3433
595ded73
RS
3434 * uniquify.el (uniquify-buffer-name-style): Doc fix.
3435
f3f053f3
GM
34362001-02-16 Gerd Moellmann <gerd@gnu.org>
3437
3438 * mouse.el (mouse-save-then-kill): If the distance from the new
3439 point to the mark is equal to the distance of point from the new
3440 point, move point instead of the mark.
3441
11570a8f
DL
34422001-02-16 Dave Love <fx@gnu.org>
3443
3444 * textmodes/flyspell.el (flyspell-get-word): Return string without
3445 properties.
3446
fb339cd5
EZ
34472001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 * generic.el (generic-find-file-regexp): Doc fix.
3450 (generic-ignore-files-regexp): New defcustom.
3451 (generic-mode-find-file-hook): If the file's name matches the
3452 regexp in `generic-ignore-files-regexp', don't enter
3453 default-generic-mode. Doc fix.
3454
c56b1c1b
GM
34552001-02-16 Gerd Moellmann <gerd@gnu.org>
3456
a2ffbafe 3457 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
3458 Add autoload cookies.
3459
a2ffbafe 3460 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
3461 of cal-tex-24.
3462
0d140e65
EZ
34632001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
3464
81558867
EZ
3465 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
3466
0d140e65
EZ
3467 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
3468 the character class after the (optional) drive, to support file
3469 names with embedded blanks.
3470
713f7b15
SS
34712001-02-15 Sam Steingold <sds@gnu.org>
3472
3473 * textmodes/tex-mode.el (tex-shell-running):
3474 Check the process buffer too.
3475
9a2a6f73
DL
34762001-02-15 Dave Love <fx@gnu.org>
3477
3478 * battery.el (battery-status-function): Fix doc, :type.
3479
15d1caef 3480 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 3481
fe10cef0
GM
34822001-02-15 Gerd Moellmann <gerd@gnu.org>
3483
3484 * subr.el (read-passwd): Clear Lisp memory holding password.
3485
126f5d4d
MB
34862001-02-15 Miles Bader <miles@gnu.org>
3487
3488 * info.el (Info-copy-current-node-name): New function.
3489 (Info-mode-menu): Add it to the menu.
3490
92e98d63
RS
34912001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
3492
3493 * international/mule-cmds.el (toggle-input-method): Doc fix.
3494
dd4e0e55
SM
34952001-02-13 Stefan Monnier <monnier@cs.yale.edu>
3496
3497 * replace.el (occur): Stop at end of buffer.
3498
402dbbd1
EZ
34992001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
3500
3501 * international/mule-cmds.el (set-input-method): Another doc fix.
3502
e9fcba3d
GM
35032001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
3504
3505 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
3506
78ad1cd5
MB
35072001-02-13 Miles Bader <miles@gnu.org>
3508
713f7b15 3509 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
3510 (set-face-stipple): Treat a value of nil as being `unspecified'.
3511
fce9d9dc
DL
35122001-02-12 Dave Love <d.love@dl.ac.uk>
3513
3514 * international/latin1-disp.el: Doc fixes.
3515 (latin1-display) <defgroup>: Add :link.
3516 (latin1-display) <function>: Set variable latin1-display.
3517
bc406911
EZ
35182001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
3519
3520 * international/mule-cmds.el (set-input-method): Doc fix.
3521
68514d48
EL
35222001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
3523
3524 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
3525 (speedbar-line-file): Return nil if not a file.
3526 (speedbar-buffers-line-path): Return file for tags, and dir for files.
3527
513bea45 35282001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 3529
513bea45
MK
3530 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
3531 for remote files.
bc406911 3532 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 3533 with raw-text.
713f7b15 3534
513bea45 3535 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 3536
83c9cb8e
SM
3537 * ediff-util.el (ediff-compute-custom-diffs-maybe):
3538 Better handling of the diff mode.
713f7b15 3539
513bea45 3540 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 3541
bc406911 3542 * viper.texi: Fix typos.
713f7b15 3543
521d4010
DL
35442001-02-11 Dave Love <fx@gnu.org>
3545
36fd8e17
DL
3546 * shadowfile.el: Doc fixes.
3547 (shadow) <defgroup>: Add :link.
3548 (shadowfile-unload-hook): New function.
3549 (shadow-initialize): Use defalias, not fset.
3550 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 3551 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 3552
521d4010
DL
3553 * international/mule.el: Doc and message fixes.
3554
36fd8e17
DL
3555 * international/ccl.el (define-ccl-program): Doc fix.
3556
92395bbe
KH
35572001-02-11 Kenichi Handa <handa@etl.go.jp>
3558
3559 * faces.el (mode-line): Set :line-width property to -1.
3560
103db06c
RS
35612001-02-10 Richard M. Stallman <rms@gnu.org>
3562
08b78974
RS
3563 * complete.el (partial-completion-mode): Doc fix.
3564
103db06c
RS
3565 * simple.el (delete-key-deletes-forward-mode):
3566 Change `let' to `let*' to fix gross bug in last change.
3567
3568 * repeat.el (repeat): Don't let execute-kbd-macro alter
3569 real-last-command.
3570
a6a1ee53
EZ
35712001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3572
3573 * simple.el (eval-expression): Doc fix.
3574
d2f288c6
DL
35752001-02-09 Dave Love <fx@gnu.org>
3576
038f4ae3
DL
3577 * imenu.el (imenu-generic-expression): Doc fix.
3578
83c9cb8e
SM
3579 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3580 From Juanma Barranquero.
038f4ae3 3581
15d1caef 3582 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3583
9804b846
KH
35842001-02-09 Kenichi Handa <handa@etl.go.jp>
3585
3586 * faces.el (set-face-attribute): Describe the case of a negative
3587 value specified for :line-width.
3588
532f5197
SM
35892001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3592 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3593
1d279666
DL
35942001-02-08 Dave Love <fx@gnu.org>
3595
4681ca3a
DL
3596 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3597 widget-plist-value-type.
3598 (widget-alist-convert-widget): Replace binding of
3599 widget-alist-value-type.
3600
1d279666
DL
3601 * textmodes/paragraphs.el (sentence-end): Doc fix.
3602
83c9cb8e
SM
3603 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3604 Remove `backward-line'.
1d279666 3605
532f5197
SM
3606 * play/pong.el (pong-blank-color, pong-bat-color)
3607 (pong-ball-color, pong-border-color, pong-left-key)
3608 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3609 (pong-pause-key, pong-resume-key, pong-timer-delay):
3610 * mail/mh-comp.el (mh-compose-letter-function):
3611 * eshell/esh-mode.el (eshell-skip-prompt-function):
3612 * emulation/viper-ex.el (ex-unix-type-shell-options):
3613 * recentf.el (recentf-menu-filter):
3614 * ps-print.el (ps-print-region-function):
3615 * lpr.el (print-region-function):
3616 * forms.el (forms-mode-hooks):
3617 * dirtrack.el (dirtrack-directory-change-hook):
3618 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3619 * textmodes/spell.el (spell-filter):
3620 * textmodes/fill.el (adaptive-fill-function):
3621 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3622 * progmodes/etags.el (find-tag-default-function):
3623 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3624 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3625
6f676109
EZ
36262001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3627
751d3bc4
EZ
3628 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3629 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3630 Meyering <jim@meyering.net>.
3631
6f676109
EZ
3632 * loadup.el: Revert last change.
3633
d3c26cdf
KH
36342001-02-07 Kenichi Handa <handa@etl.go.jp>
3635
83c9cb8e
SM
3636 * international/mule.el (transform-make-coding-system-args):
3637 Make it work also for coding systems not using CCL.
d3c26cdf 3638
44806980
EZ
36392001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3640
9889af08
EZ
3641 * simple.el (previous-matching-history-element)
3642 (next-matching-history-element): Doc fix.
3643
44806980
EZ
3644 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3645 specific part.
3646
1e36ff68
DL
36472001-02-06 Dave Love <fx@gnu.org>
3648
713f7b15 3649 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3650 (add-log-buffer-file-name-function, add-log-file-name-function):
3651 Fix :type.
3652 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3653
c7ca58df
EZ
36542001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3655
fecd556a
EZ
3656 * info.el (info-initialize): Remove the test for system-type when
3657 invocation-directory is non-nil.
3658
c7ca58df
EZ
3659 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3660 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3661
587b5737
AI
36622001-02-06 Andrew Innes <andrewi@gnu.org>
3663
3664 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3665 absolute.
3666
baf7eee4
GM
36672001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3668
3669 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3670 buffers. When hi-lock turned on rather than only checking current
3671 buffer for regexps, all buffers are checked. Moved activation of
3672 font-lock to hi-lock-refontify. When font-lock turned off rather
3673 than removing added highlighting just in current buffer, remove it
3674 in all buffers. Changed edit menu text from "Automatic
3675 Highlighting" to "Regexp Highlighting" Documentation for
3676 highlighting phrases, minor documentation changes.
3677 (hi-lock-set-file-patterns): Execute only if there are new or
3678 existing file patterns.
3679 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3680 unfontify and, if a support mode is active, will not refontify the
3681 whole buffer. If necessary, turn on font lock. (Removed
3682 font-lock-unfontify and font-lock support-mode-specific calls,
3683 such as lazy-lock-fontify-window.)
3684 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3685 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3686 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3687 (hi-lock-face-phrase-buffer): New function. Also added related
3688 menu item and keybinding.
3689 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3690 (hi-lock-process-phrase): New function.
3691 (hi-lock-line-face-buffer): Doc fixes.
3692 (hi-lock-face-buffer): Doc fixes.
3693 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3694
36710aa6
GM
36952001-02-06 Gerd Moellmann <gerd@gnu.org>
3696
3697 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3698 dabbrev-ignored-regexps.
3699
d3f22784
EZ
37002001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3701
3702 * simple.el (kill-line): Doc fix.
3703
5cb3c8d4
DL
37042001-02-05 Dave Love <fx@gnu.org>
3705
3706 * loadup.el: Revert last two changes -- bootstrapping works with
3707 regenerated loaddefs.
3708
e6297e7d
EZ
37092001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3710
1e14b095
EZ
3711 * isearch.el (isearch-forward): Doc fix.
3712
e6297e7d
EZ
3713 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3714 of font-lock-defaults to backward-paragraph.
3715
e16f52ce
GM
37162001-02-05 Gerd Moellmann <gerd@gnu.org>
3717
3718 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3719 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3720
01d19dd7
GM
37212001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3722
3723 * ebnf2ps.el: Eliminate time-stamp functions.
3724 (ebnf-version): New version (3.5).
3725 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3726 format-time-string.
3727
24886813
GM
37282001-02-05 Gerd Moellmann <gerd@gnu.org>
3729
3730 * simple.el (next-line): Goto end-of-line before inserting a newline.
3731
65e70fc4
MB
37322001-02-05 Miles Bader <miles@gnu.org>
3733
3734 * image-file.el (insert-image-file): When visiting an image, also
3735 set `truncate-lines' to t so that any fringe arrow looks correct.
3736
482f06c9
KH
37372001-02-05 Kenichi Handa <handa@etl.go.jp>
3738
3739 * isearch.el (isearch-forward): Add description about input method
3740 in the docsting.
3741
02399da7
SM
37422001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3743
3744 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3745
2c366083
EZ
37462001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3747
3748 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3749 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3750
bdadfce3
GM
37512001-02-02 Gerd Moellmann <gerd@gnu.org>
3752
79fb38c0
GM
3753 * wid-edit.el (widget-button-click): Fix last change.
3754
bdadfce3
GM
3755 * frame.el (frame-notice-user-settings): When resizing the initial
3756 frame because the tool bar is off, also change the frame's top
3757 position if a negative top position was specified.
3758
33155ffb
MB
37592001-02-02 Miles Bader <miles@gnu.org>
3760
3761 * image-file.el (insert-image-file): When visiting an image,
3762 suppress the cursor in the image buffer.
3763
1355ba0c
DL
37642001-02-01 Dave Love <fx@gnu.org>
3765
3766 * progmodes/f90.el (f90-mode): Remove startup message.
3767
fb758d2d 3768 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3769
01acdb05
GM
37702001-02-01 Gerd Moellmann <gerd@gnu.org>
3771
3772 * startup.el (command-line): Fix code determining whether or not
3773 to use delete-key-deletes-forward-mode.
3774
5b1ee316
AS
37752001-02-01 Andre Spiegel <spiegel@gnu.org>
3776
3777 * vc.el (vc-diff-switches): New user option.
3778 (vc-version-diff): Use it.
3779 (vc-diff-switches-list): New macro.
3780
83c9cb8e
SM
3781 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3782 New customization options.
5b1ee316
AS
3783 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3784
3785 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3786
00b1e7a1
GM
37872001-02-01 Gerd Moellmann <gerd@gnu.org>
3788
3789 * msb.el (toplevel): Quote hook symbols.
3790
85827036
KH
37912001-02-01 Kenichi Handa <handa@etl.go.jp>
3792
8e028499 3793 * international/mule.el (make-coding-system): Add description
3c948dde 3794 about recognized properties in the docstring.
8e028499 3795
85827036
KH
3796 * international/mule-conf.el: Remove unused charsets
3797 mac-roman-lower and mac-roman-upper.
3798
7ccf7ab9
GM
37992001-01-31 Gerd Moellmann <gerd@gnu.org>
3800
2441692d
GM
3801 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3802 is in front of the left-margin, if any.
3803
ee5cece0
GM
3804 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3805 like `delete'.
3806
83c9cb8e 3807 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3808
7ccf7ab9
GM
3809 * term/w32-win.el (mouse-set-font): Doc fix.
3810
b4f30ec5 38112001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3812
b4f30ec5
GM
3813 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3814 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3815 on already.
3816
03e0fe6e
GM
38172001-01-31 Markus Rost <rost@math.ohio-state.edu>
3818
3819 * files.el (save-buffer): Don't give message if (buffer-file-name)
3820 returns nil.
713f7b15 3821
8f289acc
EZ
38222001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3823
cb4aae04
EZ
3824 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3825
dbd98b19
EZ
3826 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3827 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3828
8f289acc
EZ
3829 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3830 display problems.
3831
c12553c1
KH
38322001-01-31 Kenichi Handa <handa@etl.go.jp>
3833
c7bf5db9
KH
3834 * international/mule.el (charset-info): Fix docstring.
3835
3836 * international/mule-diag.el (describe-character-set): Check final
3837 char valid before printing it.
c12553c1 3838
14f16b9c
GM
38392001-01-30 Gerd Moellmann <gerd@gnu.org>
3840
efaa080b
GM
3841 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3842
eef93f99
GM
3843 * frame.el (frame-notice-user-settings): Do the tool-bar
3844 stuff only for graphical displays. Fix a braino.
713f7b15 3845
14f16b9c
GM
3846 * frame.el (frame-initialize): Create initial frame visible.
3847 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3848 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3849
3850 * startup.el (command-line): Remove manipulation of frame
3851 height for tool bars.
3852
4ad25e43
EZ
38532001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3854
3855 * lpr.el: Compatibility with XEmacs and doc fixes.
3856 (lpr-windows-system, lpr-lp-system): New vars.
3857 (lpr-printer-switch): New defcustom.
3858 (printer-name, lpr-command): Customization fix.
3859 (print-region-1): Code fix.
3860 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3861 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3862 New functions.
4ad25e43 3863
e8f044a0
GM
38642001-01-29 Gerd Moellmann <gerd@gnu.org>
3865
3866 * msb.el (toplevel): Fix the eval-after-load.
3867
850d5045
GM
38682001-01-29 Dave Love <fx@gnu.org>
3869
762fe76e
DL
3870 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3871
3872 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3873
83c9cb8e 3874 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3875 (tcl-using-emacs-19-23): Consider Emacs 21+.
3876 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3877 (tcl-add-emacs-menu): Supply menu name.
3878 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3879
3a768251
GM
38802001-01-29 Gerd Moellmann <gerd@gnu.org>
3881
3882 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3883
274d02f7
SM
38842001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3885
3886 * pcvs.el (cvs-mark-fis-dead): New function.
3887 (cvs-mode-add): Use it.
3888 (cvs-mode-add-change-log-entry-other-window):
3889 Rebind change-log-default-name to itself rather than to nil.
3890
ed5d446e
SS
38912001-01-29 Sam Steingold <sds@gnu.org>
3892
efaa080b 3893 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3894 `autoload' statements.
3895
e2a80284
EZ
38962001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3897
8e1db7b3
EZ
3898 * files.el (confirm-kill-emacs): Doc fix.
3899
ff2a1c79
EZ
3900 * frame.el (frame-initialize): Doc fix.
3901
e7b0deaf
EZ
3902 * time-stamp.el (time-stamp-string): Doc fix.
3903
83c9cb8e
SM
3904 * woman.el (WoMan-log-1): Make the log buffer writable.
3905 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3906
005913e4
GM
39072001-01-29 Gerd Moellmann <gerd@gnu.org>
3908
3909 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3910 the `make-variable-buffer-local'.
3911
58622cc5
GM
39122001-01-29 Dave Love <fx@gnu.org>
3913
3914 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3915 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3916 Add autoload cookie.
58622cc5
GM
3917 (ansi-color-apply-sequence): Fix typo.
3918
0404d031
GM
39192001-01-29 Gerd Moellmann <gerd@gnu.org>
3920
ed5d446e 3921 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3922 Postscript printing in black and white.
3923
0404d031
GM
3924 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3925 X-Mailman-Version, Precedence, List-Help, List-Post,
3926 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3927 Content-Type, Content-Length.
3928
3b6ed359
DL
39292001-01-29 Dave Love <fx@gnu.org>
3930
ddd16e7a
DL
3931 * elide-head.el (elide-head): Make overlay evaporate.
3932
83c9cb8e 3933 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3934
8005142f
EZ
39352001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3936
3937 * isearch.el (isearch-highlight): Don't punt if the display
3938 doesn't support colors, since isearch faces are defined for
3939 monochrome displays as well.
3940
84728570
SS
39412001-01-27 Sam Steingold <sds@gnu.org>
3942
3943 * shell.el (shell-write-history-on-exit): Make sure that we are in
3944 the shell buffer (M-x tex-file RET inserted the error message into
3945 the TeX buffer).
3946
e26f9ced
EZ
39472001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3948
3949 * simple.el (transient-mark-mode): Doc fix.
3950
dc0274bd
GM
39512001-01-27 Gerd Moellmann <gerd@gnu.org>
3952
83c9cb8e 3953 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3954
c1acacc4
EZ
39552001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3956
f5058b96
EZ
3957 * shell.el (shell-unquote-argument): If the shell is one of the
3958 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3959 quote character.
3960 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3961 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3962
c1acacc4 3963 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3964 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3965
103db06c 39662001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3967
84728570 3968 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3969 Treat a one-capital-letter abbrev as "not all upper case",
3970 so as to force preservation of the expansion's pattern
3971 if the expansion starts with a capital letter.
3972
cfa70244
EZ
39732001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3974
cfee9de7
EZ
3975 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3976 Doc fix.
3977
cfa70244
EZ
3978 * simple.el (transient-mark-mode): Document the fact that many
3979 commands act on the region when mark is active.
3980
17d90d6b
KH
39812001-01-27 Kenichi Handa <handa@etl.go.jp>
3982
3983 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3984 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3985 (quail-show-guidance-buf): Make the multibyteness of current
3986 buffer inherited to Quail guidance buffer.
3987 (quail-help): Make the multibyteness of current buffer inherited
3988 to Quail help buffer.
3989
61076b20
DL
39902001-01-26 Dave Love <fx@gnu.org>
3991
c47e2c68
DL
3992 * time-stamp.el: Doc fixes.
3993
84728570 3994 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3995 (delphi-keyword-face, delphi-other-face): Fix :type.
3996
940f14b4
DL
3997 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3998
3999 * mail/feedmail.el (feedmail): Add :link.
4000 (feedmail-send-it): Doc fix.
4001
4002 * mail/sendmail.el: Doc fixes.
4003 (sendmail-send-it): Fix the non-ASCII regexp and use
4004 rfc2047-encode-string.
4005
61076b20
DL
4006 * dired.el, dired-aux.el: Revert last change.
4007
6c317bd2
GM
40082001-01-26 Gerd Moellmann <gerd@gnu.org>
4009
4010 * makefile.w32-in (DONTCOMPILE): Add various term files.
4011
40122001-01-26 Dave Love <fx@gnu.org>
4013
4014 * Makefile.in (DONTCOMPILE): Add various term files.
4015
1c636b5f
GM
40162001-01-26 Gerd Moellmann <gerd@gnu.org>
4017
af900b23
GM
4018 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4019
15fa6db0 4020 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4021 the echo area is resized to fit the size of the startup message.
15fa6db0 4022
1c636b5f
GM
4023 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4024 part of which is a constant.
4025
9b1adbd5
EZ
40262001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4027
83c9cb8e 4028 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4029
103db06c 40302001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4031
4032 * simple.el (next-line): Don't let `newline' expand abbrevs.
4033 Simplify slightly.
4034 (open-line): Don't let `newline' expand abbrevs.
4035
219227ea
JW
40362001-01-25 John Wiegley <johnw@gnu.org>
4037
4038 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4039 to `repeat' in the :type field.
4040
4041 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4042 allow a choice of regexp or nil.
d2906bf8 4043 (pcomplete-dir-ignore): Same.
219227ea
JW
4044
4045 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4046 a command) to always fail.
4047
ceba0dac
GM
40482001-01-25 Gerd Moellmann <gerd@gnu.org>
4049
4050 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4051 discard the result.
4052 (iswitchb-to-end): Likewise.
4053
9b0630e5
SS
40542001-01-25 Sam Steingold <sds@gnu.org>
4055
4056 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4057 Require vc.
9b0630e5 4058
a2ed9670
SM
40592001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4060
f0c1adab
SM
4061 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4062
a2ed9670
SM
4063 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4064
34ac3367
DL
40652001-01-25 Dave Love <fx@gnu.org>
4066
61076b20
DL
4067 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4068 (describe-coding-system): Tweak the English text.
4069
34ac3367
DL
4070 * loadup.el: Preload international/ccl for utf-8.
4071
4685e6b7
EZ
40722001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4073
4074 * mail/rmail.el (rmail-redecode-body): Doc fix.
4075
0fdb4475
KH
40762001-01-25 Kenichi Handa <handa@etl.go.jp>
4077
83c9cb8e
SM
4078 * international/mule-cmds.el (reset-language-environment):
4079 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4080
83c9cb8e
SM
4081 * international/mule-conf.el (coding-category-utf-8):
4082 Initialize to mule-utf-8.
0fdb4475 4083
9b0630e5 4084 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4085
4086 * international/utf-8.el: New file.
4087
245ed2b1
SM
40882001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4089
4090 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4091
e95b0c08
SS
40922001-01-24 Sam Steingold <sds@gnu.org>
4093
4094 * dired.el (dired-replace-in-string): Removed.
4095 (dired-sort-toggle): Use `replace-regexps-in-string'
4096 instead of `dired-replace-in-string'.
9b0630e5 4097
ceba0dac
GM
4098 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4099 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4100
e95b0c08
SS
4101 * gs.el (gs-replace-in-string): Removed.
4102 (gs-options): Use `replace-regexps-in-string'
4103 instead of `gs-replace-in-string'.
4104
c3902c3e
EZ
41052001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4106
4107 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4108 bug report is mailed to an email list and posted to a news group.
4109
b66b6aeb
GM
41102001-01-24 Gerd Moellmann <gerd@gnu.org>
4111
83c9cb8e
SM
4112 * comint.el (comint-replace-by-expanded-history-before-point):
4113 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4114
b66b6aeb
GM
4115 * startup.el (tool-bar-images-pixel-height): New variable.
4116 (command-line): After loading the user's init file, when
4117 tool-bar-mode is on, increase the frame's size by some lines for
4118 the tool-bar.
4119
4120 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4121
ff890e66
SZ
41222001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4123
4124 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4125 (chinese-big5): MIME:Big5.
4126
04363179
GM
41272001-01-24 Gerd Moellmann <gerd@gnu.org>
4128
e95b0c08 4129 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4130 Handle commands with prefix args.
4131
d56aaa64
GM
41322001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4133
4134 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4135 being a list of numbers.
4136 (diary-mail-entries): Rewritten.
4137
99858627
DL
41382001-01-23 Dave Love <fx@gnu.org>
4139
7aeb1fa9
DL
4140 * international/mule.el (make-coding-system): Fix typo.
4141
83c9cb8e
SM
4142 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4143 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4144
5a43decf
EZ
41452001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4146
4147 * font-lock.el (font-lock-mode): Doc fix.
4148
b0e98867
KH
41492001-01-23 Kenichi Handa <handa@etl.go.jp>
4150
4151 * international/mule.el (make-translation-table): Fix docstring.
4152
9c8acefd
EZ
41532001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4154
fd4976b8
EZ
4155 * mail/rmail.el (rmail-redecode-body): New function.
4156
9c8acefd
EZ
4157 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4158
871e0439
GM
41592001-01-22 Gerd Moellmann <gerd@gnu.org>
4160
21c2bbe0
GM
4161 * isearch.el (isearch-lazy-highlight-case-fold-search)
4162 (isearch-lazy-highlight-regexp): New variables.
4163 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4164 case-fold search or regexp search has been toggled.
4165
5710730c
GM
4166 * wid-edit.el (widget-button-click): Avoid a save-excursion
4167 around running a global binding.
4168
871e0439
GM
4169 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4170 to 0.25.
4171
d0554957
MB
41722001-01-20 Miles Bader <miles@gnu.org>
4173
4174 * cus-edit.el (custom-face-save): Do post-processing on the face's
4175 new value like `custom-face-set' does.
4176
1519f618
EZ
41772001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4178
ccd87890
EZ
4179 * mail/emacsbug.el (report-emacs-bug): Report the value of
4180 LC_CTYPE, not LC_TYPE.
4181
1519f618
EZ
4182 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
4183 isearch-toggle-regexp and isearch-edit-string to doc string.
4184
9724173b
GM
41852001-01-19 Gerd Moellmann <gerd@gnu.org>
4186
48bb9196
GM
4187 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
4188 as font-lock-beginning-of-syntax-function in font-lock-defaults.
4189
e95b0c08 4190 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
4191 font-lock-beginning-of-syntax-function to nil.
4192
dc81f8a2
EZ
41932001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4194
4195 * mail/emacsbug.el (report-emacs-bug): Report values of
4196 locale-coding-system, default-enable-multibyte-characters, and the
4197 environment variables LC_ALL, LC_TYPE, and LANG.
4198
99327974
GM
41992001-01-19 Gerd Moellmann <gerd@gnu.org>
4200
83c9cb8e 4201 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 4202
2be6ecc6
GM
4203 * font-lock.el (font-lock-multiline): Default to nil.
4204 (font-lock-default-fontify-region): If font-lock-multiline is
4205 nil, don't check the property `font-lock-multiline'.
4206
99327974
GM
4207 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
4208 is nil, don't check the `font-lock-multiline' text property.
4209
2550055a
MK
42102001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
4211
0a949811 4212 * viper.el: Call initial-major-mode on startup.
e95b0c08 4213
0a949811 4214 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 4215
8501998a 4216 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 4217
2550055a 42182001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 4219
0a949811 4220 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 4221 diff mode, if available.
e95b0c08 4222
0a949811 42232001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 4224
8501998a 4225 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 4226
2550055a
MK
4227 * ediff-init.el (subst-char-in-string): Define and use it, unless
4228 it's already defined.
e95b0c08 4229
8962e303
GM
42302001-01-18 Gerd Moellmann <gerd@gnu.org>
4231
4232 * tooltip.el (tooltip-hide-delay): New user-option.
4233 (tooltip-show): Use tooltip-hide-delay instead of the default.
4234
6b453381
KH
42352001-01-18 Kenichi Handa <handa@etl.go.jp>
4236
4237 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
4238 kill-local-variable doesn't work for enable-multibyte-characters.
4239
9eaf396b
DL
42402001-01-17 Dave Love <fx@gnu.org>
4241
cebd37ce
DL
4242 * ediff-init.el (ediff-before-setup-hook)
4243 (ediff-merge-filename-prefix): Add :version.
4244
9eaf396b
DL
4245 * international/latin1-disp.el: Require disp-table.
4246 (latin1-display): Fix :set.
4247
4248 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
4249
f864120f
GM
42502001-01-17 Gerd Moellmann <gerd@gnu.org>
4251
4252 * isearch.el (isearch-lazy-highlight-initial-delay)
4253 (isearch-lazy-highlight-interval): Default to 0.
4254
42552001-01-17 Bob Glickstein <bobg@zanshin.com>
4256
4257 * isearch.el (isearch-highlight): Set isearch-overlay priority to
4258 1 here rather than each time through
4259 isearch-lazy-highlight-new-loop.
4260 (isearch-lazy-highlight-max): Variable deleted.
4261 (isearch-lazy-highlight-max-at-a-time): New user variable, like
4262 isearch-lazy-highlight-max but controls a single invocation of
4263 isearch-lazy-highlight-update.
4264 (isearch-lazy-highlight-wrapped): Variable recreated.
4265 (isearch-lazy-highlight-window-start): New variable.
4266 (isearch-lazy-highlight-cleanup): Restored to behavior of
4267 before 2-Jan.
4268 (isearch-lazy-highlight-remove-overlays): Function deleted;
4269 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
4270 behavior removed.
4271 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
4272 isearch-lazy-highlight-update in a loop rather than just once.
4273 Test isearch-invalid-regexp here and decide not to start a new
4274 loop, rather than testing it each time through
4275 isearch-lazy-highlight-update.
4276 (isearch-lazy-highlight-search): Function restored.
4277 (isearch-lazy-highlight-update): Get called in a timer loop again,
4278 but this time highlight more than one match each time through.
83c9cb8e
SM
4279 Only highlight matches in the visible part of the window.
4280 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
4281 the edge of the window. Use sit-for to force redisplay and ensure
4282 window-start is credible. "Face suppressing" behavior removed;
4283 overlay priorities should make it unnecessary, right?
4284 (isearch-highlight): Face suppressing behavior removed.
4285 (isearch-dehighlight): Face suppressing behavior removed.
4286 (isearch-set-lazy-highlight-faces-at): Removed.
4287
076ec540
KH
42882001-01-17 Kenichi Handa <handa@etl.go.jp>
4289
4290 * language/european.el ("Latin-1"): Make the format of description
4291 about additional language environments same as that of Latin-2.
4292
92328ec5
DL
42932001-01-16 Dave Love <fx@gnu.org>
4294
39f2174e
DL
4295 * isearch.el (isearch-lazy-highlight): Add :version.
4296
92328ec5
DL
4297 * simple.el (backward-delete-char-untabify-method)
4298 (next-line-add-newlines): Add :version.
4299
f251459d
GM
43002001-01-16 Gerd Moellmann <gerd@gnu.org>
4301
9d4850e5
GM
4302 * bindings.el: Bind <backspace> and <delete> via function-key-map.
4303 Don't bind <delete> otherwise.
4304
4305 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
4306 and <delete> via function-key-map.
4307
f251459d
GM
4308 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
4309 Subject line only if point is after the `Subject:'.
4310
771ffcf7
KH
43112001-01-16 Kenichi Handa <handa@etl.go.jp>
4312
bda6b481
KH
4313 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
4314 japanese-jisx0213-2 in `charset' property of this lang. env.
4315
35793af7
KH
4316 * language/european.el ("Latin-1"): Add description for Dutch and
4317 Spanish lang. env.
4318
771ffcf7
KH
4319 * international/mule.el (decode-char): Fix conditions.
4320 (encode-char): Handle eight-bit-control too.
1c8102ff 4321 (transform-make-coding-system-args): New function.
50c29104
KH
4322 (make-coding-system): Accept XEmacs style arguments for CCL base
4323 coding system.
771ffcf7 4324
e1cf67b6
GM
43252001-01-15 Gerd Moellmann <gerd@gnu.org>
4326
4327 * progmodes/etags.el (find-tag-noselect): Save the value of
4328 tags-file-name before switching buffers, for the case it has a
4329 buffer-local value.
4330
b3287acf
GM
43312001-01-15 Alex Schroeder <alex@gnu.org>
4332
9eaf396b
DL
4333 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4334 From Dave Love <fx@gnu.org>.
b3287acf
GM
4335 (ansi-color-for-comint-mode): Fix :version.
4336
43372001-01-15 Alex Schroeder <alex@gnu.org>
4338
4339 * ansi-color.el (ansi-color-unfontify-region): Doc change.
4340
8d7ff9c8
EZ
43412001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
4342
4343 * dired.el (dired-insert-directory): If file-system-info fails,
4344 remove the " free " part, but don't signal an error.
4345
dbe99ae9
SS
43462001-01-12 Sam Steingold <sds@gnu.org>
4347
4348 * bookmark.el (bookmark-maybe-historicize-string):
4349 Use new backquote syntax.
4350
103db06c 43512001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
4352
4353 * subr.el (last): Handle a list that doesn't end in nil.
4354
ca2ddd8e
SS
43552001-01-12 Sam Steingold <sds@gnu.org>
4356
4357 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4358 to `backward-delete-char-untabify'.
4359
1751c874
DL
43602001-01-12 Dave Love <fx@gnu.org>
4361
4362 * cus-edit.el (customize-menu-create): Fix the :filter following
4363 easymenu change.
4364
4365 * wid-edit.el (function): Add :match-alternatives.
4366 (widget-color-action): Doc fix.
4367
3cccce8d
GM
43682001-01-12 Gerd Moellmann <gerd@gnu.org>
4369
4370 * calendar/calendar.el (calendar-basic-setup): Doc fix.
4371
18bfd6b5
KH
43722001-01-12 Kenichi Handa <handa@etl.go.jp>
4373
83c9cb8e 4374 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 4375
18bfd6b5
KH
4376 * international/ccl.el (define-ccl-program): Fix docstring.
4377
562e00da
DL
43782001-01-11 Dave Love <fx@gnu.org>
4379
14fd0da3
DL
4380 * international/mule-cmds.el (standard-display-european-internal):
4381 Set display table for 2208 as for 160.
4382
4383 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
4384
562e00da
DL
4385 * progmodes/fortran.el (fortran-mode-map): Modify Customization
4386 entry for custom-menu-create change.
4387 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
4388 don't cons it in the search loop.
4389
4390 * imenu.el (imenu--truncate-items): Revert last change.
4391
6e961dcd
EZ
43922001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4393
4394 * info.el (Info-setup-header-line): If the node header includes
4395 either Next: or Prev: links, don't show the File: and Node: parts
4396 in the header line.
4397
2c2ff7f2
GM
43982001-01-11 Gerd Moellmann <gerd@gnu.org>
4399
a7ee2d2e
GM
4400 * comint.el (comint-goto-process-mark): Don't print a message
4401 when running in batch mode.
4402
c5348233
GM
4403 * isearch.el (isearch-search): In the condition-case handler for
4404 `error', set isearch-invalid-regexp to the whole error message.
4405
422717d1
GM
4406 * subr.el (eval-after-load): Call load-symbol-file-load-history to
4407 ensure that eval-after-load works for files dumped with Emacs.
4408
4409 * help.el (load-symbol-file-load-history): New function extracted
4410 from function symbol-file.
4411 (symbol-file): Use it.
4412
83c9cb8e 4413 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 4414
926861fb
EZ
44152001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4416
4417 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
4418 behave as if there were no prefix argument.
4419 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
4420 argument were nil.
4421
afa1f52c
RS
44222001-01-11 Richard M. Stallman <rms@gnu.org>
4423
ca2ddd8e 4424 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
4425 Don't look for more potential matches once maximum is exceeded.
4426 Use overlays-in to check correctly for overlap with current match.
4427 Ignore empty matches.
4428
47a9f362
MB
44292001-01-11 Miles Bader <miles@gnu.org>
4430
4431 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
4432 (ispell-overlay-window, ispell-help, ispell-show-choices)
4433 (ispell-command-loop): Use it instead of `window-height'.
4434
d196f58d
GM
44352001-01-10 Gerd Moellmann <gerd@gnu.org>
4436
cf523f0e
GM
4437 * files.el (confirm-kill-emacs): New user-option.
4438 (save-buffers-kill-emacs): Ask for final confirmation before
4439 killing Emacs.
4440
d196f58d
GM
4441 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4442 to nil.
4443
7c6c3d8e
GM
44442001-01-10 Dave Love <fx@gnu.org>
4445
1f8be15d
DL
4446 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
4447
83c9cb8e 4448 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
4449
4450 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
4451
4452 * calculator.el (calculator-number-digits): Fix :type.
4453
0d5184de
DL
4454 * vc-cvs.el (vc-cvs-header): Fix :type.
4455 * vc-rcs.el (vc-rcs-header): Fix :type.
4456 * vc-sccs.el (vc-sccs-header): Fix :type.
4457
4458 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4459
7c6c3d8e
GM
4460 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
4461
8c9f73a2
GM
4462 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
4463
457b792c
GM
44642001-01-10 Gerd Moellmann <gerd@gnu.org>
4465
4466 * simple.el (set-variable): Force a thorough redisplay for the
4467 case that the variable has an effect on the display, like
4468 `tab-width' has.
4469
d2622d08
AS
44702001-01-10 Andre Spiegel <spiegel@gnu.org>
4471
4472 * vc.el: Add documentation for backend interface.
4473
ae4b5f4f
KH
44742001-01-10 Kenichi Handa <handa@etl.go.jp>
4475
e0844717
KH
4476 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4477
ae4b5f4f
KH
4478 * international/mule-conf.el (latin-extra-code-table): Set to t
4479 for \223 and \224.
4480
3184082b
KH
44812001-01-09 Kenichi Handa <handa@etl.go.jp>
4482
4483 * international/mule-cmds.el (locale-language-names): Map "es" to
4484 "Spanish" and "nl" to "Dutch".
4485
732b9cdd
GM
44862001-01-09 Gerd Moellmann <gerd@gnu.org>
4487
1dfca644
GM
4488 * bindings.el (global-map): Bind <home> to beginning-of-line,
4489 <end> to end-of-line, C-<home> to beginning-of-buffer, and
4490 C-<end> to end-of-buffer.
4491
732b9cdd
GM
4492 * language/european.el: Add Dutch and Spanish language info
4493 to be able to use the appropriate tutorials.
4494
44952001-01-09 Alex Schroeder <alex@gnu.org>
4496
4497 * ansi-color.el (ansi-color-process-output): Use markers instead
4498 of positions for start and end of region.
4499 (ansi-color-apply-on-region): Rewrote code to make it more robust.
4500 Previously, occasional mistakes happend when fontifying many
4501 chunks of output (eg. ls --color=yes /dev). This happened
4502 whenever an overlay was created up to the end of the region, which
4503 coincided with the process-mark. New text would then be added
4504 within that overlay instead of after it.
4505 (ansi-color-make-extent): Overlays are created with the property
4506 `modification-hooks' set to '(ansi-color-freeze-overlay).
4507 (ansi-color-freeze-overlay): New function. When inserting text at
4508 the end of the overlay, the overlay will resize.
4509
45102000-01-09 Alex Schroeder <alex@gnu.org>
4511
4512 * ansi-color.el (ansi-color-process-output): Doc change.
4513 (ansi-color-unfontify-region): Doc change. No longer installed
4514 automatically in font-lock-unfontify-region-function.
4515 (ansi-color-apply): Doc change.
4516 (ansi-color-apply-on-region): Use extents or overlays instead of
4517 text-properties.
4518 (ansi-color-make-extent): New function.
4519 (ansi-color-set-extent-face): New function.
4520
45212000-01-09 Alex Schroeder <alex@gnu.org>
4522
4523 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
4524 both use ansi-color-process-output, now.
4525 (ansi-color-process-output): Doesn't return string anymore. It is
4526 installed in comint-output-filter-functions for both Emacs and
4527 XEmacs, now.
4528 (ansi-color-unfontify-region): Simplified code removing variables
4529 pos and start-ansi.
4530 (ansi-color-apply): Put text-property ansi-color before putting
4531 text-property face because ansi-color-unfontify-region is called
4532 immediately after the call to put-text-property.
4533 (ansi-color-context-region): Doc change.
4534 (ansi-color-filter-region): Simplified code.
4535 (ansi-color-apply-on-region): Changed start to start-marker, using
4536 a marker explicitly. Put text-property ansi-color before putting
4537 text-property face because ansi-color-unfontify-region is called
4538 immediately after the call to put-text-property.
4539
45402000-01-09 Alex Schroeder <alex@gnu.org>
4541
4542 * ansi-color.el (ansi-color-faces-vector): Doc change.
4543 (ansi-color-for-comint-mode): Changed :type property to choice.
4544 (ansi-color-last-context): Removed.
4545 (ansi-color-process-output): Don't use ansi-color-last-context, as
4546 the main functions will store their context now.
4547 (ansi-color-context): Doc change.
4548 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
4549 Uses ansi-color-context such that repeated calls will strip
4550 partial escape sequences, too.
4551 (ansi-color-apply): Simplified code. Colorize end of string if
4552 face is not null. Store context in new (FACE STRING) format, such
4553 that repeated calls will strip partial escape sequences, too.
4554 Append faces to face property using ansi-color-apply-sequence such
4555 that cumulative mode actually works.
4556 (ansi-color-context-region): New variable.
4557 (ansi-color-filter-region): Rewrote it based on
4558 ansi-color-apply-on-region. Uses ansi-color-context-region such
4559 that repeated calls will strip partial escape sequences, too.
4560 (ansi-color-apply-on-region): Simplified code. Colorize end of
4561 region if face is not null. Store context in new (FACE POS)
4562 format, such that repeated calls will strip partial escape
4563 sequences, too. Append faces to face property using
83c9cb8e 4564 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4565 (ansi-color-apply-sequence): New function.
4566 (ansi-color-get-face): When the default face is added to the list
4567 of faces, all previous settings are discarded and the list of
4568 faces is set to '(default).
4569
45702000-01-09 Alex Schroeder <alex@gnu.org>
4571
4572 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4573 face, such that ansi-color-apply and ansi-color-apply-on-region
4574 will do the right thing.
4575 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4576 returns nil, set the list of faces back to nil instead of
83c9cb8e 4577 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4578
45792000-01-09 Alex Schroeder <alex@gnu.org>
4580
4581 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4582 (ansi-color-process): Doc change.
4583 (ansi-color-last-context): New buffer-local variable.
4584 (ansi-color-process-output): New function. It is automatically
4585 added to comint-output-filter-functions if this is XEmacs.
4586 (ansi-color-unfontify-region): New optional parameter for XEmacs
4587 compatibility. Check wether font-lock-syntactic-keywords is
4588 boundp before removing the syntax table text property, as XEmacs
4589 doesn't have it.
4590 (ansi-color-filter-region): Doc change.
4591 (ansi-color-apply-on-region): Doc change.
4592 (ansi-color-make-face): New function. Compatibility layer for
4593 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4594 (ansi-color-make-color-map): Use ansi-color-make-face.
4595 (ansi-color-get-face): Avoid face text property '(nil) as results
4596 in an errow for XEmacs.
4597
45982000-01-09 Alex Schroeder <alex@gnu.org>
4599
83c9cb8e
SM
4600 * ansi-color.el (ansi-color-unfontify-region): New function.
4601 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4602 ansi-color. When the package is loaded, a lambda expression is
4603 put onto font-lock-mode-hook. This lambda expression will check
4604 font-lock-unfontify-region-function and replace
83c9cb8e 4605 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4606 (ansi-color-apply): Add text-property ansi-color in addition to
4607 text-property face.
4608 (ansi-color-apply-on-region): Add text-property ansi-color in
4609 addition to text-property face.
4610 (save-buffer-state): Copy of the macro that is also used by
4611 lazy-lock and font-lock.
4612
4613 (ansi-color-for-comint-mode): New option.
4614 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4615 (ansi-color-for-comint-mode-off): Ditto.
4616 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4617 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4618 decide what to do. This function is added to
4619 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4620
4621 (ansi-color-for-shell-mode-set): Removed.
4622 (ansi-color-for-shell-mode): Removed.
4623
46242000-01-09 Alex Schroeder <alex@gnu.org>
4625
4626 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4627 the lambda expression from the ansi-color-for-shell-mode :set
4628 property. Additionally, modify shell-mode-hook to enable or
4629 disable font-lock-mode for future shell buffers.
4630 (ansi-color-for-shell-mode): The :set property calls
4631 ansi-color-for-shell-mode-set instead of a lambda expression.
4632
46332000-01-09 Alex Schroeder <alex@gnu.org>
4634
4635 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4636 (ansi-color-context): New variable.
4637 (ansi-color-apply): Save context between calls.
4638
fb55ff10
EZ
46392001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4640
83c9cb8e
SM
4641 * isearch.el (isearch, isearch-lazy-highlight-face):
4642 New definitions for face colors and attributes.
29910493 4643
fb55ff10
EZ
4644 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4645 of display-mouse-p.
4646
134d6265
KH
46472001-01-09 Kenichi Handa <handa@etl.go.jp>
4648
4649 * international/mule.el (make-coding-system): If the coding system
4650 accepts extra latin codes, register such codes as safe for the
4651 coding system.
4652
103db06c 46532001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4654
984c9f75
RS
4655 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4656 don't mention the file name or the date here, because they are
4657 logged at the start of the file.
4658
46592001-01-08 Richard M. Stallman <rms@gnu.org>
4660
78b8eee8
RS
4661 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4662 Change screen-width to frame-width.
4663
1460e5d4
EZ
46642001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4665
4666 * info.el (Info-search): Print the default as part of the prompt.
4667
56f24bc1
AS
46682001-01-08 Andre Spiegel <spiegel@gnu.org>
4669
ca2ddd8e 4670 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4671 constant implementations in backends.
4672
4673 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4674 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4675
4676 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4677 WRITABLE to EDITABLE.
4678
4679 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4680 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4681 to EDITABLE.
4682
b7812d30
EZ
46832001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4684
4685 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4686 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4687
7e56ea04
GM
46882001-01-08 Gerd Moellmann <gerd@gnu.org>
4689
4690 * isearch.el (isearch-old-signal-hook): Removed.
4691 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4692 instead of setting signal-hook-function.
4693 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4694
a758f97d
GM
46952001-01-08 Kevin Gallagher <kevingal@onramp.net>
4696
4697 * emulation/edt.el: Update to version 4.0. Provide support for
4698 EDT scroll margins at top and bottom of the window. Provide an
4699 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4700 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4701 user when file-related buffer modifications exist.
4702 Provide support for running EDT Emulation in XEmacs.
4703 Provide customize access to some user updatable variables.
4704 Add Commentary section to file header.
4705 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4706
4707 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4708 for detecting a keypress that generates an ASCII key sequence.
4709 (Previously, only a keypress that generates a vector was
4710 recognized.) Embed Window Manager name into name of the generated
4711 EDT Emulation initialization file since the initialization file is
4712 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4713
30db89f9
EZ
47142001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4715
4deb3ba9
EZ
4716 * mail/sendmail.el (mail-mode): Doc fix.
4717
30db89f9
EZ
4718 * info.el (Info-goto-emacs-command-node): Doc fix.
4719 (Info-goto-emacs-key-command-node): Doc fix.
4720
c3f2772b
EZ
47212001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4722
8726e79b 4723 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4724 systems without long file-name support.
4725
0dac6924
AI
47262001-01-06 Andrew Innes <andrewi@gnu.org>
4727
4728 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4729
4e6ef391
EZ
47302001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4731
380866a2
EZ
4732 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4733 (isearch-lazy-highlight-update): Doc fix.
4734
148b5960
EZ
4735 * ffap.el (ffap-bindings): Doc fix.
4736
4e6ef391
EZ
4737 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4738
4cb1bcc2
DL
47392001-01-05 Dave Love <fx@gnu.org>
4740
4741 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4742
3828218c
GM
47432001-01-05 Gerd Moellmann <gerd@gnu.org>
4744
83c9cb8e
SM
4745 * mouse-drag.el (mouse-drag-safe-scroll):
4746 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4747
1f4139d5
GM
4748 * isearch.el (isearch-old-signal-hook): New variable.
4749 (isearch-mode): Set signal-hook-function to isearch-done.
4750 (isearch-done): Restore old signal-hook-function.
4751
3828218c
GM
4752 * info.el (Info-fontify-node): Mark one more char as intangible.
4753
3970013f
KH
47542000-01-05 Kenichi Handa <handa@etl.go.jp>
4755
83c9cb8e
SM
4756 * composite.el (compose-last-chars): New argument COMPONENTS.
4757 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4758 COMPONENTS.
4759
4760 * international/quail.el (quail-input-string-to-events): New function.
4761 (quail-input-method): Convert input string to events here.
4762 (quail-start-translation): Return input string, not event list.
4763 (quail-start-conversion): Likewise.
4764
f3b05e99
GM
47652001-01-04 Gerd Moellmann <gerd@gnu.org>
4766
ca2ddd8e 4767 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4768 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4769 and tooltip-add-timeout.
4770 (tooltip-show): Set border color from faces's foreground.
4771 (tooltip-show-help-function): If called with the same help string
4772 as last time, do nothing.
4773 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4774
0f2ac578
GM
4775 * startup.el (fancy-splash-screens): Don't bind show-help-function
4776 to nil.
4777
f3b05e99
GM
4778 * tooltip.el (tooltip-frame-parameters): Remove colors.
4779 (tooltip): New face
4780 (tooltip-set-param): New function.
4781 (tooltip-show): Set up color frame parameters from face `tooltip'.
4782 Display the tooltip text in face `tooltip'.
4783
8416e94a
DL
47842001-01-04 Dave Love <fx@gnu.org>
4785
4786 * whitespace.el (whitespace-global-mode): Fix typo.
4787
4788 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4789
30db89f9
EZ
47902001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4791
83c9cb8e
SM
4792 * help.el (help-for-help): Fix a typo in a doc string.
4793 From kwzh@gnu.org (Karl Heuer).
30db89f9 4794
b847eb8c
DL
47952001-01-03 Dave Love <fx@gnu.org>
4796
4797 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4798 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4799 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4800 (dired-guess-shell-alist-user): Customize.
4801 (dired-x-help-address): Set to bug-gnu-emacs.
4802 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4803 (dired-default-directory): Renamed from default-directory.
4804
4805 * hl-line.el (hl-line): Doc fix.
4806
43c4b570
KF
48072001-01-03 Karl Fogel <kfogel@red-bean.com>
4808
1bf6b1bf 4809 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4810
984c9f75 48112001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4812
4813 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4814 to remove all the current alternative-match highlighting.
4815 If nil, remove only what's outside the current window.
4816 (isearch-lazy-highlight-remove-overlays): Take optional
4817 region within which NOT to remove them.
4818 (isearch-lazy-highlight-new-loop): Greatly simplified.
4819 (isearch-lazy-highlight-update): Find all the other occurrences
4820 visible in the window, in just one call.
4821 (isearch-lazy-highlight-start): Now holds start of region to scan.
4822 (isearch-lazy-highlight-end): Now holds end of region to scan.
4823 (isearch-lazy-highlight-wrapped): Variable deleted.
4824 (isearch-lazy-highlight-search): Function deleted.
4825
13d6a61c
AI
48262000-01-02 Andrew Innes <andrewi@gnu.org>
4827
4828 * w32-fns.el (convert-standard-filename): Do length check on name
4829 before aref.
4830
064866e7
DL
48312001-01-02 Dave Love <fx@gnu.org>
4832
b33e041b
DL
4833 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4834 value.
4835 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4836
4837 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4838
8166ffd5
DL
4839 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4840 read syntax.
4841
064866e7
DL
4842 * calendar/todo-mode.el (todo): Add :link, :version.
4843 (todo-save-top-priorities): Remove autoload cookie.
4844 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4845 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4846
6dde6abc
GM
48472001-01-02 Gerd Moellmann <gerd@gnu.org>
4848
4849 * comint.el (comint-input-history-ignore): New variable.
4850 (comint-read-input-ring): Ignore entries matching
4851 comint-input-history-ignore.
4852
1a8a9daf
GM
48532001-01-02 Eric M. Ludlam <zappo@gnu.org>
4854
4855 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4856 (lm-copyright-mark): New function.
4857 (lm-crack-copyright): New function.
4858 (lm-verify): Check that the file has a copyright.
4859 Check that the file is copyright Free Software Foundation.
4860
9c92eb53
KH
48612000-12-30 Kenichi Handa <handa@etl.go.jp>
4862
4863 * international/mule-diag.el (print-fontset): Indent font name by
4864 24 columns, not 25.
4865
49172314
GM
48662000-12-29 Gerd Moellmann <gerd@gnu.org>
4867
762a68ec
GM
4868 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4869 in Subject line.
4870
49172314 4871 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4872 Use mail-mode-hook instead of mail-setup-hook.
4873 Otherwise continuing an interrupted message with C-u C-x m for
4874 instance, winds up in Mail mode without abbrevs.
49172314 4875
bd7a2e26
GM
48762000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4877
4878 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4879 non-nil. Adding almost all customization variables on ps-setup.
4880 Doc fix.
bd7a2e26
GM
4881 (ps-print-version): New version number (6.3.3).
4882 (ps-end-with-control-d): Initialization fix.
4883 (ps-lines-printed): New var.
4884 (ps-skip-newline): New fun.
4885 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4886 (ps-next-line, ps-continue-line, ps-plot-region)
4887 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4888
2b3f28a4
KH
48892000-12-29 Kenichi Handa <handa@etl.go.jp>
4890
83c9cb8e
SM
4891 * international/fontset.el (x-complement-fontset-spec):
4892 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4893 registered in x-font-name-charset-alist.
4894 (create-fontset-from-fontset-spec): Adjusted for the above change.
4895 The name of fontset alias should be a unresolved ASCII font name.
4896
2ece9174
GM
48972000-12-28 Gerd Moellmann <gerd@gnu.org>
4898
4899 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4900 and delete in isearch-mode-map.
4901
cbe3ad7a
RS
49022000-12-28 Richard M. Stallman <rms@gnu.org>
4903
ca2ddd8e 4904 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4905 Use xpdf instead of acroread.
4906
a816f1c5
KH
49072000-12-28 Kenichi Handa <handa@etl.go.jp>
4908
f086e73c
KH
4909 * textmodes/artist.el (artist-butlast): Deleted.
4910 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4911 artist-butlast.
f086e73c 4912
a816f1c5
KH
4913 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4914
4915 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4916
b202115b
EZ
49172000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4918
4919 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4920
4921 * ls-lisp.el: Better support for the Mac and MS-Windows.
4922 (ls-lisp): New defgroup.
4923 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4924 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4925 (ls-lisp-support-shell-wildcards): New defcustoms.
4926 (ls-lisp-parse-symlink): New function.
4927 (insert-directory): Code to convert switches to a list and set up
4928 the wildcard argument copied from ls-lisp-insert-directory.
4929 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4930 for -C and -R switches.
4931 (ls-lisp-column-format): New function.
ca2ddd8e 4932 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4933 (ls-lisp-format-time): Add doc strings.
4934 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4935 Support ls-lisp-dirs-first.
4936 (ls-lisp-classify, ls-lisp-extension): New functions.
4937 (ls-lisp-format): Optionally support emulation of symlinks.
4938 Support -i, -s, and -G switches.
4939
6061fbf0
GM
49402000-12-27 Gerd Moellmann <gerd@gnu.org>
4941
5e25feee
GM
4942 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4943
6061fbf0
GM
4944 * version.el (emacs-version): Print X scroll bar information.
4945
4946 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4947 instead of x-toolkit-scroll-bars-p.
4948
4949 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4950 of x-toolkit-scroll-bars-p.
4951
25050dab
EZ
49522000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4953
83c9cb8e 4954 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4955 (ffap-bindings): Doc fix, to reflect the above change.
4956
c1786874
KH
49572000-12-27 Kenichi Handa <handa@etl.go.jp>
4958
4959 * term.el (term-char-mode): Define all non-ascii self-inserting
4960 characters to 'term-send-raw in term-raw-map.
4961
7261ece3 49622000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4963
83c9cb8e 4964 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4965
83c9cb8e
SM
4966 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4967 Changed initialization; use add-hook.
6061fbf0 4968 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4969
6061fbf0 4970 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4971
6061fbf0
GM
4972 * ediff.el (ediff-patch-buffer): Bug fix.
4973 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4974
83f40583
SM
49752000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4976
4977 * subr.el (combine-run-hooks): Remove.
4978
4979 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4980 and remove the rogue second spec.
4981
bdd6d4e8
GM
49822000-12-23 Gerd Moellmann <gerd@gnu.org>
4983
4984 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4985
26736ce3
SM
49862000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4987
0e86b6b0
SM
4988 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4989 Use minibuffer menu prompt for the `=' prefix.
4990 (smerge-command-prefix): Change default to C-^.
6eabfb26 4991 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4992
26736ce3
SM
4993 * skeleton.el (skeleton-internal-1): Make sure the first line of
4994 the region is also re-indented.
d21584d6
SM
4995 (skeleton-end-newline): New var.
4996 (skeleton-end-hook): Use it.
26736ce3 4997
95fa4fd7
MB
49982000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4999
5000 * comint.el (comint-password-prompt-regexp): Support CVS.
5001
f060b834
GM
50022000-12-22 Gerd Moellmann <gerd@gnu.org>
5003
83c9cb8e
SM
5004 * simple.el (delete-key-deletes-forward-mode): Simplify.
5005 Also backspace key combinations, depending on
856ff7a7
GM
5006 delete-key-deletes-forward.
5007
5008 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5009
f060b834
GM
5010 * simple.el (delete-key-deletes-forward): Doc fix.
5011
653558a1
GM
50122000-08-22 Emmanuel Briot <briot@gnat.com>
5013
5014 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5015 white spaces are relevant in the XML file.
653558a1
GM
5016 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5017 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5018 of XML files.
653558a1
GM
5019 (xml-parse-tag): Check that the casing is the same in the start
5020 tag and end tag, since XML is case-sensitive. Allows for spaces
5021 in the end tag, after the name of the tag.
5022 (xml-parse-attlist): Allow for the character '-' in the name of
5023 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5024 the properties in the XML tree, since they are not relevant.
653558a1 5025
3ad93d8d
SM
50262000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * generic.el (generic-read-type): Undo last change, inline into
5029 `generic-mode' and then remove.
5030 (generic-mode): Inline generic-read-type.
5031 (define-generic-mode): Push the symbol name rather than the symbol
5032 onto generic-mode-list.
5033
177f4e88
GM
50342000-12-21 Gerd Moellmann <gerd@gnu.org>
5035
8e15274f
GM
5036 * generic.el (generic-read-type): Build an alist for
5037 completing-read as in 20.7.
5038
5039 * play/landmark.el (lm): Use interactive spec `P'.
5040 (toplevel): Don't set debug-on-error.
5041
83c9cb8e 5042 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5043
6ba384dc
GM
50442000-12-21 Dave Pearson <davep@davep.org>
5045
5046 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5047
647a066c
GM
50482000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5049
5050 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5051 ranges like \177-\237, but accepts the character sequence from \177 to
5052 \237. Doc fix.
5053 (ebnf-version): New version (3.4).
5054 (ebnf-setup): Code fix.
5055 (ebnf-range-regexp): New fun.
5056 (ebnf-8-bit-chars): Const fix.
5057
5058 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5059 entry. Doc fix.
5060 (ebnf-bnf-lex): Code fix.
5061 (ebnf-bnf-comment-chars): Const fix.
5062
5063 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5064 entry. Doc fix.
5065 (ebnf-iso-comment-chars): Const fix.
5066
5067 * ebnf-otz.el: Doc fix.
5068
5069 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5070 entry. Doc fix.
5071 (ebnf-yac-skip-code): Code fix.
5072 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5073
bc22fd18
EZ
50742000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5075
5076 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5077 (recover-file): Use it instead of insert-directory.
5078 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5079
587fc3f9
KH
50802000-12-21 Kenichi Handa <handa@etl.go.jp>
5081
83c9cb8e
SM
5082 * international/mule-cmds.el (select-safe-coding-system):
5083 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5084
587fc3f9
KH
5085 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5086
01860fb9
MB
50872000-12-21 Miles Bader <miles@gnu.org>
5088
83c9cb8e 5089 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5090
3f9d67a6
KH
50912000-12-21 Kenichi Handa <handa@etl.go.jp>
5092
9fd1c1f7
KH
5093 * international/mule-diag.el (describe-char-after): Make *Help*
5094 buffer inherit multibyteness of the current buffer.
5095
3f9d67a6
KH
5096 * international/mule.el (make-char): Docstring adjusted for the
5097 change of make-char-internal.
5098
c9669fac
SM
50992000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * international/iso-cvt.el: Docstrings fix.
5102
19594307
DL
51032000-12-20 Dave Love <fx@gnu.org>
5104
5105 * subr.el (eval-after-load): Doc fix.
5106
b1a447b3
KH
51072000-12-20 Kenichi Handa <handa@etl.go.jp>
5108
5109 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5110 for numbers.
5111
09877d5d
MB
51122000-12-20 Miles Bader <miles@gnu.org>
5113
5114 * international/quail.el (quail-help): Resize the help window
5115 again after it has all its contents. Remove unneeded progn.
5116
71d4497a
GM
51172000-12-19 Gerd Moellmann <gerd@gnu.org>
5118
5119 * pcmpl-linux.el: Fix copy/paste error.
5120
741e56a0
AI
51212000-12-19 Andrew Innes <andrewi@gnu.org>
5122
83c9cb8e 5123 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5124
cc24d91c
CD
51252000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5126
ba4c05aa
CD
5127 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5128
5129 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5130
5131 * progmodes/idlw-shell.el: Fixed copyright notice.
5132
5133 * progmodes/idlwave.el: Fixed copyright notice.
5134
71d4497a 5135 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5136 TAB as key separators.
5137
524c8caf
GM
51382000-12-19 Alex Schroeder <alex@gnu.org>
5139
5140 * sql.el (sql-sybase-options): New option.
5141 (sql-sybase): Use it. Add sql-database to the list of parameters
5142 provided for login. The options -w 2048 -n are not used any more.
5143 (sql-postgres-options): Changed default from "--pset" to "-P".
5144 (sql-mysql-options): Doc change.
5145 (sql-stop): Doc change.
5146
b5fa513d
KH
51472000-12-19 Kenichi Handa <handa@etl.go.jp>
5148
5149 * international/quail.el (quail-input-method): Always hide
5150 the guidance buffer on exiting.
5151
91c9e6ce
GM
51522000-12-18 Gerd Moellmann <gerd@gnu.org>
5153
c6da4eb4
GM
5154 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5155 isn't fboundp.
5156
3d2a0e0b
GM
5157 * server.el (server-buffer-done): Bury the buffer before
5158 killing it.
5159
91c9e6ce
GM
5160 * faces.el (face-spec-set): Interpret a nil in specs for
5161 foreground and background colors as `unspecified', for
5162 compatibility with 20.x.
5163
40fa0008
DL
51642000-12-18 Dave Love <fx@gnu.org>
5165
22adbe54
DL
5166 * simple.el (mail-user-agent): Doc fix.
5167 (input-mode-8-bit): Removed.
5168
5169 * international/mule.el (set-keyboard-coding-system): Doc fix.
5170 (keyboard-coding-system): New option.
5171
40fa0008
DL
5172 * mail/sendmail.el (send-mail-function): Customize.
5173
6f4745e2
EZ
51742000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5175
5176 * international/codepage.el (cp866-decode-table): New table.
5177
82b90229
GM
51782000-12-18 Gerd Moellmann <gerd@gnu.org>
5179
5180 * version.el (emacs-version): Remove `%a' from the time format
5181 because the weekday doesn't fit well into each locale.
5182
5a047002
MB
51832000-12-18 Miles Bader <miles@gnu.org>
5184
7f49aa07
MB
5185 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
5186
ca2ddd8e 5187 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
5188 Check that emacs-major-version is `=' to 20, not `>='.
5189 (artist-replace-chars): Use `make-string' instead of a loop.
5190
22ea2607
EZ
51912000-12-17 Stefan Monnier <monnier@cs.yale.edu>
5192
5193 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
5194 (cvs-execute-single-file): Don't change directory.
5195 Patch from Per Cederqvist.
5196
6c825f8e
EZ
51972000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
5198
83c9cb8e
SM
5199 * textmodes/ispell.el (check-ispell-version):
5200 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
5201 of -vv.
5202
8ff06845
KH
52032000-12-16 Kenichi Handa <handa@etl.go.jp>
5204
af4bb4c8
KH
5205 * international/mule-diag.el (mule-diag): Insert information about
5206 configure options, multibyte awareness, language env.
5207
8ff06845
KH
5208 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
5209 regexp to search for candidates.
5210
b24e84ab
EZ
52112000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
5212
5213 * info.el (Info-forward-node): If the node has an
5214 Info-header-line, widen the buffer before searching for "next:"
5215 and "up:" pointers, and set the search limit to stay in the
5216 current node.
5217
7981d89f
MB
52182000-12-16 Miles Bader <miles@gnu.org>
5219
5220 * simple.el (delete-trailing-whitespace): Remove extraneous let.
5221
88ee7917
MB
52222000-12-15 Miles Bader <miles@gnu.org>
5223
5224 * comint.el (comint-send-string, comint-send-region): Also accept
5225 a buffer, buffer-name, or nil for PROCESS, for compatibility with
5226 process-send-string/region.
5227
0c28d842
GM
52282000-12-15 Gerd Moellmann <gerd@gnu.org>
5229
4ea7fdca
GM
5230 * isearch.el (isearch-lazy-highlight-max): New user-option.
5231 (isearch-lazy-highlight-update): Don't highlight more than
5232 isearch-lazy-highlight-max matches.
5233
0c28d842
GM
5234 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
5235
984c9f75 52362000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 5237
8062e53a
GM
5238 * sort.el (sort-columns): Fix error message.
5239
3ffa545b
GM
5240 * dabbrev.el (dabbrev--last-case-pattern): Value is now
5241 `upcase' or `downcase' or nil.
5242 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
5243 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
5244 (dabbrev--substitute-expansion): New arg record-case-pattern.
5245 If it is non-nil, set dabbrev--last-case-pattern.
5246 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
5247
5248 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
5249
c2d7f289
MB
52502000-12-15 Miles Bader <miles@gnu.org>
5251
b6348438
MB
5252 * paths.el (Info-default-directory-list): Don't delete
5253 configure-info-directory from the list of standard info
83c9cb8e 5254 directories when appending it to the end -- their order is important.
b6348438 5255
f9056dd9
MB
5256 * faces.el (read-face-attribute): If there's no entry for the
5257 user's input in VALID, just use it as-is (this will often result
5258 in an error, but it may be OK for e.g. colors using hexadecimal
5259 notation, and at least will yield a better error message).
5260
c2d7f289 5261 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 5262 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
5263 Variables removed.
5264 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
5265 window is really the right size. Use vertical-motion
5266 rather than forward-line.
5267 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
5268 (ispell-command-loop, ispell-show-choices): Use the variable
5269 ispell-choices-win-default-height, rather than the function.
5270 (ispell-choices-win-default-height): Function removed.
5271 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 5272
8f530b95
SM
52732000-12-14 Stefan Monnier <monnier@cs.yale.edu>
5274
5275 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
5276
6d435deb
EZ
52772000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5278
83c9cb8e
SM
5279 * paths.el (Info-default-directory-list):
5280 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
5281 put it first in the list; otherwise put it last. Doc string
5282 changed accordingly.
5283
5284 * info.el (Info-directory-list): Change doc string to reflect the
5285 change in Info-default-directory-list.
5286
6d435deb
EZ
5287 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
5288 windows-nt as windowed environments, even under -nw.
5289
5290 * startup.el (command-line): Don't call x-backspace-delete-keys-p
5291 if not fboundp. Switch delete-forward mode for the <delete> key
5292 on all PC platforms, even under -nw.
5293
5294 * term/internal.el ([M-delete]): Remap to M-d.
5295
9d7d9263
GM
52962000-12-14 Gerd Moellmann <gerd@gnu.org>
5297
5298 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
5299
7cf0153a
EZ
53002000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5303
5e5b3d41
GM
53042000-12-14 Gerd Moellmann <gerd@gnu.org>
5305
5f368d29
GM
5306 * startup.el (command-line): Call delete-key-deletes-forward-mode,
5307 if appropriate.
5308
5309 * simple.el (delete-key-deletes-forward): New user-option.
5310 (delete-key-deletes-forward-mode): New function.
5311
9d7d9263 5312 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 5313
83c9cb8e
SM
5314 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
5315 Test if symbol is bound before getting its value.
5e5b3d41
GM
5316
5317 * tooltip.el (tooltip-show): If an error is signaled in
5318 x-show-tip, display that error, and display the help in the
5319 echo area.
ca2ddd8e 5320
191b83b6
KH
53212000-12-14 Kenichi Handa <handa@etl.go.jp>
5322
83c9cb8e
SM
5323 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
5324 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 5325
6192b604
KF
53262000-12-13 Karl Fogel <kfogel@red-bean.com>
5327
5328 * bookmark.el: Provide a generic exit hook, as suggested by
5329 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
5330 (bookmark-exit-hook): New var.
5331 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
5332 old raw lambda form in `kill-emacs-hook', and runs new
5333 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
5334 as logically that feature must have been provided if this function
5335 is running.
5336 Removed ;;;###autoload before the `add-hook' call.
5337
5edf6b55
SM
53382000-12-13 Stefan Monnier <monnier@cs.yale.edu>
5339
5340 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
5341 (easy-menu-current-active-maps): New function.
5342 (easy-menu-get-map): Use it.
5343 Make a proper menu entry when creating a new keymap.
5344
16b5e8e6
KH
53452000-12-13 Kenichi Handa <handa@etl.go.jp>
5346
d49fc4eb
KH
5347 * international/characters.el: Fix cases and syntaxes for
5348 mule-unicode-0100-24ff.
5349
3b53d876
KH
5350 * dired.el (dired-move-to-filename-regexp): Fixed for the case
5351 that a Japanese character is not appended after day and year.
5352
16b5e8e6
KH
5353 * info.el (Info-suffix-list): Change format for a command that
5354 requires arguments.
5355 (info-insert-file-contents): Adjusted for the above change.
5356
1df1c518
AS
53572000-12-12 Andreas Schwab <schwab@suse.de>
5358
5359 * tar-mode.el (tar-extract): Base the name of the subfile buffer
5360 on the name of the tar buffer. Verify that the existing buffer is
5361 visiting the same subfile.
5362
a7a07b98
DL
53632000-12-12 Dave Love <fx@gnu.org>
5364
5365 * subdirs.el: Add obsolete.
5366
4fdbd809
GM
53672000-12-12 Gerd Moellmann <gerd@gnu.org>
5368
bfdb75ee
GM
5369 * mail/rmailsum.el (rmail-summary-expunge)
5370 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
5371 instead of rmail-confirm-expunge.
5372
4fdbd809
GM
5373 * replace.el (perform-replace): Don't use an empty match adjacent
5374 to a non-empty match when computing the next match before the
5375 replacement is performed.
5376
e9a59cad
GM
53772000-12-12 Milan Zamazal <pdm@freesoft.cz>
5378
5379 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
5380 definition (patch by Stefan Monnier).
5381 (glasses-mode): Use jit-lock instead of `after-change-functions'
5382 (patch by Stefan Monnier).
5383
c2def7a0
MB
53842000-12-12 Miles Bader <miles@gnu.org>
5385
5386 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
5387 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
5388
591b63b4
AC
53892000-12-12 Andrew Choi <akochoi@i-cable.com>
5390
5391 * term/mac-win.el: Remove load for ls-lisp.
5392
a924cf63 5393 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 5394
5ff4ba3d
MB
53952000-12-12 Miles Bader <miles@gnu.org>
5396
5397 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
5398 Respect field end too.
5399 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
5400 (newline-and-indent, reindent-then-newline-and-indent):
5401 Use `delete-horizontal-space'.
5ff4ba3d 5402
d0c679bc
SM
54032000-12-11 Stefan Monnier <monnier@cs.yale.edu>
5404
adf9c994
SM
5405 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
5406 (so as to obey the field property in the minibuffer).
5407
4b0cd42d
SM
5408 * obsolete/c-mode.el: Moved from lisp/progmodes.
5409 * obsolete/auto-show.el: Moved from lisp.
5410 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 5411
89f85863
CD
54122000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
5413
5414 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 5415 changes to list them here.
89f85863 5416
83c9cb8e
SM
5417 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
5418 Too many changes to list them here.
89f85863 5419
83c9cb8e
SM
5420 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
5421 Too many changes to list them here.
89f85863
CD
5422
5423 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
5424
3e0d35ce
GM
54252000-12-11 Gerd Moellmann <gerd@gnu.org>
5426
83c9cb8e 5427 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 5428
ca2ddd8e 5429 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
5430 Comment fix.
5431
3e0d35ce
GM
5432 * hscroll.el: Moved to `obsolete' subdir.
5433
ff904dd6
MB
54342000-12-11 Miles Bader <miles@gnu.org>
5435
5436 * window.el (window-text-height): Function removed (now in C).
5437
fb97d87f
SM
54382000-12-10 Stefan Monnier <monnier@cs.yale.edu>
5439
5440 * log-edit.el (log-edit-parent-buffer): New var.
5441 (log-edit): Set it. Add BUFFER argument.
5442 (log-edit-done): Use char-before.
5443 Don't bother checking validity of vc-comment-ring.
5444 Only bury the buffer if log-edit popped it up.
5445
5446 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
5447 (cvs-mode-diff-help): Remove.
5448 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 5449 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
5450
5451 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
5452 Remove binding for ? now made unnecessary.
5453
7de77417
CD
54542000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
5455
83c9cb8e 5456 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
5457 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
5458
5459 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
5460 when master file is not open.
5461
4efa209f
SM
54622000-12-09 Stefan Monnier <monnier@cs.yale.edu>
5463
5464 * progmodes/ada-stmt.el: Update `maintainer'.
5465
0a8052bd
GM
54662000-12-09 Stephen Gildea <gildea@alum.mit.edu>
5467
5468 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
5469 choices to match documentation string.
5470
a12167c5
MB
54712000-12-09 Miles Bader <miles@gnu.org>
5472
2161605d
MB
5473 * minibuf-eldef.el: New file.
5474
a12167c5
MB
5475 * window.el (fit-window-to-buffer): Don't pass last argument to
5476 pos-visible-in-window-p, now that its meaning is inverted.
5477
9ea8de1b
EZ
54782000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
5479
5480 * image.el (create-image): Doc fix; spotted by Per Cederqvist
5481 <ceder@lysator.liu.se>.
5482
5002ddbb
SM
54832000-12-08 Stefan Monnier <monnier@cs.yale.edu>
5484
b6114d80
SM
5485 * autoinsert.el (auto-insert-alist): Add missing final \n.
5486
ee8d23ee
SM
5487 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
5488 (cvs-menu-map): Remove.
5489 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
5490 (cvs-mode-quit): Turn it back into a plain function.
5491
5002ddbb 5492 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 5493 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
5494
5495 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
5496 file where it's more visible.
5497 (texinfo-filter, texinfo-chapter-level-regexp): New variables
5498 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
5499 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
5500 (texinfo-inside-macro-p): Only catch `scan-error's.
5501 (texinfo-inside-env-p): Make better use of the match info.
5502 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
5503 (texinfo-insert-@end): Slight re-organization.
5504 Also remove useless `looking-at' call.
5505
30cd075d
AI
55062000-12-08 Andrew Innes <andrewi@gnu.org>
5507
5508 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
5509 accessible in -nw mode.
5510
5511 * term/w32-win.el: Remove stuff about selection timeout, which is
5512 irrelevant on Windows. Move clipboard support to w32-fns.el, so
5513 it is accessible in -nw mode.
5514
01b91009
DL
55152000-12-08 Dave Love <fx@gnu.org>
5516
83c9cb8e
SM
5517 * emacs-lisp/lisp-mode.el (lisp-mode):
5518 Set font-lock-keywords-case-fold-search.
01b91009 5519
842b2a94
GM
55202000-12-08 Gerd Moellmann <gerd@gnu.org>
5521
5522 * textmodes/ispell.el (ispell): Doc fix.
5523
f9d5f611
KH
55242000-12-08 Kenichi Handa <handa@etl.go.jp>
5525
5526 * international/quail.el (quail-insert-decode-map): Check the
5527 frame width of a window displaying the current buffer, not that of
5528 the selected frame.
5529 (quail-help): Make sure that the help buffer has window before
5530 inserting text in it.
5531
e04d21aa
SS
55322000-12-07 Sam Steingold <sds@gnu.org>
5533
5534 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
5535 Backquote is used in isearch.el, so autoloading saves nothing.
5536
fc3e23a4
EZ
55372000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
5538
83c9cb8e
SM
5539 * startup.el (normal-top-level-add-subdirs-to-load-path):
5540 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 5541
fc3e23a4
EZ
5542 * dired.el (dired-insert-directory): If file-system-info is
5543 fboundp, call it instead of invoking dired-free-space-program.
5544
796ecd10
GM
55452000-12-07 Gerd Moellmann <gerd@gnu.org>
5546
0f5f7c3e
GM
5547 * server.el (server-visit-files): Push files on file-name-history.
5548
3764ba49
GM
5549 * progmodes/cc-langs.el: Update copyright.
5550
8e7931da
GM
5551 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
5552
ae0d7485 5553 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5554
796ecd10
GM
5555 * bindings.el (mode-line-mode-menu): Reverse the order
5556 of define-keys so that the menu appears in alphabetical order.
5557
ae0d7485
GM
55582000-12-07 Milan Zamazal <pdm@freesoft.cz>
5559
5560 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5561 of the function.
5562
e2849090
DL
55632000-12-07 Dave Love <fx@gnu.org>
5564
5565 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5566
5567 * facemenu.el (facemenu-unlisted-faces): Fix value.
5568
5c7f629c
SM
55692000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5570
5571 * font-lock.el (font-lock-default-fontify-region):
5572 Include the terminating \n (off-by-one error).
5573 (font-lock-set-defaults): Use dolist.
5574
5575 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5576
73481ae3
KH
55772000-12-07 Kenichi Handa <handa@etl.go.jp>
5578
83c9cb8e
SM
5579 * international/mule-cmds.el (describe-language-environment):
5580 Fix for the case that an input method title is not string but a list.
ffbaa122 5581
73481ae3
KH
5582 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5583 of wrong SIZE record.
5584
e2896b22
DL
55852000-12-06 Dave Love <fx@gnu.org>
5586
67292061
DL
5587 * newcomment.el (comment-region, comment-dwim): Doc fix.
5588
5589 * textmodes/texinfo.el: Require tex-mode when compiling.
5590 (texinfo-update-node): Doc fix.
5591 (texinfo-imenu-generic-expression): Add @anchor.
5592 (texinfo-font-lock-keywords): Add @uref.
5593 (texinfo-inside-macro-p): Don't use ignore-errors.
5594 (texinfo-insert-quote): Match more contexts.
5595
e76938e7
DL
5596 * international/mule.el (decode-char, encode-char): Doc fix.
5597 (auto-coding-alist): Customize.
5598
5599 * files.el (load-file): Fix change of 2000-03-12.
5600
e2896b22
DL
5601 * wid-edit.el (widget-text-keymap): Doc fix.
5602
6610f4b2
AI
56032000-12-06 Andrew Innes <andrewi@gnu.org>
5604
5605 * makefile.w32-in (lisp): Set to an absolute directory, namely
5606 $(CURDIR).
5607
9e3366e4
EZ
56082000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5609
5610 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5611 read generated-autoload-file, and set buffer-file-coding-system to
5612 raw-text-unix after reading the file.
5613
83c9cb8e
SM
5614 * international/mule-conf.el (file-coding-system-alist):
5615 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5616
d94d636f
GM
56172000-12-06 Gerd Moellmann <gerd@gnu.org>
5618
384333ee
GM
5619 * replace.el (occur): Make line-number-width 1 smaller for the
5620 colon following the line number.
5621
83c9cb8e
SM
5622 * startup.el (fancy-splash-text, command-line-1):
5623 Use `File' for the menu name instead of `Files'.
e04d21aa 5624
d4b72d58
GM
5625 * tmm.el: Update copyright.
5626
d94d636f
GM
5627 * cus-start.el: Add entry for even-window-heights.
5628
6e424019
MB
56292000-12-06 Miles Bader <miles@gnu.org>
5630
5631 * faces.el (frame-set-background-mode): Avoid stomping on
5632 locally modified faces.
5633
e6477b58
KH
56342000-12-06 Kenichi Handa <handa@etl.go.jp>
5635
5636 * international/fontset.el: Correct the font registries for
5637 japanese-jisx0213-1 and japanese-jisx0213-2.
5638
21999ab9
GM
56392000-12-05 Gerd Moellmann <gerd@gnu.org>
5640
57d6e381
GM
5641 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5642
21999ab9
GM
5643 * iswitchb.el: Update customization commentary.
5644
7422819c
GM
56452000-12-05 Rob Riepel <riepel@Stanford.EDU>
5646
5647 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5648 (tpu-search-highlight): Fixed comparison of overlay end positions.
5649 (tpu-trim-line-ends): Implemented trimming logic locally.
5650
5651 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5652 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5653
73daff18
KH
56542000-12-05 Kenichi Handa <handa@etl.go.jp>
5655
5656 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5657 to cn-gb.
5658 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5659
6a4cd002
DL
56602000-12-04 Dave Love <fx@gnu.org>
5661
5662 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5663
6452929e
GM
56642000-12-04 Gerd Moellmann <gerd@gnu.org>
5665
e04d21aa 5666 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5667 (rmail-summary-expunge-and-save): Ask for confirmation with
5668 rmail-expunge-confirmed.
5669
5670 * mail/rmail.el (rmail-expunge-confirmed): New function.
5671 (rmail-expunge): Use it.
5672
1790abf4
FP
56732000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5674
0c68ce6f 5675 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5676 (etags-recognize-tags-table, find-tag-in-order):
5677 New functionality: interpret file names as tags.
e04d21aa 5678
7a53d8c8
EZ
56792000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5680
5681 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5682 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5683 the first subnode until the bottom of the current node is visible.
7a53d8c8 5684
caa15ef7
GM
56852000-12-04 Gerd Moellmann <gerd@gnu.org>
5686
5687 * format.el (format-decode): Don't change buffer's undo list.
5688
e225faa7
KH
56892000-12-04 Kenichi Handa <handa@etl.go.jp>
5690
5691 * faces.el (face-font-registry-alternatives): Add entries for CJK
5692 fonts. Doc-string adjusted for the actual usage of this data.
5693
5694 * international/fontset.el: Change the font registries for CJK
5695 fonts in the default fontset. Don't append '*' to registries.
5696
8b262a65
SM
56972000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5698
e04d21aa 5699 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5700 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5701
5702 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5703 (derived-mode-p): New function.
5704 (derived-mode-make-docstring): Add `docstring' argument.
5705 Use it if available and complete it if necessary.
5706
33c4460b
AS
57072000-12-03 Andreas Schwab <schwab@suse.de>
5708
5709 * type-break.el (type-break): Don't make parent of itself.
5710
5c9b3fac
MB
57112000-12-03 Miles Bader <miles@gnu.org>
5712
5713 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5714
27ce741e
SM
57152000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5716
07c16ec4
SM
5717 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5718 (tex-main-file, tex-file): Simplify.
5719 (tex-generate-zap-file-name): Use subst-char-in-string.
5720 (tex-strip-dots): Remove.
5721
c19cc275
SM
5722 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5723
27ce741e
SM
5724 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5725 to check if the match succeeded.
5726
285991dc
GM
57272000-12-02 Gerd Moellmann <gerd@gnu.org>
5728
5729 * startup.el (use-fancy-splash-screens-p): New function.
5730 (command-line-1): Use it to determine whether or not to use
5731 a fancy splash screen.
5732
52dca1b2
AS
57332000-12-02 Andreas Schwab <schwab@suse.de>
5734
5735 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5736
d3e7e7cf
EZ
57372000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5738
2dce2360
EZ
5739 * international/mule.el (make-char): Fix last change.
5740
9768eaa7
EZ
5741 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5742 New defcustoms.
5743 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5744 autoloading tex-mode; instead, do the same manually.
5745 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5746 with numeric argument. Docstring fix.
5747 (toplevel): Require cl when compiling.
e04d21aa 5748
285991dc 5749 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5750
0dd5e255
JR
57512000-12-02 Jason Rumney <jasonr@gnu.org>
5752
5753 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5754 the Emacs Lisp manual)
5755
fbb87147
EZ
57562000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5757
5cbb3e93
EZ
5758 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5759
fbb87147
EZ
5760 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5761 the Emacs Lisp manual).
5762
1636ca09
GM
57632000-12-02 Gerd Moellmann <gerd@gnu.org>
5764
5765 * simple.el (next-line-add-newlines): Change default to nil.
5766
68875f0e
EZ
57672000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5768
83c9cb8e
SM
5769 * files.el (revert-buffer, recover-file):
5770 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5771
fd9ac94c
GM
57722000-12-01 Gerd Moellmann <gerd@gnu.org>
5773
5774 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5775
45450dd5
MB
57762000-12-01 Miles Bader <miles@gnu.org>
5777
5778 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5779
09df8881
KH
57802000-12-01 Kenichi Handa <handa@etl.go.jp>
5781
5782 * international/mule-diag.el (describe-char-after): Fix typo.
5783 (describe-character-set, non-iso-charset-alist): Fix typo.
5784
dea0a87d
MB
57852000-12-01 Miles Bader <miles@gnu.org>
5786
b170205b
MB
5787 * image-file.el (image-file-name-regexp): Automatically add
5788 upper-case variants of each filename extension in
5789 `image-file-name-extensions', since they seem to be common.
5790
e04d21aa 5791 * simple.el (minibuffer-contents)
dea0a87d
MB
5792 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5793 New functions.
5794 * filecache.el (file-cache-directory-name)
5795 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5796
eb04d6cd 57972000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5798
dea0a87d
MB
5799 * filecache.el (file-cache-minibuffer-complete): Don't try to
5800 delete the minibuffer prompt.
5801
a8a1b05d
DL
58022000-11-30 Dave Love <fx@gnu.org>
5803
5804 * cus-start.el: Fix read-buffer-function type.
5805
693c4692
GM
58062000-11-30 Gerd Moellmann <gerd@gnu.org>
5807
5808 * md5.el: Removed. There's a built-in function, now.
5809
2c0b1898
GM
58102000-11-30 Markus Rost <rost@math.ohio-state.edu>
5811
5812 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5813 as dummy 0-th char of rmail-deleted-vector.
5814
63dfcf4b
EZ
58152000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5816
5817 * ps-print.el (ps-end-job): Bind case-fold-search only after
5818 switching to ps-spool-buffer.
5819
58202000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5821
5822 * ps-print.el: Line number font customization. PostScript: Lines and
5823 PageCount are initialized on each page. Doc Fix.
5824 (ps-print-version): New version number (6.3.2).
5825 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5826 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5827 (ps-right-header): Customization fix.
5828 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5829 Fix code.
5830 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5831 New vars.
5832
df3aedcf
GM
58332000-11-30 Gerd Moellmann <gerd@gnu.org>
5834
edfb795e
GM
5835 * bs.el: Fix typos and spelling errors.
5836 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5837 (bs-configuration): Doc fix.
e04d21aa 5838
df3aedcf
GM
5839 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5840
8b8a7f01
GM
58412000-11-30 Rob Riepel <riepel@Stanford.EDU>
5842
5843 * emulation/tpu-edt.el (tpu-version): New version.
5844 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5845 (tpu-original-mode-line): Variable deleted.
5846 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5847 (tpu-set-mode-line): Don't redefine mode-line-format.
5848 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5849 (tpu-update-mode-line): New mark flag logic.
5850 (tpu-get): Use find-file-wildcards.
5851 (tpu-search-highlight): Move overlay less, reset overlay properly.
5852 (tpu-unselect): Deactivate mark.
5853 (tpu-lm-replace): Reset overlay properly.
5854 (tpu-forward-line): Use forward-visible-line.
5855 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5856
83c9cb8e 5857 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5858
c069a9d3
GM
58592000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5860
5861 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5862
b02cd40b
GM
58632000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5864
5865 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5866 and skip whitespace and newlines.
e04d21aa 5867
b7a90344
SM
58682000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5869
5870 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5871
be6bbb55
GM
58722000-11-29 Gerd Moellmann <gerd@gnu.org>
5873
0383ed60
GM
5874 * help.el (describe-function-1): Regexp-quote function name
5875 when used as part of a regexp.
5876
83c9cb8e
SM
5877 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5878 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5879 (tool-bar-add-item): Likewise, and handle unspecified colors.
5880
5881 * enriched.el (enriched-face-ans): Use face-attribute instead
5882 of face-foreground and face-background.
5883
5884 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5885 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5886
7423978d
GM
5887 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5888
ef128c78
GM
5889 * play/5x5.el: Remove version info.
5890
a81fc510
GM
5891 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5892
be6bbb55
GM
5893 * frame.el (blink-cursor-mode): Doc fix.
5894
f9396e03
GM
58952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5896
5897 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5898 to create Makefile rules.
5899 (antlr-tool-command): New user option.
5900 (antlr-ask-about-save): New user option.
5901 (antlr-makefile-specification): New user option.
5902 (antlr-file-formats-alist): New variable.
5903 (antlr-special-file-formats): New variable.
5904 (antlr-unknown-file-formats): New user option.
5905 (antlr-help-unknown-file-text): New variable.
5906 (antlr-help-rules-intro): New variable.
5907 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5908 (antlr-mode-menu): Add entries.
5909 (antlr-file-dependencies): New function.
5910 (antlr-directory-dependencies): New function.
5911 (antlr-superclasses-glibs): New function.
5912 (antlr-run-tool): New command.
5913 (antlr-makefile-insert-variable): New function.
5914 (antlr-insert-makefile-rules): New function.
5915 (antlr-show-makefile-rules): New command.
5916
5917 * antlr-mode.el: More Emacs/XEmacs stuff.
5918 (antlr-no-action-keywords): New constant with value nil.
5919 (antlr-font-lock-keywords-alist): Use it. Old value would break
5920 syntax highlighting in Emacs-21.0.
5921 (antlr-default-directory): Emacs/XEmacs dependend function.
5922 (antlr-read-shell-command): Ditto.
5923 (antlr-with-displaying-help-buffer): Ditto.
5924
59252000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5926
5927 * antlr-mode.el: imenu, parsing and highlighting changes.
5928 (antlr-imenu-create-index-function): Don't create extra submenus
5929 for definitions in different grammar classes. It is not necessary
5930 for the menu and would make command `imenu' awkward to use.
5931 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5932 header actions and more than one.
5933 (antlr-font-lock-tokendef-face): Changed color.
5934 (antlr-font-lock-tokenref-face): Changed color.
5935 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5936 (antlr-mode-syntax-table): New variable.
5937 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5938 (antlr-with-syntax-table): Don't copy syntax table.
5939
59402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5941
5942 * antlr-mode.el: Minor changes: language setting.
5943 (antlr-language-alist): The value for file option "language" can
5944 be both an identifier and a string.
5945 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5946 (antlr-language-limit-n-regexp): Change accordingly.
5947
59482000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5949
5950 * antlr-mode.el: Minor changes: tabs, hiding.
5951 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5952 (antlr-action-visibility): Also allow value nil to also hide the
5953 braces. Renamed from `antlr-tiny-action-length'.
5954 Suggested by Jay@aol.com.
5955 (antlr-hide-actions): Change accordingly. Hide line if completely
5956 hidden action is on a line of its own.
e04d21aa 5957
6ad948eb
SM
59582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5961
5962 * sort.el (sort-columns): Don't concat strings with numbers.
5963
9c6a4107
DL
59642000-11-29 Dave Love <fx@gnu.org>
5965
5966 * cus-edit.el (face): Fix :format.
5967
5968 * mail/feedmail.el: Require smtpmail when compiling.
5969 (mail-do-fcc): Autoload.
5970 (feedmail) <defgroup>: Fix :link.
5971 (feedmail-nuke-body-in-fcc): Fix :type.
5972 (feedmail-send-it): Add autoload cookie.
5973
053b8d35
SM
59742000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5975
5976 * newcomment.el (comment-indent): Save excursion around call to
5977 comment-indent-function.
5978
242c13e8
MB
59792000-11-29 Miles Bader <miles@gnu.org>
5980
5981 * subr.el (member-ignore-case): Return the tail of the list who's
5982 car matches, like `member', not the matching element itself.
5983
8f4b5f28
KH
59842000-11-29 Kenichi Handa <handa@etl.go.jp>
5985
5986 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5987 should not contain `\n'.
5988
bebe4a2c
GM
59892000-11-28 Gerd Moellmann <gerd@gnu.org>
5990
fd9ac94c 5991 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5992
ba7e40eb
GM
5993 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5994
75ab0c79
GM
5995 * dired-aux.el (dired-do-create-files): Construct default file
5996 name for dired-mark-read-file-name so that when the user enters
5997 just RET, the target file will end up in the target directory.
5998
bebe4a2c
GM
5999 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6000 local-abbrev-table before changing buffers because it might
6001 have a buffer-local binding.
6002
fa6d1ca8
MB
60032000-11-28 Miles Bader <miles@gnu.org>
6004
6005 * simple.el (delete-horizontal-space): Handle fields more generally.
6006
8d2c2642
GM
60072000-11-28 Gerd Moellmann <gerd@gnu.org>
6008
6009 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6010
8b31236d
DL
60112000-11-28 Dave Love <fx@gnu.org>
6012
3cbd02d2
DL
6013 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6014 comment-start-skip locally.
6015
8b31236d
DL
6016 * progmodes/fortran.el (fortran-mode): Don't set
6017 fortran-comment-line-start-skip. Set comment-start to
6018 fortran-comment-line-start.
6019 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6020 (fortran-comment-line-start-skip): Simplify slightly.
6021
ae4bf56d
GM
60222000-11-28 Gerd Moellmann <gerd@gnu.org>
6023
17ef7534
GM
6024 * play/5x5.el: Remove RCS keyword.
6025
fd9ac94c 6026 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6027
665b27a6
GM
60282000-11-28 Milan Zamazal <pdm@freesoft.cz>
6029
83c9cb8e
SM
6030 * textmodes/tildify.el (tildify-string-alist):
6031 Add `plain-tex-mode' here.
665b27a6 6032
fe3c2ae3
GM
60332000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6034
6035 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6036 reference.
6037
d970106b
MB
60382000-11-28 Miles Bader <miles@gnu.org>
6039
36b80a0d
MB
6040 * cus-face.el (custom-face-attributes): Add post-filter function
6041 for :box. Make pre-filter function for :box handle all cases.
6042
d970106b
MB
6043 * wid-edit.el (widget-choose): Make sure pop-up window is large
6044 enough to display all the choices, as there's no way to scroll it.
6045
5a2bae6c
KH
60462000-11-28 Kenichi Handa <handa@etl.go.jp>
6047
6048 * international/mule-conf.el: Make the coding system no-conversion
6049 safe for all characters.
6050
9e836e23
DL
60512000-11-27 Dave Love <fx@gnu.org>
6052
8b31236d
DL
6053 * net/ldap.el (ldap) <defgroup>: Add :version.
6054
9e836e23
DL
6055 * tooltip.el (tooltip-use-echo-area): Doc fix.
6056
6057 * cus-start.el <minibuffer-prompt-properties>: Add version.
6058 <read-buffer-function>: Add.
6059
6060 * apropos.el (apropos-print): Add help-echo to active text.
6061
6062 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6063
4a74d071
GM
60642000-11-27 Gerd Moellmann <gerd@gnu.org>
6065
6066 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6067 type, group and version.
6068
76058c27
EZ
60692000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6070
4a74d071 6071 * select.el (x-get-selection): Docstring fix.
76058c27 6072
fd9ac94c 60732000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6074
fd9ac94c 6075 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6076
49060c51
AI
60772000-11-27 Andrew Innes <andrewi@gnu.org>
6078
6079 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6080
6081 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6082
b2a8e429
MB
60832000-11-27 Miles Bader <miles@gnu.org>
6084
6085 * dired.el (dired-get-filename): Return filename verbatim if
6086 LOCALP is `verbatim'.
6087 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6088 `verbatim' so that we don't inadvertently delete a non-existant
6089 directory name.
6090
5ac0366d
KH
60912000-11-27 Kenichi Handa <handa@etl.go.jp>
6092
6093 * international/characters.el: Specify cases and syntaxes for
6094 mule-unicode-0100-24ff.
6095
67f1cf4c
GM
60962000-11-27 Gerd Moellmann <gerd@gnu.org>
6097
6098 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6099 that foreground and/or background colors of the face `tool-bar'
6100 are unspecified.
6101
46c56972
MB
61022000-11-27 Miles Bader <miles@gnu.org>
6103
e04d21aa 6104 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6105 (widget-field-end): Handle widget field `pseudo-overlays'.
6106 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6107 if it's there instead of in `widget-field-list'.
6108
46c56972 6109 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6110 (help-make-xrefs): Delete extraneous newlines at the end of the
6111 docstring.
46c56972 6112
640a9cdd
JR
61132000-11-25 Jason Rumney <jasonr@gnu.org>
6114
6115 * startup.el (command-line): Call set-locale-environment after
6116 Window System init file is read, as it can result in a call to
6117 redraw-frame.
6118
0b3f96d4
EZ
61192000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * simple.el (shell-command): Mention the effect of the prefix
6122 argument in the doc string.
6123
8da6e2a1
MB
61242000-11-25 Miles Bader <miles@gnu.org>
6125
a658d039
MB
6126 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6127
8da6e2a1 6128 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6129 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6130
d3416cca
JR
61312000-11-24 Jason Rumney <jasonr@gnu.org>
6132
6133 * international/mule-cmds.el (locale-language-names): Add "jp" as
6134 a non-standard alternative for Japanese.
6135
17e37f53
AS
61362000-11-24 Andre Spiegel <spiegel@gnu.org>
6137
6138 * vc-hooks.el: Require 'cl during compilation.
6139
9aa5f148
GM
61402000-11-24 Gerd Moellmann <gerd@gnu.org>
6141
ba193890
GM
6142 * faces.el (face-set-after-frame-default): Let face attributes
6143 specified for new frames override frame parameters.
6144
9aa5f148
GM
6145 * startup.el (command-line): Fix computation of the source file
6146 for user-init-file when user-init-file is a compiled file.
6147
51a1edab
MB
61482000-11-24 Miles Bader <miles@gnu.org>
6149
e04d21aa 6150 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6151 (custom-post-filter-face-spec): New functions.
6152 (custom-face-set, custom-face-value-create): Filter the face spec
6153 before and after customization.
6154 (custom-face-set): If VALUE specifies a null face, pass a
6155 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6156 * cus-face.el (custom-face-attributes): Remove SET and GET
6157 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6158 cases they're needed.
6159
1ed74431
MB
6160 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6161 that it's distinguishable from the :off-glyph on dark-background
6162 displays. Set its background color too.
6163
67ee1125
MB
6164 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6165 so that people can easily turn it off.
6166
7d027816 61672000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6168
7d027816 6169 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6170
9aa5f148 6171 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6172
9aa5f148 6173 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6174
9aa5f148 6175 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6176 redundant skip-small-frames test.
e04d21aa 6177
9aa5f148 6178 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6179 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6180
9aa5f148
GM
6181 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6182 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
6183 (viper-restore-cursor-type,viper-set-insert-cursor-type):
6184 New functions.
e04d21aa 6185
9aa5f148 6186 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 6187
9aa5f148 6188 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 6189
f07fa1b8
KH
61902000-11-24 Kenichi Handa <handa@etl.go.jp>
6191
83c9cb8e
SM
6192 * international/mule-diag.el (list-iso-charset-chars):
6193 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
6194 (list-non-iso-charset-chars): Fix the `while' condition.
6195
ba8299ff
SM
61962000-11-23 Stefan Monnier <monnier@cs.yale.edu>
6197
79372165
SM
6198 * subr.el (add-hook, remove-hook): Don't call make-local-hook
6199 if the variable is make-variable-buffer-local.
6200
83c9cb8e
SM
6201 * progmodes/ada-stmt.el (ada-template-map):
6202 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
6203 (ada-stmt-mode-hook): New function extracted from old code.
6204 Only change the buffer-local side of skeleton-*.
6205 (ada-mode-hook): Use it.
6206
68a887fa
EZ
62072000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6208
6209 * iswitchb.el (iswitchb-minibuf-depth): New variable.
6210 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
6211 we expect to be returned by minibuffer-depth once we prompt the
6212 user in the minibuffer.
6213 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
6214 as recorded in iswitchb-minibuf-depth, return non-nil.
6215
3b345582
EZ
62162000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6217
6218 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
6219 (hscroll-window-maybe): Docstring fix.
6220
595dead2
DL
62212000-11-23 Dave Love <fx@gnu.org>
6222
6223 * rect.el (string-rectangle): Don't test delete-selection-mode.
6224
1e66b27a
GM
62252000-11-23 Gerd Moellmann <gerd@gnu.org>
6226
02790ce2
GM
6227 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
6228 is in the tool bar.
6229
1e66b27a 6230 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 6231 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 6232
a4caa65d
SM
62332000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6234
6235 * textmodes/outline.el (outline-flag-region):
6236 Don't bind inhibit-read-only since we don't modify the buffer.
6237 (outline-isearch-open-invisible): Don't jump to overlay-start
6238 since we're trying to unhide text around point.
6239 (outline-discard-overlays): Use dolist.
6240
6241 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
6242
03e757c1
GM
62432000-11-22 Gerd Moellmann <gerd@gnu.org>
6244
83c9cb8e 6245 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 6246
1598a961
SM
62472000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6248
6249 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
6250 Fix ARG regexp to skip quoted braces.
6251 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
6252 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
6253 are (correctly) handled separately).
6254 Remove `caption' and `footnote' from `citations': they contain text.
6255 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
6256 (latex-skeleton-end-hook): New function.
6257 (latex-mode): Use it.
6258 (tex-start-tex-marker): Remove.
6259 (tex-send-tex-command): Don't set tex-start-tex-marker.
6260 (tex-error-parse-syntax-table): New var.
6261 (tex-compilation-parse-errors): Use it.
6262 Ignore tex-start-tex-marker. Don't bother with marker-position.
6263 (tex-validate-buffer): Don't bother with marker-position.
6264
6265 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 6266 (flyspell-generic-progmode-verify): Use it.
1598a961 6267
eaae8106
SS
62682000-11-22 Sam Steingold <sds@gnu.org>
6269
83c9cb8e 6270 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 6271
eaae8106 6272 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 6273 `ada-remove-trailing-spaces'.
eaae8106 6274 (ada-remove-trailing-spaces): Removed.
e04d21aa 6275
eaae8106 6276 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 6277
1598a961
SM
6278 * textmodes/picture.el (picture-clean): Removed.
6279 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 6280
a41d49e9
GM
62812000-11-22 Gerd Moellmann <gerd@gnu.org>
6282
e053c60f
GM
6283 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6284
a41d49e9
GM
6285 * hi-lock.el (hi-lock-refontify): Don't call non-existent
6286 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 6287 do anything special when jit-lock is active.
a41d49e9
GM
6288 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
6289
197615f3
DL
62902000-11-22 Dave Love <fx@gnu.org>
6291
ddbfaa9f
DL
6292 * calendar/todo-mode.el (todo-top-priorities): Use
6293 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
6294
ddc3c695
DL
6295 * language/chinese.el, language/cyrillic.el:
6296 * language/devanagari.el, language/ethiopic.el, language/greek.el:
6297 * language/hebrew.el, language/indian.el, language/japanese.el:
6298 * language/korean.el, language/lao.el, language/misc-lang.el:
6299 * language/thai.el, language/tibetan.el, language/vietnamese.el:
6300 Use provide.
6301
fb9fa98d
DL
6302 * cus-edit.el (custom-buffer-create-internal): Save some consing.
6303 (custom-variable-set): Improve validation error mesage.
6304
197615f3
DL
6305 * rect.el (string-rectangle): Revert last change.
6306 (string-rectangle-line): New arg DELETE.
6307 (string-rectangle): Check delete-selection-mode.
6308
6309 * emacs-lisp/edebug.el (edebug-version)
6310 (edebug-maintainer-address): Deleted.
6311 (edebug-submit-bug-report): Just alias to report-emacs-bug.
6312 (edebug-read-function): Account for other `'#' read forms.
6313 (edebug-mode-menus): Make some items toggles.
6314 (edebug-outside-unread-command-event, unread-command-event):
6315 Remove these to avoid warnings.
6316
f4117c4d
GM
63172000-11-22 David Ponce <david@dponce.com>
6318
6319 * recentf.el (recentf-menu-items-for-commands)
6320 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 6321 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 6322
f4117c4d
GM
6323 (recentf-build-dir-rules, recentf-dump-variable)
6324 (recentf-edit-list, recentf-open-files-item)
6325 (recentf-open-files): Replaced unnecessary `mapcar' with new
6326 built-in `mapc'.
eaae8106 6327
f8e2f3f2
MB
63282000-11-23 Miles Bader <miles@gnu.org>
6329
6330 * faces.el (menu): Make inverse-video on ttys too.
6331
4c4a541d
SM
63322000-11-22 Stefan Monnier <monnier@cs.yale.edu>
6333
6334 * simple.el (comment-line-break-function): Use the new name
6335 indent-new-comment-line -> comment-indent-new-line.
6336 (clone-indirect-buffer): Don't ignore NORECORD.
6337 (next-completion): Properly handle the case where items are adjacent.
6338
6339 * mouse.el (popup-menu): Stupid typo.
6340
980d836e
GM
63412000-11-22 Gerd Moellmann <gerd@gnu.org>
6342
60e8e0a5
GM
6343 * emacs-lisp/authors.el: Remove autoload cookies, add author,
6344 maintainer, keywords tags.
6345
980d836e
GM
6346 * rect.el (replace-rectangle): Don't call string-rectangle-line
6347 with too many arguments.
6348
e08b2069
AS
63492000-11-22 Andre Spiegel <spiegel@gnu.org>
6350
60e8e0a5 6351 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 6352 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
6353 vc-locking-user, which no longer exists.
6354
6355 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
6356
c6779d8d
DL
63572000-11-22 Dave Love <fx@gnu.org>
6358
6359 * md5.el (md5): Provide.
6360 (md5): Fix error call.
6361
e672fdce
MB
63622000-11-22 Miles Bader <miles@gnu.org>
6363
eaae8106 6364 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
6365 (refill-fill-paragraph-at): Remove debugging code.
6366
80e24c04
MB
6367 * calendar/calendar.el (generate-calendar-window): When we don't
6368 call `fit-window-to-buffer', make sure the top line is fully visible.
6369
3a17d6cc
MB
6370 * image-file.el (insert-image-file): Don't make `read-only'
6371 property rear-nonsticky.
6372
ae1a21c6
MB
6373 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
6374 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
6375 stashing away its original value.
6376 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
6377 in the recursive edit.
6378 Bind `isearch-original-minibuffer-message-timeout' to protect it.
6379 (isearch-done): Restore `minibuffer-message-timeout'.
6380
e672fdce
MB
6381 * cus-start.el: Remove entry for `mode-line-inverse-video'.
6382
3ea79df8
SM
63832000-11-21 Stefan Monnier <monnier@cs.yale.edu>
6384
6385 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
6386
6387 * find-lisp.el (find-lisp-find-files-internal):
6388 Use dolist, when and file-name-as-directory.
6389
980d836e 6390 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
6391 (define-derived-mode, define-minor-mode): Add specs.
6392
6393 * window.el: General comment and spacing fixes.
6394 (save-selected-window): Use backquotes.
6395 (window-safely-shrinkable-p): New function.
6396 (shrink-window-if-larger-than-buffer): Use it.
6397
6398 * subr.el (make-local-hook): Docstring fix.
6399
6400 * shell.el (shell-mode): Use define-derived-mode.
6401
6402 * newcomment.el (comment-indent): Insert comment before calling
6403 comment-indent-function. Don't insert in column 0.
6404 (comment-dwim): Indent before inserting comment.
6405
6406 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
6407 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
6408 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
6409 Use mapc rather than map.
6410
6411 * files.el (find-buffer-visiting): Compare all attributes before
6412 declaring two files identical (rather than just their inode-no).
6413 (auto-mode-alist): Use \' rather than $.
6414
6415 * which-func.el: Update maintainer line.
6416
6417 * pcvs.el (uniquify-buffer-file-name): Remove advice.
6418 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
6419 (uniquify-buffer-file-name): Use it.
6420
8f62f2b8
MB
64212000-11-22 Miles Bader <miles@gnu.org>
6422
6423 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
6424 * simple.el (minibuffer-avoid-prompt): New function.
6425
fb279a6d
GM
64262000-11-21 Gerd Moellmann <gerd@gnu.org>
6427
6428 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
6429
867092e9
MB
64302000-11-21 Miles Bader <miles@gnu.org>
6431
ef860850
MB
6432 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
6433 inclusion of `track-mouse'.
6434
867092e9
MB
6435 * textmodes/refill.el (refill-ignorable-overlay): New variable.
6436 (refill-adjust-ignorable-overlay): New function.
6437 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
6438 only the paragraph's tail if possible.
6439 Update `refill-ignorable-overlay'.
6440 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
6441
6442 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6443 point inside the fill-prefix.
6444
6445 * textmodes/refill.el (refill-post-command-function): Don't reset
6446 refill-doit in the case where a self-insertion command doesn't
6447 case a refill. Use `refill-fill-paragraph-at', getting position
6448 from `refill-doit'.
6449 (refill-after-change-function): Set `refill-doit' to END.
6450 (refill-fill-paragraph-at): New function, mostly from old
6451 refill-fill-paragraph.
6452 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
6453 (refill-pre-command-function): New function.
6454 (refill-mode): Add it to `pre-command-hook'.
6455
ff9ab414
GM
64562000-11-20 Gerd Moellmann <gerd@gnu.org>
6457
29a01b72
GM
6458 * textmodes/artist.el (artist-mode): Fix autoload cookie.
6459
ff9ab414
GM
6460 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
6461 javadoc tags.
eaae8106 6462
885b211b
AS
64632000-11-20 Andre Spiegel <spiegel@gnu.org>
6464
6465 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
6466 vc.el).
6467
eaae8106 6468 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 6469 require vc.
eaae8106
SS
6470
6471 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 6472 checkouts.
eaae8106 6473
d1838556
DL
64742000-11-20 Dave Love <fx@gnu.org>
6475
6476 * Makefile.in (DONTCOMPILE): Omit bindings.el.
6477
2b69bc11 64782000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 6479
2b69bc11
GM
6480 * calculator.el (calculator-paste): Use `if' instead of `and'
6481 and `or'.
6482 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 6483
b95b34e5
GM
64842000-11-19 Gerd Moellmann <gerd@gnu.org>
6485
030de92f
GM
6486 * info.el (info-menu-5): Doc fix.
6487
b95b34e5
GM
6488 * textmodes/artist.el: New file.
6489
54970452
AS
64902000-11-19 Andre Spiegel <spiegel@gnu.org>
6491
eaae8106 6492 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
6493 and differentiate according to checkout model.
6494 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
6495 since this function is only concerned with master state.
6496
83c9cb8e
SM
6497 * vc-hooks.el (vc-workfile-unchanged-p)
6498 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 6499
83c9cb8e
SM
6500 * vc.el (vc-workfile-unchanged-p)
6501 (vc-default-workfile-unchanged-p): See above.
54970452 6502
e5a9dabf
MB
65032000-11-19 Miles Bader <miles@gnu.org>
6504
6505 * image-file.el (insert-image-file): Make `intangible' and
6506 `read-only' properties rear-nonsticky too.
6507
24127af0
GM
65082000-11-18 Gerd Moellmann <gerd@gnu.org>
6509
d392e9c5 6510 * ps-print.el: Update copyright notice.
eaae8106 6511
d392e9c5
GM
6512 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
6513 (tooltip-show): Use the offsets.
6514
24127af0 6515 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 6516 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
6517 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
6518
2b69bc11 65192000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 6520
2b69bc11
GM
6521 * ps-print.el (toplevel): Test for find-coding-system being
6522 fboundp before calling ps-x-find-coding-system.
08ea6f17 6523
66321b2f
SM
65242000-11-16 Stefan Monnier <monnier@cs.yale.edu>
6525
6526 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
6527 (vc-version-backup-file): Docstring fix.
6528
046110c6
GM
65292000-11-16 Gerd Moellmann <gerd@gnu.org>
6530
4104194e
GM
6531 * files.el (basic-save-buffer): Don't add a newline if
6532 find-file-literally is non-nil.
6533 (find-file-literally): Extend doc string.
6534
046110c6
GM
6535 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
6536 sort(1) with the `-f' argument.
6537
6505c16e
AS
65382000-11-16 Andre Spiegel <spiegel@gnu.org>
6539
fd063975
AS
6540 * vc.el: Updated backend documentation.
6541 (vc-default-check-headers): New function.
6542
3d02dd81 6543 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
6544
6545 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 6546 up-to-date.
eaae8106 6547 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 6548 the minibuffer is not active.
fd063975 6549
eaae8106 6550 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 6551 `vc-cvs-use-edit' is on.
eaae8106
SS
6552 (vc-cvs-checkout): When this is used for reverting the workfile,
6553 make a backup of the original contents and revert to that in case
8791d617 6554 of error.
eaae8106 6555 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6556 remote repositories.
eaae8106 6557
6505c16e
AS
6558 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6559 for both version and ratio in the minibuffer.
fd063975 6560
eaae8106 6561 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6562 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6563
a13f0660
KH
65642000-11-16 Kenichi Handa <handa@etl.go.jp>
6565
6566 * international/quail.el (quail-start-translation): Don't call
6567 `message' before reading key sequence.
6568
1389a414
MB
65692000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6570
6571 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6572
9256a532
KH
65732000-11-16 Kenichi Handa <handa@etl.go.jp>
6574
6575 * window.el (fit-window-to-buffer): Be sure to acquire at least
6576 one text line even if the buffer is empty.
6577
0e14fe9f
GM
65782000-11-16 Gerd Moellmann <gerd@gnu.org>
6579
eaae8106 6580 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6581 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6582 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6583
da645c53
DL
65842000-11-15 Dave Love <fx@gnu.org>
6585
83c9cb8e
SM
6586 * wid-edit.el (widget-specify-field, widget-specify-button):
6587 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6588 widget-mouse-help.
6589 (widget-mouse-help): New function.
6590 (widget-echo-help): Rewritten for :help-echo functions only taking
6591 a widget arg.
6592
83c9cb8e
SM
6593 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6594 Use display-graphic-p.
b12057b9
DL
6595 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6596 and that JPEG is available.
6597 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6598
da645c53
DL
6599 * international/mule-cmds.el (locale-charset-language-names):
6600 Match @euro.
6601
6d133d1f
GM
66022000-11-15 Gerd Moellmann <gerd@gnu.org>
6603
83c9cb8e
SM
6604 * faces.el (face-set-after-frame-default):
6605 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6606 default face from X resources.
6607
49ac2ac5
EZ
66082000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6611 Don't set EMACSLOADPATH.
6612
4fb0a34c
EZ
66132000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6614
6615 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6616 texinfo-insert-@url.
6617 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6618 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6619
bb304a7a
SM
66202000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6621
82bc80bf
SM
6622 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6623 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6624 (checkdoc-minor-keymap): Backward compatibility.
6625 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6626 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6627 (checkdoc-this-string-valid-engine): Be a bit more strict
6628 to avoid matching substrings of `...' quoted vars/funs.
6629 (checkdoc-defun-info): Only look for `interactive' if alone.
6630 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6631
e8c87124
SM
6632 * progmodes/compile.el (grep): `tag-default' can be nil.
6633
bb304a7a
SM
6634 * newcomment.el (comment-indent): Paren typo.
6635
8628686a
DL
66362000-11-14 Dave Love <fx@gnu.org>
6637
25c269ef
DL
6638 * calculator.el: New maintainer version.
6639
66321b2f 6640 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6641
8628686a
DL
6642 * cmuscheme.el: Doc fixes.
6643 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6644 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6645
6646 * xscheme.el (scheme-program-name): Don't define here.
6647
6648 * progmodes/scheme.el (scheme-program-name): New variable
6649 (originally in cmuscheme).
6650
88f0a1eb
MB
66512000-11-14 Miles Bader <miles@gnu.org>
6652
6653 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6654 Handle header-lines. Don't loop forever if we can't enlarge the
6655 window anymore. Simplify a bit.
6656
cd9a000c
KH
66572000-11-14 Kenichi Handa <handa@etl.go.jp>
6658
6659 * window.el (fit-window-to-buffer): Don't check
6660 window-text-height. Assure that the last line is fully visible.
6661
83c9cb8e
SM
6662 * international/quail.el (quail-show-guidance-buf):
6663 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6664 buffer.
6665 (quail-update-guidance): Avoid making the guidance buffer shorter.
6666
d3fcda22
SM
66672000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6668
bdbd9606
SM
6669 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6670 rather than `prepend' and add an interesting comment.
6671 (tex-math-face, tex-font-lock-syntactic-face-function):
6672 New face and function to use it.
6673 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6674 than `menu-enable' symbol property.
6675 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6676 (tex-mode): Add some latex-mode commands for auto-selection.
6677 Use tex-font-lock-syntactic-face-function.
6678 (tex-insert-quote): Simplify.
6679 (tex-shell): New mode.
6680 (tex-start-shell): Use it.
6681 (tex-shell-proc, tex-shell-buf): New functions.
6682 (tex-send-command): Use it.
6683 (tex-main-file): Fix the meaning of the new arg REALFILE.
6684 (tex-send-tex-command): New function split from `tex-start-tex'.
6685 Set compilation-last-buffer and compilation-parsing-end.
6686
d3fcda22
SM
6687 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6688 when it follows non-comment text on the line.
6689
6690 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6691 Set font-lock-defaults.
6692 (lisp-mode-shared-map): Init inside the defvar.
6693 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6694 Use define-derived-mode.
6695
bdab1d43
MB
66962000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6697
6698 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6699
936ae731
GM
67002000-11-14 Gerd Moellmann <gerd@gnu.org>
6701
83c9cb8e
SM
6702 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6703 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6704 recursion; see comment there.
6705
1695ca2b
EZ
67062000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6707
6708 * faces.el (face-spec-set-match-display): Revert the change from
6709 2000-10-24. Add a FIXME for after v21.1.
6710
9d348294
MB
67112000-11-13 Miles Bader <miles@gnu.org>
6712
6713 * textmodes/fill.el (skip-line-prefix): New function.
6714 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6715 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6716 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6717 point inside the fill-prefix.
9d348294 6718
b85fa13c
MB
67192000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6720
83c9cb8e
SM
6721 * calendar/calendar.el (generate-calendar-window):
6722 Use `fit-window-to-buffer'.
b85fa13c 6723
a0b47716
SM
67242000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6725
6726 * gud.el (gud-minor-mode): New var.
6727 (gud-symbol, gud-val): New functions.
6728 (gud-find-file): Copy gud-minor-mode to the new buffer.
6729 (gud-menu-map): Include entries for commands that are not always
6730 available, using :enable to (de)activate them.
6731 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6732 (gud-mode-map): New map.
eaae8106 6733 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6734 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6735 Don't set up gud's menu (it's done by the minor-mode).
6736 (gud-minibuffer-local-map): New.
6737 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6738 (gud-query-cmdline): New function.
6739 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6740 (gud-mode): Use define-derived-mode.
6741 Don't set up gud's menu (it's done by the minor-mode).
6742 (gud-chop-words): Remove.
6743 (gud-common-init): Use split-string instead.
6744 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6745
6746 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6747 Add keyword arg :name.
6748
6749 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6750 (diff-count-matches, diff-split-hunk): New functions.
6751 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6752
6753 * pcvs-info.el (cvs-fi-conflict-face): New var.
6754
6755 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6756 Make it into a simple syntax-table, shared among all submodes.
6757 (sh-heredoc-face): Re-introduce.
6758 (sh-font-lock-syntactic-face-function): New function.
6759 (sh-mode): Use it. Also use define-derived-mode.
6760 Remove old bogus setting of indent-region-function.
6761 (sh-set-shell): Don't set the syntax-table any more.
6762 (sh-mode-syntax-table) <defun>: Remove.
6763
f5ed37df
MB
67642000-11-12 Miles Bader <miles@gnu.org>
6765
6766 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6767 message if interactive.
6768
0b074c2f
DL
67692000-11-12 Dave Love <fx@gnu.org>
6770
6771 * mail/feedmail.el: Fix header,
6772 (feedmail) <defgroup>: Add :link.
6773
6774 * view.el: Use local-map property, not keymap on mode-line string.
6775
83c9cb8e
SM
6776 * scroll-all.el (scroll-all-mode): Customize variable.
6777 Add autoload cookie to function.
0b074c2f
DL
6778
6779 * lazy-lock.el: Remove compatibility code.
6780
6781 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6782 (finder-help-echo): New variable.
6783 (finder-mouse-face-on-line): Add help-echo stuff.
6784 (finder-list-keywords, finder-list-matches): Use mapc.
6785
6786 * faces.el (face-font-registry-alternatives): Add :version.
6787
6788 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6789 tags-table-list.
6790
a0b47716 6791 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6792
a0b47716 6793 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6794 (mail-mode): Use [:alnum:] in some regexps.
6795
6d502396
DL
67962000-11-10 Dave Love <fx@gnu.org>
6797
6798 * ediff.el (ediff-regions-internal, ediff-documentation):
6799 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6800 fundamental mode.
6801
6802 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6803 buffer into fundamental mode.
6804 (ediff-set-difference): Use copy-sequence if available.
6805
83c9cb8e
SM
6806 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6807 Check ediff-patch-map non-nil.
6d502396
DL
6808 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6809 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6810 buffer into fundamental mode.
6811
6812 * ediff-merg.el (state-or-merge): Defvar when compiling.
6813
a82fe213
JR
68142000-11-10 Jason Rumney <jasonr@gnu.org>
6815
6816 * w32-fns.el (w32-add-charset-info): New function.
6817 (w32-charset-info-alist): Use it.
6818
52d89894
GM
68192000-11-10 Gerd Moellmann <gerd@gnu.org>
6820
6821 * faces.el (face-font-registry-alternatives): New user-option.
6822
178932de
SM
68232000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6824
d7fa3319
SM
6825 * textmodes/texinfo.el (texinfo-block-default): New var.
6826 (texinfo-insert-block): Use it. Insert a newline if needed.
6827
178932de
SM
6828 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6829 (fill-region-as-paragraph): Use it.
6830
6831 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6832 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6833 Tweak paragraph regexps to allow a leading [ \t]*.
6834 (tex-latex-block): Insert a newline if necessary.
6835 (latex-insert-item): Only insert a newline if necessary.
6836 (tex-guess-main-file): New function.
6837 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6838 Set tex-main-file if TeX-master is provided.
6839 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6840
bd02b8e0
GM
68412000-11-10 Gerd Moellmann <gerd@gnu.org>
6842
6843 * startup.el (command-line): Set the default tooltip-mode
6844 to t for graphical displays which implement x-show-tip.
6845
6846 * tooltip.el (tooltip-mode): Add a comment about startup.el
6847 setting the default value of this user-option.
6848
b29b03eb
SM
68492000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6850
6851 * font-lock.el (font-lock-*-face) <defvar>: Move.
6852 (font-lock-defaults-alist): Mark obsolete.
6853 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6854 (font-lock-mode): Use define-minor-mode.
6855 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6856 (font-lock-turn-off-thing-lock): Be more explicit.
6857 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6858 (font-lock-syntactic-face-function): New var.
6859 (font-lock-fontify-syntactically-region): Use it.
6860 (font-lock-doc-face): New.
6861
6862 * pcvs.el (cvs-enabledp): Ignore errors.
6863 (cvs-commit-filelist): Never query.
6864 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6865 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6866 (cvs-do-removal): Use cvs-partition rather than delete-if.
6867 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6868 cvs-bury-buffer.
6869
6870 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6871 Allow `next' to jump to after the end of the last match.
6872
778fbc46
GM
68732000-11-09 Gerd Moellmann <gerd@gnu.org>
6874
730c746c
GM
6875 * simple.el (byte-compiling-files-p): New function.
6876
6877 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6878 if it is there.
6879
6880 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6881 nil again.
6882
778fbc46
GM
6883 * textmodes/ispell.el (ispell-library-path): Don't call
6884 check-ispell-version when byte-compiling because that starts
6885 an ispell process, and ispell might not be installed.
6886 (toplevel): Don't set up a menu when byte-compiling.
6887
6888 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6889 it, so that a boundp test can be used to determine if we're
6890 currently byte-compiling.
6891
5912c5bb
DL
68922000-11-09 Dave Love <fx@gnu.org>
6893
83c9cb8e 6894 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6895
7bb054a5
GM
68962000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6897
83c9cb8e
SM
6898 * ps-print.el: Patch for variable initialization when spooling.
6899 Doc fix.
7bb054a5
GM
6900 (ps-output-list): Fun eliminated.
6901 (ps-begin-file, ps-begin-job): Code fix.
6902
9db2706e
DL
69032000-11-08 Dave Love <fx@gnu.org>
6904
83c9cb8e 6905 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6906
f7eb32aa
GM
69072000-11-08 Gerd Moellmann <gerd@gnu.org>
6908
6909 * simple.el (shell-command, display-message-or-buffer)
6910 (shell-command-on-region): Mention resize-mini-windows in the doc
6911 string.
6912 (display-message-or-buffer): Take the value of resize-mini-windows
6913 into account.
6914
7b01b08c
GM
69152000-11-07 Gerd Moellmann <gerd@gnu.org>
6916
acad3c0b
GM
6917 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6918
7b01b08c
GM
6919 * dired.el (dired-between-files): Add `^. find' as an alternative
6920 to the regular expression, for find-dired.
6921
6f602bd0
SM
69222000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * textmodes/texnfo-upd.el: Require texinfo.
6925 (defmacro, defgroup): Remove.
6926 (texinfo-section-to-generic-alist): Remove.
6927 Use texinfo-section-list instead (i.e. level is changed string->int).
6928 (texinfo-filter): New function.
6929 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6930 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6931 Use it. And use regexp-opt.
6932 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6933 (texinfo-update-menu-region-beginning)
6934 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6935 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6936 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6937 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6938 (texinfo-sequential-node-update): Remove autoload cookie.
6939
6940 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6941 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6942 (texinfo-chapter-level-regexp): Remove.
6943 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6944
bb216218
DL
69452000-11-06 Dave Love <fx@gnu.org>
6946
6f602bd0 6947 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6948
6f602bd0
SM
6949 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6950 Match defun*.
bb216218 6951
ff8dd5d5
KH
69522000-11-06 Kenichi Handa <handa@etl.go.jp>
6953
6954 * composite.el (composition-function-table): Variable declaration
6955 moved to src/composite.c.
6956 (compose-chars-after): New optional arg object.
6957
e9da51a1
GM
69582000-11-06 Gerd Moellmann <gerd@gnu.org>
6959
e0c12c68
GM
6960 * bindings.el (mode-line-toggle-read-only)
6961 (mode-line-toggle-modified, mode-line-widen)
6962 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6963 (make-mode-line-mouse2-map): Rewritten.
6964 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6965 functions so that C-h k can show something with a doc string.
eaae8106 6966
e9da51a1
GM
6967 * startup.el (fancy-splash-delay): Set to 10 seconds.
6968 (fancy-splash-max-time): New user-option.
6969 (fancy-splash-stop-time): New variable.
6970 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6971 (fancy-splash-screens-1): Throw `stop-splashing' when current
6972 time is greater than fancy-splash-stop-time.
6973
611dbdf0
SM
69742000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6975
4d2806e2
SM
6976 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6977
611dbdf0
SM
6978 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6979 Prompt user for a file rather than raising an error.
6980 (cvs-enabledp): Fix call to cvs-mode-marked.
6981 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6982 (cvs-mode-insert): Use it. Change the init prompt' value.
6983 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6984
6985 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6986 Don't pass default arg to ewoc-locate.
6987 (ewoc-collect): Return result in the right order.
6988
6989 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6990
6991 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6992 (cvs-status-get-tags): Fix regexp.
6993 (cvs-status-trees, cvs-status-cvstrees):
6994 Combine after change hooks and don't sit-for.
4d2806e2
SM
6995 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6996 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6997 Use make-char rather than hard-coded cryptic data.
6998 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6999
7000 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7001
7002 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7003 (cvs-insert-strings): New function.
7004
937b2877
MB
70052000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7006
7007 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7008 `mwheel-scroll-amount'.
7009 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7010 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7011 string-matching against the version string.
7012
c6c97763
KH
70132000-11-06 Kenichi Handa <handa@etl.go.jp>
7014
6eaec747
KH
7015 * language/thai.el ("Thai"): Set a lisp form that produces
7016 composed string in `sample-text' language info.
7017
7018 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7019 composed string in `sample-text' language info.
7020
83c9cb8e
SM
7021 * international/mule-cmds.el (describe-language-environment):
7022 Eval `sample-text' data and insert the result.
6eaec747 7023
c6c97763
KH
7024 * international/mule-conf.el (compound-text): Define this coding
7025 system here. Make x-ctext and ctext aliases of it.
7026
7027 * language/european.el (compound-text, ctext): Moved to
7028 international/mule-conf.el.
7029
d1145f85
AI
70302000-11-05 Andrew Innes <andrewi@gnu.org>
7031
7032 * w32-fns.el (w32-version): New function.
7033
178a6a45
SM
70342000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7035
7036 * progmodes/awk-mode.el: Update copyright.
7037 (awk-mode-abbrev-table): Remove.
7038 (awk-font-lock-keywords): Use regexp-opt.
7039 (awk-mode): Use define-derived-mode.
7040
7041 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7042 when extracting a suffix.
7043
1ba90166
AS
70442000-11-04 Andre Spiegel <spiegel@gnu.org>
7045
7046 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7047 auto-save-mode.
7048
546790cb
JR
70492000-11-04 Jason Rumney <jasonr@gnu.org>
7050
7051 * language/european.el (decode-mac-roman): Test against r1 not r0.
7052
d247e32d
SM
70532000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7054
fbf44f44
SM
7055 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7056 (icon-mode): Define indent-line-function.
7057 (icon-comment-indent): Simplify.
7058 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7059
7060 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7061
7062 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7063 Bind change-log-default-mode to defeat the caching done on it.
7064 Don't bother saving excursion any more.
7065
7066 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7067
7068 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7069 (set-frame-font): Use the new name (and the old for compatibility).
7070
eaae8106
SS
7071 * toolbar/tool-bar.el (tool-bar-mode):
7072 * time.el (display-time-mode):
7073 * recentf.el (recentf-mode):
7074 * paren.el (show-paren-mode):
7075 * mwheel.el (mouse-wheel-mode):
7076 * msb.el (msb-mode):
7077 * jka-compr.el (auto-compression-mode):
7078 * image-file.el (auto-image-file-mode):
7079 * hl-line.el (hl-line-mode):
7080 * delsel.el (delete-selection-mode):
7081 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7082 * complete.el (partial-completion-mode): Drop unneeded positional args.
7083
eaae8106 7084 * info.el (Info-mode):
79372165 7085 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7086
d247e32d
SM
7087 * log-edit.el (log-edit-menu): New menu.
7088
4921558e
MB
70892000-11-03 Miles Bader <miles@gnu.org>
7090
7091 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7092 definition, so that trailing spaces are handled properly.
7093 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7094
1fc02b3c
GM
70952000-11-03 Gerd Moellmann <gerd@gnu.org>
7096
7097 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7098 tab character.
7099 (fancy-splash-screens): Set tab-width to 20.
7100
51d001f7
DL
71012000-11-03 Dave Love <fx@gnu.org>
7102
7103 * comint.el (comint-completion-addsuffix): Fix custom type.
7104
ba22aeff
SM
71052000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7106
7107 * font-lock.el (font-lock-buffers): Remove.
7108 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7109 (font-lock-change-major-mode): Remove.
7110 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7111 (font-lock-default-fontify-region): Extend the multiline
7112 fontification to whole lines.
7113 (font-lock-fontify-anchored-keywords)
7114 (font-lock-fontify-keywords-region): If matching just one
7115 line (with \n) only mark the \n as multiline.
7116
7117 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7118 Correctly handle the case where several :group args are supplied.
7119 Allow :extra-args.
7120 (easy-mmode-define-global-mode): Allow :extra-args.
7121 Correctly handle the case where several :group args are supplied.
7122
9c887ada
MB
71232000-11-02 Miles Bader <miles@gnu.org>
7124
eaae8106 7125 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7126 (holiday-face): Remove dependency on `window-system'.
7127
7f25090d
KR
71282000-11-02 Ken Raeburn <raeburn@gnu.org>
7129
7130 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7131 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7132 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7133
7dd6009c
DL
71342000-11-02 Dave Love <fx@gnu.org>
7135
7136 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7137
94821e4f
EZ
71382000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7139
7140 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7141 punctuation in the warning inserted into the *mail* buffer.
7142
1ac3fc42
GM
71432000-11-02 Gerd Moellmann <gerd@gnu.org>
7144
57731876
GM
7145 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7146 (authors-public-domain-p): New function.
7147 (authors-print): Use it.
7148
975f82c9
GM
7149 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7150
1ac3fc42
GM
7151 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7152
4b3eb10f
GM
71532000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7154
975f82c9 7155 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7156 (ps-print-version): New version number (6.3.1).
7157 (ps-even-or-odd-pages): Customization fix.
7158 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7159 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7160 (ps-page-count): Var replaced by `ps-page-column'.
7161 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7162 (ps-print-sheet-p): New fun.
7163
7da794df
MB
71642000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7165
7166 * tooltip.el (tooltip-gud-tips-setup): New function.
7167 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7168 (tooltip-mode): Call tooltip-gud-tips-setup.
7169 (tooltip-gud-tips): Use `gud-basic-call' instead of
7170 process-send-string, so the prompt gets frobbed appropriately.
7171 Handle nil return value from `tooltip-gud-print-command'.
7172
0e40b809
EL
71732000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7174
7175 * comint.el (comint-add-to-input-history): New function.
7176 (comint-send-input): Use `comint-add-to-input-history'.
7177
50ada0db
MB
71782000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7179
973a3104
MB
7180 * info.el (info-menu-header): New face.
7181 (Info-fontify-menu-headers): New function.
7182 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
7183
50ada0db
MB
7184 * info.el (Info-insert-dir): Don't include blank lines at
7185 beginning of additional dir files (one is added automatically).
7186
bff53411
SM
71872000-11-01 Stefan Monnier <monnier@cs.yale.edu>
7188
7189 * emacs-lisp/easy-mmode.el (define-minor-mode):
7190 Revert the latest changes.
7191 Allow the three positional arguments to be skipped and replaced
7192 by keyword arguments.
7193 Add a :toggle argument to determine whether a nil arg means toggle
7194 or means turn-on. The default is unchanged.
7195 Add a call to force-mode-line-update.
7196
6b8a0b2d
DL
71972000-11-01 Dave Love <fx@gnu.org>
7198
83c9cb8e 7199 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 7200
5bf99100
MB
72012000-11-01 Miles Bader <miles@lsi.nec.co.jp>
7202
83c9cb8e
SM
7203 * calendar/calendar.el (diary-face, holiday-face):
7204 Add dark-background variants.
5bf99100 7205
a4032611
SS
72062000-10-31 Sam Steingold <sds@gnu.org>
7207
7208 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
7209 `tex-main-file' does not have directory in it.
7210
c286608e
SM
72112000-10-31 Stefan Monnier <monnier@cs.yale.edu>
7212
7213 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
7214
4836835a
TTN
72152000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
7216
7217 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
7218 functional change.
7219
26dcb81b
GM
72202000-10-31 Gerd Moellmann <gerd@gnu.org>
7221
7222 * files.el (find-file-noselect): When we expand a wildcard, return
7223 a list of buffers, as we should do according to the doc string.
7224
49fc4500
KR
72252000-10-31 Ken Raeburn <raeburn@gnu.org>
7226
7227 * loadup.el (top level): Adjust load path if program name is
7228 "../src/bootstrap-emacs", in case it's not dumped and thus the
7229 load path adjustment hasn't already been done.
7230
ea0c615d
GM
72312000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7232
83c9cb8e
SM
7233 * ps-print.el: Fix bug on selected pages for printing.
7234 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
7235 is on. Try to avoid warning messages when compiling. Doc Fix.
7236 (ps-print-version): New version number (6.3).
7237 (ps-color-device): Use `color-values' to determine if device
7238 supports color.
7239 (ps-color-values): Try to use `x-color-values' when using XEmacs.
7240 (ps-print-page-p): Changed from defsubst to defun.
7241 (ps-page-number): Changed from defmacro to defun.
7242 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
7243 printing.
c286608e 7244 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
7245 (ps-end-file, ps-dummy-page): Funs eliminated.
7246 (ps-print-color-scale): Changed default value.
7247 (ps-page-n-up, ps-print-page-p): New internal vars.
7248 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
7249 (ps-plot-region, ps-generate, ps-end-job): Code fix.
7250
9e20722f
GM
7251 * delim-col.el: Little programming improvement.
7252 (delimit-columns-str): New macro.
7253 (delimit-columns-region, delimit-columns-rectangle): Code fix.
7254
d7a0fd00
KH
72552000-10-31 Kenichi Handa <handa@etl.go.jp>
7256
c286608e
SM
7257 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
7258 Moved to european.el.
d7a0fd00
KH
7259 (ccl-encode-mac-roman-font, fontset-mac): Modified for
7260 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
7261 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
7262 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 7263
234be340
DL
72642000-10-30 Dave Love <fx@gnu.org>
7265
7266 * progmodes/cc-menus.el (imenu-generic-expression)
7267 (imenu-progress-message): Only defvar when compiling.
7268
4edc4a39
DL
7269 * emacs-lisp/elp.el (elp-unload-hook): New function.
7270
7271 * loadhist.el (unload-feature): Call elp-restore-function,
7272 checking for symbols; don't use elp-restore-all.
7273 (loadhist-hook-functions): Doc fix.
7274
70c825df
SM
72752000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * log-edit.el (log-edit-confirm): Fix the default.
7278
1d3baf74
GM
72792000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7280
7281 * delim-col.el: Little fix: replace delimit-columns-align-columns by
7282 delimit-columns-format.
7283 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 7284
1ec321a7
MB
72852000-10-30 Miles Bader <miles@lsi.nec.co.jp>
7286
7287 * comint.el (comint-replace-by-expanded-history): Don't use
7288 comint-get-old-input (we're not looking at *old* input).
7289 (comint-get-old-input-default): If using fields, signal an error
7290 when the point is not in an input field.
7291
70737ea9
KH
72922000-10-30 Kenichi Handa <handa@etl.go.jp>
7293
7294 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
7295 and mule-unicode-e000-ffff.
7296
fa0cb51d 7297 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
7298 (make-coding-system): Accept a symbol of translation table as a
7299 value of property `safe-chars'.
7300
7301 * international/mule-cmds.el (encode-coding-char): Check property
7302 safe-chars instead of safe-charsets.
7303
7304 * international/fontset.el (fontset-default): Modified for
7305 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
7306 (x-font-name-charset-alist): Likewise.
7307 (ccl-encode-unicode-font): New CCL program. Record it in
7308 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
7309
70c825df
SM
7310 * language/european.el (mac-roman-decoder, mac-roman-encoder):
7311 New translation tables.
70737ea9
KH
7312 (decode-mac-roman, encode-mac-roman): Definition of these CCL
7313 programs are modified and moved from mac-win.el.
7314 (mac-roman): Definition of this coding system is modified and
7315 moved from mac-win.el.
4836835a 7316
fda2ce24 73172000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7318
1d3baf74 7319 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 7320 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 7321
dd4d3cb6
MB
73222000-10-29 Miles Bader <miles@gnu.org>
7323
7324 * custom.el (custom-add-to-group): Allow multiple entries for a
7325 given value OPTION, as long as their widget types are different.
7326 * cus-edit.el (custom-face-value-create): If face name doesn't end
7327 with "face", add such here (similar to custom group widgets).
7328
7329 * comint.el (comint-highlight-prompt): Add :type.
7330
dace60cf
JW
73312000-10-28 John Wiegley <johnw@gnu.org>
7332
dace60cf
JW
7333 * calendar/timeclock.el (timeclock-log): Doc fix.
7334 (timeclock-last-event): Doc fix.
83c9cb8e 7335 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
7336 (timeclock-find-discrep): Use a temp buffer to read in the
7337 timelog, instead of visiting the file.
7338 (timeclock-log-data): A new function, along with a host of helper
7339 functions, for the purpose of making timelog data accessible to
7340 programmers.
7341
7342 * eshell/esh-mode.el (window-height test): Make certain that
7343 `eshell-stringify-t' is non-nil.
7344 (eshell-password-prompt-regexp): Changed to a much simpler
7345 password regexp.
7346 (eshell-send-input): If `eshell-invoke-directly' returns t,
7347 directly invoke the parsed command using `eval'. This improves
7348 turn-around time on simple commands by a factor of three or
7349 greater, such as cd, ls, pwd, etc. -- which get used very often.
7350 It also conserves thousands of cons cells per call (since
7351 `eshell-do-eval' consumes memory like a Cookie Monster set loose
7352 in the Pacific Cookie Company).
7353
7354 * eshell/esh-test.el (eshell-test): Whitespace fix.
7355
83c9cb8e
SM
7356 * eshell/em-ls.el (eshell-ls-insert-directory):
7357 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
7358
7359 * eshell/em-script.el (eshell-script-initialize): Add names to
7360 `eshell-complex-commands, since `source' and `.' are complex.
7361
0467b076
EZ
7362 * eshell/esh-cmd.el (eshell-rewrite-for-command)
7363 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
7364 `eshell-copy-handles'.
7365 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
7366 bodies.
7367 (eshell-separate-commands): Whitespace fix.
7368 (eshell-complex-commands): Added a new list of names, for
7369 determining whether a given command is as simple as it looks.
7370 (eshell-invoke-directly): New function. Returns t if a command
7371 should be invoked directly (using `eval'), rather than indirectly
7372 using `eshell-do-eval'.
7373 (eshell-do-eval): Whitespace fix.
7374
7375 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
7376 which provides an emulation of the DOS shell behavior of assuming
7377 that cp/mv/ln should copy/move/link to the current directory.
7378 (eshell-remove-entries): Added a doc string.
7379 (eshell-shuffle-files): Removed the check for `target' being null.
7380 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
7381 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
7382 it to do a smarter check of whether a destination was provided.
7383 (eshell/mv, eshell/cp): Enable `:preserve-args'.
7384 (eshell/ln): Enable `:preserve-args', and use
7385 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
7386 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
7387 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
7388 list after flattening it. This makes it possible to cat files
7389 with numerical names.
7390 (eshell-unix-initialize): Added several names to
7391 `eshell-complex-commands.
7392 (eshell-unix-command-complex-p): Return t if a given command name
7393 may result in external processes being invoked.
7394
7395 * eshell/em-glob.el (eshell-glob-show-progress): Make this
7396 variable nil by default, since it slows down glob processing by a
7397 factor of two or more, and increases memory consumption.
7398
7399 * eshell/em-smart.el: Added a note about how memory consumptive
7400 smart display mode can be (at least this is true in Emacs 21).
7401 (eshell-smart-initialize): Whitespace fix.
7402 (eshell-refresh-windows): Use `if' instead of `when'.
7403 (eshell-smart-scroll-window): Calling `save-current-buffer' was
7404 not necessary.
83c9cb8e 7405 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
7406
7407 * eshell/em-ls.el (eshell-do-ls): Code simplification.
7408 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
7409 Whitespace fix.
7410 (eshell-ls-exclude-hidden): Added this variable in addition to
7411 `eshell-ls-exclude-regexp'. This one prevents files beginning
7412 with . from even being read, which can improve memory consumption
7413 quite a bit.
7414 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
7415 read file entries beginning with a dot. In home directories with
7416 lots of hidden files, fully two-thirds of the time spent in ls is
7417 used to read directory entries that are immediately thrown away.
7418 (eshell-ls-initial-args): Added back this configuration variable,
7419 for specifying default initial arguments to every call to ls.
7420 Much faster than using an alias to do the same thing.
7421 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
7422 (eshell-ls-dir): Whitespace change.
7423
7424 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
7425
83c9cb8e 7426 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
7427 (eshell-stringify-t): Added a customization variable, to indicate
7428 whether `t' should be rendered as a string at all. If not, one
7429 can still determine if the result of an expression is true using
7430 "file-exists-p FILE && echo true".
7431 (eshell-stringify): If `eshell-stringify-t' is nil, don't
7432 stringify t!
7433
7434 * eshell/esh-module.el: Whitespace fix.
7435
83c9cb8e
SM
7436 * eshell/em-alias.el (eshell-alias-initialize):
7437 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
7438 (eshell-command-aliased-p): New function that returns t if a
7439 command name names an aliased.
7440
657f9cb8 74412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 7442
0467b076 7443 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 7444 redrawing the screen when changing cursor color.
0467b076
EZ
7445 (viper-insert-state-pre-command-sentinel)
7446 (viper-replace-state-pre-command-sentinel)
70c825df
SM
7447 (viper-replace-state-post-command-sentinel):
7448 Use viper-preserve-cursor-color.
657f9cb8
MK
7449 Many functions changed to use viper= instead of = when comparing
7450 characters.
0467b076 7451 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 7452 working with characters.
0467b076 7453 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
7454 Many functions changed to use viper= instead of = when comparing
7455 characters.
0467b076 7456 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 7457
0467b076 7458 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 7459 Several typos fixed in various docstrings.
0467b076 7460 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 7461 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
7462 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
7463 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
7464 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
7465 (ediff-get-selected-buffers): New function.
7466 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
7467 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
7468 Use save-window-excursion.
0467b076 7469 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 7470 termination check in while loop.
0467b076 7471 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 7472 dired buffer.
0467b076
EZ
7473 (ediff-files,ediff-merge-files,ediff-files3)
7474 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 7475
4f490d99
DL
74762000-10-28 Dave Love <fx@gnu.org>
7477
7478 * info.el (Info-fontify-node): Add help-echo for menu items.
7479
45b84006
EZ
74802000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7481
5ebc02b3
EZ
7482 * startup.el (normal-top-level): If the value of $TERM indicates
7483 we are running from xterm or one of its work-alikes, default to a
7484 light background mode.
7485
45b84006
EZ
7486 Support for -fg, -bg, and -rv command-line arguments for TTYs:
7487 * faces.el (tty-handle-reverse-video): New function.
7488 (tty-create-frame-with-faces): Call it.
7489
7490 * frame.el (frame-notice-user-settings): Don't apply
7491 default-frame-alist and initial-frame-alist to MS-DOS frames.
7492 Call tty-handle-reverse-video, frame-set-background-mode, and
7493 face-set-after-frame-default for non-MS-DOS frames.
7494
7495 * startup.el (tty-long-option-alist): New variable.
7496 (tty-handle-args): New function.
7497 (command-line): Call tty-handle-args.
7498
7499 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
7500 startup.el now does that for all character-terminal frames.
7501
eab6e8b9
MB
75022000-10-28 Miles Bader <miles@gnu.org>
7503
83c9cb8e
SM
7504 * emacs-lisp/easy-mmode.el (define-minor-mode):
7505 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
7506 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 7507 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
7508 version using `easy-mmode-define-global-mode'.
7509 Add :conditional-turn-on keyword argument.
eab6e8b9 7510
51a29efc
DL
75112000-10-28 Dave Love <fx@gnu.org>
7512
83c9cb8e
SM
7513 * international/latin1-disp.el (latin1-char-displayable-p):
7514 Don't use window-system.
51a29efc 7515
d71d7114
EZ
75162000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
7517
7518 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7519 Don't call find-buffer-file-type-coding-system. Instead, just
7520 set eol-type to -unix if inhibit-eol-conversion is in effect, or
7521 if the file is on an untranslated filesystem.
7522 (add-untranslated-filesystem): Use "D" instead of "f" inside
7523 interactive.
7524
1f9cab4b
DL
75252000-10-27 Dave Love <fx@gnu.org>
7526
70c825df 7527 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
7528 (refill-mode): Use it.
7529
70c825df
SM
75302000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7531
7532 * international/quail.el (quail-activate): Don't make-local-hook.
7533
7432cf10
AS
75342000-10-27 Andre Spiegel <spiegel@gnu.org>
7535
4836835a 7536 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 7537 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
7538 (vc-make-version-backup): Don't do it on MS-DOS without long file
7539 names.
4836835a 7540
7432cf10
AS
7541 * vc.el (vc-version-other-window): If an automatic backup of the
7542 desired version exists, rename it instead of copying it.
7543
4836835a
TTN
7544 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
7545 after command. If there's an unexpected error, signal it instead
7432cf10 7546 of being silent.
e1483c38 7547 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 7548
05ea7ef2
MB
75492000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7550
fd1035aa
MB
7551 * shell.el (shell): Add BUFFER argument.
7552 * comint.el (make-comint-in-buffer): New function.
7553 (make-comint): Use it.
7554
05ea7ef2
MB
7555 * faces.el (face-spec-choose): Change syntax so that the list of
7556 attribute-value pairs is now the cdr of each clause, not the cadr.
7557 Detect old-style entries, and handle them. Use pop.
7558
835a55fe
SM
75592000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7560
f5ab1cdd
SM
7561 * cus-edit.el (custom-mode-map): Use a sparse map.
7562 (custom-mode): Don't bother with make-local-hook.
7563
7564 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7565
835a55fe
SM
7566 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7567
c13b0ec8
GM
75682000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7569
7570 * ps-print.el: Avoid compilation gripes.
7571 (ps-print-version): New version number (6.2.1).
4836835a 7572
e9f63196
DL
75732000-10-26 Dave Love <fx@gnu.org>
7574
0b95284b
DL
7575 * menu-bar.el: Modify some menu item help strings.
7576 (menu-bar-help-menu): Add link to MORE.STUFF.
7577
e9f63196
DL
7578 * cus-edit.el (custom-mode): Add `special' mode-class property.
7579
7580 * wid-browse.el (widget-browse-mode): Likewise.
7581
7582 * wid-edit.el (widget-specify-field): Revert to using local-map
7583 property, not keymap.
7584
e276a14a
MB
75852000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7586
c1545d88
MB
7587 * wid-edit.el (widget-field-end): When checking for a `boundary'
7588 field, do so in the correct buffer.
7589
3c1b77ca
MB
7590 * simple.el (undo): Correctly distinguish between numeric and
7591 non-numeric prefix args in non-transient-mark-mode, as per the doc
7592 string. When in transient-mark-mode, treat all prefix-args as
7593 numeric.
7594
f5ab1cdd
SM
7595 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7596 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7597
7598 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7599 (comint-mode-map): Reverse order of `comint-write-output' and
7600 `comint-append-output-to-file'.
7601 (comint-append-output-to-file): Reinstate this function, for the
7602 benefit of the menu.
7603
d97151cb
SM
76042000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * vc.el (vc-version-other-window): Bind `file'.
7607
ea7d6f5b
GM
76082000-10-25 Gerd Moellmann <gerd@gnu.org>
7609
f5ab1cdd 7610 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7611
7612 * emacs-lisp/authors.el (batch-update-authors): New function.
7613 (authors-fixed-entries): New defconst.
7614 (authors-add-fixed-entries): New function.
7615 (authors): Call it.: Don't process lispref/.
7616
17c25cea
JR
76172000-10-25 Jason Rumney <jasonr@gnu.org>
7618
7619 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7620 Merge x w32 and mac definitions.
7621
4ecda532
GM
76222000-10-25 Gerd Moellmann <gerd@gnu.org>
7623
7624 * menu-bar.el (menu-bar-options-menu): Add a help string for
7625 `uniquify'.
7626
b6735035
GM
76272000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7628
f5ab1cdd
SM
7629 * time-stamp.el (time-stamp-string-preprocess):
7630 Fix a wrong type argument error.
b6735035 7631
f4cbc7a0
MB
76322000-10-25 Miles Bader <miles@gnu.org>
7633
7634 * recentf.el (recentf-mode): Variable removed.
7635 (recentf-mode): Use `define-minor-mode'.
7636
7637 * mwheel.el (mouse-wheel-mode): New global minor mode.
7638 (mwheel-install): Use `mouse-wheel-mode'.
7639
f4b020f6
DL
76402000-10-25 Dave Love <fx@gnu.org>
7641
f5ab1cdd
SM
7642 * progmodes/cperl-mode.el (cperl-mode):
7643 Set normal-auto-fill-function correctly.
072cb6f9 7644
83c9cb8e
SM
7645 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7646 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7647 bindings.
f4b020f6 7648
ebe2a441
MB
76492000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7650
ff4dcd4b
MB
7651 * wid-edit.el (widget-field-at): New function.
7652 (widget-at, widget-field-activate): Use it.
7653 (widget-tabable-at): Use `widget-at'.
7654 (widget-specify-field): If the terminating character of the widget
7655 field (which is read-only) is a newline, put it into a special
7656 `boundary' field so that C-n/C-p act more naturally.
7657 (widget-field-end): Also don't subtract one if a special
7658 `boundary' field has been added after the widget field.
7659
83c9cb8e
SM
7660 * comint.el (comint-output-filter, comint-send-input):
7661 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7662 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7663
ebe2a441
MB
7664 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7665 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7666 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7667
fe50b6ab
GM
76682000-10-24 Gerd Moellmann <gerd@gnu.org>
7669
53df4dda 7670 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7671 (authors): Set file coding system to iso-2022-7bit.
7672 Add file-local variables to output buffer.
53df4dda 7673
4836835a 7674 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7675 WARN is nil.
7676
53df4dda
GM
76772000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7678
7679 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7680
7681 * delim-col.el: Now there is a column formatting mechanism.
7682 Modified to customization mechanisms convention. Doc fix.
7683 (columns): New group for delim-col.
7684 (delimit-columns-before, delimit-columns-after)
7685 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7686 (delimit-columns-end): New vars.
7687 (delimit-columns-customize, delimit-columns-format): New funs.
7688 (delimit-columns-region, delimit-columns-rectangle)
7689 (delimit-columns-rectangle-line): Modified to support column
7690 formatting.
4836835a 7691
a9839779
DL
76922000-10-24 Dave Love <fx@gnu.org>
7693
7694 * log-edit.el (log-edit): Add :version and a :group for vc.
7695
df0267b8
GM
76962000-10-24 Gerd Moellmann <gerd@gnu.org>
7697
9acc3873
GM
7698 * files.el (after-find-file): Don't print a message ``New file''
7699 if WARN is nil.
7700
83c9cb8e
SM
7701 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7702 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7703 get duplicate tool-bar entries because we'll see the global ones
7704 on more than one path through keymaps.
7705
1946f901
GM
7706 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7707
df0267b8
GM
7708 * progmodes/cmacexp.el: Change Francesco's email address.
7709
ae3b264b
KH
77102000-10-24 Kenichi Handa <handa@etl.go.jp>
7711
7712 * window.el (fit-window-to-buffer): Adjust point of the window
7713 buffer, not that of the current buffer.
7714
23afac01
EZ
77152000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7716
7717 * progmodes/cmacexp.el: Update the euthor's email address.
7718
22d1a4ed
MB
77192000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7720
7721 * faces.el (face-spec-set-match-display): Add `graphic' display
7722 type (the inverse of `tty'). Use `display-graphic-p' instead of
7723 the window-system variable.
7724
f408aa48
KH
77252000-10-24 Kenichi Handa <handa@etl.go.jp>
7726
83c9cb8e
SM
7727 * international/isearch-x.el (isearch-with-input-method):
7728 Call input-method-function with the first event in
f408aa48
KH
7729 unread-command-events.
7730
94fe8a31
MB
77312000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7732
83c9cb8e 7733 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7734
8f47302e
AC
77352000-10-24 Andrew Choi <akochoi@i-cable.com>
7736
7737 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7738 New charsets.
7739
7740 * term/mac-win.el: Remove definitions of mac-roman-lower and
7741 mac-roman-upper, require dired, and define instead of set
7742 mac-ready-for-drag-n-drop to avoid compilation error.
7743
446c097e
AI
77442000-10-23 Andrew Innes <andrewi@gnu.org>
7745
83c9cb8e
SM
7746 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7747 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7748 expand-file-name after convert-standard-filename to ensure
7749 expected directory separators are used.
7750
379b70e7
EZ
77512000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7752
7753 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7754
85c766e9
DL
77552000-10-23 Dave Love <fx@gnu.org>
7756
b7e03a67
DL
7757 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7758 (tool-bar-add-item): Set foreground and background for XBM icons.
7759
83c9cb8e
SM
7760 * international/latin1-disp.el (latin1-char-displayable-p):
7761 New function (from Handa).
b7e03a67
DL
7762 (latin1-display-check-font): Use it.
7763
0dcf8835 7764 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7765 using :key-sequence, making it much more usable.
7766 Use nconc, not append.
0dcf8835
DL
7767 (imenu--create-keymap-1): Avoid append.
7768
85c766e9 7769 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7770
cb3069bb
MB
77712000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7772
7773 [the following changes fix a bug where `define-minor-mode' didn't
7774 correctly generate :require clauses for defcustoms in compiled files]
7775 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7776 (byte-compile-log-file, byte-compile-log-1): Don't set
7777 `byte-compile-current-file' to nil. Instead set
7778 `byte-compile-last-logged-file' to it. Test whether
7779 byte-compile-current-file equals byte-compile-last-logged-file
7780 instead of whether its nil.
3b6542ba 7781 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7782
6db6243b
SM
77832000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7784
7785 * textmodes/refill.el: Fix var names in doc.
7786 (refill-mode): Don't bother with make-local-hook anymore.
7787
98490598
MB
77882000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7789
e01cd227
MB
7790 * faces.el (face-user-default-spec, face-default-spec): New functions.
7791 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7792 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7793 Use `face-user-default-spec'. Simplify code slightly.
7794
4836835a 7795 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7796 (woman-unknown-face): Add dark-background variants.
7797 (woman-default-faces): Renamed from `woman-colour-faces'.
7798 Set using the stored defaults, rather than using hard-wired colors.
7799 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7800 Just make the foreground `unspecified' rather than "black".
7801 (woman-menu): Rename menu entries accordingly.
7802
98490598
MB
7803 * faces.el (header-line): Make more reasonable on mono/grayscale
7804 displays.
7805
1a578e9b
AC
78062000-10-23 Andrew Choi <akochoi@i-cable.com>
7807
7808 * cus-edit.el (custom-button-face): Use 3D look for mac.
7809 (custom-button-pressed-face): Likewise.
7810
7811 * faces.el (set-face-attributes-from-resources): Handle mac frames
7812 in the same way as x and w32 frames.
7813 (face-valid-attribute-values): Likewise.
7814 (read-face-attribute): Likewise.
7815 (defined-colors): Likewise.
7816 (color-defined-p): Likewise.
7817 (color-values): Likewise.
7818 (display-grayscale-p): Likewise.
7819 (face-set-after-frame-default): Likewise.
7820 (mode-line): Same default face as for x and w32.
7821 (tool-bar): Likewise.
7822
7823 * frame.el: Remove call to frame-notice-user-settings at end of
7824 the file.
7825
83c9cb8e 7826 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7827 as for x, pc, and w32 frame types.
7828
7829 * term/mac-win.el: New file.
7830
aaaf7be7
DL
78312000-10-22 Dave Love <fx@gnu.org>
7832
7833 * textmodes/refill.el: New file.
7834
5392d654
AS
78352000-10-22 Andre Spiegel <spiegel@gnu.org>
7836
4836835a 7837 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7838 MANUAL and REGEXP.
4836835a 7839 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7840 New functions.
7841 (vc-before-save): Use the latter.
7842 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7843 confusion.
7844
4836835a 7845 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7846 expected by vc[-hooks].el.
7847
7848 * vc.el (vc-checkout): Added `-p' suffix in call to
7849 vc-make-version-backups-p; use vc-make-version-backup to actually
7850 make the backup.
7851 (vc-version-other-window, vc-version-backup-file): Handle both
7852 automatic and manual backups.
7853 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7854 of all of them.
7855
1e221c16
MB
78562000-10-22 Miles Bader <miles@gnu.org>
7857
7ff4fda5
MB
7858 * comint.el (comint-highlight-input, comint-highlight-prompt):
7859 Renamed, `-face' at end removed.
7860 (comint-send-input, comint-output-filter): Use renamed faces.
7861
3511cde8
MB
7862 * window.el (fit-window-to-buffer): Change defaulting of
7863 MAX-HEIGHT slightly.
7864
1e221c16
MB
7865 * faces.el (color-values, color-defined-p): Use `member', not
7866 `memq', because it works correctly for strings.
7867 (frame-set-background-mode): Actually, "unspecified-fg" and
7868 "unspecified-bg" *are* strings. Use `member', not `memq', and
7869 `equal', not `eq', when a string value is possible.
7870
b6ef4898
EZ
78712000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7872
7873 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7874
34939e2c
SM
78752000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7878 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7879 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7880 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7881 (sh-font-lock-syntactic-keywords): Use them.
7882 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7883 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7884 (sh-mode): Don't override font-lock-unfontify-region-function.
7885 Use a copy of sh-font-lock-syntactic-keywords.
7886 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7887 Don't call sh-scan-buffer since font-lock does it on the fly.
7888 (sh-get-indent-info): Use `face' rather than `syntax-table'
7889 text-property to detect here-documents.
7890 Replace sh-special-syntax with sh-st-punc.
7891 (sh-prev-line): Use `face' rather than `syntax-table'
7892 text-property to skip over here-documents.
7893 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7894 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7895 (sh-electric-less, sh-set-here-doc-region)
4836835a 7896 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7897 (sh-scan-buffer, sh-rescan-buffer): Remove.
7898
f3d3c491
AI
78992000-10-21 Andrew Innes <andrewi@gnu.org>
7900
7901 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7902 remote (ange-ftp) file names.
7903
b86c791c
MB
79042000-10-21 Miles Bader <miles@gnu.org>
7905
d9c30bdf
MB
7906 * window.el (fit-window-to-buffer): New function.
7907 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7908 (window-text-height): Don't expect minibuffers to have mode-lines.
7909
d9c30bdf 7910 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7911 * international/quail.el (quail-update-guidance):
7912 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7913
617fee5a
MB
7914 * international/quail.el (quail-show-guidance-buf): Make sure
7915 guidance window really has enough room.
7916 (quail-update-guidance): If quail-guidance-win is already shown,
7917 make sure its height is OK.
7918
b86c791c
MB
7919 * window.el (window-text-height, set-window-text-height):
7920 New functions.
7921 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7922 instead of `window-height' & `mode-line-window-height-fudge'.
7923 (mode-line-window-height-fudge): Add FACE parameter.
7924 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7925 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7926
e34850d1
MB
79272000-10-20 Miles Bader <miles@gnu.org>
7928
7929 * window.el (height-affecting-face-attributes): Use `defconst'.
7930
7931 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7932 New function, conditionally aliased to `mode-line-window-height-fudge'.
7933 (ispell-help): Use it.
7934 (ispell-choices-win-default-height): Don't include mode-line fudge.
7935 (ispell-choices-win-default-height): New function.
7936 (ispell-show-choices, ispell-command-loop): Use function
7937 `ispell-choices-win-default-height' instead of variable.
7938
a8b883c2
MB
79392000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7940
8c6e4a58
MB
7941 * window.el (mode-line-window-height-fudge): New variable.
7942 (height-affecting-face-attributes): New variable.
7943 (mode-line-window-height-fudge): New function.
7944 (shrink-window-if-larger-than-buffer): Use it.
7945 * help.el (resize-temp-buffer-window): Likewise.
7946
a8b883c2
MB
7947 * info.el (Info-fontify-node): Add support for @subsubsection
7948 titles, which use `Info-title-4-face'.
7949 (Info-title-4-face): New face.
7950 (Info-title-3-face): Inherit from Info-title-4-face instead of
7951 variable-pitch.
7952
e64c3a75
JR
79532000-10-19 Jason Rumney <jasonr@gnu.org>
7954
7955 * dired.el (dired-insert-directory): Do not let errors signalled by
7956 attempt to run dired-free-space-program prevent dired from working.
7957
c70fe852
SM
79582000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7959
7960 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7961
877cf6b4
GM
79622000-10-19 Gerd Moellmann <gerd@gnu.org>
7963
5de037e0
GM
7964 * dirtrack.el (dirtrack): Fix call to run-hooks.
7965
6deb9af9
GM
7966 * cmuscheme.el (cmuscheme-program-name): Renamed from
7967 scheme-program-name because xscheme.el contains a defcustom with
7968 the same name. As a consequence, customizing group `cmuscheme'
7969 loaded `xscheme' which redefined run-scheme.
7970 (run-scheme): Use cmuscheme-program-name.
7971
83c9cb8e 7972 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7973
e597d8fb 7974 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7975 anonymous address, and add a website for Befrienders International.
4836835a 7976
3e9cb08f
GM
79772000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7978
c70fe852
SM
7979 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7980 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7981 (ps-print-version): New version number (6.2).
7982 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7983 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7984 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7985 (ps-x-extent-priority, ps-x-extent-start-position)
7986 (ps-x-face-font-instance, ps-x-find-coding-system)
7987 (ps-x-font-instance-properties, ps-x-make-color-instance)
7988 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7989 avoid compilation gripes without defining functions.
7990 (ps-e-find-composition): Alias for function find-composition, to have a
7991 suitable function depending on Emacs version.
7992 (ps-color-device, ps-color-values, ps-face-foreground-name)
7993 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7994 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7995 (ps-print-ensure-fontified): Function definitions surrounded by
7996 `eval-and-compile' to avoid compilation gripes.
7997 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7998 by symbol-value to avoid compilation gripes.
7999 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8000 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8001
d8abcd91
MB
80022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8003
13ab33c4
MB
8004 * startup.el (normal-top-level): Call `frame-set-background-mode'
8005 after `frame-notice-user-settings' because the latter doesn't call
8006 the former on a tty.
8007
d8abcd91
MB
8008 * faces.el (frame-set-background-mode): `unspecified' &c are
8009 symbols, not strings.
8010
e8bce0a9
EZ
80112000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8012
c70fe852
SM
8013 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8014 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8015
c70fe852
SM
8016 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8017 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8018
773272d8
KH
80192000-10-19 Kenichi Handa <handa@etl.go.jp>
8020
c70fe852 8021 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8022 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8023 for ISO10646-1 fonts.
8024 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8025
772139c0
EZ
80262000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8027
8028 * faces.el (frame-set-background-mode): If a tty frame defines a
8029 background color, use that to compute the background mode, instead
8030 of always defaulting to "dark".
8031
d134a19f
MB
80322000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8033
8bb84cb2
MB
8034 * comint.el (comint-write-output): New function.
8035 (comint-mode-map): Add it to the menu.
e40a778f 8036 Bind `C-c C-s' to comint-write-output.
d134a19f 8037
dada41e1
GM
80382000-10-18 Gerd Moellmann <gerd@gnu.org>
8039
8040 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8041 Use fancy-splash-delay.
8042
9b5360aa
GM
80432000-10-18 Alex Schroeder <alex@gnu.org>
8044
8045 * progmodes/sql.el (sql-sybase-options): New option.
8046 (sql-sybase): Use it. Add sql-database to the list of parameters
8047 provided for login. The options -w 2048 -n are not used any more.
8048
9035a35a
GM
8049 * comint.el (comint-read-input-ring): Bugfix such that the first
8050 and the last entry of the input ring file are not lost.
8051
3556c6dd
GM
80522000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8053
8054 * ps-print.el: Internal variable changes to defcustom,
8055 make-local-hook changes to defvar. Doc fix.
8056 (ps-print-version): New version number (6.1).
8057 (ps-setup, ps-do-despool): Code fix.
8058 (ps-printer-name): Customization fix.
8059 (ps-printer-name-option): Now is a defcustom instead of an
8060 internal variable.
8061 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8062 (ps-print-begin-column-hook): Now are defvar instead of
8063 make-local-hook.
4836835a 8064
4e217e50
MB
80652000-10-18 Miles Bader <miles@gnu.org>
8066
8067 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8068 (comint-kill-output): Changed into an alias for `comint-delete-output',
8069 and made obsolete.
8070 (comint-mode-map): Rename references to comint-kill-output.
8071
34460354
EZ
80722000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8073
8074 * diff-mode.el (diff-header-face, diff-file-header-face)
8075 (diff-changed-face): Add bold and italic attributes to tty faces.
8076 (diff-function-face): New face.
8077 (diff-font-lock-keywords): Use it.
8078
17ea3cdb
MB
80792000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8080
8081 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8082 Remove commented-out call to force-mode-line-update.
8083 (comint-kill-output): Use `forward-line 0' instead of
8084 beginning-of-line to make sure we get past the prompt.
8085
9244f2c7
SM
80862000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8087
8088 * diff-mode.el (diff-header-face, diff-file-header-face):
8089 Add specific setting for dark background.
8090 (diff-context-face): Renamed from diff-comment-face.
8091 Set explicitly rather than inheriting from font-lock-comment-face.
8092
1592c1ef
EZ
80932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8094
8095 * startup.el (command-line): Move the code which sets the default
8096 TTY colors to before before-init-hook.
8097
f86292a9
GM
80982000-10-17 Gerd Moellmann <gerd@gnu.org>
8099
8100 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8101
f7f2e883
EZ
81022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8103
e854cc22
EZ
8104 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8105 extensions, for MS-DOS.
8106
f7f2e883
EZ
8107 * diff-mode.el (diff-header-face, diff-file-header-face)
8108 (diff-changed-face): Define tty-specific colors.
8109
c7b4f0f9
GM
81102000-10-17 Gerd Moellmann <gerd@gnu.org>
8111
8112 * startup.el (fancy-splash-text): Realign the text.
8113
12a72271
EZ
81142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8115
8116 * font-lock.el (font-lock-comment-face): Define a separate default
8117 for dark-background tty's.
8118
61dfccfd
MB
81192000-10-17 Miles Bader <miles@gnu.org>
8120
8121 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8122 being obscured by whizzy mode-lines on graphics displays.
8123
333cd59e
EZ
81242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * info.el (Info-title-1-face, Info-title-2-face)
8127 (Info-title-3-face): Define colors for tty's.
dada41e1 8128 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8129
dbf1fcc1
EZ
81302000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8131
8132 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8133 reverse from the frame parameters, and don't invert foreground and
8134 background colors.
8135
ac629823
MB
81362000-10-16 Miles Bader <miles@gnu.org>
8137
8138 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8139 string "*Info*". Call propertized-buffer-identification to spruce
8140 up the result.
8141
76eebffc
GM
81422000-10-16 Gerd Moellmann <gerd@gnu.org>
8143
3a6b59d9
GM
8144 * help.el: Provide `help' for the sake of define-minor-mode
8145 which generates defcustoms with requires.
8146
6569c3d3
GM
8147 * jit-lock.el (jit-lock-after-change): If we're in text that
8148 matches a multi-line font-lock pattern, make sure the whole text
8149 will be redisplayed.
8150
c2e0a611
GM
8151 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8152 author's name is unknown.
8153
76eebffc
GM
8154 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8155 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8156 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8157 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8158 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8159 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8160 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8161 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8162 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8163 Add author information.
8164
cf1e7b12
MB
81652000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8166
8167 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8168 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8169 full-color version (using the Gimp) to eliminate dithering artifacts.
8170
5586f3eb
SM
81712000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8172
8173 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8174
8175 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8176
ad64a888
DL
81772000-10-15 Dave Love <fx@gnu.org>
8178
83c9cb8e 8179 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8180
8181 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8182
8183 * whitespace.el: Doc fixes.
8184 (top-level): Don't add hooks here.
8185 (whitespace-running-emacs): Deleted.
8186 (timer): Don't require.
8187 (whitespace): Add back :version conditional on xemacs test.
8188 (whitespace-spacetab-regexp, whitespace-indent-regexp)
8189 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
8190 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
8191 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
8192 Avoid specific xemacs test.
8193 (whitespace-global-mode): New option.
8194 (whitespace-global-mode): New command.
8195 (whitespace-unload-hook): New function.
8196
8197 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 8198 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
8199 (Info-fontify-node): `Goto' goes to `Go to'.
8200 (Info-fontify-node): Add help-echo to xref links.
8201
1ef49fc6
EZ
82022000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
8205
8b7707e1
SM
82062000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8207
b3b7f42f
SM
8208 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
8209 Use plist-get and allow :inherit.
8210
8211 * emacs-lisp/cl-macs.el (cl-do-arglist):
8212 Use plist-get and plist-member instead of memq.
8213
3c7fafc7
SM
8214 * emacs-lisp/ewoc.el (ewoc-location): New function.
8215 (ewoc-enter-after, ewoc-enter-before): Document return value.
8216 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
8217 Don't need make-local-hook any more.
8218 (cvs-addto-collection): Return the new tin.
8219 (cvs-mode-insert): Jump to the new line.
8220
8b7707e1
SM
8221 * jit-lock.el (jit-lock-fontify-buffer): Remove.
8222
8223 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
8224
8225 * font-lock.el (font-lock-syntactically-fontified): New var.
8226 (font-lock-fontify-syntactic-keywords-region): Use it.
8227 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
8228
8229 * diff-mode.el (diff-find-file-name): Fix regexp.
8230
8231 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8232 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
8233
8234 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
8235 (sh-mode-syntax-table): Add punctuation syntax for < and >.
8236 (sh-mode): Don't make all vars local here.
8237 (sh-kw): Reformat.
8238 (sh-set-shell): Use dolist. Don't set indent-region-function.
8239 (sh-mode-syntax-table): Use pop.
8240 (sh-remember-variable): Use push.
8241 (sh-help-string-for-variable): Use memq.
8242 (sh-safe-backward-sexp): Remove.
8243 (sh-safe-forward-sexp): Add ARG.
8244 (sh-get-indent-info, sh-prev-stmt): Use it.
8245 (sh-prev-line): Simplify by using forward-comment.
8246 (sh-this-is-a-continuation): Simplify.
8247 (sh-learn-buffer-indent): Use dolist.
8248 (sh-do-nothing): Remove.
8249 (sh-set-char-syntax, sh-set-here-doc-region):
8250 Use inhibit-modification-hooks.
8251 (sh-name-style): Use mapcar and push.
8252 (sh-load-style): Use dolist.
8253 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
8254 (sh-case, sh-while-getopts): Use propertize directly rather
8255 than sh-electric-rparen.
8256
82572000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * textmodes/tex-mode.el: Require CL when compiling.
8260 (tex-mode-syntax-table): Init immediately.
8261 (tex-mode-map): Bind M-RET to latex-insert-item.
8262 (latex-mode): Set indent-line-function to latex-indent.
8263 (tex-common-initialization): Don't setup the syntax-table any more.
8264 (latex-insert-item): New skeleton.
8265 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 8266 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 8267 (latex-indent, latex-find-indent): New functions.
4836835a 8268 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
8269 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
8270 (tex-compilation-parse-errors): Use with-syntax-table.
8271
86b7fcbb
MB
82722000-10-15 Miles Bader <miles@gnu.org>
8273
8274 * font-lock.el (font-lock-comment-face): Change dark-background,
8275 color, non-tty, default to `chocolate1'.
8276
57a24508
JW
82772000-10-13 John Wiegley <johnw@gnu.org>
8278
8279 * eshell/esh-util.el (require): Added a missing `require' form,
8280 needed when compiling (for an ange-ftp macro definition).
8281
40ad3db4
DL
82822000-10-13 Dave Love <fx@gnu.org>
8283
8284 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
8285
db460189
GM
82862000-10-13 Gerd Moellmann <gerd@gnu.org>
8287
83c9cb8e 8288 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 8289
4836835a 8290 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
8291 transparent -colors 8).
8292
3b5e21df
GM
82932000-10-13 Stephen Gildea <gildea@alum.mit.edu>
8294
8295 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
8296 that breaks with old list format timestamps.
8297 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 8298 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 8299
16908a3f
JW
83002000-10-13 John Wiegley <johnw@gnu.org>
8301
d7103dda
JW
8302 * align.el, pcomplete.el, calendar/timeclock.el,
8303 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
8304
dace60cf 8305 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
8306 faulty math, where holiday hours were being computing as seconds.
8307
b6b70cda
JW
83082000-10-13 John Wiegley <johnw@gnu.org>
8309
8310 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
8311 specifying what "other" kinds of buffers should be saved.
8312 This used to be hard-coded.
b6b70cda
JW
8313 (desktop-buffer-misc-functions): A global for specifying how
8314 auxiliary data should be determined for special buffer types.
8315 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
8316 instead of hard-coding the special buffer types.
8317 (desktop-save): Run `desktop-buffer-misc-functions' to gather
8318 auxiliary data, instead of hard-coding for Info buffers and dired.
8319 (desktop-buffer-info-misc-data): Aux function for determining Info
8320 buffer auxiliary info.
8321 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
8322 (desktop-buffer-info): Changed this function to use the info
8323 gathered above.
8324 (desktop-create-buffer): Be a little more careful about what
8325 `minor-mode' means before calling it. This is important for some
8326 buffer types.
8327
8c6b1d83
JW
83282000-10-13 John Wiegley <johnw@gnu.org>
8329
8330 * eshell/esh-util.el: Added a global form which declares an
8331 autoload for `parse-time-string', if that function is not already
8332 defined, and if parse-time.el is available on the user's system.
8333
8334 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
8335 to be aware of ange-ftp user info.
83c9cb8e 8336 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
8337 (eshell-ls-annotate): Use `eshell-file-attributes'.
8338 (eshell-ls-file): Made the user-id printing code a bit smarter.
8339
8340 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
8341 allow identification of alias user ids in remote directories.
83c9cb8e
SM
8342 It's manual, but there's no other way to know when the current user
8343 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
8344 (fboundp): Bind `ange-cache'.
8345 (eshell-directory-files-and-attributes): Re-organized the logic a
8346 bit to use `eshell-file-attributes' instead of `file-attributes'.
8347 The former is more sensitive to directories that are read via FTP,
8348 and knows how to use ange-ftp to determine full attribute
8349 information, instead of just the name and last modtime.
8350 (eshell-current-ange-uids): Return the current user id when in a
8351 remote directory.
8352 (eshell-parse-ange-ls): Parse a full directory listing that has
8353 been returned by ange-ftp.
8354 (eshell-file-attributes): This beefed up version of
8355 `file-attributes' is only special if the user is currently in a
8356 remote directory, in which case it does a lot of work to find out
8357 what the real attributes of a file are, as they appear on the
8358 remote machine. This makes usage of remote directories (i.e.,
8359 ange-ftp pathnames) much more useful. You can now use Eshell as a
8360 full-fledged FTP client, with much more manipulation ability than
8361 most other clients.
8362
8363 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
8364 variable, which means that Eshell's du should always be preferred
8365 in remote directories.
8366 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
8367 just `file-attributes'.
8368 (eshell-mvcp-template): Bind `ange-cache', to improve performance
8369 when reading remote directories. This is an Eshell-specific
8370 variable (not part of ange-ftp).
8371 (eshell/ln): Bind `ange-cache'.
8372 (eshell/du): Added some extra logic for determining when to use
8373 Eshell's du (which is slow), and when to use the external version
8374 (which may or may not exist).
8375
83c9cb8e
SM
8376 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8377 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
8378 `get-buffer-process', since backgrounded processes don't count in
8379 the context of this function's logic.
8380
8381 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
8382 `forward-char', so that null strings are parsed correctly.
8383
87730e84 83842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 8385
83c9cb8e
SM
8386 * eshell/em-pred.el (eshell-pred-file-type)
8387 (eshell-pred-file-links, eshell-pred-file-size):
8388 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
8389
8390 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
8391 that remote file globbing is more efficient.
8392
8393 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
8394 gathering the files and attributes within a directory.
8395
8396 * eshell/em-unix.el (eshell/cat): If any of the files passed on
8397 the command line is a special file (not a regular file, directory
8398 or symlink), always attempt to call the external version of cat.
8399
87730e84 84002000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
8401
8402 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
8403 Eshell-friendly version of find-tag.
8404
1c7e37a9
MB
84052000-10-13 Miles Bader <miles@lsi.nec.co.jp>
8406
4836835a 8407 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
8408 (image-file-name-regexps): Add autoload cookies.
8409
11a7f341
KH
84102000-10-13 Kenichi Handa <handa@etl.go.jp>
8411
8412 * international/mule-cmds.el (select-safe-coding-system): If FROM
8413 is string, show it in *Warning* buffer.
8414
8ddddcb0
EZ
84152000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8416
8417 * startup.el (normal-top-level): Use display-popup-menus-p instead
8418 of window-system.
8419 (command-line): Use display-graphic-p instead of window-system.
8420 (command-line-1): Use display-popup-menus-p and display-mouse-p
8421 instead of window-system.
8422
72200f89
SS
84232000-10-12 Sam Steingold <sds@gnu.org>
8424
8425 * tooltip.el (tooltip-use-echo-area): New user variable.
8426 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
8427
8661c643
DL
84282000-10-12 Dave Love <fx@gnu.org>
8429
d0b40dc1
DL
8430 * recentf.el: Maintainer's checkdoc fixes.
8431
83c9cb8e
SM
8432 * startup.el (normal-top-level-add-subdirs-to-load-path):
8433 Use character class, not ASCII when matching file names.
a622451f
DL
8434 (fancy-splash-head): Add trailing slash to URL.
8435 (command-line): Don't require XPM support for toolbar.
8436
8661c643
DL
8437 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
8438 (cperl-invalid-face): Revert last change.
8439 (cperl-init-faces): Quote cperl-invalid-face.
8440
ef2ed8ab
KH
84412000-10-12 Kenichi Handa <handa@etl.go.jp>
8442
8443 * startup.el (fancy-splash-text): Remove superfluous quote.
8444
b0da379e
GM
84452000-10-12 Gerd Moellmann <gerd@gnu.org>
8446
dbeb499b
GM
8447 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
8448 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
8449 (command-line-1): Don't use fancy-splash-pending-command.
8450 (fancy-splash-screens-1): Goto point-min after inserting text.
8451
d861718a
GM
8452 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
8453
b0da379e
GM
8454 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
8455 instead of shared-lisp-mode-map.
8456
4fb2ad98
MB
84572000-10-12 Miles Bader <miles@lsi.nec.co.jp>
8458
1cb4393e
MB
8459 * faces.el (header-line): Change tty-variant to use underlining.
8460
4fb2ad98
MB
8461 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
8462 (isearch-highlight): Restore lazy-isearch face properties at old
8463 position, and suppress them at new position.
8464 (isearch-dehighlight): Restore lazy-isearch face properties.
8465 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
8466 over the real isearch overlay, but in that case, don't give it a
8467 face property. Use `push'.
8468
eb991b25
KH
84692000-10-12 Kenichi Handa <handa@etl.go.jp>
8470
8471 * man.el (Man-getpage-in-background): Fix previous change.
8472 Decode the process output only when we are in multibyte mode.
8473
a818c1c0
DL
84742000-10-11 Dave Love <fx@gnu.org>
8475
c990f53a
DL
8476 * info.el (Info-mode-menu): Fix some help.
8477 (info-tool-bar-map): Add entry for Info-last.
8478
a818c1c0
DL
8479 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
8480 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
8481 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
8482 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
8483 * toolbar/search-replace.xpm, toolbar/exit.xpm:
8484 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
8485 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
8486 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
8487 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
8488 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
8489 Reduce colour requirements to 25 overall. (Probably wants
8490 revisiting from the originals to reduce further.)
8491
c1b096cb
EZ
84922000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8493
8494 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
8495 buffer-file-coding-system, instead of raw-text.
8496 (dehexlify-buffer): Bind coding-system-for-read to
8497 buffer-file-coding-system, instead of raw-text.
8498
5c8b7eaf
SS
84992000-10-11 Sam Steingold <sds@gnu.org>
8500
83c9cb8e 8501 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
8502 `underline' - fixes the bug introduced on 2000-09-21.
8503
2cfbdb7a
DL
85042000-10-11 Dave Love <fx@gnu.org>
8505
83c9cb8e
SM
8506 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
8507 Avoid compiler warnings.
2cfbdb7a
DL
8508 (scheme-mode): Doc fix.
8509 (scheme-font-lock-keywords-1): Match `define-syntax'.
8510
85112000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
8512
8513 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
8514 face specs as well as default ones. Only do anything if the
8515 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 8516 (region): Make dark-background `region' face less in-your-face.
4b33f290 8517
690ec649
SS
85182000-10-10 Sam Steingold <sds@gnu.org>
8519
8520 * chistory.el, ielm.el, ledit.el:
8521 * progmodes/inf-lisp.el, progmodes/scheme.el:
8522 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
8523
3b95d6bb
SM
85242000-10-10 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * textmodes/texinfo.el: Update copyright and fix typo.
8527
8528 * desktop.el (desktop-modes-not-to-save): New var.
8529 (desktop-save-buffer-p): Use it.
a30eb617
DL
8530 Also, obey desktop-buffers-not-to-save even for non-file buffers.
8531 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
8532
85332000-10-10 Dave Love <fx@gnu.org>
8534
8535 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 8536 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
8537
8538 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
8539 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
8540 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
8541 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
8542 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
8543 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
8544 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
8545 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
8546 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
8547 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
8548 the .xpms; probably need retouching.
8549
85502000-10-10 Miles Bader <miles@lsi.nec.co.jp>
8551
8552 * subr.el (add-to-list): Add optional argument APPEND.
8553 * battery.el (display-battery): Use `add-to-list'.
8554
85552000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8556
83c9cb8e
SM
8557 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8558 properties.
a30eb617
DL
8559 (zone, zone-when-idle, zone-leave-me-alone)
8560 (zone-pgm-whack-chars): Use new symbol properties.
8561
8562 * battery.el (display-battery): Doc spelling fix.
8563
8564 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8565 property.
8566
85672000-10-09 Dave Love <fx@gnu.org>
8568
8569 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8570 has been initialized before calling tool-bar-setup.
8571 (tool-bar-add-item-from-menu): Add autoload cookie.
8572
85732000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8574
8575 * menu-bar.el (send-mail-item-name): New function.
8576 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8577 of mail-user-agent in the menu. Don't display the "Send Mail"
8578 item if mail-user-agent is nil or its value is ignore.
8579 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8580 if read-mail-command is nil or its value is ignore.
8581
8582 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8583
85842000-10-09 Miles Bader <miles@gnu.org>
8585
8586 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8587 Correct image size.
8588 * toolbar/left_arrow.xpm: Correct image size.
8589
8590 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8591 will be done by the definition of `auto-compression-mode' if
8592 necessary. Move code to uninstall existing file-name handler
8593 before definition of `auto-compression-mode'.
8594
8595 * image-file.el (auto-image-file-mode): Move to the end of the
8596 file, because `define-minor-mode' actually calls the mode-function
8597 if the associated variable is non-nil, which requires that all
8598 needed functions be already defined.
8599
8600 * mouse.el (popup-menu): Balance parens.
8601
86022000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8603
8604 * mouse.el (popup-menu): Move the command call outside the loop
8605 so that popup-menu returns whatever the command returns.
8606
8607 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8608 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8609 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8610 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8611
8612 * vc.el (vc-version-diff): diff-switches can be a list.
8613 Use relative filenames for prettier output.
8614
8615 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8616 (vc-post-command-functions): Remove old-VC compatibility code.
8617
8618 * newcomment.el (comment-indent-default): Autoload.
8619
8620 * font-lock.el (font-lock-defaults): Make buffer-local.
8621 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8622 (font-lock-choose-keywords):
8623 Ignore LEVEL unless KEYWORDS is a list of syms.
8624 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8625 Don't wrap regexp-opt things in \(...\) unnecessarily.
8626
8627 * jit-lock.el: Don't require font-lock any more.
8628 (jit-lock-functions): Make buffer-local.
8629 (jit-lock-saved-fontify-buffer-function): Remove.
8630 (jit-lock-mode): Remove autoload cookie.
8631 Remove font-lock specific code.
8632 (jit-lock-unregister): Don't bother handling complex hooks any more.
8633 (jit-lock-refontify): New function.
8634 (jit-lock-fontify-buffer): Use it.
8635 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8636 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8637 Add optional args START and END.
8638 Never call font-lock-fontify-region directly.
8639 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8640
8641 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8642
86432000-10-08 Dave Love <fx@gnu.org>
8644
8645 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8646
8647 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8648
8649 * play/studly.el (studlify-region, studlify-word): Add autoload
8650 cookie.
8651
8652 * play/morse.el (morse-region, unmorse-region): Add autoload
8653 cookie.
8654
8655 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8656 concat.
8657
8658 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8659 insist on symbols starting with word syntax.
8660 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8661 (eval-defun-1): Doc fix.
8662 (indent-sexp): Use nconc to build up indent-stack.
8663
8664 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8665 Gnus with little use.
8666 (mail-setup-hook): Add mail-abbrevs-setup to options.
8667
8668 * recentf.el: Doc fixes.
8669
8670 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8671 Clean up remainder.
8672
8673 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8674 without timezone and (8) with timezone to enforce some whitespace.
8675 Simplify code somewhat.
8676
8677 * options.el (list-options): Doc that you should use customize.
8678
8679 * iswitchb.el (iswitchb-mode): Add :require.
8680
8681 * info.el (Info-goto-node, Info-menu): Doc fix.
8682 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8683 (info-tool-bar-map): New variable.
8684 (Info-mode): Use it.
8685 (Info-edit-map): Define all in defvar.
8686 (speedbar-attached-frame): Avoid compiler warning.
8687
8688 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8689 (global-map): Bind [tool-bar] to a filtered map.
8690 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8691 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8692 Allow PBM icons.
8693 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8694
8695 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8696 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8697 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8698 icons, except up_arrow, which is left-arrow rotated.
8699
8700 * imenu.el (imenu-add-to-menubar): Fix last change.
8701
87022000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8703
8704 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8705 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8706
87072000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8710 typos in doc strings.
8711
8712 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8713 the doc strings how to customize Font Lock faces.
8714
8715 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8716 computing growth when dragging the header line.
8717
87182000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8719
8720 * simple.el (kill-line): Doc fix.
8721
87222000-10-08 Miles Bader <miles@gnu.org>
8723
8724 * faces.el (secondary-selection): Make foreground visible on tty.
8725
8726 * jka-compr.el (auto-compression-mode): Move to the end of the
8727 file, because `define-minor-mode' actually calls the mode-function
8728 if the associated variable is non-nil, which requires that all
8729 needed functions be already defined.
8730 (with-auto-compression-mode): Add autoload cookie.
8731
87322000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8733
8734 * files.el (find-backup-file-name) [ms-dos]: If support for long
8735 file names is not available, behave as if version-control were set
8736 to never.
8737
87382000-10-07 Dave Love <fx@gnu.org>
8739
8740 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8741 (browse-url-gnome-moz): New function.
8742 (browse-url-browser-function): Use it.
8743 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8744
87452000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8746
8747 * indent.el (tab-always-indent): New var.
8748 (indent-for-tab-command): Use it.
8749
8750 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8751 raise an error. This way it can still default to a sane value.
8752
87532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8754
8755 * startup.el (fancy-splash-screens): Use local rather than global map.
8756 Don't use `update-menu-bindings' any more.
8757 Get rid of assumptions about keymap representation.
8758
87592000-10-06 Dave Love <fx@gnu.org>
8760
8761 * textmodes/fill.el (sentence-end-double-space)
8762 (sentence-end-without-period): Doc fix.
8763 (adaptive-fill-regexp): Purecopy.
8764 (unjustify-current-line): Use line-end-position.
8765 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8766
8767 * net/eudc-vars.el (eudc): Add :version, :link.
8768
8769 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8770
8771 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8772 Fix for define-minor-mode.
8773 (function-at-point): Alias to function-called-at-point.
8774
8775 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8776
8777 * simple.el (backward-word): Doc fix.
8778
8779 * image-file.el (image-file-name-regexp): image-file-regexps ->
8780 image-file-name-regexps.
8781 (image-file-name-extensions): Add pbm.
8782
87832000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8784
8785 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8786 and add filename to the names so that diff-mode can jump to source.
8787
8788 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8789 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8790 (tex-font-lock-keywords-1): Remove.
8791 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8792 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8793 (font-lock-default-fontify-region):
8794 Expand beg..end correctly when just following a multiline region.
8795 (font-lock-fontify-anchored-keywords):
8796 Include the anchor text as part of the multiline.
8797
87982000-10-06 Gerd Moellmann <gerd@gnu.org>
8799
8800 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8801 latter needs the autoloaded define-minor-mode macro during the
8802 bootstrap.
8803
8804 * startup.el (command-line): For now, activate tool-bar-mode only
8805 if XPM images are supported.
8806
8807 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8808 window by dragging a header-line at the top of the frame; that's
8809 confusing because the header-line doesn't move.
8810 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8811 of treating the event as a list. Some cleanup.
8812
88132000-10-06 Miles Bader <miles@gnu.org>
8814
8815 * simple.el (display-message-or-buffer): New function.
8816 (shell-command-on-region): Use `display-message-or-buffer'.
8817
8818 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8819 docstring parts.
8820
8821 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8822 (smbclient-prompt-regexp): Add usage note to doc string.
8823 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8824 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8825 Use add-hook for adding the comint filter function, and only do so
8826 if it's not already in the global hook list.
8827 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8828 to `make-local-variable'.
8829 (nslookup-font-lock-keywords): Remove prompt entry.
8830 (nslookup): Don't set the process-filter.
8831 (finger): Exit the loop correctly when the regexps list runs out.
8832 (ftp, smbclient, smbclient-list-shares):
8833 Set the real major mode immediately, not after execing.
8834 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8835
8836 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8837
88382000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8839
8840 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8841
8842 * which-func.el (which-func-format): Remove spurious space.
8843 (which-func-mode): Don't make it permanent-local.
8844 (which-func-ff-hook): Allow which-func-maxout to be nil.
8845 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8846 (which-func-mode): Simplify.
8847 Use post-command-idle-hook rather than post-command-hook.
8848 Go through all buffers and update their state.
8849 (which-function): Also try add-log-current-defun-function.
8850
8851 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8852 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8853 Update call to with-vc-properties accordingly.
8854 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8855 (vc-revert-buffer): More careful about window selection and deletion.
8856 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8857
8858 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8859 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8860 (cvs-dired-action): Change the default to quickdir.
8861
8862 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8863 if comment-indent-function returns nil.
8864 (comment-indent-default): New function.
8865 (comment-indent-function): Use it and document the new semantics.
8866
8867 * image-file.el: Docstring fixes.
8868
8869 * help.el (help-xref-on-pp): Use match-string.
8870 (describe-variable): New arg BUFFER.
8871 Store the current buffer in the help-xref-stack.
8872 (temp-buffer-resize-mode): Use define-minor-mode.
8873
8874 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8875 consistently with its docstring.
8876 Set jit-lock-first-unfontify-pos in an idempotent way.
8877 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8878
88792000-10-05 Alex Schroeder <alex@gnu.org>
8880
8881 * sql.el (sql-mysql-options): New variable.
8882 (sql-mysql): Use it.
8883
88842000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8885
8886 * image.el (image): New group.
8887
8888 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8889 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8890
88912000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8892
8893 * net/net-utils.el (nslookup-font-lock-keywords)
8894 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8895 Ignore the value of wqindow-system; always define keywords
8896
88972000-10-05 Kenichi Handa <handa@etl.go.jp>
8898
8899 * startup.el (fancy-splash-screens): Remove the code for
8900 debugging; `(trace-to-stderr "EXITTT\n")'.
8901
89022000-10-05 Miles Bader <miles@gnu.org>
8903
8904 * diff-mode.el (diff-goto-source): Update call to
8905 `diff-hunk-status-msg' to reflect new REV variable.
8906
89072000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * progmodes/icon.el (icon-mode):
8910 Don't gratuitously override the default for comment-column.
8911
8912 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8913
8914 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8915 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8916 (jit-lock-functions): New var.
8917 (jit-lock-function-1): Use it if non-nil.
8918 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8919 Set the `fontified' property before doing the fontification to avoid
8920 repeatedly going through the same error.
8921 Don't turn errors into messages.
8922 (jit-lock-register, jit-lock-unregister): New functions.
8923
8924 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8925 Use with-current-buffer.
8926
8927 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8928 Turn comment into docstring.
8929
8930 * apropos.el (apropos-mode): Use define-derived-mode.
8931
89322000-10-04 Gerd Moellmann <gerd@gnu.org>
8933
8934 * startup.el (fancy-splash-pending-command): New variable.
8935 (fancy-splash-pre-command): New function.
8936 (fancy-splash-screens): Rewritten.
8937 (command-line-1): If fancy-splash-pending-command is set, call it
8938 interactively.
8939
89402000-10-04 Dave Love <fx@gnu.org>
8941
8942 * toolbar/tool-bar.el (tool-bar-setup): New function.
8943 (tool-bar-mode): Use it.
8944
8945 * subr.el (substitute-key-definition): Doc fix.
8946 (play-sound-file): New command.
8947
89482000-10-04 Andre Spiegel <spiegel@gnu.org>
8949
8950 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8951 vc-version-backup-file-name): New functions.
8952
8953 * files.el (basic-save-buffer): Call vc-before-save before saving.
8954
8955 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8956 vc-cvs-stay-local-p.
8957
8958 * vc.el (vc-revert-buffer): Handle empty diff properly.
8959 (vc-version-backup-file): New function.
8960 (vc-checkout): Create a version backup if necessary.
8961 (vc-checkin): If a version backup file exists, delete it.
8962 (vc-version-diff): Diff locally using version backups, if available.
8963 (vc-revert-file): If there's a version backup, revert locally.
8964 (vc-transfer-file): Use version backup for base version, if
8965 available. If not, ask for confirmation whether to get it from the
8966 server. Update mode line before check-in.
8967
89682000-10-04 Dave Love <fx@gnu.org>
8969
8970 * toolbar/tool-bar.el (tool-bar-setup): New function.
8971 (tool-bar-mode): Use it.
8972
89732000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8974
8975 * net/net-utils.el (nslookup-font-lock-keywords)
8976 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8977 Only set if window-system is non-nil
8978 (net-utils-run-program): Returns buffer.
8979 (network-connection-reconnect): Added this function.
8980
8981 * generic.el:
8982 Incorporates extensive cleanup and docfixes by
8983 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8984 Uses cl compile-time macros.
8985 (generic-mode-name, generic-comment-list)
8986 (generic-keywords-list, generic-font-lock-expressions)
8987 (generic-mode-function-list, generic-mode-syntax-table):
8988 Removed variables.
8989 (generic-mode-alist): Renamed to generic-mode-list.
8990 (generic-find-file-regexp): Default changed to "^#".
8991 (generic-read-type): Uses completing read on generic-mode-list.
8992 (generic-mode-sanity-check): removed this function.
8993 (generic-add-to-auto-mode): Removed this function
8994 (generic-mode-internal): Bind mode-specific definitions
8995 into function instead of putting them in alist.
8996 (generic-mode-set-comments): Reworked extensively.
8997 (generic-mode-find-file-hook): Simplified regexp searching
8998 (generic-make-keywords-list): Omit extra pair of parens
8999
9000 * find-lisp.el (find-lisp-find-files-internal):
9001 Make sure directory name ends with "/".
9002
9003 * generic-x.el (apache-conf-generic-mode):
9004 Regexp now allows leading whitespace.
9005 (rc-generic-mode): Added eval-when-compile
9006 around generic-make-keywords-list.
9007 Deleted duplicate regexp
9008 (rul-generic-mode): Added eval-when-compile
9009 around generic-make-keywords-list.
9010 (etc-fstab-generic-mode): New generic mode.
9011 (rul-generic-mode): Removed one eval-when-compile
9012 which caused a max-specpdl-size exceeded error.
9013
90142000-10-04 Miles Bader <miles@gnu.org>
9015
9016 * simple.el (minibuffer-temporary-goal-position): New variable.
9017 (next-history-element): Try to keep the position of point in the
9018 input string constant.
9019
9020 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9021 (dired-do-create-files): If there's only one file, pass it in as
9022 the DEFAULT arg to dired-mark-read-file-name.
9023
90242000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9025
9026 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9027 (diff-goto-source): Be smarter when choosing REVERSE or not.
9028
9029 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9030 (texinfo-mode-menu): Add an explicit shortcut for update all.
9031
90322000-10-03 Andre Spiegel <spiegel@gnu.org>
9033
9034 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9035 factorize backend-specific code cleanly (this was essentially
9036 conceived by Stefan Monnier).
9037 (vc-unregister): Function removed.
9038 (vc-revert-file): New function.
9039 (vc-revert-buffer): Delegate some of the work to it.
9040
9041 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9042 default branch unconditionally.
9043 (vc-rcs-set-default-branch): New function.
9044 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9045 (vc-rcs-checkin): If an appropriate default branch has been set,
9046 force creation of that branch.
9047 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9048 code (as suggested by Stefan Monnier).
9049
90502000-10-02 Gerd Moellmann <gerd@gnu.org>
9051
9052 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9053 highlighting overlay with a different face over the overlay
9054 isearch uses to highlight the current match because that can lead
9055 to bad face combinations.
9056
9057 * loadup.el (toplevel): Load faces before isearch.
9058
9059 * isearch.el (isearch-faces): New custom group.
9060 (isearch): New defface; was already tested for in the code.
9061 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9062 (isearch-highlight): Always use face `isearch'.
9063
90642000-10-02 Dave Love <fx@gnu.org>
9065
9066 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9067 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9068 comparison of opcode with operand.
9069
90702000-10-03 Miles Bader <miles@gnu.org>
9071
9072 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9073 buffer, since the echo area will now grow to accommodate them.
9074
90752000-10-02 Andre Spiegel <spiegel@gnu.org>
9076
9077 * vc-hooks.el (vc-registered): If FILE used to be registered under
9078 a certain backend, try that one first.
9079
9080 * vc.el (vc-responsible-backend): Undo the previous change in the
9081 argument list. Handle multiple backends correctly.
9082 (vc-find-new-backend): Function removed.
9083 (vc-register): Use vc-responsible-backend, as before.
9084 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9085
90862000-10-02 Gerd Moellmann <gerd@gnu.org>
9087
9088 * startup.el (fancy-splash-head): Change message below the
9089 logo.
9090
90912000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9092
9093 * diff-mode.el (diff-goto-source): Emit a status message.
9094 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9095 (diff-test-hunk): Fix doc string.
9096 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9097 (diff-advance-after-apply-hunk): New variable.
9098 (diff-apply-hunk): Don't return a value.
9099
91002000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9101
9102 * vc.el (vc-editable-p): Minor optimization.
9103 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9104 (vc-find-new-backend): New function split from vc-responsible-backend.
9105 (vc-register): Use it.
9106 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9107 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9108 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9109 (vc-clear-headers): Don't use find-file.
9110 (vc-revert-buffer): Use `and' again (must have been a braino).
9111 (vc-switch-backend): Only prompt if requested.
9112 Short circuit if nothing is to be done.
9113 Don't use vc-resynch-buffer which could lose unsaved editing.
9114 (vc-default-receive-file): Update call to vc-unregister.
9115 (with-vc-file, vc-next-action-on-file):
9116 Use vc-backend rather than vc-registered.
9117 (vc-next-action-on-file): Use intern-soft.
9118 Deal with read-only *vc-diff* buffer.
9119 (vc-transfer-file): Docstring fix.
9120
9121 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9122 (vc-rcs-receive-file): Avoid with-vc-properties.
9123 Update call to vc-unregister.
9124 Use constant `RCS' rather than (dynamically bound) var `backend'.
9125
91262000-10-01 Andre Spiegel <spiegel@gnu.org>
9127
9128 * vc.el (vc-next-action-on-file): Update mode line only if file
9129 is visited.
9130 (vc-start-entry): New argument initial-contents. Don't visit the file
9131 if it isn't already visited. Brought documentation up-to-date.
9132 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9133 (vc-checkin): New optional arg initial-contents, which is passed to
9134 vc-start-entry.
9135 (vc-finish-logentry): Make sure to bury log buffer only if there
9136 really is one. Call `vc-resynch-buffer' on log-file, not
9137 buffer-file-name.
9138 (vc-default-comment-history, vc-default-wash-log): New functions.
9139 (vc-index-of): Removed.
9140 (vc-transfer-file): Make do without the above.
9141 (vc-default-receive-file): Call comment-history unconditionally. Pass
9142 the resulting string to vc-checkin, instead of inserting it into the
9143 comment ring.
9144
9145 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9146 unconditionally. Use the comments as initial contents of the log
9147 entry buffer. Document the trick to force branch creation with no
9148 changes.
9149
91502000-10-01 Miles Bader <miles@gnu.org>
9151
9152 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9153 `recenter' with an arg to prevent redrawing the display.
9154
91552000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9156
9157 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9158
9159 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9160
9161 * progmodes/c-mode.el (c-mode):
9162 Don't gratuitously override the default for comment-column.
9163
9164 * textmodes/tex-mode.el (latex-metasection-list): New var.
9165 (latex-imenu-create-index): Use it.
9166 Move the regexp construction outside loops (and use push).
9167 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9168 (tex-font-lock-keywords): Moved from font-lock.el.
9169 (tex-comment-indent): Remove.
9170 (tex-common-initialization): Don't set comment-indent-function.
9171 (latex-block-default): New var.
9172 (tex-latex-block): Use it to provide a default choice.
9173 Add any unknown choice to latex-block-names.
9174 Insert [...] after {...}.
9175 (tex-last-unended-begin): Simplify regexp.
9176 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9177 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9178 (latex-mode): Set forward-sexp-function.
9179
9180 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9181 Add regexp for @ignore ... @end ignore.
9182 (texinfo-heading-face): New face.
9183 (texinfo-font-lock-keywords): Use it.
9184 (texinfo-mode-menu): New menu.
9185 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
9186 New functions.
9187 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
9188 (texinfo-section-types-regexp, texinfo-section-level-regexp)
9189 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
9190 Remove declaration.
9191 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
9192
9193 * delsel.el (delete-selection-mode): Use define-minor-mode.
9194
9195 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
9196
91972000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9198
9199 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
9200
92012000-09-30 Gerd Moellmann <gerd@gnu.org>
9202
9203 * replace.el (keep-lines-read-args): New function.
9204 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
9205 read arguments interactively. Add parameters RSTART and REND.
9206 Operate on the active region in Transient Mark mode.
9207
9208 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
9209
9210 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
9211 (authors-obsolete-files-regexps): New variable.
9212 (authors-add): Don't record changes in obsolete files.
9213
92142000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9215
9216 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
9217
9218 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
9219 (comment-indent): Make sure there's a space between code and comment.
9220 Shift comments left to avoid going past fill-column.
9221
92222000-09-29 Gerd Moellmann <gerd@gnu.org>
9223
9224 * startup.el (startup-echo-area-message): New function.
9225 (display-startup-echo-area-message): Use it.
9226 (fancy-splash-screens): Rewritten to use keymaps and a timer.
9227 (fancy-splash-default-action): New function.
9228 (fancy-splash-screens-1): New function.
9229 (fancy-splash-head): Put a help-echo and a keymap under the image.
9230
92312000-09-29 Stefan Monnier <monnier@cs.yale.edu>
9232
9233 * diff-mode.el (diff-add-log-file-name): Remove.
9234 (diff-mode): Use add-log-buffer-file-name-function.
9235
9236 * add-log.el (find-change-log): New arg BUFFER-FILE.
9237 (add-log-file-name): Obey add-log-file-name-function.
9238 (add-log-buffer-file-name-function): New var.
9239 (add-change-log-entry): Use it.
9240
92412000-09-29 Miles Bader <miles@gnu.org>
9242
9243 * image-file.el (image-file-name-extensions): New variable.
9244 (image-file-name-regexps): Renamed from `image-file-regexps'.
9245 New default value is nil. Call `auto-image-file-mode'.
9246 (image-file-name-regexp): New function.
9247 (auto-image-file-mode): New minor mode.
9248 (insert-image-file): Don't make conditional on the image-file
9249 handler being enabled.
9250 (image-file-handler): Make the call here conditional instead.
9251 (set-image-file-handler-enabled, enable-image-file-handler)
9252 (disable-image-file-handler): Functions removed.
9253
9254 * emacs-lisp/authors.el (authors-print): Rephrase many-files
9255 string.
9256
92572000-09-29 Gerd Moellmann <gerd@gnu.org>
9258
9259 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
9260 it's a function from CL.
9261 (latex-imenu-create-index): Replace eval-when-compile with progn
9262 because latex-section-alist is not bound while compiling.
9263
92642000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9265
9266 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
9267 (outline-mode): Use define-derived-mode.
9268
9269 * progmodes/perl-mode.el (perl-mode):
9270 * progmodes/awk-mode.el (awk-mode):
9271 * progmodes/asm-mode.el (asm-mode):
9272 Don't gratuitously override the default for comment-column.
9273
9274 * emacs-lisp/lisp.el (lisp-complete-symbol):
9275 Distinguish the let-binding case from the funcall case.
9276 (forward-sexp-function): New variable.
9277 (forward-sexp): Use it.
9278
9279 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
9280 (easy-mmode-defmap): Remove the now useless autoload.
9281
9282 * time.el (display-time-mode): Use define-minor-mode.
9283
9284 * subr.el (add-minor-mode): Don't eval NAME.
9285 Don't depend on the presence of TOGGLE-FUN for any special behavior.
9286 Use if rather than cond.
9287
9288 * simple.el (read-expression-map): Define more properly.
9289 (comment-indent-hook): Remove.
9290 (string-to-syntax): Bug fix.
9291
9292 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
9293 (cvs-ediff-diff): Fix typo.
9294 (cvs-revert-if-needed): Don't bother preserving read-only.
9295
9296 * paren.el (show-paren-mode): Use define-minor-mode.
9297
9298 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
9299 (toggle-auto-compression): Remove.
9300 (jka-compr-build-file-regexp): Remove useless grouping.
9301
9302 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
9303 Avoid user-reserved bindings.
9304 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
9305 (diff-header-face): Revert to grey85.
9306
9307 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
9308
9309 * complete.el (partial-completion-mode) <defcustom>: Remove.
9310 (partial-completion-mode): Use define-minor-mode.
9311 (PC-do-completion): Understand `completion-auto-help = delay'
9312 to mean to popup the completion buffer only the second time.
9313 (PC-include-file-all-completions, PC-include-file-all-completions)
9314 (PC-include-file-all-completions): Don't quote lambda.
9315
9316 * comint.el (comint-mode-hook): Docstring fix.
9317 (comint-mode): Use define-derived-mode.
9318 (comint-mode-map): Remove obsolete comment.
9319 (make-comint): Minor stylistic change.
9320 (comint-insert-clicked-input): Be more careful to find the overlay.
9321 Use this-command-keys rather than hardcoding mouse-2.
9322
9323 * font-lock.el: Replace confusing (,@ with ,
9324 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
9325 Don't use regexp-opt-depth. Spice up the regexp for args.
9326 Don't distinguish between cmds that can take an opt arg or not.
9327 Use `append' and `prepend' rather than `keep'.
9328
9329 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
9330 (latex-outline-regexp): New var.
9331 (latex-outline-level): New fun.
9332 (latex-section-alist): New var.
9333 (latex-imenu-create-index): Use it. Use `push' as well.
9334 (tex-shell-map): Initialize it properly.
9335 (tex-mode): Minor stylistic change.
9336 (plain-tex-mode): Use define-derived-mode.
9337 (latex-mode): Use define-derived-mode.
9338 Construct the paragraph regexps in a more readable way.
9339 Set the buffer-local outline-{level,regexp} vars.
9340 (slitex-mode): Derive from latex-mode.
9341 (tex-common-initialization): Don't kill-all-vars anymore.
9342 Add setting for comment-add and font-lock-defaults.
9343 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
9344 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
9345 (tex-start-tex): New arg DIR (and send a chdir command for it).
9346 Also display the shell buffer and save it in tex-last-buffer-texed.
9347 (tex-region): Use expand-file-name rather than concat.
9348 Remove code made useless by changes in tex-start-tex.
9349 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
9350
9351 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
9352
93532000-09-28 Dave Love <fx@gnu.org>
9354
9355 * eshell/eshell.el (eshell) <defgroup>: Add :version.
9356
93572000-09-28 Gerd Moellmann <gerd@gnu.org>
9358
9359 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
9360 `append'.
9361
93622000-09-28 Stefan Monnier <monnier@cs.yale.edu>
9363
9364 * info.el (Info-extract-pointer): Undo last change.
9365 Instead, fix the position of the `bound' arg to re-search-backward.
9366
93672000-09-27 Stefan Monnier <monnier@cs.yale.edu>
9368
9369 * info.el (Info-extract-pointer):
9370 Widen more carefully, to avoid finding pointers in other nodes.
9371 (Info-index): Use push.
9372
93732000-09-27 Gerd Moellmann <gerd@gnu.org>
9374
9375 * frame.el (set-frame-font): Remove call to obsolete function
9376 frame-update-faces.
9377 (set-foreground-color, set-background-color): Likewise for
9378 frame-update-face-colors.
9379
93802000-09-27 Miles Bader <miles@gnu.org>
9381
9382 * image-file.el: New file.
9383
93842000-09-27 Gerd Moellmann <gerd@gnu.org>
9385
9386 * frame.el (frame-notice-user-settings): Don't call
9387 frame-update-faces, which is a no-op now.
9388
9389 * ediff-wind.el (ediff-control-frame-parameters): Add zero
9390 tool-bar-lines.
9391
93922000-09-27 Dave Love <fx@gnu.org>
9393
9394 * mouse.el: Fix last change.
9395
93962000-09-27 Miles Bader <miles@lsi.nec.co.jp>
9397
9398 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
9399
94002000-09-22 Kenichi Handa <handa@etl.go.jp>
9401
9402 * international/quail.el (quail-help): The output message is
9403 improved.
9404
94052000-09-26 Dave Love <fx@gnu.org>
9406
9407 * mouse.el (popup-menu): If POSITION is nil, set it using
9408 mouse-position.
9409
94102000-09-25 Sam Steingold <sds@gnu.org>
9411
9412 * net/browse-url.el (browse-url-file-url): Check for null maps.
9413
94142000-09-26 Gerd Moellmann <gerd@gnu.org>
9415
9416 * frame.el (frame-notice-user-settings): Don't add a
9417 tool-bar-lines frame parameter to default-frame-alist in batch mode.
9418
9419 * frame.el (frame-notice-user-settings):
9420 Make tool-bar-mode and default-frame-alist consistent.
9421
9422 * toolbar/tool-bar.el (tool-bar-help): New function.
9423
94242000-09-25 Gerd Moellmann <gerd@gnu.org>
9425
9426 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
9427 current-load-list in top-level forms. Else this leaks a cons cell
9428 every time a defun is called.
9429
9430 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
9431
94322000-09-25 Dave Love <fx@gnu.org>
9433
9434 * startup.el (fancy-splash-head): Check XPM is available.
9435
9436 * autoinsert.el (auto-insert): Doc fix.
9437 (auto-insert-alist): Following GNU notices, don't say `copyright
9438 _by_'. Use line-beginning-position.
9439 (auto-insert): Check buffer-file-name is non-nil before use.
9440
94412000-09-25 Gerd Moellmann <gerd@gnu.org>
9442
9443 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
9444 starting with `@def' or `@multitable', in addition to ones
9445 specified by the user in auto-fill-inhibit-regexp.
9446
94472000-09-25 Markus Rost <rost@math.ohio-state.edu>
9448
9449 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
9450 rmail-dont-reply-to-names matches the empty string.
9451
94522000-09-25 Gerd Moellmann <gerd@gnu.org>
9453
9454 * startup.el (command-line-1, fancy-splash-text): Change the
9455 text to sound more friendly.
9456
94572000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
9458
9459 * progmodes/hideshow.el: Update author email address.
9460 Generally, sync w/ maintainer version 5.22.
9461 (hs-hide-all-non-comment-function): New var.
9462 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
9463 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
9464 (hs-show-region): Delete this command.
9465 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
9466
94672000-09-22 Dave Love <fx@gnu.org>
9468
9469 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
9470 (hl-line-highlight): Specify buffer when moving overlay.
9471
9472 * progmodes/fortran.el (fortran-mode): Locally set
9473 normal-auto-fill-function.
9474 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
9475 (fortran-mode-map): Adjust auto-fill menu entry.
9476
94772000-09-22 Gerd Moellmann <gerd@gnu.org>
9478
9479 * vc-rcs.el (toplevel): Require `vc' when compiling.
9480
9481 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
9482
94832000-09-22 Andre Spiegel <spiegel@gnu.org>
9484
9485 * vc.el (vc-switch-backend): Signal an error if the file is not
9486 registered under the new backend.
9487
9488 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
9489 without explicit revision number.
9490
94912000-09-21 Stefan Monnier <monnier@cs.yale.edu>
9492
9493 * diff-mode.el (diff-file-header-face): Reset to its previous value.
9494 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
9495 (diff-xor): New function.
9496 (diff-find-source-location): Use it. Fix a stupid name clash.
9497 (diff-hunk-status-msg): New function.
9498 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
9499 (diff-test-hunk): Use diff-find-source-location.
9500 (diff-goto-source): Favor the `reverse'.
9501 (diff-hunk-text): Properly handle one-sided context diffs.
9502 (diff-apply-hunk): When done, advance to the next hunk.
9503
95042000-09-21 Gerd Moellmann <gerd@gnu.org>
9505
9506 * startup.el (command-line): If frame was created with a non-zero
9507 tool-bar-lines parameter, switch tool-bar-mode on.
9508
9509 * add-log.el (change-log-date-face, change-log-name-face)
9510 (change-log-email-face, change-log-file-face)
9511 (change-log-list-face, change-log-conditionals-face)
9512 (change-log-function-face, change-log-acknowledgement-face):
9513 New faces, inheriting from font-lock faces.
9514 (change-log-font-lock-keywords): Use them.
9515
95162000-09-21 Dave Love <fx@gnu.org>
9517
9518 * progmodes/cperl-mode.el (top-level): Clean up
9519 `eval-when-compile's and assorted defvars.
9520 (cperl-invalid-face): Don't double-quote value. Change custom
9521 type.
9522 (cperl-mode): Set normal-auto-fill-function and don't zap
9523 auto-fill-function.
9524 (cperl-imenu--function-name-regexp-perl): Renamed from
9525 imenu-example--function-name-regexp-perl.
9526 (cperl-imenu--create-perl-index): Renamed from
9527 imenu-example--create-perl-index.
9528 (cperl-xsub-scan): Don't require cl.
9529
9530 * msb.el (msb-mode-map): Use substitute-key-definition.
9531 (msb-mode): Use msb-mode-map.
9532
95332000-09-21 Andre Spiegel <spiegel@gnu.org>
9534
9535 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
9536 New functions.
9537 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
9538 (vc-switch-backend): New function.
9539 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
9540 (vc-register): Fix prompt.
9541 (vc-unregister, vc-default-unregister): New functions.
9542 (vc-version-diff): Handle empty buffer in sentinel.
9543
9544 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
9545 (vc-rcs-state-heuristic): Use it to guess the state of files with
9546 non-strict locking.
9547 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
9548 been set with -b, but not created yet.
9549 (vc-rcs-fetch-master-state): With non-strict locking, compare file
9550 contents in order to find the state.
9551 (vc-rcs-checkin): Allow creation of branches with no changes.
9552 (vc-rcs-unregister, vc-rcs-receive-file)
9553 (vc-rcs-set-non-strict-locking): New functions.
9554
9555 * vc-hooks.el (vc-name): Force correct computation of the value
9556 in case it is missing.
9557
95582000-09-21 Gerd Moellmann <gerd@gnu.org>
9559
9560 * startup.el (fancy-splash-tail): Use a different foreground
9561 color on a dark frame background.
9562
95632000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9564
9565 * info.el: Use the correct capitalization when making Info-mode
9566 and Info-edit-mode `special' modes.
9567
95682000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9569
9570 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9571 (diff-mode): Add support for add-log.el.
9572 (diff-hunk-text): Use char offsets rather than line offsets.
9573 (diff-find-source-location): Replace LINE with line-offset (nil
9574 if not found) and always set POS to a meaningful position.
9575 Adapt to the new char-offsets.
9576 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9577 Adapt to the new diff-find-source-location.
9578 (diff-goto-source): Adapt to the new diff-find-source-location.
9579
9580 * add-log.el (add-log-file-name): New function (split out of
9581 add-change-log-entry).
9582 (add-change-log-entry): Use it.
9583 Call add-log-file-name-function with the changelog file name if
9584 the current buffer is not associated with any file.
9585 Avoid find-file if the selected window is dedicated.
9586
9587 * diff-mode.el (diff-find-source-location):
9588 Move code from diff-apply-hunk. Return buffer rather than file.
9589 (diff-apply-hunk): Use the new result from diff-find-source-location.
9590 (diff-goto-source): Use the new diff-find-source-location.
9591
95922000-09-20 Dave Love <fx@gnu.org>
9593
9594 * iswitchb.el: Some doc fixes.
9595 (iswitchb-mode-map): Define completely initially. Inherit
9596 minibuffer-local-map.
9597 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9598 fundamental-mode.
9599 (iswitchb-global-map): New variable.
9600 (iswitchb-summaries-to-end): Amalgamate regexps.
9601 (iswitchb-mode): New.
9602 (iswitchb-mode-hook): New variable.
9603 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9604 `extensions'.
9605
96062000-09-20 Gerd Moellmann <gerd@gnu.org>
9607
9608 * ehelp.el (electric-help): New defgroup.
9609 (electric-help-shrink-window): New user-option.
9610 (with-electric-help): Use it.
9611
9612 * window.el (shrink-window-if-larger-than-buffer): If face
9613 `mode-line' has a :box, and we're on a graphical frame, add 1
9614 to the needed window height.
9615
9616 * frame.el (frame-notice-user-settings): Add a last parameter nil
9617 to a call to `append', because the last list passed to `append' is
9618 not copied, and so subsequent calls to assq-delete-all will modify
9619 default-frame-alist.
9620
9621 * startup.el (fancy-splash-image): Change :type.
9622 (fancy-splash-head): Use an XBM image if appropriate.
9623 (command-line-1): Show splash screens in more cases.
9624
9625 * startup.el (fancy-splash-text): Don't quote faces.
9626
9627 * dired.el (dired-font-lock-keywords): Undo last change.
9628 (dired-readin): Bind indent-tabs-mode to nil.
9629
9630 * startup.el (fancy-splash-head): If frame's background mode
9631 is `dark', change the black background of the image to gray.
9632 (fancy-splash-screens): Display startup echo area message.
9633 (display-startup-echo-area-message): New function.
9634
96352000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9636
9637 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9638
9639 * info.el (info-header-node): Tweak for color ttys.
9640
9641 * faces.el (face-valid-attribute-values): Make sure directories we
9642 search for stipples both exist and are readable before trying to
9643 search them.
9644
9645 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9646 in the dry-run case.
9647
9648 * jka-compr.el (with-auto-compression-mode): New macro.
9649
9650 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9651 (custom-group-tag-face, custom-variable-tag-face): Use relative
9652 :height and inherit from `variable-pitch' face instead of
9653 hardwiring :family.
9654 * hi-lock.el (hi-black-hb): Likewise.
9655
9656 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9657 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9658 toolbar-add-item, if image doesn't have a mask add a `:mask
9659 heuristic'.
9660
96612000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * diff-mode.el: Docstring fixes.
9664 (diff-header-face, diff-comment-face): New faces.
9665 (diff-font-lock-keywords): Highlight a bit differently.
9666 (diff-find-source-location): Don't return SPAN any more.
9667 (diff-hunk-text): Don't bother erasing the temp buffer.
9668 (diff-find-text): Drop argument LINE.
9669 (diff-apply-hunk): Update calls to diff-find-text.
9670 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9671
9672 * calendar/calendar.el: Docstring fixes.
9673 (calendar-make-alist): Don't quote lambda.
9674 (calendar-star-date): Use make-local-variable.
9675
96762000-09-19 Dave Love <fx@gnu.org>
9677
9678 * toolbar/tool-bar.el: Renamed from toolbar.el.
9679 Change `toolbar' to `tool-bar' generally in symbols.
9680 Make some items invisible in `special' major modes.
9681 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9682 Add arg PROPS.
9683
9684 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9685 Add :version here.
9686 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9687
96882000-09-19 Gerd Moellmann <gerd@gnu.org>
9689
9690 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9691
9692 * files.el (find-file-suppress-same-file-warnings): New user-option.
9693 (find-file-noselect): Use it.
9694
9695 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9696 (fancy-splash-screen): Defgroup.
9697
9698 * add-log.el (change-log-font-lock-keywords): Match names
9699 more exactly for the case that font-lock-constant-face is
9700 underlined.
9701
97022000-09-19 Richard M. Stallman <rms@gnu.org>
9703
9704 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9705
97062000-09-19 Andre Spiegel <spiegel@gnu.org>
9707
9708 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9709
97102000-09-19 Gerd Moellmann <gerd@gnu.org>
9711
9712 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9713 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9714 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9715 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9716 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9717 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9718 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9719 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9720 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9721 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9722 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9723 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9724
9725 * startup.el (fancy-splash-text): New variable.
9726 (fancy-splash-delay, fancy-splash-image): New user-options.
9727 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9728 (fancy-splash-screens): New functions.
9729 (command-line-1): If display has a `display' frame parameter, has
9730 colors, and we have XPM support, show more fancy splash screens.
9731
97322000-09-19 Dave Love <fx@gnu.org>
9733
9734 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9735 with null `help'. Use modern backquote syntax.
9736
97372000-09-19 Gerd Moellmann <gerd@gnu.org>
9738
9739 * font-lock.el (font-lock-mode): Change message telling the user
9740 that ``the buffer is too big''.
9741
9742 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9743 for instance for the case that tab-width is 2.
9744
97452000-09-18 Gerd Moellmann <gerd@gnu.org>
9746
9747 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9748 toolbar-add-item, if image doesn't have a mask add a `:mask
9749 heuristic'.
9750
97512000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9752
9753 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9754 and return a cons if it's non-nil.
9755 (diff-apply-hunk): Try to jump to the line in the source text
9756 corresponding to the position of point in the in the hunk.
9757
9758 * info.el (Info-title-3-face, Info-title-2-face)
9759 (Info-title-1-face): Use face inheritance and relative sizes
9760 instead of hard-wiring things.
9761
9762 * faces.el (secondary-selection): Make dark-background variant sane.
9763
97642000-09-16 Andrew Innes <andrewi@gnu.org>
9765
9766 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9767 read-only, since they aren't under VC now.
9768
97692000-09-17 Dave Love <fx@gnu.org>
9770
9771 * tmm.el: Replace mapcar with mapc in several places.
9772
9773 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9774 ad-unadvise.
9775
9776 * international/latin1-disp.el: New file.
9777
9778 * calendar/cal-move.el (scroll-calendar-left)
9779 (scroll-calendar-right): Make arg optional (for active mode line).
9780
9781 * calendar/calendar.el (calendar-mode-line-format): Make fields
9782 mouse-sensitive.
9783 (calendar-read-date, calendar-read-date, calendar-window-list):
9784 Unquote lambda.
9785 (calendar-month-name): Use aref, not sref.
9786
9787 * view.el (minor-mode-alist): Propertize the string.
9788
9789 * international/characters.el (standard-case-table): Add entries
9790 for Greek.
9791
97922000-09-18 Miles Bader <miles@gnu.org>
9793
9794 * info.el (info-node, info-xref): Add dark-background variants.
9795
9796 * faces.el (header-line): Change defaults to be less confusing
9797 when mixed with mode-lines.
9798
9799 * info.el (Info-fontify-node): Make a few cleanups.
9800 Add extra `help-echo' and `local-map' props to node xrefs.
9801 Use header-specific faces for node-names & xrefs.
9802 (Info-use-header-line): New variable.
9803 (info-header-xref, info-header-node): New faces.
9804 (Info-setup-header-line): New function.
9805 (Info-select-node): Call Info-setup-header-line when enabled.
9806 (Info-extract-pointer): Work even if the header line is hidden.
9807 (Info-header-line): New variable.
9808
98092000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9810
9811 * vms-patch.el (print-region-function): Don't quote lambda.
9812
9813 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9814
9815 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9816 (lm-get-header-re): Allow spaces between the header and the colon.
9817 (lm-header): Allow $ in non-RCS headers.
9818 (lm-header-multiline): Put the strings back into order.
9819 Stop at an empty line. Don't require two space chars if the
9820 line is clearly not another header line.
9821
9822 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9823 (popup-menu-popup): Remove.
9824
98252000-09-15 Gerd Moellmann <gerd@gnu.org>
9826
9827 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9828 specification if or if not tool-bar item contains an `:enabled'
9829 property.
9830
9831 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9832 current buffer has no file name.
9833
98342000-09-15 Dave Love <fx@gnu.org>
9835
9836 * strokes.el: Sync with maintainer's current version with changes
9837 for Emacs, but avoid runtime cl and levents.
9838 (toplevel): Change autoloads and compilation requires.
9839 (strokes-version, strokes-bug-address, strokes-lift): Values
9840 changed.
9841 (strokes-xpm-header, strokes-insinuated): New variable.
9842 (strokes): Add :link.
9843 (strokes-mode): Customized.
9844 (strokes-while-inhibiting-garbage-collector): New macro.
9845 (strokes-remassoc): Avoid remove-if.
9846 (strokes-fix-button2-command): Don't use ad-do-it.
9847 (strokes-insinuate): New function.
9848 (strokes-button-press-event-p, strokes-button-release-event-p):
9849 New functions, used instead of non-`strokes-' versions..
9850 (strokes-mouse-event-p): Rewritten.
9851 (strokes-event-closest-point): Avoid event-point.
9852 (strokes-get-grid-position): Avoid cdadr, caadr
9853 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9854 functions.
9855 (strokes-help): Use with-output-to-temp-buffer.
9856 (strokes-window-configuration-changed-p): New function.
9857 (strokes-update-window-configuration): Use buffer-live-p,
9858 strokes-window-configuration-changed-p.
9859 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9860 (strokes-char-face): New face.
9861 (strokes-char-table, strokes-base64-chars): New variable.
9862 (strokes-xpm-for-stroke, strokes-list-strokes)
9863 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9864 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9865 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9866 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9867 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9868 functions.
9869
98702000-09-15 Gerd Moellmann <gerd@gnu.org>
9871
9872 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9873
9874 * image.el (create-image): Doc fix.
9875
9876 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9877 instead of `:heuristic-mask t'.
9878
98792000-09-14 Andrew Innes <andrewi@gnu.org>
9880
9881 * makefile.w32-in: Revert to Unix line endings.
9882
98832000-09-14 Andrew Innes <andrewi@gnu.org>
9884
9885 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9886 when installing.
9887
9888 * makefile.nt (DONTCOMPILE): Fix typo.
9889
9890 * shell.el (shell-write-history-on-exit): New function.
9891 (shell-dumb-shell-regexp): New custom variable.
9892 (shell-mode): Make shell-write-history-on-exit the process
9893 sentinel if shell name matches shell-dumb-shell-regexp.
9894
9895 * w32-fns.el: Comment out before-init-hook function which resets
9896 source-directory based; this breaks bootstrap.
9897
98982000-09-14 Dave Love <fx@gnu.org>
9899
9900 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9901 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9902 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9903 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9904 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9905 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9906 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9907 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9908 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9909
9910 * toolbar/toolbar.el: New.
9911
9912 * subdirs.el: Add toolbar.
9913
99142000-09-14 Gerd Moellmann <gerd@gnu.org>
9915
9916 * indent.el (indent-for-tab-command): Doc fix.
9917
99182000-09-14 Alex Schroeder <alex@gnu.org>
9919
9920 * ansi-color.el (ansi-colors): Doc change.
9921 (ansi-color-get-face): Simplified regexp.
9922 (ansi-color-faces-vector): Added more faces, doc change.
9923 (ansi-color-names-vector): Doc change.
9924 (ansi-color-regexp): Simplified regexp.
9925 (ansi-color-parameter-regexp): New regexp.
9926 (ansi-color-filter-apply): Doc change.
9927 (ansi-color-filter-region): Doc change.
9928 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9929 deal with zero length parameters.
9930 (ansi-color-apply-on-region): Doc change.
9931 (ansi-color-map): Doc change.
9932 (ansi-color-map-update): Removed debugging message.
9933 (ansi-color-get-face-1): Added condition-case to trap
9934 args-out-of-range errors.
9935 (ansi-color-get-face): Doc change.
9936 (ansi-color-make-face): Removed.
9937 (ansi-color-for-shell-mode): New option.
9938
99392000-09-13 Kenichi Handa <handa@etl.go.jp>
9940
9941 * international/quail.el (quail-start-translation): Translate KEY
9942 if necessary even if it doesn't have any mapping in the current
9943 input method.
9944 (quail-start-conversion): Likewise.
9945 (quail-help): The output message is improved.
9946
99472000-09-13 Miles Bader <miles@gnu.org>
9948
9949 * comint.el (comint-output-filter): Revert to using
9950 `insert-before-markers'. Add bletcherous hack to undo damage
9951 caused by `insert-before-markers'. Put `front-sticky' property on
9952 overlays created here so that the field code understands how the
9953 overlay works. Use a let when making comint-last-prompt-overlay,
9954 so that the code is easier to read.
9955
99562000-09-13 Dave Love <fx@gnu.org>
9957
9958 * wid-edit.el (widget-default-format-handler): DTRT when
9959 doc-property is a function.
9960
99612000-09-12 Francesco Potorti` <pot@gnu.org>
9962
9963 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9964 filed name if it's not there.
9965
99662000-09-12 Dave Love <fx@gnu.org>
9967
9968 * simple.el (read-mail-command): Doc fix.
9969 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9970
9971 * vc.el (vc-dired-listing-switches): Fix :version.
9972
9973 * vc-hooks.el: Doc fixes.
9974
9975 * subr.el (add-minor-mode): Use toggle-fun arg.
9976
9977 * speedbar.el: Add :version to several defcustoms.
9978
9979 * imenu.el (imenu--truncate-items, imenu--cleanup)
9980 (imenu--generic-function): Avoid mapcar.
9981 (imenu--replace-spaces): Function removed.
9982 (imenu--completion-buffer): Use subst-char-in-string.
9983 (imenu-add-to-menubar): Use keymap inheritance.
9984
99852000-09-12 Miles Bader <miles@gnu.org>
9986
9987 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9988 (diff-mode-map): Bind `diff-test-hunk'.
9989 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9990
99912000-09-11 Gerd Moellmann <gerd@gnu.org>
9992
9993 * bytecomp.el (byte-compile-defvar): Undo last change
9994 because it breaks '(make-variable-buffer-local (defvar ...)'
9995 which is used at least in dired.
9996
99972000-09-12 Kenichi Handa <handa@etl.go.jp>
9998
9999 * international/quail.el (quail-define-package): Docstring
10000 modified.
10001
100022000-09-12 Kenichi Handa <handa@etl.go.jp>
10003
10004 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10005 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10006 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10007 docstring of "chinese-py".
10008
10009 * international/quail.el (quail-translation-docstring): New
10010 variable.
10011 (quail-show-keyboard-layout): Docstring modified.
10012 (quail-select-current): Likewise.
10013 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10014 infinite recursive call.
10015 (quail-help): Check quail-translation-docstring. Format of the
10016 output changed.
10017 (quail-help-insert-keymap-description): Adjusted for the above
10018 change.
10019
100202000-09-11 Gerd Moellmann <gerd@gnu.org>
10021
10022 * bytecomp.el (byte-compile-defvar): Only cons onto
10023 current-load-list in top-level forms. Else this leaks a cons cell
10024 every time a defun is called.
10025
100262000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10027
10028 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10029 Now understands non-unified diffs. Some functionality moved into
10030 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10031 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10032 modify anything. Only reposition point in the patched file if the
10033 patch succeeds. Only pop up another window if POPUP is true.
10034 Emit a message describing what happened if successful, and at what
10035 line-offset. Automatically detect reversed hunks and do something
10036 appropriate.
10037 (diff-hunk-text, diff-find-text): New functions.
10038 (diff-filter-lines): Function removed.
10039 (diff-test-hunk): New function.
10040 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10041
100422000-09-10 Dave Love <fx@gnu.org>
10043
10044 * textmodes/tildify.el: Minor doc/commentary fixes.
10045 (tildify) <defgroup>: Add :version.
10046
10047 * faces.el (face-x-resources): Make custom type more specific.
10048 (frame-background-mode): Use mapc.
10049 (region) <defcustom>: Add :version.
10050
100512000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10052
10053 * vc-sccs.el (vc-sccs-register):
10054 * vc-rcs.el (vc-rcs-register):
10055 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10056 * vc.el (vc-register): Clear file's properties.
10057
100582000-09-08 Gerd Moellmann <gerd@gnu.org>
10059
10060 * faces.el (face-spec-set): Only face-spec-reset-face when
10061 ATTRS is non-nil.
10062
100632000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10064
10065 * help.el (help-insert-xref-button): Fix a typo in doc string.
10066
100672000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10068
10069 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10070 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10071 methods.
10072
10073 * menu-bar.el (read-mail-item-name): New function.
10074 (menu-bar-tools-menu): Use it to compute and display the package
10075 used to read email.
10076 (menu-bar-tools-menu): Fix typo in GUD's help string.
10077
100782000-09-07 Dave Love <fx@gnu.org>
10079
10080 * diff-mode.el (diff-mouse-goto-source): New function.
10081
10082 * vc-sccs.el: Doc fixes.
10083 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10084
10085 * vc-rcs.el: Doc fixes.
10086 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10087 (vc-rcs-checkout-switches, vc-rcs-header)
10088 (vc-rcs-master-templates): Add or change :version.
10089
10090 * vc-cvs.el: Doc fixes.
10091 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10092 (vc-cvs-stay-local): Add :version.
10093
10094 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10095
100962000-09-07 Kenichi Handa <handa@etl.go.jp>
10097
10098 * international/quail.el (quail-help): Fix previous change.
10099
101002000-09-07 Gerd Moellmann <gerd@gnu.org>
10101
10102 * faces.el (color-values): Doc fix.
10103
10104 * faces.el (frame-set-background-mode): Use frame-parameter
10105 instead of frame-parameters.
10106
10107 * frame.el (filtered-frame-list): Reduce consing.
10108 (frames-on-display-list): Call frame-parameter instead of
10109 frame-parameters.
10110
101112000-09-07 Kenichi Handa <handa@etl.go.jp>
10112
10113 * language/devan-util.el (devanagari-to-indian-region): In the
10114 loop, change the following char, not preceding char.
10115
101162000-09-07 Gerd Moellmann <gerd@gnu.org>
10117
10118 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10119 instead of frame-parameters.
10120
10121 * faces.el (set-face-attribute): Simplify by calling
10122 internal-set-lisp-face-attribute with FRAME being 0.
10123
10124 * vc.el: Remove `Id' version control keyword.
10125
101262000-09-07 Kenichi Handa <handa@etl.go.jp>
10127
10128 * help.el (help-make-xrefs): Adjusted for the change of
10129 help-xref-mule-regexp.
10130 (help-insert-xref-button): New function.
10131
10132 * international/mule-cmds.el (help-xref-mule-regexp-template):
10133 Include the pattern for character set.
10134 (leim): New group.
10135
10136 * international/quail.el: Don't require face.
10137 (quail): New group.
10138 (quail-other-command): Dummy command to make quail-help work better.
10139 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10140 (quail-keyboard-layout-substitution): New variable.
10141 (quail-update-keyboard-layout): New function.
10142 (quail-keyboard-layout-type): New customizable variable.
10143 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10144 (quail-keyboard-translate): Pay attention to
10145 quail-keyboard-layout-substitution.
10146 (quail-insert-kbd-layout): New function.
10147 (quail-show-keyboard-layout): New function.
10148 (quail-get-translation): If the definition is a vector of length
10149 1, and the element is a string of length 1, return the character
10150 in that string.
10151 (quail-update-current-translations): Fix the case of
10152 relative-index out of range.
10153 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10154 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10155 Show key sequences for all available characters.
10156 (quail-help-insert-keymap-description): Don't show such verbose
10157 key bindings as quail-self-insert-command.
10158
10159 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10160 Format changed, and each element now have extra documentations.
10161 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10162 Adjusted for the change of quail-cxterm-package-ext-info.
10163
101642000-09-06 Gerd Moellmann <gerd@gnu.org>
10165
10166 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10167 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10168 during bootstrap.
10169
101702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10171
10172 * vc.el: (toplevel): Don't require `dired' at run-time.
10173 (vc-dired-resynch-file): Remove autoload cookie.
10174
101752000-09-05 Andre Spiegel <spiegel@gnu.org>
10176
10177 * vc.el: Made several backend functions optional.
10178 (vc-default-responsible-p): New function.
10179 (vc-merge): Use RET for first version to trigger merge-news, not
10180 prefix arg.
10181 (vc-annotate): Handle backends that do not support annotation.
10182 (vc-default-merge-news): Removed. The existence of a merge-news
10183 implementation is now checked on caller sites.
10184
10185 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
10186 case.
10187
10188 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
10189 special case that has been removed from the default in vc-hooks.el.
10190
101912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10192
10193 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
10194
101952000-09-05 Andre Spiegel <spiegel@gnu.org>
10196
10197 * vc-hooks.el: Require vc during compilation.
10198 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
10199 macro `with-vc-properties' in vc.el.
10200 (vc-file-getprop): Doc fix.
10201 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
10202
10203 * vc.el: Require dired-aux during compilation.
10204 (vc-name-assoc-file): Moved to vc-sccs.el.
10205 (with-vc-properties): New macro.
10206 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
10207 vc-finish-steal): Use it.
10208 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
10209 to the backend-specific function is now supposed to do the checkout,
10210 too.
10211 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
10212
10213 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
10214 set file properties; that gets done in the generic code now.
10215
10216 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
10217 Changed parameter list, added code from vc.el that does the
10218 checkout, possibly with a double-take.
10219
10220 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
10221 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
10222 the above under the new name.
10223 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
10224 parameter list, added checkout command.
10225 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
10226 properties; that gets done in the generic code now.
10227
102282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10229
10230 * vc.el: Docstring fixes (courtesy of checkdoc).
10231
102322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * vc.el (vc-checkout-writable-buffer-hook)
10235 (vc-checkout-writable-buffer): Remove.
10236 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
10237 (vc-log-mode): Make it into a clean derived major mode.
10238 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
10239 vc-log-mode if log-edit is not available.
10240 (vc-dired-mode-map): Don't set-keymap-parent yet.
10241 (vc-dired-mode): Do set-keymap-parent here.
10242 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
10243
102442000-09-05 Gerd Moellmann <gerd@gnu.org>
10245
10246 * faces.el (set-face-attribute, face-spec-reset-face)
10247 (face-spec-set): Avoid consing by removing calls to `apply'.
10248
10249 * frame.el (frame-parameter): Move to C code.
10250
102512000-09-05 Dave Love <fx@gnu.org>
10252
10253 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
10254 insert-before-markers-and-inherit. Now checked systematically!
10255
102562000-09-05 Alex Schroeder <alex@gnu.org>
10257
10258 * sql.el (sql-postgres): Use sql-postgres-options.
10259 (sql-postgres-options): New variable.
10260
102612000-09-05 Alex Schroeder <alex@gnu.org>
10262
10263 * sql.el (sql-mode-menu): Work around missing variable mark-active
10264 in XEmacs.
10265 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
10266 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
10267 compatibility.
10268
102692000-09-04 Gerd Moellmann <gerd@gnu.org>
10270
10271 * vc.el (vc-dired-resynch-file): Add autoload cookie.
10272
10273 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
10274
10275 * Makefile.in (DONTCOMPILE): Fix typo in file name.
10276
102772000-09-04 Andre Spiegel <spiegel@gnu.org>
10278
10279 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
10280 don't support anything else under SCCS yet.
10281
10282 * vc-hooks.el: Minor doc fixes.
10283
102842000-09-04 Andre Spiegel <spiegel@gnu.org>
10285
10286 * vc.el (vc-next-action-on-file): Do not visit the file if it's
10287 not necessary. If verbose in state `needs-patch', do the same as
10288 under `up-to-date'. When NOT verbose and `needs-patch', check out
10289 latest version instead of `merge-news'.
10290 (vc-next-action-dired): Don't mess with default-directory here; it
10291 breaks other parts of dired. It is the job of the
10292 backend-specific functions to adjust it temporarily if they need it.
10293 (vc-next-action): Remove a special CVS case.
10294 (vc-clear-headers): New optional arg FILE.
10295 (vc-checkin, vc-checkout): Set properties vc-state and
10296 vc-checkout-time properly.
10297 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
10298 (vc-print-log): Use new backend function `show-log-entry'.
10299 (vc-cancel-version): Do the checks in a different order. Added a
10300 FIXME concerning RCS-only code.
10301
10302 * vc-rcs.el (vc-rcs-show-log-entry): New function.
10303 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
10304
10305 * vc-cvs.el (vc-cvs-show-log-entry): New function.
10306
10307 * vc-hooks.el (vc-default-mode-line-string): Show state
10308 `needs-patch' as a `-' too.
10309
103102000-09-04 Andre Spiegel <spiegel@gnu.org>
10311
10312 * vc.el (vc-responsible-backend): New optional arg REGISTER.
10313 (vc-default-could-register): New function.
10314 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
10315 (vc-resynch-buffer): Call vc-dired-resynch-file.
10316 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
10317 vc-resynch-buffer instead of vc-resynch-window.
10318 (vc-next-action-dired): Don't redisplay here, that gets done as a
10319 result of the individual file operations.
10320 (vc-retrieve-snapshot): Corrected prompt order.
10321
10322 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
10323
10324 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
10325 as well.
10326 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
10327 hostname regexps. Updated all callers.
10328 (vc-cvs-responsible-p): Handle directories as well.
10329 (vc-cvs-could-register): New function.
10330 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
10331 properties up-to-date.
10332
10333 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
10334 user whether to create one.
10335
103362000-09-04 Andre Spiegel <spiegel@gnu.org>
10337
10338 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
10339 check out a non-existing file.
10340
10341 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
10342 workfile does not exist.
10343
10344 * vc.el (vc-version-diff): Use `require' to check for existence of
10345 diff-mode.
10346
103472000-09-04 Andre Spiegel <spiegel@gnu.org>
10348
10349 * vc-cvs.el (vc-cvs-registered): Use new function
10350 vc-cvs-parse-entry to do the actual work.
10351
103522000-09-04 Andre Spiegel <spiegel@gnu.org>
10353
10354 * vc-hooks.el (vc-find-backend-function): If function doesn't
10355 exist, return nil instead of error.
10356 (vc-call-backend): Doc fix.
10357
10358 * vc.el (vc-do-command): Doc fix.
10359 (vc-finish-logentry): When checking in from vc-dired, choose the
10360 right backend for logentry check.
10361 (vc-dired-mode-map): Inherit from dired-mode-map.
10362 (vc-dired-mode): Local value of dired-move-to-filename-regexp
10363 simplified.
10364 (vc-dired-state-info): Removed, updated caller.
10365 (vc-default-dired-state-info): Use parentheses instead of hyphens.
10366 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
10367 (vc-dired-listing-switches): New variable.
10368 (vc-directory): Use it, instead of dired-listing-switches.
10369
10370 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
10371 (vc-cvs-dir-state): New function.
10372 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
10373 (vc-cvs-parse-entry): New function, also to be used in
10374 vc-cvs-registered.
10375
103762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10377
10378 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
10379 *or* single-window-frames.
10380
103812000-09-04 Andre Spiegel <spiegel@gnu.org>
10382
10383 * vc.el (vc-update-changelog): Split into generic part and default
10384 implementation. Doc string adapted.
10385 (vc-default-update-changelog): New function. Call the `rcs2log'
10386 script in exec-directory, to fix a long-standing nuisance.
10387
10388 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
10389 simply signals an error.
10390
103912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10392
10393 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
10394 control-flow more clear and to avoid running `cvs' twice.
10395
10396 * vc.el (vc-next-action-on-file): Doc fix.
10397 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
10398 (vc-print-log): Eval `file' before constructing the continuation.
10399
104002000-09-04 Andre Spiegel <spiegel@gnu.org>
10401
10402 * vc.el (vc-next-action-on-file): Corrected several messages.
10403 (vc-merge): Add prefix arg `merge-news'; handle it.
10404
10405 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
10406 is not reached. It is.
10407 (vc-cvs-merge): Set state to 'edited after merge.
10408 (vc-cvs-merge-news): Set workfile version to nil if not known.
10409 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
10410
10411 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
10412 via stdout. (Merge from main line.)
10413
104142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10415
10416 * vc.el (vc-finish-logentry): Thinko in the "same comment"
10417 detection.
10418
104192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10420
10421 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
10422 against kill-all-local-variables.
10423 (vc-log-edit): Don't save vc-parent-buffer any more.
10424 (vc-last-comment-match): Initialize to an empty string.
10425 (vc-post-command-functions): New hook.
10426 (vc-do-command): Run it.
10427 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
10428 (vc-finish-logentry): Only add the comment to the ring if it's
10429 different from the last comment entered.
10430 (vc-new-comment-index): New function.
10431 (vc-previous-comment): Use it. Make the minibuffer message
10432 slightly less terse.
10433 (vc-comment-search-reverse): Make it work forward as well. Don't
10434 set vc-comment-ring-index if no match is found. Use
10435 vc-new-comment-index.
10436 (vc-comment-search-forward): Use vc-comment-search-reverse.
10437 (vc-dired-mode-map): Don't inherit from dired-mode-map since
10438 define-derived-mode will do it for us. Bind `v' to a keymap that
10439 inherits from vc-prefix-map so that we can bind `vt' without
10440 binding C-x v t.
10441 (vc-retrieve-snapshot): Parenthesis typo.
10442
10443 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
10444 to 1. Make sure to switch to *vc* before looking for an error
10445 message. Use vc-parse-buffer.
10446
104472000-09-04 Andre Spiegel <spiegel@gnu.org>
10448
10449 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
10450 and NAME.
10451 (vc-retrieve-snapshot): Split into two parts.
10452 (vc-default-retrieve-snapshot): New function.
10453
10454 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
10455 (vc-cvs-retrieve-snapshot): New function (untested).
10456 (vc-cvs-stay-local): Default to t.
10457 (vc-cvs-remote-p): New function and property.
10458 (vc-cvs-state): Stay local only if the above is t.
10459 (vc-handle-cvs): Removed.
10460 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
10461 done via vc-handled-backends now.
10462 (vc-cvs-header): Escape Id.
10463
104642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * vc.el (vc-do-command): Remove unused commands.
10467 (vc-version-diff): Make sure default-directory ends with a slash.
10468 Move the window commands into a vc-exec-after.
10469 (vc-print-log): Move more of the code into the `vc-exec-after'.
10470
104712000-09-04 Andre Spiegel <spiegel@gnu.org>
10472
10473 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
10474 (vc-print-log): Search current revision from beginning of buffer.
10475 (vc-revert-buffer): Clear echo area after the diff is finished.
10476 (vc-prefix-map): Removed definition of "t" for terse display in vc
10477 dired.
10478 (vc-dired-mode-map): Inherit from dired-mode-map. Added
10479 definition of "vt" for terse display.
10480 (vc-dired-mode): Fix dired-move-to-filename-regexp.
10481
104822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10483
10484 * vc.el (vc-exec-after): Avoid caddr.
10485
104862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10487
10488 * vc.el (vc-exec-after): New function.
10489 (vc-do-command): Use it to add a termination message for async
10490 procs.
10491 (vc-checkout): Try to handle a missing-backend situation.
10492 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
10493 of a directory with a backend using async diffs.
10494 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
10495 present.
10496
10497 * vc-sccs.el (vc-sccs-state-heuristic): Use
10498 file-ownership-preserved-p.
10499
10500 * vc-rcs.el (vc-rcs-state-heuristic): Use
10501 file-ownership-preserved-p.
10502 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
10503
105042000-09-04 Andre Spiegel <spiegel@gnu.org>
10505
10506 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
10507 vc-do-command.
10508
10509 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
10510 when there are no changes.
10511
105122000-09-04 Andre Spiegel <spiegel@gnu.org>
10513
10514 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
10515
10516 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
10517
105182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10519
10520 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
10521
10522 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
10523 the `fset' outside of the defvar so that it works even if
10524 vc-prefix-map was already defined.
10525 (vc-setup-buffer): New function, split out of vc-do-command.
10526 (vc-do-command): Allow BUFFER to be t to mean `just use the
10527 current buffer without any fuss'.
10528 (vc-version-diff): Change the `diff' backend operation to just put
10529 the diff in the current buffer without erasing it. Always use
10530 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
10531 shrink-window-if-larger-than-buffer.
10532 (vc-print-log): Change the `print-log' backend operation to just
10533 put the log in the current buffer without erasing it. Protect
10534 shrink-window-if-larger-than-buffer.
10535 (vc-update-change-log): Fix setd typo.
10536
10537 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
10538 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
10539
10540 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
10541 (vc-rcs-diff): Insert in the current buffer and remove unused arg
10542 CMP.
10543
10544 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
10545 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
10546 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
10547
105482000-09-04 Andre Spiegel <spiegel@gnu.org>
10549
10550 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
10551 not possible, use vc-BACKEND-workfile-unchanged-p.
10552 (vc-default-workfile-unchanged-p): New function. Delegates to a
10553 full vc-BACKEND-diff.
10554
10555 * vc-hooks.el (vc-simple-command): Removed.
10556
10557 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10558 instead of vc-simple-command.
10559 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10560 avoid doing a diff when opening a file.
10561 (vc-rcs-state): Added check for unlocked-changes.
10562 (vc-rcs-header): Escape Id.
10563 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10564 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10565 version.
10566
10567 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10568 (vc-sccs-diff): Remove optional arg CMP.
10569 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10570 SCCS-specific function.
10571
10572 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10573 vc-simple-command.
10574
105752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10576
10577 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10578 (with-vc-file, vc-merge): Use vc-editable-p.
10579 (vc-do-command): Remove unused var vc-file and fix the
10580 doubly-defined `status' var. Add a user message when starting an
10581 async command.
10582 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10583 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10584 Use with-current-buffer.
10585 (vc-buffer-sync): Use unless.
10586 (vc-next-action-on-file): If the file is 'edited by read-only,
10587 make it read-write instead of trying to commit.
10588 (vc-version-diff, vc-update-change-log): Use `setq
10589 default-directory' rather than `cd'.
10590 (vc-log-edit): Don't forget to set default-directory in the
10591 buffer.
10592
10593 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10594 (vc-sccs-state-heuristic): Use file-writable-p instead of
10595 comparing userids.
10596 (vc-sccs-checkout): Use `unless'.
10597
10598 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10599 of comparing userids.
10600 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10601 Simplify the logic by eliminating unreachable code.
10602 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10603 just do a recursive call if we need to retry.
10604 (vc-rcs-checkout): Handle the case where rcs is missing by making
10605 the buffer read-write if requested and re-signalling the error.
10606
10607 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10608
106092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10610
10611 * vc-hooks.el (vc-handled-backends): Docstring change.
10612 (vc-ignore-vc-files): Mark obsolete.
10613 (vc-registered): Check vc-ignore-vc-files.
10614 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10615 vc-ignore-vc-files.
10616
10617 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10618
106192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10620
10621 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10622 files since ange-ftp already has vc-registered return nil.
10623
10624 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10625 (vc-sccs-workfile-version): Use with-temp-buffer and new
10626 vc-parse-buffer and don't bother setting the property.
10627 (vc-sccs-add-triple): Use with-current-buffer and
10628 find-file-noselect.
10629 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10630
10631 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10632 derives from the old vc-parse-buffer but uses the revision number
10633 rather than the date (much easier to compare robustly).
10634 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10635 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10636 locking-user more directly. Check strict locking and set
10637 checkout-model appropriately.
10638 (vc-rcs-parse-locks): Remove.
10639 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10640 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10641 (vc-rcs-system-release): Use with-current-buffer and
10642 vc-parse-buffer.
10643 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10644
10645 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10646 (vc-simple-command): Docstring fix.
10647 (vc-registered): Align the way the file-handler is called with the
10648 way the function itself works.
10649 (vc-file-owner): Remove.
10650
10651 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10652 extraction of fields and call to file-attributes because of a
10653 temporary bug in rcp.el.
10654 (vc-cvs-fetch-status): Use with-current-buffer.
10655
106562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * vc.el (vc-do-command): Use file-relative-name.
10659 (vc-responsible-backend): Use vc-backend if possible.
10660 (vc-create-snapshot): Improve the `interactive' spec. Add support
10661 for branches and dispatch to backend-specific `create-snapshot'.
10662 (vc-default-create-snapshot): New function, containing the bulk of
10663 the old vc-create-snapshot.
10664 (vc-retrieve-snapshot): Improve the interactive spec.
10665
10666 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10667 (vc-backend-hook-functions): Remove.
10668 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10669 (vc-backend): Reintroduce the test for `file = nil' now that I
10670 know why it was there (and added a comment to better remember).
10671
10672 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10673 code from vc-sccs-hooks.el.
10674 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10675 'vc anymore.
10676 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10677 and file-directory-p instead of file-exists-p.
10678 (vc-sccs-check-headers): Simplify the regexp.
10679
10680 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10681 from vc-rcs-hooks.el. Don't require 'vc anymore.
10682 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10683 file-directory-p instead of file-exists-p.
10684
10685 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10686 from vc-cvs-hooks.el.
10687 (proto vc-cvs-registered): Require 'vc-cvs instead of
10688 'vc-cvs-hooks. Don't require 'vc anymore.
10689 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10690 file-directory-p instead of file-exists-p.
10691 (vc-cvs-create-snapshot): New function, replacing
10692 vc-cvs-assign-name.
10693 (vc-cvs-assign-name): Remove.
10694
106952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10696
10697 * vc-cvs.el (vc-cvs-header): New var.
10698
10699 * vc-rcs.el (vc-rcs-exists): Remove.
10700 (vc-rcs-header): New var.
10701
10702 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10703 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10704 (vc-sccs-header): New var.
10705
10706 * vc.el (vc-do-command): Get rid of the `last' argument.
10707 (vc-header-alist): Remove, replaced by vc-X-header.
10708 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10709 (vc-dired-hook): Use expand-file-name instead of concat.
10710 (vc-directory): Use file-name-as-directory.
10711 (vc-snapshot-precondition, vc-create-snapshot)
10712 (vc-retrieve-snapshot): Allow the command to operate on any
10713 directory.
10714
10715 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10716 just removing the 'WORKFILE argument or by removing the 'MASTER
10717 argument and replacing `file' with (vc-name file).
10718
107192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10720
10721 * vc.el: Update Copyright and add a crude list of backend funs.
10722 (vc-writable-p): New function.
10723 (with-vc-file): Use vc-writable-p.
10724 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10725 (vc-register): Avoid vc-name.
10726 (vc-locking-user): Remove.
10727 (vc-steal-lock): Make the `owner' arg non-optional.
10728 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10729 vc-checkout-model.
10730 (vc-default-dired-state-info): Use vc-state instead of
10731 vc-locking-user and return special strings for special states.
10732 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10733 and get rid of one of the special CVS cases.
10734 (vc-cancel-version): prettify error message with \\[...].
10735 (vc-rename-master): New function.
10736 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10737 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10738 the CVS special case generic.
10739 (vc-default-record-rename): Remove.
10740 (vc-file-tree-walk-internal): Only call FUNC for files that are
10741 under control of some VC backend and replace `concat' with
10742 expand-file-name.
10743 (vc-file-tree-walk): Update docstring.
10744 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10745 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10746
10747 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10748 vc-sccs-record-rename. Use `find-file-noselect' rather than
10749 `find-file' and call `vc-rename-master' to do the actual move.
10750 (vc-sccs-diff): Remove unused `backend' variable.
10751
10752 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10753 to delay loading of vc-sccs until it is really used.
10754 (vc-sccs-master-templates): Preload.
10755 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10756 (vc-sccs-project-dir): Remove (merged into
10757 vc-sccs-search-project-dir).
10758 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10759 rather than `concat', make sure it is preloaded and don't bother
10760 to check that the file actually exists.
10761 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10762 `locks' argument (use buffer's content instead) and eliminate n^2
10763 behavior.
10764
10765 * vc-rcs.el: Update Copyright.
10766 (vc-rcs-rename-file): New function.
10767 (vc-rcs-diff): Remove unused `backend' variable.
10768
10769 * vc-hooks.el: Update Copyright.
10770 (vc-backend): Don't accept a nil argument any more.
10771 (vc-up-to-date-p): Turn into a defsubst.
10772 (vc-possible-master): New function.
10773 (vc-check-master-templates): Use `vc-possible-master' and allow
10774 funs in vc-X-master-templates to return a non-existent file.
10775
10776 * vc-cvs.el: Update Copyright.
10777 (vc-cvs-diff): Remove unused `backend' variable.
10778 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10779
10780 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10781
107822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10785 since it can be called from vc-rcs.el.
10786 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10787
107882000-09-04 Andre Spiegel <spiegel@gnu.org>
10789
10790 * vc.el (vc-version-diff): Expand file name read from the
10791 minibuffer. Handle the case when a previous version number can't
10792 be guessed. Give suitable messages when there were no differences
10793 found.
10794 (vc-clear-headers): Call backend-specific implementation, if one
10795 exists.
10796 (vc-cancel-version): Made error checks generic. When done, clear
10797 headers generically, too.
10798
10799 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10800 from vc-clear-headers in vc.el.
10801
10802 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10803 correctly.
10804 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10805 optional. Handle the case when it's not there.
10806
108072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10808
10809 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10810
108112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10812
10813 * vc-hooks.el (vc-loadup): Remove.
10814 (vc-find-backend-function): Use `require'. Also, handle the case
10815 where vc-BACKEND-hooks.el doesn't exist.
10816 (vc-call-backend): Cleanup.
10817
108182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10819
10820 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10821 vc-rcs-grab-templates)
10822 (vc-rcs-registered): Remove. The default function works as well.
10823 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10824 vc-sccs-grab-templates)
10825 (vc-sccs-registered): Remove. The default function works as well.
10826
10827 * vc.el (vc-version-diff): Left out a vc- in call to
10828 vc-call-backend.
10829 (vc-default-dired-state-info, vc-default-record-rename)
10830 (vc-default-merge-news): Update for the new backend argument.
10831
10832 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10833 using the default function.
10834 (vc-call-backend): If calling the default function, pass it the
10835 backend as first argument. Update the docstring accordingly.
10836 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10837 for the new backend argument.
10838 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10839 (vc-find-backend-function): Use the new name.
10840 (vc-default-registered): New function.
10841
108422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10843
10844 * vc.el (vc-merge): Use vc-find-backend-function.
10845
10846 * vc-hooks.el (vc-backend-functions): Remove.
10847 (vc-loadup): Don't setup 'vc-functions.
10848 (vc-find-backend-function): New function.
10849 (vc-call-backend): Use above fun and populate 'vc-functions
10850 lazily.
10851 (vc-backend-defines): Remove.
10852
108532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10854
10855 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10856 Call vc-call-backend without the leading vc-.
10857 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10858 (vc-check-headers): Call vc-call-backend without the leading vc-.
10859 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10860 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10861 Call vc-call-backend without the leading vc-.
10862
10863 * vc-cvs.el (tail): Provide vc-cvs.
10864 * vc-sccs.el (tail): Provide vc-sccs.
10865 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10866
10867 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10868 (vc-make-backend-function, vc-call): Pass names without leading
10869 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10870 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10871 (vc-call-backend): Always try to load vc-X-hooks.
10872 (vc-registered): Remove vc- in call to vc-call-backend.
10873
108742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10875
10876 * vc.el (vc-process-filter): New function.
10877 (vc-do-command): Setup `vc-process-filter' for the async process.
10878 (vc-maybe-resolve-conflicts): New function to reduce
10879 code-duplication. Additionally, it puts the buffer in
10880 `smerge-mode' if applicable.
10881 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10882 calling `merge-news'.
10883 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10884 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10885 interfacing to log-edit.el.
10886 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10887 log-edit is available.
10888 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10889
108902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10891
10892 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10893 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10894 defvar and the initialization.
10895 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10896
10897 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10898 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10899
10900 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10901
109022000-09-04 Andre Spiegel <spiegel@gnu.org>
10903
10904 * vc.el (vc-file-clear-masterprops): Removed.
10905 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10906 (vc-version-diff): Use buffer-size without argument.
10907 (vc-register): Heed vc-initial-comment.
10908
10909 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10910 default branch.
10911
10912 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10913 file name and workfile version.
10914 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10915
10916 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10917 vc-file-clear-masterprops.
10918
10919 * vc-sccs.el (vc-sccs-checkout): Removed call to
10920 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10921 rather than user login name.
10922
10923
109242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10925
10926 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10927 `want-differences-if-changed' and simplify.
10928 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10929 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10930 output (which is invalid for async vc-diff) to decide whether to
10931 do the revert silently or not.
10932
109332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10934
10935 * vc-hooks.el (vc-loadup): Load files quietly.
10936 (vc-call-backend): Oops, brain fart.
10937
109382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10939
10940 * vc-cvs.el (vc-cvs-state): Typo.
10941 (vc-cvs-merge-news): Return the status code rather than the error msg.
10942
109432000-09-04 Andre Spiegel <spiegel@gnu.org>
10944
10945 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10946 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10947 vc-state or vc-up-to-date-p.
10948 (vc-merge): Use vc-backend-defines to check whether merging is
10949 possible. Set state to 'edited after successful merge.
10950
10951 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10952 return that name. Redocumented.
10953
109542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10955
10956 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10957 new `vc-state' semantics.
10958 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10959 'vc-locking-user to the current user.
10960 (vc-merge): Inline vc-backend-merge. Comment out code that I
10961 don't understand and hence can't adapt to the new `vc-state' and
10962 `vc-locking-user' semantics.
10963 (vc-backend-merge): Remove.
10964
10965 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10966 rather than 'vc-locking-user.
10967
10968 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10969
10970 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10971 (vc-state): Don't use 'reserved any more. Just use the same
10972 convention as the one used for vc-<backend>-state where the
10973 locking user (as a string) is returned.
10974 (vc-locking-user): Update, based on the above convention. The
10975 'vc-locking-user property has disappeared.
10976 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10977
10978 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10979 with a heuristic one.
10980 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10981 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10982 error. That allows us to get to 'needs-merge even in the
10983 stay-local case. There's still no way to detect 'needs-patch in
10984 such a setup (or to force an update for that matter).
10985 (vc-cvs-logentry-check): Remove, the default works as well.
10986
109872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10988
10989 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10990
10991 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10992 major-mode in which the buffer might have been put earlier. Use
10993 `remove' and `when'. Allow `okstatus' to be `async' and use
10994 `start-process' in this case.
10995 (vc-version-diff): Handle the case where the diff looks empty
10996 because of the use of an async process.
10997
109982000-09-04 Andre Spiegel <spiegel@gnu.org>
10999
11000 * vc.el (vc-next-action-on-file): Removed optional parameter
11001 `simple'. Recompute state unconditionally.
11002 (vc-default-toggle-read-only): Removed.
11003
11004 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11005 (vc-toggle-read-only): Undid prev change.
11006
11007 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11008 vc-cvs-simple-toggle. Redocumented.
11009 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11010 (vc-cvs-toggle-read-only): Removed.
11011
110122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11013
11014 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11015 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11016 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11017 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11018 still is. So maybe it should be removed.
11019 (vc-head-version, vc-find-binary): Remove.
11020 (vc-recompute-state): Move from vc-hooks.el.
11021 (vc-next-action-on-file): Add a `simple' argument to allow
11022 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11023 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11024 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11025 (vc-dired-mode-map): Properly defvar it.
11026 (vc-print-log): Call log-view-mode if available.
11027 (small-temporary-file-directory): defvar instead of use boundp.
11028 (vc-merge-news): Moved to vc-cvs.el.
11029 (vc-default-merge-news): New function.
11030
11031 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11032 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11033 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11034 unknown `vc-latest-version' function. It should probably refer to
11035 vc-workfile-version or somesuch, but it's very unclear to me and I
11036 don't have SCCS to test things.
11037
11038 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11039 (vc-sccs-state-heuristic): Fix typo.
11040 (vc-sccs-workfile-unchanged-p): Add missing argument.
11041
11042 * vc-rcs.el: Require vc and vc-rcs-hooks.
11043 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11044 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11045 (vc-release-greater-or-equal-p): Move from vc.
11046 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11047 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11048 (vc-rcs-checkout): Add a missing `new-version' argument in the
11049 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11050
11051 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11052 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11053 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11054 than the apparently unbound `workfile-version'.
11055
11056 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11057 (vc-file-prop-obarray): Use `make-vector'.
11058 (vc-backend-functions): Add new hookable functions
11059 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11060 (vc-loadup): If neither backend nor default functions exist, use
11061 the backend function rather than nil.
11062 (vc-call-backend): If the function if not bound yet, try to load
11063 the non-hook file to see if it provides it.
11064 (vc-call): New macro plus use it wherever possible.
11065 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11066 nor `vc-find-binary' since it's only called from
11067 vc-mistrust-permission which is only used once the backend is known.
11068 (vc-checkout-model): Fix parenthesis.
11069 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11070
11071 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11072 (vc-cvs-release, vc-cvs-system-release): Remove.
11073 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11074 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11075 status symbols.
11076 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11077 (vc-cvs-toggle-read-only): First cut at a function to allow a
11078 cvs-status-free vc-toggle-read-only.
11079 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11080 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11081 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11082 (vc-cvs-checkout): Modify access rights directly if the user
11083 requested not to use `cvs edit'. And refresh the mode line.
11084
11085 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11086 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11087
110882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11089
11090 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11091 workfile' that got lost when the code was extracted from vc.el.
11092 And merged the tail with the rest of the code (not possible in the
11093 old vc.el where the tail was shared among all backends). And
11094 explicitly set the state to 'edited if `writable' is set.
11095
11096 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11097 (vc-cvs-state): Be careful to return the value from
11098 vc-cvs-parse-state.
11099 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11100 property but return it instead. Also be careful to handle a nil
11101 or "" `rev' when workfile is non-nil (it was handled properly when
11102 workfile was nil).
11103
11104 * vc.el: Removed those pesky unnecessary `(function' quotes.
11105 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11106 directly in the defvar.
11107 (vc-do-command): Bind inhibit-read-only so as to properly handle
11108 the case where the destination buffer has been made read-only.
11109 (vc-diff): Delegate to vc-version-diff in all cases.
11110 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11111 (vc-annotate-mode-variables): Removed (code moved partly to
11112 defvars and partly to vc-annotate-add-menu).
11113 (vc-annotate-mode): Turned into a derived-mode.
11114 (vc-annotate-add-menu): Moved in code in
11115 vc-annotate-mode-variables.
11116 (vc-update-change-log): Use make-temp-file if available.
11117
111182000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11119
11120 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11121 `vc-checkout-model' updated to `vc-cvs-update-model'.
11122
111232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11124
11125 * vc.el (vc-next-action-on-file): Added handling of state
11126 `unlocked-changes'.
11127 (vc-checkout-carefully): Is now practically obsolete, unless the
11128 above is too slow to be enabled unconditionally.
11129 (vc-update-change-log): Fixed typo.
11130
11131 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11132
11133 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11134 Now handles state `unlocked-changes'.
11135 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11136
11137 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11138
11139 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11140 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11141 `unlocked-changes'.
11142 (vc-rcs-workfile-unchanged-p): Renamed from
11143 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11144 function yet, but supposed to become one soon.
11145
11146 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11147 `vc-steal-lock'.
11148 (vc-call-backend): Changed error message.
11149 (vc-state): Added description of state `unlocked-changes'.
11150
111512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11152
11153 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11154 always return t in CVS-controlled directories.
11155
11156 * vc.el (vc-responsible-backend): New function.
11157 (vc-register): Largely rewritten.
11158 (vc-admin): Removed (implementation moved into vc-register).
11159 (vc-checkin): Redocumented.
11160 (vc-finish-logentry): If no backend defined yet (because we are in
11161 the process of registering), use the responsible backend.
11162
11163 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11164 Updated function lists.
11165 (vc-call-backend): Fixed typo.
11166
11167 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11168 New functions.
11169 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11170 Removed query option. Redocumented.
11171
111722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11173
11174 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11175
11176 * vc.el: Updated callers of `vc-checkout-required' to use
11177 `vc-checkout-model'.
11178
111792000-09-04 Martin Lorentzson <martinl@gnu.org>
11180
11181 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11182 stuff updated to reference this function instead of the old
11183 `vc-backend-release-p'.
11184
111852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11186
11187 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
11188 vc-checkout-model. Return appropriate values. Updated callers.
11189
111902000-09-04 Martin Lorentzson <martinl@gnu.org>
11191
11192 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
11193 (vc-backend-revert): Function moved into `vc-revert';
11194 `vc-next-action' must be updated to accomodate this change.
11195 (vc-backend-steal): Function moved into `vc-finish-steal'.
11196 (vc-backend-logentry-check): Function moved into
11197 `vc-finish-logentry'.
11198 (vc-backend-printlog): Function moved into `vc-print-log'.
11199 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
11200 (vc-backend-assign-name): Function moved into
11201 `vc-create-snapshot'.
11202
112032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11204
11205 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
11206 Rename to vc-checkout-model. Return appropriate values.
11207 Update callers.
11208
11209 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
11210 to vc-checkout-model.
11211 (vc-checkout-required): Rename to vc-checkout-model.
11212 Re-implement and re-comment.
11213 (vc-after-save): Use vc-checkout-model.
11214
112152000-09-04 Martin Lorentzson <martinl@gnu.org>
11216
11217 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
11218 Update to use the vc-BACKEND-diff functions instead.
11219 `vc-diff' is now working.
11220
11221 * vc-rcs.el (vc-rcs-logentry-check): New function.
11222
11223 * vc-cvs.el (vc-cvs-logentry-check): New function.
11224
11225 * vc-sccs.el (vc-sccs-diff): Function changed name from
11226 `vc-backend-diff'. This makes `vc-diff' work.
11227
11228 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
11229 of functions possibly implemented in a vc-BACKEND library.
11230 (vc-checkout-required): Fix bug that caused an error to be
11231 signaled during `vc-after-save'.
11232
11233 * vc.el: Fix typo.
11234 This checkin is made with our new VC code base for the very first time.
11235 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
11236
11237 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
11238 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
11239
11240 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
11241 updated to `vc-uses-locking'.
11242 (vc-checkout-required): Call to backend function.
11243 `vc-checkout-required' updated to `vc-uses-locking' instead.
11244
11245 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
11246 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
11247
11248 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
11249 to match the split into various backends.
11250 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
11251 (vc-retrieve-snapshot): Bug fix.
11252
112532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11254
11255 * vc-sccs.el (vc-sccs-release): Doc fix.
11256
112572000-09-04 Martin Lorentzson <martinl@gnu.org>
11258
11259 * vc.el (vc-next-action-on-file): Bug found and fixed.
11260 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
11261 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
11262
11263 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
11264 (vc-rcs-checkout): Name space cleaned up. No more revision number
11265 crunching function names that are not prefixed with vc-rcs.
11266 (vc-rcs-checkout-model): Function added. References to
11267 `vc-checkout-model' replaced.
11268
112692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11270
11271 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
11272 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
11273 still need to be split, and implemented for RCS).
11274
112752000-09-04 Martin Lorentzson <martinl@gnu.org>
11276
11277 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
11278
11279 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
11280 required by the vc.el file.
11281
11282 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
11283 required by the vc.el file.
11284 (vc-rcs-exists): Function added.
11285
11286 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
11287 required by the vc.el file.
11288
11289 * vc.el (vc-admin): Updated to handle selection of appropriate
11290 backend. Current implementation is crufty and need re-thinking.
11291
11292 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
11293
112942000-09-04 Martin Lorentzson <martinl@gnu.org>
11295
11296 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
11297 beginning of annotate buffers correctly.
11298
11299 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
11300 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
11301 functionality updated quite a lot to support multiple backends.
11302 Variables `vc-annotate-mode', `vc-annotate-buffers',
11303 `vc-annotate-backend' added.
11304
11305 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
11306 `vc-annotate-difference' added to supported backend functions.
11307
113082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11309
11310 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
11311 Use with-temp-file instead of /bin/sh. Merged from mainline
11312
113132000-09-04 Martin Lorentzson <martinl@gnu.org>
11314
11315 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
11316
11317 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
11318
11319 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
11320
113212000-09-04 Martin Lorentzson <martinl@gnu.org>
11322
11323 * vc-hooks.el: vc-state-heuristic added to
11324 vc-backend-hook-functions.
11325
11326 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
11327
11328 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
11329
11330 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
11331 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
11332 state to `reserved'.
11333
11334 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
11335 `vc-checkout-required'. Rename the `locked' state to `reserved'.
11336
113372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11338
11339 * vc-rcs-hooks.el: Implement new state model. Hardly anything
11340 untouched.
11341
11342 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
11343
11344 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
11345 if defined. (Merged from main line, slightly adapted.)
11346
11347 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
11348 millenium problem (merged from mainline).
11349
113502000-09-04 Martin Lorentzson <martinl@gnu.org>
11351
11352 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
11353 part and moved the non-BACKEND stuff to vc.el.
11354
11355 * vc.el: Split the annotate feature into a BACKEND specific part
11356 and moved it from the vc-cvs.el file to this one.
11357
113582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11359
11360 * vc-hooks.el: Implement new state model.
11361 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
11362 (vc-locking-user): Simplify. Now only needed if the file is
11363 locked by somebody else.
11364 (vc-lock-from-permissions): Remove. Functionality is in
11365 vc-sccs-hooks.el and vc-rcs-hooks.el now.
11366 (vc-mode-line-string): New name for former vc-status. Adapted.
11367 (vc-mode-line): Adapt to use the above. Remove optional parameter.
11368
11369 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
11370 Various simplifications and adaptations all over the place.
11371
11372 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
11373 Simplify and adapt the rest.
11374
11375 * vc.el (vc-resynch-window): Add TODO comment: check for
11376 interaction with view mode according to recent RCS change.
11377 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
11378
113792000-09-04 Martin Lorentzson <martinl@gnu.org>
11380
11381 * vc.el: Convert the remaining function comments to docstrings.
11382
113832000-09-04 Martin Lorentzson <martinl@gnu.org>
11384
11385 * vc.el (vc-backend-release, vc-release-greater-or-equal)
11386 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
11387 (vc-minor-part, vc-previous-version): Functions that operate and
11388 compare revision numbers got proper documentation. Comments added
11389 about their possible removal.
11390
113912000-09-04 Martin Lorentzson <martinl@gnu.org>
11392
11393 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
11394 the vc-backend.el files.
11395
11396 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
11397
11398 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
11399 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
11400 (vc-rcs-previous-version): Functions added.
11401
11402 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
11403
11404 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
11405
114062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11407
11408 * vc-hooks.el (vc-master-templates): Is really obsolete.
11409 Comment out the definition for now. What is the right procedure
11410 to get rid of it?
11411 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
11412 rewritten.
11413 (vc-default-registered): Remove.
11414 (vc-check-master-templates): New function; does mostly what the
11415 above did before.
11416 (vc-locking-user): Don't rely on the backend to set the property.
11417
11418 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
11419 Rewrite documentation.
11420 (vc-rcs-templates-grabbed): New variable.
11421 (vc-rcs-grab-templates): New function.
11422 (vc-rcs-registered): Rewrite to use above mechanism.
11423
11424 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
11425 Rewrite documentation.
11426 (vc-sccs-templates-grabbed): New variable.
11427 (vc-sccs-grab-templates): New function.
11428 (vc-sccs-registered): Rewrite to use above mechanism.
11429 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
11430 Don't throw the result, simply return it.
11431
11432 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
11433 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
11434 (vc-cvs-registered): Does the check itself now. Simplify.
11435
11436 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
11437 from main line.
11438
114392000-09-04 Martin Lorentzson <martinl@gnu.org>
11440
11441 * vc-cvs.el (vc-cvs-diff): New function.
11442
11443 * vc-sccs.el (vc-sccs-diff): New function.
11444
11445 * vc-rcs.el (vc-rcs-diff): New function.
11446 (vc-rcs-checkout): Bug (typo) found and fixed.
11447 (vc-rcs-register-switches): New variable.
11448
11449 * vc.el (vc-backend-diff): Function removed and placed in the
11450 backend files.
11451
114522000-09-04 Martin Lorentzson <martinl@gnu.org>
11453
11454 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
11455
11456 * vc.el (vc-backend-checkout): Function removed and replaced in
11457 the vc-backend.el files.
11458
11459 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
11460
11461 * vc.el (vc-backend-admin): Removed and replaced in the
11462 vc-backend.el files.
11463
11464 * vc.el (Martin): Removed all the annotate functionality since it
11465 is CVS backend specific.
11466
114672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11468
11469 * spec.txt: Added specification of vc-state.
11470
11471 * vc-sccs-hooks.el (vc-sccs-master-properties):
11472 Remove handling of vc-latest-version and
11473 vc-your-latest-version. What used to be vc-latest-version, is now
11474 returned as vc-workfile-version.
11475 (vc-sccs-workfile-version): Adapt.
11476
114772000-09-04 Dave Love <fx@gnu.org>
11478
11479 * vc.el: [Merged from mainline.]
11480 (vc-dired-mode): Make the dired-move-to-filename-regexp
11481 regexp match the date, to avoid treating date as file size.
11482 Add YYYY S option to WESTERN/
11483
114842000-09-04 Dave Love <fx@gnu.org>
11485
11486 * vc.el: Require `compile' when compiling.
11487 (vc-logentry-check-hook): New option.
11488 (vc-steal-lock): Use compose-mail.
11489 (vc-dired-mode-map): Defvar when compiling.
11490 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
11491 vc-sccs.el and renamed. Callers changed.
11492 (vc-backend-checkout, vc-backend-logentry-check)
11493 (vc-backend-merge-news): Doc fix.
11494 (vc-default-logentry-check): New function.
11495 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
11496 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
11497 (vc-backend-merge): Doc fix. Use backend functions.
11498 (vc-check-headers): Use backend functions.
11499
11500 * vc-cvs.el: Require vc when compiling.
11501 (vc-cvs-register-switches): Doc fix.
11502 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
11503 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
11504 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
11505 New functions (code from vc.el).
11506 (vc-annotate-display-default): Fix interactive spec.
11507 (vc-annotate-time-span): Doc fix.
11508
11509 * vc-rcs.el: Require vc when compiling.
11510 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
11511 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
11512 (vc-rcs-checkin): New functions (code from vc.el).
11513 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
11514 Doc fix.
11515 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
11516
11517 * vc-sccs.el: Require vc when compiling.
11518 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
11519 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
11520 (vc-sccs-revert)
11521 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
11522 from vc.el).
11523 (vc-sccs-add-triple, vc-sccs-record-rename)
11524 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
11525 (vc-sccs-admin): Doc fix.
11526
115272000-09-04 Martin Lorentzson <martinl@gnu.org>
11528
11529 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
11530 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
11531 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
11532 from vc.el.
11533
11534 * vc-sccs.el (vc-admin-sccs): Added from vc.el
11535
11536 * vc-cvs.el: Moved the annotate functionality from vc.el.
11537 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
11538
115392000-09-04 Dave Love <fx@gnu.org>
11540
11541 * vc.el (vc-backend-release): Call vc-system-release.
11542
11543 * vc-sccs.el (vc-sccs-system-release):
11544 Renamed from vc-sccs-backend-release.
11545
11546 * vc-rcs.el (vc-rcs-system-release):
11547 Renamed from vc-rcs-backend-release.
11548
11549 * vc-cvs.el (vc-cvs-system-release):
11550 Renamed from vc-cvs-backend-release.
11551
115522000-09-04 Dave Love <fx@gnu.org>
11553
11554 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11555 backend files.
11556 (vc-backend-release): Dispatch to backend functions.
11557 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11558 probably needs attention.]
11559
11560 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11561 (vc-sccs-backend-release): New function.
11562
11563 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11564 (vc-cvs-backend-release): New function.
11565
11566 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11567 Doc fix.
11568 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11569 (vc-default-dired-state-info): New function.
11570 (vc-dired-state-info): Dispatch to backends.
11571 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11572
11573 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11574 from vc.el and renamed.
11575
115762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11577
11578 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11579 (vc-version-other-window, vc-backend-assign-name): Removed
11580 references to vc-latest-version; sometimes changed into
11581 vc-workfile-version.
11582
11583 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11584 vc-rcs-master-workfile-version.
11585 (vc-rcs-workfile-version): Use the above. Don't call
11586 vc-latest-version (that was unreachable code, anyway).
11587 (vc-rcs-fetch-master-properties): Doc fix.
11588
11589 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11590 (vc-backend-hook-functions): Removed them from this list, too.
11591 (vc-fetch-properties): Removed.
11592 (vc-workfile-version): Doc fix.
11593
11594 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11595 (vc-rcs-workfile-version, vc-rcs-locking-user)
11596 (vc-rcs-uses-locking): Use it.
11597
11598 * vc-hooks.el (vc-consult-rcs-headers):
11599 Moved into vc-rcs-hooks.el, under the name
11600 vc-rcs-consult-headers.
11601
11602 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11603 headers.
11604 (vc-cvs-find-master): Use this name only; correct different
11605 versions of the name.
11606
11607 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11608 New functions.
11609 (vc-sccs-locking-user): Use the latter.
11610
11611 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11612 New functions.
11613
11614 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11615 Moved into both
11616 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11617 functions are implementation details of those two backends.
11618
116192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11620
11621 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11622 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11623
11624 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11625 (vc-sccs-parse-locks): SCCS-specific code moved here from
11626 vc-hooks.
11627
11628 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11629 code moved here from vc-hooks.
11630
11631 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11632 into back-end specific parts and removed. Callers not updated
11633 yet; because I guess these callers will disappear into back-end
11634 specific files anyway.
11635
116362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11637
11638 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11639 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11640 `vc-uses-locking'.
11641
11642 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11643 Store yes/no in the property, and return t/nil. Updated all
11644 callers.
11645
11646 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11647 vc-sccs-uses-locking. Don't set property.
11648 (vc-sccs-locking-user): Don't set property.
11649
11650 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11651 vc-cvs-uses-locking. Don't set property here; leave that to
11652 vc-hooks.
11653 (vc-cvs-locking-user): Reflect above change. Streamlined.
11654
11655 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11656 vc-rcs-uses-locking.
11657 (vc-rcs-locking-user): Reflect above change.
11658
116592000-09-04 Dave Love <fx@gnu.org>
11660
11661 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11662
11663 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11664
11665 * vc-hooks.el (vc-checkout-model): Punt to backends.
11666
11667 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11668
11669 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11670
11671 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11672 New functions.
11673
11674 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11675 New functions.
11676
11677 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11678 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11679
11680 * vc-hooks.el (vc-default-locking-user): New function.
11681 (vc-locking-user, vc-workfile-version): Punt to backends.
11682
116832000-09-04 Dave Love <fx@gnu.org>
11684
11685 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11686 (vc-master-workfile-version): Moved from vc-hooks.
11687
11688 * vc-rcs-hooks.el: Fix duplicate code in last change.
11689
11690 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11691 (vc-rcs-master-templates): Improve :type.
11692 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11693 vc-master-workfile-version): Moved from vc-hooks.
11694
11695 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11696 (vc-sccs-master-templates): Improve :type.
11697 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11698
11699 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11700
11701 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11702 (vc-cvs-master-templates): Improve :type. Use
11703 vc-cvs-find-cvs-master.
11704 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11705 from vc-hooks.
11706 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11707
11708 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11709 Moved to vc-cvs-hooks.
11710
11711 * vc-hooks.el: Add doc strings in various places. Simplify the
11712 minor mode setup.
11713 (vc-handled-backends): New user variable.
11714 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11715 simplification.
11716
117172000-09-04 Dave Love <fx@gnu.org>
11718
11719 * vc.el: Some doc fixes for autoloaded and interactive functions.
11720 Fix compilation warnings from ediff stuff.
11721 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11722
11723 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11724
11725 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11726
11727 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11728
117292000-09-04 Dave Love <fx@gnu.org>
11730
11731 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11732 New variable.
11733 (vc-make-backend-function, vc-loadup, vc-call-backend)
11734 (vc-backend-defines): New functions.
11735
11736 * vc-hooks.el: Various doc fixes.
11737 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11738 (vc-match-substring): Function removed. Callers changed to use
11739 match-string.
11740 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11741 Simplify.
11742
117432000-09-04 Dave Love <fx@gnu.org>
11744
11745 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11746 type.
11747 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11748 (vc-sccs-registered): Doc fix.
11749
11750 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11751 (vc-cvs-registered): Doc fix.
11752
11753 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11754 (vc-rcs-registered): Doc fix.
11755
117562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11757
11758 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11759
11760 * vc-hooks.el: vc-registered has been renamed
11761 vc-default-registered. Some functions have been moved to the
11762 backend specific files. they all support the
11763 vc-BACKEND-registered functions.
11764
117652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11766
11767 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11768
11769 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11770
117712000-09-04 Dave Love <fx@gnu.org>
11772
11773 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11774 menu-bar-update-hook.
11775
11776 * help.el (help-manyarg-func-alist): Add
11777 find-operation-coding-system.
11778
11779 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11780
11781 * custom.el (custom-set-variables): Print message about errors in
11782 setting.
11783
117842000-09-03 Andrew Innes <andrewi@gnu.org>
11785
11786 * makefile.w32-in: Change to DOS line endings.
11787
117882000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11789
11790 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11791 minor-mode keymaps, if they don't have one.
11792
117932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11794
11795 * eshell/esh-module.el (eval-when-compile): Don't lose if
11796 esh-module.el's file name is truncated to DOS 8+3 limits.
11797
117982000-09-01 John Wiegley <johnw@gnu.org>
11799
11800 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11801 predicate, which caused entries in the completion list to be
11802 doubled.
11803
118042000-08-30 John Wiegley <johnw@gnu.org>
11805
11806 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11807 sending to subprocesses. Also, hook pre-command-hook if
11808 `eshell-send-direct-to-subprocesses' is non-nil.
11809 (eshell-send-direct-to-subprocesses): New config variable. If t,
11810 subprocess input is send immediately.
11811 (eshell-toggle-direct-send): New function.
11812 (eshell-self-insert-command): New function.
11813 (eshell-intercept-commands): New function.
11814 (eshell-send-input): If direct subprocess sending is enabled,
11815 don't echo any input to the Eshell buffer. Let the subprocess
11816 handle that. This requires "stty echo" in bash, for example.
11817
118182000-08-28 John Wiegley <johnw@gnu.org>
11819
11820 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11821 completion function for Eshell's implementation of `unset'.
11822
118232000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * info.el (Info-directory-list): Doc fix.
11826
118272000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11828
11829 * filecache.el (file-cache-add-directory-using-find): Don't quote
11830 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11831
118322000-08-31 Kenichi Handa <handa@etl.go.jp>
11833
11834 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11835 coding systems.
11836
118372000-08-30 Andrew Innes <andrewi@gnu.org>
11838
11839 * timer.el (run-with-idle-timer): Undo last change, so that timer
11840 is not activated immediately if Emacs is already idle. Some
11841 existing code relies on this behaviour.
11842
118432000-08-30 Miles Bader <miles@gnu.org>
11844
11845 * frame.el (set-frame-font): Do completion of font-name for
11846 interactive use.
11847
118482000-08-30 Kenichi Handa <handa@etl.go.jp>
11849
11850 * international/quail.el (quail-start-translation): Bind locally
11851 last-command-event, last-command, and this-command.
11852 (quail-start-conversion): Likewise.
11853 (quail-self-insert-command): Fix docstring.
11854
118552000-08-29 Gerd Moellmann <gerd@gnu.org>
11856
11857 * progmodes/executable.el
11858 (executable-make-buffer-file-executable-if-script-p): Check that
11859 buffer contains at least 2 characters.
11860
118612000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11862
11863 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11864
118652000-08-29 Dave Love <fx@gnu.org>
11866
11867 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11868 (diff-mode-shared-map): Bind mouse-2.
11869 (diff-imenu-generic-expression): New variable.
11870 (diff-mode): Use it.
11871
11872 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11873 (mouse-popup-menubar): Add minor mode menus.
11874 (popup-menu): Check for lookup-key returning number.
11875
118762000-08-29 Miles Bader <miles@gnu.org>
11877
11878 * comint.el (comint-send-input): Create overlays using the proper
11879 front/read-advance arguments.
11880
118812000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11882
11883 * ps-print.el: Even/odd pages printing. Doc fix.
11884 (ps-print-version): New version number (6.0).
11885 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11886 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11887 (ps-print-duplex-feature): Variable eliminated.
11888 (ps-even-or-odd-pages): New variable.
11889
11890 * progmodes/ebnf2ps.el: Doc fix.
11891 (ebnf-version): New version (3.3).
11892 (ebnf-user-arrow): Change variable customization to sexp.
11893 (ebnf-user-arrow): Function eliminated.
11894 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11895
118962000-08-29 Kenichi Handa <handa@etl.go.jp>
11897
11898 * help.el (help-xref-mule-regexp): New variable.
11899 (help-make-xrefs): Handle help-xref-mule-regexp.
11900
11901 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11902 variable.
11903 (describe-input-method): Temporarily activate the specfied input
11904 method to display the information.
11905 (describe-language-environment): Hyperlinks to mule related items.
11906
11907 * international/mule-diag.el (charset-multibyte-form-string): New
11908 function.
11909 (list-character-sets-1): Use charset-multibyte-form-string.
11910 (describe-character-set): New function.
11911 (describe-coding-system): Hyperlinks to safe character sets.
11912
11913 * international/quail.el (quail-help): New arg PACKAGE.
11914 Hyperlinks to mule related items.
11915 (quail-help-insert-keymap-description): Use
11916 substitute-command-keys instead of describe-bindings.
11917 (quail-translation-help): Hyperlinks to mule related items.
11918
119192000-08-28 John Wiegley <johnw@gnu.org>
11920
11921 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11922 have a defsubst call itself. Made `eshell-flatten-list' back into
11923 a function again.
11924
11925 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11926 catch, in case re-centering point at bottom messes up the display.
11927 This happens frequently in Emacs 21, due I believe to variable
11928 line heights.
11929
11930 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11931 to call `find-tag-interactive'.
11932
11933 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11934 the list of remember directories.
11935
119362000-08-28 John Wiegley <johnw@gnu.org>
11937
11938 * align.el: Test align-region-separate to see if it's a symbol.
11939
119402000-08-28 John Wiegley <johnw@gnu.org>
11941
11942 * eshell/esh-util.el (eshell-flatten-list): Made this function
11943 into a defsubst form. It gets used very frequently, although
11944 calls don't occur all that often.
11945
11946 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11947 examining it.
11948
11949 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11950 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11951 `eshell-protect'.
11952 (eshell-copy-handles): Created a new macro for duplicating the
11953 current set of open handles. This is needed by the looping
11954 functions.
11955 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11956 is not incorrectly stomped on.
11957
11958 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11959 declaration for pcomplete-use-paring.
11960 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11961 value of eshell-cmpl-use-paring.
11962 * pcomplete.el (pcomplete-use-paring): New config variable, to
11963 indicate whether paring should be used.
11964 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11965 completion alternatives that have already been used.
11966
11967 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11968 bound to C-c C-y, which will repeat the previous N arguments
11969 (based on prefix argument).
11970 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11971
11972 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11973 if there is no *Help* buffer. This is for XEmacs, which renames
11974 its help buffers uniquely. TODO: Find out what the current buffer
11975 name to delete is.
11976
11977 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11978 first entry that correlates to a passwd/group number. Later
11979 entries (used for group/user name aliasing to multiple IDs) are
11980 ignored.
11981
11982 * eshell/em-xtra.el (eshell/expr):
11983 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11984 (eshell-grep, eshell/diff, eshell/locate):
11985 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11986 argument list, before passing it to the system command.
11987
11988 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11989 `find-tag' for use at final position in Eshell buffers (which
11990 otherwise triggers an error on Emacs 21).
11991 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11992 buffer, if it is currently bound to `find-tag'.
11993
11994 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11995 in the list of matched Makefile names.
11996 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11997 directory, prefer its contents to Makefile.
11998
11999 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12000 directory parts (like "cd old new", or "cd =regexp"), are now case
12001 sensitive on non-Windows/DOS platforms.
12002
12003 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12004 types RET after an open delimiter (like "), display a message
12005 indicating that Eshell is waiting for the closing delimiter.
12006
12007 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12008 environment variables.
12009
12010 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12011 gracefully if the user enters incorrect arguments.
12012
12013 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12014 Eshell buffers.
12015
12016 * eshell/esh-var.el (eshell-interpolate-variable):
12017 * eshell/esh-mode.el (eshell-move-argument):
12018 * eshell/em-unix.el (eshell-du-sum-directory):
12019 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12020 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12021 (not (= ...)).
12022
12023 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12024 to ensure the `preserve' flag gets propagated when doing recursive
12025 directory copies.
12026
120272000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12028
12029 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12030 Don't convert \n into \0177 in memory.
12031 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12032 and back again, when reading and writing.
12033
120342000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12035
12036 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12037 testing of `fboundp' on `processp'.
12038
12039 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12040 (eshell/jobs): Don't call process-list if it is not bound.
12041 (eshell-gather-process-output): Support systems where async
12042 subprocesses aren't supported.
12043 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12044 variables.
12045
12046 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12047 eshell-do-eval returns t.
12048 (eshell-do-pipelines-synchronously): New defmacro.
12049 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12050 when async subprocesses aren't supported.
12051 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12052 if async subprocesses aren't supported.
12053 (eshell-resume-command): Don't assume STATUS is a string.
12054
12055 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12056
12057 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12058 (eshell-close-target, eshell-get-target): Use eshell-processp.
12059 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12060 fix.
12061 (eshell-get-target, eshell-create-handles): Doc fix.
12062
120632000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12064
12065 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12066 criterion to include commands that output something, as long as it
12067 leaves both the command and the end-of-buffer visible when the
12068 command has exited.
12069 (eshell-review-quick-commands): Adjust the help doc string
12070 accordingly.
12071
120722000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12073
12074 * locate.el (locate): Cleaned up locate command's interactive prompting
12075 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12076
12077 * filecache.el (file-cache-case-fold-search): New variable
12078 (file-cache-assoc-function): New variable
12079 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12080 Use file-cache-case-fold-search variable
12081 (file-cache-add-file): Use file-cache-assoc-function
12082 (file-cache-delete-file): likewise
12083 (file-cache-directory-name): likewise
12084 (file-cache-debug-read-from-minibuffer): likewise
12085
120862000-08-28 Gerd Moellmann <gerd@gnu.org>
12087
12088 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12089 (abbrev-table-name): New function.
12090 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12091 If non-nil list local abbrev, only.
12092
120932000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12094
12095 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12096 from Gnus support code, and use special article copy buffer
12097 `(gnus-original-article-buffer)' instead. This allows to get rid
12098 of article-hide-headers usage (which breaks in the latest Gnus
12099 version). Thanks to Detlev Zundel.
12100
121012000-08-28 Kenichi Handa <handa@etl.go.jp>
12102
12103 * international/quail.el (quail-use-package): Hide "... loaded"
12104 message.
12105 (quail-start-translation, quail-start-conversion): Likewise.
12106
12107 * international/kkc.el (kkc-region): Hide "... loaded" message.
12108
121092000-08-27 Dave Love <fx@gnu.org>
12110
12111 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12112
121132000-08-27 Miles Bader <miles@gnu.org>
12114
12115 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12116
121172000-08-27 Kenichi Handa <handa@etl.go.jp>
12118
12119 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12120 'ja-dic-cnv), not (require 'skkdic-cnv).
12121
121222000-08-26 Miles Bader <miles@gnu.org>
12123
12124 * faces.el (face-x-resources): Add entry for :inherit.
12125 * cus-face.el (custom-face-attributes): Add support for :inherit
12126 attribute. Add support for relative face heights.
12127 (custom-face-attributes-get): Treat `nil' as being a default value
12128 for :inherit (as well as `unspecified').
12129
12130 * faces.el (set-face-attribute): Update doc string.
12131 (face-attribute-name-alist): Add :inherit.
12132 (face-valid-attribute-values): Handle :inherit.
12133 (face-read-string): Rephrase prompt to be less confusing.
12134 Assume that DEFAULT is a string, since we must return a string.
12135 (face-read-integer): Use `format' to turn DEFAULT into an
12136 acceptable default for face-read-string. Match NEW-VALUE against
12137 the string "unspecified", not the symbol `unspecified', since
12138 that's what face-read-string returns.
12139 (read-face-attribute): Lookup a name for old-value in valid, and
12140 use it as a default if we find one. Treat all values from
12141 face-read-string as strings. If the default is used, don't do any
12142 more processing on the value, just use the old value directly.
12143 (read-face-and-attribute, modify-face): Tweak prompt.
12144 (read-face-name): Don't assume prompt ends with a space.
12145
12146 * faces.el (describe-face): Add support for :inherit attribute.
12147
121482000-08-25 Kenichi Handa <handa@etl.go.jp>
12149
12150 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12151 concat doesn't accept interger.
12152
12153 * international/kkc.el: Remove SKK from Keywords. Require
12154 ja-dic-utl instead of skkdic-utl.
12155
12156 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12157 Provide ja-dic-cnv instead of skkdic-cnv.
12158 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12159 (iso-2022-7bit-short): Add safe-charsets property.
12160 (skkdic-convert-postfix): Search Japanese chou-on character in
12161 addition to Hiragana character.
12162 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12163 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12164 (batch-skkdic-convert): Likewise.
12165
12166 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12167 Provide ja-dic-utl instead of skkdic-utl.
12168 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12169
121702000-08-24 Dave Love <fx@gnu.org>
12171
12172 * disp-table.el (standard-display-default): Make the test of `l'
12173 useful.
12174
12175 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12176 mod sample text.
12177
12178 * international/iso-ascii.el: Make pilcrow convenient string
12179 consistent with section.
12180 (iso-ascii-display): Set up multibyte characters as well as
12181 unibyte.
12182
121832000-08-24 Kenichi Handa <handa@etl.go.jp>
12184
12185 * international/mule-cmds.el (reset-language-environment): Set
12186 default-process-coding-system to '(undecided . iso-latin-1), which
12187 makes process I/O almost consistent with file I/O. Call this
12188 function when mule-cmds.el[c] is loaded.
12189
121902000-08-22 Andrew Innes <andrewi@gnu.org>
12191
12192 * makefile.w32-in: New file.
12193
121942000-08-22 Miles Bader <miles@lsi.nec.co.jp>
12195
12196 * comint.el (comint-output-filter): Compare end of
12197 comint-last-output-overlay with the start of the newly inserted
12198 text, not the end, when deciding whether to extend it.
12199 Set saved-point's insertion type to advance after insertion.
12200
12201 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
12202 since this is now done independently of font-lock mode.
12203
122042000-08-21 Gerd Moellmann <gerd@gnu.org>
12205
12206 * server.el (server-kill-new-buffers): New user option.
12207 (server-existing-buffer): New buffer-local variable.
12208 (server-visit-files): When using an existing buffer, set
12209 server-existing-buffer to t.
12210 (server-buffer-done): If server-kill-new-buffers is t, kill the
12211 buffer, unless it was already present before visiting it with
12212 Emacs server.
12213
122142000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
12215
12216 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
12217 even if the display doesn't support colors: some displays will
12218 support bold/underline faces.
12219
122202000-08-21 Gerd Moellmann <gerd@gnu.org>
12221
12222 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
12223
12224 * startup.el (command-line): If user's init file had an error,
12225 add explanatory text to *Messages*.
12226
122272000-08-21 Kenichi Handa <handa@etl.go.jp>
12228
12229 * man.el (Man-getpage-in-background): Decode the process output by
12230 the system locale coding system.
12231
122322000-08-20 Dave Love <fx@gnu.org>
12233
12234 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
12235 Don't test x-popup-menu.
12236 (function) <complete-function>: Complete only fbound symbols.
12237 <validate, value>: New.
12238 (variable) <complete-function>: Complete only bound symbols.
12239 (coding-system): Add :base-only, :complete-function, :validate,
12240 :value, :prompt-match.
12241 (widget-coding-system-prompt-value): Use read-coding-system and
12242 act on :base-only.
12243 (editable-field): Add :help-echo.
12244 (widget-push-button-gui, widget-push-button-cache)
12245 (widget-gui-action, widget-editable-list-gui): COmment out, along
12246 with uses.
12247 (widget-at): Make arg optional.
12248 (widget-echo-help): Adjust for current help-echo calling sequence.
12249 (widget-specify-field, widget-specify-button)
12250 (widget-specify-insert, widget-get-sibling, widget-image-find)
12251 (widget-convert, widget-insert, widget-leave-text)
12252 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
12253 (widget-setup, widget-field-find, widget-before-change)
12254 (widget-after-change, widget-default-complete)
12255 (widget-default-create, widget-default-delete)
12256 (widget-push-button-value-create, editable-field)
12257 (widget-field-prompt-value, widget-field-validate)
12258 (widget-choice-value-create, widget-choice-action)
12259 (widget-choice-validate, widget-checklist-add-item)
12260 (widget-radio-add-item, widget-radio-chosen)
12261 (widget-radio-value-inline, widget-editable-list-value-create)
12262 (widget-editable-list-entry-create)
12263 (widget-documentation-link-add)
12264 (widget-documentation-string-value-create)
12265 (widget-regexp-validate, widget-file-complete)
12266 (widget-sexp-validate, widget-plist-convert-widget)
12267 (widget-plist-convert-widget, widget-alist-convert-widget)
12268 (widget-alist-convert-widget, widget-color-complete): Simplify,
12269 particularly to avoid bindings which aren't optimized out.
12270
12271 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
12272 Doc fix.
12273 (down-list, backward-up-list, up-list, kill-sexp)
12274 (backward-kill-sexp, mark-sexp): Make arg optional.
12275 (lisp-complete-symbol): Add optional arg PREDICATE.
12276
12277 * cus-start.el: Add display-buffer-reuse-frames,
12278 file-coding-system-alist.
12279
122802000-08-20 Gerd Moellmann <gerd@gnu.org>
12281
12282 * startup.el (command-line): Clear realized faces after
12283 modifying TTY color mappings.
12284
122852000-08-20 Miles Bader <miles@gnu.org>
12286
12287 * faces.el (face-attr-match-p): Don't return true if ATTRS are
12288 merely a subset of FACE's attributes.
12289
122902000-08-19 Miles Bader <miles@gnu.org>
12291
12292 * comint.el (comint-output-filter): Save the point with a marker,
12293 not just a buffer position.
12294
12295 * international/mule.el (set-buffer-process-coding-system): Make
12296 interactive prompt less confusing.
12297
122982000-08-19 Gerd Moellmann <gerd@gnu.org>
12299
12300 * hilit-chg.el: General cleanup of doc strings, comments and
12301 code formatting.
12302
123032000-08-19 Miles Bader <miles@gnu.org>
12304
12305 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
12306 Compiler macro removed; beginning-of-line is no longer always
12307 equivalent to forward-line, in the presence of fields.
12308
12309 * comint.el (comint-output-filter): Remove ad-hoc saving of
12310 restriction, and just use save-restriction, now that it works
12311 correctly. Don't adjust comint-last-input-start to account for
12312 our insertion; it shouldn't have moved because we don't use
12313 insert-before-markers anymore. Comment out call to
12314 `force-mode-line-update'; why is it here?
12315
12316 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
12317 while checking for prompt to delete. Use `forward-line 0'
12318 instead of beginning-of-line.
12319 (gud-filter): Temporarily widen gud comint buffer while
12320 examining output.
12321
123222000-08-18 Stefan Monnier <monnier@cs.yale.edu>
12323
12324 * progmodes/sh-script.el: Big bag of typos.
12325
12326 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
12327 check since ispell-process is not bound when ispell is not yet loaded.
12328
123292000-08-18 Dave Love <fx@gnu.org>
12330
12331 * image.el (find-image): Copy `spec' before using plist-put.
12332
123332000-08-18 Gerd Moellmann <gerd@gnu.org>
12334
12335 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
12336 `portugues'.
12337
12338 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
12339 backward-kill-sexp, analogous to kill-sexp.
12340
12341 * progmodes/icon.el (icon-indent-line)
12342 (icon-is-continuation-line): Handle comments specially.
12343
123442000-08-17 Ken Stevens <k.stevens@ieee.org>
12345
12346 * ispell.el: Set to standard author/maintainer/keyword fields.
12347 Fine tuning to menu map appearance and operation, and added help.
12348 Remove `start' and `end' error messages when compiling.
12349 (ispell-choices-win-default-height): Fixed comment string.
12350 (ispell-dictionary-alist-1): Fixed regexp in castellano and
12351 castellano8 dictionaries.
12352 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
12353 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
12354 dictionary, added italiano dictionary.
12355 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
12356 word character
12357 (ispell-tex-skip-alists): Added psfig support.
12358 (ispell-skip-html): Renamed from ispell-skip-sgml.
12359 (ispell-begin-skip-region-regexp, ispell-skip-region)
12360 (ispell-minor-check): Improved html skipping support to skip across
12361 code, and recognize `&' commands without propper `;' syntax;
12362 (ispell-process-line): Fix alignment error when manually
12363 correcting spelling.
12364 (ispell): Fix comment string.
12365 (ispell-add-per-file-word-list): Always put word list on new line.
12366
123672000-08-17 Gerd Moellmann <gerd@gnu.org>
12368
12369 * format.el (format-encode-run-method): Fix error message to say
12370 `encode' instead of `decode'. Use save-window-excursion around
12371 shell-command-on-region as in format-decode-run-method because
12372 shell-command-on-region can display a buffer with error output.
12373 (format-decode): Don't record undo information for the decoding.
12374 (format-annotate-function): Add parameter FORMAT-COUNT. Make
12375 that number part of the temporary buffer name so that more than
12376 one decoding using a temporary buffer can happen safely.
12377
12378 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
12379 of `A-z' in the regexp.
12380
12381 * hilit-chg.el: Fix typos in commentary.
12382
12383 * help.el (view-emacs-news): Rewritten for new naming scheme
12384 for old NEWS files.
12385
12386 * startup.el (command-line): Pop to *Messages* in case an error
12387 is signaled while loading user-init-file.
12388
123892000-08-17 Andreas Schwab <schwab@suse.de>
12390
12391 * files.el (insert-directory): Don't lose original file name,
12392 undoing an undocumented change.
12393
123942000-08-17 Alex Schroeder <alex@gnu.org>
12395
12396 * sql.el (sql-magic-go): Use comint-bol.
12397 (sql-copy-column): Use comint-line-beginning-position.
12398 (comint-line-beginning-position): Define a replacement for
12399 comint-line-beginning-position if it is not fboundp.
12400
124012000-08-17 Alex Schroeder <alex@gnu.org>
12402
12403 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
12404 it didn't have any effect anyway.
12405
124062000-08-17 Alex Schroeder <alex@gnu.org>
12407
12408 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
12409 --pset and pager=off instead of sending \\o|cat at the beginning
12410 of the session.
12411
124122000-08-17 Miles Bader <miles@gnu.org>
12413
12414 * progmodes/octave-inf.el: Add compatibility definition of
12415 comint-line-beginning-position.
12416
124172000-08-17 Kenichi Handa <handa@etl.go.jp>
12418
12419 * startup.el (normal-top-level): Look in each dir in load-path for
12420 a leim-list.el file too. This assures of loading leim-list.el
12421 that is created at Emacs installation time even if a user have his
12422 own leim-list.el.
12423
124242000-08-17 Miles Bader <miles@gnu.org>
12425
12426 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
12427 foreground color to black if the background is dark.
12428
124292000-08-16 Stefan Monnier <monnier@cs.yale.edu>
12430
12431 * loadhist.el (unload-feature): Typo.
12432
12433 * finder.el (finder-compile-keywords):
12434 * cus-dep.el (custom-make-dependencies): Add local-variable settings
12435 to the generated file.
12436
12437 * mail/mh-e.el (mh-make-local-vars):
12438 Replace make-variable-buffer-local with make-local-variable.
12439
12440 * play/landmark.el:
12441 * options.el (Edit-options-{set,toggle,t,nil}):
12442 * mail/mailabbrev.el (mail-abbrevs-mode):
12443 * textmodes/tex-mode.el (tex-expand-files):
12444 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
12445
12446 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
12447
12448 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
12449 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
12450 Allow going past the last element.
12451 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
12452 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
12453 (cvs-mouse-toggle-mark): Don't move point.
12454 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
12455
12456 * progmodes/compile.el (grep): Provide a default set of files.
12457 (next-error): Docstring fix.
12458 (compilation-find-file): Avoid find-file (fails in a dedicated window).
12459
12460 * emacs-lisp/easy-mmode.el (define-minor-mode):
12461 Use `symbol-value' to keep the byte-compiler quiet.
12462
12463 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
12464 (diff-find-source-location): New fun, extracted from diff-goto-source.
12465 (diff-goto-source): Use it.
12466 (diff-next-complex-hunk, diff-filter-lines): New function.
12467 (diff-apply-hunk): New command.
12468
12469 * smerge-mode.el (smerge-mode-menu): Doc fix.
12470
12471 * msb.el (msb-mode): Define it in terms of define-minor-mode.
12472
124732000-08-16 Dave Love <fx@gnu.org>
12474
12475 * windmove.el (windmove) <defgroup>: Add :version.
12476
12477 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
12478 (goto-address-fontify-p, goto-address-highlight-p)
12479 (goto-address-url-face, goto-address-url-mouse-face)
12480 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
12481 (goto-address-url-regexp): Use thing-at-point-url-regexp.
12482 (goto-address-fontify, goto-address-at-mouse): Simplify,
12483 (goto-address-at-point): browse-url-url-at-point,
12484 goto-address-find-address-at-point can return nil.
12485 (goto-address-find-address-at-point): Return nil on failure.
12486
12487 * align.el (align) <defgroup>: Add :version.
12488
12489 * calculator.el (calculator): Add :version.
12490 (calculator): Use two lines for calculator window if `modeline'
12491 face is boxed.
12492
12493 * play/5x5.el: Doc fixes.
12494 (5x5) <defgroup>: Add :version.
12495
12496 * play/fortune.el (fortune) <defgroup>: Add :version.
12497 (fortune-append): Fix error message.
12498 (fortune-from-region): Doc fix.
12499
12500 * play/pong.el (pong): Doc fix.
12501
12502 * play/morse.el: Keywords, commentary, autoloads.
12503
125042000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
12505
12506 * desktop.el (desktop-save): Don't look at symbol-value of a
12507 member of minor-mode-alist, unless it is boundp.
12508
125092000-08-16 Sam Steingold <sds@gnu.org>
12510
12511 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
12512 `while'; use `with-current-buffer' instead of `save-excursion'.
12513 Removed unnecessary kludges now that "*Buffer List*" is excluded.
12514
125152000-08-16 Kenichi Handa <handa@etl.go.jp>
12516
12517 * international/ccl.el (declare-ccl-program): Docstring modified.
12518 (ccl-execute-with-args): Likewise.
12519
125202000-08-16 Miles Bader <miles@gnu.org>
12521
12522 * progmodes/sql.el: Add compatibility definition of
12523 comint-line-beginning-position.
12524
125252000-08-15 Gerd Moellmann <gerd@gnu.org>
12526
12527 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
12528 'buffer-menu' property.
12529 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
12530 fails.
12531 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
12532 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
12533 wasn't killed.
12534
12535 * buff-menu.el (list-buffers-noselect): Don't display the
12536 *Buffer List* buffer.
12537
12538 * font-lock.el: Require jit-lock to prevent a very late
12539 `Loading jit-lock' message.
12540
12541 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
12542 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
12543 mail address.
12544
125452000-08-15 Miles Bader <miles@gnu.org>
12546
12547 * textmodes/ispell.el (ispell-graphic-p): New constant.
12548 (ispell-choices-win-default-height, ispell-help): Use
12549 `ispell-graphic-p' instead of `xemacsp'.
12550
125512000-08-15 Dave Love <fx@gnu.org>
12552
12553 * simple.el: Autoload widget-convert when compiling.
12554 (mail-user-agent): Doc fix.
12555
12556 * help.el (function-called-at-point, variable-at-point): Use
12557 with-syntax-table.
12558 (help-manyarg-func-alist): Add insert-and-inherit.
12559
12560 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12561
12562 * delsel.el (delsel-unload-hook): New function.
12563
12564 * find-file.el: Doc fixes. Move provide to end.
12565 (ff) <defgroup>: Add :link.
12566 (ff-goto-click): Deleted.
12567 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12568 Use mouse-set-point.
12569
12570 * textmodes/tildify.el: Doc fixes.
12571 (tildify) <defgroup>: Add:version.
12572
12573 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12574 (glasses-custom-set): Use set-default, not set.
12575 (minor-mode-alist): Propertize the lighter.
12576 (glasses-mode): Provide optional arg.
12577
12578 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12579 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12580 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12581 option. Provide :type.
12582 (cwarn-configuration): Provide :type.
12583 (cwarn-mode): Doc fix.
12584
12585 * add-log.el (change-log-merge): Doc fix.
12586 (change-log-redate): New command.
12587
12588 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12589 Doze and Dog.
12590 (browse-url): Use dolist, not mapcar.
12591 (browse-url-at-point): Check for null url.
12592 (browse-url-event-buffer, browse-url-event-point): Functions
12593 deleted.
12594 (browse-url-at-mouse, browse-url-netscape): Simplify.
12595
12596 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12597 modes.
12598 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12599 Fix previous change to mapcan.
12600 (msb--init-file-alist, msb--add-separators)
12601 (msb--make-keymap-menu): Simplify.
12602 (msb--choose-file-menu): Use copy-sequence.
12603 (msb-mode-map): Add title to keymap.
12604 (msb-unload-hook): New function.
12605
12606 * bs.el: Fix indentation.
12607 (bs) <defgroup>: Add :links.
12608 (bs-show): Doc fix.
12609 (bs-apply-sort-faces): Don't use window-system.
12610 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12611
126122000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12613
12614 * calendar/timeclock.el (timeclock-file): Run .timelog through
12615 convert-standard-filename.
12616
126172000-08-14 Gerd Moellmann <gerd@gnu.org>
12618
12619 * emacs-lisp/authors.el: New file.
12620
12621 * paren.el (show-paren-priority): New user option.
12622 (show-paren-function): Set overlay priorities to
12623 show-paren-priority.
12624
126252000-08-14 Miles Bader <miles@gnu.org>
12626
12627 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12628 beginning-of-line with inhibit-field-text-motion bound.
12629
126302000-08-14 Gerd Moellmann <gerd@gnu.org>
12631
12632 * calendar/timeclock.el: New file.
12633
126342000-08-14 David Ponce <david@dponce.com>
12635
12636 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12637 `widget-button-click'. so that one can use left mouse button to
12638 click on dialog buttons.
12639
126402000-08-14 Emmanuel Briot <briot@gnat.com>
12641
12642 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12643 identifiers, since XML is case sensitive
12644
126452000-08-12 Miles Bader <miles@gnu.org>
12646
12647 * comint.el (comint-output-filter): Don't bother frobbing
12648 window-start, it doesn't seem to be necessary.
12649
12650 * comint.el (comint-send-string, comint-send-region): Make into
12651 real functions. Snapshot the prompt before sending.
12652
126532000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12654
12655 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12656 technique similar to Info-index, instead of relying on specific
12657 names of relevant Index nodes.
12658 (Info-goto-emacs-command-node): Bind Info-history to nil when
12659 going to the first node found by Info-find-emacs-command-nodes.
12660
126612000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12662
12663 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12664
126652000-08-10 Miles Bader <miles@gnu.org>
12666
12667 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12668
126692000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12670
12671 * info.el (Info-file-list-for-emacs): More elements for the
12672 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12673 and woman manuals.
12674
126752000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12676
12677 * comint.el (comint-send-input): Make the newline boundary overlay
12678 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12679 (comint-output-filter): Use `insert' instead of
12680 `insert-before-markers'. Extend comint-last-output-overlay when
12681 necessary since we can't rely on insert-before-markers to do it.
12682 * gud.el (gud-filter): Use `with-current-buffer' instead of
12683 save-excursion when inserting the output, so that point gets
12684 updated correctly; the old method relied on a rather dodgy
12685 side-effect of comint-output-filter to avoid the effect of
12686 save-excursion.
12687
126882000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12689
12690 * files.el (recover-file): Call insert-directory instead of
12691 invoking `ls' directly.
12692
126932000-08-10 Miles Bader <miles@gnu.org>
12694
12695 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12696 (comint-last-prompt-overlay): New variables.
12697 (comint-output-filter): Implement prompt highlighting.
12698 (comint-snapshot-last-prompt): New function.
12699 (comint-send-input): Snapshot the last prompt.
12700 Use comint-highlight-input-face.
12701 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12702 Use defface instead of defcustom.
12703 (send-invisible, comint-send-eof): Snapshot the last prompt.
12704 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12705 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12706
127072000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12708
12709 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12710 (regexp-opt-group): Use a list of chars for `letters'.
12711 (regexp-opt-charset): `chars' is now a list of chars.
12712 Use a char-table rather than a vector so it works for multibyte chars.
12713
12714 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12715 Set cvs-minor-current-files to the selected fileinfo.
12716 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12717 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12718
127192000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12720
12721 * files.el (insert-directory): Don't call access-file on
12722 directories on DOS and Windows.
12723
127242000-08-09 Kenichi Handa <handa@etl.go.jp>
12725
12726 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12727 longer if necessary.
12728 (ccl-embed-code): Call ccl-embed-data to store CODE in
12729 ccl-program-vector.
12730
127312000-08-09 Miles Bader <miles@gnu.org>
12732
12733 * comint.el (comint-output-filter): Properly handle the case where
12734 the text surrounded by comint-last-output-overlay was deleted.
12735
127362000-08-08 Gerd Moellmann <gerd@gnu.org>
12737
12738 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12739 non-nil.
12740 (Info-file-list-for-emacs): Remove "info" from the list because
12741 that leads to trying to use the documentation from file `info'
12742 in various situations where it isn't appropriate, for instance
12743 C-h C-k C-h i.
12744
12745 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12746 DIR and/or STRING are nil.
12747
12748 * progmodes/compile.el (compilation-setup): Make variable
12749 compilation-error-screen-columns buffer-local, as some comment
12750 in the code suggests it should be.
12751
12752 * files.el (auto-mode-interpreter-regexp): New variable.
12753 (set-auto-mode): Use it.
12754
12755 * indent.el (indent-for-tab-command): Doc fix.
12756
12757 * mouse-sel.el (mouse-sel-mode): Doc fix.
12758
12759 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12760 labels.
12761
12762 * help.el (print-help-return-message): When
12763 display-buffer-reuse-frames is set, let the help window been quit,
12764 instead of deleting it, which might delete a reused frame.
12765
127662000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12767
12768 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12769 rename a directory to a name that differs only by its letter case.
12770
127712000-08-08 Kenichi Handa <handa@etl.go.jp>
12772
12773 * international/quail.el (quail-define-rules): Handle Quail decode
12774 map correctly. Add code for supporting annotations.
12775 (quail-install-decode-map): New function.
12776 (quail-defrule-internal): New optional arguments decode-map and
12777 props.
12778 (quail-advice): New function.
12779
127802000-08-07 Sam Steingold <sds@gnu.org>
12781
12782 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12783 `defconst', `define-condition', `with-slots'.
12784 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12785
127862000-08-03 Miles Bader <miles@gnu.org>
12787
12788 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12789 New variable.
12790 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12791 comint-use-prompt-regexp-instead-of-fields.
12792 (comint-send-input): Add `input' field property to stuff we send to
12793 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12794 (comint-output-filter): Add `output' field property to process
12795 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12796 (comint-replace-by-expanded-history)
12797 (comint-get-old-input-default, comint-show-output)
12798 (comint-backward-matching-input, comint-forward-matching-input)
12799 (comint-next-prompt, comint-previous-prompt): Use field
12800 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12801 (comint-line-beginning-position): New function.
12802 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12803 (comint-replace-by-expanded-history-before-point): Use
12804 comint-line-beginning-position and line-end-position.
12805 (comint-last-output-overlay): New variable.
12806 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12807
12808 * shell.el (shell-prompt-pattern): Doc change.
12809 (shell-backward-command): Use line-beginning-position.
12810
12811 * gud.el (gud-gdb-complete-command): Use
12812 comint-line-beginning-position.
12813
12814 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12815 comint-bol doesn't actually go to the beginning of the line.
12816
12817 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12818 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12819 (try-expand-line-all-buffers): Likewise.
12820
12821 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12822 explicitly matching comint-prompt-regexp.
12823 (sql-copy-column): Use comint-line-beginning-position instead of
12824 explicitly matching comint-prompt-regexp.
12825
12826 * progmodes/octave-inf.el (inferior-octave-complete): Use
12827 comint-line-beginning-position.
12828
12829 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12830
12831 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12832 looking for a prompt, use `forward-line 0' instead of
12833 `beginning-of-line', to avoid getting caught by an input field.
12834
128352000-08-07 Gerd Moellmann <gerd@gnu.org>
12836
12837 * files.el (shell-quote-wildcard-pattern): Make sure to return
12838 PATTERN, in the Unix case.
12839
128402000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12841
12842 * play/zone.el (zone): Discard any pending input before running
12843 the randomly-chosen pgm.
12844
128452000-08-07 Kenichi Handa <handa@etl.go.jp>
12846
12847 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12848 checking the existence of any multibyte characters.
12849
128502000-08-06 Gerd Moellmann <gerd@gnu.org>
12851
12852 * help.el (describe-mode): Test minor-mode symbol for being
12853 bound before testing its value for being nil.
12854
12855 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12856 `first', `second', and `third'.
12857
12858 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12859 (second): Make it an alias for `cadr'.
12860
128612000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12862
12863 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12864 types of display support faces now.
12865
128662000-08-05 Gerd Moellmann <gerd@gnu.org>
12867
12868 * pcvs.el (require): Require `cl' during compilation, only.
12869
12870 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12871 (toplevel): Remove `remq' and `remove' from autoloads.
12872 (cl-fake-autoloads): New variable. If set, arrange for an error
12873 when CL functions etc. are autoloaded.
12874
128752000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12876
12877 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12878
12879 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12880 popped up, but the user clicks outside the menu, return an empty
12881 regexp (that causes unhighlight-regexp to have no effect).
12882
12883 * menu-bar.el (menu-bar-games-menu): Add Zone.
12884
12885 * hi-lock.el (toplevel): Require font-lock.
12886
128872000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12888
12889 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12890 (ebnf-8-bit-chars): New var for bug fix.
12891 (ebnf-string): Bug fix.
12892
128932000-08-03 Sam Steingold <sds@gnu.org>
12894
12895 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12896 instead of `buffer-string'.
12897 (require 'cl): Always, not just when compiling.
12898 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12899 necessary.
12900
129012000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12902
12903 * international/mule-cmds.el (select-safe-coding-system): Make
12904 the message text about selecting a safe coding system more clear.
12905
129062000-08-02 Gerd Moellmann <gerd@gnu.org>
12907
12908 * hi-lock.el: New file.
12909
12910 * play/zone.el: New file.
12911
12912 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12913 value of tab-width in the original buffer. Choose a line number
12914 format that's a multiple of the original buffer's tab width, so
12915 that lines appear right.
12916
12917 * textmodes/ispell.el (ispell): New function, replacing an alias.
12918 Spell-check active region if in transient-mark-mode and mark
12919 is active; otherwise spell-check buffer.
12920
129212000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12922
12923 * ps-mule.el: Fix a customization problem on
12924 ps-mule-font-info-database-default.
12925
129262000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12927
12928 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12929 display-mouse-p instead of window-system.
12930 (ebrowse-member-mode-map): Ditto.
12931
129322000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12933
12934 * progmodes/ebnf2ps.el: Update ps-print functions call.
12935 Indentation fix. Doc fix.
12936 (ebnf-version): New version number (3.2).
12937 (ebnf-format-color, ebnf-begin-job): Code fix.
12938
129392000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12940
12941 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12942 font lock support on window-system.
12943 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12944
12945 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12946 display-color-p, if fboundp, instead of window-system.
12947
129482000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12949
12950 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12951 instead of window-system.
12952
12953 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12954 window-system.
12955 (widget-choice-mouse-down-action): Use display-popup-menus-p
12956 instead of window-system.
12957
12958 * strokes.el (strokes-file): Run the file name through
12959 convert-standard-filename.
12960 (strokes-mode): Call display-mouse-p instead of looking at
12961 window-system. Change the error message accordingly.
12962
12963 * progmodes/cpp.el (toplevel): Support faces on tty's.
12964
12965 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12966 (lm-plot-square, lm-init-display): Don't use window-system.
12967
12968 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12969 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12970
12971 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12972 instead of looking at window-system.
12973
129742000-07-30 Gerd Moellmann <gerd@gnu.org>
12975
12976 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12977 of testing if iswitchb-prepost-hooks is bound, because the
12978 latter will always be true when invoking a recursive minibuffer
12979 from an active Iswitchb buffer.
12980
129812000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12982
12983 * files.el (shell-quote-wildcard-pattern): New function.
12984 (insert-directory): Call it. Only prepend "\" to command on Unix
12985 and GNU/Linux systems.
12986
129872000-07-30 Gerd Moellmann <gerd@gnu.org>
12988
12989 * eshell/esh-groups.el: Change custom :link file names
12990 from `eshell.info' to `eshell'.
12991
129922000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12993
12994 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12995 correctly in recursive ange-ftp listings.
12996
129972000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12998
12999 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13000 ps-header-font-size-internal and
13001 ps-header-title-font-size-internal variables are not set,
13002 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13003 face text property is (foreground-color . COLOR) or
13004 `(background-color . COLOR)', ps-print crashes. Doc fix.
13005 (ps-print-version): New version number (5.2.4).
13006 (ps-plot-region): Code fix.
13007 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13008 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13009 Bug fix 2.
13010
130112000-07-30 Milan Zamazal <pdm@freesoft.cz>
13012
13013 * glasses.el (glasses-make-readable): Fix uncapitalization of
13014 identifiers like `myXMLDocument'.
13015
130162000-07-28 Karl Fogel <kfogel@red-bean.com>
13017
13018 * mail/mail-hist.el (mail-hist-previous-input)
13019 (mail-hist-next-input): Do the obvious code factorization.
13020 (mail-hist-retrieve-and-insert): New func, contains common
13021 code of above two.
13022 If inserting a message body, leave point at top.
13023
130242000-07-28 Sam Steingold <sds@gnu.org>
13025
13026 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13027 Use `<=', not `<' to compare times!
13028 (ange-ftp-ls): Remove.
13029
130302000-07-27 Gerd Moellmann <gerd@gnu.org>
13031
13032 * play/cookie1.el: Add explanation of how to make cookie.el
13033 compatible with strfile(1) to comment.
13034
13035 * subr.el (remove, remq): New functions.
13036
13037 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13038 escape `*' in regexps.
13039 (midnight-find): Reverse order of arguments in the funcall of
13040 TEST.
13041
13042 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13043 and `.class'.
13044
13045 * play/meese.el: Add Commentary section.
13046
130472000-07-27 Alex Schroeder <alex@gnu.org>
13048
13049 * sql.el (sql-ms): Added autoload cookie.
13050 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13051 (sql-oracle): Ditto.
13052 (sql-help): Doc change.
13053
13054 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13055 types and exceptions.
13056
130572000-07-27 Alex Schroeder <alex@gnu.org>
13058
13059 * sql.el (sql-placeholder-history): New variable.
13060 (sql-query-placeholders-and-send): New function that will query
13061 the user and replace placeholders with user input.
13062 (sql-oracle): If running on NT, set comint-input-sender to
13063 sql-query-placeholders-and-send.
13064
13065 (sql-stop): If in the SQLi buffer, insert stop notification, else
13066 present it as a message.
13067
130682000-07-27 Alex Schroeder <alex@gnu.org>
13069
13070 * sql.el (sql-input-ring-separator): Doc change.
13071 (sql-input-ring-file-name): Doc change.
13072 (sql-interactive-mode): Use `sql-input-ring-separator' and
13073 `sql-input-ring-file-name' to set the comint-mode equivalents
13074 without making them local variables.
13075 (sql-stop): Don't bind `sql-input-ring-separator' and
13076 `sql-input-ring-file-name' dynamically to their comint-mode
13077 equivalents.
13078
130792000-07-27 Kenichi Handa <handa@etl.go.jp>
13080
13081 * international/mule.el (register-char-codings): New function.
13082 (make-coding-system): Handle `safe-chars' specification in the arg
13083 PROPERTY.
13084
13085 * international/mule-cmds.el
13086 (find-coding-systems-region-subset-p): This function deleted.
13087 (sort-coding-systems-predicate): New variable.
13088 (sort-coding-systems): New function.
13089 (find-coding-systems-region): Use
13090 find-coding-systems-region-internal.
13091 (find-coding-systems-string): Use find-coding-systems-region.
13092 (find-coding-systems-for-charsets): Check
13093 char-coding-system-table.
13094 (select-safe-coding-system-accept-default-p): New variable.
13095 (select-safe-coding-system): Mostly rewritten. New argument
13096 ACCEPT-DEFAULT-P.
13097 (select-message-coding-system): Call select-safe-coding-system
13098 with ACCEPT-DEFAULT-P arg.
13099 (reset-language-environment): Reset default-sendmail-coding-system
13100 to the default value iso-latin-1.
13101 (set-language-environment): Don't set the obsolete variable
13102 charset-origin-alist.
13103
13104 * international/codepage.el (cp-coding-system-for-codepage-1):
13105 Give `safe-chars' property to make-coding-system.
13106
13107 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13108 calling select-message-coding-system twice.
13109
13110 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13111 instead of `safe-charsets'.
13112 (cyrillic-alternativnyj): Likewise.
13113 (ccl-encode-alternativnyj): Don't check the charset
13114 cyrillic-iso8859-5.
13115
131162000-07-27 Kenichi Handa <handa@etl.go.jp>
13117
13118 * composite.el (compose-chars-after): Preserve match data.
13119
131202000-07-26 Sam Steingold <sds@gnu.org>
13121
13122 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13123 (ange-ftp-real-file-newer-than-file-p): New function.
13124 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13125 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13126
13127 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13128 * midnight.el (midnight-float-time): Ditto.
13129
131302000-07-26 Andreas Schwab <schwab@suse.de>
13131
13132 * files.el (normal-backup-enable-predicate): Correct
13133 interpretation of the return value of compare-strings.
13134
131352000-07-26 Gerd Moellmann <gerd@gnu.org>
13136
13137 * isearch.el (isearch-resume): New function.
13138 (isearch-done): Add something to command-history to resume
13139 the search.
13140 (isearch-yank-line, isearch-yank-word): Use
13141 buffer-substring-no-properties instead of buffer-substring.
13142
13143 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13144 of flyspell-mouse-map.
13145
13146 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13147 duplicate definition.
13148 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13149
13150 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13151 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13152
131532000-07-25 Sam Steingold <sds@gnu.org>
13154
13155 * net/ange-ftp.el: Get modtime over the net.
13156 (ange-ftp-file-modtime): New function.
13157 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13158 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13159 Use it.
13160 (ange-ftp-dot-to-slash): New function.
13161 (ange-ftp-fix-name-for-vms): Use it.
13162
13163 * midnight.el (midnight-buffer-display-time): Use
13164 `with-current-buffer'.
13165
131662000-07-25 Gerd Moellmann <gerd@gnu.org>
13167
13168 * find-dired.el: Update copyright notice.
13169 (find-dired): Offer to kill a running `find'.
13170
13171 * enriched.el (enriched-face-ans): For a `foreground-color'
13172 property, return '(("x-color" COLOR))' so that COLOR will be
13173 output as a parameter of the x-color annotation. Likewise for the
13174 `background-color' property. In the case of normal face
13175 properties, don't return annotations for unspecified foreground
13176 and background face attributes.
13177
131782000-07-25 Kenichi Handa <handa@etl.go.jp>
13179
13180 * language/japan-util.el (japanese-katakana-region): Fix handling
13181 HANKAKU argument.
13182
131832000-07-25 Miles Bader <miles@gnu.org>
13184
13185 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
13186 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
13187 constrain-to-field.
13188
131892000-07-24 Andrew Innes <andrewi@gnu.org>
13190
13191 * timer.el (timer-activate-when-idle): Add optional parameter
13192 DONT-WAIT. Update docstring.
13193 (run-with-idle-timer): Specify extra parameter to
13194 timer-activate-when-idle, so that timer will be activated
13195 immediately if Emacs is already idle.
13196
13197 * w32-fns.el (w32-using-nt): Fix docstring.
13198
131992000-07-24 Dave Love <fx@gnu.org>
13200
13201 * mouse.el (popup-menu): Set last-command-event.
13202 (mouse-major-mode-menu-prefix): Declare.
13203
132042000-07-24 Gerd Moellmann <gerd@gnu.org>
13205
13206 * textmodes/flyspell.el: Update to author's version 1.5d.
13207
13208 * progmodes/hideshow.el: Update copyright notice.
13209
13210 * vcursor.el: Set maintainer to FSF, since author cannot
13211 be reached.
13212
132132000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
13214
13215 * info.el (Info-goto-emacs-key-command-node): Leave a space after
13216 the prompt.
13217
13218 * mouse.el (popup-menu): Run the keymap through indirect-function,
13219 in case it was defined with define-prefix-key. If the menu is a
13220 list of keymaps, look up the binding of user's choice in each one
13221 of the keymaps.
13222 (mouse-popup-menubar): If the global and local menu-bar keymaps
13223 don't have a prompt string, create one and insert it into the
13224 keymap. Don't barf if current-local-map returns nil.
13225
132262000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
13227
13228 * dired.el (dired-sort-R-check): Added to allow recursive listing
13229 to be undone.
13230 (dired-sort-other): Use it.
13231
132322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13233
13234 * Release of cc-mode 5.27
13235
132362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13237
13238 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
13239 c-beginning-of-statement-1 that caused a bad case of recursion
13240 which could consume a lot of CPU in large classes in languages
13241 that have in-expression classes (i.e. Java and Pike).
13242
13243 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
13244 statements before top level constructs (i.e. case 6 is moved
13245 before case 5 and is now case 4) to catch in-expression
13246 classes in top level expressions correctly.
13247
132482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13249
13250 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
13251 objc-method-intro. Case 4 removed and case 5I added.
13252
13253 * cc-langs.el (c-append-paragraph-start): New variable used by
13254 c-common-init to get paragraph-start correct.
13255 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
13256 initialize paragraph-start to make it correct both with and
13257 without the javadoc special case.
13258
13259 * cc-mode.el (java-mode): Use c-append-paragraph-start to
13260 initialize paragraph-start for javadoc markup.
13261
13262 * cc-vars.el (c-style-variables-are-local-p): Incompatible
13263 change by defaulting this to t. It's motivated by the
13264 confusing behavior that otherwise arise from the style system
13265 when editing both java and non-java files at the same time
13266 (see the comments about style setting in c-common-init).
13267
132682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13269
13270 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
13271 similar to the one in c-fill-paragraph to check the fill
13272 prefix from the adaptive fill function for sanity.
13273
132742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13275
13276 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
13277 defun block.
13278
a30eb617
DL
132792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13280
13281 * cc-align.el (c-lineup-multi-inher): Handle lines with
13282 leading comma nicely. Extended to handle member initializers
13283 too.
13284
13285 * cc-engine.el: (c-beginning-of-inheritance-list,
13286 c-guess-basic-syntax): Fixed recognition of inheritance lists
13287 when the lines begins with a comma.
13288
a30eb617
DL
13289 * cc-vars.el (c-offsets-alist): Changed default for
13290 member-init-cont to c-lineup-multi-inher since it now handles
13291 member initializers and indents better for leading commas.
13292
132932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13294
13295 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
13296 handling that caused class open lines to be recognized as
13297 statement-conts in some cases.
13298
13299 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
13300 guessed by the adaptive fill function unless point is on the
13301 first line of a block comment.
13302
13303 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
13304 when the buffer ends with a macro continuation char.
13305
13306 * cc-engine.el (c-guess-basic-syntax): Added support for
13307 function definitions as statements in Pike. The first
13308 statement in a lambda block is now labeled defun-block-intro
13309 instead of statement-block-intro.
13310
13311 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
13312 so that the class surrounding point is selected, not the one
13313 innermost in the state.
13314
13315 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
13316 recognition of switch labels having hanging multiline
13317 statements.
13318
13319 * cc-engine.el (c-beginning-of-member-init-list): Broke out
13320 some code in c-guess-basic-syntax to a separate function.
13321 * cc-engine.el (c-just-after-func-arglist-p): Fixed
13322 recognition of member inits with multiple line arglists.
13323 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
13324 member-init-cont when the commas are in funny places.
13325
133262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13327
13328 * cc-defs.el (c-auto-newline): Removed this macro since it's
13329 not used anymore.
13330
13331 * cc-engine.el (c-looking-at-bos): New helper function.
13332 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
13333 inexpr and toplevel classes apart in Pike.
13334
13335 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
13336 of case 9A.
13337
13338 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
13339 constant, since "class" can introduce an in-expression class
13340 in Pike nowadays.
13341
133422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13343
13344 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
13345 indentation on cpp-macro lines.
13346
13347 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
13348 a syntax modifier like comment-intro, to make it possible to
13349 get syntactic indentation for preprocessor directives. It's
13350 incompatible wrt to lineup functions on cpp-macro, but it has
13351 no observable effect in the 99.9% common case where cpp-macro
13352 is set to -1000.
13353
133542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13355
13356 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
13357 member-init-cont when the preceding arglist is several lines.
13358
133592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13360
13361 * cc-styles.el (c-style-alist): The basic offset for the BSD
13362 style corrected to 8.
13363
133642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13365
13366 * cc-styles.el (c-style-alist): Adjusted the indentation of
13367 brace list openers in the gnu style.
13368
133692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13370
13371 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
13372
13373 * cc-cmds.el (c-electric-brace, c-electric-slash,
13374 c-electric-star, c-electric-semi&comma, c-electric-colon,
13375 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
13376 when c-syntactic-indentation is nil.
13377
13378 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
13379 we were left at comments preceding the first statement when
13380 reaching the beginning of the buffer.
13381
13382 * cc-vars.el (c-syntactic-indentation): New variable to turn
13383 off all syntactic indentation.
13384
133852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13386
13387 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
13388 between the text and the block comment ender when it hangs,
13389 depending on how many there are before the fill.
13390
133912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13392
13393 * cc-engine.el (c-beginning-of-closest-statement): New helper
13394 function to go back to the closest preceding statement start,
13395 which could be inside a conditional statement.
13396 * cc-engine.el (c-guess-basic-syntax): Use
13397 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
13398
13399 * cc-engine.el (c-guess-basic-syntax): Better handling of
13400 arglist-intro, arglist-cont-nonempty and arglist-close when
13401 the arglist is nested inside parens. Cases 7A, 7C and 7F
13402 changed.
13403
13404 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
13405 up-to-date with javadoc 1.2.
13406
134072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13408
13409 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
13410 multiline Pike type decls.
13411
134122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13413
13414 * cc-cmds.el (c-indent-new-comment-line): Always break
13415 multiline comments in multiline mode, regardless of
13416 comment-multi-line.
13417
134182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13419
13420 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
13421 fully::qualified::names in C++ member init lists. Preamble in
13422 case 5D changed.
13423
134242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13425
13426 * cc-langs.el (c-common-init): Handling of obsolete variables
13427 moved to c-initialize-cc-mode. More compatible style override
13428 when using global style variables.
13429 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
13430 variables moved here.
13431
a30eb617
DL
13432 * cc-styles.el (c-make-styles-buffer-local): Flag style
13433 variable localness in c-style-variables-are-local-p to make
13434 the compatibility measure in c-common-init work well.
13435
13436 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
13437 longer contain set-from-style.
13438 * cc-styles.el (c-initialize-builtin-style): Don't check for
13439 set-from-style on c-special-indent-hook.
13440 * cc-styles.el (c-copy-tree): Obsolete. The standard function
13441 copy-alist is sufficient now.
13442
13443 * cc-styles.el (c-set-style, c-set-style-1,
13444 c-get-style-variables): Fixes to variable initialization so
13445 that duplicate entries in styles have the same effect
13446 regardless of DONT-OVERRIDE.
13447
13448 * cc-styles.el (c-set-style-2): Fixed bug where the
13449 initialization of inheriting styles failed when the
13450 dont-override flag is set.
13451
13452 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
13453 on this.
13454
134552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13456
13457 * cc-defs.el (c-forward-comment): Removed the workaround
13458 introduced in 5.38 since it had worse side-effects. If a line
13459 contains the string "//\"", it regarded the // as a comment
13460 start since the \ temporarily doesn't have escape syntax.
13461
eb04d6cd 134622000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
13463
13464 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
13465 ada-xref.el before ada-prj.el, so that the Project menu is created
13466 when ada-prj tries to add to it.
13467 (ada-activate-keys-for-case): Suppress the characters that are not
13468 part of the Ada syntax. Better compatibility with else-mode
13469 (ada-adjust-case-interactive): When auto-casing is not active,
13470 correctly insert newlines (used to insert only ^M). Prevent the
13471 syntax table from being changed in case of an error
13472 (or '_' becomes part of a word and some commands are confused).
13473 Do nothing if ada-auto-case is nil.
13474 (ada-after-keyword-p): Ignore keywords that are also attributes
13475 (ada-batch-reformat): Update usage comment
13476 (ada-call-from-contextual-menu): New function
13477 (ada-case-read-exceptions): Reinitialize the casing exception list
13478 first to nil first, so that the casing exception file can be
13479 shared.
13480 (ada-check-defun-name): Handles "configure" keyword for gnatdist
13481 files.
13482 (ada-compile-goto-error): Fix regexp used to detect a file:line
13483 anywhere in the error message
13484 (ada-contextual-menu-last-point): New variable
13485 (ada-create-keymap): If the variable delete-key-deletes-forward is
13486 t on XEmacs, it means that DEL should delete one character
13487 forward.
13488 (ada-create-menu): Use :included instead of :visible for XEmacs.
13489 New submenu "Options".
13490 (ada-end-stmt-re): Correctly indent "select ... then abort"
13491 statements.
13492 (ada-fill-comment-paragraph): Correctly delete all leading '--'
13493 even if they don't match ada-fill-comment-prefix Fix handling of
13494 paragraphs on the first or last line of a file.
13495 (ada-format-paramlist): Fix handling of default parameter values.
13496 (ada-get-body-name): New function.
13497 (ada-get-current-indent): Optimized by searchling directly for an
13498 existing generic part or a statement outside of it. Handle
13499 ada-indent-align-comments when indenting comments Replaced some
13500 regexps by testing directly the next character. This results in a
13501 huge speedup on some files. New indentation scheme for renames
13502 statements. Stop looking for the 'while' or 'for' associated with
13503 a 'loop' at the first semicolon encountered. A "return" can also
13504 match an anonymous access subprogram declaration.
13505 (ada-get-indent-noindent): Ignore strings and comments when
13506 looking for the keywords "record" and "private".
13507 (ada-goto-matching-decl-start): When matching "if", make sure we
13508 are not in fact seeing "end if". Ignore "when" statements except
13509 when initial keyword was "begin". Fix handling of nested
13510 procedures. Add a recursive call to this function to skip over
13511 other 'end' statmts. Fix indentation for "when .. => begin"
13512 (ada-in-open-paren-p): Fix indentation for complex boolean
13513 expressions, where 'and then', 'or else' and parenthesis
13514 statements are mixed up.
13515 (ada-in-paramlist-p): Skip comments while searching for the
13516 beginning Fix handling of operator declarations.
13517 (ada-indent-align-comments): New variable
13518 (ada-indent-current): Change the syntax table only in the
13519 protected section, so that we are sure it is restored correctly.
13520 (ada-indent-on-previous-lines): Use ada-use-indent and
13521 ada-with-indent Correctly indent "select ... then"
13522 (ada-indent-region): Slight speedup.
13523 (ada-indent-renames): New variable.
13524 (ada-last-which-function-subprog, ada-last-which-function-line):
13525 New variables
13526 (ada-looking-at-semi-private): Correctly indent the 'private'
13527 keyword when it is the first word in a package declaration.
13528 (ada-loose-case-word): Stop searching if at the end of the buffer.
13529 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
13530 even if point is not initially at the end of the word.
13531 (ada-matching-decl-start-re): Add "when".
13532 (ada-mode): Add support for abbrev-mode, outline-mode and
13533 which-func-mode Override the old find-file.el entry in
13534 ff-special-constructs since it is using the obsolete
13535 ada-spec-suffix variable
13536 (ada-no-auto-case): New function
13537 (ada-scan-paramlist): When parsing the argument type, accept
13538 spaces (as in "X 'Class", generated by Rational Rose).
13539 (ada-other-file-name): No longer loads the other file.
13540 (ada-popup-menu): Save and restore the current buffer and cursor
13541 position before and after displaying the menu.
13542 (ada-search-ignore-complex-boolean): New function.
13543 (ada-uncomment-region): Emacs21 already knows how to delete
13544 comments not starting in the first column.
13545 (ada-use-indent): New variable
13546 (ada-which-function): New function.
13547 (ada-with-indent): New variable
13548 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
13549 can be batch-compiled from the command line.
13550
13551 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
13552 Add to the menu when the file is loaded, not in ada-mode-hook.
13553 Add -toolbar to the default ddd command Switches moved from
13554 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13555 ada-prj-default-comp-opt
13556 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13557 Reference Manual to the menu
13558 (ada-check-current): rewritten as a call to ada-compile-current
13559 (ada-compile): Removed.
13560 (ada-compile-application, ada-compile-current, ada-check-current):
13561 Set the compilation-search-path so that compile.el automatically
13562 finds the sources in src_dir. Automatic scrollong of the
13563 compilation buffer. C-uC-cC-c asks for confirmation before
13564 compiling
13565 (ada-compile-current): New parameter, prj-field
13566 (ada-complete-identifier): Load the .ali file before doing
13567 processing
13568 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13569 conform to gnatmake's behavior.
13570 (ada-find-file-in-dir): New function
13571 (ada-find-references): Set the environment variables for gnatfind
13572 (ada-find-src-file-in-dir): New function.
13573 (ada-first-non-nil): Removed
13574 (ada-gdb-application): Add support for jdb, the java debugger.
13575 (ada-get-ada-file-name): Load the original-file first if not done
13576 yet.
13577 (ada-get-all-references): Handles the new ali syntax (parent types
13578 are found between <>).
13579 (ada-initialize-runtime-library): New function
13580 (ada-mode-hook): Always load a project file when a file is opened,
13581 so that the casing exceptions are correctly read.
13582 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13583 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13584 to open the project file, since the latter does not work with
13585 speedbar Get default values before loading the prj file, or the
13586 default executable file name is wrong. Use the absolute value of
13587 src_dir to initialize ada-search-directories and
13588 compilation-search-path,... Add the standard runtime library to
13589 the search path for find-file.
13590 (ada-prj-default-debugger): Was missing an opening '{'
13591 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13592 variables.
13593 (ada-prj-default-gnatmake-opt): New variable
13594 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13595 buffers, the project file is the default one Save the windows
13596 configuration before displaying the menu.
13597 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13598 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13599 ...) regexp-quote identifiers names to support operators +,
13600 -,... in regexps.
13601 (ada-remote): New function.
13602 (ada-run-application): Erase the output buffer before starting the
13603 run Support remote execution of the application. Use
13604 call-process, or the arguments are incorrectly parsed
13605 (ada-set-default-project-file): Reread the content of the active
13606 project file, not the one from the current buffer When a project
13607 file is set as the default project, all directories are
13608 automatically associated with it.
13609 (ada-set-environment): New function
13610 (ada-treat-cmd-string): New special variable ${current}
13611 (ada-treat-cmd-string): Revised. The substitution is now done for
13612 any ${...} substring
13613 (ada-xref-current): If no body was found, compiles the spec
13614 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13615 compiler to get rid of command line length limitations.
13616 (ada-xref-get-project-field): New function
13617 (ada-xref-project-files): New variable
13618 (ada-xref-runtime-library-specs-path)
13619 (ada-xref-runtime-library-ali-path): New variables
13620 (ada-xref-set-default-prj-values): Default run command now does a
13621 cd to the build directory. New field: main_unit Provide a default
13622 file name even if the current buffer has no prj file.
13623
13624 * ada-prj.el:
13625 Rewritten to show a tabbed-dialog.
13626 (ada-prj-add-ada-menu): Remove the map and name parameters.
13627 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13628 New function
13629 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13630 (ada-prj-load-from-file): New function
13631 (ada-prj-save): Always save fields that depend on the current buffer
13632 (ada-prj-show-value): New function
13633
13634 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13635 Ada mode. This will allow us to display the Ada menu in any buffer
13636 we want (for project items).
13637 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13638 number of spaces in the header.
13639
136402000-07-24 Dave Love <fx@gnu.org>
13641
13642 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13643
136442000-07-23 Noah Friedman <friedman@splode.com>
13645
13646 * type-break.el (type-break): perform autosave.
13647 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13648 (type-break-do-query): Cancel query schedule while performing
13649 actual query, to avoid possibility of a second query being made
13650 while first one is already in progress.
13651 (type-break-time-stamp-format): New variable.
13652 (type-break-time-stamp): New function.
13653 (type-break-time-warning): Use it.
13654 (type-break-keystroke-warning): Use it.
13655 (type-break-noninteractive-query): Use it.
13656
13657 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13658 cookie.
13659 Use add-minor-mode to set minor-mode-alist, if available.
13660 (eldoc-echo-area-use-multiline-p): New user option.
13661 (eldoc-echo-area-multiline-supported-p): New variable.
13662 (eldoc-docstring-format-sym-doc): Use them.
13663 (eldoc-mode): If not using idle timers, append to local post and
13664 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13665 (eldoc-display-message-no-interference-p): Don't interfere with
13666 edebug.
13667 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13668 (eldoc-function-arglist): New function.
13669 (eldoc-function-argstring): Use it.
13670
13671 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13672 auto save directory exists before calling directory-files.
13673
136742000-07-23 Dave Love <fx@gnu.org>
13675
13676 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13677 ^o, ^u.
13678
136792000-07-21 Dave Love <fx@gnu.org>
13680
13681 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13682 now passed to the function. It now works properly.
13683
13684 * smerge-mode.el (smerge-mode-menu): Fill it out.
13685
136862000-07-20 Gerd Moellmann <gerd@gnu.org>
13687
13688 * info-look.el (info-lookup): If *info* is shown in another frame
13689 on the same display, select that frame, instead of switching to
13690 the Info buffer in another window of the selected frame.
13691
13692 * simple.el (universal-argument-map): Bind numeric keypad keys
13693 kp-0 to kp-9 and kp-subtract.
13694 (digit-argument): Handle these keys.
13695
136962000-07-20 Dave Love <fx@gnu.org>
13697
13698 * net/goto-addr.el (goto-address-fontify): Don't bother with
13699 buffer-modified and read-only stuff -- irrelevant with overlays.
13700 Put an extra property on the overlays and use it to clean up in
13701 case goto-address is re-run.
13702
137032000-07-19 Richard M. Stallman <rms@gnu.org>
13704
13705 * timer.el (run-with-idle-timer): Doc fix.
13706
13707 * mail/mail-utils.el (mail-strip-quoted-names):
13708 Handle case where <...> appears inside "...".
13709 Use replace-match to edit the string more simply.
13710 (rmail-dont-reply-to): Cope with an unmatched ".
13711
137122000-07-19 Dave Love <fx@gnu.org>
13713
13714 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13715 implementation.
13716
13717 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13718 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13719 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13720
137212000-07-19 Gerd Moellmann <gerd@gnu.org>
13722
13723 * textmodes/refer.el: Correct maintainer's email address.
13724
13725 * progmodes/hideif.el: Correct author's email address.
13726 Fix typo in comment.
13727
13728 * xml.el: New file.
13729
13730 * mail/mailheader.el: Correct author's mail address.
13731
13732 * gnus/parse-time.el: Correct author's mail address.
13733
137342000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13735
13736 * comint.el (comint-highlight-input, comint-highlight-face):
13737 New user options.
13738 (comint-input-ring-file-name): Change custom type.
13739 (comint-mode-map): Bind mouse-2.
13740 (comint-insert-clicked-input): New function.
13741 (comint-send-input): Handle input highlighting.
13742
137432000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13744
13745 * mouse.el (popup-menu): New function.
13746 (mouse-major-mode-menu): Use it.
13747
137482000-07-18 Dave Love <fx@gnu.org>
13749
13750 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13751 improvements.
13752
137532000-07-18 Gerd Moellmann <gerd@gnu.org>
13754
13755 * faces.el (face-font-selection-order)
13756 (face-font-family-alternatives): Add custom type.
13757
137582000-07-18 Dave Love <fx@gnu.org>
13759
13760 * cus-edit.el (custom-variable-reset-saved)
13761 (custom-variable-reset-standard): Remove unused bindings.
13762
13763 * rect.el (open-rectangle-line): Remove unused let.
13764
13765 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13766
137672000-07-18 Gerd Moellmann <gerd@gnu.org>
13768
13769 * cdl.el: Fix `Maintainer' keyword.
13770
13771 * play/pong.el: Add author's email address.
13772
137732000-07-17 Sam Steingold <sds@gnu.org>
13774
13775 * files.el (insert-directory): Call `split-string' instead of
13776 re-implementing it.
13777
137782000-07-18 Gerd Moellmann <gerd@gnu.org>
13779
13780 * mail/vms-pmail.el: Change maintainer to FSF.
13781
13782 * net/goto-addr.el: Change maintainer to FSF.
13783
13784 * info.el (Info-title-face-alist): Removed.
13785
137862000-07-18 David Ponce <david@dponce.com>
13787
13788 * recentf.el (recentf-open-files): New command that works like
13789 `recentf-open-more-files', but shows the whole list of files (not just
13790 those omitted from the menu). Useful if you don't use a menu-bar!
13791 (recentf-open-more-files) Modified to use `recentf-open-files'.
13792
13793 (recentf-open-files, recentf-open-more-files)
13794 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13795
13796 (recentf-dialog-mode): New mode for dialogs. You can now just type
13797 "q" to cancel the dialogs.
13798
137992000-07-18 David Ponce <david@dponce.com>
13800
13801 * recentf.el: This is a major update of recentf.el. It adds new
13802 features to better organize the recentf menu and "More..." buffer.
13803
13804 Using new provided menu filtering functions you can now organize the
13805 recent files list:
13806
13807 - by major modes
13808 - by directories
13809 - by user defined rules
13810
13811 Finally, with the new `recentf-filter-changer' customizable filter you
13812 can define a ring of filters and dynamically (via the menu) cycle on
13813 each menu organization in the ring (a la msb).
13814
138152000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13816
13817 * eshell/eshell.el (eshell): Replace links to eshell.info with
13818 links to eshell, to avoid problems on systems where the manual is
13819 installed as `eshell'.
13820 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13821 * eshell/em-smart.el (eshell-smart): Ditto.
13822 * eshell/em-banner.el (eshell-banner): Ditto.
13823 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13824
13825 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13826 same-file check in the MS-DOS version (it does support inodes).
13827
13828 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13829
13830 * eshell/eshell.el (eshell-directory-name):
13831 Run default directory name through convert-standard-filename.
13832
138332000-07-18 Kenichi Handa <handa@etl.go.jp>
13834
13835 * international/mule-cmds.el (select-safe-coding-system):
13836 Fix typo in the comment.
13837
13838 * language/european.el (compound-text):
13839 Force katakana-jisx0201 to be designated to G1.
13840
13841 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13842 Don't translate some national variant characters of latin-jisx0201.
13843 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13844
13845 * international/kkc.el (kkc-after-update-conversion-functions):
13846 New variable.
13847 (kkc-update-conversion): Run functions in it at the tail.
13848
138492000-07-16 John Wiegley <johnw@gnu.org>
13850
13851 * lisp/align.el (align-newline-and-indent):
13852 Adding new function. for auto-aligning blocks of code on RET.
13853 (align-region): Fixed badly formatted minibuffer message.
13854
138552000-07-17 Kenichi Handa <handa@etl.go.jp>
13856
13857 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13858 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13859 the conversion list at first if appropriate.
13860 (kkc-next): Don't update kkc-next-count here.
13861 (kkc-prev): Don't update kkc-prev-count here.
13862 (kkc-show-conversion-list-update): Fix setting up of conversion
13863 list message.
13864
138652000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13866
13867 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13868
138692000-07-16 Dave Love <fx@gnu.org>
13870
13871 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13872 function to be more specific.
13873
13874 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13875 non-string help-echo.
13876 (widget-types-convert-widget): Defsubst it.
13877 (widget-echo-help): Try to cope with a help-echo function of two
13878 possible sorts.
13879
138802000-07-15 Jason Rumney <jasonr@gnu.org>
13881
13882 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13883 Declare as obsolete.
13884
13885 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13886
138872000-07-14 Gerd Moellmann <gerd@gnu.org>
13888
13889 * hilit-chg.el: Fix typo.
13890
138912000-07-14 Dave Love <fx@gnu.org>
13892
13893 * info.el (Info-mode-menu): Fix use of :help, :enable.
13894
138952000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13896
13897 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13898
138992000-07-13 Dave Love <fx@gnu.org>
13900
13901 * emacs-lisp/easymenu.el: Doc fixes.
13902 (easy-menu-remove): Defalias to ignore.
13903
13904 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13905 Call throw correctly.
13906
139072000-07-13 Gerd Moellmann <gerd@gnu.org>
13908
13909 * faces.el (frame-background-mode): Doc fix.
13910
13911 * simple.el (eval-expression-print-length): Change custom type to
13912 allow entering nil as value.
13913
139142000-07-13 Dave Love <fx@gnu.org>
13915
13916 * progmodes/fortran.el (fortran-imenu-generic-expression):
13917 Change definition layout.
13918 (fortran-mode-menu): Reinstate customize entries.
13919
13920 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13921 Use :filter, per old XEmacs code.
13922
139232000-07-12 Gerd Moellmann <gerd@gnu.org>
13924
13925 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13926 event when deciding what to send to the terminal.
13927
139282000-07-12 Dave Love <fx@gnu.org>
13929
13930 * cus-start.el: Add optional version as 4th element of specs and
13931 use it for several things new in v21. Remove load-path. Fix type
13932 of line-number-display-limit.
13933
139342000-07-11 Dave Love <fx@gnu.org>
13935
13936 * progmodes/fortran.el: Don't require easymenu.
13937 Use repeat counts in various regexps.
13938 (fortran-mode-syntax-table): Defvar directly.
13939 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13940 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13941 Use defvar, not defconst.
13942 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13943 (fortran-mode): Set fortran-comment-line-start-skip,
13944 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13945 (fortran-comment-indent): Use defsubst.
13946 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13947 Use fortran-comment-indent, not fortran-comment-indent-function.
13948 (fortran-comment-region, fortran-electric-line-number): Simplify.
13949 (fortran-auto-fill): New function.
13950 (fortran-do-auto-fill): Deleted.
13951 (fortran-find-comment-start-skip):
13952 Check for non-null comment-start-skip.
13953 (fortran-auto-fill-mode, fortran-fill-statement):
13954 Use fortran-auto-fill.
13955 (fortran-fill): Use fortran-auto-fill. Check for null
13956 comment-start-skip. Simplify final clause and use end-of-line finally.
13957
13958 * widget.el (widget-plist-member): New alias.
13959
139602000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13961
13962 * eshell/esh-module.el (toplevel): Reference
13963 byte-compile-current-file only if it is bound.
13964
139652000-07-10 Gerd Moellmann <gerd@gnu.org>
13966
13967 * dired.el: Don't require `dired-aux'.
13968
139692000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13970
13971 * dired-aux.el (dired-show-file-type): New function.
13972 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13973 (dired-show-file-type): Add autoload.
13974
139752000-07-10 Kenichi Handa <handa@etl.go.jp>
13976
13977 * international/mule-diag.el (describe-font): Adjusted for the
13978 change of fontset-info.
13979 (print-fontset): Likewise.
13980
139812000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13982
13983 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13984
139852000-07-07 Gerd Moellmann <gerd@gnu.org>
13986
13987 * bindings.el: Bind `[delete]' to delete-char.
13988
13989 * dired.el (dired-find-alternate-file): New function.
13990 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13991 (toplevel): Require dired-aux when compiling.
13992 (dired-buffers): Move defvar within file to avoid compiler warning.
13993
13994 * info.el (Info-last-search): Variable removed.
13995 (Info-search-history): New variable.
13996 (Info-search): New Info-search-history.
13997
13998 * battery.el, info-look.el: Change author's mail address.
13999
140002000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14001
14002 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14003 if rmail-ignored-headers is nil.
14004 (rmail-retry-failure): Bind rmail-ignored-headers and
14005 rmail-displayed-headers to nil.
14006
140072000-07-06 Gerd Moellmann <gerd@gnu.org>
14008
14009 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14010 (print-region-1): Don't hard code `-h' here.
14011
14012 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14013
140142000-07-01 Francesco Potorti` <pot@gnu.org>
14015
14016 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14017 exim can use "your message" instead of "the message".
14018
140192000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14020
14021 * facemenu.el: Docstrings fixes.
14022 (facemenu-get-face): Don't use internal-find-face.
14023 (facemenu-iterate): Rename arg to match the docstring.
14024
14025 * newcomment.el (uncomment-region): Be more careful when skipping
14026 backwards over `=' not to bump into BOBP.
14027
140282000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14029
14030 * ediff-diff.el (ediff-wordify): Use syntax table.
14031 * ediff-init.el (ediff-has-face-support-p): Use
14032 ediff-color-display-p.
14033 (ediff-color-display-p): Use display-color-p, changed to defun
14034 from defsubst.
14035 Got rid of special cases for NeXT and OS/2.
14036 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14037 face.
14038
140392000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14040
14041 * emacs-lisp/lucid.el: Require CL.
14042 (copy-tree, remprop): Remove, it's provided by CL.
14043 (map-keymap): Define in terms of cl-map-keymap.
14044 (extent-property, set-extent-end-glyph): New functions.
14045
14046 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14047
140482000-07-05 Gerd Moellmann <gerd@gnu.org>
14049
14050 * Makefile.in (DONTCOMPILE): Add comment that the name may
14051 not be changed without changing the make-dist script.
14052
14053 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14054 (cl-mapc): Use mapc instead of cl-old-mapc.
14055
140562000-07-05 Andrew Innes <andrewi@gnu.org>
14057
14058 * makefile.nt: Add support for `bootstrap' and related targets.
14059
140602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14061
14062 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14063 (easy-menu-do-define): Use `menu-item' format.
14064 Handle case where easy-menu-create-menu returns a symbol.
14065 Manually call the potential top-level filter in the function binding.
14066 (easy-menu-filter-return): New arg NAME.
14067 Convert to a keymap if MENU is an XEmacs menu.
14068 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14069 (easy-menu-converted-items-table, easy-menu-convert-item):
14070 New var and fun to memoize easy-menu-convert-item-1.
14071 (easy-menu-do-add-item): Use it.
14072 (easy-menu-create-menu): Use easy-menu-convert-item.
14073 Wrap easy-menu-filter-return around any :filter specification.
14074 Don't convert the menu if a filter was specified.
14075 Tell easy-menu-make-symbol not to check for MENU being an expression.
14076 (easy-menu-make-symbol): New arg NOEXP.
14077
140782000-07-05 Gerd Moellmann <gerd@gnu.org>
14079
14080 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14081 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14082 (eval-defun): If called with prefix arg, instrument code for
14083 Edebug.
14084
14085 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14086 similar to that of eval-defun.
14087
140882000-07-04 Dave Love <fx@gnu.org>
14089
14090 * hl-line.el (hl-line-overlay): Make it permanent-local.
14091
14092 * calendar/todo-mode.el: Replaced with a working version, based on
14093 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14094
140952000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14096
14097 * paths.el (prune-directory-list): New function.
14098 (Info-default-directory-list): Rewritten to more methodically
14099 enumerate a big list of possible info directories (based on the
14100 list used by the standalone info reader).
14101
14102 * info.el (info-initialize): Use prune-directory-list to remove
14103 non-existent directories from Info-directory-list.
14104
14105 * paths.el (Info-default-directory-list): Try a list of possible
14106 info-directories instead of a single one. Add the possible
14107 info directory "/usr/share/info".
14108
14109 * woman.el (woman-man.conf-path): Explicitly include the debian
14110 man-db config file "/etc/manpath.config".
14111 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14112 are present in `manpath.config'.
14113 (woman-manpath): Include "/usr/share/man".
14114
141152000-07-03 Gerd Moellmann <gerd@gnu.org>
14116
14117 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14118
14119 * startup.el (command-line): Initialize blink-cursor based
14120 on window-system.
14121
14122 * frame.el (blink-cursor): Default to nil if not running under
14123 a window-system.
14124
14125 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14126 (face-x-resources): Remove duplicate entry for :font.
14127
14128 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14129 instead of cycling through windows with next-window.
14130
14131 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14132 of cycling through windows with next-window.
14133
14134 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14135 of cycling through windows with next-window.
14136
14137 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14138 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14139 instead of cycling through windows with next-window.
14140
14141 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14142 instead of cycling through windows with next-window.
14143
14144 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14145 of cycling through windows with next-window.
14146
14147 * terminal.el (te-process-output): Use walk-windows instead of
14148 cycling through windows with next-window.
14149
14150 * server.el (server-switch-buffer): Use some-window instead of
14151 cycling through windows with next-window.
14152
14153 * window.el (some-window): New function.
14154 (walk-windows): Remove reference to walk-windows-start.
14155
14156 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14157
141582000-07-03 Richard Stallman <rms@gnu.org>
14159
14160 * window.el (walk-windows): Guarantee termination by keeping a list
14161 of all the windows already handled.
14162
141632000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14164
14165 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14166 window-system.
14167
14168 * man.el (Man-notify-when-ready): Don't use window-system. If
14169 Man-notify-method is newframe, and the display is not
14170 multi-frame, select the frame created for the man page.
14171 (Man-init-defvars): Doc fix.
14172
141732000-06-28 Gerd Moellmann <gerd@gnu.org>
14174
14175 * faces.el (region): Change background color for light background.
14176
14177 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14178 attribute from mode-line face of Ediff control frame.
14179
14180 * replace.el (query-replace-map): Bind `e' like `E'.
14181
141822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14183
14184 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
14185 Change name to "Select All".
14186
14187 * dos-fns.el (convert-standard-filename): Fix last change.
14188
141892000-06-27 Gerd Moellmann <gerd@gnu.org>
14190
14191 * help.el (describe-variable): Don't insert a second `'s' in front
14192 of the string `value is shown below'. Since the syntax-table is
14193 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
14194 an existing `'s', so that this won't be deleted.
14195
14196 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
14197 * pcmpl-unix.el: New files.
14198
141992000-06-26 Stefan Monnier <monnier@cs.yale.edu>
14200
14201 * wid-edit.el (widget-member): Use the new plist-member.
14202
142032000-06-26 Gerd Moellmann <gerd@gnu.org>
14204
14205 * replace.el (perform-replace): Undo change of 2000-04-04.
14206 Instead, move backward 1 character at the end of the loop when
14207 necessary.
14208
14209 * faces.el (fringe): Change face for different backgrounds.
14210
14211 * eshell/esh-module.el (toplevel): Load defgroup's differently;
14212 patch from John.
14213
14214 * eshell/*.el: Change spelling of the Free Software Foundation.
14215
14216 * eshell/esh-toggle.el: Removed.
14217
14218 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
14219
14220 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
14221 interactively.
14222
142232000-06-26 Alex Schroeder <alex@gnu.org>
14224
14225 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
14226 `define-key'; instead of checking `(emacs-version)' check for
14227 `set-keymap-parent' and `set-keymap-name' directly. Add entries
14228 for `;' and `o' which might be electric.
14229
14230 (sql-electric-stuff): New user option.
14231 (sql-magic-go): New function which uses `sql-electric-stuff'.
14232 (sql-magic-semicolon): New function which uses
14233 `sql-electric-stuff'.
14234
14235 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
14236 is not fboundp.
14237
14238 (sql-oracle-options): New variable.
14239 (sql-oracle): Use it.
14240
14241 (sql-imenu-generic-expression): Doc change.
14242 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
14243 is used.
14244
14245 (sql-informix): Added command line parameter "-" to force
14246 sql-informix-program to use stdout.
14247
142482000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
14249
14250 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
14251 (cp864-decode-table): Doc fix.
14252 (cp720-decode-table): New variable, supports the Arabic OEM
14253 codepage used by Windows.
14254 (cp737-decode-table): New, Greek OEM codepage used by Windows.
14255
142562000-06-23 Dave Love <fx@gnu.org>
14257
14258 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
14259 (font-lock-fontify-anchored-keywords): Use
14260 line-beginning-position.
14261 (global-font-lock-mode): Use mapc.
14262
142632000-06-23 Stefan Monnier <monnier@cs.yale.edu>
14264
14265 * eshell/esh-module.el: Require CL when compiling.
14266
142672000-06-23 Gerd Moellmann <gerd@gnu.org>
14268
14269 * comint.el (comint-substitute-in-file-name): Call replace-match
14270 with second and third arg t.
14271
14272 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14273 Specify foreground color.
14274
14275 * faces.el (tool-bar, mode-line, header-line): Specify foreground
14276 color.
14277
14278 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
14279
14280 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
14281 cddr instead of cdddr.
14282
14283 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
14284 instead of copy-list.
14285
14286 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
14287 of copy-list.
14288
14289 * subdirs.el: Add eshell subdirectory.
14290
14291 * eshell: New subdirectory containing the Eshell package.
14292
14293 * pcomplete.el: New file.
14294
142952000-06-23 Paul Eggert <eggert@twinsun.com>
14296
14297 * mail/mailpost.el (post-mail-send-it): Make sure file has
14298 proper permissions from birth.
14299
14300 * files.el (basic-save-buffer-2): When temporarily setting
14301 file modes, set them to current modes plus 0200, not to 0777.
14302
14303 * emerge.el (emerge-make-temp-file): Make sure file has proper
14304 permissions from birth.
14305
143062000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
14307
14308 * files.el (make-backup-file-name-1): On DOS/Windows, run the
14309 backup file name through convert-standard-filename.
14310
14311 * dos-fns.el (convert-standard-filename): Convert leading
14312 directories as well. When long file names are supported, convert
14313 characters that are invalid in Windows file names.
14314
143152000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14316
14317 * ps-print.el: Fix bug: if ^L is the very first buffer character,
14318 ps-print crashes. New feature: page selection for printing. Create
14319 raw-text-unix coding system for XEmacs. Doc fix.
14320 (ps-print-version): New version number (5.2.3).
14321 (ps-plot-region): Bug fix.
14322 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
14323 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
14324 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
14325 funs.
14326 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
14327 (ps-last-page): New vars.
14328
143292000-06-21 Gerd Moellmann <gerd@gnu.org>
14330
14331 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
14332 empty option string.
14333
143342000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
14335
14336 * man.el (man): Doc fix.
14337
143382000-06-21 Kenichi Handa <handa@etl.go.jp>
14339
14340 * international/mule-cmds.el (set-language-info-alist): Docstring
14341 fixed.
14342
143432000-06-20 Gerd Moellmann <gerd@gnu.org>
14344
14345 * version.el (emacs-version): Use ISO date format.
14346
14347 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
14348 instead of `M-backspace'.
14349
14350 * simple.el (turn-off-auto-fill): New function.
14351
143522000-06-20 Stefan Monnier <monnier@cs.yale.edu>
14353
14354 * jit-lock.el (with-buffer-prepared-for-jit-lock):
14355 Renamed from with-buffer-prepared-for-font-lock and use
14356 inhibit-modification-hooks rather than setting *-change-functions.
14357 Update all functions to use the new name.
14358 (jit-lock-first-unfontify-pos): New semantics (and doc).
14359 (jit-lock-mode): Make non-interactive.
14360 Don't automatically turn on font-lock.
14361 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
14362 Always use jit-lock-after-change.
14363 Remove and restore font-lock-after-change-function.
14364 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
14365 (jit-lock-after-unfontify-buffer): Remove.
14366 (jit-lock-stealth-fontify):
14367 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
14368 (jit-lock-after-change): Set the `fontified' text-prop to nil.
14369
143702000-06-20 Sam Steingold <sds@gnu.org>
14371
14372 * emacs-lisp/cl-indent.el (toplevel): Indent
14373 `print-unreadable-object' properly. Untabify.
14374
143752000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14376
14377 * textmodes/reftex.el (reftex-find-citation-regexp-format):
14378 Support for bibentry.
14379 (reftex-compile-variables): Fixed problem with end of section-re.
14380
14381 * texmodes/reftex-dcr.el (reftex-view-crossref,
14382 reftex-view-crossref-from-bibtex):
14383 Deal with changed `reftex-find-citation-regexp-format'.
14384 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
14385 Replaced `remprop' with `put'.
14386 (reftex-view-crossref, reftex-view-crossref-when-idle):
14387 Support for bibentry.
14388
14389 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
14390 New entry for bibentry package.
14391
14392 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14393 Regexp also matches "\nobibliography".
14394
14395 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
14396 Call `reftex-ensure-write-access' before doing anything.
14397 (reftex-ensure-write-access): New function.
14398
143992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
14400
14401 * progmodes/idlwave.el: File re-installed (update to version 4.2)
14402
14403 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
14404
14405 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
14406
14407 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
14408
14409
144102000-06-20 Dave Love <fx@gnu.org>
14411
14412 * faces.el (frame-background-mode): Use set-default, not set, in
14413 setter.
14414 (frame-update-faces, frame-update-face-colors): Define with
14415 defalias.
14416
14417 * enriched.el (enriched-decode-foreground)
14418 (enriched-decode-background): Don't use internal-find-face.
14419
14420 * apropos.el: Doc fixes.
14421
14422 * cus-edit.el (customize-changed-options): Check arg.
14423 (customize-version-lessp): Don't require decimal point.
14424
14425 * custom.el (defcustom, defgroup): Doc fix.
14426
14427 * newcomment.el (comment) <defgroup>: Add :version.
14428 (comment-multi-line): Doc fix.
14429
14430 * emulation/mlsupport.el (define-hooked-local-abbrev,
14431 define-hooked-global-abbrev): Fix, using define-abbrev.
14432
144332000-06-19 Gerd Moellmann <gerd@gnu.org>
14434
14435 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
14436 the whole buffer.
14437
144382000-06-19 Dave Love <fx@gnu.org>
14439
14440 * menu-bar.el (menu-bar-options-save): New function.
14441 (menu-bar-options-menu): Use it.
14442 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
14443 Simplify.
14444
144452000-06-19 Andreas Schwab <schwab@suse.de>
14446
14447 * progmodes/etags.el (tags-query-replace): Put new parameters
14448 START and END at the end, for backward compatibility.
14449
144502000-06-19 Kenichi Handa <handa@etl.go.jp>
14451
14452 * international/codepage.el:
14453 (cp-coding-system-for-codepage-1): Delete special codes for
14454 generating xxx-dos coding system because now a CCL based coding
14455 system can handle EOL conversion by default.
14456
14457 * international/mule.el (make-coding-system): Generate subsidiary
14458 coding systems for EOL handling variants even for a CCL based
14459 coding system.
14460
144612000-06-19 Kenichi Handa <handa@etl.go.jp>
14462
14463 * international/isearch-x.el (isearch-minibuffer-input-method)
14464 (isearch-minibuffer-input-method-function): These variables
14465 deleted.
14466 (isearch-with-input-method): Don't use the above variables.
14467 (isearch-process-search-multibyte-characters): Likewise. Call
14468 read-string with the arg INHERIT-INPUT-METHOD t.
14469
144702000-06-17 Stefan Monnier <monnier@cs.yale.edu>
14471
14472 * font-lock.el (font-lock-after-fontify-buffer)
14473 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
14474
14475 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
14476 Use consistent make-local-variable style for font-lock-fontified.
14477 (jit-lock-fontify-buffer):
14478 Don't bother checking for font-lock-mode and jit-lock-mode.
14479
14480 * time.el: Remove trailing ^M that prevent CVS-merging.
14481
144822000-06-16 Gerd Moellmann <gerd@gnu.org>
14483
14484 * Makefile.in (distclean): New target.
14485
144862000-06-16 Stefan Monnier <monnier@cs.yale.edu>
14487
14488 * Makefile.in (srcdir): Define for update-subdirs.
14489
144902000-06-16 Gerd Moellmann <gerd@gnu.org>
14491
14492 * find-lisp.el: New file.
14493
144942000-06-16 Andrew Innes <andrewi@gnu.org>
14495
14496 * time.el (display-time-mail-function): New variable, to allow
14497 external packages to indicate when new mail is available.
14498 (display-time-update): Use it.
14499
145002000-06-16 Kenichi Handa <handa@etl.go.jp>
14501
14502 * international/mule.el (mule-version): Change version name to
14503 SAKAKI. AOI has already been used by Meadow.
14504
14505 * international/quail.el (quail-show-guidance-buf): To find the
14506 bottom window (but minibuffer), pay attention to the height of
14507 minibuffer.
14508
145092000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
14510
14511 * arc-mode.el (archive-mode-map): Use the new menu-item format for
14512 menu-bar menus. Add help strings. Don't remove the Edit menu
14513 from the menu bar, as the menu bar has enough space now.
14514
14515 * Makefile.in (SHELL): Make sure /bin/sh is used.
14516
14517 * woman.el (woman-man-buffer): Fix bold and underlined CJK
14518 characters, which use series of two ^H characters instead of one.
14519
145202000-06-15 Gerd Moellmann <gerd@gnu.org>
14521
14522 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
14523 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
14524 functions.
14525 (Info-find-node-2): Try a case-sensitive search first, then
14526 do a case-insensitive search.
14527
14528 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
14529 tutorials.
14530
14531 * complete.el (PC-env-vars-alist): New variable.
14532 (PC-complete-as-file-name): New function.
14533 (partial-completion-mode): Initialize PC-env-vars-alist from
14534 process-environment.
14535 (PC-do-completion): Handle completion of env vars.
14536
14537 * info.el (Info-set-mode-line): Show file name in mode line,
14538 use `*Info*' instead of `Info:'.
14539
14540 * startup.el (command-line-1): Change copyright messages to year
14541 2000.
14542
145432000-06-15 Dave Love <fx@gnu.org>
14544
14545 * net/goto-addr.el (goto-address-fontify): Use keymap property,
14546 not local-map.
14547
145482000-06-15 Kenichi Handa <handa@etl.go.jp>
14549
14550 * international/mule.el (set-buffer-file-coding-system): Almost
14551 rewritten to handle `undecided' as no-op.
14552
145532000-06-14 Gerd Moellmann <gerd@gnu.org>
14554
14555 * Makefile.in: New file.
14556
14557 * Makefile: Removed.
14558
14559 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14560 (goto-address-highlight-keymap): Bind C-c RET.
14561
145622000-06-14 Kenichi Handa <handa@etl.go.jp>
14563
14564 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14565 inherits buffer-file-coding-system of the current buffer.
14566
14567 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14568 0. Give correct argument to set-auto-coding-function.
14569 (tar-expunge): For goto-char, use (point-min), not 0.
14570 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14571 (tar-subfile-save-buffer): Likewize.
14572
14573 * international/mule.el
14574 (after-insert-file-set-buffer-file-coding-system): Call
14575 set-buffer-file-coding-system with the arg FORCE t.
14576
145772000-06-13 Gerd Moellmann <gerd@gnu.org>
14578
14579 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14580 nil. Contemporary sendmails issue an X-Authentication-Warning if
14581 the sender is set with `-f'.
14582
145832000-06-13 Dave Love <fx@gnu.org>
14584
14585 * help.el (describe-function-1): Kluge around cases of functions
14586 fset to subrs whose doc doesn't match their symbol-name.
14587
14588 * image.el (insert-image): Default STRING to a space.
14589
14590 * info.el Doc fixes.
14591 (Info-build-node-completions): Match Ref tags.
14592
145932000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14594
14595 * frame.el (display-multi-frame-p, display-multi-font-p): New
14596 defaliases for display-graphic-p.
14597
14598 * hl-line.el: Fixed a typo in commentary.
14599
146002000-06-13 Kenichi Handa <handa@etl.go.jp>
14601
14602 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14603 fixed.
14604
146052000-06-12 Dave Love <fx@gnu.org>
14606
14607 * image.el (insert-image): Save a little consing.
14608
146092000-06-12 Kenichi Handa <handa@etl.go.jp>
14610
14611 * language/tibet-util.el: Convert all tibetan-1-column characters
14612 to the corresponding tibetan characters.
14613 (tibetan-add-components): Delete code for the special treatment of
14614 'a chung.
14615
14616 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14617 change.
14618 (tibetan-vowel-transcription-alist): More rules added.
14619 (tibetan-composite-vowel-alist): New variable.
14620 (tibetan-precomposition-rule-alist): More rules added.
14621
146222000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14623
14624 * startup.el (command-line): Only call menu-bar-mode if interactive.
14625
14626 * thingatpt.el (toplevel symbol-properties):
14627 * textmodes/makeinfo.el (makeinfo-compile):
14628 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14629 * progmodes/hideif.el (hif-compress-define-list)
14630 (hide-ifdef-use-define-alist):
14631 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14632 (ange-ftp-vms-add-file-entry):
14633 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14634 * man.el (Man-build-man-command):
14635 * mail/rnewspost.el (news-reply-header-hook):
14636 * info.el (Info-insert-dir):
14637 * emulation/mlconvert.el (backward-word, forward-word, setq):
14638 * emacs-lisp/gulp.el (gulp-send-requests):
14639 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14640 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14641 (byte-optimize-apply, end of file):
14642 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14643 (ad-make-freeze-definition):
14644 * startup.el (command-line, command-line-1): Don't quote lambdas.
14645
14646 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14647 (cvs-cleanup-removed): New function.
14648 (cvs-cleanup-functions): New var.
14649 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14650 some flexibility in specifying additional entries to auto-cleanup.
14651 (cvs-quickdir): New function.
14652 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14653 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14654 (cvs-mode-find-file): Check that we are on a filename or dirname
14655 when invoked through a mouse-click.
14656 (cvs-full-path): Remove.
14657 (cvs-dired-action): Re-introduced.
14658 (cvs-dired-noselect): Use it.
14659 (vc-post-command-functions): use this new hook if available.
14660
14661 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14662 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14663 (cvs-filename-map, cvs-dirname-map): Remove.
14664 (cvs-default-action): Remove.
14665 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14666 if the arg is really a keymap.
14667 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14668 Don't hardcode the mapping from state (aka type) to face, but check
14669 the var cvs-fi-<type>-face instead.
14670 (cvs-fileinfo-from-entries): New function.
14671
14672 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14673 Docstring fix.
14674 (cvs-find-file-and-jump): Change default to be safer.
14675 (cvs-mode-diff-map): Define it as a function as well.
14676 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14677 Bind mouse-2 in this global map rather than with text-properties.
14678
14679 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14680 file to resolve the ambiguity between C(conflict) and C(need-merge).
14681
146822000-06-12 Kenichi Handa <handa@etl.go.jp>
14683
14684 * international/mule.el (set-buffer-file-coding-system): If
14685 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14686 unconditionally.
14687
146882000-06-12 Dave Love <fx@gnu.org>
14689
14690 * wid-edit.el (widget-specify-button): Really suppress the face if
14691 required.
14692
146932000-06-11 Gerd Moellmann <gerd@gnu.org>
14694
14695 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14696
146972000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14698
14699 * imenu.el (imenu-generic-expression): Docstring fix.
14700
14701 * composite.el (composition-function-table): Move the `put'
14702 below the autoload cookie so we can load the file before loaddefs.
14703
14704 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14705
14706 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14707 Handle easy-mmode-define-global-mode.
14708 For complex macros like define-minor-mode that can generate
14709 several autoload entries, try to autoload entries in the
14710 macroexpanded code.
14711
14712 * emacs-lisp/easy-mmode.el (define-minor-mode):
14713 If KEYMAP is a symbol, just use it.
14714 Use byte-compile-current-file and load-file-name to infer the
14715 proper :require to pass to defcustom.
14716 Wrap the hook var into `progn' so as not to autoload it.
14717 Add a :autoload-end cookie.
14718 Be more careful about the evaluation of KEYMAP.
14719 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14720 (define-derived-mode): Move define-abbrev-table outside of defvar.
14721
147222000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14723
14724 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14725 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14726 (backup-compiled-files): Ignore errors during `tar'.
14727 (bootstrap): Make autoloads before elc files.
14728
147292000-06-10 Kenichi Handa <handa@etl.go.jp>
14730
14731 * international/mule.el (set-buffer-file-coding-system): If one of
14732 undecided-XXX is specified, change only EOL conversion.
14733
14734 * international/mule-conf.el (unix): New alias for the coding
14735 system undecided-unix.
14736
147372000-06-09 Dave Love <fx@gnu.org>
14738
14739 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14740
14741 * progmodes/executable.el: Byte compile dynamic.
14742 (executable-insert): Change custom type.
14743 (executable-find): Add autoload cookie.
14744 (executable-make-buffer-file-executable-if-script-p): New
14745 function. After Noah Friedman.
14746
14747 * files.el (after-save-hook): Customize, with
14748 executable-make-buffer-file-executable-if-script-p as an option.
14749
147502000-06-09 Kenichi Handa <handa@etl.go.jp>
14751
14752 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14753 "tib24p-mule.bdf" for Tibetan.
14754
14755 * composite.el (decompose-composite-char): Declare it as obsolete.
14756
14757 * man.el (Man-fontify-manpage): Pay attention to underline and
14758 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14759
147602000-06-08 Gerd Moellmann <gerd@gnu.org>
14761
14762 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14763 Set maintainer to FSF since author isn't reachable.
14764
147652000-06-08 Dave Love <fx@gnu.org>
14766
14767 * international/mule-cmds.el (select-safe-coding-system): If
14768 DEFAULT-CODING-SYSTEM is not specified, also check the most
14769 preferred coding-system if buffer-file-coding-system is
14770 `undecided'. From Handa.
14771
147722000-06-08 Kenichi Handa <handa@etl.go.jp>
14773
14774 * international/mule.el
14775 (after-insert-file-set-buffer-file-coding-system): If the buffer
14776 size is greater than INSERTED, judget that we are not visiting.
14777
147782000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14779
14780 * whitespace.el (defgroup whitespace): Comment out `:version'.
14781 XEmacs 20.4 has problems defining the group with this present.
14782 We'll have this commented out till get resolve the problem.
14783
147842000-06-07 John Wiegley <johnw@gnu.org>
14785
14786 * align.el (align-dq-string-modes, align-sq-string-modes)
14787 (align-open-comment-modes): Add pyhton-mode.
14788 (align-rules-list): Use get-text-property instead of
14789 text-properties-at.
14790 (align-rules-list): Add python-assignment.
14791 (align-rules-list): Change perl-comma-delimiter to
14792 basic-comma-delimiter. Use if for Perl modes and python-mode.
14793 (align-rules-list): Add python-chain-logic and
14794 basic-line-continuation.
14795
147962000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14797
14798 * apropos.el (apropos-mode-hook): New user variable.
14799 (apropos-mode): Run apropos-mode-hook.
14800
148012000-06-07 David Ponce <david@dponce.com>
14802
14803 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14804 commands. Require `wid-edit' at run-time.
14805
148062000-06-07 David Ponce <david@dponce.com>
14807
14808 * recentf.el: Added some "Commentary".
14809 (recentf-open-more-files, recentf-edit-list): Minor changes to
14810 move the point at the top of the file list. This behaviour is
14811 consistent with the menu one when the list contains a lot of
14812 files.
14813 (recentf-cleanup): Now displays the number of items removed from
14814 the list.
14815 (recentf-relative-filter) New menu filter to show filenames
14816 relative to `default-directory'.
14817
148182000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14819
14820 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14821 with/without giving an error if PostScript printer doesn't have this
14822 kind of page size. Zebra Stripe continues or restarts on next page.
14823 Manual/automatic paper feeding. Switch or not the header.
14824 (ps-print-version): New version number (5.2.2).
14825 (ps-windows-system): Include emx as a Windows system.
14826 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14827 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14828 (ps-background-text): Code fix.
14829 (ps-error-handler-message, ps-user-defined-prologue)
14830 (ps-print-prologue-header, ps-printer-name)
14831 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14832 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14833 (ps-use-face-background): Customization fix.
14834 (ps-n-up-database): Data fix.
14835 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14836 (ps-switch-header): New vars.
14837 (ps-xemacs-color-name, ps-face-foreground-name)
14838 (ps-face-background-name, ps-boolean-constant): New funs.
14839
148402000-06-07 Dave Love <fx@gnu.org>
14841
14842 * allout.el: New version from Manheimer.
14843
148442000-06-07 Kenichi Handa <handa@etl.go.jp>
14845
14846 * textmodes/fill.el (fill-find-break-point): Check the validity of
14847 charset.
14848
148492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14850
14851 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14852 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14853 Call display-color-p and display-mouse-p instead of looking at
14854 window-system.
14855
148562000-06-06 Dave Love <fx@gnu.org>
14857
14858 * image.el (find-image): Doc fix. Return nil if image not found.
14859 (put-image, insert-image): Make STRING arg optional.
14860
148612000-06-06 Kenichi Handa <handa@etl.go.jp>
14862
14863 * language/vietnamese.el: Remove eval-when-compile.
14864 (viet-viscii-nonascii-translation-table): Define it as a
14865 translation table made from viet-viscii-decode-table.
14866 (viet-viscii-encode-table): Define it as a translation table made
14867 from the reverse map of above.
14868 (viet-vscii-nonascii-translation-table): Define it as a
14869 translation table made from viet-vscii-decode-table.
14870 (viet-vscii-encode-table): Define it as a translation table made
14871 from the reverse map of above.
14872 (ccl-decode-viscii): Use translate-character.
14873 (ccl-encode-viscii, ccl-encode-viscii-font)
14874 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14875 Likewize.
14876
14877 * language/cyrillic.el: Remove eval-when-compile.
14878 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14879 translation table made from cyrillic-koi8-r-decode-table.
14880 (cyrillic-koi8-r-encode-table): Define it as a translation table
14881 made from the reverse map of above.
14882 (ccl-decode-koi8): Use translate-character.
14883 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14884 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14885 a translation table made from cyrillic-alternativnyj-decode-table.
14886 (cyrillic-alternativnyj-encode-table): Define it as a translation
14887 table made from the reverse map of above.
14888 (ccl-decode-alternativnyj): Use translate-character.
14889 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14890 Likewize
14891
14892 * international/mule-diag.el (non-iso-charset-alist): Specify
14893 translation table symbol instead of translation table itself.
14894 (list-block-of-chars): CHARSET may be a translation table symbol.
14895
14896 * international/mule.el (make-coding-system): If CODING-SYSTEM
14897 already exists, override it.
14898
14899 * international/fontset.el: Use family `proportional' for Tibetan
14900 fonts.
14901
14902 * international/ccl.el (ccl-compile-translate-character): Don't
14903 check if Rrr has property translation-table.
14904 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14905
149062000-06-05 Gerd Moellmann <gerd@gnu.org>
14907
14908 * info.el: Bind case-fold-search to t when searching in case
14909 a user sets it to nil in a hook.
14910
149112000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14912
14913 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14914 * hl-line.el (hl-line-mode): Use the new :global key argument.
14915
14916 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14917 (tar-clip-time-string): Prepend a space.
14918 (tar-grind-file-mode): Construct a string rather than modifying one.
14919 (tar-header-block-summarize): Fix docstring.
14920 Use `format' rather than an error-prone set of copy-loops.
14921
14922 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14923 (diff-goto-source, diff-unified->context, diff-context->unified)
14924 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14925 understand the format output by the `-p' argument to diff.
14926
14927 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14928 (sh-re-done): Use defconst.
14929 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14930 (sh-help-string-for-variable, sh-guess-basic-offset):
14931 Don't quote lambdas.
14932 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14933 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14934
14935 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14936 (mh-letter-mode): Derive from text-mode.
14937 This implicitly means that it now calls kill-all-local-variables.
14938 Also remove the Emacs-18 compatibility code.
14939
14940 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14941 Make use of symbol-property doc-string-elt.
14942 Use memq rather than a sequence of eq.
14943 (doc-string-elt): Fix the wrong or missing previously unused values.
14944 (autoload-print-form): New function extracted from
14945 generate-file-autoloads to allow recursion when handling progn
14946 so that defvar's and defun's docstrings are properly printed.
14947 (generate-file-autoloads): Use it.
14948
14949 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14950 Use find-file-hooks in the minor-mode function.
14951 Be careful not to loop indefinitely in the post-command-hook function.
14952
149532000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14954
14955 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14956 tty's.
14957 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14958 differences whenever appropriate.
14959 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14960 * viper.el (find-file, find-file-other-window): Get viper to do
14961 wildcards.
14962
149632000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14964
14965 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14966 (jit-lock-fontify-buffer): New function for JIT refontification.
14967 (jit-lock-mode): Fix docstring.
14968 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14969 Remove jit-lock-after-change from the _local_ hook.
14970 (jit-lock-function-1): Fix docstring.
14971
14972 * info.el (Info-on-current-buffer): Initialize info.
14973
14974 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14975
14976 * progmodes/tcl.el (tcl-indent-for-comment):
14977 Ignore comment-indent-hook.
14978
14979 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14980 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14981 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14982 and improve to use the lighter to guess the capitalization.
14983 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14984 Add keyword arguments to specify global-ness or the custom group.
14985 Add local-map and help-echo properties to the lighter.
14986 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14987 (easy-mmode-define-global-mode): New macro.
14988
149892000-06-02 Dave Love <fx@gnu.org>
14990
14991 * wid-edit.el: byte-compile-dynamic since we typically don't use
14992 all the widgets. Don't require cl or widget. Remove
14993 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14994 (widget-read-event): Removed. Callers changed to use read-event.
14995 (widget-button-release-event-p): Renamed from
14996 button-release-event-p.
14997 (widget-field-add-space, widget-field-use-before-change):
14998 Uncustomize.
14999 (widget-specify-field): Use keymap property, not local-map.
15000 (widget-specify-button): Obey :suppress-face.
15001 (widget-specify-insert): Use modern backquote syntax.
15002 (widget-image-directory): Renamed from widget-glyph-directory.
15003 (widget-image-enable): Renamed from widget-glyph-enable.
15004 (widget-image-find): Replaces widget-glyph-find.
15005 (widget-button-pressed-face): Move defvar.
15006 (widget-image-insert): Replaces widget-glyph-insert.
15007 (widget-convert): Use keywordp.
15008 (widget-leave-text, widget-children-value-delete): Use mapc.
15009 (widget-keymap): Remove XEmacs stuff.
15010 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15011 (widget-button-click): Don't set point at the click, but re-centre
15012 if we scroll out of window. Rewritten for images v. glyphs &c.
15013 (widget-tabable-at): Use POS arg, not point.
15014 (widget-beginning-of-line, widget-end-of-line)
15015 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15016 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15017 (widget-default-create): Use widget-image-insert; some rewriting.
15018 (widget-visibility-value-create)
15019 (widget-push-button-value-create, widget-toggle-value-create): Use
15020 widget-image-insert.
15021 (checkbox): Create on and off images dynamically.
15022 (documentation-link): Change :help-echo.
15023 (widget-documentation-link-echo-help): Remove.
15024
150252000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15026
15027 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15028
15029 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15030 (easy-mmode-define-toggle, define-minor-mode): Use it.
15031 (easy-mmode-define-keymap): Docstring fix.
15032 (define-derived-mode): Default PARENT to fundamental-mode.
15033 Add the derived-mode-parent symbol-property.
15034 (easy-mmode-derived-mode-p): New function.
15035
150362000-06-02 Dave Love <fx@gnu.org>
15037
15038 * files.el (convert-standard-filename): Doc fix.
15039 (normal-backup-enable-predicate): New function.
15040 (backup-enable-predicate): Use it to replace the lambda form.
15041
15042 * calendar/todo-mode.el: [This needs more work on the outline
15043 stuff.] Doc fixes.
15044 (todo) <defgroup>: Add :version.
15045 (todo-add-category): Don't use pushnew.
15046 (todo-cmd-raise): Fix typo.
15047 (todo-top-priorities): Change temp buffer name.
15048 (todo-category-alist): Avoid redundant lambda.
15049 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15050 Use outline-next-heading.
15051
15052 * autoarg.el: Rewritten to use define-minor-mode.
15053 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15054 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15055
150562000-06-02 Kenichi Handa <handa@etl.go.jp>
15057
15058 * isearch.el (isearch-other-meta-char): Fix previous change.
15059
150602000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15061
15062 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15063 (log-edit-done): Only add the comment to the ring if it's different
15064 from the last comment entered.
15065
15066 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15067
150682000-06-01 Dave Love <fx@gnu.org>
15069
15070 * hl-line.el: Rewritten using define-minor-mode.
15071
15072 * help.el (describe-function-1): Distinguish special form from
15073 builtin function. Sanity-check presence of arglist for builtins.
15074
150752000-06-01 Kenichi Handa <handa@etl.go.jp>
15076
15077 * international/characters.el: Fix syntax/category setting of
15078 Tibetan characters.
15079
15080 * language/tibet-util.el (tibetan-add-components): Fixes for new
15081 encoding of Tibetan characters.
15082 (tibetan-decompose-precomposition-alist): New variable.
15083 (tibetan-decompose-region): Convert precomposed characters to
15084 non-precomposed characters.
15085 (tibetan-decompose-string): Likewise.
15086 (tibetan-composition-function): Fix args to
15087 thibetan-compose-string.
15088
15089 * language/tibetan.el (tibetan-composable-pattern): More
15090 characters included.
15091 (tibetan-consonant-transcription-alist): Rule for "R" added.
15092 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15093 "+R" added.
15094 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15095
15096 * language/lao-util.el (lao-composition-function): Fix args to
15097 compose-string.
15098
15099 * language/thai-util.el (thai-composition-function): Fix args to
15100 compose-string.
15101
15102 * isearch.el (isearch-update): Set disable-point-adjustment to t
15103 to prevent the point moving to the end of a composition when a
15104 part of a composition is searched.
15105 (isearch-other-meta-char): If the key invoking this command can be
15106 mapped by function-key-map to a printing char, call
15107 isearch-process-search-char directly.
15108
151092000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15110
15111 * emacs-lisp/bytecomp.el:
15112 * frame.el:
15113 * international/mule-cmds.el:
15114 * international/mule-util.el:
15115 * international/mule.el:
15116 * mouse.el:
15117 * subr.el:
15118 * faces.el: Update calls to make-obsolete with a WHEN argument.
15119
15120 * byte-run.el (make-obsolete, make-obsolete-variable):
15121 Add an optional WHEN argument and change the format of the
15122 symbol-property information.
15123 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15124 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15125 new obsolete-symbol-property format and print WHEN if it is provided.
15126
151272000-05-31 Dave Love <fx@gnu.org>
15128
15129 * loadhist.el (loadhist-hook-functions): Remove
15130 before-change-function, after-change-function.
15131 (unload-feature): Deal with symbols which are both bound and
15132 fbound.
15133
15134 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15135 before-change-function, after-change-function.
15136
15137 * simple.el (newline): Don't bind before-change-function,
15138 after-change-function.
15139
151402000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15141
15142 * whitespace.el (whitespace-rescan-timer-time): Update interval
15143 set to 600 seconds (10 minutes) instead of 60 seconds since
15144 a large number of whitespace buffers causes emacs to `freeze'
15145 for a considerable amount of time.
15146
15147 * whitespace.el: Updated email address
15148
151492000-05-31 Dave Love <fx@gnu.org>
15150
15151 * add-log.el (change-log-font-lock-keywords) <function>: Add
15152 pattern for function of change.
15153 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15154 acknowledgements patterns.
15155
151562000-05-31 Kenichi Handa <handa@etl.go.jp>
15157
15158 * isearch.el (isearch-printing-char): If keyboard coding system is
15159 being used, call isearch-process-search-multibyte-characters.
15160
15161 * international/isearch-x.el: Mostly rewritten.
15162
15163 * international/quail.el (quail-start-conversion): Don't include
15164 unhandled events in the returned events, but set them in
15165 unread-command-events. Exit if all inputs are deleted.
15166
151672000-05-30 Jason Rumney <jasonr@gnu.org>
15168
15169 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15170
15171 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15172 Reenable code to create initial fontsets.
15173 Use set-fontset-font in place of put-charset-property.
15174
151752000-05-30 Gerd Moellmann <gerd@gnu.org>
15176
15177 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15178 label, ensure that the first colon isn't followed by another.
15179
15180 * paths.el (Info-default-directory-list): Doc fix.
15181
15182 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
15183 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
15184 send a query containing USER only, not USER@HOST.
15185
15186 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
15187 and rmail-msgend to compute the restriction at the end, instead of
15188 computing it.
15189
151902000-05-29 Gerd Moellmann <gerd@gnu.org>
15191
15192 * dabbrev.el (dabbrev-expand): Don't display messages in the
15193 echo area if the minibuffer window is active.
15194
15195 * jit-lock.el (jit-lock-mode): Add after change function to
15196 local hook.
15197
151982000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
15199
15200 * antlr-mode.el: New commands: hide/unhide actions,
15201 upcase/downcase literals.
15202 (antlr-tiny-action-length): New user option.
15203 (antlr-hide-actions): New command. Suggested by
15204 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
15205 (antlr-mode-map): New binding [C-c C-v].
15206 (antlr-mode-menu): New entries.
15207 (antlr-downcase-literals): New command.
15208 (antlr-upcase-literals): Ditto.
15209
15210 * antlr-mode.el: Minor changes: indendation, mode-name.
15211 (antlr-indent-line): Indent cpp directive at column 0.
15212 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
15213
15214 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
15215 (antlr-font-lock-additional-keywords): Workaround for intentional
15216 bug in XEmacs version of font-lock.
15217 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
15218 be used by a smarter version of `buffers-menu-grouping-function'.
15219
152202000-05-29 Gerd Moellmann <gerd@gnu.org>
15221
15222 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
15223 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
15224
152252000-05-29 Kenichi Handa <handa@etl.go.jp>
15226
15227 * international/encoded-kb.el
15228 (encoded-kbd-iso2022-designation-map): Pay attention to that
15229 charset-iso-final-char return -1 for eight-bit-control and
15230 eight-bit-graphic.
15231
152322000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15233
15234 * speedbar.el (speedbar-use-images, speedbar-update-flag)
15235 (speedbar-easymenu-definition-base): Use display-graphic-p where
15236 available, instead of window-system.
15237
152382000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
15239
15240 * international/codepage.el (cp-coding-system-for-codepage-1): Add
15241 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
15242 coding systems.
15243
152442000-05-26 Dave Love <fx@gnu.org>
15245
15246 * disp-table.el (standard-display-underline): Don't use
15247 internal-find-face.
15248
15249 * mail/reporter.el: Maintainer change. Doc fixes.
15250 (reporter-version): Deleted.
15251
15252 * emacs-lisp/elp.el: Maintainer change.
15253 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
15254
152552000-05-26 Stefan Monnier <monnier@cs.yale.edu>
15256
15257 * add-log.el (add-change-log-entry): Merge the current entry with the
15258 previous one if the previous one is empty.
15259
152602000-05-26 Dave Love <fx@gnu.org>
15261
15262 * loadhist.el (unload-feature): Fix interactive spec [from
15263 lijnzaad@ebi.ac.uk].
15264
15265 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
15266 subr-arity to check primitives.
15267 (byte-compile-flush-pending, byte-compile-file-form-progn)
15268 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15269 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
15270 mapcar.
15271
152722000-05-26 Kenichi Handa <handa@etl.go.jp>
15273
15274 * international/fontset.el: Set family names of non-latin charsets
15275 in default fontset to "*".
15276
15277 * international/mule-diag.el (print-fontset): Combine family part
15278 and registry part of the fontname by "-*-" instead of "-".
15279
15280 * international/mule-cmds.el (encode-coding-char): Make strings
15281 multibyte before calling encode-coding-string.
15282
152832000-05-25 Stefan Monnier <monnier@cs.yale.edu>
15284
15285 * derived.el: Fix keywords.
15286 (define-derived-mode): Only define if needed.
15287
15288 * simple.el (fill-comment, comment-column, comment-start)
15289 (comment-start-skip, comment-end, comment-indent-function)
15290 (block-comment-start, block-comment-end, indent-for-comment)
15291 (set-comment-column, kill-comment, comment-padding, comment-region)
15292 (comment-multi-line, indent-new-comment-line): Remove.
15293
15294 * bindings.el (esc-map): Change ; to comment-dwim and use the new
15295 function names for comment operations.
15296
15297 * newcomment.el: Add abundant autoload cookies.
15298 (comment-style): Don't depend on runtime data at compile-time.
15299 (comment-indent-hook): Remove.
15300 (comment-indent): Check if comment-indent-hook is bound.
15301 (comment-region): Docstring fix.
15302
153032000-05-25 Dave Love <fx@gnu.org>
15304
15305 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
15306 byte-code-function-p.
15307
15308 * mail/rmailsum.el: Add provide.
15309
15310 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
15311
15312 * smerge-mode.el (smerge-diff-switches): Don't use list* in
15313 defcustom.
15314
153152000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
15316
15317 * ediff-diff.el (ediff-exec-process): delete --binary option from
15318 non-buffer ediff jobs.
15319
153202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15321
15322 * hilit-chg.el (highlight-changes-mode): Ask about color or
15323 grayscale support, not about window-system.
15324
15325 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
15326 window-system.
15327 (ffap-highlight): Always default to t.
15328
15329 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
15330 display-popup-menus-p instead of looking at window-system.
15331
15332 * disp-table.el (standard-display-g1, standard-display-graphic):
15333 Only refuse to use string glyphs on X and MS-Windows.
15334
15335 * avoid.el: Remove window-system from commentary, suggest to use
15336 display-*-p instead.
15337
15338 * apropos.el (apropos-print): Use display-mouse-p instead of
15339 window-system.
15340
153412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15342
15343 * international/codepage.el (cp-decoding-vector-for-codepage):
15344 Fill up unsupported characters with their own codes. From Kenichi
15345 Handa.
15346
153472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15348
15349 * international/mule-diag.el (describe-char-after): Use
15350 display-graphic-p instead of window-system, so that this function
15351 works on MS-DOS.
15352
153532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15354
15355 * international/codepage.el (cp-make-coding-systems-for-codepage):
15356 Remove the eight-bit-graphic and eight-bit-control charsets from
15357 the list of charsets which we convert into `?'.
15358
153592000-05-25 Kenichi Handa <handa@etl.go.jp>
15360
15361 * international/mule-conf.el: Specify CHARSET-ID explicitely for
15362 private charsets.
15363 (mule-unicode-0100-24ff, japanese-jisx0213-1,
15364 japanese-jisx0213-2): New charsets.
15365
15366 * international/fontset.el: Setup default fontset for new charsets.
15367
153682000-05-24 Dave Love <fx@gnu.org>
15369
15370 * info.el (Info-find-node-2): Restructure [following "Vadim
15371 S. Solomin" <sovs@uic.nnov.ru>].
15372
15373 * icomplete.el: Fix header for Finder.
15374
153752000-05-24 Eric M. Ludlam <zappo@ultranet.com>
15376
15377 * rmailout.el (rmail-output-to-rmail-file): Added optional param
15378 STAY.
15379
15380 * rmail.el (rmail-automatic-folder-directives): New user variable.
15381 (rmail-show-message): Add call to `rmail-auto-file' during
15382 display.
15383 (rmail-auto-file): New function.
15384
153852000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15386
15387 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
15388 account.
15389 (ediff-test-utility,ediff-diff-mandatory-option)
15390 (ediff-reset-diff-options): Utilities for proper initialization of
15391 ediff-diff-options and ediff-diff3-options on Windows.
15392
15393 * ediff-init.el (ediff-merge-filename-prefix): New customizable
15394 variable.
15395
15396 * ediff-mult.el (ediff-filegroup-action): Use
15397 ediff-merge-filename-prefix.
15398
153992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
15400
15401 * viper-ex.el (ex-write): Set selective display to nil.
15402
154032000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15404
15405 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
15406 aliases for hebrew-iso-8bit.
15407
154082000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
15409
15410 * woman.el: New version from Francis J. Wright
15411 <F.J.Wright@Maths.QMW.ac.uk>.
15412 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
15413 names in environment variables regardless of the path separator.
15414 (woman-topic-all-completions-1): Don't call file-name-directory-p
15415 on all files, since woman-file-regexp already filters out any
15416 directories.
15417
154182000-05-24 Kenichi Handa <handa@etl.go.jp>
15419
15420 * international/quail.el (quail-start-translation): Don't change
15421 modified-p of the current buffer.
15422 (quail-start-conversion): Likewise.
15423
15424 * international/kkc.el (kkc-region): Don't change modified-p of
15425 the current buffer.
15426
15427 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
15428 conform to RFC1468.
15429 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
15430
154312000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
15432
15433 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
15434 (speedbar-insert-button): Invisible text property fix.
15435 (speedbar-directory-plus): Renamed from speedbar-directory-+
15436 (speedbar-directory-minus): Renamed from speedbar-directory--
15437 (speedbar-page-plus): Renamed from speedbar-file-+
15438 (speedbar-page-minus): Renamed from speedbar-file--
15439 (speedbar-page): Renamed from speedbar-file-
15440 (speedbar-tag): Renamed from speedbar-tag-
15441 (speedbar-tag-plus): Renamed from speedbar-tag-+
15442 (speedbar-tag-minus): Renamed from speedbar-tag--
15443 (speedbar-expand-image-button-alist): Use above renames.
15444
15445 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
15446 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
15447 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
15448 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
15449 * sb-pg.xpm: Renamed from sb-file.xpm
15450 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
15451 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
15452
154532000-05-24 Kenichi Handa <handa@etl.go.jp>
15454
15455 * international/quail.el (quail-show-guidance-buf): Set
15456 current-input-method of the guidance buffer to the name of the
15457 curren input method.
15458
154592000-05-23 Stefan Monnier <monnier@cs.yale.edu>
15460
15461 * progmodes/compile.el (compile-internal): Style typo.
15462
15463 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
15464 quote vars and functions in the docstring.
15465
15466 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
15467
15468 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
15469 Don't quote lambdas.
15470
15471 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
15472
154732000-05-23 Gerd Moellmann <gerd@gnu.org>
15474
15475 * startup.el (command-line): Determine source file of compiled
15476 user init file differently. Warn if compiled user init file
15477 is older than its source file.
15478
15479 * ffap.el (ffap-url-regexp): Add `https'.
15480
154812000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
15482
15483 * files.el (make-backup-file-name-1): Replace slashes with `!'
15484 rather than `|' (which is not allowed on Windows). Replace the
15485 drive letters with a string "drive_X".
15486
154872000-05-23 Gerd Moellmann <gerd@gnu.org>
15488
15489 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
15490
15491 * files.el (interpreter-mode-alist): Add `bash2'.
15492
154932000-05-22 Dave Love <fx@gnu.org>
15494
15495 * loadhist.el (feature-symbols, file-provides, file-requires): Use
15496 mapc.
15497 (feature-file): Avoid calling symbol-name. Doc fix.
15498 (file-set-intersect, file-dependents): Use dolist, not mapcar.
15499 (loadhist-hook-functions): Add mouse-position-function.
15500 (unload-feature): Change uses of mapcar.
15501
15502 * files.el (parse-colon-path): Doc fix.
15503 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
15504 (set-auto-mode): Use mapc.
15505
15506 * complete.el (PC-look-for-include-file): Use :alnum: character
15507 class.
15508 (partial-completion-mode): Add autoload cookie.
15509
155102000-05-22 Sam Steingold <sds@gnu.org>
15511
15512 * info.el (Info-fontify-node): Fixed the call to
15513 `add-text-properties' (bug introduced on 2000-05-18).
15514
155152000-05-22 Dave Love <fx@gnu.org>
15516
15517 * bindings.el: Remove debug-ignored-errors set in other files.
15518
15519 * progmodes/etags.el: Add to debug-ignored-errors.
15520 (visit-tags-table-buffer): Clear out buffers holding old tables
15521 when making a new list.
15522 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
15523 mapc.
15524
15525 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
15526 quote keywords.
15527 (cmpl-string-case-type): Use character classes.
15528
15529 * comint.el:
15530 * textmodes/ispell.el:
15531 * imenu.el:
15532 * mail/mh-e.el:
15533 * progmodes/compile.el: Add to debug-ignored-errors.
15534
15535 * dabbrev.el: Add to debug-ignored-errors.
15536 (dabbrev-completion): Use mapc.
15537
155382000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
15539
15540 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
15541 (woman-mapcan, woman-parse-man.conf)
15542 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
15543 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
15544 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
15545 path syntax better.
15546 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
15547 (woman-manpath): Call woman-parse-man.conf.
15548 (woman-emulation): New defcustom, defaults to nroff.
15549 (woman-font-support): New defconst.
15550 (woman-use-symbol-font): New defcustom.
15551 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
15552 "Emulation".
15553 Many functions: Doc fix.
15554
155552000-05-22 Kenichi Handa <handa@etl.go.jp>
15556
15557 * international/quail.el (quail-simple-translation-keymap): Map
15558 128..255 to quail-self-insert-command.
15559 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15560
155612000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15562
15563 * help.el (help-manyarg-func-alist): Typo.
15564
15565 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15566 intervals which makes it heaps simpler.
15567
15568 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15569 the nested comment markers.
15570
15571 * subr.el (remove-hook): Don't turn the hook's value into a list.
15572
155732000-05-21 Dave Love <fx@gnu.org>
15574
15575 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15576 are invalid characters.
15577
15578 * international/mule-util.el (detect-coding-with-priority): Use
15579 mapc. Remove redundant lambda.
15580
15581 * international/mule-diag.el (list-non-iso-charset-chars)
15582 (describe-fontset): Remove redundant lambda.
15583
15584 * emulation/crisp.el (brief-mode): New alias.
15585
15586 * emacs-lisp/ring.el (ring-elements): New function.
15587
15588 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15589 (easy-menu-do-add-item): Use keywordp.
15590
15591 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15592
15593 * replace.el: Doc and error message fixes.
15594 (replace-highlight): Use facep, not internal-find-face.
15595
155962000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15597
15598 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15599
15600 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15601 (log-edit-insert-changelog): Drop `:' as well.
15602
15603 * log-view.el: Fix file description.
15604 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15605 available.
15606 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15607 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15608
15609 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15610 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15611 Print a status message if the toggle is called interactively.
15612 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15613 for global minor modes and use `defcustom' for them.
15614 Use add-minor-mode.
15615 (easy-mmode-define-derived-mode): Remove.
15616 (define-derived-mode): Fancier default docstring.
15617 (easy-mmode-define-navigation): Signal an error rather than (ding).
15618
15619 * newcomment.el (comment-styles): New `box-multi'.
15620 (comment-normalize-vars): Better default for comment-continue to
15621 avoid whitespace-only continuations.
15622 (comment-search-forward): Always move even in the no-syntax case.
15623 (comment-padright): Only obey N if it's only obeyed for padleft.
15624 (comment-make-extra-lines): Better handling of empty continuations.
15625 Use `=' for the filler if comment-start has only one character.
15626 (uncomment-region): Try handling the special `=' filler.
15627 (comment-region): Allow LINES even if MULTI is nil.
15628 (comment-box): Choose box style based on comment-style.
15629
156302000-05-20 Kenichi Handa <handa@etl.go.jp>
15631
15632 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15633 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15634
156352000-05-20 Kenichi HANDA <handa@etl.go.jp>
15636
15637 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15638 and insert, not subst-char-in-region.
15639
15640 * international/mule-diag.el (list-character-sets-1): Handle
15641 charsets eight-bit-control and eight-bit-graphic.
15642 (list-iso-charset-chars): Likewise.
15643 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15644 charactes as is. Use indent-to to align characters.
15645
15646 * international/mule-cmds.el (find-multibyte-characters): Never
15647 exclude charsets eight-bit-control and eight-bit-graphic.
15648
156492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15650
15651 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15652 Don't quote lambdas.
15653
15654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15655
156562000-05-19 Gerd Moellmann <gerd@gnu.org>
15657
15658 * gud.el (gud-jdb-directories): Doc fix.
15659
156602000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15661
15662 * newcomment.el: New file.
15663
156642000-05-19 Gerd Moellmann <gerd@gnu.org>
15665
15666 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15667
156682000-05-18 Andreas Schwab <schwab@suse.de>
15669
15670 * dired.el (dired-between-files): Also skip lines beginning with
15671 `used'.
15672
156732000-05-18 Gerd Moellmann <gerd@gnu.org>
15674
15675 * msb.el (msb-menu-cond): Add choice `user'.
15676
156772000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15678
15679 * ps-print.el: Compatibility, customization and doc fix.
15680 (ps-printer-name-option): Replace defconst by defvar.
15681 (ps-postscript-code-directory): XEmacs compatibility.
15682 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15683 fix.
15684 (ps-user-defined-prologue, ps-print-prologue-header)
15685 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15686 compatibility and code fix.
15687 (ps-print-background-image, ps-print-background-text):
15688 Customization fix.
15689 (ps-line-number-start, ps-n-up-on): New vars.
15690
156912000-05-18 Espen Skoglund <esk@ira.uka.de>
15692
15693 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15694 the indent-comment function to just return the appropriate indent.
15695
156962000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15697
15698 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15699 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15700 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15701
157022000-05-18 Dave Love <fx@gnu.org>
15703
15704 * info.el (Info-fontify-node): Add intangible property as well as
15705 invisible.
15706
15707 * calendar/appt.el (appt-make-list): Match all lines of entry.
15708 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15709
157102000-05-18 Kenichi Handa <handa@etl.go.jp>
15711
15712 * international/mule-diag.el (describe-char-after): Call
15713 internal-char-font, not char-font. If internal-char-font returns
15714 nil, display "-- none --".
15715
157162000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15717
15718 * image.el (image-type-available-p): Don't reference image-types
15719 if it isn't bound.
15720
157212000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15722
15723 * autoarg.el (autoarg-mode): Typo in the :set argument.
15724
157252000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15726
15727 * startup.el (command-line-1): Don't signal an error if the
15728 directory for auto-save-list files does not yet exist.
15729
157302000-05-17 Kenichi Handa <handa@etl.go.jp>
15731
15732 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15733
157342000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15735
15736 * subr.el (remove-hook): `setq' hook-value, not `set'.
15737
157382000-05-16 Sam Steingold <sds@gnu.org>
15739
15740 * info.el (debug-ignored-errors): More errors to ignore.
15741
157422000-05-16 Dave Love <fx@gnu.org>
15743
15744 * cus-edit.el: Don't require cl or easymenu.
15745 (custom-variable-prompt): Test standard-value property, not
15746 user-variable-p.
15747
157482000-05-16 Sam Steingold <sds@gnu.org>
15749
15750 * subr.el (add-hook): `setq' hook-value, not `set'.
15751
157522000-05-16 Gerd Moellmann <gerd@gnu.org>
15753
15754 * startup.el (command-line-1): Mention the FAQ in the startup
15755 message.
15756
15757 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15758
15759 * progmodes/compile.el (compilation-parse-errors): Collect
15760 `nomessage' regexps last.
15761
15762 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15763
15764 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15765 to the function name.
15766
157672000-05-15 Dave Love <fx@gnu.org>
15768
15769 * speedbar.el (speedbar-recenter): Typo.
15770 (speedbar-expand-line): Make arg optional.
15771 (speedbar-mode): Avoid a compiler warning.
15772
157732000-05-15 Gerd Moellmann <gerd@gnu.org>
15774
15775 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15776 user-specified option string is empty.
15777
15778 * mouse.el (mouse-yank-at-click): Doc fix.
15779
157802000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15781
15782 * term/internal.el (IT-character-translations): More updates of
15783 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15784 documents.
15785
157862000-05-15 Gerd Moellmann <gerd@gnu.org>
15787
15788 * env.el (getenv): New function, interactively callable.
15789 (setenv, getenv): Remove autoload cookies.
15790
15791 * loadup.el: Load `env'.
15792
15793 * progmodes/f90.el: Change author's mail address.
15794
157952000-05-14 Dave Love <fx@gnu.org>
15796
15797 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15798 goto-addr as an option.
15799
15800 * help.el (help-xref-stack): Doc fix.
15801 (help-xref-following): New variable.
15802 (help-make-xrefs): Use it.
15803 (help-xref-go-back): Use position information from stack element.
15804 (help-follow): Make position in stack element a pair. Use
15805 help-xref-following.
15806
15807 * autoarg.el: New file.
15808
15809 * faces.el: Declare more functions obsolete.
15810
15811 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15812 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15813 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15814 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15815 Remove all the setup-...-environment functions.
15816
158172000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15818
15819 * speedbar.el: Updated the commentary section. xemacs20p now uses
15820 >= when detecting. Require `defimage' safely.
15821 (speedbar-easymenu-definition-base): Add toggle for images.
15822 (speedbar-easymenu-definition-special): Add flush cache & expand.
15823 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15824 (speedbar-reconfigure-keymaps-hook): New variable.
15825 (speedbar-frame-parameters): Updated documentation.
15826 (speedbar-use-imenu-flag): Updated custom tag
15827 (speedbar-dynamic-tags-function-list): New variable.
15828 (speedbar-tag-hierarchy-method): Updated doc & custom.
15829 (speedbar-indentation-width, speedbar-indentation-width) New
15830 variables.
15831 (speedbar-hide-button-brackets-flag): Customizable.
15832 (speedbar-vc-indicator): Doc update.
15833 (speedbar-ignored-path-expressions): Updated default value.
15834 (speedbar-supported-extension-expressions): Updated default value.
15835 (speedbar-syntax-table): Remove {} paren status.
15836 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15837 as "+". Added overlay aliases.
15838 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15839 `force-mode-line-update'.
15840 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15841 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15842 `mouse-set-point'
15843 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15844 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15845 of arbitrary text, and new helper functions.
15846 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15847 filename finder.
15848 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15849 (speedbar-directory-buttons): Update path search/expansion.
15850 (speedbar-make-tag-line): Pay attention to
15851 `speedbar-indentation-width'. Use more care w/ invisible
15852 properties.
15853 (speedbar-change-expand-button-char): Call
15854 `speedbar-insert-image-button-maybe'.
15855 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15856 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15857 (speedbar-trim-words-tag-hierarchy)
15858 (speedbar-simple-group-tag-hierarchy): New functions
15859 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15860 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15861 functions.
15862 (speedbar-mouse-set-point): New function
15863 (speedbar-power-click): Updated documentation.
15864 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15865 of tag prefix text.
15866 (speedbar-expand-line, speedbar-contract-line): Make more robust
15867 to strange text.
15868 (speedbar-expand-line): Takes universal argument to flush the
15869 cache.
15870 (speedbar-flush-expand-line): New function.
15871 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15872 Use new generator insertion method.
15873 (speedbar-fetch-dynamic-tags): New function.
15874 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15875 `speedbar-fetch-dynamic-imenu'.
15876 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15877 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15878 "Revert Buffer" menu items.
15879 (speedbar-buffer-buttons-engine): Be smarter when creating a
15880 filename tag (for expansion purposes.).
15881 (speedbar-highlight-one-tag-line,
15882 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15883 (speedbar-recenter): New functions.
15884 (defimage-speedbar): Image loading abstraction.
15885 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15886 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15887 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15888 (speedbar-tag-type, speedbar-tag-mail): New images.
15889 (speedbar-expand-image-button-alist): New variable.
15890 (speedbar-insert-image-button-maybe): Insert an image over some
15891 buttons.
15892
158932000-05-13 Kenichi Handa <handa@etl.go.jp>
15894
15895 * international/mule-cmds.el (encode-coding-char): An ASCII
15896 character is always encodable.
15897
15898 * international/mule-conf.el: Add more information in descriptions
15899 of character sets.
15900
15901 * international/mule-diag.el (describe-char-after): New function.
15902 (describe-font-internal): Adjusted for the change of font-info.
15903 (describe-font): Likewise.
15904 (print-fontset): Rewritten for the new fontset implementation.
15905 (describe-fontset): Include fontset alias names in completion.
15906 (list-fontsets): Adjusted for the change of print-fontset.
15907
15908 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15909 describe-char-after instead of displaying the detail in the echo
15910 area.
15911 (syntax-code-table): Format changed.
15912 (string-to-syntax): Adjusted for the above change.
15913
159142000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15915
15916 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15917
159182000-05-12 Dave Love <fx@gnu.org>
15919
15920 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15921 dependence. Use line-{beginning,end}-position, not
15922 point-at{b,e}ol. Some doc fixes.
15923 (todo-position): New function. Fix callers of position to use it.
15924 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15925
159262000-05-12 Gerd Moellmann <gerd@gnu.org>
15927
15928 * time.el (display-time-mail-icon): Use `:ascent center'.
15929
15930 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15931 handling FTP security extensions.
15932
159332000-05-11 Dave Love <fx@gnu.org>
15934
15935 * calendar/todo-mode.el: New file.
15936
159372000-05-11 Gerd Moellmann <gerd@gnu.org>
15938
15939 * comint.el (comint-read-input-ring): Move reference to
15940 comint-input-ring-size outside of the save-excursion. It was
15941 causing the default value to be the only one ever seen.
15942
15943 * font-lock.el: Update copyright. Remove Simon Marshall's email
15944 address on request from him.
15945
15946 * subr.el (substitute-key-definition): Add comment describing
15947 the meaning of PREFIX.
15948
159492000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15950
15951 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15952
15953 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15954 (add-minor-mode): Don't make the variable buffer-local and add a
15955 reference to define-minor-mode in the docstring.
15956
15957 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15958 HEADER/FOOTER and fix bug with trailing empty directory.
15959 (cvs-append-to-ignore): Use vc-editable-p if available.
15960 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15961 (vc-do-command): Tweak advice to handle the new VC.
15962
15963 * log-view.el (log-view-goto-rev): New function for the new VC.
15964 (log-view-minor-wrap): Use mark-active.
15965
15966 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15967 (log-edit-changelog-full-paragraphs): New var.
15968 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15969 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15970 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15971 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15972 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15973 Replace the `cvs' prefix with `log-edit'.
15974
15975 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15976
15977 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15978 (diff-font-lock-defaults): Explicitly turn off multiline.
15979 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15980 (diff-ediff-patch): Fix call to ediff-patch-file.
15981 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15982 Handle comments.
15983
15984 * frame.el (automatic-hscrolling): Typo.
15985
15986 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15987
159882000-05-09 Sam Steingold <sds@goems.com>
15989
15990 * apropos.el (apropos-print): use `describe-face' instead of
15991 `customize-face-other-window'.
15992
159932000-05-09 Dave Love <fx@gnu.org>
15994
15995 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15996
15997 * help.el (describe-variable): Have customize button pop the
15998 help-xref stack when invoked.
15999 (help-xref-symbol-regexp): Add `face'.
16000 (help-make-xrefs): Check for quoted face names and adapt regexp
16001 submatch numbers to cope.
16002 (help-xref-interned): Maybe insert face doc too. Separate
16003 sections with a line of hyphens.
16004
16005 * faces.el: Some doc fixes. Declare some functions obsolete.
16006 (describe-face): Add customize button. Return the help
16007 text. Fix prompt.
16008
160092000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16010
16011 * term/internal.el (IT-character-translations): Fix last change.
16012
160132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16014
16015 * woman.el: New file
16016 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16017
160182000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16019
16020 * term/internal.el (IT-character-translations): Update ASCII
16021 simulations for greek-iso8859-7, add latin-iso8859-14 and
16022 latin-iso8859-15.
16023
16024 * international/mule-cmds.el (set-language-info-alist): Call
16025 define-prefix-command with 3 arguments, to make the map suitable
16026 for a menu.
16027
160282000-05-07 Dave Love <fx@gnu.org>
16029
16030 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16031
160322000-05-05 Dave Love <fx@gnu.org>
16033
16034 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16035 list in doc string. Don't quote keyword symbols.
16036 * emacs-lisp/cl.el: Likewise
16037 * emacs-lisp/cl-seq.el: Likewise
16038
160392000-05-05 Gerd Moellmann <gerd@gnu.org>
16040
16041 * abbrev.el (abbrev-mode): Make ARG optional.
16042
160432000-05-04 Gerd Moellmann <gerd@gnu.org>
16044
16045 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16046
16047 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16048
16049 * subr.el (substitute-key-definition): Clarify documentation.
16050
160512000-05-04 Milan Zamazal <pdm@freesoft.cz>
16052
16053 * glasses.el (glasses-convert-to-unreadable): Use
16054 `glasses-separator' instead of the hard-wired "_".
16055 (glasses-mode): Call `glasses-make-unreadable' only in a single
16056 place.
16057
160582000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16059
16060 * term/internal.el (cjk-codepages-alist): Add associations for
16061 Chinese and Korean codepages. Remove FIXME comment.
16062
160632000-05-03 Dave Love <fx@gnu.org>
16064
16065 * time.el (display-time-mail-face, display-time-use-mail-icon):
16066 New option.
16067 (display-time-mail-icon): New variable.
16068 (display-time-string-forms): Use the above. Fix the local-map.
16069
160702000-05-03 Gerd Moellmann <gerd@gnu.org>
16071
16072 * replace.el (query-replace-map): Add binding for `E'.
16073 (query-replace-help): Extend help text.
16074 (perform-replace): Allow editing the replacement string.
16075
16076 * make-mode.el (makefile-mode-abbrev-table): New variable.
16077 (makefile-mode): Set local abbrev table to
16078 makefile-mode-abbrev-table.
16079 (makefile-font-lock-keywords): Fontify includes and conditionals.
16080
16081 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16082 set TOGGLE's value.
16083
16084 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16085 mail-interactive-insert-alias.
16086 (mail-abbrev-complete-alias): New command.
16087 (mail-mode-map): Bind it to `M-TAB'.
16088
160892000-05-03 Kenichi Handa <handa@etl.go.jp>
16090
16091 * language/lao-util.el (lao-compose-region): New function.
16092
160932000-05-02 Gerd Moellmann <gerd@gnu.org>
16094
16095 * files.el (recover-session): Make directories as necessary
16096 if they don't exist yet.
16097
16098 * calendar/cal-french.el
16099 (french-calendar-multibyte-special-days-array)
16100 (french-calendar-special-days-array): Change French text.
16101 (calendar-french-date-string): Change output.
16102 (calendar-goto-french-date): Likewise.
16103
161042000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16105
16106 * wid-edit.el (widget-default-active): Obey `:always-active'.
16107 (widget-documentation-string-value-create): Set `:always-active'.
16108
161092000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16110
16111 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16112 default prefix to `~/_emacs.d/auto-save.list/_s'.
16113 (normal-top-level): Create the directory for auto-save files, if
16114 it doesn't already exist (in the ms-dos case only).
16115
161162000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16117
16118 * international/mule-cmds.el (set-language-environment): Don't
16119 concat an integer (dos-codepage), use format instead.
16120
161212000-05-02 Dave Love <fx@gnu.org>
16122
16123 * help.el (help-xref-on-pp): Check for constant symbols.
16124
161252000-04-29 Gerd Moellmann <gerd@gnu.org>
16126
16127 * startup.el (normal-top-level): Put a condition-case around
16128 the code loading subdirs.el.
16129
161302000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16131
16132 * ps-print.el: Upside-down and face background color printing,
16133 line number step, doc fix.
16134 (ps-print-version): New version number (5.2).
16135 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16136 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16137 (ps-spool-config): Var fix.
16138 (ps-printer-name-option): Const fix.
16139 (ps-print-upside-down, ps-use-face-background)
16140 (ps-line-number-step): New vars.
16141 (ps-window-system, ps-lp-system): New consts.
16142 (ps-face-background): New fun.
16143
161442000-04-28 Richard Stallman <rms@gnu.org>
16145
16146 * files.el (make-auto-save-file-name):
16147 Apply auto-save-file-name-transforms to visited file name
16148 before generating auto save file name.
16149 (auto-save-file-name-transforms): New variable.
16150
16151 * files.el (backup-enable-predicate):
16152 Correctly test for a file under a temporary directory.
16153
161542000-04-28 Gerd Moellmann <gerd@gnu.org>
16155
16156 * subr.el (add-minor-mode): Rewritten.
16157
161582000-04-28 Kenichi Handa <handa@etl.go.jp>
16159
16160 * mail/sendmail.el (sendmail-send-it): Set
16161 buffer-file-coding-system to the selected coding system for MIME
16162 header.
16163
161642000-04-27 Gerd Moellmann <gerd@gnu.org>
16165
16166 * dired.el (dired-move-to-filename-regexp): Allow format where
16167 YYYY is followed by two spaces.
16168
16169 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16170 in the second character class of the regexp.
16171
16172 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16173 mh-etc, too.
16174
16175 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16176 nil.
16177
16178 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16179
16180 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16181 argument.
16182
161832000-04-27 Sen Nagata <sen@eccosys.com>
16184
16185 * emacs-lisp/crm.el (crm-completion-table): New variable.
16186 (crm-collection-fn, crm-test-completion)
16187 (completing-read-multiple): Use it.
16188
161892000-04-27 Dave Love <fx@gnu.org>
16190
16191 * help.el (locate-library): Use mapc.
16192 (help-manyarg-func-alist): Add call-process-region.
16193
161942000-04-26 Gerd Moellmann <gerd@gnu.org>
16195
16196 * subr.el (add-minor-mode): Make argument MAP optional.
16197
16198 * desktop.el (desktop-save): Save list of minor modes.
16199 (desktop-create-buffer): Restore minor modes.
16200 (desktop-minor-mode-table): New user-option.
16201
16202 * subr.el (add-minor-mode): New function.
16203
16204 * image.el (find-image): New function.
16205 (defimage): Rewritten to find image at load time.
16206
16207 * startup.el (normal-top-level-add-to-load-path): Handle
16208 case that the default directory is not in load-path.
16209
16210 * help.el: Old patch from Stefan Monnier.
16211 (help-xref-on-pp): New function.
16212 (describe-variable): Use it to display xrefs in a symbol's value.
16213
162142000-04-26 Stefan Monnier <monnier@cs.yale.edu>
16215
16216 * cus-edit.el (custom-face): Fix parenthesis.
16217
162182000-04-26 Kenichi Handa <handa@etl.go.jp>
16219
16220 * mail/rmail.el (rmail-expunge): When there are no deleted
16221 messages, do nothing.
16222
162232000-04-26 Dave Love <fx@gnu.org>
16224
16225 * international/mule-cmds.el (locale-translation-file-name):
16226 Defvar to nil.
16227 (set-locale-environment): Set it here (at runtime).
16228
162292000-04-25 Gerd Moellmann <gerd@gnu.org>
16230
16231 * replace.el (perform-replace): Add parameters START and END. Use
16232 them instead of the check for a region in Transient Mark mode.
16233 (query-replace-read-args): Return two more list elements for the
16234 start and end of the region in Transient Mark mode.
16235 (query-replace, query-replace-regexp, query-replace-regexp-eval)
16236 (map-query-replace-regexp, replace-string, replace-regexp): Add
16237 optional last arguments START and END and pass them to
16238 perform-replace.
16239
16240 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
16241 form with additional arguments for perform-replace.
16242
16243 * progmodes/etags.el (tags-query-replace): Add parameters START
16244 and END. Construct a form with additional arguments for
16245 perform-replace.
16246
16247 * simple.el (shell-command): Set default directory for "*Shell
16248 Command Output" buffer.
16249
16250 * language/european.el (iso-latin-4): Fix typo.
16251
16252 * emacs-lisp/crm.el: New file.
16253
162542000-04-24 Dave Love <fx@gnu.org>
16255
16256 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16257 (Custom-reset-saved, Custom-reset-standard)
16258 (custom-group-value-create, custom-group-set, custom-group-save)
16259 (custom-group-reset-current, custom-group-reset-saved)
16260 (custom-group-reset-standard): Use mapc.
16261 (custom-buffer-create-internal): Disable undo when creating items.
16262 Use mapc.
16263 (custom-face): Avoid redundant lambda.
16264
162652000-04-24 Gerd Moellmann <gerd@gnu.org>
16266
16267 * startup.el (auto-save-list-file-prefix): Set default to
16268 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
16269
162702000-04-24 Sam Steingold <sds@gnu.org>
16271
16272 * time-stamp.el (time-stamp-string-preprocess): Always convert
16273 `field-result' to a string.
16274
162752000-04-24 Gerd Moellmann <gerd@gnu.org>
16276
16277 * frame.el (scrolling): New group.
16278 (automatic-hscrolling): New user-option.
16279
16280 * startup.el (command-line-x-option-alist): Add `-lsp' and
16281 `--line-spacing'.
16282
162832000-04-19 Dave Love <fx@gnu.org>
16284
16285 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
16286 (cl-mapc): Rename from mapc. Fix the funcall.
16287
162882000-04-19 Gerd Moellmann <gerd@gnu.org>
16289
16290 * simple.el (clone-indirect-buffer-other-window): New command.
16291 (clone-indirect-buffer): Add optional arg NORECROD.
16292 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
16293
16294 * help.el (resize-temp-buffer-window): Use count-screen-lines.
16295
16296 * window.el (count-screen-lines): New function.
16297 (shrink-window-if-larger-than-buffer): Use count-screen-lines
16298 instead of window-buffer-height.
16299
16300 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
16301 non-existing variable comint-input-sentinel.
16302 (inferior-lisp-args-to-list): Removed.
16303 (inferior-lisp): Use split-string instead of
16304 inferior-lisp-args-to-list.
16305
16306 * hexl.el (hexl-insert-hex-string): New command.
16307
16308 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
16309 instead of concat.
16310
163112000-04-18 Gerd Moellmann <gerd@gnu.org>
16312
16313 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
16314 at the start of an existing but empty folder.
16315
163162000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16317
16318 * ps-mule.el: Customization fix, doc fix.
16319 (ps-multibyte-buffer): Customization fix.
16320
163212000-04-17 Richard M. Stallman <rms@gnu.org>
16322
16323 * subr.el (read-passwd): Use read-char-exclusive.
16324
163252000-04-17 Gerd Moellmann <gerd@gnu.org>
16326
16327 * textmodes/texinfo.el (texinfo-insert-@email)
16328 (texinfo-insert-@emph, texinfo-insert-@quotation)
16329 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
16330 (texinfo-mode-map): Add key bindings for them.
16331
16332 * files.el (basic-save-buffer-2): Use a template with `$'
16333 instead of `#' for VMS.
16334
16335 * simple.el (clone-indirect-buffer): New function.
16336
163372000-04-16 Stephen Eglen <stephen@gnu.org>
16338
16339 * iswitchb.el (iswitchb-case): New function. If the user input
16340 contains any upper-case characters, the search is made
16341 case-sensitive.
16342
163432000-04-17 Stefan Monnier <monnier@cs.yale.edu>
16344
16345 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
16346 comment-end.
16347 (texinfo-font-lock-syntactic-keywords): New var.
16348 (texinfo-font-lock-keywords): Remove comment regexp.
16349 (texinfo-insert-block): New function.
16350 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
16351 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
16352 and font-lock-defaults. Use regexp-opt for outline-regexp.
16353 (texinfo-environments): New var.
16354 (texinfo-environment-regexp): Use regexp-opt and
16355 texinfo-environments.
16356
16357 * textmodes/ispell.el (ispell-menu-map-needed): Check that
16358 ispell-process is bound since this might be eval'd before ispell
16359 is loaded.
16360 (ispell-message): Use a tiny bit less magic and a bit more hard
16361 data to figure out what kind of sc-cite-regexp to use.
16362
16363 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
16364
16365 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
16366 (insert-cyclic-diary-entry): Unquote the lambda.
16367
16368 * gud.el (gud-jdb-build-source-files-list): Fix typo.
16369
16370 * files.el (backup-enable-predicate): Unquote the lambda.
16371
16372 * cus-edit.el (custom-face, face): Unquote the lambda.
16373
163742000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16375
16376 * ps-print.el: Check for line-beginning-position definition.
16377
16378 * ps-print.el: Fix counting lines in a region.
16379 (ps-print-version): New version number (5.1.5).
16380 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
16381 (ps-printing-region): Fun code fix.
16382
163832000-04-15 Gerd Moellmann <gerd@gnu.org>
16384
16385 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
16386 to file-directory-p.
16387
163882000-04-14 Gerd Moellmann <gerd@gnu.org>
16389
16390 * gud.el (gud-jdb-build-source-files-list): Check that directory
16391 exists before calling directory-files.
16392
163932000-04-13 Dave Love <fx@gnu.org>
16394
16395 * emacs-lisp/trace.el: Change maintainer. Use new backquote
16396 syntax.
16397
16398 * emacs-lisp/cl-specs.el: Remove when, unless.
16399
16400 * emacs-lisp/cl-extra.el: Don't quote keywords.
16401 (cl-old-mapc): New variable.
16402 (mapc): Use it.
16403 (cl-map-intervals): Use with-current-buffer. Don't check for
16404 next-property-change.
16405 (cl-map-overlays): Use with-current-buffer.
16406 (cl-expt): Remove.
16407 (copy-tree, remprop): Define unconditionally.
16408
16409 * emacs-lisp/cl-compat.el (keywordp): Remove.
16410
16411 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
16412 to use keywordp.
16413 (edebug-spec): Enable keywordp.
16414
16415 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
16416 string-lessp.
16417
16418 * cus-start.el: Use keywordp.
16419
164202000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16421
16422 * diary-lib.el (include-other-diary-files): Fix the fix of
16423 2000-02-18 by doing a save-excursion.
16424
164252000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16426
16427 * ps-print.el: Customization fix, doc fix.
16428 (ps-print-version): New version number (5.1.4).
16429 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
16430 (ps-print-preprint): Adjust code.
16431 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
16432 (ps-print-prologue-header, ps-print-control-characters)
16433 (ps-spool-config): Customization fix.
16434
164352000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
16436
16437 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
16438 converted to the new menu-item format, names silightly changed,
16439 help strings added.
16440
16441 Support for spelling without async subprocesses:
16442
16443 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
16444 (ispell-session-buffer): New variables.
16445 (ispell-start-process, ispell-process-status,
16446 ispell-accept-output, ispell-send-string): New functions, for
16447 Ispell invocation when async subprocesses aren't supported.
16448 (ispell-word, ispell-pdict-save, ispell-command-loop,
16449 ispell-process-line, ispell-buffer-local-parsing): Replace calls
16450 to process-send-string with calls to ispell-send-string, and
16451 accept-process-output with ispell-accept-output.
16452 (ispell-init-process): Call ispell-process-status instead of
16453 process-status with.
16454 (ispell-init-process): Call ispell-start-process. Call
16455 ispell-accept-output and ispell-send-string. Don't call
16456 process-kill-without-query and kill-process if they are unbound.
16457 (ispell-async-processp): New function.
16458
164592000-04-12 Dave Love <fx@gnu.org>
16460
16461 * info.el: Add debug-ignored-errors.
16462 (Info-mode-menu): Add some items.
16463 (Info-directory): Add autoload cookie.
16464
16465 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
16466 Modify `truncate-lines'. Make `describe-language-environment'
16467 always visible and add help. Modify `describe-key' help. Invoke
16468 Info-directory from `info'. New entry `emacs-manual'.
16469
164702000-04-10 Gerd Moellmann <gerd@gnu.org>
16471
b291c86c
SM
16472 * progmodes/ebrowse.el (ebrowse-tree-mode):
16473 Use propertized-buffer-identification.
a30eb617
DL
16474 (ebrowse-update-member-buffer-mode-line): Likewise.
16475 (ebrowse--mode-strings): Removed.
16476 (ebrowse--mode-line-props): Removed.
16477
16478 * files.el (auto-mode-alist): Add `EBROWSE'.
16479
16480 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
16481 space before testing for end of buffer.
16482 (ebrowse-load): Removed.
16483 (ebrowse-revert-tree-buffer-from-file): Rewritten.
16484 (ebrowse-create-tree-buffer): Rewritten.
16485 (ebrowse-tree-mode): Read tree from buffer.
16486
16487 * progmodes/ebrowse-ffh.el: Removed.
16488
164892000-04-10 Kenichi Handa <handa@etl.go.jp>
16490
16491 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
16492
164932000-04-10 Gerd Moellmann <gerd@gnu.org>
16494
16495 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
16496 at the wrong place.
16497
164982000-04-09 Dave Love <fx@gnu.org>
16499
b291c86c
SM
16500 * files.el (backup-enable-predicate):
16501 Use temporary-file-directory, small-temporary-file-directory.
16502 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
16503 (make-backup-file-name-1): New function.
16504 (make-backup-file-name): Use it.
b291c86c 16505 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
16506 (file-newest-backup): Use make-backup-file-name.
16507
165082000-04-09 Gerd Moellmann <gerd@gnu.org>
16509
16510 * progmodes/ebrowse-ffh.el: New file.
16511
86f6474c
SM
16512 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
16513 Moved to ebrowse-ffh.el.
a30eb617
DL
16514 (ebrowse-load): Add autoload.
16515
16516 * finder.el (finder-commentary): Add autoload cookie.
16517
16518 * mail/rfc2368.el: Correct author's email address.
16519
16520 * progmodes/ebrowse.el: New file.
16521
16522 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
16523 item help string.
16524 (easy-menu-do-add-item): Ditto.
16525 (easy-menu-define): Extend doc string.
16526
86f6474c 16527 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
16528 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
16529 (jit-lock-function, jit-lock-stealth-fontify): Don't use
16530 with-buffer-unmodified.
16531
165322000-04-08 Dave Love <fx@gnu.org>
16533
16534 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
16535 unless, when.
16536
165372000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
16538
16539 * viper-util.el (viper-put-on-search-overlay): New subroutine.
16540 (viper-flash-search-pattern): No operation when using Emacs
16541 doesn't support face.
16542 Use `viper-put-on-search-overlay'.
16543
165442000-04-04 Gerd Moellmann <gerd@gnu.org>
16545
16546 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
16547 like C-r.
16548
16549 * progmodes/make-mode.el: Some doc fixes.
16550 (makefile-mode-abbrev-table): New variable.
16551 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
16552 (makefile-font-lock-keywords): Fontify includes and conditionals.
16553 (toplevel): Require `dabbrev' and `add-log' when compiling.
16554
16555 * replace.el (perform-replace): Don't move forward one char
16556 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16557 to do that because it leaves point 1 position after the last
16558 replacement, after everything has been replaced.
16559
16560 * jit-lock.el (with-buffer-unmodified): New macro.
16561 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16562 modified state.
16563 (jit-lock-function-1): Extracted from jit-lock-function; not
16564 preserving buffer's modified state.
86f6474c
SM
16565 (jit-lock-function, jit-lock-stealth-fontify):
16566 Call jit-lock-function-1.
a30eb617
DL
16567
16568 * mail/rfc2368.el: Remove supernumerary copyright line.
16569
165702000-04-04 Milan Zamazal <pdm@freesoft.cz>
16571
16572 * glasses.el: Provide facilities for inserting space before left
16573 parentheses and uncapitalization of identifiers.
16574 (glasses-mode): Try to remove old overlays in all cases.
16575
165762000-04-03 Gerd Moellmann <gerd@gnu.org>
16577
16578 * progmodes/compile.el (compile-internal): Display the compilation
16579 buffer in a different frame, if it's already displayed there.
16580
16581 * mail/rfc2368.el: New file.
16582
16583 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16584 header and insert its value as mail body.
16585
16586 * subr.el (member-ignore-case): New function.
16587
16588 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16589 (dabbrev--find-expansion): Ignore buffers matching a regexp
16590 from dabbrev-ignored-regexps.
16591
16592 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16593 to extensions handled by gzip.
16594
165952000-04-03 Richard M. Stallman <rms@gnu.org>
16596
16597 * files.el (insert-directory): List the total free space
16598 along with the used space.
16599
16600 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16601 line is followed by one that matches CITATION-REGEXP, end the
16602 paragraph.
16603
166042000-04-03 Markus Rost <rost@delysid.gnu.org>
16605
16606 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16607 (rmail-make-basic-summary-line): Use that option.
16608
166092000-04-03 Kenichi Handa <handa@etl.go.jp>
16610
16611 * international/mule-cmds.el (encoded-string-description):
16612 Rewritten. Try pretty description for ISO 2022 escape sequences
16613 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16614 for hexadecimal format.
16615
166162000-04-01 Dave Love <fx@gnu.org>
16617
16618 * cpp.el: Change customization group to `c' from `C'.
16619
16620 * vcursor.el (vcursor-move): Use display-color-p.
16621
16622 * international/mule-util.el: Provide mule-utils.
16623 (string-to-sequence): Simplify and speed up.
16624
16625 * international/mule.el (make-coding-system): Purecopy doc-string.
16626
16627 * international/mule-cmds.el: Various menu changes.
16628 (describe-specified-language-support): Handle `Default'.
16629 (set-language-info): Purecopy `info'.
16630
166312000-03-31 Andrew Innes <andrewi@gnu.org>
16632
16633 * vc.el (vc-backend-diff): Return the correct status if we had to
16634 retry the rcsdiff command without the --brief option.
16635
166362000-03-31 Dave Love <fx@gnu.org>
16637
16638 * help.el (help-manyarg-func-alist): Correct several omissions.
16639
16640 * add-log.el: Don't require cl, fortran.
16641 (add-log-current-defun-function): Doc fix.
86f6474c 16642 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16643 (change-log-version-rcs): Function deleted.
86f6474c
SM
16644 (change-log-version-number-search): Doc fix.
16645 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16646 (add-change-log-entry): Just call add-log-current-defun to get
16647 defun. Simplify somewhat.
16648 (change-log-get-method-definition-1): Likewise.
16649 (add-log-current-defun): Return nil if calling
16650 add-log-current-defun-function does so. Move Fortran stuff to
16651 fortran.el. Return string without properties.
16652
16653 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16654 and :alpha: char classes.
16655
16656 * mail/supercite.el: Defvar curline when compiling.
16657 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16658 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16659 rather than a-zA-Z0-9 to allow non-ASCII characters.
16660
166612000-03-31 Gerd Moellmann <gerd@gnu.org>
16662
16663 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16664
16665 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16666 Re-enable new code.
16667
16668 * lpr.el (print-region-1): Use -d to specify printer name for
16669 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16670
166712000-03-31 Dave Love <fx@gnu.org>
16672
86f6474c
SM
16673 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16674 Look for function definition in symbol's function value slot first
a30eb617
DL
16675 instead of first consulting byte-compile-function-environment.
16676
166772000-03-31 Kenichi Handa <handa@etl.go.jp>
16678
16679 * language/european.el ("Polish"): New language environment.
16680 (setup-polish-environment): New function.
16681
166822000-03-30 Gerd Moellmann <gerd@gnu.org>
16683
16684 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16685 Disable new code.
16686
16687 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16688 trying to `load' the symbol of an autoload instead of the file
16689 recorded in the autoload. Fix error messages.
16690
166912000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16692
16693 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16694 (ps-print-version): New version number (5.1.3).
16695 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16696 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16697 (ps-generate-postscript-with-faces): Code fix.
16698 (ps-color-values): XEmacs compatibility.
16699 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16700 (ps-default-fg, ps-default-bg): Adjust customization.
16701 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16702 (ps-color-scale): Renaming old ps-color-value fun.
16703 (ps-print-headers): Replace ps-print-header group to avoid conflict
16704 with ps-print-header variable.
16705 (ps-print-miscellany): New group.
16706 (ps-format-color, ps-rgb-color): New funs.
16707 (ps-default-foreground): New var.
16708 (ps-printer-name-option): New const.
16709
167102000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16711
16712 * net/net-utils.el:
16713 (network-connection-host, network-connection-service): New variables
16714 (network-connection-mode): New mode, derived from comint-mode
16715 (network-connection-mode-setup): New function, saves host and
16716 service information in local variables.
16717
16718 * lisp/locate.el:
16719 (locate-word-at-point): Added this function
16720 (locate): Default to using locate-word-at-point as input
16721 Run dired-mode-hook
16722
167232000-03-29 Dave Love <fx@gnu.org>
16724
16725 * calendar/appt.el: Doc fixes.
16726 (appt-check): Convert min-to-app to a string before passing to
16727 appt-disp-window-function or concat.
16728 (appt-delete-window): Remove test for frame-root-window.
16729 (appt-select-lowest-window, appt-convert-time): Simplify.
16730
16731 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16732 (byte-compile-file-form-autoload):
16733 Update byte-compile-function-environment.
a30eb617
DL
16734
167352000-03-29 Andreas Schwab <schwab@suse.de>
16736
86f6474c 16737 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16738
16739 * dired.el (dired-insert-directory): If dired-free-space-program
16740 failed just delete its output.
16741
167422000-03-29 Dave Love <fx@gnu.org>
16743
16744 * international/iso-cvt.el: Move provide to end. Doc fixes.
16745 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16746 (iso-iso2sgml, iso-sgml2iso): New functions.
16747 (iso-cvt-define-menu): Fix some entries and use backquote for
16748 clarity.
16749
16750 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16751
167522000-03-28 Gerd Moellmann <gerd@gnu.org>
16753
16754 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16755 ISO-DATE. If non-nil, return date in ISO 8601 format.
16756
167572000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16758
16759 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16760 if it ever becomes used.
16761 (log-edit-mode-hook): Default to vc-log-mode-hook.
16762 (log-edit-mode): Fix the docstring.
16763
16764 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16765 the code.
16766
167672000-03-26 Dave Love <fx@gnu.org>
16768
16769 * net/browse-url.el (browse-url): Re-fix case of
16770 browse-url-browser-function being an alist.
16771 (browse-url): Add :link to defgroup.
16772
16773 * files.el: Doc fixes.
16774 (file-truename): Include `[' in wildcard characters.
16775 (automount-dir-prefix): Customize.
16776 (find-file-wildcards): Add :version.
16777 (find-file-noselect): Simplify a mapcar call.
16778
16779 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16780 compatible with inf-lisp version.
16781 (eval-defun-1): Fix custom-declare-variable case.
16782
167832000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16784
16785 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16786
167872000-03-24 Gerd Moellmann <gerd@gnu.org>
16788
16789 * Makefile (COMPILE_FIRST): New macro.
16790 (compile-files): Compile files from COMPILE_FIRST first.
16791
86f6474c 16792 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16793
16794 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16795 matching open parenthesis in column 0 to defun-prompt-regexp
16796 only if open-paren-in-column-0-is-defun-start is set.
16797
16798 * sun-curs.el: Require CL at compile-time only.
16799
16800 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16801 instead of copy-list which is a function from CL.
16802 (msb--choose-menu, msb--mode-menu-cond)
16803 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16804 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16805 (msb--aggregate-alist): Use mapcar instead of mapcan.
16806 Fix `(' in column 0 in doc string.
a30eb617
DL
16807 (msb--add-separators): Use mapcar instead of mapcan.
16808
16809 * cus-dep.el: Require CL at compile-time only.
16810
168112000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16812
16813 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16814 (byte-compile-warnings): New warning `noruntime'.
16815 (byte-compile-constants, byte-compile-variables): Fix docstring.
16816 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16817 execute `eval-whenc-compile's body.
16818 (byte-compile-unresolved-functions): Fix docstring.
16819 (byte-compile-eval): New function.
16820 (byte-compile-callargs-warn): Check if the function will be available
16821 at runtime (via property `byte-compile-noruntime').
16822 (byte-compile-print-syms): New function.
16823 (byte-compile-warn-about-unresolved-functions): Also warn about
16824 `noruntime' functions (and use `byte-compile-print-syms').
16825 (byte-compile-file): Capitalize the message.
16826
168272000-03-24 Gerd Moellmann <gerd@gnu.org>
16828
16829 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16830 (rmail-expunge): Ask for confirmation depending on the setting
16831 of rmail-confirm-expunge.
16832
168332000-03-23 Gerd Moellmann <gerd@gnu.org>
16834
16835 * Makefile (bootstrap-clean): If $(emacs) exists, build
16836 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16837 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16838
168392000-03-23 Dave Love <fx@gnu.org>
16840
16841 * net/browse-url.el: Restore previous use of
16842 browse-url-maybe-new-window.
16843
168442000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16845
16846 * ps-print.el: Skip banner page fix.
16847 (ps-print-version): New version number (5.1.2).
16848 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16849
168502000-03-23 Dave Pearson <davep@davep.org>
16851
16852 * net/quickurl.el Changed the type of parameter passed to the
16853 function defined by `quickurl-format-function'. Before only the
16854 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16855 and the function is responsible for extracting the parts it requires.
16856 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16857 (quickurl-insert): Changed the `funcall' of
16858 `quickurl-format-function' to match the above change.
16859 (quickurl-list-insert): Changed the `url' case so that it makes
16860 use of `quickurl-format-function', previous to this the format was
16861 hard wired.
16862
168632000-03-22 Gerd Moellmann <gerd@gnu.org>
16864
16865 * startup.el: Change some spellings for the X Window System.
16866
168672000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16868
86f6474c
SM
16869 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16870 Clean up the code and the regexp and make sure the cursor is
16871 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16872
168732000-03-22 Jason Rumney <jasonr@gnu.org>
16874
16875 * w32-fns.el (w32-charset-info-alist): Initialize.
16876
168772000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16878
16879 * ps-print.el: N-up last page fix.
16880 (ps-print-version): New version number (5.1.1).
16881 (ps-end-file, ps-end-job, ps-generate): Code fix.
16882
168832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16884
16885 * files.el (find-file-run-dired): Update docstring.
16886 (find-directory-functions): New hook.
16887 (find-file-noselect): Run find-directory-functions rather than
16888 calling dired directly.
16889
16890 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16891
16892 * pcvs.el: Add a minimal leading commentary.
16893 (cvs-make-cvs-buffer): Change the header part by removing the startup
16894 message and adding a `Module' entry. Also replace the FOOTER and
16895 HEADER special fileinfos with the new support in ewoc for updating
16896 its own footer and header.
16897 (cvs-update-header): Update to use the header/footer of the ewoc.
16898 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16899 (cvs-is-within-p): New function.
16900 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16901 to only examine some subset of the buffers.
16902
16903 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16904 `format' instead of our own ad-hoc functions.
16905 Remove HEADER and FOOTER cases, now handled in the EWOC.
16906 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16907
16908 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16909 output to avoid scaring the user.
16910 (cvs-parse-table): Catch message for non-up-to-date commits.
16911
16912 * pcvs-defs.el (cvs-startup-message): Remove.
16913 (cvs-global-menu): New autoloaded menu.
16914
16915 * pcvs-util.el (cvs-string-fill): Remove.
16916
16917 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16918 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16919 PP part of it and also make it work for footers and headers.
16920 (ewoc-create): Drop POS and BUFFER arguments.
16921 Use the DLL's dummy node to store the end-of-footer position.
16922 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16923 (ewoc-refresh): Remove unused `header' variable.
16924 (ewoc-(get|set)-hf): New functions.
16925
16926 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16927 log-view-*-(message|file) and use easy-mmode-define-navigation.
16928 (log-view-message-re): Match SCCS format as well.
16929 And match the revision line rather than the dashed separator line.
16930 (log-view-mode): Use the new define-derived-mode.
16931 (log-view-current-tag): Fill in with an actual implementation.
16932
16933 * cvs-status.el (cvs-status-(prev|next)): Rename from
16934 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16935 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16936 to let the output "breathe" a little more (more readable).
16937 (cvs-status-mode): Use the new define-derived-mode.
16938
16939 * smerge-mode.el (smerge-auto-leave): New function and variable.
16940 (smerge-basic-map): Rename from smerge-basic-keymap.
16941 Change the bindings for smerge-diff-*.
16942 (smerge-*-map): Use easy-mmode-defmap.
16943 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16944 (smerge-keep-*): Use smerge-auto-leave.
16945
169462000-03-21 Jason Rumney <jasonr@gnu.org>
16947
16948 * cus-edit.el (custom-button-face): Use 3D look for w32.
16949 (custom-button-pressed-face): Likewise.
16950
169512000-03-21 Gerd Moellmann <gerd@gnu.org>
16952
16953 * progmodes/etags.el (tags-case-fold-search): New user-option.
16954 (tags-loop-eval): New function. Bind case-fold-search around eval
16955 depending on the value of tags-case-fold-search.
16956 (tags-loop-continue): Use tags-loop-eval.
16957 (find-tag-in-order): Bind case-fold-search depending on the value
16958 of tags-case-fold-search.
16959
169602000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16961
86f6474c 16962 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16963 (diff-end-of-hunk): Return the end position for use in
16964 `easy-mmode-define-navigation'.
16965 (diff-recenter): Remove.
16966 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16967 of `easy-mmode-define-navigation'.
16968 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16969 previous renaming) and fix to use new names.
16970 (diff-merge-strings): Use \n as separator: simpler, faster.
16971 (diff-mode): Use `define-derived-mode'.
16972
16973 * derived.el (define-derived-mode): Don't autoload anymore.
16974 Prefer the macro-only version provided by easy-mmode.el.
16975
16976 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16977 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16978 (easy-mmode-define-navigation): New macro.
16979
16980 * subr.el (combine-run-hooks): New function.
16981
169822000-03-21 Kenichi HANDA <handa@etl.go.jp>
16983
16984 * term/x-win.el: Fontsets related initialization is simplified.
16985
16986 * international/mule-diag.el (describe-font): Don't refer to
16987 global-fontset-alist, instead call font-list.
16988 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16989 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16990
86f6474c
SM
16991 * international/fontset.el (x-charset-registries): Variable removed,
16992 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16993 (register-alternate-fontnames): Function removed.
16994 (resolved-ascii-font): Variable removed.
16995 (x-compose-font-name): Ignore the second argument REDOCE.
16996 (x-complement-fontset-spec): Complement only an ASCII font and
16997 element for those charsets than can use that ASCII font.
16998 (generate-fontset-menu): Don't refer to global-fontset-alist,
16999 instead call fontset-list.
17000 (uninstantiated-fontset-alist): Variable removed.
17001 (x-style-funcs-alist): Likewise.
17002 (fontset-default-styles): Likewise.
17003 (x-modify-font-name): Function removed.
86f6474c 17004 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17005 (create-fontset-from-ascii-font): Docsting adjusted for the above
17006 change.
17007 (instantiate-fontset, resolve-fontset-name): Functions removed.
17008 (fontset-list): Now implemented by C code.
17009
17010 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17011 (describe-face): Include `font' attribute in the description.
17012
170132000-03-21 Kenichi Handa <handa@etl.go.jp>
17014
17015 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17016
170172000-03-20 Gerd Moellmann <gerd@gnu.org>
17018
17019 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17020 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17021 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17022
17023 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17024 about behavior of set-buffer-modified-p wrt redisplay.
17025
170262000-03-19 Richard M. Stallman <rms@gnu.org>
17027
17028 * view.el (view-mode-disable): Kill local binding of view-read-only.
17029
170302000-03-18 Gerd Moellmann <gerd@gnu.org>
17031
86f6474c 17032 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17033 is a string, convert it to a syntax cell using string-to-syntax.
17034
17035 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17036 (string-to-syntax): New function.
17037
17038 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17039 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17040 try to use passive ftp mode.
17041
170422000-03-17 Gerd Moellmann <gerd@gnu.org>
17043
17044 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17045
17046 * simple.el (append-to-buffer): Update point of windows after
17047 insertion.
17048
17049 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17050 forward then moving backward. Reindent.
17051
17052 * frame.el (other-frame): Call x-focus-frame only if
17053 focus-follows-mouse is off.
17054
170552000-03-17 Dave Love <fx@gnu.org>
17056
86f6474c 17057 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17058
170592000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17060
17061 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17062 regexp for labels cannot span several lines.
17063
17064 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17065 `(setq :<key> ':<key>)' to the macro expansion.
17066
170672000-03-16 Dave Love <fx@gnu.org>
17068
17069 * progmodes/f90.el (f90): Put custom group under `languages', not
17070 `fortran'.
17071 (f90-mode-hook): Customize.
17072 (f90-mode): Set add-log-current-defun-function.
17073 (f90-current-defun): New function.
17074
170752000-03-16 Gerd Moellmann <gerd@gnu.org>
17076
17077 * cus-edit.el (custom-variable-tag-face): Handle case that
17078 default face's height is not a number.
17079 (custom-face-tag-face, custom-group-tag-face-1)
17080 (custom-group-tag-face): Ditto.
17081 (custom-group-tag-face-1): Add :group.
17082
17083 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17084
170852000-03-15 Gerd Moellmann <gerd@gnu.org>
17086
17087 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17088 requiring easymenu.
17089
170902000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17091
17092 * ps-print.el: PostScript user-defined prologue, PostScript error
17093 handler, doc fix.
17094 (ps-print-version): New version number (5.1).
17095 (ps-user-defined-prologue, ps-error-handler-message)
17096 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17097 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17098 (ps-insert-string): New function.
17099
171002000-03-15 Kenichi Handa <handa@etl.go.jp>
17101
17102 * international/ccl.el (ccl-compile-expression): Don't generate
17103 invalid self-assignment code.
17104
171052000-03-14 Dave Love <fx@gnu.org>
17106
17107 * subr.el (replace-regexp-in-string): Renamed from
17108 replace-regexps-in-string. Doc fix.
17109
171102000-03-12 Dave Love <fx@gnu.org>
17111
17112 * cus-edit.el: Doc fixes.
86f6474c 17113 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17114 (custom-variable-tag-face, custom-face-tag-face)
17115 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17116 style which user identify as hyperlink.
17117 (hook): Don't add undefined functions to the hook.
17118 (debug-ignored-errors): Transfer message from bindings.el.
17119
171202000-03-12 Gerd Moellmann <gerd@gnu.org>
17121
86f6474c
SM
17122 * recentf.el (recentf-keep-non-readable-files-p):
17123 Remove double/nested definition.
a30eb617
DL
17124
171252000-03-12 Dave Love <fx@gnu.org>
17126
17127 * facemenu.el (facemenu-get-face): Use display-color-p.
17128 * enriched.el (enriched-decode-foreground): Likewise.
17129 (enriched-decode-background): Likewise.
17130 * isearch.el (isearch-highlight): Likewise.
17131 * info-look.el (info-lookup): Likewise.
17132 * simple.el (completion-setup-function): Likewise.
17133
17134 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17135 :options.
17136
17137 * bindings.el (mode-line-format): Fix line-number and
17138 column-number items. Add help-echo for the background.
17139 (mode-line-mule-info): Modify help-echo.
17140
17141 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17142
17143 * files.el (load-file): Allow completion to .elc.
17144
17145 * man.el: Doc fixes.
17146 (Man-init-defvars): Use display-color-p to set fontification.
17147
17148 * play/hanoi.el (hanoi-internal): Don't use oddp.
17149
171502000-03-12 Gerd Moellmann <gerd@gnu.org>
17151
17152 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17153
17154 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17155
171562000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17157
17158 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17159 Fix comment.
17160
171612000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17162
17163 * font-lock.el (font-lock-keywords): Fix the doc now that
17164 regexp-opt-depth is unnecessary.
17165 (save-buffer-state): Set an edebug spec.
17166 (font-lock-fontify-anchored-keywords): Properly handle the case when
17167 the matcher goes past the limit.
17168
17169 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17170 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17171
17172 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17173 dll.el and cookie.el (from Elib) with heavy renaming and other
17174 massaging.
17175
17176 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17177 Autoload the functions used.
17178 (easy-mmode-define-syntax): Fix CL typo.
17179 (easy-mmode-define-derived-mode): Improve the docstring generation.
17180
171812000-03-10 Gerd Moellmann <gerd@gnu.org>
17182
17183 * textmodes/texinfo.el (texinfo-version): Variable and function
17184 removed.
17185
171862000-03-09 Stefan Monnier <monnier@cs.yale.edu>
17187
17188 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
17189 allow more flexibility.
ff39b9a1 17190 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
17191 (easy-mmode-defmap, easy-mmode-defsyntax)
17192 (easy-mmode-define-derived-mode): New macros.
17193
171942000-03-09 Didier Verna <didier@xemacs.org>
17195
17196 * rect.el (replace-rectangle): New function.
17197
171982000-03-09 Dave Love <fx@gnu.org>
17199
ff39b9a1 17200 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
17201 (fortran-comment-line-start-skip): Don't match cpp stuff.
17202 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
17203 (fortran-mode-map): Remove over-eager custom-menu-create for now.
17204 (fortran-mode): Don't set fortran-comment-line-start-skip,
17205 fortran-comment-line-start here. Set comment-start,
17206 add-log-current-defun.
17207 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
17208 (fortran-current-defun): New function.
17209
172102000-03-09 Gerd Moellmann <gerd@gnu.org>
17211
17212 * emacs-lisp/re-builder.el: New file.
17213
17214 * mouse.el (mouse-drag-region): Don't run up-event handler
17215 if hscroll has changed.
17216
17217 * octave-mod.el (octave-font-lock-keywords): To font-lock the
17218 builtin operators, use `font-lock-builtin-face' for Emacs and
17219 `font-lock-preprocessor-face' otherwise.
17220
17221 * font-lock.el (lisp-font-lock-keywords-1): Highlight
17222 `(defun (setf foo)' differently.
17223
172242000-03-08 Stefan Monnier <monnier@cs.yale.edu>
17225
17226 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
17227 (regexp-opt): Update comment and adapt the code the new meaning of
17228 the `paren' argument of regex-opt-group for shy-groups.
17229 (regexp-opt-depth): Handle shy groups as well as backslashed
17230 backslashes.
17231 (regexp-opt-group): Turn the leading comment into a docstring.
17232 Allow `paren' to be a string (the string to use to open a group).
17233 Remove open-presuf and close-presuf. Instead of checking for `all
17234 one-char' and then later on check for `several one-char', handle
17235 both cases close together. Also apply a more generic algorithm
17236 for suffixes (the mirror image of the algorithm used for
17237 prefixes). Use shy-groups. Use nreverse rather than reverse.
17238 (regexp-opt-try-suffix): Removed.
17239
17240 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
17241 from comint-mode-map, so we can just inherit from it. Also, move
17242 the initialization into the `defvar' since there's no docstring
17243 anyway and it's fairly short.
17244 (inferior-scheme-mode): Define it as derived-mode: the code is
17245 shorter and this way we inherit from comint-mode-map rather than
17246 copying it.
17247
17248 * subr.el (replace-regexps-in-string): Properly handle the case
17249 where we match an empty string.
17250
17251 * comint.el (comint-exec-1): Add the current-dir to the exec-path
17252 when the command has a directory component (such as "./testml").
17253 Also fix a typo in the comment.
17254
172552000-03-08 Gerd Moellmann <gerd@gnu.org>
17256
17257 * Makefile (compile-files): Compile files one by one because
17258 that's the only way to ensure a clean compilation environment for
17259 each individual file.
17260
17261 * frame.el (other-frame): Call x-focus-frame.
17262
172632000-03-07 Dave Love <fx@gnu.org>
17264
17265 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
17266 :require to defcustom.
17267
ff39b9a1 17268 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
17269
17270 * files.el (auto-mode-alist): Add configure.in.
17271
17272 * progmodes/autoconf.el: New file.
17273
172742000-03-07 Gerd Moellmann <gerd@gnu.org>
17275
17276 * mail/mh-e.el: Change maintainer to `none'.
17277
17278 * recentf.el (recentf-keep-non-readable-files-p): Quote args
17279 to remove-hook and add-hook.
17280
172812000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17282
17283 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
17284 it as the default.
17285 (mail-send): Test mail-send-nonascii also for the new `mime' value.
17286 (sendmail-send-it): Conditionally add MIME headers specifying the
17287 used character set.
17288
172892000-03-07 Dave Love <fx@gnu.org>
17290
ff39b9a1
SM
17291 * winner.el: Fix keywords, autoload cookies.
17292 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
17293
172942000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
17295
17296 * international/mule.el: Modify comment about coding system
17297 property `coding-category'.
17298 (make-coding-system): New argument EOL-TYPE. Pay attention to
17299 coding-category property of PROPERTIES.
17300
ff39b9a1
SM
17301 * international/mule-conf.el (coding-category-utf-8)
17302 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
17303 categories. Include them in the argument for set-coding-priority.
17304
ff39b9a1
SM
17305 * international/mule-cmds.el (reset-language-environment):
17306 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
17307 coding-category-utf-16-le in the argument for set-coding-priority.
17308 (reset-language-environment): Initialize coding-category-utf-8,
17309 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17310
173112000-03-06 Karl Fogel <kfogel@red-bean.com>
17312
17313 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
17314 code abstracted out of `bookmark-jump-noselect'. Now tries info
17315 extensions as well as compression extensions.
17316 (bookmark-jump-noselect): Use above new func.
17317
173182000-03-03 Gerd Moellmann <gerd@gnu.org>
17319
17320 * strokes.el: Change maintainer's mail address.
17321
173222000-03-03 Kenichi Handa <handa@etl.go.jp>
17323
17324 * international/mule-diag.el (list-character-sets): Make help-echo
17325 string by substitute-command-keys.
17326 (list-character-sets): Likewise.
17327 (sort-listed-character-sets): Call help-setup-xref.
17328
173292000-03-02 Gerd Moellmann <gerd@gnu.org>
17330
ff39b9a1 17331 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
17332
173332000-03-01 Dave Love <fx@gnu.org>
17334
17335 * help.el (help-xref-go-back): Don't try to set position.
17336
ff39b9a1
SM
17337 * international/mule-diag.el (list-character-sets):
17338 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
17339 (list-character-sets-1): Add help-echo to xrefs.
17340
173412000-03-02 Gerd Moellmann <gerd@gnu.org>
17342
17343 * frame.el (blink-cursor-mode): Switch cursor on when turning
17344 the mode off.
17345
17346 * add-log.el (add-log-current-defun): Add support for
17347 Autoconf mode.
17348
17349 * mail/rmail.el (rmail-quit-hook): New variable.
17350
173512000-03-01 Dave Love <fx@gnu.org>
17352
17353 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
17354
17355 * help.el (help-xref-button): Add help-echo arg.
17356 (describe-function-1, describe-variable, help-make-xrefs): Use it.
17357
ff39b9a1 17358 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 17359
ff39b9a1 17360 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
17361
173622000-03-01 Gerd Moellmann <gerd@gnu.org>
17363
17364 * image.el (defimage): Look for image files in load-path.
17365
ff39b9a1 17366 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
17367
173682000-03-01 David Ponce <david.ponce@wanadoo.fr>
17369
ff39b9a1 17370 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
17371
173722000-03-01 David Ponce <david.ponce@wanadoo.fr>
17373
ff39b9a1 17374 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
17375 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
17376 action to select/unselect a file.
17377 (recentf-edit-list): Code cleanup and improvement.
17378 (recentf-open-more-files-action): `recentf-open-more-files' button
17379 widget action to open a file.
ff39b9a1 17380 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
17381 (recentf-more-collection): Deleted.
17382 (recentf-more-history): Deleted.
17383 (recentf-setup-more-completion): Deleted.
17384
173852000-03-01 David Ponce <david.ponce@wanadoo.fr>
17386
17387 * recentf.el (recentf-mode): No more needs that Emacs is running
17388 under a window-system.
17389
ff39b9a1 173902000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17391
17392 * recentf.el (recentf-edit-list): New command to edit the recent
17393 list which allow the user to remove files.
17394 (recentf-edit-selected-items): New global variable, used by
17395 `recentf-edit-list' to hold the list of files to be removed from
17396 the recent list.
17397 (recentf-make-menu-items): Updated to display a "Edit list..."
17398 menu item. Minor code cleanup.
17399
ff39b9a1 174002000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17401
17402 * recentf.el (recentf-open-more-files): New command to open files
17403 that are not displayed in the menu.
17404 (recentf-more-collection): New global variable holding the set of
17405 permissible completions used by `recentf-open-more-files'.
17406 (recentf-more-history): New global variable holding the history list
17407 used by `recentf-open-more-files' completion.
17408 (recentf-setup-more-completion): New function to setup completion for
17409 `recentf-open-more-files'.
17410 (recentf-make-menu-items): Updated to display a "More..." menu item.
17411
ff39b9a1 174122000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17413
17414 * recentf.el (recentf-menu-action): Doc fixed.
17415
ff39b9a1 174162000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
17417
17418 * recentf.el (recentf-menu-filter): Doc updated.
17419 (recentf-update-menu-hook): Allow menu filters to force menu update.
17420 (recentf-make-menu-items): New menu filter handling.
17421 (recentf-make-menu-item): New helper function.
17422 (recentf-menu-elements): New menu handling function.
17423 (recentf-sort-ascending): Updated to new menu filter handling.
17424 (recentf-sort-descending): Updated to new menu filter handling.
17425 (recentf-sort-basenames-ascending): New menu filter function.
17426 (recentf-sort-basenames-descending): New menu filter function.
17427 (recentf-show-basenames): New menu filter function.
17428 (recentf-show-basenames-ascending): New menu filter function.
17429 (recentf-show-basenames-descending): New menu filter function.
17430
174312000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17432
17433 * diary-lib.el (list-diary-entries): Don't try to go forward at
17434 the end of the buffer.
17435
174362000-02-29 Kenichi Handa <handa@etl.go.jp>
17437
ff39b9a1
SM
17438 * international/mule-diag.el (list-character-sets):
17439 Completely rewritten.
a30eb617
DL
17440 (sort-listed-character-sets): New function.
17441 (list-character-sets-1): Completely rewritten.
17442 (list-character-sets-2): New function.
17443 (non-iso-charset-alist): New variable.
17444 (decode-codepage-char): New function.
17445 (charset-history): New variable.
17446 (read-charset) (list-block-of-chars)
17447 (list-iso-charset-chars)
17448 (list-non-iso-charset-chars)
17449 (list-charset-chars): New functions.
86f6474c 17450 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
17451 (dump-charsets): Likewise.
17452
174532000-02-29 Gerd Moellmann <gerd@gnu.org>
17454
17455 * dired-x.el (dired-filename-at-point): Add `@' to valid
17456 file name characters.
17457 (dired-filename-at-point): Handle ange-ftp file names.
17458
17459 * frame.el (frame-notice-user-settings): Use assq-delete-all
17460 instead of assoc-delete-all.
17461 (frame-notice-user-settings): Ditto.
17462
17463 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
17464 Don't copy alist.
17465
174662000-02-28 Eli Barzilay <eli@cs.cornell.edu>
17467
17468 * calculator.el (calculator-use-menu): New option.
86f6474c 17469 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
17470 (calculator-forced-input): Removed.
17471 (calculator-restart-other-mode): New variable.
17472 (calculator-mode-map): Set up menu.
17473
174742000-02-28 Jari Aalto <jari.aalto@poboxes.com>
17475
86f6474c 17476 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
17477
174782000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
17479
86f6474c 17480 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 17481 translate all ESC key sequences.
86f6474c 17482 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 17483 they were saved.
86f6474c
SM
17484 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
17485 * viper-util.el (viper-set-replace-overlay-glyphs)
17486 (viper-set-replace-overlay): Always check if the replacement
a30eb617 17487 overlay is live.
86f6474c
SM
17488 * viper.el (viper-vi-state-mode-list): Add major modes.
17489 * ediff-wind.el: Minor comment changes.
17490 * ediff.el: Copyright notice date fix.
a30eb617
DL
17491
174922000-02-27 Jason Rumney <jasonr@gnu.org>
17493
17494 * faces.el (face-font-family-alternatives): Add arial to helv.
17495 (mode-line, header-line, tool-bar): Same default as x for w32.
17496 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
17497 face-font-family-alternatives from working.
17498 * term/w32-win.el (mouse-set-font): Do not build fontset from
17499 chosen font.
17500
175012000-02-25 Sam Steingold <sds@goems.com>
17502
17503 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
17504 properly.
17505
175062000-02-25 Richard M. Stallman <rms@gnu.org>
17507
17508 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
17509
175102000-02-25 Gerd Moellmann <gerd@gnu.org>
17511
86f6474c 17512 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
17513
17514 * frame.el (busy-cursor-delay-seconds): New option.
17515
175162000-02-24 Gerd Moellmann <gerd@gnu.org>
17517
17518 * frame.el (show-cursor-in-non-selected-windows): New option.
17519
175202000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17521
17522 * diary-lib.el (include-other-diary-files): Undo the selective
17523 display in any included file and don't kill it.
17524
175252000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
17526
86f6474c
SM
17527 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
17528 Menu items converted to (menu-item format, help strings added.
a30eb617 17529 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 17530 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
17531 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
17532
175332000-02-23 Dave Love <fx@gnu.org>
17534
17535 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
17536 (backward-kill-word): Revert addition of * to interactive spec --
17537 it's a feature.
17538
17539 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
17540 (backward-kill-sentence, kill-sentence): Likewise.
17541
17542 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
17543 scratch buffer name.
86f6474c 17544 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
17545
17546 * term/w32-win.el (internal-face-interactive): Update prompt for
17547 new read-face-name.
17548
17549 * mail/footnote.el (footnote): Add :version to defgroup.
17550 (footnote-section-tag-regexp): Customize.
17551 (footnote-start-tag, footnote-end-tag): New option.
17552 (footnote-latin-regexp): New variable.
17553 (Footnote-latin): New function.
17554 (footnote-style-alist): Add element for latin style.
17555 (footnote-style): Moved.
17556 (Footnote-goto-footnote): Use eq to test arg.
17557
17558 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17559
17560 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17561 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17562 (byte-optimize-quote, byte-optimize-lapcode):
17563 Use byte-compile-const-symbol-p.
a30eb617
DL
17564 (byte-optimize-char-before): New optimization.
17565
17566 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17567 (byte-compile-const-symbol-p): New function.
17568 (byte-compile-constp, byte-compile-out-toplevel)
17569 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17570 Use it.
17571
17572 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17573
175742000-02-23 Kenichi Handa <handa@etl.go.jp>
17575
17576 * international/encoded-kb.el: Be sure to update minor-mode-alist
17577 and minor-mode-map-alist.
17578 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17579 codes SS2 and SS3 correctly.
17580 (encoded-kbd-self-insert-ccl): New function.
17581 (encoded-kbd-setup-keymap): New function.
17582 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17583 by calling encoded-kbd-setup-keymap.
17584
86f6474c
SM
17585 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17586 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17587
175882000-02-22 Dave Love <fx@gnu.org>
17589
17590 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17591 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17592 (lisp-mode-syntax-table): Set up for #|...|# comments.
17593 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17594 classes. Match `defface'.
17595 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17596 (eval-defun-1): Fix for defcustom.
17597 (lisp-indent-region): Doc fix.
17598
17599 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17600 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17601 (replace-regexps-in-string): New function.
17602
176032000-02-22 Gerd Moellmann <gerd@gnu.org>
17604
17605 * help.el (describe-variable): Set syntax table to
17606 emacs-lisp-mode-syntax-table when moving forward over the
17607 symbol's name.
17608
176092000-02-22 Dave Love <fx@gnu.org>
17610
17611 * xt-mouse.el: Doc fixes.
17612 (xterm-mouse-position-function): New function, replacing advice of
17613 mouse-position.
17614 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17615
17616 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17617
176182000-02-21 Gerd Moellmann <gerd@gnu.org>
17619
86f6474c
SM
17620 * format.el (format-annotate-single-property-change):
17621 Handle properties.with dotted-list values.
a30eb617
DL
17622 (format-proper-list-p): New function.
17623
17624 * enriched.el (enriched-face-ans): Handle '(foreground-color
17625 . COLOR) and (background-color . COLOR).
17626
176272000-02-20 Dave Love <fx@gnu.org>
17628
17629 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17630 and assignments to it.
17631 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17632 current local map.
17633 (make-flyspell-overlay): Use it.
17634 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17635
17636 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17637 (lm-get-header-re): Defun, not defsubst.
17638 (lm-get-package-name): Defun, not defsubst. Simplify.
17639 (lm-version): Doc fix. Simplify.
17640 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17641 (lm-crack-address, lm-last-modified-date, lm-commentary)
17642 (lm-verify, lm-synopsis): Simplify.
17643 (lm-report-bug): Require emacsbug. Use compose-mail.
17644
176452000-02-20 Gerd Moellmann <gerd@gnu.org>
17646
17647 * dired.el (dired-mode): Call propertized-buffer-identification
17648 to set mode-line-buffer-identification to something having
17649 the right text properties.
17650
17651 * bindings.el (propertized-buffer-identification): New function.
17652
176532000-02-20 Dave Love <fx@gnu.org>
17654
17655 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17656 check for t-mouse too.
17657
17658 * cus-start.el: Make echo-keystrokes `number'.
17659
176602000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17661
17662 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17663 Don't call ring-empty-p unless tags-location-ring is bound.
17664 From Noah Friedman <friedman@splode.com>.
17665
176662000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17667
17668 * progmodes/hideshow.el (hs-flag-region): No longer use
17669 `intangible' overlay property.
17670
17671 (hs-toggle-hiding): New command.
17672 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17673
17674 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17675 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17676 and deactivation.
17677
176782000-02-18 Gerd Moellmann <gerd@gnu.org>
17679
17680 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17681
176822000-02-17 Gerd Moellmann <gerd@gnu.org>
17683
17684 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17685
17686 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17687 of `*' to handle `(* ... *)' comments.
17688
176892000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17690
17691 * faces.el (list-faces-display): Use display-mouse-p instead of
17692 window-system.
17693
17694 * menu-bar.el (global-map): Menu-bar items converted to the new
17695 format (menu-item..., rearranged for better CUA compliance, and
17696 their names changed for better clarity. Help strings added.
17697
17698 * international/mule-cmds.el (mule-menu-keymap)
17699 (describe-language-environment-map, set-coding-system-map)
17700 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17701 form, add help strings. Change names of menu items for better clarity.
17702 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17703
177042000-02-17 Gerd Moellmann <gerd@gnu.org>
17705
17706 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17707 within the code.
17708
177092000-02-16 Dave Love <fx@gnu.org>
17710
17711 * faces.el: Don't require custom. Add more specific :groups to
17712 various deffaces.
17713 (set-face-attribute): Purecopy args.
17714 (read-face-name): Default to name at point and use it in prompt.
17715 Remove colon from arg in all callers.
17716 (list-faces-display): Hyperlink to face descriptions and customize
17717 buffers.
17718
177192000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17720
86f6474c 17721 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17722
177232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17724
17725 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17726 at ':' characters by call to split-string.
17727
177282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17729
17730 * textmodes/bibtex.el: Added RCS version identification.
17731
177322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17733
17734 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17735 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17736 (bibtex-field-const): Allow capital letters.
17737 (bibtex-start-of-string): Deleted because unused.
17738
17739 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17740 use the term 'reference' to describe a bibtex entry as a whole.
17741 Further, reference keys are no longer called 'labels'.
17742 (bibtex-keys): Renamed to bibtex-reference-keys.
17743 (bibtex-reformat-previous-labels): Renamed to
17744 bibtex-reformat-previous-reference-keys.
17745 (bibtex-reference-type): Renamed to bibtex-entry-type.
17746 (bibtex-reference-head): Renamed to bibtex-entry-head.
17747 (bibtex-reference-maybe-empty-head): Renamed to
17748 bibtex-entry-maybe-empty-head.
17749 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17750 (bibtex-search-reference): Renamed to bibtex-search-entry.
17751 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17752 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17753 (bibtex-entry-field-alist, bibtex-entry-head)
17754 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17755 (bibtex-map-entries, bibtex-search-entry)
17756 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17757 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17758 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17759 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17760 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17761 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17762 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17763
177642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17765
17766 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17767 comment.
17768 (bibtex-format-field-delimiters): New function, functionality
17769 extracted from bibtex-format-entry.
17770 (bibtex-autokey-get-yearfield-digits): New function, functionality
17771 extracted from bibtex-autokey-get-yearfield.
17772
17773 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17774 entries in order to avoid stack overflow in the regexp matcher if
17775 field contents become large.
86f6474c
SM
17776 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17777 (bibtex-field-string-part-not-braced)
17778 (bibtex-field-string-part-no-inner-braces)
17779 (bibtex-field-string-part-1-inner-brace)
17780 (bibtex-field-string-part-2-inner-braces)
17781 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17782 (bibtex-field-string-quoted, bibtex-field-string)
17783 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17784 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17785 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17786 Deleted as parsing is now performed by the following functions.
17787 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17788 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17789 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17790 (bibtex-parse-association, bibtex-field-name-for-parsing)
17791 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17792 (bibtex-search-forward-field, bibtex-search-backward-field)
17793 (bibtex-start-of-field, bibtex-end-of-field)
17794 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17795 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17796 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17797 (bibtex-parse-string, bibtex-search-forward-string)
17798 (bibtex-search-backward-string, bibtex-start-of-string)
17799 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17800 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17801 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17802 entries. Instead of reporting the results of the parsing by
17803 match-beginning or match-end, these functions return data structures
17804 that hold the corresponding positions.
17805 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17806 return values rather than by match-beginning or match-end.
17807 The following functions have been adapted to use the new
17808 parsing functions.
17809 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17810 (bibtex-enclosing-field, bibtex-format-entry)
17811 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17812 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17813 (bibtex-print-help-message, bibtex-end-of-entry)
17814 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17815 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17816 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17817 Use the new method for parsing.
17818 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17819 (bibtex-map-entries, bibtex-flash-head)
17820 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17821 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17822 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17823 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17824 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17825 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17826 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17827 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17828
178292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17830
17831 * textmodes/bibtex.el: Copyright notice is up to date.
17832 Added constant 'bibtex-maintainer-salutation.
17833
86f6474c 17834 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17835 than make-temp-name, use match-string-no-properties and eliminate
17836 a quadratic behavior when building bibtex-strings.
17837
17838 * bibtex.el (bibtex-reference-key): Accept string entries whose
17839 reference key contains upper case letters.
17840
178412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17842
17843 * bibtex.el (bibtex-reference-head): Allow entries to start with
17844 a new line.
17845
178462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17847
17848 * bibtex.el: Hiding of entry bodies is not longer provided by
17849 bibtex.el directly. Instead the hideshow package can be used.
17850 Added a special bibtex entry to hs-special-modes-alist.
17851 (bibtex-hs-forward-sexp): Added for hideshow.el.
17852
178532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17854
17855 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17856 proceedings entry type (for cross referencing). Thanks to Wagner
17857 Toledo Correa for the suggestion.
17858
17859 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17860
178612000-02-14 Kenichi Handa <handa@etl.go.jp>
17862
17863 * international/characters.el: Setup case table for Vietnamese.
17864
178652000-02-12 Gerd Moellmann <gerd@gnu.org>
17866
17867 * uniquify.el (toplevel): Require CL at compile time.
17868 (uniquify-push): Removed.
17869
17870 * shadowfile.el (shadow-when): Removed.
17871
17872 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17873 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17874
17875 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17876 regexp for paragraph-start.
17877
17878 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17879 commas as well.
17880
178812000-02-10 Dave Love <fx@gnu.org>
17882
17883 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17884 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17885 Deleted.
17886 (widget-specify-field, widget-specify-button): Don't use
17887 widget-mouse-help as help-echo property.
17888 (default): Use #'ignore for :validate and :mouse-down-action.
17889 (checkbox): Add help-echo.
17890 (widget-sexp-validate): Rewritten to clarify error messages.
17891 (character): Use char-valid-p in :match function.
17892 (widget-color-complete): Use facemenu-color-alist.
17893 (widget-color-action): Use facemenu-read-color.
17894
17895 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17896 set up `caar' &c that we now have.
17897
178982000-02-09 Ray Blaak <blaak@gnu.org>
17899
17900 * delphi.el: Make resourcestring a declaration region, like const
17901 and var.
17902
179032000-02-09 Dave Love <fx@gnu.org>
17904
17905 * bindings.el (mode-line-input-method-map): New variable.
17906 (mode-line-mule-info): Use it; fix last change.
17907 (mode-line-mode-menu): Move definition.
17908 (mode-line-mouse-sensitive-p): Deleted.
17909 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17910 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17911
17912 * startup.el (command-line-1): Don't call
17913 make-mode-line-mouse-sensitive.
17914
179152000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17916
86f6474c
SM
17917 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17918 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17919
179202000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17921
17922 * diff-mode.el (diff-kill-junk): New interactive function.
17923 (diff-reverse-direction): Use delete-and-extract-region.
17924 (diff-post-command-hook): Restrict the area so that the hook also works
17925 outside of any diff hunk. This is necessary for the minor-mode.
17926 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17927 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17928
17929 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17930 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17931 so that it can be used more easily in <foo>-mode-hook. Also make sure
17932 to avoid duplicate entries.
17933 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17934 (font-lock-remove-keywords): Just as was done for `add', allow it to
17935 work even if font-lock-mode is nil. Also make sure we don't modify
17936 any pre-existing list by forcing a copy-sequence. Finally rename
17937 `major-mode' to `mode'.
17938 (font-lock-fontify-syntactic-anchored-keywords)
17939 (font-lock-fontify-anchored-keywords)
17940 (font-lock-fontify-keywords-region): Use line-end-position.
17941 Don't make `font-lock-multiline' local (it's now done in
17942 font-lock-set-defaults).
86f6474c
SM
17943 (font-lock-set-defaults): Make `font-lock-multiline' local.
17944 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17945
179462000-02-06 Andrew Innes <andrewi@gnu.org>
17947
17948 * term/w32-win.el (x-handle-args): Comment out call to message,
17949 which occurs before window system is initialized.
17950
17951 * makefile.nt: Add support for recompiling lisp code.
17952
179532000-02-04 Dave Love <fx@gnu.org>
17954
17955 * bindings.el (mode-line-mule-info): Fix/extend last change.
17956
17957 * completion.el: Replace completion-dolist with dolist.
17958
86f6474c 17959 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17960
179612000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17962
86f6474c 17963 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17964 environment names before they go into the section regexp.
17965
86f6474c 17966 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17967 char class in regexp.
17968
86f6474c
SM
17969 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17970 Bind `case-fold-search' to nil.
a30eb617 17971
86f6474c
SM
17972 * progmodes/idlwave.el (idlwave-template):
17973 Respect `idlwave-abbrev-change-case'.
17974 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17975 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17976 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17977 (idlwave-rw-case): New function.
17978 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17979 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17980 (idlwave-surround): New argument LENGTH to support padding of
17981 operators longer than 1 char.
17982
17983 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17984 idlwave-shell-expression-overlay. Implemented printing of
17985 expressions on higher levels of the calling stack.
86f6474c 17986 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17987 (idlwave-retrieve-expression-from-level): New function.
17988 (idlwave-shell-last-calling-stack): Variable removed.
17989 (idlwave-shell-reset): Argument action reversed (`visible' to
17990 `hidden'). Also remove stop-line overlay.
17991 (idlwave-shell-calling-stack-routine): New variable.
17992 (idlwave-shell-parse-stack-and-display): Messages now display
17993 negative level numbers.
17994 (idlwave-shell-mode): Set `modeline-format'.
17995 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17996 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17997 (idlwave-shell-print-expression-function): New option.
17998
86f6474c
SM
17999 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18000 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18001 `tool-bar' instead of `toolbar'.
18002
180032000-02-02 Dave Love <fx@gnu.org>
18004
18005 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18006 emacs-lisp-mode-hook. Don't check for defalias being defined.
18007
18008 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18009 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18010 Use the new builtins directly.
a30eb617
DL
18011
18012 * whitespace.el (whitespace): Add :version to defgroup.
18013
18014 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18015 Doc fix.
18016
18017 * thingatpt.el (sexp-at-point, symbol-at-point)
18018 (number-at-point, list-at-point): Add autoload cookie.
18019
18020 * recentf.el (recentf): Add :version to defgroup.
18021
18022 * quickurl.el (quickurl): Add :version to defgroup.
18023
18024 * elide-head.el (elide-head): Use point-marker more.
18025
18026 * bs.el (bs): Add :version to defgroup.
18027
18028 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18029
18030 * progmodes/delphi.el (delphi): Add :version to defgroup.
18031
180322000-02-02 Gerd Moellmann <gerd@gnu.org>
18033
18034 * ange-ftp.el (ange-ftp-write-region): Handle case that
18035 succeeding process operation sets a different coding system.
18036
18037 * calculator.el: New file.
18038
180392000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18040
86f6474c 18041 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18042 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18043 (display-selections-p, display-screens, display-pixel-width)
18044 (display-pixel-height, display-mm-width, display-mm-height)
18045 (display-backing-store, display-save-under, display-planes)
18046 (display-color-cells, display-visual-class): New functions.
18047
18048 * term/tty-colors.el (tty-color-gray-shades): New function.
18049
18050 * faces.el (display-color-p): Use framep-on-display.
18051 (display-grayscale-p): New function.
18052
180532000-01-31 Dave Love <fx@gnu.org>
18054
18055 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18056 (create-fontset-from-x-resource): Don't concat integers.
18057
180582000-01-31 Inge Frick <inge@nada.kth.se>
18059
18060 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18061 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18062 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18063 window is not deleted. Modifies change 1998-04-26.
18064
180652000-01-31 Gerd Moellmann <gerd@gnu.org>
18066
18067 * windmove.el: New file.
18068
18069 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18070 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18071 progmodes/ebnf-yac.el: Update copyright and license info.
18072
86f6474c
SM
18073 * jit-lock.el (jit-lock-function): Widen before calculating
18074 end position.
a30eb617
DL
18075 (jit-lock-stealth-chunk-start): Rewritten.
18076
18077 * info.el (Info-title-face-alist): Removed.
86f6474c 18078 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18079 (Info-fontify-node): Use these faces.
18080
180812000-01-30 Gerd Moellmann <gerd@gnu.org>
18082
18083 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18084 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18085 `&allow-other-keywords'.
18086
18087 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18088 the list of directories scanned heuristically.
18089
86f6474c 18090 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18091
180922000-01-30 Jason Rumney <jasonr@gnu.org>
18093
18094 * w32-fns.el: Define w32-tty-standard-colors.
18095
18096 * startup.el (command-line): Use w32-tty-standard-colors when in
18097 w32 console mode.
18098
180992000-01-30 Dave Love <fx@gnu.org>
18100
18101 * jka-compr.el (jka-compr-load): Fix up load-history.
18102
18103 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18104
18105 * emacs-lisp/cl-macs.el: Revert previous change.
18106
181072000-01-29 Dave Love <fx@gnu.org>
18108
18109 * facemenu.el: Purecopy various strings.
18110
18111 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18112 years. Deal with three-digit years.
18113
86f6474c
SM
18114 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18115 Use defconst, purecopy.
a30eb617
DL
18116 (help-back-label): Purecopy it.
18117
181182000-01-18 Gerd Moellmann <gerd@gnu.org>
18119
18120 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18121 variable. If non-nil, order the buffer list according to the
18122 currently selected frame.
18123 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18124 non-nil, pass the selected frame to function buffer-list.
18125
181262000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18127
18128 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18129
181302000-01-28 Dave Love <fx@gnu.org>
18131
18132 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18133
18134 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18135 Don't use lisp-indent-hook property.
18136 (cl-abs): Remove.
18137
18138 * subr.el: Move out indent and edebug specs for when and unless.
18139
18140 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18141 when, unless.
18142
18143 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18144 unless, when.
18145
181462000-01-28 Gerd Moellmann <gerd@gnu.org>
18147
18148 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18149 `collecting' as synonym for `collect'.
18150
18151 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18152 for the case it contains spaces.
18153
86f6474c 18154 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18155
18156 * frame.el (delete-other-frames): New function.
18157 (toplevel): Bind it to C-x 5 1.
18158
18159 * sort.el (sort-numeric-base): New option.
18160 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18161 interpret it as octal or hexadecimal. Use sort-numeric-base
18162 as default base.
18163
18164 * progmodes/glasses.el: New file.
18165
181662000-01-27 Gerd Moellmann <gerd@gnu.org>
18167
18168 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18169 userids differently.
18170
18171 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18172 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18173 progmodes/ebnf-yac.el: New files.
18174
181752000-01-26 Dave Love <fx@gnu.org>
18176
18177 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18178 on a function with an empty body. [From Eric Ludlam.]
18179
181802000-01-25 Andre Spiegel <spiegel@gnu.org>
18181
18182 * vc.el (vc-version-diff): Make sure file name is expanded.
18183
181842000-01-25 Gerd Moellmann <gerd@gnu.org>
18185
18186 * scroll-bar.el (scroll-bar-timer): Variable removed.
18187 (scroll-bar-toolkit-scroll): Don't use a timer.
18188
181892000-01-25 Kenichi Handa <handa@etl.go.jp>
18190
86f6474c
SM
18191 * language/thai-util.el (thai-composition-function):
18192 Delete superfluous `a'.
a30eb617
DL
18193
181942000-01-24 Dave Love <fx@gnu.org>
18195
18196 * fortran.el (fortran-mode): Use beginning-of-defun-function,
18197 end-of-defun-function.
18198
86f6474c 18199 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
18200
182012000-01-22 Jason Rumney <jasonr@gnu.org>
18202
18203 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
18204 conflicts with new face support.
18205
182062000-01-22 Richard M. Stallman <rms@gnu.org>
18207
18208 * replace.el (query-replace): Rename last arg to DELIMITED.
18209 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
18210 (query-replace-regexp): Likewise.
18211
182122000-01-20 Richard M. Stallman <rms@gnu.org>
18213
18214 * subr.el (with-syntax-table): Use make-symbol, not gensym.
18215
18216 * emacs-lisp/lisp.el (beginning-of-defun-function):
18217 Variable renamed from beginning-of-defun.
18218 Do not call make-variable-buffer-local.
18219 (beginning-of-defun-raw): Use new variable name; doc fix.
18220 (beginning-of-defun): Doc fix.
18221 (end-of-defun-function): Variable renamed from end-of-defun.
18222 Do not call make-variable-buffer-local.
18223 (end-of-defun): Use new variable name; doc fix.
18224
18225 * subr.el (dolist, dotimes): Copied from cl-macs.el
18226 and made to work.
18227
18228 * mail/undigest.el (rmail-digest-end-regexps):
18229 Variable replaces rmail-digest-end-regexp.
18230 Allows multiple regexps for detecting the end line.
18231 (undigestify-rmail-message): Corresponding changes.
18232
182332000-01-19 Dave Love <fx@gnu.org>
18234
18235 * files.el (user-init-file): Don't declare here -- is primitive.
18236
18237 * startup.el (command-line): Check for compiled user-init-file and
18238 set to uncompiled version if necessary.
18239
182402000-01-18 Gerd Moellmann <gerd@gnu.org>
18241
18242 * mail/undigest.el (rmail-digest-end-regexp): New user option.
18243 (undigestify-rmail-message): Use it.
18244
18245 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
18246
182472000-01-17 Gerd Moellmann <gerd@gnu.org>
18248
18249 * tmm.el (tmm-goto-completions): Adapt to prompt being part
18250 of mini-buffer.
18251
182522000-01-14 Gerd Moellmann <gerd@gnu.org>
18253
18254 * emacs-lisp/copyright.el (copyright-update): Removed the
18255 requirement for a trailing space from `copyright-regexp', to
18256 support copyrights with owner specified on a separate line..
18257
18258 * align.el: New file.
18259
18260 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
18261
18262 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
18263
182642000-01-13 Dave Love <fx@gnu.org>
18265
18266 * ph.el: Removed. (Obsoleted by EUDC.)
18267
182682000-01-13 Gerd Moellmann <gerd@gnu.org>
18269
18270 * net/eudc.el (toplevel): Remove autoloaded code installing
18271 menu with easymenu, because that causes build problems.
18272
18273 * frame.el (frame-notice-user-settings): New variable.
18274 (frame-notice-user-settings): Don't modify frame parameters
18275 if called a second time.
18276
182772000-01-13 Richard M. Stallman <rms@gnu.org>
18278
18279 * frame.el (frame-notice-user-settings):
18280 Notice default-frame-parameters even for non-window frames.
18281
182822000-01-13 Gerd Moellmann <gerd@gnu.org>
18283
18284 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
18285 for Emacs.
18286 (eudc-bob-can-display-inline-images): Extend for Emacs.
18287 (eudc-bob-toggle-inline-display): Ditto.
18288 (eudc-bob-display-jpeg): Ditto.
18289
182902000-01-12 Gerd Moellmann <gerd@gnu.org>
18291
18292 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
18293 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
18294 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
18295
86f6474c
SM
18296 * add-log.el (add-change-log-entry): Fix error trying an
18297 `(insert nil)'.
a30eb617
DL
18298
18299 * subdirs.el: Add `net' directory.
18300
18301 * net: New directory.
18302
18303 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
18304 eval-last-sexp. Don't bind debug-on-error here.
18305 (eval-last-sexp): New function. Bind debug-on-error if
18306 eval-expression-debug-on-error is non-nil.
18307 (eval-defun-2, eval-defun): Likewise.
18308
18309 * simple.el (eval-expression): Don't bind debug-on-error if
18310 eval-expression-debug-on-error is nil. Detect changed
18311 debug-on-error, and propagate new value to global binding, if
18312 eval-expression-debug-on-error is non-nil,
18313 (eval-expression-debug-on-error): Change doc string.
18314
183152000-01-11 Richard M. Stallman <rms@gnu.org>
18316
18317 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
18318
18319 * emacs-lisp/lisp-mode.el (with-syntax-table):
18320 Set up lisp-indent-function property.
18321
18322 * subr.el (with-syntax-table): Moved from simple.el.
18323
18324 * simple.el (with-syntax-table): Moved to subr.el.
18325
183262000-01-11 Gerd Moellmann <gerd@gnu.org>
18327
18328 * tmm.el (tmm-shortcut): Delete region after prompt instead
18329 of erasing buffer.
18330
18331 * textmodes/fill.el (fill-common-string-prefix): New function.
18332 (fill-context-prefix): Use the longest common prefix of first
18333 and second line fill prefix, if there is one.
18334
183352000-01-11 Richard M. Stallman <rms@gnu.org>
18336
18337 * array.el (array-mode): Don't use make-variable-buffer-local.
18338 Use make-local-variable for `truncate-lines'.
18339
183402000-01-11 Jari Aalto <jari.aalto@poboxes.com>
18341
18342 * add-log.el (add-log-current-defun): Handle user-defined
18343 add-log-current-function returning nil,
18344
18345 * add-log.el (add-change-log-entry): Insert version number
18346 if having found a current function
18347
86f6474c
SM
18348 * add-log.el (add-log-current-defun):
18349 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
18350 level 1. Strip whitespace from defun found.
18351
183522000-01-10 John Wiegley <johnw@gnu.org>
18353
18354 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 18355 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
18356
183572000-01-10 Dave Love <fx@gnu.org>
18358
18359 * elide-head.el (elide-head): Use point-marker, not point.
18360
183612000-01-10 Gerd Moellmann <gerd@gnu.org>
18362
18363 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
18364 before and after the year 2000.
18365
18366 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
18367 Add ispell- prefix.
18368
183692000-01-10 Ken Stevens <k.stevens@ieee.org>
18370
18371 * ispell.el: Only define dictionaries in menus when they exist.
18372 (version18p): New variable.
18373 (version20p): New variable.
18374 (xemacsp): New variable.
18375 (ispell-choices-win-default-height): Fix for XEmacs visibility.
18376 (ispell-dictionary-alist1): Added Brasileiro dictionary.
18377 (ispell-dictionary-alist6): Russian command lines no longer accept
18378 run-together words.
18379 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
18380 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
18381 (check-ispell-version): Added documentation string. Return library
18382 path when called non-interactively.
a30eb617
DL
18383 (ispell-menu-map-needed): Uses new variables.
18384 (ispell-library-path): New variable.
18385 (ispell-decode-string): XEmacs fix for bogus variable bindings.
18386 (ispell-word): Improved documentation string. Test for valid
18387 character mappings. Correctly check typed in word changes that can
86f6474c
SM
18388 result in single words split into multiple words.
18389 Return replacement word.
a30eb617
DL
18390 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
18391 replace in recursive query replace mode. Help message for
18392 recursive edit mode.
18393 (ispell-show-choices): Protect against bad framepop bindings.
18394 (ispell-help): Fix to work with XEmacs.
18395 (ispell-highlight-spelling-error): Use new variables.
18396 (ispell-overlay-window): Fix to work with XEmacs.
18397 (ispell-parse-output): Passed and returns location information
18398 tracking spelling corrections. Doesn't recheck same word on
18399 current line.
18400 (ispell-init-process): Protect against bogus XEmacs variable binding.
18401 Fix call to single argument in sleep-for. Use new variables.
18402 (ispell-region): Passed and returns location information tracking
18403 spelling corrections. Doesn't check same word on current line.
18404 Improved documentation string. Doesn't resend a line already
18405 checked to the ispell process - fixes bug in LaTeX parsing.
18406 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
18407 (ispell-skip-region): No longer skips <TT> in SGML.
18408 (ispell-process-line): Tracks location information with spelling
18409 corrections. Added documentation string. Accounts for words
18410 already accepted on this line. Don't allow query-replace on line
18411 starting with math characters. Doesn't resend a line already sent
18412 to ispell process. Fixes alignment error bug.
18413
184142000-01-10 Richard M. Stallman <rms@gnu.org>
18415
18416 * dired-x.el (dired-guess-shell-alist-default):
18417 Suggest xloadimage, which is free, not xv, which isn't.
18418
18419 * ange-ftp.el (ange-ftp-file-name-nondirectory):
18420 Don't ever include the host name or user name in the value.
18421
184222000-01-09 Gerd Moellmann <gerd@gnu.org>
18423
18424 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
18425 of a real newline.
18426
184272000-01-09 Stephen Eglen <stephen@gnu.org>
18428
18429 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
18430 for .png files.
18431
184322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
18433
18434 * cus-edit.el (custom-hook-convert-widget): Fix comment.
18435
184362000-01-09 Gerd Moellmann <gerd@gnu.org>
18437
18438 * progmodes/cperl-mode.el: Replace ^F with ^L.
18439
86f6474c
SM
18440 * sendmail.el (toplevel): Provide `sendmail' when compiling before
18441 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
18442
184432000-01-08 Dave Love <fx@gnu.org>
18444
18445 * emacs-lisp/backquote.el: Remove inappropriate customization
18446 (allowing custom.el to use backquote).
18447
184482000-01-07 Dave Love <fx@gnu.org>
18449
18450 * add-log.el (add-log-debugging): Deleted.
18451 (add-change-log-entry): Treat a backup FILE-NAME as its parent
18452 file. Remove debugging code.
18453 (change-log-get-method-definition, change-log-name): Add doc.
18454 (change-log-sortable-date-at): New function.
18455 (change-log-merge): New command.
18456
18457 * time.el (display-time-string-forms): Make the Mail string active.
18458 (display-time-update): Provide help-echo for load average.
18459
18460 * bindings.el (make-mode-line-mouse2-map): New function.
18461 (mode-line-modified): Use it and simplify.
18462 (mode-line-mule-info): Provide help-echo info.
18463 (minor-mode-alist): Activate the strings.
18464 (make-mode-line-mouse-sensitive): Simplify for
18465 mode-line-buffer-identification.
18466
184672000-01-07 Gerd Moellmann <gerd@gnu.org>
18468
18469 * play/pong.el: New file.
18470
184712000-01-06 Dave Love <fx@gnu.org>
18472
18473 * array.el: Assorted cleanups for compiler warnings, doc strings,
18474 `array-' prefix for symbols.
18475
184762000-01-05 Dave Love <fx@gnu.org>
18477
86f6474c
SM
18478 * textmodes/outline.el (outline-mode-menu-bar-map):
18479 Add outline-headers-as-kill.
a30eb617
DL
18480 (outline-mode): Define imenu-generic-expression.
18481 (outline-headers-as-kill): New command.
18482
18483 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
18484 from paragraph-start.
18485 (paragraph-indent-minor-mode): New command.
18486
18487 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
18488 M-C-e, M-C-h, C-j, C-xnd, TAB.
18489 (fortran-mode): Set beginning-of-defun, end-of-defun.
18490 (fortran-column-ruler): Simplify.
18491 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
18492 (fortran-with-subprogram-narrowing): Likewise.
18493 (fortran-indent-subprogram): Call mark-defun.
18494 (fortran-check-for-matching-do): Change narrowing.
18495
18496 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
18497 (cl-lucid-hash-tag): Delete.
18498 (cl-hash-table-p): Correct test for native table.
18499 (cl-hash-table-count): Use hash-table-count.
18500
18501 * browse-url.el (browse-url): Fix case of
18502 browse-url-browser-function being an alist.
18503
185042000-01-05 Carsten Dominik <cd@gnu.org>
18505
18506 * textmodes/reftex-vars.el (reftex-parse-file-extension)
18507 (reftex-index-phrase-file-extension): New options.
18508
18509 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
18510 Use new option `reftex-index-phrase-file-extension'.
18511
18512 * textmodes/reftex.el (reftex-access-parse-file): Use new option
18513 `reftex-parse-file-extension'.
18514
185152000-01-05 Dave Love <fx@gnu.org>
18516
18517 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
18518 (beginning-of-defun-raw): Use it.
18519 (end-of-defun): New variable.
18520 (end-of-defun): Use it.
18521 (check-parens): New command.
18522
185232000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
18524
18525 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
18526 (hs-show-block): Don't use `mapcar' when not accumulating.
18527
18528 Fix buglet in local variables initialization.
18529
185302000-01-05 Andreas Schwab <schwab@suse.de>
18531
18532 * hscroll.el (hscroll): Doc fix.
18533
185342000-01-05 Carsten Dominik <cd@gnu.org>
18535
86f6474c
SM
18536 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
18537 Require idlw-toolbar.
a30eb617 18538
86f6474c 18539 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 18540 file idlw-rinfo.el.
86f6474c
SM
18541 (idlwave-customize): Load must read file idlw-shell.el.
18542 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
18543
185442000-01-05 Carsten Dominik <dominik@astro.uva.nl>
18545
18546 * progmodes/idlw-shell.el: Also provide idlwave-shell
18547 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
18548 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
18549
86f6474c 18550 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
18551 both reftex-dcr and reftex-vcr.
18552
18553 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18554
185552000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18556
18557 * ps-print.el: PostScript code now is in separate files, doc fix.
18558 (ps-print-version): New version number (5.0.3).
18559 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18560 local.
18561 (ps-spool-config): Initialization fix.
18562 (ps-print-prologue-1, ps-print-prologue-2)
18563 (ps-print-duplex-feature): PostScript code moved to separated file.
18564 (ps-background-image): Little code reformating.
18565 (ps-begin-file, ps-begin-job): Fix code.
18566 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18567 (ps-prologue-file): New fun.
18568
185692000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18570
18571 * ps-vars.el: Eliminated.
18572
18573 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18574 `;;;###autoload'.
18575
18576 * ps-print.el: ps-vars eliminated, doc fix.
18577 (ps-print-version): New version number (5.0.2).
18578 (ps-spool-config): Initialization fix.
18579 (ps-print-customize): New fun.
18580
185812000-01-04 Gerd Moellmann <gerd@gnu.org>
18582
86f6474c 18583 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18584
185852000-01-04 Dave Love <fx@gnu.org>
18586
18587 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18588 menu items.
18589
185902000-01-03 Dave Love <fx@gnu.org>
18591
18592 * elide-head.el (elide-head) [defgroup]: Add :version.
18593
18594 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18595 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18596 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18597 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18598
185992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18600
18601 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18602 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18603
186042000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18605
18606 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18607 at comment end, and re-insert them after filling.
18608
186092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18610
18611 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18612 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18613 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18614
186152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18616
18617 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18618 the new name of face-color-supported-p.
18619
18620 * term/w32-win.el (xw-defined-colors): Likewise.
18621
186222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18623
18624 * simple.el (completion-setup-function): Count completion-size
18625 from minibuffer-prompt-end, not from point-min.
18626
186272000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18628
18629 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18630 Pass the frame to tty-color-* functions.
18631 (display-color-p, frame-set-background-mode): Pass the frame to
18632 tty-display-color-p.
18633
18634 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18635 tty-color-alist.
18636 (tty-color-alist, tty-modify-color-alist): New functions.
18637 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18638 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18639 optional parameter FRAME.
a30eb617
DL
18640
186412000-01-01 Gerd Moellmann <gerd@gnu.org>
18642
86f6474c
SM
18643 * image.el (create-image, defimage): Don't assume image data is
18644 a string.
a30eb617
DL
18645
18646 * image.el (defimage): Handle specifications containing :data
18647 instead of :file.
18648 (image-type-from-data): New function.
18649 (image-type-from-file-header): Use it.
18650 (create-image): Add parameter DATA-P.
18651
18652See ChangeLog.8 for earlier changes.
18653
18654;; Local Variables:
18655;; coding: iso-2022-7bit
18656;; End: