Updated backend documentation.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
046110c6
GM
12000-11-16 Gerd Moellmann <gerd@gnu.org>
2
4104194e
GM
3 * files.el (basic-save-buffer): Don't add a newline if
4 find-file-literally is non-nil.
5 (find-file-literally): Extend doc string.
6
046110c6
GM
7 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
8 sort(1) with the `-f' argument.
9
6505c16e
AS
102000-11-16 Andre Spiegel <spiegel@gnu.org>
11
3d02dd81
AS
12 * vc-{cvs,rcs,sccs}.el: Functions reordered.
13
046110c6 14 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 15 up-to-date.
9dd94743
AS
16 (vc-do-command): In the asynchronous case, output messages only if
17 the minibuffer is not active.
8791d617
AS
18 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
19 `vc-cvs-use-edit' is on.
20 (vc-cvs-checkout): When this is used for reverting the workfile,
21 make a backup of the original contents and revert to that in case
22 of error.
9dd94743
AS
23 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
24 remote repositories.
8791d617 25
6505c16e
AS
26 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
27 for both version and ratio in the minibuffer.
8791d617
AS
28 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
29 Use vc-do-command to perform the annotation, not call-process.
6505c16e 30
a13f0660
KH
312000-11-16 Kenichi Handa <handa@etl.go.jp>
32
33 * international/quail.el (quail-start-translation): Don't call
34 `message' before reading key sequence.
35
1389a414
MB
362000-11-16 Miles Bader <miles@lsi.nec.co.jp>
37
38 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
39
9256a532
KH
402000-11-16 Kenichi Handa <handa@etl.go.jp>
41
42 * window.el (fit-window-to-buffer): Be sure to acquire at least
43 one text line even if the buffer is empty.
44
0e14fe9f
GM
452000-11-16 Gerd Moellmann <gerd@gnu.org>
46
47 * net/ange-ftp.el (ange-ftp-file-writable-p)
48 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
49 ange-ftp-process-verbose to nil.
50
da645c53
DL
512000-11-15 Dave Love <fx@gnu.org>
52
233d5cde
DL
53 * wid-edit.el (widget-specify-field, widget-specify-button): If
54 :help-echo is a function, set help-echo of overlay to
55 widget-mouse-help.
56 (widget-mouse-help): New function.
57 (widget-echo-help): Rewritten for :help-echo functions only taking
58 a widget arg.
59
b12057b9
DL
60 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
61 display-graphic-p.
62 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
63 and that JPEG is available.
64 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
65
da645c53
DL
66 * international/mule-cmds.el (locale-charset-language-names):
67 Match @euro.
68
6d133d1f
GM
692000-11-15 Gerd Moellmann <gerd@gnu.org>
70
71 * faces.el (face-set-after-frame-default): If
0e14fe9f 72 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
73 default face from X resources.
74
49ac2ac5
EZ
752000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
76
77 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
78 Don't set EMACSLOADPATH.
79
4fb0a34c
EZ
802000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
81
82 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
83 texinfo-insert-@url.
84 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
85 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
86
bb304a7a
SM
872000-11-14 Stefan Monnier <monnier@cs.yale.edu>
88
82bc80bf
SM
89 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
90 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
91 (checkdoc-minor-keymap): Backward compatibility.
92 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
93 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
94 (checkdoc-this-string-valid-engine): Be a bit more strict
95 to avoid matching substrings of `...' quoted vars/funs.
96 (checkdoc-defun-info): Only look for `interactive' if alone.
97 (debug-ignored-errors): Add "arg doesn't appear in docstring".
98
e8c87124
SM
99 * progmodes/compile.el (grep): `tag-default' can be nil.
100
bb304a7a
SM
101 * newcomment.el (comment-indent): Paren typo.
102
8628686a
DL
1032000-11-14 Dave Love <fx@gnu.org>
104
25c269ef
DL
105 * calculator.el: New maintainer version.
106
107 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff
108 pattern.
109
8628686a
DL
110 * cmuscheme.el: Doc fixes.
111 (cmuscheme) <defgroup>: Use `scheme' as parent.
112 (cmuscheme-program-name): Remove. Change uses to
113 scheme-program-name.
114
115 * xscheme.el (scheme-program-name): Don't define here.
116
117 * progmodes/scheme.el (scheme-program-name): New variable
118 (originally in cmuscheme).
119
88f0a1eb
MB
1202000-11-14 Miles Bader <miles@gnu.org>
121
122 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
123 Handle header-lines. Don't loop forever if we can't enlarge the
124 window anymore. Simplify a bit.
125
cd9a000c
KH
1262000-11-14 Kenichi Handa <handa@etl.go.jp>
127
128 * window.el (fit-window-to-buffer): Don't check
129 window-text-height. Assure that the last line is fully visible.
130
131 * international/quail.el (quail-show-guidance-buf): Call
132 fit-window-to-buffer to assure the enough height of the guidance
133 buffer.
134 (quail-update-guidance): Avoid making the guidance buffer shorter.
135
d3fcda22
SM
1362000-11-14 Stefan Monnier <monnier@cs.yale.edu>
137
bdbd9606
SM
138 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
139 rather than `prepend' and add an interesting comment.
140 (tex-math-face, tex-font-lock-syntactic-face-function):
141 New face and function to use it.
142 (tex-define-common-keys, tex-mode-map): Use menu-item rather
143 than `menu-enable' symbol property.
144 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
145 (tex-mode): Add some latex-mode commands for auto-selection.
146 Use tex-font-lock-syntactic-face-function.
147 (tex-insert-quote): Simplify.
148 (tex-shell): New mode.
149 (tex-start-shell): Use it.
150 (tex-shell-proc, tex-shell-buf): New functions.
151 (tex-send-command): Use it.
152 (tex-main-file): Fix the meaning of the new arg REALFILE.
153 (tex-send-tex-command): New function split from `tex-start-tex'.
154 Set compilation-last-buffer and compilation-parsing-end.
155
d3fcda22
SM
156 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
157 when it follows non-comment text on the line.
158
159 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
160 Set font-lock-defaults.
161 (lisp-mode-shared-map): Init inside the defvar.
162 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
163 Use define-derived-mode.
164
bdab1d43
MB
1652000-11-14 Miles Bader <miles@lsi.nec.co.jp>
166
167 * faces.el (header-line): Use `:box nil' for color/gs displays too.
168
936ae731
GM
1692000-11-14 Gerd Moellmann <gerd@gnu.org>
170
171 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
172 recursively optimize body because that can lead to infinite
173 recursion; see comment there.
174
1695ca2b
EZ
1752000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * faces.el (face-spec-set-match-display): Revert the change from
178 2000-10-24. Add a FIXME for after v21.1.
179
9d348294
MB
1802000-11-13 Miles Bader <miles@gnu.org>
181
182 * textmodes/fill.el (skip-line-prefix): New function.
183 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
184 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
185 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
186 point inside the fill-prefix.
9d348294 187
b85fa13c
MB
1882000-11-13 Miles Bader <miles@lsi.nec.co.jp>
189
190 * calendar/calendar.el (generate-calendar-window): Use
191 `fit-window-to-buffer'.
192
a0b47716
SM
1932000-11-12 Stefan Monnier <monnier@cs.yale.edu>
194
195 * gud.el (gud-minor-mode): New var.
196 (gud-symbol, gud-val): New functions.
197 (gud-find-file): Copy gud-minor-mode to the new buffer.
198 (gud-menu-map): Include entries for commands that are not always
199 available, using :enable to (de)activate them.
200 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
201 (gud-mode-map): New map.
202 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
203 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
204 Don't set up gud's menu (it's done by the minor-mode).
205 (gud-minibuffer-local-map): New.
206 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
207 (gud-query-cmdline): New function.
208 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
209 (gud-mode): Use define-derived-mode.
210 Don't set up gud's menu (it's done by the minor-mode).
211 (gud-chop-words): Remove.
212 (gud-common-init): Use split-string instead.
213 (gud-new-keymap, gud-make-debug-menu): Eradicate.
214
215 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
216 Add keyword arg :name.
217
218 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
219 (diff-count-matches, diff-split-hunk): New functions.
220 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
221
222 * pcvs-info.el (cvs-fi-conflict-face): New var.
223
224 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
225 Make it into a simple syntax-table, shared among all submodes.
226 (sh-heredoc-face): Re-introduce.
227 (sh-font-lock-syntactic-face-function): New function.
228 (sh-mode): Use it. Also use define-derived-mode.
229 Remove old bogus setting of indent-region-function.
230 (sh-set-shell): Don't set the syntax-table any more.
231 (sh-mode-syntax-table) <defun>: Remove.
232
f5ed37df
MB
2332000-11-12 Miles Bader <miles@gnu.org>
234
235 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
236 message if interactive.
237
0b074c2f
DL
2382000-11-12 Dave Love <fx@gnu.org>
239
240 * mail/feedmail.el: Fix header,
241 (feedmail) <defgroup>: Add :link.
242
243 * view.el: Use local-map property, not keymap on mode-line string.
244
245 * scroll-all.el (scroll-all-mode): Customize variable. Add
246 autoload cookie to function.
247
248 * lazy-lock.el: Remove compatibility code.
249
250 * finder.el (finder-known-keywords): Add `files', remove `vms'.
251 (finder-help-echo): New variable.
252 (finder-mouse-face-on-line): Add help-echo stuff.
253 (finder-list-keywords, finder-list-matches): Use mapc.
254
255 * faces.el (face-font-registry-alternatives): Add :version.
256
257 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
258 tags-table-list.
259
a0b47716 260 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 261
a0b47716 262 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
263 (mail-mode): Use [:alnum:] in some regexps.
264
6d502396
DL
2652000-11-10 Dave Love <fx@gnu.org>
266
267 * ediff.el (ediff-regions-internal, ediff-documentation):
268 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
269 fundamental mode.
270
271 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
272 buffer into fundamental mode.
273 (ediff-set-difference): Use copy-sequence if available.
274
275 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
276 ediff-patch-map non-nil.
277 (ediff-fixup-patch-map, ediff-fixup-patch-map)
278 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
279 buffer into fundamental mode.
280
281 * ediff-merg.el (state-or-merge): Defvar when compiling.
282
a82fe213
JR
2832000-11-10 Jason Rumney <jasonr@gnu.org>
284
285 * w32-fns.el (w32-add-charset-info): New function.
286 (w32-charset-info-alist): Use it.
287
52d89894
GM
2882000-11-10 Gerd Moellmann <gerd@gnu.org>
289
290 * faces.el (face-font-registry-alternatives): New user-option.
291
178932de
SM
2922000-11-10 Stefan Monnier <monnier@cs.yale.edu>
293
d7fa3319
SM
294 * textmodes/texinfo.el (texinfo-block-default): New var.
295 (texinfo-insert-block): Use it. Insert a newline if needed.
296
178932de
SM
297 * textmodes/fill.el (fill-indent-according-to-mode): New var.
298 (fill-region-as-paragraph): Use it.
299
300 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
301 (latex-mode): Tweak tex-*-(head|trail)er regexps.
302 Tweak paragraph regexps to allow a leading [ \t]*.
303 (tex-latex-block): Insert a newline if necessary.
304 (latex-insert-item): Only insert a newline if necessary.
305 (tex-guess-main-file): New function.
306 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
307 Set tex-main-file if TeX-master is provided.
308 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
309
bd02b8e0
GM
3102000-11-10 Gerd Moellmann <gerd@gnu.org>
311
312 * startup.el (command-line): Set the default tooltip-mode
313 to t for graphical displays which implement x-show-tip.
314
315 * tooltip.el (tooltip-mode): Add a comment about startup.el
316 setting the default value of this user-option.
317
b29b03eb
SM
3182000-11-09 Stefan Monnier <monnier@cs.yale.edu>
319
320 * font-lock.el (font-lock-*-face) <defvar>: Move.
321 (font-lock-defaults-alist): Mark obsolete.
322 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
323 (font-lock-mode): Use define-minor-mode.
324 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
325 (font-lock-turn-off-thing-lock): Be more explicit.
326 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
327 (font-lock-syntactic-face-function): New var.
328 (font-lock-fontify-syntactically-region): Use it.
329 (font-lock-doc-face): New.
330
331 * pcvs.el (cvs-enabledp): Ignore errors.
332 (cvs-commit-filelist): Never query.
333 (cvs-mode-insert): Always add a terminating / in the initial prompt.
334 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
335 (cvs-do-removal): Use cvs-partition rather than delete-if.
336 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
337 cvs-bury-buffer.
338
339 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
340 Allow `next' to jump to after the end of the last match.
341
778fbc46
GM
3422000-11-09 Gerd Moellmann <gerd@gnu.org>
343
730c746c
GM
344 * simple.el (byte-compiling-files-p): New function.
345
346 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
347 if it is there.
348
349 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
350 nil again.
351
778fbc46
GM
352 * textmodes/ispell.el (ispell-library-path): Don't call
353 check-ispell-version when byte-compiling because that starts
354 an ispell process, and ispell might not be installed.
355 (toplevel): Don't set up a menu when byte-compiling.
356
357 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
358 it, so that a boundp test can be used to determine if we're
359 currently byte-compiling.
360
5912c5bb
DL
3612000-11-09 Dave Love <fx@gnu.org>
362
363 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
364 eval-after-load.
365
7bb054a5
GM
3662000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
367
368 * ps-print.el: Patch for variable initialization when spooling. Doc
369 fix.
370 (ps-output-list): Fun eliminated.
371 (ps-begin-file, ps-begin-job): Code fix.
372
9db2706e
DL
3732000-11-08 Dave Love <fx@gnu.org>
374
375 * ediff-wind.el (ediff-control-frame-parameters): Zero
376 tool-bar-lines.
377
f7eb32aa
GM
3782000-11-08 Gerd Moellmann <gerd@gnu.org>
379
380 * simple.el (shell-command, display-message-or-buffer)
381 (shell-command-on-region): Mention resize-mini-windows in the doc
382 string.
383 (display-message-or-buffer): Take the value of resize-mini-windows
384 into account.
385
7b01b08c
GM
3862000-11-07 Gerd Moellmann <gerd@gnu.org>
387
acad3c0b
GM
388 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
389
7b01b08c
GM
390 * dired.el (dired-between-files): Add `^. find' as an alternative
391 to the regular expression, for find-dired.
392
6f602bd0
SM
3932000-11-06 Stefan Monnier <monnier@cs.yale.edu>
394
395 * textmodes/texnfo-upd.el: Require texinfo.
396 (defmacro, defgroup): Remove.
397 (texinfo-section-to-generic-alist): Remove.
398 Use texinfo-section-list instead (i.e. level is changed string->int).
399 (texinfo-filter): New function.
400 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
401 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
402 Use it. And use regexp-opt.
403 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
404 (texinfo-update-menu-region-beginning)
405 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
406 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
407 (texinfo-update-menu-same-level-regexps): Update.
408 (texinfo-update-node, texinfo-every-node-update)
409 (texinfo-sequential-node-update): Remove autoload cookie.
410
411 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
412 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
413 (texinfo-chapter-level-regexp): Remove.
414 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
415
bb216218
DL
4162000-11-06 Dave Love <fx@gnu.org>
417
6f602bd0 418 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 419
6f602bd0
SM
420 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
421 Match defun*.
bb216218 422
ff8dd5d5
KH
4232000-11-06 Kenichi Handa <handa@etl.go.jp>
424
425 * composite.el (composition-function-table): Variable declaration
426 moved to src/composite.c.
427 (compose-chars-after): New optional arg object.
428
e9da51a1
GM
4292000-11-06 Gerd Moellmann <gerd@gnu.org>
430
e0c12c68
GM
431 * bindings.el (mode-line-toggle-read-only)
432 (mode-line-toggle-modified, mode-line-widen)
433 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
434 (make-mode-line-mouse2-map): Rewritten.
435 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
436 functions so that C-h k can show something with a doc string.
437
e9da51a1
GM
438 * startup.el (fancy-splash-delay): Set to 10 seconds.
439 (fancy-splash-max-time): New user-option.
440 (fancy-splash-stop-time): New variable.
441 (fancy-splash-screens): Set it. Catch `stop-splashing'.
442 (fancy-splash-screens-1): Throw `stop-splashing' when current
443 time is greater than fancy-splash-stop-time.
444
611dbdf0
SM
4452000-11-06 Stefan Monnier <monnier@cs.yale.edu>
446
4d2806e2
SM
447 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
448
611dbdf0
SM
449 * pcvs.el (cvs-mode-marked): New arg `noquery'.
450 Prompt user for a file rather than raising an error.
451 (cvs-enabledp): Fix call to cvs-mode-marked.
452 (cvs-insert-file): New function (extracted from cvs-mode-insert).
453 (cvs-mode-insert): Use it. Change the init prompt' value.
454 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
455
456 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
457 Don't pass default arg to ewoc-locate.
458 (ewoc-collect): Return result in the right order.
459
460 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
461
462 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
463 (cvs-status-get-tags): Fix regexp.
464 (cvs-status-trees, cvs-status-cvstrees):
465 Combine after change hooks and don't sit-for.
4d2806e2
SM
466 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
467 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
468 Use make-char rather than hard-coded cryptic data.
469 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
470
471 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
472
473 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
474 (cvs-insert-strings): New function.
475
937b2877
MB
4762000-11-06 Miles Bader <miles@lsi.nec.co.jp>
477
478 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
479 `mwheel-scroll-amount'.
480 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
481 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
482 string-matching against the version string.
483
c6c97763
KH
4842000-11-06 Kenichi Handa <handa@etl.go.jp>
485
6eaec747
KH
486 * language/thai.el ("Thai"): Set a lisp form that produces
487 composed string in `sample-text' language info.
488
489 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
490 composed string in `sample-text' language info.
491
492 * international/mule-cmds.el (describe-language-environment): Eval
493 `sample-text' data and insert the result.
494
c6c97763
KH
495 * international/mule-conf.el (compound-text): Define this coding
496 system here. Make x-ctext and ctext aliases of it.
497
498 * language/european.el (compound-text, ctext): Moved to
499 international/mule-conf.el.
500
d1145f85
AI
5012000-11-05 Andrew Innes <andrewi@gnu.org>
502
503 * w32-fns.el (w32-version): New function.
504
178a6a45
SM
5052000-11-05 Stefan Monnier <monnier@cs.yale.edu>
506
507 * progmodes/awk-mode.el: Update copyright.
508 (awk-mode-abbrev-table): Remove.
509 (awk-font-lock-keywords): Use regexp-opt.
510 (awk-mode): Use define-derived-mode.
511
512 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
513 when extracting a suffix.
514
1ba90166
AS
5152000-11-04 Andre Spiegel <spiegel@gnu.org>
516
517 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
518 auto-save-mode.
519
546790cb
JR
5202000-11-04 Jason Rumney <jasonr@gnu.org>
521
522 * language/european.el (decode-mac-roman): Test against r1 not r0.
523
d247e32d
SM
5242000-11-03 Stefan Monnier <monnier@cs.yale.edu>
525
fbf44f44
SM
526 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
527 (icon-mode): Define indent-line-function.
528 (icon-comment-indent): Simplify.
529 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
530
531 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
532
533 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
534 Bind change-log-default-mode to defeat the caching done on it.
535 Don't bother saving excursion any more.
536
537 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
538
539 * frame.el (after-setting-font-hook): Rename hooks -> hook.
540 (set-frame-font): Use the new name (and the old for compatibility).
541
542 * toolbar/tool-bar.el (tool-bar-mode):
543 * time.el (display-time-mode):
544 * recentf.el (recentf-mode):
545 * paren.el (show-paren-mode):
546 * mwheel.el (mouse-wheel-mode):
547 * msb.el (msb-mode):
548 * jka-compr.el (auto-compression-mode):
549 * image-file.el (auto-image-file-mode):
550 * hl-line.el (hl-line-mode):
551 * delsel.el (delete-selection-mode):
552 * autoinsert.el (auto-insert-mode):
553 * complete.el (partial-completion-mode): Drop unneeded positional args.
554
555 * info.el (Info-mode):
556 * comint.el (comint-mode): Don't both with make-local-hook.
557
d247e32d
SM
558 * log-edit.el (log-edit-menu): New menu.
559
4921558e
MB
5602000-11-03 Miles Bader <miles@gnu.org>
561
562 * wid-edit.el (widget-end-of-line): Reinstate, with a new
563 definition, so that trailing spaces are handled properly.
564 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
565
1fc02b3c
GM
5662000-11-03 Gerd Moellmann <gerd@gnu.org>
567
568 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
569 tab character.
570 (fancy-splash-screens): Set tab-width to 20.
571
51d001f7
DL
5722000-11-03 Dave Love <fx@gnu.org>
573
574 * comint.el (comint-completion-addsuffix): Fix custom type.
575
ba22aeff
SM
5762000-11-02 Stefan Monnier <monnier@cs.yale.edu>
577
578 * font-lock.el (font-lock-buffers): Remove.
579 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
580 (font-lock-change-major-mode): Remove.
581 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
582 (font-lock-default-fontify-region): Extend the multiline
583 fontification to whole lines.
584 (font-lock-fontify-anchored-keywords)
585 (font-lock-fontify-keywords-region): If matching just one
586 line (with \n) only mark the \n as multiline.
587
588 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
589 Correctly handle the case where several :group args are supplied.
590 Allow :extra-args.
591 (easy-mmode-define-global-mode): Allow :extra-args.
592 Correctly handle the case where several :group args are supplied.
593
9c887ada
MB
5942000-11-02 Miles Bader <miles@gnu.org>
595
596 * calendar/calendar.el (diary-face, calendar-today-face)
597 (holiday-face): Remove dependency on `window-system'.
598
7f25090d
KR
5992000-11-02 Ken Raeburn <raeburn@gnu.org>
600
601 * Makefile.in (emacs): Set EMACSLOADPATH always.
602 (update-authors, .el.elc, compile-files): Don't do it explicitly
603 here.
9b911107 604 (compile-files): Bomb out if compilation of a file fails.
7f25090d 605
7dd6009c
DL
6062000-11-02 Dave Love <fx@gnu.org>
607
608 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
609
94821e4f
EZ
6102000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
611
612 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
613 punctuation in the warning inserted into the *mail* buffer.
614
1ac3fc42
GM
6152000-11-02 Gerd Moellmann <gerd@gnu.org>
616
57731876
GM
617 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
618 (authors-public-domain-p): New function.
619 (authors-print): Use it.
620
975f82c9
GM
621 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
622
1ac3fc42
GM
623 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
624
4b3eb10f
GM
6252000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
626
975f82c9 627 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
628 (ps-print-version): New version number (6.3.1).
629 (ps-even-or-odd-pages): Customization fix.
630 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
631 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
632 (ps-page-count): Var replaced by `ps-page-column'.
633 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
634 (ps-print-sheet-p): New fun.
635
7da794df
MB
6362000-11-02 Miles Bader <miles@lsi.nec.co.jp>
637
638 * tooltip.el (tooltip-gud-tips-setup): New function.
639 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
640 (tooltip-mode): Call tooltip-gud-tips-setup.
641 (tooltip-gud-tips): Use `gud-basic-call' instead of
642 process-send-string, so the prompt gets frobbed appropriately.
643 Handle nil return value from `tooltip-gud-print-command'.
644
0e40b809
EL
6452000-11-01 Eric M. Ludlam <zappo@ultranet.com>
646
647 * comint.el (comint-add-to-input-history): New function.
648 (comint-send-input): Use `comint-add-to-input-history'.
649
50ada0db
MB
6502000-11-02 Miles Bader <miles@lsi.nec.co.jp>
651
973a3104
MB
652 * info.el (info-menu-header): New face.
653 (Info-fontify-menu-headers): New function.
654 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
655
50ada0db
MB
656 * info.el (Info-insert-dir): Don't include blank lines at
657 beginning of additional dir files (one is added automatically).
658
bff53411
SM
6592000-11-01 Stefan Monnier <monnier@cs.yale.edu>
660
661 * emacs-lisp/easy-mmode.el (define-minor-mode):
662 Revert the latest changes.
663 Allow the three positional arguments to be skipped and replaced
664 by keyword arguments.
665 Add a :toggle argument to determine whether a nil arg means toggle
666 or means turn-on. The default is unchanged.
667 Add a call to force-mode-line-update.
668
6b8a0b2d
DL
6692000-11-01 Dave Love <fx@gnu.org>
670
671 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
672 cookie.
673
5bf99100
MB
6742000-11-01 Miles Bader <miles@lsi.nec.co.jp>
675
676 * calendar/calendar.el (diary-face, holiday-face): Add
677 dark-background variants.
678
a4032611
SS
6792000-10-31 Sam Steingold <sds@gnu.org>
680
681 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
682 `tex-main-file' does not have directory in it.
683
c286608e
SM
6842000-10-31 Stefan Monnier <monnier@cs.yale.edu>
685
686 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
687
4836835a
TTN
6882000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
689
690 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
691 functional change.
692
26dcb81b
GM
6932000-10-31 Gerd Moellmann <gerd@gnu.org>
694
695 * files.el (find-file-noselect): When we expand a wildcard, return
696 a list of buffers, as we should do according to the doc string.
697
49fc4500
KR
6982000-10-31 Ken Raeburn <raeburn@gnu.org>
699
700 * loadup.el (top level): Adjust load path if program name is
701 "../src/bootstrap-emacs", in case it's not dumped and thus the
702 load path adjustment hasn't already been done.
703
ea0c615d
GM
7042000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
705
706 * ps-print.el: Fix bug on selected pages for printing. Use
707 `color-values' for Emacs 21. Ensure fontification when jit-lock
708 is on. Try to avoid warning messages when compiling. Doc Fix.
709 (ps-print-version): New version number (6.3).
710 (ps-color-device): Use `color-values' to determine if device
711 supports color.
712 (ps-color-values): Try to use `x-color-values' when using XEmacs.
713 (ps-print-page-p): Changed from defsubst to defun.
714 (ps-page-number): Changed from defmacro to defun.
715 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
716 printing.
c286608e 717 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
718 (ps-end-file, ps-dummy-page): Funs eliminated.
719 (ps-print-color-scale): Changed default value.
720 (ps-page-n-up, ps-print-page-p): New internal vars.
721 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
722 (ps-plot-region, ps-generate, ps-end-job): Code fix.
723
9e20722f
GM
724 * delim-col.el: Little programming improvement.
725 (delimit-columns-str): New macro.
726 (delimit-columns-region, delimit-columns-rectangle): Code fix.
727
d7a0fd00
KH
7282000-10-31 Kenichi Handa <handa@etl.go.jp>
729
c286608e
SM
730 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
731 Moved to european.el.
d7a0fd00
KH
732 (ccl-encode-mac-roman-font, fontset-mac): Modified for
733 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
734 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
735 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 736
234be340
DL
7372000-10-30 Dave Love <fx@gnu.org>
738
739 * progmodes/cc-menus.el (imenu-generic-expression)
740 (imenu-progress-message): Only defvar when compiling.
741
4edc4a39
DL
742 * emacs-lisp/elp.el (elp-unload-hook): New function.
743
744 * loadhist.el (unload-feature): Call elp-restore-function,
745 checking for symbols; don't use elp-restore-all.
746 (loadhist-hook-functions): Doc fix.
747
70c825df
SM
7482000-10-30 Stefan Monnier <monnier@cs.yale.edu>
749
750 * log-edit.el (log-edit-confirm): Fix the default.
751
1d3baf74
GM
7522000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
753
754 * delim-col.el: Little fix: replace delimit-columns-align-columns by
755 delimit-columns-format.
756 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 757
1ec321a7
MB
7582000-10-30 Miles Bader <miles@lsi.nec.co.jp>
759
760 * comint.el (comint-replace-by-expanded-history): Don't use
761 comint-get-old-input (we're not looking at *old* input).
762 (comint-get-old-input-default): If using fields, signal an error
763 when the point is not in an input field.
764
70737ea9
KH
7652000-10-30 Kenichi Handa <handa@etl.go.jp>
766
767 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
768 and mule-unicode-e000-ffff.
769
fa0cb51d 770 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
771 (make-coding-system): Accept a symbol of translation table as a
772 value of property `safe-chars'.
773
774 * international/mule-cmds.el (encode-coding-char): Check property
775 safe-chars instead of safe-charsets.
776
777 * international/fontset.el (fontset-default): Modified for
778 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
779 (x-font-name-charset-alist): Likewise.
780 (ccl-encode-unicode-font): New CCL program. Record it in
781 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
782
70c825df
SM
783 * language/european.el (mac-roman-decoder, mac-roman-encoder):
784 New translation tables.
70737ea9
KH
785 (decode-mac-roman, encode-mac-roman): Definition of these CCL
786 programs are modified and moved from mac-win.el.
787 (mac-roman): Definition of this coding system is modified and
788 moved from mac-win.el.
4836835a 789
fda2ce24 7902000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 791
1d3baf74 792 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 793 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 794
dd4d3cb6
MB
7952000-10-29 Miles Bader <miles@gnu.org>
796
797 * custom.el (custom-add-to-group): Allow multiple entries for a
798 given value OPTION, as long as their widget types are different.
799 * cus-edit.el (custom-face-value-create): If face name doesn't end
800 with "face", add such here (similar to custom group widgets).
801
802 * comint.el (comint-highlight-prompt): Add :type.
803
dace60cf
JW
8042000-10-28 John Wiegley <johnw@gnu.org>
805
806 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
807 Changed this function to operate on a temporary buffer instead of
808 the main buffer. This not only keeps flyspell from marking a
809 buffer as changed that wasn't, but it solves the jumpy cursor
810 problem when attempts are made to edit incorrect words.
811 (flyspell-maybe-correct-doubling): Same change as for
812 `flyspell-maybe-correct-transposition'.
813
814 * calendar/timeclock.el (timeclock-log): Doc fix.
815 (timeclock-last-event): Doc fix.
816 (timeclock-log): Kill the timelog buffer after appending a new
817 event.
818 (timeclock-find-discrep): Use a temp buffer to read in the
819 timelog, instead of visiting the file.
820 (timeclock-log-data): A new function, along with a host of helper
821 functions, for the purpose of making timelog data accessible to
822 programmers.
823
824 * eshell/esh-mode.el (window-height test): Make certain that
825 `eshell-stringify-t' is non-nil.
826 (eshell-password-prompt-regexp): Changed to a much simpler
827 password regexp.
828 (eshell-send-input): If `eshell-invoke-directly' returns t,
829 directly invoke the parsed command using `eval'. This improves
830 turn-around time on simple commands by a factor of three or
831 greater, such as cd, ls, pwd, etc. -- which get used very often.
832 It also conserves thousands of cons cells per call (since
833 `eshell-do-eval' consumes memory like a Cookie Monster set loose
834 in the Pacific Cookie Company).
835
836 * eshell/esh-test.el (eshell-test): Whitespace fix.
837
838 * eshell/em-ls.el (eshell-ls-insert-directory): Make
839 `eshell-ls-initial-args' nil when inserting directory contents.
840
841 * eshell/em-script.el (eshell-script-initialize): Add names to
842 `eshell-complex-commands, since `source' and `.' are complex.
843
0467b076
EZ
844 * eshell/esh-cmd.el (eshell-rewrite-for-command)
845 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
846 `eshell-copy-handles'.
847 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
848 bodies.
849 (eshell-separate-commands): Whitespace fix.
850 (eshell-complex-commands): Added a new list of names, for
851 determining whether a given command is as simple as it looks.
852 (eshell-invoke-directly): New function. Returns t if a command
853 should be invoked directly (using `eval'), rather than indirectly
854 using `eshell-do-eval'.
855 (eshell-do-eval): Whitespace fix.
856
857 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
858 which provides an emulation of the DOS shell behavior of assuming
859 that cp/mv/ln should copy/move/link to the current directory.
860 (eshell-remove-entries): Added a doc string.
861 (eshell-shuffle-files): Removed the check for `target' being null.
862 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
863 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
864 it to do a smarter check of whether a destination was provided.
865 (eshell/mv, eshell/cp): Enable `:preserve-args'.
866 (eshell/ln): Enable `:preserve-args', and use
867 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
868 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
869 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
870 list after flattening it. This makes it possible to cat files
871 with numerical names.
872 (eshell-unix-initialize): Added several names to
873 `eshell-complex-commands.
874 (eshell-unix-command-complex-p): Return t if a given command name
875 may result in external processes being invoked.
876
877 * eshell/em-glob.el (eshell-glob-show-progress): Make this
878 variable nil by default, since it slows down glob processing by a
879 factor of two or more, and increases memory consumption.
880
881 * eshell/em-smart.el: Added a note about how memory consumptive
882 smart display mode can be (at least this is true in Emacs 21).
883 (eshell-smart-initialize): Whitespace fix.
884 (eshell-refresh-windows): Use `if' instead of `when'.
885 (eshell-smart-scroll-window): Calling `save-current-buffer' was
886 not necessary.
887 (eshell-currently-handling-window): Added a missing global
888 variable.
889
890 * eshell/em-ls.el (eshell-do-ls): Code simplification.
891 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
892 Whitespace fix.
893 (eshell-ls-exclude-hidden): Added this variable in addition to
894 `eshell-ls-exclude-regexp'. This one prevents files beginning
895 with . from even being read, which can improve memory consumption
896 quite a bit.
897 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
898 read file entries beginning with a dot. In home directories with
899 lots of hidden files, fully two-thirds of the time spent in ls is
900 used to read directory entries that are immediately thrown away.
901 (eshell-ls-initial-args): Added back this configuration variable,
902 for specifying default initial arguments to every call to ls.
903 Much faster than using an alias to do the same thing.
904 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
905 (eshell-ls-dir): Whitespace change.
906
907 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
908
909 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
910 available.
911 (eshell-stringify-t): Added a customization variable, to indicate
912 whether `t' should be rendered as a string at all. If not, one
913 can still determine if the result of an expression is true using
914 "file-exists-p FILE && echo true".
915 (eshell-stringify): If `eshell-stringify-t' is nil, don't
916 stringify t!
917
918 * eshell/esh-module.el: Whitespace fix.
919
920 * eshell/em-alias.el (eshell-alias-initialize): Added
921 `eshell-command-aliased-p' to `eshell-complex-commands'.
922 (eshell-command-aliased-p): New function that returns t if a
923 command name names an aliased.
924
657f9cb8 9252000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 926
0467b076 927 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 928 redrawing the screen when changing cursor color.
0467b076
EZ
929 (viper-insert-state-pre-command-sentinel)
930 (viper-replace-state-pre-command-sentinel)
70c825df
SM
931 (viper-replace-state-post-command-sentinel):
932 Use viper-preserve-cursor-color.
657f9cb8
MK
933 Many functions changed to use viper= instead of = when comparing
934 characters.
0467b076 935 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 936 working with characters.
0467b076 937 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
938 Many functions changed to use viper= instead of = when comparing
939 characters.
0467b076 940 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 941
0467b076 942 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 943 Several typos fixed in various docstrings.
0467b076
EZ
944 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
945 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 946 hook.
0467b076
EZ
947 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
948 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
949 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
950 (ediff-get-selected-buffers): New function.
951 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
952 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 953 save-window-excursion.
0467b076 954 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 955 termination check in while loop.
0467b076 956 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 957 dired buffer.
0467b076
EZ
958 (ediff-files,ediff-merge-files,ediff-files3)
959 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 960
4f490d99
DL
9612000-10-28 Dave Love <fx@gnu.org>
962
963 * info.el (Info-fontify-node): Add help-echo for menu items.
964
45b84006
EZ
9652000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
966
5ebc02b3
EZ
967 * startup.el (normal-top-level): If the value of $TERM indicates
968 we are running from xterm or one of its work-alikes, default to a
969 light background mode.
970
45b84006
EZ
971 Support for -fg, -bg, and -rv command-line arguments for TTYs:
972 * faces.el (tty-handle-reverse-video): New function.
973 (tty-create-frame-with-faces): Call it.
974
975 * frame.el (frame-notice-user-settings): Don't apply
976 default-frame-alist and initial-frame-alist to MS-DOS frames.
977 Call tty-handle-reverse-video, frame-set-background-mode, and
978 face-set-after-frame-default for non-MS-DOS frames.
979
980 * startup.el (tty-long-option-alist): New variable.
981 (tty-handle-args): New function.
982 (command-line): Call tty-handle-args.
983
984 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
985 startup.el now does that for all character-terminal frames.
986
eab6e8b9
MB
9872000-10-28 Miles Bader <miles@gnu.org>
988
989 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
990 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
991 global. If :global is followed by a non-nil but non-t value,
992 make the mode buffer-local, but also generate a `global-MODE'
993 version using `easy-mmode-define-global-mode'. Add
994 :conditional-turn-on keyword argument.
995
51a29efc
DL
9962000-10-28 Dave Love <fx@gnu.org>
997
998 * international/latin1-disp.el (latin1-char-displayable-p): Don't
999 use window-system.
1000
d71d7114
EZ
10012000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
1002
1003 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1004 Don't call find-buffer-file-type-coding-system. Instead, just
1005 set eol-type to -unix if inhibit-eol-conversion is in effect, or
1006 if the file is on an untranslated filesystem.
1007 (add-untranslated-filesystem): Use "D" instead of "f" inside
1008 interactive.
1009
1f9cab4b
DL
10102000-10-27 Dave Love <fx@gnu.org>
1011
70c825df 1012 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
1013 (refill-mode): Use it.
1014
70c825df
SM
10152000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * international/quail.el (quail-activate): Don't make-local-hook.
1018
7432cf10
AS
10192000-10-27 Andre Spiegel <spiegel@gnu.org>
1020
4836835a 1021 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 1022 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
1023 (vc-make-version-backup): Don't do it on MS-DOS without long file
1024 names.
4836835a 1025
7432cf10
AS
1026 * vc.el (vc-version-other-window): If an automatic backup of the
1027 desired version exists, rename it instead of copying it.
1028
4836835a
TTN
1029 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
1030 after command. If there's an unexpected error, signal it instead
7432cf10 1031 of being silent.
e1483c38 1032 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 1033
05ea7ef2
MB
10342000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1035
fd1035aa
MB
1036 * shell.el (shell): Add BUFFER argument.
1037 * comint.el (make-comint-in-buffer): New function.
1038 (make-comint): Use it.
1039
05ea7ef2
MB
1040 * faces.el (face-spec-choose): Change syntax so that the list of
1041 attribute-value pairs is now the cdr of each clause, not the cadr.
1042 Detect old-style entries, and handle them. Use pop.
1043
835a55fe
SM
10442000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1045
f5ab1cdd
SM
1046 * cus-edit.el (custom-mode-map): Use a sparse map.
1047 (custom-mode): Don't bother with make-local-hook.
1048
1049 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1050
835a55fe
SM
1051 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1052
c13b0ec8
GM
10532000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1054
1055 * ps-print.el: Avoid compilation gripes.
1056 (ps-print-version): New version number (6.2.1).
4836835a 1057
e9f63196
DL
10582000-10-26 Dave Love <fx@gnu.org>
1059
0b95284b
DL
1060 * menu-bar.el: Modify some menu item help strings.
1061 (menu-bar-help-menu): Add link to MORE.STUFF.
1062
e9f63196
DL
1063 * cus-edit.el (custom-mode): Add `special' mode-class property.
1064
1065 * wid-browse.el (widget-browse-mode): Likewise.
1066
1067 * wid-edit.el (widget-specify-field): Revert to using local-map
1068 property, not keymap.
1069
e276a14a
MB
10702000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1071
c1545d88
MB
1072 * wid-edit.el (widget-field-end): When checking for a `boundary'
1073 field, do so in the correct buffer.
1074
3c1b77ca
MB
1075 * simple.el (undo): Correctly distinguish between numeric and
1076 non-numeric prefix args in non-transient-mark-mode, as per the doc
1077 string. When in transient-mark-mode, treat all prefix-args as
1078 numeric.
1079
f5ab1cdd
SM
1080 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1081 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1082
1083 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1084 (comint-mode-map): Reverse order of `comint-write-output' and
1085 `comint-append-output-to-file'.
1086 (comint-append-output-to-file): Reinstate this function, for the
1087 benefit of the menu.
1088
d97151cb
SM
10892000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1090
1091 * vc.el (vc-version-other-window): Bind `file'.
1092
ea7d6f5b
GM
10932000-10-25 Gerd Moellmann <gerd@gnu.org>
1094
f5ab1cdd 1095 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1096
1097 * emacs-lisp/authors.el (batch-update-authors): New function.
1098 (authors-fixed-entries): New defconst.
1099 (authors-add-fixed-entries): New function.
1100 (authors): Call it.: Don't process lispref/.
1101
17c25cea
JR
11022000-10-25 Jason Rumney <jasonr@gnu.org>
1103
1104 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1105 Merge x w32 and mac definitions.
1106
4ecda532
GM
11072000-10-25 Gerd Moellmann <gerd@gnu.org>
1108
1109 * menu-bar.el (menu-bar-options-menu): Add a help string for
1110 `uniquify'.
1111
b6735035
GM
11122000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1113
f5ab1cdd
SM
1114 * time-stamp.el (time-stamp-string-preprocess):
1115 Fix a wrong type argument error.
b6735035 1116
f4cbc7a0
MB
11172000-10-25 Miles Bader <miles@gnu.org>
1118
1119 * recentf.el (recentf-mode): Variable removed.
1120 (recentf-mode): Use `define-minor-mode'.
1121
1122 * mwheel.el (mouse-wheel-mode): New global minor mode.
1123 (mwheel-install): Use `mouse-wheel-mode'.
1124
f4b020f6
DL
11252000-10-25 Dave Love <fx@gnu.org>
1126
f5ab1cdd
SM
1127 * progmodes/cperl-mode.el (cperl-mode):
1128 Set normal-auto-fill-function correctly.
072cb6f9 1129
f4b020f6
DL
1130 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1131 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1132 bindings.
f4b020f6 1133
ebe2a441
MB
11342000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1135
ff4dcd4b
MB
1136 * wid-edit.el (widget-field-at): New function.
1137 (widget-at, widget-field-activate): Use it.
1138 (widget-tabable-at): Use `widget-at'.
1139 (widget-specify-field): If the terminating character of the widget
1140 field (which is read-only) is a newline, put it into a special
1141 `boundary' field so that C-n/C-p act more naturally.
1142 (widget-field-end): Also don't subtract one if a special
1143 `boundary' field has been added after the widget field.
1144
ebe2a441
MB
1145 * comint.el (comint-output-filter, comint-send-input): Don't
1146 bother adding stickiness fields to overlays to fool the field
1147 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1148
ebe2a441
MB
1149 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1150 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1151 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1152
fe50b6ab
GM
11532000-10-24 Gerd Moellmann <gerd@gnu.org>
1154
53df4dda
GM
1155 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1156 (authors): Set file coding system to iso-2022-7bit. Add
1157 file-local variables to output buffer.
1158
4836835a 1159 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1160 WARN is nil.
1161
53df4dda
GM
11622000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1163
1164 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1165
1166 * delim-col.el: Now there is a column formatting mechanism.
1167 Modified to customization mechanisms convention. Doc fix.
1168 (columns): New group for delim-col.
1169 (delimit-columns-before, delimit-columns-after)
1170 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1171 (delimit-columns-end): New vars.
1172 (delimit-columns-customize, delimit-columns-format): New funs.
1173 (delimit-columns-region, delimit-columns-rectangle)
1174 (delimit-columns-rectangle-line): Modified to support column
1175 formatting.
4836835a 1176
a9839779
DL
11772000-10-24 Dave Love <fx@gnu.org>
1178
1179 * log-edit.el (log-edit): Add :version and a :group for vc.
1180
df0267b8
GM
11812000-10-24 Gerd Moellmann <gerd@gnu.org>
1182
9acc3873
GM
1183 * files.el (after-find-file): Don't print a message ``New file''
1184 if WARN is nil.
1185
63e1b552
GM
1186 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1187 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1188 get duplicate tool-bar entries because we'll see the global ones
1189 on more than one path through keymaps.
1190
1946f901
GM
1191 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1192
df0267b8
GM
1193 * progmodes/cmacexp.el: Change Francesco's email address.
1194
ae3b264b
KH
11952000-10-24 Kenichi Handa <handa@etl.go.jp>
1196
1197 * window.el (fit-window-to-buffer): Adjust point of the window
1198 buffer, not that of the current buffer.
1199
23afac01
EZ
12002000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1201
1202 * progmodes/cmacexp.el: Update the euthor's email address.
1203
22d1a4ed
MB
12042000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1205
1206 * faces.el (face-spec-set-match-display): Add `graphic' display
1207 type (the inverse of `tty'). Use `display-graphic-p' instead of
1208 the window-system variable.
1209
f408aa48
KH
12102000-10-24 Kenichi Handa <handa@etl.go.jp>
1211
1212 * international/isearch-x.el (isearch-with-input-method): Call
1213 input-method-function with the first event in
1214 unread-command-events.
1215
94fe8a31
MB
12162000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1217
1218 * faces.el (face-default-spec, face-user-default-spec): Make
1219 defsubsts.
1220
8f47302e
AC
12212000-10-24 Andrew Choi <akochoi@i-cable.com>
1222
1223 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1224 New charsets.
1225
1226 * term/mac-win.el: Remove definitions of mac-roman-lower and
1227 mac-roman-upper, require dired, and define instead of set
1228 mac-ready-for-drag-n-drop to avoid compilation error.
1229
446c097e
AI
12302000-10-23 Andrew Innes <andrewi@gnu.org>
1231
1232 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1233 superfluous calls to subst-char-in-string; instead apply
1234 expand-file-name after convert-standard-filename to ensure
1235 expected directory separators are used.
1236
379b70e7
EZ
12372000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1238
1239 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1240
85c766e9
DL
12412000-10-23 Dave Love <fx@gnu.org>
1242
b7e03a67
DL
1243 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1244 (tool-bar-add-item): Set foreground and background for XBM icons.
1245
1246 * international/latin1-disp.el (latin1-char-displayable-p): New
1247 function (from Handa).
1248 (latin1-display-check-font): Use it.
1249
0dcf8835
DL
1250 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1251 using :key-sequence, making it much more usable. Use nconc, not
1252 append.
1253 (imenu--create-keymap-1): Avoid append.
1254
85c766e9 1255 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1256
cb3069bb
MB
12572000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1258
1259 [the following changes fix a bug where `define-minor-mode' didn't
1260 correctly generate :require clauses for defcustoms in compiled files]
1261 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1262 (byte-compile-log-file, byte-compile-log-1): Don't set
1263 `byte-compile-current-file' to nil. Instead set
1264 `byte-compile-last-logged-file' to it. Test whether
1265 byte-compile-current-file equals byte-compile-last-logged-file
1266 instead of whether its nil.
3b6542ba 1267 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1268
6db6243b
SM
12692000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1270
1271 * textmodes/refill.el: Fix var names in doc.
1272 (refill-mode): Don't bother with make-local-hook anymore.
1273
98490598
MB
12742000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1275
e01cd227
MB
1276 * faces.el (face-user-default-spec, face-default-spec): New functions.
1277 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1278 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1279 Use `face-user-default-spec'. Simplify code slightly.
1280
4836835a 1281 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1282 (woman-unknown-face): Add dark-background variants.
1283 (woman-default-faces): Renamed from `woman-colour-faces'.
1284 Set using the stored defaults, rather than using hard-wired colors.
1285 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1286 Just make the foreground `unspecified' rather than "black".
1287 (woman-menu): Rename menu entries accordingly.
1288
98490598
MB
1289 * faces.el (header-line): Make more reasonable on mono/grayscale
1290 displays.
1291
1a578e9b
AC
12922000-10-23 Andrew Choi <akochoi@i-cable.com>
1293
1294 * cus-edit.el (custom-button-face): Use 3D look for mac.
1295 (custom-button-pressed-face): Likewise.
1296
1297 * faces.el (set-face-attributes-from-resources): Handle mac frames
1298 in the same way as x and w32 frames.
1299 (face-valid-attribute-values): Likewise.
1300 (read-face-attribute): Likewise.
1301 (defined-colors): Likewise.
1302 (color-defined-p): Likewise.
1303 (color-values): Likewise.
1304 (display-grayscale-p): Likewise.
1305 (face-set-after-frame-default): Likewise.
1306 (mode-line): Same default face as for x and w32.
1307 (tool-bar): Likewise.
1308
1309 * frame.el: Remove call to frame-notice-user-settings at end of
1310 the file.
1311
1312 * info.el (Info-fontify-node): make underlines invisible for mac
1313 as for x, pc, and w32 frame types.
1314
1315 * term/mac-win.el: New file.
1316
aaaf7be7
DL
13172000-10-22 Dave Love <fx@gnu.org>
1318
1319 * textmodes/refill.el: New file.
1320
5392d654
AS
13212000-10-22 Andre Spiegel <spiegel@gnu.org>
1322
4836835a 1323 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1324 MANUAL and REGEXP.
4836835a 1325 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1326 New functions.
1327 (vc-before-save): Use the latter.
1328 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1329 confusion.
1330
4836835a 1331 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1332 expected by vc[-hooks].el.
1333
1334 * vc.el (vc-checkout): Added `-p' suffix in call to
1335 vc-make-version-backups-p; use vc-make-version-backup to actually
1336 make the backup.
1337 (vc-version-other-window, vc-version-backup-file): Handle both
1338 automatic and manual backups.
1339 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1340 of all of them.
1341
1e221c16
MB
13422000-10-22 Miles Bader <miles@gnu.org>
1343
7ff4fda5
MB
1344 * comint.el (comint-highlight-input, comint-highlight-prompt):
1345 Renamed, `-face' at end removed.
1346 (comint-send-input, comint-output-filter): Use renamed faces.
1347
3511cde8
MB
1348 * window.el (fit-window-to-buffer): Change defaulting of
1349 MAX-HEIGHT slightly.
1350
1e221c16
MB
1351 * faces.el (color-values, color-defined-p): Use `member', not
1352 `memq', because it works correctly for strings.
1353 (frame-set-background-mode): Actually, "unspecified-fg" and
1354 "unspecified-bg" *are* strings. Use `member', not `memq', and
1355 `equal', not `eq', when a string value is possible.
1356
b6ef4898
EZ
13572000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1360
34939e2c
SM
13612000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1362
1363 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1364 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1365 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1366 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1367 (sh-font-lock-syntactic-keywords): Use them.
1368 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1369 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1370 (sh-mode): Don't override font-lock-unfontify-region-function.
1371 Use a copy of sh-font-lock-syntactic-keywords.
1372 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1373 Don't call sh-scan-buffer since font-lock does it on the fly.
1374 (sh-get-indent-info): Use `face' rather than `syntax-table'
1375 text-property to detect here-documents.
1376 Replace sh-special-syntax with sh-st-punc.
1377 (sh-prev-line): Use `face' rather than `syntax-table'
1378 text-property to skip over here-documents.
1379 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1380 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1381 (sh-electric-less, sh-set-here-doc-region)
4836835a 1382 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1383 (sh-scan-buffer, sh-rescan-buffer): Remove.
1384
f3d3c491
AI
13852000-10-21 Andrew Innes <andrewi@gnu.org>
1386
1387 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1388 remote (ange-ftp) file names.
1389
b86c791c
MB
13902000-10-21 Miles Bader <miles@gnu.org>
1391
d9c30bdf
MB
1392 * window.el (fit-window-to-buffer): New function.
1393 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1394 (window-text-height): Don't expect minibuffers to have mode-lines.
1395
d9c30bdf 1396 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1397 * international/quail.el (quail-update-guidance): Use
1398 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1399
617fee5a
MB
1400 * international/quail.el (quail-show-guidance-buf): Make sure
1401 guidance window really has enough room.
1402 (quail-update-guidance): If quail-guidance-win is already shown,
1403 make sure its height is OK.
1404
b86c791c
MB
1405 * window.el (window-text-height, set-window-text-height):
1406 New functions.
1407 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1408 instead of `window-height' & `mode-line-window-height-fudge'.
1409 (mode-line-window-height-fudge): Add FACE parameter.
1410 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1411 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1412
e34850d1
MB
14132000-10-20 Miles Bader <miles@gnu.org>
1414
1415 * window.el (height-affecting-face-attributes): Use `defconst'.
1416
1417 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1418 New function, conditionally aliased to `mode-line-window-height-fudge'.
1419 (ispell-help): Use it.
1420 (ispell-choices-win-default-height): Don't include mode-line fudge.
1421 (ispell-choices-win-default-height): New function.
1422 (ispell-show-choices, ispell-command-loop): Use function
1423 `ispell-choices-win-default-height' instead of variable.
1424
a8b883c2
MB
14252000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1426
8c6e4a58
MB
1427 * window.el (mode-line-window-height-fudge): New variable.
1428 (height-affecting-face-attributes): New variable.
1429 (mode-line-window-height-fudge): New function.
1430 (shrink-window-if-larger-than-buffer): Use it.
1431 * help.el (resize-temp-buffer-window): Likewise.
1432
a8b883c2
MB
1433 * info.el (Info-fontify-node): Add support for @subsubsection
1434 titles, which use `Info-title-4-face'.
1435 (Info-title-4-face): New face.
1436 (Info-title-3-face): Inherit from Info-title-4-face instead of
1437 variable-pitch.
1438
e64c3a75
JR
14392000-10-19 Jason Rumney <jasonr@gnu.org>
1440
1441 * dired.el (dired-insert-directory): Do not let errors signalled by
1442 attempt to run dired-free-space-program prevent dired from working.
1443
c70fe852
SM
14442000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1445
1446 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1447
877cf6b4
GM
14482000-10-19 Gerd Moellmann <gerd@gnu.org>
1449
5de037e0
GM
1450 * dirtrack.el (dirtrack): Fix call to run-hooks.
1451
6deb9af9
GM
1452 * cmuscheme.el (cmuscheme-program-name): Renamed from
1453 scheme-program-name because xscheme.el contains a defcustom with
1454 the same name. As a consequence, customizing group `cmuscheme'
1455 loaded `xscheme' which redefined run-scheme.
1456 (run-scheme): Use cmuscheme-program-name.
1457
877cf6b4
GM
1458 * ps-print.el (ps-print-emacs-type): Move into the
1459 eval-and-compile.
1460
e597d8fb 1461 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1462 anonymous address, and add a website for Befrienders International.
4836835a 1463
3e9cb08f
GM
14642000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1465
c70fe852
SM
1466 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1467 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1468 (ps-print-version): New version number (6.2).
1469 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1470 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1471 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1472 (ps-x-extent-priority, ps-x-extent-start-position)
1473 (ps-x-face-font-instance, ps-x-find-coding-system)
1474 (ps-x-font-instance-properties, ps-x-make-color-instance)
1475 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1476 avoid compilation gripes without defining functions.
1477 (ps-e-find-composition): Alias for function find-composition, to have a
1478 suitable function depending on Emacs version.
1479 (ps-color-device, ps-color-values, ps-face-foreground-name)
1480 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1481 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1482 (ps-print-ensure-fontified): Function definitions surrounded by
1483 `eval-and-compile' to avoid compilation gripes.
1484 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1485 by symbol-value to avoid compilation gripes.
1486 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1487 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1488
d8abcd91
MB
14892000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1490
13ab33c4
MB
1491 * startup.el (normal-top-level): Call `frame-set-background-mode'
1492 after `frame-notice-user-settings' because the latter doesn't call
1493 the former on a tty.
1494
d8abcd91
MB
1495 * faces.el (frame-set-background-mode): `unspecified' &c are
1496 symbols, not strings.
1497
e8bce0a9
EZ
14982000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1499
c70fe852
SM
1500 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1501 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1502
c70fe852
SM
1503 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1504 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1505
773272d8
KH
15062000-10-19 Kenichi Handa <handa@etl.go.jp>
1507
c70fe852 1508 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1509 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1510 for ISO10646-1 fonts.
1511 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1512
772139c0
EZ
15132000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1514
1515 * faces.el (frame-set-background-mode): If a tty frame defines a
1516 background color, use that to compute the background mode, instead
1517 of always defaulting to "dark".
1518
d134a19f
MB
15192000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1520
8bb84cb2
MB
1521 * comint.el (comint-write-output): New function.
1522 (comint-mode-map): Add it to the menu.
e40a778f 1523 Bind `C-c C-s' to comint-write-output.
d134a19f 1524
dada41e1
GM
15252000-10-18 Gerd Moellmann <gerd@gnu.org>
1526
1527 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1528 Use fancy-splash-delay.
1529
9b5360aa
GM
15302000-10-18 Alex Schroeder <alex@gnu.org>
1531
1532 * progmodes/sql.el (sql-sybase-options): New option.
1533 (sql-sybase): Use it. Add sql-database to the list of parameters
1534 provided for login. The options -w 2048 -n are not used any more.
1535
9035a35a
GM
1536 * comint.el (comint-read-input-ring): Bugfix such that the first
1537 and the last entry of the input ring file are not lost.
1538
3556c6dd
GM
15392000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1540
1541 * ps-print.el: Internal variable changes to defcustom,
1542 make-local-hook changes to defvar. Doc fix.
1543 (ps-print-version): New version number (6.1).
1544 (ps-setup, ps-do-despool): Code fix.
1545 (ps-printer-name): Customization fix.
1546 (ps-printer-name-option): Now is a defcustom instead of an
1547 internal variable.
1548 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1549 (ps-print-begin-column-hook): Now are defvar instead of
1550 make-local-hook.
4836835a 1551
4e217e50
MB
15522000-10-18 Miles Bader <miles@gnu.org>
1553
1554 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1555 (comint-kill-output): Changed into an alias for `comint-delete-output',
1556 and made obsolete.
1557 (comint-mode-map): Rename references to comint-kill-output.
1558
34460354
EZ
15592000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * diff-mode.el (diff-header-face, diff-file-header-face)
1562 (diff-changed-face): Add bold and italic attributes to tty faces.
1563 (diff-function-face): New face.
1564 (diff-font-lock-keywords): Use it.
1565
17ea3cdb
MB
15662000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1567
1568 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1569 Remove commented-out call to force-mode-line-update.
1570 (comint-kill-output): Use `forward-line 0' instead of
1571 beginning-of-line to make sure we get past the prompt.
1572
9244f2c7
SM
15732000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1574
1575 * diff-mode.el (diff-header-face, diff-file-header-face):
1576 Add specific setting for dark background.
1577 (diff-context-face): Renamed from diff-comment-face.
1578 Set explicitly rather than inheriting from font-lock-comment-face.
1579
1592c1ef
EZ
15802000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1581
1582 * startup.el (command-line): Move the code which sets the default
1583 TTY colors to before before-init-hook.
1584
f86292a9
GM
15852000-10-17 Gerd Moellmann <gerd@gnu.org>
1586
1587 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1588
f7f2e883
EZ
15892000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1590
e854cc22
EZ
1591 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1592 extensions, for MS-DOS.
1593
f7f2e883
EZ
1594 * diff-mode.el (diff-header-face, diff-file-header-face)
1595 (diff-changed-face): Define tty-specific colors.
1596
c7b4f0f9
GM
15972000-10-17 Gerd Moellmann <gerd@gnu.org>
1598
1599 * startup.el (fancy-splash-text): Realign the text.
1600
12a72271
EZ
16012000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1602
1603 * font-lock.el (font-lock-comment-face): Define a separate default
1604 for dark-background tty's.
1605
61dfccfd
MB
16062000-10-17 Miles Bader <miles@gnu.org>
1607
1608 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1609 being obscured by whizzy mode-lines on graphics displays.
1610
333cd59e
EZ
16112000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1612
1613 * info.el (Info-title-1-face, Info-title-2-face)
1614 (Info-title-3-face): Define colors for tty's.
dada41e1 1615 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1616
dbf1fcc1
EZ
16172000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1618
1619 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1620 reverse from the frame parameters, and don't invert foreground and
1621 background colors.
1622
ac629823
MB
16232000-10-16 Miles Bader <miles@gnu.org>
1624
1625 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1626 string "*Info*". Call propertized-buffer-identification to spruce
1627 up the result.
1628
76eebffc
GM
16292000-10-16 Gerd Moellmann <gerd@gnu.org>
1630
3a6b59d9
GM
1631 * help.el: Provide `help' for the sake of define-minor-mode
1632 which generates defcustoms with requires.
1633
6569c3d3
GM
1634 * jit-lock.el (jit-lock-after-change): If we're in text that
1635 matches a multi-line font-lock pattern, make sure the whole text
1636 will be redisplayed.
1637
c2e0a611
GM
1638 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1639 author's name is unknown.
1640
76eebffc
GM
1641 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1642 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1643 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1644 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1645 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1646 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1647 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1648 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1649 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1650 Add author information.
1651
cf1e7b12
MB
16522000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1653
1654 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1655 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1656 full-color version (using the Gimp) to eliminate dithering artifacts.
1657
5586f3eb
SM
16582000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1659
1660 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1661
1662 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1663
ad64a888
DL
16642000-10-15 Dave Love <fx@gnu.org>
1665
1666 * progmodes/sh-script.el: Require skeleton and comint when
1667 compiling.
1668
1669 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1670
1671 * whitespace.el: Doc fixes.
1672 (top-level): Don't add hooks here.
1673 (whitespace-running-emacs): Deleted.
1674 (timer): Don't require.
1675 (whitespace): Add back :version conditional on xemacs test.
1676 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1677 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1678 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1679 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1680 Avoid specific xemacs test.
1681 (whitespace-global-mode): New option.
1682 (whitespace-global-mode): New command.
1683 (whitespace-unload-hook): New function.
1684
1685 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1686 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1687 (Info-fontify-node): `Goto' goes to `Go to'.
1688 (Info-fontify-node): Add help-echo to xref links.
1689
1ef49fc6
EZ
16902000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1693
8b7707e1
SM
16942000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1695
b3b7f42f
SM
1696 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1697 Use plist-get and allow :inherit.
1698
1699 * emacs-lisp/cl-macs.el (cl-do-arglist):
1700 Use plist-get and plist-member instead of memq.
1701
3c7fafc7
SM
1702 * emacs-lisp/ewoc.el (ewoc-location): New function.
1703 (ewoc-enter-after, ewoc-enter-before): Document return value.
1704 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1705 Don't need make-local-hook any more.
1706 (cvs-addto-collection): Return the new tin.
1707 (cvs-mode-insert): Jump to the new line.
1708
8b7707e1
SM
1709 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1710
1711 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1712
1713 * font-lock.el (font-lock-syntactically-fontified): New var.
1714 (font-lock-fontify-syntactic-keywords-region): Use it.
1715 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1716
1717 * diff-mode.el (diff-find-file-name): Fix regexp.
1718
1719 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1720 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1721
1722 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1723 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1724 (sh-mode): Don't make all vars local here.
1725 (sh-kw): Reformat.
1726 (sh-set-shell): Use dolist. Don't set indent-region-function.
1727 (sh-mode-syntax-table): Use pop.
1728 (sh-remember-variable): Use push.
1729 (sh-help-string-for-variable): Use memq.
1730 (sh-safe-backward-sexp): Remove.
1731 (sh-safe-forward-sexp): Add ARG.
1732 (sh-get-indent-info, sh-prev-stmt): Use it.
1733 (sh-prev-line): Simplify by using forward-comment.
1734 (sh-this-is-a-continuation): Simplify.
1735 (sh-learn-buffer-indent): Use dolist.
1736 (sh-do-nothing): Remove.
1737 (sh-set-char-syntax, sh-set-here-doc-region):
1738 Use inhibit-modification-hooks.
1739 (sh-name-style): Use mapcar and push.
1740 (sh-load-style): Use dolist.
1741 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1742 (sh-case, sh-while-getopts): Use propertize directly rather
1743 than sh-electric-rparen.
1744
17452000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1746
1747 * textmodes/tex-mode.el: Require CL when compiling.
1748 (tex-mode-syntax-table): Init immediately.
1749 (tex-mode-map): Bind M-RET to latex-insert-item.
1750 (latex-mode): Set indent-line-function to latex-indent.
1751 (tex-common-initialization): Don't setup the syntax-table any more.
1752 (latex-insert-item): New skeleton.
1753 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1754 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1755 (latex-indent, latex-find-indent): New functions.
4836835a 1756 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1757 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1758 (tex-compilation-parse-errors): Use with-syntax-table.
1759
86b7fcbb
MB
17602000-10-15 Miles Bader <miles@gnu.org>
1761
1762 * font-lock.el (font-lock-comment-face): Change dark-background,
1763 color, non-tty, default to `chocolate1'.
1764
57a24508
JW
17652000-10-13 John Wiegley <johnw@gnu.org>
1766
1767 * eshell/esh-util.el (require): Added a missing `require' form,
1768 needed when compiling (for an ange-ftp macro definition).
1769
40ad3db4
DL
17702000-10-13 Dave Love <fx@gnu.org>
1771
1772 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1773
db460189
GM
17742000-10-13 Gerd Moellmann <gerd@gnu.org>
1775
b41c9501
GM
1776 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1777 fix.
1778
4836835a 1779 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1780 transparent -colors 8).
1781
3b5e21df
GM
17822000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1783
1784 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1785 that breaks with old list format timestamps.
1786 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1787 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1788 strings.
1789
16908a3f
JW
17902000-10-13 John Wiegley <johnw@gnu.org>
1791
d7103dda
JW
1792 * align.el, pcomplete.el, calendar/timeclock.el,
1793 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1794
dace60cf 1795 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1796 faulty math, where holiday hours were being computing as seconds.
1797
b6b70cda
JW
17982000-10-13 John Wiegley <johnw@gnu.org>
1799
1800 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1801 specifying what "other" kinds of buffers should be saved. This
1802 used to be hard-coded.
1803 (desktop-buffer-misc-functions): A global for specifying how
1804 auxiliary data should be determined for special buffer types.
1805 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1806 instead of hard-coding the special buffer types.
1807 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1808 auxiliary data, instead of hard-coding for Info buffers and dired.
1809 (desktop-buffer-info-misc-data): Aux function for determining Info
1810 buffer auxiliary info.
1811 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1812 (desktop-buffer-info): Changed this function to use the info
1813 gathered above.
1814 (desktop-create-buffer): Be a little more careful about what
1815 `minor-mode' means before calling it. This is important for some
1816 buffer types.
1817
8c6b1d83
JW
18182000-10-13 John Wiegley <johnw@gnu.org>
1819
1820 * eshell/esh-util.el: Added a global form which declares an
1821 autoload for `parse-time-string', if that function is not already
1822 defined, and if parse-time.el is available on the user's system.
1823
1824 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1825 to be aware of ange-ftp user info.
1826 (eshell-do-ls): Bind `ange-cache'. Also, use
1827 `eshell-file-attributes'.
1828 (eshell-ls-annotate): Use `eshell-file-attributes'.
1829 (eshell-ls-file): Made the user-id printing code a bit smarter.
1830
1831 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1832 allow identification of alias user ids in remote directories.
1833 It's manual, but there's no other way to know when the current
1834 user on the local machine, is also the owning user on the remote
1835 machine.
1836 (fboundp): Bind `ange-cache'.
1837 (eshell-directory-files-and-attributes): Re-organized the logic a
1838 bit to use `eshell-file-attributes' instead of `file-attributes'.
1839 The former is more sensitive to directories that are read via FTP,
1840 and knows how to use ange-ftp to determine full attribute
1841 information, instead of just the name and last modtime.
1842 (eshell-current-ange-uids): Return the current user id when in a
1843 remote directory.
1844 (eshell-parse-ange-ls): Parse a full directory listing that has
1845 been returned by ange-ftp.
1846 (eshell-file-attributes): This beefed up version of
1847 `file-attributes' is only special if the user is currently in a
1848 remote directory, in which case it does a lot of work to find out
1849 what the real attributes of a file are, as they appear on the
1850 remote machine. This makes usage of remote directories (i.e.,
1851 ange-ftp pathnames) much more useful. You can now use Eshell as a
1852 full-fledged FTP client, with much more manipulation ability than
1853 most other clients.
1854
1855 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1856 variable, which means that Eshell's du should always be preferred
1857 in remote directories.
1858 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1859 just `file-attributes'.
1860 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1861 when reading remote directories. This is an Eshell-specific
1862 variable (not part of ange-ftp).
1863 (eshell/ln): Bind `ange-cache'.
1864 (eshell/du): Added some extra logic for determining when to use
1865 Eshell's du (which is slow), and when to use the external version
1866 (which may or may not exist).
1867
1868 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1869 `eshell-interactive-process', rather than using
1870 `get-buffer-process', since backgrounded processes don't count in
1871 the context of this function's logic.
1872
1873 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1874 `forward-char', so that null strings are parsed correctly.
1875
87730e84 18762000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1877
1878 * eshell/em-pred.el (eshell-pred-file-type,
1879 eshell-pred-file-links, eshell-pred-file-size): Use
1880 `eshell-file-attributes'. This is more correct over ange-ftp.
1881
1882 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1883 that remote file globbing is more efficient.
1884
1885 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1886 gathering the files and attributes within a directory.
1887
1888 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1889 the command line is a special file (not a regular file, directory
1890 or symlink), always attempt to call the external version of cat.
1891
87730e84 18922000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1893
1894 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1895 Eshell-friendly version of find-tag.
1896
1c7e37a9
MB
18972000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1898
4836835a 1899 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1900 (image-file-name-regexps): Add autoload cookies.
1901
11a7f341
KH
19022000-10-13 Kenichi Handa <handa@etl.go.jp>
1903
1904 * international/mule-cmds.el (select-safe-coding-system): If FROM
1905 is string, show it in *Warning* buffer.
1906
8ddddcb0
EZ
19072000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * startup.el (normal-top-level): Use display-popup-menus-p instead
1910 of window-system.
1911 (command-line): Use display-graphic-p instead of window-system.
1912 (command-line-1): Use display-popup-menus-p and display-mouse-p
1913 instead of window-system.
1914
72200f89
SS
19152000-10-12 Sam Steingold <sds@gnu.org>
1916
1917 * tooltip.el (tooltip-use-echo-area): New user variable.
1918 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1919
8661c643
DL
19202000-10-12 Dave Love <fx@gnu.org>
1921
d0b40dc1
DL
1922 * recentf.el: Maintainer's checkdoc fixes.
1923
a622451f
DL
1924 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1925 character class, not ASCII when matching file names.
1926 (fancy-splash-head): Add trailing slash to URL.
1927 (command-line): Don't require XPM support for toolbar.
1928
8661c643
DL
1929 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1930 (cperl-invalid-face): Revert last change.
1931 (cperl-init-faces): Quote cperl-invalid-face.
1932
ef2ed8ab
KH
19332000-10-12 Kenichi Handa <handa@etl.go.jp>
1934
1935 * startup.el (fancy-splash-text): Remove superfluous quote.
1936
b0da379e
GM
19372000-10-12 Gerd Moellmann <gerd@gnu.org>
1938
dbeb499b
GM
1939 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1940 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1941 (command-line-1): Don't use fancy-splash-pending-command.
1942 (fancy-splash-screens-1): Goto point-min after inserting text.
1943
d861718a
GM
1944 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1945
b0da379e
GM
1946 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1947 instead of shared-lisp-mode-map.
1948
4fb2ad98
MB
19492000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1950
1cb4393e
MB
1951 * faces.el (header-line): Change tty-variant to use underlining.
1952
4fb2ad98
MB
1953 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1954 (isearch-highlight): Restore lazy-isearch face properties at old
1955 position, and suppress them at new position.
1956 (isearch-dehighlight): Restore lazy-isearch face properties.
1957 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1958 over the real isearch overlay, but in that case, don't give it a
1959 face property. Use `push'.
1960
eb991b25
KH
19612000-10-12 Kenichi Handa <handa@etl.go.jp>
1962
1963 * man.el (Man-getpage-in-background): Fix previous change.
1964 Decode the process output only when we are in multibyte mode.
1965
a818c1c0
DL
19662000-10-11 Dave Love <fx@gnu.org>
1967
c990f53a
DL
1968 * info.el (Info-mode-menu): Fix some help.
1969 (info-tool-bar-map): Add entry for Info-last.
1970
a818c1c0
DL
1971 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1972 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1973 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1974 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1975 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1976 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1977 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1978 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1979 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1980 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1981 Reduce colour requirements to 25 overall. (Probably wants
1982 revisiting from the originals to reduce further.)
1983
c1b096cb
EZ
19842000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1985
1986 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1987 buffer-file-coding-system, instead of raw-text.
1988 (dehexlify-buffer): Bind coding-system-for-read to
1989 buffer-file-coding-system, instead of raw-text.
1990
5c8b7eaf
SS
19912000-10-11 Sam Steingold <sds@gnu.org>
1992
1993 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1994 `underline' - fixes the bug introduced on 2000-09-21.
1995
2cfbdb7a
DL
19962000-10-11 Dave Love <fx@gnu.org>
1997
1998 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1999 compiler warnings.
2000 (scheme-mode): Doc fix.
2001 (scheme-font-lock-keywords-1): Match `define-syntax'.
2002
20032000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
2004
2005 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
2006 face specs as well as default ones. Only do anything if the
2007 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 2008 (region): Make dark-background `region' face less in-your-face.
4b33f290 2009
690ec649
SS
20102000-10-10 Sam Steingold <sds@gnu.org>
2011
2012 * chistory.el, ielm.el, ledit.el:
2013 * progmodes/inf-lisp.el, progmodes/scheme.el:
2014 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
2015
3b95d6bb
SM
20162000-10-10 Stefan Monnier <monnier@cs.yale.edu>
2017
2018 * textmodes/texinfo.el: Update copyright and fix typo.
2019
2020 * desktop.el (desktop-modes-not-to-save): New var.
2021 (desktop-save-buffer-p): Use it.
2022 Also, obey desktop-buffers-not-to-save even for non-file buffers.
2023 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
2024
d646c828
DL
20252000-10-10 Dave Love <fx@gnu.org>
2026
2027 * toolbar/tool-bar.el (tool-bar-add-item)
2028 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
2029 display.
2030
d646c828
DL
2031 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
2032 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
2033 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
2034 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
2035 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
2036 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
2037 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
2038 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
2039 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
2040 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
2041 the .xpms; probably need retouching.
2042
862a7e28
MB
20432000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2044
2045 * subr.el (add-to-list): Add optional argument APPEND.
2046 * battery.el (display-battery): Use `add-to-list'.
2047
46e33aee
TTN
20482000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2049
930baf47
TTN
2050 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2051 these vars as symbol properties.
2cfbdb7a
DL
2052 (zone, zone-when-idle, zone-leave-me-alone)
2053 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2054
5a430f9c
TTN
2055 * battery.el (display-battery): Doc spelling fix.
2056
46e33aee
TTN
2057 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2058 property.
2059
adf7d3a8
DL
20602000-10-09 Dave Love <fx@gnu.org>
2061
2062 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2063 has been initialized before calling tool-bar-setup.
c2156508 2064 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2065
06a8c9f8
EZ
20662000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2067
e4ca8f8c
EZ
2068 * menu-bar.el (send-mail-item-name): New function.
2069 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2070 of mail-user-agent in the menu. Don't display the "Send Mail"
2071 item if mail-user-agent is nil or its value is ignore.
2072 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2073 if read-mail-command is nil or its value is ignore.
2074
06a8c9f8
EZ
2075 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2076
7dbc9c8a
MB
20772000-10-09 Miles Bader <miles@gnu.org>
2078
29e0814b
MB
2079 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2080 Correct image size.
2081 * toolbar/left_arrow.xpm: Correct image size.
2082
7dbc9c8a
MB
2083 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2084 will be done by the definition of `auto-compression-mode' if
2085 necessary. Move code to uninstall existing file-name handler
2086 before definition of `auto-compression-mode'.
2087
2088 * image-file.el (auto-image-file-mode): Move to the end of the
2089 file, because `define-minor-mode' actually calls the mode-function
2090 if the associated variable is non-nil, which requires that all
2091 needed functions be already defined.
2092
65b61266
MB
2093 * mouse.el (popup-menu): Balance parens.
2094
d6b8c85b
SM
20952000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2096
2097 * mouse.el (popup-menu): Move the command call outside the loop
2098 so that popup-menu returns whatever the command returns.
2099
2100 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2101 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2102 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2103 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2104
2105 * vc.el (vc-version-diff): diff-switches can be a list.
2106 Use relative filenames for prettier output.
2107
46e33aee 2108 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2109 (vc-post-command-functions): Remove old-VC compatibility code.
2110
2111 * newcomment.el (comment-indent-default): Autoload.
2112
2113 * font-lock.el (font-lock-defaults): Make buffer-local.
2114 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2115 (font-lock-choose-keywords):
2116 Ignore LEVEL unless KEYWORDS is a list of syms.
2117 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2118 Don't wrap regexp-opt things in \(...\) unnecessarily.
2119
2120 * jit-lock.el: Don't require font-lock any more.
2121 (jit-lock-functions): Make buffer-local.
2122 (jit-lock-saved-fontify-buffer-function): Remove.
2123 (jit-lock-mode): Remove autoload cookie.
2124 Remove font-lock specific code.
2125 (jit-lock-unregister): Don't bother handling complex hooks any more.
2126 (jit-lock-refontify): New function.
2127 (jit-lock-fontify-buffer): Use it.
2128 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2129 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2130 Add optional args START and END.
2131 Never call font-lock-fontify-region directly.
2132 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2133
2134 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2135
a30ed6ac
DL
21362000-10-08 Dave Love <fx@gnu.org>
2137
4e7c7ca9
DL
2138 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2139
2140 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2141
2142 * play/studly.el (studlify-region, studlify-word): Add autoload
2143 cookie.
2144
2145 * play/morse.el (morse-region, unmorse-region): Add autoload
2146 cookie.
2147
2148 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2149 concat.
2150
2151 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2152 insist on symbols starting with word syntax.
2153 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2154 (eval-defun-1): Doc fix.
2155 (indent-sexp): Use nconc to build up indent-stack.
2156
2157 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2158 Gnus with little use.
2159 (mail-setup-hook): Add mail-abbrevs-setup to options.
2160
968f7c4a
DL
2161 * recentf.el: Doc fixes.
2162
2163 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2164 Clean up remainder.
2165
2166 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2167 without timezone and (8) with timezone to enforce some whitespace.
2168 Simplify code somewhat.
2169
2170 * options.el (list-options): Doc that you should use customize.
2171
2172 * iswitchb.el (iswitchb-mode): Add :require.
2173
a30ed6ac
DL
2174 * info.el (Info-goto-node, Info-menu): Doc fix.
2175 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2176 (info-tool-bar-map): New variable.
2177 (Info-mode): Use it.
2178 (Info-edit-map): Define all in defvar.
2179 (speedbar-attached-frame): Avoid compiler warning.
2180
2181 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2182 (global-map): Bind [tool-bar] to a filtered map.
2183 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2184 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2185 Allow PBM icons.
2186 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2187
2188 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2189 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2190 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2191 icons, except up_arrow, which is left-arrow rotated.
2192
2193 * imenu.el (imenu-add-to-menubar): Fix last change.
2194
4e953aff
PB
21952000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2196
2197 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2198 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2199
739e92a7
EZ
22002000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2201
d20faceb
EZ
2202 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2203 typos in doc strings.
2204
a640322e
EZ
2205 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2206 the doc strings how to customize Font Lock faces.
2207
739e92a7
EZ
2208 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2209 computing growth when dragging the header line.
2210
8be7408c
EZ
22112000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2212
2213 * simple.el (kill-line): Doc fix.
2214
6fee86a3
MB
22152000-10-08 Miles Bader <miles@gnu.org>
2216
445a653e
MB
2217 * faces.el (secondary-selection): Make foreground visible on tty.
2218
6fee86a3
MB
2219 * jka-compr.el (auto-compression-mode): Move to the end of the
2220 file, because `define-minor-mode' actually calls the mode-function
2221 if the associated variable is non-nil, which requires that all
2222 needed functions be already defined.
2223 (with-auto-compression-mode): Add autoload cookie.
2224
a115794c
EZ
22252000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2226
2227 * files.el (find-backup-file-name) [ms-dos]: If support for long
2228 file names is not available, behave as if version-control were set
2229 to never.
2230
b12e6de3
DL
22312000-10-07 Dave Love <fx@gnu.org>
2232
2233 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2234 (browse-url-gnome-moz): New function.
2235 (browse-url-browser-function): Use it.
2236 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2237
20b1d079
SM
22382000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2239
2240 * indent.el (tab-always-indent): New var.
2241 (indent-for-tab-command): Use it.
39250ec3 2242
9ee45b2c 2243 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2244 raise an error. This way it can still default to a sane value.
9ee45b2c 2245
8c6b1d83
JW
22462000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2247
39250ec3
SM
2248 * startup.el (fancy-splash-screens): Use local rather than global map.
2249 Don't use `update-menu-bindings' any more.
2250 Get rid of assumptions about keymap representation.
2251
a23ccdf2
DL
22522000-10-06 Dave Love <fx@gnu.org>
2253
814299a7 2254 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2255 (sentence-end-without-period): Doc fix.
2256 (adaptive-fill-regexp): Purecopy.
2257 (unjustify-current-line): Use line-end-position.
2258 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2259
2260 * net/eudc-vars.el (eudc): Add :version, :link.
2261
39250ec3 2262 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2263
2264 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2265 Fix for define-minor-mode.
2266 (function-at-point): Alias to function-called-at-point.
2267
2268 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2269
2270 * simple.el (backward-word): Doc fix.
2271
a23ccdf2
DL
2272 * image-file.el (image-file-name-regexp): image-file-regexps ->
2273 image-file-name-regexps.
742c1822 2274 (image-file-name-extensions): Add pbm.
a23ccdf2 2275
39250ec3
SM
22762000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2277
2278 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2279 and add filename to the names so that diff-mode can jump to source.
2280
2281 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2282 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2283 (tex-font-lock-keywords-1): Remove.
2284 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2285 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2286 (font-lock-default-fontify-region):
2287 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2288 (font-lock-fontify-anchored-keywords):
2289 Include the anchor text as part of the multiline.
2290
8d5dfacd
GM
22912000-10-06 Gerd Moellmann <gerd@gnu.org>
2292
2293 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2294 latter needs the autoloaded define-minor-mode macro during the
2295 bootstrap.
2296
2297 * startup.el (command-line): For now, activate tool-bar-mode only
2298 if XPM images are supported.
2299
2300 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2301 window by dragging a header-line at the top of the frame; that's
4c19fbce 2302 confusing because the header-line doesn't move.
8d5dfacd
GM
2303 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2304 of treating the event as a list. Some cleanup.
2305
f69aad2b 23062000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2307
f69aad2b
MB
2308 * simple.el (display-message-or-buffer): New function.
2309 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2310
09cb7646
MB
2311 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2312 docstring parts.
2313
814299a7 2314 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2315 (smbclient-prompt-regexp): Add usage note to doc string.
2316 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2317 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2318 Use add-hook for adding the comint filter function, and only do so
2319 if it's not already in the global hook list.
2320 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2321 to `make-local-variable'.
2322 (nslookup-font-lock-keywords): Remove prompt entry.
2323 (nslookup): Don't set the process-filter.
2324 (finger): Exit the loop correctly when the regexps list runs out.
2325 (ftp, smbclient, smbclient-list-shares):
2326 Set the real major mode immediately, not after execing.
2327 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2328
2329 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2330
4c19fbce
SM
23312000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2332
2333 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2334
2335 * which-func.el (which-func-format): Remove spurious space.
2336 (which-func-mode): Don't make it permanent-local.
2337 (which-func-ff-hook): Allow which-func-maxout to be nil.
2338 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2339 (which-func-mode): Simplify.
2340 Use post-command-idle-hook rather than post-command-hook.
2341 Go through all buffers and update their state.
2342 (which-function): Also try add-log-current-defun-function.
2343
2344 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2345 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2346 Update call to with-vc-properties accordingly.
2347 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2348 (vc-revert-buffer): More careful about window selection and deletion.
2349 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2350
2351 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2352 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2353 (cvs-dired-action): Change the default to quickdir.
2354
2355 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2356 if comment-indent-function returns nil.
2357 (comment-indent-default): New function.
2358 (comment-indent-function): Use it and document the new semantics.
2359
2360 * image-file.el: Docstring fixes.
2361
2362 * help.el (help-xref-on-pp): Use match-string.
2363 (describe-variable): New arg BUFFER.
2364 Store the current buffer in the help-xref-stack.
2365 (temp-buffer-resize-mode): Use define-minor-mode.
2366
2367 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2368 consistently with its docstring.
2369 Set jit-lock-first-unfontify-pos in an idempotent way.
2370 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2371
542c6552
GM
23722000-10-05 Alex Schroeder <alex@gnu.org>
2373
2374 * sql.el (sql-mysql-options): New variable.
2375 (sql-mysql): Use it.
2376
a3489ece
MB
23772000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2378
77f6105c
MB
2379 * image.el (image): New group.
2380
814299a7 2381 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2382 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2383
3478046b
PB
23842000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2385
2386 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2387 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2388 Ignore the value of wqindow-system; always define keywords
2389
22aca186
KH
23902000-10-05 Kenichi Handa <handa@etl.go.jp>
2391
2392 * startup.el (fancy-splash-screens): Remove the code for
2393 debugging; `(trace-to-stderr "EXITTT\n")'.
2394
55d5d717
MB
23952000-10-05 Miles Bader <miles@gnu.org>
2396
2397 * diff-mode.el (diff-goto-source): Update call to
2398 `diff-hunk-status-msg' to reflect new REV variable.
2399
41fa7178
SM
24002000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2401
2402 * progmodes/icon.el (icon-mode):
2403 Don't gratuitously override the default for comment-column.
2404
2405 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2406
2407 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2408 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2409 (jit-lock-functions): New var.
2410 (jit-lock-function-1): Use it if non-nil.
2411 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2412 Set the `fontified' property before doing the fontification to avoid
2413 repeatedly going through the same error.
2414 Don't turn errors into messages.
2415 (jit-lock-register, jit-lock-unregister): New functions.
2416
2417 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2418 Use with-current-buffer.
2419
2420 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2421 Turn comment into docstring.
2422
2423 * apropos.el (apropos-mode): Use define-derived-mode.
2424
3dc78168
GM
24252000-10-04 Gerd Moellmann <gerd@gnu.org>
2426
2427 * startup.el (fancy-splash-pending-command): New variable.
2428 (fancy-splash-pre-command): New function.
2429 (fancy-splash-screens): Rewritten.
2430 (command-line-1): If fancy-splash-pending-command is set, call it
2431 interactively.
2432
dae9dc56
DL
24332000-10-04 Dave Love <fx@gnu.org>
2434
2435 * toolbar/tool-bar.el (tool-bar-setup): New function.
2436 (tool-bar-mode): Use it.
2437
2438 * subr.el (substitute-key-definition): Doc fix.
2439 (play-sound-file): New command.
2440
3388f0a5
AS
24412000-10-04 Andre Spiegel <spiegel@gnu.org>
2442
814299a7 2443 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2444 vc-version-backup-file-name): New functions.
2445
2446 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2447
2448 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2449 vc-cvs-stay-local-p.
2450
2451 * vc.el (vc-revert-buffer): Handle empty diff properly.
2452 (vc-version-backup-file): New function.
2453 (vc-checkout): Create a version backup if necessary.
2454 (vc-checkin): If a version backup file exists, delete it.
2455 (vc-version-diff): Diff locally using version backups, if available.
2456 (vc-revert-file): If there's a version backup, revert locally.
2457 (vc-transfer-file): Use version backup for base version, if
2458 available. If not, ask for confirmation whether to get it from the
2459 server. Update mode line before check-in.
2460
ebd4825d
DL
24612000-10-04 Dave Love <fx@gnu.org>
2462
2463 * toolbar/tool-bar.el (tool-bar-setup): New function.
2464 (tool-bar-mode): Use it.
2465
1b24f4b7
PB
24662000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2467
3dc78168 2468 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2469 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2470 Only set if window-system is non-nil
2471 (net-utils-run-program): Returns buffer.
2472 (network-connection-reconnect): Added this function.
2473
814299a7
MB
2474 * generic.el:
2475 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2476 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2477 Uses cl compile-time macros.
3dc78168
GM
2478 (generic-mode-name, generic-comment-list)
2479 (generic-keywords-list, generic-font-lock-expressions)
2480 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2481 Removed variables.
2482 (generic-mode-alist): Renamed to generic-mode-list.
2483 (generic-find-file-regexp): Default changed to "^#".
2484 (generic-read-type): Uses completing read on generic-mode-list.
2485 (generic-mode-sanity-check): removed this function.
2486 (generic-add-to-auto-mode): Removed this function
3dc78168 2487 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2488 into function instead of putting them in alist.
2489 (generic-mode-set-comments): Reworked extensively.
2490 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2491 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2492
814299a7 2493 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2494 Make sure directory name ends with "/".
2495
814299a7 2496 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2497 Regexp now allows leading whitespace.
2498 (rc-generic-mode): Added eval-when-compile
2499 around generic-make-keywords-list.
2500 Deleted duplicate regexp
2501 (rul-generic-mode): Added eval-when-compile
2502 around generic-make-keywords-list.
2503 (etc-fstab-generic-mode): New generic mode.
2504 (rul-generic-mode): Removed one eval-when-compile
814299a7 2505 which caused a max-specpdl-size exceeded error.
1b24f4b7 2506
a7bf5cf3
MB
25072000-10-04 Miles Bader <miles@gnu.org>
2508
2509 * simple.el (minibuffer-temporary-goal-position): New variable.
2510 (next-history-element): Try to keep the position of point in the
2511 input string constant.
2512
2513 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2514 (dired-do-create-files): If there's only one file, pass it in as
2515 the DEFAULT arg to dired-mark-read-file-name.
2516
ce1087a9
SM
25172000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2518
2519 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2520 (diff-goto-source): Be smarter when choosing REVERSE or not.
2521
2522 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2523 (texinfo-mode-menu): Add an explicit shortcut for update all.
2524
0e41e1d6
AS
25252000-10-03 Andre Spiegel <spiegel@gnu.org>
2526
814299a7 2527 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2528 factorize backend-specific code cleanly (this was essentially
2529 conceived by Stefan Monnier).
2530 (vc-unregister): Function removed.
814299a7 2531 (vc-revert-file): New function.
858f7cb4
AS
2532 (vc-revert-buffer): Delegate some of the work to it.
2533
0e41e1d6
AS
2534 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2535 default branch unconditionally.
2536 (vc-rcs-set-default-branch): New function.
2537 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2538 (vc-rcs-checkin): If an appropriate default branch has been set,
2539 force creation of that branch.
858f7cb4
AS
2540 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2541 code (as suggested by Stefan Monnier).
0e41e1d6 2542
01c86c56
GM
25432000-10-02 Gerd Moellmann <gerd@gnu.org>
2544
45c477b4
GM
2545 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2546 highlighting overlay with a different face over the overlay
2547 isearch uses to highlight the current match because that can lead
2548 to bad face combinations.
2549
01c86c56
GM
2550 * loadup.el (toplevel): Load faces before isearch.
2551
2552 * isearch.el (isearch-faces): New custom group.
2553 (isearch): New defface; was already tested for in the code.
2554 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2555 (isearch-highlight): Always use face `isearch'.
2556
944425c0
DL
25572000-10-02 Dave Love <fx@gnu.org>
2558
2559 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2560 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2561 comparison of opcode with operand.
2562
2a099bcc
MB
25632000-10-03 Miles Bader <miles@gnu.org>
2564
2565 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2566 buffer, since the echo area will now grow to accommodate them.
2567
4300ecb8
AS
25682000-10-02 Andre Spiegel <spiegel@gnu.org>
2569
2570 * vc-hooks.el (vc-registered): If FILE used to be registered under
2571 a certain backend, try that one first.
2572
814299a7 2573 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2574 argument list. Handle multiple backends correctly.
2575 (vc-find-new-backend): Function removed.
2576 (vc-register): Use vc-responsible-backend, as before.
2577 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2578
64e6cc18
GM
25792000-10-02 Gerd Moellmann <gerd@gnu.org>
2580
2581 * startup.el (fancy-splash-head): Change message below the
2582 logo.
2583
00df919e
MB
25842000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2585
2586 * diff-mode.el (diff-goto-source): Emit a status message.
2587 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2588 (diff-test-hunk): Fix doc string.
00df919e
MB
2589 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2590 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2591 (diff-apply-hunk): Don't return a value.
00df919e 2592
ceec5a0c
SM
25932000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2594
2595 * vc.el (vc-editable-p): Minor optimization.
2596 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2597 (vc-find-new-backend): New function split from vc-responsible-backend.
2598 (vc-register): Use it.
2599 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2600 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2601 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2602 (vc-clear-headers): Don't use find-file.
2603 (vc-revert-buffer): Use `and' again (must have been a braino).
2604 (vc-switch-backend): Only prompt if requested.
2605 Short circuit if nothing is to be done.
2606 Don't use vc-resynch-buffer which could lose unsaved editing.
2607 (vc-default-receive-file): Update call to vc-unregister.
2608 (with-vc-file, vc-next-action-on-file):
2609 Use vc-backend rather than vc-registered.
2610 (vc-next-action-on-file): Use intern-soft.
2611 Deal with read-only *vc-diff* buffer.
2612 (vc-transfer-file): Docstring fix.
2613
2614 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2615 (vc-rcs-receive-file): Avoid with-vc-properties.
2616 Update call to vc-unregister.
2617 Use constant `RCS' rather than (dynamically bound) var `backend'.
2618
4ad5da8f
AS
26192000-10-01 Andre Spiegel <spiegel@gnu.org>
2620
814299a7 2621 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2622 is visited.
2623 (vc-start-entry): New argument initial-contents. Don't visit the file
2624 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2625 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2626 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2627 vc-start-entry.
2628 (vc-finish-logentry): Make sure to bury log buffer only if there
2629 really is one. Call `vc-resynch-buffer' on log-file, not
2630 buffer-file-name.
2631 (vc-default-comment-history, vc-default-wash-log): New functions.
2632 (vc-index-of): Removed.
2633 (vc-transfer-file): Make do without the above.
2634 (vc-default-receive-file): Call comment-history unconditionally. Pass
2635 the resulting string to vc-checkin, instead of inserting it into the
2636 comment ring.
2637
2638 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2639 unconditionally. Use the comments as initial contents of the log
814299a7 2640 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2641 changes.
2642
aa0c3dca
MB
26432000-10-01 Miles Bader <miles@gnu.org>
2644
2645 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2646 `recenter' with an arg to prevent redrawing the display.
2647
d5f5a2c5
SM
26482000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2649
2650 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2651
2652 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2653
814299a7 2654 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2655 Don't gratuitously override the default for comment-column.
2656
2657 * textmodes/tex-mode.el (latex-metasection-list): New var.
2658 (latex-imenu-create-index): Use it.
2659 Move the regexp construction outside loops (and use push).
814299a7 2660 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2661 (tex-font-lock-keywords): Moved from font-lock.el.
2662 (tex-comment-indent): Remove.
2663 (tex-common-initialization): Don't set comment-indent-function.
2664 (latex-block-default): New var.
2665 (tex-latex-block): Use it to provide a default choice.
2666 Add any unknown choice to latex-block-names.
2667 Insert [...] after {...}.
2668 (tex-last-unended-begin): Simplify regexp.
2669 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2670 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2671 (latex-mode): Set forward-sexp-function.
2672
2673 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2674 Add regexp for @ignore ... @end ignore.
2675 (texinfo-heading-face): New face.
2676 (texinfo-font-lock-keywords): Use it.
2677 (texinfo-mode-menu): New menu.
2678 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2679 New functions.
2680 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2681 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2682 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2683 Remove declaration.
2684 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2685
2686 * delsel.el (delete-selection-mode): Use define-minor-mode.
2687
2688 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2689
26902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2691
2692 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2693
8a5506f2
GM
26942000-09-30 Gerd Moellmann <gerd@gnu.org>
2695
068127d6
GM
2696 * replace.el (keep-lines-read-args): New function.
2697 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2698 read arguments interactively. Add parameters RSTART and REND.
2699 Operate on the active region in Transient Mark mode.
2700
d777bb8f
GM
2701 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2702
8a5506f2
GM
2703 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2704 (authors-obsolete-files-regexps): New variable.
2705 (authors-add): Don't record changes in obsolete files.
2706
3fa87bfc
SM
27072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2708
2709 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2710
2711 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2712 (comment-indent): Make sure there's a space between code and comment.
2713 Shift comments left to avoid going past fill-column.
2714
f02149ce
GM
27152000-09-29 Gerd Moellmann <gerd@gnu.org>
2716
2717 * startup.el (startup-echo-area-message): New function.
2718 (display-startup-echo-area-message): Use it.
2719 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2720 (fancy-splash-default-action): New function.
2721 (fancy-splash-screens-1): New function.
2722 (fancy-splash-head): Put a help-echo and a keymap under the image.
2723
a3ef6569
SM
27242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2725
2726 * diff-mode.el (diff-add-log-file-name): Remove.
2727 (diff-mode): Use add-log-buffer-file-name-function.
2728
2729 * add-log.el (find-change-log): New arg BUFFER-FILE.
2730 (add-log-file-name): Obey add-log-file-name-function.
2731 (add-log-buffer-file-name-function): New var.
2732 (add-change-log-entry): Use it.
2733
75e5b373
MB
27342000-09-29 Miles Bader <miles@gnu.org>
2735
2736 * image-file.el (image-file-name-extensions): New variable.
2737 (image-file-name-regexps): Renamed from `image-file-regexps'.
2738 New default value is nil. Call `auto-image-file-mode'.
2739 (image-file-name-regexp): New function.
2740 (auto-image-file-mode): New minor mode.
2741 (insert-image-file): Don't make conditional on the image-file
2742 handler being enabled.
2743 (image-file-handler): Make the call here conditional instead.
2744 (set-image-file-handler-enabled, enable-image-file-handler)
2745 (disable-image-file-handler): Functions removed.
2746
2747 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2748 string.
2749
de6e1f7c
GM
27502000-09-29 Gerd Moellmann <gerd@gnu.org>
2751
2752 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2753 it's a function from CL.
2754 (latex-imenu-create-index): Replace eval-when-compile with progn
2755 because latex-section-alist is not bound while compiling.
2756
d8c201f5
SM
27572000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2758
2759 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2760 (outline-mode): Use define-derived-mode.
2761
814299a7 2762 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2763 * progmodes/awk-mode.el (awk-mode):
2764 * progmodes/asm-mode.el (asm-mode):
2765 Don't gratuitously override the default for comment-column.
2766
2767 * emacs-lisp/lisp.el (lisp-complete-symbol):
2768 Distinguish the let-binding case from the funcall case.
2769 (forward-sexp-function): New variable.
2770 (forward-sexp): Use it.
2771
2772 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2773 (easy-mmode-defmap): Remove the now useless autoload.
2774
2775 * time.el (display-time-mode): Use define-minor-mode.
2776
2777 * subr.el (add-minor-mode): Don't eval NAME.
2778 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2779 Use if rather than cond.
2780
2781 * simple.el (read-expression-map): Define more properly.
2782 (comment-indent-hook): Remove.
2783 (string-to-syntax): Bug fix.
2784
2785 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2786 (cvs-ediff-diff): Fix typo.
2787 (cvs-revert-if-needed): Don't bother preserving read-only.
2788
2789 * paren.el (show-paren-mode): Use define-minor-mode.
2790
2791 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2792 (toggle-auto-compression): Remove.
2793 (jka-compr-build-file-regexp): Remove useless grouping.
2794
2795 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2796 Avoid user-reserved bindings.
2797 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2798 (diff-header-face): Revert to grey85.
2799
2800 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2801
2802 * complete.el (partial-completion-mode) <defcustom>: Remove.
2803 (partial-completion-mode): Use define-minor-mode.
2804 (PC-do-completion): Understand `completion-auto-help = delay'
2805 to mean to popup the completion buffer only the second time.
814299a7 2806 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2807 (PC-include-file-all-completions): Don't quote lambda.
2808
2809 * comint.el (comint-mode-hook): Docstring fix.
2810 (comint-mode): Use define-derived-mode.
2811 (comint-mode-map): Remove obsolete comment.
2812 (make-comint): Minor stylistic change.
2813 (comint-insert-clicked-input): Be more careful to find the overlay.
2814 Use this-command-keys rather than hardcoding mouse-2.
2815
2816 * font-lock.el: Replace confusing (,@ with ,
2817 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2818 Don't use regexp-opt-depth. Spice up the regexp for args.
2819 Don't distinguish between cmds that can take an opt arg or not.
2820 Use `append' and `prepend' rather than `keep'.
2821
2822 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2823 (latex-outline-regexp): New var.
2824 (latex-outline-level): New fun.
2825 (latex-section-alist): New var.
2826 (latex-imenu-create-index): Use it. Use `push' as well.
2827 (tex-shell-map): Initialize it properly.
2828 (tex-mode): Minor stylistic change.
2829 (plain-tex-mode): Use define-derived-mode.
2830 (latex-mode): Use define-derived-mode.
2831 Construct the paragraph regexps in a more readable way.
2832 Set the buffer-local outline-{level,regexp} vars.
2833 (slitex-mode): Derive from latex-mode.
2834 (tex-common-initialization): Don't kill-all-vars anymore.
2835 Add setting for comment-add and font-lock-defaults.
2836 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2837 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2838 (tex-start-tex): New arg DIR (and send a chdir command for it).
2839 Also display the shell buffer and save it in tex-last-buffer-texed.
2840 (tex-region): Use expand-file-name rather than concat.
2841 Remove code made useless by changes in tex-start-tex.
2842 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2843
2844 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2845
ff398532
DL
28462000-09-28 Dave Love <fx@gnu.org>
2847
2848 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2849
f9415d5b
GM
28502000-09-28 Gerd Moellmann <gerd@gnu.org>
2851
2852 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2853 `append'.
2854
fa003899
SM
28552000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2856
2857 * info.el (Info-extract-pointer): Undo last change.
2858 Instead, fix the position of the `bound' arg to re-search-backward.
2859
28602000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2861
2862 * info.el (Info-extract-pointer):
2863 Widen more carefully, to avoid finding pointers in other nodes.
2864 (Info-index): Use push.
2865
f9415d5b 28662000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2867
2868 * frame.el (set-frame-font): Remove call to obsolete function
2869 frame-update-faces.
2870 (set-foreground-color, set-background-color): Likewise for
2871 frame-update-face-colors.
2872
5538b8ba
MB
28732000-09-27 Miles Bader <miles@gnu.org>
2874
2875 * image-file.el: New file.
2876
60536eea
GM
28772000-09-27 Gerd Moellmann <gerd@gnu.org>
2878
5b551d58
GM
2879 * frame.el (frame-notice-user-settings): Don't call
2880 frame-update-faces, which is a no-op now.
814299a7 2881
60536eea
GM
2882 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2883 tool-bar-lines.
2884
36f1966f
DL
28852000-09-27 Dave Love <fx@gnu.org>
2886
2887 * mouse.el: Fix last change.
2888
c5785b73
MB
28892000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2890
2891 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2892
672172d9
KH
28932000-09-22 Kenichi Handa <handa@etl.go.jp>
2894
2895 * international/quail.el (quail-help): The output message is
2896 improved.
2897
4653b4ea
DL
28982000-09-26 Dave Love <fx@gnu.org>
2899
2900 * mouse.el (popup-menu): If POSITION is nil, set it using
2901 mouse-position.
2902
63900fcf
SS
29032000-09-25 Sam Steingold <sds@gnu.org>
2904
2905 * net/browse-url.el (browse-url-file-url): Check for null maps.
2906
cd3b81be
GM
29072000-09-26 Gerd Moellmann <gerd@gnu.org>
2908
876512ab 2909 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2910 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2911
fa003899
SM
2912 * frame.el (frame-notice-user-settings):
2913 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2914
cd3b81be
GM
2915 * toolbar/tool-bar.el (tool-bar-help): New function.
2916
d8b4516f
GM
29172000-09-25 Gerd Moellmann <gerd@gnu.org>
2918
6567e9b5
GM
2919 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2920 current-load-list in top-level forms. Else this leaks a cons cell
2921 every time a defun is called.
63900fcf 2922
d8b4516f 2923 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2924
a461758e
DL
29252000-09-25 Dave Love <fx@gnu.org>
2926
7df6adc3
DL
2927 * startup.el (fancy-splash-head): Check XPM is available.
2928
a461758e
DL
2929 * autoinsert.el (auto-insert): Doc fix.
2930 (auto-insert-alist): Following GNU notices, don't say `copyright
2931 _by_'. Use line-beginning-position.
2932 (auto-insert): Check buffer-file-name is non-nil before use.
2933
b11af2dd
GM
29342000-09-25 Gerd Moellmann <gerd@gnu.org>
2935
2936 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2937 starting with `@def' or `@multitable', in addition to ones
2938 specified by the user in auto-fill-inhibit-regexp.
2939
5f9f981b
GM
29402000-09-25 Markus Rost <rost@math.ohio-state.edu>
2941
2942 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2943 rmail-dont-reply-to-names matches the empty string.
63900fcf 2944
8ff16b4e
GM
29452000-09-25 Gerd Moellmann <gerd@gnu.org>
2946
63900fcf 2947 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2948 text to sound more friendly.
2949
9b4a7800
TTN
29502000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2951
2952 * progmodes/hideshow.el: Update author email address.
2953 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2954 (hs-hide-all-non-comment-function): New var.
2955 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2956 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2957 (hs-show-region): Delete this command.
2958 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2959
4c7c1f3f
DL
29602000-09-22 Dave Love <fx@gnu.org>
2961
2962 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2963 (hl-line-highlight): Specify buffer when moving overlay.
2964
2965 * progmodes/fortran.el (fortran-mode): Locally set
2966 normal-auto-fill-function.
2967 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2968 (fortran-mode-map): Adjust auto-fill menu entry.
2969
13f93dee
GM
29702000-09-22 Gerd Moellmann <gerd@gnu.org>
2971
36eb0a91
GM
2972 * vc-rcs.el (toplevel): Require `vc' when compiling.
2973
fa003899 2974 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2975
36a03bf9
AS
29762000-09-22 Andre Spiegel <spiegel@gnu.org>
2977
9b4a7800 2978 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2979 registered under the new backend.
2980
9b4a7800 2981 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2982 without explicit revision number.
2983
6e4e8a3b
SM
29842000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2985
2986 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2987 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2988 (diff-xor): New function.
2989 (diff-find-source-location): Use it. Fix a stupid name clash.
2990 (diff-hunk-status-msg): New function.
2991 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2992 (diff-test-hunk): Use diff-find-source-location.
2993 (diff-goto-source): Favor the `reverse'.
2994 (diff-hunk-text): Properly handle one-sided context diffs.
2995 (diff-apply-hunk): When done, advance to the next hunk.
2996
1b24b888
GM
29972000-09-21 Gerd Moellmann <gerd@gnu.org>
2998
623a0aae
GM
2999 * startup.el (command-line): If frame was created with a non-zero
3000 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 3001
1b24b888
GM
3002 * add-log.el (change-log-date-face, change-log-name-face)
3003 (change-log-email-face, change-log-file-face)
3004 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
3005 (change-log-function-face, change-log-acknowledgement-face):
3006 New faces, inheriting from font-lock faces.
1b24b888 3007 (change-log-font-lock-keywords): Use them.
9b4a7800 3008
93b3a1c8
DL
30092000-09-21 Dave Love <fx@gnu.org>
3010
80585273
DL
3011 * progmodes/cperl-mode.el (top-level): Clean up
3012 `eval-when-compile's and assorted defvars.
3013 (cperl-invalid-face): Don't double-quote value. Change custom
3014 type.
3015 (cperl-mode): Set normal-auto-fill-function and don't zap
3016 auto-fill-function.
3017 (cperl-imenu--function-name-regexp-perl): Renamed from
3018 imenu-example--function-name-regexp-perl.
3019 (cperl-imenu--create-perl-index): Renamed from
3020 imenu-example--create-perl-index.
3021 (cperl-xsub-scan): Don't require cl.
3022
93b3a1c8
DL
3023 * msb.el (msb-mode-map): Use substitute-key-definition.
3024 (msb-mode): Use msb-mode-map.
3025
43ccb598
AS
30262000-09-21 Andre Spiegel <spiegel@gnu.org>
3027
3028 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
3029 New functions.
fa003899 3030 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
3031 (vc-switch-backend): New function.
3032 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
3033 (vc-register): Fix prompt.
3034 (vc-unregister, vc-default-unregister): New functions.
3035 (vc-version-diff): Handle empty buffer in sentinel.
3036
3037 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
3038 (vc-rcs-state-heuristic): Use it to guess the state of files with
3039 non-strict locking.
3040 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
3041 been set with -b, but not created yet.
3042 (vc-rcs-fetch-master-state): With non-strict locking, compare file
3043 contents in order to find the state.
3044 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3045 (vc-rcs-unregister, vc-rcs-receive-file)
3046 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3047
9b4a7800 3048 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3049 in case it is missing.
9b4a7800 3050
95fadcca
GM
30512000-09-21 Gerd Moellmann <gerd@gnu.org>
3052
3053 * startup.el (fancy-splash-tail): Use a different foreground
3054 color on a dark frame background.
3055
470f23e1
MB
30562000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3057
3058 * info.el: Use the correct capitalization when making Info-mode
3059 and Info-edit-mode `special' modes.
3060
281096ed
SM
30612000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3062
3063 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3064 (diff-mode): Add support for add-log.el.
3065 (diff-hunk-text): Use char offsets rather than line offsets.
3066 (diff-find-source-location): Replace LINE with line-offset (nil
3067 if not found) and always set POS to a meaningful position.
3068 Adapt to the new char-offsets.
3069 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3070 Adapt to the new diff-find-source-location.
3071 (diff-goto-source): Adapt to the new diff-find-source-location.
3072
3073 * add-log.el (add-log-file-name): New function (split out of
3074 add-change-log-entry).
3075 (add-change-log-entry): Use it.
3076 Call add-log-file-name-function with the changelog file name if
3077 the current buffer is not associated with any file.
3078 Avoid find-file if the selected window is dedicated.
3079
3080 * diff-mode.el (diff-find-source-location):
3081 Move code from diff-apply-hunk. Return buffer rather than file.
3082 (diff-apply-hunk): Use the new result from diff-find-source-location.
3083 (diff-goto-source): Use the new diff-find-source-location.
3084
c29d77c4
DL
30852000-09-20 Dave Love <fx@gnu.org>
3086
3087 * iswitchb.el: Some doc fixes.
3088 (iswitchb-mode-map): Define completely initially. Inherit
3089 minibuffer-local-map.
3090 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3091 fundamental-mode.
3092 (iswitchb-global-map): New variable.
3093 (iswitchb-summaries-to-end): Amalgamate regexps.
3094 (iswitchb-mode): New.
3095 (iswitchb-mode-hook): New variable.
3096 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3097 `extensions'.
3098
49939379
GM
30992000-09-20 Gerd Moellmann <gerd@gnu.org>
3100
d05c87ac
GM
3101 * ehelp.el (electric-help): New defgroup.
3102 (electric-help-shrink-window): New user-option.
3103 (with-electric-help): Use it.
3104
1ec082d4
GM
3105 * window.el (shrink-window-if-larger-than-buffer): If face
3106 `mode-line' has a :box, and we're on a graphical frame, add 1
3107 to the needed window height.
3108
f46c275e
GM
3109 * frame.el (frame-notice-user-settings): Add a last parameter nil
3110 to a call to `append', because the last list passed to `append' is
3111 not copied, and so subsequent calls to assq-delete-all will modify
3112 default-frame-alist.
3113
b7e11c5b
GM
3114 * startup.el (fancy-splash-image): Change :type.
3115 (fancy-splash-head): Use an XBM image if appropriate.
3116 (command-line-1): Show splash screens in more cases.
3117
26ff68aa
GM
3118 * startup.el (fancy-splash-text): Don't quote faces.
3119
8320414c
GM
3120 * dired.el (dired-font-lock-keywords): Undo last change.
3121 (dired-readin): Bind indent-tabs-mode to nil.
3122
49939379
GM
3123 * startup.el (fancy-splash-head): If frame's background mode
3124 is `dark', change the black background of the image to gray.
3125 (fancy-splash-screens): Display startup echo area message.
3126 (display-startup-echo-area-message): New function.
3127
c3b27206
MB
31282000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3129
55a3d2a1
MB
3130 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3131
3132 * info.el (info-header-node): Tweak for color ttys.
3133
37a99821
MB
3134 * faces.el (face-valid-attribute-values): Make sure directories we
3135 search for stipples both exist and are readable before trying to
3136 search them.
3137
0415d0d0
MB
3138 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3139 in the dry-run case.
3140
523b128c
MB
3141 * jka-compr.el (with-auto-compression-mode): New macro.
3142
c3b27206
MB
3143 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3144 (custom-group-tag-face, custom-variable-tag-face): Use relative
3145 :height and inherit from `variable-pitch' face instead of
3146 hardwiring :family.
3147 * hi-lock.el (hi-black-hb): Likewise.
3148
ddba99ad
MB
3149 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3150 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3151 toolbar-add-item, if image doesn't have a mask add a `:mask
3152 heuristic'.
3153
7e99fbde
SM
31542000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3155
3156 * diff-mode.el: Docstring fixes.
3157 (diff-header-face, diff-comment-face): New faces.
3158 (diff-font-lock-keywords): Highlight a bit differently.
3159 (diff-find-source-location): Don't return SPAN any more.
3160 (diff-hunk-text): Don't bother erasing the temp buffer.
3161 (diff-find-text): Drop argument LINE.
3162 (diff-apply-hunk): Update calls to diff-find-text.
3163 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3164
3165 * calendar/calendar.el: Docstring fixes.
3166 (calendar-make-alist): Don't quote lambda.
3167 (calendar-star-date): Use make-local-variable.
3168
fb275c02
DL
31692000-09-19 Dave Love <fx@gnu.org>
3170
7e99fbde
SM
3171 * toolbar/tool-bar.el: Renamed from toolbar.el.
3172 Change `toolbar' to `tool-bar' generally in symbols.
3173 Make some items invisible in `special' major modes.
3174 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3175 Add arg PROPS.
532cb34d 3176
7e99fbde
SM
3177 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3178 Add :version here.
fb275c02
DL
3179 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3180
8f4ca9a5
GM
31812000-09-19 Gerd Moellmann <gerd@gnu.org>
3182
8b7707e1 3183 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3184
8b7707e1 3185 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3186 (find-file-noselect): Use it.
3187
8b7707e1 3188 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3189 (fancy-splash-screen): Defgroup.
3190
8f4ca9a5
GM
3191 * add-log.el (change-log-font-lock-keywords): Match names
3192 more exactly for the case that font-lock-constant-face is
3193 underlined.
3194
ba9eeda1 31952000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3196
8b7707e1 3197 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3198
289eaef9
AS
31992000-09-19 Andre Spiegel <spiegel@gnu.org>
3200
3201 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3202
ce9ded5d
GM
32032000-09-19 Gerd Moellmann <gerd@gnu.org>
3204
c113de23
GM
3205 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3206 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3207 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3208 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3209 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3210 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3211 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3212 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3213 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3214 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3215 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3216 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3217
ce9ded5d
GM
3218 * startup.el (fancy-splash-text): New variable.
3219 (fancy-splash-delay, fancy-splash-image): New user-options.
3220 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3221 (fancy-splash-screens): New functions.
3222 (command-line-1): If display has a `display' frame parameter, has
3223 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3224
b9b1c3a9
DL
32252000-09-19 Dave Love <fx@gnu.org>
3226
3227 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3228 with null `help'. Use modern backquote syntax.
3229
1af25534
GM
32302000-09-19 Gerd Moellmann <gerd@gnu.org>
3231
afd3c8cd
GM
3232 * font-lock.el (font-lock-mode): Change message telling the user
3233 that ``the buffer is too big''.
3234
1af25534
GM
3235 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3236 for instance for the case that tab-width is 2.
3237
05b1f851
GM
32382000-09-18 Gerd Moellmann <gerd@gnu.org>
3239
3240 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3241 toolbar-add-item, if image doesn't have a mask add a `:mask
3242 heuristic'.
3243
8ec8f673
MB
32442000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3245
2b612b1f
MB
3246 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3247 and return a cons if it's non-nil.
3248 (diff-apply-hunk): Try to jump to the line in the source text
3249 corresponding to the position of point in the in the hunk.
3250
9b4a7800 3251 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3252 (Info-title-1-face): Use face inheritance and relative sizes
3253 instead of hard-wiring things.
3254
3255 * faces.el (secondary-selection): Make dark-background variant sane.
3256
5eedab4d
AI
32572000-09-16 Andrew Innes <andrewi@gnu.org>
3258
5eedab4d
AI
3259 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3260 read-only, since they aren't under VC now.
3261
6a142f26
DL
32622000-09-17 Dave Love <fx@gnu.org>
3263
e07436e1
DL
3264 * tmm.el: Replace mapcar with mapc in several places.
3265
3266 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3267 ad-unadvise.
3268
7d354dd5
DL
3269 * international/latin1-disp.el: New file.
3270
6a142f26
DL
3271 * calendar/cal-move.el (scroll-calendar-left)
3272 (scroll-calendar-right): Make arg optional (for active mode line).
3273
3274 * calendar/calendar.el (calendar-mode-line-format): Make fields
3275 mouse-sensitive.
3276 (calendar-read-date, calendar-read-date, calendar-window-list):
3277 Unquote lambda.
3278 (calendar-month-name): Use aref, not sref.
3279
3280 * view.el (minor-mode-alist): Propertize the string.
3281
3282 * international/characters.el (standard-case-table): Add entries
3283 for Greek.
3284
50ac70af
MB
32852000-09-18 Miles Bader <miles@gnu.org>
3286
53c9ab4f
MB
3287 * info.el (info-node, info-xref): Add dark-background variants.
3288
a114b1ca
MB
3289 * faces.el (header-line): Change defaults to be less confusing
3290 when mixed with mode-lines.
3291
50ac70af
MB
3292 * info.el (Info-fontify-node): Make a few cleanups.
3293 Add extra `help-echo' and `local-map' props to node xrefs.
3294 Use header-specific faces for node-names & xrefs.
3295 (Info-use-header-line): New variable.
53c9ab4f 3296 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3297 (Info-setup-header-line): New function.
3298 (Info-select-node): Call Info-setup-header-line when enabled.
3299 (Info-extract-pointer): Work even if the header line is hidden.
3300 (Info-header-line): New variable.
3301
729927ff
SM
33022000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3303
3304 * vms-patch.el (print-region-function): Don't quote lambda.
3305
3306 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3307
3308 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3309 (lm-get-header-re): Allow spaces between the header and the colon.
3310 (lm-header): Allow $ in non-RCS headers.
3311 (lm-header-multiline): Put the strings back into order.
3312 Stop at an empty line. Don't require two space chars if the
3313 line is clearly not another header line.
3314
3315 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3316 (popup-menu-popup): Remove.
3317
7a98d821
GM
33182000-09-15 Gerd Moellmann <gerd@gnu.org>
3319
7f8f1edc
GM
3320 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3321 specification if or if not tool-bar item contains an `:enabled'
3322 property.
3323
7a98d821
GM
3324 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3325 current buffer has no file name.
3326
a7bc704b
DL
33272000-09-15 Dave Love <fx@gnu.org>
3328
3329 * strokes.el: Sync with maintainer's current version with changes
3330 for Emacs, but avoid runtime cl and levents.
3331 (toplevel): Change autoloads and compilation requires.
3332 (strokes-version, strokes-bug-address, strokes-lift): Values
3333 changed.
3334 (strokes-xpm-header, strokes-insinuated): New variable.
3335 (strokes): Add :link.
3336 (strokes-mode): Customized.
3337 (strokes-while-inhibiting-garbage-collector): New macro.
3338 (strokes-remassoc): Avoid remove-if.
3339 (strokes-fix-button2-command): Don't use ad-do-it.
3340 (strokes-insinuate): New function.
3341 (strokes-button-press-event-p, strokes-button-release-event-p):
3342 New functions, used instead of non-`strokes-' versions..
3343 (strokes-mouse-event-p): Rewritten.
3344 (strokes-event-closest-point): Avoid event-point.
3345 (strokes-get-grid-position): Avoid cdadr, caadr
3346 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3347 functions.
3348 (strokes-help): Use with-output-to-temp-buffer.
3349 (strokes-window-configuration-changed-p): New function.
3350 (strokes-update-window-configuration): Use buffer-live-p,
3351 strokes-window-configuration-changed-p.
3352 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3353 (strokes-char-face): New face.
3354 (strokes-char-table, strokes-base64-chars): New variable.
3355 (strokes-xpm-for-stroke, strokes-list-strokes)
3356 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3357 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3358 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3359 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3360 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3361 functions.
3362
47e351a3
GM
33632000-09-15 Gerd Moellmann <gerd@gnu.org>
3364
ebb8f116
GM
3365 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3366
47e351a3
GM
3367 * image.el (create-image): Doc fix.
3368
3369 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3370 instead of `:heuristic-mask t'.
3371
fe83b953
AI
33722000-09-14 Andrew Innes <andrewi@gnu.org>
3373
3374 * makefile.w32-in: Revert to Unix line endings.
3375
52481729
AI
33762000-09-14 Andrew Innes <andrewi@gnu.org>
3377
3021e816
AI
3378 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3379 when installing.
3380
52481729
AI
3381 * makefile.nt (DONTCOMPILE): Fix typo.
3382
3383 * shell.el (shell-write-history-on-exit): New function.
3384 (shell-dumb-shell-regexp): New custom variable.
3385 (shell-mode): Make shell-write-history-on-exit the process
3386 sentinel if shell name matches shell-dumb-shell-regexp.
3387
3388 * w32-fns.el: Comment out before-init-hook function which resets
3389 source-directory based; this breaks bootstrap.
3390
f8034e41
DL
33912000-09-14 Dave Love <fx@gnu.org>
3392
3393 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3394 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3395 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3396 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3397 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3398 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3399 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3400 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3401 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3402
3403 * toolbar/toolbar.el: New.
3404
3405 * subdirs.el: Add toolbar.
3406
b9ce5694
GM
34072000-09-14 Gerd Moellmann <gerd@gnu.org>
3408
3409 * indent.el (indent-for-tab-command): Doc fix.
3410
986b7dee
GM
34112000-09-14 Alex Schroeder <alex@gnu.org>
3412
3413 * ansi-color.el (ansi-colors): Doc change.
3414 (ansi-color-get-face): Simplified regexp.
3415 (ansi-color-faces-vector): Added more faces, doc change.
3416 (ansi-color-names-vector): Doc change.
3417 (ansi-color-regexp): Simplified regexp.
3418 (ansi-color-parameter-regexp): New regexp.
3419 (ansi-color-filter-apply): Doc change.
3420 (ansi-color-filter-region): Doc change.
3421 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3422 deal with zero length parameters.
3423 (ansi-color-apply-on-region): Doc change.
3424 (ansi-color-map): Doc change.
3425 (ansi-color-map-update): Removed debugging message.
3426 (ansi-color-get-face-1): Added condition-case to trap
3427 args-out-of-range errors.
3428 (ansi-color-get-face): Doc change.
3429 (ansi-color-make-face): Removed.
3430 (ansi-color-for-shell-mode): New option.
9b4a7800 3431
076ff911
KH
34322000-09-13 Kenichi Handa <handa@etl.go.jp>
3433
3434 * international/quail.el (quail-start-translation): Translate KEY
3435 if necessary even if it doesn't have any mapping in the current
3436 input method.
3437 (quail-start-conversion): Likewise.
3438 (quail-help): The output message is improved.
3439
bdf08678
MB
34402000-09-13 Miles Bader <miles@gnu.org>
3441
3442 * comint.el (comint-output-filter): Revert to using
3443 `insert-before-markers'. Add bletcherous hack to undo damage
3444 caused by `insert-before-markers'. Put `front-sticky' property on
3445 overlays created here so that the field code understands how the
3446 overlay works. Use a let when making comint-last-prompt-overlay,
3447 so that the code is easier to read.
3448
ffb8db8d
DL
34492000-09-13 Dave Love <fx@gnu.org>
3450
3451 * wid-edit.el (widget-default-format-handler): DTRT when
3452 doc-property is a function.
3453
5dd05f61
GM
34542000-09-12 Francesco Potorti` <pot@gnu.org>
3455
3456 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3457 filed name if it's not there.
3458
35177617
DL
34592000-09-12 Dave Love <fx@gnu.org>
3460
9023837e
DL
3461 * simple.el (read-mail-command): Doc fix.
3462 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3463
35177617
DL
3464 * vc.el (vc-dired-listing-switches): Fix :version.
3465
3466 * vc-hooks.el: Doc fixes.
3467
3468 * subr.el (add-minor-mode): Use toggle-fun arg.
3469
3470 * speedbar.el: Add :version to several defcustoms.
3471
3472 * imenu.el (imenu--truncate-items, imenu--cleanup)
3473 (imenu--generic-function): Avoid mapcar.
3474 (imenu--replace-spaces): Function removed.
3475 (imenu--completion-buffer): Use subst-char-in-string.
3476 (imenu-add-to-menubar): Use keymap inheritance.
3477
1afaae94
MB
34782000-09-12 Miles Bader <miles@gnu.org>
3479
3480 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3481 (diff-mode-map): Bind `diff-test-hunk'.
3482 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3483
34842000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3485
3486 * bytecomp.el (byte-compile-defvar): Undo last change
3487 because it breaks '(make-variable-buffer-local (defvar ...)'
3488 which is used at least in dired.
3489
63c36c3c
KH
34902000-09-12 Kenichi Handa <handa@etl.go.jp>
3491
3492 * international/quail.el (quail-define-package): Docstring
3493 modified.
3494
1ad24be1
KH
34952000-09-12 Kenichi Handa <handa@etl.go.jp>
3496
362a8065
KH
3497 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3498 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3499 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3500 docstring of "chinese-py".
3501
1ad24be1
KH
3502 * international/quail.el (quail-translation-docstring): New
3503 variable.
3504 (quail-show-keyboard-layout): Docstring modified.
3505 (quail-select-current): Likewise.
3506 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3507 infinite recursive call.
3508 (quail-help): Check quail-translation-docstring. Format of the
3509 output changed.
3510 (quail-help-insert-keymap-description): Adjusted for the above
3511 change.
3512
cc0f95a4
GM
35132000-09-11 Gerd Moellmann <gerd@gnu.org>
3514
3515 * bytecomp.el (byte-compile-defvar): Only cons onto
3516 current-load-list in top-level forms. Else this leaks a cons cell
3517 every time a defun is called.
3518
7530b6da
MB
35192000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3520
3521 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3522 Now understands non-unified diffs. Some functionality moved into
3523 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3524 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3525 modify anything. Only reposition point in the patched file if the
3526 patch succeeds. Only pop up another window if POPUP is true.
3527 Emit a message describing what happened if successful, and at what
3528 line-offset. Automatically detect reversed hunks and do something
3529 appropriate.
3530 (diff-hunk-text, diff-find-text): New functions.
3531 (diff-filter-lines): Function removed.
3532 (diff-test-hunk): New function.
3533 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3534
6b124390
DL
35352000-09-10 Dave Love <fx@gnu.org>
3536
3537 * textmodes/tildify.el: Minor doc/commentary fixes.
3538 (tildify) <defgroup>: Add :version.
3539
3540 * faces.el (face-x-resources): Make custom type more specific.
3541 (frame-background-mode): Use mapc.
3542 (region) <defcustom>: Add :version.
3543
7f8b6551
SM
35442000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3545
9b4a7800
TTN
3546 * vc-sccs.el (vc-sccs-register):
3547 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3548 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3549 * vc.el (vc-register): Clear file's properties.
3550
c454aac1
GM
35512000-09-08 Gerd Moellmann <gerd@gnu.org>
3552
3553 * faces.el (face-spec-set): Only face-spec-reset-face when
3554 ATTRS is non-nil.
3555
bb934822
EZ
35562000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3557
3558 * help.el (help-insert-xref-button): Fix a typo in doc string.
3559
03419440
EZ
35602000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3561
7f8b6551
SM
3562 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3563 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3564 methods.
3565
03419440
EZ
3566 * menu-bar.el (read-mail-item-name): New function.
3567 (menu-bar-tools-menu): Use it to compute and display the package
3568 used to read email.
3569 (menu-bar-tools-menu): Fix typo in GUD's help string.
3570
dbcee71a
DL
35712000-09-07 Dave Love <fx@gnu.org>
3572
19e713d8
DL
3573 * diff-mode.el (diff-mouse-goto-source): New function.
3574
a7cafade 3575 * vc-sccs.el: Doc fixes.
7f8b6551 3576 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3577
3578 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3579 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3580 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3581 (vc-rcs-master-templates): Add or change :version.
3582
7f8b6551 3583 * vc-cvs.el: Doc fixes.
a7cafade
DL
3584 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3585 (vc-cvs-stay-local): Add :version.
3586
dbcee71a
DL
3587 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3588
ed254191
KH
35892000-09-07 Kenichi Handa <handa@etl.go.jp>
3590
3591 * international/quail.el (quail-help): Fix previous change.
3592
ab0ee409
GM
35932000-09-07 Gerd Moellmann <gerd@gnu.org>
3594
f46f845b 3595 * faces.el (color-values): Doc fix.
9b4a7800 3596
ab0ee409
GM
3597 * faces.el (frame-set-background-mode): Use frame-parameter
3598 instead of frame-parameters.
3599
3600 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3601 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3602 frame-parameters.
9b4a7800 3603
f7246ac7
KH
36042000-09-07 Kenichi Handa <handa@etl.go.jp>
3605
3606 * language/devan-util.el (devanagari-to-indian-region): In the
3607 loop, change the following char, not preceding char.
3608
96889af2
GM
36092000-09-07 Gerd Moellmann <gerd@gnu.org>
3610
1091dd67
GM
3611 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3612 instead of frame-parameters.
3613
9b4a7800 3614 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3615 internal-set-lisp-face-attribute with FRAME being 0.
3616
3617 * vc.el: Remove `Id' version control keyword.
96889af2 3618
0fddd0dc
KH
36192000-09-07 Kenichi Handa <handa@etl.go.jp>
3620
3621 * help.el (help-make-xrefs): Adjusted for the change of
3622 help-xref-mule-regexp.
3623 (help-insert-xref-button): New function.
3624
3625 * international/mule-cmds.el (help-xref-mule-regexp-template):
3626 Include the pattern for character set.
3627 (leim): New group.
3628
3629 * international/quail.el: Don't require face.
3630 (quail): New group.
7f8b6551 3631 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3632 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3633 (quail-keyboard-layout-substitution): New variable.
3634 (quail-update-keyboard-layout): New function.
3635 (quail-keyboard-layout-type): New customizable variable.
3636 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3637 (quail-keyboard-translate): Pay attention to
3638 quail-keyboard-layout-substitution.
3639 (quail-insert-kbd-layout): New function.
3640 (quail-show-keyboard-layout): New function.
3641 (quail-get-translation): If the definition is a vector of length
7f8b6551 3642 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3643 in that string.
3644 (quail-update-current-translations): Fix the case of
3645 relative-index out of range.
3646 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3647 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3648 Show key sequences for all available characters.
0fddd0dc
KH
3649 (quail-help-insert-keymap-description): Don't show such verbose
3650 key bindings as quail-self-insert-command.
3651
3652 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3653 Format changed, and each element now have extra documentations.
3654 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3655 Adjusted for the change of quail-cxterm-package-ext-info.
3656
8ddceaf1
GM
36572000-09-06 Gerd Moellmann <gerd@gnu.org>
3658
3659 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3660 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3661 during bootstrap.
3662
099bd78a
SM
36632000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3664
3665 * vc.el: (toplevel): Don't require `dired' at run-time.
3666 (vc-dired-resynch-file): Remove autoload cookie.
3667
36682000-09-05 Andre Spiegel <spiegel@gnu.org>
3669
3670 * vc.el: Made several backend functions optional.
3671 (vc-default-responsible-p): New function.
3672 (vc-merge): Use RET for first version to trigger merge-news, not
3673 prefix arg.
3674 (vc-annotate): Handle backends that do not support annotation.
3675 (vc-default-merge-news): Removed. The existence of a merge-news
3676 implementation is now checked on caller sites.
3677
9b4a7800 3678 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3679 case.
3680
9b4a7800 3681 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3682 special case that has been removed from the default in vc-hooks.el.
3683
36842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3685
3686 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3687
36882000-09-05 Andre Spiegel <spiegel@gnu.org>
3689
3690 * vc-hooks.el: Require vc during compilation.
3691 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3692 macro `with-vc-properties' in vc.el.
3693 (vc-file-getprop): Doc fix.
3694 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3695
099bd78a
SM
3696 * vc.el: Require dired-aux during compilation.
3697 (vc-name-assoc-file): Moved to vc-sccs.el.
3698 (with-vc-properties): New macro.
9b4a7800 3699 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3700 vc-finish-steal): Use it.
3701 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3702 to the backend-specific function is now supposed to do the checkout,
3703 too.
3704 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3705
9b4a7800 3706 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3707 set file properties; that gets done in the generic code now.
3708
3709 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3710 Changed parameter list, added code from vc.el that does the
3711 checkout, possibly with a double-take.
3712
3713 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3714 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3715 the above under the new name.
3716 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3717 parameter list, added checkout command.
3718 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3719 properties; that gets done in the generic code now.
3720
37212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3722
3723 * vc.el: Docstring fixes (courtesy of checkdoc).
3724
37252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3726
3727 * vc.el (vc-checkout-writable-buffer-hook)
3728 (vc-checkout-writable-buffer): Remove.
3729 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3730 (vc-log-mode): Make it into a clean derived major mode.
3731 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3732 vc-log-mode if log-edit is not available.
3733 (vc-dired-mode-map): Don't set-keymap-parent yet.
3734 (vc-dired-mode): Do set-keymap-parent here.
3735 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3736
08ba3862
GM
37372000-09-05 Gerd Moellmann <gerd@gnu.org>
3738
3739 * faces.el (set-face-attribute, face-spec-reset-face)
3740 (face-spec-set): Avoid consing by removing calls to `apply'.
3741
3742 * frame.el (frame-parameter): Move to C code.
3743
3b4429b4
DL
37442000-09-05 Dave Love <fx@gnu.org>
3745
3746 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3747 insert-before-markers-and-inherit. Now checked systematically!
3748
877055f6
GM
37492000-09-05 Alex Schroeder <alex@gnu.org>
3750
3751 * sql.el (sql-postgres): Use sql-postgres-options.
3752 (sql-postgres-options): New variable.
3753
37542000-09-05 Alex Schroeder <alex@gnu.org>
3755
3756 * sql.el (sql-mode-menu): Work around missing variable mark-active
3757 in XEmacs.
3758 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3759 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3760 compatibility.
3761
7a004b71
GM
37622000-09-04 Gerd Moellmann <gerd@gnu.org>
3763
54baed30 3764 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3765
7a004b71
GM
3766 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3767
3768 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3769
37702000-09-04 Andre Spiegel <spiegel@gnu.org>
3771
3772 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3773 don't support anything else under SCCS yet.
3774
3775 * vc-hooks.el: Minor doc fixes.
3776
37772000-09-04 Andre Spiegel <spiegel@gnu.org>
3778
3779 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3780 not necessary. If verbose in state `needs-patch', do the same as
3781 under `up-to-date'. When NOT verbose and `needs-patch', check out
3782 latest version instead of `merge-news'.
3783 (vc-next-action-dired): Don't mess with default-directory here; it
3784 breaks other parts of dired. It is the job of the
099bd78a 3785 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3786 (vc-next-action): Remove a special CVS case.
3787 (vc-clear-headers): New optional arg FILE.
3788 (vc-checkin, vc-checkout): Set properties vc-state and
3789 vc-checkout-time properly.
099bd78a 3790 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3791 (vc-print-log): Use new backend function `show-log-entry'.
3792 (vc-cancel-version): Do the checks in a different order. Added a
3793 FIXME concerning RCS-only code.
3794
3795 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3796 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3797
3798 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3799
9b4a7800 3800 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3801 `needs-patch' as a `-' too.
3802
38032000-09-04 Andre Spiegel <spiegel@gnu.org>
3804
3805 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3806 (vc-default-could-register): New function.
3807 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3808 (vc-resynch-buffer): Call vc-dired-resynch-file.
3809 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3810 vc-resynch-buffer instead of vc-resynch-window.
3811 (vc-next-action-dired): Don't redisplay here, that gets done as a
3812 result of the individual file operations.
3813 (vc-retrieve-snapshot): Corrected prompt order.
3814
3815 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3816
7a004b71
GM
3817 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3818 as well.
3819 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3820 hostname regexps. Updated all callers.
3821 (vc-cvs-responsible-p): Handle directories as well.
3822 (vc-cvs-could-register): New function.
3823 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3824 properties up-to-date.
9b4a7800 3825
7a004b71
GM
3826 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3827 user whether to create one.
3828
38292000-09-04 Andre Spiegel <spiegel@gnu.org>
3830
3831 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3832 check out a non-existing file.
3833
3834 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3835 workfile does not exist.
3836
3837 * vc.el (vc-version-diff): Use `require' to check for existence of
3838 diff-mode.
3839
38402000-09-04 Andre Spiegel <spiegel@gnu.org>
3841
3842 * vc-cvs.el (vc-cvs-registered): Use new function
3843 vc-cvs-parse-entry to do the actual work.
3844
38452000-09-04 Andre Spiegel <spiegel@gnu.org>
3846
3847 * vc-hooks.el (vc-find-backend-function): If function doesn't
3848 exist, return nil instead of error.
3849 (vc-call-backend): Doc fix.
3850
3851 * vc.el (vc-do-command): Doc fix.
3852 (vc-finish-logentry): When checking in from vc-dired, choose the
3853 right backend for logentry check.
3854 (vc-dired-mode-map): Inherit from dired-mode-map.
3855 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3856 simplified.
3857 (vc-dired-state-info): Removed, updated caller.
3858 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3859 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3860 (vc-dired-listing-switches): New variable.
3861 (vc-directory): Use it, instead of dired-listing-switches.
3862
3863 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3864 (vc-cvs-dir-state): New function.
7f8b6551 3865 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3866 (vc-cvs-parse-entry): New function, also to be used in
3867 vc-cvs-registered.
9b4a7800 3868
7a004b71
GM
38692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3870
3871 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3872 *or* single-window-frames.
3873
38742000-09-04 Andre Spiegel <spiegel@gnu.org>
3875
3876 * vc.el (vc-update-changelog): Split into generic part and default
3877 implementation. Doc string adapted.
3878 (vc-default-update-changelog): New function. Call the `rcs2log'
3879 script in exec-directory, to fix a long-standing nuisance.
3880
3881 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3882 simply signals an error.
9b4a7800 3883
7a004b71
GM
38842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3885
3886 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3887 control-flow more clear and to avoid running `cvs' twice.
3888
3889 * vc.el (vc-next-action-on-file): Doc fix.
3890 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3891 (vc-print-log): Eval `file' before constructing the continuation.
3892
38932000-09-04 Andre Spiegel <spiegel@gnu.org>
3894
3895 * vc.el (vc-next-action-on-file): Corrected several messages.
3896 (vc-merge): Add prefix arg `merge-news'; handle it.
3897
3898 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3899 is not reached. It is.
3900 (vc-cvs-merge): Set state to 'edited after merge.
3901 (vc-cvs-merge-news): Set workfile version to nil if not known.
3902 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3903
3904 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3905 via stdout. (Merge from main line.)
9b4a7800 3906
7a004b71
GM
39072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3908
3909 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3910 detection.
3911
39122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3913
3914 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3915 against kill-all-local-variables.
3916 (vc-log-edit): Don't save vc-parent-buffer any more.
3917 (vc-last-comment-match): Initialize to an empty string.
3918 (vc-post-command-functions): New hook.
3919 (vc-do-command): Run it.
3920 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3921 (vc-finish-logentry): Only add the comment to the ring if it's
3922 different from the last comment entered.
3923 (vc-new-comment-index): New function.
3924 (vc-previous-comment): Use it. Make the minibuffer message
3925 slightly less terse.
3926 (vc-comment-search-reverse): Make it work forward as well. Don't
3927 set vc-comment-ring-index if no match is found. Use
3928 vc-new-comment-index.
3929 (vc-comment-search-forward): Use vc-comment-search-reverse.
3930 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3931 define-derived-mode will do it for us. Bind `v' to a keymap that
3932 inherits from vc-prefix-map so that we can bind `vt' without
3933 binding C-x v t.
3934 (vc-retrieve-snapshot): Parenthesis typo.
3935
3936 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3937 to 1. Make sure to switch to *vc* before looking for an error
3938 message. Use vc-parse-buffer.
3939
39402000-09-04 Andre Spiegel <spiegel@gnu.org>
3941
3942 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3943 and NAME.
3944 (vc-retrieve-snapshot): Split into two parts.
3945 (vc-default-retrieve-snapshot): New function.
3946
3947 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3948 (vc-cvs-retrieve-snapshot): New function (untested).
3949 (vc-cvs-stay-local): Default to t.
3950 (vc-cvs-remote-p): New function and property.
3951 (vc-cvs-state): Stay local only if the above is t.
3952 (vc-handle-cvs): Removed.
3953 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3954 done via vc-handled-backends now.
3955 (vc-cvs-header): Escape Id.
3956
39572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * vc.el (vc-do-command): Remove unused commands.
3960 (vc-version-diff): Make sure default-directory ends with a slash.
3961 Move the window commands into a vc-exec-after.
3962 (vc-print-log): Move more of the code into the `vc-exec-after'.
3963
39642000-09-04 Andre Spiegel <spiegel@gnu.org>
3965
3966 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3967 (vc-print-log): Search current revision from beginning of buffer.
3968 (vc-revert-buffer): Clear echo area after the diff is finished.
3969 (vc-prefix-map): Removed definition of "t" for terse display in vc
3970 dired.
3971 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3972 definition of "vt" for terse display.
3973 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3974
39752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3976
3977 * vc.el (vc-exec-after): Avoid caddr.
3978
39792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3980
3981 * vc.el (vc-exec-after): New function.
3982 (vc-do-command): Use it to add a termination message for async
3983 procs.
3984 (vc-checkout): Try to handle a missing-backend situation.
3985 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3986 of a directory with a backend using async diffs.
3987 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3988 present.
3989
3990 * vc-sccs.el (vc-sccs-state-heuristic): Use
3991 file-ownership-preserved-p.
3992
3993 * vc-rcs.el (vc-rcs-state-heuristic): Use
3994 file-ownership-preserved-p.
3995 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3996
39972000-09-04 Andre Spiegel <spiegel@gnu.org>
3998
3999 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
4000 vc-do-command.
4001
4002 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
4003 when there are no changes.
4004
40052000-09-04 Andre Spiegel <spiegel@gnu.org>
4006
4007 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
4008
4009 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
4010
40112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4012
4013 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
4014
4015 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
4016 the `fset' outside of the defvar so that it works even if
4017 vc-prefix-map was already defined.
4018 (vc-setup-buffer): New function, split out of vc-do-command.
4019 (vc-do-command): Allow BUFFER to be t to mean `just use the
4020 current buffer without any fuss'.
4021 (vc-version-diff): Change the `diff' backend operation to just put
4022 the diff in the current buffer without erasing it. Always use
4023 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
4024 shrink-window-if-larger-than-buffer.
4025 (vc-print-log): Change the `print-log' backend operation to just
4026 put the log in the current buffer without erasing it. Protect
4027 shrink-window-if-larger-than-buffer.
4028 (vc-update-change-log): Fix setd typo.
4029
4030 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
4031 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
4032
4033 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
4034 (vc-rcs-diff): Insert in the current buffer and remove unused arg
4035 CMP.
4036
4037 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
4038 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
4039 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
4040
40412000-09-04 Andre Spiegel <spiegel@gnu.org>
4042
4043 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4044 not possible, use vc-BACKEND-workfile-unchanged-p.
4045 (vc-default-workfile-unchanged-p): New function. Delegates to a
4046 full vc-BACKEND-diff.
4047
4048 * vc-hooks.el (vc-simple-command): Removed.
4049
4050 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4051 instead of vc-simple-command.
4052 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4053 avoid doing a diff when opening a file.
4054 (vc-rcs-state): Added check for unlocked-changes.
4055 (vc-rcs-header): Escape Id.
4056 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4057 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4058 version.
4059
4060 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4061 (vc-sccs-diff): Remove optional arg CMP.
4062 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4063 SCCS-specific function.
4064
4065 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4066 vc-simple-command.
4067
40682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4069
4070 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4071 (with-vc-file, vc-merge): Use vc-editable-p.
4072 (vc-do-command): Remove unused var vc-file and fix the
4073 doubly-defined `status' var. Add a user message when starting an
4074 async command.
4075 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4076 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4077 Use with-current-buffer.
4078 (vc-buffer-sync): Use unless.
4079 (vc-next-action-on-file): If the file is 'edited by read-only,
4080 make it read-write instead of trying to commit.
4081 (vc-version-diff, vc-update-change-log): Use `setq
4082 default-directory' rather than `cd'.
4083 (vc-log-edit): Don't forget to set default-directory in the
4084 buffer.
4085
4086 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4087 (vc-sccs-state-heuristic): Use file-writable-p instead of
4088 comparing userids.
4089 (vc-sccs-checkout): Use `unless'.
4090
4091 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4092 of comparing userids.
4093 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4094 Simplify the logic by eliminating unreachable code.
4095 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4096 just do a recursive call if we need to retry.
4097 (vc-rcs-checkout): Handle the case where rcs is missing by making
4098 the buffer read-write if requested and re-signalling the error.
4099
4100 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4101
41022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4103
4104 * vc-hooks.el (vc-handled-backends): Docstring change.
4105 (vc-ignore-vc-files): Mark obsolete.
4106 (vc-registered): Check vc-ignore-vc-files.
4107 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4108 vc-ignore-vc-files.
4109
4110 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4111
41122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4113
4114 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4115 files since ange-ftp already has vc-registered return nil.
4116
4117 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4118 (vc-sccs-workfile-version): Use with-temp-buffer and new
4119 vc-parse-buffer and don't bother setting the property.
4120 (vc-sccs-add-triple): Use with-current-buffer and
4121 find-file-noselect.
4122 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4123
4124 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4125 derives from the old vc-parse-buffer but uses the revision number
4126 rather than the date (much easier to compare robustly).
4127 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4128 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4129 locking-user more directly. Check strict locking and set
4130 checkout-model appropriately.
4131 (vc-rcs-parse-locks): Remove.
4132 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4133 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4134 (vc-rcs-system-release): Use with-current-buffer and
4135 vc-parse-buffer.
4136 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4137
4138 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4139 (vc-simple-command): Docstring fix.
4140 (vc-registered): Align the way the file-handler is called with the
4141 way the function itself works.
4142 (vc-file-owner): Remove.
4143
4144 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4145 extraction of fields and call to file-attributes because of a
4146 temporary bug in rcp.el.
4147 (vc-cvs-fetch-status): Use with-current-buffer.
4148
41492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4150
4151 * vc.el (vc-do-command): Use file-relative-name.
4152 (vc-responsible-backend): Use vc-backend if possible.
4153 (vc-create-snapshot): Improve the `interactive' spec. Add support
4154 for branches and dispatch to backend-specific `create-snapshot'.
4155 (vc-default-create-snapshot): New function, containing the bulk of
4156 the old vc-create-snapshot.
4157 (vc-retrieve-snapshot): Improve the interactive spec.
4158
4159 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4160 (vc-backend-hook-functions): Remove.
4161 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4162 (vc-backend): Reintroduce the test for `file = nil' now that I
4163 know why it was there (and added a comment to better remember).
4164
4165 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4166 code from vc-sccs-hooks.el.
4167 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4168 'vc anymore.
4169 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4170 and file-directory-p instead of file-exists-p.
4171 (vc-sccs-check-headers): Simplify the regexp.
4172
4173 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4174 from vc-rcs-hooks.el. Don't require 'vc anymore.
4175 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4176 file-directory-p instead of file-exists-p.
4177
4178 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4179 from vc-cvs-hooks.el.
4180 (proto vc-cvs-registered): Require 'vc-cvs instead of
4181 'vc-cvs-hooks. Don't require 'vc anymore.
4182 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4183 file-directory-p instead of file-exists-p.
4184 (vc-cvs-create-snapshot): New function, replacing
4185 vc-cvs-assign-name.
4186 (vc-cvs-assign-name): Remove.
4187
41882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * vc-cvs.el (vc-cvs-header): New var.
4191
4192 * vc-rcs.el (vc-rcs-exists): Remove.
4193 (vc-rcs-header): New var.
4194
4195 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4196 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4197 (vc-sccs-header): New var.
4198
4199 * vc.el (vc-do-command): Get rid of the `last' argument.
4200 (vc-header-alist): Remove, replaced by vc-X-header.
4201 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4202 (vc-dired-hook): Use expand-file-name instead of concat.
4203 (vc-directory): Use file-name-as-directory.
4204 (vc-snapshot-precondition, vc-create-snapshot)
4205 (vc-retrieve-snapshot): Allow the command to operate on any
4206 directory.
4207
4208 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4209 just removing the 'WORKFILE argument or by removing the 'MASTER
4210 argument and replacing `file' with (vc-name file).
4211
42122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * vc.el: Update Copyright and add a crude list of backend funs.
4215 (vc-writable-p): New function.
4216 (with-vc-file): Use vc-writable-p.
7f8b6551 4217 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4218 (vc-register): Avoid vc-name.
4219 (vc-locking-user): Remove.
4220 (vc-steal-lock): Make the `owner' arg non-optional.
4221 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4222 vc-checkout-model.
4223 (vc-default-dired-state-info): Use vc-state instead of
4224 vc-locking-user and return special strings for special states.
4225 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4226 and get rid of one of the special CVS cases.
4227 (vc-cancel-version): prettify error message with \\[...].
4228 (vc-rename-master): New function.
4229 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4230 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4231 the CVS special case generic.
4232 (vc-default-record-rename): Remove.
4233 (vc-file-tree-walk-internal): Only call FUNC for files that are
4234 under control of some VC backend and replace `concat' with
4235 expand-file-name.
4236 (vc-file-tree-walk): Update docstring.
4237 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4238 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4239
4240 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4241 vc-sccs-record-rename. Use `find-file-noselect' rather than
4242 `find-file' and call `vc-rename-master' to do the actual move.
4243 (vc-sccs-diff): Remove unused `backend' variable.
4244
4245 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4246 to delay loading of vc-sccs until it is really used.
4247 (vc-sccs-master-templates): Preload.
4248 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4249 (vc-sccs-project-dir): Remove (merged into
4250 vc-sccs-search-project-dir).
4251 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4252 rather than `concat', make sure it is preloaded and don't bother
4253 to check that the file actually exists.
4254 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4255 `locks' argument (use buffer's content instead) and eliminate n^2
4256 behavior.
4257
4258 * vc-rcs.el: Update Copyright.
4259 (vc-rcs-rename-file): New function.
4260 (vc-rcs-diff): Remove unused `backend' variable.
4261
4262 * vc-hooks.el: Update Copyright.
4263 (vc-backend): Don't accept a nil argument any more.
4264 (vc-up-to-date-p): Turn into a defsubst.
4265 (vc-possible-master): New function.
4266 (vc-check-master-templates): Use `vc-possible-master' and allow
4267 funs in vc-X-master-templates to return a non-existent file.
4268
4269 * vc-cvs.el: Update Copyright.
4270 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4271 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4272
4273 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4274
42752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4276
4277 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4278 since it can be called from vc-rcs.el.
4279 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4280
42812000-09-04 Andre Spiegel <spiegel@gnu.org>
4282
4283 * vc.el (vc-version-diff): Expand file name read from the
4284 minibuffer. Handle the case when a previous version number can't
4285 be guessed. Give suitable messages when there were no differences
4286 found.
4287 (vc-clear-headers): Call backend-specific implementation, if one
4288 exists.
4289 (vc-cancel-version): Made error checks generic. When done, clear
4290 headers generically, too.
4291
4292 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4293 from vc-clear-headers in vc.el.
4294
4295 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4296 correctly.
4297 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4298 optional. Handle the case when it's not there.
4299
43002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4301
4302 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4303
43042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4305
4306 * vc-hooks.el (vc-loadup): Remove.
4307 (vc-find-backend-function): Use `require'. Also, handle the case
4308 where vc-BACKEND-hooks.el doesn't exist.
4309 (vc-call-backend): Cleanup.
4310
43112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4312
4313 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4314 vc-rcs-grab-templates)
4315 (vc-rcs-registered): Remove. The default function works as well.
4316 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4317 vc-sccs-grab-templates)
4318 (vc-sccs-registered): Remove. The default function works as well.
4319
4320 * vc.el (vc-version-diff): Left out a vc- in call to
4321 vc-call-backend.
4322 (vc-default-dired-state-info, vc-default-record-rename)
4323 (vc-default-merge-news): Update for the new backend argument.
4324
4325 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4326 using the default function.
4327 (vc-call-backend): If calling the default function, pass it the
4328 backend as first argument. Update the docstring accordingly.
4329 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4330 for the new backend argument.
4331 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4332 (vc-find-backend-function): Use the new name.
4333 (vc-default-registered): New function.
4334
43352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4336
4337 * vc.el (vc-merge): Use vc-find-backend-function.
4338
4339 * vc-hooks.el (vc-backend-functions): Remove.
4340 (vc-loadup): Don't setup 'vc-functions.
4341 (vc-find-backend-function): New function.
4342 (vc-call-backend): Use above fun and populate 'vc-functions
4343 lazily.
4344 (vc-backend-defines): Remove.
4345
43462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4347
4348 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4349 Call vc-call-backend without the leading vc-.
4350 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4351 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4352 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4353 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4354 Call vc-call-backend without the leading vc-.
4355
4356 * vc-cvs.el (tail): Provide vc-cvs.
4357 * vc-sccs.el (tail): Provide vc-sccs.
4358 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4359
4360 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4361 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4362 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4363 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4364 (vc-call-backend): Always try to load vc-X-hooks.
4365 (vc-registered): Remove vc- in call to vc-call-backend.
4366
43672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4368
4369 * vc.el (vc-process-filter): New function.
4370 (vc-do-command): Setup `vc-process-filter' for the async process.
4371 (vc-maybe-resolve-conflicts): New function to reduce
4372 code-duplication. Additionally, it puts the buffer in
4373 `smerge-mode' if applicable.
4374 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4375 calling `merge-news'.
7f8b6551 4376 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4377 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4378 interfacing to log-edit.el.
4379 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4380 log-edit is available.
4381 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4382
43832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4384
4385 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4386 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4387 defvar and the initialization.
4388 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4389
4390 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4391 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4392
7f8b6551 4393 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4394
43952000-09-04 Andre Spiegel <spiegel@gnu.org>
4396
4397 * vc.el (vc-file-clear-masterprops): Removed.
4398 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4399 (vc-version-diff): Use buffer-size without argument.
4400 (vc-register): Heed vc-initial-comment.
4401
4402 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4403 default branch.
4404
4405 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4406 file name and workfile version.
4407 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4408
4409 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4410 vc-file-clear-masterprops.
4411
4412 * vc-sccs.el (vc-sccs-checkout): Removed call to
4413 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4414 rather than user login name.
4415
4416
44172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4418
4419 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4420 `want-differences-if-changed' and simplify.
4421 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4422 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4423 output (which is invalid for async vc-diff) to decide whether to
4424 do the revert silently or not.
4425
44262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4427
4428 * vc-hooks.el (vc-loadup): Load files quietly.
4429 (vc-call-backend): Oops, brain fart.
4430
44312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4432
4433 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4434 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4435
44362000-09-04 Andre Spiegel <spiegel@gnu.org>
4437
4438 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4439 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4440 vc-state or vc-up-to-date-p.
4441 (vc-merge): Use vc-backend-defines to check whether merging is
4442 possible. Set state to 'edited after successful merge.
4443
4444 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4445 return that name. Redocumented.
4446
44472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4450 new `vc-state' semantics.
4451 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4452 'vc-locking-user to the current user.
4453 (vc-merge): Inline vc-backend-merge. Comment out code that I
4454 don't understand and hence can't adapt to the new `vc-state' and
4455 `vc-locking-user' semantics.
4456 (vc-backend-merge): Remove.
4457
4458 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4459 rather than 'vc-locking-user.
4460
4461 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4462
4463 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4464 (vc-state): Don't use 'reserved any more. Just use the same
4465 convention as the one used for vc-<backend>-state where the
4466 locking user (as a string) is returned.
4467 (vc-locking-user): Update, based on the above convention. The
4468 'vc-locking-user property has disappeared.
7f8b6551 4469 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4470
4471 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4472 with a heuristic one.
4473 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4474 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4475 error. That allows us to get to 'needs-merge even in the
4476 stay-local case. There's still no way to detect 'needs-patch in
4477 such a setup (or to force an update for that matter).
4478 (vc-cvs-logentry-check): Remove, the default works as well.
4479
44802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4481
7f8b6551 4482 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4483
4484 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4485 major-mode in which the buffer might have been put earlier. Use
4486 `remove' and `when'. Allow `okstatus' to be `async' and use
4487 `start-process' in this case.
4488 (vc-version-diff): Handle the case where the diff looks empty
4489 because of the use of an async process.
4490
44912000-09-04 Andre Spiegel <spiegel@gnu.org>
4492
4493 * vc.el (vc-next-action-on-file): Removed optional parameter
4494 `simple'. Recompute state unconditionally.
4495 (vc-default-toggle-read-only): Removed.
4496
4497 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4498 (vc-toggle-read-only): Undid prev change.
4499
4500 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4501 vc-cvs-simple-toggle. Redocumented.
4502 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4503 (vc-cvs-toggle-read-only): Removed.
4504
45052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4506
7f8b6551 4507 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4508 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4509 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4510 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4511 still is. So maybe it should be removed.
4512 (vc-head-version, vc-find-binary): Remove.
4513 (vc-recompute-state): Move from vc-hooks.el.
4514 (vc-next-action-on-file): Add a `simple' argument to allow
4515 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4516 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4517 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4518 (vc-dired-mode-map): Properly defvar it.
4519 (vc-print-log): Call log-view-mode if available.
4520 (small-temporary-file-directory): defvar instead of use boundp.
4521 (vc-merge-news): Moved to vc-cvs.el.
4522 (vc-default-merge-news): New function.
4523
4524 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4525 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4526 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4527 unknown `vc-latest-version' function. It should probably refer to
4528 vc-workfile-version or somesuch, but it's very unclear to me and I
4529 don't have SCCS to test things.
4530
4531 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4532 (vc-sccs-state-heuristic): Fix typo.
4533 (vc-sccs-workfile-unchanged-p): Add missing argument.
4534
4535 * vc-rcs.el: Require vc and vc-rcs-hooks.
4536 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4537 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4538 (vc-release-greater-or-equal-p): Move from vc.
4539 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4540 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4541 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4542 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4543
4544 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4545 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4546 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4547 than the apparently unbound `workfile-version'.
4548
4549 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4550 (vc-file-prop-obarray): Use `make-vector'.
4551 (vc-backend-functions): Add new hookable functions
4552 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4553 (vc-loadup): If neither backend nor default functions exist, use
4554 the backend function rather than nil.
4555 (vc-call-backend): If the function if not bound yet, try to load
4556 the non-hook file to see if it provides it.
4557 (vc-call): New macro plus use it wherever possible.
4558 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4559 nor `vc-find-binary' since it's only called from
7f8b6551 4560 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4561 (vc-checkout-model): Fix parenthesis.
4562 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4563
7f8b6551 4564 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4565 (vc-cvs-release, vc-cvs-system-release): Remove.
4566 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4567 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4568 status symbols.
4569 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4570 (vc-cvs-toggle-read-only): First cut at a function to allow a
4571 cvs-status-free vc-toggle-read-only.
4572 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4573 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4574 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4575 (vc-cvs-checkout): Modify access rights directly if the user
4576 requested not to use `cvs edit'. And refresh the mode line.
4577
4578 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4579 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4580
45812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4584 workfile' that got lost when the code was extracted from vc.el.
4585 And merged the tail with the rest of the code (not possible in the
4586 old vc.el where the tail was shared among all backends). And
4587 explicitly set the state to 'edited if `writable' is set.
4588
4589 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4590 (vc-cvs-state): Be careful to return the value from
4591 vc-cvs-parse-state.
4592 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4593 property but return it instead. Also be careful to handle a nil
4594 or "" `rev' when workfile is non-nil (it was handled properly when
4595 workfile was nil).
4596
4597 * vc.el: Removed those pesky unnecessary `(function' quotes.
4598 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4599 directly in the defvar.
4600 (vc-do-command): Bind inhibit-read-only so as to properly handle
4601 the case where the destination buffer has been made read-only.
4602 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4603 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4604 (vc-annotate-mode-variables): Removed (code moved partly to
4605 defvars and partly to vc-annotate-add-menu).
4606 (vc-annotate-mode): Turned into a derived-mode.
4607 (vc-annotate-add-menu): Moved in code in
4608 vc-annotate-mode-variables.
4609 (vc-update-change-log): Use make-temp-file if available.
4610
46112000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4612
4613 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4614 `vc-checkout-model' updated to `vc-cvs-update-model'.
4615
46162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4617
4618 * vc.el (vc-next-action-on-file): Added handling of state
4619 `unlocked-changes'.
4620 (vc-checkout-carefully): Is now practically obsolete, unless the
4621 above is too slow to be enabled unconditionally.
4622 (vc-update-change-log): Fixed typo.
4623
4624 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4625
7f8b6551
SM
4626 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4627 Now handles state `unlocked-changes'.
4628 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4629
4630 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4631
4632 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4633 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4634 `unlocked-changes'.
4635 (vc-rcs-workfile-unchanged-p): Renamed from
4636 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4637 function yet, but supposed to become one soon.
4638
4639 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4640 `vc-steal-lock'.
4641 (vc-call-backend): Changed error message.
4642 (vc-state): Added description of state `unlocked-changes'.
4643
46442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4645
4646 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4647 always return t in CVS-controlled directories.
4648
4649 * vc.el (vc-responsible-backend): New function.
4650 (vc-register): Largely rewritten.
4651 (vc-admin): Removed (implementation moved into vc-register).
4652 (vc-checkin): Redocumented.
4653 (vc-finish-logentry): If no backend defined yet (because we are in
4654 the process of registering), use the responsible backend.
4655
4656 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4657 Updated function lists.
4658 (vc-call-backend): Fixed typo.
4659
7f8b6551
SM
4660 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4661 New functions.
4662 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4663 Removed query option. Redocumented.
7a004b71
GM
4664
46652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4666
4667 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4668
4669 * vc.el: Updated callers of `vc-checkout-required' to use
4670 `vc-checkout-model'.
4671
46722000-09-04 Martin Lorentzson <martinl@gnu.org>
4673
4674 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4675 stuff updated to reference this function instead of the old
4676 `vc-backend-release-p'.
4677
46782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4679
4680 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4681 vc-checkout-model. Return appropriate values. Updated callers.
4682
46832000-09-04 Martin Lorentzson <martinl@gnu.org>
4684
7f8b6551 4685 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4686 (vc-backend-revert): Function moved into `vc-revert';
4687 `vc-next-action' must be updated to accomodate this change.
4688 (vc-backend-steal): Function moved into `vc-finish-steal'.
4689 (vc-backend-logentry-check): Function moved into
4690 `vc-finish-logentry'.
4691 (vc-backend-printlog): Function moved into `vc-print-log'.
4692 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4693 (vc-backend-assign-name): Function moved into
4694 `vc-create-snapshot'.
4695
46962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4697
4698 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4699 Rename to vc-checkout-model. Return appropriate values.
4700 Update callers.
7a004b71 4701
7f8b6551 4702 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4703 to vc-checkout-model.
7f8b6551
SM
4704 (vc-checkout-required): Rename to vc-checkout-model.
4705 Re-implement and re-comment.
7a004b71
GM
4706 (vc-after-save): Use vc-checkout-model.
4707
47082000-09-04 Martin Lorentzson <martinl@gnu.org>
4709
7f8b6551
SM
4710 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4711 Update to use the vc-BACKEND-diff functions instead.
4712 `vc-diff' is now working.
7a004b71 4713
7f8b6551 4714 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4715
7f8b6551 4716 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4717
4718 * vc-sccs.el (vc-sccs-diff): Function changed name from
4719 `vc-backend-diff'. This makes `vc-diff' work.
4720
7f8b6551 4721 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4722 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4723 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4724 signaled during `vc-after-save'.
4725
7f8b6551
SM
4726 * vc.el: Fix typo.
4727 This checkin is made with our new VC code base for the very first time.
4728 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4729
4730 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4731 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4732
4733 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4734 updated to `vc-uses-locking'.
7f8b6551 4735 (vc-checkout-required): Call to backend function.
7a004b71
GM
4736 `vc-checkout-required' updated to `vc-uses-locking' instead.
4737
4738 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4739 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4740
7f8b6551 4741 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4742 to match the split into various backends.
7f8b6551 4743 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4744 (vc-retrieve-snapshot): Bug fix.
4745
47462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4747
4748 * vc-sccs.el (vc-sccs-release): Doc fix.
4749
47502000-09-04 Martin Lorentzson <martinl@gnu.org>
4751
4752 * vc.el (vc-next-action-on-file): Bug found and fixed.
4753 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4754 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4755
4756 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4757 (vc-rcs-checkout): Name space cleaned up. No more revision number
4758 crunching function names that are not prefixed with vc-rcs.
4759 (vc-rcs-checkout-model): Function added. References to
4760 `vc-checkout-model' replaced.
4761
47622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4763
4764 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4765 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4766 still need to be split, and implemented for RCS).
4767
47682000-09-04 Martin Lorentzson <martinl@gnu.org>
4769
4770 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4771
4772 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4773 required by the vc.el file.
4774
4775 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4776 required by the vc.el file.
4777 (vc-rcs-exists): Function added.
4778
4779 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4780 required by the vc.el file.
4781
4782 * vc.el (vc-admin): Updated to handle selection of appropriate
4783 backend. Current implementation is crufty and need re-thinking.
4784
4785 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4786
47872000-09-04 Martin Lorentzson <martinl@gnu.org>
4788
4789 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4790 beginning of annotate buffers correctly.
4791
4792 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4793 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4794 functionality updated quite a lot to support multiple backends.
4795 Variables `vc-annotate-mode', `vc-annotate-buffers',
4796 `vc-annotate-backend' added.
4797
4798 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4799 `vc-annotate-difference' added to supported backend functions.
4800
48012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4802
4803 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4804 Use with-temp-file instead of /bin/sh. Merged from mainline
4805
48062000-09-04 Martin Lorentzson <martinl@gnu.org>
4807
4808 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4809
4810 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4811
4812 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4813
48142000-09-04 Martin Lorentzson <martinl@gnu.org>
4815
4816 * vc-hooks.el: vc-state-heuristic added to
4817 vc-backend-hook-functions.
4818
4819 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4820
4821 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4822
7f8b6551
SM
4823 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4824 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4825 state to `reserved'.
4826
4827 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4828 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4829
48302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4831
7f8b6551 4832 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4833 untouched.
4834
7f8b6551 4835 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4836
7f8b6551 4837 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4838 if defined. (Merged from main line, slightly adapted.)
4839
4840 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4841 millenium problem (merged from mainline).
4842
48432000-09-04 Martin Lorentzson <martinl@gnu.org>
4844
4845 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4846 part and moved the non-BACKEND stuff to vc.el.
4847
4848 * vc.el: Split the annotate feature into a BACKEND specific part
4849 and moved it from the vc-cvs.el file to this one.
4850
48512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4852
7f8b6551
SM
4853 * vc-hooks.el: Implement new state model.
4854 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4855 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4856 locked by somebody else.
7f8b6551 4857 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4858 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4859 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4860 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4861
7f8b6551
SM
4862 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4863 Various simplifications and adaptations all over the place.
7a004b71 4864
7f8b6551
SM
4865 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4866 Simplify and adapt the rest.
7a004b71 4867
7f8b6551 4868 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4869 interaction with view mode according to recent RCS change.
7f8b6551 4870 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4871
48722000-09-04 Martin Lorentzson <martinl@gnu.org>
4873
7f8b6551 4874 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4875
48762000-09-04 Martin Lorentzson <martinl@gnu.org>
4877
4878 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4879 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4880 (vc-minor-part, vc-previous-version): Functions that operate and
4881 compare revision numbers got proper documentation. Comments added
4882 about their possible removal.
4883
48842000-09-04 Martin Lorentzson <martinl@gnu.org>
4885
4886 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4887 the vc-backend.el files.
4888
4889 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4890
4891 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4892 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4893 (vc-rcs-previous-version): Functions added.
4894
4895 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4896
4897 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4898
48992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4900
4901 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4902 Comment out the definition for now. What is the right procedure
7a004b71
GM
4903 to get rid of it?
4904 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4905 rewritten.
7f8b6551 4906 (vc-default-registered): Remove.
7a004b71
GM
4907 (vc-check-master-templates): New function; does mostly what the
4908 above did before.
4909 (vc-locking-user): Don't rely on the backend to set the property.
4910
4911 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4912 Rewrite documentation.
7a004b71
GM
4913 (vc-rcs-templates-grabbed): New variable.
4914 (vc-rcs-grab-templates): New function.
7f8b6551 4915 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4916
4917 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4918 Rewrite documentation.
7a004b71
GM
4919 (vc-sccs-templates-grabbed): New variable.
4920 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4921 (vc-sccs-registered): Rewrite to use above mechanism.
4922 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4923 Don't throw the result, simply return it.
7a004b71 4924
7f8b6551
SM
4925 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4926 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4927 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4928
7f8b6551 4929 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4930 from main line.
4931
49322000-09-04 Martin Lorentzson <martinl@gnu.org>
4933
7f8b6551 4934 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4935
7f8b6551 4936 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4937
7f8b6551
SM
4938 * vc-rcs.el (vc-rcs-diff): New function.
4939 (vc-rcs-checkout): Bug (typo) found and fixed.
4940 (vc-rcs-register-switches): New variable.
7a004b71
GM
4941
4942 * vc.el (vc-backend-diff): Function removed and placed in the
4943 backend files.
4944
49452000-09-04 Martin Lorentzson <martinl@gnu.org>
4946
4947 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4948
4949 * vc.el (vc-backend-checkout): Function removed and replaced in
4950 the vc-backend.el files.
4951
4952 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4953
4954 * vc.el (vc-backend-admin): Removed and replaced in the
4955 vc-backend.el files.
4956
4957 * vc.el (Martin): Removed all the annotate functionality since it
4958 is CVS backend specific.
4959
49602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4961
4962 * spec.txt: Added specification of vc-state.
4963
4964 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4965 Remove handling of vc-latest-version and
7a004b71
GM
4966 vc-your-latest-version. What used to be vc-latest-version, is now
4967 returned as vc-workfile-version.
7f8b6551 4968 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4969
49702000-09-04 Dave Love <fx@gnu.org>
4971
4972 * vc.el: [Merged from mainline.]
4973 (vc-dired-mode): Make the dired-move-to-filename-regexp
4974 regexp match the date, to avoid treating date as file size.
4975 Add YYYY S option to WESTERN/
4976
49772000-09-04 Dave Love <fx@gnu.org>
4978
4979 * vc.el: Require `compile' when compiling.
4980 (vc-logentry-check-hook): New option.
4981 (vc-steal-lock): Use compose-mail.
4982 (vc-dired-mode-map): Defvar when compiling.
4983 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4984 vc-sccs.el and renamed. Callers changed.
4985 (vc-backend-checkout, vc-backend-logentry-check)
4986 (vc-backend-merge-news): Doc fix.
4987 (vc-default-logentry-check): New function.
4988 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4989 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4990 (vc-backend-merge): Doc fix. Use backend functions.
4991 (vc-check-headers): Use backend functions.
4992
4993 * vc-cvs.el: Require vc when compiling.
4994 (vc-cvs-register-switches): Doc fix.
4995 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4996 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4997 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4998 New functions (code from vc.el).
4999 (vc-annotate-display-default): Fix interactive spec.
5000 (vc-annotate-time-span): Doc fix.
5001
5002 * vc-rcs.el: Require vc when compiling.
5003 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
5004 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
5005 (vc-rcs-checkin): New functions (code from vc.el).
5006 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
5007 Doc fix.
5008 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
5009
5010 * vc-sccs.el: Require vc when compiling.
5011 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
5012 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
5013 (vc-sccs-revert)
5014 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
5015 from vc.el).
5016 (vc-sccs-add-triple, vc-sccs-record-rename)
5017 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
5018 (vc-sccs-admin): Doc fix.
5019
50202000-09-04 Martin Lorentzson <martinl@gnu.org>
5021
5022 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
5023 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
5024 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
5025 from vc.el.
5026
5027 * vc-sccs.el (vc-admin-sccs): Added from vc.el
5028
5029 * vc-cvs.el: Moved the annotate functionality from vc.el.
5030 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
5031
50322000-09-04 Dave Love <fx@gnu.org>
5033
5034 * vc.el (vc-backend-release): Call vc-system-release.
5035
5036 * vc-sccs.el (vc-sccs-system-release):
5037 Renamed from vc-sccs-backend-release.
5038
5039 * vc-rcs.el (vc-rcs-system-release):
5040 Renamed from vc-rcs-backend-release.
5041
5042 * vc-cvs.el (vc-cvs-system-release):
5043 Renamed from vc-cvs-backend-release.
5044
50452000-09-04 Dave Love <fx@gnu.org>
5046
5047 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5048 backend files.
5049 (vc-backend-release): Dispatch to backend functions.
5050 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5051 probably needs attention.]
5052
5053 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5054 (vc-sccs-backend-release): New function.
5055
5056 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5057 (vc-cvs-backend-release): New function.
5058
5059 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5060 Doc fix.
5061 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5062 (vc-default-dired-state-info): New function.
5063 (vc-dired-state-info): Dispatch to backends.
5064 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5065
5066 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5067 from vc.el and renamed.
5068
50692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5070
5071 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5072 (vc-version-other-window, vc-backend-assign-name): Removed
5073 references to vc-latest-version; sometimes changed into
5074 vc-workfile-version.
5075
5076 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5077 vc-rcs-master-workfile-version.
5078 (vc-rcs-workfile-version): Use the above. Don't call
5079 vc-latest-version (that was unreachable code, anyway).
5080 (vc-rcs-fetch-master-properties): Doc fix.
5081
5082 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5083 (vc-backend-hook-functions): Removed them from this list, too.
5084 (vc-fetch-properties): Removed.
5085 (vc-workfile-version): Doc fix.
5086
5087 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5088 (vc-rcs-workfile-version, vc-rcs-locking-user)
5089 (vc-rcs-uses-locking): Use it.
5090
5091 * vc-hooks.el (vc-consult-rcs-headers):
5092 Moved into vc-rcs-hooks.el, under the name
5093 vc-rcs-consult-headers.
5094
5095 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5096 headers.
5097 (vc-cvs-find-master): Use this name only; correct different
5098 versions of the name.
5099
5100 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5101 New functions.
5102 (vc-sccs-locking-user): Use the latter.
5103
5104 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5105 New functions.
5106
5107 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5108 Moved into both
5109 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5110 functions are implementation details of those two backends.
5111
51122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5113
5114 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5115 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5116
5117 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5118 (vc-sccs-parse-locks): SCCS-specific code moved here from
5119 vc-hooks.
5120
5121 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5122 code moved here from vc-hooks.
5123
5124 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5125 into back-end specific parts and removed. Callers not updated
5126 yet; because I guess these callers will disappear into back-end
5127 specific files anyway.
5128
51292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5130
5131 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5132 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5133 `vc-uses-locking'.
5134
5135 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5136 Store yes/no in the property, and return t/nil. Updated all
5137 callers.
5138
5139 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5140 vc-sccs-uses-locking. Don't set property.
5141 (vc-sccs-locking-user): Don't set property.
5142
5143 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5144 vc-cvs-uses-locking. Don't set property here; leave that to
5145 vc-hooks.
5146 (vc-cvs-locking-user): Reflect above change. Streamlined.
5147
5148 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5149 vc-rcs-uses-locking.
5150 (vc-rcs-locking-user): Reflect above change.
5151
51522000-09-04 Dave Love <fx@gnu.org>
5153
5154 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5155
5156 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5157
5158 * vc-hooks.el (vc-checkout-model): Punt to backends.
5159
5160 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5161
5162 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5163
5164 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5165 New functions.
5166
5167 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5168 New functions.
5169
5170 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5171 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5172
5173 * vc-hooks.el (vc-default-locking-user): New function.
5174 (vc-locking-user, vc-workfile-version): Punt to backends.
5175
51762000-09-04 Dave Love <fx@gnu.org>
5177
5178 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5179 (vc-master-workfile-version): Moved from vc-hooks.
5180
5181 * vc-rcs-hooks.el: Fix duplicate code in last change.
5182
5183 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5184 (vc-rcs-master-templates): Improve :type.
5185 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5186 vc-master-workfile-version): Moved from vc-hooks.
5187
5188 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5189 (vc-sccs-master-templates): Improve :type.
5190 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5191
5192 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5193
5194 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5195 (vc-cvs-master-templates): Improve :type. Use
5196 vc-cvs-find-cvs-master.
5197 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5198 from vc-hooks.
5199 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5200
5201 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5202 Moved to vc-cvs-hooks.
5203
5204 * vc-hooks.el: Add doc strings in various places. Simplify the
5205 minor mode setup.
5206 (vc-handled-backends): New user variable.
5207 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5208 simplification.
5209
52102000-09-04 Dave Love <fx@gnu.org>
5211
5212 * vc.el: Some doc fixes for autoloaded and interactive functions.
5213 Fix compilation warnings from ediff stuff.
5214 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5215
5216 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5217
5218 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5219
5220 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5221
52222000-09-04 Dave Love <fx@gnu.org>
5223
5224 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5225 New variable.
5226 (vc-make-backend-function, vc-loadup, vc-call-backend)
5227 (vc-backend-defines): New functions.
5228
5229 * vc-hooks.el: Various doc fixes.
5230 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5231 (vc-match-substring): Function removed. Callers changed to use
5232 match-string.
5233 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5234 Simplify.
5235
52362000-09-04 Dave Love <fx@gnu.org>
5237
5238 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5239 type.
5240 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5241 (vc-sccs-registered): Doc fix.
5242
5243 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5244 (vc-cvs-registered): Doc fix.
5245
5246 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5247 (vc-rcs-registered): Doc fix.
5248
52492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5250
5251 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5252
5253 * vc-hooks.el: vc-registered has been renamed
5254 vc-default-registered. Some functions have been moved to the
5255 backend specific files. they all support the
5256 vc-BACKEND-registered functions.
5257
52582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5259
5260 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5261
5262 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5263
a033ea13
DL
52642000-09-04 Dave Love <fx@gnu.org>
5265
179fc9ef
DL
5266 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5267 menu-bar-update-hook.
5268
5269 * help.el (help-manyarg-func-alist): Add
5270 find-operation-coding-system.
5271
a033ea13
DL
5272 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5273
5274 * custom.el (custom-set-variables): Print message about errors in
5275 setting.
5276
f8803e97
AI
52772000-09-03 Andrew Innes <andrewi@gnu.org>
5278
5279 * makefile.w32-in: Change to DOS line endings.
5280
59836110
EZ
52812000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5282
5283 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5284 minor-mode keymaps, if they don't have one.
5285
5514ba5c
EZ
52862000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * eshell/esh-module.el (eval-when-compile): Don't lose if
5289 esh-module.el's file name is truncated to DOS 8+3 limits.
5290
79cf8e80
JW
52912000-09-01 John Wiegley <johnw@gnu.org>
5292
5293 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5294 predicate, which caused entries in the completion list to be
5295 doubled.
5296
52972000-08-30 John Wiegley <johnw@gnu.org>
5298
5299 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5300 sending to subprocesses. Also, hook pre-command-hook if
5301 `eshell-send-direct-to-subprocesses' is non-nil.
5302 (eshell-send-direct-to-subprocesses): New config variable. If t,
5303 subprocess input is send immediately.
5304 (eshell-toggle-direct-send): New function.
5305 (eshell-self-insert-command): New function.
5306 (eshell-intercept-commands): New function.
5307 (eshell-send-input): If direct subprocess sending is enabled,
5308 don't echo any input to the Eshell buffer. Let the subprocess
5309 handle that. This requires "stty echo" in bash, for example.
5310
53112000-08-28 John Wiegley <johnw@gnu.org>
5312
5313 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5314 completion function for Eshell's implementation of `unset'.
5315
778911b9
EZ
53162000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5317
5318 * info.el (Info-directory-list): Doc fix.
5319
05d07b49
PB
53202000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5321
9b4a7800 5322 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5323 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5324
9941d4c7
KH
53252000-08-31 Kenichi Handa <handa@etl.go.jp>
5326
5327 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5328 coding systems.
5329
af9ba8ad
AI
53302000-08-30 Andrew Innes <andrewi@gnu.org>
5331
5332 * timer.el (run-with-idle-timer): Undo last change, so that timer
5333 is not activated immediately if Emacs is already idle. Some
5334 existing code relies on this behaviour.
5335
caccd8f2
MB
53362000-08-30 Miles Bader <miles@gnu.org>
5337
5338 * frame.el (set-frame-font): Do completion of font-name for
5339 interactive use.
5340
b64c0a1c
KH
53412000-08-30 Kenichi Handa <handa@etl.go.jp>
5342
5343 * international/quail.el (quail-start-translation): Bind locally
5344 last-command-event, last-command, and this-command.
5345 (quail-start-conversion): Likewise.
75cf0095 5346 (quail-self-insert-command): Fix docstring.
b64c0a1c 5347
fd5f61d3
GM
53482000-08-29 Gerd Moellmann <gerd@gnu.org>
5349
5350 * progmodes/executable.el
5351 (executable-make-buffer-file-executable-if-script-p): Check that
5352 buffer contains at least 2 characters.
5353
5b671d04
EZ
53542000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5357
485d9513
DL
53582000-08-29 Dave Love <fx@gnu.org>
5359
a39fb83d
DL
5360 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5361 (diff-mode-shared-map): Bind mouse-2.
5362 (diff-imenu-generic-expression): New variable.
5363 (diff-mode): Use it.
5364
485d9513
DL
5365 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5366 (mouse-popup-menubar): Add minor mode menus.
5367 (popup-menu): Check for lookup-key returning number.
5368
ba3478d9
MB
53692000-08-29 Miles Bader <miles@gnu.org>
5370
5371 * comint.el (comint-send-input): Create overlays using the proper
5372 front/read-advance arguments.
9b4a7800 5373
c3d6d211
GM
53742000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5375
5376 * ps-print.el: Even/odd pages printing. Doc fix.
5377 (ps-print-version): New version number (6.0).
5378 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5379 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5380 (ps-print-duplex-feature): Variable eliminated.
5381 (ps-even-or-odd-pages): New variable.
5382
ba087cd7 5383 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5384 (ebnf-version): New version (3.3).
5385 (ebnf-user-arrow): Change variable customization to sexp.
5386 (ebnf-user-arrow): Function eliminated.
5387 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5388
d313265f
KH
53892000-08-29 Kenichi Handa <handa@etl.go.jp>
5390
cba62b78 5391 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5392 (help-make-xrefs): Handle help-xref-mule-regexp.
5393
5394 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5395 variable.
5396 (describe-input-method): Temporarily activate the specfied input
5397 method to display the information.
5398 (describe-language-environment): Hyperlinks to mule related items.
5399
5400 * international/mule-diag.el (charset-multibyte-form-string): New
5401 function.
5402 (list-character-sets-1): Use charset-multibyte-form-string.
5403 (describe-character-set): New function.
5404 (describe-coding-system): Hyperlinks to safe character sets.
5405
5406 * international/quail.el (quail-help): New arg PACKAGE.
5407 Hyperlinks to mule related items.
5408 (quail-help-insert-keymap-description): Use
5409 substitute-command-keys instead of describe-bindings.
5410 (quail-translation-help): Hyperlinks to mule related items.
5411
b4bd214e
JW
54122000-08-28 John Wiegley <johnw@gnu.org>
5413
ca7aae91
JW
5414 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5415 have a defsubst call itself. Made `eshell-flatten-list' back into
5416 a function again.
5417
b4bd214e
JW
5418 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5419 catch, in case re-centering point at bottom messes up the display.
5420 This happens frequently in Emacs 21, due I believe to variable
5421 line heights.
5422
5423 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5424 to call `find-tag-interactive'.
5425
5426 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5427 the list of remember directories.
5428
d44e146b
JW
54292000-08-28 John Wiegley <johnw@gnu.org>
5430
5431 * align.el: Test align-region-separate to see if it's a symbol.
5432
546c0888 54332000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5434
5435 * eshell/esh-util.el (eshell-flatten-list): Made this function
5436 into a defsubst form. It gets used very frequently, although
5437 calls don't occur all that often.
5438
5439 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5440 examining it.
5441
5442 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5443 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5444 `eshell-protect'.
5445 (eshell-copy-handles): Created a new macro for duplicating the
5446 current set of open handles. This is needed by the looping
5447 functions.
5448 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5449 is not incorrectly stomped on.
5450
5451 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5452 declaration for pcomplete-use-paring.
5453 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5454 value of eshell-cmpl-use-paring.
5455 * pcomplete.el (pcomplete-use-paring): New config variable, to
5456 indicate whether paring should be used.
5457 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5458 completion alternatives that have already been used.
5459
5460 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5461 bound to C-c C-y, which will repeat the previous N arguments
5462 (based on prefix argument).
5463 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5464
5465 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5466 if there is no *Help* buffer. This is for XEmacs, which renames
5467 its help buffers uniquely. TODO: Find out what the current buffer
5468 name to delete is.
5469
5470 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5471 first entry that correlates to a passwd/group number. Later
5472 entries (used for group/user name aliasing to multiple IDs) are
5473 ignored.
5474
9b4a7800
TTN
5475 * eshell/em-xtra.el (eshell/expr):
5476 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5477 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5478 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5479 argument list, before passing it to the system command.
5480
5481 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5482 `find-tag' for use at final position in Eshell buffers (which
5483 otherwise triggers an error on Emacs 21).
5484 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5485 buffer, if it is currently bound to `find-tag'.
5486
5487 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5488 in the list of matched Makefile names.
5489 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5490 directory, prefer its contents to Makefile.
5491
5492 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5493 directory parts (like "cd old new", or "cd =regexp"), are now case
5494 sensitive on non-Windows/DOS platforms.
5495
5496 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5497 types RET after an open delimiter (like "), display a message
5498 indicating that Eshell is waiting for the closing delimiter.
5499
5500 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5501 environment variables.
5502
5503 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5504 gracefully if the user enters incorrect arguments.
5505
5506 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5507 Eshell buffers.
5508
9b4a7800
TTN
5509 * eshell/esh-var.el (eshell-interpolate-variable):
5510 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5511 * eshell/em-unix.el (eshell-du-sum-directory):
5512 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5513 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5514 (not (= ...)).
5515
5516 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5517 to ensure the `preserve' flag gets propagated when doing recursive
5518 directory copies.
5519
546c0888 55202000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5521
5522 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5523 Don't convert \n into \0177 in memory.
5524 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5525 and back again, when reading and writing.
9b4a7800 5526
546c0888 55272000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5528
5529 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5530 testing of `fboundp' on `processp'.
5531
5532 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5533 (eshell/jobs): Don't call process-list if it is not bound.
5534 (eshell-gather-process-output): Support systems where async
5535 subprocesses aren't supported.
5536 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5537 variables.
5538
5539 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5540 eshell-do-eval returns t.
5541 (eshell-do-pipelines-synchronously): New defmacro.
5542 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5543 when async subprocesses aren't supported.
5544 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5545 if async subprocesses aren't supported.
5546 (eshell-resume-command): Don't assume STATUS is a string.
5547
5548 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5549
5550 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5551 (eshell-close-target, eshell-get-target): Use eshell-processp.
5552 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5553 fix.
5554 (eshell-get-target, eshell-create-handles): Doc fix.
5555
546c0888 55562000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5557
546c0888 5558 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5559 criterion to include commands that output something, as long as it
5560 leaves both the command and the end-of-buffer visible when the
5561 command has exited.
5562 (eshell-review-quick-commands): Adjust the help doc string
5563 accordingly.
5564
2a371c3b
PB
55652000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5566
8348e1f9 5567 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5568 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5569
9b4a7800 5570 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5571 (file-cache-assoc-function): New variable
5572 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5573 Use file-cache-case-fold-search variable
5574 (file-cache-add-file): Use file-cache-assoc-function
5575 (file-cache-delete-file): likewise
5576 (file-cache-directory-name): likewise
5577 (file-cache-debug-read-from-minibuffer): likewise
5578
95931eb1
GM
55792000-08-28 Gerd Moellmann <gerd@gnu.org>
5580
5581 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5582 (abbrev-table-name): New function.
5583 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5584 If non-nil list local abbrev, only.
5585
bb17930d
GM
55862000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5587
546c0888
EZ
5588 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5589 from Gnus support code, and use special article copy buffer
bb17930d
GM
5590 `(gnus-original-article-buffer)' instead. This allows to get rid
5591 of article-hide-headers usage (which breaks in the latest Gnus
5592 version). Thanks to Detlev Zundel.
5593
41a68aef
KH
55942000-08-28 Kenichi Handa <handa@etl.go.jp>
5595
5596 * international/quail.el (quail-use-package): Hide "... loaded"
5597 message.
5598 (quail-start-translation, quail-start-conversion): Likewise.
5599
5600 * international/kkc.el (kkc-region): Hide "... loaded" message.
5601
28bb2cef
DL
56022000-08-27 Dave Love <fx@gnu.org>
5603
5604 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5605
11a1118d
MB
56062000-08-27 Miles Bader <miles@gnu.org>
5607
5608 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5609
0f85d477
KH
56102000-08-27 Kenichi Handa <handa@etl.go.jp>
5611
5612 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5613 'ja-dic-cnv), not (require 'skkdic-cnv).
5614
2d73e8d3
MB
56152000-08-26 Miles Bader <miles@gnu.org>
5616
a0e5a5a4
MB
5617 * faces.el (face-x-resources): Add entry for :inherit.
5618 * cus-face.el (custom-face-attributes): Add support for :inherit
5619 attribute. Add support for relative face heights.
5620 (custom-face-attributes-get): Treat `nil' as being a default value
5621 for :inherit (as well as `unspecified').
5622
19feb949
MB
5623 * faces.el (set-face-attribute): Update doc string.
5624 (face-attribute-name-alist): Add :inherit.
5625 (face-valid-attribute-values): Handle :inherit.
5626 (face-read-string): Rephrase prompt to be less confusing.
5627 Assume that DEFAULT is a string, since we must return a string.
5628 (face-read-integer): Use `format' to turn DEFAULT into an
5629 acceptable default for face-read-string. Match NEW-VALUE against
5630 the string "unspecified", not the symbol `unspecified', since
5631 that's what face-read-string returns.
5632 (read-face-attribute): Lookup a name for old-value in valid, and
5633 use it as a default if we find one. Treat all values from
5634 face-read-string as strings. If the default is used, don't do any
5635 more processing on the value, just use the old value directly.
5636 (read-face-and-attribute, modify-face): Tweak prompt.
5637 (read-face-name): Don't assume prompt ends with a space.
5638
2d73e8d3
MB
5639 * faces.el (describe-face): Add support for :inherit attribute.
5640
a1a2e38f
KH
56412000-08-25 Kenichi Handa <handa@etl.go.jp>
5642
e84fa7c5
KH
5643 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5644 concat doesn't accept interger.
5645
a1a2e38f
KH
5646 * international/kkc.el: Remove SKK from Keywords. Require
5647 ja-dic-utl instead of skkdic-utl.
5648
5649 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5650 Provide ja-dic-cnv instead of skkdic-cnv.
5651 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5652 (iso-2022-7bit-short): Add safe-charsets property.
5653 (skkdic-convert-postfix): Search Japanese chou-on character in
5654 addition to Hiragana character.
5655 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5656 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5657 (batch-skkdic-convert): Likewise.
5658
5659 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5660 Provide ja-dic-utl instead of skkdic-utl.
5661 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5662
f6499c03
DL
56632000-08-24 Dave Love <fx@gnu.org>
5664
1c2c3f16
DL
5665 * disp-table.el (standard-display-default): Make the test of `l'
5666 useful.
5667
f6499c03
DL
5668 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5669 mod sample text.
5670
5671 * international/iso-ascii.el: Make pilcrow convenient string
5672 consistent with section.
5673 (iso-ascii-display): Set up multibyte characters as well as
5674 unibyte.
5675
c543db81
KH
56762000-08-24 Kenichi Handa <handa@etl.go.jp>
5677
5678 * international/mule-cmds.el (reset-language-environment): Set
5679 default-process-coding-system to '(undecided . iso-latin-1), which
5680 makes process I/O almost consistent with file I/O. Call this
5681 function when mule-cmds.el[c] is loaded.
5682
746d9caf
AI
56832000-08-22 Andrew Innes <andrewi@gnu.org>
5684
5685 * makefile.w32-in: New file.
5686
5484005d
MB
56872000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5688
5689 * comint.el (comint-output-filter): Compare end of
5690 comint-last-output-overlay with the start of the newly inserted
5691 text, not the end, when deciding whether to extend it.
9b4a7800 5692 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5693
5694 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5695 since this is now done independently of font-lock mode.
5696
7a912f63
GM
56972000-08-21 Gerd Moellmann <gerd@gnu.org>
5698
5699 * server.el (server-kill-new-buffers): New user option.
5700 (server-existing-buffer): New buffer-local variable.
5701 (server-visit-files): When using an existing buffer, set
5702 server-existing-buffer to t.
5703 (server-buffer-done): If server-kill-new-buffers is t, kill the
5704 buffer, unless it was already present before visiting it with
5705 Emacs server.
9b4a7800 5706
240301df
EZ
57072000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5708
5709 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5710 even if the display doesn't support colors: some displays will
5711 support bold/underline faces.
5712
cbcef616
GM
57132000-08-21 Gerd Moellmann <gerd@gnu.org>
5714
6917e6bb
GM
5715 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5716
cbcef616
GM
5717 * startup.el (command-line): If user's init file had an error,
5718 add explanatory text to *Messages*.
5719
6922b018
KH
57202000-08-21 Kenichi Handa <handa@etl.go.jp>
5721
5722 * man.el (Man-getpage-in-background): Decode the process output by
5723 the system locale coding system.
5724
e50c4203
DL
57252000-08-20 Dave Love <fx@gnu.org>
5726
96ab6351
DL
5727 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5728 Don't test x-popup-menu.
5729 (function) <complete-function>: Complete only fbound symbols.
5730 <validate, value>: New.
5731 (variable) <complete-function>: Complete only bound symbols.
5732 (coding-system): Add :base-only, :complete-function, :validate,
5733 :value, :prompt-match.
5734 (widget-coding-system-prompt-value): Use read-coding-system and
5735 act on :base-only.
5736 (editable-field): Add :help-echo.
5737 (widget-push-button-gui, widget-push-button-cache)
5738 (widget-gui-action, widget-editable-list-gui): COmment out, along
5739 with uses.
5740 (widget-at): Make arg optional.
5741 (widget-echo-help): Adjust for current help-echo calling sequence.
5742 (widget-specify-field, widget-specify-button)
5743 (widget-specify-insert, widget-get-sibling, widget-image-find)
5744 (widget-convert, widget-insert, widget-leave-text)
5745 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5746 (widget-setup, widget-field-find, widget-before-change)
5747 (widget-after-change, widget-default-complete)
5748 (widget-default-create, widget-default-delete)
5749 (widget-push-button-value-create, editable-field)
5750 (widget-field-prompt-value, widget-field-validate)
5751 (widget-choice-value-create, widget-choice-action)
5752 (widget-choice-validate, widget-checklist-add-item)
5753 (widget-radio-add-item, widget-radio-chosen)
5754 (widget-radio-value-inline, widget-editable-list-value-create)
5755 (widget-editable-list-entry-create)
5756 (widget-documentation-link-add)
5757 (widget-documentation-string-value-create)
5758 (widget-regexp-validate, widget-file-complete)
5759 (widget-sexp-validate, widget-plist-convert-widget)
5760 (widget-plist-convert-widget, widget-alist-convert-widget)
5761 (widget-alist-convert-widget, widget-color-complete): Simplify,
5762 particularly to avoid bindings which aren't optimized out.
5763
e50c4203
DL
5764 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5765 Doc fix.
5766 (down-list, backward-up-list, up-list, kill-sexp)
5767 (backward-kill-sexp, mark-sexp): Make arg optional.
5768 (lisp-complete-symbol): Add optional arg PREDICATE.
5769
5770 * cus-start.el: Add display-buffer-reuse-frames,
5771 file-coding-system-alist.
5772
511bd4eb
GM
57732000-08-20 Gerd Moellmann <gerd@gnu.org>
5774
5775 * startup.el (command-line): Clear realized faces after
5776 modifying TTY color mappings.
5777
a9de7d29
MB
57782000-08-20 Miles Bader <miles@gnu.org>
5779
5780 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5781 merely a subset of FACE's attributes.
5782
8a8023d9
MB
57832000-08-19 Miles Bader <miles@gnu.org>
5784
5785 * comint.el (comint-output-filter): Save the point with a marker,
5786 not just a buffer position.
5787
5788 * international/mule.el (set-buffer-process-coding-system): Make
5789 interactive prompt less confusing.
5790
1433385f
GM
57912000-08-19 Gerd Moellmann <gerd@gnu.org>
5792
5793 * hilit-chg.el: General cleanup of doc strings, comments and
5794 code formatting.
5795
136b4eda
MB
57962000-08-19 Miles Bader <miles@gnu.org>
5797
5798 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5799 Compiler macro removed; beginning-of-line is no longer always
5800 equivalent to forward-line, in the presence of fields.
5801
5802 * comint.el (comint-output-filter): Remove ad-hoc saving of
5803 restriction, and just use save-restriction, now that it works
5804 correctly. Don't adjust comint-last-input-start to account for
5805 our insertion; it shouldn't have moved because we don't use
5806 insert-before-markers anymore. Comment out call to
5807 `force-mode-line-update'; why is it here?
5808
5809 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5810 while checking for prompt to delete. Use `forward-line 0'
5811 instead of beginning-of-line.
5812 (gud-filter): Temporarily widen gud comint buffer while
5813 examining output.
5814
cdd0f857
SM
58152000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5816
ebf96bfa
SM
5817 * progmodes/sh-script.el: Big bag of typos.
5818
cdd0f857
SM
5819 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5820 check since ispell-process is not bound when ispell is not yet loaded.
5821
9bb7a286
DL
58222000-08-18 Dave Love <fx@gnu.org>
5823
5824 * image.el (find-image): Copy `spec' before using plist-put.
5825
74ec6045
GM
58262000-08-18 Gerd Moellmann <gerd@gnu.org>
5827
5828 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5829 `portugues'.
5830
5831 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5832 backward-kill-sexp, analogous to kill-sexp.
5833
5834 * progmodes/icon.el (icon-indent-line)
5835 (icon-is-continuation-line): Handle comments specially.
5836
58372000-08-17 Ken Stevens <k.stevens@ieee.org>
5838
5839 * ispell.el: Set to standard author/maintainer/keyword fields.
5840 Fine tuning to menu map appearance and operation, and added help.
5841 Remove `start' and `end' error messages when compiling.
5842 (ispell-choices-win-default-height): Fixed comment string.
5843 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5844 castellano8 dictionaries.
5845 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5846 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5847 dictionary, added italiano dictionary.
5848 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5849 word character
5850 (ispell-tex-skip-alists): Added psfig support.
5851 (ispell-skip-html): Renamed from ispell-skip-sgml.
5852 (ispell-begin-skip-region-regexp, ispell-skip-region)
5853 (ispell-minor-check): Improved html skipping support to skip across
5854 code, and recognize `&' commands without propper `;' syntax;
5855 (ispell-process-line): Fix alignment error when manually
5856 correcting spelling.
5857 (ispell): Fix comment string.
5858 (ispell-add-per-file-word-list): Always put word list on new line.
5859
3787e12e
GM
58602000-08-17 Gerd Moellmann <gerd@gnu.org>
5861
a7b28523
GM
5862 * format.el (format-encode-run-method): Fix error message to say
5863 `encode' instead of `decode'. Use save-window-excursion around
5864 shell-command-on-region as in format-decode-run-method because
5865 shell-command-on-region can display a buffer with error output.
5866 (format-decode): Don't record undo information for the decoding.
5867 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5868 that number part of the temporary buffer name so that more than
5869 one decoding using a temporary buffer can happen safely.
5870
5871 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5872 of `A-z' in the regexp.
5873
5874 * hilit-chg.el: Fix typos in commentary.
5875
3787e12e
GM
5876 * help.el (view-emacs-news): Rewritten for new naming scheme
5877 for old NEWS files.
5878
5879 * startup.el (command-line): Pop to *Messages* in case an error
5880 is signaled while loading user-init-file.
5881
d2473540
AS
58822000-08-17 Andreas Schwab <schwab@suse.de>
5883
5884 * files.el (insert-directory): Don't lose original file name,
5885 undoing an undocumented change.
5886
c0bbaf57
GM
58872000-08-17 Alex Schroeder <alex@gnu.org>
5888
5889 * sql.el (sql-magic-go): Use comint-bol.
5890 (sql-copy-column): Use comint-line-beginning-position.
5891 (comint-line-beginning-position): Define a replacement for
5892 comint-line-beginning-position if it is not fboundp.
5893
58942000-08-17 Alex Schroeder <alex@gnu.org>
5895
5896 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5897 it didn't have any effect anyway.
5898
58992000-08-17 Alex Schroeder <alex@gnu.org>
5900
5901 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5902 --pset and pager=off instead of sending \\o|cat at the beginning
5903 of the session.
5904
9d245da5
MB
59052000-08-17 Miles Bader <miles@gnu.org>
5906
5907 * progmodes/octave-inf.el: Add compatibility definition of
5908 comint-line-beginning-position.
5909
abfdbd2e
KH
59102000-08-17 Kenichi Handa <handa@etl.go.jp>
5911
5912 * startup.el (normal-top-level): Look in each dir in load-path for
5913 a leim-list.el file too. This assures of loading leim-list.el
5914 that is created at Emacs installation time even if a user have his
5915 own leim-list.el.
5916
a0b8c939
MB
59172000-08-17 Miles Bader <miles@gnu.org>
5918
5919 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5920 foreground color to black if the background is dark.
5921
7382bcae
SM
59222000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5923
5924 * loadhist.el (unload-feature): Typo.
5925
9b4a7800 5926 * finder.el (finder-compile-keywords):
7382bcae
SM
5927 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5928 to the generated file.
5929
5930 * mail/mh-e.el (mh-make-local-vars):
5931 Replace make-variable-buffer-local with make-local-variable.
5932
cdd0f857 5933 * play/landmark.el:
7382bcae 5934 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5935 * mail/mailabbrev.el (mail-abbrevs-mode):
5936 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5937 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5938
5939 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5940
5941 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5942 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5943 Allow going past the last element.
9b4a7800 5944 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5945 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5946 (cvs-mouse-toggle-mark): Don't move point.
5947 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5948
5949 * progmodes/compile.el (grep): Provide a default set of files.
5950 (next-error): Docstring fix.
5951 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5952
5953 * emacs-lisp/easy-mmode.el (define-minor-mode):
5954 Use `symbol-value' to keep the byte-compiler quiet.
5955
5956 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5957 (diff-find-source-location): New fun, extracted from diff-goto-source.
5958 (diff-goto-source): Use it.
5959 (diff-next-complex-hunk, diff-filter-lines): New function.
5960 (diff-apply-hunk): New command.
5961
5962 * smerge-mode.el (smerge-mode-menu): Doc fix.
5963
5964 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5965
4f00b8c1
DL
59662000-08-16 Dave Love <fx@gnu.org>
5967
2b5198bb
DL
5968 * windmove.el (windmove) <defgroup>: Add :version.
5969
5970 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5971 (goto-address-fontify-p, goto-address-highlight-p)
5972 (goto-address-url-face, goto-address-url-mouse-face)
5973 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5974 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5975 (goto-address-fontify, goto-address-at-mouse): Simplify,
5976 (goto-address-at-point): browse-url-url-at-point,
5977 goto-address-find-address-at-point can return nil.
5978 (goto-address-find-address-at-point): Return nil on failure.
5979
5980 * align.el (align) <defgroup>: Add :version.
5981
5982 * calculator.el (calculator): Add :version.
5983 (calculator): Use two lines for calculator window if `modeline'
5984 face is boxed.
5985
4f00b8c1
DL
5986 * play/5x5.el: Doc fixes.
5987 (5x5) <defgroup>: Add :version.
5988
5989 * play/fortune.el (fortune) <defgroup>: Add :version.
5990 (fortune-append): Fix error message.
5991 (fortune-from-region): Doc fix.
5992
5993 * play/pong.el (pong): Doc fix.
5994
5995 * play/morse.el: Keywords, commentary, autoloads.
5996
69db7ee7
EZ
59972000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5998
5999 * desktop.el (desktop-save): Don't look at symbol-value of a
6000 member of minor-mode-alist, unless it is boundp.
6001
10e1dad9
SS
60022000-08-16 Sam Steingold <sds@gnu.org>
6003
a0b8c939 6004 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
6005 `while'; use `with-current-buffer' instead of `save-excursion'.
6006 Removed unnecessary kludges now that "*Buffer List*" is excluded.
6007
9d7bcb2e
KH
60082000-08-16 Kenichi Handa <handa@etl.go.jp>
6009
6010 * international/ccl.el (declare-ccl-program): Docstring modified.
6011 (ccl-execute-with-args): Likewise.
6012
04231ab8
MB
60132000-08-16 Miles Bader <miles@gnu.org>
6014
9d245da5 6015 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
6016 comint-line-beginning-position.
6017
f68446ef
GM
60182000-08-15 Gerd Moellmann <gerd@gnu.org>
6019
dc28878c
GM
6020 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
6021 'buffer-menu' property.
6022 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6023 fails.
6024 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
6025 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
6026 wasn't killed.
10e1dad9 6027
58ed0d3b
GM
6028 * buff-menu.el (list-buffers-noselect): Don't display the
6029 *Buffer List* buffer.
6030
32dc52f7
GM
6031 * font-lock.el: Require jit-lock to prevent a very late
6032 `Loading jit-lock' message.
6033
f68446ef 6034 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 6035 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
6036 mail address.
6037
90ac90a2
MB
60382000-08-15 Miles Bader <miles@gnu.org>
6039
6040 * textmodes/ispell.el (ispell-graphic-p): New constant.
6041 (ispell-choices-win-default-height, ispell-help): Use
6042 `ispell-graphic-p' instead of `xemacsp'.
6043
b0a0e263
DL
60442000-08-15 Dave Love <fx@gnu.org>
6045
c1e757e3
DL
6046 * simple.el: Autoload widget-convert when compiling.
6047 (mail-user-agent): Doc fix.
6048
6049 * help.el (function-called-at-point, variable-at-point): Use
6050 with-syntax-table.
6051 (help-manyarg-func-alist): Add insert-and-inherit.
6052
6053 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6054
6055 * delsel.el (delsel-unload-hook): New function.
6056
6057 * find-file.el: Doc fixes. Move provide to end.
6058 (ff) <defgroup>: Add :link.
6059 (ff-goto-click): Deleted.
6060 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6061 Use mouse-set-point.
6062
6063 * textmodes/tildify.el: Doc fixes.
6064 (tildify) <defgroup>: Add:version.
6065
6066 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6067 (glasses-custom-set): Use set-default, not set.
6068 (minor-mode-alist): Propertize the lighter.
6069 (glasses-mode): Provide optional arg.
6070
5f847612
DL
6071 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6072 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6073 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6074 option. Provide :type.
6075 (cwarn-configuration): Provide :type.
6076 (cwarn-mode): Doc fix.
6077
6078 * add-log.el (change-log-merge): Doc fix.
6079 (change-log-redate): New command.
6080
b0a0e263
DL
6081 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6082 Doze and Dog.
6083 (browse-url): Use dolist, not mapcar.
6084 (browse-url-at-point): Check for null url.
6085 (browse-url-event-buffer, browse-url-event-point): Functions
6086 deleted.
6087 (browse-url-at-mouse, browse-url-netscape): Simplify.
6088
6089 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6090 modes.
6091 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6092 Fix previous change to mapcan.
6093 (msb--init-file-alist, msb--add-separators)
6094 (msb--make-keymap-menu): Simplify.
6095 (msb--choose-file-menu): Use copy-sequence.
6096 (msb-mode-map): Add title to keymap.
6097 (msb-unload-hook): New function.
6098
6099 * bs.el: Fix indentation.
6100 (bs) <defgroup>: Add :links.
2b5198bb
DL
6101 (bs-show): Doc fix.
6102 (bs-apply-sort-faces): Don't use window-system.
6103 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6104
70f1b78e
EZ
61052000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6106
6107 * calendar/timeclock.el (timeclock-file): Run .timelog through
6108 convert-standard-filename.
6109
956777b3
GM
61102000-08-14 Gerd Moellmann <gerd@gnu.org>
6111
3215096c
GM
6112 * emacs-lisp/authors.el: New file.
6113
956777b3
GM
6114 * paren.el (show-paren-priority): New user option.
6115 (show-paren-function): Set overlay priorities to
6116 show-paren-priority.
10e1dad9 6117
0cde1424
MB
61182000-08-14 Miles Bader <miles@gnu.org>
6119
6120 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6121 beginning-of-line with inhibit-field-text-motion bound.
6122
90cbf47e
GM
61232000-08-14 Gerd Moellmann <gerd@gnu.org>
6124
6125 * calendar/timeclock.el: New file.
6126
61272000-08-14 David Ponce <david@dponce.com>
6128
6129 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6130 `widget-button-click'. so that one can use left mouse button to
6131 click on dialog buttons.
6132
61332000-08-14 Emmanuel Briot <briot@gnat.com>
6134
6135 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6136 identifiers, since XML is case sensitive
10e1dad9 6137
79e8dca7 61382000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6139
660394d1
MB
6140 * comint.el (comint-output-filter): Don't bother frobbing
6141 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6142
6143 * comint.el (comint-send-string, comint-send-region): Make into
6144 real functions. Snapshot the prompt before sending.
6145
218c2cc7
EZ
61462000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6149 technique similar to Info-index, instead of relying on specific
6150 names of relevant Index nodes.
6151 (Info-goto-emacs-command-node): Bind Info-history to nil when
6152 going to the first node found by Info-find-emacs-command-nodes.
6153
51e066d2 61542000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6155
6156 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6157
867102f2
MB
61582000-08-10 Miles Bader <miles@gnu.org>
6159
6160 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6161
af718538
EZ
61622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6163
6164 * info.el (Info-file-list-for-emacs): More elements for the
6165 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6166 and woman manuals.
6167
c51bacd6
MB
61682000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6169
6170 * comint.el (comint-send-input): Make the newline boundary overlay
6171 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6172 (comint-output-filter): Use `insert' instead of
6173 `insert-before-markers'. Extend comint-last-output-overlay when
6174 necessary since we can't rely on insert-before-markers to do it.
6175 * gud.el (gud-filter): Use `with-current-buffer' instead of
6176 save-excursion when inserting the output, so that point gets
6177 updated correctly; the old method relied on a rather dodgy
6178 side-effect of comint-output-filter to avoid the effect of
6179 save-excursion.
6180
98532b12
EZ
61812000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6182
6183 * files.el (recover-file): Call insert-directory instead of
6184 invoking `ls' directly.
6185
3db4b719
MB
61862000-08-10 Miles Bader <miles@gnu.org>
6187
6188 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6189 (comint-last-prompt-overlay): New variables.
6190 (comint-output-filter): Implement prompt highlighting.
6191 (comint-snapshot-last-prompt): New function.
6192 (comint-send-input): Snapshot the last prompt.
6193 Use comint-highlight-input-face.
6194 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6195 Use defface instead of defcustom.
6196 (send-invisible, comint-send-eof): Snapshot the last prompt.
6197 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6198 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6199
96190aa1
SM
62002000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6201
5cda4b07
SM
6202 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6203 (regexp-opt-group): Use a list of chars for `letters'.
6204 (regexp-opt-charset): `chars' is now a list of chars.
6205 Use a char-table rather than a vector so it works for multibyte chars.
6206
96190aa1
SM
6207 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6208 Set cvs-minor-current-files to the selected fileinfo.
6209 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6210 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6211
7d093d56
EZ
62122000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6213
6214 * files.el (insert-directory): Don't call access-file on
6215 directories on DOS and Windows.
6216
b24c5811
KH
62172000-08-09 Kenichi Handa <handa@etl.go.jp>
6218
6219 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6220 longer if necessary.
6221 (ccl-embed-code): Call ccl-embed-data to store CODE in
6222 ccl-program-vector.
6223
0a6fd67e
MB
62242000-08-09 Miles Bader <miles@gnu.org>
6225
6226 * comint.el (comint-output-filter): Properly handle the case where
6227 the text surrounded by comint-last-output-overlay was deleted.
6228
9f6d1a6c
GM
62292000-08-08 Gerd Moellmann <gerd@gnu.org>
6230
25ad1371
GM
6231 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6232 non-nil.
6233 (Info-file-list-for-emacs): Remove "info" from the list because
6234 that leads to trying to use the documentation from file `info'
6235 in various situations where it isn't appropriate, for instance
6236 C-h C-k C-h i.
6237
6238 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6239 DIR and/or STRING are nil.
6240
6241 * progmodes/compile.el (compilation-setup): Make variable
6242 compilation-error-screen-columns buffer-local, as some comment
6243 in the code suggests it should be.
6244
6245 * files.el (auto-mode-interpreter-regexp): New variable.
6246 (set-auto-mode): Use it.
6247
6248 * indent.el (indent-for-tab-command): Doc fix.
6249
6250 * mouse-sel.el (mouse-sel-mode): Doc fix.
6251
9f6d1a6c
GM
6252 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6253 labels.
6254
6255 * help.el (print-help-return-message): When
6256 display-buffer-reuse-frames is set, let the help window been quit,
6257 instead of deleting it, which might delete a reused frame.
6258
3d819a75
EZ
62592000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6260
6261 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6262 rename a directory to a name that differs only by its letter case.
6263
c5a52529
KH
62642000-08-08 Kenichi Handa <handa@etl.go.jp>
6265
6266 * international/quail.el (quail-define-rules): Handle Quail decode
6267 map correctly. Add code for supporting annotations.
6268 (quail-install-decode-map): New function.
6269 (quail-defrule-internal): New optional arguments decode-map and
6270 props.
6271 (quail-advice): New function.
6272
5e9e032a
SS
62732000-08-07 Sam Steingold <sds@gnu.org>
6274
6275 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6276 `defconst', `define-condition', `with-slots'.
6277 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6278
46645f4b
MB
62792000-08-03 Miles Bader <miles@gnu.org>
6280
6281 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6282 New variable.
6283 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6284 comint-use-prompt-regexp-instead-of-fields.
6285 (comint-send-input): Add `input' field property to stuff we send to
6286 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6287 (comint-output-filter): Add `output' field property to process
6288 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6289 (comint-replace-by-expanded-history)
6290 (comint-get-old-input-default, comint-show-output)
6291 (comint-backward-matching-input, comint-forward-matching-input)
6292 (comint-next-prompt, comint-previous-prompt): Use field
6293 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6294 (comint-line-beginning-position): New function.
6295 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6296 (comint-replace-by-expanded-history-before-point): Use
6297 comint-line-beginning-position and line-end-position.
6298 (comint-last-output-overlay): New variable.
6299 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6300
6301 * shell.el (shell-prompt-pattern): Doc change.
6302 (shell-backward-command): Use line-beginning-position.
6303
6304 * gud.el (gud-gdb-complete-command): Use
6305 comint-line-beginning-position.
6306
6307 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6308 comint-bol doesn't actually go to the beginning of the line.
6309
6310 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6311 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6312 (try-expand-line-all-buffers): Likewise.
6313
6314 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6315 explicitly matching comint-prompt-regexp.
6316 (sql-copy-column): Use comint-line-beginning-position instead of
6317 explicitly matching comint-prompt-regexp.
6318
6319 * progmodes/octave-inf.el (inferior-octave-complete): Use
6320 comint-line-beginning-position.
6321
6322 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6323
6324 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6325 looking for a prompt, use `forward-line 0' instead of
6326 `beginning-of-line', to avoid getting caught by an input field.
6327
ff3d9573
GM
63282000-08-07 Gerd Moellmann <gerd@gnu.org>
6329
6330 * files.el (shell-quote-wildcard-pattern): Make sure to return
6331 PATTERN, in the Unix case.
6332
e0d8827b
EZ
63332000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6334
6335 * play/zone.el (zone): Discard any pending input before running
6336 the randomly-chosen pgm.
6337
24d55b8f
KH
63382000-08-07 Kenichi Handa <handa@etl.go.jp>
6339
6340 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6341 checking the existence of any multibyte characters.
6342
3d05e1ee
GM
63432000-08-06 Gerd Moellmann <gerd@gnu.org>
6344
6c4a4368
GM
6345 * help.el (describe-mode): Test minor-mode symbol for being
6346 bound before testing its value for being nil.
6347
3d05e1ee
GM
6348 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6349 `first', `second', and `third'.
6350
6351 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6352 (second): Make it an alias for `cadr'.
6353
6968a481
EZ
63542000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6355
6356 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6357 types of display support faces now.
6358
e49aa397
GM
63592000-08-05 Gerd Moellmann <gerd@gnu.org>
6360
6361 * pcvs.el (require): Require `cl' during compilation, only.
6362
6363 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6364 (toplevel): Remove `remq' and `remove' from autoloads.
6365 (cl-fake-autoloads): New variable. If set, arrange for an error
6366 when CL functions etc. are autoloaded.
6367
588aca27
EZ
63682000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6369
2e78d4ab
EZ
6370 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6371
85628348
EZ
6372 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6373 popped up, but the user clicks outside the menu, return an empty
6374 regexp (that causes unhighlight-regexp to have no effect).
6375
74f0e552
EZ
6376 * menu-bar.el (menu-bar-games-menu): Add Zone.
6377
588aca27
EZ
6378 * hi-lock.el (toplevel): Require font-lock.
6379
f4988be7
GM
63802000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6381
ba087cd7 6382 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6383 (ebnf-8-bit-chars): New var for bug fix.
6384 (ebnf-string): Bug fix.
6385
027b73ac
SS
63862000-08-03 Sam Steingold <sds@gnu.org>
6387
6388 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6389 instead of `buffer-string'.
6390 (require 'cl): Always, not just when compiling.
6391 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6392 necessary.
6393
2f1fa038
EZ
63942000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6395
6396 * international/mule-cmds.el (select-safe-coding-system): Make
6397 the message text about selecting a safe coding system more clear.
6398
ead53494
GM
63992000-08-02 Gerd Moellmann <gerd@gnu.org>
6400
abb2db1c
GM
6401 * hi-lock.el: New file.
6402
6403 * play/zone.el: New file.
6404
ead53494
GM
6405 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6406 value of tab-width in the original buffer. Choose a line number
6407 format that's a multiple of the original buffer's tab width, so
6408 that lines appear right.
6409
6410 * textmodes/ispell.el (ispell): New function, replacing an alias.
6411 Spell-check active region if in transient-mark-mode and mark
6412 is active; otherwise spell-check buffer.
6413
64142000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6415
6416 * ps-mule.el: Fix a customization problem on
6417 ps-mule-font-info-database-default.
6418
f4a2b0a4
EZ
64192000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6420
6421 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6422 display-mouse-p instead of window-system.
6423 (ebrowse-member-mode-map): Ditto.
6424
b685181e
GM
64252000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6426
ba087cd7
EZ
6427 * progmodes/ebnf2ps.el: Update ps-print functions call.
6428 Indentation fix. Doc fix.
b685181e
GM
6429 (ebnf-version): New version number (3.2).
6430 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6431
3b5fab87
EZ
64322000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6433
032ebb29
EZ
6434 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6435 font lock support on window-system.
6436 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6437
3b5fab87
EZ
6438 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6439 display-color-p, if fboundp, instead of window-system.
6440
7e2605e7
EZ
64412000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6442
6443 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6444 instead of window-system.
6445
6446 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6447 window-system.
6448 (widget-choice-mouse-down-action): Use display-popup-menus-p
6449 instead of window-system.
6450
6451 * strokes.el (strokes-file): Run the file name through
6452 convert-standard-filename.
6453 (strokes-mode): Call display-mouse-p instead of looking at
6454 window-system. Change the error message accordingly.
6455
6456 * progmodes/cpp.el (toplevel): Support faces on tty's.
6457
6458 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6459 (lm-plot-square, lm-init-display): Don't use window-system.
6460
6461 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6462 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6463
6464 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6465 instead of looking at window-system.
6466
26119624
GM
64672000-07-30 Gerd Moellmann <gerd@gnu.org>
6468
6469 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6470 of testing if iswitchb-prepost-hooks is bound, because the
6471 latter will always be true when invoking a recursive minibuffer
6472 from an active Iswitchb buffer.
6473
c90596f3
EZ
64742000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6475
6476 * files.el (shell-quote-wildcard-pattern): New function.
6477 (insert-directory): Call it. Only prepend "\" to command on Unix
6478 and GNU/Linux systems.
6479
18925e78
GM
64802000-07-30 Gerd Moellmann <gerd@gnu.org>
6481
6482 * eshell/esh-groups.el: Change custom :link file names
6483 from `eshell.info' to `eshell'.
6484
64852000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6486
6487 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6488 correctly in recursive ange-ftp listings.
6489
64902000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6491
6492 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6493 ps-header-font-size-internal and
6494 ps-header-title-font-size-internal variables are not set,
6495 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6496 face text property is (foreground-color . COLOR) or
6497 `(background-color . COLOR)', ps-print crashes. Doc fix.
6498 (ps-print-version): New version number (5.2.4).
6499 (ps-plot-region): Code fix.
6500 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6501 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6502 Bug fix 2.
6503
65042000-07-30 Milan Zamazal <pdm@freesoft.cz>
6505
6506 * glasses.el (glasses-make-readable): Fix uncapitalization of
6507 identifiers like `myXMLDocument'.
6508
aeb4c63e
KF
65092000-07-28 Karl Fogel <kfogel@red-bean.com>
6510
18925e78
GM
6511 * mail/mail-hist.el (mail-hist-previous-input)
6512 (mail-hist-next-input): Do the obvious code factorization.
6513 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6514 code of above two.
6515 If inserting a message body, leave point at top.
6516
9d453139
SS
65172000-07-28 Sam Steingold <sds@gnu.org>
6518
6519 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6520 Use `<=', not `<' to compare times!
6521 (ange-ftp-ls): Remove.
9d453139 6522
b548072f
GM
65232000-07-27 Gerd Moellmann <gerd@gnu.org>
6524
27848c01
GM
6525 * play/cookie1.el: Add explanation of how to make cookie.el
6526 compatible with strfile(1) to comment.
6527
6528 * subr.el (remove, remq): New functions.
6529
3ab82477
GM
6530 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6531 escape `*' in regexps.
6532 (midnight-find): Reverse order of arguments in the funcall of
6533 TEST.
6534
6535 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6536 and `.class'.
6537
b548072f
GM
6538 * play/meese.el: Add Commentary section.
6539
27848c01
GM
65402000-07-27 Alex Schroeder <alex@gnu.org>
6541
6542 * sql.el (sql-ms): Added autoload cookie.
6543 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6544 (sql-oracle): Ditto.
6545 (sql-help): Doc change.
6546
6547 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6548 types and exceptions.
6549
65502000-07-27 Alex Schroeder <alex@gnu.org>
6551
6552 * sql.el (sql-placeholder-history): New variable.
6553 (sql-query-placeholders-and-send): New function that will query
6554 the user and replace placeholders with user input.
6555 (sql-oracle): If running on NT, set comint-input-sender to
6556 sql-query-placeholders-and-send.
6557
6558 (sql-stop): If in the SQLi buffer, insert stop notification, else
6559 present it as a message.
6560
65612000-07-27 Alex Schroeder <alex@gnu.org>
6562
6563 * sql.el (sql-input-ring-separator): Doc change.
6564 (sql-input-ring-file-name): Doc change.
6565 (sql-interactive-mode): Use `sql-input-ring-separator' and
6566 `sql-input-ring-file-name' to set the comint-mode equivalents
6567 without making them local variables.
6568 (sql-stop): Don't bind `sql-input-ring-separator' and
6569 `sql-input-ring-file-name' dynamically to their comint-mode
6570 equivalents.
6571
91ae8751
KH
65722000-07-27 Kenichi Handa <handa@etl.go.jp>
6573
6574 * international/mule.el (register-char-codings): New function.
6575 (make-coding-system): Handle `safe-chars' specification in the arg
6576 PROPERTY.
6577
6578 * international/mule-cmds.el
6579 (find-coding-systems-region-subset-p): This function deleted.
6580 (sort-coding-systems-predicate): New variable.
6581 (sort-coding-systems): New function.
6582 (find-coding-systems-region): Use
6583 find-coding-systems-region-internal.
6584 (find-coding-systems-string): Use find-coding-systems-region.
6585 (find-coding-systems-for-charsets): Check
6586 char-coding-system-table.
6587 (select-safe-coding-system-accept-default-p): New variable.
6588 (select-safe-coding-system): Mostly rewritten. New argument
6589 ACCEPT-DEFAULT-P.
6590 (select-message-coding-system): Call select-safe-coding-system
6591 with ACCEPT-DEFAULT-P arg.
6592 (reset-language-environment): Reset default-sendmail-coding-system
6593 to the default value iso-latin-1.
6594 (set-language-environment): Don't set the obsolete variable
6595 charset-origin-alist.
6596
6597 * international/codepage.el (cp-coding-system-for-codepage-1):
6598 Give `safe-chars' property to make-coding-system.
6599
6600 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6601 calling select-message-coding-system twice.
6602
6603 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6604 instead of `safe-charsets'.
6605 (cyrillic-alternativnyj): Likewise.
6606 (ccl-encode-alternativnyj): Don't check the charset
6607 cyrillic-iso8859-5.
6608
90cf4474
KH
66092000-07-27 Kenichi Handa <handa@etl.go.jp>
6610
6611 * composite.el (compose-chars-after): Preserve match data.
6612
a1f84f6d
SS
66132000-07-26 Sam Steingold <sds@gnu.org>
6614
6615 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6616 (ange-ftp-real-file-newer-than-file-p): New function.
6617 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6618 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6619
6620 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6621 * midnight.el (midnight-float-time): Ditto.
6622
e092928e
AS
66232000-07-26 Andreas Schwab <schwab@suse.de>
6624
6625 * files.el (normal-backup-enable-predicate): Correct
6626 interpretation of the return value of compare-strings.
6627
7465ebef
GM
66282000-07-26 Gerd Moellmann <gerd@gnu.org>
6629
3353ef5a
GM
6630 * isearch.el (isearch-resume): New function.
6631 (isearch-done): Add something to command-history to resume
6632 the search.
6633 (isearch-yank-line, isearch-yank-word): Use
6634 buffer-substring-no-properties instead of buffer-substring.
6635
7465ebef
GM
6636 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6637 of flyspell-mouse-map.
6638
6639 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6640 duplicate definition.
6641 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6642
6643 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6644 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6645
5044b74a
SS
66462000-07-25 Sam Steingold <sds@gnu.org>
6647
25759a92
SS
6648 * net/ange-ftp.el: Get modtime over the net.
6649 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6650 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6651 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6652 Use it.
6653 (ange-ftp-dot-to-slash): New function.
6654 (ange-ftp-fix-name-for-vms): Use it.
6655
5044b74a
SS
6656 * midnight.el (midnight-buffer-display-time): Use
6657 `with-current-buffer'.
6658
5dcfb3f4
GM
66592000-07-25 Gerd Moellmann <gerd@gnu.org>
6660
6661 * find-dired.el: Update copyright notice.
6662 (find-dired): Offer to kill a running `find'.
6663
6664 * enriched.el (enriched-face-ans): For a `foreground-color'
6665 property, return '(("x-color" COLOR))' so that COLOR will be
6666 output as a parameter of the x-color annotation. Likewise for the
6667 `background-color' property. In the case of normal face
6668 properties, don't return annotations for unspecified foreground
6669 and background face attributes.
6670
8c662166
KH
66712000-07-25 Kenichi Handa <handa@etl.go.jp>
6672
6673 * language/japan-util.el (japanese-katakana-region): Fix handling
6674 HANKAKU argument.
6675
c28da489
MB
66762000-07-25 Miles Bader <miles@gnu.org>
6677
6678 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6679 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6680 constrain-to-field.
6681
ad349719
AI
66822000-07-24 Andrew Innes <andrewi@gnu.org>
6683
6684 * timer.el (timer-activate-when-idle): Add optional parameter
6685 DONT-WAIT. Update docstring.
6686 (run-with-idle-timer): Specify extra parameter to
6687 timer-activate-when-idle, so that timer will be activated
6688 immediately if Emacs is already idle.
6689
6690 * w32-fns.el (w32-using-nt): Fix docstring.
6691
c95162f5
DL
66922000-07-24 Dave Love <fx@gnu.org>
6693
6694 * mouse.el (popup-menu): Set last-command-event.
6695 (mouse-major-mode-menu-prefix): Declare.
6696
e3c31fd5
GM
66972000-07-24 Gerd Moellmann <gerd@gnu.org>
6698
6699 * textmodes/flyspell.el: Update to author's version 1.5d.
6700
6701 * progmodes/hideshow.el: Update copyright notice.
6702
6703 * vcursor.el: Set maintainer to FSF, since author cannot
6704 be reached.
6705
7636d2a3
EZ
67062000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6707
fbe0a958
EZ
6708 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6709 the prompt.
6710
7636d2a3
EZ
6711 * mouse.el (popup-menu): Run the keymap through indirect-function,
6712 in case it was defined with define-prefix-key. If the menu is a
6713 list of keymaps, look up the binding of user's choice in each one
6714 of the keymaps.
6715 (mouse-popup-menubar): If the global and local menu-bar keymaps
6716 don't have a prompt string, create one and insert it into the
6717 keymap. Don't barf if current-local-map returns nil.
6718
e024b101
GM
67192000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6720
6721 * dired.el (dired-sort-R-check): Added to allow recursive listing
6722 to be undone.
6723 (dired-sort-other): Use it.
6724
7972fcfc
GM
67252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6726
e024b101 6727 * Release of cc-mode 5.27
7972fcfc
GM
6728
67292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6730
6731 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6732 c-beginning-of-statement-1 that caused a bad case of recursion
6733 which could consume a lot of CPU in large classes in languages
6734 that have in-expression classes (i.e. Java and Pike).
6735
6736 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6737 statements before top level constructs (i.e. case 6 is moved
6738 before case 5 and is now case 4) to catch in-expression
6739 classes in top level expressions correctly.
6740
67412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6742
6743 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6744 objc-method-intro. Case 4 removed and case 5I added.
6745
6746 * cc-langs.el (c-append-paragraph-start): New variable used by
6747 c-common-init to get paragraph-start correct.
6748 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6749 initialize paragraph-start to make it correct both with and
6750 without the javadoc special case.
6751
6752 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6753 initialize paragraph-start for javadoc markup.
6754
6755 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6756 change by defaulting this to t. It's motivated by the
6757 confusing behavior that otherwise arise from the style system
6758 when editing both java and non-java files at the same time
6759 (see the comments about style setting in c-common-init).
6760
67612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6762
6763 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6764 similar to the one in c-fill-paragraph to check the fill
6765 prefix from the adaptive fill function for sanity.
6766
67672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6768
6769 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6770 defun block.
6771
67722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6773
5044b74a 6774 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6775
67762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6777
6778 * cc-align.el (c-lineup-multi-inher): Handle lines with
6779 leading comma nicely. Extended to handle member initializers
6780 too.
6781
e024b101 6782 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6783 c-guess-basic-syntax): Fixed recognition of inheritance lists
6784 when the lines begins with a comma.
6785
5044b74a 6786 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6787
6788 * cc-vars.el (c-offsets-alist): Changed default for
6789 member-init-cont to c-lineup-multi-inher since it now handles
6790 member initializers and indents better for leading commas.
6791
67922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6793
6794 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6795 handling that caused class open lines to be recognized as
6796 statement-conts in some cases.
6797
6798 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6799 guessed by the adaptive fill function unless point is on the
6800 first line of a block comment.
6801
6802 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6803 when the buffer ends with a macro continuation char.
6804
6805 * cc-engine.el (c-guess-basic-syntax): Added support for
6806 function definitions as statements in Pike. The first
6807 statement in a lambda block is now labeled defun-block-intro
6808 instead of statement-block-intro.
6809
6810 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6811 so that the class surrounding point is selected, not the one
6812 innermost in the state.
6813
6814 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6815 recognition of switch labels having hanging multiline
6816 statements.
6817
6818 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6819 some code in c-guess-basic-syntax to a separate function.
6820 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6821 recognition of member inits with multiple line arglists.
6822 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6823 member-init-cont when the commas are in funny places.
6824
68252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6826
6827 * cc-defs.el (c-auto-newline): Removed this macro since it's
6828 not used anymore.
6829
6830 * cc-engine.el (c-looking-at-bos): New helper function.
6831 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6832 inexpr and toplevel classes apart in Pike.
6833
6834 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6835 of case 9A.
6836
6837 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6838 constant, since "class" can introduce an in-expression class
6839 in Pike nowadays.
6840
68412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6842
6843 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6844 indentation on cpp-macro lines.
6845
6846 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6847 a syntax modifier like comment-intro, to make it possible to
6848 get syntactic indentation for preprocessor directives. It's
6849 incompatible wrt to lineup functions on cpp-macro, but it has
6850 no observable effect in the 99.9% common case where cpp-macro
6851 is set to -1000.
6852
68532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6854
6855 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6856 member-init-cont when the preceding arglist is several lines.
6857
68582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6859
6860 * cc-styles.el (c-style-alist): The basic offset for the BSD
6861 style corrected to 8.
6862
68632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6864
6865 * cc-styles.el (c-style-alist): Adjusted the indentation of
6866 brace list openers in the gnu style.
6867
68682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6869
6870 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6871
6872 * cc-cmds.el (c-electric-brace, c-electric-slash,
6873 c-electric-star, c-electric-semi&comma, c-electric-colon,
6874 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6875 when c-syntactic-indentation is nil.
6876
6877 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6878 we were left at comments preceding the first statement when
6879 reaching the beginning of the buffer.
6880
6881 * cc-vars.el (c-syntactic-indentation): New variable to turn
6882 off all syntactic indentation.
6883
68842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6885
6886 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6887 between the text and the block comment ender when it hangs,
6888 depending on how many there are before the fill.
6889
68902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6891
6892 * cc-engine.el (c-beginning-of-closest-statement): New helper
6893 function to go back to the closest preceding statement start,
6894 which could be inside a conditional statement.
6895 * cc-engine.el (c-guess-basic-syntax): Use
6896 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6897
6898 * cc-engine.el (c-guess-basic-syntax): Better handling of
6899 arglist-intro, arglist-cont-nonempty and arglist-close when
6900 the arglist is nested inside parens. Cases 7A, 7C and 7F
6901 changed.
6902
6903 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6904 up-to-date with javadoc 1.2.
6905
69062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6907
6908 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6909 multiline Pike type decls.
6910
69112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6912
6913 * cc-cmds.el (c-indent-new-comment-line): Always break
6914 multiline comments in multiline mode, regardless of
6915 comment-multi-line.
6916
69172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6918
6919 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6920 fully::qualified::names in C++ member init lists. Preamble in
6921 case 5D changed.
6922
69232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6924
6925 * cc-langs.el (c-common-init): Handling of obsolete variables
6926 moved to c-initialize-cc-mode. More compatible style override
6927 when using global style variables.
6928 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6929 variables moved here.
6930
e024b101 6931 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6932 c-special-indent-hook as a style variable. Don't talk about
6933 doing (c-make-styles-buffer-local t) in a mode hook, since
6934 that's already too late to work right.
5044b74a 6935
7972fcfc
GM
6936 * cc-styles.el (c-make-styles-buffer-local): Flag style
6937 variable localness in c-style-variables-are-local-p to make
6938 the compatibility measure in c-common-init work well.
6939
6940 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6941 longer contain set-from-style.
6942 * cc-styles.el (c-initialize-builtin-style): Don't check for
6943 set-from-style on c-special-indent-hook.
6944 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6945 copy-alist is sufficient now.
6946
6947 * cc-styles.el (c-set-style, c-set-style-1,
6948 c-get-style-variables): Fixes to variable initialization so
6949 that duplicate entries in styles have the same effect
6950 regardless of DONT-OVERRIDE.
6951
6952 * cc-styles.el (c-set-style-2): Fixed bug where the
6953 initialization of inheriting styles failed when the
6954 dont-override flag is set.
6955
6956 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6957 on this.
6958
69592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6960
6961 * cc-defs.el (c-forward-comment): Removed the workaround
6962 introduced in 5.38 since it had worse side-effects. If a line
6963 contains the string "//\"", it regarded the // as a comment
6964 start since the \ temporarily doesn't have escape syntax.
6965
69662000-07-17 Emmanuel Briot <briot@act-europe.fr>
6967
6968 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6969 ada-xref.el before ada-prj.el, so that the Project menu is created
6970 when ada-prj tries to add to it.
6971 (ada-activate-keys-for-case): Suppress the characters that are not
6972 part of the Ada syntax. Better compatibility with else-mode
6973 (ada-adjust-case-interactive): When auto-casing is not active,
6974 correctly insert newlines (used to insert only ^M). Prevent the
6975 syntax table from being changed in case of an error
814299a7 6976 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6977 Do nothing if ada-auto-case is nil.
6978 (ada-after-keyword-p): Ignore keywords that are also attributes
6979 (ada-batch-reformat): Update usage comment
6980 (ada-call-from-contextual-menu): New function
6981 (ada-case-read-exceptions): Reinitialize the casing exception list
6982 first to nil first, so that the casing exception file can be
6983 shared.
6984 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6985 files.
6986 (ada-compile-goto-error): Fix regexp used to detect a file:line
6987 anywhere in the error message
6988 (ada-contextual-menu-last-point): New variable
6989 (ada-create-keymap): If the variable delete-key-deletes-forward is
6990 t on XEmacs, it means that DEL should delete one character
6991 forward.
6992 (ada-create-menu): Use :included instead of :visible for XEmacs.
6993 New submenu "Options".
6994 (ada-end-stmt-re): Correctly indent "select ... then abort"
6995 statements.
6996 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6997 even if they don't match ada-fill-comment-prefix Fix handling of
6998 paragraphs on the first or last line of a file.
6999 (ada-format-paramlist): Fix handling of default parameter values.
7000 (ada-get-body-name): New function.
7001 (ada-get-current-indent): Optimized by searchling directly for an
7002 existing generic part or a statement outside of it. Handle
7003 ada-indent-align-comments when indenting comments Replaced some
7004 regexps by testing directly the next character. This results in a
7005 huge speedup on some files. New indentation scheme for renames
7006 statements. Stop looking for the 'while' or 'for' associated with
7007 a 'loop' at the first semicolon encountered. A "return" can also
7008 match an anonymous access subprogram declaration.
7009 (ada-get-indent-noindent): Ignore strings and comments when
7010 looking for the keywords "record" and "private".
7011 (ada-goto-matching-decl-start): When matching "if", make sure we
7012 are not in fact seeing "end if". Ignore "when" statements except
7013 when initial keyword was "begin". Fix handling of nested
7014 procedures. Add a recursive call to this function to skip over
7015 other 'end' statmts. Fix indentation for "when .. => begin"
7016 (ada-in-open-paren-p): Fix indentation for complex boolean
7017 expressions, where 'and then', 'or else' and parenthesis
7018 statements are mixed up.
7019 (ada-in-paramlist-p): Skip comments while searching for the
7020 beginning Fix handling of operator declarations.
7021 (ada-indent-align-comments): New variable
7022 (ada-indent-current): Change the syntax table only in the
7023 protected section, so that we are sure it is restored correctly.
7024 (ada-indent-on-previous-lines): Use ada-use-indent and
7025 ada-with-indent Correctly indent "select ... then"
7026 (ada-indent-region): Slight speedup.
7027 (ada-indent-renames): New variable.
7028 (ada-last-which-function-subprog, ada-last-which-function-line):
7029 New variables
7030 (ada-looking-at-semi-private): Correctly indent the 'private'
7031 keyword when it is the first word in a package declaration.
7032 (ada-loose-case-word): Stop searching if at the end of the buffer.
7033 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
7034 even if point is not initially at the end of the word.
7035 (ada-matching-decl-start-re): Add "when".
7036 (ada-mode): Add support for abbrev-mode, outline-mode and
7037 which-func-mode Override the old find-file.el entry in
7038 ff-special-constructs since it is using the obsolete
7039 ada-spec-suffix variable
7040 (ada-no-auto-case): New function
7041 (ada-scan-paramlist): When parsing the argument type, accept
7042 spaces (as in "X 'Class", generated by Rational Rose).
7043 (ada-other-file-name): No longer loads the other file.
7044 (ada-popup-menu): Save and restore the current buffer and cursor
7045 position before and after displaying the menu.
7046 (ada-search-ignore-complex-boolean): New function.
7047 (ada-uncomment-region): Emacs21 already knows how to delete
7048 comments not starting in the first column.
7049 (ada-use-indent): New variable
7050 (ada-which-function): New function.
7051 (ada-with-indent): New variable
7052 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7053 can be batch-compiled from the command line.
7054
7055 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7056 Add to the menu when the file is loaded, not in ada-mode-hook.
7057 Add -toolbar to the default ddd command Switches moved from
7058 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7059 ada-prj-default-comp-opt
7060 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7061 Reference Manual to the menu
7062 (ada-check-current): rewritten as a call to ada-compile-current
7063 (ada-compile): Removed.
7064 (ada-compile-application, ada-compile-current, ada-check-current):
7065 Set the compilation-search-path so that compile.el automatically
7066 finds the sources in src_dir. Automatic scrollong of the
7067 compilation buffer. C-uC-cC-c asks for confirmation before
7068 compiling
7069 (ada-compile-current): New parameter, prj-field
7070 (ada-complete-identifier): Load the .ali file before doing
7071 processing
7072 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7073 conform to gnatmake's behavior.
7074 (ada-find-file-in-dir): New function
7075 (ada-find-references): Set the environment variables for gnatfind
7076 (ada-find-src-file-in-dir): New function.
7077 (ada-first-non-nil): Removed
7078 (ada-gdb-application): Add support for jdb, the java debugger.
7079 (ada-get-ada-file-name): Load the original-file first if not done
7080 yet.
7081 (ada-get-all-references): Handles the new ali syntax (parent types
7082 are found between <>).
7083 (ada-initialize-runtime-library): New function
7084 (ada-mode-hook): Always load a project file when a file is opened,
7085 so that the casing exceptions are correctly read.
7086 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7087 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7088 to open the project file, since the latter does not work with
7089 speedbar Get default values before loading the prj file, or the
7090 default executable file name is wrong. Use the absolute value of
7091 src_dir to initialize ada-search-directories and
7092 compilation-search-path,... Add the standard runtime library to
7093 the search path for find-file.
7094 (ada-prj-default-debugger): Was missing an opening '{'
7095 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7096 variables.
7097 (ada-prj-default-gnatmake-opt): New variable
7098 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7099 buffers, the project file is the default one Save the windows
7100 configuration before displaying the menu.
7101 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7102 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7103 ...) regexp-quote identifiers names to support operators +,
7104 -,... in regexps.
7105 (ada-remote): New function.
7106 (ada-run-application): Erase the output buffer before starting the
7107 run Support remote execution of the application. Use
7108 call-process, or the arguments are incorrectly parsed
7109 (ada-set-default-project-file): Reread the content of the active
7110 project file, not the one from the current buffer When a project
7111 file is set as the default project, all directories are
7112 automatically associated with it.
7113 (ada-set-environment): New function
7114 (ada-treat-cmd-string): New special variable ${current}
7115 (ada-treat-cmd-string): Revised. The substitution is now done for
7116 any ${...} substring
7117 (ada-xref-current): If no body was found, compiles the spec
7118 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7119 compiler to get rid of command line length limitations.
7120 (ada-xref-get-project-field): New function
7121 (ada-xref-project-files): New variable
7122 (ada-xref-runtime-library-specs-path)
7123 (ada-xref-runtime-library-ali-path): New variables
7124 (ada-xref-set-default-prj-values): Default run command now does a
7125 cd to the build directory. New field: main_unit Provide a default
7126 file name even if the current buffer has no prj file.
7127
7128 * ada-prj.el:
7129 Rewritten to show a tabbed-dialog.
7130 (ada-prj-add-ada-menu): Remove the map and name parameters.
7131 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7132 New function
7133 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7134 (ada-prj-load-from-file): New function
7135 (ada-prj-save): Always save fields that depend on the current buffer
7136 (ada-prj-show-value): New function
5044b74a 7137
7972fcfc
GM
7138 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7139 Ada mode. This will allow us to display the Ada menu in any buffer
7140 we want (for project items).
7141 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7142 number of spaces in the header.
5044b74a 7143
8730a8da
DL
71442000-07-24 Dave Love <fx@gnu.org>
7145
7146 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7147
db3ca487
NF
71482000-07-23 Noah Friedman <friedman@splode.com>
7149
ad953485
NF
7150 * type-break.el (type-break): perform autosave.
7151 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7152 (type-break-do-query): Cancel query schedule while performing
7153 actual query, to avoid possibility of a second query being made
7154 while first one is already in progress.
7155 (type-break-time-stamp-format): New variable.
7156 (type-break-time-stamp): New function.
7157 (type-break-time-warning): Use it.
7158 (type-break-keystroke-warning): Use it.
7159 (type-break-noninteractive-query): Use it.
7160
03a9c6d0
NF
7161 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7162 cookie.
7163 Use add-minor-mode to set minor-mode-alist, if available.
7164 (eldoc-echo-area-use-multiline-p): New user option.
7165 (eldoc-echo-area-multiline-supported-p): New variable.
7166 (eldoc-docstring-format-sym-doc): Use them.
7167 (eldoc-mode): If not using idle timers, append to local post and
7168 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7169 (eldoc-display-message-no-interference-p): Don't interfere with
7170 edebug.
7171 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7172 (eldoc-function-arglist): New function.
7173 (eldoc-function-argstring): Use it.
7174
db3ca487
NF
7175 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7176 auto save directory exists before calling directory-files.
7177
f7ad1899
DL
71782000-07-23 Dave Love <fx@gnu.org>
7179
7180 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7181 ^o, ^u.
7182
43e764c9
DL
71832000-07-21 Dave Love <fx@gnu.org>
7184
475de6f4
DL
7185 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7186 now passed to the function. It now works properly.
7187
43e764c9
DL
7188 * smerge-mode.el (smerge-mode-menu): Fill it out.
7189
e8bea4c0
GM
71902000-07-20 Gerd Moellmann <gerd@gnu.org>
7191
7192 * info-look.el (info-lookup): If *info* is shown in another frame
7193 on the same display, select that frame, instead of switching to
7194 the Info buffer in another window of the selected frame.
7195
7196 * simple.el (universal-argument-map): Bind numeric keypad keys
7197 kp-0 to kp-9 and kp-subtract.
7198 (digit-argument): Handle these keys.
7199
bc75b4fd
DL
72002000-07-20 Dave Love <fx@gnu.org>
7201
7202 * net/goto-addr.el (goto-address-fontify): Don't bother with
7203 buffer-modified and read-only stuff -- irrelevant with overlays.
7204 Put an extra property on the overlays and use it to clean up in
7205 case goto-address is re-run.
7206
8b7bc628
RS
72072000-07-19 Richard M. Stallman <rms@gnu.org>
7208
18e21ce8
RS
7209 * timer.el (run-with-idle-timer): Doc fix.
7210
db3ca487 7211 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7212 Handle case where <...> appears inside "...".
7213 Use replace-match to edit the string more simply.
7214 (rmail-dont-reply-to): Cope with an unmatched ".
7215
50575ec2
DL
72162000-07-19 Dave Love <fx@gnu.org>
7217
7218 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7219 implementation.
7220
7221 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7222 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7223 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7224
4279296d
GM
72252000-07-19 Gerd Moellmann <gerd@gnu.org>
7226
47db06aa
GM
7227 * textmodes/refer.el: Correct maintainer's email address.
7228
7229 * progmodes/hideif.el: Correct author's email address.
7230 Fix typo in comment.
7231
7232 * xml.el: New file.
7233
4279296d
GM
7234 * mail/mailheader.el: Correct author's mail address.
7235
7236 * gnus/parse-time.el: Correct author's mail address.
7237
47db06aa 72382000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7239
7240 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7241 New user options.
7242 (comint-input-ring-file-name): Change custom type.
7243 (comint-mode-map): Bind mouse-2.
7244 (comint-insert-clicked-input): New function.
7245 (comint-send-input): Handle input highlighting.
7246
21ad0f7b
SM
72472000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7248
7249 * mouse.el (popup-menu): New function.
7250 (mouse-major-mode-menu): Use it.
7251
3b33a005
DL
72522000-07-18 Dave Love <fx@gnu.org>
7253
7254 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7255 improvements.
7256
dc1cac59
GM
72572000-07-18 Gerd Moellmann <gerd@gnu.org>
7258
21ad0f7b 7259 * faces.el (face-font-selection-order)
dc1cac59 7260 (face-font-family-alternatives): Add custom type.
db3ca487 7261
f8276b77
DL
72622000-07-18 Dave Love <fx@gnu.org>
7263
7264 * cus-edit.el (custom-variable-reset-saved)
7265 (custom-variable-reset-standard): Remove unused bindings.
7266
7267 * rect.el (open-rectangle-line): Remove unused let.
7268
7269 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7270
3d6cd763
GM
72712000-07-18 Gerd Moellmann <gerd@gnu.org>
7272
7273 * cdl.el: Fix `Maintainer' keyword.
7274
7275 * play/pong.el: Add author's email address.
7276
34342a07
SS
72772000-07-17 Sam Steingold <sds@gnu.org>
7278
7279 * files.el (insert-directory): Call `split-string' instead of
7280 re-implementing it.
7281
088831a6
GM
72822000-07-18 Gerd Moellmann <gerd@gnu.org>
7283
7284 * mail/vms-pmail.el: Change maintainer to FSF.
7285
7286 * net/goto-addr.el: Change maintainer to FSF.
7287
7288 * recentf.el: Update from author.
7289
7290 * info.el (Info-title-face-alist): Removed.
db3ca487 7291
68be2869
EZ
72922000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7293
7294 * eshell/eshell.el (eshell): Replace links to eshell.info with
7295 links to eshell, to avoid problems on systems where the manual is
7296 installed as `eshell'.
7297 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7298 * eshell/em-smart.el (eshell-smart): Ditto.
7299 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7300 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7301
7302 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7303 same-file check in the MS-DOS version (it does support inodes).
7304
7305 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7306
21ad0f7b
SM
7307 * eshell/eshell.el (eshell-directory-name):
7308 Run default directory name through convert-standard-filename.
68be2869 7309
269b4dcb
KH
73102000-07-18 Kenichi Handa <handa@etl.go.jp>
7311
21ad0f7b
SM
7312 * international/mule-cmds.el (select-safe-coding-system):
7313 Fix typo in the comment.
240a16cf 7314
21ad0f7b
SM
7315 * language/european.el (compound-text):
7316 Force katakana-jisx0201 to be designated to G1.
aa96c820 7317
21ad0f7b
SM
7318 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7319 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7320 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7321
269b4dcb
KH
7322 * international/kkc.el (kkc-after-update-conversion-functions):
7323 New variable.
7324 (kkc-update-conversion): Run functions in it at the tail.
7325
68be2869 73262000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7327
21ad0f7b
SM
7328 * lisp/align.el (align-newline-and-indent):
7329 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7330 (align-region): Fixed badly formatted minibuffer message.
7331
7a3fd467
KH
73322000-07-17 Kenichi Handa <handa@etl.go.jp>
7333
21ad0f7b 7334 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7335 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7336 the conversion list at first if appropriate.
7337 (kkc-next): Don't update kkc-next-count here.
7338 (kkc-prev): Don't update kkc-prev-count here.
7339 (kkc-show-conversion-list-update): Fix setting up of conversion
7340 list message.
7341
a45423d8
SM
73422000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7343
088831a6 7344 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7345
91a38db1
DL
73462000-07-16 Dave Love <fx@gnu.org>
7347
7348 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7349 function to be more specific.
7350
7351 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7352 non-string help-echo.
7353 (widget-types-convert-widget): Defsubst it.
7354 (widget-echo-help): Try to cope with a help-echo function of two
7355 possible sorts.
7356
3fddcdc3
JR
73572000-07-15 Jason Rumney <jasonr@gnu.org>
7358
7359 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7360 Declare as obsolete.
7361
7362 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7363
bd23a692
GM
73642000-07-14 Gerd Moellmann <gerd@gnu.org>
7365
7366 * hilit-chg.el: Fix typo.
7367
d4af987a
DL
73682000-07-14 Dave Love <fx@gnu.org>
7369
7370 * info.el (Info-mode-menu): Fix use of :help, :enable.
7371
3a4f3f86
SM
73722000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7375
cf6936a4
DL
73762000-07-13 Dave Love <fx@gnu.org>
7377
4d6d04b5
DL
7378 * emacs-lisp/easymenu.el: Doc fixes.
7379 (easy-menu-remove): Defalias to ignore.
7380
cf6936a4
DL
7381 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7382 Call throw correctly.
7383
56437999
GM
73842000-07-13 Gerd Moellmann <gerd@gnu.org>
7385
7386 * faces.el (frame-background-mode): Doc fix.
7387
7388 * simple.el (eval-expression-print-length): Change custom type to
7389 allow entering nil as value.
7390
d04a3972
DL
73912000-07-13 Dave Love <fx@gnu.org>
7392
3a4f3f86
SM
7393 * progmodes/fortran.el (fortran-imenu-generic-expression):
7394 Change definition layout.
a8189dfe
DL
7395 (fortran-mode-menu): Reinstate customize entries.
7396
d04a3972
DL
7397 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7398 Use :filter, per old XEmacs code.
7399
4bf4fb05
GM
74002000-07-12 Gerd Moellmann <gerd@gnu.org>
7401
7402 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7403 event when deciding what to send to the terminal.
7404
37328bcd
DL
74052000-07-12 Dave Love <fx@gnu.org>
7406
7407 * cus-start.el: Add optional version as 4th element of specs and
7408 use it for several things new in v21. Remove load-path. Fix type
7409 of line-number-display-limit.
7410
89492072
DL
74112000-07-11 Dave Love <fx@gnu.org>
7412
3a4f3f86
SM
7413 * progmodes/fortran.el: Don't require easymenu.
7414 Use repeat counts in various regexps.
315aa1de
DL
7415 (fortran-mode-syntax-table): Defvar directly.
7416 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7417 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7418 Use defvar, not defconst.
7419 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7420 (fortran-mode): Set fortran-comment-line-start-skip,
7421 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7422 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7423 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7424 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7425 (fortran-comment-region, fortran-electric-line-number): Simplify.
7426 (fortran-auto-fill): New function.
7427 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7428 (fortran-find-comment-start-skip):
7429 Check for non-null comment-start-skip.
7430 (fortran-auto-fill-mode, fortran-fill-statement):
7431 Use fortran-auto-fill.
315aa1de 7432 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7433 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7434
89492072
DL
7435 * widget.el (widget-plist-member): New alias.
7436
d55ead18
EZ
74372000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7438
7439 * eshell/esh-module.el (toplevel): Reference
7440 byte-compile-current-file only if it is bound.
7441
e82a2a05
GM
74422000-07-10 Gerd Moellmann <gerd@gnu.org>
7443
7444 * dired.el: Don't require `dired-aux'.
7445
1fc7fb2b
MB
74462000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7447
7448 * dired-aux.el (dired-show-file-type): New function.
7449 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7450 (dired-show-file-type): Add autoload.
7451
ab49ce15
KH
74522000-07-10 Kenichi Handa <handa@etl.go.jp>
7453
7454 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7455 change of fontset-info.
ab49ce15
KH
7456 (print-fontset): Likewise.
7457
f45aab65
SM
74582000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7459
7460 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7461
2f72fd2f
GM
74622000-07-07 Gerd Moellmann <gerd@gnu.org>
7463
e82a2a05 7464 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7465
2f72fd2f
GM
7466 * dired.el (dired-find-alternate-file): New function.
7467 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7468 (toplevel): Require dired-aux when compiling.
7469 (dired-buffers): Move defvar within file to avoid compiler warning.
7470
7471 * info.el (Info-last-search): Variable removed.
7472 (Info-search-history): New variable.
7473 (Info-search): New Info-search-history.
7474
7475 * battery.el, info-look.el: Change author's mail address.
7476
965522f5 74772000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7478
965522f5
GM
7479 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7480 if rmail-ignored-headers is nil.
7481 (rmail-retry-failure): Bind rmail-ignored-headers and
7482 rmail-displayed-headers to nil.
7483
dd8888a1
GM
74842000-07-06 Gerd Moellmann <gerd@gnu.org>
7485
e5c81191
GM
7486 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7487 (print-region-1): Don't hard code `-h' here.
7488
dd8888a1
GM
7489 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7490
e5c81191
GM
74912000-07-01 Francesco Potorti` <pot@gnu.org>
7492
7493 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7494 exim can use "your message" instead of "the message".
34342a07 7495
f45aab65
SM
74962000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7497
7498 * facemenu.el: Docstrings fixes.
7499 (facemenu-get-face): Don't use internal-find-face.
7500 (facemenu-iterate): Rename arg to match the docstring.
7501
7502 * newcomment.el (uncomment-region): Be more careful when skipping
7503 backwards over `=' not to bump into BOBP.
7504
d396e521 75052000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7506
dd8888a1
GM
7507 * ediff-diff.el (ediff-wordify): Use syntax table.
7508 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7509 ediff-color-display-p.
dd8888a1 7510 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7511 from defsubst.
7512 Got rid of special cases for NeXT and OS/2.
dd8888a1 7513 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7514 face.
34342a07 7515
5e2dfaa4
SM
75162000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7517
7518 * emacs-lisp/lucid.el: Require CL.
7519 (copy-tree, remprop): Remove, it's provided by CL.
7520 (map-keymap): Define in terms of cl-map-keymap.
7521 (extent-property, set-extent-end-glyph): New functions.
7522
7523 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7524
d5c5cddd
GM
75252000-07-05 Gerd Moellmann <gerd@gnu.org>
7526
485266d0
GM
7527 * Makefile.in (DONTCOMPILE): Add comment that the name may
7528 not be changed without changing the make-dist script.
7529
5e2dfaa4 7530 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7531 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7532
e2c46326
AI
75332000-07-05 Andrew Innes <andrewi@gnu.org>
7534
7535 * makefile.nt: Add support for `bootstrap' and related targets.
7536
a027a91b
SM
75372000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7538
7539 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7540 (easy-menu-do-define): Use `menu-item' format.
7541 Handle case where easy-menu-create-menu returns a symbol.
7542 Manually call the potential top-level filter in the function binding.
7543 (easy-menu-filter-return): New arg NAME.
7544 Convert to a keymap if MENU is an XEmacs menu.
7545 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7546 (easy-menu-converted-items-table, easy-menu-convert-item):
7547 New var and fun to memoize easy-menu-convert-item-1.
7548 (easy-menu-do-add-item): Use it.
7549 (easy-menu-create-menu): Use easy-menu-convert-item.
7550 Wrap easy-menu-filter-return around any :filter specification.
7551 Don't convert the menu if a filter was specified.
7552 Tell easy-menu-make-symbol not to check for MENU being an expression.
7553 (easy-menu-make-symbol): New arg NOEXP.
7554
5e03eb84
GM
75552000-07-05 Gerd Moellmann <gerd@gnu.org>
7556
7557 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7558 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7559 (eval-defun): If called with prefix arg, instrument code for
7560 Edebug.
7561
7562 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7563 similar to that of eval-defun.
7564
fca68a95
DL
75652000-07-04 Dave Love <fx@gnu.org>
7566
7ccbba4c
DL
7567 * hl-line.el (hl-line-overlay): Make it permanent-local.
7568
fca68a95
DL
7569 * calendar/todo-mode.el: Replaced with a working version, based on
7570 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7571
75722000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7573
7574 * paths.el (prune-directory-list): New function.
7575 (Info-default-directory-list): Rewritten to more methodically
7576 enumerate a big list of possible info directories (based on the
7577 list used by the standalone info reader).
fca68a95 7578
78e7e8a0 7579 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7580 non-existent directories from Info-directory-list.
78e7e8a0 7581
78e7e8a0
MB
7582 * paths.el (Info-default-directory-list): Try a list of possible
7583 info-directories instead of a single one. Add the possible
7584 info directory "/usr/share/info".
7585
7586 * woman.el (woman-man.conf-path): Explicitly include the debian
7587 man-db config file "/etc/manpath.config".
7588 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7589 are present in `manpath.config'.
7590 (woman-manpath): Include "/usr/share/man".
7591
67c9a1d2
GM
75922000-07-03 Gerd Moellmann <gerd@gnu.org>
7593
6753393b
GM
7594 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7595
7596 * startup.el (command-line): Initialize blink-cursor based
7597 on window-system.
7598
e4f98ad3
GM
7599 * frame.el (blink-cursor): Default to nil if not running under
7600 a window-system.
7601
2f516940
GM
7602 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7603 (face-x-resources): Remove duplicate entry for :font.
7604
67c9a1d2
GM
7605 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7606 instead of cycling through windows with next-window.
7607
7608 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7609 of cycling through windows with next-window.
7610
7611 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7612 of cycling through windows with next-window.
7613
7614 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7615 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7616 instead of cycling through windows with next-window.
7617
7618 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7619 instead of cycling through windows with next-window.
7620
7621 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7622 of cycling through windows with next-window.
7623
7624 * terminal.el (te-process-output): Use walk-windows instead of
7625 cycling through windows with next-window.
7626
7627 * server.el (server-switch-buffer): Use some-window instead of
7628 cycling through windows with next-window.
7629
7630 * window.el (some-window): New function.
7631 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7632
3a4f3f86 7633 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7634
8b7bc628 76352000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7636
7637 * window.el (walk-windows): Guarantee termination by keeping a list
7638 of all the windows already handled.
7639
d0d57043
EZ
76402000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7641
7642 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7643 window-system.
7644
7645 * man.el (Man-notify-when-ready): Don't use window-system. If
7646 Man-notify-method is newframe, and the display is not
7647 multi-frame, select the frame created for the man page.
7648 (Man-init-defvars): Doc fix.
7649
d5483ab1
GM
76502000-06-28 Gerd Moellmann <gerd@gnu.org>
7651
af5c25e1
GM
7652 * faces.el (region): Change background color for light background.
7653
7654 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7655 attribute from mode-line face of Ediff control frame.
7656
d5483ab1
GM
7657 * replace.el (query-replace-map): Bind `e' like `E'.
7658
9d47450f
EZ
76592000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7660
3a4f3f86
SM
7661 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7662 Change name to "Select All".
496b7491 7663
9d47450f
EZ
7664 * dos-fns.el (convert-standard-filename): Fix last change.
7665
0b431deb
GM
76662000-06-27 Gerd Moellmann <gerd@gnu.org>
7667
4fa9f636
GM
7668 * help.el (describe-variable): Don't insert a second `'s' in front
7669 of the string `value is shown below'. Since the syntax-table is
7670 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7671 an existing `'s', so that this won't be deleted.
7672
0b431deb
GM
7673 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7674 * pcmpl-unix.el: New files.
7675
32cad0aa
SM
76762000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7677
7678 * wid-edit.el (widget-member): Use the new plist-member.
7679
2c69ced2
GM
76802000-06-26 Gerd Moellmann <gerd@gnu.org>
7681
44c0f771
GM
7682 * replace.el (perform-replace): Undo change of 2000-04-04.
7683 Instead, move backward 1 character at the end of the loop when
7684 necessary.
34342a07 7685
1d36487c
GM
7686 * faces.el (fringe): Change face for different backgrounds.
7687
7688 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7689 patch from John.
7690
2c69ced2
GM
7691 * eshell/*.el: Change spelling of the Free Software Foundation.
7692
7693 * eshell/esh-toggle.el: Removed.
7694
7695 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7696
7697 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7698 interactively.
7699
77002000-06-26 Alex Schroeder <alex@gnu.org>
7701
7702 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7703 `define-key'; instead of checking `(emacs-version)' check for
7704 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7705 for `;' and `o' which might be electric.
7706
7707 (sql-electric-stuff): New user option.
7708 (sql-magic-go): New function which uses `sql-electric-stuff'.
7709 (sql-magic-semicolon): New function which uses
7710 `sql-electric-stuff'.
7711
7712 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7713 is not fboundp.
7714
7715 (sql-oracle-options): New variable.
7716 (sql-oracle): Use it.
7717
7718 (sql-imenu-generic-expression): Doc change.
7719 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7720 is used.
7721
7722 (sql-informix): Added command line parameter "-" to force
7723 sql-informix-program to use stdout.
7724
db1306d8
EZ
77252000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7726
3a4f3f86 7727 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7728 (cp864-decode-table): Doc fix.
7729 (cp720-decode-table): New variable, supports the Arabic OEM
7730 codepage used by Windows.
7731 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7732
c69e5fcd
DL
77332000-06-23 Dave Love <fx@gnu.org>
7734
7735 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7736 (font-lock-fontify-anchored-keywords): Use
7737 line-beginning-position.
7738 (global-font-lock-mode): Use mapc.
7739
30ad8f23
SM
77402000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7741
7742 * eshell/esh-module.el: Require CL when compiling.
7743
26b4dc84
GM
77442000-06-23 Gerd Moellmann <gerd@gnu.org>
7745
78c56e70
GM
7746 * comint.el (comint-substitute-in-file-name): Call replace-match
7747 with second and third arg t.
7748
34342a07 7749 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7750 Specify foreground color.
7751
7752 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7753 color.
7754
affbf647
GM
7755 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7756
7757 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7758 cddr instead of cdddr.
7759
25fffb31
GM
7760 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7761 instead of copy-list.
7762
7763 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7764 of copy-list.
7765
26b4dc84
GM
7766 * subdirs.el: Add eshell subdirectory.
7767
7768 * eshell: New subdirectory containing the Eshell package.
7769
7770 * pcomplete.el: New file.
7771
78c56e70
GM
77722000-06-23 Paul Eggert <eggert@twinsun.com>
7773
ea055732
GM
7774 * mail/mailpost.el (post-mail-send-it): Make sure file has
7775 proper permissions from birth.
7776
7777 * files.el (basic-save-buffer-2): When temporarily setting
7778 file modes, set them to current modes plus 0200, not to 0777.
7779
78c56e70
GM
7780 * emerge.el (emerge-make-temp-file): Make sure file has proper
7781 permissions from birth.
7782
a3a7ff33
EZ
77832000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7784
7785 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7786 backup file name through convert-standard-filename.
7787
7788 * dos-fns.el (convert-standard-filename): Convert leading
7789 directories as well. When long file names are supported, convert
7790 characters that are invalid in Windows file names.
7791
1fd9b7fe
GM
77922000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7793
7794 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7795 ps-print crashes. New feature: page selection for printing. Create
7796 raw-text-unix coding system for XEmacs. Doc fix.
7797 (ps-print-version): New version number (5.2.3).
7798 (ps-plot-region): Bug fix.
7799 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7800 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7801 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7802 funs.
7803 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7804 (ps-last-page): New vars.
7805
16ed8416
GM
78062000-06-21 Gerd Moellmann <gerd@gnu.org>
7807
7808 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7809 empty option string.
7810
4fbee715
EZ
78112000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7812
7813 * man.el (man): Doc fix.
7814
eaecfc94
KH
78152000-06-21 Kenichi Handa <handa@etl.go.jp>
7816
7817 * international/mule-cmds.el (set-language-info-alist): Docstring
7818 fixed.
7819
4a27bdfb
GM
78202000-06-20 Gerd Moellmann <gerd@gnu.org>
7821
7822 * version.el (emacs-version): Use ISO date format.
7823
7824 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7825 instead of `M-backspace'.
7826
7827 * simple.el (turn-off-auto-fill): New function.
7828
8972fe79
SM
78292000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7830
7831 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7832 Renamed from with-buffer-prepared-for-font-lock and use
7833 inhibit-modification-hooks rather than setting *-change-functions.
7834 Update all functions to use the new name.
7835 (jit-lock-first-unfontify-pos): New semantics (and doc).
7836 (jit-lock-mode): Make non-interactive.
7837 Don't automatically turn on font-lock.
7838 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7839 Always use jit-lock-after-change.
7840 Remove and restore font-lock-after-change-function.
7841 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7842 (jit-lock-after-unfontify-buffer): Remove.
7843 (jit-lock-stealth-fontify):
7844 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7845 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7846
5d80cc9c
SS
78472000-06-20 Sam Steingold <sds@gnu.org>
7848
7849 * emacs-lisp/cl-indent.el (toplevel): Indent
7850 `print-unreadable-object' properly. Untabify.
7851
f54e4d13
CD
78522000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7853
7854 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7855 Support for bibentry.
7856 (reftex-compile-variables): Fixed problem with end of section-re.
7857
7858 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7859 reftex-view-crossref-from-bibtex):
7860 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7861 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7862 Replaced `remprop' with `put'.
8972fe79
SM
7863 (reftex-view-crossref, reftex-view-crossref-when-idle):
7864 Support for bibentry.
f54e4d13 7865
8972fe79
SM
7866 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7867 New entry for bibentry package.
f54e4d13 7868
8972fe79
SM
7869 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7870 Regexp also matches "\nobibliography".
f54e4d13 7871
8972fe79
SM
7872 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7873 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7874 (reftex-ensure-write-access): New function.
7875
f54e4d13
CD
78762000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7877
7878 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7879
7880 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7881
7882 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7883
7884 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7885
7886
560c43f4
DL
78872000-06-20 Dave Love <fx@gnu.org>
7888
7889 * faces.el (frame-background-mode): Use set-default, not set, in
7890 setter.
7891 (frame-update-faces, frame-update-face-colors): Define with
7892 defalias.
7893
7894 * enriched.el (enriched-decode-foreground)
7895 (enriched-decode-background): Don't use internal-find-face.
7896
7897 * apropos.el: Doc fixes.
7898
7899 * cus-edit.el (customize-changed-options): Check arg.
7900 (customize-version-lessp): Don't require decimal point.
7901
7902 * custom.el (defcustom, defgroup): Doc fix.
7903
7904 * newcomment.el (comment) <defgroup>: Add :version.
7905 (comment-multi-line): Doc fix.
7906
7907 * emulation/mlsupport.el (define-hooked-local-abbrev,
7908 define-hooked-global-abbrev): Fix, using define-abbrev.
7909
cdf0357b
GM
79102000-06-19 Gerd Moellmann <gerd@gnu.org>
7911
7912 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7913 the whole buffer.
7914
10013d74
DL
79152000-06-19 Dave Love <fx@gnu.org>
7916
7917 * menu-bar.el (menu-bar-options-save): New function.
7918 (menu-bar-options-menu): Use it.
7919 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7920 Simplify.
7921
6922f208
AS
79222000-06-19 Andreas Schwab <schwab@suse.de>
7923
7924 * progmodes/etags.el (tags-query-replace): Put new parameters
7925 START and END at the end, for backward compatibility.
7926
10d7bf84
KH
79272000-06-19 Kenichi Handa <handa@etl.go.jp>
7928
7929 * international/codepage.el:
7930 (cp-coding-system-for-codepage-1): Delete special codes for
7931 generating xxx-dos coding system because now a CCL based coding
7932 system can handle EOL conversion by default.
7933
7934 * international/mule.el (make-coding-system): Generate subsidiary
7935 coding systems for EOL handling variants even for a CCL based
7936 coding system.
7937
8f3c9a3d
KH
79382000-06-19 Kenichi Handa <handa@etl.go.jp>
7939
7940 * international/isearch-x.el (isearch-minibuffer-input-method)
7941 (isearch-minibuffer-input-method-function): These variables
7942 deleted.
7943 (isearch-with-input-method): Don't use the above variables.
7944 (isearch-process-search-multibyte-characters): Likewise. Call
7945 read-string with the arg INHERIT-INPUT-METHOD t.
7946
c2acf685
SM
79472000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7948
13f0d185
SM
7949 * font-lock.el (font-lock-after-fontify-buffer)
7950 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7951
7952 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7953 Use consistent make-local-variable style for font-lock-fontified.
7954 (jit-lock-fontify-buffer):
7955 Don't bother checking for font-lock-mode and jit-lock-mode.
7956
c2acf685
SM
7957 * time.el: Remove trailing ^M that prevent CVS-merging.
7958
a9021acd
GM
79592000-06-16 Gerd Moellmann <gerd@gnu.org>
7960
7961 * Makefile.in (distclean): New target.
5d80cc9c 7962
0df68e9f
SM
79632000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * Makefile.in (srcdir): Define for update-subdirs.
7966
6344985d
GM
79672000-06-16 Gerd Moellmann <gerd@gnu.org>
7968
7969 * find-lisp.el: New file.
7970
63239267
AI
79712000-06-16 Andrew Innes <andrewi@gnu.org>
7972
7973 * time.el (display-time-mail-function): New variable, to allow
7974 external packages to indicate when new mail is available.
7975 (display-time-update): Use it.
7976
1699f991
KH
79772000-06-16 Kenichi Handa <handa@etl.go.jp>
7978
a3b37893
KH
7979 * international/mule.el (mule-version): Change version name to
7980 SAKAKI. AOI has already been used by Meadow.
7981
1699f991
KH
7982 * international/quail.el (quail-show-guidance-buf): To find the
7983 bottom window (but minibuffer), pay attention to the height of
7984 minibuffer.
7985
228b083e
EZ
79862000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7987
7d5c8691
EZ
7988 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7989 menu-bar menus. Add help strings. Don't remove the Edit menu
7990 from the menu bar, as the menu bar has enough space now.
7991
261f3289
EZ
7992 * Makefile.in (SHELL): Make sure /bin/sh is used.
7993
228b083e
EZ
7994 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7995 characters, which use series of two ^H characters instead of one.
7996
e27e8d71
GM
79972000-06-15 Gerd Moellmann <gerd@gnu.org>
7998
5d80cc9c 7999 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 8000 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 8001 functions.
451ec4e3
GM
8002 (Info-find-node-2): Try a case-sensitive search first, then
8003 do a case-insensitive search.
8004
8005 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
8006 tutorials.
8007
b675095c
GM
8008 * complete.el (PC-env-vars-alist): New variable.
8009 (PC-complete-as-file-name): New function.
8010 (partial-completion-mode): Initialize PC-env-vars-alist from
8011 process-environment.
8012 (PC-do-completion): Handle completion of env vars.
8013
8014 * info.el (Info-set-mode-line): Show file name in mode line,
8015 use `*Info*' instead of `Info:'.
8016
e27e8d71
GM
8017 * startup.el (command-line-1): Change copyright messages to year
8018 2000.
8019
28223a7e
DL
80202000-06-15 Dave Love <fx@gnu.org>
8021
8022 * net/goto-addr.el (goto-address-fontify): Use keymap property,
8023 not local-map.
8024
32684631
KH
80252000-06-15 Kenichi Handa <handa@etl.go.jp>
8026
8027 * international/mule.el (set-buffer-file-coding-system): Almost
8028 rewritten to handle `undecided' as no-op.
8029
9f817ea4
GM
80302000-06-14 Gerd Moellmann <gerd@gnu.org>
8031
e27e8d71 8032 * Makefile.in: New file.
dce6b995
GM
8033
8034 * Makefile: Removed.
8035
9f817ea4
GM
8036 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
8037 (goto-address-highlight-keymap): Bind C-c RET.
8038
2de33f94
KH
80392000-06-14 Kenichi Handa <handa@etl.go.jp>
8040
bbf1e8a5
KH
8041 * mail/sendmail.el (sendmail-send-it): The temporary buffer
8042 inherits buffer-file-coding-system of the current buffer.
725a6897 8043
02891cc3
KH
8044 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8045 0. Give correct argument to set-auto-coding-function.
8046 (tar-expunge): For goto-char, use (point-min), not 0.
8047 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8048 (tar-subfile-save-buffer): Likewize.
8049
2de33f94
KH
8050 * international/mule.el
8051 (after-insert-file-set-buffer-file-coding-system): Call
8052 set-buffer-file-coding-system with the arg FORCE t.
8053
1681ead6
GM
80542000-06-13 Gerd Moellmann <gerd@gnu.org>
8055
8056 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8057 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8058 the sender is set with `-f'.
1681ead6 8059
fdf4b680
DL
80602000-06-13 Dave Love <fx@gnu.org>
8061
9c50afce
DL
8062 * help.el (describe-function-1): Kluge around cases of functions
8063 fset to subrs whose doc doesn't match their symbol-name.
8064
0ad550ba 8065 * image.el (insert-image): Default STRING to a space.
f290ca08 8066
fdf4b680 8067 * info.el Doc fixes.
5d80cc9c 8068 (Info-build-node-completions): Match Ref tags.
fdf4b680 8069
9b6610db
EZ
80702000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8071
a704139d
EZ
8072 * frame.el (display-multi-frame-p, display-multi-font-p): New
8073 defaliases for display-graphic-p.
8074
9b6610db
EZ
8075 * hl-line.el: Fixed a typo in commentary.
8076
7a5ea398
KH
80772000-06-13 Kenichi Handa <handa@etl.go.jp>
8078
8079 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8080 fixed.
8081
0dc91c57
DL
80822000-06-12 Dave Love <fx@gnu.org>
8083
8084 * image.el (insert-image): Save a little consing.
8085
0bd5914b
KH
80862000-06-12 Kenichi Handa <handa@etl.go.jp>
8087
8088 * language/tibet-util.el: Convert all tibetan-1-column characters
8089 to the corresponding tibetan characters.
8090 (tibetan-add-components): Delete code for the special treatment of
8091 'a chung.
8092
8093 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8094 change.
8095 (tibetan-vowel-transcription-alist): More rules added.
8096 (tibetan-composite-vowel-alist): New variable.
8097 (tibetan-precomposition-rule-alist): More rules added.
8098
6dc7d3d5
SM
80992000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8100
9c04c393
SM
8101 * startup.el (command-line): Only call menu-bar-mode if interactive.
8102
8103 * thingatpt.el (toplevel symbol-properties):
8104 * textmodes/makeinfo.el (makeinfo-compile):
8105 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8106 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8107 (hide-ifdef-use-define-alist):
5d80cc9c 8108 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8109 (ange-ftp-vms-add-file-entry):
8110 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8111 * man.el (Man-build-man-command):
8112 * mail/rnewspost.el (news-reply-header-hook):
8113 * info.el (Info-insert-dir):
8114 * emulation/mlconvert.el (backward-word, forward-word, setq):
8115 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8116 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8117 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8118 (byte-optimize-apply, end of file):
8119 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8120 (ad-make-freeze-definition):
8121 * startup.el (command-line, command-line-1): Don't quote lambdas.
8122
6dc7d3d5
SM
8123 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8124 (cvs-cleanup-removed): New function.
8125 (cvs-cleanup-functions): New var.
8126 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8127 some flexibility in specifying additional entries to auto-cleanup.
8128 (cvs-quickdir): New function.
8129 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8130 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8131 (cvs-mode-find-file): Check that we are on a filename or dirname
8132 when invoked through a mouse-click.
8133 (cvs-full-path): Remove.
8134 (cvs-dired-action): Re-introduced.
8135 (cvs-dired-noselect): Use it.
8136 (vc-post-command-functions): use this new hook if available.
8137
8138 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8139 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8140 (cvs-filename-map, cvs-dirname-map): Remove.
8141 (cvs-default-action): Remove.
8142 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8143 if the arg is really a keymap.
8144 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8145 Don't hardcode the mapping from state (aka type) to face, but check
8146 the var cvs-fi-<type>-face instead.
8147 (cvs-fileinfo-from-entries): New function.
8148
8149 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8150 Docstring fix.
8151 (cvs-find-file-and-jump): Change default to be safer.
8152 (cvs-mode-diff-map): Define it as a function as well.
8153 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8154 Bind mouse-2 in this global map rather than with text-properties.
8155
8156 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8157 file to resolve the ambiguity between C(conflict) and C(need-merge).
8158
5050a2ef
KH
81592000-06-12 Kenichi Handa <handa@etl.go.jp>
8160
8161 * international/mule.el (set-buffer-file-coding-system): If
8162 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8163 unconditionally.
8164
35a7ac84
DL
81652000-06-12 Dave Love <fx@gnu.org>
8166
8167 * wid-edit.el (widget-specify-button): Really suppress the face if
8168 required.
8169
db8eeecd
GM
81702000-06-11 Gerd Moellmann <gerd@gnu.org>
8171
8172 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8173
70223ca4
SM
81742000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8175
8176 * imenu.el (imenu-generic-expression): Docstring fix.
8177
8178 * composite.el (composition-function-table): Move the `put'
8179 below the autoload cookie so we can load the file before loaddefs.
8180
8181 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8182
8183 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8184 Handle easy-mmode-define-global-mode.
8185 For complex macros like define-minor-mode that can generate
8186 several autoload entries, try to autoload entries in the
8187 macroexpanded code.
8188
8189 * emacs-lisp/easy-mmode.el (define-minor-mode):
8190 If KEYMAP is a symbol, just use it.
8191 Use byte-compile-current-file and load-file-name to infer the
8192 proper :require to pass to defcustom.
8193 Wrap the hook var into `progn' so as not to autoload it.
8194 Add a :autoload-end cookie.
8195 Be more careful about the evaluation of KEYMAP.
8196 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8197 (define-derived-mode): Move define-abbrev-table outside of defvar.
8198
81992000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8200
8201 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8202 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8203 (backup-compiled-files): Ignore errors during `tar'.
8204 (bootstrap): Make autoloads before elc files.
8205
9c53b34e
KH
82062000-06-10 Kenichi Handa <handa@etl.go.jp>
8207
8208 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8209 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8210
8211 * international/mule-conf.el (unix): New alias for the coding
8212 system undecided-unix.
8213
22ddd299
DL
82142000-06-09 Dave Love <fx@gnu.org>
8215
5ee42746
DL
8216 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8217
70223ca4 8218 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8219 (executable-insert): Change custom type.
8220 (executable-find): Add autoload cookie.
cc7e1d18
DL
8221 (executable-make-buffer-file-executable-if-script-p): New
8222 function. After Noah Friedman.
22ddd299
DL
8223
8224 * files.el (after-save-hook): Customize, with
cc7e1d18 8225 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8226
41ea3794
KH
82272000-06-09 Kenichi Handa <handa@etl.go.jp>
8228
f89437e3
KH
8229 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8230 "tib24p-mule.bdf" for Tibetan.
8231
7a4ee259
KH
8232 * composite.el (decompose-composite-char): Declare it as obsolete.
8233
ff6a65c2
KH
8234 * man.el (Man-fontify-manpage): Pay attention to underline and
8235 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8236
f83fe4b4
GM
82372000-06-08 Gerd Moellmann <gerd@gnu.org>
8238
8239 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8240 Set maintainer to FSF since author isn't reachable.
8241
e56d7900
DL
82422000-06-08 Dave Love <fx@gnu.org>
8243
8244 * international/mule-cmds.el (select-safe-coding-system): If
8245 DEFAULT-CODING-SYSTEM is not specified, also check the most
8246 preferred coding-system if buffer-file-coding-system is
8247 `undecided'. From Handa.
8248
d3981b49
KH
82492000-06-08 Kenichi Handa <handa@etl.go.jp>
8250
8251 * international/mule.el
8252 (after-insert-file-set-buffer-file-coding-system): If the buffer
8253 size is greater than INSERTED, judget that we are not visiting.
8254
bff71087
RV
82552000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8256
8257 * whitespace.el (defgroup whitespace): Comment out `:version'.
8258 XEmacs 20.4 has problems defining the group with this present.
8259 We'll have this commented out till get resolve the problem.
8260
45f485a6
GM
82612000-06-07 Gerd Moellmann <gerd@gnu.org>
8262
8263 * align.el: Update from author.
8264
82652000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8266
8267 * apropos.el (apropos-mode-hook): New user variable.
8268 (apropos-mode): Run apropos-mode-hook.
bff71087 8269
45f485a6
GM
82702000-06-07 David Ponce <david@dponce.com>
8271
8272 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8273 commands. Require `wid-edit' at run-time.
8274
82752000-06-07 David Ponce <david@dponce.com>
8276
8277 * recentf.el: Added some "Commentary".
8278 (recentf-open-more-files, recentf-edit-list): Minor changes to
8279 move the point at the top of the file list. This behaviour is
8280 consistent with the menu one when the list contains a lot of
8281 files.
8282 (recentf-cleanup): Now displays the number of items removed from
8283 the list.
8284 (recentf-relative-filter) New menu filter to show filenames
8285 relative to `default-directory'.
bff71087 8286
45f485a6
GM
82872000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8288
8289 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8290 with/without giving an error if PostScript printer doesn't have this
8291 kind of page size. Zebra Stripe continues or restarts on next page.
8292 Manual/automatic paper feeding. Switch or not the header.
8293 (ps-print-version): New version number (5.2.2).
8294 (ps-windows-system): Include emx as a Windows system.
8295 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8296 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8297 (ps-background-text): Code fix.
8298 (ps-error-handler-message, ps-user-defined-prologue)
8299 (ps-print-prologue-header, ps-printer-name)
8300 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8301 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8302 (ps-use-face-background): Customization fix.
8303 (ps-n-up-database): Data fix.
8304 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8305 (ps-switch-header): New vars.
8306 (ps-xemacs-color-name, ps-face-foreground-name)
8307 (ps-face-background-name, ps-boolean-constant): New funs.
8308
c14dcd22
DL
83092000-06-07 Dave Love <fx@gnu.org>
8310
8311 * allout.el: New version from Manheimer.
8312
e4044bb0
KH
83132000-06-07 Kenichi Handa <handa@etl.go.jp>
8314
8315 * textmodes/fill.el (fill-find-break-point): Check the validity of
8316 charset.
8317
59cfe8b9
KF
83182000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8319
8320 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8321 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8322 Call display-color-p and display-mouse-p instead of looking at
8323 window-system.
8324
bb2337f5
DL
83252000-06-06 Dave Love <fx@gnu.org>
8326
8327 * image.el (find-image): Doc fix. Return nil if image not found.
8328 (put-image, insert-image): Make STRING arg optional.
8329
8e624fa2
KH
83302000-06-06 Kenichi Handa <handa@etl.go.jp>
8331
8332 * language/vietnamese.el: Remove eval-when-compile.
8333 (viet-viscii-nonascii-translation-table): Define it as a
8334 translation table made from viet-viscii-decode-table.
8335 (viet-viscii-encode-table): Define it as a translation table made
8336 from the reverse map of above.
8337 (viet-vscii-nonascii-translation-table): Define it as a
8338 translation table made from viet-vscii-decode-table.
8339 (viet-vscii-encode-table): Define it as a translation table made
8340 from the reverse map of above.
8341 (ccl-decode-viscii): Use translate-character.
8342 (ccl-encode-viscii, ccl-encode-viscii-font)
8343 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8344 Likewize.
bff71087 8345
8e624fa2
KH
8346 * language/cyrillic.el: Remove eval-when-compile.
8347 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8348 translation table made from cyrillic-koi8-r-decode-table.
8349 (cyrillic-koi8-r-encode-table): Define it as a translation table
8350 made from the reverse map of above.
8351 (ccl-decode-koi8): Use translate-character.
8352 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8353 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8354 a translation table made from cyrillic-alternativnyj-decode-table.
8355 (cyrillic-alternativnyj-encode-table): Define it as a translation
8356 table made from the reverse map of above.
8357 (ccl-decode-alternativnyj): Use translate-character.
8358 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8359 Likewize
8360
8361 * international/mule-diag.el (non-iso-charset-alist): Specify
8362 translation table symbol instead of translation table itself.
8363 (list-block-of-chars): CHARSET may be a translation table symbol.
8364
8365 * international/mule.el (make-coding-system): If CODING-SYSTEM
8366 already exists, override it.
8367
8368 * international/fontset.el: Use family `proportional' for Tibetan
8369 fonts.
8370
8371 * international/ccl.el (ccl-compile-translate-character): Don't
8372 check if Rrr has property translation-table.
8373 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8374
1969fae2
GM
83752000-06-05 Gerd Moellmann <gerd@gnu.org>
8376
8377 * info.el: Bind case-fold-search to t when searching in case
8378 a user sets it to nil in a hook.
8379
d5b037c5
SM
83802000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8381
d3d02e65
SM
8382 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8383 * hl-line.el (hl-line-mode): Use the new :global key argument.
8384
8385 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8386 (tar-clip-time-string): Prepend a space.
8387 (tar-grind-file-mode): Construct a string rather than modifying one.
8388 (tar-header-block-summarize): Fix docstring.
8389 Use `format' rather than an error-prone set of copy-loops.
8390
8391 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8392 (diff-goto-source, diff-unified->context, diff-context->unified)
8393 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8394 understand the format output by the `-p' argument to diff.
8395
bff71087 8396 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8397 (sh-re-done): Use defconst.
8398 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8399 (sh-help-string-for-variable, sh-guess-basic-offset):
8400 Don't quote lambdas.
8401 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8402 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8403
f7c4478f
SM
8404 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8405 (mh-letter-mode): Derive from text-mode.
8406 This implicitly means that it now calls kill-all-local-variables.
8407 Also remove the Emacs-18 compatibility code.
8408
a8add29d
SM
8409 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8410 Make use of symbol-property doc-string-elt.
8411 Use memq rather than a sequence of eq.
8412 (doc-string-elt): Fix the wrong or missing previously unused values.
8413 (autoload-print-form): New function extracted from
8414 generate-file-autoloads to allow recursion when handling progn
8415 so that defvar's and defun's docstrings are properly printed.
8416 (generate-file-autoloads): Use it.
8417
d5b037c5
SM
8418 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8419 Use find-file-hooks in the minor-mode function.
8420 Be careful not to loop indefinitely in the post-command-hook function.
8421
560ef11a 84222000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8423
1969fae2 8424 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8425 tty's.
1969fae2 8426 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8427 differences whenever appropriate.
1969fae2
GM
8428 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8429 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8430 wildcards.
8431
b5bbbb76
SM
84322000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8433
d5b037c5
SM
8434 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8435 (jit-lock-fontify-buffer): New function for JIT refontification.
8436 (jit-lock-mode): Fix docstring.
8437 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8438 Remove jit-lock-after-change from the _local_ hook.
8439 (jit-lock-function-1): Fix docstring.
8440
8441 * info.el (Info-on-current-buffer): Initialize info.
8442
8443 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8444
8445 * progmodes/tcl.el (tcl-indent-for-comment):
8446 Ignore comment-indent-hook.
8447
8448 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8449 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8450 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8451 and improve to use the lighter to guess the capitalization.
8452 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8453 Add keyword arguments to specify global-ness or the custom group.
8454 Add local-map and help-echo properties to the lighter.
8455 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8456 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8457
bfa6c260
DL
84582000-06-02 Dave Love <fx@gnu.org>
8459
8460 * wid-edit.el: byte-compile-dynamic since we typically don't use
8461 all the widgets. Don't require cl or widget. Remove
8462 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8463 (widget-read-event): Removed. Callers changed to use read-event.
8464 (widget-button-release-event-p): Renamed from
8465 button-release-event-p.
8466 (widget-field-add-space, widget-field-use-before-change):
8467 Uncustomize.
8468 (widget-specify-field): Use keymap property, not local-map.
8469 (widget-specify-button): Obey :suppress-face.
8470 (widget-specify-insert): Use modern backquote syntax.
8471 (widget-image-directory): Renamed from widget-glyph-directory.
8472 (widget-image-enable): Renamed from widget-glyph-enable.
8473 (widget-image-find): Replaces widget-glyph-find.
8474 (widget-button-pressed-face): Move defvar.
8475 (widget-image-insert): Replaces widget-glyph-insert.
8476 (widget-convert): Use keywordp.
8477 (widget-leave-text, widget-children-value-delete): Use mapc.
8478 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8479 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8480 (widget-button-click): Don't set point at the click, but re-centre
8481 if we scroll out of window. Rewritten for images v. glyphs &c.
8482 (widget-tabable-at): Use POS arg, not point.
8483 (widget-beginning-of-line, widget-end-of-line)
8484 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8485 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8486 (widget-default-create): Use widget-image-insert; some rewriting.
8487 (widget-visibility-value-create)
8488 (widget-push-button-value-create, widget-toggle-value-create): Use
8489 widget-image-insert.
8490 (checkbox): Create on and off images dynamically.
8491 (documentation-link): Change :help-echo.
8492 (widget-documentation-link-echo-help): Remove.
8493
3837de12
SM
84942000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8495
8496 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8497
8498 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8499 (easy-mmode-define-toggle, define-minor-mode): Use it.
8500 (easy-mmode-define-keymap): Docstring fix.
8501 (define-derived-mode): Default PARENT to fundamental-mode.
8502 Add the derived-mode-parent symbol-property.
8503 (easy-mmode-derived-mode-p): New function.
8504
90aa4ea8
DL
85052000-06-02 Dave Love <fx@gnu.org>
8506
37193ee6
DL
8507 * files.el (convert-standard-filename): Doc fix.
8508 (normal-backup-enable-predicate): New function.
8509 (backup-enable-predicate): Use it to replace the lambda form.
8510
8511 * calendar/todo-mode.el: [This needs more work on the outline
8512 stuff.] Doc fixes.
8513 (todo) <defgroup>: Add :version.
8514 (todo-add-category): Don't use pushnew.
8515 (todo-cmd-raise): Fix typo.
8516 (todo-top-priorities): Change temp buffer name.
8517 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8518 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8519 Use outline-next-heading.
37193ee6 8520
90aa4ea8
DL
8521 * autoarg.el: Rewritten to use define-minor-mode.
8522 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8523 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8524
2e54623a
KH
85252000-06-02 Kenichi Handa <handa@etl.go.jp>
8526
8527 * isearch.el (isearch-other-meta-char): Fix previous change.
8528
c5def0db
SM
85292000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8530
3837de12
SM
8531 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8532 (log-edit-done): Only add the comment to the ring if it's different
8533 from the last comment entered.
8534
c5def0db
SM
8535 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8536
2330c9d4
DL
85372000-06-01 Dave Love <fx@gnu.org>
8538
8539 * hl-line.el: Rewritten using define-minor-mode.
8540
8541 * help.el (describe-function-1): Distinguish special form from
8542 builtin function. Sanity-check presence of arglist for builtins.
8543
6e5dfc31
KH
85442000-06-01 Kenichi Handa <handa@etl.go.jp>
8545
4dc1225b
KH
8546 * international/characters.el: Fix syntax/category setting of
8547 Tibetan characters.
8548
8549 * language/tibet-util.el (tibetan-add-components): Fixes for new
8550 encoding of Tibetan characters.
8551 (tibetan-decompose-precomposition-alist): New variable.
8552 (tibetan-decompose-region): Convert precomposed characters to
8553 non-precomposed characters.
8554 (tibetan-decompose-string): Likewise.
8555 (tibetan-composition-function): Fix args to
8556 thibetan-compose-string.
8557
8558 * language/tibetan.el (tibetan-composable-pattern): More
8559 characters included.
8560 (tibetan-consonant-transcription-alist): Rule for "R" added.
8561 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8562 "+R" added.
8563 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8564
eadef5e6
KH
8565 * language/lao-util.el (lao-composition-function): Fix args to
8566 compose-string.
8567
8568 * language/thai-util.el (thai-composition-function): Fix args to
8569 compose-string.
8570
6e5dfc31 8571 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8572 to prevent the point moving to the end of a composition when a
8573 part of a composition is searched.
6e5dfc31
KH
8574 (isearch-other-meta-char): If the key invoking this command can be
8575 mapped by function-key-map to a printing char, call
8576 isearch-process-search-char directly.
8577
2598a293
SM
85782000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8579
8580 * emacs-lisp/bytecomp.el:
8581 * frame.el:
8582 * international/mule-cmds.el:
8583 * international/mule-util.el:
8584 * international/mule.el:
8585 * mouse.el:
8586 * subr.el:
8587 * faces.el: Update calls to make-obsolete with a WHEN argument.
8588
8589 * byte-run.el (make-obsolete, make-obsolete-variable):
8590 Add an optional WHEN argument and change the format of the
bff71087 8591 symbol-property information.
2598a293
SM
8592 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8593 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8594 new obsolete-symbol-property format and print WHEN if it is provided.
8595
28d8dff1
DL
85962000-05-31 Dave Love <fx@gnu.org>
8597
8598 * loadhist.el (loadhist-hook-functions): Remove
8599 before-change-function, after-change-function.
8600 (unload-feature): Deal with symbols which are both bound and
8601 fbound.
8602
8603 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8604 before-change-function, after-change-function.
8605
8606 * simple.el (newline): Don't bind before-change-function,
8607 after-change-function.
8608
7f565d87
RV
86092000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8610
8611 * whitespace.el (whitespace-rescan-timer-time): Update interval
8612 set to 600 seconds (10 minutes) instead of 60 seconds since
8613 a large number of whitespace buffers causes emacs to `freeze'
8614 for a considerable amount of time.
8615
bff71087 8616 * whitespace.el: Updated email address
7f565d87 8617
a8d693d8
DL
86182000-05-31 Dave Love <fx@gnu.org>
8619
8620 * add-log.el (change-log-font-lock-keywords) <function>: Add
8621 pattern for function of change.
8622 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8623 acknowledgements patterns.
8624
a50192e7
KH
86252000-05-31 Kenichi Handa <handa@etl.go.jp>
8626
8627 * isearch.el (isearch-printing-char): If keyboard coding system is
8628 being used, call isearch-process-search-multibyte-characters.
8629
8630 * international/isearch-x.el: Mostly rewritten.
8631
8632 * international/quail.el (quail-start-conversion): Don't include
8633 unhandled events in the returned events, but set them in
8634 unread-command-events. Exit if all inputs are deleted.
8635
7e492772
JR
86362000-05-30 Jason Rumney <jasonr@gnu.org>
8637
8638 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8639
8640 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8641 Reenable code to create initial fontsets.
8642 Use set-fontset-font in place of put-charset-property.
8643
10fc3187
GM
86442000-05-30 Gerd Moellmann <gerd@gnu.org>
8645
79148ea7
GM
8646 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8647 label, ensure that the first colon isn't followed by another.
8648
8649 * paths.el (Info-default-directory-list): Doc fix.
8650
086d5b87
GM
8651 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8652 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8653 send a query containing USER only, not USER@HOST.
8654
10fc3187
GM
8655 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8656 and rmail-msgend to compute the restriction at the end, instead of
8657 computing it.
8658
49e70dec
GM
86592000-05-29 Gerd Moellmann <gerd@gnu.org>
8660
66254a13
GM
8661 * dabbrev.el (dabbrev-expand): Don't display messages in the
8662 echo area if the minibuffer window is active.
8663
49e70dec
GM
8664 * jit-lock.el (jit-lock-mode): Add after change function to
8665 local hook.
8666
86672000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8668
8669 * antlr-mode.el: New commands: hide/unhide actions,
8670 upcase/downcase literals.
8671 (antlr-tiny-action-length): New user option.
8672 (antlr-hide-actions): New command. Suggested by
8673 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8674 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8675 (antlr-mode-menu): New entries.
8676 (antlr-downcase-literals): New command.
8677 (antlr-upcase-literals): Ditto.
8678
8679 * antlr-mode.el: Minor changes: indendation, mode-name.
8680 (antlr-indent-line): Indent cpp directive at column 0.
8681 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8682
8683 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8684 (antlr-font-lock-additional-keywords): Workaround for intentional
8685 bug in XEmacs version of font-lock.
8686 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8687 be used by a smarter version of `buffers-menu-grouping-function'.
8688
86892000-05-29 Gerd Moellmann <gerd@gnu.org>
8690
8691 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8692 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8693
49f93684
KH
86942000-05-29 Kenichi Handa <handa@etl.go.jp>
8695
8696 * international/encoded-kb.el
8697 (encoded-kbd-iso2022-designation-map): Pay attention to that
8698 charset-iso-final-char return -1 for eight-bit-control and
8699 eight-bit-graphic.
8700
5b1ae051
EZ
87012000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8702
8703 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8704 (speedbar-easymenu-definition-base): Use display-graphic-p where
8705 available, instead of window-system.
8706
a205e32a
EZ
87072000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8710 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8711 coding systems.
8712
dd854dc2
DL
87132000-05-26 Dave Love <fx@gnu.org>
8714
c88a85d5
DL
8715 * disp-table.el (standard-display-underline): Don't use
8716 internal-find-face.
8717
dd854dc2
DL
8718 * mail/reporter.el: Maintainer change. Doc fixes.
8719 (reporter-version): Deleted.
8720
8721 * emacs-lisp/elp.el: Maintainer change.
8722 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8723
dc29aa6c
SM
87242000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8725
8726 * add-log.el (add-change-log-entry): Merge the current entry with the
8727 previous one if the previous one is empty.
8728
ed62683d
DL
87292000-05-26 Dave Love <fx@gnu.org>
8730
4370a375
DL
8731 * loadhist.el (unload-feature): Fix interactive spec [from
8732 lijnzaad@ebi.ac.uk].
8733
ed62683d
DL
8734 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8735 subr-arity to check primitives.
8736 (byte-compile-flush-pending, byte-compile-file-form-progn)
8737 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8738 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8739 mapcar.
8740
ba9f8f95
KH
87412000-05-26 Kenichi Handa <handa@etl.go.jp>
8742
0f3e0672
KH
8743 * international/fontset.el: Set family names of non-latin charsets
8744 in default fontset to "*".
8745
cebefb44
KH
8746 * international/mule-diag.el (print-fontset): Combine family part
8747 and registry part of the fontname by "-*-" instead of "-".
8748
ba9f8f95
KH
8749 * international/mule-cmds.el (encode-coding-char): Make strings
8750 multibyte before calling encode-coding-string.
8751
931d0724
SM
87522000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8753
8754 * derived.el: Fix keywords.
8ccce2b0 8755 (define-derived-mode): Only define if needed.
931d0724
SM
8756
8757 * simple.el (fill-comment, comment-column, comment-start)
8758 (comment-start-skip, comment-end, comment-indent-function)
8759 (block-comment-start, block-comment-end, indent-for-comment)
8760 (set-comment-column, kill-comment, comment-padding, comment-region)
8761 (comment-multi-line, indent-new-comment-line): Remove.
8762
8763 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8764 function names for comment operations.
8765
8766 * newcomment.el: Add abundant autoload cookies.
8767 (comment-style): Don't depend on runtime data at compile-time.
8768 (comment-indent-hook): Remove.
8769 (comment-indent): Check if comment-indent-hook is bound.
8770 (comment-region): Docstring fix.
8771
6fc596cf
DL
87722000-05-25 Dave Love <fx@gnu.org>
8773
8774 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8775 byte-code-function-p.
8776
8777 * mail/rmailsum.el: Add provide.
8778
8779 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8780
8781 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8782 defcustom.
8783
7997f1ca 87842000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8785
7997f1ca
MK
8786 * ediff-diff.el (ediff-exec-process): delete --binary option from
8787 non-buffer ediff jobs.
7f565d87 8788
e7a903e8
EZ
87892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8790
8791 * hilit-chg.el (highlight-changes-mode): Ask about color or
8792 grayscale support, not about window-system.
8793
8794 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8795 window-system.
8796 (ffap-highlight): Always default to t.
8797
8798 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8799 display-popup-menus-p instead of looking at window-system.
8800
8801 * disp-table.el (standard-display-g1, standard-display-graphic):
8802 Only refuse to use string glyphs on X and MS-Windows.
8803
8804 * avoid.el: Remove window-system from commentary, suggest to use
8805 display-*-p instead.
8806
8807 * apropos.el (apropos-print): Use display-mouse-p instead of
8808 window-system.
8809
14028d57
EZ
88102000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8811
8812 * international/codepage.el (cp-decoding-vector-for-codepage):
8813 Fill up unsupported characters with their own codes. From Kenichi
8814 Handa.
8815
1a4f9cc1
EZ
88162000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8817
8818 * international/mule-diag.el (describe-char-after): Use
8819 display-graphic-p instead of window-system, so that this function
8820 works on MS-DOS.
8821
89f6ca4e
EZ
88222000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8823
8824 * international/codepage.el (cp-make-coding-systems-for-codepage):
8825 Remove the eight-bit-graphic and eight-bit-control charsets from
8826 the list of charsets which we convert into `?'.
8827
eacfd7fe
KH
88282000-05-25 Kenichi Handa <handa@etl.go.jp>
8829
8830 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8831 private charsets.
8832 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8833 japanese-jisx0213-2): New charsets.
8834
8835 * international/fontset.el: Setup default fontset for new charsets.
8836
deadf7e3
DL
88372000-05-24 Dave Love <fx@gnu.org>
8838
8839 * info.el (Info-find-node-2): Restructure [following "Vadim
8840 S. Solomin" <sovs@uic.nnov.ru>].
8841
8842 * icomplete.el: Fix header for Finder.
8843
88442000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8845
8846 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8847 STAY.
8848
8849 * rmail.el (rmail-automatic-folder-directives): New user variable.
8850 (rmail-show-message): Add call to `rmail-auto-file' during
8851 display.
8852 (rmail-auto-file): New function.
8853
6de3983f 88542000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8855
fc6a6a4e 8856 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8857 account.
fc6a6a4e
GM
8858 (ediff-test-utility,ediff-diff-mandatory-option)
8859 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8860 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8861
fc6a6a4e 8862 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8863 variable.
7f565d87 8864
fc6a6a4e 8865 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8866 ediff-merge-filename-prefix.
8867
fc290d1d
MK
88682000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8869
fc6a6a4e 8870 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8871
273182b8
EZ
88722000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8873
8874 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8875 aliases for hebrew-iso-8bit.
8876
f471ea57
EZ
88772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8878
8879 * woman.el: New version from Francis J. Wright
8880 <F.J.Wright@Maths.QMW.ac.uk>.
8881 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8882 names in environment variables regardless of the path separator.
8883 (woman-topic-all-completions-1): Don't call file-name-directory-p
8884 on all files, since woman-file-regexp already filters out any
8885 directories.
8886
01162f24
KH
88872000-05-24 Kenichi Handa <handa@etl.go.jp>
8888
48e3df76
KH
8889 * international/quail.el (quail-start-translation): Don't change
8890 modified-p of the current buffer.
8891 (quail-start-conversion): Likewise.
8892
8893 * international/kkc.el (kkc-region): Don't change modified-p of
8894 the current buffer.
8895
747d90ea
KH
8896 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8897 conform to RFC1468.
8898 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8899
17a223ff
EL
89002000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8901
8902 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8903 (speedbar-insert-button): Invisible text property fix.
8904 (speedbar-directory-plus): Renamed from speedbar-directory-+
8905 (speedbar-directory-minus): Renamed from speedbar-directory--
8906 (speedbar-page-plus): Renamed from speedbar-file-+
8907 (speedbar-page-minus): Renamed from speedbar-file--
8908 (speedbar-page): Renamed from speedbar-file-
8909 (speedbar-tag): Renamed from speedbar-tag-
8910 (speedbar-tag-plus): Renamed from speedbar-tag-+
8911 (speedbar-tag-minus): Renamed from speedbar-tag--
8912 (speedbar-expand-image-button-alist): Use above renames.
8913
8914 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8915 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8916 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8917 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8918 * sb-pg.xpm: Renamed from sb-file.xpm
8919 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8920 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8921
e6b6fc18
KH
89222000-05-24 Kenichi Handa <handa@etl.go.jp>
8923
8924 * international/quail.el (quail-show-guidance-buf): Set
8925 current-input-method of the guidance buffer to the name of the
8926 curren input method.
8927
a1a336eb
SM
89282000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8929
8930 * progmodes/compile.el (compile-internal): Style typo.
8931
8932 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8933 quote vars and functions in the docstring.
8934
8935 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8936
8937 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8938 Don't quote lambdas.
8939
8940 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8941
9695b783
GM
89422000-05-23 Gerd Moellmann <gerd@gnu.org>
8943
716e3b88
GM
8944 * startup.el (command-line): Determine source file of compiled
8945 user init file differently. Warn if compiled user init file
8946 is older than its source file.
8947
9695b783 8948 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8949
41ac433f
EZ
89502000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8951
8952 * files.el (make-backup-file-name-1): Replace slashes with `!'
8953 rather than `|' (which is not allowed on Windows). Replace the
8954 drive letters with a string "drive_X".
8955
46600ab1
GM
89562000-05-23 Gerd Moellmann <gerd@gnu.org>
8957
8958 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8959
8960 * files.el (interpreter-mode-alist): Add `bash2'.
8961
79a64d87
DL
89622000-05-22 Dave Love <fx@gnu.org>
8963
8964 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8965 mapc.
8966 (feature-file): Avoid calling symbol-name. Doc fix.
8967 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8968 (loadhist-hook-functions): Add mouse-position-function.
8969 (unload-feature): Change uses of mapcar.
8970
8971 * files.el (parse-colon-path): Doc fix.
8972 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8973 (set-auto-mode): Use mapc.
8974
8975 * complete.el (PC-look-for-include-file): Use :alnum: character
8976 class.
8977 (partial-completion-mode): Add autoload cookie.
8978
0e8c11d8
SS
89792000-05-22 Sam Steingold <sds@gnu.org>
8980
ce75fd23 8981 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8982 `add-text-properties' (bug introduced on 2000-05-18).
8983
d8d0fa6c
DL
89842000-05-22 Dave Love <fx@gnu.org>
8985
8986 * bindings.el: Remove debug-ignored-errors set in other files.
8987
8988 * progmodes/etags.el: Add to debug-ignored-errors.
8989 (visit-tags-table-buffer): Clear out buffers holding old tables
8990 when making a new list.
8991 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8992 mapc.
8993
8994 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8995 quote keywords.
8996 (cmpl-string-case-type): Use character classes.
8997
0e8c11d8
SS
8998 * comint.el:
8999 * textmodes/ispell.el:
9000 * imenu.el:
d8d0fa6c
DL
9001 * mail/mh-e.el:
9002 * progmodes/compile.el: Add to debug-ignored-errors.
9003
9004 * dabbrev.el: Add to debug-ignored-errors.
9005 (dabbrev-completion): Use mapc.
9006
1edbbf8a
EZ
90072000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
9008
9009 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
9010 (woman-mapcan, woman-parse-man.conf)
9011 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
9012 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
9013 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
9014 path syntax better.
9015 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
9016 (woman-manpath): Call woman-parse-man.conf.
9017 (woman-emulation): New defcustom, defaults to nroff.
9018 (woman-font-support): New defconst.
9019 (woman-use-symbol-font): New defcustom.
9020 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
9021 "Emulation".
9022 Many functions: Doc fix.
9023
5bd2148c
KH
90242000-05-22 Kenichi Handa <handa@etl.go.jp>
9025
9026 * international/quail.el (quail-simple-translation-keymap): Map
9027 128..255 to quail-self-insert-command.
9028 (quail-keyboard-layout-alist): Add definition for "pc102-de".
9029
4125ec7e
SM
90302000-05-22 Stefan Monnier <monnier@cs.yale.edu>
9031
a1a336eb
SM
9032 * help.el (help-manyarg-func-alist): Typo.
9033
40aeecad
SM
9034 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
9035 intervals which makes it heaps simpler.
9036
4125ec7e
SM
9037 * newcomment.el (comment-region-internal): Go back to BEG after quoting
9038 the nested comment markers.
e4da9c1c
SM
9039
9040 * subr.el (remove-hook): Don't turn the hook's value into a list.
9041
cb7216a7
DL
90422000-05-21 Dave Love <fx@gnu.org>
9043
ac266581
DL
9044 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9045 are invalid characters.
9046
cb7216a7
DL
9047 * international/mule-util.el (detect-coding-with-priority): Use
9048 mapc. Remove redundant lambda.
9049
9050 * international/mule-diag.el (list-non-iso-charset-chars)
9051 (describe-fontset): Remove redundant lambda.
9052
9053 * emulation/crisp.el (brief-mode): New alias.
9054
9055 * emacs-lisp/ring.el (ring-elements): New function.
9056
9057 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9058 (easy-menu-do-add-item): Use keywordp.
9059
9060 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9061
9062 * replace.el: Doc and error message fixes.
9063 (replace-highlight): Use facep, not internal-find-face.
9064
9b0d1d6e
SM
90652000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9066
b2d2cf58
SM
9067 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9068
ffe7dc64
SM
9069 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9070 (log-edit-insert-changelog): Drop `:' as well.
9071
9072 * log-view.el: Fix file description.
9073 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9074 available.
9075 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9076 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9077
c8c21615
SM
9078 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9079 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9080 Print a status message if the toggle is called interactively.
9081 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9082 for global minor modes and use `defcustom' for them.
9083 Use add-minor-mode.
9084 (easy-mmode-define-derived-mode): Remove.
9085 (define-derived-mode): Fancier default docstring.
9086 (easy-mmode-define-navigation): Signal an error rather than (ding).
9087
9b0d1d6e
SM
9088 * newcomment.el (comment-styles): New `box-multi'.
9089 (comment-normalize-vars): Better default for comment-continue to
9090 avoid whitespace-only continuations.
9091 (comment-search-forward): Always move even in the no-syntax case.
9092 (comment-padright): Only obey N if it's only obeyed for padleft.
9093 (comment-make-extra-lines): Better handling of empty continuations.
9094 Use `=' for the filler if comment-start has only one character.
9095 (uncomment-region): Try handling the special `=' filler.
9096 (comment-region): Allow LINES even if MULTI is nil.
9097 (comment-box): Choose box style based on comment-style.
9098
f5ee6d0f
KH
90992000-05-20 Kenichi Handa <handa@etl.go.jp>
9100
9b0d1d6e 9101 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9102 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9103
c9671f81
KH
91042000-05-20 Kenichi HANDA <handa@etl.go.jp>
9105
9106 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9107 and insert, not subst-char-in-region.
9108
9109 * international/mule-diag.el (list-character-sets-1): Handle
9110 charsets eight-bit-control and eight-bit-graphic.
9111 (list-iso-charset-chars): Likewise.
9112 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9113 charactes as is. Use indent-to to align characters.
9114
9115 * international/mule-cmds.el (find-multibyte-characters): Never
9116 exclude charsets eight-bit-control and eight-bit-graphic.
9117
1426aa5c
SM
91182000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9119
9120 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9121 Don't quote lambdas.
9122
9123 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9124
2b63d473
GM
91252000-05-19 Gerd Moellmann <gerd@gnu.org>
9126
9127 * gud.el (gud-jdb-directories): Doc fix.
9128
f1355756
SM
91292000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9130
9131 * newcomment.el: New file.
9132
5f64c9e0
GM
91332000-05-19 Gerd Moellmann <gerd@gnu.org>
9134
2b63d473 9135 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9136
db7314bd
AS
91372000-05-18 Andreas Schwab <schwab@suse.de>
9138
9139 * dired.el (dired-between-files): Also skip lines beginning with
9140 `used'.
9141
25bb0401
GM
91422000-05-18 Gerd Moellmann <gerd@gnu.org>
9143
9144 * msb.el (msb-menu-cond): Add choice `user'.
9145
a199a865 91462000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9147
a199a865
GM
9148 * ps-print.el: Compatibility, customization and doc fix.
9149 (ps-printer-name-option): Replace defconst by defvar.
9150 (ps-postscript-code-directory): XEmacs compatibility.
9151 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9152 fix.
9153 (ps-user-defined-prologue, ps-print-prologue-header)
9154 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9155 compatibility and code fix.
9156 (ps-print-background-image, ps-print-background-text):
9157 Customization fix.
9158 (ps-line-number-start, ps-n-up-on): New vars.
9159
25bb0401
GM
91602000-05-18 Espen Skoglund <esk@ira.uka.de>
9161
9162 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9163 the indent-comment function to just return the appropriate indent.
9164
68e6c83a
EL
91652000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9166
9167 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9168 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9169 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9170
dae6cb9f
DL
91712000-05-18 Dave Love <fx@gnu.org>
9172
9173 * info.el (Info-fontify-node): Add intangible property as well as
9174 invisible.
9175
9176 * calendar/appt.el (appt-make-list): Match all lines of entry.
9177 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9178
813086ea
KH
91792000-05-18 Kenichi Handa <handa@etl.go.jp>
9180
9181 * international/mule-diag.el (describe-char-after): Call
9182 internal-char-font, not char-font. If internal-char-font returns
9183 nil, display "-- none --".
9184
24978190
EZ
91852000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9186
9187 * image.el (image-type-available-p): Don't reference image-types
9188 if it isn't bound.
9189
2fca2d5d
SM
91902000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9191
9192 * autoarg.el (autoarg-mode): Typo in the :set argument.
9193
cfc75d05
EZ
91942000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9195
9196 * startup.el (command-line-1): Don't signal an error if the
9197 directory for auto-save-list files does not yet exist.
9198
c4e30387
KH
91992000-05-17 Kenichi Handa <handa@etl.go.jp>
9200
9201 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9202
dd6b8ea7
SM
92032000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9204
9205 * subr.el (remove-hook): `setq' hook-value, not `set'.
9206
399c88ad
SS
92072000-05-16 Sam Steingold <sds@gnu.org>
9208
a199a865 9209 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9210
01651f07
DL
92112000-05-16 Dave Love <fx@gnu.org>
9212
9213 * cus-edit.el: Don't require cl or easymenu.
9214 (custom-variable-prompt): Test standard-value property, not
9215 user-variable-p.
9216
2248c40d
SS
92172000-05-16 Sam Steingold <sds@gnu.org>
9218
9219 * subr.el (add-hook): `setq' hook-value, not `set'.
9220
b15f3b77
GM
92212000-05-16 Gerd Moellmann <gerd@gnu.org>
9222
9223 * startup.el (command-line-1): Mention the FAQ in the startup
9224 message.
9225
9226 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9227
9228 * progmodes/compile.el (compilation-parse-errors): Collect
9229 `nomessage' regexps last.
9230
9231 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9232
9233 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9234 to the function name.
9235
f9bbcfac
EL
92362000-05-15 Dave Love <fx@gnu.org>
9237
9238 * speedbar.el (speedbar-recenter): Typo.
9239 (speedbar-expand-line): Make arg optional.
9240 (speedbar-mode): Avoid a compiler warning.
9241
119b42eb
GM
92422000-05-15 Gerd Moellmann <gerd@gnu.org>
9243
9244 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9245 user-specified option string is empty.
9246
9247 * mouse.el (mouse-yank-at-click): Doc fix.
9248
f685bea9
EZ
92492000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9250
9251 * term/internal.el (IT-character-translations): More updates of
9252 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9253 documents.
9254
a1b8d58b
GM
92552000-05-15 Gerd Moellmann <gerd@gnu.org>
9256
9257 * env.el (getenv): New function, interactively callable.
9258 (setenv, getenv): Remove autoload cookies.
9259
9260 * loadup.el: Load `env'.
9261
9262 * progmodes/f90.el: Change author's mail address.
9263
c9bba7ed
DL
92642000-05-14 Dave Love <fx@gnu.org>
9265
e5c83697
DL
9266 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9267 goto-addr as an option.
9268
9269 * help.el (help-xref-stack): Doc fix.
9270 (help-xref-following): New variable.
9271 (help-make-xrefs): Use it.
9272 (help-xref-go-back): Use position information from stack element.
9273 (help-follow): Make position in stack element a pair. Use
9274 help-xref-following.
399c88ad 9275
e5c83697
DL
9276 * autoarg.el: New file.
9277
9278 * faces.el: Declare more functions obsolete.
9279
c9bba7ed
DL
9280 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9281 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9282 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9283 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9284 Remove all the setup-...-environment functions.
9285
b6389bfb
EL
92862000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9287
a1b8d58b
GM
9288 * speedbar.el: Updated the commentary section. xemacs20p now uses
9289 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9290 (speedbar-easymenu-definition-base): Add toggle for images.
9291 (speedbar-easymenu-definition-special): Add flush cache & expand.
9292 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9293 (speedbar-reconfigure-keymaps-hook): New variable.
9294 (speedbar-frame-parameters): Updated documentation.
9295 (speedbar-use-imenu-flag): Updated custom tag
9296 (speedbar-dynamic-tags-function-list): New variable.
9297 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9298 (speedbar-indentation-width, speedbar-indentation-width) New
9299 variables.
9300 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9301 (speedbar-vc-indicator): Doc update.
9302 (speedbar-ignored-path-expressions): Updated default value.
9303 (speedbar-supported-extension-expressions): Updated default value.
9304 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9305 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9306 as "+". Added overlay aliases.
9307 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9308 `force-mode-line-update'.
9309 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9310 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9311 `mouse-set-point'
b6389bfb 9312 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9313 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9314 of arbitrary text, and new helper functions.
9315 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9316 filename finder.
b6389bfb
EL
9317 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9318 (speedbar-directory-buttons): Update path search/expansion.
9319 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9320 `speedbar-indentation-width'. Use more care w/ invisible
9321 properties.
b6389bfb
EL
9322 (speedbar-change-expand-button-char): Call
9323 `speedbar-insert-image-button-maybe'.
9324 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9325 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9326 (speedbar-trim-words-tag-hierarchy)
9327 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9328 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9329 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9330 functions.
b6389bfb
EL
9331 (speedbar-mouse-set-point): New function
9332 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9333 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9334 of tag prefix text.
9335 (speedbar-expand-line, speedbar-contract-line): Make more robust
9336 to strange text.
9337 (speedbar-expand-line): Takes universal argument to flush the
9338 cache.
b6389bfb
EL
9339 (speedbar-flush-expand-line): New function.
9340 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9341 Use new generator insertion method.
9342 (speedbar-fetch-dynamic-tags): New function.
9343 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9344 `speedbar-fetch-dynamic-imenu'.
9345 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9346 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9347 "Revert Buffer" menu items.
9348 (speedbar-buffer-buttons-engine): Be smarter when creating a
9349 filename tag (for expansion purposes.).
a1b8d58b
GM
9350 (speedbar-highlight-one-tag-line,
9351 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9352 (speedbar-recenter): New functions.
b6389bfb 9353 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9354 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9355 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9356 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9357 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9358 (speedbar-expand-image-button-alist): New variable.
9359 (speedbar-insert-image-button-maybe): Insert an image over some
9360 buttons.
9361
43fe9244
KH
93622000-05-13 Kenichi Handa <handa@etl.go.jp>
9363
9364 * international/mule-cmds.el (encode-coding-char): An ASCII
9365 character is always encodable.
9366
9367 * international/mule-conf.el: Add more information in descriptions
9368 of character sets.
9369
813086ea 9370 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9371 (describe-font-internal): Adjusted for the change of font-info.
9372 (describe-font): Likewise.
9373 (print-fontset): Rewritten for the new fontset implementation.
9374 (describe-fontset): Include fontset alias names in completion.
9375 (list-fontsets): Adjusted for the change of print-fontset.
9376
9377 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9378 describe-char-after instead of displaying the detail in the echo
9379 area.
813086ea
KH
9380 (syntax-code-table): Format changed.
9381 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9382
e8564f57
SM
93832000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9384
9385 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9386
9278c60d
DL
93872000-05-12 Dave Love <fx@gnu.org>
9388
9389 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9390 dependence. Use line-{beginning,end}-position, not
9391 point-at{b,e}ol. Some doc fixes.
9392 (todo-position): New function. Fix callers of position to use it.
9393 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9394
be0505fe
GM
93952000-05-12 Gerd Moellmann <gerd@gnu.org>
9396
9397 * time.el (display-time-mail-icon): Use `:ascent center'.
9398
a8a3541c
GM
9399 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9400 handling FTP security extensions.
399c88ad 9401
44d5f148
DL
94022000-05-11 Dave Love <fx@gnu.org>
9403
33d0c179 9404 * calendar/todo-mode.el: New file.
44d5f148 9405
da4496b6
GM
94062000-05-11 Gerd Moellmann <gerd@gnu.org>
9407
cdc4401d
GM
9408 * comint.el (comint-read-input-ring): Move reference to
9409 comint-input-ring-size outside of the save-excursion. It was
9410 causing the default value to be the only one ever seen.
399c88ad 9411
0279f991
GM
9412 * font-lock.el: Update copyright. Remove Simon Marshall's email
9413 address on request from him.
9414
da4496b6
GM
9415 * subr.el (substitute-key-definition): Add comment describing
9416 the meaning of PREFIX.
9417
ac5cb26d
SM
94182000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9419
9420 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9421
9422 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9423 (add-minor-mode): Don't make the variable buffer-local and add a
9424 reference to define-minor-mode in the docstring.
9425
9426 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9427 HEADER/FOOTER and fix bug with trailing empty directory.
9428 (cvs-append-to-ignore): Use vc-editable-p if available.
9429 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9430 (vc-do-command): Tweak advice to handle the new VC.
9431
9432 * log-view.el (log-view-goto-rev): New function for the new VC.
9433 (log-view-minor-wrap): Use mark-active.
9434
9435 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9436 (log-edit-changelog-full-paragraphs): New var.
9437 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9438 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9439 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9440 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9441 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9442 Replace the `cvs' prefix with `log-edit'.
9443
9444 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9445
9446 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9447 (diff-font-lock-defaults): Explicitly turn off multiline.
9448 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9449 (diff-ediff-patch): Fix call to ediff-patch-file.
9450 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9451 Handle comments.
9452
9453 * frame.el (automatic-hscrolling): Typo.
9454
9455 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9456
21c34da3
DL
94572000-05-09 Sam Steingold <sds@goems.com>
9458
9459 * apropos.el (apropos-print): use `describe-face' instead of
9460 `customize-face-other-window'.
9461
950cf06f
DL
94622000-05-09 Dave Love <fx@gnu.org>
9463
9464 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9465
9466 * help.el (describe-variable): Have customize button pop the
9467 help-xref stack when invoked.
9468 (help-xref-symbol-regexp): Add `face'.
9469 (help-make-xrefs): Check for quoted face names and adapt regexp
9470 submatch numbers to cope.
9471 (help-xref-interned): Maybe insert face doc too. Separate
9472 sections with a line of hyphens.
9473
0623e40f 9474 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9475 (describe-face): Add customize button. Return the help
9476 text. Fix prompt.
9477
82e2ca9d
EZ
94782000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9479
9480 * term/internal.el (IT-character-translations): Fix last change.
9481
10c00b5c
EZ
94822000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9483
9484 * woman.el: New file
9485 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9486
9deed82f
EZ
94872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9488
001ad319
EZ
9489 * term/internal.el (IT-character-translations): Update ASCII
9490 simulations for greek-iso8859-7, add latin-iso8859-14 and
9491 latin-iso8859-15.
9492
9deed82f
EZ
9493 * international/mule-cmds.el (set-language-info-alist): Call
9494 define-prefix-command with 3 arguments, to make the map suitable
9495 for a menu.
9496
4f37b78a
DL
94972000-05-07 Dave Love <fx@gnu.org>
9498
1ec321a7 9499 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9500
64a4c526
DL
95012000-05-05 Dave Love <fx@gnu.org>
9502
9503 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9504 list in doc string. Don't quote keyword symbols.
9505 * emacs-lisp/cl.el: Likewise
9506 * emacs-lisp/cl-seq.el: Likewise
9507
056565f7
GM
95082000-05-05 Gerd Moellmann <gerd@gnu.org>
9509
9510 * abbrev.el (abbrev-mode): Make ARG optional.
9511
4656b314
GM
95122000-05-04 Gerd Moellmann <gerd@gnu.org>
9513
ec82fb2f
GM
9514 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9515
9516 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9517
4656b314
GM
9518 * subr.el (substitute-key-definition): Clarify documentation.
9519
95202000-05-04 Milan Zamazal <pdm@freesoft.cz>
9521
9522 * glasses.el (glasses-convert-to-unreadable): Use
9523 `glasses-separator' instead of the hard-wired "_".
9524 (glasses-mode): Call `glasses-make-unreadable' only in a single
9525 place.
9526
7b081c78
EZ
95272000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9528
9529 * term/internal.el (cjk-codepages-alist): Add associations for
9530 Chinese and Korean codepages. Remove FIXME comment.
9531
baa5536e
DL
95322000-05-03 Dave Love <fx@gnu.org>
9533
9534 * time.el (display-time-mail-face, display-time-use-mail-icon):
9535 New option.
9536 (display-time-mail-icon): New variable.
9537 (display-time-string-forms): Use the above. Fix the local-map.
9538
cbf18892
GM
95392000-05-03 Gerd Moellmann <gerd@gnu.org>
9540
4ff40dd0
GM
9541 * replace.el (query-replace-map): Add binding for `E'.
9542 (query-replace-help): Extend help text.
9543 (perform-replace): Allow editing the replacement string.
9544
9545 * make-mode.el (makefile-mode-abbrev-table): New variable.
9546 (makefile-mode): Set local abbrev table to
9547 makefile-mode-abbrev-table.
9548 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9549
cbf18892
GM
9550 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9551 set TOGGLE's value.
9552
4ff40dd0
GM
9553 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9554 mail-interactive-insert-alias.
9555 (mail-abbrev-complete-alias): New command.
9556 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9557
ffec4d9f
KH
95582000-05-03 Kenichi Handa <handa@etl.go.jp>
9559
9560 * language/lao-util.el (lao-compose-region): New function.
9561
1b0672c3
GM
95622000-05-02 Gerd Moellmann <gerd@gnu.org>
9563
576da55d
GM
9564 * files.el (recover-session): Make directories as necessary
9565 if they don't exist yet.
9566
399c88ad
SS
9567 * calendar/cal-french.el
9568 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9569 (french-calendar-special-days-array): Change French text.
9570 (calendar-french-date-string): Change output.
9571 (calendar-goto-french-date): Likewise.
9572
95732000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9574
9575 * wid-edit.el (widget-default-active): Obey `:always-active'.
9576 (widget-documentation-string-value-create): Set `:always-active'.
9577
4b33deaa
EZ
95782000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9579
9580 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9581 default prefix to `~/_emacs.d/auto-save.list/_s'.
9582 (normal-top-level): Create the directory for auto-save files, if
9583 it doesn't already exist (in the ms-dos case only).
9584
5c922ea7
EZ
95852000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9586
9587 * international/mule-cmds.el (set-language-environment): Don't
9588 concat an integer (dos-codepage), use format instead.
9589
820ad5e7
DL
95902000-05-02 Dave Love <fx@gnu.org>
9591
9592 * help.el (help-xref-on-pp): Check for constant symbols.
9593
57cb56f5
GM
95942000-04-29 Gerd Moellmann <gerd@gnu.org>
9595
9596 * startup.el (normal-top-level): Put a condition-case around
9597 the code loading subdirs.el.
9598
95992000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9600
57cb56f5
GM
9601 * ps-print.el: Upside-down and face background color printing,
9602 line number step, doc fix.
9603 (ps-print-version): New version number (5.2).
9604 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9605 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9606 (ps-spool-config): Var fix.
9607 (ps-printer-name-option): Const fix.
9608 (ps-print-upside-down, ps-use-face-background)
9609 (ps-line-number-step): New vars.
9610 (ps-window-system, ps-lp-system): New consts.
9611 (ps-face-background): New fun.
9612
084cec2f
GM
96132000-04-28 Richard Stallman <rms@gnu.org>
9614
9615 * files.el (make-auto-save-file-name):
9616 Apply auto-save-file-name-transforms to visited file name
9617 before generating auto save file name.
9618 (auto-save-file-name-transforms): New variable.
9619
399c88ad 9620 * files.el (backup-enable-predicate):
084cec2f
GM
9621 Correctly test for a file under a temporary directory.
9622
c94f4677
GM
96232000-04-28 Gerd Moellmann <gerd@gnu.org>
9624
9625 * subr.el (add-minor-mode): Rewritten.
9626
7b211df5
KH
96272000-04-28 Kenichi Handa <handa@etl.go.jp>
9628
9629 * mail/sendmail.el (sendmail-send-it): Set
9630 buffer-file-coding-system to the selected coding system for MIME
9631 header.
9632
c76e04a8 96332000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9634
c76e04a8
GM
9635 * dired.el (dired-move-to-filename-regexp): Allow format where
9636 YYYY is followed by two spaces.
e3e36d74 9637
c76e04a8
GM
9638 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9639 in the second character class of the regexp.
9640
9641 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9642 mh-etc, too.
353964e3 9643
c76e04a8
GM
9644 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9645 nil.
399c88ad 9646
353964e3
GM
9647 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9648
9649 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9650 argument.
9651
c76e04a8 96522000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9653
c76e04a8
GM
9654 * emacs-lisp/crm.el (crm-completion-table): New variable.
9655 (crm-collection-fn, crm-test-completion)
9656 (completing-read-multiple): Use it.
9657
96582000-04-27 Dave Love <fx@gnu.org>
9659
9660 * help.el (locate-library): Use mapc.
9661 (help-manyarg-func-alist): Add call-process-region.
9662
7464346d
GM
96632000-04-26 Gerd Moellmann <gerd@gnu.org>
9664
b35bd33d
GM
9665 * subr.el (add-minor-mode): Make argument MAP optional.
9666
7464346d
GM
9667 * desktop.el (desktop-save): Save list of minor modes.
9668 (desktop-create-buffer): Restore minor modes.
9669 (desktop-minor-mode-table): New user-option.
9670
9671 * subr.el (add-minor-mode): New function.
9672
9673 * image.el (find-image): New function.
9674 (defimage): Rewritten to find image at load time.
9675
9676 * startup.el (normal-top-level-add-to-load-path): Handle
9677 case that the default directory is not in load-path.
9678
9679 * help.el: Old patch from Stefan Monnier.
9680 (help-xref-on-pp): New function.
9681 (describe-variable): Use it to display xrefs in a symbol's value.
9682
23c0fb21
SM
96832000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * cus-edit.el (custom-face): Fix parenthesis.
9686
fad95037
KH
96872000-04-26 Kenichi Handa <handa@etl.go.jp>
9688
f03392a1
KH
9689 * mail/rmail.el (rmail-expunge): When there are no deleted
9690 messages, do nothing.
fad95037 9691
0d7c5bb9
DL
96922000-04-26 Dave Love <fx@gnu.org>
9693
9694 * international/mule-cmds.el (locale-translation-file-name):
9695 Defvar to nil.
9696 (set-locale-environment): Set it here (at runtime).
9697
612839b6
GM
96982000-04-25 Gerd Moellmann <gerd@gnu.org>
9699
9700 * replace.el (perform-replace): Add parameters START and END. Use
9701 them instead of the check for a region in Transient Mark mode.
9702 (query-replace-read-args): Return two more list elements for the
9703 start and end of the region in Transient Mark mode.
9704 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9705 (map-query-replace-regexp, replace-string, replace-regexp): Add
9706 optional last arguments START and END and pass them to
9707 perform-replace.
9708
9709 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9710 form with additional arguments for perform-replace.
9711
9712 * progmodes/etags.el (tags-query-replace): Add parameters START
9713 and END. Construct a form with additional arguments for
9714 perform-replace.
9715
9716 * simple.el (shell-command): Set default directory for "*Shell
9717 Command Output" buffer.
9718
9719 * language/european.el (iso-latin-4): Fix typo.
9720
9721 * emacs-lisp/crm.el: New file.
9722
2917cc05
DL
97232000-04-24 Dave Love <fx@gnu.org>
9724
9725 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9726 (Custom-reset-saved, Custom-reset-standard)
9727 (custom-group-value-create, custom-group-set, custom-group-save)
9728 (custom-group-reset-current, custom-group-reset-saved)
9729 (custom-group-reset-standard): Use mapc.
9730 (custom-buffer-create-internal): Disable undo when creating items.
9731 Use mapc.
9732 (custom-face): Avoid redundant lambda.
9733
abfcc168
GM
97342000-04-24 Gerd Moellmann <gerd@gnu.org>
9735
9736 * startup.el (auto-save-list-file-prefix): Set default to
9737 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9738
fa78f71b
SS
97392000-04-24 Sam Steingold <sds@gnu.org>
9740
9741 * time-stamp.el (time-stamp-string-preprocess): Always convert
9742 `field-result' to a string.
9743
cc181e95
GM
97442000-04-24 Gerd Moellmann <gerd@gnu.org>
9745
9746 * frame.el (scrolling): New group.
9747 (automatic-hscrolling): New user-option.
9748
9749 * startup.el (command-line-x-option-alist): Add `-lsp' and
9750 `--line-spacing'.
9751
6142fdcb
DL
97522000-04-19 Dave Love <fx@gnu.org>
9753
9754 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9755 (cl-mapc): Rename from mapc. Fix the funcall.
9756
5e3dac3f
GM
97572000-04-19 Gerd Moellmann <gerd@gnu.org>
9758
1c459486
GM
9759 * simple.el (clone-indirect-buffer-other-window): New command.
9760 (clone-indirect-buffer): Add optional arg NORECROD.
9761 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9762
271b4185
GM
9763 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9764
9765 * window.el (count-screen-lines): New function.
9766 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9767 instead of window-buffer-height.
9768
9769 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9770 non-existing variable comint-input-sentinel.
9771 (inferior-lisp-args-to-list): Removed.
9772 (inferior-lisp): Use split-string instead of
9773 inferior-lisp-args-to-list.
9774
9775 * hexl.el (hexl-insert-hex-string): New command.
9776
5e3dac3f
GM
9777 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9778 instead of concat.
9779
f6d3257b
GM
97802000-04-18 Gerd Moellmann <gerd@gnu.org>
9781
9782 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9783 at the start of an existing but empty folder.
9784
97852000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9786
9787 * ps-mule.el: Customization fix, doc fix.
9788 (ps-multibyte-buffer): Customization fix.
9789
8b7bc628 97902000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9791
9792 * subr.el (read-passwd): Use read-char-exclusive.
9793
0daee095
GM
97942000-04-17 Gerd Moellmann <gerd@gnu.org>
9795
9796 * textmodes/texinfo.el (texinfo-insert-@email)
9797 (texinfo-insert-@emph, texinfo-insert-@quotation)
9798 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9799 (texinfo-mode-map): Add key bindings for them.
9800
9801 * files.el (basic-save-buffer-2): Use a template with `$'
9802 instead of `#' for VMS.
9803
9804 * simple.el (clone-indirect-buffer): New function.
9805
e10f64e7
GM
98062000-04-16 Stephen Eglen <stephen@gnu.org>
9807
9808 * iswitchb.el (iswitchb-case): New function. If the user input
9809 contains any upper-case characters, the search is made
9810 case-sensitive.
9811
e3721db1
SM
98122000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9813
e10f64e7
GM
9814 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9815 comment-end.
e3721db1
SM
9816 (texinfo-font-lock-syntactic-keywords): New var.
9817 (texinfo-font-lock-keywords): Remove comment regexp.
9818 (texinfo-insert-block): New function.
9819 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9820 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9821 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9822 (texinfo-environments): New var.
e10f64e7
GM
9823 (texinfo-environment-regexp): Use regexp-opt and
9824 texinfo-environments.
e3721db1 9825
e10f64e7
GM
9826 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9827 ispell-process is bound since this might be eval'd before ispell
9828 is loaded.
9829 (ispell-message): Use a tiny bit less magic and a bit more hard
9830 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9831
9832 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9833
9834 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9835 (insert-cyclic-diary-entry): Unquote the lambda.
9836
9837 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9838
9839 * files.el (backup-enable-predicate): Unquote the lambda.
9840
9841 * cus-edit.el (custom-face, face): Unquote the lambda.
9842
712dc9e0
GM
98432000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9844
9845 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9846
712dc9e0
GM
9847 * ps-print.el: Fix counting lines in a region.
9848 (ps-print-version): New version number (5.1.5).
9849 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9850 (ps-printing-region): Fun code fix.
9851
ffc50f2a
GM
98522000-04-15 Gerd Moellmann <gerd@gnu.org>
9853
9854 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9855 to file-directory-p.
9856
a2522dca
GM
98572000-04-14 Gerd Moellmann <gerd@gnu.org>
9858
9859 * gud.el (gud-jdb-build-source-files-list): Check that directory
9860 exists before calling directory-files.
9861
6e883610
DL
98622000-04-13 Dave Love <fx@gnu.org>
9863
9864 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9865 syntax.
9866
9867 * emacs-lisp/cl-specs.el: Remove when, unless.
9868
9869 * emacs-lisp/cl-extra.el: Don't quote keywords.
9870 (cl-old-mapc): New variable.
9871 (mapc): Use it.
9872 (cl-map-intervals): Use with-current-buffer. Don't check for
9873 next-property-change.
9874 (cl-map-overlays): Use with-current-buffer.
9875 (cl-expt): Remove.
9876 (copy-tree, remprop): Define unconditionally.
9877
9878 * emacs-lisp/cl-compat.el (keywordp): Remove.
9879
9880 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9881 to use keywordp.
9882 (edebug-spec): Enable keywordp.
9883
9884 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9885 string-lessp.
9886
9887 * cus-start.el: Use keywordp.
9888
198e3c7a
GM
98892000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9890
9891 * diary-lib.el (include-other-diary-files): Fix the fix of
9892 2000-02-18 by doing a save-excursion.
9893
98942000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9895
9896 * ps-print.el: Customization fix, doc fix.
9897 (ps-print-version): New version number (5.1.4).
9898 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9899 (ps-print-preprint): Adjust code.
9900 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9901 (ps-print-prologue-header, ps-print-control-characters)
9902 (ps-spool-config): Customization fix.
fa78f71b 9903
8eba343c
EZ
99042000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9905
9906 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9907 converted to the new menu-item format, names silightly changed,
9908 help strings added.
9909
9910 Support for spelling without async subprocesses:
9911
9912 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9913 (ispell-session-buffer): New variables.
9914 (ispell-start-process, ispell-process-status,
9915 ispell-accept-output, ispell-send-string): New functions, for
9916 Ispell invocation when async subprocesses aren't supported.
9917 (ispell-word, ispell-pdict-save, ispell-command-loop,
9918 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9919 to process-send-string with calls to ispell-send-string, and
9920 accept-process-output with ispell-accept-output.
9921 (ispell-init-process): Call ispell-process-status instead of
9922 process-status with.
9923 (ispell-init-process): Call ispell-start-process. Call
9924 ispell-accept-output and ispell-send-string. Don't call
9925 process-kill-without-query and kill-process if they are unbound.
9926 (ispell-async-processp): New function.
9927
3d30065d
DL
99282000-04-12 Dave Love <fx@gnu.org>
9929
9930 * info.el: Add debug-ignored-errors.
9931 (Info-mode-menu): Add some items.
9932 (Info-directory): Add autoload cookie.
9933
9934 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9935 Modify `truncate-lines'. Make `describe-language-environment'
9936 always visible and add help. Modify `describe-key' help. Invoke
9937 Info-directory from `info'. New entry `emacs-manual'.
9938
1a1b1895
GM
99392000-04-10 Gerd Moellmann <gerd@gnu.org>
9940
8b2affc5
GM
9941 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9942 propertized-buffer-identification.
9943 (ebrowse-update-member-buffer-mode-line): Likewise.
9944 (ebrowse--mode-strings): Removed.
9945 (ebrowse--mode-line-props): Removed.
9946
1a1b1895
GM
9947 * files.el (auto-mode-alist): Add `EBROWSE'.
9948
9949 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9950 space before testing for end of buffer.
9951 (ebrowse-load): Removed.
9952 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9953 (ebrowse-create-tree-buffer): Rewritten.
9954 (ebrowse-tree-mode): Read tree from buffer.
9955
9956 * progmodes/ebrowse-ffh.el: Removed.
9957
223f3c91
KH
99582000-04-10 Kenichi Handa <handa@etl.go.jp>
9959
9960 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9961
25fbf2c4
GM
99622000-04-10 Gerd Moellmann <gerd@gnu.org>
9963
9964 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9965 at the wrong place.
9966
92c13173
DL
99672000-04-09 Dave Love <fx@gnu.org>
9968
9969 * files.el (backup-enable-predicate): Use
9970 temporary-file-directory, small-temporary-file-directory.
9971 (make-backup-file-name-function, backup-directory-alist): New
9972 variables.
9973 (make-backup-file-name-1): New function.
9974 (make-backup-file-name): Use it.
9975 (find-backup-file-name): Likewise. Use format for clarity, not
9976 concat.
9977 (file-newest-backup): Use make-backup-file-name.
9978
be0dbdab
GM
99792000-04-09 Gerd Moellmann <gerd@gnu.org>
9980
c45be9ac 9981 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9982
c45be9ac
GM
9983 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9984 to ebrowse-ffh.el.
9985 (ebrowse-load): Add autoload.
9986
9987 * finder.el (finder-commentary): Add autoload cookie.
9988
be0dbdab
GM
9989 * mail/rfc2368.el: Correct author's email address.
9990
9991 * progmodes/ebrowse.el: New file.
9992
9993 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9994 item help string.
9995 (easy-menu-do-add-item): Ditto.
9996 (easy-menu-define): Extend doc string.
9997
9998 * jit-lock.el (with-buffer-unmodified): Use
9999 restore-buffer-modified-p.
10000 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
10001 (jit-lock-function, jit-lock-stealth-fontify): Don't use
10002 with-buffer-unmodified.
10003
3f923efe
DL
100042000-04-08 Dave Love <fx@gnu.org>
10005
10006 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
10007 unless, when.
10008
d35bee0e
MK
100092000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
10010
10011 * viper-util.el (viper-put-on-search-overlay): New subroutine.
10012 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 10013 doesn't support face.
d35bee0e 10014 Use `viper-put-on-search-overlay'.
fa78f71b 10015
c407c570
GM
100162000-04-04 Gerd Moellmann <gerd@gnu.org>
10017
10018 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
10019 like C-r.
10020
10021 * progmodes/make-mode.el: Some doc fixes.
10022 (makefile-mode-abbrev-table): New variable.
10023 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
10024 (makefile-font-lock-keywords): Fontify includes and conditionals.
10025 (toplevel): Require `dabbrev' and `add-log' when compiling.
10026
10027 * replace.el (perform-replace): Don't move forward one char
10028 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
10029 to do that because it leaves point 1 position after the last
10030 replacement, after everything has been replaced.
10031
10032 * jit-lock.el (with-buffer-unmodified): New macro.
10033 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
10034 modified state.
10035 (jit-lock-function-1): Extracted from jit-lock-function; not
10036 preserving buffer's modified state.
10037 (jit-lock-function, jit-lock-stealth-fontify): Call
10038 jit-lock-function-1.
10039
10040 * mail/rfc2368.el: Remove supernumerary copyright line.
10041
685e5ed2
GM
100422000-04-04 Milan Zamazal <pdm@freesoft.cz>
10043
10044 * glasses.el: Provide facilities for inserting space before left
10045 parentheses and uncapitalization of identifiers.
10046 (glasses-mode): Try to remove old overlays in all cases.
10047
0166aed1
GM
100482000-04-03 Gerd Moellmann <gerd@gnu.org>
10049
62f20204
GM
10050 * progmodes/compile.el (compile-internal): Display the compilation
10051 buffer in a different frame, if it's already displayed there.
10052
6460c400
GM
10053 * mail/rfc2368.el: New file.
10054
c0510d27
GM
10055 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10056 header and insert its value as mail body.
10057
10058 * subr.el (member-ignore-case): New function.
10059
10060 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10061 (dabbrev--find-expansion): Ignore buffers matching a regexp
10062 from dabbrev-ignored-regexps.
10063
0166aed1
GM
10064 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10065 to extensions handled by gzip.
10066
c0510d27
GM
100672000-04-03 Richard M. Stallman <rms@gnu.org>
10068
10069 * files.el (insert-directory): List the total free space
10070 along with the used space.
fa78f71b 10071
c0510d27
GM
10072 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10073 line is followed by one that matches CITATION-REGEXP, end the
10074 paragraph.
10075
100762000-04-03 Markus Rost <rost@delysid.gnu.org>
10077
10078 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10079 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10080
14c04384
KH
100812000-04-03 Kenichi Handa <handa@etl.go.jp>
10082
10083 * international/mule-cmds.el (encoded-string-description):
10084 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10085 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10086 for hexadecimal format.
14c04384 10087
ccf5869a
DL
100882000-04-01 Dave Love <fx@gnu.org>
10089
10090 * cpp.el: Change customization group to `c' from `C'.
10091
10092 * vcursor.el (vcursor-move): Use display-color-p.
10093
10094 * international/mule-util.el: Provide mule-utils.
10095 (string-to-sequence): Simplify and speed up.
10096
10097 * international/mule.el (make-coding-system): Purecopy doc-string.
10098
10099 * international/mule-cmds.el: Various menu changes.
10100 (describe-specified-language-support): Handle `Default'.
10101 (set-language-info): Purecopy `info'.
10102
610d841e
GM
101032000-03-31 Andrew Innes <andrewi@gnu.org>
10104
10105 * vc.el (vc-backend-diff): Return the correct status if we had to
10106 retry the rcsdiff command without the --brief option.
fa78f71b 10107
7f9de034
DL
101082000-03-31 Dave Love <fx@gnu.org>
10109
2de47765
DL
10110 * help.el (help-manyarg-func-alist): Correct several omissions.
10111
72838819
DL
10112 * add-log.el: Don't require cl, fortran.
10113 (add-log-current-defun-function): Doc fix.
10114 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10115 fix.
10116 (change-log-version-rcs): Function deleted.
10117 (change-log-version-number-search): Doc fix. Use
10118 vc-workfile-version. Avoid CL dolist.
10119 (add-change-log-entry): Just call add-log-current-defun to get
10120 defun. Simplify somewhat.
10121 (change-log-get-method-definition-1): Likewise.
10122 (add-log-current-defun): Return nil if calling
10123 add-log-current-defun-function does so. Move Fortran stuff to
10124 fortran.el. Return string without properties.
10125
7f9de034
DL
10126 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10127 and :alpha: char classes.
10128
10129 * mail/supercite.el: Defvar curline when compiling.
10130 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10131 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10132 rather than a-zA-Z0-9 to allow non-ASCII characters.
10133
aa110c0c
GM
101342000-03-31 Gerd Moellmann <gerd@gnu.org>
10135
10136 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10137
10138 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10139 Re-enable new code.
10140
10141 * lpr.el (print-region-1): Use -d to specify printer name for
10142 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10143
101442000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10145
aa110c0c
GM
10146 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10147 for function definition in symbol's function value slot first
10148 instead of first consulting byte-compile-function-environment.
fa78f71b 10149
6733d074
KH
101502000-03-31 Kenichi Handa <handa@etl.go.jp>
10151
10152 * language/european.el ("Polish"): New language environment.
10153 (setup-polish-environment): New function.
10154
63fcfa04
GM
101552000-03-30 Gerd Moellmann <gerd@gnu.org>
10156
10157 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10158 Disable new code.
10159
10160 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10161 trying to `load' the symbol of an autoload instead of the file
10162 recorded in the autoload. Fix error messages.
10163
7438c86b
GM
101642000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10165
10166 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10167 (ps-print-version): New version number (5.1.3).
10168 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10169 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10170 (ps-generate-postscript-with-faces): Code fix.
10171 (ps-color-values): XEmacs compatibility.
10172 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10173 (ps-default-fg, ps-default-bg): Adjust customization.
10174 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10175 (ps-color-scale): Renaming old ps-color-value fun.
10176 (ps-print-headers): Replace ps-print-header group to avoid conflict
10177 with ps-print-header variable.
10178 (ps-print-miscellany): New group.
10179 (ps-format-color, ps-rgb-color): New funs.
10180 (ps-default-foreground): New var.
10181 (ps-printer-name-option): New const.
fa78f71b 10182
326855a0
PB
101832000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10184
1f56ba73
PB
10185 * net/net-utils.el:
10186 (network-connection-host, network-connection-service): New variables
10187 (network-connection-mode): New mode, derived from comint-mode
10188 (network-connection-mode-setup): New function, saves host and
fa78f71b 10189 service information in local variables.
1f56ba73 10190
326855a0
PB
10191 * lisp/locate.el:
10192 (locate-word-at-point): Added this function
10193 (locate): Default to using locate-word-at-point as input
10194 Run dired-mode-hook
10195
141384bd
DL
101962000-03-29 Dave Love <fx@gnu.org>
10197
10198 * calendar/appt.el: Doc fixes.
10199 (appt-check): Convert min-to-app to a string before passing to
10200 appt-disp-window-function or concat.
10201 (appt-delete-window): Remove test for frame-root-window.
10202 (appt-select-lowest-window, appt-convert-time): Simplify.
10203
10204 * emacs-lisp/bytecomp.el: Doc fixes.
10205 (byte-compile-file-form-autoload): Update
10206 byte-compile-function-environment.
10207
c5aa0fc2
AS
102082000-03-29 Andreas Schwab <schwab@suse.de>
10209
10210 * emacs-lisp/autoload.el: Also print defsubst doc string
10211 specially.
10212
10213 * dired.el (dired-insert-directory): If dired-free-space-program
10214 failed just delete its output.
10215
f1d6fe69
DL
102162000-03-29 Dave Love <fx@gnu.org>
10217
10218 * international/iso-cvt.el: Move provide to end. Doc fixes.
10219 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10220 (iso-iso2sgml, iso-sgml2iso): New functions.
10221 (iso-cvt-define-menu): Fix some entries and use backquote for
10222 clarity.
10223
10224 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10225
b61f1215
GM
102262000-03-28 Gerd Moellmann <gerd@gnu.org>
10227
10228 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10229 ISO-DATE. If non-nil, return date in ISO 8601 format.
10230
ea4b0ca3
SM
102312000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10232
3831af62
SM
10233 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10234 if it ever becomes used.
10235 (log-edit-mode-hook): Default to vc-log-mode-hook.
10236 (log-edit-mode): Fix the docstring.
10237
ea4b0ca3
SM
10238 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10239 the code.
10240
08f8b1cc
DL
102412000-03-26 Dave Love <fx@gnu.org>
10242
082527fe
DL
10243 * net/browse-url.el (browse-url): Re-fix case of
10244 browse-url-browser-function being an alist.
10245 (browse-url): Add :link to defgroup.
10246
08f8b1cc
DL
10247 * files.el: Doc fixes.
10248 (file-truename): Include `[' in wildcard characters.
10249 (automount-dir-prefix): Customize.
10250 (find-file-wildcards): Add :version.
10251 (find-file-noselect): Simplify a mapcar call.
10252
10253 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10254 compatible with inf-lisp version.
10255 (eval-defun-1): Fix custom-declare-variable case.
10256
ea4b0ca3
SM
102572000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10260
9a0dd3dc
GM
102612000-03-24 Gerd Moellmann <gerd@gnu.org>
10262
b68c375f
GM
10263 * Makefile (COMPILE_FIRST): New macro.
10264 (compile-files): Compile files from COMPILE_FIRST first.
10265
10266 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10267 code.
10268
9a0dd3dc
GM
10269 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10270 matching open parenthesis in column 0 to defun-prompt-regexp
10271 only if open-paren-in-column-0-is-defun-start is set.
10272
10273 * sun-curs.el: Require CL at compile-time only.
10274
10275 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10276 instead of copy-list which is a function from CL.
10277 (msb--choose-menu, msb--mode-menu-cond)
10278 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10279 (msb--init-file-alist): Use mapcar instead of mapcan.
10280 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10281 `(' in column 0 in doc string.
10282 (msb--add-separators): Use mapcar instead of mapcan.
10283
10284 * cus-dep.el: Require CL at compile-time only.
10285
c7dcadb5
SM
102862000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10287
10288 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10289 (byte-compile-warnings): New warning `noruntime'.
10290 (byte-compile-constants, byte-compile-variables): Fix docstring.
10291 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10292 execute `eval-whenc-compile's body.
10293 (byte-compile-unresolved-functions): Fix docstring.
10294 (byte-compile-eval): New function.
10295 (byte-compile-callargs-warn): Check if the function will be available
10296 at runtime (via property `byte-compile-noruntime').
10297 (byte-compile-print-syms): New function.
10298 (byte-compile-warn-about-unresolved-functions): Also warn about
10299 `noruntime' functions (and use `byte-compile-print-syms').
10300 (byte-compile-file): Capitalize the message.
10301
3b55acc9
GM
103022000-03-24 Gerd Moellmann <gerd@gnu.org>
10303
10304 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10305 (rmail-expunge): Ask for confirmation depending on the setting
10306 of rmail-confirm-expunge.
10307
103082000-03-23 Gerd Moellmann <gerd@gnu.org>
10309
10310 * Makefile (bootstrap-clean): If $(emacs) exists, build
10311 loaddefs.el first. A loaddefs.el that's not up-to-date might
10312 cause a bootstrap failure because things don't autoload as
10313 expected.
10314
02c76af4
DL
103152000-03-23 Dave Love <fx@gnu.org>
10316
10317 * net/browse-url.el: Restore previous use of
10318 browse-url-maybe-new-window.
10319
1a3199d9
GM
103202000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10321
10322 * ps-print.el: Skip banner page fix.
10323 (ps-print-version): New version number (5.1.2).
10324 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10325
1a3199d9
GM
103262000-03-23 Dave Pearson <davep@davep.org>
10327
10328 * net/quickurl.el Changed the type of parameter passed to the
10329 function defined by `quickurl-format-function'. Before only the
10330 text of the URL was passed. Now the whole URL structure is passed
10331 and the function is responsible for extracting the parts it
10332 requires. Changed the default of `quickurl-format-function'
10333 accordingly.
10334 (quickurl-insert): Changed the `funcall' of
10335 `quickurl-format-function' to match the above change.
10336 (quickurl-list-insert): Changed the `url' case so that it makes
10337 use of `quickurl-format-function', previous to this the format was
10338 hard wired.
fa78f71b 10339
72db3ab5
GM
103402000-03-22 Gerd Moellmann <gerd@gnu.org>
10341
10342 * startup.el: Change some spellings for the X Window System.
10343
68049bfa
SM
103442000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10345
10346 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10347 up the code and the regexp and make sure the cursor is temporarily
10348 moved to the suspicious line while querying the user.
10349
ff4df011
JR
103502000-03-22 Jason Rumney <jasonr@gnu.org>
10351
10352 * w32-fns.el (w32-charset-info-alist): Initialize.
10353
ee1c5b21
GM
103542000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10355
10356 * ps-print.el: N-up last page fix.
10357 (ps-print-version): New version number (5.1.1).
10358 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10359
d2cbfba0
SM
103602000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10361
bfb857d8
SM
10362 * files.el (find-file-run-dired): Update docstring.
10363 (find-directory-functions): New hook.
10364 (find-file-noselect): Run find-directory-functions rather than
10365 calling dired directly.
10366
10367 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10368
cb3430a1
SM
10369 * pcvs.el: Add a minimal leading commentary.
10370 (cvs-make-cvs-buffer): Change the header part by removing the startup
10371 message and adding a `Module' entry. Also replace the FOOTER and
10372 HEADER special fileinfos with the new support in ewoc for updating
10373 its own footer and header.
10374 (cvs-update-header): Update to use the header/footer of the ewoc.
10375 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10376 (cvs-is-within-p): New function.
10377 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10378 to only examine some subset of the buffers.
10379
10380 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10381 `format' instead of our own ad-hoc functions.
10382 Remove HEADER and FOOTER cases, now handled in the EWOC.
10383 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10384
10385 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10386 output to avoid scaring the user.
10387 (cvs-parse-table): Catch message for non-up-to-date commits.
10388
10389 * pcvs-defs.el (cvs-startup-message): Remove.
10390 (cvs-global-menu): New autoloaded menu.
10391
10392 * pcvs-util.el (cvs-string-fill): Remove.
10393
10394 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10395 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10396 PP part of it and also make it work for footers and headers.
10397 (ewoc-create): Drop POS and BUFFER arguments.
10398 Use the DLL's dummy node to store the end-of-footer position.
10399 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10400 (ewoc-refresh): Remove unused `header' variable.
10401 (ewoc-(get|set)-hf): New functions.
10402
d2cbfba0
SM
10403 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10404 log-view-*-(message|file) and use easy-mmode-define-navigation.
10405 (log-view-message-re): Match SCCS format as well.
10406 And match the revision line rather than the dashed separator line.
10407 (log-view-mode): Use the new define-derived-mode.
10408 (log-view-current-tag): Fill in with an actual implementation.
10409
10410 * cvs-status.el (cvs-status-(prev|next)): Rename from
10411 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10412 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10413 to let the output "breathe" a little more (more readable).
10414 (cvs-status-mode): Use the new define-derived-mode.
10415
10416 * smerge-mode.el (smerge-auto-leave): New function and variable.
10417 (smerge-basic-map): Rename from smerge-basic-keymap.
10418 Change the bindings for smerge-diff-*.
10419 (smerge-*-map): Use easy-mmode-defmap.
10420 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10421 (smerge-keep-*): Use smerge-auto-leave.
10422
51663132
JR
104232000-03-21 Jason Rumney <jasonr@gnu.org>
10424
10425 * cus-edit.el (custom-button-face): Use 3D look for w32.
10426 (custom-button-pressed-face): Likewise.
10427
3f6e4b8b
GM
104282000-03-21 Gerd Moellmann <gerd@gnu.org>
10429
10430 * progmodes/etags.el (tags-case-fold-search): New user-option.
10431 (tags-loop-eval): New function. Bind case-fold-search around eval
10432 depending on the value of tags-case-fold-search.
10433 (tags-loop-continue): Use tags-loop-eval.
10434 (find-tag-in-order): Bind case-fold-search depending on the value
10435 of tags-case-fold-search.
10436
c7ea3acc
SM
104372000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10438
0ae39f53
SM
10439 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10440 (diff-end-of-hunk): Return the end position for use in
10441 `easy-mmode-define-navigation'.
10442 (diff-recenter): Remove.
10443 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10444 of `easy-mmode-define-navigation'.
10445 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10446 previous renaming) and fix to use new names.
10447 (diff-merge-strings): Use \n as separator: simpler, faster.
10448 (diff-mode): Use `define-derived-mode'.
10449
c7ea3acc
SM
10450 * derived.el (define-derived-mode): Don't autoload anymore.
10451 Prefer the macro-only version provided by easy-mmode.el.
10452
10453 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10454 `easy-mmode-define-derived-mode'.
10455 Use `combine-run-hooks'.
10456 (easy-mmode-define-navigation): New macro.
10457
10458 * subr.el (combine-run-hooks): New function.
10459
6c4bfdc0
KH
104602000-03-21 Kenichi HANDA <handa@etl.go.jp>
10461
10462 * term/x-win.el: Fontsets related initialization is simplified.
10463
10464 * international/mule-diag.el (describe-font): Don't refer to
10465 global-fontset-alist, instead call font-list.
10466 (describe-fontset, list-fontsets, mule-diag): Likewise.
10467 (print-fontset): Adjusted for the change of fontset
10468 implementation.
10469
10470 * international/fontset.el (x-charset-registries): Variable
10471 removed, instead the corresponding data is stored in the default
10472 fontset.
10473 (register-alternate-fontnames): Function removed.
10474 (resolved-ascii-font): Variable removed.
10475 (x-compose-font-name): Ignore the second argument REDOCE.
10476 (x-complement-fontset-spec): Complement only an ASCII font and
10477 element for those charsets than can use that ASCII font.
10478 (generate-fontset-menu): Don't refer to global-fontset-alist,
10479 instead call fontset-list.
10480 (uninstantiated-fontset-alist): Variable removed.
10481 (x-style-funcs-alist): Likewise.
10482 (fontset-default-styles): Likewise.
10483 (x-modify-font-name): Function removed.
10484 (create-fontset-from-fontset-spec): Ignore the argument
10485 STYLE-VARIANT.
10486 (create-fontset-from-ascii-font): Docsting adjusted for the above
10487 change.
10488 (instantiate-fontset, resolve-fontset-name): Functions removed.
10489 (fontset-list): Now implemented by C code.
fa78f71b 10490
6c4bfdc0
KH
10491 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10492 (describe-face): Include `font' attribute in the description.
10493
9111d4b5
KH
104942000-03-21 Kenichi Handa <handa@etl.go.jp>
10495
10496 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10497
b33dd3b0
GM
104982000-03-20 Gerd Moellmann <gerd@gnu.org>
10499
a25bbe00
GM
10500 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10501 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10502 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10503
b33dd3b0
GM
10504 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10505 about behavior of set-buffer-modified-p wrt redisplay.
10506
8b7bc628 105072000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10508
10509 * view.el (view-mode-disable): Kill local binding of view-read-only.
10510
d7b511c4
GM
105112000-03-18 Gerd Moellmann <gerd@gnu.org>
10512
10513 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10514 is a string, convert it to a syntax cell using string-to-syntax.
10515
10516 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10517 (string-to-syntax): New function.
10518
10519 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10520 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10521 try to use passive ftp mode.
d7b511c4 10522
998ecc60
GM
105232000-03-17 Gerd Moellmann <gerd@gnu.org>
10524
b33dd3b0 10525 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10526
10527 * simple.el (append-to-buffer): Update point of windows after
10528 insertion.
10529
10530 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10531 forward then moving backward. Reindent.
10532
10533 * frame.el (other-frame): Call x-focus-frame only if
10534 focus-follows-mouse is off.
10535
235d6821
DL
105362000-03-17 Dave Love <fx@gnu.org>
10537
10538 * pcvs-util.el (cvs-strings->string): Rename
10539 replace-regexps-in-string.
10540
a29a2cd1
SM
105412000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10542
af595444
SM
10543 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10544 regexp for labels cannot span several lines.
10545
10546 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10547 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10548
a9be2843
DL
105492000-03-16 Dave Love <fx@gnu.org>
10550
10551 * progmodes/f90.el (f90): Put custom group under `languages', not
10552 `fortran'.
10553 (f90-mode-hook): Customize.
10554 (f90-mode): Set add-log-current-defun-function.
10555 (f90-current-defun): New function.
10556
d0ab3e9d
GM
105572000-03-16 Gerd Moellmann <gerd@gnu.org>
10558
16b20ed9
GM
10559 * cus-edit.el (custom-variable-tag-face): Handle case that
10560 default face's height is not a number.
10561 (custom-face-tag-face, custom-group-tag-face-1)
10562 (custom-group-tag-face): Ditto.
10563 (custom-group-tag-face-1): Add :group.
fa78f71b 10564
d0ab3e9d
GM
10565 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10566
ae8ab422
GM
105672000-03-15 Gerd Moellmann <gerd@gnu.org>
10568
10569 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10570 requiring easymenu.
10571
81c7ca69
GM
105722000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10573
10574 * ps-print.el: PostScript user-defined prologue, PostScript error
10575 handler, doc fix.
10576 (ps-print-version): New version number (5.1).
10577 (ps-user-defined-prologue, ps-error-handler-message)
10578 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10579 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10580 (ps-insert-string): New function.
fa78f71b 10581
dcf1003d
KH
105822000-03-15 Kenichi Handa <handa@etl.go.jp>
10583
10584 * international/ccl.el (ccl-compile-expression): Don't generate
10585 invalid self-assignment code.
10586
73825616
DL
105872000-03-14 Dave Love <fx@gnu.org>
10588
10589 * subr.el (replace-regexp-in-string): Renamed from
10590 replace-regexps-in-string. Doc fix.
10591
031020ac
DL
105922000-03-12 Dave Love <fx@gnu.org>
10593
10594 * cus-edit.el: Doc fixes.
10595 (customize-set-variable, customize-save-variable): Rename args for
10596 doc.
10597 (custom-variable-tag-face, custom-face-tag-face)
10598 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10599 style which user identify as hyperlink.
10600 (hook): Don't add undefined functions to the hook.
10601 (debug-ignored-errors): Transfer message from bindings.el.
10602
9b2f3c38
GM
106032000-03-12 Gerd Moellmann <gerd@gnu.org>
10604
10605 * recentf.el (recentf-keep-non-readable-files-p): Remove
10606 double/nested definition.
10607
0d6e23cf
DL
106082000-03-12 Dave Love <fx@gnu.org>
10609
10610 * facemenu.el (facemenu-get-face): Use display-color-p.
10611 * enriched.el (enriched-decode-foreground): Likewise.
10612 (enriched-decode-background): Likewise.
10613 * isearch.el (isearch-highlight): Likewise.
10614 * info-look.el (info-lookup): Likewise.
10615 * simple.el (completion-setup-function): Likewise.
10616
10617 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10618 :options.
10619
10620 * bindings.el (mode-line-format): Fix line-number and
10621 column-number items. Add help-echo for the background.
10622 (mode-line-mule-info): Modify help-echo.
10623
10624 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10625 defcustom.
10626
10627 * files.el (load-file): Allow completion to .elc.
10628
10629 * man.el: Doc fixes.
10630 (Man-init-defvars): Use display-color-p to set fontification.
10631
10632 * play/hanoi.el (hanoi-internal): Don't use oddp.
10633
e1cff360
GM
106342000-03-12 Gerd Moellmann <gerd@gnu.org>
10635
10636 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10637
10638 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10639
5e5dff44
GM
106402000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10641
10642 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10643 Fix comment.
10644
5b467bf4
SM
106452000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10646
83fef604
SM
10647 * font-lock.el (font-lock-keywords): Fix the doc now that
10648 regexp-opt-depth is unnecessary.
10649 (save-buffer-state): Set an edebug spec.
10650 (font-lock-fontify-anchored-keywords): Properly handle the case when
10651 the matcher goes past the limit.
10652
5b467bf4
SM
10653 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10654 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10655
83fef604
SM
10656 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10657 dll.el and cookie.el (from Elib) with heavy renaming and other
10658 massaging.
5b467bf4
SM
10659
10660 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10661 Autoload the functions used.
10662 (easy-mmode-define-syntax): Fix CL typo.
10663 (easy-mmode-define-derived-mode): Improve the docstring generation.
10664
d407456c
GM
106652000-03-10 Gerd Moellmann <gerd@gnu.org>
10666
10667 * textmodes/texinfo.el (texinfo-version): Variable and function
10668 removed.
10669
5a7a545c
SM
106702000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10671
0d6e23cf
DL
10672 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10673 allow more flexibility.
10674 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10675 fns.
10676 (easy-mmode-defmap, easy-mmode-defsyntax)
10677 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10678
d407456c 106792000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10680
10681 * rect.el (replace-rectangle): New function.
10682
106832000-03-09 Dave Love <fx@gnu.org>
10684
10685 * progmodes/fortran.el (fortran-comment-line-start): Define as
10686 "C".
10687 (fortran-comment-line-start-skip): Don't match cpp stuff.
10688 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10689 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10690 (fortran-mode): Don't set fortran-comment-line-start-skip,
10691 fortran-comment-line-start here. Set comment-start,
10692 add-log-current-defun.
10693 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10694 (fortran-current-defun): New function.
10695
80460654
GM
106962000-03-09 Gerd Moellmann <gerd@gnu.org>
10697
d1221ea9
GM
10698 * emacs-lisp/re-builder.el: New file.
10699
1853aa6b
GM
10700 * mouse.el (mouse-drag-region): Don't run up-event handler
10701 if hscroll has changed.
10702
80460654
GM
10703 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10704 builtin operators, use `font-lock-builtin-face' for Emacs and
10705 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10706
10707 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10708 `(defun (setf foo)' differently.
10709
c0056275
SM
107102000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10711
10712 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10713 (regexp-opt): Update comment and adapt the code the new meaning of
10714 the `paren' argument of regex-opt-group for shy-groups.
10715 (regexp-opt-depth): Handle shy groups as well as backslashed
10716 backslashes.
c0056275
SM
10717 (regexp-opt-group): Turn the leading comment into a docstring.
10718 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10719 Remove open-presuf and close-presuf. Instead of checking for `all
10720 one-char' and then later on check for `several one-char', handle
10721 both cases close together. Also apply a more generic algorithm
10722 for suffixes (the mirror image of the algorithm used for
10723 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10724 (regexp-opt-try-suffix): Removed.
10725
10726 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10727 from comint-mode-map, so we can just inherit from it. Also, move
10728 the initialization into the `defvar' since there's no docstring
10729 anyway and it's fairly short.
10730 (inferior-scheme-mode): Define it as derived-mode: the code is
10731 shorter and this way we inherit from comint-mode-map rather than
10732 copying it.
c0056275 10733
80460654
GM
10734 * subr.el (replace-regexps-in-string): Properly handle the case
10735 where we match an empty string.
c0056275 10736
80460654
GM
10737 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10738 when the command has a directory component (such as "./testml").
c0056275
SM
10739 Also fix a typo in the comment.
10740
5e91ff9e
GM
107412000-03-08 Gerd Moellmann <gerd@gnu.org>
10742
feab4fba
GM
10743 * Makefile (compile-files): Compile files one by one because
10744 that's the only way to ensure a clean compilation environment for
10745 each individual file.
10746
5e91ff9e
GM
10747 * frame.el (other-frame): Call x-focus-frame.
10748
76162e12
DL
107492000-03-07 Dave Love <fx@gnu.org>
10750
f64ce788
DL
10751 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10752 :require to defcustom.
10753
76162e12
DL
10754 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10755 lists.
10756
10757 * files.el (auto-mode-alist): Add configure.in.
10758
10759 * progmodes/autoconf.el: New file.
10760
f7daf1e1
GM
107612000-03-07 Gerd Moellmann <gerd@gnu.org>
10762
10763 * mail/mh-e.el: Change maintainer to `none'.
10764
10765 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10766 to remove-hook and add-hook.
10767
107682000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10769
10770 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10771 it as the default.
10772 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10773 (sendmail-send-it): Conditionally add MIME headers specifying the
10774 used character set.
fa78f71b 10775
63f6b2c4
DL
107762000-03-07 Dave Love <fx@gnu.org>
10777
10778 * winner.el: Fix keywords, autoload cookies. Split
10779 eval-when-compile form to avoid compilation failure.
10780
8330e2f9
KH
107812000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10782
10783 * international/mule.el: Modify comment about coding system
10784 property `coding-category'.
10785 (make-coding-system): New argument EOL-TYPE. Pay attention to
10786 coding-category property of PROPERTIES.
10787
10788 * international/mule-conf.el (coding-category-utf-8,
10789 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10790 categories. Include them in the argument for set-coding-priority.
10791
10792 * international/mule-cmds.el (reset-language-environment): Include
10793 coding-category-utf-8, coding-category-utf-16-be, and
10794 coding-category-utf-16-le in the argument for set-coding-priority.
10795 (reset-language-environment): Initialize coding-category-utf-8,
10796 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10797
18bb0684
GM
107982000-03-06 Karl Fogel <kfogel@red-bean.com>
10799
10800 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10801 code abstracted out of `bookmark-jump-noselect'. Now tries info
10802 extensions as well as compression extensions.
10803 (bookmark-jump-noselect): Use above new func.
fa78f71b 10804
71a6ba55
GM
108052000-03-03 Gerd Moellmann <gerd@gnu.org>
10806
10807 * strokes.el: Change maintainer's mail address.
10808
0d56cdff
KH
108092000-03-03 Kenichi Handa <handa@etl.go.jp>
10810
10811 * international/mule-diag.el (list-character-sets): Make help-echo
10812 string by substitute-command-keys.
10813 (list-character-sets): Likewise.
10814 (sort-listed-character-sets): Call help-setup-xref.
10815
900fa1f1
GM
108162000-03-02 Gerd Moellmann <gerd@gnu.org>
10817
10818 * time.el (display-time-mail-file): Add `none' to the list of
10819 choices.
10820
54d04320
DL
108212000-03-01 Dave Love <fx@gnu.org>
10822
43f3fa09
DL
10823 * help.el (help-xref-go-back): Don't try to set position.
10824
54d04320
DL
10825 * international/mule-diag.el (list-character-sets): Call
10826 help-setup-xref. Add help-echo to xrefs.
10827 (list-character-sets-1): Add help-echo to xrefs.
10828
d054101f
GM
108292000-03-02 Gerd Moellmann <gerd@gnu.org>
10830
10831 * frame.el (blink-cursor-mode): Switch cursor on when turning
10832 the mode off.
10833
10834 * add-log.el (add-log-current-defun): Add support for
10835 Autoconf mode.
10836
10837 * mail/rmail.el (rmail-quit-hook): New variable.
10838
d77dae5c
DL
108392000-03-01 Dave Love <fx@gnu.org>
10840
e5f597f0
DL
10841 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10842
d77dae5c
DL
10843 * help.el (help-xref-button): Add help-echo arg.
10844 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10845
10846 * faces.el (list-faces-display): Supply help-echo with
10847 help-make-xrefs.
10848
10849 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10850 nil.
10851
72d19d75
GM
108522000-03-01 Gerd Moellmann <gerd@gnu.org>
10853
2df636f4
GM
10854 * image.el (defimage): Look for image files in load-path.
10855
fa78f71b 10856 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10857 `number'.
10858
2df636f4
GM
108592000-03-01 David Ponce <david.ponce@wanadoo.fr>
10860
10861 * recentf.el (recentf): Added version tag to the defgroup of
10862 recentf.
10863
108642000-03-01 David Ponce <david.ponce@wanadoo.fr>
10865
10866 * recentf.el (recentf-cleanup): Changed to remove excluded file
10867 too.
10868 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10869 action to select/unselect a file.
10870 (recentf-edit-list): Code cleanup and improvement.
10871 (recentf-open-more-files-action): `recentf-open-more-files' button
10872 widget action to open a file.
10873 (recentf-open-more-files): No more use standard completion but
10874 widgets.
10875 (recentf-more-collection): Deleted.
10876 (recentf-more-history): Deleted.
10877 (recentf-setup-more-completion): Deleted.
10878
108792000-03-01 David Ponce <david.ponce@wanadoo.fr>
10880
10881 * recentf.el (recentf-mode): No more needs that Emacs is running
10882 under a window-system.
10883
108841999-03-01 David Ponce <david.ponce@wanadoo.fr>
10885
10886 * recentf.el (recentf-edit-list): New command to edit the recent
10887 list which allow the user to remove files.
10888 (recentf-edit-selected-items): New global variable, used by
10889 `recentf-edit-list' to hold the list of files to be removed from
10890 the recent list.
10891 (recentf-make-menu-items): Updated to display a "Edit list..."
10892 menu item. Minor code cleanup.
10893
108941999-03-01 David Ponce <david.ponce@wanadoo.fr>
10895
10896 * recentf.el (recentf-open-more-files): New command to open files
10897 that are not displayed in the menu.
10898 (recentf-more-collection): New global variable holding the set of
10899 permissible completions used by `recentf-open-more-files'.
10900 (recentf-more-history): New global variable holding the history list
10901 used by `recentf-open-more-files' completion.
10902 (recentf-setup-more-completion): New function to setup completion for
10903 `recentf-open-more-files'.
10904 (recentf-make-menu-items): Updated to display a "More..." menu item.
10905
109061999-03-01 David Ponce <david.ponce@wanadoo.fr>
10907
10908 * recentf.el (recentf-menu-action): Doc fixed.
10909
109101999-03-01 David Ponce <david.ponce@wanadoo.fr>
10911
10912 * recentf.el (recentf-menu-filter): Doc updated.
10913 (recentf-update-menu-hook): Allow menu filters to force menu update.
10914 (recentf-make-menu-items): New menu filter handling.
10915 (recentf-make-menu-item): New helper function.
10916 (recentf-menu-elements): New menu handling function.
10917 (recentf-sort-ascending): Updated to new menu filter handling.
10918 (recentf-sort-descending): Updated to new menu filter handling.
10919 (recentf-sort-basenames-ascending): New menu filter function.
10920 (recentf-sort-basenames-descending): New menu filter function.
10921 (recentf-show-basenames): New menu filter function.
10922 (recentf-show-basenames-ascending): New menu filter function.
10923 (recentf-show-basenames-descending): New menu filter function.
10924
72d19d75
GM
109252000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10926
10927 * diary-lib.el (list-diary-entries): Don't try to go forward at
10928 the end of the buffer.
10929
1ac1c836
KH
109302000-02-29 Kenichi Handa <handa@etl.go.jp>
10931
10932 * international/mule-diag.el (list-character-sets): Completely
10933 rewritten.
10934 (sort-listed-character-sets): New function.
10935 (list-character-sets-1): Completely rewritten.
10936 (list-character-sets-2): New function.
10937 (non-iso-charset-alist): New variable.
10938 (decode-codepage-char): New function.
10939 (charset-history): New variable.
10940 (read-charset) (list-block-of-chars)
10941 (list-iso-charset-chars)
10942 (list-non-iso-charset-chars)
10943 (list-charset-chars): New functions.
10944 (mule-diag): Call list-character-sets-2, not
10945 list-character-sets-2.
10946 (dump-charsets): Likewise.
10947
ed4d0512
GM
109482000-02-29 Gerd Moellmann <gerd@gnu.org>
10949
72d19d75
GM
10950 * dired-x.el (dired-filename-at-point): Add `@' to valid
10951 file name characters.
10952 (dired-filename-at-point): Handle ange-ftp file names.
10953
ed4d0512
GM
10954 * frame.el (frame-notice-user-settings): Use assq-delete-all
10955 instead of assoc-delete-all.
10956 (frame-notice-user-settings): Ditto.
10957
10958 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10959 Don't copy alist.
10960
32038c7a
GM
109612000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10962
10963 * calculator.el (calculator-use-menu): New option.
10964 (calculator-initial-bindings): Changed some bindings to work as
10965 macros.
10966 (calculator-forced-input): Removed.
10967 (calculator-restart-other-mode): New variable.
10968 (calculator-mode-map): Set up menu.
fa78f71b 10969
32038c7a
GM
109702000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10971
10972 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10973 tags.
fa78f71b 10974
55d7ff38 109752000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10976
55d7ff38
MK
10977 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10978 translate all ESC key sequences.
10979 (viper-goto-mark-subr): restore markers for files for which
10980 they were saved.
10981 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10982 * viper-util.el (viper-set-replace-overlay-glyphs,
10983 viper-set-replace-overlay): always check if the replacement
10984 overlay is live.
10985 * viper.el (viper-vi-state-mode-list): added major modes.
10986 * ediff-wind.el: minor comment changes.
10987 * ediff.el: copyright notice date fix.
fa78f71b 10988
387023ee
JR
109892000-02-27 Jason Rumney <jasonr@gnu.org>
10990
10991 * faces.el (face-font-family-alternatives): Add arial to helv.
10992 (mode-line, header-line, tool-bar): Same default as x for w32.
10993 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10994 face-font-family-alternatives from working.
10995 * term/w32-win.el (mouse-set-font): Do not build fontset from
10996 chosen font.
10997
f43d79c1
GM
109982000-02-25 Sam Steingold <sds@goems.com>
10999
5d80cc9c 11000 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 11001 properly.
fa78f71b 11002
8b7bc628 110032000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
11004
11005 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
11006
4eb8436f
GM
110072000-02-25 Gerd Moellmann <gerd@gnu.org>
11008
11009 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
11010 writable.
11011
449c3c52 11012 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 11013
42088c12
GM
110142000-02-24 Gerd Moellmann <gerd@gnu.org>
11015
11016 * frame.el (show-cursor-in-non-selected-windows): New option.
11017
c60ea02e
GM
110182000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11019
11020 * diary-lib.el (include-other-diary-files): Undo the selective
11021 display in any included file and don't kill it.
11022
d066de8e
EZ
110232000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
11024
11025 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
11026 bar. Menu items converted to (menu-item format, help strings
11027 added.
11028 [downcase, upcase]: Don't enable on MS-DOS.
11029 [symlink, symlinks]: Don't show if make-symbolic-link is not
11030 bound.
11031 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
11032
b6906b38
DL
110332000-02-23 Dave Love <fx@gnu.org>
11034
275cf1b2
DL
11035 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
11036 (backward-kill-word): Revert addition of * to interactive spec --
11037 it's a feature.
11038
11039 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
11040 (backward-kill-sentence, kill-sentence): Likewise.
11041
99d48056
DL
11042 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
11043 scratch buffer name.
11044 (gud-format-command): Use int-to-string in ?l case. Simplify
11045 slightly.
11046
11047 * term/w32-win.el (internal-face-interactive): Update prompt for
11048 new read-face-name.
11049
11050 * mail/footnote.el (footnote): Add :version to defgroup.
11051 (footnote-section-tag-regexp): Customize.
11052 (footnote-start-tag, footnote-end-tag): New option.
11053 (footnote-latin-regexp): New variable.
11054 (Footnote-latin): New function.
11055 (footnote-style-alist): Add element for latin style.
11056 (footnote-style): Moved.
11057 (Footnote-goto-footnote): Use eq to test arg.
11058
11059 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11060
b6906b38
DL
11061 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11062 (byte-compile-trueconstp): Include keywords.
11063 (byte-optimize-quote, byte-optimize-lapcode): Use
11064 byte-compile-const-symbol-p.
11065 (byte-optimize-char-before): New optimization.
11066
11067 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11068 (byte-compile-const-symbol-p): New function.
11069 (byte-compile-constp, byte-compile-out-toplevel)
11070 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11071 Use it.
11072
11073 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11074
214f877f
KH
110752000-02-23 Kenichi Handa <handa@etl.go.jp>
11076
c709bcf1
KH
11077 * international/encoded-kb.el: Be sure to update minor-mode-alist
11078 and minor-mode-map-alist.
11079 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11080 codes SS2 and SS3 correctly.
11081 (encoded-kbd-self-insert-ccl): New function.
11082 (encoded-kbd-setup-keymap): New function.
11083 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11084 by calling encoded-kbd-setup-keymap.
11085
214f877f
KH
11086 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11087 characters.
11088 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11089 locally.
11090
b021ef18
DL
110912000-02-22 Dave Love <fx@gnu.org>
11092
11093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11094 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11095 defvar.
11096 (lisp-mode-syntax-table): Set up for #|...|# comments.
11097 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11098 classes. Match `defface'.
11099 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11100 (eval-defun-1): Fix for defcustom.
11101 (lisp-indent-region): Doc fix.
11102
11103 * subr.el (when, unless, split-string): Doc fix.
11104 (read-passwd): Move call of clear-this-command-keys to the right
11105 place.
11106 (replace-regexps-in-string): New function.
11107
14cc00ad
GM
111082000-02-22 Gerd Moellmann <gerd@gnu.org>
11109
11110 * help.el (describe-variable): Set syntax table to
11111 emacs-lisp-mode-syntax-table when moving forward over the
11112 symbol's name.
11113
47da5efa
DL
111142000-02-22 Dave Love <fx@gnu.org>
11115
11116 * xt-mouse.el: Doc fixes.
11117 (xterm-mouse-position-function): New function, replacing advice of
11118 mouse-position.
11119 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11120
11121 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11122
f0a6c717
GM
111232000-02-21 Gerd Moellmann <gerd@gnu.org>
11124
11125 * format.el (format-annotate-single-property-change): Handle
11126 properties.with dotted-list values.
11127 (format-proper-list-p): New function.
11128
11129 * enriched.el (enriched-face-ans): Handle '(foreground-color
11130 . COLOR) and (background-color . COLOR).
11131
2be80b63
DL
111322000-02-20 Dave Love <fx@gnu.org>
11133
11134 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11135 and assignments to it.
11136 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11137 current local map.
11138 (make-flyspell-overlay): Use it.
11139 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11140
11141 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11142 (lm-get-header-re): Defun, not defsubst.
11143 (lm-get-package-name): Defun, not defsubst. Simplify.
11144 (lm-version): Doc fix. Simplify.
11145 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11146 (lm-crack-address, lm-last-modified-date, lm-commentary)
11147 (lm-verify, lm-synopsis): Simplify.
11148 (lm-report-bug): Require emacsbug. Use compose-mail.
11149
329eed9f
GM
111502000-02-20 Gerd Moellmann <gerd@gnu.org>
11151
11152 * dired.el (dired-mode): Call propertized-buffer-identification
11153 to set mode-line-buffer-identification to something having
11154 the right text properties.
11155
11156 * bindings.el (propertized-buffer-identification): New function.
11157
be5bb146
DL
111582000-02-20 Dave Love <fx@gnu.org>
11159
11160 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11161 check for t-mouse too.
11162
11163 * cus-start.el: Make echo-keystrokes `number'.
11164
1d4311c3
EZ
111652000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11166
11167 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11168 Don't call ring-empty-p unless tags-location-ring is bound.
11169 From Noah Friedman <friedman@splode.com>.
11170
a23c5037
TTN
111712000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11172
11173 * progmodes/hideshow.el (hs-flag-region): No longer use
11174 `intangible' overlay property.
11175
11176 (hs-toggle-hiding): New command.
11177 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11178
11179 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11180 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11181 and deactivation.
11182
b6a22bf8
GM
111832000-02-18 Gerd Moellmann <gerd@gnu.org>
11184
11185 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11186
d621caf7
GM
111872000-02-17 Gerd Moellmann <gerd@gnu.org>
11188
3c0ed7ce
GM
11189 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11190
d621caf7
GM
11191 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11192 of `*' to handle `(* ... *)' comments.
11193
538d88fb
EZ
111942000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11195
53c80cf6 11196 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11197 window-system.
53c80cf6 11198
538d88fb
EZ
11199 * menu-bar.el (global-map): Menu-bar items converted to the new
11200 format (menu-item..., rearranged for better CUA compliance, and
11201 their names changed for better clarity. Help strings added.
11202
11203 * international/mule-cmds.el (mule-menu-keymap)
11204 (describe-language-environment-map, set-coding-system-map)
11205 (setup-language-environment-map): Convert to new (menu-item...
11206 form, add help strings. Change names of menu items for better
11207 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11208 submenu).
11209
8389e1e2 112102000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11211
a23c5037 11212 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11213 within the code.
a23c5037 11214
8389e1e2 112152000-02-16 Dave Love <fx@gnu.org>
a23c5037 11216
84fe35f0
DL
11217 * faces.el: Don't require custom. Add more specific :groups to
11218 various deffaces.
11219 (set-face-attribute): Purecopy args.
11220 (read-face-name): Default to name at point and use it in prompt.
11221 Remove colon from arg in all callers.
11222 (list-faces-display): Hyperlink to face descriptions and customize
11223 buffers.
11224
b2aeee30
DL
112252000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11226
11227 * wid-edit.el (widget-match-inline): An atom never matches a
11228 list.
11229
99e95407
GM
112302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11231
82d2c7c5
DL
11232 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11233 at ':' characters by call to split-string.
99e95407
GM
11234
112352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11236
82d2c7c5 11237 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11238
112392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11240
82d2c7c5
DL
11241 * textmodes/bibtex.el: Some temporary comments removed.
11242 (bibtex-field-name, bibtex-entry-type): Made the relationship
11243 explicit.
11244 (bibtex-field-const): Allow capital letters.
11245 (bibtex-start-of-string): Deleted because unused.
11246
11247 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11248 use the term 'reference' to describe a bibtex entry as a whole.
11249 Further, reference keys are no longer called 'labels'.
11250 (bibtex-keys): Renamed to bibtex-reference-keys.
11251 (bibtex-reformat-previous-labels): Renamed to
11252 bibtex-reformat-previous-reference-keys.
11253 (bibtex-reference-type): Renamed to bibtex-entry-type.
11254 (bibtex-reference-head): Renamed to bibtex-entry-head.
11255 (bibtex-reference-maybe-empty-head): Renamed to
11256 bibtex-entry-maybe-empty-head.
11257 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11258 (bibtex-search-reference): Renamed to bibtex-search-entry.
11259 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11260 bibtex-enclosing-entry-maybe-empty-head.
11261 (bibtex-entry-field-alist, bibtex-entry-head,
11262 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11263 bibtex-map-entries, bibtex-search-entry,
11264 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11265 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11266 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11267 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11268 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11269 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11270 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11271
112722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11273
82d2c7c5
DL
11274 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11275 comment.
11276 (bibtex-format-field-delimiters): New function, functionality
11277 extracted from bibtex-format-entry.
11278 (bibtex-autokey-get-yearfield-digits): New function, functionality
11279 extracted from bibtex-autokey-get-yearfield.
11280
11281 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11282 entries in order to avoid stack overflow in the regexp matcher if
11283 field contents become large.
11284 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11285 bibtex-field-string-part-not-braced,
11286 bibtex-field-string-part-no-inner-braces,
11287 bibtex-field-string-part-1-inner-brace,
11288 bibtex-field-string-part-2-inner-braces,
11289 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11290 bibtex-field-string-quoted, bibtex-field-string,
11291 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11292 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11293 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11294 as parsing is now performed by the following functions.
11295 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11296 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11297 bibtex-parse-field-string, bibtex-search-forward-field-string,
11298 bibtex-parse-association, bibtex-field-name-for-parsing,
11299 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11300 bibtex-search-forward-field, bibtex-search-backward-field,
11301 bibtex-start-of-field, bibtex-end-of-field,
11302 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11303 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11304 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11305 bibtex-parse-string, bibtex-search-forward-string,
11306 bibtex-search-backward-string, bibtex-start-of-string,
11307 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11308 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11309 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11310 entries. Instead of reporting the results of the parsing by
11311 match-beginning or match-end, these functions return data structures
11312 that hold the corresponding positions.
11313 (bibtex-enclosing-field): Changed to also report field boundaries by
11314 return values rather than by match-beginning or match-end. The
11315 following functions have been adapted to use the new parsing
11316 functions.
11317 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11318 bibtex-enclosing-field, bibtex-format-entry,
11319 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11320 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11321 bibtex-print-help-message, bibtex-end-of-entry,
11322 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11323 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11324 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11325 method for parsing.
11326 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11327 bibtex-map-entries, bibtex-flash-head,
11328 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11329 bibtex-autokey-change, bibtex-autokey-get-namefield,
11330 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11331 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11332 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11333 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11334 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11335 order to make the new binding of case-fold-search immediately
11336 visible.
99e95407
GM
11337
113382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11339
82d2c7c5
DL
11340 * textmodes/bibtex.el: Copyright notice is up to date.
11341 Added constant 'bibtex-maintainer-salutation.
99e95407 11342
82d2c7c5
DL
11343 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11344 than make-temp-name, use match-string-no-properties and eliminate
11345 a quadratic behavior when building bibtex-strings.
99e95407 11346
82d2c7c5
DL
11347 * bibtex.el (bibtex-reference-key): Accept string entries whose
11348 reference key contains upper case letters.
99e95407
GM
11349
113502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11351
82d2c7c5
DL
11352 * bibtex.el (bibtex-reference-head): Allow entries to start with
11353 a new line.
99e95407
GM
11354
113552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11356
82d2c7c5
DL
11357 * bibtex.el: Hiding of entry bodies is not longer provided by
11358 bibtex.el directly. Instead the hideshow package can be used.
11359 Added a special bibtex entry to hs-special-modes-alist.
11360 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11361
113622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11363
f24fef2f
SM
11364 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11365 at ':' characters by call to split-string.
8389e1e2
GM
11366
113672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11368
f24fef2f 11369 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11370
113712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11372
f24fef2f
SM
11373 * textmodes/bibtex.el: Some temporary comments removed.
11374 (bibtex-field-name, bibtex-entry-type): Made the relationship
11375 explicit.
11376 (bibtex-field-const): Allow capital letters.
11377 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11378
f24fef2f
SM
11379 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11380 use the term 'reference' to describe a bibtex entry as a whole.
11381 Further, reference keys are no longer called 'labels'.
11382 (bibtex-keys): Renamed to bibtex-reference-keys.
11383 (bibtex-reformat-previous-labels): Renamed to
11384 bibtex-reformat-previous-reference-keys.
11385 (bibtex-reference-type): Renamed to bibtex-entry-type.
11386 (bibtex-reference-head): Renamed to bibtex-entry-head.
11387 (bibtex-reference-maybe-empty-head): Renamed to
11388 bibtex-entry-maybe-empty-head.
11389 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11390 (bibtex-search-reference): Renamed to bibtex-search-entry.
11391 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11392 bibtex-enclosing-entry-maybe-empty-head.
11393 (bibtex-entry-field-alist, bibtex-entry-head,
11394 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11395 bibtex-map-entries, bibtex-search-entry,
11396 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11397 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11398 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11399 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11400 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11401 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11402 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11403
114042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11405
f24fef2f
SM
11406 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11407 comment.
11408 (bibtex-format-field-delimiters): New function, functionality
11409 extracted from bibtex-format-entry.
11410 (bibtex-autokey-get-yearfield-digits): New function, functionality
11411 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11412
f24fef2f
SM
11413 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11414 entries in order to avoid stack overflow in the regexp matcher if
11415 field contents become large.
11416 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11417 bibtex-field-string-part-not-braced,
11418 bibtex-field-string-part-no-inner-braces,
11419 bibtex-field-string-part-1-inner-brace,
11420 bibtex-field-string-part-2-inner-braces,
11421 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11422 bibtex-field-string-quoted, bibtex-field-string,
11423 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11424 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11425 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11426 as parsing is now performed by the following functions.
11427 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11428 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11429 bibtex-parse-field-string, bibtex-search-forward-field-string,
11430 bibtex-parse-association, bibtex-field-name-for-parsing,
11431 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11432 bibtex-search-forward-field, bibtex-search-backward-field,
11433 bibtex-start-of-field, bibtex-end-of-field,
11434 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11435 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11436 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11437 bibtex-parse-string, bibtex-search-forward-string,
11438 bibtex-search-backward-string, bibtex-start-of-string,
11439 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11440 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11441 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11442 entries. Instead of reporting the results of the parsing by
11443 match-beginning or match-end, these functions return data structures
11444 that hold the corresponding positions.
11445 (bibtex-enclosing-field): Changed to also report field boundaries by
11446 return values rather than by match-beginning or match-end. The
11447 following functions have been adapted to use the new parsing
11448 functions.
11449 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11450 bibtex-enclosing-field, bibtex-format-entry,
11451 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11452 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11453 bibtex-print-help-message, bibtex-end-of-entry,
11454 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11455 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11456 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11457 method for parsing.
11458 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11459 bibtex-map-entries, bibtex-flash-head,
11460 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11461 bibtex-autokey-change, bibtex-autokey-get-namefield,
11462 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11463 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11464 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11465 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11466 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11467 order to make the new binding of case-fold-search immediately
11468 visible.
8389e1e2
GM
11469
114702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11471
f24fef2f
SM
11472 * textmodes/bibtex.el: Copyright notice is up to date.
11473 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11474
f24fef2f
SM
11475 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11476 than make-temp-name, use match-string-no-properties and eliminate
11477 a quadratic behavior when building bibtex-strings.
fa78f71b 11478
f24fef2f
SM
11479 * bibtex.el (bibtex-reference-key): Accept string entries whose
11480 reference key contains upper case letters.
8389e1e2
GM
11481
114822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11483
f24fef2f
SM
11484 * bibtex.el (bibtex-reference-head): Allow entries to start with
11485 a new line.
8389e1e2
GM
11486
114872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11488
f24fef2f
SM
11489 * bibtex.el: Hiding of entry bodies is not longer provided by
11490 bibtex.el directly. Instead the hideshow package can be used.
11491 Added a special bibtex entry to hs-special-modes-alist.
11492 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11493
114942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11495
82d2c7c5 11496 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11497 proceedings entry type (for cross referencing). Thanks to Wagner
11498 Toledo Correa for the suggestion.
11499
82d2c7c5 11500 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11501
eae61d8f
KH
115022000-02-14 Kenichi Handa <handa@etl.go.jp>
11503
11504 * international/characters.el: Setup case table for Vietnamese.
11505
fb07a302
GM
115062000-02-12 Gerd Moellmann <gerd@gnu.org>
11507
11508 * uniquify.el (toplevel): Require CL at compile time.
11509 (uniquify-push): Removed.
11510
11511 * shadowfile.el (shadow-when): Removed.
11512
11513 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11514 (tempo-process-and-insert-string): Use dolist instead of
11515 tempo-dolist.
11516
11517 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11518 regexp for paragraph-start.
11519
11520 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11521 commas as well.
11522
a0eddf92
DL
115232000-02-10 Dave Love <fx@gnu.org>
11524
11525 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11526 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11527 Deleted.
11528 (widget-specify-field, widget-specify-button): Don't use
11529 widget-mouse-help as help-echo property.
11530 (default): Use #'ignore for :validate and :mouse-down-action.
11531 (checkbox): Add help-echo.
11532 (widget-sexp-validate): Rewritten to clarify error messages.
11533 (character): Use char-valid-p in :match function.
11534 (widget-color-complete): Use facemenu-color-alist.
11535 (widget-color-action): Use facemenu-read-color.
11536
11537 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11538 set up `caar' &c that we now have.
11539
82d2c7c5
DL
115402000-02-09 Ray Blaak <blaak@gnu.org>
11541
11542 * delphi.el: Make resourcestring a declaration region, like const
11543 and var.
11544
6cbc1482
DL
115452000-02-09 Dave Love <fx@gnu.org>
11546
11547 * bindings.el (mode-line-input-method-map): New variable.
11548 (mode-line-mule-info): Use it; fix last change.
11549 (mode-line-mode-menu): Move definition.
11550 (mode-line-mouse-sensitive-p): Deleted.
11551 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11552 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11553 level.
11554
11555 * startup.el (command-line-1): Don't call
11556 make-mode-line-mouse-sensitive.
11557
f7136ee8
GM
115582000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11559
11560 * mail/rmail.el (rmail-retry-failure): Use
11561 rmail-beginning-of-message before rmail-toggle-header, because the
11562 former toggles headers.
11563
6e1d0d15
SM
115642000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11565
fef8c55b
SM
11566 * diff-mode.el (diff-kill-junk): New interactive function.
11567 (diff-reverse-direction): Use delete-and-extract-region.
11568 (diff-post-command-hook): Restrict the area so that the hook also works
11569 outside of any diff hunk. This is necessary for the minor-mode.
11570 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11571 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11572
6e1d0d15
SM
11573 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11574 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11575 so that it can be used more easily in <foo>-mode-hook. Also make sure
11576 to avoid duplicate entries.
11577 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11578 (font-lock-remove-keywords): Just as was done for `add', allow it to
11579 work even if font-lock-mode is nil. Also make sure we don't modify
11580 any pre-existing list by forcing a copy-sequence. Finally rename
11581 `major-mode' to `mode'.
11582 (font-lock-fontify-syntactic-anchored-keywords)
11583 (font-lock-fontify-anchored-keywords)
11584 (font-lock-fontify-keywords-region): Use line-end-position.
11585 Don't make `font-lock-multiline' local (it's now done in
11586 font-lock-set-defaults).
11587 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11588 move the `font-lock-fontified' creation to inside the `unless'.
11589
a75dfea0
AI
115902000-02-06 Andrew Innes <andrewi@gnu.org>
11591
11592 * term/w32-win.el (x-handle-args): Comment out call to message,
11593 which occurs before window system is initialized.
11594
11595 * makefile.nt: Add support for recompiling lisp code.
11596
b85e9462
DL
115972000-02-04 Dave Love <fx@gnu.org>
11598
9ff33afb
DL
11599 * bindings.el (mode-line-mule-info): Fix/extend last change.
11600
b85e9462
DL
11601 * completion.el: Replace completion-dolist with dolist.
11602
11603 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11604 dotimes.
11605
44dff075
CD
116062000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11607
11608 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11609 environment names before they go into the section regexp.
11610
11611 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11612 char class in regexp.
11613
11614 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11615 `case-fold-search' to nil.
11616
11617 * progmodes/idlwave.el (idlwave-template): Respect
11618 `idlwave-abbrev-change-case'.
11619 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11620 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11621 idlwave-while): respect `idlwave-reserved-word-upcase'.
11622 (idlwave-rw-case): New function.
11623 (idlwave-statement-match): Fixed problem with assignment regexp.
11624 (idlwave-font-lock-keywords): Improved regexp for keyword
11625 parameters.
a23c5037 11626 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11627 operators longer than 1 char.
11628
11629 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11630 idlwave-shell-expression-overlay. Implemented printing of
11631 expressions on higher levels of the calling stack.
11632 (idlwave-shell-display-level-in-calling-stack): Restore stack
11633 level.
11634 (idlwave-retrieve-expression-from-level): New function.
11635 (idlwave-shell-last-calling-stack): Variable removed.
11636 (idlwave-shell-reset): Argument action reversed (`visible' to
11637 `hidden'). Also remove stop-line overlay.
11638 (idlwave-shell-calling-stack-routine): New variable.
11639 (idlwave-shell-parse-stack-and-display): Messages now display
11640 negative level numbers.
11641 (idlwave-shell-mode): Set `modeline-format'.
11642 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11643 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11644 21.
11645 (idlwave-shell-print-expression-function): New option.
a23c5037 11646
44dff075
CD
11647 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11648 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11649 `tool-bar' instead of `toolbar'.
11650
f26c34fd
DL
116512000-02-02 Dave Love <fx@gnu.org>
11652
11653 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11654 emacs-lisp-mode-hook. Don't check for defalias being defined.
11655
11656 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11657 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11658 the new builtins directly.
11659
11660 * whitespace.el (whitespace): Add :version to defgroup.
11661
11662 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11663 Doc fix.
11664
11665 * thingatpt.el (sexp-at-point, symbol-at-point)
11666 (number-at-point, list-at-point): Add autoload cookie.
11667
11668 * recentf.el (recentf): Add :version to defgroup.
11669
11670 * quickurl.el (quickurl): Add :version to defgroup.
11671
11672 * elide-head.el (elide-head): Use point-marker more.
11673
11674 * bs.el (bs): Add :version to defgroup.
11675
11676 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11677
11678 * progmodes/delphi.el (delphi): Add :version to defgroup.
11679
d240a249
GM
116802000-02-02 Gerd Moellmann <gerd@gnu.org>
11681
11682 * ange-ftp.el (ange-ftp-write-region): Handle case that
11683 succeeding process operation sets a different coding system.
11684
11685 * calculator.el: New file.
11686
d5179a01
EZ
116872000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11688
11689 * frame.el (frames-on-display-list, framep-on-display): New
11690 functions.
11691 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11692 (display-selections-p, display-screens, display-pixel-width)
11693 (display-pixel-height, display-mm-width, display-mm-height)
11694 (display-backing-store, display-save-under, display-planes)
11695 (display-color-cells, display-visual-class): New functions.
11696
11697 * term/tty-colors.el (tty-color-gray-shades): New function.
11698
11699 * faces.el (display-color-p): Use framep-on-display.
11700 (display-grayscale-p): New function.
11701
968e00f0
DL
117022000-01-31 Dave Love <fx@gnu.org>
11703
11704 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11705 (create-fontset-from-x-resource): Don't concat integers.
11706
2cb750ba
GM
117072000-01-31 Inge Frick <inge@nada.kth.se>
11708
11709 * view.el: Some changes in documentation. Removed some trailing
11710 whitespace. Changed some parameter names to agree with
11711 documentation.
11712 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11713 window is not deleted. Modifies change 1998-04-26.
a23c5037 11714
74e9213b
GM
117152000-01-31 Gerd Moellmann <gerd@gnu.org>
11716
47569935
GM
11717 * windmove.el: New file.
11718
74e9213b
GM
11719 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11720 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11721 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11722
74e9213b
GM
11723 * jit-lock.el (jit-lock-function): Widen before calculating end
11724 position.
11725 (jit-lock-stealth-chunk-start): Rewritten.
11726
11727 * info.el (Info-title-face-alist): Removed.
11728 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11729 faces.
11730 (Info-fontify-node): Use these faces.
11731
994c5afe
GM
117322000-01-30 Gerd Moellmann <gerd@gnu.org>
11733
11734 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11735 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11736 `&allow-other-keywords'.
11737
11738 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11739 the list of directories scanned heuristically.
11740
11741 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11742 exist.
11743
f00276e3
JR
117442000-01-30 Jason Rumney <jasonr@gnu.org>
11745
11746 * w32-fns.el: Define w32-tty-standard-colors.
11747
11748 * startup.el (command-line): Use w32-tty-standard-colors when in
11749 w32 console mode.
11750
cc4dfff0
DL
117512000-01-30 Dave Love <fx@gnu.org>
11752
e645e77b
DL
11753 * jka-compr.el (jka-compr-load): Fix up load-history.
11754
cc4dfff0
DL
11755 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11756
11757 * emacs-lisp/cl-macs.el: Revert previous change.
11758
16215eb0
DL
117592000-01-29 Dave Love <fx@gnu.org>
11760
11761 * facemenu.el: Purecopy various strings.
11762
11763 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11764 years. Deal with three-digit years.
11765
11766 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11767 defconst, purecopy.
11768 (help-back-label): Purecopy it.
11769
bbd9b566
GM
117702000-01-18 Gerd Moellmann <gerd@gnu.org>
11771
11772 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11773 variable. If non-nil, order the buffer list according to the
11774 currently selected frame.
11775 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11776 non-nil, pass the selected frame to function buffer-list.
a23c5037 11777
887448e1
GM
117782000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11779
11780 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11781
7df85084
DL
117822000-01-28 Dave Love <fx@gnu.org>
11783
142e109c
DL
11784 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11785
7df85084
DL
11786 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11787 Don't use lisp-indent-hook property.
11788 (cl-abs): Remove.
11789
11790 * subr.el: Move out indent and edebug specs for when and unless.
11791
11792 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11793 when, unless.
11794
11795 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11796 unless, when.
11797
3b43c01c
GM
117982000-01-28 Gerd Moellmann <gerd@gnu.org>
11799
d060bc9f
GM
11800 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11801 `collecting' as synonym for `collect'.
11802
11803 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11804 for the case it contains spaces.
11805
11806 * simple.el (what-cursor-position): Change formatting of
11807 messages.
11808
b02786f9
GM
11809 * frame.el (delete-other-frames): New function.
11810 (toplevel): Bind it to C-x 5 1.
11811
efd68b8a
GM
11812 * sort.el (sort-numeric-base): New option.
11813 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11814 interpret it as octal or hexadecimal. Use sort-numeric-base
11815 as default base.
11816
3b43c01c
GM
11817 * progmodes/glasses.el: New file.
11818
984ae001
GM
118192000-01-27 Gerd Moellmann <gerd@gnu.org>
11820
a0b796e3
GM
11821 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11822 userids differently.
11823
984ae001
GM
11824 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11825 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11826 progmodes/ebnf-yac.el: New files.
11827
6c67ddee
DL
118282000-01-26 Dave Love <fx@gnu.org>
11829
11830 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11831 on a function with an empty body. [From Eric Ludlam.]
11832
4e6473c8
GM
118332000-01-25 Andre Spiegel <spiegel@gnu.org>
11834
11835 * vc.el (vc-version-diff): Make sure file name is expanded.
11836
e12489f9
GM
118372000-01-25 Gerd Moellmann <gerd@gnu.org>
11838
11839 * scroll-bar.el (scroll-bar-timer): Variable removed.
11840 (scroll-bar-toolkit-scroll): Don't use a timer.
11841
8dbe2b07
KH
118422000-01-25 Kenichi Handa <handa@etl.go.jp>
11843
11844 * language/thai-util.el (thai-composition-function): Delete
11845 superfluous `a'.
11846
26ef1c87
DL
118472000-01-24 Dave Love <fx@gnu.org>
11848
11849 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11850 end-of-defun-function.
11851
11852 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11853 &c.
11854
7ed4e9a7
JR
118552000-01-22 Jason Rumney <jasonr@gnu.org>
11856
11857 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11858 conflicts with new face support.
11859
8b7bc628 118602000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11861
11862 * replace.el (query-replace): Rename last arg to DELIMITED.
11863 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11864 (query-replace-regexp): Likewise.
11865
8b7bc628 118662000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11867
02b14400
RS
11868 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11869
5bb6f079
RS
11870 * emacs-lisp/lisp.el (beginning-of-defun-function):
11871 Variable renamed from beginning-of-defun.
11872 Do not call make-variable-buffer-local.
11873 (beginning-of-defun-raw): Use new variable name; doc fix.
11874 (beginning-of-defun): Doc fix.
11875 (end-of-defun-function): Variable renamed from end-of-defun.
11876 Do not call make-variable-buffer-local.
11877 (end-of-defun): Use new variable name; doc fix.
11878
02b14400
RS
11879 * subr.el (dolist, dotimes): Copied from cl-macs.el
11880 and made to work.
2d5e9b54 11881
a23c5037 11882 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11883 Variable replaces rmail-digest-end-regexp.
11884 Allows multiple regexps for detecting the end line.
11885 (undigestify-rmail-message): Corresponding changes.
11886
60af03f1
DL
118872000-01-19 Dave Love <fx@gnu.org>
11888
fe5d99e1
DL
11889 * files.el (user-init-file): Don't declare here -- is primitive.
11890
60af03f1
DL
11891 * startup.el (command-line): Check for compiled user-init-file and
11892 set to uncompiled version if necessary.
11893
72dbbc7d
GM
118942000-01-18 Gerd Moellmann <gerd@gnu.org>
11895
6a1950ec
GM
11896 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11897 (undigestify-rmail-message): Use it.
11898
72dbbc7d
GM
11899 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11900
fbe91bbd
GM
119012000-01-17 Gerd Moellmann <gerd@gnu.org>
11902
11903 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11904 of mini-buffer.
11905
33a6685b
GM
119062000-01-14 Gerd Moellmann <gerd@gnu.org>
11907
b3303df7
GM
11908 * emacs-lisp/copyright.el (copyright-update): Removed the
11909 requirement for a trailing space from `copyright-regexp', to
11910 support copyrights with owner specified on a separate line..
a23c5037 11911
3c4c8064
GM
11912 * align.el: New file.
11913
33a6685b
GM
11914 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11915
11916 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11917
044a4975
DL
119182000-01-13 Dave Love <fx@gnu.org>
11919
11920 * ph.el: Removed. (Obsoleted by EUDC.)
11921
0a352cd7
GM
119222000-01-13 Gerd Moellmann <gerd@gnu.org>
11923
11924 * net/eudc.el (toplevel): Remove autoloaded code installing
11925 menu with easymenu, because that causes build problems.
11926
11927 * frame.el (frame-notice-user-settings): New variable.
11928 (frame-notice-user-settings): Don't modify frame parameters
11929 if called a second time.
11930
8b7bc628 119312000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11932
11933 * frame.el (frame-notice-user-settings):
11934 Notice default-frame-parameters even for non-window frames.
11935
feb450e0
GM
119362000-01-13 Gerd Moellmann <gerd@gnu.org>
11937
11938 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11939 for Emacs.
11940 (eudc-bob-can-display-inline-images): Extend for Emacs.
11941 (eudc-bob-toggle-inline-display): Ditto.
11942 (eudc-bob-display-jpeg): Ditto.
11943
99c6d63b
GM
119442000-01-12 Gerd Moellmann <gerd@gnu.org>
11945
7970b229
GM
11946 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11947 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11948 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11949
e4936aa9
GM
11950 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11951 nil)'.
11952
11953 * subdirs.el: Add `net' directory.
11954
133c9e59
GM
11955 * net: New directory.
11956
99c6d63b
GM
11957 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11958 eval-last-sexp. Don't bind debug-on-error here.
11959 (eval-last-sexp): New function. Bind debug-on-error if
11960 eval-expression-debug-on-error is non-nil.
11961 (eval-defun-2, eval-defun): Likewise.
11962
11963 * simple.el (eval-expression): Don't bind debug-on-error if
11964 eval-expression-debug-on-error is nil. Detect changed
11965 debug-on-error, and propagate new value to global binding, if
11966 eval-expression-debug-on-error is non-nil,
11967 (eval-expression-debug-on-error): Change doc string.
a23c5037 11968
8b7bc628 119692000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11970
11971 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11972
11973 * emacs-lisp/lisp-mode.el (with-syntax-table):
11974 Set up lisp-indent-function property.
11975
11976 * subr.el (with-syntax-table): Moved from simple.el.
11977
11978 * simple.el (with-syntax-table): Moved to subr.el.
11979
7e3c74fa
GM
119802000-01-11 Gerd Moellmann <gerd@gnu.org>
11981
1fab1775
GM
11982 * tmm.el (tmm-shortcut): Delete region after prompt instead
11983 of erasing buffer.
11984
7e3c74fa 11985 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11986 (fill-context-prefix): Use the longest common prefix of first
11987 and second line fill prefix, if there is one.
7e3c74fa 11988
8b7bc628 119892000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11990
11991 * array.el (array-mode): Don't use make-variable-buffer-local.
11992 Use make-local-variable for `truncate-lines'.
11993
aa705642 119942000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11995
aa705642
GM
11996 * add-log.el (add-log-current-defun): Handle user-defined
11997 add-log-current-function returning nil,
a23c5037 11998
57df2446 11999 * add-log.el (add-change-log-entry): Insert version number
aa705642 12000 if having found a current function
c1356086
GM
12001
12002 * add-log.el (add-log-current-defun): Call
12003 `add-log-current-defun-function'. Try matches at level 0 and
12004 level 1. Strip whitespace from defun found.
a23c5037 12005
1d8c59e9
RS
120062000-01-10 John Wiegley <johnw@gnu.org>
12007
12008 * allout.el (isearch-done/outline-provisions): Added `edit'
12009 argument to correspond with the current definition of
12010 `isearch-done'.
12011
8cf87e9b
DL
120122000-01-10 Dave Love <fx@gnu.org>
12013
12014 * elide-head.el (elide-head): Use point-marker, not point.
12015
9050446c
GM
120162000-01-10 Gerd Moellmann <gerd@gnu.org>
12017
8321b22a
GM
12018 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
12019 before and after the year 2000.
a23c5037 12020
9050446c
GM
12021 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
12022 Add ispell- prefix.
12023
120242000-01-10 Ken Stevens <k.stevens@ieee.org>
12025
12026 * ispell.el: Only define dictionaries in menus when they exist.
12027 (version18p): New variable.
12028 (version20p): New variable.
12029 (xemacsp): New variable.
12030 (ispell-choices-win-default-height): Fix for XEmacs visibility.
12031 (ispell-dictionary-alist1): Added Brasileiro dictionary.
12032 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 12033 run-together words.
9050446c
GM
12034 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
12035 (ispell-dictionary-alist): Add koi8-r to customize definition.
12036 (check-ispell-version): Added documentation string. Returns
f24fef2f 12037 library path when called non-interactively.
9050446c
GM
12038 (ispell-menu-map-needed): Uses new variables.
12039 (ispell-library-path): New variable.
12040 (ispell-decode-string): XEmacs fix for bogus variable bindings.
12041 (ispell-word): Improved documentation string. Test for valid
12042 character mappings. Correctly check typed in word changes that can
12043 result in single words split into multiple words. Returns
12044 replacement word.
12045 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12046 replace in recursive query replace mode. Help message for
12047 recursive edit mode.
12048 (ispell-show-choices): Protect against bad framepop bindings.
12049 (ispell-help): Fix to work with XEmacs.
12050 (ispell-highlight-spelling-error): Use new variables.
12051 (ispell-overlay-window): Fix to work with XEmacs.
12052 (ispell-parse-output): Passed and returns location information
12053 tracking spelling corrections. Doesn't recheck same word on
12054 current line.
12055 (ispell-init-process): Protect against bogus XEmacs variable binding.
12056 Fix call to single argument in sleep-for. Use new variables.
12057 (ispell-region): Passed and returns location information tracking
12058 spelling corrections. Doesn't check same word on current line.
12059 Improved documentation string. Doesn't resend a line already
12060 checked to the ispell process - fixes bug in LaTeX parsing.
12061 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12062 (ispell-skip-region): No longer skips <TT> in SGML.
12063 (ispell-process-line): Tracks location information with spelling
12064 corrections. Added documentation string. Accounts for words
12065 already accepted on this line. Don't allow query-replace on line
12066 starting with math characters. Doesn't resend a line already sent
12067 to ispell process. Fixes alignment error bug.
a23c5037 12068
8b7bc628 120692000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12070
a23c5037 12071 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12072 Suggest xloadimage, which is free, not xv, which isn't.
12073
a23c5037 12074 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12075 Don't ever include the host name or user name in the value.
12076
9ed79f5d
GM
120772000-01-09 Gerd Moellmann <gerd@gnu.org>
12078
12079 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12080 of a real newline.
12081
b950abb1
GM
120822000-01-09 Stephen Eglen <stephen@gnu.org>
12083
a23c5037 12084 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12085 for .png files.
12086
3c708e98
GM
120872000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12088
12089 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12090
bf61662d
GM
120912000-01-09 Gerd Moellmann <gerd@gnu.org>
12092
f1d851ae
GM
12093 * progmodes/cperl-mode.el: Replace ^F with ^L.
12094
bf61662d 12095 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12096 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12097 recursion.
12098
c65d14ee
DL
120992000-01-08 Dave Love <fx@gnu.org>
12100
8cf87e9b
DL
12101 * emacs-lisp/backquote.el: Remove inappropriate customization
12102 (allowing custom.el to use backquote).
c65d14ee 12103
83de2ebc
DL
121042000-01-07 Dave Love <fx@gnu.org>
12105
12106 * add-log.el (add-log-debugging): Deleted.
12107 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12108 file. Remove debugging code.
12109 (change-log-get-method-definition, change-log-name): Add doc.
12110 (change-log-sortable-date-at): New function.
12111 (change-log-merge): New command.
12112
12113 * time.el (display-time-string-forms): Make the Mail string active.
12114 (display-time-update): Provide help-echo for load average.
12115
12116 * bindings.el (make-mode-line-mouse2-map): New function.
12117 (mode-line-modified): Use it and simplify.
12118 (mode-line-mule-info): Provide help-echo info.
12119 (minor-mode-alist): Activate the strings.
12120 (make-mode-line-mouse-sensitive): Simplify for
12121 mode-line-buffer-identification.
12122
c1475eae
GM
121232000-01-07 Gerd Moellmann <gerd@gnu.org>
12124
12125 * play/pong.el: New file.
12126
83de2ebc
DL
121272000-01-06 Dave Love <fx@gnu.org>
12128
12129 * array.el: Assorted cleanups for compiler warnings, doc strings,
12130 `array-' prefix for symbols.
12131
121322000-01-05 Dave Love <fx@gnu.org>
12133
12134 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12135 outline-headers-as-kill.
12136 (outline-mode): Define imenu-generic-expression.
12137 (outline-headers-as-kill): New command.
12138
12139 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12140 from paragraph-start.
12141 (paragraph-indent-minor-mode): New command.
12142
12143 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12144 M-C-e, M-C-h, C-j, C-xnd, TAB.
12145 (fortran-mode): Set beginning-of-defun, end-of-defun.
12146 (fortran-column-ruler): Simplify.
12147 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12148 (fortran-with-subprogram-narrowing): Likewise.
12149 (fortran-indent-subprogram): Call mark-defun.
12150 (fortran-check-for-matching-do): Change narrowing.
12151
12152 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12153 (cl-lucid-hash-tag): Delete.
12154 (cl-hash-table-p): Correct test for native table.
12155 (cl-hash-table-count): Use hash-table-count.
12156
12157 * browse-url.el (browse-url): Fix case of
12158 browse-url-browser-function being an alist.
12159
676ac023
CD
121602000-01-05 Carsten Dominik <cd@gnu.org>
12161
c1475eae
GM
12162 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12163 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12164
12165 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12166 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12167
12168 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12169 `reftex-parse-file-extension'.
eb483e17 12170
88807984
DL
121712000-01-05 Dave Love <fx@gnu.org>
12172
83de2ebc 12173 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12174 (beginning-of-defun-raw): Use it.
12175 (end-of-defun): New variable.
12176 (end-of-defun): Use it.
12177 (check-parens): New command.
12178
1362aeb4
TTN
121792000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12180
c1475eae
GM
12181 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12182 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12183
7ddafb95
TTN
12184 Fix buglet in local variables initialization.
12185
7334aa99
AS
121862000-01-05 Andreas Schwab <schwab@suse.de>
12187
12188 * hscroll.el (hscroll): Doc fix.
12189
b12e24cd
CD
121902000-01-05 Carsten Dominik <cd@gnu.org>
12191
12192 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12193 idlw-toolbar.
12194
12195 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12196 file idlw-rinfo.el.
1362aeb4
TTN
12197 (idlwave-customize): load must read file idlw-shell.el.
12198 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12199
d6226972
CD
122002000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12201
12202 * progmodes/idlw-shell.el: Also provide idlwave-shell
12203 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12204 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12205
12206 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12207 both reftex-dcr and reftex-vcr.
1362aeb4 12208
d6226972
CD
12209 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12210
6ddb893f 122112000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12212
12213 * ps-print.el: PostScript code now is in separate files, doc fix.
12214 (ps-print-version): New version number (5.0.3).
12215 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12216 local.
12217 (ps-spool-config): Initialization fix.
c1475eae
GM
12218 (ps-print-prologue-1, ps-print-prologue-2)
12219 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12220 (ps-background-image): Little code reformating.
12221 (ps-begin-file, ps-begin-job): Fix code.
88807984 12222 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12223 (ps-prologue-file): New fun.
12224
ae833aae
KH
122252000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12226
c1475eae 12227 * ps-vars.el: Eliminated.
ae833aae
KH
12228
12229 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12230 `;;;###autoload'.
12231
12232 * ps-print.el: ps-vars eliminated, doc fix.
12233 (ps-print-version): New version number (5.0.2).
12234 (ps-spool-config): Initialization fix.
12235 (ps-print-customize): New fun.
12236
560a7bd2
GM
122372000-01-04 Gerd Moellmann <gerd@gnu.org>
12238
12239 * autorevert.el (auto-revert-mode): Return value of
12240 auto-revert-mode.
12241
f45dd0f4
DL
122422000-01-04 Dave Love <fx@gnu.org>
12243
fae2ac05
DL
12244 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12245 menu items.
f45dd0f4 12246
61255981
DL
122472000-01-03 Dave Love <fx@gnu.org>
12248
88807984 12249 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12250
83de2ebc 12251 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12252 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12253 `cl-hash-table-p', not `hash-table-p'.
12254 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12255
c182a70f
EZ
122562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12257
12258 * faces.el (face-read-integer, read-face-attribute)
12259 (color-defined-p, color-values): unspecified-{f,b}g are now
12260 strings.
12261
047f434a
GM
122622000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12263
12264 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12265 at comment end, and re-insert them after filling.
12266
bab531e2
EZ
122672000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12268
12269 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12270 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12271 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12272
d684c676
EZ
122732000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12274
12275 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12276 the new name of face-color-supported-p.
12277
12278 * term/w32-win.el (xw-defined-colors): Likewise.
12279
0aad4805
EZ
122802000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12281
12282 * simple.el (completion-setup-function): Count completion-size
12283 from minibuffer-prompt-end, not from point-min.
12284
5fe1d139
EZ
122852000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12286
12287 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12288 Pass the frame to tty-color-* functions.
12289 (display-color-p, frame-set-background-mode): Pass the frame to
12290 tty-display-color-p.
12291
12292 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12293 tty-color-alist.
12294 (tty-color-alist, tty-modify-color-alist): New functions.
12295 (tty-color-define, tty-color-clear, tty-color-approximate)
12296 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12297 an optional parameter FRAME.
12298
162dec01
GM
122992000-01-01 Gerd Moellmann <gerd@gnu.org>
12300
27189709
GM
12301 * image.el (create-image, defimage): Don't assume image data is a
12302 string.
12303
162dec01
GM
12304 * image.el (defimage): Handle specifications containing :data
12305 instead of :file.
12306 (image-type-from-data): New function.
12307 (image-type-from-file-header): Use it.
12308 (create-image): Add parameter DATA-P.
1362aeb4 12309
bea56df7 12310See ChangeLog.8 for earlier changes.
25a6fab1
KH
12311
12312;; Local Variables:
e64c3a75 12313;; coding: iso-2022-7bit
25a6fab1 12314;; End: