(push_key_description): Add prototype.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a816f1c5
KH
12000-12-28 Kenichi Handa <handa@etl.go.jp>
2
f086e73c
KH
3 * textmodes/artist.el (artist-butlast): Deleted.
4 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5 artist-butlast.
f086e73c 6
a816f1c5
KH
7 * subr.el (butlast, nbutlast): Moved from cl.el to here.
8
9 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
10
b202115b
EZ
112000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12
13 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
14
15 * ls-lisp.el: Better support for the Mac and MS-Windows.
16 (ls-lisp): New defgroup.
17 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
18 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
19 (ls-lisp-support-shell-wildcards): New defcustoms.
20 (ls-lisp-parse-symlink): New function.
21 (insert-directory): Code to convert switches to a list and set up
22 the wildcard argument copied from ls-lisp-insert-directory.
23 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
24 for -C and -R switches.
25 (ls-lisp-column-format): New function.
26 (ls-lisp-delete-matching, ls-lisp-handle-switches)
27 (ls-lisp-format-time): Add doc strings.
28 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
29 Support ls-lisp-dirs-first.
30 (ls-lisp-classify, ls-lisp-extension): New functions.
31 (ls-lisp-format): Optionally support emulation of symlinks.
32 Support -i, -s, and -G switches.
33
6061fbf0
GM
342000-12-27 Gerd Moellmann <gerd@gnu.org>
35
5e25feee
GM
36 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
37
6061fbf0
GM
38 * version.el (emacs-version): Print X scroll bar information.
39
40 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
41 instead of x-toolkit-scroll-bars-p.
42
43 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
44 of x-toolkit-scroll-bars-p.
45
25050dab
EZ
462000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
47
48 * ffap.el (ffap-bindings): Make interactive and add an autoload
49 cookie.
50 (ffap-bindings): Doc fix, to reflect the above change.
51
c1786874
KH
522000-12-27 Kenichi Handa <handa@etl.go.jp>
53
54 * term.el (term-char-mode): Define all non-ascii self-inserting
55 characters to 'term-send-raw in term-raw-map.
56
7261ece3 572000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6061fbf0
GM
58
59 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3
MK
60 guard.
61
6061fbf0 62 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 63 initialization; use add-hook.
6061fbf0 64 (ediff-file-remote-p): Use file-local-copy.
7261ece3 65
6061fbf0 66 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7261ece3 67
6061fbf0
GM
68 * ediff.el (ediff-patch-buffer): Bug fix.
69 (ediff-revision): Allow selection of the file at the prompt.
7261ece3 70
83f40583
SM
712000-12-23 Stefan Monnier <monnier@cs.yale.edu>
72
73 * subr.el (combine-run-hooks): Remove.
74
75 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
76 and remove the rogue second spec.
77
bdd6d4e8
GM
782000-12-23 Gerd Moellmann <gerd@gnu.org>
79
80 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
81
26736ce3
SM
822000-12-22 Stefan Monnier <monnier@cs.yale.edu>
83
0e86b6b0
SM
84 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
85 Use minibuffer menu prompt for the `=' prefix.
86 (smerge-command-prefix): Change default to C-^.
6eabfb26 87 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 88
26736ce3
SM
89 * skeleton.el (skeleton-internal-1): Make sure the first line of
90 the region is also re-indented.
d21584d6
SM
91 (skeleton-end-newline): New var.
92 (skeleton-end-hook): Use it.
26736ce3 93
95fa4fd7
MB
942000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
95
96 * comint.el (comint-password-prompt-regexp): Support CVS.
97
f060b834
GM
982000-12-22 Gerd Moellmann <gerd@gnu.org>
99
856ff7a7
GM
100 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
101 backspace key combinations, depending on
102 delete-key-deletes-forward.
103
104 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
105
f060b834
GM
106 * simple.el (delete-key-deletes-forward): Doc fix.
107
653558a1
GM
1082000-08-22 Emmanuel Briot <briot@gnat.com>
109
110 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 111 white spaces are relevant in the XML file.
653558a1
GM
112 (xml-parse-file): Do not kill an existing Emacs buffer if the file
113 to parse was already edited. This allows for on-the-fly analysis
26736ce3 114 of XML files.
653558a1
GM
115 (xml-parse-tag): Check that the casing is the same in the start
116 tag and end tag, since XML is case-sensitive. Allows for spaces
117 in the end tag, after the name of the tag.
118 (xml-parse-attlist): Allow for the character '-' in the name of
119 attributes, as in the standard http-equiv attribute Do not save
26736ce3 120 the properties in the XML tree, since they are not relevant.
653558a1 121
3ad93d8d
SM
1222000-12-21 Stefan Monnier <monnier@cs.yale.edu>
123
124 * generic.el (generic-read-type): Undo last change, inline into
125 `generic-mode' and then remove.
126 (generic-mode): Inline generic-read-type.
127 (define-generic-mode): Push the symbol name rather than the symbol
128 onto generic-mode-list.
129
177f4e88
GM
1302000-12-21 Gerd Moellmann <gerd@gnu.org>
131
8e15274f
GM
132 * generic.el (generic-read-type): Build an alist for
133 completing-read as in 20.7.
134
135 * play/landmark.el (lm): Use interactive spec `P'.
136 (toplevel): Don't set debug-on-error.
137
177f4e88
GM
138 * server.el (server-switch-buffer): Choose a window on a visible
139 frame.
140
6ba384dc
GM
1412000-12-21 Dave Pearson <davep@davep.org>
142
143 * quickurl.el: Commentry change, I've moved my web site.
144
647a066c
GM
1452000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
146
147 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
148 ranges like \177-\237, but accepts the character sequence from \177 to
149 \237. Doc fix.
150 (ebnf-version): New version (3.4).
151 (ebnf-setup): Code fix.
152 (ebnf-range-regexp): New fun.
153 (ebnf-8-bit-chars): Const fix.
154
155 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
156 entry. Doc fix.
157 (ebnf-bnf-lex): Code fix.
158 (ebnf-bnf-comment-chars): Const fix.
159
160 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
161 entry. Doc fix.
162 (ebnf-iso-comment-chars): Const fix.
163
164 * ebnf-otz.el: Doc fix.
165
166 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
167 entry. Doc fix.
168 (ebnf-yac-skip-code): Code fix.
169 (ebnf-yac-comment-chars): Const fix.
170
bc22fd18
EZ
1712000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
172
173 * files.el (insert-directory-safely): New function.
834d23b2
EZ
174 (recover-file): Use it instead of insert-directory. From Markus
175 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 176
587fc3f9
KH
1772000-12-21 Kenichi Handa <handa@etl.go.jp>
178
eeefcfde 179 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 180 coding-category-list more rigidly. Improve help message.
eeefcfde 181
587fc3f9
KH
182 * dired.el (dired-move-to-filename-regexp): Fix previous change.
183
01860fb9
MB
1842000-12-21 Miles Bader <miles@gnu.org>
185
587fc3f9
KH
186 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
187 prefix.
01860fb9 188
3f9d67a6
KH
1892000-12-21 Kenichi Handa <handa@etl.go.jp>
190
9fd1c1f7
KH
191 * international/mule-diag.el (describe-char-after): Make *Help*
192 buffer inherit multibyteness of the current buffer.
193
3f9d67a6
KH
194 * international/mule.el (make-char): Docstring adjusted for the
195 change of make-char-internal.
196
c9669fac
SM
1972000-12-20 Stefan Monnier <monnier@cs.yale.edu>
198
199 * international/iso-cvt.el: Docstrings fix.
200
19594307
DL
2012000-12-20 Dave Love <fx@gnu.org>
202
203 * subr.el (eval-after-load): Doc fix.
204
b1a447b3
KH
2052000-12-20 Kenichi Handa <handa@etl.go.jp>
206
207 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
208 for numbers.
209
09877d5d
MB
2102000-12-20 Miles Bader <miles@gnu.org>
211
212 * international/quail.el (quail-help): Resize the help window
213 again after it has all its contents. Remove unneeded progn.
214
71d4497a
GM
2152000-12-19 Gerd Moellmann <gerd@gnu.org>
216
217 * pcmpl-linux.el: Fix copy/paste error.
218
741e56a0
AI
2192000-12-19 Andrew Innes <andrewi@gnu.org>
220
221 * simple.el (delete-key-deletes-forward-mode): Fix typo in
222 docstring.
223
cc24d91c
CD
2242000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
225
ba4c05aa
CD
226 * progmodes/idlw-rinfo.el: Fixed copyright notice.
227
228 * progmodes/idlw-toolbar.el: Fixed copyright notice.
229
230 * progmodes/idlw-shell.el: Fixed copyright notice.
231
232 * progmodes/idlwave.el: Fixed copyright notice.
233
71d4497a 234 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
235 TAB as key separators.
236
524c8caf
GM
2372000-12-19 Alex Schroeder <alex@gnu.org>
238
239 * sql.el (sql-sybase-options): New option.
240 (sql-sybase): Use it. Add sql-database to the list of parameters
241 provided for login. The options -w 2048 -n are not used any more.
242 (sql-postgres-options): Changed default from "--pset" to "-P".
243 (sql-mysql-options): Doc change.
244 (sql-stop): Doc change.
245
b5fa513d
KH
2462000-12-19 Kenichi Handa <handa@etl.go.jp>
247
248 * international/quail.el (quail-input-method): Always hide
249 the guidance buffer on exiting.
250
91c9e6ce
GM
2512000-12-18 Gerd Moellmann <gerd@gnu.org>
252
c6da4eb4
GM
253 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
254 isn't fboundp.
255
3d2a0e0b
GM
256 * server.el (server-buffer-done): Bury the buffer before
257 killing it.
258
91c9e6ce
GM
259 * faces.el (face-spec-set): Interpret a nil in specs for
260 foreground and background colors as `unspecified', for
261 compatibility with 20.x.
262
40fa0008
DL
2632000-12-18 Dave Love <fx@gnu.org>
264
22adbe54
DL
265 * simple.el (mail-user-agent): Doc fix.
266 (input-mode-8-bit): Removed.
267
268 * international/mule.el (set-keyboard-coding-system): Doc fix.
269 (keyboard-coding-system): New option.
270
40fa0008
DL
271 * mail/sendmail.el (send-mail-function): Customize.
272
6f4745e2
EZ
2732000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
274
275 * international/codepage.el (cp866-decode-table): New table.
276
82b90229
GM
2772000-12-18 Gerd Moellmann <gerd@gnu.org>
278
279 * version.el (emacs-version): Remove `%a' from the time format
280 because the weekday doesn't fit well into each locale.
281
5a047002
MB
2822000-12-18 Miles Bader <miles@gnu.org>
283
7f49aa07
MB
284 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
285
5a047002
MB
286 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
287 Check that emacs-major-version is `=' to 20, not `>='.
288 (artist-replace-chars): Use `make-string' instead of a loop.
289
22ea2607
EZ
2902000-12-17 Stefan Monnier <monnier@cs.yale.edu>
291
292 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
293 (cvs-execute-single-file): Don't change directory.
294 Patch from Per Cederqvist.
295
6c825f8e
EZ
2962000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
297
298 * textmodes/ispell.el (check-ispell-version): If
299 `ispell-program-name' is "aspell", pass it the -v switch instead
300 of -vv.
301
8ff06845
KH
3022000-12-16 Kenichi Handa <handa@etl.go.jp>
303
af4bb4c8
KH
304 * international/mule-diag.el (mule-diag): Insert information about
305 configure options, multibyte awareness, language env.
306
8ff06845
KH
307 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
308 regexp to search for candidates.
309
b24e84ab
EZ
3102000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
311
312 * info.el (Info-forward-node): If the node has an
313 Info-header-line, widen the buffer before searching for "next:"
314 and "up:" pointers, and set the search limit to stay in the
315 current node.
316
7981d89f
MB
3172000-12-16 Miles Bader <miles@gnu.org>
318
319 * simple.el (delete-trailing-whitespace): Remove extraneous let.
320
88ee7917
MB
3212000-12-15 Miles Bader <miles@gnu.org>
322
323 * comint.el (comint-send-string, comint-send-region): Also accept
324 a buffer, buffer-name, or nil for PROCESS, for compatibility with
325 process-send-string/region.
326
0c28d842
GM
3272000-12-15 Gerd Moellmann <gerd@gnu.org>
328
4ea7fdca
GM
329 * isearch.el (isearch-lazy-highlight-max): New user-option.
330 (isearch-lazy-highlight-update): Don't highlight more than
331 isearch-lazy-highlight-max matches.
332
0c28d842
GM
333 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
334
3ffa545b
GM
3352000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
336
8062e53a
GM
337 * sort.el (sort-columns): Fix error message.
338
3ffa545b
GM
339 * dabbrev.el (dabbrev--last-case-pattern): Value is now
340 `upcase' or `downcase' or nil.
341 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
342 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
343 (dabbrev--substitute-expansion): New arg record-case-pattern.
344 If it is non-nil, set dabbrev--last-case-pattern.
345 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
346
347 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
348
c2d7f289
MB
3492000-12-15 Miles Bader <miles@gnu.org>
350
b6348438
MB
351 * paths.el (Info-default-directory-list): Don't delete
352 configure-info-directory from the list of standard info
353 directories when appending it to the end -- their order is
354 important.
355
f9056dd9
MB
356 * faces.el (read-face-attribute): If there's no entry for the
357 user's input in VALID, just use it as-is (this will often result
358 in an error, but it may be OK for e.g. colors using hexadecimal
359 notation, and at least will yield a better error message).
360
c2d7f289
MB
361 * window.el (mode-line-window-height-fudge): Function removed.
362 (height-affecting-face-attributes, mode-line-window-height-fudge):
363 Variables removed.
364 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
365 window is really the right size. Use vertical-motion
366 rather than forward-line.
367 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
368 (ispell-command-loop, ispell-show-choices): Use the variable
369 ispell-choices-win-default-height, rather than the function.
370 (ispell-choices-win-default-height): Function removed.
371 (ispell-mode-line-window-height-fudge): Function removed.
372
8f530b95
SM
3732000-12-14 Stefan Monnier <monnier@cs.yale.edu>
374
375 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
376
6d435deb
EZ
3772000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
378
4dddb0b7
EZ
379 * paths.el (Info-default-directory-list): If
380 configure-info-directory is not one of the standard directories,
381 put it first in the list; otherwise put it last. Doc string
382 changed accordingly.
383
384 * info.el (Info-directory-list): Change doc string to reflect the
385 change in Info-default-directory-list.
386
6d435deb
EZ
387 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
388 windows-nt as windowed environments, even under -nw.
389
390 * startup.el (command-line): Don't call x-backspace-delete-keys-p
391 if not fboundp. Switch delete-forward mode for the <delete> key
392 on all PC platforms, even under -nw.
393
394 * term/internal.el ([M-delete]): Remap to M-d.
395
9d7d9263
GM
3962000-12-14 Gerd Moellmann <gerd@gnu.org>
397
398 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
399
7cf0153a
EZ
4002000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
401
402 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
403
5e5b3d41
GM
4042000-12-14 Gerd Moellmann <gerd@gnu.org>
405
5f368d29
GM
406 * startup.el (command-line): Call delete-key-deletes-forward-mode,
407 if appropriate.
408
409 * simple.el (delete-key-deletes-forward): New user-option.
410 (delete-key-deletes-forward-mode): New function.
411
9d7d9263 412 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 413
5e5b3d41
GM
414 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
415 if symbol is bound before getting its value.
416
417 * tooltip.el (tooltip-show): If an error is signaled in
418 x-show-tip, display that error, and display the help in the
419 echo area.
c2d7f289 420
191b83b6
KH
4212000-12-14 Kenichi Handa <handa@etl.go.jp>
422
423 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
424 "... entries" messages for every 10000 entries, not 10.
425
6192b604
KF
4262000-12-13 Karl Fogel <kfogel@red-bean.com>
427
428 * bookmark.el: Provide a generic exit hook, as suggested by
429 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
430 (bookmark-exit-hook): New var.
431 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
432 old raw lambda form in `kill-emacs-hook', and runs new
433 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
434 as logically that feature must have been provided if this function
435 is running.
436 Removed ;;;###autoload before the `add-hook' call.
437
5edf6b55
SM
4382000-12-13 Stefan Monnier <monnier@cs.yale.edu>
439
440 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
441 (easy-menu-current-active-maps): New function.
442 (easy-menu-get-map): Use it.
443 Make a proper menu entry when creating a new keymap.
444
16b5e8e6
KH
4452000-12-13 Kenichi Handa <handa@etl.go.jp>
446
d49fc4eb
KH
447 * international/characters.el: Fix cases and syntaxes for
448 mule-unicode-0100-24ff.
449
3b53d876
KH
450 * dired.el (dired-move-to-filename-regexp): Fixed for the case
451 that a Japanese character is not appended after day and year.
452
16b5e8e6
KH
453 * info.el (Info-suffix-list): Change format for a command that
454 requires arguments.
455 (info-insert-file-contents): Adjusted for the above change.
456
1df1c518
AS
4572000-12-12 Andreas Schwab <schwab@suse.de>
458
459 * tar-mode.el (tar-extract): Base the name of the subfile buffer
460 on the name of the tar buffer. Verify that the existing buffer is
461 visiting the same subfile.
462
a7a07b98
DL
4632000-12-12 Dave Love <fx@gnu.org>
464
465 * subdirs.el: Add obsolete.
466
4fdbd809
GM
4672000-12-12 Gerd Moellmann <gerd@gnu.org>
468
bfdb75ee
GM
469 * mail/rmailsum.el (rmail-summary-expunge)
470 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
471 instead of rmail-confirm-expunge.
472
4fdbd809
GM
473 * replace.el (perform-replace): Don't use an empty match adjacent
474 to a non-empty match when computing the next match before the
475 replacement is performed.
476
e9a59cad
GM
4772000-12-12 Milan Zamazal <pdm@freesoft.cz>
478
479 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
480 definition (patch by Stefan Monnier).
481 (glasses-mode): Use jit-lock instead of `after-change-functions'
482 (patch by Stefan Monnier).
483
c2def7a0
MB
4842000-12-12 Miles Bader <miles@gnu.org>
485
486 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
487 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
488
591b63b4
AC
4892000-12-12 Andrew Choi <akochoi@i-cable.com>
490
491 * term/mac-win.el: Remove load for ls-lisp.
492
a924cf63 493 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 494
5ff4ba3d
MB
4952000-12-12 Miles Bader <miles@gnu.org>
496
497 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
498 Respect field end too.
499 (just-one-space): Respect fields as `delete-horizontal-space'.
500 (newline-and-indent, reindent-then-newline-and-indent): Use
501 `delete-horizontal-space'.
502
d0c679bc
SM
5032000-12-11 Stefan Monnier <monnier@cs.yale.edu>
504
adf9c994
SM
505 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
506 (so as to obey the field property in the minibuffer).
507
4b0cd42d
SM
508 * obsolete/c-mode.el: Moved from lisp/progmodes.
509 * obsolete/auto-show.el: Moved from lisp.
510 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 511
89f85863
CD
5122000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
513
514 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
515 changes to list them here.
516
517 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
518 many changes to list them here.
519
520 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
521 many changes to list them here.
522
523 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
524
3e0d35ce
GM
5252000-12-11 Gerd Moellmann <gerd@gnu.org>
526
d990421f
GM
527 * simple.el (kill-new): Don't try to setcar kill-ring if it is
528 nil.
529
fda514f7
GM
530 * cus-edit.el (custom-save-variables, custom-save-faces):
531 Comment fix.
532
3e0d35ce
GM
533 * hscroll.el: Moved to `obsolete' subdir.
534
ff904dd6
MB
5352000-12-11 Miles Bader <miles@gnu.org>
536
537 * window.el (window-text-height): Function removed (now in C).
538
fb97d87f
SM
5392000-12-10 Stefan Monnier <monnier@cs.yale.edu>
540
541 * log-edit.el (log-edit-parent-buffer): New var.
542 (log-edit): Set it. Add BUFFER argument.
543 (log-edit-done): Use char-before.
544 Don't bother checking validity of vc-comment-ring.
545 Only bury the buffer if log-edit popped it up.
546
547 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
548 (cvs-mode-diff-help): Remove.
549 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 550 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
551
552 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
553 Remove binding for ? now made unnecessary.
554
7de77417
CD
5552000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
556
557 * textmodes/reftex.el (reftex-scanning-info-available-p): New
558 function
559 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
560
561 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
562 when master file is not open.
563
4efa209f
SM
5642000-12-09 Stefan Monnier <monnier@cs.yale.edu>
565
566 * progmodes/ada-stmt.el: Update `maintainer'.
567
0a8052bd
GM
5682000-12-09 Stephen Gildea <gildea@alum.mit.edu>
569
570 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
571 choices to match documentation string.
572
a12167c5
MB
5732000-12-09 Miles Bader <miles@gnu.org>
574
2161605d
MB
575 * minibuf-eldef.el: New file.
576
a12167c5
MB
577 * window.el (fit-window-to-buffer): Don't pass last argument to
578 pos-visible-in-window-p, now that its meaning is inverted.
579
9ea8de1b
EZ
5802000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
581
582 * image.el (create-image): Doc fix; spotted by Per Cederqvist
583 <ceder@lysator.liu.se>.
584
5002ddbb
SM
5852000-12-08 Stefan Monnier <monnier@cs.yale.edu>
586
b6114d80
SM
587 * autoinsert.el (auto-insert-alist): Add missing final \n.
588
ee8d23ee
SM
589 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
590 (cvs-menu-map): Remove.
591 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
592 (cvs-mode-quit): Turn it back into a plain function.
593
5002ddbb 594 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 595 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
596
597 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
598 file where it's more visible.
599 (texinfo-filter, texinfo-chapter-level-regexp): New variables
600 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
601 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
602 (texinfo-inside-macro-p): Only catch `scan-error's.
603 (texinfo-inside-env-p): Make better use of the match info.
604 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
605 (texinfo-insert-@end): Slight re-organization.
606 Also remove useless `looking-at' call.
607
30cd075d
AI
6082000-12-08 Andrew Innes <andrewi@gnu.org>
609
610 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
611 accessible in -nw mode.
612
613 * term/w32-win.el: Remove stuff about selection timeout, which is
614 irrelevant on Windows. Move clipboard support to w32-fns.el, so
615 it is accessible in -nw mode.
616
01b91009
DL
6172000-12-08 Dave Love <fx@gnu.org>
618
619 * emacs-lisp/lisp-mode.el (lisp-mode): Set
620 font-lock-keywords-case-fold-search.
621
842b2a94
GM
6222000-12-08 Gerd Moellmann <gerd@gnu.org>
623
624 * textmodes/ispell.el (ispell): Doc fix.
625
f9d5f611
KH
6262000-12-08 Kenichi Handa <handa@etl.go.jp>
627
628 * international/quail.el (quail-insert-decode-map): Check the
629 frame width of a window displaying the current buffer, not that of
630 the selected frame.
631 (quail-help): Make sure that the help buffer has window before
632 inserting text in it.
633
e04d21aa
SS
6342000-12-07 Sam Steingold <sds@gnu.org>
635
636 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
637 Backquote is used in isearch.el, so autoloading saves nothing.
638
fc3e23a4
EZ
6392000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
640
137cad7c
EZ
641 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
642 the CVS and RCS subdirectories case-insensitively.
643
fc3e23a4
EZ
644 * dired.el (dired-insert-directory): If file-system-info is
645 fboundp, call it instead of invoking dired-free-space-program.
646
796ecd10
GM
6472000-12-07 Gerd Moellmann <gerd@gnu.org>
648
0f5f7c3e
GM
649 * server.el (server-visit-files): Push files on file-name-history.
650
3764ba49
GM
651 * progmodes/cc-langs.el: Update copyright.
652
8e7931da
GM
653 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
654
ae0d7485 655 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 656
796ecd10
GM
657 * bindings.el (mode-line-mode-menu): Reverse the order
658 of define-keys so that the menu appears in alphabetical order.
659
ae0d7485
GM
6602000-12-07 Milan Zamazal <pdm@freesoft.cz>
661
662 * progmodes/glasses.el (glasses-mode): Update mode line at the end
663 of the function.
664
e2849090
DL
6652000-12-07 Dave Love <fx@gnu.org>
666
667 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
668
669 * facemenu.el (facemenu-unlisted-faces): Fix value.
670
5c7f629c
SM
6712000-12-07 Stefan Monnier <monnier@cs.yale.edu>
672
673 * font-lock.el (font-lock-default-fontify-region):
674 Include the terminating \n (off-by-one error).
675 (font-lock-set-defaults): Use dolist.
676
677 * derived.el (define-derived-mode): Don't use combine-run-hooks.
678
73481ae3
KH
6792000-12-07 Kenichi Handa <handa@etl.go.jp>
680
ffbaa122
KH
681 * international/mule-cmds.el (describe-language-environment): Fix
682 for the case that an input method title is not string but a list.
683
73481ae3
KH
684 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
685 of wrong SIZE record.
686
e2896b22
DL
6872000-12-06 Dave Love <fx@gnu.org>
688
67292061
DL
689 * newcomment.el (comment-region, comment-dwim): Doc fix.
690
691 * textmodes/texinfo.el: Require tex-mode when compiling.
692 (texinfo-update-node): Doc fix.
693 (texinfo-imenu-generic-expression): Add @anchor.
694 (texinfo-font-lock-keywords): Add @uref.
695 (texinfo-inside-macro-p): Don't use ignore-errors.
696 (texinfo-insert-quote): Match more contexts.
697
e76938e7
DL
698 * international/mule.el (decode-char, encode-char): Doc fix.
699 (auto-coding-alist): Customize.
700
701 * files.el (load-file): Fix change of 2000-03-12.
702
e2896b22
DL
703 * wid-edit.el (widget-text-keymap): Doc fix.
704
6610f4b2
AI
7052000-12-06 Andrew Innes <andrewi@gnu.org>
706
707 * makefile.w32-in (lisp): Set to an absolute directory, namely
708 $(CURDIR).
709
9e3366e4
EZ
7102000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
711
712 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
713 read generated-autoload-file, and set buffer-file-coding-system to
714 raw-text-unix after reading the file.
715
716 * international/mule-conf.el (file-coding-system-alist): Use
717 raw-text for reading loaddefs.el and raw-text-unix for writing
718 it.
719
d94d636f
GM
7202000-12-06 Gerd Moellmann <gerd@gnu.org>
721
384333ee
GM
722 * replace.el (occur): Make line-number-width 1 smaller for the
723 colon following the line number.
724
347d0813
GM
725 * startup.el (fancy-splash-text, command-line-1): Use
726 `File' for the menu name instead of `Files'.
e04d21aa 727
d4b72d58
GM
728 * tmm.el: Update copyright.
729
d94d636f
GM
730 * cus-start.el: Add entry for even-window-heights.
731
6e424019
MB
7322000-12-06 Miles Bader <miles@gnu.org>
733
734 * faces.el (frame-set-background-mode): Avoid stomping on
735 locally modified faces.
736
e6477b58
KH
7372000-12-06 Kenichi Handa <handa@etl.go.jp>
738
739 * international/fontset.el: Correct the font registries for
740 japanese-jisx0213-1 and japanese-jisx0213-2.
741
21999ab9
GM
7422000-12-05 Gerd Moellmann <gerd@gnu.org>
743
57d6e381
GM
744 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
745
21999ab9
GM
746 * iswitchb.el: Update customization commentary.
747
7422819c
GM
7482000-12-05 Rob Riepel <riepel@Stanford.EDU>
749
750 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
751 (tpu-search-highlight): Fixed comparison of overlay end positions.
752 (tpu-trim-line-ends): Implemented trimming logic locally.
753
754 * emulation/tpu-extras.el (tpu-write-file-hook)
755 (tpu-set-cursor-bound): Replaced picture-clean with
756 tpu-trim-line-ends.
757
73daff18
KH
7582000-12-05 Kenichi Handa <handa@etl.go.jp>
759
760 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
761 to cn-gb.
762 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
763
6a4cd002
DL
7642000-12-04 Dave Love <fx@gnu.org>
765
766 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
767
6452929e
GM
7682000-12-04 Gerd Moellmann <gerd@gnu.org>
769
e04d21aa 770 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
771 (rmail-summary-expunge-and-save): Ask for confirmation with
772 rmail-expunge-confirmed.
773
774 * mail/rmail.el (rmail-expunge-confirmed): New function.
775 (rmail-expunge): Use it.
776
0c68ce6f
GM
777 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
778 (etags-recognize-tags-table, find-tag-in-order): New
779 functionality: interpret file names as tags.
e04d21aa 780
7a53d8c8
EZ
7812000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
782
783 * info.el (Info-scroll-prefer-subnodes): New defcustom.
784 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
785 visit the first subnode until the bottom of the current node is
786 visible.
787
caa15ef7
GM
7882000-12-04 Gerd Moellmann <gerd@gnu.org>
789
790 * format.el (format-decode): Don't change buffer's undo list.
791
e225faa7
KH
7922000-12-04 Kenichi Handa <handa@etl.go.jp>
793
794 * faces.el (face-font-registry-alternatives): Add entries for CJK
795 fonts. Doc-string adjusted for the actual usage of this data.
796
797 * international/fontset.el: Change the font registries for CJK
798 fonts in the default fontset. Don't append '*' to registries.
799
8b262a65
SM
8002000-12-03 Stefan Monnier <monnier@cs.yale.edu>
801
e04d21aa 802 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
803 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
804
805 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
806 (derived-mode-p): New function.
807 (derived-mode-make-docstring): Add `docstring' argument.
808 Use it if available and complete it if necessary.
809
33c4460b
AS
8102000-12-03 Andreas Schwab <schwab@suse.de>
811
812 * type-break.el (type-break): Don't make parent of itself.
813
5c9b3fac
MB
8142000-12-03 Miles Bader <miles@gnu.org>
815
816 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
817
27ce741e
SM
8182000-12-02 Stefan Monnier <monnier@cs.yale.edu>
819
07c16ec4
SM
820 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
821 (tex-main-file, tex-file): Simplify.
822 (tex-generate-zap-file-name): Use subst-char-in-string.
823 (tex-strip-dots): Remove.
824
c19cc275
SM
825 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
826
27ce741e
SM
827 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
828 to check if the match succeeded.
829
285991dc
GM
8302000-12-02 Gerd Moellmann <gerd@gnu.org>
831
832 * startup.el (use-fancy-splash-screens-p): New function.
833 (command-line-1): Use it to determine whether or not to use
834 a fancy splash screen.
835
52dca1b2
AS
8362000-12-02 Andreas Schwab <schwab@suse.de>
837
838 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
839
d3e7e7cf
EZ
8402000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
841
2dce2360
EZ
842 * international/mule.el (make-char): Fix last change.
843
9768eaa7
EZ
844 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
845 New defcustoms.
846 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
847 autoloading tex-mode; instead, do the same manually. Use
848 texinfo-open-quote and texinfo-close-quote. Insert literal quote
849 with numeric argument. Docstring fix.
850 (toplevel): Require cl when compiling.
e04d21aa 851
285991dc 852 * international/mule.el (make-char): Doc fix.
d3e7e7cf 853
0dd5e255
JR
8542000-12-02 Jason Rumney <jasonr@gnu.org>
855
856 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
857 the Emacs Lisp manual)
858
fbb87147
EZ
8592000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
860
5cbb3e93
EZ
861 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
862
fbb87147
EZ
863 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
864 the Emacs Lisp manual).
865
1636ca09
GM
8662000-12-02 Gerd Moellmann <gerd@gnu.org>
867
868 * simple.el (next-line-add-newlines): Change default to nil.
869
68875f0e
EZ
8702000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * files.el (revert-buffer, recover-file): Bind
873 coding-system-for-read to emacs-mule-unix, not to no-conversion.
874
fd9ac94c
GM
8752000-12-01 Gerd Moellmann <gerd@gnu.org>
876
877 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
878
45450dd5
MB
8792000-12-01 Miles Bader <miles@gnu.org>
880
881 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
882
09df8881
KH
8832000-12-01 Kenichi Handa <handa@etl.go.jp>
884
885 * international/mule-diag.el (describe-char-after): Fix typo.
886 (describe-character-set, non-iso-charset-alist): Fix typo.
887
dea0a87d
MB
8882000-12-01 Miles Bader <miles@gnu.org>
889
b170205b
MB
890 * image-file.el (image-file-name-regexp): Automatically add
891 upper-case variants of each filename extension in
892 `image-file-name-extensions', since they seem to be common.
893
e04d21aa 894 * simple.el (minibuffer-contents)
dea0a87d
MB
895 (minibuffer-contents-no-properties, delete-minibuffer-contents):
896 New functions.
897 * filecache.el (file-cache-directory-name)
898 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
899
2b69bc11 9002000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 901
dea0a87d
MB
902 * filecache.el (file-cache-minibuffer-complete): Don't try to
903 delete the minibuffer prompt.
904
a8a1b05d
DL
9052000-11-30 Dave Love <fx@gnu.org>
906
907 * cus-start.el: Fix read-buffer-function type.
908
693c4692
GM
9092000-11-30 Gerd Moellmann <gerd@gnu.org>
910
911 * md5.el: Removed. There's a built-in function, now.
912
2c0b1898
GM
9132000-11-30 Markus Rost <rost@math.ohio-state.edu>
914
915 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
916 as dummy 0-th char of rmail-deleted-vector.
917
63dfcf4b
EZ
9182000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
919
920 * ps-print.el (ps-end-job): Bind case-fold-search only after
921 switching to ps-spool-buffer.
922
9232000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
924
925 * ps-print.el: Line number font customization. PostScript: Lines and
926 PageCount are initialized on each page. Doc Fix.
927 (ps-print-version): New version number (6.3.2).
928 (ps-lpr-switches, ps-font-info-database, ps-font-size)
929 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
930 (ps-right-header): Customization fix.
931 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
932 Fix code.
933 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
934 New vars.
935
df3aedcf
GM
9362000-11-30 Gerd Moellmann <gerd@gnu.org>
937
edfb795e
GM
938 * bs.el: Fix typos and spelling errors.
939 (bs-appearance) <defgroup>: Renamed from bs-appearence.
940 (bs-configuration): Doc fix.
e04d21aa 941
df3aedcf
GM
942 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
943
8b8a7f01
GM
9442000-11-30 Rob Riepel <riepel@Stanford.EDU>
945
946 * emulation/tpu-edt.el (tpu-version): New version.
947 (tpu-search-overlay, tpu-replace-overlay): New initial range.
948 (tpu-original-mode-line): Variable deleted.
949 (tpu-mark-flag): New initial value.
950 (tpu-set-mode-line): Don't redefine mode-line-format. Add
951 tpu-mark-flag to minor-mode-alist.
952 (tpu-update-mode-line): New mark flag logic.
953 (tpu-get): Use find-file-wildcards.
954 (tpu-search-highlight): Move overlay less, reset overlay properly.
955 (tpu-unselect): Deactivate mark.
956 (tpu-lm-replace): Reset overlay properly.
957 (tpu-forward-line): Use forward-visible-line.
958 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
959
960 * emulation/tpu-extras.el (tpu-forward-line): Use
961 forward-visible-line.
e04d21aa 962
c069a9d3
GM
9632000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
964
965 * cus-edit.el (custom-face-value-create): Always emphasize tag.
966
b02cd40b
GM
9672000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
968
969 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
970 and skip whitespace and newlines.
e04d21aa 971
b7a90344
SM
9722000-11-30 Stefan Monnier <monnier@cs.yale.edu>
973
974 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
975
be6bbb55
GM
9762000-11-29 Gerd Moellmann <gerd@gnu.org>
977
0383ed60
GM
978 * help.el (describe-function-1): Regexp-quote function name
979 when used as part of a regexp.
980
c7957947
GM
981 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
982 face-attribute instead of face-foreground and face-background.
983 (tool-bar-add-item): Likewise, and handle unspecified colors.
984
985 * enriched.el (enriched-face-ans): Use face-attribute instead
986 of face-foreground and face-background.
987
988 * faces.el (face-foreground, face-background, face-stipple):
989 Return nil if attribute is unspecified, for backward
990 compatibility.
991
7423978d
GM
992 * files.el (auto-mode-alist): Add an entry for antlr-mode.
993
ef128c78
GM
994 * play/5x5.el: Remove version info.
995
a81fc510
GM
996 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
997
be6bbb55
GM
998 * frame.el (blink-cursor-mode): Doc fix.
999
f9396e03
GM
10002000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1001
1002 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1003 to create Makefile rules.
1004 (antlr-tool-command): New user option.
1005 (antlr-ask-about-save): New user option.
1006 (antlr-makefile-specification): New user option.
1007 (antlr-file-formats-alist): New variable.
1008 (antlr-special-file-formats): New variable.
1009 (antlr-unknown-file-formats): New user option.
1010 (antlr-help-unknown-file-text): New variable.
1011 (antlr-help-rules-intro): New variable.
1012 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1013 (antlr-mode-menu): Add entries.
1014 (antlr-file-dependencies): New function.
1015 (antlr-directory-dependencies): New function.
1016 (antlr-superclasses-glibs): New function.
1017 (antlr-run-tool): New command.
1018 (antlr-makefile-insert-variable): New function.
1019 (antlr-insert-makefile-rules): New function.
1020 (antlr-show-makefile-rules): New command.
1021
1022 * antlr-mode.el: More Emacs/XEmacs stuff.
1023 (antlr-no-action-keywords): New constant with value nil.
1024 (antlr-font-lock-keywords-alist): Use it. Old value would break
1025 syntax highlighting in Emacs-21.0.
1026 (antlr-default-directory): Emacs/XEmacs dependend function.
1027 (antlr-read-shell-command): Ditto.
1028 (antlr-with-displaying-help-buffer): Ditto.
1029
10302000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1031
1032 * antlr-mode.el: imenu, parsing and highlighting changes.
1033 (antlr-imenu-create-index-function): Don't create extra submenus
1034 for definitions in different grammar classes. It is not necessary
1035 for the menu and would make command `imenu' awkward to use.
1036 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1037 header actions and more than one.
1038 (antlr-font-lock-tokendef-face): Changed color.
1039 (antlr-font-lock-tokenref-face): Changed color.
1040 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1041 (antlr-mode-syntax-table): New variable.
1042 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1043 (antlr-with-syntax-table): Don't copy syntax table.
1044
10452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1046
1047 * antlr-mode.el: Minor changes: language setting.
1048 (antlr-language-alist): The value for file option "language" can
1049 be both an identifier and a string.
1050 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1051 (antlr-language-limit-n-regexp): Change accordingly.
1052
10532000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1054
1055 * antlr-mode.el: Minor changes: tabs, hiding.
1056 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1057 (antlr-action-visibility): Also allow value nil to also hide the
1058 braces. Renamed from `antlr-tiny-action-length'.
1059 Suggested by Jay@aol.com.
1060 (antlr-hide-actions): Change accordingly. Hide line if completely
1061 hidden action is on a line of its own.
e04d21aa 1062
6ad948eb
SM
10632000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1064
1065 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1066
1067 * sort.el (sort-columns): Don't concat strings with numbers.
1068
9c6a4107
DL
10692000-11-29 Dave Love <fx@gnu.org>
1070
1071 * cus-edit.el (face): Fix :format.
1072
1073 * mail/feedmail.el: Require smtpmail when compiling.
1074 (mail-do-fcc): Autoload.
1075 (feedmail) <defgroup>: Fix :link.
1076 (feedmail-nuke-body-in-fcc): Fix :type.
1077 (feedmail-send-it): Add autoload cookie.
1078
053b8d35
SM
10792000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1080
1081 * newcomment.el (comment-indent): Save excursion around call to
1082 comment-indent-function.
1083
242c13e8
MB
10842000-11-29 Miles Bader <miles@gnu.org>
1085
1086 * subr.el (member-ignore-case): Return the tail of the list who's
1087 car matches, like `member', not the matching element itself.
1088
8f4b5f28
KH
10892000-11-29 Kenichi Handa <handa@etl.go.jp>
1090
1091 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1092 should not contain `\n'.
1093
bebe4a2c
GM
10942000-11-28 Gerd Moellmann <gerd@gnu.org>
1095
fd9ac94c 1096 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1097
ba7e40eb
GM
1098 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1099
75ab0c79
GM
1100 * dired-aux.el (dired-do-create-files): Construct default file
1101 name for dired-mark-read-file-name so that when the user enters
1102 just RET, the target file will end up in the target directory.
1103
bebe4a2c
GM
1104 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1105 local-abbrev-table before changing buffers because it might
1106 have a buffer-local binding.
1107
fa6d1ca8
MB
11082000-11-28 Miles Bader <miles@gnu.org>
1109
1110 * simple.el (delete-horizontal-space): Handle fields more generally.
1111
8d2c2642
GM
11122000-11-28 Gerd Moellmann <gerd@gnu.org>
1113
1114 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1115
8b31236d
DL
11162000-11-28 Dave Love <fx@gnu.org>
1117
3cbd02d2
DL
1118 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1119 comment-start-skip locally.
1120
8b31236d
DL
1121 * progmodes/fortran.el (fortran-mode): Don't set
1122 fortran-comment-line-start-skip. Set comment-start to
1123 fortran-comment-line-start.
1124 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1125 (fortran-comment-line-start-skip): Simplify slightly.
1126
ae4bf56d
GM
11272000-11-28 Gerd Moellmann <gerd@gnu.org>
1128
17ef7534
GM
1129 * play/5x5.el: Remove RCS keyword.
1130
fd9ac94c 1131 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1132
665b27a6
GM
11332000-11-28 Milan Zamazal <pdm@freesoft.cz>
1134
1135 * textmodes/tildify.el (tildify-string-alist): Add
1136 `plain-tex-mode' here.
1137
fe3c2ae3
GM
11382000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1139
1140 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1141 reference.
1142
d970106b
MB
11432000-11-28 Miles Bader <miles@gnu.org>
1144
36b80a0d
MB
1145 * cus-face.el (custom-face-attributes): Add post-filter function
1146 for :box. Make pre-filter function for :box handle all cases.
1147
d970106b
MB
1148 * wid-edit.el (widget-choose): Make sure pop-up window is large
1149 enough to display all the choices, as there's no way to scroll it.
1150
5a2bae6c
KH
11512000-11-28 Kenichi Handa <handa@etl.go.jp>
1152
1153 * international/mule-conf.el: Make the coding system no-conversion
1154 safe for all characters.
1155
9e836e23
DL
11562000-11-27 Dave Love <fx@gnu.org>
1157
8b31236d
DL
1158 * net/ldap.el (ldap) <defgroup>: Add :version.
1159
9e836e23
DL
1160 * tooltip.el (tooltip-use-echo-area): Doc fix.
1161
1162 * cus-start.el <minibuffer-prompt-properties>: Add version.
1163 <read-buffer-function>: Add.
1164
1165 * apropos.el (apropos-print): Add help-echo to active text.
1166
1167 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1168
4a74d071
GM
11692000-11-27 Gerd Moellmann <gerd@gnu.org>
1170
1171 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1172 type, group and version.
1173
76058c27
EZ
11742000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1175
4a74d071 1176 * select.el (x-get-selection): Docstring fix.
76058c27 1177
fd9ac94c 11782000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1179
fd9ac94c 1180 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1181
49060c51
AI
11822000-11-27 Andrew Innes <andrewi@gnu.org>
1183
1184 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1185
1186 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1187
b2a8e429
MB
11882000-11-27 Miles Bader <miles@gnu.org>
1189
1190 * dired.el (dired-get-filename): Return filename verbatim if
1191 LOCALP is `verbatim'.
1192 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1193 `verbatim' so that we don't inadvertently delete a non-existant
1194 directory name.
1195
5ac0366d
KH
11962000-11-27 Kenichi Handa <handa@etl.go.jp>
1197
1198 * international/characters.el: Specify cases and syntaxes for
1199 mule-unicode-0100-24ff.
1200
67f1cf4c
GM
12012000-11-27 Gerd Moellmann <gerd@gnu.org>
1202
1203 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1204 that foreground and/or background colors of the face `tool-bar'
1205 are unspecified.
1206
46c56972
MB
12072000-11-27 Miles Bader <miles@gnu.org>
1208
e04d21aa 1209 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1210 (widget-field-end): Handle widget field `pseudo-overlays'.
1211 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1212 if it's there instead of in `widget-field-list'.
1213
46c56972 1214 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1215 (help-make-xrefs): Delete extraneous newlines at the end of the
1216 docstring.
46c56972 1217
640a9cdd
JR
12182000-11-25 Jason Rumney <jasonr@gnu.org>
1219
1220 * startup.el (command-line): Call set-locale-environment after
1221 Window System init file is read, as it can result in a call to
1222 redraw-frame.
1223
0b3f96d4
EZ
12242000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * simple.el (shell-command): Mention the effect of the prefix
1227 argument in the doc string.
1228
8da6e2a1
MB
12292000-11-25 Miles Bader <miles@gnu.org>
1230
a658d039
MB
1231 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1232
8da6e2a1 1233 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1234 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1235
d3416cca
JR
12362000-11-24 Jason Rumney <jasonr@gnu.org>
1237
1238 * international/mule-cmds.el (locale-language-names): Add "jp" as
1239 a non-standard alternative for Japanese.
1240
17e37f53
AS
12412000-11-24 Andre Spiegel <spiegel@gnu.org>
1242
1243 * vc-hooks.el: Require 'cl during compilation.
1244
9aa5f148
GM
12452000-11-24 Gerd Moellmann <gerd@gnu.org>
1246
ba193890
GM
1247 * faces.el (face-set-after-frame-default): Let face attributes
1248 specified for new frames override frame parameters.
1249
9aa5f148
GM
1250 * startup.el (command-line): Fix computation of the source file
1251 for user-init-file when user-init-file is a compiled file.
1252
51a1edab
MB
12532000-11-24 Miles Bader <miles@gnu.org>
1254
e04d21aa 1255 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1256 (custom-post-filter-face-spec): New functions.
1257 (custom-face-set, custom-face-value-create): Filter the face spec
1258 before and after customization.
1259 (custom-face-set): If VALUE specifies a null face, pass a
1260 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1261 * cus-face.el (custom-face-attributes): Remove SET and GET
1262 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1263 cases they're needed.
1264
1ed74431
MB
1265 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1266 that it's distinguishable from the :off-glyph on dark-background
1267 displays. Set its background color too.
1268
67ee1125
MB
1269 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1270 so that people can easily turn it off.
1271
7d027816 12722000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1273
7d027816 1274 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1275
9aa5f148 1276 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1277
9aa5f148 1278 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1279
9aa5f148 1280 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1281 redundant skip-small-frames test.
e04d21aa 1282
9aa5f148 1283 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1284 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1285
9aa5f148
GM
1286 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1287 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1288 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1289 functions.
e04d21aa 1290
9aa5f148 1291 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1292
9aa5f148 1293 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1294
f07fa1b8
KH
12952000-11-24 Kenichi Handa <handa@etl.go.jp>
1296
1297 * international/mule-diag.el (list-iso-charset-chars): For
1298 two-byte charset, fix the `while' condition.
1299 (list-non-iso-charset-chars): Fix the `while' condition.
1300
ba8299ff
SM
13012000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1302
79372165
SM
1303 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1304 if the variable is make-variable-buffer-local.
1305
ba8299ff
SM
1306 * progmodes/ada-stmt.el (ada-template-map): Initialize
1307 and bind it to C-c t in ada-mode-map.
1308 (ada-stmt-mode-hook): New function extracted from old code.
1309 Only change the buffer-local side of skeleton-*.
1310 (ada-mode-hook): Use it.
1311
68a887fa
EZ
13122000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1313
1314 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1315 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1316 we expect to be returned by minibuffer-depth once we prompt the
1317 user in the minibuffer.
1318 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1319 as recorded in iswitchb-minibuf-depth, return non-nil.
1320
3b345582
EZ
13212000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1322
1323 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1324 (hscroll-window-maybe): Docstring fix.
1325
595dead2
DL
13262000-11-23 Dave Love <fx@gnu.org>
1327
1328 * rect.el (string-rectangle): Don't test delete-selection-mode.
1329
1e66b27a
GM
13302000-11-23 Gerd Moellmann <gerd@gnu.org>
1331
02790ce2
GM
1332 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1333 is in the tool bar.
1334
1e66b27a
GM
1335 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1336 with `no-dir'; we want the directory part to be able to remove
1337 it.
1338
a4caa65d
SM
13392000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * textmodes/outline.el (outline-flag-region):
1342 Don't bind inhibit-read-only since we don't modify the buffer.
1343 (outline-isearch-open-invisible): Don't jump to overlay-start
1344 since we're trying to unhide text around point.
1345 (outline-discard-overlays): Use dolist.
1346
1347 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1348
03e757c1
GM
13492000-11-22 Gerd Moellmann <gerd@gnu.org>
1350
e04d21aa 1351 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1352 y-or-n-p.
e04d21aa 1353
1598a961
SM
13542000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1355
1356 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1357 Fix ARG regexp to skip quoted braces.
1358 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1359 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1360 are (correctly) handled separately).
1361 Remove `caption' and `footnote' from `citations': they contain text.
1362 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1363 (latex-skeleton-end-hook): New function.
1364 (latex-mode): Use it.
1365 (tex-start-tex-marker): Remove.
1366 (tex-send-tex-command): Don't set tex-start-tex-marker.
1367 (tex-error-parse-syntax-table): New var.
1368 (tex-compilation-parse-errors): Use it.
1369 Ignore tex-start-tex-marker. Don't bother with marker-position.
1370 (tex-validate-buffer): Don't bother with marker-position.
1371
1372 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1373 (flyspell-generic-progmode-verify): Use it.
1598a961 1374
eaae8106
SS
13752000-11-22 Sam Steingold <sds@gnu.org>
1376
03e757c1
GM
1377 * simple.el (delete-trailing-whitespace): New interactive
1378 function.
e04d21aa 1379
eaae8106 1380 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1381 `ada-remove-trailing-spaces'.
eaae8106 1382 (ada-remove-trailing-spaces): Removed.
e04d21aa 1383
eaae8106 1384 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1385
1598a961
SM
1386 * textmodes/picture.el (picture-clean): Removed.
1387 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1388
a41d49e9
GM
13892000-11-22 Gerd Moellmann <gerd@gnu.org>
1390
e053c60f
GM
1391 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1392
a41d49e9
GM
1393 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1394 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1395 do anything special when jit-lock is active.
a41d49e9
GM
1396 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1397
197615f3
DL
13982000-11-22 Dave Love <fx@gnu.org>
1399
ddbfaa9f
DL
1400 * calendar/todo-mode.el (todo-top-priorities): Use
1401 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1402
ddc3c695
DL
1403 * language/chinese.el, language/cyrillic.el:
1404 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1405 * language/hebrew.el, language/indian.el, language/japanese.el:
1406 * language/korean.el, language/lao.el, language/misc-lang.el:
1407 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1408 Use provide.
1409
fb9fa98d
DL
1410 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1411 (custom-variable-set): Improve validation error mesage.
1412
197615f3
DL
1413 * rect.el (string-rectangle): Revert last change.
1414 (string-rectangle-line): New arg DELETE.
1415 (string-rectangle): Check delete-selection-mode.
1416
1417 * emacs-lisp/edebug.el (edebug-version)
1418 (edebug-maintainer-address): Deleted.
1419 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1420 (edebug-read-function): Account for other `'#' read forms.
1421 (edebug-mode-menus): Make some items toggles.
1422 (edebug-outside-unread-command-event, unread-command-event):
1423 Remove these to avoid warnings.
1424
f4117c4d
GM
14252000-11-22 David Ponce <david@dponce.com>
1426
1427 * recentf.el (recentf-menu-items-for-commands)
1428 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1429 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1430
f4117c4d
GM
1431 (recentf-build-dir-rules, recentf-dump-variable)
1432 (recentf-edit-list, recentf-open-files-item)
1433 (recentf-open-files): Replaced unnecessary `mapcar' with new
1434 built-in `mapc'.
eaae8106 1435
f8e2f3f2
MB
14362000-11-23 Miles Bader <miles@gnu.org>
1437
1438 * faces.el (menu): Make inverse-video on ttys too.
1439
4c4a541d
SM
14402000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1441
1442 * simple.el (comment-line-break-function): Use the new name
1443 indent-new-comment-line -> comment-indent-new-line.
1444 (clone-indirect-buffer): Don't ignore NORECORD.
1445 (next-completion): Properly handle the case where items are adjacent.
1446
1447 * mouse.el (popup-menu): Stupid typo.
1448
980d836e
GM
14492000-11-22 Gerd Moellmann <gerd@gnu.org>
1450
60e8e0a5
GM
1451 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1452 maintainer, keywords tags.
1453
980d836e
GM
1454 * rect.el (replace-rectangle): Don't call string-rectangle-line
1455 with too many arguments.
1456
e08b2069
AS
14572000-11-22 Andre Spiegel <spiegel@gnu.org>
1458
60e8e0a5 1459 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1460 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1461 vc-locking-user, which no longer exists.
1462
1463 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1464
c6779d8d
DL
14652000-11-22 Dave Love <fx@gnu.org>
1466
1467 * md5.el (md5): Provide.
1468 (md5): Fix error call.
1469
e672fdce
MB
14702000-11-22 Miles Bader <miles@gnu.org>
1471
eaae8106 1472 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1473 (refill-fill-paragraph-at): Remove debugging code.
1474
80e24c04
MB
1475 * calendar/calendar.el (generate-calendar-window): When we don't
1476 call `fit-window-to-buffer', make sure the top line is fully visible.
1477
3a17d6cc
MB
1478 * image-file.el (insert-image-file): Don't make `read-only'
1479 property rear-nonsticky.
1480
ae1a21c6
MB
1481 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1482 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1483 stashing away its original value.
1484 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1485 in the recursive edit.
1486 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1487 (isearch-done): Restore `minibuffer-message-timeout'.
1488
e672fdce
MB
1489 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1490
3ea79df8
SM
14912000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1494
1495 * find-lisp.el (find-lisp-find-files-internal):
1496 Use dolist, when and file-name-as-directory.
1497
980d836e 1498 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1499 (define-derived-mode, define-minor-mode): Add specs.
1500
1501 * window.el: General comment and spacing fixes.
1502 (save-selected-window): Use backquotes.
1503 (window-safely-shrinkable-p): New function.
1504 (shrink-window-if-larger-than-buffer): Use it.
1505
1506 * subr.el (make-local-hook): Docstring fix.
1507
1508 * shell.el (shell-mode): Use define-derived-mode.
1509
1510 * newcomment.el (comment-indent): Insert comment before calling
1511 comment-indent-function. Don't insert in column 0.
1512 (comment-dwim): Indent before inserting comment.
1513
1514 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1515 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1516 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1517 Use mapc rather than map.
1518
1519 * files.el (find-buffer-visiting): Compare all attributes before
1520 declaring two files identical (rather than just their inode-no).
1521 (auto-mode-alist): Use \' rather than $.
1522
1523 * which-func.el: Update maintainer line.
1524
1525 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1526 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1527 (uniquify-buffer-file-name): Use it.
1528
8f62f2b8
MB
15292000-11-22 Miles Bader <miles@gnu.org>
1530
1531 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1532 * simple.el (minibuffer-avoid-prompt): New function.
1533
fb279a6d
GM
15342000-11-21 Gerd Moellmann <gerd@gnu.org>
1535
1536 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1537
867092e9
MB
15382000-11-21 Miles Bader <miles@gnu.org>
1539
ef860850
MB
1540 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1541 inclusion of `track-mouse'.
1542
867092e9
MB
1543 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1544 (refill-adjust-ignorable-overlay): New function.
1545 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1546 only the paragraph's tail if possible.
1547 Update `refill-ignorable-overlay'.
1548 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1549
1550 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1551 point inside the fill-prefix.
1552
1553 * textmodes/refill.el (refill-post-command-function): Don't reset
1554 refill-doit in the case where a self-insertion command doesn't
1555 case a refill. Use `refill-fill-paragraph-at', getting position
1556 from `refill-doit'.
1557 (refill-after-change-function): Set `refill-doit' to END.
1558 (refill-fill-paragraph-at): New function, mostly from old
1559 refill-fill-paragraph.
1560 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1561 (refill-pre-command-function): New function.
1562 (refill-mode): Add it to `pre-command-hook'.
1563
ff9ab414
GM
15642000-11-20 Gerd Moellmann <gerd@gnu.org>
1565
29a01b72
GM
1566 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1567
ff9ab414
GM
1568 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1569 javadoc tags.
eaae8106 1570
885b211b
AS
15712000-11-20 Andre Spiegel <spiegel@gnu.org>
1572
1573 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1574 vc.el).
1575
eaae8106 1576 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1577 require vc.
eaae8106
SS
1578
1579 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1580 checkouts.
eaae8106 1581
d1838556
DL
15822000-11-20 Dave Love <fx@gnu.org>
1583
1584 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1585
2b69bc11 15862000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1587
2b69bc11
GM
1588 * calculator.el (calculator-paste): Use `if' instead of `and'
1589 and `or'.
1590 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1591
b95b34e5
GM
15922000-11-19 Gerd Moellmann <gerd@gnu.org>
1593
030de92f
GM
1594 * info.el (info-menu-5): Doc fix.
1595
b95b34e5
GM
1596 * textmodes/artist.el: New file.
1597
54970452
AS
15982000-11-19 Andre Spiegel <spiegel@gnu.org>
1599
eaae8106 1600 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1601 and differentiate according to checkout model.
1602 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1603 since this function is only concerned with master state.
1604
eaae8106 1605 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1606 vc-default-workfile-unchanged-p): Moved here from vc.el.
1607
eaae8106 1608 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1609 vc-default-workfile-unchanged-p): See above.
1610
e5a9dabf
MB
16112000-11-19 Miles Bader <miles@gnu.org>
1612
1613 * image-file.el (insert-image-file): Make `intangible' and
1614 `read-only' properties rear-nonsticky too.
1615
24127af0
GM
16162000-11-18 Gerd Moellmann <gerd@gnu.org>
1617
d392e9c5 1618 * ps-print.el: Update copyright notice.
eaae8106 1619
d392e9c5
GM
1620 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1621 (tooltip-show): Use the offsets.
1622
24127af0 1623 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1624 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1625 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1626
2b69bc11 16272000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1628
2b69bc11
GM
1629 * ps-print.el (toplevel): Test for find-coding-system being
1630 fboundp before calling ps-x-find-coding-system.
08ea6f17 1631
66321b2f
SM
16322000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1633
1634 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1635 (vc-version-backup-file): Docstring fix.
1636
046110c6
GM
16372000-11-16 Gerd Moellmann <gerd@gnu.org>
1638
4104194e
GM
1639 * files.el (basic-save-buffer): Don't add a newline if
1640 find-file-literally is non-nil.
1641 (find-file-literally): Extend doc string.
1642
046110c6
GM
1643 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1644 sort(1) with the `-f' argument.
1645
6505c16e
AS
16462000-11-16 Andre Spiegel <spiegel@gnu.org>
1647
fd063975
AS
1648 * vc.el: Updated backend documentation.
1649 (vc-default-check-headers): New function.
1650
3d02dd81 1651 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1652
1653 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1654 up-to-date.
eaae8106 1655 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1656 the minibuffer is not active.
fd063975 1657
eaae8106 1658 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1659 `vc-cvs-use-edit' is on.
eaae8106
SS
1660 (vc-cvs-checkout): When this is used for reverting the workfile,
1661 make a backup of the original contents and revert to that in case
8791d617 1662 of error.
eaae8106 1663 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1664 remote repositories.
eaae8106 1665
6505c16e
AS
1666 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1667 for both version and ratio in the minibuffer.
fd063975 1668
eaae8106 1669 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1670 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1671
a13f0660
KH
16722000-11-16 Kenichi Handa <handa@etl.go.jp>
1673
1674 * international/quail.el (quail-start-translation): Don't call
1675 `message' before reading key sequence.
1676
1389a414
MB
16772000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1678
1679 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1680
9256a532
KH
16812000-11-16 Kenichi Handa <handa@etl.go.jp>
1682
1683 * window.el (fit-window-to-buffer): Be sure to acquire at least
1684 one text line even if the buffer is empty.
1685
0e14fe9f
GM
16862000-11-16 Gerd Moellmann <gerd@gnu.org>
1687
eaae8106 1688 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1689 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1690 ange-ftp-process-verbose to nil.
1691
da645c53
DL
16922000-11-15 Dave Love <fx@gnu.org>
1693
233d5cde
DL
1694 * wid-edit.el (widget-specify-field, widget-specify-button): If
1695 :help-echo is a function, set help-echo of overlay to
1696 widget-mouse-help.
1697 (widget-mouse-help): New function.
1698 (widget-echo-help): Rewritten for :help-echo functions only taking
1699 a widget arg.
1700
b12057b9
DL
1701 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1702 display-graphic-p.
1703 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1704 and that JPEG is available.
1705 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1706
da645c53
DL
1707 * international/mule-cmds.el (locale-charset-language-names):
1708 Match @euro.
1709
6d133d1f
GM
17102000-11-15 Gerd Moellmann <gerd@gnu.org>
1711
1712 * faces.el (face-set-after-frame-default): If
0e14fe9f 1713 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1714 default face from X resources.
1715
49ac2ac5
EZ
17162000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1719 Don't set EMACSLOADPATH.
1720
4fb0a34c
EZ
17212000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1722
1723 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1724 texinfo-insert-@url.
1725 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1726 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1727
bb304a7a
SM
17282000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1729
82bc80bf
SM
1730 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1731 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1732 (checkdoc-minor-keymap): Backward compatibility.
1733 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1734 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1735 (checkdoc-this-string-valid-engine): Be a bit more strict
1736 to avoid matching substrings of `...' quoted vars/funs.
1737 (checkdoc-defun-info): Only look for `interactive' if alone.
1738 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1739
e8c87124
SM
1740 * progmodes/compile.el (grep): `tag-default' can be nil.
1741
bb304a7a
SM
1742 * newcomment.el (comment-indent): Paren typo.
1743
8628686a
DL
17442000-11-14 Dave Love <fx@gnu.org>
1745
25c269ef
DL
1746 * calculator.el: New maintainer version.
1747
66321b2f 1748 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1749
8628686a
DL
1750 * cmuscheme.el: Doc fixes.
1751 (cmuscheme) <defgroup>: Use `scheme' as parent.
1752 (cmuscheme-program-name): Remove. Change uses to
1753 scheme-program-name.
1754
1755 * xscheme.el (scheme-program-name): Don't define here.
1756
1757 * progmodes/scheme.el (scheme-program-name): New variable
1758 (originally in cmuscheme).
1759
88f0a1eb
MB
17602000-11-14 Miles Bader <miles@gnu.org>
1761
1762 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1763 Handle header-lines. Don't loop forever if we can't enlarge the
1764 window anymore. Simplify a bit.
1765
cd9a000c
KH
17662000-11-14 Kenichi Handa <handa@etl.go.jp>
1767
1768 * window.el (fit-window-to-buffer): Don't check
1769 window-text-height. Assure that the last line is fully visible.
1770
1771 * international/quail.el (quail-show-guidance-buf): Call
1772 fit-window-to-buffer to assure the enough height of the guidance
1773 buffer.
1774 (quail-update-guidance): Avoid making the guidance buffer shorter.
1775
d3fcda22
SM
17762000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1777
bdbd9606
SM
1778 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1779 rather than `prepend' and add an interesting comment.
1780 (tex-math-face, tex-font-lock-syntactic-face-function):
1781 New face and function to use it.
1782 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1783 than `menu-enable' symbol property.
1784 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1785 (tex-mode): Add some latex-mode commands for auto-selection.
1786 Use tex-font-lock-syntactic-face-function.
1787 (tex-insert-quote): Simplify.
1788 (tex-shell): New mode.
1789 (tex-start-shell): Use it.
1790 (tex-shell-proc, tex-shell-buf): New functions.
1791 (tex-send-command): Use it.
1792 (tex-main-file): Fix the meaning of the new arg REALFILE.
1793 (tex-send-tex-command): New function split from `tex-start-tex'.
1794 Set compilation-last-buffer and compilation-parsing-end.
1795
d3fcda22
SM
1796 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1797 when it follows non-comment text on the line.
1798
1799 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1800 Set font-lock-defaults.
1801 (lisp-mode-shared-map): Init inside the defvar.
1802 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1803 Use define-derived-mode.
1804
bdab1d43
MB
18052000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1806
1807 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1808
936ae731
GM
18092000-11-14 Gerd Moellmann <gerd@gnu.org>
1810
1811 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1812 recursively optimize body because that can lead to infinite
1813 recursion; see comment there.
1814
1695ca2b
EZ
18152000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1816
1817 * faces.el (face-spec-set-match-display): Revert the change from
1818 2000-10-24. Add a FIXME for after v21.1.
1819
9d348294
MB
18202000-11-13 Miles Bader <miles@gnu.org>
1821
1822 * textmodes/fill.el (skip-line-prefix): New function.
1823 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1824 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1825 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1826 point inside the fill-prefix.
9d348294 1827
b85fa13c
MB
18282000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1829
1830 * calendar/calendar.el (generate-calendar-window): Use
1831 `fit-window-to-buffer'.
1832
a0b47716
SM
18332000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * gud.el (gud-minor-mode): New var.
1836 (gud-symbol, gud-val): New functions.
1837 (gud-find-file): Copy gud-minor-mode to the new buffer.
1838 (gud-menu-map): Include entries for commands that are not always
1839 available, using :enable to (de)activate them.
1840 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1841 (gud-mode-map): New map.
eaae8106 1842 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1843 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1844 Don't set up gud's menu (it's done by the minor-mode).
1845 (gud-minibuffer-local-map): New.
1846 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1847 (gud-query-cmdline): New function.
1848 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1849 (gud-mode): Use define-derived-mode.
1850 Don't set up gud's menu (it's done by the minor-mode).
1851 (gud-chop-words): Remove.
1852 (gud-common-init): Use split-string instead.
1853 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1854
1855 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1856 Add keyword arg :name.
1857
1858 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1859 (diff-count-matches, diff-split-hunk): New functions.
1860 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1861
1862 * pcvs-info.el (cvs-fi-conflict-face): New var.
1863
1864 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1865 Make it into a simple syntax-table, shared among all submodes.
1866 (sh-heredoc-face): Re-introduce.
1867 (sh-font-lock-syntactic-face-function): New function.
1868 (sh-mode): Use it. Also use define-derived-mode.
1869 Remove old bogus setting of indent-region-function.
1870 (sh-set-shell): Don't set the syntax-table any more.
1871 (sh-mode-syntax-table) <defun>: Remove.
1872
f5ed37df
MB
18732000-11-12 Miles Bader <miles@gnu.org>
1874
1875 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1876 message if interactive.
1877
0b074c2f
DL
18782000-11-12 Dave Love <fx@gnu.org>
1879
1880 * mail/feedmail.el: Fix header,
1881 (feedmail) <defgroup>: Add :link.
1882
1883 * view.el: Use local-map property, not keymap on mode-line string.
1884
1885 * scroll-all.el (scroll-all-mode): Customize variable. Add
1886 autoload cookie to function.
1887
1888 * lazy-lock.el: Remove compatibility code.
1889
1890 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1891 (finder-help-echo): New variable.
1892 (finder-mouse-face-on-line): Add help-echo stuff.
1893 (finder-list-keywords, finder-list-matches): Use mapc.
1894
1895 * faces.el (face-font-registry-alternatives): Add :version.
1896
1897 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1898 tags-table-list.
1899
a0b47716 1900 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1901
a0b47716 1902 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1903 (mail-mode): Use [:alnum:] in some regexps.
1904
6d502396
DL
19052000-11-10 Dave Love <fx@gnu.org>
1906
1907 * ediff.el (ediff-regions-internal, ediff-documentation):
1908 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1909 fundamental mode.
1910
1911 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1912 buffer into fundamental mode.
1913 (ediff-set-difference): Use copy-sequence if available.
1914
1915 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1916 ediff-patch-map non-nil.
1917 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1918 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1919 buffer into fundamental mode.
1920
1921 * ediff-merg.el (state-or-merge): Defvar when compiling.
1922
a82fe213
JR
19232000-11-10 Jason Rumney <jasonr@gnu.org>
1924
1925 * w32-fns.el (w32-add-charset-info): New function.
1926 (w32-charset-info-alist): Use it.
1927
52d89894
GM
19282000-11-10 Gerd Moellmann <gerd@gnu.org>
1929
1930 * faces.el (face-font-registry-alternatives): New user-option.
1931
178932de
SM
19322000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1933
d7fa3319
SM
1934 * textmodes/texinfo.el (texinfo-block-default): New var.
1935 (texinfo-insert-block): Use it. Insert a newline if needed.
1936
178932de
SM
1937 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1938 (fill-region-as-paragraph): Use it.
1939
1940 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1941 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1942 Tweak paragraph regexps to allow a leading [ \t]*.
1943 (tex-latex-block): Insert a newline if necessary.
1944 (latex-insert-item): Only insert a newline if necessary.
1945 (tex-guess-main-file): New function.
1946 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1947 Set tex-main-file if TeX-master is provided.
1948 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1949
bd02b8e0
GM
19502000-11-10 Gerd Moellmann <gerd@gnu.org>
1951
1952 * startup.el (command-line): Set the default tooltip-mode
1953 to t for graphical displays which implement x-show-tip.
1954
1955 * tooltip.el (tooltip-mode): Add a comment about startup.el
1956 setting the default value of this user-option.
1957
b29b03eb
SM
19582000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * font-lock.el (font-lock-*-face) <defvar>: Move.
1961 (font-lock-defaults-alist): Mark obsolete.
1962 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1963 (font-lock-mode): Use define-minor-mode.
1964 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1965 (font-lock-turn-off-thing-lock): Be more explicit.
1966 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1967 (font-lock-syntactic-face-function): New var.
1968 (font-lock-fontify-syntactically-region): Use it.
1969 (font-lock-doc-face): New.
1970
1971 * pcvs.el (cvs-enabledp): Ignore errors.
1972 (cvs-commit-filelist): Never query.
1973 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1974 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1975 (cvs-do-removal): Use cvs-partition rather than delete-if.
1976 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1977 cvs-bury-buffer.
1978
1979 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1980 Allow `next' to jump to after the end of the last match.
1981
778fbc46
GM
19822000-11-09 Gerd Moellmann <gerd@gnu.org>
1983
730c746c
GM
1984 * simple.el (byte-compiling-files-p): New function.
1985
1986 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1987 if it is there.
1988
1989 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1990 nil again.
1991
778fbc46
GM
1992 * textmodes/ispell.el (ispell-library-path): Don't call
1993 check-ispell-version when byte-compiling because that starts
1994 an ispell process, and ispell might not be installed.
1995 (toplevel): Don't set up a menu when byte-compiling.
1996
1997 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1998 it, so that a boundp test can be used to determine if we're
1999 currently byte-compiling.
2000
5912c5bb
DL
20012000-11-09 Dave Love <fx@gnu.org>
2002
2003 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2004 eval-after-load.
2005
7bb054a5
GM
20062000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2007
2008 * ps-print.el: Patch for variable initialization when spooling. Doc
2009 fix.
2010 (ps-output-list): Fun eliminated.
2011 (ps-begin-file, ps-begin-job): Code fix.
2012
9db2706e
DL
20132000-11-08 Dave Love <fx@gnu.org>
2014
2015 * ediff-wind.el (ediff-control-frame-parameters): Zero
2016 tool-bar-lines.
2017
f7eb32aa
GM
20182000-11-08 Gerd Moellmann <gerd@gnu.org>
2019
2020 * simple.el (shell-command, display-message-or-buffer)
2021 (shell-command-on-region): Mention resize-mini-windows in the doc
2022 string.
2023 (display-message-or-buffer): Take the value of resize-mini-windows
2024 into account.
2025
7b01b08c
GM
20262000-11-07 Gerd Moellmann <gerd@gnu.org>
2027
acad3c0b
GM
2028 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2029
7b01b08c
GM
2030 * dired.el (dired-between-files): Add `^. find' as an alternative
2031 to the regular expression, for find-dired.
2032
6f602bd0
SM
20332000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2034
2035 * textmodes/texnfo-upd.el: Require texinfo.
2036 (defmacro, defgroup): Remove.
2037 (texinfo-section-to-generic-alist): Remove.
2038 Use texinfo-section-list instead (i.e. level is changed string->int).
2039 (texinfo-filter): New function.
2040 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2041 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2042 Use it. And use regexp-opt.
2043 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2044 (texinfo-update-menu-region-beginning)
2045 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2046 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2047 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2048 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2049 (texinfo-sequential-node-update): Remove autoload cookie.
2050
2051 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2052 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2053 (texinfo-chapter-level-regexp): Remove.
2054 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2055
bb216218
DL
20562000-11-06 Dave Love <fx@gnu.org>
2057
6f602bd0 2058 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2059
6f602bd0
SM
2060 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2061 Match defun*.
bb216218 2062
ff8dd5d5
KH
20632000-11-06 Kenichi Handa <handa@etl.go.jp>
2064
2065 * composite.el (composition-function-table): Variable declaration
2066 moved to src/composite.c.
2067 (compose-chars-after): New optional arg object.
2068
e9da51a1
GM
20692000-11-06 Gerd Moellmann <gerd@gnu.org>
2070
e0c12c68
GM
2071 * bindings.el (mode-line-toggle-read-only)
2072 (mode-line-toggle-modified, mode-line-widen)
2073 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2074 (make-mode-line-mouse2-map): Rewritten.
2075 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2076 functions so that C-h k can show something with a doc string.
eaae8106 2077
e9da51a1
GM
2078 * startup.el (fancy-splash-delay): Set to 10 seconds.
2079 (fancy-splash-max-time): New user-option.
2080 (fancy-splash-stop-time): New variable.
2081 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2082 (fancy-splash-screens-1): Throw `stop-splashing' when current
2083 time is greater than fancy-splash-stop-time.
2084
611dbdf0
SM
20852000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2086
4d2806e2
SM
2087 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2088
611dbdf0
SM
2089 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2090 Prompt user for a file rather than raising an error.
2091 (cvs-enabledp): Fix call to cvs-mode-marked.
2092 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2093 (cvs-mode-insert): Use it. Change the init prompt' value.
2094 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2095
2096 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2097 Don't pass default arg to ewoc-locate.
2098 (ewoc-collect): Return result in the right order.
2099
2100 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2101
2102 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2103 (cvs-status-get-tags): Fix regexp.
2104 (cvs-status-trees, cvs-status-cvstrees):
2105 Combine after change hooks and don't sit-for.
4d2806e2
SM
2106 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2107 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2108 Use make-char rather than hard-coded cryptic data.
2109 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2110
2111 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2112
2113 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2114 (cvs-insert-strings): New function.
2115
937b2877
MB
21162000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2117
2118 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2119 `mwheel-scroll-amount'.
2120 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2121 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2122 string-matching against the version string.
2123
c6c97763
KH
21242000-11-06 Kenichi Handa <handa@etl.go.jp>
2125
6eaec747
KH
2126 * language/thai.el ("Thai"): Set a lisp form that produces
2127 composed string in `sample-text' language info.
2128
2129 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2130 composed string in `sample-text' language info.
2131
2132 * international/mule-cmds.el (describe-language-environment): Eval
2133 `sample-text' data and insert the result.
2134
c6c97763
KH
2135 * international/mule-conf.el (compound-text): Define this coding
2136 system here. Make x-ctext and ctext aliases of it.
2137
2138 * language/european.el (compound-text, ctext): Moved to
2139 international/mule-conf.el.
2140
d1145f85
AI
21412000-11-05 Andrew Innes <andrewi@gnu.org>
2142
2143 * w32-fns.el (w32-version): New function.
2144
178a6a45
SM
21452000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2146
2147 * progmodes/awk-mode.el: Update copyright.
2148 (awk-mode-abbrev-table): Remove.
2149 (awk-font-lock-keywords): Use regexp-opt.
2150 (awk-mode): Use define-derived-mode.
2151
2152 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2153 when extracting a suffix.
2154
1ba90166
AS
21552000-11-04 Andre Spiegel <spiegel@gnu.org>
2156
2157 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2158 auto-save-mode.
2159
546790cb
JR
21602000-11-04 Jason Rumney <jasonr@gnu.org>
2161
2162 * language/european.el (decode-mac-roman): Test against r1 not r0.
2163
d247e32d
SM
21642000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2165
fbf44f44
SM
2166 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2167 (icon-mode): Define indent-line-function.
2168 (icon-comment-indent): Simplify.
2169 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2170
2171 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2172
2173 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2174 Bind change-log-default-mode to defeat the caching done on it.
2175 Don't bother saving excursion any more.
2176
2177 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2178
2179 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2180 (set-frame-font): Use the new name (and the old for compatibility).
2181
eaae8106
SS
2182 * toolbar/tool-bar.el (tool-bar-mode):
2183 * time.el (display-time-mode):
2184 * recentf.el (recentf-mode):
2185 * paren.el (show-paren-mode):
2186 * mwheel.el (mouse-wheel-mode):
2187 * msb.el (msb-mode):
2188 * jka-compr.el (auto-compression-mode):
2189 * image-file.el (auto-image-file-mode):
2190 * hl-line.el (hl-line-mode):
2191 * delsel.el (delete-selection-mode):
2192 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2193 * complete.el (partial-completion-mode): Drop unneeded positional args.
2194
eaae8106 2195 * info.el (Info-mode):
79372165 2196 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2197
d247e32d
SM
2198 * log-edit.el (log-edit-menu): New menu.
2199
4921558e
MB
22002000-11-03 Miles Bader <miles@gnu.org>
2201
2202 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2203 definition, so that trailing spaces are handled properly.
2204 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2205
1fc02b3c
GM
22062000-11-03 Gerd Moellmann <gerd@gnu.org>
2207
2208 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2209 tab character.
2210 (fancy-splash-screens): Set tab-width to 20.
2211
51d001f7
DL
22122000-11-03 Dave Love <fx@gnu.org>
2213
2214 * comint.el (comint-completion-addsuffix): Fix custom type.
2215
ba22aeff
SM
22162000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2217
2218 * font-lock.el (font-lock-buffers): Remove.
2219 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2220 (font-lock-change-major-mode): Remove.
2221 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2222 (font-lock-default-fontify-region): Extend the multiline
2223 fontification to whole lines.
2224 (font-lock-fontify-anchored-keywords)
2225 (font-lock-fontify-keywords-region): If matching just one
2226 line (with \n) only mark the \n as multiline.
2227
2228 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2229 Correctly handle the case where several :group args are supplied.
2230 Allow :extra-args.
2231 (easy-mmode-define-global-mode): Allow :extra-args.
2232 Correctly handle the case where several :group args are supplied.
2233
9c887ada
MB
22342000-11-02 Miles Bader <miles@gnu.org>
2235
eaae8106 2236 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2237 (holiday-face): Remove dependency on `window-system'.
2238
7f25090d
KR
22392000-11-02 Ken Raeburn <raeburn@gnu.org>
2240
2241 * Makefile.in (emacs): Set EMACSLOADPATH always.
2242 (update-authors, .el.elc, compile-files): Don't do it explicitly
2243 here.
9b911107 2244 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2245
7dd6009c
DL
22462000-11-02 Dave Love <fx@gnu.org>
2247
2248 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2249
94821e4f
EZ
22502000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2251
2252 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2253 punctuation in the warning inserted into the *mail* buffer.
2254
1ac3fc42
GM
22552000-11-02 Gerd Moellmann <gerd@gnu.org>
2256
57731876
GM
2257 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2258 (authors-public-domain-p): New function.
2259 (authors-print): Use it.
2260
975f82c9
GM
2261 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2262
1ac3fc42
GM
2263 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2264
4b3eb10f
GM
22652000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2266
975f82c9 2267 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2268 (ps-print-version): New version number (6.3.1).
2269 (ps-even-or-odd-pages): Customization fix.
2270 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2271 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2272 (ps-page-count): Var replaced by `ps-page-column'.
2273 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2274 (ps-print-sheet-p): New fun.
2275
7da794df
MB
22762000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2277
2278 * tooltip.el (tooltip-gud-tips-setup): New function.
2279 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2280 (tooltip-mode): Call tooltip-gud-tips-setup.
2281 (tooltip-gud-tips): Use `gud-basic-call' instead of
2282 process-send-string, so the prompt gets frobbed appropriately.
2283 Handle nil return value from `tooltip-gud-print-command'.
2284
0e40b809
EL
22852000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2286
2287 * comint.el (comint-add-to-input-history): New function.
2288 (comint-send-input): Use `comint-add-to-input-history'.
2289
50ada0db
MB
22902000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2291
973a3104
MB
2292 * info.el (info-menu-header): New face.
2293 (Info-fontify-menu-headers): New function.
2294 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2295
50ada0db
MB
2296 * info.el (Info-insert-dir): Don't include blank lines at
2297 beginning of additional dir files (one is added automatically).
2298
bff53411
SM
22992000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2300
2301 * emacs-lisp/easy-mmode.el (define-minor-mode):
2302 Revert the latest changes.
2303 Allow the three positional arguments to be skipped and replaced
2304 by keyword arguments.
2305 Add a :toggle argument to determine whether a nil arg means toggle
2306 or means turn-on. The default is unchanged.
2307 Add a call to force-mode-line-update.
2308
6b8a0b2d
DL
23092000-11-01 Dave Love <fx@gnu.org>
2310
2311 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2312 cookie.
2313
5bf99100
MB
23142000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2315
2316 * calendar/calendar.el (diary-face, holiday-face): Add
2317 dark-background variants.
2318
a4032611
SS
23192000-10-31 Sam Steingold <sds@gnu.org>
2320
2321 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2322 `tex-main-file' does not have directory in it.
2323
c286608e
SM
23242000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2325
2326 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2327
4836835a
TTN
23282000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2329
2330 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2331 functional change.
2332
26dcb81b
GM
23332000-10-31 Gerd Moellmann <gerd@gnu.org>
2334
2335 * files.el (find-file-noselect): When we expand a wildcard, return
2336 a list of buffers, as we should do according to the doc string.
2337
49fc4500
KR
23382000-10-31 Ken Raeburn <raeburn@gnu.org>
2339
2340 * loadup.el (top level): Adjust load path if program name is
2341 "../src/bootstrap-emacs", in case it's not dumped and thus the
2342 load path adjustment hasn't already been done.
2343
ea0c615d
GM
23442000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2345
2346 * ps-print.el: Fix bug on selected pages for printing. Use
2347 `color-values' for Emacs 21. Ensure fontification when jit-lock
2348 is on. Try to avoid warning messages when compiling. Doc Fix.
2349 (ps-print-version): New version number (6.3).
2350 (ps-color-device): Use `color-values' to determine if device
2351 supports color.
2352 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2353 (ps-print-page-p): Changed from defsubst to defun.
2354 (ps-page-number): Changed from defmacro to defun.
2355 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2356 printing.
c286608e 2357 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2358 (ps-end-file, ps-dummy-page): Funs eliminated.
2359 (ps-print-color-scale): Changed default value.
2360 (ps-page-n-up, ps-print-page-p): New internal vars.
2361 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2362 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2363
9e20722f
GM
2364 * delim-col.el: Little programming improvement.
2365 (delimit-columns-str): New macro.
2366 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2367
d7a0fd00
KH
23682000-10-31 Kenichi Handa <handa@etl.go.jp>
2369
c286608e
SM
2370 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2371 Moved to european.el.
d7a0fd00
KH
2372 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2373 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2374 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2375 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2376
234be340
DL
23772000-10-30 Dave Love <fx@gnu.org>
2378
2379 * progmodes/cc-menus.el (imenu-generic-expression)
2380 (imenu-progress-message): Only defvar when compiling.
2381
4edc4a39
DL
2382 * emacs-lisp/elp.el (elp-unload-hook): New function.
2383
2384 * loadhist.el (unload-feature): Call elp-restore-function,
2385 checking for symbols; don't use elp-restore-all.
2386 (loadhist-hook-functions): Doc fix.
2387
70c825df
SM
23882000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2389
2390 * log-edit.el (log-edit-confirm): Fix the default.
2391
1d3baf74
GM
23922000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2393
2394 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2395 delimit-columns-format.
2396 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2397
1ec321a7
MB
23982000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2399
2400 * comint.el (comint-replace-by-expanded-history): Don't use
2401 comint-get-old-input (we're not looking at *old* input).
2402 (comint-get-old-input-default): If using fields, signal an error
2403 when the point is not in an input field.
2404
70737ea9
KH
24052000-10-30 Kenichi Handa <handa@etl.go.jp>
2406
2407 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2408 and mule-unicode-e000-ffff.
2409
fa0cb51d 2410 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2411 (make-coding-system): Accept a symbol of translation table as a
2412 value of property `safe-chars'.
2413
2414 * international/mule-cmds.el (encode-coding-char): Check property
2415 safe-chars instead of safe-charsets.
2416
2417 * international/fontset.el (fontset-default): Modified for
2418 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2419 (x-font-name-charset-alist): Likewise.
2420 (ccl-encode-unicode-font): New CCL program. Record it in
2421 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2422
70c825df
SM
2423 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2424 New translation tables.
70737ea9
KH
2425 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2426 programs are modified and moved from mac-win.el.
2427 (mac-roman): Definition of this coding system is modified and
2428 moved from mac-win.el.
4836835a 2429
fda2ce24 24302000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2431
1d3baf74 2432 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2433 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2434
dd4d3cb6
MB
24352000-10-29 Miles Bader <miles@gnu.org>
2436
2437 * custom.el (custom-add-to-group): Allow multiple entries for a
2438 given value OPTION, as long as their widget types are different.
2439 * cus-edit.el (custom-face-value-create): If face name doesn't end
2440 with "face", add such here (similar to custom group widgets).
2441
2442 * comint.el (comint-highlight-prompt): Add :type.
2443
dace60cf
JW
24442000-10-28 John Wiegley <johnw@gnu.org>
2445
2446 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2447 Changed this function to operate on a temporary buffer instead of
2448 the main buffer. This not only keeps flyspell from marking a
2449 buffer as changed that wasn't, but it solves the jumpy cursor
2450 problem when attempts are made to edit incorrect words.
2451 (flyspell-maybe-correct-doubling): Same change as for
2452 `flyspell-maybe-correct-transposition'.
2453
2454 * calendar/timeclock.el (timeclock-log): Doc fix.
2455 (timeclock-last-event): Doc fix.
2456 (timeclock-log): Kill the timelog buffer after appending a new
2457 event.
2458 (timeclock-find-discrep): Use a temp buffer to read in the
2459 timelog, instead of visiting the file.
2460 (timeclock-log-data): A new function, along with a host of helper
2461 functions, for the purpose of making timelog data accessible to
2462 programmers.
2463
2464 * eshell/esh-mode.el (window-height test): Make certain that
2465 `eshell-stringify-t' is non-nil.
2466 (eshell-password-prompt-regexp): Changed to a much simpler
2467 password regexp.
2468 (eshell-send-input): If `eshell-invoke-directly' returns t,
2469 directly invoke the parsed command using `eval'. This improves
2470 turn-around time on simple commands by a factor of three or
2471 greater, such as cd, ls, pwd, etc. -- which get used very often.
2472 It also conserves thousands of cons cells per call (since
2473 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2474 in the Pacific Cookie Company).
2475
2476 * eshell/esh-test.el (eshell-test): Whitespace fix.
2477
2478 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2479 `eshell-ls-initial-args' nil when inserting directory contents.
2480
2481 * eshell/em-script.el (eshell-script-initialize): Add names to
2482 `eshell-complex-commands, since `source' and `.' are complex.
2483
0467b076
EZ
2484 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2485 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2486 `eshell-copy-handles'.
2487 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2488 bodies.
2489 (eshell-separate-commands): Whitespace fix.
2490 (eshell-complex-commands): Added a new list of names, for
2491 determining whether a given command is as simple as it looks.
2492 (eshell-invoke-directly): New function. Returns t if a command
2493 should be invoked directly (using `eval'), rather than indirectly
2494 using `eshell-do-eval'.
2495 (eshell-do-eval): Whitespace fix.
2496
2497 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2498 which provides an emulation of the DOS shell behavior of assuming
2499 that cp/mv/ln should copy/move/link to the current directory.
2500 (eshell-remove-entries): Added a doc string.
2501 (eshell-shuffle-files): Removed the check for `target' being null.
2502 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2503 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2504 it to do a smarter check of whether a destination was provided.
2505 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2506 (eshell/ln): Enable `:preserve-args', and use
2507 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2508 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2509 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2510 list after flattening it. This makes it possible to cat files
2511 with numerical names.
2512 (eshell-unix-initialize): Added several names to
2513 `eshell-complex-commands.
2514 (eshell-unix-command-complex-p): Return t if a given command name
2515 may result in external processes being invoked.
2516
2517 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2518 variable nil by default, since it slows down glob processing by a
2519 factor of two or more, and increases memory consumption.
2520
2521 * eshell/em-smart.el: Added a note about how memory consumptive
2522 smart display mode can be (at least this is true in Emacs 21).
2523 (eshell-smart-initialize): Whitespace fix.
2524 (eshell-refresh-windows): Use `if' instead of `when'.
2525 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2526 not necessary.
2527 (eshell-currently-handling-window): Added a missing global
2528 variable.
2529
2530 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2531 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2532 Whitespace fix.
2533 (eshell-ls-exclude-hidden): Added this variable in addition to
2534 `eshell-ls-exclude-regexp'. This one prevents files beginning
2535 with . from even being read, which can improve memory consumption
2536 quite a bit.
2537 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2538 read file entries beginning with a dot. In home directories with
2539 lots of hidden files, fully two-thirds of the time spent in ls is
2540 used to read directory entries that are immediately thrown away.
2541 (eshell-ls-initial-args): Added back this configuration variable,
2542 for specifying default initial arguments to every call to ls.
2543 Much faster than using an alias to do the same thing.
2544 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2545 (eshell-ls-dir): Whitespace change.
2546
2547 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2548
2549 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2550 available.
2551 (eshell-stringify-t): Added a customization variable, to indicate
2552 whether `t' should be rendered as a string at all. If not, one
2553 can still determine if the result of an expression is true using
2554 "file-exists-p FILE && echo true".
2555 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2556 stringify t!
2557
2558 * eshell/esh-module.el: Whitespace fix.
2559
2560 * eshell/em-alias.el (eshell-alias-initialize): Added
2561 `eshell-command-aliased-p' to `eshell-complex-commands'.
2562 (eshell-command-aliased-p): New function that returns t if a
2563 command name names an aliased.
2564
657f9cb8 25652000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2566
0467b076 2567 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2568 redrawing the screen when changing cursor color.
0467b076
EZ
2569 (viper-insert-state-pre-command-sentinel)
2570 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2571 (viper-replace-state-post-command-sentinel):
2572 Use viper-preserve-cursor-color.
657f9cb8
MK
2573 Many functions changed to use viper= instead of = when comparing
2574 characters.
0467b076 2575 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2576 working with characters.
0467b076 2577 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2578 Many functions changed to use viper= instead of = when comparing
2579 characters.
0467b076 2580 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2581
0467b076 2582 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2583 Several typos fixed in various docstrings.
0467b076
EZ
2584 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2585 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2586 hook.
0467b076
EZ
2587 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2588 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2589 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2590 (ediff-get-selected-buffers): New function.
2591 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2592 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2593 save-window-excursion.
0467b076 2594 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2595 termination check in while loop.
0467b076 2596 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2597 dired buffer.
0467b076
EZ
2598 (ediff-files,ediff-merge-files,ediff-files3)
2599 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2600
4f490d99
DL
26012000-10-28 Dave Love <fx@gnu.org>
2602
2603 * info.el (Info-fontify-node): Add help-echo for menu items.
2604
45b84006
EZ
26052000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2606
5ebc02b3
EZ
2607 * startup.el (normal-top-level): If the value of $TERM indicates
2608 we are running from xterm or one of its work-alikes, default to a
2609 light background mode.
2610
45b84006
EZ
2611 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2612 * faces.el (tty-handle-reverse-video): New function.
2613 (tty-create-frame-with-faces): Call it.
2614
2615 * frame.el (frame-notice-user-settings): Don't apply
2616 default-frame-alist and initial-frame-alist to MS-DOS frames.
2617 Call tty-handle-reverse-video, frame-set-background-mode, and
2618 face-set-after-frame-default for non-MS-DOS frames.
2619
2620 * startup.el (tty-long-option-alist): New variable.
2621 (tty-handle-args): New function.
2622 (command-line): Call tty-handle-args.
2623
2624 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2625 startup.el now does that for all character-terminal frames.
2626
eab6e8b9
MB
26272000-10-28 Miles Bader <miles@gnu.org>
2628
2629 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2630 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2631 global. If :global is followed by a non-nil but non-t value,
2632 make the mode buffer-local, but also generate a `global-MODE'
2633 version using `easy-mmode-define-global-mode'. Add
2634 :conditional-turn-on keyword argument.
2635
51a29efc
DL
26362000-10-28 Dave Love <fx@gnu.org>
2637
2638 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2639 use window-system.
2640
d71d7114
EZ
26412000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2642
2643 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2644 Don't call find-buffer-file-type-coding-system. Instead, just
2645 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2646 if the file is on an untranslated filesystem.
2647 (add-untranslated-filesystem): Use "D" instead of "f" inside
2648 interactive.
2649
1f9cab4b
DL
26502000-10-27 Dave Love <fx@gnu.org>
2651
70c825df 2652 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2653 (refill-mode): Use it.
2654
70c825df
SM
26552000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2656
2657 * international/quail.el (quail-activate): Don't make-local-hook.
2658
7432cf10
AS
26592000-10-27 Andre Spiegel <spiegel@gnu.org>
2660
4836835a 2661 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2662 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2663 (vc-make-version-backup): Don't do it on MS-DOS without long file
2664 names.
4836835a 2665
7432cf10
AS
2666 * vc.el (vc-version-other-window): If an automatic backup of the
2667 desired version exists, rename it instead of copying it.
2668
4836835a
TTN
2669 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2670 after command. If there's an unexpected error, signal it instead
7432cf10 2671 of being silent.
e1483c38 2672 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2673
05ea7ef2
MB
26742000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2675
fd1035aa
MB
2676 * shell.el (shell): Add BUFFER argument.
2677 * comint.el (make-comint-in-buffer): New function.
2678 (make-comint): Use it.
2679
05ea7ef2
MB
2680 * faces.el (face-spec-choose): Change syntax so that the list of
2681 attribute-value pairs is now the cdr of each clause, not the cadr.
2682 Detect old-style entries, and handle them. Use pop.
2683
835a55fe
SM
26842000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2685
f5ab1cdd
SM
2686 * cus-edit.el (custom-mode-map): Use a sparse map.
2687 (custom-mode): Don't bother with make-local-hook.
2688
2689 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2690
835a55fe
SM
2691 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2692
c13b0ec8
GM
26932000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2694
2695 * ps-print.el: Avoid compilation gripes.
2696 (ps-print-version): New version number (6.2.1).
4836835a 2697
e9f63196
DL
26982000-10-26 Dave Love <fx@gnu.org>
2699
0b95284b
DL
2700 * menu-bar.el: Modify some menu item help strings.
2701 (menu-bar-help-menu): Add link to MORE.STUFF.
2702
e9f63196
DL
2703 * cus-edit.el (custom-mode): Add `special' mode-class property.
2704
2705 * wid-browse.el (widget-browse-mode): Likewise.
2706
2707 * wid-edit.el (widget-specify-field): Revert to using local-map
2708 property, not keymap.
2709
e276a14a
MB
27102000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2711
c1545d88
MB
2712 * wid-edit.el (widget-field-end): When checking for a `boundary'
2713 field, do so in the correct buffer.
2714
3c1b77ca
MB
2715 * simple.el (undo): Correctly distinguish between numeric and
2716 non-numeric prefix args in non-transient-mark-mode, as per the doc
2717 string. When in transient-mark-mode, treat all prefix-args as
2718 numeric.
2719
f5ab1cdd
SM
2720 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2721 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2722
2723 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2724 (comint-mode-map): Reverse order of `comint-write-output' and
2725 `comint-append-output-to-file'.
2726 (comint-append-output-to-file): Reinstate this function, for the
2727 benefit of the menu.
2728
d97151cb
SM
27292000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2730
2731 * vc.el (vc-version-other-window): Bind `file'.
2732
ea7d6f5b
GM
27332000-10-25 Gerd Moellmann <gerd@gnu.org>
2734
f5ab1cdd 2735 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2736
2737 * emacs-lisp/authors.el (batch-update-authors): New function.
2738 (authors-fixed-entries): New defconst.
2739 (authors-add-fixed-entries): New function.
2740 (authors): Call it.: Don't process lispref/.
2741
17c25cea
JR
27422000-10-25 Jason Rumney <jasonr@gnu.org>
2743
2744 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2745 Merge x w32 and mac definitions.
2746
4ecda532
GM
27472000-10-25 Gerd Moellmann <gerd@gnu.org>
2748
2749 * menu-bar.el (menu-bar-options-menu): Add a help string for
2750 `uniquify'.
2751
b6735035
GM
27522000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2753
f5ab1cdd
SM
2754 * time-stamp.el (time-stamp-string-preprocess):
2755 Fix a wrong type argument error.
b6735035 2756
f4cbc7a0
MB
27572000-10-25 Miles Bader <miles@gnu.org>
2758
2759 * recentf.el (recentf-mode): Variable removed.
2760 (recentf-mode): Use `define-minor-mode'.
2761
2762 * mwheel.el (mouse-wheel-mode): New global minor mode.
2763 (mwheel-install): Use `mouse-wheel-mode'.
2764
f4b020f6
DL
27652000-10-25 Dave Love <fx@gnu.org>
2766
f5ab1cdd
SM
2767 * progmodes/cperl-mode.el (cperl-mode):
2768 Set normal-auto-fill-function correctly.
072cb6f9 2769
f4b020f6
DL
2770 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2771 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2772 bindings.
f4b020f6 2773
ebe2a441
MB
27742000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2775
ff4dcd4b
MB
2776 * wid-edit.el (widget-field-at): New function.
2777 (widget-at, widget-field-activate): Use it.
2778 (widget-tabable-at): Use `widget-at'.
2779 (widget-specify-field): If the terminating character of the widget
2780 field (which is read-only) is a newline, put it into a special
2781 `boundary' field so that C-n/C-p act more naturally.
2782 (widget-field-end): Also don't subtract one if a special
2783 `boundary' field has been added after the widget field.
2784
ebe2a441
MB
2785 * comint.el (comint-output-filter, comint-send-input): Don't
2786 bother adding stickiness fields to overlays to fool the field
2787 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2788
ebe2a441
MB
2789 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2790 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2791 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2792
fe50b6ab
GM
27932000-10-24 Gerd Moellmann <gerd@gnu.org>
2794
53df4dda
GM
2795 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2796 (authors): Set file coding system to iso-2022-7bit. Add
2797 file-local variables to output buffer.
2798
4836835a 2799 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2800 WARN is nil.
2801
53df4dda
GM
28022000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2803
2804 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2805
2806 * delim-col.el: Now there is a column formatting mechanism.
2807 Modified to customization mechanisms convention. Doc fix.
2808 (columns): New group for delim-col.
2809 (delimit-columns-before, delimit-columns-after)
2810 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2811 (delimit-columns-end): New vars.
2812 (delimit-columns-customize, delimit-columns-format): New funs.
2813 (delimit-columns-region, delimit-columns-rectangle)
2814 (delimit-columns-rectangle-line): Modified to support column
2815 formatting.
4836835a 2816
a9839779
DL
28172000-10-24 Dave Love <fx@gnu.org>
2818
2819 * log-edit.el (log-edit): Add :version and a :group for vc.
2820
df0267b8
GM
28212000-10-24 Gerd Moellmann <gerd@gnu.org>
2822
9acc3873
GM
2823 * files.el (after-find-file): Don't print a message ``New file''
2824 if WARN is nil.
2825
63e1b552
GM
2826 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2827 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2828 get duplicate tool-bar entries because we'll see the global ones
2829 on more than one path through keymaps.
2830
1946f901
GM
2831 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2832
df0267b8
GM
2833 * progmodes/cmacexp.el: Change Francesco's email address.
2834
ae3b264b
KH
28352000-10-24 Kenichi Handa <handa@etl.go.jp>
2836
2837 * window.el (fit-window-to-buffer): Adjust point of the window
2838 buffer, not that of the current buffer.
2839
23afac01
EZ
28402000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2841
2842 * progmodes/cmacexp.el: Update the euthor's email address.
2843
22d1a4ed
MB
28442000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2845
2846 * faces.el (face-spec-set-match-display): Add `graphic' display
2847 type (the inverse of `tty'). Use `display-graphic-p' instead of
2848 the window-system variable.
2849
f408aa48
KH
28502000-10-24 Kenichi Handa <handa@etl.go.jp>
2851
2852 * international/isearch-x.el (isearch-with-input-method): Call
2853 input-method-function with the first event in
2854 unread-command-events.
2855
94fe8a31
MB
28562000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2857
2858 * faces.el (face-default-spec, face-user-default-spec): Make
2859 defsubsts.
2860
8f47302e
AC
28612000-10-24 Andrew Choi <akochoi@i-cable.com>
2862
2863 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2864 New charsets.
2865
2866 * term/mac-win.el: Remove definitions of mac-roman-lower and
2867 mac-roman-upper, require dired, and define instead of set
2868 mac-ready-for-drag-n-drop to avoid compilation error.
2869
446c097e
AI
28702000-10-23 Andrew Innes <andrewi@gnu.org>
2871
2872 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2873 superfluous calls to subst-char-in-string; instead apply
2874 expand-file-name after convert-standard-filename to ensure
2875 expected directory separators are used.
2876
379b70e7
EZ
28772000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2878
2879 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2880
85c766e9
DL
28812000-10-23 Dave Love <fx@gnu.org>
2882
b7e03a67
DL
2883 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2884 (tool-bar-add-item): Set foreground and background for XBM icons.
2885
2886 * international/latin1-disp.el (latin1-char-displayable-p): New
2887 function (from Handa).
2888 (latin1-display-check-font): Use it.
2889
0dcf8835
DL
2890 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2891 using :key-sequence, making it much more usable. Use nconc, not
2892 append.
2893 (imenu--create-keymap-1): Avoid append.
2894
85c766e9 2895 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2896
cb3069bb
MB
28972000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2898
2899 [the following changes fix a bug where `define-minor-mode' didn't
2900 correctly generate :require clauses for defcustoms in compiled files]
2901 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2902 (byte-compile-log-file, byte-compile-log-1): Don't set
2903 `byte-compile-current-file' to nil. Instead set
2904 `byte-compile-last-logged-file' to it. Test whether
2905 byte-compile-current-file equals byte-compile-last-logged-file
2906 instead of whether its nil.
3b6542ba 2907 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2908
6db6243b
SM
29092000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2910
2911 * textmodes/refill.el: Fix var names in doc.
2912 (refill-mode): Don't bother with make-local-hook anymore.
2913
98490598
MB
29142000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2915
e01cd227
MB
2916 * faces.el (face-user-default-spec, face-default-spec): New functions.
2917 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2918 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2919 Use `face-user-default-spec'. Simplify code slightly.
2920
4836835a 2921 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2922 (woman-unknown-face): Add dark-background variants.
2923 (woman-default-faces): Renamed from `woman-colour-faces'.
2924 Set using the stored defaults, rather than using hard-wired colors.
2925 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2926 Just make the foreground `unspecified' rather than "black".
2927 (woman-menu): Rename menu entries accordingly.
2928
98490598
MB
2929 * faces.el (header-line): Make more reasonable on mono/grayscale
2930 displays.
2931
1a578e9b
AC
29322000-10-23 Andrew Choi <akochoi@i-cable.com>
2933
2934 * cus-edit.el (custom-button-face): Use 3D look for mac.
2935 (custom-button-pressed-face): Likewise.
2936
2937 * faces.el (set-face-attributes-from-resources): Handle mac frames
2938 in the same way as x and w32 frames.
2939 (face-valid-attribute-values): Likewise.
2940 (read-face-attribute): Likewise.
2941 (defined-colors): Likewise.
2942 (color-defined-p): Likewise.
2943 (color-values): Likewise.
2944 (display-grayscale-p): Likewise.
2945 (face-set-after-frame-default): Likewise.
2946 (mode-line): Same default face as for x and w32.
2947 (tool-bar): Likewise.
2948
2949 * frame.el: Remove call to frame-notice-user-settings at end of
2950 the file.
2951
2952 * info.el (Info-fontify-node): make underlines invisible for mac
2953 as for x, pc, and w32 frame types.
2954
2955 * term/mac-win.el: New file.
2956
aaaf7be7
DL
29572000-10-22 Dave Love <fx@gnu.org>
2958
2959 * textmodes/refill.el: New file.
2960
5392d654
AS
29612000-10-22 Andre Spiegel <spiegel@gnu.org>
2962
4836835a 2963 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2964 MANUAL and REGEXP.
4836835a 2965 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2966 New functions.
2967 (vc-before-save): Use the latter.
2968 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2969 confusion.
2970
4836835a 2971 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2972 expected by vc[-hooks].el.
2973
2974 * vc.el (vc-checkout): Added `-p' suffix in call to
2975 vc-make-version-backups-p; use vc-make-version-backup to actually
2976 make the backup.
2977 (vc-version-other-window, vc-version-backup-file): Handle both
2978 automatic and manual backups.
2979 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2980 of all of them.
2981
1e221c16
MB
29822000-10-22 Miles Bader <miles@gnu.org>
2983
7ff4fda5
MB
2984 * comint.el (comint-highlight-input, comint-highlight-prompt):
2985 Renamed, `-face' at end removed.
2986 (comint-send-input, comint-output-filter): Use renamed faces.
2987
3511cde8
MB
2988 * window.el (fit-window-to-buffer): Change defaulting of
2989 MAX-HEIGHT slightly.
2990
1e221c16
MB
2991 * faces.el (color-values, color-defined-p): Use `member', not
2992 `memq', because it works correctly for strings.
2993 (frame-set-background-mode): Actually, "unspecified-fg" and
2994 "unspecified-bg" *are* strings. Use `member', not `memq', and
2995 `equal', not `eq', when a string value is possible.
2996
b6ef4898
EZ
29972000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2998
2999 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3000
34939e2c
SM
30012000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3004 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3005 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3006 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3007 (sh-font-lock-syntactic-keywords): Use them.
3008 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3009 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3010 (sh-mode): Don't override font-lock-unfontify-region-function.
3011 Use a copy of sh-font-lock-syntactic-keywords.
3012 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3013 Don't call sh-scan-buffer since font-lock does it on the fly.
3014 (sh-get-indent-info): Use `face' rather than `syntax-table'
3015 text-property to detect here-documents.
3016 Replace sh-special-syntax with sh-st-punc.
3017 (sh-prev-line): Use `face' rather than `syntax-table'
3018 text-property to skip over here-documents.
3019 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3020 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3021 (sh-electric-less, sh-set-here-doc-region)
4836835a 3022 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3023 (sh-scan-buffer, sh-rescan-buffer): Remove.
3024
f3d3c491
AI
30252000-10-21 Andrew Innes <andrewi@gnu.org>
3026
3027 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3028 remote (ange-ftp) file names.
3029
b86c791c
MB
30302000-10-21 Miles Bader <miles@gnu.org>
3031
d9c30bdf
MB
3032 * window.el (fit-window-to-buffer): New function.
3033 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3034 (window-text-height): Don't expect minibuffers to have mode-lines.
3035
d9c30bdf 3036 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3037 * international/quail.el (quail-update-guidance): Use
3038 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3039
617fee5a
MB
3040 * international/quail.el (quail-show-guidance-buf): Make sure
3041 guidance window really has enough room.
3042 (quail-update-guidance): If quail-guidance-win is already shown,
3043 make sure its height is OK.
3044
b86c791c
MB
3045 * window.el (window-text-height, set-window-text-height):
3046 New functions.
3047 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3048 instead of `window-height' & `mode-line-window-height-fudge'.
3049 (mode-line-window-height-fudge): Add FACE parameter.
3050 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3051 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3052
e34850d1
MB
30532000-10-20 Miles Bader <miles@gnu.org>
3054
3055 * window.el (height-affecting-face-attributes): Use `defconst'.
3056
3057 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3058 New function, conditionally aliased to `mode-line-window-height-fudge'.
3059 (ispell-help): Use it.
3060 (ispell-choices-win-default-height): Don't include mode-line fudge.
3061 (ispell-choices-win-default-height): New function.
3062 (ispell-show-choices, ispell-command-loop): Use function
3063 `ispell-choices-win-default-height' instead of variable.
3064
a8b883c2
MB
30652000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3066
8c6e4a58
MB
3067 * window.el (mode-line-window-height-fudge): New variable.
3068 (height-affecting-face-attributes): New variable.
3069 (mode-line-window-height-fudge): New function.
3070 (shrink-window-if-larger-than-buffer): Use it.
3071 * help.el (resize-temp-buffer-window): Likewise.
3072
a8b883c2
MB
3073 * info.el (Info-fontify-node): Add support for @subsubsection
3074 titles, which use `Info-title-4-face'.
3075 (Info-title-4-face): New face.
3076 (Info-title-3-face): Inherit from Info-title-4-face instead of
3077 variable-pitch.
3078
e64c3a75
JR
30792000-10-19 Jason Rumney <jasonr@gnu.org>
3080
3081 * dired.el (dired-insert-directory): Do not let errors signalled by
3082 attempt to run dired-free-space-program prevent dired from working.
3083
c70fe852
SM
30842000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3085
3086 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3087
877cf6b4
GM
30882000-10-19 Gerd Moellmann <gerd@gnu.org>
3089
5de037e0
GM
3090 * dirtrack.el (dirtrack): Fix call to run-hooks.
3091
6deb9af9
GM
3092 * cmuscheme.el (cmuscheme-program-name): Renamed from
3093 scheme-program-name because xscheme.el contains a defcustom with
3094 the same name. As a consequence, customizing group `cmuscheme'
3095 loaded `xscheme' which redefined run-scheme.
3096 (run-scheme): Use cmuscheme-program-name.
3097
877cf6b4
GM
3098 * ps-print.el (ps-print-emacs-type): Move into the
3099 eval-and-compile.
3100
e597d8fb 3101 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3102 anonymous address, and add a website for Befrienders International.
4836835a 3103
3e9cb08f
GM
31042000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3105
c70fe852
SM
3106 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3107 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3108 (ps-print-version): New version number (6.2).
3109 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3110 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3111 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3112 (ps-x-extent-priority, ps-x-extent-start-position)
3113 (ps-x-face-font-instance, ps-x-find-coding-system)
3114 (ps-x-font-instance-properties, ps-x-make-color-instance)
3115 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3116 avoid compilation gripes without defining functions.
3117 (ps-e-find-composition): Alias for function find-composition, to have a
3118 suitable function depending on Emacs version.
3119 (ps-color-device, ps-color-values, ps-face-foreground-name)
3120 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3121 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3122 (ps-print-ensure-fontified): Function definitions surrounded by
3123 `eval-and-compile' to avoid compilation gripes.
3124 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3125 by symbol-value to avoid compilation gripes.
3126 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3127 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3128
d8abcd91
MB
31292000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3130
13ab33c4
MB
3131 * startup.el (normal-top-level): Call `frame-set-background-mode'
3132 after `frame-notice-user-settings' because the latter doesn't call
3133 the former on a tty.
3134
d8abcd91
MB
3135 * faces.el (frame-set-background-mode): `unspecified' &c are
3136 symbols, not strings.
3137
e8bce0a9
EZ
31382000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3139
c70fe852
SM
3140 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3141 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3142
c70fe852
SM
3143 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3144 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3145
773272d8
KH
31462000-10-19 Kenichi Handa <handa@etl.go.jp>
3147
c70fe852 3148 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3149 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3150 for ISO10646-1 fonts.
3151 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3152
772139c0
EZ
31532000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * faces.el (frame-set-background-mode): If a tty frame defines a
3156 background color, use that to compute the background mode, instead
3157 of always defaulting to "dark".
3158
d134a19f
MB
31592000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3160
8bb84cb2
MB
3161 * comint.el (comint-write-output): New function.
3162 (comint-mode-map): Add it to the menu.
e40a778f 3163 Bind `C-c C-s' to comint-write-output.
d134a19f 3164
dada41e1
GM
31652000-10-18 Gerd Moellmann <gerd@gnu.org>
3166
3167 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3168 Use fancy-splash-delay.
3169
9b5360aa
GM
31702000-10-18 Alex Schroeder <alex@gnu.org>
3171
3172 * progmodes/sql.el (sql-sybase-options): New option.
3173 (sql-sybase): Use it. Add sql-database to the list of parameters
3174 provided for login. The options -w 2048 -n are not used any more.
3175
9035a35a
GM
3176 * comint.el (comint-read-input-ring): Bugfix such that the first
3177 and the last entry of the input ring file are not lost.
3178
3556c6dd
GM
31792000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3180
3181 * ps-print.el: Internal variable changes to defcustom,
3182 make-local-hook changes to defvar. Doc fix.
3183 (ps-print-version): New version number (6.1).
3184 (ps-setup, ps-do-despool): Code fix.
3185 (ps-printer-name): Customization fix.
3186 (ps-printer-name-option): Now is a defcustom instead of an
3187 internal variable.
3188 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3189 (ps-print-begin-column-hook): Now are defvar instead of
3190 make-local-hook.
4836835a 3191
4e217e50
MB
31922000-10-18 Miles Bader <miles@gnu.org>
3193
3194 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3195 (comint-kill-output): Changed into an alias for `comint-delete-output',
3196 and made obsolete.
3197 (comint-mode-map): Rename references to comint-kill-output.
3198
34460354
EZ
31992000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * diff-mode.el (diff-header-face, diff-file-header-face)
3202 (diff-changed-face): Add bold and italic attributes to tty faces.
3203 (diff-function-face): New face.
3204 (diff-font-lock-keywords): Use it.
3205
17ea3cdb
MB
32062000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3207
3208 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3209 Remove commented-out call to force-mode-line-update.
3210 (comint-kill-output): Use `forward-line 0' instead of
3211 beginning-of-line to make sure we get past the prompt.
3212
9244f2c7
SM
32132000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3214
3215 * diff-mode.el (diff-header-face, diff-file-header-face):
3216 Add specific setting for dark background.
3217 (diff-context-face): Renamed from diff-comment-face.
3218 Set explicitly rather than inheriting from font-lock-comment-face.
3219
1592c1ef
EZ
32202000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3221
3222 * startup.el (command-line): Move the code which sets the default
3223 TTY colors to before before-init-hook.
3224
f86292a9
GM
32252000-10-17 Gerd Moellmann <gerd@gnu.org>
3226
3227 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3228
f7f2e883
EZ
32292000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3230
e854cc22
EZ
3231 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3232 extensions, for MS-DOS.
3233
f7f2e883
EZ
3234 * diff-mode.el (diff-header-face, diff-file-header-face)
3235 (diff-changed-face): Define tty-specific colors.
3236
c7b4f0f9
GM
32372000-10-17 Gerd Moellmann <gerd@gnu.org>
3238
3239 * startup.el (fancy-splash-text): Realign the text.
3240
12a72271
EZ
32412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3242
3243 * font-lock.el (font-lock-comment-face): Define a separate default
3244 for dark-background tty's.
3245
61dfccfd
MB
32462000-10-17 Miles Bader <miles@gnu.org>
3247
3248 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3249 being obscured by whizzy mode-lines on graphics displays.
3250
333cd59e
EZ
32512000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3252
3253 * info.el (Info-title-1-face, Info-title-2-face)
3254 (Info-title-3-face): Define colors for tty's.
dada41e1 3255 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3256
dbf1fcc1
EZ
32572000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3258
3259 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3260 reverse from the frame parameters, and don't invert foreground and
3261 background colors.
3262
ac629823
MB
32632000-10-16 Miles Bader <miles@gnu.org>
3264
3265 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3266 string "*Info*". Call propertized-buffer-identification to spruce
3267 up the result.
3268
76eebffc
GM
32692000-10-16 Gerd Moellmann <gerd@gnu.org>
3270
3a6b59d9
GM
3271 * help.el: Provide `help' for the sake of define-minor-mode
3272 which generates defcustoms with requires.
3273
6569c3d3
GM
3274 * jit-lock.el (jit-lock-after-change): If we're in text that
3275 matches a multi-line font-lock pattern, make sure the whole text
3276 will be redisplayed.
3277
c2e0a611
GM
3278 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3279 author's name is unknown.
3280
76eebffc
GM
3281 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3282 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3283 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3284 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3285 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3286 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3287 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3288 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3289 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3290 Add author information.
3291
cf1e7b12
MB
32922000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3293
3294 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3295 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3296 full-color version (using the Gimp) to eliminate dithering artifacts.
3297
5586f3eb
SM
32982000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3299
3300 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3301
3302 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3303
ad64a888
DL
33042000-10-15 Dave Love <fx@gnu.org>
3305
3306 * progmodes/sh-script.el: Require skeleton and comint when
3307 compiling.
3308
3309 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3310
3311 * whitespace.el: Doc fixes.
3312 (top-level): Don't add hooks here.
3313 (whitespace-running-emacs): Deleted.
3314 (timer): Don't require.
3315 (whitespace): Add back :version conditional on xemacs test.
3316 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3317 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3318 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3319 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3320 Avoid specific xemacs test.
3321 (whitespace-global-mode): New option.
3322 (whitespace-global-mode): New command.
3323 (whitespace-unload-hook): New function.
3324
3325 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3326 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3327 (Info-fontify-node): `Goto' goes to `Go to'.
3328 (Info-fontify-node): Add help-echo to xref links.
3329
1ef49fc6
EZ
33302000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3333
8b7707e1
SM
33342000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3335
b3b7f42f
SM
3336 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3337 Use plist-get and allow :inherit.
3338
3339 * emacs-lisp/cl-macs.el (cl-do-arglist):
3340 Use plist-get and plist-member instead of memq.
3341
3c7fafc7
SM
3342 * emacs-lisp/ewoc.el (ewoc-location): New function.
3343 (ewoc-enter-after, ewoc-enter-before): Document return value.
3344 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3345 Don't need make-local-hook any more.
3346 (cvs-addto-collection): Return the new tin.
3347 (cvs-mode-insert): Jump to the new line.
3348
8b7707e1
SM
3349 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3350
3351 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3352
3353 * font-lock.el (font-lock-syntactically-fontified): New var.
3354 (font-lock-fontify-syntactic-keywords-region): Use it.
3355 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3356
3357 * diff-mode.el (diff-find-file-name): Fix regexp.
3358
3359 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3360 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3361
3362 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3363 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3364 (sh-mode): Don't make all vars local here.
3365 (sh-kw): Reformat.
3366 (sh-set-shell): Use dolist. Don't set indent-region-function.
3367 (sh-mode-syntax-table): Use pop.
3368 (sh-remember-variable): Use push.
3369 (sh-help-string-for-variable): Use memq.
3370 (sh-safe-backward-sexp): Remove.
3371 (sh-safe-forward-sexp): Add ARG.
3372 (sh-get-indent-info, sh-prev-stmt): Use it.
3373 (sh-prev-line): Simplify by using forward-comment.
3374 (sh-this-is-a-continuation): Simplify.
3375 (sh-learn-buffer-indent): Use dolist.
3376 (sh-do-nothing): Remove.
3377 (sh-set-char-syntax, sh-set-here-doc-region):
3378 Use inhibit-modification-hooks.
3379 (sh-name-style): Use mapcar and push.
3380 (sh-load-style): Use dolist.
3381 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3382 (sh-case, sh-while-getopts): Use propertize directly rather
3383 than sh-electric-rparen.
3384
33852000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3386
3387 * textmodes/tex-mode.el: Require CL when compiling.
3388 (tex-mode-syntax-table): Init immediately.
3389 (tex-mode-map): Bind M-RET to latex-insert-item.
3390 (latex-mode): Set indent-line-function to latex-indent.
3391 (tex-common-initialization): Don't setup the syntax-table any more.
3392 (latex-insert-item): New skeleton.
3393 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3394 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3395 (latex-indent, latex-find-indent): New functions.
4836835a 3396 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3397 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3398 (tex-compilation-parse-errors): Use with-syntax-table.
3399
86b7fcbb
MB
34002000-10-15 Miles Bader <miles@gnu.org>
3401
3402 * font-lock.el (font-lock-comment-face): Change dark-background,
3403 color, non-tty, default to `chocolate1'.
3404
57a24508
JW
34052000-10-13 John Wiegley <johnw@gnu.org>
3406
3407 * eshell/esh-util.el (require): Added a missing `require' form,
3408 needed when compiling (for an ange-ftp macro definition).
3409
40ad3db4
DL
34102000-10-13 Dave Love <fx@gnu.org>
3411
3412 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3413
db460189
GM
34142000-10-13 Gerd Moellmann <gerd@gnu.org>
3415
b41c9501
GM
3416 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3417 fix.
3418
4836835a 3419 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3420 transparent -colors 8).
3421
3b5e21df
GM
34222000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3423
3424 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3425 that breaks with old list format timestamps.
3426 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3427 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3428 strings.
3429
16908a3f
JW
34302000-10-13 John Wiegley <johnw@gnu.org>
3431
d7103dda
JW
3432 * align.el, pcomplete.el, calendar/timeclock.el,
3433 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3434
dace60cf 3435 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3436 faulty math, where holiday hours were being computing as seconds.
3437
b6b70cda
JW
34382000-10-13 John Wiegley <johnw@gnu.org>
3439
3440 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3441 specifying what "other" kinds of buffers should be saved. This
3442 used to be hard-coded.
3443 (desktop-buffer-misc-functions): A global for specifying how
3444 auxiliary data should be determined for special buffer types.
3445 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3446 instead of hard-coding the special buffer types.
3447 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3448 auxiliary data, instead of hard-coding for Info buffers and dired.
3449 (desktop-buffer-info-misc-data): Aux function for determining Info
3450 buffer auxiliary info.
3451 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3452 (desktop-buffer-info): Changed this function to use the info
3453 gathered above.
3454 (desktop-create-buffer): Be a little more careful about what
3455 `minor-mode' means before calling it. This is important for some
3456 buffer types.
3457
8c6b1d83
JW
34582000-10-13 John Wiegley <johnw@gnu.org>
3459
3460 * eshell/esh-util.el: Added a global form which declares an
3461 autoload for `parse-time-string', if that function is not already
3462 defined, and if parse-time.el is available on the user's system.
3463
3464 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3465 to be aware of ange-ftp user info.
3466 (eshell-do-ls): Bind `ange-cache'. Also, use
3467 `eshell-file-attributes'.
3468 (eshell-ls-annotate): Use `eshell-file-attributes'.
3469 (eshell-ls-file): Made the user-id printing code a bit smarter.
3470
3471 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3472 allow identification of alias user ids in remote directories.
3473 It's manual, but there's no other way to know when the current
3474 user on the local machine, is also the owning user on the remote
3475 machine.
3476 (fboundp): Bind `ange-cache'.
3477 (eshell-directory-files-and-attributes): Re-organized the logic a
3478 bit to use `eshell-file-attributes' instead of `file-attributes'.
3479 The former is more sensitive to directories that are read via FTP,
3480 and knows how to use ange-ftp to determine full attribute
3481 information, instead of just the name and last modtime.
3482 (eshell-current-ange-uids): Return the current user id when in a
3483 remote directory.
3484 (eshell-parse-ange-ls): Parse a full directory listing that has
3485 been returned by ange-ftp.
3486 (eshell-file-attributes): This beefed up version of
3487 `file-attributes' is only special if the user is currently in a
3488 remote directory, in which case it does a lot of work to find out
3489 what the real attributes of a file are, as they appear on the
3490 remote machine. This makes usage of remote directories (i.e.,
3491 ange-ftp pathnames) much more useful. You can now use Eshell as a
3492 full-fledged FTP client, with much more manipulation ability than
3493 most other clients.
3494
3495 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3496 variable, which means that Eshell's du should always be preferred
3497 in remote directories.
3498 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3499 just `file-attributes'.
3500 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3501 when reading remote directories. This is an Eshell-specific
3502 variable (not part of ange-ftp).
3503 (eshell/ln): Bind `ange-cache'.
3504 (eshell/du): Added some extra logic for determining when to use
3505 Eshell's du (which is slow), and when to use the external version
3506 (which may or may not exist).
3507
3508 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3509 `eshell-interactive-process', rather than using
3510 `get-buffer-process', since backgrounded processes don't count in
3511 the context of this function's logic.
3512
3513 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3514 `forward-char', so that null strings are parsed correctly.
3515
87730e84 35162000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3517
3518 * eshell/em-pred.el (eshell-pred-file-type,
3519 eshell-pred-file-links, eshell-pred-file-size): Use
3520 `eshell-file-attributes'. This is more correct over ange-ftp.
3521
3522 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3523 that remote file globbing is more efficient.
3524
3525 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3526 gathering the files and attributes within a directory.
3527
3528 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3529 the command line is a special file (not a regular file, directory
3530 or symlink), always attempt to call the external version of cat.
3531
87730e84 35322000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3533
3534 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3535 Eshell-friendly version of find-tag.
3536
1c7e37a9
MB
35372000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3538
4836835a 3539 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3540 (image-file-name-regexps): Add autoload cookies.
3541
11a7f341
KH
35422000-10-13 Kenichi Handa <handa@etl.go.jp>
3543
3544 * international/mule-cmds.el (select-safe-coding-system): If FROM
3545 is string, show it in *Warning* buffer.
3546
8ddddcb0
EZ
35472000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3548
3549 * startup.el (normal-top-level): Use display-popup-menus-p instead
3550 of window-system.
3551 (command-line): Use display-graphic-p instead of window-system.
3552 (command-line-1): Use display-popup-menus-p and display-mouse-p
3553 instead of window-system.
3554
72200f89
SS
35552000-10-12 Sam Steingold <sds@gnu.org>
3556
3557 * tooltip.el (tooltip-use-echo-area): New user variable.
3558 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3559
8661c643
DL
35602000-10-12 Dave Love <fx@gnu.org>
3561
d0b40dc1
DL
3562 * recentf.el: Maintainer's checkdoc fixes.
3563
a622451f
DL
3564 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3565 character class, not ASCII when matching file names.
3566 (fancy-splash-head): Add trailing slash to URL.
3567 (command-line): Don't require XPM support for toolbar.
3568
8661c643
DL
3569 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3570 (cperl-invalid-face): Revert last change.
3571 (cperl-init-faces): Quote cperl-invalid-face.
3572
ef2ed8ab
KH
35732000-10-12 Kenichi Handa <handa@etl.go.jp>
3574
3575 * startup.el (fancy-splash-text): Remove superfluous quote.
3576
b0da379e
GM
35772000-10-12 Gerd Moellmann <gerd@gnu.org>
3578
dbeb499b
GM
3579 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3580 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3581 (command-line-1): Don't use fancy-splash-pending-command.
3582 (fancy-splash-screens-1): Goto point-min after inserting text.
3583
d861718a
GM
3584 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3585
b0da379e
GM
3586 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3587 instead of shared-lisp-mode-map.
3588
4fb2ad98
MB
35892000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3590
1cb4393e
MB
3591 * faces.el (header-line): Change tty-variant to use underlining.
3592
4fb2ad98
MB
3593 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3594 (isearch-highlight): Restore lazy-isearch face properties at old
3595 position, and suppress them at new position.
3596 (isearch-dehighlight): Restore lazy-isearch face properties.
3597 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3598 over the real isearch overlay, but in that case, don't give it a
3599 face property. Use `push'.
3600
eb991b25
KH
36012000-10-12 Kenichi Handa <handa@etl.go.jp>
3602
3603 * man.el (Man-getpage-in-background): Fix previous change.
3604 Decode the process output only when we are in multibyte mode.
3605
a818c1c0
DL
36062000-10-11 Dave Love <fx@gnu.org>
3607
c990f53a
DL
3608 * info.el (Info-mode-menu): Fix some help.
3609 (info-tool-bar-map): Add entry for Info-last.
3610
a818c1c0
DL
3611 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3612 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3613 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3614 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3615 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3616 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3617 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3618 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3619 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3620 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3621 Reduce colour requirements to 25 overall. (Probably wants
3622 revisiting from the originals to reduce further.)
3623
c1b096cb
EZ
36242000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3625
3626 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3627 buffer-file-coding-system, instead of raw-text.
3628 (dehexlify-buffer): Bind coding-system-for-read to
3629 buffer-file-coding-system, instead of raw-text.
3630
5c8b7eaf
SS
36312000-10-11 Sam Steingold <sds@gnu.org>
3632
3633 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3634 `underline' - fixes the bug introduced on 2000-09-21.
3635
2cfbdb7a
DL
36362000-10-11 Dave Love <fx@gnu.org>
3637
3638 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3639 compiler warnings.
3640 (scheme-mode): Doc fix.
3641 (scheme-font-lock-keywords-1): Match `define-syntax'.
3642
36432000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3644
3645 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3646 face specs as well as default ones. Only do anything if the
3647 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3648 (region): Make dark-background `region' face less in-your-face.
4b33f290 3649
690ec649
SS
36502000-10-10 Sam Steingold <sds@gnu.org>
3651
3652 * chistory.el, ielm.el, ledit.el:
3653 * progmodes/inf-lisp.el, progmodes/scheme.el:
3654 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3655
3b95d6bb
SM
36562000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3657
3658 * textmodes/texinfo.el: Update copyright and fix typo.
3659
3660 * desktop.el (desktop-modes-not-to-save): New var.
3661 (desktop-save-buffer-p): Use it.
3662 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3663 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3664
d646c828
DL
36652000-10-10 Dave Love <fx@gnu.org>
3666
3667 * toolbar/tool-bar.el (tool-bar-add-item)
3668 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3669 display.
3670
d646c828
DL
3671 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3672 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3673 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3674 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3675 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3676 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3677 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3678 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3679 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3680 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3681 the .xpms; probably need retouching.
3682
862a7e28
MB
36832000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3684
3685 * subr.el (add-to-list): Add optional argument APPEND.
3686 * battery.el (display-battery): Use `add-to-list'.
3687
46e33aee
TTN
36882000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3689
930baf47
TTN
3690 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3691 these vars as symbol properties.
2cfbdb7a
DL
3692 (zone, zone-when-idle, zone-leave-me-alone)
3693 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3694
5a430f9c
TTN
3695 * battery.el (display-battery): Doc spelling fix.
3696
46e33aee
TTN
3697 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3698 property.
3699
adf7d3a8
DL
37002000-10-09 Dave Love <fx@gnu.org>
3701
3702 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3703 has been initialized before calling tool-bar-setup.
c2156508 3704 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3705
06a8c9f8
EZ
37062000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3707
e4ca8f8c
EZ
3708 * menu-bar.el (send-mail-item-name): New function.
3709 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3710 of mail-user-agent in the menu. Don't display the "Send Mail"
3711 item if mail-user-agent is nil or its value is ignore.
3712 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3713 if read-mail-command is nil or its value is ignore.
3714
06a8c9f8
EZ
3715 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3716
7dbc9c8a
MB
37172000-10-09 Miles Bader <miles@gnu.org>
3718
29e0814b
MB
3719 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3720 Correct image size.
3721 * toolbar/left_arrow.xpm: Correct image size.
3722
7dbc9c8a
MB
3723 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3724 will be done by the definition of `auto-compression-mode' if
3725 necessary. Move code to uninstall existing file-name handler
3726 before definition of `auto-compression-mode'.
3727
3728 * image-file.el (auto-image-file-mode): Move to the end of the
3729 file, because `define-minor-mode' actually calls the mode-function
3730 if the associated variable is non-nil, which requires that all
3731 needed functions be already defined.
3732
65b61266
MB
3733 * mouse.el (popup-menu): Balance parens.
3734
d6b8c85b
SM
37352000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3736
3737 * mouse.el (popup-menu): Move the command call outside the loop
3738 so that popup-menu returns whatever the command returns.
3739
3740 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3741 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3742 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3743 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3744
3745 * vc.el (vc-version-diff): diff-switches can be a list.
3746 Use relative filenames for prettier output.
3747
46e33aee 3748 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3749 (vc-post-command-functions): Remove old-VC compatibility code.
3750
3751 * newcomment.el (comment-indent-default): Autoload.
3752
3753 * font-lock.el (font-lock-defaults): Make buffer-local.
3754 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3755 (font-lock-choose-keywords):
3756 Ignore LEVEL unless KEYWORDS is a list of syms.
3757 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3758 Don't wrap regexp-opt things in \(...\) unnecessarily.
3759
3760 * jit-lock.el: Don't require font-lock any more.
3761 (jit-lock-functions): Make buffer-local.
3762 (jit-lock-saved-fontify-buffer-function): Remove.
3763 (jit-lock-mode): Remove autoload cookie.
3764 Remove font-lock specific code.
3765 (jit-lock-unregister): Don't bother handling complex hooks any more.
3766 (jit-lock-refontify): New function.
3767 (jit-lock-fontify-buffer): Use it.
3768 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3769 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3770 Add optional args START and END.
3771 Never call font-lock-fontify-region directly.
3772 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3773
3774 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3775
a30ed6ac
DL
37762000-10-08 Dave Love <fx@gnu.org>
3777
4e7c7ca9
DL
3778 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3779
3780 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3781
3782 * play/studly.el (studlify-region, studlify-word): Add autoload
3783 cookie.
3784
3785 * play/morse.el (morse-region, unmorse-region): Add autoload
3786 cookie.
3787
3788 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3789 concat.
3790
3791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3792 insist on symbols starting with word syntax.
3793 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3794 (eval-defun-1): Doc fix.
3795 (indent-sexp): Use nconc to build up indent-stack.
3796
3797 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3798 Gnus with little use.
3799 (mail-setup-hook): Add mail-abbrevs-setup to options.
3800
968f7c4a
DL
3801 * recentf.el: Doc fixes.
3802
3803 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3804 Clean up remainder.
3805
3806 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3807 without timezone and (8) with timezone to enforce some whitespace.
3808 Simplify code somewhat.
3809
3810 * options.el (list-options): Doc that you should use customize.
3811
3812 * iswitchb.el (iswitchb-mode): Add :require.
3813
a30ed6ac
DL
3814 * info.el (Info-goto-node, Info-menu): Doc fix.
3815 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3816 (info-tool-bar-map): New variable.
3817 (Info-mode): Use it.
3818 (Info-edit-map): Define all in defvar.
3819 (speedbar-attached-frame): Avoid compiler warning.
3820
3821 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3822 (global-map): Bind [tool-bar] to a filtered map.
3823 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3824 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3825 Allow PBM icons.
3826 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3827
3828 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3829 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3830 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3831 icons, except up_arrow, which is left-arrow rotated.
3832
3833 * imenu.el (imenu-add-to-menubar): Fix last change.
3834
4e953aff
PB
38352000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3836
3837 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3838 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3839
739e92a7
EZ
38402000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3841
d20faceb
EZ
3842 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3843 typos in doc strings.
3844
a640322e
EZ
3845 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3846 the doc strings how to customize Font Lock faces.
3847
739e92a7
EZ
3848 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3849 computing growth when dragging the header line.
3850
8be7408c
EZ
38512000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * simple.el (kill-line): Doc fix.
3854
6fee86a3
MB
38552000-10-08 Miles Bader <miles@gnu.org>
3856
445a653e
MB
3857 * faces.el (secondary-selection): Make foreground visible on tty.
3858
6fee86a3
MB
3859 * jka-compr.el (auto-compression-mode): Move to the end of the
3860 file, because `define-minor-mode' actually calls the mode-function
3861 if the associated variable is non-nil, which requires that all
3862 needed functions be already defined.
3863 (with-auto-compression-mode): Add autoload cookie.
3864
a115794c
EZ
38652000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3866
3867 * files.el (find-backup-file-name) [ms-dos]: If support for long
3868 file names is not available, behave as if version-control were set
3869 to never.
3870
b12e6de3
DL
38712000-10-07 Dave Love <fx@gnu.org>
3872
3873 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3874 (browse-url-gnome-moz): New function.
3875 (browse-url-browser-function): Use it.
3876 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3877
20b1d079
SM
38782000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3879
3880 * indent.el (tab-always-indent): New var.
3881 (indent-for-tab-command): Use it.
39250ec3 3882
9ee45b2c 3883 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3884 raise an error. This way it can still default to a sane value.
9ee45b2c 3885
8c6b1d83
JW
38862000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3887
39250ec3
SM
3888 * startup.el (fancy-splash-screens): Use local rather than global map.
3889 Don't use `update-menu-bindings' any more.
3890 Get rid of assumptions about keymap representation.
3891
a23ccdf2
DL
38922000-10-06 Dave Love <fx@gnu.org>
3893
814299a7 3894 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3895 (sentence-end-without-period): Doc fix.
3896 (adaptive-fill-regexp): Purecopy.
3897 (unjustify-current-line): Use line-end-position.
3898 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3899
3900 * net/eudc-vars.el (eudc): Add :version, :link.
3901
39250ec3 3902 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3903
3904 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3905 Fix for define-minor-mode.
3906 (function-at-point): Alias to function-called-at-point.
3907
3908 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3909
3910 * simple.el (backward-word): Doc fix.
3911
a23ccdf2
DL
3912 * image-file.el (image-file-name-regexp): image-file-regexps ->
3913 image-file-name-regexps.
742c1822 3914 (image-file-name-extensions): Add pbm.
a23ccdf2 3915
39250ec3
SM
39162000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3917
3918 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3919 and add filename to the names so that diff-mode can jump to source.
3920
3921 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3922 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3923 (tex-font-lock-keywords-1): Remove.
3924 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3925 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3926 (font-lock-default-fontify-region):
3927 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3928 (font-lock-fontify-anchored-keywords):
3929 Include the anchor text as part of the multiline.
3930
8d5dfacd
GM
39312000-10-06 Gerd Moellmann <gerd@gnu.org>
3932
3933 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3934 latter needs the autoloaded define-minor-mode macro during the
3935 bootstrap.
3936
3937 * startup.el (command-line): For now, activate tool-bar-mode only
3938 if XPM images are supported.
3939
3940 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3941 window by dragging a header-line at the top of the frame; that's
4c19fbce 3942 confusing because the header-line doesn't move.
8d5dfacd
GM
3943 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3944 of treating the event as a list. Some cleanup.
3945
f69aad2b 39462000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3947
f69aad2b
MB
3948 * simple.el (display-message-or-buffer): New function.
3949 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3950
09cb7646
MB
3951 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3952 docstring parts.
3953
814299a7 3954 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3955 (smbclient-prompt-regexp): Add usage note to doc string.
3956 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3957 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3958 Use add-hook for adding the comint filter function, and only do so
3959 if it's not already in the global hook list.
3960 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3961 to `make-local-variable'.
3962 (nslookup-font-lock-keywords): Remove prompt entry.
3963 (nslookup): Don't set the process-filter.
3964 (finger): Exit the loop correctly when the regexps list runs out.
3965 (ftp, smbclient, smbclient-list-shares):
3966 Set the real major mode immediately, not after execing.
3967 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3968
3969 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3970
4c19fbce
SM
39712000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3972
3973 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3974
3975 * which-func.el (which-func-format): Remove spurious space.
3976 (which-func-mode): Don't make it permanent-local.
3977 (which-func-ff-hook): Allow which-func-maxout to be nil.
3978 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3979 (which-func-mode): Simplify.
3980 Use post-command-idle-hook rather than post-command-hook.
3981 Go through all buffers and update their state.
3982 (which-function): Also try add-log-current-defun-function.
3983
3984 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3985 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3986 Update call to with-vc-properties accordingly.
3987 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3988 (vc-revert-buffer): More careful about window selection and deletion.
3989 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3990
3991 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3992 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3993 (cvs-dired-action): Change the default to quickdir.
3994
3995 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3996 if comment-indent-function returns nil.
3997 (comment-indent-default): New function.
3998 (comment-indent-function): Use it and document the new semantics.
3999
4000 * image-file.el: Docstring fixes.
4001
4002 * help.el (help-xref-on-pp): Use match-string.
4003 (describe-variable): New arg BUFFER.
4004 Store the current buffer in the help-xref-stack.
4005 (temp-buffer-resize-mode): Use define-minor-mode.
4006
4007 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4008 consistently with its docstring.
4009 Set jit-lock-first-unfontify-pos in an idempotent way.
4010 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4011
542c6552
GM
40122000-10-05 Alex Schroeder <alex@gnu.org>
4013
4014 * sql.el (sql-mysql-options): New variable.
4015 (sql-mysql): Use it.
4016
a3489ece
MB
40172000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4018
77f6105c
MB
4019 * image.el (image): New group.
4020
814299a7 4021 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4022 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4023
3478046b
PB
40242000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4025
4026 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4027 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4028 Ignore the value of wqindow-system; always define keywords
4029
22aca186
KH
40302000-10-05 Kenichi Handa <handa@etl.go.jp>
4031
4032 * startup.el (fancy-splash-screens): Remove the code for
4033 debugging; `(trace-to-stderr "EXITTT\n")'.
4034
55d5d717
MB
40352000-10-05 Miles Bader <miles@gnu.org>
4036
4037 * diff-mode.el (diff-goto-source): Update call to
4038 `diff-hunk-status-msg' to reflect new REV variable.
4039
41fa7178
SM
40402000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4041
4042 * progmodes/icon.el (icon-mode):
4043 Don't gratuitously override the default for comment-column.
4044
4045 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4046
4047 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4048 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4049 (jit-lock-functions): New var.
4050 (jit-lock-function-1): Use it if non-nil.
4051 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4052 Set the `fontified' property before doing the fontification to avoid
4053 repeatedly going through the same error.
4054 Don't turn errors into messages.
4055 (jit-lock-register, jit-lock-unregister): New functions.
4056
4057 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4058 Use with-current-buffer.
4059
4060 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4061 Turn comment into docstring.
4062
4063 * apropos.el (apropos-mode): Use define-derived-mode.
4064
3dc78168
GM
40652000-10-04 Gerd Moellmann <gerd@gnu.org>
4066
4067 * startup.el (fancy-splash-pending-command): New variable.
4068 (fancy-splash-pre-command): New function.
4069 (fancy-splash-screens): Rewritten.
4070 (command-line-1): If fancy-splash-pending-command is set, call it
4071 interactively.
4072
dae9dc56
DL
40732000-10-04 Dave Love <fx@gnu.org>
4074
4075 * toolbar/tool-bar.el (tool-bar-setup): New function.
4076 (tool-bar-mode): Use it.
4077
4078 * subr.el (substitute-key-definition): Doc fix.
4079 (play-sound-file): New command.
4080
3388f0a5
AS
40812000-10-04 Andre Spiegel <spiegel@gnu.org>
4082
814299a7 4083 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4084 vc-version-backup-file-name): New functions.
4085
4086 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4087
4088 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4089 vc-cvs-stay-local-p.
4090
4091 * vc.el (vc-revert-buffer): Handle empty diff properly.
4092 (vc-version-backup-file): New function.
4093 (vc-checkout): Create a version backup if necessary.
4094 (vc-checkin): If a version backup file exists, delete it.
4095 (vc-version-diff): Diff locally using version backups, if available.
4096 (vc-revert-file): If there's a version backup, revert locally.
4097 (vc-transfer-file): Use version backup for base version, if
4098 available. If not, ask for confirmation whether to get it from the
4099 server. Update mode line before check-in.
4100
ebd4825d
DL
41012000-10-04 Dave Love <fx@gnu.org>
4102
4103 * toolbar/tool-bar.el (tool-bar-setup): New function.
4104 (tool-bar-mode): Use it.
4105
1b24f4b7
PB
41062000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4107
3dc78168 4108 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4109 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4110 Only set if window-system is non-nil
4111 (net-utils-run-program): Returns buffer.
4112 (network-connection-reconnect): Added this function.
4113
814299a7
MB
4114 * generic.el:
4115 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4116 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4117 Uses cl compile-time macros.
3dc78168
GM
4118 (generic-mode-name, generic-comment-list)
4119 (generic-keywords-list, generic-font-lock-expressions)
4120 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4121 Removed variables.
4122 (generic-mode-alist): Renamed to generic-mode-list.
4123 (generic-find-file-regexp): Default changed to "^#".
4124 (generic-read-type): Uses completing read on generic-mode-list.
4125 (generic-mode-sanity-check): removed this function.
4126 (generic-add-to-auto-mode): Removed this function
3dc78168 4127 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4128 into function instead of putting them in alist.
4129 (generic-mode-set-comments): Reworked extensively.
4130 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4131 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4132
814299a7 4133 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4134 Make sure directory name ends with "/".
4135
814299a7 4136 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4137 Regexp now allows leading whitespace.
4138 (rc-generic-mode): Added eval-when-compile
4139 around generic-make-keywords-list.
4140 Deleted duplicate regexp
4141 (rul-generic-mode): Added eval-when-compile
4142 around generic-make-keywords-list.
4143 (etc-fstab-generic-mode): New generic mode.
4144 (rul-generic-mode): Removed one eval-when-compile
814299a7 4145 which caused a max-specpdl-size exceeded error.
1b24f4b7 4146
a7bf5cf3
MB
41472000-10-04 Miles Bader <miles@gnu.org>
4148
4149 * simple.el (minibuffer-temporary-goal-position): New variable.
4150 (next-history-element): Try to keep the position of point in the
4151 input string constant.
4152
4153 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4154 (dired-do-create-files): If there's only one file, pass it in as
4155 the DEFAULT arg to dired-mark-read-file-name.
4156
ce1087a9
SM
41572000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4158
4159 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4160 (diff-goto-source): Be smarter when choosing REVERSE or not.
4161
4162 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4163 (texinfo-mode-menu): Add an explicit shortcut for update all.
4164
0e41e1d6
AS
41652000-10-03 Andre Spiegel <spiegel@gnu.org>
4166
814299a7 4167 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4168 factorize backend-specific code cleanly (this was essentially
4169 conceived by Stefan Monnier).
4170 (vc-unregister): Function removed.
814299a7 4171 (vc-revert-file): New function.
858f7cb4
AS
4172 (vc-revert-buffer): Delegate some of the work to it.
4173
0e41e1d6
AS
4174 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4175 default branch unconditionally.
4176 (vc-rcs-set-default-branch): New function.
4177 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4178 (vc-rcs-checkin): If an appropriate default branch has been set,
4179 force creation of that branch.
858f7cb4
AS
4180 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4181 code (as suggested by Stefan Monnier).
0e41e1d6 4182
01c86c56
GM
41832000-10-02 Gerd Moellmann <gerd@gnu.org>
4184
45c477b4
GM
4185 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4186 highlighting overlay with a different face over the overlay
4187 isearch uses to highlight the current match because that can lead
4188 to bad face combinations.
4189
01c86c56
GM
4190 * loadup.el (toplevel): Load faces before isearch.
4191
4192 * isearch.el (isearch-faces): New custom group.
4193 (isearch): New defface; was already tested for in the code.
4194 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4195 (isearch-highlight): Always use face `isearch'.
4196
944425c0
DL
41972000-10-02 Dave Love <fx@gnu.org>
4198
4199 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4200 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4201 comparison of opcode with operand.
4202
2a099bcc
MB
42032000-10-03 Miles Bader <miles@gnu.org>
4204
4205 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4206 buffer, since the echo area will now grow to accommodate them.
4207
4300ecb8
AS
42082000-10-02 Andre Spiegel <spiegel@gnu.org>
4209
4210 * vc-hooks.el (vc-registered): If FILE used to be registered under
4211 a certain backend, try that one first.
4212
814299a7 4213 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4214 argument list. Handle multiple backends correctly.
4215 (vc-find-new-backend): Function removed.
4216 (vc-register): Use vc-responsible-backend, as before.
4217 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4218
64e6cc18
GM
42192000-10-02 Gerd Moellmann <gerd@gnu.org>
4220
4221 * startup.el (fancy-splash-head): Change message below the
4222 logo.
4223
00df919e
MB
42242000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4225
4226 * diff-mode.el (diff-goto-source): Emit a status message.
4227 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4228 (diff-test-hunk): Fix doc string.
00df919e
MB
4229 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4230 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4231 (diff-apply-hunk): Don't return a value.
00df919e 4232
ceec5a0c
SM
42332000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4234
4235 * vc.el (vc-editable-p): Minor optimization.
4236 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4237 (vc-find-new-backend): New function split from vc-responsible-backend.
4238 (vc-register): Use it.
4239 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4240 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4241 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4242 (vc-clear-headers): Don't use find-file.
4243 (vc-revert-buffer): Use `and' again (must have been a braino).
4244 (vc-switch-backend): Only prompt if requested.
4245 Short circuit if nothing is to be done.
4246 Don't use vc-resynch-buffer which could lose unsaved editing.
4247 (vc-default-receive-file): Update call to vc-unregister.
4248 (with-vc-file, vc-next-action-on-file):
4249 Use vc-backend rather than vc-registered.
4250 (vc-next-action-on-file): Use intern-soft.
4251 Deal with read-only *vc-diff* buffer.
4252 (vc-transfer-file): Docstring fix.
4253
4254 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4255 (vc-rcs-receive-file): Avoid with-vc-properties.
4256 Update call to vc-unregister.
4257 Use constant `RCS' rather than (dynamically bound) var `backend'.
4258
4ad5da8f
AS
42592000-10-01 Andre Spiegel <spiegel@gnu.org>
4260
814299a7 4261 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4262 is visited.
4263 (vc-start-entry): New argument initial-contents. Don't visit the file
4264 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4265 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4266 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4267 vc-start-entry.
4268 (vc-finish-logentry): Make sure to bury log buffer only if there
4269 really is one. Call `vc-resynch-buffer' on log-file, not
4270 buffer-file-name.
4271 (vc-default-comment-history, vc-default-wash-log): New functions.
4272 (vc-index-of): Removed.
4273 (vc-transfer-file): Make do without the above.
4274 (vc-default-receive-file): Call comment-history unconditionally. Pass
4275 the resulting string to vc-checkin, instead of inserting it into the
4276 comment ring.
4277
4278 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4279 unconditionally. Use the comments as initial contents of the log
814299a7 4280 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4281 changes.
4282
aa0c3dca
MB
42832000-10-01 Miles Bader <miles@gnu.org>
4284
4285 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4286 `recenter' with an arg to prevent redrawing the display.
4287
d5f5a2c5
SM
42882000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4289
4290 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4291
4292 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4293
814299a7 4294 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4295 Don't gratuitously override the default for comment-column.
4296
4297 * textmodes/tex-mode.el (latex-metasection-list): New var.
4298 (latex-imenu-create-index): Use it.
4299 Move the regexp construction outside loops (and use push).
814299a7 4300 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4301 (tex-font-lock-keywords): Moved from font-lock.el.
4302 (tex-comment-indent): Remove.
4303 (tex-common-initialization): Don't set comment-indent-function.
4304 (latex-block-default): New var.
4305 (tex-latex-block): Use it to provide a default choice.
4306 Add any unknown choice to latex-block-names.
4307 Insert [...] after {...}.
4308 (tex-last-unended-begin): Simplify regexp.
4309 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4310 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4311 (latex-mode): Set forward-sexp-function.
4312
4313 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4314 Add regexp for @ignore ... @end ignore.
4315 (texinfo-heading-face): New face.
4316 (texinfo-font-lock-keywords): Use it.
4317 (texinfo-mode-menu): New menu.
4318 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4319 New functions.
4320 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4321 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4322 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4323 Remove declaration.
4324 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4325
4326 * delsel.el (delete-selection-mode): Use define-minor-mode.
4327
4328 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4329
43302000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4331
4332 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4333
8a5506f2
GM
43342000-09-30 Gerd Moellmann <gerd@gnu.org>
4335
068127d6
GM
4336 * replace.el (keep-lines-read-args): New function.
4337 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4338 read arguments interactively. Add parameters RSTART and REND.
4339 Operate on the active region in Transient Mark mode.
4340
d777bb8f
GM
4341 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4342
8a5506f2
GM
4343 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4344 (authors-obsolete-files-regexps): New variable.
4345 (authors-add): Don't record changes in obsolete files.
4346
3fa87bfc
SM
43472000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4348
4349 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4350
4351 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4352 (comment-indent): Make sure there's a space between code and comment.
4353 Shift comments left to avoid going past fill-column.
4354
f02149ce
GM
43552000-09-29 Gerd Moellmann <gerd@gnu.org>
4356
4357 * startup.el (startup-echo-area-message): New function.
4358 (display-startup-echo-area-message): Use it.
4359 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4360 (fancy-splash-default-action): New function.
4361 (fancy-splash-screens-1): New function.
4362 (fancy-splash-head): Put a help-echo and a keymap under the image.
4363
a3ef6569
SM
43642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4365
4366 * diff-mode.el (diff-add-log-file-name): Remove.
4367 (diff-mode): Use add-log-buffer-file-name-function.
4368
4369 * add-log.el (find-change-log): New arg BUFFER-FILE.
4370 (add-log-file-name): Obey add-log-file-name-function.
4371 (add-log-buffer-file-name-function): New var.
4372 (add-change-log-entry): Use it.
4373
75e5b373
MB
43742000-09-29 Miles Bader <miles@gnu.org>
4375
4376 * image-file.el (image-file-name-extensions): New variable.
4377 (image-file-name-regexps): Renamed from `image-file-regexps'.
4378 New default value is nil. Call `auto-image-file-mode'.
4379 (image-file-name-regexp): New function.
4380 (auto-image-file-mode): New minor mode.
4381 (insert-image-file): Don't make conditional on the image-file
4382 handler being enabled.
4383 (image-file-handler): Make the call here conditional instead.
4384 (set-image-file-handler-enabled, enable-image-file-handler)
4385 (disable-image-file-handler): Functions removed.
4386
4387 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4388 string.
4389
de6e1f7c
GM
43902000-09-29 Gerd Moellmann <gerd@gnu.org>
4391
4392 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4393 it's a function from CL.
4394 (latex-imenu-create-index): Replace eval-when-compile with progn
4395 because latex-section-alist is not bound while compiling.
4396
d8c201f5
SM
43972000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4398
4399 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4400 (outline-mode): Use define-derived-mode.
4401
814299a7 4402 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4403 * progmodes/awk-mode.el (awk-mode):
4404 * progmodes/asm-mode.el (asm-mode):
4405 Don't gratuitously override the default for comment-column.
4406
4407 * emacs-lisp/lisp.el (lisp-complete-symbol):
4408 Distinguish the let-binding case from the funcall case.
4409 (forward-sexp-function): New variable.
4410 (forward-sexp): Use it.
4411
4412 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4413 (easy-mmode-defmap): Remove the now useless autoload.
4414
4415 * time.el (display-time-mode): Use define-minor-mode.
4416
4417 * subr.el (add-minor-mode): Don't eval NAME.
4418 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4419 Use if rather than cond.
4420
4421 * simple.el (read-expression-map): Define more properly.
4422 (comment-indent-hook): Remove.
4423 (string-to-syntax): Bug fix.
4424
4425 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4426 (cvs-ediff-diff): Fix typo.
4427 (cvs-revert-if-needed): Don't bother preserving read-only.
4428
4429 * paren.el (show-paren-mode): Use define-minor-mode.
4430
4431 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4432 (toggle-auto-compression): Remove.
4433 (jka-compr-build-file-regexp): Remove useless grouping.
4434
4435 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4436 Avoid user-reserved bindings.
4437 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4438 (diff-header-face): Revert to grey85.
4439
4440 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4441
4442 * complete.el (partial-completion-mode) <defcustom>: Remove.
4443 (partial-completion-mode): Use define-minor-mode.
4444 (PC-do-completion): Understand `completion-auto-help = delay'
4445 to mean to popup the completion buffer only the second time.
814299a7 4446 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4447 (PC-include-file-all-completions): Don't quote lambda.
4448
4449 * comint.el (comint-mode-hook): Docstring fix.
4450 (comint-mode): Use define-derived-mode.
4451 (comint-mode-map): Remove obsolete comment.
4452 (make-comint): Minor stylistic change.
4453 (comint-insert-clicked-input): Be more careful to find the overlay.
4454 Use this-command-keys rather than hardcoding mouse-2.
4455
4456 * font-lock.el: Replace confusing (,@ with ,
4457 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4458 Don't use regexp-opt-depth. Spice up the regexp for args.
4459 Don't distinguish between cmds that can take an opt arg or not.
4460 Use `append' and `prepend' rather than `keep'.
4461
4462 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4463 (latex-outline-regexp): New var.
4464 (latex-outline-level): New fun.
4465 (latex-section-alist): New var.
4466 (latex-imenu-create-index): Use it. Use `push' as well.
4467 (tex-shell-map): Initialize it properly.
4468 (tex-mode): Minor stylistic change.
4469 (plain-tex-mode): Use define-derived-mode.
4470 (latex-mode): Use define-derived-mode.
4471 Construct the paragraph regexps in a more readable way.
4472 Set the buffer-local outline-{level,regexp} vars.
4473 (slitex-mode): Derive from latex-mode.
4474 (tex-common-initialization): Don't kill-all-vars anymore.
4475 Add setting for comment-add and font-lock-defaults.
4476 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4477 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4478 (tex-start-tex): New arg DIR (and send a chdir command for it).
4479 Also display the shell buffer and save it in tex-last-buffer-texed.
4480 (tex-region): Use expand-file-name rather than concat.
4481 Remove code made useless by changes in tex-start-tex.
4482 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4483
4484 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4485
ff398532
DL
44862000-09-28 Dave Love <fx@gnu.org>
4487
4488 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4489
f9415d5b
GM
44902000-09-28 Gerd Moellmann <gerd@gnu.org>
4491
4492 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4493 `append'.
4494
fa003899
SM
44952000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4496
4497 * info.el (Info-extract-pointer): Undo last change.
4498 Instead, fix the position of the `bound' arg to re-search-backward.
4499
45002000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * info.el (Info-extract-pointer):
4503 Widen more carefully, to avoid finding pointers in other nodes.
4504 (Info-index): Use push.
4505
f9415d5b 45062000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4507
4508 * frame.el (set-frame-font): Remove call to obsolete function
4509 frame-update-faces.
4510 (set-foreground-color, set-background-color): Likewise for
4511 frame-update-face-colors.
4512
5538b8ba
MB
45132000-09-27 Miles Bader <miles@gnu.org>
4514
4515 * image-file.el: New file.
4516
60536eea
GM
45172000-09-27 Gerd Moellmann <gerd@gnu.org>
4518
5b551d58
GM
4519 * frame.el (frame-notice-user-settings): Don't call
4520 frame-update-faces, which is a no-op now.
814299a7 4521
60536eea
GM
4522 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4523 tool-bar-lines.
4524
36f1966f
DL
45252000-09-27 Dave Love <fx@gnu.org>
4526
4527 * mouse.el: Fix last change.
4528
c5785b73
MB
45292000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4530
4531 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4532
672172d9
KH
45332000-09-22 Kenichi Handa <handa@etl.go.jp>
4534
4535 * international/quail.el (quail-help): The output message is
4536 improved.
4537
4653b4ea
DL
45382000-09-26 Dave Love <fx@gnu.org>
4539
4540 * mouse.el (popup-menu): If POSITION is nil, set it using
4541 mouse-position.
4542
63900fcf
SS
45432000-09-25 Sam Steingold <sds@gnu.org>
4544
4545 * net/browse-url.el (browse-url-file-url): Check for null maps.
4546
cd3b81be
GM
45472000-09-26 Gerd Moellmann <gerd@gnu.org>
4548
876512ab 4549 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4550 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4551
fa003899
SM
4552 * frame.el (frame-notice-user-settings):
4553 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4554
cd3b81be
GM
4555 * toolbar/tool-bar.el (tool-bar-help): New function.
4556
d8b4516f
GM
45572000-09-25 Gerd Moellmann <gerd@gnu.org>
4558
6567e9b5
GM
4559 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4560 current-load-list in top-level forms. Else this leaks a cons cell
4561 every time a defun is called.
63900fcf 4562
d8b4516f 4563 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4564
a461758e
DL
45652000-09-25 Dave Love <fx@gnu.org>
4566
7df6adc3
DL
4567 * startup.el (fancy-splash-head): Check XPM is available.
4568
a461758e
DL
4569 * autoinsert.el (auto-insert): Doc fix.
4570 (auto-insert-alist): Following GNU notices, don't say `copyright
4571 _by_'. Use line-beginning-position.
4572 (auto-insert): Check buffer-file-name is non-nil before use.
4573
b11af2dd
GM
45742000-09-25 Gerd Moellmann <gerd@gnu.org>
4575
4576 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4577 starting with `@def' or `@multitable', in addition to ones
4578 specified by the user in auto-fill-inhibit-regexp.
4579
5f9f981b
GM
45802000-09-25 Markus Rost <rost@math.ohio-state.edu>
4581
4582 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4583 rmail-dont-reply-to-names matches the empty string.
63900fcf 4584
8ff16b4e
GM
45852000-09-25 Gerd Moellmann <gerd@gnu.org>
4586
63900fcf 4587 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4588 text to sound more friendly.
4589
9b4a7800
TTN
45902000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4591
4592 * progmodes/hideshow.el: Update author email address.
4593 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4594 (hs-hide-all-non-comment-function): New var.
4595 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4596 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4597 (hs-show-region): Delete this command.
4598 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4599
4c7c1f3f
DL
46002000-09-22 Dave Love <fx@gnu.org>
4601
4602 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4603 (hl-line-highlight): Specify buffer when moving overlay.
4604
4605 * progmodes/fortran.el (fortran-mode): Locally set
4606 normal-auto-fill-function.
4607 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4608 (fortran-mode-map): Adjust auto-fill menu entry.
4609
13f93dee
GM
46102000-09-22 Gerd Moellmann <gerd@gnu.org>
4611
36eb0a91
GM
4612 * vc-rcs.el (toplevel): Require `vc' when compiling.
4613
fa003899 4614 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4615
36a03bf9
AS
46162000-09-22 Andre Spiegel <spiegel@gnu.org>
4617
9b4a7800 4618 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4619 registered under the new backend.
4620
9b4a7800 4621 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4622 without explicit revision number.
4623
6e4e8a3b
SM
46242000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4625
4626 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4627 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4628 (diff-xor): New function.
4629 (diff-find-source-location): Use it. Fix a stupid name clash.
4630 (diff-hunk-status-msg): New function.
4631 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4632 (diff-test-hunk): Use diff-find-source-location.
4633 (diff-goto-source): Favor the `reverse'.
4634 (diff-hunk-text): Properly handle one-sided context diffs.
4635 (diff-apply-hunk): When done, advance to the next hunk.
4636
1b24b888
GM
46372000-09-21 Gerd Moellmann <gerd@gnu.org>
4638
623a0aae
GM
4639 * startup.el (command-line): If frame was created with a non-zero
4640 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4641
1b24b888
GM
4642 * add-log.el (change-log-date-face, change-log-name-face)
4643 (change-log-email-face, change-log-file-face)
4644 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4645 (change-log-function-face, change-log-acknowledgement-face):
4646 New faces, inheriting from font-lock faces.
1b24b888 4647 (change-log-font-lock-keywords): Use them.
9b4a7800 4648
93b3a1c8
DL
46492000-09-21 Dave Love <fx@gnu.org>
4650
80585273
DL
4651 * progmodes/cperl-mode.el (top-level): Clean up
4652 `eval-when-compile's and assorted defvars.
4653 (cperl-invalid-face): Don't double-quote value. Change custom
4654 type.
4655 (cperl-mode): Set normal-auto-fill-function and don't zap
4656 auto-fill-function.
4657 (cperl-imenu--function-name-regexp-perl): Renamed from
4658 imenu-example--function-name-regexp-perl.
4659 (cperl-imenu--create-perl-index): Renamed from
4660 imenu-example--create-perl-index.
4661 (cperl-xsub-scan): Don't require cl.
4662
93b3a1c8
DL
4663 * msb.el (msb-mode-map): Use substitute-key-definition.
4664 (msb-mode): Use msb-mode-map.
4665
43ccb598
AS
46662000-09-21 Andre Spiegel <spiegel@gnu.org>
4667
4668 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4669 New functions.
fa003899 4670 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4671 (vc-switch-backend): New function.
4672 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4673 (vc-register): Fix prompt.
4674 (vc-unregister, vc-default-unregister): New functions.
4675 (vc-version-diff): Handle empty buffer in sentinel.
4676
4677 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4678 (vc-rcs-state-heuristic): Use it to guess the state of files with
4679 non-strict locking.
4680 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4681 been set with -b, but not created yet.
4682 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4683 contents in order to find the state.
4684 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4685 (vc-rcs-unregister, vc-rcs-receive-file)
4686 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4687
9b4a7800 4688 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4689 in case it is missing.
9b4a7800 4690
95fadcca
GM
46912000-09-21 Gerd Moellmann <gerd@gnu.org>
4692
4693 * startup.el (fancy-splash-tail): Use a different foreground
4694 color on a dark frame background.
4695
470f23e1
MB
46962000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4697
4698 * info.el: Use the correct capitalization when making Info-mode
4699 and Info-edit-mode `special' modes.
4700
281096ed
SM
47012000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4702
4703 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4704 (diff-mode): Add support for add-log.el.
4705 (diff-hunk-text): Use char offsets rather than line offsets.
4706 (diff-find-source-location): Replace LINE with line-offset (nil
4707 if not found) and always set POS to a meaningful position.
4708 Adapt to the new char-offsets.
4709 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4710 Adapt to the new diff-find-source-location.
4711 (diff-goto-source): Adapt to the new diff-find-source-location.
4712
4713 * add-log.el (add-log-file-name): New function (split out of
4714 add-change-log-entry).
4715 (add-change-log-entry): Use it.
4716 Call add-log-file-name-function with the changelog file name if
4717 the current buffer is not associated with any file.
4718 Avoid find-file if the selected window is dedicated.
4719
4720 * diff-mode.el (diff-find-source-location):
4721 Move code from diff-apply-hunk. Return buffer rather than file.
4722 (diff-apply-hunk): Use the new result from diff-find-source-location.
4723 (diff-goto-source): Use the new diff-find-source-location.
4724
c29d77c4
DL
47252000-09-20 Dave Love <fx@gnu.org>
4726
4727 * iswitchb.el: Some doc fixes.
4728 (iswitchb-mode-map): Define completely initially. Inherit
4729 minibuffer-local-map.
4730 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4731 fundamental-mode.
4732 (iswitchb-global-map): New variable.
4733 (iswitchb-summaries-to-end): Amalgamate regexps.
4734 (iswitchb-mode): New.
4735 (iswitchb-mode-hook): New variable.
4736 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4737 `extensions'.
4738
49939379
GM
47392000-09-20 Gerd Moellmann <gerd@gnu.org>
4740
d05c87ac
GM
4741 * ehelp.el (electric-help): New defgroup.
4742 (electric-help-shrink-window): New user-option.
4743 (with-electric-help): Use it.
4744
1ec082d4
GM
4745 * window.el (shrink-window-if-larger-than-buffer): If face
4746 `mode-line' has a :box, and we're on a graphical frame, add 1
4747 to the needed window height.
4748
f46c275e
GM
4749 * frame.el (frame-notice-user-settings): Add a last parameter nil
4750 to a call to `append', because the last list passed to `append' is
4751 not copied, and so subsequent calls to assq-delete-all will modify
4752 default-frame-alist.
4753
b7e11c5b
GM
4754 * startup.el (fancy-splash-image): Change :type.
4755 (fancy-splash-head): Use an XBM image if appropriate.
4756 (command-line-1): Show splash screens in more cases.
4757
26ff68aa
GM
4758 * startup.el (fancy-splash-text): Don't quote faces.
4759
8320414c
GM
4760 * dired.el (dired-font-lock-keywords): Undo last change.
4761 (dired-readin): Bind indent-tabs-mode to nil.
4762
49939379
GM
4763 * startup.el (fancy-splash-head): If frame's background mode
4764 is `dark', change the black background of the image to gray.
4765 (fancy-splash-screens): Display startup echo area message.
4766 (display-startup-echo-area-message): New function.
4767
c3b27206
MB
47682000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4769
55a3d2a1
MB
4770 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4771
4772 * info.el (info-header-node): Tweak for color ttys.
4773
37a99821
MB
4774 * faces.el (face-valid-attribute-values): Make sure directories we
4775 search for stipples both exist and are readable before trying to
4776 search them.
4777
0415d0d0
MB
4778 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4779 in the dry-run case.
4780
523b128c
MB
4781 * jka-compr.el (with-auto-compression-mode): New macro.
4782
c3b27206
MB
4783 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4784 (custom-group-tag-face, custom-variable-tag-face): Use relative
4785 :height and inherit from `variable-pitch' face instead of
4786 hardwiring :family.
4787 * hi-lock.el (hi-black-hb): Likewise.
4788
ddba99ad
MB
4789 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4790 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4791 toolbar-add-item, if image doesn't have a mask add a `:mask
4792 heuristic'.
4793
7e99fbde
SM
47942000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4795
4796 * diff-mode.el: Docstring fixes.
4797 (diff-header-face, diff-comment-face): New faces.
4798 (diff-font-lock-keywords): Highlight a bit differently.
4799 (diff-find-source-location): Don't return SPAN any more.
4800 (diff-hunk-text): Don't bother erasing the temp buffer.
4801 (diff-find-text): Drop argument LINE.
4802 (diff-apply-hunk): Update calls to diff-find-text.
4803 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4804
4805 * calendar/calendar.el: Docstring fixes.
4806 (calendar-make-alist): Don't quote lambda.
4807 (calendar-star-date): Use make-local-variable.
4808
fb275c02
DL
48092000-09-19 Dave Love <fx@gnu.org>
4810
7e99fbde
SM
4811 * toolbar/tool-bar.el: Renamed from toolbar.el.
4812 Change `toolbar' to `tool-bar' generally in symbols.
4813 Make some items invisible in `special' major modes.
4814 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4815 Add arg PROPS.
532cb34d 4816
7e99fbde
SM
4817 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4818 Add :version here.
fb275c02
DL
4819 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4820
8f4ca9a5
GM
48212000-09-19 Gerd Moellmann <gerd@gnu.org>
4822
8b7707e1 4823 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4824
8b7707e1 4825 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4826 (find-file-noselect): Use it.
4827
8b7707e1 4828 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4829 (fancy-splash-screen): Defgroup.
4830
8f4ca9a5
GM
4831 * add-log.el (change-log-font-lock-keywords): Match names
4832 more exactly for the case that font-lock-constant-face is
4833 underlined.
4834
ba9eeda1 48352000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4836
8b7707e1 4837 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4838
289eaef9
AS
48392000-09-19 Andre Spiegel <spiegel@gnu.org>
4840
4841 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4842
ce9ded5d
GM
48432000-09-19 Gerd Moellmann <gerd@gnu.org>
4844
c113de23
GM
4845 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4846 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4847 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4848 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4849 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4850 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4851 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4852 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4853 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4854 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4855 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4856 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4857
ce9ded5d
GM
4858 * startup.el (fancy-splash-text): New variable.
4859 (fancy-splash-delay, fancy-splash-image): New user-options.
4860 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4861 (fancy-splash-screens): New functions.
4862 (command-line-1): If display has a `display' frame parameter, has
4863 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4864
b9b1c3a9
DL
48652000-09-19 Dave Love <fx@gnu.org>
4866
4867 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4868 with null `help'. Use modern backquote syntax.
4869
1af25534
GM
48702000-09-19 Gerd Moellmann <gerd@gnu.org>
4871
afd3c8cd
GM
4872 * font-lock.el (font-lock-mode): Change message telling the user
4873 that ``the buffer is too big''.
4874
1af25534
GM
4875 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4876 for instance for the case that tab-width is 2.
4877
05b1f851
GM
48782000-09-18 Gerd Moellmann <gerd@gnu.org>
4879
4880 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4881 toolbar-add-item, if image doesn't have a mask add a `:mask
4882 heuristic'.
4883
8ec8f673
MB
48842000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4885
2b612b1f
MB
4886 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4887 and return a cons if it's non-nil.
4888 (diff-apply-hunk): Try to jump to the line in the source text
4889 corresponding to the position of point in the in the hunk.
4890
9b4a7800 4891 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4892 (Info-title-1-face): Use face inheritance and relative sizes
4893 instead of hard-wiring things.
4894
4895 * faces.el (secondary-selection): Make dark-background variant sane.
4896
5eedab4d
AI
48972000-09-16 Andrew Innes <andrewi@gnu.org>
4898
5eedab4d
AI
4899 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4900 read-only, since they aren't under VC now.
4901
6a142f26
DL
49022000-09-17 Dave Love <fx@gnu.org>
4903
e07436e1
DL
4904 * tmm.el: Replace mapcar with mapc in several places.
4905
4906 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4907 ad-unadvise.
4908
7d354dd5
DL
4909 * international/latin1-disp.el: New file.
4910
6a142f26
DL
4911 * calendar/cal-move.el (scroll-calendar-left)
4912 (scroll-calendar-right): Make arg optional (for active mode line).
4913
4914 * calendar/calendar.el (calendar-mode-line-format): Make fields
4915 mouse-sensitive.
4916 (calendar-read-date, calendar-read-date, calendar-window-list):
4917 Unquote lambda.
4918 (calendar-month-name): Use aref, not sref.
4919
4920 * view.el (minor-mode-alist): Propertize the string.
4921
4922 * international/characters.el (standard-case-table): Add entries
4923 for Greek.
4924
50ac70af
MB
49252000-09-18 Miles Bader <miles@gnu.org>
4926
53c9ab4f
MB
4927 * info.el (info-node, info-xref): Add dark-background variants.
4928
a114b1ca
MB
4929 * faces.el (header-line): Change defaults to be less confusing
4930 when mixed with mode-lines.
4931
50ac70af
MB
4932 * info.el (Info-fontify-node): Make a few cleanups.
4933 Add extra `help-echo' and `local-map' props to node xrefs.
4934 Use header-specific faces for node-names & xrefs.
4935 (Info-use-header-line): New variable.
53c9ab4f 4936 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4937 (Info-setup-header-line): New function.
4938 (Info-select-node): Call Info-setup-header-line when enabled.
4939 (Info-extract-pointer): Work even if the header line is hidden.
4940 (Info-header-line): New variable.
4941
729927ff
SM
49422000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4943
4944 * vms-patch.el (print-region-function): Don't quote lambda.
4945
4946 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4947
4948 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4949 (lm-get-header-re): Allow spaces between the header and the colon.
4950 (lm-header): Allow $ in non-RCS headers.
4951 (lm-header-multiline): Put the strings back into order.
4952 Stop at an empty line. Don't require two space chars if the
4953 line is clearly not another header line.
4954
4955 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4956 (popup-menu-popup): Remove.
4957
7a98d821
GM
49582000-09-15 Gerd Moellmann <gerd@gnu.org>
4959
7f8f1edc
GM
4960 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4961 specification if or if not tool-bar item contains an `:enabled'
4962 property.
4963
7a98d821
GM
4964 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4965 current buffer has no file name.
4966
a7bc704b
DL
49672000-09-15 Dave Love <fx@gnu.org>
4968
4969 * strokes.el: Sync with maintainer's current version with changes
4970 for Emacs, but avoid runtime cl and levents.
4971 (toplevel): Change autoloads and compilation requires.
4972 (strokes-version, strokes-bug-address, strokes-lift): Values
4973 changed.
4974 (strokes-xpm-header, strokes-insinuated): New variable.
4975 (strokes): Add :link.
4976 (strokes-mode): Customized.
4977 (strokes-while-inhibiting-garbage-collector): New macro.
4978 (strokes-remassoc): Avoid remove-if.
4979 (strokes-fix-button2-command): Don't use ad-do-it.
4980 (strokes-insinuate): New function.
4981 (strokes-button-press-event-p, strokes-button-release-event-p):
4982 New functions, used instead of non-`strokes-' versions..
4983 (strokes-mouse-event-p): Rewritten.
4984 (strokes-event-closest-point): Avoid event-point.
4985 (strokes-get-grid-position): Avoid cdadr, caadr
4986 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4987 functions.
4988 (strokes-help): Use with-output-to-temp-buffer.
4989 (strokes-window-configuration-changed-p): New function.
4990 (strokes-update-window-configuration): Use buffer-live-p,
4991 strokes-window-configuration-changed-p.
4992 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4993 (strokes-char-face): New face.
4994 (strokes-char-table, strokes-base64-chars): New variable.
4995 (strokes-xpm-for-stroke, strokes-list-strokes)
4996 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4997 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4998 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4999 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5000 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5001 functions.
5002
47e351a3
GM
50032000-09-15 Gerd Moellmann <gerd@gnu.org>
5004
ebb8f116
GM
5005 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5006
47e351a3
GM
5007 * image.el (create-image): Doc fix.
5008
5009 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5010 instead of `:heuristic-mask t'.
5011
fe83b953
AI
50122000-09-14 Andrew Innes <andrewi@gnu.org>
5013
5014 * makefile.w32-in: Revert to Unix line endings.
5015
52481729
AI
50162000-09-14 Andrew Innes <andrewi@gnu.org>
5017
3021e816
AI
5018 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5019 when installing.
5020
52481729
AI
5021 * makefile.nt (DONTCOMPILE): Fix typo.
5022
5023 * shell.el (shell-write-history-on-exit): New function.
5024 (shell-dumb-shell-regexp): New custom variable.
5025 (shell-mode): Make shell-write-history-on-exit the process
5026 sentinel if shell name matches shell-dumb-shell-regexp.
5027
5028 * w32-fns.el: Comment out before-init-hook function which resets
5029 source-directory based; this breaks bootstrap.
5030
f8034e41
DL
50312000-09-14 Dave Love <fx@gnu.org>
5032
5033 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5034 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5035 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5036 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5037 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5038 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5039 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5040 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5041 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5042
5043 * toolbar/toolbar.el: New.
5044
5045 * subdirs.el: Add toolbar.
5046
b9ce5694
GM
50472000-09-14 Gerd Moellmann <gerd@gnu.org>
5048
5049 * indent.el (indent-for-tab-command): Doc fix.
5050
986b7dee
GM
50512000-09-14 Alex Schroeder <alex@gnu.org>
5052
5053 * ansi-color.el (ansi-colors): Doc change.
5054 (ansi-color-get-face): Simplified regexp.
5055 (ansi-color-faces-vector): Added more faces, doc change.
5056 (ansi-color-names-vector): Doc change.
5057 (ansi-color-regexp): Simplified regexp.
5058 (ansi-color-parameter-regexp): New regexp.
5059 (ansi-color-filter-apply): Doc change.
5060 (ansi-color-filter-region): Doc change.
5061 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5062 deal with zero length parameters.
5063 (ansi-color-apply-on-region): Doc change.
5064 (ansi-color-map): Doc change.
5065 (ansi-color-map-update): Removed debugging message.
5066 (ansi-color-get-face-1): Added condition-case to trap
5067 args-out-of-range errors.
5068 (ansi-color-get-face): Doc change.
5069 (ansi-color-make-face): Removed.
5070 (ansi-color-for-shell-mode): New option.
9b4a7800 5071
076ff911
KH
50722000-09-13 Kenichi Handa <handa@etl.go.jp>
5073
5074 * international/quail.el (quail-start-translation): Translate KEY
5075 if necessary even if it doesn't have any mapping in the current
5076 input method.
5077 (quail-start-conversion): Likewise.
5078 (quail-help): The output message is improved.
5079
bdf08678
MB
50802000-09-13 Miles Bader <miles@gnu.org>
5081
5082 * comint.el (comint-output-filter): Revert to using
5083 `insert-before-markers'. Add bletcherous hack to undo damage
5084 caused by `insert-before-markers'. Put `front-sticky' property on
5085 overlays created here so that the field code understands how the
5086 overlay works. Use a let when making comint-last-prompt-overlay,
5087 so that the code is easier to read.
5088
ffb8db8d
DL
50892000-09-13 Dave Love <fx@gnu.org>
5090
5091 * wid-edit.el (widget-default-format-handler): DTRT when
5092 doc-property is a function.
5093
5dd05f61
GM
50942000-09-12 Francesco Potorti` <pot@gnu.org>
5095
5096 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5097 filed name if it's not there.
5098
35177617
DL
50992000-09-12 Dave Love <fx@gnu.org>
5100
9023837e
DL
5101 * simple.el (read-mail-command): Doc fix.
5102 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5103
35177617
DL
5104 * vc.el (vc-dired-listing-switches): Fix :version.
5105
5106 * vc-hooks.el: Doc fixes.
5107
5108 * subr.el (add-minor-mode): Use toggle-fun arg.
5109
5110 * speedbar.el: Add :version to several defcustoms.
5111
5112 * imenu.el (imenu--truncate-items, imenu--cleanup)
5113 (imenu--generic-function): Avoid mapcar.
5114 (imenu--replace-spaces): Function removed.
5115 (imenu--completion-buffer): Use subst-char-in-string.
5116 (imenu-add-to-menubar): Use keymap inheritance.
5117
1afaae94
MB
51182000-09-12 Miles Bader <miles@gnu.org>
5119
5120 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5121 (diff-mode-map): Bind `diff-test-hunk'.
5122 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5123
51242000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5125
5126 * bytecomp.el (byte-compile-defvar): Undo last change
5127 because it breaks '(make-variable-buffer-local (defvar ...)'
5128 which is used at least in dired.
5129
63c36c3c
KH
51302000-09-12 Kenichi Handa <handa@etl.go.jp>
5131
5132 * international/quail.el (quail-define-package): Docstring
5133 modified.
5134
1ad24be1
KH
51352000-09-12 Kenichi Handa <handa@etl.go.jp>
5136
362a8065
KH
5137 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5138 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5139 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5140 docstring of "chinese-py".
5141
1ad24be1
KH
5142 * international/quail.el (quail-translation-docstring): New
5143 variable.
5144 (quail-show-keyboard-layout): Docstring modified.
5145 (quail-select-current): Likewise.
5146 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5147 infinite recursive call.
5148 (quail-help): Check quail-translation-docstring. Format of the
5149 output changed.
5150 (quail-help-insert-keymap-description): Adjusted for the above
5151 change.
5152
cc0f95a4
GM
51532000-09-11 Gerd Moellmann <gerd@gnu.org>
5154
5155 * bytecomp.el (byte-compile-defvar): Only cons onto
5156 current-load-list in top-level forms. Else this leaks a cons cell
5157 every time a defun is called.
5158
7530b6da
MB
51592000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5160
5161 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5162 Now understands non-unified diffs. Some functionality moved into
5163 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5164 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5165 modify anything. Only reposition point in the patched file if the
5166 patch succeeds. Only pop up another window if POPUP is true.
5167 Emit a message describing what happened if successful, and at what
5168 line-offset. Automatically detect reversed hunks and do something
5169 appropriate.
5170 (diff-hunk-text, diff-find-text): New functions.
5171 (diff-filter-lines): Function removed.
5172 (diff-test-hunk): New function.
5173 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5174
6b124390
DL
51752000-09-10 Dave Love <fx@gnu.org>
5176
5177 * textmodes/tildify.el: Minor doc/commentary fixes.
5178 (tildify) <defgroup>: Add :version.
5179
5180 * faces.el (face-x-resources): Make custom type more specific.
5181 (frame-background-mode): Use mapc.
5182 (region) <defcustom>: Add :version.
5183
7f8b6551
SM
51842000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5185
9b4a7800
TTN
5186 * vc-sccs.el (vc-sccs-register):
5187 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5188 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5189 * vc.el (vc-register): Clear file's properties.
5190
c454aac1
GM
51912000-09-08 Gerd Moellmann <gerd@gnu.org>
5192
5193 * faces.el (face-spec-set): Only face-spec-reset-face when
5194 ATTRS is non-nil.
5195
bb934822
EZ
51962000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5197
5198 * help.el (help-insert-xref-button): Fix a typo in doc string.
5199
03419440
EZ
52002000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5201
7f8b6551
SM
5202 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5203 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5204 methods.
5205
03419440
EZ
5206 * menu-bar.el (read-mail-item-name): New function.
5207 (menu-bar-tools-menu): Use it to compute and display the package
5208 used to read email.
5209 (menu-bar-tools-menu): Fix typo in GUD's help string.
5210
dbcee71a
DL
52112000-09-07 Dave Love <fx@gnu.org>
5212
19e713d8
DL
5213 * diff-mode.el (diff-mouse-goto-source): New function.
5214
a7cafade 5215 * vc-sccs.el: Doc fixes.
7f8b6551 5216 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5217
5218 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5219 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5220 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5221 (vc-rcs-master-templates): Add or change :version.
5222
7f8b6551 5223 * vc-cvs.el: Doc fixes.
a7cafade
DL
5224 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5225 (vc-cvs-stay-local): Add :version.
5226
dbcee71a
DL
5227 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5228
ed254191
KH
52292000-09-07 Kenichi Handa <handa@etl.go.jp>
5230
5231 * international/quail.el (quail-help): Fix previous change.
5232
ab0ee409
GM
52332000-09-07 Gerd Moellmann <gerd@gnu.org>
5234
f46f845b 5235 * faces.el (color-values): Doc fix.
9b4a7800 5236
ab0ee409
GM
5237 * faces.el (frame-set-background-mode): Use frame-parameter
5238 instead of frame-parameters.
5239
5240 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5241 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5242 frame-parameters.
9b4a7800 5243
f7246ac7
KH
52442000-09-07 Kenichi Handa <handa@etl.go.jp>
5245
5246 * language/devan-util.el (devanagari-to-indian-region): In the
5247 loop, change the following char, not preceding char.
5248
96889af2
GM
52492000-09-07 Gerd Moellmann <gerd@gnu.org>
5250
1091dd67
GM
5251 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5252 instead of frame-parameters.
5253
9b4a7800 5254 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5255 internal-set-lisp-face-attribute with FRAME being 0.
5256
5257 * vc.el: Remove `Id' version control keyword.
96889af2 5258
0fddd0dc
KH
52592000-09-07 Kenichi Handa <handa@etl.go.jp>
5260
5261 * help.el (help-make-xrefs): Adjusted for the change of
5262 help-xref-mule-regexp.
5263 (help-insert-xref-button): New function.
5264
5265 * international/mule-cmds.el (help-xref-mule-regexp-template):
5266 Include the pattern for character set.
5267 (leim): New group.
5268
5269 * international/quail.el: Don't require face.
5270 (quail): New group.
7f8b6551 5271 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5272 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5273 (quail-keyboard-layout-substitution): New variable.
5274 (quail-update-keyboard-layout): New function.
5275 (quail-keyboard-layout-type): New customizable variable.
5276 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5277 (quail-keyboard-translate): Pay attention to
5278 quail-keyboard-layout-substitution.
5279 (quail-insert-kbd-layout): New function.
5280 (quail-show-keyboard-layout): New function.
5281 (quail-get-translation): If the definition is a vector of length
7f8b6551 5282 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5283 in that string.
5284 (quail-update-current-translations): Fix the case of
5285 relative-index out of range.
5286 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5287 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5288 Show key sequences for all available characters.
0fddd0dc
KH
5289 (quail-help-insert-keymap-description): Don't show such verbose
5290 key bindings as quail-self-insert-command.
5291
5292 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5293 Format changed, and each element now have extra documentations.
5294 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5295 Adjusted for the change of quail-cxterm-package-ext-info.
5296
8ddceaf1
GM
52972000-09-06 Gerd Moellmann <gerd@gnu.org>
5298
5299 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5300 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5301 during bootstrap.
5302
099bd78a
SM
53032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5304
5305 * vc.el: (toplevel): Don't require `dired' at run-time.
5306 (vc-dired-resynch-file): Remove autoload cookie.
5307
53082000-09-05 Andre Spiegel <spiegel@gnu.org>
5309
5310 * vc.el: Made several backend functions optional.
5311 (vc-default-responsible-p): New function.
5312 (vc-merge): Use RET for first version to trigger merge-news, not
5313 prefix arg.
5314 (vc-annotate): Handle backends that do not support annotation.
5315 (vc-default-merge-news): Removed. The existence of a merge-news
5316 implementation is now checked on caller sites.
5317
9b4a7800 5318 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5319 case.
5320
9b4a7800 5321 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5322 special case that has been removed from the default in vc-hooks.el.
5323
53242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5327
53282000-09-05 Andre Spiegel <spiegel@gnu.org>
5329
5330 * vc-hooks.el: Require vc during compilation.
5331 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5332 macro `with-vc-properties' in vc.el.
5333 (vc-file-getprop): Doc fix.
5334 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5335
099bd78a
SM
5336 * vc.el: Require dired-aux during compilation.
5337 (vc-name-assoc-file): Moved to vc-sccs.el.
5338 (with-vc-properties): New macro.
9b4a7800 5339 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5340 vc-finish-steal): Use it.
5341 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5342 to the backend-specific function is now supposed to do the checkout,
5343 too.
5344 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5345
9b4a7800 5346 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5347 set file properties; that gets done in the generic code now.
5348
5349 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5350 Changed parameter list, added code from vc.el that does the
5351 checkout, possibly with a double-take.
5352
5353 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5354 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5355 the above under the new name.
5356 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5357 parameter list, added checkout command.
5358 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5359 properties; that gets done in the generic code now.
5360
53612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5362
5363 * vc.el: Docstring fixes (courtesy of checkdoc).
5364
53652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5366
5367 * vc.el (vc-checkout-writable-buffer-hook)
5368 (vc-checkout-writable-buffer): Remove.
5369 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5370 (vc-log-mode): Make it into a clean derived major mode.
5371 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5372 vc-log-mode if log-edit is not available.
5373 (vc-dired-mode-map): Don't set-keymap-parent yet.
5374 (vc-dired-mode): Do set-keymap-parent here.
5375 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5376
08ba3862
GM
53772000-09-05 Gerd Moellmann <gerd@gnu.org>
5378
5379 * faces.el (set-face-attribute, face-spec-reset-face)
5380 (face-spec-set): Avoid consing by removing calls to `apply'.
5381
5382 * frame.el (frame-parameter): Move to C code.
5383
3b4429b4
DL
53842000-09-05 Dave Love <fx@gnu.org>
5385
5386 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5387 insert-before-markers-and-inherit. Now checked systematically!
5388
877055f6
GM
53892000-09-05 Alex Schroeder <alex@gnu.org>
5390
5391 * sql.el (sql-postgres): Use sql-postgres-options.
5392 (sql-postgres-options): New variable.
5393
53942000-09-05 Alex Schroeder <alex@gnu.org>
5395
5396 * sql.el (sql-mode-menu): Work around missing variable mark-active
5397 in XEmacs.
5398 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5399 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5400 compatibility.
5401
7a004b71
GM
54022000-09-04 Gerd Moellmann <gerd@gnu.org>
5403
54baed30 5404 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5405
7a004b71
GM
5406 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5407
5408 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5409
54102000-09-04 Andre Spiegel <spiegel@gnu.org>
5411
5412 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5413 don't support anything else under SCCS yet.
5414
5415 * vc-hooks.el: Minor doc fixes.
5416
54172000-09-04 Andre Spiegel <spiegel@gnu.org>
5418
5419 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5420 not necessary. If verbose in state `needs-patch', do the same as
5421 under `up-to-date'. When NOT verbose and `needs-patch', check out
5422 latest version instead of `merge-news'.
5423 (vc-next-action-dired): Don't mess with default-directory here; it
5424 breaks other parts of dired. It is the job of the
099bd78a 5425 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5426 (vc-next-action): Remove a special CVS case.
5427 (vc-clear-headers): New optional arg FILE.
5428 (vc-checkin, vc-checkout): Set properties vc-state and
5429 vc-checkout-time properly.
099bd78a 5430 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5431 (vc-print-log): Use new backend function `show-log-entry'.
5432 (vc-cancel-version): Do the checks in a different order. Added a
5433 FIXME concerning RCS-only code.
5434
5435 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5436 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5437
5438 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5439
9b4a7800 5440 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5441 `needs-patch' as a `-' too.
5442
54432000-09-04 Andre Spiegel <spiegel@gnu.org>
5444
5445 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5446 (vc-default-could-register): New function.
5447 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5448 (vc-resynch-buffer): Call vc-dired-resynch-file.
5449 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5450 vc-resynch-buffer instead of vc-resynch-window.
5451 (vc-next-action-dired): Don't redisplay here, that gets done as a
5452 result of the individual file operations.
5453 (vc-retrieve-snapshot): Corrected prompt order.
5454
5455 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5456
7a004b71
GM
5457 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5458 as well.
5459 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5460 hostname regexps. Updated all callers.
5461 (vc-cvs-responsible-p): Handle directories as well.
5462 (vc-cvs-could-register): New function.
5463 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5464 properties up-to-date.
9b4a7800 5465
7a004b71
GM
5466 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5467 user whether to create one.
5468
54692000-09-04 Andre Spiegel <spiegel@gnu.org>
5470
5471 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5472 check out a non-existing file.
5473
5474 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5475 workfile does not exist.
5476
5477 * vc.el (vc-version-diff): Use `require' to check for existence of
5478 diff-mode.
5479
54802000-09-04 Andre Spiegel <spiegel@gnu.org>
5481
5482 * vc-cvs.el (vc-cvs-registered): Use new function
5483 vc-cvs-parse-entry to do the actual work.
5484
54852000-09-04 Andre Spiegel <spiegel@gnu.org>
5486
5487 * vc-hooks.el (vc-find-backend-function): If function doesn't
5488 exist, return nil instead of error.
5489 (vc-call-backend): Doc fix.
5490
5491 * vc.el (vc-do-command): Doc fix.
5492 (vc-finish-logentry): When checking in from vc-dired, choose the
5493 right backend for logentry check.
5494 (vc-dired-mode-map): Inherit from dired-mode-map.
5495 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5496 simplified.
5497 (vc-dired-state-info): Removed, updated caller.
5498 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5499 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5500 (vc-dired-listing-switches): New variable.
5501 (vc-directory): Use it, instead of dired-listing-switches.
5502
5503 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5504 (vc-cvs-dir-state): New function.
7f8b6551 5505 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5506 (vc-cvs-parse-entry): New function, also to be used in
5507 vc-cvs-registered.
9b4a7800 5508
7a004b71
GM
55092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5510
5511 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5512 *or* single-window-frames.
5513
55142000-09-04 Andre Spiegel <spiegel@gnu.org>
5515
5516 * vc.el (vc-update-changelog): Split into generic part and default
5517 implementation. Doc string adapted.
5518 (vc-default-update-changelog): New function. Call the `rcs2log'
5519 script in exec-directory, to fix a long-standing nuisance.
5520
5521 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5522 simply signals an error.
9b4a7800 5523
7a004b71
GM
55242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5525
5526 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5527 control-flow more clear and to avoid running `cvs' twice.
5528
5529 * vc.el (vc-next-action-on-file): Doc fix.
5530 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5531 (vc-print-log): Eval `file' before constructing the continuation.
5532
55332000-09-04 Andre Spiegel <spiegel@gnu.org>
5534
5535 * vc.el (vc-next-action-on-file): Corrected several messages.
5536 (vc-merge): Add prefix arg `merge-news'; handle it.
5537
5538 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5539 is not reached. It is.
5540 (vc-cvs-merge): Set state to 'edited after merge.
5541 (vc-cvs-merge-news): Set workfile version to nil if not known.
5542 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5543
5544 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5545 via stdout. (Merge from main line.)
9b4a7800 5546
7a004b71
GM
55472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5548
5549 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5550 detection.
5551
55522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5553
5554 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5555 against kill-all-local-variables.
5556 (vc-log-edit): Don't save vc-parent-buffer any more.
5557 (vc-last-comment-match): Initialize to an empty string.
5558 (vc-post-command-functions): New hook.
5559 (vc-do-command): Run it.
5560 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5561 (vc-finish-logentry): Only add the comment to the ring if it's
5562 different from the last comment entered.
5563 (vc-new-comment-index): New function.
5564 (vc-previous-comment): Use it. Make the minibuffer message
5565 slightly less terse.
5566 (vc-comment-search-reverse): Make it work forward as well. Don't
5567 set vc-comment-ring-index if no match is found. Use
5568 vc-new-comment-index.
5569 (vc-comment-search-forward): Use vc-comment-search-reverse.
5570 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5571 define-derived-mode will do it for us. Bind `v' to a keymap that
5572 inherits from vc-prefix-map so that we can bind `vt' without
5573 binding C-x v t.
5574 (vc-retrieve-snapshot): Parenthesis typo.
5575
5576 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5577 to 1. Make sure to switch to *vc* before looking for an error
5578 message. Use vc-parse-buffer.
5579
55802000-09-04 Andre Spiegel <spiegel@gnu.org>
5581
5582 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5583 and NAME.
5584 (vc-retrieve-snapshot): Split into two parts.
5585 (vc-default-retrieve-snapshot): New function.
5586
5587 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5588 (vc-cvs-retrieve-snapshot): New function (untested).
5589 (vc-cvs-stay-local): Default to t.
5590 (vc-cvs-remote-p): New function and property.
5591 (vc-cvs-state): Stay local only if the above is t.
5592 (vc-handle-cvs): Removed.
5593 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5594 done via vc-handled-backends now.
5595 (vc-cvs-header): Escape Id.
5596
55972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * vc.el (vc-do-command): Remove unused commands.
5600 (vc-version-diff): Make sure default-directory ends with a slash.
5601 Move the window commands into a vc-exec-after.
5602 (vc-print-log): Move more of the code into the `vc-exec-after'.
5603
56042000-09-04 Andre Spiegel <spiegel@gnu.org>
5605
5606 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5607 (vc-print-log): Search current revision from beginning of buffer.
5608 (vc-revert-buffer): Clear echo area after the diff is finished.
5609 (vc-prefix-map): Removed definition of "t" for terse display in vc
5610 dired.
5611 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5612 definition of "vt" for terse display.
5613 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5614
56152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5616
5617 * vc.el (vc-exec-after): Avoid caddr.
5618
56192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5620
5621 * vc.el (vc-exec-after): New function.
5622 (vc-do-command): Use it to add a termination message for async
5623 procs.
5624 (vc-checkout): Try to handle a missing-backend situation.
5625 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5626 of a directory with a backend using async diffs.
5627 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5628 present.
5629
5630 * vc-sccs.el (vc-sccs-state-heuristic): Use
5631 file-ownership-preserved-p.
5632
5633 * vc-rcs.el (vc-rcs-state-heuristic): Use
5634 file-ownership-preserved-p.
5635 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5636
56372000-09-04 Andre Spiegel <spiegel@gnu.org>
5638
5639 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5640 vc-do-command.
5641
5642 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5643 when there are no changes.
5644
56452000-09-04 Andre Spiegel <spiegel@gnu.org>
5646
5647 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5648
5649 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5650
56512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5652
5653 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5654
5655 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5656 the `fset' outside of the defvar so that it works even if
5657 vc-prefix-map was already defined.
5658 (vc-setup-buffer): New function, split out of vc-do-command.
5659 (vc-do-command): Allow BUFFER to be t to mean `just use the
5660 current buffer without any fuss'.
5661 (vc-version-diff): Change the `diff' backend operation to just put
5662 the diff in the current buffer without erasing it. Always use
5663 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5664 shrink-window-if-larger-than-buffer.
5665 (vc-print-log): Change the `print-log' backend operation to just
5666 put the log in the current buffer without erasing it. Protect
5667 shrink-window-if-larger-than-buffer.
5668 (vc-update-change-log): Fix setd typo.
5669
5670 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5671 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5672
5673 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5674 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5675 CMP.
5676
5677 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5678 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5679 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5680
56812000-09-04 Andre Spiegel <spiegel@gnu.org>
5682
5683 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5684 not possible, use vc-BACKEND-workfile-unchanged-p.
5685 (vc-default-workfile-unchanged-p): New function. Delegates to a
5686 full vc-BACKEND-diff.
5687
5688 * vc-hooks.el (vc-simple-command): Removed.
5689
5690 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5691 instead of vc-simple-command.
5692 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5693 avoid doing a diff when opening a file.
5694 (vc-rcs-state): Added check for unlocked-changes.
5695 (vc-rcs-header): Escape Id.
5696 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5697 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5698 version.
5699
5700 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5701 (vc-sccs-diff): Remove optional arg CMP.
5702 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5703 SCCS-specific function.
5704
5705 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5706 vc-simple-command.
5707
57082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5709
5710 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5711 (with-vc-file, vc-merge): Use vc-editable-p.
5712 (vc-do-command): Remove unused var vc-file and fix the
5713 doubly-defined `status' var. Add a user message when starting an
5714 async command.
5715 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5716 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5717 Use with-current-buffer.
5718 (vc-buffer-sync): Use unless.
5719 (vc-next-action-on-file): If the file is 'edited by read-only,
5720 make it read-write instead of trying to commit.
5721 (vc-version-diff, vc-update-change-log): Use `setq
5722 default-directory' rather than `cd'.
5723 (vc-log-edit): Don't forget to set default-directory in the
5724 buffer.
5725
5726 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5727 (vc-sccs-state-heuristic): Use file-writable-p instead of
5728 comparing userids.
5729 (vc-sccs-checkout): Use `unless'.
5730
5731 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5732 of comparing userids.
5733 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5734 Simplify the logic by eliminating unreachable code.
5735 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5736 just do a recursive call if we need to retry.
5737 (vc-rcs-checkout): Handle the case where rcs is missing by making
5738 the buffer read-write if requested and re-signalling the error.
5739
5740 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5741
57422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * vc-hooks.el (vc-handled-backends): Docstring change.
5745 (vc-ignore-vc-files): Mark obsolete.
5746 (vc-registered): Check vc-ignore-vc-files.
5747 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5748 vc-ignore-vc-files.
5749
5750 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5751
57522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5753
5754 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5755 files since ange-ftp already has vc-registered return nil.
5756
5757 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5758 (vc-sccs-workfile-version): Use with-temp-buffer and new
5759 vc-parse-buffer and don't bother setting the property.
5760 (vc-sccs-add-triple): Use with-current-buffer and
5761 find-file-noselect.
5762 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5763
5764 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5765 derives from the old vc-parse-buffer but uses the revision number
5766 rather than the date (much easier to compare robustly).
5767 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5768 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5769 locking-user more directly. Check strict locking and set
5770 checkout-model appropriately.
5771 (vc-rcs-parse-locks): Remove.
5772 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5773 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5774 (vc-rcs-system-release): Use with-current-buffer and
5775 vc-parse-buffer.
5776 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5777
5778 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5779 (vc-simple-command): Docstring fix.
5780 (vc-registered): Align the way the file-handler is called with the
5781 way the function itself works.
5782 (vc-file-owner): Remove.
5783
5784 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5785 extraction of fields and call to file-attributes because of a
5786 temporary bug in rcp.el.
5787 (vc-cvs-fetch-status): Use with-current-buffer.
5788
57892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5790
5791 * vc.el (vc-do-command): Use file-relative-name.
5792 (vc-responsible-backend): Use vc-backend if possible.
5793 (vc-create-snapshot): Improve the `interactive' spec. Add support
5794 for branches and dispatch to backend-specific `create-snapshot'.
5795 (vc-default-create-snapshot): New function, containing the bulk of
5796 the old vc-create-snapshot.
5797 (vc-retrieve-snapshot): Improve the interactive spec.
5798
5799 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5800 (vc-backend-hook-functions): Remove.
5801 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5802 (vc-backend): Reintroduce the test for `file = nil' now that I
5803 know why it was there (and added a comment to better remember).
5804
5805 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5806 code from vc-sccs-hooks.el.
5807 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5808 'vc anymore.
5809 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5810 and file-directory-p instead of file-exists-p.
5811 (vc-sccs-check-headers): Simplify the regexp.
5812
5813 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5814 from vc-rcs-hooks.el. Don't require 'vc anymore.
5815 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5816 file-directory-p instead of file-exists-p.
5817
5818 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5819 from vc-cvs-hooks.el.
5820 (proto vc-cvs-registered): Require 'vc-cvs instead of
5821 'vc-cvs-hooks. Don't require 'vc anymore.
5822 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5823 file-directory-p instead of file-exists-p.
5824 (vc-cvs-create-snapshot): New function, replacing
5825 vc-cvs-assign-name.
5826 (vc-cvs-assign-name): Remove.
5827
58282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5829
5830 * vc-cvs.el (vc-cvs-header): New var.
5831
5832 * vc-rcs.el (vc-rcs-exists): Remove.
5833 (vc-rcs-header): New var.
5834
5835 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5836 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5837 (vc-sccs-header): New var.
5838
5839 * vc.el (vc-do-command): Get rid of the `last' argument.
5840 (vc-header-alist): Remove, replaced by vc-X-header.
5841 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5842 (vc-dired-hook): Use expand-file-name instead of concat.
5843 (vc-directory): Use file-name-as-directory.
5844 (vc-snapshot-precondition, vc-create-snapshot)
5845 (vc-retrieve-snapshot): Allow the command to operate on any
5846 directory.
5847
5848 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5849 just removing the 'WORKFILE argument or by removing the 'MASTER
5850 argument and replacing `file' with (vc-name file).
5851
58522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5853
5854 * vc.el: Update Copyright and add a crude list of backend funs.
5855 (vc-writable-p): New function.
5856 (with-vc-file): Use vc-writable-p.
7f8b6551 5857 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5858 (vc-register): Avoid vc-name.
5859 (vc-locking-user): Remove.
5860 (vc-steal-lock): Make the `owner' arg non-optional.
5861 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5862 vc-checkout-model.
5863 (vc-default-dired-state-info): Use vc-state instead of
5864 vc-locking-user and return special strings for special states.
5865 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5866 and get rid of one of the special CVS cases.
5867 (vc-cancel-version): prettify error message with \\[...].
5868 (vc-rename-master): New function.
5869 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5870 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5871 the CVS special case generic.
5872 (vc-default-record-rename): Remove.
5873 (vc-file-tree-walk-internal): Only call FUNC for files that are
5874 under control of some VC backend and replace `concat' with
5875 expand-file-name.
5876 (vc-file-tree-walk): Update docstring.
5877 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5878 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5879
5880 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5881 vc-sccs-record-rename. Use `find-file-noselect' rather than
5882 `find-file' and call `vc-rename-master' to do the actual move.
5883 (vc-sccs-diff): Remove unused `backend' variable.
5884
5885 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5886 to delay loading of vc-sccs until it is really used.
5887 (vc-sccs-master-templates): Preload.
5888 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5889 (vc-sccs-project-dir): Remove (merged into
5890 vc-sccs-search-project-dir).
5891 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5892 rather than `concat', make sure it is preloaded and don't bother
5893 to check that the file actually exists.
5894 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5895 `locks' argument (use buffer's content instead) and eliminate n^2
5896 behavior.
5897
5898 * vc-rcs.el: Update Copyright.
5899 (vc-rcs-rename-file): New function.
5900 (vc-rcs-diff): Remove unused `backend' variable.
5901
5902 * vc-hooks.el: Update Copyright.
5903 (vc-backend): Don't accept a nil argument any more.
5904 (vc-up-to-date-p): Turn into a defsubst.
5905 (vc-possible-master): New function.
5906 (vc-check-master-templates): Use `vc-possible-master' and allow
5907 funs in vc-X-master-templates to return a non-existent file.
5908
5909 * vc-cvs.el: Update Copyright.
5910 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5911 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5912
5913 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5914
59152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5916
5917 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5918 since it can be called from vc-rcs.el.
5919 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5920
59212000-09-04 Andre Spiegel <spiegel@gnu.org>
5922
5923 * vc.el (vc-version-diff): Expand file name read from the
5924 minibuffer. Handle the case when a previous version number can't
5925 be guessed. Give suitable messages when there were no differences
5926 found.
5927 (vc-clear-headers): Call backend-specific implementation, if one
5928 exists.
5929 (vc-cancel-version): Made error checks generic. When done, clear
5930 headers generically, too.
5931
5932 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5933 from vc-clear-headers in vc.el.
5934
5935 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5936 correctly.
5937 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5938 optional. Handle the case when it's not there.
5939
59402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5941
5942 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5943
59442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5945
5946 * vc-hooks.el (vc-loadup): Remove.
5947 (vc-find-backend-function): Use `require'. Also, handle the case
5948 where vc-BACKEND-hooks.el doesn't exist.
5949 (vc-call-backend): Cleanup.
5950
59512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5952
5953 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5954 vc-rcs-grab-templates)
5955 (vc-rcs-registered): Remove. The default function works as well.
5956 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5957 vc-sccs-grab-templates)
5958 (vc-sccs-registered): Remove. The default function works as well.
5959
5960 * vc.el (vc-version-diff): Left out a vc- in call to
5961 vc-call-backend.
5962 (vc-default-dired-state-info, vc-default-record-rename)
5963 (vc-default-merge-news): Update for the new backend argument.
5964
5965 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5966 using the default function.
5967 (vc-call-backend): If calling the default function, pass it the
5968 backend as first argument. Update the docstring accordingly.
5969 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5970 for the new backend argument.
5971 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5972 (vc-find-backend-function): Use the new name.
5973 (vc-default-registered): New function.
5974
59752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * vc.el (vc-merge): Use vc-find-backend-function.
5978
5979 * vc-hooks.el (vc-backend-functions): Remove.
5980 (vc-loadup): Don't setup 'vc-functions.
5981 (vc-find-backend-function): New function.
5982 (vc-call-backend): Use above fun and populate 'vc-functions
5983 lazily.
5984 (vc-backend-defines): Remove.
5985
59862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5987
5988 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5989 Call vc-call-backend without the leading vc-.
5990 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5991 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5992 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5993 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5994 Call vc-call-backend without the leading vc-.
5995
5996 * vc-cvs.el (tail): Provide vc-cvs.
5997 * vc-sccs.el (tail): Provide vc-sccs.
5998 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5999
6000 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6001 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6002 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6003 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6004 (vc-call-backend): Always try to load vc-X-hooks.
6005 (vc-registered): Remove vc- in call to vc-call-backend.
6006
60072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6008
6009 * vc.el (vc-process-filter): New function.
6010 (vc-do-command): Setup `vc-process-filter' for the async process.
6011 (vc-maybe-resolve-conflicts): New function to reduce
6012 code-duplication. Additionally, it puts the buffer in
6013 `smerge-mode' if applicable.
6014 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6015 calling `merge-news'.
7f8b6551 6016 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6017 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6018 interfacing to log-edit.el.
6019 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6020 log-edit is available.
6021 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6022
60232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6024
6025 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6026 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6027 defvar and the initialization.
6028 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6029
6030 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6031 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6032
7f8b6551 6033 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6034
60352000-09-04 Andre Spiegel <spiegel@gnu.org>
6036
6037 * vc.el (vc-file-clear-masterprops): Removed.
6038 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6039 (vc-version-diff): Use buffer-size without argument.
6040 (vc-register): Heed vc-initial-comment.
6041
6042 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6043 default branch.
6044
6045 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6046 file name and workfile version.
6047 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6048
6049 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6050 vc-file-clear-masterprops.
6051
6052 * vc-sccs.el (vc-sccs-checkout): Removed call to
6053 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6054 rather than user login name.
6055
6056
60572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6058
6059 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6060 `want-differences-if-changed' and simplify.
6061 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6062 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6063 output (which is invalid for async vc-diff) to decide whether to
6064 do the revert silently or not.
6065
60662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6067
6068 * vc-hooks.el (vc-loadup): Load files quietly.
6069 (vc-call-backend): Oops, brain fart.
6070
60712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6072
6073 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6074 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6075
60762000-09-04 Andre Spiegel <spiegel@gnu.org>
6077
6078 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6079 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6080 vc-state or vc-up-to-date-p.
6081 (vc-merge): Use vc-backend-defines to check whether merging is
6082 possible. Set state to 'edited after successful merge.
6083
6084 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6085 return that name. Redocumented.
6086
60872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6088
6089 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6090 new `vc-state' semantics.
6091 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6092 'vc-locking-user to the current user.
6093 (vc-merge): Inline vc-backend-merge. Comment out code that I
6094 don't understand and hence can't adapt to the new `vc-state' and
6095 `vc-locking-user' semantics.
6096 (vc-backend-merge): Remove.
6097
6098 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6099 rather than 'vc-locking-user.
6100
6101 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6102
6103 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6104 (vc-state): Don't use 'reserved any more. Just use the same
6105 convention as the one used for vc-<backend>-state where the
6106 locking user (as a string) is returned.
6107 (vc-locking-user): Update, based on the above convention. The
6108 'vc-locking-user property has disappeared.
7f8b6551 6109 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6110
6111 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6112 with a heuristic one.
6113 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6114 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6115 error. That allows us to get to 'needs-merge even in the
6116 stay-local case. There's still no way to detect 'needs-patch in
6117 such a setup (or to force an update for that matter).
6118 (vc-cvs-logentry-check): Remove, the default works as well.
6119
61202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6121
7f8b6551 6122 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6123
6124 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6125 major-mode in which the buffer might have been put earlier. Use
6126 `remove' and `when'. Allow `okstatus' to be `async' and use
6127 `start-process' in this case.
6128 (vc-version-diff): Handle the case where the diff looks empty
6129 because of the use of an async process.
6130
61312000-09-04 Andre Spiegel <spiegel@gnu.org>
6132
6133 * vc.el (vc-next-action-on-file): Removed optional parameter
6134 `simple'. Recompute state unconditionally.
6135 (vc-default-toggle-read-only): Removed.
6136
6137 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6138 (vc-toggle-read-only): Undid prev change.
6139
6140 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6141 vc-cvs-simple-toggle. Redocumented.
6142 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6143 (vc-cvs-toggle-read-only): Removed.
6144
61452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6146
7f8b6551 6147 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6148 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6149 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6150 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6151 still is. So maybe it should be removed.
6152 (vc-head-version, vc-find-binary): Remove.
6153 (vc-recompute-state): Move from vc-hooks.el.
6154 (vc-next-action-on-file): Add a `simple' argument to allow
6155 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6156 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6157 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6158 (vc-dired-mode-map): Properly defvar it.
6159 (vc-print-log): Call log-view-mode if available.
6160 (small-temporary-file-directory): defvar instead of use boundp.
6161 (vc-merge-news): Moved to vc-cvs.el.
6162 (vc-default-merge-news): New function.
6163
6164 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6165 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6166 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6167 unknown `vc-latest-version' function. It should probably refer to
6168 vc-workfile-version or somesuch, but it's very unclear to me and I
6169 don't have SCCS to test things.
6170
6171 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6172 (vc-sccs-state-heuristic): Fix typo.
6173 (vc-sccs-workfile-unchanged-p): Add missing argument.
6174
6175 * vc-rcs.el: Require vc and vc-rcs-hooks.
6176 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6177 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6178 (vc-release-greater-or-equal-p): Move from vc.
6179 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6180 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6181 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6182 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6183
6184 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6185 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6186 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6187 than the apparently unbound `workfile-version'.
6188
6189 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6190 (vc-file-prop-obarray): Use `make-vector'.
6191 (vc-backend-functions): Add new hookable functions
6192 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6193 (vc-loadup): If neither backend nor default functions exist, use
6194 the backend function rather than nil.
6195 (vc-call-backend): If the function if not bound yet, try to load
6196 the non-hook file to see if it provides it.
6197 (vc-call): New macro plus use it wherever possible.
6198 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6199 nor `vc-find-binary' since it's only called from
7f8b6551 6200 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6201 (vc-checkout-model): Fix parenthesis.
6202 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6203
7f8b6551 6204 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6205 (vc-cvs-release, vc-cvs-system-release): Remove.
6206 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6207 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6208 status symbols.
6209 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6210 (vc-cvs-toggle-read-only): First cut at a function to allow a
6211 cvs-status-free vc-toggle-read-only.
6212 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6213 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6214 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6215 (vc-cvs-checkout): Modify access rights directly if the user
6216 requested not to use `cvs edit'. And refresh the mode line.
6217
6218 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6219 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6220
62212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6224 workfile' that got lost when the code was extracted from vc.el.
6225 And merged the tail with the rest of the code (not possible in the
6226 old vc.el where the tail was shared among all backends). And
6227 explicitly set the state to 'edited if `writable' is set.
6228
6229 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6230 (vc-cvs-state): Be careful to return the value from
6231 vc-cvs-parse-state.
6232 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6233 property but return it instead. Also be careful to handle a nil
6234 or "" `rev' when workfile is non-nil (it was handled properly when
6235 workfile was nil).
6236
6237 * vc.el: Removed those pesky unnecessary `(function' quotes.
6238 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6239 directly in the defvar.
6240 (vc-do-command): Bind inhibit-read-only so as to properly handle
6241 the case where the destination buffer has been made read-only.
6242 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6243 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6244 (vc-annotate-mode-variables): Removed (code moved partly to
6245 defvars and partly to vc-annotate-add-menu).
6246 (vc-annotate-mode): Turned into a derived-mode.
6247 (vc-annotate-add-menu): Moved in code in
6248 vc-annotate-mode-variables.
6249 (vc-update-change-log): Use make-temp-file if available.
6250
62512000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6252
6253 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6254 `vc-checkout-model' updated to `vc-cvs-update-model'.
6255
62562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6257
6258 * vc.el (vc-next-action-on-file): Added handling of state
6259 `unlocked-changes'.
6260 (vc-checkout-carefully): Is now practically obsolete, unless the
6261 above is too slow to be enabled unconditionally.
6262 (vc-update-change-log): Fixed typo.
6263
6264 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6265
7f8b6551
SM
6266 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6267 Now handles state `unlocked-changes'.
6268 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6269
6270 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6271
6272 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6273 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6274 `unlocked-changes'.
6275 (vc-rcs-workfile-unchanged-p): Renamed from
6276 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6277 function yet, but supposed to become one soon.
6278
6279 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6280 `vc-steal-lock'.
6281 (vc-call-backend): Changed error message.
6282 (vc-state): Added description of state `unlocked-changes'.
6283
62842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6285
6286 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6287 always return t in CVS-controlled directories.
6288
6289 * vc.el (vc-responsible-backend): New function.
6290 (vc-register): Largely rewritten.
6291 (vc-admin): Removed (implementation moved into vc-register).
6292 (vc-checkin): Redocumented.
6293 (vc-finish-logentry): If no backend defined yet (because we are in
6294 the process of registering), use the responsible backend.
6295
6296 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6297 Updated function lists.
6298 (vc-call-backend): Fixed typo.
6299
7f8b6551
SM
6300 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6301 New functions.
6302 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6303 Removed query option. Redocumented.
7a004b71
GM
6304
63052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6306
6307 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6308
6309 * vc.el: Updated callers of `vc-checkout-required' to use
6310 `vc-checkout-model'.
6311
63122000-09-04 Martin Lorentzson <martinl@gnu.org>
6313
6314 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6315 stuff updated to reference this function instead of the old
6316 `vc-backend-release-p'.
6317
63182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6319
6320 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6321 vc-checkout-model. Return appropriate values. Updated callers.
6322
63232000-09-04 Martin Lorentzson <martinl@gnu.org>
6324
7f8b6551 6325 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6326 (vc-backend-revert): Function moved into `vc-revert';
6327 `vc-next-action' must be updated to accomodate this change.
6328 (vc-backend-steal): Function moved into `vc-finish-steal'.
6329 (vc-backend-logentry-check): Function moved into
6330 `vc-finish-logentry'.
6331 (vc-backend-printlog): Function moved into `vc-print-log'.
6332 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6333 (vc-backend-assign-name): Function moved into
6334 `vc-create-snapshot'.
6335
63362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6337
6338 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6339 Rename to vc-checkout-model. Return appropriate values.
6340 Update callers.
7a004b71 6341
7f8b6551 6342 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6343 to vc-checkout-model.
7f8b6551
SM
6344 (vc-checkout-required): Rename to vc-checkout-model.
6345 Re-implement and re-comment.
7a004b71
GM
6346 (vc-after-save): Use vc-checkout-model.
6347
63482000-09-04 Martin Lorentzson <martinl@gnu.org>
6349
7f8b6551
SM
6350 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6351 Update to use the vc-BACKEND-diff functions instead.
6352 `vc-diff' is now working.
7a004b71 6353
7f8b6551 6354 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6355
7f8b6551 6356 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6357
6358 * vc-sccs.el (vc-sccs-diff): Function changed name from
6359 `vc-backend-diff'. This makes `vc-diff' work.
6360
7f8b6551 6361 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6362 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6363 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6364 signaled during `vc-after-save'.
6365
7f8b6551
SM
6366 * vc.el: Fix typo.
6367 This checkin is made with our new VC code base for the very first time.
6368 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6369
6370 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6371 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6372
6373 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6374 updated to `vc-uses-locking'.
7f8b6551 6375 (vc-checkout-required): Call to backend function.
7a004b71
GM
6376 `vc-checkout-required' updated to `vc-uses-locking' instead.
6377
6378 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6379 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6380
7f8b6551 6381 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6382 to match the split into various backends.
7f8b6551 6383 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6384 (vc-retrieve-snapshot): Bug fix.
6385
63862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6387
6388 * vc-sccs.el (vc-sccs-release): Doc fix.
6389
63902000-09-04 Martin Lorentzson <martinl@gnu.org>
6391
6392 * vc.el (vc-next-action-on-file): Bug found and fixed.
6393 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6394 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6395
6396 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6397 (vc-rcs-checkout): Name space cleaned up. No more revision number
6398 crunching function names that are not prefixed with vc-rcs.
6399 (vc-rcs-checkout-model): Function added. References to
6400 `vc-checkout-model' replaced.
6401
64022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6403
6404 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6405 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6406 still need to be split, and implemented for RCS).
6407
64082000-09-04 Martin Lorentzson <martinl@gnu.org>
6409
6410 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6411
6412 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6413 required by the vc.el file.
6414
6415 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6416 required by the vc.el file.
6417 (vc-rcs-exists): Function added.
6418
6419 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6420 required by the vc.el file.
6421
6422 * vc.el (vc-admin): Updated to handle selection of appropriate
6423 backend. Current implementation is crufty and need re-thinking.
6424
6425 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6426
64272000-09-04 Martin Lorentzson <martinl@gnu.org>
6428
6429 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6430 beginning of annotate buffers correctly.
6431
6432 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6433 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6434 functionality updated quite a lot to support multiple backends.
6435 Variables `vc-annotate-mode', `vc-annotate-buffers',
6436 `vc-annotate-backend' added.
6437
6438 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6439 `vc-annotate-difference' added to supported backend functions.
6440
64412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6442
6443 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6444 Use with-temp-file instead of /bin/sh. Merged from mainline
6445
64462000-09-04 Martin Lorentzson <martinl@gnu.org>
6447
6448 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6449
6450 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6451
6452 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6453
64542000-09-04 Martin Lorentzson <martinl@gnu.org>
6455
6456 * vc-hooks.el: vc-state-heuristic added to
6457 vc-backend-hook-functions.
6458
6459 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6460
6461 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6462
7f8b6551
SM
6463 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6464 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6465 state to `reserved'.
6466
6467 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6468 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6469
64702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6471
7f8b6551 6472 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6473 untouched.
6474
7f8b6551 6475 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6476
7f8b6551 6477 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6478 if defined. (Merged from main line, slightly adapted.)
6479
6480 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6481 millenium problem (merged from mainline).
6482
64832000-09-04 Martin Lorentzson <martinl@gnu.org>
6484
6485 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6486 part and moved the non-BACKEND stuff to vc.el.
6487
6488 * vc.el: Split the annotate feature into a BACKEND specific part
6489 and moved it from the vc-cvs.el file to this one.
6490
64912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6492
7f8b6551
SM
6493 * vc-hooks.el: Implement new state model.
6494 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6495 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6496 locked by somebody else.
7f8b6551 6497 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6498 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6499 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6500 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6501
7f8b6551
SM
6502 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6503 Various simplifications and adaptations all over the place.
7a004b71 6504
7f8b6551
SM
6505 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6506 Simplify and adapt the rest.
7a004b71 6507
7f8b6551 6508 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6509 interaction with view mode according to recent RCS change.
7f8b6551 6510 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6511
65122000-09-04 Martin Lorentzson <martinl@gnu.org>
6513
7f8b6551 6514 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6515
65162000-09-04 Martin Lorentzson <martinl@gnu.org>
6517
6518 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6519 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6520 (vc-minor-part, vc-previous-version): Functions that operate and
6521 compare revision numbers got proper documentation. Comments added
6522 about their possible removal.
6523
65242000-09-04 Martin Lorentzson <martinl@gnu.org>
6525
6526 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6527 the vc-backend.el files.
6528
6529 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6530
6531 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6532 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6533 (vc-rcs-previous-version): Functions added.
6534
6535 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6536
6537 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6538
65392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6540
6541 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6542 Comment out the definition for now. What is the right procedure
7a004b71
GM
6543 to get rid of it?
6544 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6545 rewritten.
7f8b6551 6546 (vc-default-registered): Remove.
7a004b71
GM
6547 (vc-check-master-templates): New function; does mostly what the
6548 above did before.
6549 (vc-locking-user): Don't rely on the backend to set the property.
6550
6551 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6552 Rewrite documentation.
7a004b71
GM
6553 (vc-rcs-templates-grabbed): New variable.
6554 (vc-rcs-grab-templates): New function.
7f8b6551 6555 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6556
6557 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6558 Rewrite documentation.
7a004b71
GM
6559 (vc-sccs-templates-grabbed): New variable.
6560 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6561 (vc-sccs-registered): Rewrite to use above mechanism.
6562 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6563 Don't throw the result, simply return it.
7a004b71 6564
7f8b6551
SM
6565 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6566 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6567 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6568
7f8b6551 6569 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6570 from main line.
6571
65722000-09-04 Martin Lorentzson <martinl@gnu.org>
6573
7f8b6551 6574 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6575
7f8b6551 6576 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6577
7f8b6551
SM
6578 * vc-rcs.el (vc-rcs-diff): New function.
6579 (vc-rcs-checkout): Bug (typo) found and fixed.
6580 (vc-rcs-register-switches): New variable.
7a004b71
GM
6581
6582 * vc.el (vc-backend-diff): Function removed and placed in the
6583 backend files.
6584
65852000-09-04 Martin Lorentzson <martinl@gnu.org>
6586
6587 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6588
6589 * vc.el (vc-backend-checkout): Function removed and replaced in
6590 the vc-backend.el files.
6591
6592 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6593
6594 * vc.el (vc-backend-admin): Removed and replaced in the
6595 vc-backend.el files.
6596
6597 * vc.el (Martin): Removed all the annotate functionality since it
6598 is CVS backend specific.
6599
66002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6601
6602 * spec.txt: Added specification of vc-state.
6603
6604 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6605 Remove handling of vc-latest-version and
7a004b71
GM
6606 vc-your-latest-version. What used to be vc-latest-version, is now
6607 returned as vc-workfile-version.
7f8b6551 6608 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6609
66102000-09-04 Dave Love <fx@gnu.org>
6611
6612 * vc.el: [Merged from mainline.]
6613 (vc-dired-mode): Make the dired-move-to-filename-regexp
6614 regexp match the date, to avoid treating date as file size.
6615 Add YYYY S option to WESTERN/
6616
66172000-09-04 Dave Love <fx@gnu.org>
6618
6619 * vc.el: Require `compile' when compiling.
6620 (vc-logentry-check-hook): New option.
6621 (vc-steal-lock): Use compose-mail.
6622 (vc-dired-mode-map): Defvar when compiling.
6623 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6624 vc-sccs.el and renamed. Callers changed.
6625 (vc-backend-checkout, vc-backend-logentry-check)
6626 (vc-backend-merge-news): Doc fix.
6627 (vc-default-logentry-check): New function.
6628 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6629 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6630 (vc-backend-merge): Doc fix. Use backend functions.
6631 (vc-check-headers): Use backend functions.
6632
6633 * vc-cvs.el: Require vc when compiling.
6634 (vc-cvs-register-switches): Doc fix.
6635 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6636 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6637 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6638 New functions (code from vc.el).
6639 (vc-annotate-display-default): Fix interactive spec.
6640 (vc-annotate-time-span): Doc fix.
6641
6642 * vc-rcs.el: Require vc when compiling.
6643 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6644 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6645 (vc-rcs-checkin): New functions (code from vc.el).
6646 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6647 Doc fix.
6648 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6649
6650 * vc-sccs.el: Require vc when compiling.
6651 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6652 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6653 (vc-sccs-revert)
6654 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6655 from vc.el).
6656 (vc-sccs-add-triple, vc-sccs-record-rename)
6657 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6658 (vc-sccs-admin): Doc fix.
6659
66602000-09-04 Martin Lorentzson <martinl@gnu.org>
6661
6662 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6663 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6664 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6665 from vc.el.
6666
6667 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6668
6669 * vc-cvs.el: Moved the annotate functionality from vc.el.
6670 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6671
66722000-09-04 Dave Love <fx@gnu.org>
6673
6674 * vc.el (vc-backend-release): Call vc-system-release.
6675
6676 * vc-sccs.el (vc-sccs-system-release):
6677 Renamed from vc-sccs-backend-release.
6678
6679 * vc-rcs.el (vc-rcs-system-release):
6680 Renamed from vc-rcs-backend-release.
6681
6682 * vc-cvs.el (vc-cvs-system-release):
6683 Renamed from vc-cvs-backend-release.
6684
66852000-09-04 Dave Love <fx@gnu.org>
6686
6687 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6688 backend files.
6689 (vc-backend-release): Dispatch to backend functions.
6690 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6691 probably needs attention.]
6692
6693 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6694 (vc-sccs-backend-release): New function.
6695
6696 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6697 (vc-cvs-backend-release): New function.
6698
6699 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6700 Doc fix.
6701 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6702 (vc-default-dired-state-info): New function.
6703 (vc-dired-state-info): Dispatch to backends.
6704 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6705
6706 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6707 from vc.el and renamed.
6708
67092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6710
6711 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6712 (vc-version-other-window, vc-backend-assign-name): Removed
6713 references to vc-latest-version; sometimes changed into
6714 vc-workfile-version.
6715
6716 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6717 vc-rcs-master-workfile-version.
6718 (vc-rcs-workfile-version): Use the above. Don't call
6719 vc-latest-version (that was unreachable code, anyway).
6720 (vc-rcs-fetch-master-properties): Doc fix.
6721
6722 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6723 (vc-backend-hook-functions): Removed them from this list, too.
6724 (vc-fetch-properties): Removed.
6725 (vc-workfile-version): Doc fix.
6726
6727 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6728 (vc-rcs-workfile-version, vc-rcs-locking-user)
6729 (vc-rcs-uses-locking): Use it.
6730
6731 * vc-hooks.el (vc-consult-rcs-headers):
6732 Moved into vc-rcs-hooks.el, under the name
6733 vc-rcs-consult-headers.
6734
6735 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6736 headers.
6737 (vc-cvs-find-master): Use this name only; correct different
6738 versions of the name.
6739
6740 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6741 New functions.
6742 (vc-sccs-locking-user): Use the latter.
6743
6744 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6745 New functions.
6746
6747 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6748 Moved into both
6749 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6750 functions are implementation details of those two backends.
6751
67522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6753
6754 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6755 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6756
6757 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6758 (vc-sccs-parse-locks): SCCS-specific code moved here from
6759 vc-hooks.
6760
6761 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6762 code moved here from vc-hooks.
6763
6764 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6765 into back-end specific parts and removed. Callers not updated
6766 yet; because I guess these callers will disappear into back-end
6767 specific files anyway.
6768
67692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6770
6771 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6772 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6773 `vc-uses-locking'.
6774
6775 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6776 Store yes/no in the property, and return t/nil. Updated all
6777 callers.
6778
6779 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6780 vc-sccs-uses-locking. Don't set property.
6781 (vc-sccs-locking-user): Don't set property.
6782
6783 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6784 vc-cvs-uses-locking. Don't set property here; leave that to
6785 vc-hooks.
6786 (vc-cvs-locking-user): Reflect above change. Streamlined.
6787
6788 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6789 vc-rcs-uses-locking.
6790 (vc-rcs-locking-user): Reflect above change.
6791
67922000-09-04 Dave Love <fx@gnu.org>
6793
6794 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6795
6796 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6797
6798 * vc-hooks.el (vc-checkout-model): Punt to backends.
6799
6800 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6801
6802 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6803
6804 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6805 New functions.
6806
6807 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6808 New functions.
6809
6810 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6811 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6812
6813 * vc-hooks.el (vc-default-locking-user): New function.
6814 (vc-locking-user, vc-workfile-version): Punt to backends.
6815
68162000-09-04 Dave Love <fx@gnu.org>
6817
6818 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6819 (vc-master-workfile-version): Moved from vc-hooks.
6820
6821 * vc-rcs-hooks.el: Fix duplicate code in last change.
6822
6823 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6824 (vc-rcs-master-templates): Improve :type.
6825 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6826 vc-master-workfile-version): Moved from vc-hooks.
6827
6828 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6829 (vc-sccs-master-templates): Improve :type.
6830 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6831
6832 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6833
6834 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6835 (vc-cvs-master-templates): Improve :type. Use
6836 vc-cvs-find-cvs-master.
6837 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6838 from vc-hooks.
6839 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6840
6841 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6842 Moved to vc-cvs-hooks.
6843
6844 * vc-hooks.el: Add doc strings in various places. Simplify the
6845 minor mode setup.
6846 (vc-handled-backends): New user variable.
6847 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6848 simplification.
6849
68502000-09-04 Dave Love <fx@gnu.org>
6851
6852 * vc.el: Some doc fixes for autoloaded and interactive functions.
6853 Fix compilation warnings from ediff stuff.
6854 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6855
6856 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6857
6858 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6859
6860 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6861
68622000-09-04 Dave Love <fx@gnu.org>
6863
6864 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6865 New variable.
6866 (vc-make-backend-function, vc-loadup, vc-call-backend)
6867 (vc-backend-defines): New functions.
6868
6869 * vc-hooks.el: Various doc fixes.
6870 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6871 (vc-match-substring): Function removed. Callers changed to use
6872 match-string.
6873 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6874 Simplify.
6875
68762000-09-04 Dave Love <fx@gnu.org>
6877
6878 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6879 type.
6880 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6881 (vc-sccs-registered): Doc fix.
6882
6883 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6884 (vc-cvs-registered): Doc fix.
6885
6886 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6887 (vc-rcs-registered): Doc fix.
6888
68892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6890
6891 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6892
6893 * vc-hooks.el: vc-registered has been renamed
6894 vc-default-registered. Some functions have been moved to the
6895 backend specific files. they all support the
6896 vc-BACKEND-registered functions.
6897
68982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6899
6900 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6901
6902 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6903
a033ea13
DL
69042000-09-04 Dave Love <fx@gnu.org>
6905
179fc9ef
DL
6906 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6907 menu-bar-update-hook.
6908
6909 * help.el (help-manyarg-func-alist): Add
6910 find-operation-coding-system.
6911
a033ea13
DL
6912 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6913
6914 * custom.el (custom-set-variables): Print message about errors in
6915 setting.
6916
f8803e97
AI
69172000-09-03 Andrew Innes <andrewi@gnu.org>
6918
6919 * makefile.w32-in: Change to DOS line endings.
6920
59836110
EZ
69212000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6922
6923 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6924 minor-mode keymaps, if they don't have one.
6925
5514ba5c
EZ
69262000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6927
6928 * eshell/esh-module.el (eval-when-compile): Don't lose if
6929 esh-module.el's file name is truncated to DOS 8+3 limits.
6930
79cf8e80
JW
69312000-09-01 John Wiegley <johnw@gnu.org>
6932
6933 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6934 predicate, which caused entries in the completion list to be
6935 doubled.
6936
69372000-08-30 John Wiegley <johnw@gnu.org>
6938
6939 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6940 sending to subprocesses. Also, hook pre-command-hook if
6941 `eshell-send-direct-to-subprocesses' is non-nil.
6942 (eshell-send-direct-to-subprocesses): New config variable. If t,
6943 subprocess input is send immediately.
6944 (eshell-toggle-direct-send): New function.
6945 (eshell-self-insert-command): New function.
6946 (eshell-intercept-commands): New function.
6947 (eshell-send-input): If direct subprocess sending is enabled,
6948 don't echo any input to the Eshell buffer. Let the subprocess
6949 handle that. This requires "stty echo" in bash, for example.
6950
69512000-08-28 John Wiegley <johnw@gnu.org>
6952
6953 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6954 completion function for Eshell's implementation of `unset'.
6955
778911b9
EZ
69562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6957
6958 * info.el (Info-directory-list): Doc fix.
6959
05d07b49
PB
69602000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6961
9b4a7800 6962 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6963 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6964
9941d4c7
KH
69652000-08-31 Kenichi Handa <handa@etl.go.jp>
6966
6967 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6968 coding systems.
6969
af9ba8ad
AI
69702000-08-30 Andrew Innes <andrewi@gnu.org>
6971
6972 * timer.el (run-with-idle-timer): Undo last change, so that timer
6973 is not activated immediately if Emacs is already idle. Some
6974 existing code relies on this behaviour.
6975
caccd8f2
MB
69762000-08-30 Miles Bader <miles@gnu.org>
6977
6978 * frame.el (set-frame-font): Do completion of font-name for
6979 interactive use.
6980
b64c0a1c
KH
69812000-08-30 Kenichi Handa <handa@etl.go.jp>
6982
6983 * international/quail.el (quail-start-translation): Bind locally
6984 last-command-event, last-command, and this-command.
6985 (quail-start-conversion): Likewise.
75cf0095 6986 (quail-self-insert-command): Fix docstring.
b64c0a1c 6987
fd5f61d3
GM
69882000-08-29 Gerd Moellmann <gerd@gnu.org>
6989
6990 * progmodes/executable.el
6991 (executable-make-buffer-file-executable-if-script-p): Check that
6992 buffer contains at least 2 characters.
6993
5b671d04
EZ
69942000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6995
6996 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6997
485d9513
DL
69982000-08-29 Dave Love <fx@gnu.org>
6999
a39fb83d
DL
7000 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7001 (diff-mode-shared-map): Bind mouse-2.
7002 (diff-imenu-generic-expression): New variable.
7003 (diff-mode): Use it.
7004
485d9513
DL
7005 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7006 (mouse-popup-menubar): Add minor mode menus.
7007 (popup-menu): Check for lookup-key returning number.
7008
ba3478d9
MB
70092000-08-29 Miles Bader <miles@gnu.org>
7010
7011 * comint.el (comint-send-input): Create overlays using the proper
7012 front/read-advance arguments.
9b4a7800 7013
c3d6d211
GM
70142000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7015
7016 * ps-print.el: Even/odd pages printing. Doc fix.
7017 (ps-print-version): New version number (6.0).
7018 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7019 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7020 (ps-print-duplex-feature): Variable eliminated.
7021 (ps-even-or-odd-pages): New variable.
7022
ba087cd7 7023 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7024 (ebnf-version): New version (3.3).
7025 (ebnf-user-arrow): Change variable customization to sexp.
7026 (ebnf-user-arrow): Function eliminated.
7027 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7028
d313265f
KH
70292000-08-29 Kenichi Handa <handa@etl.go.jp>
7030
cba62b78 7031 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7032 (help-make-xrefs): Handle help-xref-mule-regexp.
7033
7034 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7035 variable.
7036 (describe-input-method): Temporarily activate the specfied input
7037 method to display the information.
7038 (describe-language-environment): Hyperlinks to mule related items.
7039
7040 * international/mule-diag.el (charset-multibyte-form-string): New
7041 function.
7042 (list-character-sets-1): Use charset-multibyte-form-string.
7043 (describe-character-set): New function.
7044 (describe-coding-system): Hyperlinks to safe character sets.
7045
7046 * international/quail.el (quail-help): New arg PACKAGE.
7047 Hyperlinks to mule related items.
7048 (quail-help-insert-keymap-description): Use
7049 substitute-command-keys instead of describe-bindings.
7050 (quail-translation-help): Hyperlinks to mule related items.
7051
b4bd214e
JW
70522000-08-28 John Wiegley <johnw@gnu.org>
7053
ca7aae91
JW
7054 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7055 have a defsubst call itself. Made `eshell-flatten-list' back into
7056 a function again.
7057
b4bd214e
JW
7058 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7059 catch, in case re-centering point at bottom messes up the display.
7060 This happens frequently in Emacs 21, due I believe to variable
7061 line heights.
7062
7063 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7064 to call `find-tag-interactive'.
7065
7066 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7067 the list of remember directories.
7068
d44e146b
JW
70692000-08-28 John Wiegley <johnw@gnu.org>
7070
7071 * align.el: Test align-region-separate to see if it's a symbol.
7072
546c0888 70732000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7074
7075 * eshell/esh-util.el (eshell-flatten-list): Made this function
7076 into a defsubst form. It gets used very frequently, although
7077 calls don't occur all that often.
7078
7079 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7080 examining it.
7081
7082 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7083 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7084 `eshell-protect'.
7085 (eshell-copy-handles): Created a new macro for duplicating the
7086 current set of open handles. This is needed by the looping
7087 functions.
7088 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7089 is not incorrectly stomped on.
7090
7091 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7092 declaration for pcomplete-use-paring.
7093 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7094 value of eshell-cmpl-use-paring.
7095 * pcomplete.el (pcomplete-use-paring): New config variable, to
7096 indicate whether paring should be used.
7097 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7098 completion alternatives that have already been used.
7099
7100 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7101 bound to C-c C-y, which will repeat the previous N arguments
7102 (based on prefix argument).
7103 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7104
7105 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7106 if there is no *Help* buffer. This is for XEmacs, which renames
7107 its help buffers uniquely. TODO: Find out what the current buffer
7108 name to delete is.
7109
7110 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7111 first entry that correlates to a passwd/group number. Later
7112 entries (used for group/user name aliasing to multiple IDs) are
7113 ignored.
7114
9b4a7800
TTN
7115 * eshell/em-xtra.el (eshell/expr):
7116 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7117 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7118 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7119 argument list, before passing it to the system command.
7120
7121 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7122 `find-tag' for use at final position in Eshell buffers (which
7123 otherwise triggers an error on Emacs 21).
7124 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7125 buffer, if it is currently bound to `find-tag'.
7126
7127 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7128 in the list of matched Makefile names.
7129 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7130 directory, prefer its contents to Makefile.
7131
7132 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7133 directory parts (like "cd old new", or "cd =regexp"), are now case
7134 sensitive on non-Windows/DOS platforms.
7135
7136 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7137 types RET after an open delimiter (like "), display a message
7138 indicating that Eshell is waiting for the closing delimiter.
7139
7140 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7141 environment variables.
7142
7143 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7144 gracefully if the user enters incorrect arguments.
7145
7146 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7147 Eshell buffers.
7148
9b4a7800
TTN
7149 * eshell/esh-var.el (eshell-interpolate-variable):
7150 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7151 * eshell/em-unix.el (eshell-du-sum-directory):
7152 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7153 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7154 (not (= ...)).
7155
7156 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7157 to ensure the `preserve' flag gets propagated when doing recursive
7158 directory copies.
7159
546c0888 71602000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7161
7162 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7163 Don't convert \n into \0177 in memory.
7164 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7165 and back again, when reading and writing.
9b4a7800 7166
546c0888 71672000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7168
7169 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7170 testing of `fboundp' on `processp'.
7171
7172 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7173 (eshell/jobs): Don't call process-list if it is not bound.
7174 (eshell-gather-process-output): Support systems where async
7175 subprocesses aren't supported.
7176 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7177 variables.
7178
7179 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7180 eshell-do-eval returns t.
7181 (eshell-do-pipelines-synchronously): New defmacro.
7182 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7183 when async subprocesses aren't supported.
7184 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7185 if async subprocesses aren't supported.
7186 (eshell-resume-command): Don't assume STATUS is a string.
7187
7188 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7189
7190 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7191 (eshell-close-target, eshell-get-target): Use eshell-processp.
7192 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7193 fix.
7194 (eshell-get-target, eshell-create-handles): Doc fix.
7195
546c0888 71962000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7197
546c0888 7198 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7199 criterion to include commands that output something, as long as it
7200 leaves both the command and the end-of-buffer visible when the
7201 command has exited.
7202 (eshell-review-quick-commands): Adjust the help doc string
7203 accordingly.
7204
2a371c3b
PB
72052000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7206
8348e1f9 7207 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7208 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7209
9b4a7800 7210 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7211 (file-cache-assoc-function): New variable
7212 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7213 Use file-cache-case-fold-search variable
7214 (file-cache-add-file): Use file-cache-assoc-function
7215 (file-cache-delete-file): likewise
7216 (file-cache-directory-name): likewise
7217 (file-cache-debug-read-from-minibuffer): likewise
7218
95931eb1
GM
72192000-08-28 Gerd Moellmann <gerd@gnu.org>
7220
7221 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7222 (abbrev-table-name): New function.
7223 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7224 If non-nil list local abbrev, only.
7225
bb17930d
GM
72262000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7227
546c0888
EZ
7228 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7229 from Gnus support code, and use special article copy buffer
bb17930d
GM
7230 `(gnus-original-article-buffer)' instead. This allows to get rid
7231 of article-hide-headers usage (which breaks in the latest Gnus
7232 version). Thanks to Detlev Zundel.
7233
41a68aef
KH
72342000-08-28 Kenichi Handa <handa@etl.go.jp>
7235
7236 * international/quail.el (quail-use-package): Hide "... loaded"
7237 message.
7238 (quail-start-translation, quail-start-conversion): Likewise.
7239
7240 * international/kkc.el (kkc-region): Hide "... loaded" message.
7241
28bb2cef
DL
72422000-08-27 Dave Love <fx@gnu.org>
7243
7244 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7245
11a1118d
MB
72462000-08-27 Miles Bader <miles@gnu.org>
7247
7248 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7249
0f85d477
KH
72502000-08-27 Kenichi Handa <handa@etl.go.jp>
7251
7252 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7253 'ja-dic-cnv), not (require 'skkdic-cnv).
7254
2d73e8d3
MB
72552000-08-26 Miles Bader <miles@gnu.org>
7256
a0e5a5a4
MB
7257 * faces.el (face-x-resources): Add entry for :inherit.
7258 * cus-face.el (custom-face-attributes): Add support for :inherit
7259 attribute. Add support for relative face heights.
7260 (custom-face-attributes-get): Treat `nil' as being a default value
7261 for :inherit (as well as `unspecified').
7262
19feb949
MB
7263 * faces.el (set-face-attribute): Update doc string.
7264 (face-attribute-name-alist): Add :inherit.
7265 (face-valid-attribute-values): Handle :inherit.
7266 (face-read-string): Rephrase prompt to be less confusing.
7267 Assume that DEFAULT is a string, since we must return a string.
7268 (face-read-integer): Use `format' to turn DEFAULT into an
7269 acceptable default for face-read-string. Match NEW-VALUE against
7270 the string "unspecified", not the symbol `unspecified', since
7271 that's what face-read-string returns.
7272 (read-face-attribute): Lookup a name for old-value in valid, and
7273 use it as a default if we find one. Treat all values from
7274 face-read-string as strings. If the default is used, don't do any
7275 more processing on the value, just use the old value directly.
7276 (read-face-and-attribute, modify-face): Tweak prompt.
7277 (read-face-name): Don't assume prompt ends with a space.
7278
2d73e8d3
MB
7279 * faces.el (describe-face): Add support for :inherit attribute.
7280
a1a2e38f
KH
72812000-08-25 Kenichi Handa <handa@etl.go.jp>
7282
e84fa7c5
KH
7283 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7284 concat doesn't accept interger.
7285
a1a2e38f
KH
7286 * international/kkc.el: Remove SKK from Keywords. Require
7287 ja-dic-utl instead of skkdic-utl.
7288
7289 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7290 Provide ja-dic-cnv instead of skkdic-cnv.
7291 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7292 (iso-2022-7bit-short): Add safe-charsets property.
7293 (skkdic-convert-postfix): Search Japanese chou-on character in
7294 addition to Hiragana character.
7295 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7296 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7297 (batch-skkdic-convert): Likewise.
7298
7299 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7300 Provide ja-dic-utl instead of skkdic-utl.
7301 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7302
f6499c03
DL
73032000-08-24 Dave Love <fx@gnu.org>
7304
1c2c3f16
DL
7305 * disp-table.el (standard-display-default): Make the test of `l'
7306 useful.
7307
f6499c03
DL
7308 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7309 mod sample text.
7310
7311 * international/iso-ascii.el: Make pilcrow convenient string
7312 consistent with section.
7313 (iso-ascii-display): Set up multibyte characters as well as
7314 unibyte.
7315
c543db81
KH
73162000-08-24 Kenichi Handa <handa@etl.go.jp>
7317
7318 * international/mule-cmds.el (reset-language-environment): Set
7319 default-process-coding-system to '(undecided . iso-latin-1), which
7320 makes process I/O almost consistent with file I/O. Call this
7321 function when mule-cmds.el[c] is loaded.
7322
746d9caf
AI
73232000-08-22 Andrew Innes <andrewi@gnu.org>
7324
7325 * makefile.w32-in: New file.
7326
5484005d
MB
73272000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7328
7329 * comint.el (comint-output-filter): Compare end of
7330 comint-last-output-overlay with the start of the newly inserted
7331 text, not the end, when deciding whether to extend it.
9b4a7800 7332 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7333
7334 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7335 since this is now done independently of font-lock mode.
7336
7a912f63
GM
73372000-08-21 Gerd Moellmann <gerd@gnu.org>
7338
7339 * server.el (server-kill-new-buffers): New user option.
7340 (server-existing-buffer): New buffer-local variable.
7341 (server-visit-files): When using an existing buffer, set
7342 server-existing-buffer to t.
7343 (server-buffer-done): If server-kill-new-buffers is t, kill the
7344 buffer, unless it was already present before visiting it with
7345 Emacs server.
9b4a7800 7346
240301df
EZ
73472000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7348
7349 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7350 even if the display doesn't support colors: some displays will
7351 support bold/underline faces.
7352
cbcef616
GM
73532000-08-21 Gerd Moellmann <gerd@gnu.org>
7354
6917e6bb
GM
7355 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7356
cbcef616
GM
7357 * startup.el (command-line): If user's init file had an error,
7358 add explanatory text to *Messages*.
7359
6922b018
KH
73602000-08-21 Kenichi Handa <handa@etl.go.jp>
7361
7362 * man.el (Man-getpage-in-background): Decode the process output by
7363 the system locale coding system.
7364
e50c4203
DL
73652000-08-20 Dave Love <fx@gnu.org>
7366
96ab6351
DL
7367 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7368 Don't test x-popup-menu.
7369 (function) <complete-function>: Complete only fbound symbols.
7370 <validate, value>: New.
7371 (variable) <complete-function>: Complete only bound symbols.
7372 (coding-system): Add :base-only, :complete-function, :validate,
7373 :value, :prompt-match.
7374 (widget-coding-system-prompt-value): Use read-coding-system and
7375 act on :base-only.
7376 (editable-field): Add :help-echo.
7377 (widget-push-button-gui, widget-push-button-cache)
7378 (widget-gui-action, widget-editable-list-gui): COmment out, along
7379 with uses.
7380 (widget-at): Make arg optional.
7381 (widget-echo-help): Adjust for current help-echo calling sequence.
7382 (widget-specify-field, widget-specify-button)
7383 (widget-specify-insert, widget-get-sibling, widget-image-find)
7384 (widget-convert, widget-insert, widget-leave-text)
7385 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7386 (widget-setup, widget-field-find, widget-before-change)
7387 (widget-after-change, widget-default-complete)
7388 (widget-default-create, widget-default-delete)
7389 (widget-push-button-value-create, editable-field)
7390 (widget-field-prompt-value, widget-field-validate)
7391 (widget-choice-value-create, widget-choice-action)
7392 (widget-choice-validate, widget-checklist-add-item)
7393 (widget-radio-add-item, widget-radio-chosen)
7394 (widget-radio-value-inline, widget-editable-list-value-create)
7395 (widget-editable-list-entry-create)
7396 (widget-documentation-link-add)
7397 (widget-documentation-string-value-create)
7398 (widget-regexp-validate, widget-file-complete)
7399 (widget-sexp-validate, widget-plist-convert-widget)
7400 (widget-plist-convert-widget, widget-alist-convert-widget)
7401 (widget-alist-convert-widget, widget-color-complete): Simplify,
7402 particularly to avoid bindings which aren't optimized out.
7403
e50c4203
DL
7404 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7405 Doc fix.
7406 (down-list, backward-up-list, up-list, kill-sexp)
7407 (backward-kill-sexp, mark-sexp): Make arg optional.
7408 (lisp-complete-symbol): Add optional arg PREDICATE.
7409
7410 * cus-start.el: Add display-buffer-reuse-frames,
7411 file-coding-system-alist.
7412
511bd4eb
GM
74132000-08-20 Gerd Moellmann <gerd@gnu.org>
7414
7415 * startup.el (command-line): Clear realized faces after
7416 modifying TTY color mappings.
7417
a9de7d29
MB
74182000-08-20 Miles Bader <miles@gnu.org>
7419
7420 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7421 merely a subset of FACE's attributes.
7422
8a8023d9
MB
74232000-08-19 Miles Bader <miles@gnu.org>
7424
7425 * comint.el (comint-output-filter): Save the point with a marker,
7426 not just a buffer position.
7427
7428 * international/mule.el (set-buffer-process-coding-system): Make
7429 interactive prompt less confusing.
7430
1433385f
GM
74312000-08-19 Gerd Moellmann <gerd@gnu.org>
7432
7433 * hilit-chg.el: General cleanup of doc strings, comments and
7434 code formatting.
7435
136b4eda
MB
74362000-08-19 Miles Bader <miles@gnu.org>
7437
7438 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7439 Compiler macro removed; beginning-of-line is no longer always
7440 equivalent to forward-line, in the presence of fields.
7441
7442 * comint.el (comint-output-filter): Remove ad-hoc saving of
7443 restriction, and just use save-restriction, now that it works
7444 correctly. Don't adjust comint-last-input-start to account for
7445 our insertion; it shouldn't have moved because we don't use
7446 insert-before-markers anymore. Comment out call to
7447 `force-mode-line-update'; why is it here?
7448
7449 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7450 while checking for prompt to delete. Use `forward-line 0'
7451 instead of beginning-of-line.
7452 (gud-filter): Temporarily widen gud comint buffer while
7453 examining output.
7454
cdd0f857
SM
74552000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7456
ebf96bfa
SM
7457 * progmodes/sh-script.el: Big bag of typos.
7458
cdd0f857
SM
7459 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7460 check since ispell-process is not bound when ispell is not yet loaded.
7461
9bb7a286
DL
74622000-08-18 Dave Love <fx@gnu.org>
7463
7464 * image.el (find-image): Copy `spec' before using plist-put.
7465
74ec6045
GM
74662000-08-18 Gerd Moellmann <gerd@gnu.org>
7467
7468 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7469 `portugues'.
7470
7471 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7472 backward-kill-sexp, analogous to kill-sexp.
7473
7474 * progmodes/icon.el (icon-indent-line)
7475 (icon-is-continuation-line): Handle comments specially.
7476
74772000-08-17 Ken Stevens <k.stevens@ieee.org>
7478
7479 * ispell.el: Set to standard author/maintainer/keyword fields.
7480 Fine tuning to menu map appearance and operation, and added help.
7481 Remove `start' and `end' error messages when compiling.
7482 (ispell-choices-win-default-height): Fixed comment string.
7483 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7484 castellano8 dictionaries.
7485 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7486 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7487 dictionary, added italiano dictionary.
7488 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7489 word character
7490 (ispell-tex-skip-alists): Added psfig support.
7491 (ispell-skip-html): Renamed from ispell-skip-sgml.
7492 (ispell-begin-skip-region-regexp, ispell-skip-region)
7493 (ispell-minor-check): Improved html skipping support to skip across
7494 code, and recognize `&' commands without propper `;' syntax;
7495 (ispell-process-line): Fix alignment error when manually
7496 correcting spelling.
7497 (ispell): Fix comment string.
7498 (ispell-add-per-file-word-list): Always put word list on new line.
7499
3787e12e
GM
75002000-08-17 Gerd Moellmann <gerd@gnu.org>
7501
a7b28523
GM
7502 * format.el (format-encode-run-method): Fix error message to say
7503 `encode' instead of `decode'. Use save-window-excursion around
7504 shell-command-on-region as in format-decode-run-method because
7505 shell-command-on-region can display a buffer with error output.
7506 (format-decode): Don't record undo information for the decoding.
7507 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7508 that number part of the temporary buffer name so that more than
7509 one decoding using a temporary buffer can happen safely.
7510
7511 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7512 of `A-z' in the regexp.
7513
7514 * hilit-chg.el: Fix typos in commentary.
7515
3787e12e
GM
7516 * help.el (view-emacs-news): Rewritten for new naming scheme
7517 for old NEWS files.
7518
7519 * startup.el (command-line): Pop to *Messages* in case an error
7520 is signaled while loading user-init-file.
7521
d2473540
AS
75222000-08-17 Andreas Schwab <schwab@suse.de>
7523
7524 * files.el (insert-directory): Don't lose original file name,
7525 undoing an undocumented change.
7526
c0bbaf57
GM
75272000-08-17 Alex Schroeder <alex@gnu.org>
7528
7529 * sql.el (sql-magic-go): Use comint-bol.
7530 (sql-copy-column): Use comint-line-beginning-position.
7531 (comint-line-beginning-position): Define a replacement for
7532 comint-line-beginning-position if it is not fboundp.
7533
75342000-08-17 Alex Schroeder <alex@gnu.org>
7535
7536 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7537 it didn't have any effect anyway.
7538
75392000-08-17 Alex Schroeder <alex@gnu.org>
7540
7541 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7542 --pset and pager=off instead of sending \\o|cat at the beginning
7543 of the session.
7544
9d245da5
MB
75452000-08-17 Miles Bader <miles@gnu.org>
7546
7547 * progmodes/octave-inf.el: Add compatibility definition of
7548 comint-line-beginning-position.
7549
abfdbd2e
KH
75502000-08-17 Kenichi Handa <handa@etl.go.jp>
7551
7552 * startup.el (normal-top-level): Look in each dir in load-path for
7553 a leim-list.el file too. This assures of loading leim-list.el
7554 that is created at Emacs installation time even if a user have his
7555 own leim-list.el.
7556
a0b8c939
MB
75572000-08-17 Miles Bader <miles@gnu.org>
7558
7559 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7560 foreground color to black if the background is dark.
7561
7382bcae
SM
75622000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7563
7564 * loadhist.el (unload-feature): Typo.
7565
9b4a7800 7566 * finder.el (finder-compile-keywords):
7382bcae
SM
7567 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7568 to the generated file.
7569
7570 * mail/mh-e.el (mh-make-local-vars):
7571 Replace make-variable-buffer-local with make-local-variable.
7572
cdd0f857 7573 * play/landmark.el:
7382bcae 7574 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7575 * mail/mailabbrev.el (mail-abbrevs-mode):
7576 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7577 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7578
7579 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7580
7581 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7582 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7583 Allow going past the last element.
9b4a7800 7584 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7585 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7586 (cvs-mouse-toggle-mark): Don't move point.
7587 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7588
7589 * progmodes/compile.el (grep): Provide a default set of files.
7590 (next-error): Docstring fix.
7591 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7592
7593 * emacs-lisp/easy-mmode.el (define-minor-mode):
7594 Use `symbol-value' to keep the byte-compiler quiet.
7595
7596 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7597 (diff-find-source-location): New fun, extracted from diff-goto-source.
7598 (diff-goto-source): Use it.
7599 (diff-next-complex-hunk, diff-filter-lines): New function.
7600 (diff-apply-hunk): New command.
7601
7602 * smerge-mode.el (smerge-mode-menu): Doc fix.
7603
7604 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7605
4f00b8c1
DL
76062000-08-16 Dave Love <fx@gnu.org>
7607
2b5198bb
DL
7608 * windmove.el (windmove) <defgroup>: Add :version.
7609
7610 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7611 (goto-address-fontify-p, goto-address-highlight-p)
7612 (goto-address-url-face, goto-address-url-mouse-face)
7613 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7614 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7615 (goto-address-fontify, goto-address-at-mouse): Simplify,
7616 (goto-address-at-point): browse-url-url-at-point,
7617 goto-address-find-address-at-point can return nil.
7618 (goto-address-find-address-at-point): Return nil on failure.
7619
7620 * align.el (align) <defgroup>: Add :version.
7621
7622 * calculator.el (calculator): Add :version.
7623 (calculator): Use two lines for calculator window if `modeline'
7624 face is boxed.
7625
4f00b8c1
DL
7626 * play/5x5.el: Doc fixes.
7627 (5x5) <defgroup>: Add :version.
7628
7629 * play/fortune.el (fortune) <defgroup>: Add :version.
7630 (fortune-append): Fix error message.
7631 (fortune-from-region): Doc fix.
7632
7633 * play/pong.el (pong): Doc fix.
7634
7635 * play/morse.el: Keywords, commentary, autoloads.
7636
69db7ee7
EZ
76372000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7638
7639 * desktop.el (desktop-save): Don't look at symbol-value of a
7640 member of minor-mode-alist, unless it is boundp.
7641
10e1dad9
SS
76422000-08-16 Sam Steingold <sds@gnu.org>
7643
a0b8c939 7644 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7645 `while'; use `with-current-buffer' instead of `save-excursion'.
7646 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7647
9d7bcb2e
KH
76482000-08-16 Kenichi Handa <handa@etl.go.jp>
7649
7650 * international/ccl.el (declare-ccl-program): Docstring modified.
7651 (ccl-execute-with-args): Likewise.
7652
04231ab8
MB
76532000-08-16 Miles Bader <miles@gnu.org>
7654
9d245da5 7655 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7656 comint-line-beginning-position.
7657
f68446ef
GM
76582000-08-15 Gerd Moellmann <gerd@gnu.org>
7659
dc28878c
GM
7660 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7661 'buffer-menu' property.
7662 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7663 fails.
7664 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7665 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7666 wasn't killed.
10e1dad9 7667
58ed0d3b
GM
7668 * buff-menu.el (list-buffers-noselect): Don't display the
7669 *Buffer List* buffer.
7670
32dc52f7
GM
7671 * font-lock.el: Require jit-lock to prevent a very late
7672 `Loading jit-lock' message.
7673
f68446ef 7674 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7675 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7676 mail address.
7677
90ac90a2
MB
76782000-08-15 Miles Bader <miles@gnu.org>
7679
7680 * textmodes/ispell.el (ispell-graphic-p): New constant.
7681 (ispell-choices-win-default-height, ispell-help): Use
7682 `ispell-graphic-p' instead of `xemacsp'.
7683
b0a0e263
DL
76842000-08-15 Dave Love <fx@gnu.org>
7685
c1e757e3
DL
7686 * simple.el: Autoload widget-convert when compiling.
7687 (mail-user-agent): Doc fix.
7688
7689 * help.el (function-called-at-point, variable-at-point): Use
7690 with-syntax-table.
7691 (help-manyarg-func-alist): Add insert-and-inherit.
7692
7693 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7694
7695 * delsel.el (delsel-unload-hook): New function.
7696
7697 * find-file.el: Doc fixes. Move provide to end.
7698 (ff) <defgroup>: Add :link.
7699 (ff-goto-click): Deleted.
7700 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7701 Use mouse-set-point.
7702
7703 * textmodes/tildify.el: Doc fixes.
7704 (tildify) <defgroup>: Add:version.
7705
7706 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7707 (glasses-custom-set): Use set-default, not set.
7708 (minor-mode-alist): Propertize the lighter.
7709 (glasses-mode): Provide optional arg.
7710
5f847612
DL
7711 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7712 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7713 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7714 option. Provide :type.
7715 (cwarn-configuration): Provide :type.
7716 (cwarn-mode): Doc fix.
7717
7718 * add-log.el (change-log-merge): Doc fix.
7719 (change-log-redate): New command.
7720
b0a0e263
DL
7721 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7722 Doze and Dog.
7723 (browse-url): Use dolist, not mapcar.
7724 (browse-url-at-point): Check for null url.
7725 (browse-url-event-buffer, browse-url-event-point): Functions
7726 deleted.
7727 (browse-url-at-mouse, browse-url-netscape): Simplify.
7728
7729 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7730 modes.
7731 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7732 Fix previous change to mapcan.
7733 (msb--init-file-alist, msb--add-separators)
7734 (msb--make-keymap-menu): Simplify.
7735 (msb--choose-file-menu): Use copy-sequence.
7736 (msb-mode-map): Add title to keymap.
7737 (msb-unload-hook): New function.
7738
7739 * bs.el: Fix indentation.
7740 (bs) <defgroup>: Add :links.
2b5198bb
DL
7741 (bs-show): Doc fix.
7742 (bs-apply-sort-faces): Don't use window-system.
7743 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7744
70f1b78e
EZ
77452000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7746
7747 * calendar/timeclock.el (timeclock-file): Run .timelog through
7748 convert-standard-filename.
7749
956777b3
GM
77502000-08-14 Gerd Moellmann <gerd@gnu.org>
7751
3215096c
GM
7752 * emacs-lisp/authors.el: New file.
7753
956777b3
GM
7754 * paren.el (show-paren-priority): New user option.
7755 (show-paren-function): Set overlay priorities to
7756 show-paren-priority.
10e1dad9 7757
0cde1424
MB
77582000-08-14 Miles Bader <miles@gnu.org>
7759
7760 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7761 beginning-of-line with inhibit-field-text-motion bound.
7762
90cbf47e
GM
77632000-08-14 Gerd Moellmann <gerd@gnu.org>
7764
7765 * calendar/timeclock.el: New file.
7766
77672000-08-14 David Ponce <david@dponce.com>
7768
7769 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7770 `widget-button-click'. so that one can use left mouse button to
7771 click on dialog buttons.
7772
77732000-08-14 Emmanuel Briot <briot@gnat.com>
7774
7775 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7776 identifiers, since XML is case sensitive
10e1dad9 7777
79e8dca7 77782000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7779
660394d1
MB
7780 * comint.el (comint-output-filter): Don't bother frobbing
7781 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7782
7783 * comint.el (comint-send-string, comint-send-region): Make into
7784 real functions. Snapshot the prompt before sending.
7785
218c2cc7
EZ
77862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7789 technique similar to Info-index, instead of relying on specific
7790 names of relevant Index nodes.
7791 (Info-goto-emacs-command-node): Bind Info-history to nil when
7792 going to the first node found by Info-find-emacs-command-nodes.
7793
51e066d2 77942000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7795
7796 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7797
867102f2
MB
77982000-08-10 Miles Bader <miles@gnu.org>
7799
7800 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7801
af718538
EZ
78022000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7803
7804 * info.el (Info-file-list-for-emacs): More elements for the
7805 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7806 and woman manuals.
7807
c51bacd6
MB
78082000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7809
7810 * comint.el (comint-send-input): Make the newline boundary overlay
7811 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7812 (comint-output-filter): Use `insert' instead of
7813 `insert-before-markers'. Extend comint-last-output-overlay when
7814 necessary since we can't rely on insert-before-markers to do it.
7815 * gud.el (gud-filter): Use `with-current-buffer' instead of
7816 save-excursion when inserting the output, so that point gets
7817 updated correctly; the old method relied on a rather dodgy
7818 side-effect of comint-output-filter to avoid the effect of
7819 save-excursion.
7820
98532b12
EZ
78212000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * files.el (recover-file): Call insert-directory instead of
7824 invoking `ls' directly.
7825
3db4b719
MB
78262000-08-10 Miles Bader <miles@gnu.org>
7827
7828 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7829 (comint-last-prompt-overlay): New variables.
7830 (comint-output-filter): Implement prompt highlighting.
7831 (comint-snapshot-last-prompt): New function.
7832 (comint-send-input): Snapshot the last prompt.
7833 Use comint-highlight-input-face.
7834 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7835 Use defface instead of defcustom.
7836 (send-invisible, comint-send-eof): Snapshot the last prompt.
7837 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7838 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7839
96190aa1
SM
78402000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7841
5cda4b07
SM
7842 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7843 (regexp-opt-group): Use a list of chars for `letters'.
7844 (regexp-opt-charset): `chars' is now a list of chars.
7845 Use a char-table rather than a vector so it works for multibyte chars.
7846
96190aa1
SM
7847 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7848 Set cvs-minor-current-files to the selected fileinfo.
7849 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7850 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7851
7d093d56
EZ
78522000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7853
7854 * files.el (insert-directory): Don't call access-file on
7855 directories on DOS and Windows.
7856
b24c5811
KH
78572000-08-09 Kenichi Handa <handa@etl.go.jp>
7858
7859 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7860 longer if necessary.
7861 (ccl-embed-code): Call ccl-embed-data to store CODE in
7862 ccl-program-vector.
7863
0a6fd67e
MB
78642000-08-09 Miles Bader <miles@gnu.org>
7865
7866 * comint.el (comint-output-filter): Properly handle the case where
7867 the text surrounded by comint-last-output-overlay was deleted.
7868
9f6d1a6c
GM
78692000-08-08 Gerd Moellmann <gerd@gnu.org>
7870
25ad1371
GM
7871 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7872 non-nil.
7873 (Info-file-list-for-emacs): Remove "info" from the list because
7874 that leads to trying to use the documentation from file `info'
7875 in various situations where it isn't appropriate, for instance
7876 C-h C-k C-h i.
7877
7878 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7879 DIR and/or STRING are nil.
7880
7881 * progmodes/compile.el (compilation-setup): Make variable
7882 compilation-error-screen-columns buffer-local, as some comment
7883 in the code suggests it should be.
7884
7885 * files.el (auto-mode-interpreter-regexp): New variable.
7886 (set-auto-mode): Use it.
7887
7888 * indent.el (indent-for-tab-command): Doc fix.
7889
7890 * mouse-sel.el (mouse-sel-mode): Doc fix.
7891
9f6d1a6c
GM
7892 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7893 labels.
7894
7895 * help.el (print-help-return-message): When
7896 display-buffer-reuse-frames is set, let the help window been quit,
7897 instead of deleting it, which might delete a reused frame.
7898
3d819a75
EZ
78992000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7900
7901 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7902 rename a directory to a name that differs only by its letter case.
7903
c5a52529
KH
79042000-08-08 Kenichi Handa <handa@etl.go.jp>
7905
7906 * international/quail.el (quail-define-rules): Handle Quail decode
7907 map correctly. Add code for supporting annotations.
7908 (quail-install-decode-map): New function.
7909 (quail-defrule-internal): New optional arguments decode-map and
7910 props.
7911 (quail-advice): New function.
7912
5e9e032a
SS
79132000-08-07 Sam Steingold <sds@gnu.org>
7914
7915 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7916 `defconst', `define-condition', `with-slots'.
7917 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7918
46645f4b
MB
79192000-08-03 Miles Bader <miles@gnu.org>
7920
7921 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7922 New variable.
7923 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7924 comint-use-prompt-regexp-instead-of-fields.
7925 (comint-send-input): Add `input' field property to stuff we send to
7926 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7927 (comint-output-filter): Add `output' field property to process
7928 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7929 (comint-replace-by-expanded-history)
7930 (comint-get-old-input-default, comint-show-output)
7931 (comint-backward-matching-input, comint-forward-matching-input)
7932 (comint-next-prompt, comint-previous-prompt): Use field
7933 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7934 (comint-line-beginning-position): New function.
7935 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7936 (comint-replace-by-expanded-history-before-point): Use
7937 comint-line-beginning-position and line-end-position.
7938 (comint-last-output-overlay): New variable.
7939 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7940
7941 * shell.el (shell-prompt-pattern): Doc change.
7942 (shell-backward-command): Use line-beginning-position.
7943
7944 * gud.el (gud-gdb-complete-command): Use
7945 comint-line-beginning-position.
7946
7947 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7948 comint-bol doesn't actually go to the beginning of the line.
7949
7950 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7951 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7952 (try-expand-line-all-buffers): Likewise.
7953
7954 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7955 explicitly matching comint-prompt-regexp.
7956 (sql-copy-column): Use comint-line-beginning-position instead of
7957 explicitly matching comint-prompt-regexp.
7958
7959 * progmodes/octave-inf.el (inferior-octave-complete): Use
7960 comint-line-beginning-position.
7961
7962 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7963
7964 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7965 looking for a prompt, use `forward-line 0' instead of
7966 `beginning-of-line', to avoid getting caught by an input field.
7967
ff3d9573
GM
79682000-08-07 Gerd Moellmann <gerd@gnu.org>
7969
7970 * files.el (shell-quote-wildcard-pattern): Make sure to return
7971 PATTERN, in the Unix case.
7972
e0d8827b
EZ
79732000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7974
7975 * play/zone.el (zone): Discard any pending input before running
7976 the randomly-chosen pgm.
7977
24d55b8f
KH
79782000-08-07 Kenichi Handa <handa@etl.go.jp>
7979
7980 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7981 checking the existence of any multibyte characters.
7982
3d05e1ee
GM
79832000-08-06 Gerd Moellmann <gerd@gnu.org>
7984
6c4a4368
GM
7985 * help.el (describe-mode): Test minor-mode symbol for being
7986 bound before testing its value for being nil.
7987
3d05e1ee
GM
7988 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7989 `first', `second', and `third'.
7990
7991 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7992 (second): Make it an alias for `cadr'.
7993
6968a481
EZ
79942000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7995
7996 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7997 types of display support faces now.
7998
e49aa397
GM
79992000-08-05 Gerd Moellmann <gerd@gnu.org>
8000
8001 * pcvs.el (require): Require `cl' during compilation, only.
8002
8003 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8004 (toplevel): Remove `remq' and `remove' from autoloads.
8005 (cl-fake-autoloads): New variable. If set, arrange for an error
8006 when CL functions etc. are autoloaded.
8007
588aca27
EZ
80082000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8009
2e78d4ab
EZ
8010 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8011
85628348
EZ
8012 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8013 popped up, but the user clicks outside the menu, return an empty
8014 regexp (that causes unhighlight-regexp to have no effect).
8015
74f0e552
EZ
8016 * menu-bar.el (menu-bar-games-menu): Add Zone.
8017
588aca27
EZ
8018 * hi-lock.el (toplevel): Require font-lock.
8019
f4988be7
GM
80202000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8021
ba087cd7 8022 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8023 (ebnf-8-bit-chars): New var for bug fix.
8024 (ebnf-string): Bug fix.
8025
027b73ac
SS
80262000-08-03 Sam Steingold <sds@gnu.org>
8027
8028 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8029 instead of `buffer-string'.
8030 (require 'cl): Always, not just when compiling.
8031 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8032 necessary.
8033
2f1fa038
EZ
80342000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8035
8036 * international/mule-cmds.el (select-safe-coding-system): Make
8037 the message text about selecting a safe coding system more clear.
8038
ead53494
GM
80392000-08-02 Gerd Moellmann <gerd@gnu.org>
8040
abb2db1c
GM
8041 * hi-lock.el: New file.
8042
8043 * play/zone.el: New file.
8044
ead53494
GM
8045 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8046 value of tab-width in the original buffer. Choose a line number
8047 format that's a multiple of the original buffer's tab width, so
8048 that lines appear right.
8049
8050 * textmodes/ispell.el (ispell): New function, replacing an alias.
8051 Spell-check active region if in transient-mark-mode and mark
8052 is active; otherwise spell-check buffer.
8053
80542000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8055
8056 * ps-mule.el: Fix a customization problem on
8057 ps-mule-font-info-database-default.
8058
f4a2b0a4
EZ
80592000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8060
8061 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8062 display-mouse-p instead of window-system.
8063 (ebrowse-member-mode-map): Ditto.
8064
b685181e
GM
80652000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8066
ba087cd7
EZ
8067 * progmodes/ebnf2ps.el: Update ps-print functions call.
8068 Indentation fix. Doc fix.
b685181e
GM
8069 (ebnf-version): New version number (3.2).
8070 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8071
3b5fab87
EZ
80722000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8073
032ebb29
EZ
8074 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8075 font lock support on window-system.
8076 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8077
3b5fab87
EZ
8078 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8079 display-color-p, if fboundp, instead of window-system.
8080
7e2605e7
EZ
80812000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8082
8083 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8084 instead of window-system.
8085
8086 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8087 window-system.
8088 (widget-choice-mouse-down-action): Use display-popup-menus-p
8089 instead of window-system.
8090
8091 * strokes.el (strokes-file): Run the file name through
8092 convert-standard-filename.
8093 (strokes-mode): Call display-mouse-p instead of looking at
8094 window-system. Change the error message accordingly.
8095
8096 * progmodes/cpp.el (toplevel): Support faces on tty's.
8097
8098 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8099 (lm-plot-square, lm-init-display): Don't use window-system.
8100
8101 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8102 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8103
8104 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8105 instead of looking at window-system.
8106
26119624
GM
81072000-07-30 Gerd Moellmann <gerd@gnu.org>
8108
8109 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8110 of testing if iswitchb-prepost-hooks is bound, because the
8111 latter will always be true when invoking a recursive minibuffer
8112 from an active Iswitchb buffer.
8113
c90596f3
EZ
81142000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8115
8116 * files.el (shell-quote-wildcard-pattern): New function.
8117 (insert-directory): Call it. Only prepend "\" to command on Unix
8118 and GNU/Linux systems.
8119
18925e78
GM
81202000-07-30 Gerd Moellmann <gerd@gnu.org>
8121
8122 * eshell/esh-groups.el: Change custom :link file names
8123 from `eshell.info' to `eshell'.
8124
81252000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8126
8127 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8128 correctly in recursive ange-ftp listings.
8129
81302000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8131
8132 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8133 ps-header-font-size-internal and
8134 ps-header-title-font-size-internal variables are not set,
8135 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8136 face text property is (foreground-color . COLOR) or
8137 `(background-color . COLOR)', ps-print crashes. Doc fix.
8138 (ps-print-version): New version number (5.2.4).
8139 (ps-plot-region): Code fix.
8140 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8141 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8142 Bug fix 2.
8143
81442000-07-30 Milan Zamazal <pdm@freesoft.cz>
8145
8146 * glasses.el (glasses-make-readable): Fix uncapitalization of
8147 identifiers like `myXMLDocument'.
8148
aeb4c63e
KF
81492000-07-28 Karl Fogel <kfogel@red-bean.com>
8150
18925e78
GM
8151 * mail/mail-hist.el (mail-hist-previous-input)
8152 (mail-hist-next-input): Do the obvious code factorization.
8153 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8154 code of above two.
8155 If inserting a message body, leave point at top.
8156
9d453139
SS
81572000-07-28 Sam Steingold <sds@gnu.org>
8158
8159 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8160 Use `<=', not `<' to compare times!
8161 (ange-ftp-ls): Remove.
9d453139 8162
b548072f
GM
81632000-07-27 Gerd Moellmann <gerd@gnu.org>
8164
27848c01
GM
8165 * play/cookie1.el: Add explanation of how to make cookie.el
8166 compatible with strfile(1) to comment.
8167
8168 * subr.el (remove, remq): New functions.
8169
3ab82477
GM
8170 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8171 escape `*' in regexps.
8172 (midnight-find): Reverse order of arguments in the funcall of
8173 TEST.
8174
8175 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8176 and `.class'.
8177
b548072f
GM
8178 * play/meese.el: Add Commentary section.
8179
27848c01
GM
81802000-07-27 Alex Schroeder <alex@gnu.org>
8181
8182 * sql.el (sql-ms): Added autoload cookie.
8183 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8184 (sql-oracle): Ditto.
8185 (sql-help): Doc change.
8186
8187 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8188 types and exceptions.
8189
81902000-07-27 Alex Schroeder <alex@gnu.org>
8191
8192 * sql.el (sql-placeholder-history): New variable.
8193 (sql-query-placeholders-and-send): New function that will query
8194 the user and replace placeholders with user input.
8195 (sql-oracle): If running on NT, set comint-input-sender to
8196 sql-query-placeholders-and-send.
8197
8198 (sql-stop): If in the SQLi buffer, insert stop notification, else
8199 present it as a message.
8200
82012000-07-27 Alex Schroeder <alex@gnu.org>
8202
8203 * sql.el (sql-input-ring-separator): Doc change.
8204 (sql-input-ring-file-name): Doc change.
8205 (sql-interactive-mode): Use `sql-input-ring-separator' and
8206 `sql-input-ring-file-name' to set the comint-mode equivalents
8207 without making them local variables.
8208 (sql-stop): Don't bind `sql-input-ring-separator' and
8209 `sql-input-ring-file-name' dynamically to their comint-mode
8210 equivalents.
8211
91ae8751
KH
82122000-07-27 Kenichi Handa <handa@etl.go.jp>
8213
8214 * international/mule.el (register-char-codings): New function.
8215 (make-coding-system): Handle `safe-chars' specification in the arg
8216 PROPERTY.
8217
8218 * international/mule-cmds.el
8219 (find-coding-systems-region-subset-p): This function deleted.
8220 (sort-coding-systems-predicate): New variable.
8221 (sort-coding-systems): New function.
8222 (find-coding-systems-region): Use
8223 find-coding-systems-region-internal.
8224 (find-coding-systems-string): Use find-coding-systems-region.
8225 (find-coding-systems-for-charsets): Check
8226 char-coding-system-table.
8227 (select-safe-coding-system-accept-default-p): New variable.
8228 (select-safe-coding-system): Mostly rewritten. New argument
8229 ACCEPT-DEFAULT-P.
8230 (select-message-coding-system): Call select-safe-coding-system
8231 with ACCEPT-DEFAULT-P arg.
8232 (reset-language-environment): Reset default-sendmail-coding-system
8233 to the default value iso-latin-1.
8234 (set-language-environment): Don't set the obsolete variable
8235 charset-origin-alist.
8236
8237 * international/codepage.el (cp-coding-system-for-codepage-1):
8238 Give `safe-chars' property to make-coding-system.
8239
8240 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8241 calling select-message-coding-system twice.
8242
8243 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8244 instead of `safe-charsets'.
8245 (cyrillic-alternativnyj): Likewise.
8246 (ccl-encode-alternativnyj): Don't check the charset
8247 cyrillic-iso8859-5.
8248
90cf4474
KH
82492000-07-27 Kenichi Handa <handa@etl.go.jp>
8250
8251 * composite.el (compose-chars-after): Preserve match data.
8252
a1f84f6d
SS
82532000-07-26 Sam Steingold <sds@gnu.org>
8254
8255 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8256 (ange-ftp-real-file-newer-than-file-p): New function.
8257 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8258 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8259
8260 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8261 * midnight.el (midnight-float-time): Ditto.
8262
e092928e
AS
82632000-07-26 Andreas Schwab <schwab@suse.de>
8264
8265 * files.el (normal-backup-enable-predicate): Correct
8266 interpretation of the return value of compare-strings.
8267
7465ebef
GM
82682000-07-26 Gerd Moellmann <gerd@gnu.org>
8269
3353ef5a
GM
8270 * isearch.el (isearch-resume): New function.
8271 (isearch-done): Add something to command-history to resume
8272 the search.
8273 (isearch-yank-line, isearch-yank-word): Use
8274 buffer-substring-no-properties instead of buffer-substring.
8275
7465ebef
GM
8276 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8277 of flyspell-mouse-map.
8278
8279 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8280 duplicate definition.
8281 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8282
8283 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8284 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8285
5044b74a
SS
82862000-07-25 Sam Steingold <sds@gnu.org>
8287
25759a92
SS
8288 * net/ange-ftp.el: Get modtime over the net.
8289 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8290 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8291 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8292 Use it.
8293 (ange-ftp-dot-to-slash): New function.
8294 (ange-ftp-fix-name-for-vms): Use it.
8295
5044b74a
SS
8296 * midnight.el (midnight-buffer-display-time): Use
8297 `with-current-buffer'.
8298
5dcfb3f4
GM
82992000-07-25 Gerd Moellmann <gerd@gnu.org>
8300
8301 * find-dired.el: Update copyright notice.
8302 (find-dired): Offer to kill a running `find'.
8303
8304 * enriched.el (enriched-face-ans): For a `foreground-color'
8305 property, return '(("x-color" COLOR))' so that COLOR will be
8306 output as a parameter of the x-color annotation. Likewise for the
8307 `background-color' property. In the case of normal face
8308 properties, don't return annotations for unspecified foreground
8309 and background face attributes.
8310
8c662166
KH
83112000-07-25 Kenichi Handa <handa@etl.go.jp>
8312
8313 * language/japan-util.el (japanese-katakana-region): Fix handling
8314 HANKAKU argument.
8315
c28da489
MB
83162000-07-25 Miles Bader <miles@gnu.org>
8317
8318 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8319 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8320 constrain-to-field.
8321
ad349719
AI
83222000-07-24 Andrew Innes <andrewi@gnu.org>
8323
8324 * timer.el (timer-activate-when-idle): Add optional parameter
8325 DONT-WAIT. Update docstring.
8326 (run-with-idle-timer): Specify extra parameter to
8327 timer-activate-when-idle, so that timer will be activated
8328 immediately if Emacs is already idle.
8329
8330 * w32-fns.el (w32-using-nt): Fix docstring.
8331
c95162f5
DL
83322000-07-24 Dave Love <fx@gnu.org>
8333
8334 * mouse.el (popup-menu): Set last-command-event.
8335 (mouse-major-mode-menu-prefix): Declare.
8336
e3c31fd5
GM
83372000-07-24 Gerd Moellmann <gerd@gnu.org>
8338
8339 * textmodes/flyspell.el: Update to author's version 1.5d.
8340
8341 * progmodes/hideshow.el: Update copyright notice.
8342
8343 * vcursor.el: Set maintainer to FSF, since author cannot
8344 be reached.
8345
7636d2a3
EZ
83462000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8347
fbe0a958
EZ
8348 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8349 the prompt.
8350
7636d2a3
EZ
8351 * mouse.el (popup-menu): Run the keymap through indirect-function,
8352 in case it was defined with define-prefix-key. If the menu is a
8353 list of keymaps, look up the binding of user's choice in each one
8354 of the keymaps.
8355 (mouse-popup-menubar): If the global and local menu-bar keymaps
8356 don't have a prompt string, create one and insert it into the
8357 keymap. Don't barf if current-local-map returns nil.
8358
e024b101
GM
83592000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8360
8361 * dired.el (dired-sort-R-check): Added to allow recursive listing
8362 to be undone.
8363 (dired-sort-other): Use it.
8364
7972fcfc
GM
83652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8366
e024b101 8367 * Release of cc-mode 5.27
7972fcfc
GM
8368
83692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8370
8371 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8372 c-beginning-of-statement-1 that caused a bad case of recursion
8373 which could consume a lot of CPU in large classes in languages
8374 that have in-expression classes (i.e. Java and Pike).
8375
8376 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8377 statements before top level constructs (i.e. case 6 is moved
8378 before case 5 and is now case 4) to catch in-expression
8379 classes in top level expressions correctly.
8380
83812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8382
8383 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8384 objc-method-intro. Case 4 removed and case 5I added.
8385
8386 * cc-langs.el (c-append-paragraph-start): New variable used by
8387 c-common-init to get paragraph-start correct.
8388 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8389 initialize paragraph-start to make it correct both with and
8390 without the javadoc special case.
8391
8392 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8393 initialize paragraph-start for javadoc markup.
8394
8395 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8396 change by defaulting this to t. It's motivated by the
8397 confusing behavior that otherwise arise from the style system
8398 when editing both java and non-java files at the same time
8399 (see the comments about style setting in c-common-init).
8400
84012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8402
8403 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8404 similar to the one in c-fill-paragraph to check the fill
8405 prefix from the adaptive fill function for sanity.
8406
84072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8408
8409 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8410 defun block.
8411
84122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8413
5044b74a 8414 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8415
84162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8417
8418 * cc-align.el (c-lineup-multi-inher): Handle lines with
8419 leading comma nicely. Extended to handle member initializers
8420 too.
8421
e024b101 8422 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8423 c-guess-basic-syntax): Fixed recognition of inheritance lists
8424 when the lines begins with a comma.
8425
5044b74a 8426 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8427
8428 * cc-vars.el (c-offsets-alist): Changed default for
8429 member-init-cont to c-lineup-multi-inher since it now handles
8430 member initializers and indents better for leading commas.
8431
84322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8433
8434 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8435 handling that caused class open lines to be recognized as
8436 statement-conts in some cases.
8437
8438 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8439 guessed by the adaptive fill function unless point is on the
8440 first line of a block comment.
8441
8442 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8443 when the buffer ends with a macro continuation char.
8444
8445 * cc-engine.el (c-guess-basic-syntax): Added support for
8446 function definitions as statements in Pike. The first
8447 statement in a lambda block is now labeled defun-block-intro
8448 instead of statement-block-intro.
8449
8450 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8451 so that the class surrounding point is selected, not the one
8452 innermost in the state.
8453
8454 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8455 recognition of switch labels having hanging multiline
8456 statements.
8457
8458 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8459 some code in c-guess-basic-syntax to a separate function.
8460 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8461 recognition of member inits with multiple line arglists.
8462 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8463 member-init-cont when the commas are in funny places.
8464
84652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8466
8467 * cc-defs.el (c-auto-newline): Removed this macro since it's
8468 not used anymore.
8469
8470 * cc-engine.el (c-looking-at-bos): New helper function.
8471 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8472 inexpr and toplevel classes apart in Pike.
8473
8474 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8475 of case 9A.
8476
8477 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8478 constant, since "class" can introduce an in-expression class
8479 in Pike nowadays.
8480
84812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8482
8483 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8484 indentation on cpp-macro lines.
8485
8486 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8487 a syntax modifier like comment-intro, to make it possible to
8488 get syntactic indentation for preprocessor directives. It's
8489 incompatible wrt to lineup functions on cpp-macro, but it has
8490 no observable effect in the 99.9% common case where cpp-macro
8491 is set to -1000.
8492
84932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8494
8495 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8496 member-init-cont when the preceding arglist is several lines.
8497
84982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8499
8500 * cc-styles.el (c-style-alist): The basic offset for the BSD
8501 style corrected to 8.
8502
85032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8504
8505 * cc-styles.el (c-style-alist): Adjusted the indentation of
8506 brace list openers in the gnu style.
8507
85082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8509
8510 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8511
8512 * cc-cmds.el (c-electric-brace, c-electric-slash,
8513 c-electric-star, c-electric-semi&comma, c-electric-colon,
8514 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8515 when c-syntactic-indentation is nil.
8516
8517 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8518 we were left at comments preceding the first statement when
8519 reaching the beginning of the buffer.
8520
8521 * cc-vars.el (c-syntactic-indentation): New variable to turn
8522 off all syntactic indentation.
8523
85242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8525
8526 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8527 between the text and the block comment ender when it hangs,
8528 depending on how many there are before the fill.
8529
85302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8531
8532 * cc-engine.el (c-beginning-of-closest-statement): New helper
8533 function to go back to the closest preceding statement start,
8534 which could be inside a conditional statement.
8535 * cc-engine.el (c-guess-basic-syntax): Use
8536 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8537
8538 * cc-engine.el (c-guess-basic-syntax): Better handling of
8539 arglist-intro, arglist-cont-nonempty and arglist-close when
8540 the arglist is nested inside parens. Cases 7A, 7C and 7F
8541 changed.
8542
8543 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8544 up-to-date with javadoc 1.2.
8545
85462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8547
8548 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8549 multiline Pike type decls.
8550
85512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8552
8553 * cc-cmds.el (c-indent-new-comment-line): Always break
8554 multiline comments in multiline mode, regardless of
8555 comment-multi-line.
8556
85572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8558
8559 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8560 fully::qualified::names in C++ member init lists. Preamble in
8561 case 5D changed.
8562
85632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8564
8565 * cc-langs.el (c-common-init): Handling of obsolete variables
8566 moved to c-initialize-cc-mode. More compatible style override
8567 when using global style variables.
8568 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8569 variables moved here.
8570
e024b101 8571 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8572 c-special-indent-hook as a style variable. Don't talk about
8573 doing (c-make-styles-buffer-local t) in a mode hook, since
8574 that's already too late to work right.
5044b74a 8575
7972fcfc
GM
8576 * cc-styles.el (c-make-styles-buffer-local): Flag style
8577 variable localness in c-style-variables-are-local-p to make
8578 the compatibility measure in c-common-init work well.
8579
8580 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8581 longer contain set-from-style.
8582 * cc-styles.el (c-initialize-builtin-style): Don't check for
8583 set-from-style on c-special-indent-hook.
8584 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8585 copy-alist is sufficient now.
8586
8587 * cc-styles.el (c-set-style, c-set-style-1,
8588 c-get-style-variables): Fixes to variable initialization so
8589 that duplicate entries in styles have the same effect
8590 regardless of DONT-OVERRIDE.
8591
8592 * cc-styles.el (c-set-style-2): Fixed bug where the
8593 initialization of inheriting styles failed when the
8594 dont-override flag is set.
8595
8596 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8597 on this.
8598
85992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8600
8601 * cc-defs.el (c-forward-comment): Removed the workaround
8602 introduced in 5.38 since it had worse side-effects. If a line
8603 contains the string "//\"", it regarded the // as a comment
8604 start since the \ temporarily doesn't have escape syntax.
8605
86062000-07-17 Emmanuel Briot <briot@act-europe.fr>
8607
8608 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8609 ada-xref.el before ada-prj.el, so that the Project menu is created
8610 when ada-prj tries to add to it.
8611 (ada-activate-keys-for-case): Suppress the characters that are not
8612 part of the Ada syntax. Better compatibility with else-mode
8613 (ada-adjust-case-interactive): When auto-casing is not active,
8614 correctly insert newlines (used to insert only ^M). Prevent the
8615 syntax table from being changed in case of an error
814299a7 8616 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8617 Do nothing if ada-auto-case is nil.
8618 (ada-after-keyword-p): Ignore keywords that are also attributes
8619 (ada-batch-reformat): Update usage comment
8620 (ada-call-from-contextual-menu): New function
8621 (ada-case-read-exceptions): Reinitialize the casing exception list
8622 first to nil first, so that the casing exception file can be
8623 shared.
8624 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8625 files.
8626 (ada-compile-goto-error): Fix regexp used to detect a file:line
8627 anywhere in the error message
8628 (ada-contextual-menu-last-point): New variable
8629 (ada-create-keymap): If the variable delete-key-deletes-forward is
8630 t on XEmacs, it means that DEL should delete one character
8631 forward.
8632 (ada-create-menu): Use :included instead of :visible for XEmacs.
8633 New submenu "Options".
8634 (ada-end-stmt-re): Correctly indent "select ... then abort"
8635 statements.
8636 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8637 even if they don't match ada-fill-comment-prefix Fix handling of
8638 paragraphs on the first or last line of a file.
8639 (ada-format-paramlist): Fix handling of default parameter values.
8640 (ada-get-body-name): New function.
8641 (ada-get-current-indent): Optimized by searchling directly for an
8642 existing generic part or a statement outside of it. Handle
8643 ada-indent-align-comments when indenting comments Replaced some
8644 regexps by testing directly the next character. This results in a
8645 huge speedup on some files. New indentation scheme for renames
8646 statements. Stop looking for the 'while' or 'for' associated with
8647 a 'loop' at the first semicolon encountered. A "return" can also
8648 match an anonymous access subprogram declaration.
8649 (ada-get-indent-noindent): Ignore strings and comments when
8650 looking for the keywords "record" and "private".
8651 (ada-goto-matching-decl-start): When matching "if", make sure we
8652 are not in fact seeing "end if". Ignore "when" statements except
8653 when initial keyword was "begin". Fix handling of nested
8654 procedures. Add a recursive call to this function to skip over
8655 other 'end' statmts. Fix indentation for "when .. => begin"
8656 (ada-in-open-paren-p): Fix indentation for complex boolean
8657 expressions, where 'and then', 'or else' and parenthesis
8658 statements are mixed up.
8659 (ada-in-paramlist-p): Skip comments while searching for the
8660 beginning Fix handling of operator declarations.
8661 (ada-indent-align-comments): New variable
8662 (ada-indent-current): Change the syntax table only in the
8663 protected section, so that we are sure it is restored correctly.
8664 (ada-indent-on-previous-lines): Use ada-use-indent and
8665 ada-with-indent Correctly indent "select ... then"
8666 (ada-indent-region): Slight speedup.
8667 (ada-indent-renames): New variable.
8668 (ada-last-which-function-subprog, ada-last-which-function-line):
8669 New variables
8670 (ada-looking-at-semi-private): Correctly indent the 'private'
8671 keyword when it is the first word in a package declaration.
8672 (ada-loose-case-word): Stop searching if at the end of the buffer.
8673 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8674 even if point is not initially at the end of the word.
8675 (ada-matching-decl-start-re): Add "when".
8676 (ada-mode): Add support for abbrev-mode, outline-mode and
8677 which-func-mode Override the old find-file.el entry in
8678 ff-special-constructs since it is using the obsolete
8679 ada-spec-suffix variable
8680 (ada-no-auto-case): New function
8681 (ada-scan-paramlist): When parsing the argument type, accept
8682 spaces (as in "X 'Class", generated by Rational Rose).
8683 (ada-other-file-name): No longer loads the other file.
8684 (ada-popup-menu): Save and restore the current buffer and cursor
8685 position before and after displaying the menu.
8686 (ada-search-ignore-complex-boolean): New function.
8687 (ada-uncomment-region): Emacs21 already knows how to delete
8688 comments not starting in the first column.
8689 (ada-use-indent): New variable
8690 (ada-which-function): New function.
8691 (ada-with-indent): New variable
8692 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8693 can be batch-compiled from the command line.
8694
8695 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8696 Add to the menu when the file is loaded, not in ada-mode-hook.
8697 Add -toolbar to the default ddd command Switches moved from
8698 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8699 ada-prj-default-comp-opt
8700 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8701 Reference Manual to the menu
8702 (ada-check-current): rewritten as a call to ada-compile-current
8703 (ada-compile): Removed.
8704 (ada-compile-application, ada-compile-current, ada-check-current):
8705 Set the compilation-search-path so that compile.el automatically
8706 finds the sources in src_dir. Automatic scrollong of the
8707 compilation buffer. C-uC-cC-c asks for confirmation before
8708 compiling
8709 (ada-compile-current): New parameter, prj-field
8710 (ada-complete-identifier): Load the .ali file before doing
8711 processing
8712 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8713 conform to gnatmake's behavior.
8714 (ada-find-file-in-dir): New function
8715 (ada-find-references): Set the environment variables for gnatfind
8716 (ada-find-src-file-in-dir): New function.
8717 (ada-first-non-nil): Removed
8718 (ada-gdb-application): Add support for jdb, the java debugger.
8719 (ada-get-ada-file-name): Load the original-file first if not done
8720 yet.
8721 (ada-get-all-references): Handles the new ali syntax (parent types
8722 are found between <>).
8723 (ada-initialize-runtime-library): New function
8724 (ada-mode-hook): Always load a project file when a file is opened,
8725 so that the casing exceptions are correctly read.
8726 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8727 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8728 to open the project file, since the latter does not work with
8729 speedbar Get default values before loading the prj file, or the
8730 default executable file name is wrong. Use the absolute value of
8731 src_dir to initialize ada-search-directories and
8732 compilation-search-path,... Add the standard runtime library to
8733 the search path for find-file.
8734 (ada-prj-default-debugger): Was missing an opening '{'
8735 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8736 variables.
8737 (ada-prj-default-gnatmake-opt): New variable
8738 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8739 buffers, the project file is the default one Save the windows
8740 configuration before displaying the menu.
8741 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8742 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8743 ...) regexp-quote identifiers names to support operators +,
8744 -,... in regexps.
8745 (ada-remote): New function.
8746 (ada-run-application): Erase the output buffer before starting the
8747 run Support remote execution of the application. Use
8748 call-process, or the arguments are incorrectly parsed
8749 (ada-set-default-project-file): Reread the content of the active
8750 project file, not the one from the current buffer When a project
8751 file is set as the default project, all directories are
8752 automatically associated with it.
8753 (ada-set-environment): New function
8754 (ada-treat-cmd-string): New special variable ${current}
8755 (ada-treat-cmd-string): Revised. The substitution is now done for
8756 any ${...} substring
8757 (ada-xref-current): If no body was found, compiles the spec
8758 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8759 compiler to get rid of command line length limitations.
8760 (ada-xref-get-project-field): New function
8761 (ada-xref-project-files): New variable
8762 (ada-xref-runtime-library-specs-path)
8763 (ada-xref-runtime-library-ali-path): New variables
8764 (ada-xref-set-default-prj-values): Default run command now does a
8765 cd to the build directory. New field: main_unit Provide a default
8766 file name even if the current buffer has no prj file.
8767
8768 * ada-prj.el:
8769 Rewritten to show a tabbed-dialog.
8770 (ada-prj-add-ada-menu): Remove the map and name parameters.
8771 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8772 New function
8773 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8774 (ada-prj-load-from-file): New function
8775 (ada-prj-save): Always save fields that depend on the current buffer
8776 (ada-prj-show-value): New function
5044b74a 8777
7972fcfc
GM
8778 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8779 Ada mode. This will allow us to display the Ada menu in any buffer
8780 we want (for project items).
8781 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8782 number of spaces in the header.
5044b74a 8783
8730a8da
DL
87842000-07-24 Dave Love <fx@gnu.org>
8785
8786 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8787
db3ca487
NF
87882000-07-23 Noah Friedman <friedman@splode.com>
8789
ad953485
NF
8790 * type-break.el (type-break): perform autosave.
8791 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8792 (type-break-do-query): Cancel query schedule while performing
8793 actual query, to avoid possibility of a second query being made
8794 while first one is already in progress.
8795 (type-break-time-stamp-format): New variable.
8796 (type-break-time-stamp): New function.
8797 (type-break-time-warning): Use it.
8798 (type-break-keystroke-warning): Use it.
8799 (type-break-noninteractive-query): Use it.
8800
03a9c6d0
NF
8801 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8802 cookie.
8803 Use add-minor-mode to set minor-mode-alist, if available.
8804 (eldoc-echo-area-use-multiline-p): New user option.
8805 (eldoc-echo-area-multiline-supported-p): New variable.
8806 (eldoc-docstring-format-sym-doc): Use them.
8807 (eldoc-mode): If not using idle timers, append to local post and
8808 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8809 (eldoc-display-message-no-interference-p): Don't interfere with
8810 edebug.
8811 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8812 (eldoc-function-arglist): New function.
8813 (eldoc-function-argstring): Use it.
8814
db3ca487
NF
8815 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8816 auto save directory exists before calling directory-files.
8817
f7ad1899
DL
88182000-07-23 Dave Love <fx@gnu.org>
8819
8820 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8821 ^o, ^u.
8822
43e764c9
DL
88232000-07-21 Dave Love <fx@gnu.org>
8824
475de6f4
DL
8825 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8826 now passed to the function. It now works properly.
8827
43e764c9
DL
8828 * smerge-mode.el (smerge-mode-menu): Fill it out.
8829
e8bea4c0
GM
88302000-07-20 Gerd Moellmann <gerd@gnu.org>
8831
8832 * info-look.el (info-lookup): If *info* is shown in another frame
8833 on the same display, select that frame, instead of switching to
8834 the Info buffer in another window of the selected frame.
8835
8836 * simple.el (universal-argument-map): Bind numeric keypad keys
8837 kp-0 to kp-9 and kp-subtract.
8838 (digit-argument): Handle these keys.
8839
bc75b4fd
DL
88402000-07-20 Dave Love <fx@gnu.org>
8841
8842 * net/goto-addr.el (goto-address-fontify): Don't bother with
8843 buffer-modified and read-only stuff -- irrelevant with overlays.
8844 Put an extra property on the overlays and use it to clean up in
8845 case goto-address is re-run.
8846
8b7bc628
RS
88472000-07-19 Richard M. Stallman <rms@gnu.org>
8848
18e21ce8
RS
8849 * timer.el (run-with-idle-timer): Doc fix.
8850
db3ca487 8851 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8852 Handle case where <...> appears inside "...".
8853 Use replace-match to edit the string more simply.
8854 (rmail-dont-reply-to): Cope with an unmatched ".
8855
50575ec2
DL
88562000-07-19 Dave Love <fx@gnu.org>
8857
8858 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8859 implementation.
8860
8861 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8862 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8863 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8864
4279296d
GM
88652000-07-19 Gerd Moellmann <gerd@gnu.org>
8866
47db06aa
GM
8867 * textmodes/refer.el: Correct maintainer's email address.
8868
8869 * progmodes/hideif.el: Correct author's email address.
8870 Fix typo in comment.
8871
8872 * xml.el: New file.
8873
4279296d
GM
8874 * mail/mailheader.el: Correct author's mail address.
8875
8876 * gnus/parse-time.el: Correct author's mail address.
8877
47db06aa 88782000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8879
8880 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8881 New user options.
8882 (comint-input-ring-file-name): Change custom type.
8883 (comint-mode-map): Bind mouse-2.
8884 (comint-insert-clicked-input): New function.
8885 (comint-send-input): Handle input highlighting.
8886
21ad0f7b
SM
88872000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8888
8889 * mouse.el (popup-menu): New function.
8890 (mouse-major-mode-menu): Use it.
8891
3b33a005
DL
88922000-07-18 Dave Love <fx@gnu.org>
8893
8894 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8895 improvements.
8896
dc1cac59
GM
88972000-07-18 Gerd Moellmann <gerd@gnu.org>
8898
21ad0f7b 8899 * faces.el (face-font-selection-order)
dc1cac59 8900 (face-font-family-alternatives): Add custom type.
db3ca487 8901
f8276b77
DL
89022000-07-18 Dave Love <fx@gnu.org>
8903
8904 * cus-edit.el (custom-variable-reset-saved)
8905 (custom-variable-reset-standard): Remove unused bindings.
8906
8907 * rect.el (open-rectangle-line): Remove unused let.
8908
8909 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8910
3d6cd763
GM
89112000-07-18 Gerd Moellmann <gerd@gnu.org>
8912
8913 * cdl.el: Fix `Maintainer' keyword.
8914
8915 * play/pong.el: Add author's email address.
8916
34342a07
SS
89172000-07-17 Sam Steingold <sds@gnu.org>
8918
8919 * files.el (insert-directory): Call `split-string' instead of
8920 re-implementing it.
8921
088831a6
GM
89222000-07-18 Gerd Moellmann <gerd@gnu.org>
8923
8924 * mail/vms-pmail.el: Change maintainer to FSF.
8925
8926 * net/goto-addr.el: Change maintainer to FSF.
8927
088831a6 8928 * info.el (Info-title-face-alist): Removed.
db3ca487 8929
c152047f
GM
89302000-07-18 David Ponce <david@dponce.com>
8931
8932 * recentf.el (recentf-open-files): New command that works like
8933 `recentf-open-more-files', but shows the whole list of files (not just
8934 those omitted from the menu). Useful if you don't use a menu-bar!
8935 (recentf-open-more-files) Modified to use `recentf-open-files'.
8936
8937 (recentf-open-files, recentf-open-more-files)
8938 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8939
c152047f
GM
8940 (recentf-dialog-mode): New mode for dialogs. You can now just type
8941 "q" to cancel the dialogs.
8942
89432000-07-18 David Ponce <david@dponce.com>
8944
8945 * recentf.el: This is a major update of recentf.el. It adds new
8946 features to better organize the recentf menu and "More..." buffer.
8947
8948 Using new provided menu filtering functions you can now organize the
8949 recent files list:
8950
8951 - by major modes
8952 - by directories
8953 - by user defined rules
8954
8955 Finally, with the new `recentf-filter-changer' customizable filter you
8956 can define a ring of filters and dynamically (via the menu) cycle on
8957 each menu organization in the ring (a la msb).
8958
68be2869
EZ
89592000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8960
8961 * eshell/eshell.el (eshell): Replace links to eshell.info with
8962 links to eshell, to avoid problems on systems where the manual is
8963 installed as `eshell'.
8964 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8965 * eshell/em-smart.el (eshell-smart): Ditto.
8966 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8967 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8968
8969 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8970 same-file check in the MS-DOS version (it does support inodes).
8971
8972 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8973
21ad0f7b
SM
8974 * eshell/eshell.el (eshell-directory-name):
8975 Run default directory name through convert-standard-filename.
68be2869 8976
269b4dcb
KH
89772000-07-18 Kenichi Handa <handa@etl.go.jp>
8978
21ad0f7b
SM
8979 * international/mule-cmds.el (select-safe-coding-system):
8980 Fix typo in the comment.
240a16cf 8981
21ad0f7b
SM
8982 * language/european.el (compound-text):
8983 Force katakana-jisx0201 to be designated to G1.
aa96c820 8984
21ad0f7b
SM
8985 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8986 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8987 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8988
269b4dcb
KH
8989 * international/kkc.el (kkc-after-update-conversion-functions):
8990 New variable.
8991 (kkc-update-conversion): Run functions in it at the tail.
8992
68be2869 89932000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8994
21ad0f7b
SM
8995 * lisp/align.el (align-newline-and-indent):
8996 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8997 (align-region): Fixed badly formatted minibuffer message.
8998
7a3fd467
KH
89992000-07-17 Kenichi Handa <handa@etl.go.jp>
9000
21ad0f7b 9001 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9002 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9003 the conversion list at first if appropriate.
9004 (kkc-next): Don't update kkc-next-count here.
9005 (kkc-prev): Don't update kkc-prev-count here.
9006 (kkc-show-conversion-list-update): Fix setting up of conversion
9007 list message.
9008
a45423d8
SM
90092000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9010
088831a6 9011 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9012
91a38db1
DL
90132000-07-16 Dave Love <fx@gnu.org>
9014
9015 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9016 function to be more specific.
9017
9018 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9019 non-string help-echo.
9020 (widget-types-convert-widget): Defsubst it.
9021 (widget-echo-help): Try to cope with a help-echo function of two
9022 possible sorts.
9023
3fddcdc3
JR
90242000-07-15 Jason Rumney <jasonr@gnu.org>
9025
9026 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9027 Declare as obsolete.
9028
9029 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9030
bd23a692
GM
90312000-07-14 Gerd Moellmann <gerd@gnu.org>
9032
9033 * hilit-chg.el: Fix typo.
9034
d4af987a
DL
90352000-07-14 Dave Love <fx@gnu.org>
9036
9037 * info.el (Info-mode-menu): Fix use of :help, :enable.
9038
3a4f3f86
SM
90392000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9040
9041 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9042
cf6936a4
DL
90432000-07-13 Dave Love <fx@gnu.org>
9044
4d6d04b5
DL
9045 * emacs-lisp/easymenu.el: Doc fixes.
9046 (easy-menu-remove): Defalias to ignore.
9047
cf6936a4
DL
9048 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9049 Call throw correctly.
9050
56437999
GM
90512000-07-13 Gerd Moellmann <gerd@gnu.org>
9052
9053 * faces.el (frame-background-mode): Doc fix.
9054
9055 * simple.el (eval-expression-print-length): Change custom type to
9056 allow entering nil as value.
9057
d04a3972
DL
90582000-07-13 Dave Love <fx@gnu.org>
9059
3a4f3f86
SM
9060 * progmodes/fortran.el (fortran-imenu-generic-expression):
9061 Change definition layout.
a8189dfe
DL
9062 (fortran-mode-menu): Reinstate customize entries.
9063
d04a3972
DL
9064 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9065 Use :filter, per old XEmacs code.
9066
4bf4fb05
GM
90672000-07-12 Gerd Moellmann <gerd@gnu.org>
9068
9069 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9070 event when deciding what to send to the terminal.
9071
37328bcd
DL
90722000-07-12 Dave Love <fx@gnu.org>
9073
9074 * cus-start.el: Add optional version as 4th element of specs and
9075 use it for several things new in v21. Remove load-path. Fix type
9076 of line-number-display-limit.
9077
89492072
DL
90782000-07-11 Dave Love <fx@gnu.org>
9079
3a4f3f86
SM
9080 * progmodes/fortran.el: Don't require easymenu.
9081 Use repeat counts in various regexps.
315aa1de
DL
9082 (fortran-mode-syntax-table): Defvar directly.
9083 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9084 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9085 Use defvar, not defconst.
9086 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9087 (fortran-mode): Set fortran-comment-line-start-skip,
9088 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9089 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9090 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9091 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9092 (fortran-comment-region, fortran-electric-line-number): Simplify.
9093 (fortran-auto-fill): New function.
9094 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9095 (fortran-find-comment-start-skip):
9096 Check for non-null comment-start-skip.
9097 (fortran-auto-fill-mode, fortran-fill-statement):
9098 Use fortran-auto-fill.
315aa1de 9099 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9100 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9101
89492072
DL
9102 * widget.el (widget-plist-member): New alias.
9103
d55ead18
EZ
91042000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9105
9106 * eshell/esh-module.el (toplevel): Reference
9107 byte-compile-current-file only if it is bound.
9108
e82a2a05
GM
91092000-07-10 Gerd Moellmann <gerd@gnu.org>
9110
9111 * dired.el: Don't require `dired-aux'.
9112
1fc7fb2b
MB
91132000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9114
9115 * dired-aux.el (dired-show-file-type): New function.
9116 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9117 (dired-show-file-type): Add autoload.
9118
ab49ce15
KH
91192000-07-10 Kenichi Handa <handa@etl.go.jp>
9120
9121 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9122 change of fontset-info.
ab49ce15
KH
9123 (print-fontset): Likewise.
9124
f45aab65
SM
91252000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9128
2f72fd2f
GM
91292000-07-07 Gerd Moellmann <gerd@gnu.org>
9130
e82a2a05 9131 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9132
2f72fd2f
GM
9133 * dired.el (dired-find-alternate-file): New function.
9134 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9135 (toplevel): Require dired-aux when compiling.
9136 (dired-buffers): Move defvar within file to avoid compiler warning.
9137
9138 * info.el (Info-last-search): Variable removed.
9139 (Info-search-history): New variable.
9140 (Info-search): New Info-search-history.
9141
9142 * battery.el, info-look.el: Change author's mail address.
9143
965522f5 91442000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9145
965522f5
GM
9146 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9147 if rmail-ignored-headers is nil.
9148 (rmail-retry-failure): Bind rmail-ignored-headers and
9149 rmail-displayed-headers to nil.
9150
dd8888a1
GM
91512000-07-06 Gerd Moellmann <gerd@gnu.org>
9152
e5c81191
GM
9153 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9154 (print-region-1): Don't hard code `-h' here.
9155
dd8888a1
GM
9156 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9157
e5c81191
GM
91582000-07-01 Francesco Potorti` <pot@gnu.org>
9159
9160 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9161 exim can use "your message" instead of "the message".
34342a07 9162
f45aab65
SM
91632000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9164
9165 * facemenu.el: Docstrings fixes.
9166 (facemenu-get-face): Don't use internal-find-face.
9167 (facemenu-iterate): Rename arg to match the docstring.
9168
9169 * newcomment.el (uncomment-region): Be more careful when skipping
9170 backwards over `=' not to bump into BOBP.
9171
d396e521 91722000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9173
dd8888a1
GM
9174 * ediff-diff.el (ediff-wordify): Use syntax table.
9175 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9176 ediff-color-display-p.
dd8888a1 9177 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9178 from defsubst.
9179 Got rid of special cases for NeXT and OS/2.
dd8888a1 9180 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9181 face.
34342a07 9182
5e2dfaa4
SM
91832000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9184
9185 * emacs-lisp/lucid.el: Require CL.
9186 (copy-tree, remprop): Remove, it's provided by CL.
9187 (map-keymap): Define in terms of cl-map-keymap.
9188 (extent-property, set-extent-end-glyph): New functions.
9189
9190 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9191
d5c5cddd
GM
91922000-07-05 Gerd Moellmann <gerd@gnu.org>
9193
485266d0
GM
9194 * Makefile.in (DONTCOMPILE): Add comment that the name may
9195 not be changed without changing the make-dist script.
9196
5e2dfaa4 9197 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9198 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9199
e2c46326
AI
92002000-07-05 Andrew Innes <andrewi@gnu.org>
9201
9202 * makefile.nt: Add support for `bootstrap' and related targets.
9203
a027a91b
SM
92042000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9205
9206 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9207 (easy-menu-do-define): Use `menu-item' format.
9208 Handle case where easy-menu-create-menu returns a symbol.
9209 Manually call the potential top-level filter in the function binding.
9210 (easy-menu-filter-return): New arg NAME.
9211 Convert to a keymap if MENU is an XEmacs menu.
9212 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9213 (easy-menu-converted-items-table, easy-menu-convert-item):
9214 New var and fun to memoize easy-menu-convert-item-1.
9215 (easy-menu-do-add-item): Use it.
9216 (easy-menu-create-menu): Use easy-menu-convert-item.
9217 Wrap easy-menu-filter-return around any :filter specification.
9218 Don't convert the menu if a filter was specified.
9219 Tell easy-menu-make-symbol not to check for MENU being an expression.
9220 (easy-menu-make-symbol): New arg NOEXP.
9221
5e03eb84
GM
92222000-07-05 Gerd Moellmann <gerd@gnu.org>
9223
9224 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9225 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9226 (eval-defun): If called with prefix arg, instrument code for
9227 Edebug.
9228
9229 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9230 similar to that of eval-defun.
9231
fca68a95
DL
92322000-07-04 Dave Love <fx@gnu.org>
9233
7ccbba4c
DL
9234 * hl-line.el (hl-line-overlay): Make it permanent-local.
9235
fca68a95
DL
9236 * calendar/todo-mode.el: Replaced with a working version, based on
9237 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9238
92392000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9240
9241 * paths.el (prune-directory-list): New function.
9242 (Info-default-directory-list): Rewritten to more methodically
9243 enumerate a big list of possible info directories (based on the
9244 list used by the standalone info reader).
fca68a95 9245
78e7e8a0 9246 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9247 non-existent directories from Info-directory-list.
78e7e8a0 9248
78e7e8a0
MB
9249 * paths.el (Info-default-directory-list): Try a list of possible
9250 info-directories instead of a single one. Add the possible
9251 info directory "/usr/share/info".
9252
9253 * woman.el (woman-man.conf-path): Explicitly include the debian
9254 man-db config file "/etc/manpath.config".
9255 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9256 are present in `manpath.config'.
9257 (woman-manpath): Include "/usr/share/man".
9258
67c9a1d2
GM
92592000-07-03 Gerd Moellmann <gerd@gnu.org>
9260
6753393b
GM
9261 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9262
9263 * startup.el (command-line): Initialize blink-cursor based
9264 on window-system.
9265
e4f98ad3
GM
9266 * frame.el (blink-cursor): Default to nil if not running under
9267 a window-system.
9268
2f516940
GM
9269 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9270 (face-x-resources): Remove duplicate entry for :font.
9271
67c9a1d2
GM
9272 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9273 instead of cycling through windows with next-window.
9274
9275 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9276 of cycling through windows with next-window.
9277
9278 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9279 of cycling through windows with next-window.
9280
9281 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9282 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9283 instead of cycling through windows with next-window.
9284
9285 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9286 instead of cycling through windows with next-window.
9287
9288 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9289 of cycling through windows with next-window.
9290
9291 * terminal.el (te-process-output): Use walk-windows instead of
9292 cycling through windows with next-window.
9293
9294 * server.el (server-switch-buffer): Use some-window instead of
9295 cycling through windows with next-window.
9296
9297 * window.el (some-window): New function.
9298 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9299
3a4f3f86 9300 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9301
8b7bc628 93022000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9303
9304 * window.el (walk-windows): Guarantee termination by keeping a list
9305 of all the windows already handled.
9306
d0d57043
EZ
93072000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9308
9309 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9310 window-system.
9311
9312 * man.el (Man-notify-when-ready): Don't use window-system. If
9313 Man-notify-method is newframe, and the display is not
9314 multi-frame, select the frame created for the man page.
9315 (Man-init-defvars): Doc fix.
9316
d5483ab1
GM
93172000-06-28 Gerd Moellmann <gerd@gnu.org>
9318
af5c25e1
GM
9319 * faces.el (region): Change background color for light background.
9320
9321 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9322 attribute from mode-line face of Ediff control frame.
9323
d5483ab1
GM
9324 * replace.el (query-replace-map): Bind `e' like `E'.
9325
9d47450f
EZ
93262000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9327
3a4f3f86
SM
9328 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9329 Change name to "Select All".
496b7491 9330
9d47450f
EZ
9331 * dos-fns.el (convert-standard-filename): Fix last change.
9332
0b431deb
GM
93332000-06-27 Gerd Moellmann <gerd@gnu.org>
9334
4fa9f636
GM
9335 * help.el (describe-variable): Don't insert a second `'s' in front
9336 of the string `value is shown below'. Since the syntax-table is
9337 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9338 an existing `'s', so that this won't be deleted.
9339
0b431deb
GM
9340 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9341 * pcmpl-unix.el: New files.
9342
32cad0aa
SM
93432000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9344
9345 * wid-edit.el (widget-member): Use the new plist-member.
9346
2c69ced2
GM
93472000-06-26 Gerd Moellmann <gerd@gnu.org>
9348
44c0f771
GM
9349 * replace.el (perform-replace): Undo change of 2000-04-04.
9350 Instead, move backward 1 character at the end of the loop when
9351 necessary.
34342a07 9352
1d36487c
GM
9353 * faces.el (fringe): Change face for different backgrounds.
9354
9355 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9356 patch from John.
9357
2c69ced2
GM
9358 * eshell/*.el: Change spelling of the Free Software Foundation.
9359
9360 * eshell/esh-toggle.el: Removed.
9361
9362 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9363
9364 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9365 interactively.
9366
93672000-06-26 Alex Schroeder <alex@gnu.org>
9368
9369 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9370 `define-key'; instead of checking `(emacs-version)' check for
9371 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9372 for `;' and `o' which might be electric.
9373
9374 (sql-electric-stuff): New user option.
9375 (sql-magic-go): New function which uses `sql-electric-stuff'.
9376 (sql-magic-semicolon): New function which uses
9377 `sql-electric-stuff'.
9378
9379 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9380 is not fboundp.
9381
9382 (sql-oracle-options): New variable.
9383 (sql-oracle): Use it.
9384
9385 (sql-imenu-generic-expression): Doc change.
9386 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9387 is used.
9388
9389 (sql-informix): Added command line parameter "-" to force
9390 sql-informix-program to use stdout.
9391
db1306d8
EZ
93922000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9393
3a4f3f86 9394 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9395 (cp864-decode-table): Doc fix.
9396 (cp720-decode-table): New variable, supports the Arabic OEM
9397 codepage used by Windows.
9398 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9399
c69e5fcd
DL
94002000-06-23 Dave Love <fx@gnu.org>
9401
9402 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9403 (font-lock-fontify-anchored-keywords): Use
9404 line-beginning-position.
9405 (global-font-lock-mode): Use mapc.
9406
30ad8f23
SM
94072000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9408
9409 * eshell/esh-module.el: Require CL when compiling.
9410
26b4dc84
GM
94112000-06-23 Gerd Moellmann <gerd@gnu.org>
9412
78c56e70
GM
9413 * comint.el (comint-substitute-in-file-name): Call replace-match
9414 with second and third arg t.
9415
34342a07 9416 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9417 Specify foreground color.
9418
9419 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9420 color.
9421
affbf647
GM
9422 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9423
9424 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9425 cddr instead of cdddr.
9426
25fffb31
GM
9427 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9428 instead of copy-list.
9429
9430 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9431 of copy-list.
9432
26b4dc84
GM
9433 * subdirs.el: Add eshell subdirectory.
9434
9435 * eshell: New subdirectory containing the Eshell package.
9436
9437 * pcomplete.el: New file.
9438
78c56e70
GM
94392000-06-23 Paul Eggert <eggert@twinsun.com>
9440
ea055732
GM
9441 * mail/mailpost.el (post-mail-send-it): Make sure file has
9442 proper permissions from birth.
9443
9444 * files.el (basic-save-buffer-2): When temporarily setting
9445 file modes, set them to current modes plus 0200, not to 0777.
9446
78c56e70
GM
9447 * emerge.el (emerge-make-temp-file): Make sure file has proper
9448 permissions from birth.
9449
a3a7ff33
EZ
94502000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9451
9452 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9453 backup file name through convert-standard-filename.
9454
9455 * dos-fns.el (convert-standard-filename): Convert leading
9456 directories as well. When long file names are supported, convert
9457 characters that are invalid in Windows file names.
9458
1fd9b7fe
GM
94592000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9460
9461 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9462 ps-print crashes. New feature: page selection for printing. Create
9463 raw-text-unix coding system for XEmacs. Doc fix.
9464 (ps-print-version): New version number (5.2.3).
9465 (ps-plot-region): Bug fix.
9466 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9467 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9468 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9469 funs.
9470 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9471 (ps-last-page): New vars.
9472
16ed8416
GM
94732000-06-21 Gerd Moellmann <gerd@gnu.org>
9474
9475 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9476 empty option string.
9477
4fbee715
EZ
94782000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9479
9480 * man.el (man): Doc fix.
9481
eaecfc94
KH
94822000-06-21 Kenichi Handa <handa@etl.go.jp>
9483
9484 * international/mule-cmds.el (set-language-info-alist): Docstring
9485 fixed.
9486
4a27bdfb
GM
94872000-06-20 Gerd Moellmann <gerd@gnu.org>
9488
9489 * version.el (emacs-version): Use ISO date format.
9490
9491 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9492 instead of `M-backspace'.
9493
9494 * simple.el (turn-off-auto-fill): New function.
9495
8972fe79
SM
94962000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9497
9498 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9499 Renamed from with-buffer-prepared-for-font-lock and use
9500 inhibit-modification-hooks rather than setting *-change-functions.
9501 Update all functions to use the new name.
9502 (jit-lock-first-unfontify-pos): New semantics (and doc).
9503 (jit-lock-mode): Make non-interactive.
9504 Don't automatically turn on font-lock.
9505 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9506 Always use jit-lock-after-change.
9507 Remove and restore font-lock-after-change-function.
9508 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9509 (jit-lock-after-unfontify-buffer): Remove.
9510 (jit-lock-stealth-fontify):
9511 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9512 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9513
5d80cc9c
SS
95142000-06-20 Sam Steingold <sds@gnu.org>
9515
9516 * emacs-lisp/cl-indent.el (toplevel): Indent
9517 `print-unreadable-object' properly. Untabify.
9518
f54e4d13
CD
95192000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9520
9521 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9522 Support for bibentry.
9523 (reftex-compile-variables): Fixed problem with end of section-re.
9524
9525 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9526 reftex-view-crossref-from-bibtex):
9527 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9528 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9529 Replaced `remprop' with `put'.
8972fe79
SM
9530 (reftex-view-crossref, reftex-view-crossref-when-idle):
9531 Support for bibentry.
f54e4d13 9532
8972fe79
SM
9533 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9534 New entry for bibentry package.
f54e4d13 9535
8972fe79
SM
9536 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9537 Regexp also matches "\nobibliography".
f54e4d13 9538
8972fe79
SM
9539 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9540 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9541 (reftex-ensure-write-access): New function.
9542
f54e4d13
CD
95432000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9544
9545 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9546
9547 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9548
9549 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9550
9551 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9552
9553
560c43f4
DL
95542000-06-20 Dave Love <fx@gnu.org>
9555
9556 * faces.el (frame-background-mode): Use set-default, not set, in
9557 setter.
9558 (frame-update-faces, frame-update-face-colors): Define with
9559 defalias.
9560
9561 * enriched.el (enriched-decode-foreground)
9562 (enriched-decode-background): Don't use internal-find-face.
9563
9564 * apropos.el: Doc fixes.
9565
9566 * cus-edit.el (customize-changed-options): Check arg.
9567 (customize-version-lessp): Don't require decimal point.
9568
9569 * custom.el (defcustom, defgroup): Doc fix.
9570
9571 * newcomment.el (comment) <defgroup>: Add :version.
9572 (comment-multi-line): Doc fix.
9573
9574 * emulation/mlsupport.el (define-hooked-local-abbrev,
9575 define-hooked-global-abbrev): Fix, using define-abbrev.
9576
cdf0357b
GM
95772000-06-19 Gerd Moellmann <gerd@gnu.org>
9578
9579 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9580 the whole buffer.
9581
10013d74
DL
95822000-06-19 Dave Love <fx@gnu.org>
9583
9584 * menu-bar.el (menu-bar-options-save): New function.
9585 (menu-bar-options-menu): Use it.
9586 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9587 Simplify.
9588
6922f208
AS
95892000-06-19 Andreas Schwab <schwab@suse.de>
9590
9591 * progmodes/etags.el (tags-query-replace): Put new parameters
9592 START and END at the end, for backward compatibility.
9593
10d7bf84
KH
95942000-06-19 Kenichi Handa <handa@etl.go.jp>
9595
9596 * international/codepage.el:
9597 (cp-coding-system-for-codepage-1): Delete special codes for
9598 generating xxx-dos coding system because now a CCL based coding
9599 system can handle EOL conversion by default.
9600
9601 * international/mule.el (make-coding-system): Generate subsidiary
9602 coding systems for EOL handling variants even for a CCL based
9603 coding system.
9604
8f3c9a3d
KH
96052000-06-19 Kenichi Handa <handa@etl.go.jp>
9606
9607 * international/isearch-x.el (isearch-minibuffer-input-method)
9608 (isearch-minibuffer-input-method-function): These variables
9609 deleted.
9610 (isearch-with-input-method): Don't use the above variables.
9611 (isearch-process-search-multibyte-characters): Likewise. Call
9612 read-string with the arg INHERIT-INPUT-METHOD t.
9613
c2acf685
SM
96142000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9615
13f0d185
SM
9616 * font-lock.el (font-lock-after-fontify-buffer)
9617 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9618
9619 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9620 Use consistent make-local-variable style for font-lock-fontified.
9621 (jit-lock-fontify-buffer):
9622 Don't bother checking for font-lock-mode and jit-lock-mode.
9623
c2acf685
SM
9624 * time.el: Remove trailing ^M that prevent CVS-merging.
9625
a9021acd
GM
96262000-06-16 Gerd Moellmann <gerd@gnu.org>
9627
9628 * Makefile.in (distclean): New target.
5d80cc9c 9629
0df68e9f
SM
96302000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9631
9632 * Makefile.in (srcdir): Define for update-subdirs.
9633
6344985d
GM
96342000-06-16 Gerd Moellmann <gerd@gnu.org>
9635
9636 * find-lisp.el: New file.
9637
63239267
AI
96382000-06-16 Andrew Innes <andrewi@gnu.org>
9639
9640 * time.el (display-time-mail-function): New variable, to allow
9641 external packages to indicate when new mail is available.
9642 (display-time-update): Use it.
9643
1699f991
KH
96442000-06-16 Kenichi Handa <handa@etl.go.jp>
9645
a3b37893
KH
9646 * international/mule.el (mule-version): Change version name to
9647 SAKAKI. AOI has already been used by Meadow.
9648
1699f991
KH
9649 * international/quail.el (quail-show-guidance-buf): To find the
9650 bottom window (but minibuffer), pay attention to the height of
9651 minibuffer.
9652
228b083e
EZ
96532000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9654
7d5c8691
EZ
9655 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9656 menu-bar menus. Add help strings. Don't remove the Edit menu
9657 from the menu bar, as the menu bar has enough space now.
9658
261f3289
EZ
9659 * Makefile.in (SHELL): Make sure /bin/sh is used.
9660
228b083e
EZ
9661 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9662 characters, which use series of two ^H characters instead of one.
9663
e27e8d71
GM
96642000-06-15 Gerd Moellmann <gerd@gnu.org>
9665
5d80cc9c 9666 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9667 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9668 functions.
451ec4e3
GM
9669 (Info-find-node-2): Try a case-sensitive search first, then
9670 do a case-insensitive search.
9671
9672 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9673 tutorials.
9674
b675095c
GM
9675 * complete.el (PC-env-vars-alist): New variable.
9676 (PC-complete-as-file-name): New function.
9677 (partial-completion-mode): Initialize PC-env-vars-alist from
9678 process-environment.
9679 (PC-do-completion): Handle completion of env vars.
9680
9681 * info.el (Info-set-mode-line): Show file name in mode line,
9682 use `*Info*' instead of `Info:'.
9683
e27e8d71
GM
9684 * startup.el (command-line-1): Change copyright messages to year
9685 2000.
9686
28223a7e
DL
96872000-06-15 Dave Love <fx@gnu.org>
9688
9689 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9690 not local-map.
9691
32684631
KH
96922000-06-15 Kenichi Handa <handa@etl.go.jp>
9693
9694 * international/mule.el (set-buffer-file-coding-system): Almost
9695 rewritten to handle `undecided' as no-op.
9696
9f817ea4
GM
96972000-06-14 Gerd Moellmann <gerd@gnu.org>
9698
e27e8d71 9699 * Makefile.in: New file.
dce6b995
GM
9700
9701 * Makefile: Removed.
9702
9f817ea4
GM
9703 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9704 (goto-address-highlight-keymap): Bind C-c RET.
9705
2de33f94
KH
97062000-06-14 Kenichi Handa <handa@etl.go.jp>
9707
bbf1e8a5
KH
9708 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9709 inherits buffer-file-coding-system of the current buffer.
725a6897 9710
02891cc3
KH
9711 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9712 0. Give correct argument to set-auto-coding-function.
9713 (tar-expunge): For goto-char, use (point-min), not 0.
9714 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9715 (tar-subfile-save-buffer): Likewize.
9716
2de33f94
KH
9717 * international/mule.el
9718 (after-insert-file-set-buffer-file-coding-system): Call
9719 set-buffer-file-coding-system with the arg FORCE t.
9720
1681ead6
GM
97212000-06-13 Gerd Moellmann <gerd@gnu.org>
9722
9723 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9724 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9725 the sender is set with `-f'.
1681ead6 9726
fdf4b680
DL
97272000-06-13 Dave Love <fx@gnu.org>
9728
9c50afce
DL
9729 * help.el (describe-function-1): Kluge around cases of functions
9730 fset to subrs whose doc doesn't match their symbol-name.
9731
0ad550ba 9732 * image.el (insert-image): Default STRING to a space.
f290ca08 9733
fdf4b680 9734 * info.el Doc fixes.
5d80cc9c 9735 (Info-build-node-completions): Match Ref tags.
fdf4b680 9736
9b6610db
EZ
97372000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9738
a704139d
EZ
9739 * frame.el (display-multi-frame-p, display-multi-font-p): New
9740 defaliases for display-graphic-p.
9741
9b6610db
EZ
9742 * hl-line.el: Fixed a typo in commentary.
9743
7a5ea398
KH
97442000-06-13 Kenichi Handa <handa@etl.go.jp>
9745
9746 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9747 fixed.
9748
0dc91c57
DL
97492000-06-12 Dave Love <fx@gnu.org>
9750
9751 * image.el (insert-image): Save a little consing.
9752
0bd5914b
KH
97532000-06-12 Kenichi Handa <handa@etl.go.jp>
9754
9755 * language/tibet-util.el: Convert all tibetan-1-column characters
9756 to the corresponding tibetan characters.
9757 (tibetan-add-components): Delete code for the special treatment of
9758 'a chung.
9759
9760 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9761 change.
9762 (tibetan-vowel-transcription-alist): More rules added.
9763 (tibetan-composite-vowel-alist): New variable.
9764 (tibetan-precomposition-rule-alist): More rules added.
9765
6dc7d3d5
SM
97662000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9767
9c04c393
SM
9768 * startup.el (command-line): Only call menu-bar-mode if interactive.
9769
9770 * thingatpt.el (toplevel symbol-properties):
9771 * textmodes/makeinfo.el (makeinfo-compile):
9772 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9773 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9774 (hide-ifdef-use-define-alist):
5d80cc9c 9775 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9776 (ange-ftp-vms-add-file-entry):
9777 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9778 * man.el (Man-build-man-command):
9779 * mail/rnewspost.el (news-reply-header-hook):
9780 * info.el (Info-insert-dir):
9781 * emulation/mlconvert.el (backward-word, forward-word, setq):
9782 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9783 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9784 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9785 (byte-optimize-apply, end of file):
9786 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9787 (ad-make-freeze-definition):
9788 * startup.el (command-line, command-line-1): Don't quote lambdas.
9789
6dc7d3d5
SM
9790 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9791 (cvs-cleanup-removed): New function.
9792 (cvs-cleanup-functions): New var.
9793 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9794 some flexibility in specifying additional entries to auto-cleanup.
9795 (cvs-quickdir): New function.
9796 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9797 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9798 (cvs-mode-find-file): Check that we are on a filename or dirname
9799 when invoked through a mouse-click.
9800 (cvs-full-path): Remove.
9801 (cvs-dired-action): Re-introduced.
9802 (cvs-dired-noselect): Use it.
9803 (vc-post-command-functions): use this new hook if available.
9804
9805 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9806 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9807 (cvs-filename-map, cvs-dirname-map): Remove.
9808 (cvs-default-action): Remove.
9809 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9810 if the arg is really a keymap.
9811 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9812 Don't hardcode the mapping from state (aka type) to face, but check
9813 the var cvs-fi-<type>-face instead.
9814 (cvs-fileinfo-from-entries): New function.
9815
9816 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9817 Docstring fix.
9818 (cvs-find-file-and-jump): Change default to be safer.
9819 (cvs-mode-diff-map): Define it as a function as well.
9820 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9821 Bind mouse-2 in this global map rather than with text-properties.
9822
9823 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9824 file to resolve the ambiguity between C(conflict) and C(need-merge).
9825
5050a2ef
KH
98262000-06-12 Kenichi Handa <handa@etl.go.jp>
9827
9828 * international/mule.el (set-buffer-file-coding-system): If
9829 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9830 unconditionally.
9831
35a7ac84
DL
98322000-06-12 Dave Love <fx@gnu.org>
9833
9834 * wid-edit.el (widget-specify-button): Really suppress the face if
9835 required.
9836
db8eeecd
GM
98372000-06-11 Gerd Moellmann <gerd@gnu.org>
9838
9839 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9840
70223ca4
SM
98412000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9842
9843 * imenu.el (imenu-generic-expression): Docstring fix.
9844
9845 * composite.el (composition-function-table): Move the `put'
9846 below the autoload cookie so we can load the file before loaddefs.
9847
9848 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9849
9850 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9851 Handle easy-mmode-define-global-mode.
9852 For complex macros like define-minor-mode that can generate
9853 several autoload entries, try to autoload entries in the
9854 macroexpanded code.
9855
9856 * emacs-lisp/easy-mmode.el (define-minor-mode):
9857 If KEYMAP is a symbol, just use it.
9858 Use byte-compile-current-file and load-file-name to infer the
9859 proper :require to pass to defcustom.
9860 Wrap the hook var into `progn' so as not to autoload it.
9861 Add a :autoload-end cookie.
9862 Be more careful about the evaluation of KEYMAP.
9863 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9864 (define-derived-mode): Move define-abbrev-table outside of defvar.
9865
98662000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9867
9868 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9869 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9870 (backup-compiled-files): Ignore errors during `tar'.
9871 (bootstrap): Make autoloads before elc files.
9872
9c53b34e
KH
98732000-06-10 Kenichi Handa <handa@etl.go.jp>
9874
9875 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9876 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9877
9878 * international/mule-conf.el (unix): New alias for the coding
9879 system undecided-unix.
9880
22ddd299
DL
98812000-06-09 Dave Love <fx@gnu.org>
9882
5ee42746
DL
9883 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9884
70223ca4 9885 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9886 (executable-insert): Change custom type.
9887 (executable-find): Add autoload cookie.
cc7e1d18
DL
9888 (executable-make-buffer-file-executable-if-script-p): New
9889 function. After Noah Friedman.
22ddd299
DL
9890
9891 * files.el (after-save-hook): Customize, with
cc7e1d18 9892 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9893
41ea3794
KH
98942000-06-09 Kenichi Handa <handa@etl.go.jp>
9895
f89437e3
KH
9896 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9897 "tib24p-mule.bdf" for Tibetan.
9898
7a4ee259
KH
9899 * composite.el (decompose-composite-char): Declare it as obsolete.
9900
ff6a65c2
KH
9901 * man.el (Man-fontify-manpage): Pay attention to underline and
9902 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9903
f83fe4b4
GM
99042000-06-08 Gerd Moellmann <gerd@gnu.org>
9905
9906 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9907 Set maintainer to FSF since author isn't reachable.
9908
e56d7900
DL
99092000-06-08 Dave Love <fx@gnu.org>
9910
9911 * international/mule-cmds.el (select-safe-coding-system): If
9912 DEFAULT-CODING-SYSTEM is not specified, also check the most
9913 preferred coding-system if buffer-file-coding-system is
9914 `undecided'. From Handa.
9915
d3981b49
KH
99162000-06-08 Kenichi Handa <handa@etl.go.jp>
9917
9918 * international/mule.el
9919 (after-insert-file-set-buffer-file-coding-system): If the buffer
9920 size is greater than INSERTED, judget that we are not visiting.
9921
bff71087
RV
99222000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9923
9924 * whitespace.el (defgroup whitespace): Comment out `:version'.
9925 XEmacs 20.4 has problems defining the group with this present.
9926 We'll have this commented out till get resolve the problem.
9927
fd9ac94c 99282000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9929
fd9ac94c
GM
9930 * align.el (align-dq-string-modes, align-sq-string-modes)
9931 (align-open-comment-modes): Add pyhton-mode.
9932 (align-rules-list): Use get-text-property instead of
9933 text-properties-at.
9934 (align-rules-list): Add python-assignment.
9935 (align-rules-list): Change perl-comma-delimiter to
9936 basic-comma-delimiter. Use if for Perl modes and python-mode.
9937 (align-rules-list): Add python-chain-logic and
9938 basic-line-continuation.
45f485a6
GM
9939
99402000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9941
9942 * apropos.el (apropos-mode-hook): New user variable.
9943 (apropos-mode): Run apropos-mode-hook.
bff71087 9944
45f485a6
GM
99452000-06-07 David Ponce <david@dponce.com>
9946
9947 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9948 commands. Require `wid-edit' at run-time.
9949
99502000-06-07 David Ponce <david@dponce.com>
9951
9952 * recentf.el: Added some "Commentary".
9953 (recentf-open-more-files, recentf-edit-list): Minor changes to
9954 move the point at the top of the file list. This behaviour is
9955 consistent with the menu one when the list contains a lot of
9956 files.
9957 (recentf-cleanup): Now displays the number of items removed from
9958 the list.
9959 (recentf-relative-filter) New menu filter to show filenames
9960 relative to `default-directory'.
bff71087 9961
45f485a6
GM
99622000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9963
9964 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9965 with/without giving an error if PostScript printer doesn't have this
9966 kind of page size. Zebra Stripe continues or restarts on next page.
9967 Manual/automatic paper feeding. Switch or not the header.
9968 (ps-print-version): New version number (5.2.2).
9969 (ps-windows-system): Include emx as a Windows system.
9970 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9971 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9972 (ps-background-text): Code fix.
9973 (ps-error-handler-message, ps-user-defined-prologue)
9974 (ps-print-prologue-header, ps-printer-name)
9975 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9976 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9977 (ps-use-face-background): Customization fix.
9978 (ps-n-up-database): Data fix.
9979 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9980 (ps-switch-header): New vars.
9981 (ps-xemacs-color-name, ps-face-foreground-name)
9982 (ps-face-background-name, ps-boolean-constant): New funs.
9983
c14dcd22
DL
99842000-06-07 Dave Love <fx@gnu.org>
9985
9986 * allout.el: New version from Manheimer.
9987
e4044bb0
KH
99882000-06-07 Kenichi Handa <handa@etl.go.jp>
9989
9990 * textmodes/fill.el (fill-find-break-point): Check the validity of
9991 charset.
9992
59cfe8b9
KF
99932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9994
9995 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9996 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9997 Call display-color-p and display-mouse-p instead of looking at
9998 window-system.
9999
bb2337f5
DL
100002000-06-06 Dave Love <fx@gnu.org>
10001
10002 * image.el (find-image): Doc fix. Return nil if image not found.
10003 (put-image, insert-image): Make STRING arg optional.
10004
8e624fa2
KH
100052000-06-06 Kenichi Handa <handa@etl.go.jp>
10006
10007 * language/vietnamese.el: Remove eval-when-compile.
10008 (viet-viscii-nonascii-translation-table): Define it as a
10009 translation table made from viet-viscii-decode-table.
10010 (viet-viscii-encode-table): Define it as a translation table made
10011 from the reverse map of above.
10012 (viet-vscii-nonascii-translation-table): Define it as a
10013 translation table made from viet-vscii-decode-table.
10014 (viet-vscii-encode-table): Define it as a translation table made
10015 from the reverse map of above.
10016 (ccl-decode-viscii): Use translate-character.
10017 (ccl-encode-viscii, ccl-encode-viscii-font)
10018 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10019 Likewize.
bff71087 10020
8e624fa2
KH
10021 * language/cyrillic.el: Remove eval-when-compile.
10022 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10023 translation table made from cyrillic-koi8-r-decode-table.
10024 (cyrillic-koi8-r-encode-table): Define it as a translation table
10025 made from the reverse map of above.
10026 (ccl-decode-koi8): Use translate-character.
10027 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10028 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10029 a translation table made from cyrillic-alternativnyj-decode-table.
10030 (cyrillic-alternativnyj-encode-table): Define it as a translation
10031 table made from the reverse map of above.
10032 (ccl-decode-alternativnyj): Use translate-character.
10033 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10034 Likewize
10035
10036 * international/mule-diag.el (non-iso-charset-alist): Specify
10037 translation table symbol instead of translation table itself.
10038 (list-block-of-chars): CHARSET may be a translation table symbol.
10039
10040 * international/mule.el (make-coding-system): If CODING-SYSTEM
10041 already exists, override it.
10042
10043 * international/fontset.el: Use family `proportional' for Tibetan
10044 fonts.
10045
10046 * international/ccl.el (ccl-compile-translate-character): Don't
10047 check if Rrr has property translation-table.
10048 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10049
1969fae2
GM
100502000-06-05 Gerd Moellmann <gerd@gnu.org>
10051
10052 * info.el: Bind case-fold-search to t when searching in case
10053 a user sets it to nil in a hook.
10054
d5b037c5
SM
100552000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10056
d3d02e65
SM
10057 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10058 * hl-line.el (hl-line-mode): Use the new :global key argument.
10059
10060 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10061 (tar-clip-time-string): Prepend a space.
10062 (tar-grind-file-mode): Construct a string rather than modifying one.
10063 (tar-header-block-summarize): Fix docstring.
10064 Use `format' rather than an error-prone set of copy-loops.
10065
10066 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10067 (diff-goto-source, diff-unified->context, diff-context->unified)
10068 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10069 understand the format output by the `-p' argument to diff.
10070
bff71087 10071 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10072 (sh-re-done): Use defconst.
10073 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10074 (sh-help-string-for-variable, sh-guess-basic-offset):
10075 Don't quote lambdas.
10076 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10077 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10078
f7c4478f
SM
10079 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10080 (mh-letter-mode): Derive from text-mode.
10081 This implicitly means that it now calls kill-all-local-variables.
10082 Also remove the Emacs-18 compatibility code.
10083
a8add29d
SM
10084 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10085 Make use of symbol-property doc-string-elt.
10086 Use memq rather than a sequence of eq.
10087 (doc-string-elt): Fix the wrong or missing previously unused values.
10088 (autoload-print-form): New function extracted from
10089 generate-file-autoloads to allow recursion when handling progn
10090 so that defvar's and defun's docstrings are properly printed.
10091 (generate-file-autoloads): Use it.
10092
d5b037c5
SM
10093 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10094 Use find-file-hooks in the minor-mode function.
10095 Be careful not to loop indefinitely in the post-command-hook function.
10096
560ef11a 100972000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10098
1969fae2 10099 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10100 tty's.
1969fae2 10101 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10102 differences whenever appropriate.
1969fae2
GM
10103 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10104 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10105 wildcards.
10106
b5bbbb76
SM
101072000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10108
d5b037c5
SM
10109 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10110 (jit-lock-fontify-buffer): New function for JIT refontification.
10111 (jit-lock-mode): Fix docstring.
10112 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10113 Remove jit-lock-after-change from the _local_ hook.
10114 (jit-lock-function-1): Fix docstring.
10115
10116 * info.el (Info-on-current-buffer): Initialize info.
10117
10118 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10119
10120 * progmodes/tcl.el (tcl-indent-for-comment):
10121 Ignore comment-indent-hook.
10122
10123 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10124 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10125 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10126 and improve to use the lighter to guess the capitalization.
10127 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10128 Add keyword arguments to specify global-ness or the custom group.
10129 Add local-map and help-echo properties to the lighter.
10130 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10131 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10132
bfa6c260
DL
101332000-06-02 Dave Love <fx@gnu.org>
10134
10135 * wid-edit.el: byte-compile-dynamic since we typically don't use
10136 all the widgets. Don't require cl or widget. Remove
10137 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10138 (widget-read-event): Removed. Callers changed to use read-event.
10139 (widget-button-release-event-p): Renamed from
10140 button-release-event-p.
10141 (widget-field-add-space, widget-field-use-before-change):
10142 Uncustomize.
10143 (widget-specify-field): Use keymap property, not local-map.
10144 (widget-specify-button): Obey :suppress-face.
10145 (widget-specify-insert): Use modern backquote syntax.
10146 (widget-image-directory): Renamed from widget-glyph-directory.
10147 (widget-image-enable): Renamed from widget-glyph-enable.
10148 (widget-image-find): Replaces widget-glyph-find.
10149 (widget-button-pressed-face): Move defvar.
10150 (widget-image-insert): Replaces widget-glyph-insert.
10151 (widget-convert): Use keywordp.
10152 (widget-leave-text, widget-children-value-delete): Use mapc.
10153 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10154 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10155 (widget-button-click): Don't set point at the click, but re-centre
10156 if we scroll out of window. Rewritten for images v. glyphs &c.
10157 (widget-tabable-at): Use POS arg, not point.
10158 (widget-beginning-of-line, widget-end-of-line)
10159 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10160 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10161 (widget-default-create): Use widget-image-insert; some rewriting.
10162 (widget-visibility-value-create)
10163 (widget-push-button-value-create, widget-toggle-value-create): Use
10164 widget-image-insert.
10165 (checkbox): Create on and off images dynamically.
10166 (documentation-link): Change :help-echo.
10167 (widget-documentation-link-echo-help): Remove.
10168
3837de12
SM
101692000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10170
10171 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10172
10173 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10174 (easy-mmode-define-toggle, define-minor-mode): Use it.
10175 (easy-mmode-define-keymap): Docstring fix.
10176 (define-derived-mode): Default PARENT to fundamental-mode.
10177 Add the derived-mode-parent symbol-property.
10178 (easy-mmode-derived-mode-p): New function.
10179
90aa4ea8
DL
101802000-06-02 Dave Love <fx@gnu.org>
10181
37193ee6
DL
10182 * files.el (convert-standard-filename): Doc fix.
10183 (normal-backup-enable-predicate): New function.
10184 (backup-enable-predicate): Use it to replace the lambda form.
10185
10186 * calendar/todo-mode.el: [This needs more work on the outline
10187 stuff.] Doc fixes.
10188 (todo) <defgroup>: Add :version.
10189 (todo-add-category): Don't use pushnew.
10190 (todo-cmd-raise): Fix typo.
10191 (todo-top-priorities): Change temp buffer name.
10192 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10193 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10194 Use outline-next-heading.
37193ee6 10195
90aa4ea8
DL
10196 * autoarg.el: Rewritten to use define-minor-mode.
10197 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10198 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10199
2e54623a
KH
102002000-06-02 Kenichi Handa <handa@etl.go.jp>
10201
10202 * isearch.el (isearch-other-meta-char): Fix previous change.
10203
c5def0db
SM
102042000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10205
3837de12
SM
10206 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10207 (log-edit-done): Only add the comment to the ring if it's different
10208 from the last comment entered.
10209
c5def0db
SM
10210 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10211
2330c9d4
DL
102122000-06-01 Dave Love <fx@gnu.org>
10213
10214 * hl-line.el: Rewritten using define-minor-mode.
10215
10216 * help.el (describe-function-1): Distinguish special form from
10217 builtin function. Sanity-check presence of arglist for builtins.
10218
6e5dfc31
KH
102192000-06-01 Kenichi Handa <handa@etl.go.jp>
10220
4dc1225b
KH
10221 * international/characters.el: Fix syntax/category setting of
10222 Tibetan characters.
10223
10224 * language/tibet-util.el (tibetan-add-components): Fixes for new
10225 encoding of Tibetan characters.
10226 (tibetan-decompose-precomposition-alist): New variable.
10227 (tibetan-decompose-region): Convert precomposed characters to
10228 non-precomposed characters.
10229 (tibetan-decompose-string): Likewise.
10230 (tibetan-composition-function): Fix args to
10231 thibetan-compose-string.
10232
10233 * language/tibetan.el (tibetan-composable-pattern): More
10234 characters included.
10235 (tibetan-consonant-transcription-alist): Rule for "R" added.
10236 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10237 "+R" added.
10238 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10239
eadef5e6
KH
10240 * language/lao-util.el (lao-composition-function): Fix args to
10241 compose-string.
10242
10243 * language/thai-util.el (thai-composition-function): Fix args to
10244 compose-string.
10245
6e5dfc31 10246 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10247 to prevent the point moving to the end of a composition when a
10248 part of a composition is searched.
6e5dfc31
KH
10249 (isearch-other-meta-char): If the key invoking this command can be
10250 mapped by function-key-map to a printing char, call
10251 isearch-process-search-char directly.
10252
2598a293
SM
102532000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10254
10255 * emacs-lisp/bytecomp.el:
10256 * frame.el:
10257 * international/mule-cmds.el:
10258 * international/mule-util.el:
10259 * international/mule.el:
10260 * mouse.el:
10261 * subr.el:
10262 * faces.el: Update calls to make-obsolete with a WHEN argument.
10263
10264 * byte-run.el (make-obsolete, make-obsolete-variable):
10265 Add an optional WHEN argument and change the format of the
bff71087 10266 symbol-property information.
2598a293
SM
10267 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10268 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10269 new obsolete-symbol-property format and print WHEN if it is provided.
10270
28d8dff1
DL
102712000-05-31 Dave Love <fx@gnu.org>
10272
10273 * loadhist.el (loadhist-hook-functions): Remove
10274 before-change-function, after-change-function.
10275 (unload-feature): Deal with symbols which are both bound and
10276 fbound.
10277
10278 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10279 before-change-function, after-change-function.
10280
10281 * simple.el (newline): Don't bind before-change-function,
10282 after-change-function.
10283
7f565d87
RV
102842000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10285
10286 * whitespace.el (whitespace-rescan-timer-time): Update interval
10287 set to 600 seconds (10 minutes) instead of 60 seconds since
10288 a large number of whitespace buffers causes emacs to `freeze'
10289 for a considerable amount of time.
10290
bff71087 10291 * whitespace.el: Updated email address
7f565d87 10292
a8d693d8
DL
102932000-05-31 Dave Love <fx@gnu.org>
10294
10295 * add-log.el (change-log-font-lock-keywords) <function>: Add
10296 pattern for function of change.
10297 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10298 acknowledgements patterns.
10299
a50192e7
KH
103002000-05-31 Kenichi Handa <handa@etl.go.jp>
10301
10302 * isearch.el (isearch-printing-char): If keyboard coding system is
10303 being used, call isearch-process-search-multibyte-characters.
10304
10305 * international/isearch-x.el: Mostly rewritten.
10306
10307 * international/quail.el (quail-start-conversion): Don't include
10308 unhandled events in the returned events, but set them in
10309 unread-command-events. Exit if all inputs are deleted.
10310
7e492772
JR
103112000-05-30 Jason Rumney <jasonr@gnu.org>
10312
10313 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10314
10315 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10316 Reenable code to create initial fontsets.
10317 Use set-fontset-font in place of put-charset-property.
10318
10fc3187
GM
103192000-05-30 Gerd Moellmann <gerd@gnu.org>
10320
79148ea7
GM
10321 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10322 label, ensure that the first colon isn't followed by another.
10323
10324 * paths.el (Info-default-directory-list): Doc fix.
10325
086d5b87
GM
10326 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10327 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10328 send a query containing USER only, not USER@HOST.
10329
10fc3187
GM
10330 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10331 and rmail-msgend to compute the restriction at the end, instead of
10332 computing it.
10333
49e70dec
GM
103342000-05-29 Gerd Moellmann <gerd@gnu.org>
10335
66254a13
GM
10336 * dabbrev.el (dabbrev-expand): Don't display messages in the
10337 echo area if the minibuffer window is active.
10338
49e70dec
GM
10339 * jit-lock.el (jit-lock-mode): Add after change function to
10340 local hook.
10341
103422000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10343
10344 * antlr-mode.el: New commands: hide/unhide actions,
10345 upcase/downcase literals.
10346 (antlr-tiny-action-length): New user option.
10347 (antlr-hide-actions): New command. Suggested by
10348 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10349 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10350 (antlr-mode-menu): New entries.
10351 (antlr-downcase-literals): New command.
10352 (antlr-upcase-literals): Ditto.
10353
10354 * antlr-mode.el: Minor changes: indendation, mode-name.
10355 (antlr-indent-line): Indent cpp directive at column 0.
10356 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10357
10358 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10359 (antlr-font-lock-additional-keywords): Workaround for intentional
10360 bug in XEmacs version of font-lock.
10361 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10362 be used by a smarter version of `buffers-menu-grouping-function'.
10363
103642000-05-29 Gerd Moellmann <gerd@gnu.org>
10365
10366 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10367 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10368
49f93684
KH
103692000-05-29 Kenichi Handa <handa@etl.go.jp>
10370
10371 * international/encoded-kb.el
10372 (encoded-kbd-iso2022-designation-map): Pay attention to that
10373 charset-iso-final-char return -1 for eight-bit-control and
10374 eight-bit-graphic.
10375
5b1ae051
EZ
103762000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10377
10378 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10379 (speedbar-easymenu-definition-base): Use display-graphic-p where
10380 available, instead of window-system.
10381
a205e32a
EZ
103822000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10383
10384 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10385 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10386 coding systems.
10387
dd854dc2
DL
103882000-05-26 Dave Love <fx@gnu.org>
10389
c88a85d5
DL
10390 * disp-table.el (standard-display-underline): Don't use
10391 internal-find-face.
10392
dd854dc2
DL
10393 * mail/reporter.el: Maintainer change. Doc fixes.
10394 (reporter-version): Deleted.
10395
10396 * emacs-lisp/elp.el: Maintainer change.
10397 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10398
dc29aa6c
SM
103992000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10400
10401 * add-log.el (add-change-log-entry): Merge the current entry with the
10402 previous one if the previous one is empty.
10403
ed62683d
DL
104042000-05-26 Dave Love <fx@gnu.org>
10405
4370a375
DL
10406 * loadhist.el (unload-feature): Fix interactive spec [from
10407 lijnzaad@ebi.ac.uk].
10408
ed62683d
DL
10409 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10410 subr-arity to check primitives.
10411 (byte-compile-flush-pending, byte-compile-file-form-progn)
10412 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10413 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10414 mapcar.
10415
ba9f8f95
KH
104162000-05-26 Kenichi Handa <handa@etl.go.jp>
10417
0f3e0672
KH
10418 * international/fontset.el: Set family names of non-latin charsets
10419 in default fontset to "*".
10420
cebefb44
KH
10421 * international/mule-diag.el (print-fontset): Combine family part
10422 and registry part of the fontname by "-*-" instead of "-".
10423
ba9f8f95
KH
10424 * international/mule-cmds.el (encode-coding-char): Make strings
10425 multibyte before calling encode-coding-string.
10426
931d0724
SM
104272000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10428
10429 * derived.el: Fix keywords.
8ccce2b0 10430 (define-derived-mode): Only define if needed.
931d0724
SM
10431
10432 * simple.el (fill-comment, comment-column, comment-start)
10433 (comment-start-skip, comment-end, comment-indent-function)
10434 (block-comment-start, block-comment-end, indent-for-comment)
10435 (set-comment-column, kill-comment, comment-padding, comment-region)
10436 (comment-multi-line, indent-new-comment-line): Remove.
10437
10438 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10439 function names for comment operations.
10440
10441 * newcomment.el: Add abundant autoload cookies.
10442 (comment-style): Don't depend on runtime data at compile-time.
10443 (comment-indent-hook): Remove.
10444 (comment-indent): Check if comment-indent-hook is bound.
10445 (comment-region): Docstring fix.
10446
6fc596cf
DL
104472000-05-25 Dave Love <fx@gnu.org>
10448
10449 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10450 byte-code-function-p.
10451
10452 * mail/rmailsum.el: Add provide.
10453
10454 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10455
10456 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10457 defcustom.
10458
7997f1ca 104592000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10460
7997f1ca
MK
10461 * ediff-diff.el (ediff-exec-process): delete --binary option from
10462 non-buffer ediff jobs.
7f565d87 10463
e7a903e8
EZ
104642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10465
10466 * hilit-chg.el (highlight-changes-mode): Ask about color or
10467 grayscale support, not about window-system.
10468
10469 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10470 window-system.
10471 (ffap-highlight): Always default to t.
10472
10473 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10474 display-popup-menus-p instead of looking at window-system.
10475
10476 * disp-table.el (standard-display-g1, standard-display-graphic):
10477 Only refuse to use string glyphs on X and MS-Windows.
10478
10479 * avoid.el: Remove window-system from commentary, suggest to use
10480 display-*-p instead.
10481
10482 * apropos.el (apropos-print): Use display-mouse-p instead of
10483 window-system.
10484
14028d57
EZ
104852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10486
10487 * international/codepage.el (cp-decoding-vector-for-codepage):
10488 Fill up unsupported characters with their own codes. From Kenichi
10489 Handa.
10490
1a4f9cc1
EZ
104912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10492
10493 * international/mule-diag.el (describe-char-after): Use
10494 display-graphic-p instead of window-system, so that this function
10495 works on MS-DOS.
10496
89f6ca4e
EZ
104972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10498
10499 * international/codepage.el (cp-make-coding-systems-for-codepage):
10500 Remove the eight-bit-graphic and eight-bit-control charsets from
10501 the list of charsets which we convert into `?'.
10502
eacfd7fe
KH
105032000-05-25 Kenichi Handa <handa@etl.go.jp>
10504
10505 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10506 private charsets.
10507 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10508 japanese-jisx0213-2): New charsets.
10509
10510 * international/fontset.el: Setup default fontset for new charsets.
10511
deadf7e3
DL
105122000-05-24 Dave Love <fx@gnu.org>
10513
10514 * info.el (Info-find-node-2): Restructure [following "Vadim
10515 S. Solomin" <sovs@uic.nnov.ru>].
10516
10517 * icomplete.el: Fix header for Finder.
10518
105192000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10520
10521 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10522 STAY.
10523
10524 * rmail.el (rmail-automatic-folder-directives): New user variable.
10525 (rmail-show-message): Add call to `rmail-auto-file' during
10526 display.
10527 (rmail-auto-file): New function.
10528
6de3983f 105292000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10530
fc6a6a4e 10531 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10532 account.
fc6a6a4e
GM
10533 (ediff-test-utility,ediff-diff-mandatory-option)
10534 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10535 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10536
fc6a6a4e 10537 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10538 variable.
7f565d87 10539
fc6a6a4e 10540 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10541 ediff-merge-filename-prefix.
10542
fc290d1d
MK
105432000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10544
fc6a6a4e 10545 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10546
273182b8
EZ
105472000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10548
10549 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10550 aliases for hebrew-iso-8bit.
10551
f471ea57
EZ
105522000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * woman.el: New version from Francis J. Wright
10555 <F.J.Wright@Maths.QMW.ac.uk>.
10556 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10557 names in environment variables regardless of the path separator.
10558 (woman-topic-all-completions-1): Don't call file-name-directory-p
10559 on all files, since woman-file-regexp already filters out any
10560 directories.
10561
01162f24
KH
105622000-05-24 Kenichi Handa <handa@etl.go.jp>
10563
48e3df76
KH
10564 * international/quail.el (quail-start-translation): Don't change
10565 modified-p of the current buffer.
10566 (quail-start-conversion): Likewise.
10567
10568 * international/kkc.el (kkc-region): Don't change modified-p of
10569 the current buffer.
10570
747d90ea
KH
10571 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10572 conform to RFC1468.
10573 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10574
17a223ff
EL
105752000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10576
10577 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10578 (speedbar-insert-button): Invisible text property fix.
10579 (speedbar-directory-plus): Renamed from speedbar-directory-+
10580 (speedbar-directory-minus): Renamed from speedbar-directory--
10581 (speedbar-page-plus): Renamed from speedbar-file-+
10582 (speedbar-page-minus): Renamed from speedbar-file--
10583 (speedbar-page): Renamed from speedbar-file-
10584 (speedbar-tag): Renamed from speedbar-tag-
10585 (speedbar-tag-plus): Renamed from speedbar-tag-+
10586 (speedbar-tag-minus): Renamed from speedbar-tag--
10587 (speedbar-expand-image-button-alist): Use above renames.
10588
10589 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10590 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10591 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10592 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10593 * sb-pg.xpm: Renamed from sb-file.xpm
10594 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10595 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10596
e6b6fc18
KH
105972000-05-24 Kenichi Handa <handa@etl.go.jp>
10598
10599 * international/quail.el (quail-show-guidance-buf): Set
10600 current-input-method of the guidance buffer to the name of the
10601 curren input method.
10602
a1a336eb
SM
106032000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10604
10605 * progmodes/compile.el (compile-internal): Style typo.
10606
10607 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10608 quote vars and functions in the docstring.
10609
10610 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10611
10612 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10613 Don't quote lambdas.
10614
10615 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10616
9695b783
GM
106172000-05-23 Gerd Moellmann <gerd@gnu.org>
10618
716e3b88
GM
10619 * startup.el (command-line): Determine source file of compiled
10620 user init file differently. Warn if compiled user init file
10621 is older than its source file.
10622
9695b783 10623 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10624
41ac433f
EZ
106252000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10626
10627 * files.el (make-backup-file-name-1): Replace slashes with `!'
10628 rather than `|' (which is not allowed on Windows). Replace the
10629 drive letters with a string "drive_X".
10630
46600ab1
GM
106312000-05-23 Gerd Moellmann <gerd@gnu.org>
10632
10633 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10634
10635 * files.el (interpreter-mode-alist): Add `bash2'.
10636
79a64d87
DL
106372000-05-22 Dave Love <fx@gnu.org>
10638
10639 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10640 mapc.
10641 (feature-file): Avoid calling symbol-name. Doc fix.
10642 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10643 (loadhist-hook-functions): Add mouse-position-function.
10644 (unload-feature): Change uses of mapcar.
10645
10646 * files.el (parse-colon-path): Doc fix.
10647 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10648 (set-auto-mode): Use mapc.
10649
10650 * complete.el (PC-look-for-include-file): Use :alnum: character
10651 class.
10652 (partial-completion-mode): Add autoload cookie.
10653
0e8c11d8
SS
106542000-05-22 Sam Steingold <sds@gnu.org>
10655
ce75fd23 10656 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10657 `add-text-properties' (bug introduced on 2000-05-18).
10658
d8d0fa6c
DL
106592000-05-22 Dave Love <fx@gnu.org>
10660
10661 * bindings.el: Remove debug-ignored-errors set in other files.
10662
10663 * progmodes/etags.el: Add to debug-ignored-errors.
10664 (visit-tags-table-buffer): Clear out buffers holding old tables
10665 when making a new list.
10666 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10667 mapc.
10668
10669 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10670 quote keywords.
10671 (cmpl-string-case-type): Use character classes.
10672
0e8c11d8
SS
10673 * comint.el:
10674 * textmodes/ispell.el:
10675 * imenu.el:
d8d0fa6c
DL
10676 * mail/mh-e.el:
10677 * progmodes/compile.el: Add to debug-ignored-errors.
10678
10679 * dabbrev.el: Add to debug-ignored-errors.
10680 (dabbrev-completion): Use mapc.
10681
1edbbf8a
EZ
106822000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10683
10684 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10685 (woman-mapcan, woman-parse-man.conf)
10686 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10687 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10688 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10689 path syntax better.
10690 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10691 (woman-manpath): Call woman-parse-man.conf.
10692 (woman-emulation): New defcustom, defaults to nroff.
10693 (woman-font-support): New defconst.
10694 (woman-use-symbol-font): New defcustom.
10695 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10696 "Emulation".
10697 Many functions: Doc fix.
10698
5bd2148c
KH
106992000-05-22 Kenichi Handa <handa@etl.go.jp>
10700
10701 * international/quail.el (quail-simple-translation-keymap): Map
10702 128..255 to quail-self-insert-command.
10703 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10704
4125ec7e
SM
107052000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10706
a1a336eb
SM
10707 * help.el (help-manyarg-func-alist): Typo.
10708
40aeecad
SM
10709 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10710 intervals which makes it heaps simpler.
10711
4125ec7e
SM
10712 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10713 the nested comment markers.
e4da9c1c
SM
10714
10715 * subr.el (remove-hook): Don't turn the hook's value into a list.
10716
cb7216a7
DL
107172000-05-21 Dave Love <fx@gnu.org>
10718
ac266581
DL
10719 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10720 are invalid characters.
10721
cb7216a7
DL
10722 * international/mule-util.el (detect-coding-with-priority): Use
10723 mapc. Remove redundant lambda.
10724
10725 * international/mule-diag.el (list-non-iso-charset-chars)
10726 (describe-fontset): Remove redundant lambda.
10727
10728 * emulation/crisp.el (brief-mode): New alias.
10729
10730 * emacs-lisp/ring.el (ring-elements): New function.
10731
10732 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10733 (easy-menu-do-add-item): Use keywordp.
10734
10735 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10736
10737 * replace.el: Doc and error message fixes.
10738 (replace-highlight): Use facep, not internal-find-face.
10739
9b0d1d6e
SM
107402000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10741
b2d2cf58
SM
10742 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10743
ffe7dc64
SM
10744 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10745 (log-edit-insert-changelog): Drop `:' as well.
10746
10747 * log-view.el: Fix file description.
10748 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10749 available.
10750 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10751 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10752
c8c21615
SM
10753 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10754 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10755 Print a status message if the toggle is called interactively.
10756 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10757 for global minor modes and use `defcustom' for them.
10758 Use add-minor-mode.
10759 (easy-mmode-define-derived-mode): Remove.
10760 (define-derived-mode): Fancier default docstring.
10761 (easy-mmode-define-navigation): Signal an error rather than (ding).
10762
9b0d1d6e
SM
10763 * newcomment.el (comment-styles): New `box-multi'.
10764 (comment-normalize-vars): Better default for comment-continue to
10765 avoid whitespace-only continuations.
10766 (comment-search-forward): Always move even in the no-syntax case.
10767 (comment-padright): Only obey N if it's only obeyed for padleft.
10768 (comment-make-extra-lines): Better handling of empty continuations.
10769 Use `=' for the filler if comment-start has only one character.
10770 (uncomment-region): Try handling the special `=' filler.
10771 (comment-region): Allow LINES even if MULTI is nil.
10772 (comment-box): Choose box style based on comment-style.
10773
f5ee6d0f
KH
107742000-05-20 Kenichi Handa <handa@etl.go.jp>
10775
9b0d1d6e 10776 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10777 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10778
c9671f81
KH
107792000-05-20 Kenichi HANDA <handa@etl.go.jp>
10780
10781 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10782 and insert, not subst-char-in-region.
10783
10784 * international/mule-diag.el (list-character-sets-1): Handle
10785 charsets eight-bit-control and eight-bit-graphic.
10786 (list-iso-charset-chars): Likewise.
10787 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10788 charactes as is. Use indent-to to align characters.
10789
10790 * international/mule-cmds.el (find-multibyte-characters): Never
10791 exclude charsets eight-bit-control and eight-bit-graphic.
10792
1426aa5c
SM
107932000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10794
10795 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10796 Don't quote lambdas.
10797
10798 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10799
2b63d473
GM
108002000-05-19 Gerd Moellmann <gerd@gnu.org>
10801
10802 * gud.el (gud-jdb-directories): Doc fix.
10803
f1355756
SM
108042000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10805
10806 * newcomment.el: New file.
10807
5f64c9e0
GM
108082000-05-19 Gerd Moellmann <gerd@gnu.org>
10809
2b63d473 10810 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10811
db7314bd
AS
108122000-05-18 Andreas Schwab <schwab@suse.de>
10813
10814 * dired.el (dired-between-files): Also skip lines beginning with
10815 `used'.
10816
25bb0401
GM
108172000-05-18 Gerd Moellmann <gerd@gnu.org>
10818
10819 * msb.el (msb-menu-cond): Add choice `user'.
10820
a199a865 108212000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10822
a199a865
GM
10823 * ps-print.el: Compatibility, customization and doc fix.
10824 (ps-printer-name-option): Replace defconst by defvar.
10825 (ps-postscript-code-directory): XEmacs compatibility.
10826 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10827 fix.
10828 (ps-user-defined-prologue, ps-print-prologue-header)
10829 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10830 compatibility and code fix.
10831 (ps-print-background-image, ps-print-background-text):
10832 Customization fix.
10833 (ps-line-number-start, ps-n-up-on): New vars.
10834
25bb0401
GM
108352000-05-18 Espen Skoglund <esk@ira.uka.de>
10836
10837 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10838 the indent-comment function to just return the appropriate indent.
10839
68e6c83a
EL
108402000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10841
10842 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10843 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10844 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10845
dae6cb9f
DL
108462000-05-18 Dave Love <fx@gnu.org>
10847
10848 * info.el (Info-fontify-node): Add intangible property as well as
10849 invisible.
10850
10851 * calendar/appt.el (appt-make-list): Match all lines of entry.
10852 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10853
813086ea
KH
108542000-05-18 Kenichi Handa <handa@etl.go.jp>
10855
10856 * international/mule-diag.el (describe-char-after): Call
10857 internal-char-font, not char-font. If internal-char-font returns
10858 nil, display "-- none --".
10859
24978190
EZ
108602000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10861
10862 * image.el (image-type-available-p): Don't reference image-types
10863 if it isn't bound.
10864
2fca2d5d
SM
108652000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * autoarg.el (autoarg-mode): Typo in the :set argument.
10868
cfc75d05
EZ
108692000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10870
10871 * startup.el (command-line-1): Don't signal an error if the
10872 directory for auto-save-list files does not yet exist.
10873
c4e30387
KH
108742000-05-17 Kenichi Handa <handa@etl.go.jp>
10875
10876 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10877
dd6b8ea7
SM
108782000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10879
10880 * subr.el (remove-hook): `setq' hook-value, not `set'.
10881
399c88ad
SS
108822000-05-16 Sam Steingold <sds@gnu.org>
10883
a199a865 10884 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10885
01651f07
DL
108862000-05-16 Dave Love <fx@gnu.org>
10887
10888 * cus-edit.el: Don't require cl or easymenu.
10889 (custom-variable-prompt): Test standard-value property, not
10890 user-variable-p.
10891
2248c40d
SS
108922000-05-16 Sam Steingold <sds@gnu.org>
10893
10894 * subr.el (add-hook): `setq' hook-value, not `set'.
10895
b15f3b77
GM
108962000-05-16 Gerd Moellmann <gerd@gnu.org>
10897
10898 * startup.el (command-line-1): Mention the FAQ in the startup
10899 message.
10900
10901 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10902
10903 * progmodes/compile.el (compilation-parse-errors): Collect
10904 `nomessage' regexps last.
10905
10906 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10907
10908 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10909 to the function name.
10910
f9bbcfac
EL
109112000-05-15 Dave Love <fx@gnu.org>
10912
10913 * speedbar.el (speedbar-recenter): Typo.
10914 (speedbar-expand-line): Make arg optional.
10915 (speedbar-mode): Avoid a compiler warning.
10916
119b42eb
GM
109172000-05-15 Gerd Moellmann <gerd@gnu.org>
10918
10919 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10920 user-specified option string is empty.
10921
10922 * mouse.el (mouse-yank-at-click): Doc fix.
10923
f685bea9
EZ
109242000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10925
10926 * term/internal.el (IT-character-translations): More updates of
10927 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10928 documents.
10929
a1b8d58b
GM
109302000-05-15 Gerd Moellmann <gerd@gnu.org>
10931
10932 * env.el (getenv): New function, interactively callable.
10933 (setenv, getenv): Remove autoload cookies.
10934
10935 * loadup.el: Load `env'.
10936
10937 * progmodes/f90.el: Change author's mail address.
10938
c9bba7ed
DL
109392000-05-14 Dave Love <fx@gnu.org>
10940
e5c83697
DL
10941 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10942 goto-addr as an option.
10943
10944 * help.el (help-xref-stack): Doc fix.
10945 (help-xref-following): New variable.
10946 (help-make-xrefs): Use it.
10947 (help-xref-go-back): Use position information from stack element.
10948 (help-follow): Make position in stack element a pair. Use
10949 help-xref-following.
399c88ad 10950
e5c83697
DL
10951 * autoarg.el: New file.
10952
10953 * faces.el: Declare more functions obsolete.
10954
c9bba7ed
DL
10955 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10956 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10957 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10958 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10959 Remove all the setup-...-environment functions.
10960
b6389bfb
EL
109612000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10962
a1b8d58b
GM
10963 * speedbar.el: Updated the commentary section. xemacs20p now uses
10964 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10965 (speedbar-easymenu-definition-base): Add toggle for images.
10966 (speedbar-easymenu-definition-special): Add flush cache & expand.
10967 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10968 (speedbar-reconfigure-keymaps-hook): New variable.
10969 (speedbar-frame-parameters): Updated documentation.
10970 (speedbar-use-imenu-flag): Updated custom tag
10971 (speedbar-dynamic-tags-function-list): New variable.
10972 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10973 (speedbar-indentation-width, speedbar-indentation-width) New
10974 variables.
10975 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10976 (speedbar-vc-indicator): Doc update.
10977 (speedbar-ignored-path-expressions): Updated default value.
10978 (speedbar-supported-extension-expressions): Updated default value.
10979 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10980 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10981 as "+". Added overlay aliases.
10982 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10983 `force-mode-line-update'.
10984 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10985 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10986 `mouse-set-point'
b6389bfb 10987 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10988 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10989 of arbitrary text, and new helper functions.
10990 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10991 filename finder.
b6389bfb
EL
10992 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10993 (speedbar-directory-buttons): Update path search/expansion.
10994 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10995 `speedbar-indentation-width'. Use more care w/ invisible
10996 properties.
b6389bfb
EL
10997 (speedbar-change-expand-button-char): Call
10998 `speedbar-insert-image-button-maybe'.
10999 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11000 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11001 (speedbar-trim-words-tag-hierarchy)
11002 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11003 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11004 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11005 functions.
b6389bfb
EL
11006 (speedbar-mouse-set-point): New function
11007 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11008 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11009 of tag prefix text.
11010 (speedbar-expand-line, speedbar-contract-line): Make more robust
11011 to strange text.
11012 (speedbar-expand-line): Takes universal argument to flush the
11013 cache.
b6389bfb
EL
11014 (speedbar-flush-expand-line): New function.
11015 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11016 Use new generator insertion method.
11017 (speedbar-fetch-dynamic-tags): New function.
11018 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11019 `speedbar-fetch-dynamic-imenu'.
11020 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11021 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11022 "Revert Buffer" menu items.
11023 (speedbar-buffer-buttons-engine): Be smarter when creating a
11024 filename tag (for expansion purposes.).
a1b8d58b
GM
11025 (speedbar-highlight-one-tag-line,
11026 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11027 (speedbar-recenter): New functions.
b6389bfb 11028 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11029 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11030 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11031 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11032 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11033 (speedbar-expand-image-button-alist): New variable.
11034 (speedbar-insert-image-button-maybe): Insert an image over some
11035 buttons.
11036
43fe9244
KH
110372000-05-13 Kenichi Handa <handa@etl.go.jp>
11038
11039 * international/mule-cmds.el (encode-coding-char): An ASCII
11040 character is always encodable.
11041
11042 * international/mule-conf.el: Add more information in descriptions
11043 of character sets.
11044
813086ea 11045 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11046 (describe-font-internal): Adjusted for the change of font-info.
11047 (describe-font): Likewise.
11048 (print-fontset): Rewritten for the new fontset implementation.
11049 (describe-fontset): Include fontset alias names in completion.
11050 (list-fontsets): Adjusted for the change of print-fontset.
11051
11052 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11053 describe-char-after instead of displaying the detail in the echo
11054 area.
813086ea
KH
11055 (syntax-code-table): Format changed.
11056 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11057
e8564f57
SM
110582000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11059
11060 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11061
9278c60d
DL
110622000-05-12 Dave Love <fx@gnu.org>
11063
11064 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11065 dependence. Use line-{beginning,end}-position, not
11066 point-at{b,e}ol. Some doc fixes.
11067 (todo-position): New function. Fix callers of position to use it.
11068 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11069
be0505fe
GM
110702000-05-12 Gerd Moellmann <gerd@gnu.org>
11071
11072 * time.el (display-time-mail-icon): Use `:ascent center'.
11073
a8a3541c
GM
11074 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11075 handling FTP security extensions.
399c88ad 11076
44d5f148
DL
110772000-05-11 Dave Love <fx@gnu.org>
11078
33d0c179 11079 * calendar/todo-mode.el: New file.
44d5f148 11080
da4496b6
GM
110812000-05-11 Gerd Moellmann <gerd@gnu.org>
11082
cdc4401d
GM
11083 * comint.el (comint-read-input-ring): Move reference to
11084 comint-input-ring-size outside of the save-excursion. It was
11085 causing the default value to be the only one ever seen.
399c88ad 11086
0279f991
GM
11087 * font-lock.el: Update copyright. Remove Simon Marshall's email
11088 address on request from him.
11089
da4496b6
GM
11090 * subr.el (substitute-key-definition): Add comment describing
11091 the meaning of PREFIX.
11092
ac5cb26d
SM
110932000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11094
11095 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11096
11097 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11098 (add-minor-mode): Don't make the variable buffer-local and add a
11099 reference to define-minor-mode in the docstring.
11100
11101 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11102 HEADER/FOOTER and fix bug with trailing empty directory.
11103 (cvs-append-to-ignore): Use vc-editable-p if available.
11104 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11105 (vc-do-command): Tweak advice to handle the new VC.
11106
11107 * log-view.el (log-view-goto-rev): New function for the new VC.
11108 (log-view-minor-wrap): Use mark-active.
11109
11110 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11111 (log-edit-changelog-full-paragraphs): New var.
11112 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11113 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11114 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11115 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11116 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11117 Replace the `cvs' prefix with `log-edit'.
11118
11119 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11120
11121 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11122 (diff-font-lock-defaults): Explicitly turn off multiline.
11123 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11124 (diff-ediff-patch): Fix call to ediff-patch-file.
11125 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11126 Handle comments.
11127
11128 * frame.el (automatic-hscrolling): Typo.
11129
11130 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11131
21c34da3
DL
111322000-05-09 Sam Steingold <sds@goems.com>
11133
11134 * apropos.el (apropos-print): use `describe-face' instead of
11135 `customize-face-other-window'.
11136
950cf06f
DL
111372000-05-09 Dave Love <fx@gnu.org>
11138
11139 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11140
11141 * help.el (describe-variable): Have customize button pop the
11142 help-xref stack when invoked.
11143 (help-xref-symbol-regexp): Add `face'.
11144 (help-make-xrefs): Check for quoted face names and adapt regexp
11145 submatch numbers to cope.
11146 (help-xref-interned): Maybe insert face doc too. Separate
11147 sections with a line of hyphens.
11148
0623e40f 11149 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11150 (describe-face): Add customize button. Return the help
11151 text. Fix prompt.
11152
82e2ca9d
EZ
111532000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11154
11155 * term/internal.el (IT-character-translations): Fix last change.
11156
10c00b5c
EZ
111572000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11158
11159 * woman.el: New file
11160 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11161
9deed82f
EZ
111622000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11163
001ad319
EZ
11164 * term/internal.el (IT-character-translations): Update ASCII
11165 simulations for greek-iso8859-7, add latin-iso8859-14 and
11166 latin-iso8859-15.
11167
9deed82f
EZ
11168 * international/mule-cmds.el (set-language-info-alist): Call
11169 define-prefix-command with 3 arguments, to make the map suitable
11170 for a menu.
11171
4f37b78a
DL
111722000-05-07 Dave Love <fx@gnu.org>
11173
1ec321a7 11174 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11175
64a4c526
DL
111762000-05-05 Dave Love <fx@gnu.org>
11177
11178 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11179 list in doc string. Don't quote keyword symbols.
11180 * emacs-lisp/cl.el: Likewise
11181 * emacs-lisp/cl-seq.el: Likewise
11182
056565f7
GM
111832000-05-05 Gerd Moellmann <gerd@gnu.org>
11184
11185 * abbrev.el (abbrev-mode): Make ARG optional.
11186
4656b314
GM
111872000-05-04 Gerd Moellmann <gerd@gnu.org>
11188
ec82fb2f
GM
11189 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11190
11191 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11192
4656b314
GM
11193 * subr.el (substitute-key-definition): Clarify documentation.
11194
111952000-05-04 Milan Zamazal <pdm@freesoft.cz>
11196
11197 * glasses.el (glasses-convert-to-unreadable): Use
11198 `glasses-separator' instead of the hard-wired "_".
11199 (glasses-mode): Call `glasses-make-unreadable' only in a single
11200 place.
11201
7b081c78
EZ
112022000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11203
11204 * term/internal.el (cjk-codepages-alist): Add associations for
11205 Chinese and Korean codepages. Remove FIXME comment.
11206
baa5536e
DL
112072000-05-03 Dave Love <fx@gnu.org>
11208
11209 * time.el (display-time-mail-face, display-time-use-mail-icon):
11210 New option.
11211 (display-time-mail-icon): New variable.
11212 (display-time-string-forms): Use the above. Fix the local-map.
11213
cbf18892
GM
112142000-05-03 Gerd Moellmann <gerd@gnu.org>
11215
4ff40dd0
GM
11216 * replace.el (query-replace-map): Add binding for `E'.
11217 (query-replace-help): Extend help text.
11218 (perform-replace): Allow editing the replacement string.
11219
11220 * make-mode.el (makefile-mode-abbrev-table): New variable.
11221 (makefile-mode): Set local abbrev table to
11222 makefile-mode-abbrev-table.
11223 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11224
cbf18892
GM
11225 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11226 set TOGGLE's value.
11227
4ff40dd0
GM
11228 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11229 mail-interactive-insert-alias.
11230 (mail-abbrev-complete-alias): New command.
11231 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11232
ffec4d9f
KH
112332000-05-03 Kenichi Handa <handa@etl.go.jp>
11234
11235 * language/lao-util.el (lao-compose-region): New function.
11236
1b0672c3
GM
112372000-05-02 Gerd Moellmann <gerd@gnu.org>
11238
576da55d
GM
11239 * files.el (recover-session): Make directories as necessary
11240 if they don't exist yet.
11241
399c88ad
SS
11242 * calendar/cal-french.el
11243 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11244 (french-calendar-special-days-array): Change French text.
11245 (calendar-french-date-string): Change output.
11246 (calendar-goto-french-date): Likewise.
11247
112482000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11249
11250 * wid-edit.el (widget-default-active): Obey `:always-active'.
11251 (widget-documentation-string-value-create): Set `:always-active'.
11252
4b33deaa
EZ
112532000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11254
11255 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11256 default prefix to `~/_emacs.d/auto-save.list/_s'.
11257 (normal-top-level): Create the directory for auto-save files, if
11258 it doesn't already exist (in the ms-dos case only).
11259
5c922ea7
EZ
112602000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11261
11262 * international/mule-cmds.el (set-language-environment): Don't
11263 concat an integer (dos-codepage), use format instead.
11264
820ad5e7
DL
112652000-05-02 Dave Love <fx@gnu.org>
11266
11267 * help.el (help-xref-on-pp): Check for constant symbols.
11268
57cb56f5
GM
112692000-04-29 Gerd Moellmann <gerd@gnu.org>
11270
11271 * startup.el (normal-top-level): Put a condition-case around
11272 the code loading subdirs.el.
11273
112742000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11275
57cb56f5
GM
11276 * ps-print.el: Upside-down and face background color printing,
11277 line number step, doc fix.
11278 (ps-print-version): New version number (5.2).
11279 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11280 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11281 (ps-spool-config): Var fix.
11282 (ps-printer-name-option): Const fix.
11283 (ps-print-upside-down, ps-use-face-background)
11284 (ps-line-number-step): New vars.
11285 (ps-window-system, ps-lp-system): New consts.
11286 (ps-face-background): New fun.
11287
084cec2f
GM
112882000-04-28 Richard Stallman <rms@gnu.org>
11289
11290 * files.el (make-auto-save-file-name):
11291 Apply auto-save-file-name-transforms to visited file name
11292 before generating auto save file name.
11293 (auto-save-file-name-transforms): New variable.
11294
399c88ad 11295 * files.el (backup-enable-predicate):
084cec2f
GM
11296 Correctly test for a file under a temporary directory.
11297
c94f4677
GM
112982000-04-28 Gerd Moellmann <gerd@gnu.org>
11299
11300 * subr.el (add-minor-mode): Rewritten.
11301
7b211df5
KH
113022000-04-28 Kenichi Handa <handa@etl.go.jp>
11303
11304 * mail/sendmail.el (sendmail-send-it): Set
11305 buffer-file-coding-system to the selected coding system for MIME
11306 header.
11307
c76e04a8 113082000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11309
c76e04a8
GM
11310 * dired.el (dired-move-to-filename-regexp): Allow format where
11311 YYYY is followed by two spaces.
e3e36d74 11312
c76e04a8
GM
11313 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11314 in the second character class of the regexp.
11315
11316 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11317 mh-etc, too.
353964e3 11318
c76e04a8
GM
11319 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11320 nil.
399c88ad 11321
353964e3
GM
11322 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11323
11324 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11325 argument.
11326
c76e04a8 113272000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11328
c76e04a8
GM
11329 * emacs-lisp/crm.el (crm-completion-table): New variable.
11330 (crm-collection-fn, crm-test-completion)
11331 (completing-read-multiple): Use it.
11332
113332000-04-27 Dave Love <fx@gnu.org>
11334
11335 * help.el (locate-library): Use mapc.
11336 (help-manyarg-func-alist): Add call-process-region.
11337
7464346d
GM
113382000-04-26 Gerd Moellmann <gerd@gnu.org>
11339
b35bd33d
GM
11340 * subr.el (add-minor-mode): Make argument MAP optional.
11341
7464346d
GM
11342 * desktop.el (desktop-save): Save list of minor modes.
11343 (desktop-create-buffer): Restore minor modes.
11344 (desktop-minor-mode-table): New user-option.
11345
11346 * subr.el (add-minor-mode): New function.
11347
11348 * image.el (find-image): New function.
11349 (defimage): Rewritten to find image at load time.
11350
11351 * startup.el (normal-top-level-add-to-load-path): Handle
11352 case that the default directory is not in load-path.
11353
11354 * help.el: Old patch from Stefan Monnier.
11355 (help-xref-on-pp): New function.
11356 (describe-variable): Use it to display xrefs in a symbol's value.
11357
23c0fb21
SM
113582000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * cus-edit.el (custom-face): Fix parenthesis.
11361
fad95037
KH
113622000-04-26 Kenichi Handa <handa@etl.go.jp>
11363
f03392a1
KH
11364 * mail/rmail.el (rmail-expunge): When there are no deleted
11365 messages, do nothing.
fad95037 11366
0d7c5bb9
DL
113672000-04-26 Dave Love <fx@gnu.org>
11368
11369 * international/mule-cmds.el (locale-translation-file-name):
11370 Defvar to nil.
11371 (set-locale-environment): Set it here (at runtime).
11372
612839b6
GM
113732000-04-25 Gerd Moellmann <gerd@gnu.org>
11374
11375 * replace.el (perform-replace): Add parameters START and END. Use
11376 them instead of the check for a region in Transient Mark mode.
11377 (query-replace-read-args): Return two more list elements for the
11378 start and end of the region in Transient Mark mode.
11379 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11380 (map-query-replace-regexp, replace-string, replace-regexp): Add
11381 optional last arguments START and END and pass them to
11382 perform-replace.
11383
11384 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11385 form with additional arguments for perform-replace.
11386
11387 * progmodes/etags.el (tags-query-replace): Add parameters START
11388 and END. Construct a form with additional arguments for
11389 perform-replace.
11390
11391 * simple.el (shell-command): Set default directory for "*Shell
11392 Command Output" buffer.
11393
11394 * language/european.el (iso-latin-4): Fix typo.
11395
11396 * emacs-lisp/crm.el: New file.
11397
2917cc05
DL
113982000-04-24 Dave Love <fx@gnu.org>
11399
11400 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11401 (Custom-reset-saved, Custom-reset-standard)
11402 (custom-group-value-create, custom-group-set, custom-group-save)
11403 (custom-group-reset-current, custom-group-reset-saved)
11404 (custom-group-reset-standard): Use mapc.
11405 (custom-buffer-create-internal): Disable undo when creating items.
11406 Use mapc.
11407 (custom-face): Avoid redundant lambda.
11408
abfcc168
GM
114092000-04-24 Gerd Moellmann <gerd@gnu.org>
11410
11411 * startup.el (auto-save-list-file-prefix): Set default to
11412 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11413
fa78f71b
SS
114142000-04-24 Sam Steingold <sds@gnu.org>
11415
11416 * time-stamp.el (time-stamp-string-preprocess): Always convert
11417 `field-result' to a string.
11418
cc181e95
GM
114192000-04-24 Gerd Moellmann <gerd@gnu.org>
11420
11421 * frame.el (scrolling): New group.
11422 (automatic-hscrolling): New user-option.
11423
11424 * startup.el (command-line-x-option-alist): Add `-lsp' and
11425 `--line-spacing'.
11426
6142fdcb
DL
114272000-04-19 Dave Love <fx@gnu.org>
11428
11429 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11430 (cl-mapc): Rename from mapc. Fix the funcall.
11431
5e3dac3f
GM
114322000-04-19 Gerd Moellmann <gerd@gnu.org>
11433
1c459486
GM
11434 * simple.el (clone-indirect-buffer-other-window): New command.
11435 (clone-indirect-buffer): Add optional arg NORECROD.
11436 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11437
271b4185
GM
11438 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11439
11440 * window.el (count-screen-lines): New function.
11441 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11442 instead of window-buffer-height.
11443
11444 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11445 non-existing variable comint-input-sentinel.
11446 (inferior-lisp-args-to-list): Removed.
11447 (inferior-lisp): Use split-string instead of
11448 inferior-lisp-args-to-list.
11449
11450 * hexl.el (hexl-insert-hex-string): New command.
11451
5e3dac3f
GM
11452 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11453 instead of concat.
11454
f6d3257b
GM
114552000-04-18 Gerd Moellmann <gerd@gnu.org>
11456
11457 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11458 at the start of an existing but empty folder.
11459
114602000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11461
11462 * ps-mule.el: Customization fix, doc fix.
11463 (ps-multibyte-buffer): Customization fix.
11464
8b7bc628 114652000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11466
11467 * subr.el (read-passwd): Use read-char-exclusive.
11468
0daee095
GM
114692000-04-17 Gerd Moellmann <gerd@gnu.org>
11470
11471 * textmodes/texinfo.el (texinfo-insert-@email)
11472 (texinfo-insert-@emph, texinfo-insert-@quotation)
11473 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11474 (texinfo-mode-map): Add key bindings for them.
11475
11476 * files.el (basic-save-buffer-2): Use a template with `$'
11477 instead of `#' for VMS.
11478
11479 * simple.el (clone-indirect-buffer): New function.
11480
e10f64e7
GM
114812000-04-16 Stephen Eglen <stephen@gnu.org>
11482
11483 * iswitchb.el (iswitchb-case): New function. If the user input
11484 contains any upper-case characters, the search is made
11485 case-sensitive.
11486
e3721db1
SM
114872000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11488
e10f64e7
GM
11489 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11490 comment-end.
e3721db1
SM
11491 (texinfo-font-lock-syntactic-keywords): New var.
11492 (texinfo-font-lock-keywords): Remove comment regexp.
11493 (texinfo-insert-block): New function.
11494 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11495 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11496 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11497 (texinfo-environments): New var.
e10f64e7
GM
11498 (texinfo-environment-regexp): Use regexp-opt and
11499 texinfo-environments.
e3721db1 11500
e10f64e7
GM
11501 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11502 ispell-process is bound since this might be eval'd before ispell
11503 is loaded.
11504 (ispell-message): Use a tiny bit less magic and a bit more hard
11505 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11506
11507 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11508
11509 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11510 (insert-cyclic-diary-entry): Unquote the lambda.
11511
11512 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11513
11514 * files.el (backup-enable-predicate): Unquote the lambda.
11515
11516 * cus-edit.el (custom-face, face): Unquote the lambda.
11517
712dc9e0
GM
115182000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11519
11520 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11521
712dc9e0
GM
11522 * ps-print.el: Fix counting lines in a region.
11523 (ps-print-version): New version number (5.1.5).
11524 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11525 (ps-printing-region): Fun code fix.
11526
ffc50f2a
GM
115272000-04-15 Gerd Moellmann <gerd@gnu.org>
11528
11529 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11530 to file-directory-p.
11531
a2522dca
GM
115322000-04-14 Gerd Moellmann <gerd@gnu.org>
11533
11534 * gud.el (gud-jdb-build-source-files-list): Check that directory
11535 exists before calling directory-files.
11536
6e883610
DL
115372000-04-13 Dave Love <fx@gnu.org>
11538
11539 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11540 syntax.
11541
11542 * emacs-lisp/cl-specs.el: Remove when, unless.
11543
11544 * emacs-lisp/cl-extra.el: Don't quote keywords.
11545 (cl-old-mapc): New variable.
11546 (mapc): Use it.
11547 (cl-map-intervals): Use with-current-buffer. Don't check for
11548 next-property-change.
11549 (cl-map-overlays): Use with-current-buffer.
11550 (cl-expt): Remove.
11551 (copy-tree, remprop): Define unconditionally.
11552
11553 * emacs-lisp/cl-compat.el (keywordp): Remove.
11554
11555 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11556 to use keywordp.
11557 (edebug-spec): Enable keywordp.
11558
11559 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11560 string-lessp.
11561
11562 * cus-start.el: Use keywordp.
11563
198e3c7a
GM
115642000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11565
11566 * diary-lib.el (include-other-diary-files): Fix the fix of
11567 2000-02-18 by doing a save-excursion.
11568
115692000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11570
11571 * ps-print.el: Customization fix, doc fix.
11572 (ps-print-version): New version number (5.1.4).
11573 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11574 (ps-print-preprint): Adjust code.
11575 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11576 (ps-print-prologue-header, ps-print-control-characters)
11577 (ps-spool-config): Customization fix.
fa78f71b 11578
8eba343c
EZ
115792000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11580
11581 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11582 converted to the new menu-item format, names silightly changed,
11583 help strings added.
11584
11585 Support for spelling without async subprocesses:
11586
11587 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11588 (ispell-session-buffer): New variables.
11589 (ispell-start-process, ispell-process-status,
11590 ispell-accept-output, ispell-send-string): New functions, for
11591 Ispell invocation when async subprocesses aren't supported.
11592 (ispell-word, ispell-pdict-save, ispell-command-loop,
11593 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11594 to process-send-string with calls to ispell-send-string, and
11595 accept-process-output with ispell-accept-output.
11596 (ispell-init-process): Call ispell-process-status instead of
11597 process-status with.
11598 (ispell-init-process): Call ispell-start-process. Call
11599 ispell-accept-output and ispell-send-string. Don't call
11600 process-kill-without-query and kill-process if they are unbound.
11601 (ispell-async-processp): New function.
11602
3d30065d
DL
116032000-04-12 Dave Love <fx@gnu.org>
11604
11605 * info.el: Add debug-ignored-errors.
11606 (Info-mode-menu): Add some items.
11607 (Info-directory): Add autoload cookie.
11608
11609 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11610 Modify `truncate-lines'. Make `describe-language-environment'
11611 always visible and add help. Modify `describe-key' help. Invoke
11612 Info-directory from `info'. New entry `emacs-manual'.
11613
1a1b1895
GM
116142000-04-10 Gerd Moellmann <gerd@gnu.org>
11615
8b2affc5
GM
11616 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11617 propertized-buffer-identification.
11618 (ebrowse-update-member-buffer-mode-line): Likewise.
11619 (ebrowse--mode-strings): Removed.
11620 (ebrowse--mode-line-props): Removed.
11621
1a1b1895
GM
11622 * files.el (auto-mode-alist): Add `EBROWSE'.
11623
11624 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11625 space before testing for end of buffer.
11626 (ebrowse-load): Removed.
11627 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11628 (ebrowse-create-tree-buffer): Rewritten.
11629 (ebrowse-tree-mode): Read tree from buffer.
11630
11631 * progmodes/ebrowse-ffh.el: Removed.
11632
223f3c91
KH
116332000-04-10 Kenichi Handa <handa@etl.go.jp>
11634
11635 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11636
25fbf2c4
GM
116372000-04-10 Gerd Moellmann <gerd@gnu.org>
11638
11639 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11640 at the wrong place.
11641
92c13173
DL
116422000-04-09 Dave Love <fx@gnu.org>
11643
11644 * files.el (backup-enable-predicate): Use
11645 temporary-file-directory, small-temporary-file-directory.
11646 (make-backup-file-name-function, backup-directory-alist): New
11647 variables.
11648 (make-backup-file-name-1): New function.
11649 (make-backup-file-name): Use it.
11650 (find-backup-file-name): Likewise. Use format for clarity, not
11651 concat.
11652 (file-newest-backup): Use make-backup-file-name.
11653
be0dbdab
GM
116542000-04-09 Gerd Moellmann <gerd@gnu.org>
11655
c45be9ac 11656 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11657
c45be9ac
GM
11658 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11659 to ebrowse-ffh.el.
11660 (ebrowse-load): Add autoload.
11661
11662 * finder.el (finder-commentary): Add autoload cookie.
11663
be0dbdab
GM
11664 * mail/rfc2368.el: Correct author's email address.
11665
11666 * progmodes/ebrowse.el: New file.
11667
11668 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11669 item help string.
11670 (easy-menu-do-add-item): Ditto.
11671 (easy-menu-define): Extend doc string.
11672
11673 * jit-lock.el (with-buffer-unmodified): Use
11674 restore-buffer-modified-p.
11675 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11676 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11677 with-buffer-unmodified.
11678
3f923efe
DL
116792000-04-08 Dave Love <fx@gnu.org>
11680
11681 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11682 unless, when.
11683
d35bee0e
MK
116842000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11685
11686 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11687 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11688 doesn't support face.
d35bee0e 11689 Use `viper-put-on-search-overlay'.
fa78f71b 11690
c407c570
GM
116912000-04-04 Gerd Moellmann <gerd@gnu.org>
11692
11693 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11694 like C-r.
11695
11696 * progmodes/make-mode.el: Some doc fixes.
11697 (makefile-mode-abbrev-table): New variable.
11698 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11699 (makefile-font-lock-keywords): Fontify includes and conditionals.
11700 (toplevel): Require `dabbrev' and `add-log' when compiling.
11701
11702 * replace.el (perform-replace): Don't move forward one char
11703 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11704 to do that because it leaves point 1 position after the last
11705 replacement, after everything has been replaced.
11706
11707 * jit-lock.el (with-buffer-unmodified): New macro.
11708 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11709 modified state.
11710 (jit-lock-function-1): Extracted from jit-lock-function; not
11711 preserving buffer's modified state.
11712 (jit-lock-function, jit-lock-stealth-fontify): Call
11713 jit-lock-function-1.
11714
11715 * mail/rfc2368.el: Remove supernumerary copyright line.
11716
685e5ed2
GM
117172000-04-04 Milan Zamazal <pdm@freesoft.cz>
11718
11719 * glasses.el: Provide facilities for inserting space before left
11720 parentheses and uncapitalization of identifiers.
11721 (glasses-mode): Try to remove old overlays in all cases.
11722
0166aed1
GM
117232000-04-03 Gerd Moellmann <gerd@gnu.org>
11724
62f20204
GM
11725 * progmodes/compile.el (compile-internal): Display the compilation
11726 buffer in a different frame, if it's already displayed there.
11727
6460c400
GM
11728 * mail/rfc2368.el: New file.
11729
c0510d27
GM
11730 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11731 header and insert its value as mail body.
11732
11733 * subr.el (member-ignore-case): New function.
11734
11735 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11736 (dabbrev--find-expansion): Ignore buffers matching a regexp
11737 from dabbrev-ignored-regexps.
11738
0166aed1
GM
11739 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11740 to extensions handled by gzip.
11741
c0510d27
GM
117422000-04-03 Richard M. Stallman <rms@gnu.org>
11743
11744 * files.el (insert-directory): List the total free space
11745 along with the used space.
fa78f71b 11746
c0510d27
GM
11747 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11748 line is followed by one that matches CITATION-REGEXP, end the
11749 paragraph.
11750
117512000-04-03 Markus Rost <rost@delysid.gnu.org>
11752
11753 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11754 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11755
14c04384
KH
117562000-04-03 Kenichi Handa <handa@etl.go.jp>
11757
11758 * international/mule-cmds.el (encoded-string-description):
11759 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11760 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11761 for hexadecimal format.
14c04384 11762
ccf5869a
DL
117632000-04-01 Dave Love <fx@gnu.org>
11764
11765 * cpp.el: Change customization group to `c' from `C'.
11766
11767 * vcursor.el (vcursor-move): Use display-color-p.
11768
11769 * international/mule-util.el: Provide mule-utils.
11770 (string-to-sequence): Simplify and speed up.
11771
11772 * international/mule.el (make-coding-system): Purecopy doc-string.
11773
11774 * international/mule-cmds.el: Various menu changes.
11775 (describe-specified-language-support): Handle `Default'.
11776 (set-language-info): Purecopy `info'.
11777
610d841e
GM
117782000-03-31 Andrew Innes <andrewi@gnu.org>
11779
11780 * vc.el (vc-backend-diff): Return the correct status if we had to
11781 retry the rcsdiff command without the --brief option.
fa78f71b 11782
7f9de034
DL
117832000-03-31 Dave Love <fx@gnu.org>
11784
2de47765
DL
11785 * help.el (help-manyarg-func-alist): Correct several omissions.
11786
72838819
DL
11787 * add-log.el: Don't require cl, fortran.
11788 (add-log-current-defun-function): Doc fix.
11789 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11790 fix.
11791 (change-log-version-rcs): Function deleted.
11792 (change-log-version-number-search): Doc fix. Use
11793 vc-workfile-version. Avoid CL dolist.
11794 (add-change-log-entry): Just call add-log-current-defun to get
11795 defun. Simplify somewhat.
11796 (change-log-get-method-definition-1): Likewise.
11797 (add-log-current-defun): Return nil if calling
11798 add-log-current-defun-function does so. Move Fortran stuff to
11799 fortran.el. Return string without properties.
11800
7f9de034
DL
11801 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11802 and :alpha: char classes.
11803
11804 * mail/supercite.el: Defvar curline when compiling.
11805 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11806 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11807 rather than a-zA-Z0-9 to allow non-ASCII characters.
11808
aa110c0c
GM
118092000-03-31 Gerd Moellmann <gerd@gnu.org>
11810
11811 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11812
11813 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11814 Re-enable new code.
11815
11816 * lpr.el (print-region-1): Use -d to specify printer name for
11817 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11818
118192000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11820
aa110c0c
GM
11821 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11822 for function definition in symbol's function value slot first
11823 instead of first consulting byte-compile-function-environment.
fa78f71b 11824
6733d074
KH
118252000-03-31 Kenichi Handa <handa@etl.go.jp>
11826
11827 * language/european.el ("Polish"): New language environment.
11828 (setup-polish-environment): New function.
11829
63fcfa04
GM
118302000-03-30 Gerd Moellmann <gerd@gnu.org>
11831
11832 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11833 Disable new code.
11834
11835 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11836 trying to `load' the symbol of an autoload instead of the file
11837 recorded in the autoload. Fix error messages.
11838
7438c86b
GM
118392000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11840
11841 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11842 (ps-print-version): New version number (5.1.3).
11843 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11844 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11845 (ps-generate-postscript-with-faces): Code fix.
11846 (ps-color-values): XEmacs compatibility.
11847 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11848 (ps-default-fg, ps-default-bg): Adjust customization.
11849 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11850 (ps-color-scale): Renaming old ps-color-value fun.
11851 (ps-print-headers): Replace ps-print-header group to avoid conflict
11852 with ps-print-header variable.
11853 (ps-print-miscellany): New group.
11854 (ps-format-color, ps-rgb-color): New funs.
11855 (ps-default-foreground): New var.
11856 (ps-printer-name-option): New const.
fa78f71b 11857
326855a0
PB
118582000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11859
1f56ba73
PB
11860 * net/net-utils.el:
11861 (network-connection-host, network-connection-service): New variables
11862 (network-connection-mode): New mode, derived from comint-mode
11863 (network-connection-mode-setup): New function, saves host and
fa78f71b 11864 service information in local variables.
1f56ba73 11865
326855a0
PB
11866 * lisp/locate.el:
11867 (locate-word-at-point): Added this function
11868 (locate): Default to using locate-word-at-point as input
11869 Run dired-mode-hook
11870
141384bd
DL
118712000-03-29 Dave Love <fx@gnu.org>
11872
11873 * calendar/appt.el: Doc fixes.
11874 (appt-check): Convert min-to-app to a string before passing to
11875 appt-disp-window-function or concat.
11876 (appt-delete-window): Remove test for frame-root-window.
11877 (appt-select-lowest-window, appt-convert-time): Simplify.
11878
11879 * emacs-lisp/bytecomp.el: Doc fixes.
11880 (byte-compile-file-form-autoload): Update
11881 byte-compile-function-environment.
11882
c5aa0fc2
AS
118832000-03-29 Andreas Schwab <schwab@suse.de>
11884
11885 * emacs-lisp/autoload.el: Also print defsubst doc string
11886 specially.
11887
11888 * dired.el (dired-insert-directory): If dired-free-space-program
11889 failed just delete its output.
11890
f1d6fe69
DL
118912000-03-29 Dave Love <fx@gnu.org>
11892
11893 * international/iso-cvt.el: Move provide to end. Doc fixes.
11894 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11895 (iso-iso2sgml, iso-sgml2iso): New functions.
11896 (iso-cvt-define-menu): Fix some entries and use backquote for
11897 clarity.
11898
11899 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11900
b61f1215
GM
119012000-03-28 Gerd Moellmann <gerd@gnu.org>
11902
11903 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11904 ISO-DATE. If non-nil, return date in ISO 8601 format.
11905
ea4b0ca3
SM
119062000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11907
3831af62
SM
11908 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11909 if it ever becomes used.
11910 (log-edit-mode-hook): Default to vc-log-mode-hook.
11911 (log-edit-mode): Fix the docstring.
11912
ea4b0ca3
SM
11913 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11914 the code.
11915
08f8b1cc
DL
119162000-03-26 Dave Love <fx@gnu.org>
11917
082527fe
DL
11918 * net/browse-url.el (browse-url): Re-fix case of
11919 browse-url-browser-function being an alist.
11920 (browse-url): Add :link to defgroup.
11921
08f8b1cc
DL
11922 * files.el: Doc fixes.
11923 (file-truename): Include `[' in wildcard characters.
11924 (automount-dir-prefix): Customize.
11925 (find-file-wildcards): Add :version.
11926 (find-file-noselect): Simplify a mapcar call.
11927
11928 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11929 compatible with inf-lisp version.
11930 (eval-defun-1): Fix custom-declare-variable case.
11931
ea4b0ca3
SM
119322000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11933
11934 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11935
9a0dd3dc
GM
119362000-03-24 Gerd Moellmann <gerd@gnu.org>
11937
b68c375f
GM
11938 * Makefile (COMPILE_FIRST): New macro.
11939 (compile-files): Compile files from COMPILE_FIRST first.
11940
11941 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11942 code.
11943
9a0dd3dc
GM
11944 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11945 matching open parenthesis in column 0 to defun-prompt-regexp
11946 only if open-paren-in-column-0-is-defun-start is set.
11947
11948 * sun-curs.el: Require CL at compile-time only.
11949
11950 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11951 instead of copy-list which is a function from CL.
11952 (msb--choose-menu, msb--mode-menu-cond)
11953 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11954 (msb--init-file-alist): Use mapcar instead of mapcan.
11955 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11956 `(' in column 0 in doc string.
11957 (msb--add-separators): Use mapcar instead of mapcan.
11958
11959 * cus-dep.el: Require CL at compile-time only.
11960
c7dcadb5
SM
119612000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11962
11963 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11964 (byte-compile-warnings): New warning `noruntime'.
11965 (byte-compile-constants, byte-compile-variables): Fix docstring.
11966 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11967 execute `eval-whenc-compile's body.
11968 (byte-compile-unresolved-functions): Fix docstring.
11969 (byte-compile-eval): New function.
11970 (byte-compile-callargs-warn): Check if the function will be available
11971 at runtime (via property `byte-compile-noruntime').
11972 (byte-compile-print-syms): New function.
11973 (byte-compile-warn-about-unresolved-functions): Also warn about
11974 `noruntime' functions (and use `byte-compile-print-syms').
11975 (byte-compile-file): Capitalize the message.
11976
3b55acc9
GM
119772000-03-24 Gerd Moellmann <gerd@gnu.org>
11978
11979 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11980 (rmail-expunge): Ask for confirmation depending on the setting
11981 of rmail-confirm-expunge.
11982
119832000-03-23 Gerd Moellmann <gerd@gnu.org>
11984
11985 * Makefile (bootstrap-clean): If $(emacs) exists, build
11986 loaddefs.el first. A loaddefs.el that's not up-to-date might
11987 cause a bootstrap failure because things don't autoload as
11988 expected.
11989
02c76af4
DL
119902000-03-23 Dave Love <fx@gnu.org>
11991
11992 * net/browse-url.el: Restore previous use of
11993 browse-url-maybe-new-window.
11994
1a3199d9
GM
119952000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11996
11997 * ps-print.el: Skip banner page fix.
11998 (ps-print-version): New version number (5.1.2).
11999 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12000
1a3199d9
GM
120012000-03-23 Dave Pearson <davep@davep.org>
12002
12003 * net/quickurl.el Changed the type of parameter passed to the
12004 function defined by `quickurl-format-function'. Before only the
12005 text of the URL was passed. Now the whole URL structure is passed
12006 and the function is responsible for extracting the parts it
12007 requires. Changed the default of `quickurl-format-function'
12008 accordingly.
12009 (quickurl-insert): Changed the `funcall' of
12010 `quickurl-format-function' to match the above change.
12011 (quickurl-list-insert): Changed the `url' case so that it makes
12012 use of `quickurl-format-function', previous to this the format was
12013 hard wired.
fa78f71b 12014
72db3ab5
GM
120152000-03-22 Gerd Moellmann <gerd@gnu.org>
12016
12017 * startup.el: Change some spellings for the X Window System.
12018
68049bfa
SM
120192000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12020
12021 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12022 up the code and the regexp and make sure the cursor is temporarily
12023 moved to the suspicious line while querying the user.
12024
ff4df011
JR
120252000-03-22 Jason Rumney <jasonr@gnu.org>
12026
12027 * w32-fns.el (w32-charset-info-alist): Initialize.
12028
ee1c5b21
GM
120292000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12030
12031 * ps-print.el: N-up last page fix.
12032 (ps-print-version): New version number (5.1.1).
12033 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12034
d2cbfba0
SM
120352000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12036
bfb857d8
SM
12037 * files.el (find-file-run-dired): Update docstring.
12038 (find-directory-functions): New hook.
12039 (find-file-noselect): Run find-directory-functions rather than
12040 calling dired directly.
12041
12042 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12043
cb3430a1
SM
12044 * pcvs.el: Add a minimal leading commentary.
12045 (cvs-make-cvs-buffer): Change the header part by removing the startup
12046 message and adding a `Module' entry. Also replace the FOOTER and
12047 HEADER special fileinfos with the new support in ewoc for updating
12048 its own footer and header.
12049 (cvs-update-header): Update to use the header/footer of the ewoc.
12050 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12051 (cvs-is-within-p): New function.
12052 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12053 to only examine some subset of the buffers.
12054
12055 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12056 `format' instead of our own ad-hoc functions.
12057 Remove HEADER and FOOTER cases, now handled in the EWOC.
12058 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12059
12060 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12061 output to avoid scaring the user.
12062 (cvs-parse-table): Catch message for non-up-to-date commits.
12063
12064 * pcvs-defs.el (cvs-startup-message): Remove.
12065 (cvs-global-menu): New autoloaded menu.
12066
12067 * pcvs-util.el (cvs-string-fill): Remove.
12068
12069 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12070 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12071 PP part of it and also make it work for footers and headers.
12072 (ewoc-create): Drop POS and BUFFER arguments.
12073 Use the DLL's dummy node to store the end-of-footer position.
12074 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12075 (ewoc-refresh): Remove unused `header' variable.
12076 (ewoc-(get|set)-hf): New functions.
12077
d2cbfba0
SM
12078 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12079 log-view-*-(message|file) and use easy-mmode-define-navigation.
12080 (log-view-message-re): Match SCCS format as well.
12081 And match the revision line rather than the dashed separator line.
12082 (log-view-mode): Use the new define-derived-mode.
12083 (log-view-current-tag): Fill in with an actual implementation.
12084
12085 * cvs-status.el (cvs-status-(prev|next)): Rename from
12086 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12087 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12088 to let the output "breathe" a little more (more readable).
12089 (cvs-status-mode): Use the new define-derived-mode.
12090
12091 * smerge-mode.el (smerge-auto-leave): New function and variable.
12092 (smerge-basic-map): Rename from smerge-basic-keymap.
12093 Change the bindings for smerge-diff-*.
12094 (smerge-*-map): Use easy-mmode-defmap.
12095 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12096 (smerge-keep-*): Use smerge-auto-leave.
12097
51663132
JR
120982000-03-21 Jason Rumney <jasonr@gnu.org>
12099
12100 * cus-edit.el (custom-button-face): Use 3D look for w32.
12101 (custom-button-pressed-face): Likewise.
12102
3f6e4b8b
GM
121032000-03-21 Gerd Moellmann <gerd@gnu.org>
12104
12105 * progmodes/etags.el (tags-case-fold-search): New user-option.
12106 (tags-loop-eval): New function. Bind case-fold-search around eval
12107 depending on the value of tags-case-fold-search.
12108 (tags-loop-continue): Use tags-loop-eval.
12109 (find-tag-in-order): Bind case-fold-search depending on the value
12110 of tags-case-fold-search.
12111
c7ea3acc
SM
121122000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12113
0ae39f53
SM
12114 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12115 (diff-end-of-hunk): Return the end position for use in
12116 `easy-mmode-define-navigation'.
12117 (diff-recenter): Remove.
12118 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12119 of `easy-mmode-define-navigation'.
12120 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12121 previous renaming) and fix to use new names.
12122 (diff-merge-strings): Use \n as separator: simpler, faster.
12123 (diff-mode): Use `define-derived-mode'.
12124
c7ea3acc
SM
12125 * derived.el (define-derived-mode): Don't autoload anymore.
12126 Prefer the macro-only version provided by easy-mmode.el.
12127
12128 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12129 `easy-mmode-define-derived-mode'.
12130 Use `combine-run-hooks'.
12131 (easy-mmode-define-navigation): New macro.
12132
12133 * subr.el (combine-run-hooks): New function.
12134
6c4bfdc0
KH
121352000-03-21 Kenichi HANDA <handa@etl.go.jp>
12136
12137 * term/x-win.el: Fontsets related initialization is simplified.
12138
12139 * international/mule-diag.el (describe-font): Don't refer to
12140 global-fontset-alist, instead call font-list.
12141 (describe-fontset, list-fontsets, mule-diag): Likewise.
12142 (print-fontset): Adjusted for the change of fontset
12143 implementation.
12144
12145 * international/fontset.el (x-charset-registries): Variable
12146 removed, instead the corresponding data is stored in the default
12147 fontset.
12148 (register-alternate-fontnames): Function removed.
12149 (resolved-ascii-font): Variable removed.
12150 (x-compose-font-name): Ignore the second argument REDOCE.
12151 (x-complement-fontset-spec): Complement only an ASCII font and
12152 element for those charsets than can use that ASCII font.
12153 (generate-fontset-menu): Don't refer to global-fontset-alist,
12154 instead call fontset-list.
12155 (uninstantiated-fontset-alist): Variable removed.
12156 (x-style-funcs-alist): Likewise.
12157 (fontset-default-styles): Likewise.
12158 (x-modify-font-name): Function removed.
12159 (create-fontset-from-fontset-spec): Ignore the argument
12160 STYLE-VARIANT.
12161 (create-fontset-from-ascii-font): Docsting adjusted for the above
12162 change.
12163 (instantiate-fontset, resolve-fontset-name): Functions removed.
12164 (fontset-list): Now implemented by C code.
fa78f71b 12165
6c4bfdc0
KH
12166 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12167 (describe-face): Include `font' attribute in the description.
12168
9111d4b5
KH
121692000-03-21 Kenichi Handa <handa@etl.go.jp>
12170
12171 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12172
b33dd3b0
GM
121732000-03-20 Gerd Moellmann <gerd@gnu.org>
12174
a25bbe00
GM
12175 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12176 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12177 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12178
b33dd3b0
GM
12179 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12180 about behavior of set-buffer-modified-p wrt redisplay.
12181
8b7bc628 121822000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12183
12184 * view.el (view-mode-disable): Kill local binding of view-read-only.
12185
d7b511c4
GM
121862000-03-18 Gerd Moellmann <gerd@gnu.org>
12187
12188 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12189 is a string, convert it to a syntax cell using string-to-syntax.
12190
12191 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12192 (string-to-syntax): New function.
12193
12194 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12195 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12196 try to use passive ftp mode.
d7b511c4 12197
998ecc60
GM
121982000-03-17 Gerd Moellmann <gerd@gnu.org>
12199
b33dd3b0 12200 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12201
12202 * simple.el (append-to-buffer): Update point of windows after
12203 insertion.
12204
12205 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12206 forward then moving backward. Reindent.
12207
12208 * frame.el (other-frame): Call x-focus-frame only if
12209 focus-follows-mouse is off.
12210
235d6821
DL
122112000-03-17 Dave Love <fx@gnu.org>
12212
12213 * pcvs-util.el (cvs-strings->string): Rename
12214 replace-regexps-in-string.
12215
a29a2cd1
SM
122162000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12217
af595444
SM
12218 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12219 regexp for labels cannot span several lines.
12220
12221 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12222 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12223
a9be2843
DL
122242000-03-16 Dave Love <fx@gnu.org>
12225
12226 * progmodes/f90.el (f90): Put custom group under `languages', not
12227 `fortran'.
12228 (f90-mode-hook): Customize.
12229 (f90-mode): Set add-log-current-defun-function.
12230 (f90-current-defun): New function.
12231
d0ab3e9d
GM
122322000-03-16 Gerd Moellmann <gerd@gnu.org>
12233
16b20ed9
GM
12234 * cus-edit.el (custom-variable-tag-face): Handle case that
12235 default face's height is not a number.
12236 (custom-face-tag-face, custom-group-tag-face-1)
12237 (custom-group-tag-face): Ditto.
12238 (custom-group-tag-face-1): Add :group.
fa78f71b 12239
d0ab3e9d
GM
12240 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12241
ae8ab422
GM
122422000-03-15 Gerd Moellmann <gerd@gnu.org>
12243
12244 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12245 requiring easymenu.
12246
81c7ca69
GM
122472000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12248
12249 * ps-print.el: PostScript user-defined prologue, PostScript error
12250 handler, doc fix.
12251 (ps-print-version): New version number (5.1).
12252 (ps-user-defined-prologue, ps-error-handler-message)
12253 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12254 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12255 (ps-insert-string): New function.
fa78f71b 12256
dcf1003d
KH
122572000-03-15 Kenichi Handa <handa@etl.go.jp>
12258
12259 * international/ccl.el (ccl-compile-expression): Don't generate
12260 invalid self-assignment code.
12261
73825616
DL
122622000-03-14 Dave Love <fx@gnu.org>
12263
12264 * subr.el (replace-regexp-in-string): Renamed from
12265 replace-regexps-in-string. Doc fix.
12266
031020ac
DL
122672000-03-12 Dave Love <fx@gnu.org>
12268
12269 * cus-edit.el: Doc fixes.
12270 (customize-set-variable, customize-save-variable): Rename args for
12271 doc.
12272 (custom-variable-tag-face, custom-face-tag-face)
12273 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12274 style which user identify as hyperlink.
12275 (hook): Don't add undefined functions to the hook.
12276 (debug-ignored-errors): Transfer message from bindings.el.
12277
9b2f3c38
GM
122782000-03-12 Gerd Moellmann <gerd@gnu.org>
12279
12280 * recentf.el (recentf-keep-non-readable-files-p): Remove
12281 double/nested definition.
12282
0d6e23cf
DL
122832000-03-12 Dave Love <fx@gnu.org>
12284
12285 * facemenu.el (facemenu-get-face): Use display-color-p.
12286 * enriched.el (enriched-decode-foreground): Likewise.
12287 (enriched-decode-background): Likewise.
12288 * isearch.el (isearch-highlight): Likewise.
12289 * info-look.el (info-lookup): Likewise.
12290 * simple.el (completion-setup-function): Likewise.
12291
12292 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12293 :options.
12294
12295 * bindings.el (mode-line-format): Fix line-number and
12296 column-number items. Add help-echo for the background.
12297 (mode-line-mule-info): Modify help-echo.
12298
1598a961 12299 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12300
12301 * files.el (load-file): Allow completion to .elc.
12302
12303 * man.el: Doc fixes.
12304 (Man-init-defvars): Use display-color-p to set fontification.
12305
12306 * play/hanoi.el (hanoi-internal): Don't use oddp.
12307
e1cff360
GM
123082000-03-12 Gerd Moellmann <gerd@gnu.org>
12309
12310 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12311
12312 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12313
5e5dff44
GM
123142000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12315
12316 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12317 Fix comment.
12318
5b467bf4
SM
123192000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12320
83fef604
SM
12321 * font-lock.el (font-lock-keywords): Fix the doc now that
12322 regexp-opt-depth is unnecessary.
12323 (save-buffer-state): Set an edebug spec.
12324 (font-lock-fontify-anchored-keywords): Properly handle the case when
12325 the matcher goes past the limit.
12326
5b467bf4
SM
12327 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12328 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12329
83fef604
SM
12330 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12331 dll.el and cookie.el (from Elib) with heavy renaming and other
12332 massaging.
5b467bf4
SM
12333
12334 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12335 Autoload the functions used.
12336 (easy-mmode-define-syntax): Fix CL typo.
12337 (easy-mmode-define-derived-mode): Improve the docstring generation.
12338
d407456c
GM
123392000-03-10 Gerd Moellmann <gerd@gnu.org>
12340
12341 * textmodes/texinfo.el (texinfo-version): Variable and function
12342 removed.
12343
5a7a545c
SM
123442000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12345
0d6e23cf
DL
12346 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12347 allow more flexibility.
12348 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12349 fns.
12350 (easy-mmode-defmap, easy-mmode-defsyntax)
12351 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12352
d407456c 123532000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12354
12355 * rect.el (replace-rectangle): New function.
12356
123572000-03-09 Dave Love <fx@gnu.org>
12358
12359 * progmodes/fortran.el (fortran-comment-line-start): Define as
12360 "C".
12361 (fortran-comment-line-start-skip): Don't match cpp stuff.
12362 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12363 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12364 (fortran-mode): Don't set fortran-comment-line-start-skip,
12365 fortran-comment-line-start here. Set comment-start,
12366 add-log-current-defun.
12367 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12368 (fortran-current-defun): New function.
12369
80460654
GM
123702000-03-09 Gerd Moellmann <gerd@gnu.org>
12371
d1221ea9
GM
12372 * emacs-lisp/re-builder.el: New file.
12373
1853aa6b
GM
12374 * mouse.el (mouse-drag-region): Don't run up-event handler
12375 if hscroll has changed.
12376
80460654
GM
12377 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12378 builtin operators, use `font-lock-builtin-face' for Emacs and
12379 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12380
12381 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12382 `(defun (setf foo)' differently.
12383
c0056275
SM
123842000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12385
12386 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12387 (regexp-opt): Update comment and adapt the code the new meaning of
12388 the `paren' argument of regex-opt-group for shy-groups.
12389 (regexp-opt-depth): Handle shy groups as well as backslashed
12390 backslashes.
c0056275
SM
12391 (regexp-opt-group): Turn the leading comment into a docstring.
12392 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12393 Remove open-presuf and close-presuf. Instead of checking for `all
12394 one-char' and then later on check for `several one-char', handle
12395 both cases close together. Also apply a more generic algorithm
12396 for suffixes (the mirror image of the algorithm used for
12397 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12398 (regexp-opt-try-suffix): Removed.
12399
12400 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12401 from comint-mode-map, so we can just inherit from it. Also, move
12402 the initialization into the `defvar' since there's no docstring
12403 anyway and it's fairly short.
12404 (inferior-scheme-mode): Define it as derived-mode: the code is
12405 shorter and this way we inherit from comint-mode-map rather than
12406 copying it.
c0056275 12407
80460654
GM
12408 * subr.el (replace-regexps-in-string): Properly handle the case
12409 where we match an empty string.
c0056275 12410
80460654
GM
12411 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12412 when the command has a directory component (such as "./testml").
c0056275
SM
12413 Also fix a typo in the comment.
12414
5e91ff9e
GM
124152000-03-08 Gerd Moellmann <gerd@gnu.org>
12416
feab4fba
GM
12417 * Makefile (compile-files): Compile files one by one because
12418 that's the only way to ensure a clean compilation environment for
12419 each individual file.
12420
5e91ff9e
GM
12421 * frame.el (other-frame): Call x-focus-frame.
12422
76162e12
DL
124232000-03-07 Dave Love <fx@gnu.org>
12424
f64ce788
DL
12425 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12426 :require to defcustom.
12427
76162e12
DL
12428 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12429 lists.
12430
12431 * files.el (auto-mode-alist): Add configure.in.
12432
12433 * progmodes/autoconf.el: New file.
12434
f7daf1e1
GM
124352000-03-07 Gerd Moellmann <gerd@gnu.org>
12436
12437 * mail/mh-e.el: Change maintainer to `none'.
12438
12439 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12440 to remove-hook and add-hook.
12441
124422000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12443
12444 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12445 it as the default.
12446 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12447 (sendmail-send-it): Conditionally add MIME headers specifying the
12448 used character set.
fa78f71b 12449
63f6b2c4
DL
124502000-03-07 Dave Love <fx@gnu.org>
12451
12452 * winner.el: Fix keywords, autoload cookies. Split
12453 eval-when-compile form to avoid compilation failure.
12454
8330e2f9
KH
124552000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12456
12457 * international/mule.el: Modify comment about coding system
12458 property `coding-category'.
12459 (make-coding-system): New argument EOL-TYPE. Pay attention to
12460 coding-category property of PROPERTIES.
12461
12462 * international/mule-conf.el (coding-category-utf-8,
12463 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12464 categories. Include them in the argument for set-coding-priority.
12465
12466 * international/mule-cmds.el (reset-language-environment): Include
12467 coding-category-utf-8, coding-category-utf-16-be, and
12468 coding-category-utf-16-le in the argument for set-coding-priority.
12469 (reset-language-environment): Initialize coding-category-utf-8,
12470 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12471
18bb0684
GM
124722000-03-06 Karl Fogel <kfogel@red-bean.com>
12473
12474 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12475 code abstracted out of `bookmark-jump-noselect'. Now tries info
12476 extensions as well as compression extensions.
12477 (bookmark-jump-noselect): Use above new func.
fa78f71b 12478
71a6ba55
GM
124792000-03-03 Gerd Moellmann <gerd@gnu.org>
12480
12481 * strokes.el: Change maintainer's mail address.
12482
0d56cdff
KH
124832000-03-03 Kenichi Handa <handa@etl.go.jp>
12484
12485 * international/mule-diag.el (list-character-sets): Make help-echo
12486 string by substitute-command-keys.
12487 (list-character-sets): Likewise.
12488 (sort-listed-character-sets): Call help-setup-xref.
12489
900fa1f1
GM
124902000-03-02 Gerd Moellmann <gerd@gnu.org>
12491
12492 * time.el (display-time-mail-file): Add `none' to the list of
12493 choices.
12494
54d04320
DL
124952000-03-01 Dave Love <fx@gnu.org>
12496
43f3fa09
DL
12497 * help.el (help-xref-go-back): Don't try to set position.
12498
54d04320
DL
12499 * international/mule-diag.el (list-character-sets): Call
12500 help-setup-xref. Add help-echo to xrefs.
12501 (list-character-sets-1): Add help-echo to xrefs.
12502
d054101f
GM
125032000-03-02 Gerd Moellmann <gerd@gnu.org>
12504
12505 * frame.el (blink-cursor-mode): Switch cursor on when turning
12506 the mode off.
12507
12508 * add-log.el (add-log-current-defun): Add support for
12509 Autoconf mode.
12510
12511 * mail/rmail.el (rmail-quit-hook): New variable.
12512
d77dae5c
DL
125132000-03-01 Dave Love <fx@gnu.org>
12514
e5f597f0
DL
12515 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12516
d77dae5c
DL
12517 * help.el (help-xref-button): Add help-echo arg.
12518 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12519
12520 * faces.el (list-faces-display): Supply help-echo with
12521 help-make-xrefs.
12522
12523 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12524 nil.
12525
72d19d75
GM
125262000-03-01 Gerd Moellmann <gerd@gnu.org>
12527
2df636f4
GM
12528 * image.el (defimage): Look for image files in load-path.
12529
fa78f71b 12530 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12531 `number'.
12532
2df636f4
GM
125332000-03-01 David Ponce <david.ponce@wanadoo.fr>
12534
12535 * recentf.el (recentf): Added version tag to the defgroup of
12536 recentf.
12537
125382000-03-01 David Ponce <david.ponce@wanadoo.fr>
12539
12540 * recentf.el (recentf-cleanup): Changed to remove excluded file
12541 too.
12542 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12543 action to select/unselect a file.
12544 (recentf-edit-list): Code cleanup and improvement.
12545 (recentf-open-more-files-action): `recentf-open-more-files' button
12546 widget action to open a file.
12547 (recentf-open-more-files): No more use standard completion but
12548 widgets.
12549 (recentf-more-collection): Deleted.
12550 (recentf-more-history): Deleted.
12551 (recentf-setup-more-completion): Deleted.
12552
125532000-03-01 David Ponce <david.ponce@wanadoo.fr>
12554
12555 * recentf.el (recentf-mode): No more needs that Emacs is running
12556 under a window-system.
12557
125581999-03-01 David Ponce <david.ponce@wanadoo.fr>
12559
12560 * recentf.el (recentf-edit-list): New command to edit the recent
12561 list which allow the user to remove files.
12562 (recentf-edit-selected-items): New global variable, used by
12563 `recentf-edit-list' to hold the list of files to be removed from
12564 the recent list.
12565 (recentf-make-menu-items): Updated to display a "Edit list..."
12566 menu item. Minor code cleanup.
12567
125681999-03-01 David Ponce <david.ponce@wanadoo.fr>
12569
12570 * recentf.el (recentf-open-more-files): New command to open files
12571 that are not displayed in the menu.
12572 (recentf-more-collection): New global variable holding the set of
12573 permissible completions used by `recentf-open-more-files'.
12574 (recentf-more-history): New global variable holding the history list
12575 used by `recentf-open-more-files' completion.
12576 (recentf-setup-more-completion): New function to setup completion for
12577 `recentf-open-more-files'.
12578 (recentf-make-menu-items): Updated to display a "More..." menu item.
12579
125801999-03-01 David Ponce <david.ponce@wanadoo.fr>
12581
12582 * recentf.el (recentf-menu-action): Doc fixed.
12583
125841999-03-01 David Ponce <david.ponce@wanadoo.fr>
12585
12586 * recentf.el (recentf-menu-filter): Doc updated.
12587 (recentf-update-menu-hook): Allow menu filters to force menu update.
12588 (recentf-make-menu-items): New menu filter handling.
12589 (recentf-make-menu-item): New helper function.
12590 (recentf-menu-elements): New menu handling function.
12591 (recentf-sort-ascending): Updated to new menu filter handling.
12592 (recentf-sort-descending): Updated to new menu filter handling.
12593 (recentf-sort-basenames-ascending): New menu filter function.
12594 (recentf-sort-basenames-descending): New menu filter function.
12595 (recentf-show-basenames): New menu filter function.
12596 (recentf-show-basenames-ascending): New menu filter function.
12597 (recentf-show-basenames-descending): New menu filter function.
12598
72d19d75
GM
125992000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12600
12601 * diary-lib.el (list-diary-entries): Don't try to go forward at
12602 the end of the buffer.
12603
1ac1c836
KH
126042000-02-29 Kenichi Handa <handa@etl.go.jp>
12605
12606 * international/mule-diag.el (list-character-sets): Completely
12607 rewritten.
12608 (sort-listed-character-sets): New function.
12609 (list-character-sets-1): Completely rewritten.
12610 (list-character-sets-2): New function.
12611 (non-iso-charset-alist): New variable.
12612 (decode-codepage-char): New function.
12613 (charset-history): New variable.
12614 (read-charset) (list-block-of-chars)
12615 (list-iso-charset-chars)
12616 (list-non-iso-charset-chars)
12617 (list-charset-chars): New functions.
12618 (mule-diag): Call list-character-sets-2, not
12619 list-character-sets-2.
12620 (dump-charsets): Likewise.
12621
ed4d0512
GM
126222000-02-29 Gerd Moellmann <gerd@gnu.org>
12623
72d19d75
GM
12624 * dired-x.el (dired-filename-at-point): Add `@' to valid
12625 file name characters.
12626 (dired-filename-at-point): Handle ange-ftp file names.
12627
ed4d0512
GM
12628 * frame.el (frame-notice-user-settings): Use assq-delete-all
12629 instead of assoc-delete-all.
12630 (frame-notice-user-settings): Ditto.
12631
12632 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12633 Don't copy alist.
12634
32038c7a
GM
126352000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12636
12637 * calculator.el (calculator-use-menu): New option.
12638 (calculator-initial-bindings): Changed some bindings to work as
12639 macros.
12640 (calculator-forced-input): Removed.
12641 (calculator-restart-other-mode): New variable.
12642 (calculator-mode-map): Set up menu.
fa78f71b 12643
32038c7a
GM
126442000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12645
12646 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12647 tags.
fa78f71b 12648
55d7ff38 126492000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12650
55d7ff38
MK
12651 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12652 translate all ESC key sequences.
12653 (viper-goto-mark-subr): restore markers for files for which
12654 they were saved.
12655 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12656 * viper-util.el (viper-set-replace-overlay-glyphs,
12657 viper-set-replace-overlay): always check if the replacement
12658 overlay is live.
12659 * viper.el (viper-vi-state-mode-list): added major modes.
12660 * ediff-wind.el: minor comment changes.
12661 * ediff.el: copyright notice date fix.
fa78f71b 12662
387023ee
JR
126632000-02-27 Jason Rumney <jasonr@gnu.org>
12664
12665 * faces.el (face-font-family-alternatives): Add arial to helv.
12666 (mode-line, header-line, tool-bar): Same default as x for w32.
12667 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12668 face-font-family-alternatives from working.
12669 * term/w32-win.el (mouse-set-font): Do not build fontset from
12670 chosen font.
12671
f43d79c1
GM
126722000-02-25 Sam Steingold <sds@goems.com>
12673
5d80cc9c 12674 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12675 properly.
fa78f71b 12676
8b7bc628 126772000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12678
12679 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12680
4eb8436f
GM
126812000-02-25 Gerd Moellmann <gerd@gnu.org>
12682
12683 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12684 writable.
12685
449c3c52 12686 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12687
42088c12
GM
126882000-02-24 Gerd Moellmann <gerd@gnu.org>
12689
12690 * frame.el (show-cursor-in-non-selected-windows): New option.
12691
c60ea02e
GM
126922000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12693
12694 * diary-lib.el (include-other-diary-files): Undo the selective
12695 display in any included file and don't kill it.
12696
d066de8e
EZ
126972000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12698
12699 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12700 bar. Menu items converted to (menu-item format, help strings
12701 added.
12702 [downcase, upcase]: Don't enable on MS-DOS.
12703 [symlink, symlinks]: Don't show if make-symbolic-link is not
12704 bound.
12705 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12706
b6906b38
DL
127072000-02-23 Dave Love <fx@gnu.org>
12708
275cf1b2
DL
12709 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12710 (backward-kill-word): Revert addition of * to interactive spec --
12711 it's a feature.
12712
12713 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12714 (backward-kill-sentence, kill-sentence): Likewise.
12715
99d48056
DL
12716 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12717 scratch buffer name.
12718 (gud-format-command): Use int-to-string in ?l case. Simplify
12719 slightly.
12720
12721 * term/w32-win.el (internal-face-interactive): Update prompt for
12722 new read-face-name.
12723
12724 * mail/footnote.el (footnote): Add :version to defgroup.
12725 (footnote-section-tag-regexp): Customize.
12726 (footnote-start-tag, footnote-end-tag): New option.
12727 (footnote-latin-regexp): New variable.
12728 (Footnote-latin): New function.
12729 (footnote-style-alist): Add element for latin style.
12730 (footnote-style): Moved.
12731 (Footnote-goto-footnote): Use eq to test arg.
12732
12733 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12734
b6906b38
DL
12735 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12736 (byte-compile-trueconstp): Include keywords.
12737 (byte-optimize-quote, byte-optimize-lapcode): Use
12738 byte-compile-const-symbol-p.
12739 (byte-optimize-char-before): New optimization.
12740
12741 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12742 (byte-compile-const-symbol-p): New function.
12743 (byte-compile-constp, byte-compile-out-toplevel)
12744 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12745 Use it.
12746
12747 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12748
214f877f
KH
127492000-02-23 Kenichi Handa <handa@etl.go.jp>
12750
c709bcf1
KH
12751 * international/encoded-kb.el: Be sure to update minor-mode-alist
12752 and minor-mode-map-alist.
12753 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12754 codes SS2 and SS3 correctly.
12755 (encoded-kbd-self-insert-ccl): New function.
12756 (encoded-kbd-setup-keymap): New function.
12757 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12758 by calling encoded-kbd-setup-keymap.
12759
214f877f
KH
12760 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12761 characters.
12762 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12763 locally.
12764
b021ef18
DL
127652000-02-22 Dave Love <fx@gnu.org>
12766
12767 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12768 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12769 defvar.
12770 (lisp-mode-syntax-table): Set up for #|...|# comments.
12771 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12772 classes. Match `defface'.
12773 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12774 (eval-defun-1): Fix for defcustom.
12775 (lisp-indent-region): Doc fix.
12776
12777 * subr.el (when, unless, split-string): Doc fix.
12778 (read-passwd): Move call of clear-this-command-keys to the right
12779 place.
12780 (replace-regexps-in-string): New function.
12781
14cc00ad
GM
127822000-02-22 Gerd Moellmann <gerd@gnu.org>
12783
12784 * help.el (describe-variable): Set syntax table to
12785 emacs-lisp-mode-syntax-table when moving forward over the
12786 symbol's name.
12787
47da5efa
DL
127882000-02-22 Dave Love <fx@gnu.org>
12789
12790 * xt-mouse.el: Doc fixes.
12791 (xterm-mouse-position-function): New function, replacing advice of
12792 mouse-position.
12793 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12794
12795 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12796
f0a6c717
GM
127972000-02-21 Gerd Moellmann <gerd@gnu.org>
12798
12799 * format.el (format-annotate-single-property-change): Handle
12800 properties.with dotted-list values.
12801 (format-proper-list-p): New function.
12802
12803 * enriched.el (enriched-face-ans): Handle '(foreground-color
12804 . COLOR) and (background-color . COLOR).
12805
2be80b63
DL
128062000-02-20 Dave Love <fx@gnu.org>
12807
12808 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12809 and assignments to it.
12810 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12811 current local map.
12812 (make-flyspell-overlay): Use it.
12813 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12814
12815 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12816 (lm-get-header-re): Defun, not defsubst.
12817 (lm-get-package-name): Defun, not defsubst. Simplify.
12818 (lm-version): Doc fix. Simplify.
12819 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12820 (lm-crack-address, lm-last-modified-date, lm-commentary)
12821 (lm-verify, lm-synopsis): Simplify.
12822 (lm-report-bug): Require emacsbug. Use compose-mail.
12823
329eed9f
GM
128242000-02-20 Gerd Moellmann <gerd@gnu.org>
12825
12826 * dired.el (dired-mode): Call propertized-buffer-identification
12827 to set mode-line-buffer-identification to something having
12828 the right text properties.
12829
12830 * bindings.el (propertized-buffer-identification): New function.
12831
be5bb146
DL
128322000-02-20 Dave Love <fx@gnu.org>
12833
12834 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12835 check for t-mouse too.
12836
12837 * cus-start.el: Make echo-keystrokes `number'.
12838
1d4311c3
EZ
128392000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12840
12841 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12842 Don't call ring-empty-p unless tags-location-ring is bound.
12843 From Noah Friedman <friedman@splode.com>.
12844
a23c5037
TTN
128452000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12846
12847 * progmodes/hideshow.el (hs-flag-region): No longer use
12848 `intangible' overlay property.
12849
12850 (hs-toggle-hiding): New command.
12851 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12852
12853 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12854 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12855 and deactivation.
12856
b6a22bf8
GM
128572000-02-18 Gerd Moellmann <gerd@gnu.org>
12858
12859 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12860
d621caf7
GM
128612000-02-17 Gerd Moellmann <gerd@gnu.org>
12862
3c0ed7ce
GM
12863 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12864
d621caf7
GM
12865 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12866 of `*' to handle `(* ... *)' comments.
12867
538d88fb
EZ
128682000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12869
53c80cf6 12870 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12871 window-system.
53c80cf6 12872
538d88fb
EZ
12873 * menu-bar.el (global-map): Menu-bar items converted to the new
12874 format (menu-item..., rearranged for better CUA compliance, and
12875 their names changed for better clarity. Help strings added.
12876
12877 * international/mule-cmds.el (mule-menu-keymap)
12878 (describe-language-environment-map, set-coding-system-map)
12879 (setup-language-environment-map): Convert to new (menu-item...
12880 form, add help strings. Change names of menu items for better
12881 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12882 submenu).
12883
8389e1e2 128842000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12885
a23c5037 12886 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12887 within the code.
a23c5037 12888
8389e1e2 128892000-02-16 Dave Love <fx@gnu.org>
a23c5037 12890
84fe35f0
DL
12891 * faces.el: Don't require custom. Add more specific :groups to
12892 various deffaces.
12893 (set-face-attribute): Purecopy args.
12894 (read-face-name): Default to name at point and use it in prompt.
12895 Remove colon from arg in all callers.
12896 (list-faces-display): Hyperlink to face descriptions and customize
12897 buffers.
12898
b2aeee30
DL
128992000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12900
12901 * wid-edit.el (widget-match-inline): An atom never matches a
12902 list.
12903
99e95407
GM
129042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12905
82d2c7c5
DL
12906 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12907 at ':' characters by call to split-string.
99e95407
GM
12908
129092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12910
82d2c7c5 12911 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12912
129132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12914
82d2c7c5
DL
12915 * textmodes/bibtex.el: Some temporary comments removed.
12916 (bibtex-field-name, bibtex-entry-type): Made the relationship
12917 explicit.
12918 (bibtex-field-const): Allow capital letters.
12919 (bibtex-start-of-string): Deleted because unused.
12920
12921 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12922 use the term 'reference' to describe a bibtex entry as a whole.
12923 Further, reference keys are no longer called 'labels'.
12924 (bibtex-keys): Renamed to bibtex-reference-keys.
12925 (bibtex-reformat-previous-labels): Renamed to
12926 bibtex-reformat-previous-reference-keys.
12927 (bibtex-reference-type): Renamed to bibtex-entry-type.
12928 (bibtex-reference-head): Renamed to bibtex-entry-head.
12929 (bibtex-reference-maybe-empty-head): Renamed to
12930 bibtex-entry-maybe-empty-head.
12931 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12932 (bibtex-search-reference): Renamed to bibtex-search-entry.
12933 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12934 bibtex-enclosing-entry-maybe-empty-head.
12935 (bibtex-entry-field-alist, bibtex-entry-head,
12936 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12937 bibtex-map-entries, bibtex-search-entry,
12938 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12939 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12940 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12941 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12942 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12943 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12944 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12945
129462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12947
82d2c7c5
DL
12948 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12949 comment.
12950 (bibtex-format-field-delimiters): New function, functionality
12951 extracted from bibtex-format-entry.
12952 (bibtex-autokey-get-yearfield-digits): New function, functionality
12953 extracted from bibtex-autokey-get-yearfield.
12954
12955 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12956 entries in order to avoid stack overflow in the regexp matcher if
12957 field contents become large.
12958 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12959 bibtex-field-string-part-not-braced,
12960 bibtex-field-string-part-no-inner-braces,
12961 bibtex-field-string-part-1-inner-brace,
12962 bibtex-field-string-part-2-inner-braces,
12963 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12964 bibtex-field-string-quoted, bibtex-field-string,
12965 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12966 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12967 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12968 as parsing is now performed by the following functions.
12969 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12970 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12971 bibtex-parse-field-string, bibtex-search-forward-field-string,
12972 bibtex-parse-association, bibtex-field-name-for-parsing,
12973 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12974 bibtex-search-forward-field, bibtex-search-backward-field,
12975 bibtex-start-of-field, bibtex-end-of-field,
12976 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12977 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12978 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12979 bibtex-parse-string, bibtex-search-forward-string,
12980 bibtex-search-backward-string, bibtex-start-of-string,
12981 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12982 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12983 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12984 entries. Instead of reporting the results of the parsing by
12985 match-beginning or match-end, these functions return data structures
12986 that hold the corresponding positions.
12987 (bibtex-enclosing-field): Changed to also report field boundaries by
12988 return values rather than by match-beginning or match-end. The
12989 following functions have been adapted to use the new parsing
12990 functions.
12991 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12992 bibtex-enclosing-field, bibtex-format-entry,
12993 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12994 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12995 bibtex-print-help-message, bibtex-end-of-entry,
12996 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12997 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12998 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12999 method for parsing.
13000 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13001 bibtex-map-entries, bibtex-flash-head,
13002 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13003 bibtex-autokey-change, bibtex-autokey-get-namefield,
13004 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13005 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13006 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13007 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13008 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13009 order to make the new binding of case-fold-search immediately
13010 visible.
99e95407
GM
13011
130122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13013
82d2c7c5
DL
13014 * textmodes/bibtex.el: Copyright notice is up to date.
13015 Added constant 'bibtex-maintainer-salutation.
99e95407 13016
82d2c7c5
DL
13017 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13018 than make-temp-name, use match-string-no-properties and eliminate
13019 a quadratic behavior when building bibtex-strings.
99e95407 13020
82d2c7c5
DL
13021 * bibtex.el (bibtex-reference-key): Accept string entries whose
13022 reference key contains upper case letters.
99e95407
GM
13023
130242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13025
82d2c7c5
DL
13026 * bibtex.el (bibtex-reference-head): Allow entries to start with
13027 a new line.
99e95407
GM
13028
130292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13030
82d2c7c5
DL
13031 * bibtex.el: Hiding of entry bodies is not longer provided by
13032 bibtex.el directly. Instead the hideshow package can be used.
13033 Added a special bibtex entry to hs-special-modes-alist.
13034 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13035
130362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13037
f24fef2f
SM
13038 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13039 at ':' characters by call to split-string.
8389e1e2
GM
13040
130412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13042
f24fef2f 13043 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13044
130452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13046
f24fef2f
SM
13047 * textmodes/bibtex.el: Some temporary comments removed.
13048 (bibtex-field-name, bibtex-entry-type): Made the relationship
13049 explicit.
13050 (bibtex-field-const): Allow capital letters.
13051 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13052
f24fef2f
SM
13053 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13054 use the term 'reference' to describe a bibtex entry as a whole.
13055 Further, reference keys are no longer called 'labels'.
13056 (bibtex-keys): Renamed to bibtex-reference-keys.
13057 (bibtex-reformat-previous-labels): Renamed to
13058 bibtex-reformat-previous-reference-keys.
13059 (bibtex-reference-type): Renamed to bibtex-entry-type.
13060 (bibtex-reference-head): Renamed to bibtex-entry-head.
13061 (bibtex-reference-maybe-empty-head): Renamed to
13062 bibtex-entry-maybe-empty-head.
13063 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13064 (bibtex-search-reference): Renamed to bibtex-search-entry.
13065 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13066 bibtex-enclosing-entry-maybe-empty-head.
13067 (bibtex-entry-field-alist, bibtex-entry-head,
13068 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13069 bibtex-map-entries, bibtex-search-entry,
13070 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13071 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13072 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13073 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13074 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13075 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13076 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13077
130782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13079
f24fef2f
SM
13080 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13081 comment.
13082 (bibtex-format-field-delimiters): New function, functionality
13083 extracted from bibtex-format-entry.
13084 (bibtex-autokey-get-yearfield-digits): New function, functionality
13085 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13086
f24fef2f
SM
13087 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13088 entries in order to avoid stack overflow in the regexp matcher if
13089 field contents become large.
13090 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13091 bibtex-field-string-part-not-braced,
13092 bibtex-field-string-part-no-inner-braces,
13093 bibtex-field-string-part-1-inner-brace,
13094 bibtex-field-string-part-2-inner-braces,
13095 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13096 bibtex-field-string-quoted, bibtex-field-string,
13097 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13098 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13099 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13100 as parsing is now performed by the following functions.
13101 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13102 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13103 bibtex-parse-field-string, bibtex-search-forward-field-string,
13104 bibtex-parse-association, bibtex-field-name-for-parsing,
13105 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13106 bibtex-search-forward-field, bibtex-search-backward-field,
13107 bibtex-start-of-field, bibtex-end-of-field,
13108 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13109 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13110 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13111 bibtex-parse-string, bibtex-search-forward-string,
13112 bibtex-search-backward-string, bibtex-start-of-string,
13113 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13114 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13115 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13116 entries. Instead of reporting the results of the parsing by
13117 match-beginning or match-end, these functions return data structures
13118 that hold the corresponding positions.
13119 (bibtex-enclosing-field): Changed to also report field boundaries by
13120 return values rather than by match-beginning or match-end. The
13121 following functions have been adapted to use the new parsing
13122 functions.
13123 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13124 bibtex-enclosing-field, bibtex-format-entry,
13125 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13126 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13127 bibtex-print-help-message, bibtex-end-of-entry,
13128 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13129 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13130 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13131 method for parsing.
13132 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13133 bibtex-map-entries, bibtex-flash-head,
13134 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13135 bibtex-autokey-change, bibtex-autokey-get-namefield,
13136 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13137 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13138 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13139 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13140 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13141 order to make the new binding of case-fold-search immediately
13142 visible.
8389e1e2
GM
13143
131442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13145
f24fef2f
SM
13146 * textmodes/bibtex.el: Copyright notice is up to date.
13147 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13148
f24fef2f
SM
13149 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13150 than make-temp-name, use match-string-no-properties and eliminate
13151 a quadratic behavior when building bibtex-strings.
fa78f71b 13152
f24fef2f
SM
13153 * bibtex.el (bibtex-reference-key): Accept string entries whose
13154 reference key contains upper case letters.
8389e1e2
GM
13155
131562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13157
f24fef2f
SM
13158 * bibtex.el (bibtex-reference-head): Allow entries to start with
13159 a new line.
8389e1e2
GM
13160
131612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13162
f24fef2f
SM
13163 * bibtex.el: Hiding of entry bodies is not longer provided by
13164 bibtex.el directly. Instead the hideshow package can be used.
13165 Added a special bibtex entry to hs-special-modes-alist.
13166 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13167
131682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13169
82d2c7c5 13170 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13171 proceedings entry type (for cross referencing). Thanks to Wagner
13172 Toledo Correa for the suggestion.
13173
82d2c7c5 13174 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13175
eae61d8f
KH
131762000-02-14 Kenichi Handa <handa@etl.go.jp>
13177
13178 * international/characters.el: Setup case table for Vietnamese.
13179
fb07a302
GM
131802000-02-12 Gerd Moellmann <gerd@gnu.org>
13181
13182 * uniquify.el (toplevel): Require CL at compile time.
13183 (uniquify-push): Removed.
13184
13185 * shadowfile.el (shadow-when): Removed.
13186
13187 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13188 (tempo-process-and-insert-string): Use dolist instead of
13189 tempo-dolist.
13190
13191 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13192 regexp for paragraph-start.
13193
13194 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13195 commas as well.
13196
a0eddf92
DL
131972000-02-10 Dave Love <fx@gnu.org>
13198
13199 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13200 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13201 Deleted.
13202 (widget-specify-field, widget-specify-button): Don't use
13203 widget-mouse-help as help-echo property.
13204 (default): Use #'ignore for :validate and :mouse-down-action.
13205 (checkbox): Add help-echo.
13206 (widget-sexp-validate): Rewritten to clarify error messages.
13207 (character): Use char-valid-p in :match function.
13208 (widget-color-complete): Use facemenu-color-alist.
13209 (widget-color-action): Use facemenu-read-color.
13210
13211 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13212 set up `caar' &c that we now have.
13213
82d2c7c5
DL
132142000-02-09 Ray Blaak <blaak@gnu.org>
13215
13216 * delphi.el: Make resourcestring a declaration region, like const
13217 and var.
13218
6cbc1482
DL
132192000-02-09 Dave Love <fx@gnu.org>
13220
13221 * bindings.el (mode-line-input-method-map): New variable.
13222 (mode-line-mule-info): Use it; fix last change.
13223 (mode-line-mode-menu): Move definition.
13224 (mode-line-mouse-sensitive-p): Deleted.
13225 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13226 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13227 level.
13228
13229 * startup.el (command-line-1): Don't call
13230 make-mode-line-mouse-sensitive.
13231
f7136ee8
GM
132322000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13233
13234 * mail/rmail.el (rmail-retry-failure): Use
13235 rmail-beginning-of-message before rmail-toggle-header, because the
13236 former toggles headers.
13237
6e1d0d15
SM
132382000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13239
fef8c55b
SM
13240 * diff-mode.el (diff-kill-junk): New interactive function.
13241 (diff-reverse-direction): Use delete-and-extract-region.
13242 (diff-post-command-hook): Restrict the area so that the hook also works
13243 outside of any diff hunk. This is necessary for the minor-mode.
13244 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13245 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13246
6e1d0d15
SM
13247 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13248 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13249 so that it can be used more easily in <foo>-mode-hook. Also make sure
13250 to avoid duplicate entries.
13251 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13252 (font-lock-remove-keywords): Just as was done for `add', allow it to
13253 work even if font-lock-mode is nil. Also make sure we don't modify
13254 any pre-existing list by forcing a copy-sequence. Finally rename
13255 `major-mode' to `mode'.
13256 (font-lock-fontify-syntactic-anchored-keywords)
13257 (font-lock-fontify-anchored-keywords)
13258 (font-lock-fontify-keywords-region): Use line-end-position.
13259 Don't make `font-lock-multiline' local (it's now done in
13260 font-lock-set-defaults).
13261 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13262 move the `font-lock-fontified' creation to inside the `unless'.
13263
a75dfea0
AI
132642000-02-06 Andrew Innes <andrewi@gnu.org>
13265
13266 * term/w32-win.el (x-handle-args): Comment out call to message,
13267 which occurs before window system is initialized.
13268
13269 * makefile.nt: Add support for recompiling lisp code.
13270
b85e9462
DL
132712000-02-04 Dave Love <fx@gnu.org>
13272
9ff33afb
DL
13273 * bindings.el (mode-line-mule-info): Fix/extend last change.
13274
b85e9462
DL
13275 * completion.el: Replace completion-dolist with dolist.
13276
13277 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13278 dotimes.
13279
44dff075
CD
132802000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13281
13282 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13283 environment names before they go into the section regexp.
13284
13285 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13286 char class in regexp.
13287
13288 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13289 `case-fold-search' to nil.
13290
13291 * progmodes/idlwave.el (idlwave-template): Respect
13292 `idlwave-abbrev-change-case'.
13293 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13294 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13295 idlwave-while): respect `idlwave-reserved-word-upcase'.
13296 (idlwave-rw-case): New function.
13297 (idlwave-statement-match): Fixed problem with assignment regexp.
13298 (idlwave-font-lock-keywords): Improved regexp for keyword
13299 parameters.
a23c5037 13300 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13301 operators longer than 1 char.
13302
13303 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13304 idlwave-shell-expression-overlay. Implemented printing of
13305 expressions on higher levels of the calling stack.
13306 (idlwave-shell-display-level-in-calling-stack): Restore stack
13307 level.
13308 (idlwave-retrieve-expression-from-level): New function.
13309 (idlwave-shell-last-calling-stack): Variable removed.
13310 (idlwave-shell-reset): Argument action reversed (`visible' to
13311 `hidden'). Also remove stop-line overlay.
13312 (idlwave-shell-calling-stack-routine): New variable.
13313 (idlwave-shell-parse-stack-and-display): Messages now display
13314 negative level numbers.
13315 (idlwave-shell-mode): Set `modeline-format'.
13316 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13317 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13318 21.
13319 (idlwave-shell-print-expression-function): New option.
a23c5037 13320
44dff075
CD
13321 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13322 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13323 `tool-bar' instead of `toolbar'.
13324
f26c34fd
DL
133252000-02-02 Dave Love <fx@gnu.org>
13326
13327 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13328 emacs-lisp-mode-hook. Don't check for defalias being defined.
13329
13330 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13331 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13332 the new builtins directly.
13333
13334 * whitespace.el (whitespace): Add :version to defgroup.
13335
13336 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13337 Doc fix.
13338
13339 * thingatpt.el (sexp-at-point, symbol-at-point)
13340 (number-at-point, list-at-point): Add autoload cookie.
13341
13342 * recentf.el (recentf): Add :version to defgroup.
13343
13344 * quickurl.el (quickurl): Add :version to defgroup.
13345
13346 * elide-head.el (elide-head): Use point-marker more.
13347
13348 * bs.el (bs): Add :version to defgroup.
13349
13350 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13351
13352 * progmodes/delphi.el (delphi): Add :version to defgroup.
13353
d240a249
GM
133542000-02-02 Gerd Moellmann <gerd@gnu.org>
13355
13356 * ange-ftp.el (ange-ftp-write-region): Handle case that
13357 succeeding process operation sets a different coding system.
13358
13359 * calculator.el: New file.
13360
d5179a01
EZ
133612000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13362
13363 * frame.el (frames-on-display-list, framep-on-display): New
13364 functions.
13365 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13366 (display-selections-p, display-screens, display-pixel-width)
13367 (display-pixel-height, display-mm-width, display-mm-height)
13368 (display-backing-store, display-save-under, display-planes)
13369 (display-color-cells, display-visual-class): New functions.
13370
13371 * term/tty-colors.el (tty-color-gray-shades): New function.
13372
13373 * faces.el (display-color-p): Use framep-on-display.
13374 (display-grayscale-p): New function.
13375
968e00f0
DL
133762000-01-31 Dave Love <fx@gnu.org>
13377
13378 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13379 (create-fontset-from-x-resource): Don't concat integers.
13380
2cb750ba
GM
133812000-01-31 Inge Frick <inge@nada.kth.se>
13382
13383 * view.el: Some changes in documentation. Removed some trailing
13384 whitespace. Changed some parameter names to agree with
13385 documentation.
13386 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13387 window is not deleted. Modifies change 1998-04-26.
a23c5037 13388
74e9213b
GM
133892000-01-31 Gerd Moellmann <gerd@gnu.org>
13390
47569935
GM
13391 * windmove.el: New file.
13392
74e9213b
GM
13393 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13394 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13395 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13396
74e9213b
GM
13397 * jit-lock.el (jit-lock-function): Widen before calculating end
13398 position.
13399 (jit-lock-stealth-chunk-start): Rewritten.
13400
13401 * info.el (Info-title-face-alist): Removed.
13402 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13403 faces.
13404 (Info-fontify-node): Use these faces.
13405
994c5afe
GM
134062000-01-30 Gerd Moellmann <gerd@gnu.org>
13407
13408 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13409 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13410 `&allow-other-keywords'.
13411
13412 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13413 the list of directories scanned heuristically.
13414
13415 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13416 exist.
13417
f00276e3
JR
134182000-01-30 Jason Rumney <jasonr@gnu.org>
13419
13420 * w32-fns.el: Define w32-tty-standard-colors.
13421
13422 * startup.el (command-line): Use w32-tty-standard-colors when in
13423 w32 console mode.
13424
cc4dfff0
DL
134252000-01-30 Dave Love <fx@gnu.org>
13426
e645e77b
DL
13427 * jka-compr.el (jka-compr-load): Fix up load-history.
13428
cc4dfff0
DL
13429 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13430
13431 * emacs-lisp/cl-macs.el: Revert previous change.
13432
16215eb0
DL
134332000-01-29 Dave Love <fx@gnu.org>
13434
13435 * facemenu.el: Purecopy various strings.
13436
13437 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13438 years. Deal with three-digit years.
13439
13440 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13441 defconst, purecopy.
13442 (help-back-label): Purecopy it.
13443
bbd9b566
GM
134442000-01-18 Gerd Moellmann <gerd@gnu.org>
13445
13446 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13447 variable. If non-nil, order the buffer list according to the
13448 currently selected frame.
13449 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13450 non-nil, pass the selected frame to function buffer-list.
a23c5037 13451
887448e1
GM
134522000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13453
13454 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13455
7df85084
DL
134562000-01-28 Dave Love <fx@gnu.org>
13457
142e109c
DL
13458 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13459
7df85084
DL
13460 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13461 Don't use lisp-indent-hook property.
13462 (cl-abs): Remove.
13463
13464 * subr.el: Move out indent and edebug specs for when and unless.
13465
13466 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13467 when, unless.
13468
13469 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13470 unless, when.
13471
3b43c01c
GM
134722000-01-28 Gerd Moellmann <gerd@gnu.org>
13473
d060bc9f
GM
13474 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13475 `collecting' as synonym for `collect'.
13476
13477 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13478 for the case it contains spaces.
13479
13480 * simple.el (what-cursor-position): Change formatting of
13481 messages.
13482
b02786f9
GM
13483 * frame.el (delete-other-frames): New function.
13484 (toplevel): Bind it to C-x 5 1.
13485
efd68b8a
GM
13486 * sort.el (sort-numeric-base): New option.
13487 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13488 interpret it as octal or hexadecimal. Use sort-numeric-base
13489 as default base.
13490
3b43c01c
GM
13491 * progmodes/glasses.el: New file.
13492
984ae001
GM
134932000-01-27 Gerd Moellmann <gerd@gnu.org>
13494
a0b796e3
GM
13495 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13496 userids differently.
13497
984ae001
GM
13498 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13499 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13500 progmodes/ebnf-yac.el: New files.
13501
6c67ddee
DL
135022000-01-26 Dave Love <fx@gnu.org>
13503
13504 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13505 on a function with an empty body. [From Eric Ludlam.]
13506
4e6473c8
GM
135072000-01-25 Andre Spiegel <spiegel@gnu.org>
13508
13509 * vc.el (vc-version-diff): Make sure file name is expanded.
13510
e12489f9
GM
135112000-01-25 Gerd Moellmann <gerd@gnu.org>
13512
13513 * scroll-bar.el (scroll-bar-timer): Variable removed.
13514 (scroll-bar-toolkit-scroll): Don't use a timer.
13515
8dbe2b07
KH
135162000-01-25 Kenichi Handa <handa@etl.go.jp>
13517
13518 * language/thai-util.el (thai-composition-function): Delete
13519 superfluous `a'.
13520
26ef1c87
DL
135212000-01-24 Dave Love <fx@gnu.org>
13522
13523 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13524 end-of-defun-function.
13525
13526 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13527 &c.
13528
7ed4e9a7
JR
135292000-01-22 Jason Rumney <jasonr@gnu.org>
13530
13531 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13532 conflicts with new face support.
13533
8b7bc628 135342000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13535
13536 * replace.el (query-replace): Rename last arg to DELIMITED.
13537 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13538 (query-replace-regexp): Likewise.
13539
8b7bc628 135402000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13541
02b14400
RS
13542 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13543
5bb6f079
RS
13544 * emacs-lisp/lisp.el (beginning-of-defun-function):
13545 Variable renamed from beginning-of-defun.
13546 Do not call make-variable-buffer-local.
13547 (beginning-of-defun-raw): Use new variable name; doc fix.
13548 (beginning-of-defun): Doc fix.
13549 (end-of-defun-function): Variable renamed from end-of-defun.
13550 Do not call make-variable-buffer-local.
13551 (end-of-defun): Use new variable name; doc fix.
13552
02b14400
RS
13553 * subr.el (dolist, dotimes): Copied from cl-macs.el
13554 and made to work.
2d5e9b54 13555
a23c5037 13556 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13557 Variable replaces rmail-digest-end-regexp.
13558 Allows multiple regexps for detecting the end line.
13559 (undigestify-rmail-message): Corresponding changes.
13560
60af03f1
DL
135612000-01-19 Dave Love <fx@gnu.org>
13562
fe5d99e1
DL
13563 * files.el (user-init-file): Don't declare here -- is primitive.
13564
60af03f1
DL
13565 * startup.el (command-line): Check for compiled user-init-file and
13566 set to uncompiled version if necessary.
13567
72dbbc7d
GM
135682000-01-18 Gerd Moellmann <gerd@gnu.org>
13569
6a1950ec
GM
13570 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13571 (undigestify-rmail-message): Use it.
13572
72dbbc7d
GM
13573 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13574
fbe91bbd
GM
135752000-01-17 Gerd Moellmann <gerd@gnu.org>
13576
13577 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13578 of mini-buffer.
13579
33a6685b
GM
135802000-01-14 Gerd Moellmann <gerd@gnu.org>
13581
b3303df7
GM
13582 * emacs-lisp/copyright.el (copyright-update): Removed the
13583 requirement for a trailing space from `copyright-regexp', to
13584 support copyrights with owner specified on a separate line..
a23c5037 13585
3c4c8064
GM
13586 * align.el: New file.
13587
33a6685b
GM
13588 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13589
13590 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13591
044a4975
DL
135922000-01-13 Dave Love <fx@gnu.org>
13593
13594 * ph.el: Removed. (Obsoleted by EUDC.)
13595
0a352cd7
GM
135962000-01-13 Gerd Moellmann <gerd@gnu.org>
13597
13598 * net/eudc.el (toplevel): Remove autoloaded code installing
13599 menu with easymenu, because that causes build problems.
13600
13601 * frame.el (frame-notice-user-settings): New variable.
13602 (frame-notice-user-settings): Don't modify frame parameters
13603 if called a second time.
13604
8b7bc628 136052000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13606
13607 * frame.el (frame-notice-user-settings):
13608 Notice default-frame-parameters even for non-window frames.
13609
feb450e0
GM
136102000-01-13 Gerd Moellmann <gerd@gnu.org>
13611
13612 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13613 for Emacs.
13614 (eudc-bob-can-display-inline-images): Extend for Emacs.
13615 (eudc-bob-toggle-inline-display): Ditto.
13616 (eudc-bob-display-jpeg): Ditto.
13617
99c6d63b
GM
136182000-01-12 Gerd Moellmann <gerd@gnu.org>
13619
7970b229
GM
13620 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13621 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13622 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13623
e4936aa9
GM
13624 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13625 nil)'.
13626
13627 * subdirs.el: Add `net' directory.
13628
133c9e59
GM
13629 * net: New directory.
13630
99c6d63b
GM
13631 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13632 eval-last-sexp. Don't bind debug-on-error here.
13633 (eval-last-sexp): New function. Bind debug-on-error if
13634 eval-expression-debug-on-error is non-nil.
13635 (eval-defun-2, eval-defun): Likewise.
13636
13637 * simple.el (eval-expression): Don't bind debug-on-error if
13638 eval-expression-debug-on-error is nil. Detect changed
13639 debug-on-error, and propagate new value to global binding, if
13640 eval-expression-debug-on-error is non-nil,
13641 (eval-expression-debug-on-error): Change doc string.
a23c5037 13642
8b7bc628 136432000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13644
13645 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13646
13647 * emacs-lisp/lisp-mode.el (with-syntax-table):
13648 Set up lisp-indent-function property.
13649
13650 * subr.el (with-syntax-table): Moved from simple.el.
13651
13652 * simple.el (with-syntax-table): Moved to subr.el.
13653
7e3c74fa
GM
136542000-01-11 Gerd Moellmann <gerd@gnu.org>
13655
1fab1775
GM
13656 * tmm.el (tmm-shortcut): Delete region after prompt instead
13657 of erasing buffer.
13658
7e3c74fa 13659 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13660 (fill-context-prefix): Use the longest common prefix of first
13661 and second line fill prefix, if there is one.
7e3c74fa 13662
8b7bc628 136632000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13664
13665 * array.el (array-mode): Don't use make-variable-buffer-local.
13666 Use make-local-variable for `truncate-lines'.
13667
aa705642 136682000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13669
aa705642
GM
13670 * add-log.el (add-log-current-defun): Handle user-defined
13671 add-log-current-function returning nil,
a23c5037 13672
57df2446 13673 * add-log.el (add-change-log-entry): Insert version number
aa705642 13674 if having found a current function
c1356086
GM
13675
13676 * add-log.el (add-log-current-defun): Call
13677 `add-log-current-defun-function'. Try matches at level 0 and
13678 level 1. Strip whitespace from defun found.
a23c5037 13679
1d8c59e9
RS
136802000-01-10 John Wiegley <johnw@gnu.org>
13681
13682 * allout.el (isearch-done/outline-provisions): Added `edit'
13683 argument to correspond with the current definition of
13684 `isearch-done'.
13685
8cf87e9b
DL
136862000-01-10 Dave Love <fx@gnu.org>
13687
13688 * elide-head.el (elide-head): Use point-marker, not point.
13689
9050446c
GM
136902000-01-10 Gerd Moellmann <gerd@gnu.org>
13691
8321b22a
GM
13692 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13693 before and after the year 2000.
a23c5037 13694
9050446c
GM
13695 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13696 Add ispell- prefix.
13697
136982000-01-10 Ken Stevens <k.stevens@ieee.org>
13699
13700 * ispell.el: Only define dictionaries in menus when they exist.
13701 (version18p): New variable.
13702 (version20p): New variable.
13703 (xemacsp): New variable.
13704 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13705 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13706 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13707 run-together words.
9050446c
GM
13708 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13709 (ispell-dictionary-alist): Add koi8-r to customize definition.
13710 (check-ispell-version): Added documentation string. Returns
f24fef2f 13711 library path when called non-interactively.
9050446c
GM
13712 (ispell-menu-map-needed): Uses new variables.
13713 (ispell-library-path): New variable.
13714 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13715 (ispell-word): Improved documentation string. Test for valid
13716 character mappings. Correctly check typed in word changes that can
13717 result in single words split into multiple words. Returns
13718 replacement word.
13719 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13720 replace in recursive query replace mode. Help message for
13721 recursive edit mode.
13722 (ispell-show-choices): Protect against bad framepop bindings.
13723 (ispell-help): Fix to work with XEmacs.
13724 (ispell-highlight-spelling-error): Use new variables.
13725 (ispell-overlay-window): Fix to work with XEmacs.
13726 (ispell-parse-output): Passed and returns location information
13727 tracking spelling corrections. Doesn't recheck same word on
13728 current line.
13729 (ispell-init-process): Protect against bogus XEmacs variable binding.
13730 Fix call to single argument in sleep-for. Use new variables.
13731 (ispell-region): Passed and returns location information tracking
13732 spelling corrections. Doesn't check same word on current line.
13733 Improved documentation string. Doesn't resend a line already
13734 checked to the ispell process - fixes bug in LaTeX parsing.
13735 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13736 (ispell-skip-region): No longer skips <TT> in SGML.
13737 (ispell-process-line): Tracks location information with spelling
13738 corrections. Added documentation string. Accounts for words
13739 already accepted on this line. Don't allow query-replace on line
13740 starting with math characters. Doesn't resend a line already sent
13741 to ispell process. Fixes alignment error bug.
a23c5037 13742
8b7bc628 137432000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13744
a23c5037 13745 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13746 Suggest xloadimage, which is free, not xv, which isn't.
13747
a23c5037 13748 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13749 Don't ever include the host name or user name in the value.
13750
9ed79f5d
GM
137512000-01-09 Gerd Moellmann <gerd@gnu.org>
13752
13753 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13754 of a real newline.
13755
b950abb1
GM
137562000-01-09 Stephen Eglen <stephen@gnu.org>
13757
a23c5037 13758 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13759 for .png files.
13760
3c708e98
GM
137612000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13762
13763 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13764
bf61662d
GM
137652000-01-09 Gerd Moellmann <gerd@gnu.org>
13766
f1d851ae
GM
13767 * progmodes/cperl-mode.el: Replace ^F with ^L.
13768
bf61662d 13769 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13770 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13771 recursion.
13772
c65d14ee
DL
137732000-01-08 Dave Love <fx@gnu.org>
13774
8cf87e9b
DL
13775 * emacs-lisp/backquote.el: Remove inappropriate customization
13776 (allowing custom.el to use backquote).
c65d14ee 13777
83de2ebc
DL
137782000-01-07 Dave Love <fx@gnu.org>
13779
13780 * add-log.el (add-log-debugging): Deleted.
13781 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13782 file. Remove debugging code.
13783 (change-log-get-method-definition, change-log-name): Add doc.
13784 (change-log-sortable-date-at): New function.
13785 (change-log-merge): New command.
13786
13787 * time.el (display-time-string-forms): Make the Mail string active.
13788 (display-time-update): Provide help-echo for load average.
13789
13790 * bindings.el (make-mode-line-mouse2-map): New function.
13791 (mode-line-modified): Use it and simplify.
13792 (mode-line-mule-info): Provide help-echo info.
13793 (minor-mode-alist): Activate the strings.
13794 (make-mode-line-mouse-sensitive): Simplify for
13795 mode-line-buffer-identification.
13796
c1475eae
GM
137972000-01-07 Gerd Moellmann <gerd@gnu.org>
13798
13799 * play/pong.el: New file.
13800
83de2ebc
DL
138012000-01-06 Dave Love <fx@gnu.org>
13802
13803 * array.el: Assorted cleanups for compiler warnings, doc strings,
13804 `array-' prefix for symbols.
13805
138062000-01-05 Dave Love <fx@gnu.org>
13807
13808 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13809 outline-headers-as-kill.
13810 (outline-mode): Define imenu-generic-expression.
13811 (outline-headers-as-kill): New command.
13812
13813 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13814 from paragraph-start.
13815 (paragraph-indent-minor-mode): New command.
13816
13817 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13818 M-C-e, M-C-h, C-j, C-xnd, TAB.
13819 (fortran-mode): Set beginning-of-defun, end-of-defun.
13820 (fortran-column-ruler): Simplify.
13821 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13822 (fortran-with-subprogram-narrowing): Likewise.
13823 (fortran-indent-subprogram): Call mark-defun.
13824 (fortran-check-for-matching-do): Change narrowing.
13825
13826 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13827 (cl-lucid-hash-tag): Delete.
13828 (cl-hash-table-p): Correct test for native table.
13829 (cl-hash-table-count): Use hash-table-count.
13830
13831 * browse-url.el (browse-url): Fix case of
13832 browse-url-browser-function being an alist.
13833
676ac023
CD
138342000-01-05 Carsten Dominik <cd@gnu.org>
13835
c1475eae
GM
13836 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13837 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13838
13839 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13840 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13841
13842 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13843 `reftex-parse-file-extension'.
eb483e17 13844
88807984
DL
138452000-01-05 Dave Love <fx@gnu.org>
13846
83de2ebc 13847 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13848 (beginning-of-defun-raw): Use it.
13849 (end-of-defun): New variable.
13850 (end-of-defun): Use it.
13851 (check-parens): New command.
13852
1362aeb4
TTN
138532000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13854
c1475eae
GM
13855 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13856 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13857
7ddafb95
TTN
13858 Fix buglet in local variables initialization.
13859
7334aa99
AS
138602000-01-05 Andreas Schwab <schwab@suse.de>
13861
13862 * hscroll.el (hscroll): Doc fix.
13863
b12e24cd
CD
138642000-01-05 Carsten Dominik <cd@gnu.org>
13865
13866 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13867 idlw-toolbar.
13868
13869 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13870 file idlw-rinfo.el.
1362aeb4
TTN
13871 (idlwave-customize): load must read file idlw-shell.el.
13872 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13873
d6226972
CD
138742000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13875
13876 * progmodes/idlw-shell.el: Also provide idlwave-shell
13877 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13878 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13879
13880 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13881 both reftex-dcr and reftex-vcr.
1362aeb4 13882
d6226972
CD
13883 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13884
6ddb893f 138852000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13886
13887 * ps-print.el: PostScript code now is in separate files, doc fix.
13888 (ps-print-version): New version number (5.0.3).
13889 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13890 local.
13891 (ps-spool-config): Initialization fix.
c1475eae
GM
13892 (ps-print-prologue-1, ps-print-prologue-2)
13893 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13894 (ps-background-image): Little code reformating.
13895 (ps-begin-file, ps-begin-job): Fix code.
88807984 13896 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13897 (ps-prologue-file): New fun.
13898
ae833aae
KH
138992000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13900
c1475eae 13901 * ps-vars.el: Eliminated.
ae833aae
KH
13902
13903 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13904 `;;;###autoload'.
13905
13906 * ps-print.el: ps-vars eliminated, doc fix.
13907 (ps-print-version): New version number (5.0.2).
13908 (ps-spool-config): Initialization fix.
13909 (ps-print-customize): New fun.
13910
560a7bd2
GM
139112000-01-04 Gerd Moellmann <gerd@gnu.org>
13912
13913 * autorevert.el (auto-revert-mode): Return value of
13914 auto-revert-mode.
13915
f45dd0f4
DL
139162000-01-04 Dave Love <fx@gnu.org>
13917
fae2ac05
DL
13918 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13919 menu items.
f45dd0f4 13920
61255981
DL
139212000-01-03 Dave Love <fx@gnu.org>
13922
88807984 13923 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13924
83de2ebc 13925 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13926 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13927 `cl-hash-table-p', not `hash-table-p'.
13928 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13929
c182a70f
EZ
139302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13931
13932 * faces.el (face-read-integer, read-face-attribute)
13933 (color-defined-p, color-values): unspecified-{f,b}g are now
13934 strings.
13935
047f434a
GM
139362000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13937
13938 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13939 at comment end, and re-insert them after filling.
13940
bab531e2
EZ
139412000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13942
13943 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13944 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13945 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13946
d684c676
EZ
139472000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13948
13949 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13950 the new name of face-color-supported-p.
13951
13952 * term/w32-win.el (xw-defined-colors): Likewise.
13953
0aad4805
EZ
139542000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13955
13956 * simple.el (completion-setup-function): Count completion-size
13957 from minibuffer-prompt-end, not from point-min.
13958
5fe1d139
EZ
139592000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13960
13961 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13962 Pass the frame to tty-color-* functions.
13963 (display-color-p, frame-set-background-mode): Pass the frame to
13964 tty-display-color-p.
13965
13966 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13967 tty-color-alist.
13968 (tty-color-alist, tty-modify-color-alist): New functions.
13969 (tty-color-define, tty-color-clear, tty-color-approximate)
13970 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13971 an optional parameter FRAME.
13972
162dec01
GM
139732000-01-01 Gerd Moellmann <gerd@gnu.org>
13974
27189709
GM
13975 * image.el (create-image, defimage): Don't assume image data is a
13976 string.
13977
162dec01
GM
13978 * image.el (defimage): Handle specifications containing :data
13979 instead of :file.
13980 (image-type-from-data): New function.
13981 (image-type-from-file-header): Use it.
13982 (create-image): Add parameter DATA-P.
1362aeb4 13983
bea56df7 13984See ChangeLog.8 for earlier changes.
25a6fab1
KH
13985
13986;; Local Variables:
e64c3a75 13987;; coding: iso-2022-7bit
25a6fab1 13988;; End: