(Frecenter): When changing the window start, set the
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5297fb00
RS
12001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2
3 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4 to remove all the current alternative-match highlighting.
5 If nil, remove only what's outside the current window.
6 (isearch-lazy-highlight-remove-overlays): Take optional
7 region within which NOT to remove them.
8 (isearch-lazy-highlight-new-loop): Greatly simplified.
9 (isearch-lazy-highlight-update): Find all the other occurrences
10 visible in the window, in just one call.
11 (isearch-lazy-highlight-start): Now holds start of region to scan.
12 (isearch-lazy-highlight-end): Now holds end of region to scan.
13 (isearch-lazy-highlight-wrapped): Variable deleted.
14 (isearch-lazy-highlight-search): Function deleted.
15
13d6a61c
AI
162000-01-02 Andrew Innes <andrewi@gnu.org>
17
18 * w32-fns.el (convert-standard-filename): Do length check on name
19 before aref.
20
064866e7
DL
212001-01-02 Dave Love <fx@gnu.org>
22
8166ffd5
DL
23 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
24 read syntax.
25
064866e7
DL
26 * calendar/todo-mode.el (todo): Add :link, :version.
27 (todo-save-top-priorities): Remove autoload cookie.
28 (todo-add-category, todo-add-item-non-interactively)
29 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
30 cookie.
31
6dde6abc
GM
322001-01-02 Gerd Moellmann <gerd@gnu.org>
33
34 * comint.el (comint-input-history-ignore): New variable.
35 (comint-read-input-ring): Ignore entries matching
36 comint-input-history-ignore.
37
1a8a9daf
GM
382001-01-02 Eric M. Ludlam <zappo@gnu.org>
39
40 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
41 (lm-copyright-mark): New function.
42 (lm-crack-copyright): New function.
43 (lm-verify): Check that the file has a copyright.
44 Check that the file is copyright Free Software Foundation.
45
9c92eb53
KH
462000-12-30 Kenichi Handa <handa@etl.go.jp>
47
48 * international/mule-diag.el (print-fontset): Indent font name by
49 24 columns, not 25.
50
49172314
GM
512000-12-29 Gerd Moellmann <gerd@gnu.org>
52
762a68ec
GM
53 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
54 in Subject line.
55
49172314
GM
56 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
57 Use mail-mode-hook instead of mail-setup-hook. Otherwise
58 continuing an interrupted message with C-u C-x m for instence,
59 winds up in Mail mode without abbrevs.
60
bd7a2e26
GM
612000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
62
63 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
64 non-nil. Adding almost all customization variables on ps-setup. Doc
65 Fix.
66 (ps-print-version): New version number (6.3.3).
67 (ps-end-with-control-d): Initialization fix.
68 (ps-lines-printed): New var.
69 (ps-skip-newline): New fun.
70 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
71 (ps-next-line, ps-continue-line, ps-plot-region)
72 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
73
2b3f28a4
KH
742000-12-29 Kenichi Handa <handa@etl.go.jp>
75
76 * international/fontset.el (x-complement-fontset-spec): Resolve
77 ASCII font name so that the same family name is used for fonts
78 registered in x-font-name-charset-alist.
79 (create-fontset-from-fontset-spec): Adjusted for the above change.
80 The name of fontset alias should be a unresolved ASCII font name.
81
2ece9174
GM
822000-12-28 Gerd Moellmann <gerd@gnu.org>
83
84 * simple.el (delete-key-deletes-forward-mode): Bind backspace
85 and delete in isearch-mode-map.
86
cbe3ad7a
RS
872000-12-28 Richard M. Stallman <rms@gnu.org>
88
89 * dired-x.el (dired-guess-shell-alist-default):
90 Use xpdf instead of acroread.
91
a816f1c5
KH
922000-12-28 Kenichi Handa <handa@etl.go.jp>
93
f086e73c
KH
94 * textmodes/artist.el (artist-butlast): Deleted.
95 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 96 artist-butlast.
f086e73c 97
a816f1c5
KH
98 * subr.el (butlast, nbutlast): Moved from cl.el to here.
99
100 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
101
b202115b
EZ
1022000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
103
104 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
105
106 * ls-lisp.el: Better support for the Mac and MS-Windows.
107 (ls-lisp): New defgroup.
108 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
109 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
110 (ls-lisp-support-shell-wildcards): New defcustoms.
111 (ls-lisp-parse-symlink): New function.
112 (insert-directory): Code to convert switches to a list and set up
113 the wildcard argument copied from ls-lisp-insert-directory.
114 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
115 for -C and -R switches.
116 (ls-lisp-column-format): New function.
117 (ls-lisp-delete-matching, ls-lisp-handle-switches)
118 (ls-lisp-format-time): Add doc strings.
119 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
120 Support ls-lisp-dirs-first.
121 (ls-lisp-classify, ls-lisp-extension): New functions.
122 (ls-lisp-format): Optionally support emulation of symlinks.
123 Support -i, -s, and -G switches.
124
6061fbf0
GM
1252000-12-27 Gerd Moellmann <gerd@gnu.org>
126
5e25feee
GM
127 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
128
6061fbf0
GM
129 * version.el (emacs-version): Print X scroll bar information.
130
131 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
132 instead of x-toolkit-scroll-bars-p.
133
134 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
135 of x-toolkit-scroll-bars-p.
136
25050dab
EZ
1372000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * ffap.el (ffap-bindings): Make interactive and add an autoload
140 cookie.
141 (ffap-bindings): Doc fix, to reflect the above change.
142
c1786874
KH
1432000-12-27 Kenichi Handa <handa@etl.go.jp>
144
145 * term.el (term-char-mode): Define all non-ascii self-inserting
146 characters to 'term-send-raw in term-raw-map.
147
7261ece3 1482000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6061fbf0
GM
149
150 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3
MK
151 guard.
152
6061fbf0 153 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 154 initialization; use add-hook.
6061fbf0 155 (ediff-file-remote-p): Use file-local-copy.
7261ece3 156
6061fbf0 157 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
7261ece3 158
6061fbf0
GM
159 * ediff.el (ediff-patch-buffer): Bug fix.
160 (ediff-revision): Allow selection of the file at the prompt.
7261ece3 161
83f40583
SM
1622000-12-23 Stefan Monnier <monnier@cs.yale.edu>
163
164 * subr.el (combine-run-hooks): Remove.
165
166 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
167 and remove the rogue second spec.
168
bdd6d4e8
GM
1692000-12-23 Gerd Moellmann <gerd@gnu.org>
170
171 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
172
26736ce3
SM
1732000-12-22 Stefan Monnier <monnier@cs.yale.edu>
174
0e86b6b0
SM
175 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
176 Use minibuffer menu prompt for the `=' prefix.
177 (smerge-command-prefix): Change default to C-^.
6eabfb26 178 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 179
26736ce3
SM
180 * skeleton.el (skeleton-internal-1): Make sure the first line of
181 the region is also re-indented.
d21584d6
SM
182 (skeleton-end-newline): New var.
183 (skeleton-end-hook): Use it.
26736ce3 184
95fa4fd7
MB
1852000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
186
187 * comint.el (comint-password-prompt-regexp): Support CVS.
188
f060b834
GM
1892000-12-22 Gerd Moellmann <gerd@gnu.org>
190
856ff7a7
GM
191 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
192 backspace key combinations, depending on
193 delete-key-deletes-forward.
194
195 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
196
f060b834
GM
197 * simple.el (delete-key-deletes-forward): Doc fix.
198
653558a1
GM
1992000-08-22 Emmanuel Briot <briot@gnat.com>
200
201 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 202 white spaces are relevant in the XML file.
653558a1
GM
203 (xml-parse-file): Do not kill an existing Emacs buffer if the file
204 to parse was already edited. This allows for on-the-fly analysis
26736ce3 205 of XML files.
653558a1
GM
206 (xml-parse-tag): Check that the casing is the same in the start
207 tag and end tag, since XML is case-sensitive. Allows for spaces
208 in the end tag, after the name of the tag.
209 (xml-parse-attlist): Allow for the character '-' in the name of
210 attributes, as in the standard http-equiv attribute Do not save
26736ce3 211 the properties in the XML tree, since they are not relevant.
653558a1 212
3ad93d8d
SM
2132000-12-21 Stefan Monnier <monnier@cs.yale.edu>
214
215 * generic.el (generic-read-type): Undo last change, inline into
216 `generic-mode' and then remove.
217 (generic-mode): Inline generic-read-type.
218 (define-generic-mode): Push the symbol name rather than the symbol
219 onto generic-mode-list.
220
177f4e88
GM
2212000-12-21 Gerd Moellmann <gerd@gnu.org>
222
8e15274f
GM
223 * generic.el (generic-read-type): Build an alist for
224 completing-read as in 20.7.
225
226 * play/landmark.el (lm): Use interactive spec `P'.
227 (toplevel): Don't set debug-on-error.
228
177f4e88
GM
229 * server.el (server-switch-buffer): Choose a window on a visible
230 frame.
231
6ba384dc
GM
2322000-12-21 Dave Pearson <davep@davep.org>
233
234 * quickurl.el: Commentry change, I've moved my web site.
235
647a066c
GM
2362000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
237
238 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
239 ranges like \177-\237, but accepts the character sequence from \177 to
240 \237. Doc fix.
241 (ebnf-version): New version (3.4).
242 (ebnf-setup): Code fix.
243 (ebnf-range-regexp): New fun.
244 (ebnf-8-bit-chars): Const fix.
245
246 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
247 entry. Doc fix.
248 (ebnf-bnf-lex): Code fix.
249 (ebnf-bnf-comment-chars): Const fix.
250
251 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
252 entry. Doc fix.
253 (ebnf-iso-comment-chars): Const fix.
254
255 * ebnf-otz.el: Doc fix.
256
257 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
258 entry. Doc fix.
259 (ebnf-yac-skip-code): Code fix.
260 (ebnf-yac-comment-chars): Const fix.
261
bc22fd18
EZ
2622000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * files.el (insert-directory-safely): New function.
834d23b2
EZ
265 (recover-file): Use it instead of insert-directory. From Markus
266 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 267
587fc3f9
KH
2682000-12-21 Kenichi Handa <handa@etl.go.jp>
269
eeefcfde 270 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 271 coding-category-list more rigidly. Improve help message.
eeefcfde 272
587fc3f9
KH
273 * dired.el (dired-move-to-filename-regexp): Fix previous change.
274
01860fb9
MB
2752000-12-21 Miles Bader <miles@gnu.org>
276
587fc3f9
KH
277 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
278 prefix.
01860fb9 279
3f9d67a6
KH
2802000-12-21 Kenichi Handa <handa@etl.go.jp>
281
9fd1c1f7
KH
282 * international/mule-diag.el (describe-char-after): Make *Help*
283 buffer inherit multibyteness of the current buffer.
284
3f9d67a6
KH
285 * international/mule.el (make-char): Docstring adjusted for the
286 change of make-char-internal.
287
c9669fac
SM
2882000-12-20 Stefan Monnier <monnier@cs.yale.edu>
289
290 * international/iso-cvt.el: Docstrings fix.
291
19594307
DL
2922000-12-20 Dave Love <fx@gnu.org>
293
294 * subr.el (eval-after-load): Doc fix.
295
b1a447b3
KH
2962000-12-20 Kenichi Handa <handa@etl.go.jp>
297
298 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
299 for numbers.
300
09877d5d
MB
3012000-12-20 Miles Bader <miles@gnu.org>
302
303 * international/quail.el (quail-help): Resize the help window
304 again after it has all its contents. Remove unneeded progn.
305
71d4497a
GM
3062000-12-19 Gerd Moellmann <gerd@gnu.org>
307
308 * pcmpl-linux.el: Fix copy/paste error.
309
741e56a0
AI
3102000-12-19 Andrew Innes <andrewi@gnu.org>
311
312 * simple.el (delete-key-deletes-forward-mode): Fix typo in
313 docstring.
314
cc24d91c
CD
3152000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
316
ba4c05aa
CD
317 * progmodes/idlw-rinfo.el: Fixed copyright notice.
318
319 * progmodes/idlw-toolbar.el: Fixed copyright notice.
320
321 * progmodes/idlw-shell.el: Fixed copyright notice.
322
323 * progmodes/idlwave.el: Fixed copyright notice.
324
71d4497a 325 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
326 TAB as key separators.
327
524c8caf
GM
3282000-12-19 Alex Schroeder <alex@gnu.org>
329
330 * sql.el (sql-sybase-options): New option.
331 (sql-sybase): Use it. Add sql-database to the list of parameters
332 provided for login. The options -w 2048 -n are not used any more.
333 (sql-postgres-options): Changed default from "--pset" to "-P".
334 (sql-mysql-options): Doc change.
335 (sql-stop): Doc change.
336
b5fa513d
KH
3372000-12-19 Kenichi Handa <handa@etl.go.jp>
338
339 * international/quail.el (quail-input-method): Always hide
340 the guidance buffer on exiting.
341
91c9e6ce
GM
3422000-12-18 Gerd Moellmann <gerd@gnu.org>
343
c6da4eb4
GM
344 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
345 isn't fboundp.
346
3d2a0e0b
GM
347 * server.el (server-buffer-done): Bury the buffer before
348 killing it.
349
91c9e6ce
GM
350 * faces.el (face-spec-set): Interpret a nil in specs for
351 foreground and background colors as `unspecified', for
352 compatibility with 20.x.
353
40fa0008
DL
3542000-12-18 Dave Love <fx@gnu.org>
355
22adbe54
DL
356 * simple.el (mail-user-agent): Doc fix.
357 (input-mode-8-bit): Removed.
358
359 * international/mule.el (set-keyboard-coding-system): Doc fix.
360 (keyboard-coding-system): New option.
361
40fa0008
DL
362 * mail/sendmail.el (send-mail-function): Customize.
363
6f4745e2
EZ
3642000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
365
366 * international/codepage.el (cp866-decode-table): New table.
367
82b90229
GM
3682000-12-18 Gerd Moellmann <gerd@gnu.org>
369
370 * version.el (emacs-version): Remove `%a' from the time format
371 because the weekday doesn't fit well into each locale.
372
5a047002
MB
3732000-12-18 Miles Bader <miles@gnu.org>
374
7f49aa07
MB
375 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
376
5a047002
MB
377 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
378 Check that emacs-major-version is `=' to 20, not `>='.
379 (artist-replace-chars): Use `make-string' instead of a loop.
380
22ea2607
EZ
3812000-12-17 Stefan Monnier <monnier@cs.yale.edu>
382
383 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
384 (cvs-execute-single-file): Don't change directory.
385 Patch from Per Cederqvist.
386
6c825f8e
EZ
3872000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * textmodes/ispell.el (check-ispell-version): If
390 `ispell-program-name' is "aspell", pass it the -v switch instead
391 of -vv.
392
8ff06845
KH
3932000-12-16 Kenichi Handa <handa@etl.go.jp>
394
af4bb4c8
KH
395 * international/mule-diag.el (mule-diag): Insert information about
396 configure options, multibyte awareness, language env.
397
8ff06845
KH
398 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
399 regexp to search for candidates.
400
b24e84ab
EZ
4012000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
402
403 * info.el (Info-forward-node): If the node has an
404 Info-header-line, widen the buffer before searching for "next:"
405 and "up:" pointers, and set the search limit to stay in the
406 current node.
407
7981d89f
MB
4082000-12-16 Miles Bader <miles@gnu.org>
409
410 * simple.el (delete-trailing-whitespace): Remove extraneous let.
411
88ee7917
MB
4122000-12-15 Miles Bader <miles@gnu.org>
413
414 * comint.el (comint-send-string, comint-send-region): Also accept
415 a buffer, buffer-name, or nil for PROCESS, for compatibility with
416 process-send-string/region.
417
0c28d842
GM
4182000-12-15 Gerd Moellmann <gerd@gnu.org>
419
4ea7fdca
GM
420 * isearch.el (isearch-lazy-highlight-max): New user-option.
421 (isearch-lazy-highlight-update): Don't highlight more than
422 isearch-lazy-highlight-max matches.
423
0c28d842
GM
424 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
425
3ffa545b
GM
4262000-12-15 Richard M. Stallman <rms@caffeine.ai.mit.edu>
427
8062e53a
GM
428 * sort.el (sort-columns): Fix error message.
429
3ffa545b
GM
430 * dabbrev.el (dabbrev--last-case-pattern): Value is now
431 `upcase' or `downcase' or nil.
432 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
433 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
434 (dabbrev--substitute-expansion): New arg record-case-pattern.
435 If it is non-nil, set dabbrev--last-case-pattern.
436 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
437
438 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
439
c2d7f289
MB
4402000-12-15 Miles Bader <miles@gnu.org>
441
b6348438
MB
442 * paths.el (Info-default-directory-list): Don't delete
443 configure-info-directory from the list of standard info
444 directories when appending it to the end -- their order is
445 important.
446
f9056dd9
MB
447 * faces.el (read-face-attribute): If there's no entry for the
448 user's input in VALID, just use it as-is (this will often result
449 in an error, but it may be OK for e.g. colors using hexadecimal
450 notation, and at least will yield a better error message).
451
c2d7f289
MB
452 * window.el (mode-line-window-height-fudge): Function removed.
453 (height-affecting-face-attributes, mode-line-window-height-fudge):
454 Variables removed.
455 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
456 window is really the right size. Use vertical-motion
457 rather than forward-line.
458 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
459 (ispell-command-loop, ispell-show-choices): Use the variable
460 ispell-choices-win-default-height, rather than the function.
461 (ispell-choices-win-default-height): Function removed.
462 (ispell-mode-line-window-height-fudge): Function removed.
463
8f530b95
SM
4642000-12-14 Stefan Monnier <monnier@cs.yale.edu>
465
466 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
467
6d435deb
EZ
4682000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
469
4dddb0b7
EZ
470 * paths.el (Info-default-directory-list): If
471 configure-info-directory is not one of the standard directories,
472 put it first in the list; otherwise put it last. Doc string
473 changed accordingly.
474
475 * info.el (Info-directory-list): Change doc string to reflect the
476 change in Info-default-directory-list.
477
6d435deb
EZ
478 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
479 windows-nt as windowed environments, even under -nw.
480
481 * startup.el (command-line): Don't call x-backspace-delete-keys-p
482 if not fboundp. Switch delete-forward mode for the <delete> key
483 on all PC platforms, even under -nw.
484
485 * term/internal.el ([M-delete]): Remap to M-d.
486
9d7d9263
GM
4872000-12-14 Gerd Moellmann <gerd@gnu.org>
488
489 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
490
7cf0153a
EZ
4912000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
492
493 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
494
5e5b3d41
GM
4952000-12-14 Gerd Moellmann <gerd@gnu.org>
496
5f368d29
GM
497 * startup.el (command-line): Call delete-key-deletes-forward-mode,
498 if appropriate.
499
500 * simple.el (delete-key-deletes-forward): New user-option.
501 (delete-key-deletes-forward-mode): New function.
502
9d7d9263 503 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 504
5e5b3d41
GM
505 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
506 if symbol is bound before getting its value.
507
508 * tooltip.el (tooltip-show): If an error is signaled in
509 x-show-tip, display that error, and display the help in the
510 echo area.
c2d7f289 511
191b83b6
KH
5122000-12-14 Kenichi Handa <handa@etl.go.jp>
513
514 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
515 "... entries" messages for every 10000 entries, not 10.
516
6192b604
KF
5172000-12-13 Karl Fogel <kfogel@red-bean.com>
518
519 * bookmark.el: Provide a generic exit hook, as suggested by
520 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
521 (bookmark-exit-hook): New var.
522 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
523 old raw lambda form in `kill-emacs-hook', and runs new
524 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
525 as logically that feature must have been provided if this function
526 is running.
527 Removed ;;;###autoload before the `add-hook' call.
528
5edf6b55
SM
5292000-12-13 Stefan Monnier <monnier@cs.yale.edu>
530
531 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
532 (easy-menu-current-active-maps): New function.
533 (easy-menu-get-map): Use it.
534 Make a proper menu entry when creating a new keymap.
535
16b5e8e6
KH
5362000-12-13 Kenichi Handa <handa@etl.go.jp>
537
d49fc4eb
KH
538 * international/characters.el: Fix cases and syntaxes for
539 mule-unicode-0100-24ff.
540
3b53d876
KH
541 * dired.el (dired-move-to-filename-regexp): Fixed for the case
542 that a Japanese character is not appended after day and year.
543
16b5e8e6
KH
544 * info.el (Info-suffix-list): Change format for a command that
545 requires arguments.
546 (info-insert-file-contents): Adjusted for the above change.
547
1df1c518
AS
5482000-12-12 Andreas Schwab <schwab@suse.de>
549
550 * tar-mode.el (tar-extract): Base the name of the subfile buffer
551 on the name of the tar buffer. Verify that the existing buffer is
552 visiting the same subfile.
553
a7a07b98
DL
5542000-12-12 Dave Love <fx@gnu.org>
555
556 * subdirs.el: Add obsolete.
557
4fdbd809
GM
5582000-12-12 Gerd Moellmann <gerd@gnu.org>
559
bfdb75ee
GM
560 * mail/rmailsum.el (rmail-summary-expunge)
561 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
562 instead of rmail-confirm-expunge.
563
4fdbd809
GM
564 * replace.el (perform-replace): Don't use an empty match adjacent
565 to a non-empty match when computing the next match before the
566 replacement is performed.
567
e9a59cad
GM
5682000-12-12 Milan Zamazal <pdm@freesoft.cz>
569
570 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
571 definition (patch by Stefan Monnier).
572 (glasses-mode): Use jit-lock instead of `after-change-functions'
573 (patch by Stefan Monnier).
574
c2def7a0
MB
5752000-12-12 Miles Bader <miles@gnu.org>
576
577 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
578 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
579
591b63b4
AC
5802000-12-12 Andrew Choi <akochoi@i-cable.com>
581
582 * term/mac-win.el: Remove load for ls-lisp.
583
a924cf63 584 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 585
5ff4ba3d
MB
5862000-12-12 Miles Bader <miles@gnu.org>
587
588 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
589 Respect field end too.
590 (just-one-space): Respect fields as `delete-horizontal-space'.
591 (newline-and-indent, reindent-then-newline-and-indent): Use
592 `delete-horizontal-space'.
593
d0c679bc
SM
5942000-12-11 Stefan Monnier <monnier@cs.yale.edu>
595
adf9c994
SM
596 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
597 (so as to obey the field property in the minibuffer).
598
4b0cd42d
SM
599 * obsolete/c-mode.el: Moved from lisp/progmodes.
600 * obsolete/auto-show.el: Moved from lisp.
601 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 602
89f85863
CD
6032000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
604
605 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
606 changes to list them here.
607
608 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
609 many changes to list them here.
610
611 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
612 many changes to list them here.
613
614 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
615
3e0d35ce
GM
6162000-12-11 Gerd Moellmann <gerd@gnu.org>
617
d990421f
GM
618 * simple.el (kill-new): Don't try to setcar kill-ring if it is
619 nil.
620
fda514f7
GM
621 * cus-edit.el (custom-save-variables, custom-save-faces):
622 Comment fix.
623
3e0d35ce
GM
624 * hscroll.el: Moved to `obsolete' subdir.
625
ff904dd6
MB
6262000-12-11 Miles Bader <miles@gnu.org>
627
628 * window.el (window-text-height): Function removed (now in C).
629
fb97d87f
SM
6302000-12-10 Stefan Monnier <monnier@cs.yale.edu>
631
632 * log-edit.el (log-edit-parent-buffer): New var.
633 (log-edit): Set it. Add BUFFER argument.
634 (log-edit-done): Use char-before.
635 Don't bother checking validity of vc-comment-ring.
636 Only bury the buffer if log-edit popped it up.
637
638 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
639 (cvs-mode-diff-help): Remove.
640 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 641 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
642
643 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
644 Remove binding for ? now made unnecessary.
645
7de77417
CD
6462000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
647
648 * textmodes/reftex.el (reftex-scanning-info-available-p): New
649 function
650 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
651
652 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
653 when master file is not open.
654
4efa209f
SM
6552000-12-09 Stefan Monnier <monnier@cs.yale.edu>
656
657 * progmodes/ada-stmt.el: Update `maintainer'.
658
0a8052bd
GM
6592000-12-09 Stephen Gildea <gildea@alum.mit.edu>
660
661 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
662 choices to match documentation string.
663
a12167c5
MB
6642000-12-09 Miles Bader <miles@gnu.org>
665
2161605d
MB
666 * minibuf-eldef.el: New file.
667
a12167c5
MB
668 * window.el (fit-window-to-buffer): Don't pass last argument to
669 pos-visible-in-window-p, now that its meaning is inverted.
670
9ea8de1b
EZ
6712000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
672
673 * image.el (create-image): Doc fix; spotted by Per Cederqvist
674 <ceder@lysator.liu.se>.
675
5002ddbb
SM
6762000-12-08 Stefan Monnier <monnier@cs.yale.edu>
677
b6114d80
SM
678 * autoinsert.el (auto-insert-alist): Add missing final \n.
679
ee8d23ee
SM
680 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
681 (cvs-menu-map): Remove.
682 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
683 (cvs-mode-quit): Turn it back into a plain function.
684
5002ddbb 685 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 686 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
687
688 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
689 file where it's more visible.
690 (texinfo-filter, texinfo-chapter-level-regexp): New variables
691 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
692 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
693 (texinfo-inside-macro-p): Only catch `scan-error's.
694 (texinfo-inside-env-p): Make better use of the match info.
695 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
696 (texinfo-insert-@end): Slight re-organization.
697 Also remove useless `looking-at' call.
698
30cd075d
AI
6992000-12-08 Andrew Innes <andrewi@gnu.org>
700
701 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
702 accessible in -nw mode.
703
704 * term/w32-win.el: Remove stuff about selection timeout, which is
705 irrelevant on Windows. Move clipboard support to w32-fns.el, so
706 it is accessible in -nw mode.
707
01b91009
DL
7082000-12-08 Dave Love <fx@gnu.org>
709
710 * emacs-lisp/lisp-mode.el (lisp-mode): Set
711 font-lock-keywords-case-fold-search.
712
842b2a94
GM
7132000-12-08 Gerd Moellmann <gerd@gnu.org>
714
715 * textmodes/ispell.el (ispell): Doc fix.
716
f9d5f611
KH
7172000-12-08 Kenichi Handa <handa@etl.go.jp>
718
719 * international/quail.el (quail-insert-decode-map): Check the
720 frame width of a window displaying the current buffer, not that of
721 the selected frame.
722 (quail-help): Make sure that the help buffer has window before
723 inserting text in it.
724
e04d21aa
SS
7252000-12-07 Sam Steingold <sds@gnu.org>
726
727 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
728 Backquote is used in isearch.el, so autoloading saves nothing.
729
fc3e23a4
EZ
7302000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
731
137cad7c
EZ
732 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
733 the CVS and RCS subdirectories case-insensitively.
734
fc3e23a4
EZ
735 * dired.el (dired-insert-directory): If file-system-info is
736 fboundp, call it instead of invoking dired-free-space-program.
737
796ecd10
GM
7382000-12-07 Gerd Moellmann <gerd@gnu.org>
739
0f5f7c3e
GM
740 * server.el (server-visit-files): Push files on file-name-history.
741
3764ba49
GM
742 * progmodes/cc-langs.el: Update copyright.
743
8e7931da
GM
744 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
745
ae0d7485 746 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 747
796ecd10
GM
748 * bindings.el (mode-line-mode-menu): Reverse the order
749 of define-keys so that the menu appears in alphabetical order.
750
ae0d7485
GM
7512000-12-07 Milan Zamazal <pdm@freesoft.cz>
752
753 * progmodes/glasses.el (glasses-mode): Update mode line at the end
754 of the function.
755
e2849090
DL
7562000-12-07 Dave Love <fx@gnu.org>
757
758 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
759
760 * facemenu.el (facemenu-unlisted-faces): Fix value.
761
5c7f629c
SM
7622000-12-07 Stefan Monnier <monnier@cs.yale.edu>
763
764 * font-lock.el (font-lock-default-fontify-region):
765 Include the terminating \n (off-by-one error).
766 (font-lock-set-defaults): Use dolist.
767
768 * derived.el (define-derived-mode): Don't use combine-run-hooks.
769
73481ae3
KH
7702000-12-07 Kenichi Handa <handa@etl.go.jp>
771
ffbaa122
KH
772 * international/mule-cmds.el (describe-language-environment): Fix
773 for the case that an input method title is not string but a list.
774
73481ae3
KH
775 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
776 of wrong SIZE record.
777
e2896b22
DL
7782000-12-06 Dave Love <fx@gnu.org>
779
67292061
DL
780 * newcomment.el (comment-region, comment-dwim): Doc fix.
781
782 * textmodes/texinfo.el: Require tex-mode when compiling.
783 (texinfo-update-node): Doc fix.
784 (texinfo-imenu-generic-expression): Add @anchor.
785 (texinfo-font-lock-keywords): Add @uref.
786 (texinfo-inside-macro-p): Don't use ignore-errors.
787 (texinfo-insert-quote): Match more contexts.
788
e76938e7
DL
789 * international/mule.el (decode-char, encode-char): Doc fix.
790 (auto-coding-alist): Customize.
791
792 * files.el (load-file): Fix change of 2000-03-12.
793
e2896b22
DL
794 * wid-edit.el (widget-text-keymap): Doc fix.
795
6610f4b2
AI
7962000-12-06 Andrew Innes <andrewi@gnu.org>
797
798 * makefile.w32-in (lisp): Set to an absolute directory, namely
799 $(CURDIR).
800
9e3366e4
EZ
8012000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
802
803 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
804 read generated-autoload-file, and set buffer-file-coding-system to
805 raw-text-unix after reading the file.
806
807 * international/mule-conf.el (file-coding-system-alist): Use
808 raw-text for reading loaddefs.el and raw-text-unix for writing
809 it.
810
d94d636f
GM
8112000-12-06 Gerd Moellmann <gerd@gnu.org>
812
384333ee
GM
813 * replace.el (occur): Make line-number-width 1 smaller for the
814 colon following the line number.
815
347d0813
GM
816 * startup.el (fancy-splash-text, command-line-1): Use
817 `File' for the menu name instead of `Files'.
e04d21aa 818
d4b72d58
GM
819 * tmm.el: Update copyright.
820
d94d636f
GM
821 * cus-start.el: Add entry for even-window-heights.
822
6e424019
MB
8232000-12-06 Miles Bader <miles@gnu.org>
824
825 * faces.el (frame-set-background-mode): Avoid stomping on
826 locally modified faces.
827
e6477b58
KH
8282000-12-06 Kenichi Handa <handa@etl.go.jp>
829
830 * international/fontset.el: Correct the font registries for
831 japanese-jisx0213-1 and japanese-jisx0213-2.
832
21999ab9
GM
8332000-12-05 Gerd Moellmann <gerd@gnu.org>
834
57d6e381
GM
835 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
836
21999ab9
GM
837 * iswitchb.el: Update customization commentary.
838
7422819c
GM
8392000-12-05 Rob Riepel <riepel@Stanford.EDU>
840
841 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
842 (tpu-search-highlight): Fixed comparison of overlay end positions.
843 (tpu-trim-line-ends): Implemented trimming logic locally.
844
845 * emulation/tpu-extras.el (tpu-write-file-hook)
846 (tpu-set-cursor-bound): Replaced picture-clean with
847 tpu-trim-line-ends.
848
73daff18
KH
8492000-12-05 Kenichi Handa <handa@etl.go.jp>
850
851 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
852 to cn-gb.
853 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
854
6a4cd002
DL
8552000-12-04 Dave Love <fx@gnu.org>
856
857 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
858
6452929e
GM
8592000-12-04 Gerd Moellmann <gerd@gnu.org>
860
e04d21aa 861 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
862 (rmail-summary-expunge-and-save): Ask for confirmation with
863 rmail-expunge-confirmed.
864
865 * mail/rmail.el (rmail-expunge-confirmed): New function.
866 (rmail-expunge): Use it.
867
0c68ce6f
GM
868 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
869 (etags-recognize-tags-table, find-tag-in-order): New
870 functionality: interpret file names as tags.
e04d21aa 871
7a53d8c8
EZ
8722000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * info.el (Info-scroll-prefer-subnodes): New defcustom.
875 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
876 visit the first subnode until the bottom of the current node is
877 visible.
878
caa15ef7
GM
8792000-12-04 Gerd Moellmann <gerd@gnu.org>
880
881 * format.el (format-decode): Don't change buffer's undo list.
882
e225faa7
KH
8832000-12-04 Kenichi Handa <handa@etl.go.jp>
884
885 * faces.el (face-font-registry-alternatives): Add entries for CJK
886 fonts. Doc-string adjusted for the actual usage of this data.
887
888 * international/fontset.el: Change the font registries for CJK
889 fonts in the default fontset. Don't append '*' to registries.
890
8b262a65
SM
8912000-12-03 Stefan Monnier <monnier@cs.yale.edu>
892
e04d21aa 893 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
894 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
895
896 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
897 (derived-mode-p): New function.
898 (derived-mode-make-docstring): Add `docstring' argument.
899 Use it if available and complete it if necessary.
900
33c4460b
AS
9012000-12-03 Andreas Schwab <schwab@suse.de>
902
903 * type-break.el (type-break): Don't make parent of itself.
904
5c9b3fac
MB
9052000-12-03 Miles Bader <miles@gnu.org>
906
907 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
908
27ce741e
SM
9092000-12-02 Stefan Monnier <monnier@cs.yale.edu>
910
07c16ec4
SM
911 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
912 (tex-main-file, tex-file): Simplify.
913 (tex-generate-zap-file-name): Use subst-char-in-string.
914 (tex-strip-dots): Remove.
915
c19cc275
SM
916 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
917
27ce741e
SM
918 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
919 to check if the match succeeded.
920
285991dc
GM
9212000-12-02 Gerd Moellmann <gerd@gnu.org>
922
923 * startup.el (use-fancy-splash-screens-p): New function.
924 (command-line-1): Use it to determine whether or not to use
925 a fancy splash screen.
926
52dca1b2
AS
9272000-12-02 Andreas Schwab <schwab@suse.de>
928
929 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
930
d3e7e7cf
EZ
9312000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
932
2dce2360
EZ
933 * international/mule.el (make-char): Fix last change.
934
9768eaa7
EZ
935 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
936 New defcustoms.
937 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
938 autoloading tex-mode; instead, do the same manually. Use
939 texinfo-open-quote and texinfo-close-quote. Insert literal quote
940 with numeric argument. Docstring fix.
941 (toplevel): Require cl when compiling.
e04d21aa 942
285991dc 943 * international/mule.el (make-char): Doc fix.
d3e7e7cf 944
0dd5e255
JR
9452000-12-02 Jason Rumney <jasonr@gnu.org>
946
947 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
948 the Emacs Lisp manual)
949
fbb87147
EZ
9502000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
951
5cbb3e93
EZ
952 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
953
fbb87147
EZ
954 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
955 the Emacs Lisp manual).
956
1636ca09
GM
9572000-12-02 Gerd Moellmann <gerd@gnu.org>
958
959 * simple.el (next-line-add-newlines): Change default to nil.
960
68875f0e
EZ
9612000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
962
963 * files.el (revert-buffer, recover-file): Bind
964 coding-system-for-read to emacs-mule-unix, not to no-conversion.
965
fd9ac94c
GM
9662000-12-01 Gerd Moellmann <gerd@gnu.org>
967
968 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
969
45450dd5
MB
9702000-12-01 Miles Bader <miles@gnu.org>
971
972 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
973
09df8881
KH
9742000-12-01 Kenichi Handa <handa@etl.go.jp>
975
976 * international/mule-diag.el (describe-char-after): Fix typo.
977 (describe-character-set, non-iso-charset-alist): Fix typo.
978
dea0a87d
MB
9792000-12-01 Miles Bader <miles@gnu.org>
980
b170205b
MB
981 * image-file.el (image-file-name-regexp): Automatically add
982 upper-case variants of each filename extension in
983 `image-file-name-extensions', since they seem to be common.
984
e04d21aa 985 * simple.el (minibuffer-contents)
dea0a87d
MB
986 (minibuffer-contents-no-properties, delete-minibuffer-contents):
987 New functions.
988 * filecache.el (file-cache-directory-name)
989 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
990
2b69bc11 9912000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 992
dea0a87d
MB
993 * filecache.el (file-cache-minibuffer-complete): Don't try to
994 delete the minibuffer prompt.
995
a8a1b05d
DL
9962000-11-30 Dave Love <fx@gnu.org>
997
998 * cus-start.el: Fix read-buffer-function type.
999
693c4692
GM
10002000-11-30 Gerd Moellmann <gerd@gnu.org>
1001
1002 * md5.el: Removed. There's a built-in function, now.
1003
2c0b1898
GM
10042000-11-30 Markus Rost <rost@math.ohio-state.edu>
1005
1006 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1007 as dummy 0-th char of rmail-deleted-vector.
1008
63dfcf4b
EZ
10092000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1010
1011 * ps-print.el (ps-end-job): Bind case-fold-search only after
1012 switching to ps-spool-buffer.
1013
10142000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1015
1016 * ps-print.el: Line number font customization. PostScript: Lines and
1017 PageCount are initialized on each page. Doc Fix.
1018 (ps-print-version): New version number (6.3.2).
1019 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1020 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1021 (ps-right-header): Customization fix.
1022 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1023 Fix code.
1024 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1025 New vars.
1026
df3aedcf
GM
10272000-11-30 Gerd Moellmann <gerd@gnu.org>
1028
edfb795e
GM
1029 * bs.el: Fix typos and spelling errors.
1030 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1031 (bs-configuration): Doc fix.
e04d21aa 1032
df3aedcf
GM
1033 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1034
8b8a7f01
GM
10352000-11-30 Rob Riepel <riepel@Stanford.EDU>
1036
1037 * emulation/tpu-edt.el (tpu-version): New version.
1038 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1039 (tpu-original-mode-line): Variable deleted.
1040 (tpu-mark-flag): New initial value.
1041 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1042 tpu-mark-flag to minor-mode-alist.
1043 (tpu-update-mode-line): New mark flag logic.
1044 (tpu-get): Use find-file-wildcards.
1045 (tpu-search-highlight): Move overlay less, reset overlay properly.
1046 (tpu-unselect): Deactivate mark.
1047 (tpu-lm-replace): Reset overlay properly.
1048 (tpu-forward-line): Use forward-visible-line.
1049 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1050
1051 * emulation/tpu-extras.el (tpu-forward-line): Use
1052 forward-visible-line.
e04d21aa 1053
c069a9d3
GM
10542000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1055
1056 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1057
b02cd40b
GM
10582000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1059
1060 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1061 and skip whitespace and newlines.
e04d21aa 1062
b7a90344
SM
10632000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1064
1065 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1066
be6bbb55
GM
10672000-11-29 Gerd Moellmann <gerd@gnu.org>
1068
0383ed60
GM
1069 * help.el (describe-function-1): Regexp-quote function name
1070 when used as part of a regexp.
1071
c7957947
GM
1072 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1073 face-attribute instead of face-foreground and face-background.
1074 (tool-bar-add-item): Likewise, and handle unspecified colors.
1075
1076 * enriched.el (enriched-face-ans): Use face-attribute instead
1077 of face-foreground and face-background.
1078
1079 * faces.el (face-foreground, face-background, face-stipple):
1080 Return nil if attribute is unspecified, for backward
1081 compatibility.
1082
7423978d
GM
1083 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1084
ef128c78
GM
1085 * play/5x5.el: Remove version info.
1086
a81fc510
GM
1087 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1088
be6bbb55
GM
1089 * frame.el (blink-cursor-mode): Doc fix.
1090
f9396e03
GM
10912000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1092
1093 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1094 to create Makefile rules.
1095 (antlr-tool-command): New user option.
1096 (antlr-ask-about-save): New user option.
1097 (antlr-makefile-specification): New user option.
1098 (antlr-file-formats-alist): New variable.
1099 (antlr-special-file-formats): New variable.
1100 (antlr-unknown-file-formats): New user option.
1101 (antlr-help-unknown-file-text): New variable.
1102 (antlr-help-rules-intro): New variable.
1103 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1104 (antlr-mode-menu): Add entries.
1105 (antlr-file-dependencies): New function.
1106 (antlr-directory-dependencies): New function.
1107 (antlr-superclasses-glibs): New function.
1108 (antlr-run-tool): New command.
1109 (antlr-makefile-insert-variable): New function.
1110 (antlr-insert-makefile-rules): New function.
1111 (antlr-show-makefile-rules): New command.
1112
1113 * antlr-mode.el: More Emacs/XEmacs stuff.
1114 (antlr-no-action-keywords): New constant with value nil.
1115 (antlr-font-lock-keywords-alist): Use it. Old value would break
1116 syntax highlighting in Emacs-21.0.
1117 (antlr-default-directory): Emacs/XEmacs dependend function.
1118 (antlr-read-shell-command): Ditto.
1119 (antlr-with-displaying-help-buffer): Ditto.
1120
11212000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1122
1123 * antlr-mode.el: imenu, parsing and highlighting changes.
1124 (antlr-imenu-create-index-function): Don't create extra submenus
1125 for definitions in different grammar classes. It is not necessary
1126 for the menu and would make command `imenu' awkward to use.
1127 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1128 header actions and more than one.
1129 (antlr-font-lock-tokendef-face): Changed color.
1130 (antlr-font-lock-tokenref-face): Changed color.
1131 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1132 (antlr-mode-syntax-table): New variable.
1133 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1134 (antlr-with-syntax-table): Don't copy syntax table.
1135
11362000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1137
1138 * antlr-mode.el: Minor changes: language setting.
1139 (antlr-language-alist): The value for file option "language" can
1140 be both an identifier and a string.
1141 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1142 (antlr-language-limit-n-regexp): Change accordingly.
1143
11442000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1145
1146 * antlr-mode.el: Minor changes: tabs, hiding.
1147 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1148 (antlr-action-visibility): Also allow value nil to also hide the
1149 braces. Renamed from `antlr-tiny-action-length'.
1150 Suggested by Jay@aol.com.
1151 (antlr-hide-actions): Change accordingly. Hide line if completely
1152 hidden action is on a line of its own.
e04d21aa 1153
6ad948eb
SM
11542000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1155
1156 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1157
1158 * sort.el (sort-columns): Don't concat strings with numbers.
1159
9c6a4107
DL
11602000-11-29 Dave Love <fx@gnu.org>
1161
1162 * cus-edit.el (face): Fix :format.
1163
1164 * mail/feedmail.el: Require smtpmail when compiling.
1165 (mail-do-fcc): Autoload.
1166 (feedmail) <defgroup>: Fix :link.
1167 (feedmail-nuke-body-in-fcc): Fix :type.
1168 (feedmail-send-it): Add autoload cookie.
1169
053b8d35
SM
11702000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1171
1172 * newcomment.el (comment-indent): Save excursion around call to
1173 comment-indent-function.
1174
242c13e8
MB
11752000-11-29 Miles Bader <miles@gnu.org>
1176
1177 * subr.el (member-ignore-case): Return the tail of the list who's
1178 car matches, like `member', not the matching element itself.
1179
8f4b5f28
KH
11802000-11-29 Kenichi Handa <handa@etl.go.jp>
1181
1182 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1183 should not contain `\n'.
1184
bebe4a2c
GM
11852000-11-28 Gerd Moellmann <gerd@gnu.org>
1186
fd9ac94c 1187 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1188
ba7e40eb
GM
1189 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1190
75ab0c79
GM
1191 * dired-aux.el (dired-do-create-files): Construct default file
1192 name for dired-mark-read-file-name so that when the user enters
1193 just RET, the target file will end up in the target directory.
1194
bebe4a2c
GM
1195 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1196 local-abbrev-table before changing buffers because it might
1197 have a buffer-local binding.
1198
fa6d1ca8
MB
11992000-11-28 Miles Bader <miles@gnu.org>
1200
1201 * simple.el (delete-horizontal-space): Handle fields more generally.
1202
8d2c2642
GM
12032000-11-28 Gerd Moellmann <gerd@gnu.org>
1204
1205 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1206
8b31236d
DL
12072000-11-28 Dave Love <fx@gnu.org>
1208
3cbd02d2
DL
1209 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1210 comment-start-skip locally.
1211
8b31236d
DL
1212 * progmodes/fortran.el (fortran-mode): Don't set
1213 fortran-comment-line-start-skip. Set comment-start to
1214 fortran-comment-line-start.
1215 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1216 (fortran-comment-line-start-skip): Simplify slightly.
1217
ae4bf56d
GM
12182000-11-28 Gerd Moellmann <gerd@gnu.org>
1219
17ef7534
GM
1220 * play/5x5.el: Remove RCS keyword.
1221
fd9ac94c 1222 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1223
665b27a6
GM
12242000-11-28 Milan Zamazal <pdm@freesoft.cz>
1225
1226 * textmodes/tildify.el (tildify-string-alist): Add
1227 `plain-tex-mode' here.
1228
fe3c2ae3
GM
12292000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1230
1231 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1232 reference.
1233
d970106b
MB
12342000-11-28 Miles Bader <miles@gnu.org>
1235
36b80a0d
MB
1236 * cus-face.el (custom-face-attributes): Add post-filter function
1237 for :box. Make pre-filter function for :box handle all cases.
1238
d970106b
MB
1239 * wid-edit.el (widget-choose): Make sure pop-up window is large
1240 enough to display all the choices, as there's no way to scroll it.
1241
5a2bae6c
KH
12422000-11-28 Kenichi Handa <handa@etl.go.jp>
1243
1244 * international/mule-conf.el: Make the coding system no-conversion
1245 safe for all characters.
1246
9e836e23
DL
12472000-11-27 Dave Love <fx@gnu.org>
1248
8b31236d
DL
1249 * net/ldap.el (ldap) <defgroup>: Add :version.
1250
9e836e23
DL
1251 * tooltip.el (tooltip-use-echo-area): Doc fix.
1252
1253 * cus-start.el <minibuffer-prompt-properties>: Add version.
1254 <read-buffer-function>: Add.
1255
1256 * apropos.el (apropos-print): Add help-echo to active text.
1257
1258 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1259
4a74d071
GM
12602000-11-27 Gerd Moellmann <gerd@gnu.org>
1261
1262 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1263 type, group and version.
1264
76058c27
EZ
12652000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1266
4a74d071 1267 * select.el (x-get-selection): Docstring fix.
76058c27 1268
fd9ac94c 12692000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1270
fd9ac94c 1271 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1272
49060c51
AI
12732000-11-27 Andrew Innes <andrewi@gnu.org>
1274
1275 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1276
1277 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1278
b2a8e429
MB
12792000-11-27 Miles Bader <miles@gnu.org>
1280
1281 * dired.el (dired-get-filename): Return filename verbatim if
1282 LOCALP is `verbatim'.
1283 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1284 `verbatim' so that we don't inadvertently delete a non-existant
1285 directory name.
1286
cbe3ad7a 1287>>>>>>> 1.1768
5ac0366d
KH
12882000-11-27 Kenichi Handa <handa@etl.go.jp>
1289
1290 * international/characters.el: Specify cases and syntaxes for
1291 mule-unicode-0100-24ff.
1292
67f1cf4c
GM
12932000-11-27 Gerd Moellmann <gerd@gnu.org>
1294
1295 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1296 that foreground and/or background colors of the face `tool-bar'
1297 are unspecified.
1298
46c56972
MB
12992000-11-27 Miles Bader <miles@gnu.org>
1300
e04d21aa 1301 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1302 (widget-field-end): Handle widget field `pseudo-overlays'.
1303 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1304 if it's there instead of in `widget-field-list'.
1305
46c56972 1306 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1307 (help-make-xrefs): Delete extraneous newlines at the end of the
1308 docstring.
46c56972 1309
640a9cdd
JR
13102000-11-25 Jason Rumney <jasonr@gnu.org>
1311
1312 * startup.el (command-line): Call set-locale-environment after
1313 Window System init file is read, as it can result in a call to
1314 redraw-frame.
1315
0b3f96d4
EZ
13162000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * simple.el (shell-command): Mention the effect of the prefix
1319 argument in the doc string.
1320
8da6e2a1
MB
13212000-11-25 Miles Bader <miles@gnu.org>
1322
a658d039
MB
1323 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1324
8da6e2a1 1325 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 1326 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 1327
d3416cca
JR
13282000-11-24 Jason Rumney <jasonr@gnu.org>
1329
1330 * international/mule-cmds.el (locale-language-names): Add "jp" as
1331 a non-standard alternative for Japanese.
1332
17e37f53
AS
13332000-11-24 Andre Spiegel <spiegel@gnu.org>
1334
1335 * vc-hooks.el: Require 'cl during compilation.
1336
9aa5f148
GM
13372000-11-24 Gerd Moellmann <gerd@gnu.org>
1338
ba193890
GM
1339 * faces.el (face-set-after-frame-default): Let face attributes
1340 specified for new frames override frame parameters.
1341
9aa5f148
GM
1342 * startup.el (command-line): Fix computation of the source file
1343 for user-init-file when user-init-file is a compiled file.
1344
51a1edab
MB
13452000-11-24 Miles Bader <miles@gnu.org>
1346
e04d21aa 1347 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
1348 (custom-post-filter-face-spec): New functions.
1349 (custom-face-set, custom-face-value-create): Filter the face spec
1350 before and after customization.
1351 (custom-face-set): If VALUE specifies a null face, pass a
1352 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1353 * cus-face.el (custom-face-attributes): Remove SET and GET
1354 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1355 cases they're needed.
1356
1ed74431
MB
1357 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1358 that it's distinguishable from the :off-glyph on dark-background
1359 displays. Set its background color too.
1360
67ee1125
MB
1361 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1362 so that people can easily turn it off.
1363
7d027816 13642000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 1365
7d027816 1366 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 1367
9aa5f148 1368 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 1369
9aa5f148 1370 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 1371
9aa5f148 1372 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 1373 redundant skip-small-frames test.
e04d21aa 1374
9aa5f148 1375 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 1376 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 1377
9aa5f148
GM
1378 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1379 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1380 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 1381 functions.
e04d21aa 1382
9aa5f148 1383 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 1384
9aa5f148 1385 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 1386
f07fa1b8
KH
13872000-11-24 Kenichi Handa <handa@etl.go.jp>
1388
1389 * international/mule-diag.el (list-iso-charset-chars): For
1390 two-byte charset, fix the `while' condition.
1391 (list-non-iso-charset-chars): Fix the `while' condition.
1392
ba8299ff
SM
13932000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1394
79372165
SM
1395 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1396 if the variable is make-variable-buffer-local.
1397
ba8299ff
SM
1398 * progmodes/ada-stmt.el (ada-template-map): Initialize
1399 and bind it to C-c t in ada-mode-map.
1400 (ada-stmt-mode-hook): New function extracted from old code.
1401 Only change the buffer-local side of skeleton-*.
1402 (ada-mode-hook): Use it.
1403
68a887fa
EZ
14042000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1405
1406 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1407 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1408 we expect to be returned by minibuffer-depth once we prompt the
1409 user in the minibuffer.
1410 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1411 as recorded in iswitchb-minibuf-depth, return non-nil.
1412
3b345582
EZ
14132000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1414
1415 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1416 (hscroll-window-maybe): Docstring fix.
1417
595dead2
DL
14182000-11-23 Dave Love <fx@gnu.org>
1419
1420 * rect.el (string-rectangle): Don't test delete-selection-mode.
1421
1e66b27a
GM
14222000-11-23 Gerd Moellmann <gerd@gnu.org>
1423
02790ce2
GM
1424 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1425 is in the tool bar.
1426
1e66b27a
GM
1427 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1428 with `no-dir'; we want the directory part to be able to remove
1429 it.
1430
a4caa65d
SM
14312000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1432
1433 * textmodes/outline.el (outline-flag-region):
1434 Don't bind inhibit-read-only since we don't modify the buffer.
1435 (outline-isearch-open-invisible): Don't jump to overlay-start
1436 since we're trying to unhide text around point.
1437 (outline-discard-overlays): Use dolist.
1438
1439 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1440
03e757c1
GM
14412000-11-22 Gerd Moellmann <gerd@gnu.org>
1442
e04d21aa 1443 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 1444 y-or-n-p.
e04d21aa 1445
1598a961
SM
14462000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1447
1448 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1449 Fix ARG regexp to skip quoted braces.
1450 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1451 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1452 are (correctly) handled separately).
1453 Remove `caption' and `footnote' from `citations': they contain text.
1454 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1455 (latex-skeleton-end-hook): New function.
1456 (latex-mode): Use it.
1457 (tex-start-tex-marker): Remove.
1458 (tex-send-tex-command): Don't set tex-start-tex-marker.
1459 (tex-error-parse-syntax-table): New var.
1460 (tex-compilation-parse-errors): Use it.
1461 Ignore tex-start-tex-marker. Don't bother with marker-position.
1462 (tex-validate-buffer): Don't bother with marker-position.
1463
1464 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 1465 (flyspell-generic-progmode-verify): Use it.
1598a961 1466
eaae8106
SS
14672000-11-22 Sam Steingold <sds@gnu.org>
1468
03e757c1
GM
1469 * simple.el (delete-trailing-whitespace): New interactive
1470 function.
e04d21aa 1471
eaae8106 1472 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 1473 `ada-remove-trailing-spaces'.
eaae8106 1474 (ada-remove-trailing-spaces): Removed.
e04d21aa 1475
eaae8106 1476 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 1477
1598a961
SM
1478 * textmodes/picture.el (picture-clean): Removed.
1479 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 1480
a41d49e9
GM
14812000-11-22 Gerd Moellmann <gerd@gnu.org>
1482
e053c60f
GM
1483 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1484
a41d49e9
GM
1485 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1486 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 1487 do anything special when jit-lock is active.
a41d49e9
GM
1488 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1489
197615f3
DL
14902000-11-22 Dave Love <fx@gnu.org>
1491
ddbfaa9f
DL
1492 * calendar/todo-mode.el (todo-top-priorities): Use
1493 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1494
ddc3c695
DL
1495 * language/chinese.el, language/cyrillic.el:
1496 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1497 * language/hebrew.el, language/indian.el, language/japanese.el:
1498 * language/korean.el, language/lao.el, language/misc-lang.el:
1499 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1500 Use provide.
1501
fb9fa98d
DL
1502 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1503 (custom-variable-set): Improve validation error mesage.
1504
197615f3
DL
1505 * rect.el (string-rectangle): Revert last change.
1506 (string-rectangle-line): New arg DELETE.
1507 (string-rectangle): Check delete-selection-mode.
1508
1509 * emacs-lisp/edebug.el (edebug-version)
1510 (edebug-maintainer-address): Deleted.
1511 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1512 (edebug-read-function): Account for other `'#' read forms.
1513 (edebug-mode-menus): Make some items toggles.
1514 (edebug-outside-unread-command-event, unread-command-event):
1515 Remove these to avoid warnings.
1516
f4117c4d
GM
15172000-11-22 David Ponce <david@dponce.com>
1518
1519 * recentf.el (recentf-menu-items-for-commands)
1520 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1521 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1522
f4117c4d
GM
1523 (recentf-build-dir-rules, recentf-dump-variable)
1524 (recentf-edit-list, recentf-open-files-item)
1525 (recentf-open-files): Replaced unnecessary `mapcar' with new
1526 built-in `mapc'.
eaae8106 1527
f8e2f3f2
MB
15282000-11-23 Miles Bader <miles@gnu.org>
1529
1530 * faces.el (menu): Make inverse-video on ttys too.
1531
4c4a541d
SM
15322000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1533
1534 * simple.el (comment-line-break-function): Use the new name
1535 indent-new-comment-line -> comment-indent-new-line.
1536 (clone-indirect-buffer): Don't ignore NORECORD.
1537 (next-completion): Properly handle the case where items are adjacent.
1538
1539 * mouse.el (popup-menu): Stupid typo.
1540
980d836e
GM
15412000-11-22 Gerd Moellmann <gerd@gnu.org>
1542
60e8e0a5
GM
1543 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1544 maintainer, keywords tags.
1545
980d836e
GM
1546 * rect.el (replace-rectangle): Don't call string-rectangle-line
1547 with too many arguments.
1548
e08b2069
AS
15492000-11-22 Andre Spiegel <spiegel@gnu.org>
1550
60e8e0a5 1551 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1552 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1553 vc-locking-user, which no longer exists.
1554
1555 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1556
c6779d8d
DL
15572000-11-22 Dave Love <fx@gnu.org>
1558
1559 * md5.el (md5): Provide.
1560 (md5): Fix error call.
1561
e672fdce
MB
15622000-11-22 Miles Bader <miles@gnu.org>
1563
eaae8106 1564 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1565 (refill-fill-paragraph-at): Remove debugging code.
1566
80e24c04
MB
1567 * calendar/calendar.el (generate-calendar-window): When we don't
1568 call `fit-window-to-buffer', make sure the top line is fully visible.
1569
3a17d6cc
MB
1570 * image-file.el (insert-image-file): Don't make `read-only'
1571 property rear-nonsticky.
1572
ae1a21c6
MB
1573 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1574 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1575 stashing away its original value.
1576 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1577 in the recursive edit.
1578 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1579 (isearch-done): Restore `minibuffer-message-timeout'.
1580
e672fdce
MB
1581 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1582
3ea79df8
SM
15832000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1584
1585 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1586
1587 * find-lisp.el (find-lisp-find-files-internal):
1588 Use dolist, when and file-name-as-directory.
1589
980d836e 1590 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1591 (define-derived-mode, define-minor-mode): Add specs.
1592
1593 * window.el: General comment and spacing fixes.
1594 (save-selected-window): Use backquotes.
1595 (window-safely-shrinkable-p): New function.
1596 (shrink-window-if-larger-than-buffer): Use it.
1597
1598 * subr.el (make-local-hook): Docstring fix.
1599
1600 * shell.el (shell-mode): Use define-derived-mode.
1601
1602 * newcomment.el (comment-indent): Insert comment before calling
1603 comment-indent-function. Don't insert in column 0.
1604 (comment-dwim): Indent before inserting comment.
1605
1606 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1607 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1608 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1609 Use mapc rather than map.
1610
1611 * files.el (find-buffer-visiting): Compare all attributes before
1612 declaring two files identical (rather than just their inode-no).
1613 (auto-mode-alist): Use \' rather than $.
1614
1615 * which-func.el: Update maintainer line.
1616
1617 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1618 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1619 (uniquify-buffer-file-name): Use it.
1620
8f62f2b8
MB
16212000-11-22 Miles Bader <miles@gnu.org>
1622
1623 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1624 * simple.el (minibuffer-avoid-prompt): New function.
1625
fb279a6d
GM
16262000-11-21 Gerd Moellmann <gerd@gnu.org>
1627
1628 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1629
867092e9
MB
16302000-11-21 Miles Bader <miles@gnu.org>
1631
ef860850
MB
1632 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1633 inclusion of `track-mouse'.
1634
867092e9
MB
1635 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1636 (refill-adjust-ignorable-overlay): New function.
1637 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1638 only the paragraph's tail if possible.
1639 Update `refill-ignorable-overlay'.
1640 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1641
1642 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1643 point inside the fill-prefix.
1644
1645 * textmodes/refill.el (refill-post-command-function): Don't reset
1646 refill-doit in the case where a self-insertion command doesn't
1647 case a refill. Use `refill-fill-paragraph-at', getting position
1648 from `refill-doit'.
1649 (refill-after-change-function): Set `refill-doit' to END.
1650 (refill-fill-paragraph-at): New function, mostly from old
1651 refill-fill-paragraph.
1652 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1653 (refill-pre-command-function): New function.
1654 (refill-mode): Add it to `pre-command-hook'.
1655
ff9ab414
GM
16562000-11-20 Gerd Moellmann <gerd@gnu.org>
1657
29a01b72
GM
1658 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1659
ff9ab414
GM
1660 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1661 javadoc tags.
eaae8106 1662
885b211b
AS
16632000-11-20 Andre Spiegel <spiegel@gnu.org>
1664
1665 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1666 vc.el).
1667
eaae8106 1668 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1669 require vc.
eaae8106
SS
1670
1671 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1672 checkouts.
eaae8106 1673
d1838556
DL
16742000-11-20 Dave Love <fx@gnu.org>
1675
1676 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1677
2b69bc11 16782000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1679
2b69bc11
GM
1680 * calculator.el (calculator-paste): Use `if' instead of `and'
1681 and `or'.
1682 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1683
b95b34e5
GM
16842000-11-19 Gerd Moellmann <gerd@gnu.org>
1685
030de92f
GM
1686 * info.el (info-menu-5): Doc fix.
1687
b95b34e5
GM
1688 * textmodes/artist.el: New file.
1689
54970452
AS
16902000-11-19 Andre Spiegel <spiegel@gnu.org>
1691
eaae8106 1692 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1693 and differentiate according to checkout model.
1694 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1695 since this function is only concerned with master state.
1696
eaae8106 1697 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1698 vc-default-workfile-unchanged-p): Moved here from vc.el.
1699
eaae8106 1700 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1701 vc-default-workfile-unchanged-p): See above.
1702
e5a9dabf
MB
17032000-11-19 Miles Bader <miles@gnu.org>
1704
1705 * image-file.el (insert-image-file): Make `intangible' and
1706 `read-only' properties rear-nonsticky too.
1707
24127af0
GM
17082000-11-18 Gerd Moellmann <gerd@gnu.org>
1709
d392e9c5 1710 * ps-print.el: Update copyright notice.
eaae8106 1711
d392e9c5
GM
1712 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1713 (tooltip-show): Use the offsets.
1714
24127af0 1715 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1716 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1717 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1718
2b69bc11 17192000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1720
2b69bc11
GM
1721 * ps-print.el (toplevel): Test for find-coding-system being
1722 fboundp before calling ps-x-find-coding-system.
08ea6f17 1723
66321b2f
SM
17242000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1727 (vc-version-backup-file): Docstring fix.
1728
046110c6
GM
17292000-11-16 Gerd Moellmann <gerd@gnu.org>
1730
4104194e
GM
1731 * files.el (basic-save-buffer): Don't add a newline if
1732 find-file-literally is non-nil.
1733 (find-file-literally): Extend doc string.
1734
046110c6
GM
1735 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1736 sort(1) with the `-f' argument.
1737
6505c16e
AS
17382000-11-16 Andre Spiegel <spiegel@gnu.org>
1739
fd063975
AS
1740 * vc.el: Updated backend documentation.
1741 (vc-default-check-headers): New function.
1742
3d02dd81 1743 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1744
1745 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1746 up-to-date.
eaae8106 1747 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1748 the minibuffer is not active.
fd063975 1749
eaae8106 1750 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1751 `vc-cvs-use-edit' is on.
eaae8106
SS
1752 (vc-cvs-checkout): When this is used for reverting the workfile,
1753 make a backup of the original contents and revert to that in case
8791d617 1754 of error.
eaae8106 1755 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1756 remote repositories.
eaae8106 1757
6505c16e
AS
1758 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1759 for both version and ratio in the minibuffer.
fd063975 1760
eaae8106 1761 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1762 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1763
a13f0660
KH
17642000-11-16 Kenichi Handa <handa@etl.go.jp>
1765
1766 * international/quail.el (quail-start-translation): Don't call
1767 `message' before reading key sequence.
1768
1389a414
MB
17692000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1770
1771 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1772
9256a532
KH
17732000-11-16 Kenichi Handa <handa@etl.go.jp>
1774
1775 * window.el (fit-window-to-buffer): Be sure to acquire at least
1776 one text line even if the buffer is empty.
1777
0e14fe9f
GM
17782000-11-16 Gerd Moellmann <gerd@gnu.org>
1779
eaae8106 1780 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1781 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1782 ange-ftp-process-verbose to nil.
1783
da645c53
DL
17842000-11-15 Dave Love <fx@gnu.org>
1785
233d5cde
DL
1786 * wid-edit.el (widget-specify-field, widget-specify-button): If
1787 :help-echo is a function, set help-echo of overlay to
1788 widget-mouse-help.
1789 (widget-mouse-help): New function.
1790 (widget-echo-help): Rewritten for :help-echo functions only taking
1791 a widget arg.
1792
b12057b9
DL
1793 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1794 display-graphic-p.
1795 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1796 and that JPEG is available.
1797 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1798
da645c53
DL
1799 * international/mule-cmds.el (locale-charset-language-names):
1800 Match @euro.
1801
6d133d1f
GM
18022000-11-15 Gerd Moellmann <gerd@gnu.org>
1803
1804 * faces.el (face-set-after-frame-default): If
0e14fe9f 1805 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1806 default face from X resources.
1807
49ac2ac5
EZ
18082000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1811 Don't set EMACSLOADPATH.
1812
4fb0a34c
EZ
18132000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1814
1815 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1816 texinfo-insert-@url.
1817 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1818 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1819
bb304a7a
SM
18202000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1821
82bc80bf
SM
1822 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1823 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1824 (checkdoc-minor-keymap): Backward compatibility.
1825 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1826 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1827 (checkdoc-this-string-valid-engine): Be a bit more strict
1828 to avoid matching substrings of `...' quoted vars/funs.
1829 (checkdoc-defun-info): Only look for `interactive' if alone.
1830 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1831
e8c87124
SM
1832 * progmodes/compile.el (grep): `tag-default' can be nil.
1833
bb304a7a
SM
1834 * newcomment.el (comment-indent): Paren typo.
1835
8628686a
DL
18362000-11-14 Dave Love <fx@gnu.org>
1837
25c269ef
DL
1838 * calculator.el: New maintainer version.
1839
66321b2f 1840 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1841
8628686a
DL
1842 * cmuscheme.el: Doc fixes.
1843 (cmuscheme) <defgroup>: Use `scheme' as parent.
1844 (cmuscheme-program-name): Remove. Change uses to
1845 scheme-program-name.
1846
1847 * xscheme.el (scheme-program-name): Don't define here.
1848
1849 * progmodes/scheme.el (scheme-program-name): New variable
1850 (originally in cmuscheme).
1851
88f0a1eb
MB
18522000-11-14 Miles Bader <miles@gnu.org>
1853
1854 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1855 Handle header-lines. Don't loop forever if we can't enlarge the
1856 window anymore. Simplify a bit.
1857
cd9a000c
KH
18582000-11-14 Kenichi Handa <handa@etl.go.jp>
1859
1860 * window.el (fit-window-to-buffer): Don't check
1861 window-text-height. Assure that the last line is fully visible.
1862
1863 * international/quail.el (quail-show-guidance-buf): Call
1864 fit-window-to-buffer to assure the enough height of the guidance
1865 buffer.
1866 (quail-update-guidance): Avoid making the guidance buffer shorter.
1867
d3fcda22
SM
18682000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1869
bdbd9606
SM
1870 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1871 rather than `prepend' and add an interesting comment.
1872 (tex-math-face, tex-font-lock-syntactic-face-function):
1873 New face and function to use it.
1874 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1875 than `menu-enable' symbol property.
1876 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1877 (tex-mode): Add some latex-mode commands for auto-selection.
1878 Use tex-font-lock-syntactic-face-function.
1879 (tex-insert-quote): Simplify.
1880 (tex-shell): New mode.
1881 (tex-start-shell): Use it.
1882 (tex-shell-proc, tex-shell-buf): New functions.
1883 (tex-send-command): Use it.
1884 (tex-main-file): Fix the meaning of the new arg REALFILE.
1885 (tex-send-tex-command): New function split from `tex-start-tex'.
1886 Set compilation-last-buffer and compilation-parsing-end.
1887
d3fcda22
SM
1888 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1889 when it follows non-comment text on the line.
1890
1891 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1892 Set font-lock-defaults.
1893 (lisp-mode-shared-map): Init inside the defvar.
1894 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1895 Use define-derived-mode.
1896
bdab1d43
MB
18972000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1898
1899 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1900
936ae731
GM
19012000-11-14 Gerd Moellmann <gerd@gnu.org>
1902
1903 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1904 recursively optimize body because that can lead to infinite
1905 recursion; see comment there.
1906
1695ca2b
EZ
19072000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1908
1909 * faces.el (face-spec-set-match-display): Revert the change from
1910 2000-10-24. Add a FIXME for after v21.1.
1911
9d348294
MB
19122000-11-13 Miles Bader <miles@gnu.org>
1913
1914 * textmodes/fill.el (skip-line-prefix): New function.
1915 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1916 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1917 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1918 point inside the fill-prefix.
9d348294 1919
b85fa13c
MB
19202000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1921
1922 * calendar/calendar.el (generate-calendar-window): Use
1923 `fit-window-to-buffer'.
1924
a0b47716
SM
19252000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1926
1927 * gud.el (gud-minor-mode): New var.
1928 (gud-symbol, gud-val): New functions.
1929 (gud-find-file): Copy gud-minor-mode to the new buffer.
1930 (gud-menu-map): Include entries for commands that are not always
1931 available, using :enable to (de)activate them.
1932 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1933 (gud-mode-map): New map.
eaae8106 1934 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1935 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1936 Don't set up gud's menu (it's done by the minor-mode).
1937 (gud-minibuffer-local-map): New.
1938 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1939 (gud-query-cmdline): New function.
1940 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1941 (gud-mode): Use define-derived-mode.
1942 Don't set up gud's menu (it's done by the minor-mode).
1943 (gud-chop-words): Remove.
1944 (gud-common-init): Use split-string instead.
1945 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1946
1947 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1948 Add keyword arg :name.
1949
1950 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1951 (diff-count-matches, diff-split-hunk): New functions.
1952 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1953
1954 * pcvs-info.el (cvs-fi-conflict-face): New var.
1955
1956 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1957 Make it into a simple syntax-table, shared among all submodes.
1958 (sh-heredoc-face): Re-introduce.
1959 (sh-font-lock-syntactic-face-function): New function.
1960 (sh-mode): Use it. Also use define-derived-mode.
1961 Remove old bogus setting of indent-region-function.
1962 (sh-set-shell): Don't set the syntax-table any more.
1963 (sh-mode-syntax-table) <defun>: Remove.
1964
f5ed37df
MB
19652000-11-12 Miles Bader <miles@gnu.org>
1966
1967 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1968 message if interactive.
1969
0b074c2f
DL
19702000-11-12 Dave Love <fx@gnu.org>
1971
1972 * mail/feedmail.el: Fix header,
1973 (feedmail) <defgroup>: Add :link.
1974
1975 * view.el: Use local-map property, not keymap on mode-line string.
1976
1977 * scroll-all.el (scroll-all-mode): Customize variable. Add
1978 autoload cookie to function.
1979
1980 * lazy-lock.el: Remove compatibility code.
1981
1982 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1983 (finder-help-echo): New variable.
1984 (finder-mouse-face-on-line): Add help-echo stuff.
1985 (finder-list-keywords, finder-list-matches): Use mapc.
1986
1987 * faces.el (face-font-registry-alternatives): Add :version.
1988
1989 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1990 tags-table-list.
1991
a0b47716 1992 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1993
a0b47716 1994 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1995 (mail-mode): Use [:alnum:] in some regexps.
1996
6d502396
DL
19972000-11-10 Dave Love <fx@gnu.org>
1998
1999 * ediff.el (ediff-regions-internal, ediff-documentation):
2000 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2001 fundamental mode.
2002
2003 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2004 buffer into fundamental mode.
2005 (ediff-set-difference): Use copy-sequence if available.
2006
2007 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2008 ediff-patch-map non-nil.
2009 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2010 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2011 buffer into fundamental mode.
2012
2013 * ediff-merg.el (state-or-merge): Defvar when compiling.
2014
a82fe213
JR
20152000-11-10 Jason Rumney <jasonr@gnu.org>
2016
2017 * w32-fns.el (w32-add-charset-info): New function.
2018 (w32-charset-info-alist): Use it.
2019
52d89894
GM
20202000-11-10 Gerd Moellmann <gerd@gnu.org>
2021
2022 * faces.el (face-font-registry-alternatives): New user-option.
2023
178932de
SM
20242000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2025
d7fa3319
SM
2026 * textmodes/texinfo.el (texinfo-block-default): New var.
2027 (texinfo-insert-block): Use it. Insert a newline if needed.
2028
178932de
SM
2029 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2030 (fill-region-as-paragraph): Use it.
2031
2032 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2033 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2034 Tweak paragraph regexps to allow a leading [ \t]*.
2035 (tex-latex-block): Insert a newline if necessary.
2036 (latex-insert-item): Only insert a newline if necessary.
2037 (tex-guess-main-file): New function.
2038 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2039 Set tex-main-file if TeX-master is provided.
2040 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2041
bd02b8e0
GM
20422000-11-10 Gerd Moellmann <gerd@gnu.org>
2043
2044 * startup.el (command-line): Set the default tooltip-mode
2045 to t for graphical displays which implement x-show-tip.
2046
2047 * tooltip.el (tooltip-mode): Add a comment about startup.el
2048 setting the default value of this user-option.
2049
b29b03eb
SM
20502000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2051
2052 * font-lock.el (font-lock-*-face) <defvar>: Move.
2053 (font-lock-defaults-alist): Mark obsolete.
2054 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2055 (font-lock-mode): Use define-minor-mode.
2056 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2057 (font-lock-turn-off-thing-lock): Be more explicit.
2058 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2059 (font-lock-syntactic-face-function): New var.
2060 (font-lock-fontify-syntactically-region): Use it.
2061 (font-lock-doc-face): New.
2062
2063 * pcvs.el (cvs-enabledp): Ignore errors.
2064 (cvs-commit-filelist): Never query.
2065 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2066 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2067 (cvs-do-removal): Use cvs-partition rather than delete-if.
2068 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2069 cvs-bury-buffer.
2070
2071 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2072 Allow `next' to jump to after the end of the last match.
2073
778fbc46
GM
20742000-11-09 Gerd Moellmann <gerd@gnu.org>
2075
730c746c
GM
2076 * simple.el (byte-compiling-files-p): New function.
2077
2078 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2079 if it is there.
2080
2081 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2082 nil again.
2083
778fbc46
GM
2084 * textmodes/ispell.el (ispell-library-path): Don't call
2085 check-ispell-version when byte-compiling because that starts
2086 an ispell process, and ispell might not be installed.
2087 (toplevel): Don't set up a menu when byte-compiling.
2088
2089 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2090 it, so that a boundp test can be used to determine if we're
2091 currently byte-compiling.
2092
5912c5bb
DL
20932000-11-09 Dave Love <fx@gnu.org>
2094
2095 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2096 eval-after-load.
2097
7bb054a5
GM
20982000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2099
2100 * ps-print.el: Patch for variable initialization when spooling. Doc
2101 fix.
2102 (ps-output-list): Fun eliminated.
2103 (ps-begin-file, ps-begin-job): Code fix.
2104
9db2706e
DL
21052000-11-08 Dave Love <fx@gnu.org>
2106
2107 * ediff-wind.el (ediff-control-frame-parameters): Zero
2108 tool-bar-lines.
2109
f7eb32aa
GM
21102000-11-08 Gerd Moellmann <gerd@gnu.org>
2111
2112 * simple.el (shell-command, display-message-or-buffer)
2113 (shell-command-on-region): Mention resize-mini-windows in the doc
2114 string.
2115 (display-message-or-buffer): Take the value of resize-mini-windows
2116 into account.
2117
7b01b08c
GM
21182000-11-07 Gerd Moellmann <gerd@gnu.org>
2119
acad3c0b
GM
2120 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2121
7b01b08c
GM
2122 * dired.el (dired-between-files): Add `^. find' as an alternative
2123 to the regular expression, for find-dired.
2124
6f602bd0
SM
21252000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * textmodes/texnfo-upd.el: Require texinfo.
2128 (defmacro, defgroup): Remove.
2129 (texinfo-section-to-generic-alist): Remove.
2130 Use texinfo-section-list instead (i.e. level is changed string->int).
2131 (texinfo-filter): New function.
2132 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2133 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2134 Use it. And use regexp-opt.
2135 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2136 (texinfo-update-menu-region-beginning)
2137 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2138 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2139 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2140 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2141 (texinfo-sequential-node-update): Remove autoload cookie.
2142
2143 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2144 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2145 (texinfo-chapter-level-regexp): Remove.
2146 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2147
bb216218
DL
21482000-11-06 Dave Love <fx@gnu.org>
2149
6f602bd0 2150 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2151
6f602bd0
SM
2152 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2153 Match defun*.
bb216218 2154
ff8dd5d5
KH
21552000-11-06 Kenichi Handa <handa@etl.go.jp>
2156
2157 * composite.el (composition-function-table): Variable declaration
2158 moved to src/composite.c.
2159 (compose-chars-after): New optional arg object.
2160
e9da51a1
GM
21612000-11-06 Gerd Moellmann <gerd@gnu.org>
2162
e0c12c68
GM
2163 * bindings.el (mode-line-toggle-read-only)
2164 (mode-line-toggle-modified, mode-line-widen)
2165 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2166 (make-mode-line-mouse2-map): Rewritten.
2167 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2168 functions so that C-h k can show something with a doc string.
eaae8106 2169
e9da51a1
GM
2170 * startup.el (fancy-splash-delay): Set to 10 seconds.
2171 (fancy-splash-max-time): New user-option.
2172 (fancy-splash-stop-time): New variable.
2173 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2174 (fancy-splash-screens-1): Throw `stop-splashing' when current
2175 time is greater than fancy-splash-stop-time.
2176
611dbdf0
SM
21772000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2178
4d2806e2
SM
2179 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2180
611dbdf0
SM
2181 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2182 Prompt user for a file rather than raising an error.
2183 (cvs-enabledp): Fix call to cvs-mode-marked.
2184 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2185 (cvs-mode-insert): Use it. Change the init prompt' value.
2186 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2187
2188 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2189 Don't pass default arg to ewoc-locate.
2190 (ewoc-collect): Return result in the right order.
2191
2192 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2193
2194 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2195 (cvs-status-get-tags): Fix regexp.
2196 (cvs-status-trees, cvs-status-cvstrees):
2197 Combine after change hooks and don't sit-for.
4d2806e2
SM
2198 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2199 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2200 Use make-char rather than hard-coded cryptic data.
2201 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2202
2203 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2204
2205 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2206 (cvs-insert-strings): New function.
2207
937b2877
MB
22082000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2209
2210 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2211 `mwheel-scroll-amount'.
2212 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2213 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2214 string-matching against the version string.
2215
c6c97763
KH
22162000-11-06 Kenichi Handa <handa@etl.go.jp>
2217
6eaec747
KH
2218 * language/thai.el ("Thai"): Set a lisp form that produces
2219 composed string in `sample-text' language info.
2220
2221 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2222 composed string in `sample-text' language info.
2223
2224 * international/mule-cmds.el (describe-language-environment): Eval
2225 `sample-text' data and insert the result.
2226
c6c97763
KH
2227 * international/mule-conf.el (compound-text): Define this coding
2228 system here. Make x-ctext and ctext aliases of it.
2229
2230 * language/european.el (compound-text, ctext): Moved to
2231 international/mule-conf.el.
2232
d1145f85
AI
22332000-11-05 Andrew Innes <andrewi@gnu.org>
2234
2235 * w32-fns.el (w32-version): New function.
2236
178a6a45
SM
22372000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * progmodes/awk-mode.el: Update copyright.
2240 (awk-mode-abbrev-table): Remove.
2241 (awk-font-lock-keywords): Use regexp-opt.
2242 (awk-mode): Use define-derived-mode.
2243
2244 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2245 when extracting a suffix.
2246
1ba90166
AS
22472000-11-04 Andre Spiegel <spiegel@gnu.org>
2248
2249 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2250 auto-save-mode.
2251
546790cb
JR
22522000-11-04 Jason Rumney <jasonr@gnu.org>
2253
2254 * language/european.el (decode-mac-roman): Test against r1 not r0.
2255
d247e32d
SM
22562000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2257
fbf44f44
SM
2258 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2259 (icon-mode): Define indent-line-function.
2260 (icon-comment-indent): Simplify.
2261 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2262
2263 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2264
2265 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2266 Bind change-log-default-mode to defeat the caching done on it.
2267 Don't bother saving excursion any more.
2268
2269 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2270
2271 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2272 (set-frame-font): Use the new name (and the old for compatibility).
2273
eaae8106
SS
2274 * toolbar/tool-bar.el (tool-bar-mode):
2275 * time.el (display-time-mode):
2276 * recentf.el (recentf-mode):
2277 * paren.el (show-paren-mode):
2278 * mwheel.el (mouse-wheel-mode):
2279 * msb.el (msb-mode):
2280 * jka-compr.el (auto-compression-mode):
2281 * image-file.el (auto-image-file-mode):
2282 * hl-line.el (hl-line-mode):
2283 * delsel.el (delete-selection-mode):
2284 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2285 * complete.el (partial-completion-mode): Drop unneeded positional args.
2286
eaae8106 2287 * info.el (Info-mode):
79372165 2288 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2289
d247e32d
SM
2290 * log-edit.el (log-edit-menu): New menu.
2291
4921558e
MB
22922000-11-03 Miles Bader <miles@gnu.org>
2293
2294 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2295 definition, so that trailing spaces are handled properly.
2296 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2297
1fc02b3c
GM
22982000-11-03 Gerd Moellmann <gerd@gnu.org>
2299
2300 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2301 tab character.
2302 (fancy-splash-screens): Set tab-width to 20.
2303
51d001f7
DL
23042000-11-03 Dave Love <fx@gnu.org>
2305
2306 * comint.el (comint-completion-addsuffix): Fix custom type.
2307
ba22aeff
SM
23082000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2309
2310 * font-lock.el (font-lock-buffers): Remove.
2311 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2312 (font-lock-change-major-mode): Remove.
2313 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2314 (font-lock-default-fontify-region): Extend the multiline
2315 fontification to whole lines.
2316 (font-lock-fontify-anchored-keywords)
2317 (font-lock-fontify-keywords-region): If matching just one
2318 line (with \n) only mark the \n as multiline.
2319
2320 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2321 Correctly handle the case where several :group args are supplied.
2322 Allow :extra-args.
2323 (easy-mmode-define-global-mode): Allow :extra-args.
2324 Correctly handle the case where several :group args are supplied.
2325
9c887ada
MB
23262000-11-02 Miles Bader <miles@gnu.org>
2327
eaae8106 2328 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
2329 (holiday-face): Remove dependency on `window-system'.
2330
7f25090d
KR
23312000-11-02 Ken Raeburn <raeburn@gnu.org>
2332
2333 * Makefile.in (emacs): Set EMACSLOADPATH always.
2334 (update-authors, .el.elc, compile-files): Don't do it explicitly
2335 here.
9b911107 2336 (compile-files): Bomb out if compilation of a file fails.
7f25090d 2337
7dd6009c
DL
23382000-11-02 Dave Love <fx@gnu.org>
2339
2340 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2341
94821e4f
EZ
23422000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2343
2344 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2345 punctuation in the warning inserted into the *mail* buffer.
2346
1ac3fc42
GM
23472000-11-02 Gerd Moellmann <gerd@gnu.org>
2348
57731876
GM
2349 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2350 (authors-public-domain-p): New function.
2351 (authors-print): Use it.
2352
975f82c9
GM
2353 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2354
1ac3fc42
GM
2355 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2356
4b3eb10f
GM
23572000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2358
975f82c9 2359 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
2360 (ps-print-version): New version number (6.3.1).
2361 (ps-even-or-odd-pages): Customization fix.
2362 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2363 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2364 (ps-page-count): Var replaced by `ps-page-column'.
2365 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2366 (ps-print-sheet-p): New fun.
2367
7da794df
MB
23682000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2369
2370 * tooltip.el (tooltip-gud-tips-setup): New function.
2371 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2372 (tooltip-mode): Call tooltip-gud-tips-setup.
2373 (tooltip-gud-tips): Use `gud-basic-call' instead of
2374 process-send-string, so the prompt gets frobbed appropriately.
2375 Handle nil return value from `tooltip-gud-print-command'.
2376
0e40b809
EL
23772000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2378
2379 * comint.el (comint-add-to-input-history): New function.
2380 (comint-send-input): Use `comint-add-to-input-history'.
2381
50ada0db
MB
23822000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2383
973a3104
MB
2384 * info.el (info-menu-header): New face.
2385 (Info-fontify-menu-headers): New function.
2386 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2387
50ada0db
MB
2388 * info.el (Info-insert-dir): Don't include blank lines at
2389 beginning of additional dir files (one is added automatically).
2390
bff53411
SM
23912000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2392
2393 * emacs-lisp/easy-mmode.el (define-minor-mode):
2394 Revert the latest changes.
2395 Allow the three positional arguments to be skipped and replaced
2396 by keyword arguments.
2397 Add a :toggle argument to determine whether a nil arg means toggle
2398 or means turn-on. The default is unchanged.
2399 Add a call to force-mode-line-update.
2400
6b8a0b2d
DL
24012000-11-01 Dave Love <fx@gnu.org>
2402
2403 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2404 cookie.
2405
5bf99100
MB
24062000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2407
2408 * calendar/calendar.el (diary-face, holiday-face): Add
2409 dark-background variants.
2410
a4032611
SS
24112000-10-31 Sam Steingold <sds@gnu.org>
2412
2413 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2414 `tex-main-file' does not have directory in it.
2415
c286608e
SM
24162000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2417
2418 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2419
4836835a
TTN
24202000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2421
2422 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2423 functional change.
2424
26dcb81b
GM
24252000-10-31 Gerd Moellmann <gerd@gnu.org>
2426
2427 * files.el (find-file-noselect): When we expand a wildcard, return
2428 a list of buffers, as we should do according to the doc string.
2429
49fc4500
KR
24302000-10-31 Ken Raeburn <raeburn@gnu.org>
2431
2432 * loadup.el (top level): Adjust load path if program name is
2433 "../src/bootstrap-emacs", in case it's not dumped and thus the
2434 load path adjustment hasn't already been done.
2435
ea0c615d
GM
24362000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2437
2438 * ps-print.el: Fix bug on selected pages for printing. Use
2439 `color-values' for Emacs 21. Ensure fontification when jit-lock
2440 is on. Try to avoid warning messages when compiling. Doc Fix.
2441 (ps-print-version): New version number (6.3).
2442 (ps-color-device): Use `color-values' to determine if device
2443 supports color.
2444 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2445 (ps-print-page-p): Changed from defsubst to defun.
2446 (ps-page-number): Changed from defmacro to defun.
2447 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2448 printing.
c286608e 2449 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
2450 (ps-end-file, ps-dummy-page): Funs eliminated.
2451 (ps-print-color-scale): Changed default value.
2452 (ps-page-n-up, ps-print-page-p): New internal vars.
2453 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2454 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2455
9e20722f
GM
2456 * delim-col.el: Little programming improvement.
2457 (delimit-columns-str): New macro.
2458 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2459
d7a0fd00
KH
24602000-10-31 Kenichi Handa <handa@etl.go.jp>
2461
c286608e
SM
2462 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2463 Moved to european.el.
d7a0fd00
KH
2464 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2465 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
2466 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2467 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 2468
234be340
DL
24692000-10-30 Dave Love <fx@gnu.org>
2470
2471 * progmodes/cc-menus.el (imenu-generic-expression)
2472 (imenu-progress-message): Only defvar when compiling.
2473
4edc4a39
DL
2474 * emacs-lisp/elp.el (elp-unload-hook): New function.
2475
2476 * loadhist.el (unload-feature): Call elp-restore-function,
2477 checking for symbols; don't use elp-restore-all.
2478 (loadhist-hook-functions): Doc fix.
2479
70c825df
SM
24802000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2481
2482 * log-edit.el (log-edit-confirm): Fix the default.
2483
1d3baf74
GM
24842000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2485
2486 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2487 delimit-columns-format.
2488 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 2489
1ec321a7
MB
24902000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2491
2492 * comint.el (comint-replace-by-expanded-history): Don't use
2493 comint-get-old-input (we're not looking at *old* input).
2494 (comint-get-old-input-default): If using fields, signal an error
2495 when the point is not in an input field.
2496
70737ea9
KH
24972000-10-30 Kenichi Handa <handa@etl.go.jp>
2498
2499 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2500 and mule-unicode-e000-ffff.
2501
fa0cb51d 2502 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
2503 (make-coding-system): Accept a symbol of translation table as a
2504 value of property `safe-chars'.
2505
2506 * international/mule-cmds.el (encode-coding-char): Check property
2507 safe-chars instead of safe-charsets.
2508
2509 * international/fontset.el (fontset-default): Modified for
2510 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2511 (x-font-name-charset-alist): Likewise.
2512 (ccl-encode-unicode-font): New CCL program. Record it in
2513 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2514
70c825df
SM
2515 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2516 New translation tables.
70737ea9
KH
2517 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2518 programs are modified and moved from mac-win.el.
2519 (mac-roman): Definition of this coding system is modified and
2520 moved from mac-win.el.
4836835a 2521
fda2ce24 25222000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2523
1d3baf74 2524 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2525 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2526
dd4d3cb6
MB
25272000-10-29 Miles Bader <miles@gnu.org>
2528
2529 * custom.el (custom-add-to-group): Allow multiple entries for a
2530 given value OPTION, as long as their widget types are different.
2531 * cus-edit.el (custom-face-value-create): If face name doesn't end
2532 with "face", add such here (similar to custom group widgets).
2533
2534 * comint.el (comint-highlight-prompt): Add :type.
2535
dace60cf
JW
25362000-10-28 John Wiegley <johnw@gnu.org>
2537
2538 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2539 Changed this function to operate on a temporary buffer instead of
2540 the main buffer. This not only keeps flyspell from marking a
2541 buffer as changed that wasn't, but it solves the jumpy cursor
2542 problem when attempts are made to edit incorrect words.
2543 (flyspell-maybe-correct-doubling): Same change as for
2544 `flyspell-maybe-correct-transposition'.
2545
2546 * calendar/timeclock.el (timeclock-log): Doc fix.
2547 (timeclock-last-event): Doc fix.
2548 (timeclock-log): Kill the timelog buffer after appending a new
2549 event.
2550 (timeclock-find-discrep): Use a temp buffer to read in the
2551 timelog, instead of visiting the file.
2552 (timeclock-log-data): A new function, along with a host of helper
2553 functions, for the purpose of making timelog data accessible to
2554 programmers.
2555
2556 * eshell/esh-mode.el (window-height test): Make certain that
2557 `eshell-stringify-t' is non-nil.
2558 (eshell-password-prompt-regexp): Changed to a much simpler
2559 password regexp.
2560 (eshell-send-input): If `eshell-invoke-directly' returns t,
2561 directly invoke the parsed command using `eval'. This improves
2562 turn-around time on simple commands by a factor of three or
2563 greater, such as cd, ls, pwd, etc. -- which get used very often.
2564 It also conserves thousands of cons cells per call (since
2565 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2566 in the Pacific Cookie Company).
2567
2568 * eshell/esh-test.el (eshell-test): Whitespace fix.
2569
2570 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2571 `eshell-ls-initial-args' nil when inserting directory contents.
2572
2573 * eshell/em-script.el (eshell-script-initialize): Add names to
2574 `eshell-complex-commands, since `source' and `.' are complex.
2575
0467b076
EZ
2576 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2577 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2578 `eshell-copy-handles'.
2579 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2580 bodies.
2581 (eshell-separate-commands): Whitespace fix.
2582 (eshell-complex-commands): Added a new list of names, for
2583 determining whether a given command is as simple as it looks.
2584 (eshell-invoke-directly): New function. Returns t if a command
2585 should be invoked directly (using `eval'), rather than indirectly
2586 using `eshell-do-eval'.
2587 (eshell-do-eval): Whitespace fix.
2588
2589 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2590 which provides an emulation of the DOS shell behavior of assuming
2591 that cp/mv/ln should copy/move/link to the current directory.
2592 (eshell-remove-entries): Added a doc string.
2593 (eshell-shuffle-files): Removed the check for `target' being null.
2594 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2595 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2596 it to do a smarter check of whether a destination was provided.
2597 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2598 (eshell/ln): Enable `:preserve-args', and use
2599 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2600 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2601 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2602 list after flattening it. This makes it possible to cat files
2603 with numerical names.
2604 (eshell-unix-initialize): Added several names to
2605 `eshell-complex-commands.
2606 (eshell-unix-command-complex-p): Return t if a given command name
2607 may result in external processes being invoked.
2608
2609 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2610 variable nil by default, since it slows down glob processing by a
2611 factor of two or more, and increases memory consumption.
2612
2613 * eshell/em-smart.el: Added a note about how memory consumptive
2614 smart display mode can be (at least this is true in Emacs 21).
2615 (eshell-smart-initialize): Whitespace fix.
2616 (eshell-refresh-windows): Use `if' instead of `when'.
2617 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2618 not necessary.
2619 (eshell-currently-handling-window): Added a missing global
2620 variable.
2621
2622 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2623 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2624 Whitespace fix.
2625 (eshell-ls-exclude-hidden): Added this variable in addition to
2626 `eshell-ls-exclude-regexp'. This one prevents files beginning
2627 with . from even being read, which can improve memory consumption
2628 quite a bit.
2629 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2630 read file entries beginning with a dot. In home directories with
2631 lots of hidden files, fully two-thirds of the time spent in ls is
2632 used to read directory entries that are immediately thrown away.
2633 (eshell-ls-initial-args): Added back this configuration variable,
2634 for specifying default initial arguments to every call to ls.
2635 Much faster than using an alias to do the same thing.
2636 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2637 (eshell-ls-dir): Whitespace change.
2638
2639 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2640
2641 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2642 available.
2643 (eshell-stringify-t): Added a customization variable, to indicate
2644 whether `t' should be rendered as a string at all. If not, one
2645 can still determine if the result of an expression is true using
2646 "file-exists-p FILE && echo true".
2647 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2648 stringify t!
2649
2650 * eshell/esh-module.el: Whitespace fix.
2651
2652 * eshell/em-alias.el (eshell-alias-initialize): Added
2653 `eshell-command-aliased-p' to `eshell-complex-commands'.
2654 (eshell-command-aliased-p): New function that returns t if a
2655 command name names an aliased.
2656
657f9cb8 26572000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2658
0467b076 2659 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2660 redrawing the screen when changing cursor color.
0467b076
EZ
2661 (viper-insert-state-pre-command-sentinel)
2662 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2663 (viper-replace-state-post-command-sentinel):
2664 Use viper-preserve-cursor-color.
657f9cb8
MK
2665 Many functions changed to use viper= instead of = when comparing
2666 characters.
0467b076 2667 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2668 working with characters.
0467b076 2669 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2670 Many functions changed to use viper= instead of = when comparing
2671 characters.
0467b076 2672 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2673
0467b076 2674 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2675 Several typos fixed in various docstrings.
0467b076
EZ
2676 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2677 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2678 hook.
0467b076
EZ
2679 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2680 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2681 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2682 (ediff-get-selected-buffers): New function.
2683 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2684 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2685 save-window-excursion.
0467b076 2686 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2687 termination check in while loop.
0467b076 2688 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2689 dired buffer.
0467b076
EZ
2690 (ediff-files,ediff-merge-files,ediff-files3)
2691 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2692
4f490d99
DL
26932000-10-28 Dave Love <fx@gnu.org>
2694
2695 * info.el (Info-fontify-node): Add help-echo for menu items.
2696
45b84006
EZ
26972000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2698
5ebc02b3
EZ
2699 * startup.el (normal-top-level): If the value of $TERM indicates
2700 we are running from xterm or one of its work-alikes, default to a
2701 light background mode.
2702
45b84006
EZ
2703 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2704 * faces.el (tty-handle-reverse-video): New function.
2705 (tty-create-frame-with-faces): Call it.
2706
2707 * frame.el (frame-notice-user-settings): Don't apply
2708 default-frame-alist and initial-frame-alist to MS-DOS frames.
2709 Call tty-handle-reverse-video, frame-set-background-mode, and
2710 face-set-after-frame-default for non-MS-DOS frames.
2711
2712 * startup.el (tty-long-option-alist): New variable.
2713 (tty-handle-args): New function.
2714 (command-line): Call tty-handle-args.
2715
2716 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2717 startup.el now does that for all character-terminal frames.
2718
eab6e8b9
MB
27192000-10-28 Miles Bader <miles@gnu.org>
2720
2721 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2722 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2723 global. If :global is followed by a non-nil but non-t value,
2724 make the mode buffer-local, but also generate a `global-MODE'
2725 version using `easy-mmode-define-global-mode'. Add
2726 :conditional-turn-on keyword argument.
2727
51a29efc
DL
27282000-10-28 Dave Love <fx@gnu.org>
2729
2730 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2731 use window-system.
2732
d71d7114
EZ
27332000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2734
2735 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2736 Don't call find-buffer-file-type-coding-system. Instead, just
2737 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2738 if the file is on an untranslated filesystem.
2739 (add-untranslated-filesystem): Use "D" instead of "f" inside
2740 interactive.
2741
1f9cab4b
DL
27422000-10-27 Dave Love <fx@gnu.org>
2743
70c825df 2744 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2745 (refill-mode): Use it.
2746
70c825df
SM
27472000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2748
2749 * international/quail.el (quail-activate): Don't make-local-hook.
2750
7432cf10
AS
27512000-10-27 Andre Spiegel <spiegel@gnu.org>
2752
4836835a 2753 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2754 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2755 (vc-make-version-backup): Don't do it on MS-DOS without long file
2756 names.
4836835a 2757
7432cf10
AS
2758 * vc.el (vc-version-other-window): If an automatic backup of the
2759 desired version exists, rename it instead of copying it.
2760
4836835a
TTN
2761 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2762 after command. If there's an unexpected error, signal it instead
7432cf10 2763 of being silent.
e1483c38 2764 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2765
05ea7ef2
MB
27662000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2767
fd1035aa
MB
2768 * shell.el (shell): Add BUFFER argument.
2769 * comint.el (make-comint-in-buffer): New function.
2770 (make-comint): Use it.
2771
05ea7ef2
MB
2772 * faces.el (face-spec-choose): Change syntax so that the list of
2773 attribute-value pairs is now the cdr of each clause, not the cadr.
2774 Detect old-style entries, and handle them. Use pop.
2775
835a55fe
SM
27762000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2777
f5ab1cdd
SM
2778 * cus-edit.el (custom-mode-map): Use a sparse map.
2779 (custom-mode): Don't bother with make-local-hook.
2780
2781 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2782
835a55fe
SM
2783 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2784
c13b0ec8
GM
27852000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2786
2787 * ps-print.el: Avoid compilation gripes.
2788 (ps-print-version): New version number (6.2.1).
4836835a 2789
e9f63196
DL
27902000-10-26 Dave Love <fx@gnu.org>
2791
0b95284b
DL
2792 * menu-bar.el: Modify some menu item help strings.
2793 (menu-bar-help-menu): Add link to MORE.STUFF.
2794
e9f63196
DL
2795 * cus-edit.el (custom-mode): Add `special' mode-class property.
2796
2797 * wid-browse.el (widget-browse-mode): Likewise.
2798
2799 * wid-edit.el (widget-specify-field): Revert to using local-map
2800 property, not keymap.
2801
e276a14a
MB
28022000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2803
c1545d88
MB
2804 * wid-edit.el (widget-field-end): When checking for a `boundary'
2805 field, do so in the correct buffer.
2806
3c1b77ca
MB
2807 * simple.el (undo): Correctly distinguish between numeric and
2808 non-numeric prefix args in non-transient-mark-mode, as per the doc
2809 string. When in transient-mark-mode, treat all prefix-args as
2810 numeric.
2811
f5ab1cdd
SM
2812 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2813 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2814
2815 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2816 (comint-mode-map): Reverse order of `comint-write-output' and
2817 `comint-append-output-to-file'.
2818 (comint-append-output-to-file): Reinstate this function, for the
2819 benefit of the menu.
2820
d97151cb
SM
28212000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2822
2823 * vc.el (vc-version-other-window): Bind `file'.
2824
ea7d6f5b
GM
28252000-10-25 Gerd Moellmann <gerd@gnu.org>
2826
f5ab1cdd 2827 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2828
2829 * emacs-lisp/authors.el (batch-update-authors): New function.
2830 (authors-fixed-entries): New defconst.
2831 (authors-add-fixed-entries): New function.
2832 (authors): Call it.: Don't process lispref/.
2833
17c25cea
JR
28342000-10-25 Jason Rumney <jasonr@gnu.org>
2835
2836 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2837 Merge x w32 and mac definitions.
2838
4ecda532
GM
28392000-10-25 Gerd Moellmann <gerd@gnu.org>
2840
2841 * menu-bar.el (menu-bar-options-menu): Add a help string for
2842 `uniquify'.
2843
b6735035
GM
28442000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2845
f5ab1cdd
SM
2846 * time-stamp.el (time-stamp-string-preprocess):
2847 Fix a wrong type argument error.
b6735035 2848
f4cbc7a0
MB
28492000-10-25 Miles Bader <miles@gnu.org>
2850
2851 * recentf.el (recentf-mode): Variable removed.
2852 (recentf-mode): Use `define-minor-mode'.
2853
2854 * mwheel.el (mouse-wheel-mode): New global minor mode.
2855 (mwheel-install): Use `mouse-wheel-mode'.
2856
f4b020f6
DL
28572000-10-25 Dave Love <fx@gnu.org>
2858
f5ab1cdd
SM
2859 * progmodes/cperl-mode.el (cperl-mode):
2860 Set normal-auto-fill-function correctly.
072cb6f9 2861
f4b020f6
DL
2862 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2863 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2864 bindings.
f4b020f6 2865
ebe2a441
MB
28662000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2867
ff4dcd4b
MB
2868 * wid-edit.el (widget-field-at): New function.
2869 (widget-at, widget-field-activate): Use it.
2870 (widget-tabable-at): Use `widget-at'.
2871 (widget-specify-field): If the terminating character of the widget
2872 field (which is read-only) is a newline, put it into a special
2873 `boundary' field so that C-n/C-p act more naturally.
2874 (widget-field-end): Also don't subtract one if a special
2875 `boundary' field has been added after the widget field.
2876
ebe2a441
MB
2877 * comint.el (comint-output-filter, comint-send-input): Don't
2878 bother adding stickiness fields to overlays to fool the field
2879 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2880
ebe2a441
MB
2881 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2882 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2883 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2884
fe50b6ab
GM
28852000-10-24 Gerd Moellmann <gerd@gnu.org>
2886
53df4dda
GM
2887 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2888 (authors): Set file coding system to iso-2022-7bit. Add
2889 file-local variables to output buffer.
2890
4836835a 2891 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2892 WARN is nil.
2893
53df4dda
GM
28942000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2895
2896 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2897
2898 * delim-col.el: Now there is a column formatting mechanism.
2899 Modified to customization mechanisms convention. Doc fix.
2900 (columns): New group for delim-col.
2901 (delimit-columns-before, delimit-columns-after)
2902 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2903 (delimit-columns-end): New vars.
2904 (delimit-columns-customize, delimit-columns-format): New funs.
2905 (delimit-columns-region, delimit-columns-rectangle)
2906 (delimit-columns-rectangle-line): Modified to support column
2907 formatting.
4836835a 2908
a9839779
DL
29092000-10-24 Dave Love <fx@gnu.org>
2910
2911 * log-edit.el (log-edit): Add :version and a :group for vc.
2912
df0267b8
GM
29132000-10-24 Gerd Moellmann <gerd@gnu.org>
2914
9acc3873
GM
2915 * files.el (after-find-file): Don't print a message ``New file''
2916 if WARN is nil.
2917
63e1b552
GM
2918 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2919 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2920 get duplicate tool-bar entries because we'll see the global ones
2921 on more than one path through keymaps.
2922
1946f901
GM
2923 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2924
df0267b8
GM
2925 * progmodes/cmacexp.el: Change Francesco's email address.
2926
ae3b264b
KH
29272000-10-24 Kenichi Handa <handa@etl.go.jp>
2928
2929 * window.el (fit-window-to-buffer): Adjust point of the window
2930 buffer, not that of the current buffer.
2931
23afac01
EZ
29322000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2933
2934 * progmodes/cmacexp.el: Update the euthor's email address.
2935
22d1a4ed
MB
29362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2937
2938 * faces.el (face-spec-set-match-display): Add `graphic' display
2939 type (the inverse of `tty'). Use `display-graphic-p' instead of
2940 the window-system variable.
2941
f408aa48
KH
29422000-10-24 Kenichi Handa <handa@etl.go.jp>
2943
2944 * international/isearch-x.el (isearch-with-input-method): Call
2945 input-method-function with the first event in
2946 unread-command-events.
2947
94fe8a31
MB
29482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2949
2950 * faces.el (face-default-spec, face-user-default-spec): Make
2951 defsubsts.
2952
8f47302e
AC
29532000-10-24 Andrew Choi <akochoi@i-cable.com>
2954
2955 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2956 New charsets.
2957
2958 * term/mac-win.el: Remove definitions of mac-roman-lower and
2959 mac-roman-upper, require dired, and define instead of set
2960 mac-ready-for-drag-n-drop to avoid compilation error.
2961
446c097e
AI
29622000-10-23 Andrew Innes <andrewi@gnu.org>
2963
2964 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2965 superfluous calls to subst-char-in-string; instead apply
2966 expand-file-name after convert-standard-filename to ensure
2967 expected directory separators are used.
2968
379b70e7
EZ
29692000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2970
2971 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2972
85c766e9
DL
29732000-10-23 Dave Love <fx@gnu.org>
2974
b7e03a67
DL
2975 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2976 (tool-bar-add-item): Set foreground and background for XBM icons.
2977
2978 * international/latin1-disp.el (latin1-char-displayable-p): New
2979 function (from Handa).
2980 (latin1-display-check-font): Use it.
2981
0dcf8835
DL
2982 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2983 using :key-sequence, making it much more usable. Use nconc, not
2984 append.
2985 (imenu--create-keymap-1): Avoid append.
2986
85c766e9 2987 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2988
cb3069bb
MB
29892000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2990
2991 [the following changes fix a bug where `define-minor-mode' didn't
2992 correctly generate :require clauses for defcustoms in compiled files]
2993 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2994 (byte-compile-log-file, byte-compile-log-1): Don't set
2995 `byte-compile-current-file' to nil. Instead set
2996 `byte-compile-last-logged-file' to it. Test whether
2997 byte-compile-current-file equals byte-compile-last-logged-file
2998 instead of whether its nil.
3b6542ba 2999 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3000
6db6243b
SM
30012000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3002
3003 * textmodes/refill.el: Fix var names in doc.
3004 (refill-mode): Don't bother with make-local-hook anymore.
3005
98490598
MB
30062000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3007
e01cd227
MB
3008 * faces.el (face-user-default-spec, face-default-spec): New functions.
3009 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3010 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3011 Use `face-user-default-spec'. Simplify code slightly.
3012
4836835a 3013 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3014 (woman-unknown-face): Add dark-background variants.
3015 (woman-default-faces): Renamed from `woman-colour-faces'.
3016 Set using the stored defaults, rather than using hard-wired colors.
3017 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3018 Just make the foreground `unspecified' rather than "black".
3019 (woman-menu): Rename menu entries accordingly.
3020
98490598
MB
3021 * faces.el (header-line): Make more reasonable on mono/grayscale
3022 displays.
3023
1a578e9b
AC
30242000-10-23 Andrew Choi <akochoi@i-cable.com>
3025
3026 * cus-edit.el (custom-button-face): Use 3D look for mac.
3027 (custom-button-pressed-face): Likewise.
3028
3029 * faces.el (set-face-attributes-from-resources): Handle mac frames
3030 in the same way as x and w32 frames.
3031 (face-valid-attribute-values): Likewise.
3032 (read-face-attribute): Likewise.
3033 (defined-colors): Likewise.
3034 (color-defined-p): Likewise.
3035 (color-values): Likewise.
3036 (display-grayscale-p): Likewise.
3037 (face-set-after-frame-default): Likewise.
3038 (mode-line): Same default face as for x and w32.
3039 (tool-bar): Likewise.
3040
3041 * frame.el: Remove call to frame-notice-user-settings at end of
3042 the file.
3043
3044 * info.el (Info-fontify-node): make underlines invisible for mac
3045 as for x, pc, and w32 frame types.
3046
3047 * term/mac-win.el: New file.
3048
aaaf7be7
DL
30492000-10-22 Dave Love <fx@gnu.org>
3050
3051 * textmodes/refill.el: New file.
3052
5392d654
AS
30532000-10-22 Andre Spiegel <spiegel@gnu.org>
3054
4836835a 3055 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3056 MANUAL and REGEXP.
4836835a 3057 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3058 New functions.
3059 (vc-before-save): Use the latter.
3060 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3061 confusion.
3062
4836835a 3063 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3064 expected by vc[-hooks].el.
3065
3066 * vc.el (vc-checkout): Added `-p' suffix in call to
3067 vc-make-version-backups-p; use vc-make-version-backup to actually
3068 make the backup.
3069 (vc-version-other-window, vc-version-backup-file): Handle both
3070 automatic and manual backups.
3071 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3072 of all of them.
3073
1e221c16
MB
30742000-10-22 Miles Bader <miles@gnu.org>
3075
7ff4fda5
MB
3076 * comint.el (comint-highlight-input, comint-highlight-prompt):
3077 Renamed, `-face' at end removed.
3078 (comint-send-input, comint-output-filter): Use renamed faces.
3079
3511cde8
MB
3080 * window.el (fit-window-to-buffer): Change defaulting of
3081 MAX-HEIGHT slightly.
3082
1e221c16
MB
3083 * faces.el (color-values, color-defined-p): Use `member', not
3084 `memq', because it works correctly for strings.
3085 (frame-set-background-mode): Actually, "unspecified-fg" and
3086 "unspecified-bg" *are* strings. Use `member', not `memq', and
3087 `equal', not `eq', when a string value is possible.
3088
b6ef4898
EZ
30892000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3090
3091 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3092
34939e2c
SM
30932000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3096 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3097 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3098 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3099 (sh-font-lock-syntactic-keywords): Use them.
3100 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3101 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3102 (sh-mode): Don't override font-lock-unfontify-region-function.
3103 Use a copy of sh-font-lock-syntactic-keywords.
3104 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3105 Don't call sh-scan-buffer since font-lock does it on the fly.
3106 (sh-get-indent-info): Use `face' rather than `syntax-table'
3107 text-property to detect here-documents.
3108 Replace sh-special-syntax with sh-st-punc.
3109 (sh-prev-line): Use `face' rather than `syntax-table'
3110 text-property to skip over here-documents.
3111 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3112 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3113 (sh-electric-less, sh-set-here-doc-region)
4836835a 3114 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3115 (sh-scan-buffer, sh-rescan-buffer): Remove.
3116
f3d3c491
AI
31172000-10-21 Andrew Innes <andrewi@gnu.org>
3118
3119 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3120 remote (ange-ftp) file names.
3121
b86c791c
MB
31222000-10-21 Miles Bader <miles@gnu.org>
3123
d9c30bdf
MB
3124 * window.el (fit-window-to-buffer): New function.
3125 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3126 (window-text-height): Don't expect minibuffers to have mode-lines.
3127
d9c30bdf 3128 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3129 * international/quail.el (quail-update-guidance): Use
3130 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3131
617fee5a
MB
3132 * international/quail.el (quail-show-guidance-buf): Make sure
3133 guidance window really has enough room.
3134 (quail-update-guidance): If quail-guidance-win is already shown,
3135 make sure its height is OK.
3136
b86c791c
MB
3137 * window.el (window-text-height, set-window-text-height):
3138 New functions.
3139 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3140 instead of `window-height' & `mode-line-window-height-fudge'.
3141 (mode-line-window-height-fudge): Add FACE parameter.
3142 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3143 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3144
e34850d1
MB
31452000-10-20 Miles Bader <miles@gnu.org>
3146
3147 * window.el (height-affecting-face-attributes): Use `defconst'.
3148
3149 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3150 New function, conditionally aliased to `mode-line-window-height-fudge'.
3151 (ispell-help): Use it.
3152 (ispell-choices-win-default-height): Don't include mode-line fudge.
3153 (ispell-choices-win-default-height): New function.
3154 (ispell-show-choices, ispell-command-loop): Use function
3155 `ispell-choices-win-default-height' instead of variable.
3156
a8b883c2
MB
31572000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3158
8c6e4a58
MB
3159 * window.el (mode-line-window-height-fudge): New variable.
3160 (height-affecting-face-attributes): New variable.
3161 (mode-line-window-height-fudge): New function.
3162 (shrink-window-if-larger-than-buffer): Use it.
3163 * help.el (resize-temp-buffer-window): Likewise.
3164
a8b883c2
MB
3165 * info.el (Info-fontify-node): Add support for @subsubsection
3166 titles, which use `Info-title-4-face'.
3167 (Info-title-4-face): New face.
3168 (Info-title-3-face): Inherit from Info-title-4-face instead of
3169 variable-pitch.
3170
e64c3a75
JR
31712000-10-19 Jason Rumney <jasonr@gnu.org>
3172
3173 * dired.el (dired-insert-directory): Do not let errors signalled by
3174 attempt to run dired-free-space-program prevent dired from working.
3175
c70fe852
SM
31762000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3177
3178 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3179
877cf6b4
GM
31802000-10-19 Gerd Moellmann <gerd@gnu.org>
3181
5de037e0
GM
3182 * dirtrack.el (dirtrack): Fix call to run-hooks.
3183
6deb9af9
GM
3184 * cmuscheme.el (cmuscheme-program-name): Renamed from
3185 scheme-program-name because xscheme.el contains a defcustom with
3186 the same name. As a consequence, customizing group `cmuscheme'
3187 loaded `xscheme' which redefined run-scheme.
3188 (run-scheme): Use cmuscheme-program-name.
3189
877cf6b4
GM
3190 * ps-print.el (ps-print-emacs-type): Move into the
3191 eval-and-compile.
3192
e597d8fb 3193 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3194 anonymous address, and add a website for Befrienders International.
4836835a 3195
3e9cb08f
GM
31962000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3197
c70fe852
SM
3198 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3199 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3200 (ps-print-version): New version number (6.2).
3201 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3202 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3203 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3204 (ps-x-extent-priority, ps-x-extent-start-position)
3205 (ps-x-face-font-instance, ps-x-find-coding-system)
3206 (ps-x-font-instance-properties, ps-x-make-color-instance)
3207 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3208 avoid compilation gripes without defining functions.
3209 (ps-e-find-composition): Alias for function find-composition, to have a
3210 suitable function depending on Emacs version.
3211 (ps-color-device, ps-color-values, ps-face-foreground-name)
3212 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3213 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3214 (ps-print-ensure-fontified): Function definitions surrounded by
3215 `eval-and-compile' to avoid compilation gripes.
3216 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3217 by symbol-value to avoid compilation gripes.
3218 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3219 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3220
d8abcd91
MB
32212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3222
13ab33c4
MB
3223 * startup.el (normal-top-level): Call `frame-set-background-mode'
3224 after `frame-notice-user-settings' because the latter doesn't call
3225 the former on a tty.
3226
d8abcd91
MB
3227 * faces.el (frame-set-background-mode): `unspecified' &c are
3228 symbols, not strings.
3229
e8bce0a9
EZ
32302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3231
c70fe852
SM
3232 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3233 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3234
c70fe852
SM
3235 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3236 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3237
773272d8
KH
32382000-10-19 Kenichi Handa <handa@etl.go.jp>
3239
c70fe852 3240 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3241 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3242 for ISO10646-1 fonts.
3243 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3244
772139c0
EZ
32452000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3246
3247 * faces.el (frame-set-background-mode): If a tty frame defines a
3248 background color, use that to compute the background mode, instead
3249 of always defaulting to "dark".
3250
d134a19f
MB
32512000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3252
8bb84cb2
MB
3253 * comint.el (comint-write-output): New function.
3254 (comint-mode-map): Add it to the menu.
e40a778f 3255 Bind `C-c C-s' to comint-write-output.
d134a19f 3256
dada41e1
GM
32572000-10-18 Gerd Moellmann <gerd@gnu.org>
3258
3259 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3260 Use fancy-splash-delay.
3261
9b5360aa
GM
32622000-10-18 Alex Schroeder <alex@gnu.org>
3263
3264 * progmodes/sql.el (sql-sybase-options): New option.
3265 (sql-sybase): Use it. Add sql-database to the list of parameters
3266 provided for login. The options -w 2048 -n are not used any more.
3267
9035a35a
GM
3268 * comint.el (comint-read-input-ring): Bugfix such that the first
3269 and the last entry of the input ring file are not lost.
3270
3556c6dd
GM
32712000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3272
3273 * ps-print.el: Internal variable changes to defcustom,
3274 make-local-hook changes to defvar. Doc fix.
3275 (ps-print-version): New version number (6.1).
3276 (ps-setup, ps-do-despool): Code fix.
3277 (ps-printer-name): Customization fix.
3278 (ps-printer-name-option): Now is a defcustom instead of an
3279 internal variable.
3280 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3281 (ps-print-begin-column-hook): Now are defvar instead of
3282 make-local-hook.
4836835a 3283
4e217e50
MB
32842000-10-18 Miles Bader <miles@gnu.org>
3285
3286 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3287 (comint-kill-output): Changed into an alias for `comint-delete-output',
3288 and made obsolete.
3289 (comint-mode-map): Rename references to comint-kill-output.
3290
34460354
EZ
32912000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * diff-mode.el (diff-header-face, diff-file-header-face)
3294 (diff-changed-face): Add bold and italic attributes to tty faces.
3295 (diff-function-face): New face.
3296 (diff-font-lock-keywords): Use it.
3297
17ea3cdb
MB
32982000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3299
3300 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3301 Remove commented-out call to force-mode-line-update.
3302 (comint-kill-output): Use `forward-line 0' instead of
3303 beginning-of-line to make sure we get past the prompt.
3304
9244f2c7
SM
33052000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3306
3307 * diff-mode.el (diff-header-face, diff-file-header-face):
3308 Add specific setting for dark background.
3309 (diff-context-face): Renamed from diff-comment-face.
3310 Set explicitly rather than inheriting from font-lock-comment-face.
3311
1592c1ef
EZ
33122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * startup.el (command-line): Move the code which sets the default
3315 TTY colors to before before-init-hook.
3316
f86292a9
GM
33172000-10-17 Gerd Moellmann <gerd@gnu.org>
3318
3319 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3320
f7f2e883
EZ
33212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3322
e854cc22
EZ
3323 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3324 extensions, for MS-DOS.
3325
f7f2e883
EZ
3326 * diff-mode.el (diff-header-face, diff-file-header-face)
3327 (diff-changed-face): Define tty-specific colors.
3328
c7b4f0f9
GM
33292000-10-17 Gerd Moellmann <gerd@gnu.org>
3330
3331 * startup.el (fancy-splash-text): Realign the text.
3332
12a72271
EZ
33332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3334
3335 * font-lock.el (font-lock-comment-face): Define a separate default
3336 for dark-background tty's.
3337
61dfccfd
MB
33382000-10-17 Miles Bader <miles@gnu.org>
3339
3340 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3341 being obscured by whizzy mode-lines on graphics displays.
3342
333cd59e
EZ
33432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * info.el (Info-title-1-face, Info-title-2-face)
3346 (Info-title-3-face): Define colors for tty's.
dada41e1 3347 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 3348
dbf1fcc1
EZ
33492000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3350
3351 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3352 reverse from the frame parameters, and don't invert foreground and
3353 background colors.
3354
ac629823
MB
33552000-10-16 Miles Bader <miles@gnu.org>
3356
3357 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3358 string "*Info*". Call propertized-buffer-identification to spruce
3359 up the result.
3360
76eebffc
GM
33612000-10-16 Gerd Moellmann <gerd@gnu.org>
3362
3a6b59d9
GM
3363 * help.el: Provide `help' for the sake of define-minor-mode
3364 which generates defcustoms with requires.
3365
6569c3d3
GM
3366 * jit-lock.el (jit-lock-after-change): If we're in text that
3367 matches a multi-line font-lock pattern, make sure the whole text
3368 will be redisplayed.
3369
c2e0a611
GM
3370 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3371 author's name is unknown.
3372
76eebffc
GM
3373 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3374 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3375 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3376 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3377 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3378 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3379 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3380 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3381 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3382 Add author information.
3383
cf1e7b12
MB
33842000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3385
3386 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3387 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3388 full-color version (using the Gimp) to eliminate dithering artifacts.
3389
5586f3eb
SM
33902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3391
3392 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3393
3394 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3395
ad64a888
DL
33962000-10-15 Dave Love <fx@gnu.org>
3397
3398 * progmodes/sh-script.el: Require skeleton and comint when
3399 compiling.
3400
3401 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3402
3403 * whitespace.el: Doc fixes.
3404 (top-level): Don't add hooks here.
3405 (whitespace-running-emacs): Deleted.
3406 (timer): Don't require.
3407 (whitespace): Add back :version conditional on xemacs test.
3408 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3409 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3410 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3411 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3412 Avoid specific xemacs test.
3413 (whitespace-global-mode): New option.
3414 (whitespace-global-mode): New command.
3415 (whitespace-unload-hook): New function.
3416
3417 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 3418 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
3419 (Info-fontify-node): `Goto' goes to `Go to'.
3420 (Info-fontify-node): Add help-echo to xref links.
3421
1ef49fc6
EZ
34222000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3425
8b7707e1
SM
34262000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3427
b3b7f42f
SM
3428 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3429 Use plist-get and allow :inherit.
3430
3431 * emacs-lisp/cl-macs.el (cl-do-arglist):
3432 Use plist-get and plist-member instead of memq.
3433
3c7fafc7
SM
3434 * emacs-lisp/ewoc.el (ewoc-location): New function.
3435 (ewoc-enter-after, ewoc-enter-before): Document return value.
3436 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3437 Don't need make-local-hook any more.
3438 (cvs-addto-collection): Return the new tin.
3439 (cvs-mode-insert): Jump to the new line.
3440
8b7707e1
SM
3441 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3442
3443 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3444
3445 * font-lock.el (font-lock-syntactically-fontified): New var.
3446 (font-lock-fontify-syntactic-keywords-region): Use it.
3447 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3448
3449 * diff-mode.el (diff-find-file-name): Fix regexp.
3450
3451 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3452 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3453
3454 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3455 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3456 (sh-mode): Don't make all vars local here.
3457 (sh-kw): Reformat.
3458 (sh-set-shell): Use dolist. Don't set indent-region-function.
3459 (sh-mode-syntax-table): Use pop.
3460 (sh-remember-variable): Use push.
3461 (sh-help-string-for-variable): Use memq.
3462 (sh-safe-backward-sexp): Remove.
3463 (sh-safe-forward-sexp): Add ARG.
3464 (sh-get-indent-info, sh-prev-stmt): Use it.
3465 (sh-prev-line): Simplify by using forward-comment.
3466 (sh-this-is-a-continuation): Simplify.
3467 (sh-learn-buffer-indent): Use dolist.
3468 (sh-do-nothing): Remove.
3469 (sh-set-char-syntax, sh-set-here-doc-region):
3470 Use inhibit-modification-hooks.
3471 (sh-name-style): Use mapcar and push.
3472 (sh-load-style): Use dolist.
3473 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3474 (sh-case, sh-while-getopts): Use propertize directly rather
3475 than sh-electric-rparen.
3476
34772000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * textmodes/tex-mode.el: Require CL when compiling.
3480 (tex-mode-syntax-table): Init immediately.
3481 (tex-mode-map): Bind M-RET to latex-insert-item.
3482 (latex-mode): Set indent-line-function to latex-indent.
3483 (tex-common-initialization): Don't setup the syntax-table any more.
3484 (latex-insert-item): New skeleton.
3485 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 3486 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 3487 (latex-indent, latex-find-indent): New functions.
4836835a 3488 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
3489 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3490 (tex-compilation-parse-errors): Use with-syntax-table.
3491
86b7fcbb
MB
34922000-10-15 Miles Bader <miles@gnu.org>
3493
3494 * font-lock.el (font-lock-comment-face): Change dark-background,
3495 color, non-tty, default to `chocolate1'.
3496
57a24508
JW
34972000-10-13 John Wiegley <johnw@gnu.org>
3498
3499 * eshell/esh-util.el (require): Added a missing `require' form,
3500 needed when compiling (for an ange-ftp macro definition).
3501
40ad3db4
DL
35022000-10-13 Dave Love <fx@gnu.org>
3503
3504 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3505
db460189
GM
35062000-10-13 Gerd Moellmann <gerd@gnu.org>
3507
b41c9501
GM
3508 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3509 fix.
3510
4836835a 3511 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
3512 transparent -colors 8).
3513
3b5e21df
GM
35142000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3515
3516 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3517 that breaks with old list format timestamps.
3518 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3519 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3520 strings.
3521
16908a3f
JW
35222000-10-13 John Wiegley <johnw@gnu.org>
3523
d7103dda
JW
3524 * align.el, pcomplete.el, calendar/timeclock.el,
3525 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3526
dace60cf 3527 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3528 faulty math, where holiday hours were being computing as seconds.
3529
b6b70cda
JW
35302000-10-13 John Wiegley <johnw@gnu.org>
3531
3532 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3533 specifying what "other" kinds of buffers should be saved. This
3534 used to be hard-coded.
3535 (desktop-buffer-misc-functions): A global for specifying how
3536 auxiliary data should be determined for special buffer types.
3537 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3538 instead of hard-coding the special buffer types.
3539 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3540 auxiliary data, instead of hard-coding for Info buffers and dired.
3541 (desktop-buffer-info-misc-data): Aux function for determining Info
3542 buffer auxiliary info.
3543 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3544 (desktop-buffer-info): Changed this function to use the info
3545 gathered above.
3546 (desktop-create-buffer): Be a little more careful about what
3547 `minor-mode' means before calling it. This is important for some
3548 buffer types.
3549
8c6b1d83
JW
35502000-10-13 John Wiegley <johnw@gnu.org>
3551
3552 * eshell/esh-util.el: Added a global form which declares an
3553 autoload for `parse-time-string', if that function is not already
3554 defined, and if parse-time.el is available on the user's system.
3555
3556 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3557 to be aware of ange-ftp user info.
3558 (eshell-do-ls): Bind `ange-cache'. Also, use
3559 `eshell-file-attributes'.
3560 (eshell-ls-annotate): Use `eshell-file-attributes'.
3561 (eshell-ls-file): Made the user-id printing code a bit smarter.
3562
3563 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3564 allow identification of alias user ids in remote directories.
3565 It's manual, but there's no other way to know when the current
3566 user on the local machine, is also the owning user on the remote
3567 machine.
3568 (fboundp): Bind `ange-cache'.
3569 (eshell-directory-files-and-attributes): Re-organized the logic a
3570 bit to use `eshell-file-attributes' instead of `file-attributes'.
3571 The former is more sensitive to directories that are read via FTP,
3572 and knows how to use ange-ftp to determine full attribute
3573 information, instead of just the name and last modtime.
3574 (eshell-current-ange-uids): Return the current user id when in a
3575 remote directory.
3576 (eshell-parse-ange-ls): Parse a full directory listing that has
3577 been returned by ange-ftp.
3578 (eshell-file-attributes): This beefed up version of
3579 `file-attributes' is only special if the user is currently in a
3580 remote directory, in which case it does a lot of work to find out
3581 what the real attributes of a file are, as they appear on the
3582 remote machine. This makes usage of remote directories (i.e.,
3583 ange-ftp pathnames) much more useful. You can now use Eshell as a
3584 full-fledged FTP client, with much more manipulation ability than
3585 most other clients.
3586
3587 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3588 variable, which means that Eshell's du should always be preferred
3589 in remote directories.
3590 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3591 just `file-attributes'.
3592 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3593 when reading remote directories. This is an Eshell-specific
3594 variable (not part of ange-ftp).
3595 (eshell/ln): Bind `ange-cache'.
3596 (eshell/du): Added some extra logic for determining when to use
3597 Eshell's du (which is slow), and when to use the external version
3598 (which may or may not exist).
3599
3600 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3601 `eshell-interactive-process', rather than using
3602 `get-buffer-process', since backgrounded processes don't count in
3603 the context of this function's logic.
3604
3605 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3606 `forward-char', so that null strings are parsed correctly.
3607
87730e84 36082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3609
3610 * eshell/em-pred.el (eshell-pred-file-type,
3611 eshell-pred-file-links, eshell-pred-file-size): Use
3612 `eshell-file-attributes'. This is more correct over ange-ftp.
3613
3614 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3615 that remote file globbing is more efficient.
3616
3617 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3618 gathering the files and attributes within a directory.
3619
3620 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3621 the command line is a special file (not a regular file, directory
3622 or symlink), always attempt to call the external version of cat.
3623
87730e84 36242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3625
3626 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3627 Eshell-friendly version of find-tag.
3628
1c7e37a9
MB
36292000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3630
4836835a 3631 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3632 (image-file-name-regexps): Add autoload cookies.
3633
11a7f341
KH
36342000-10-13 Kenichi Handa <handa@etl.go.jp>
3635
3636 * international/mule-cmds.el (select-safe-coding-system): If FROM
3637 is string, show it in *Warning* buffer.
3638
8ddddcb0
EZ
36392000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3640
3641 * startup.el (normal-top-level): Use display-popup-menus-p instead
3642 of window-system.
3643 (command-line): Use display-graphic-p instead of window-system.
3644 (command-line-1): Use display-popup-menus-p and display-mouse-p
3645 instead of window-system.
3646
72200f89
SS
36472000-10-12 Sam Steingold <sds@gnu.org>
3648
3649 * tooltip.el (tooltip-use-echo-area): New user variable.
3650 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3651
8661c643
DL
36522000-10-12 Dave Love <fx@gnu.org>
3653
d0b40dc1
DL
3654 * recentf.el: Maintainer's checkdoc fixes.
3655
a622451f
DL
3656 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3657 character class, not ASCII when matching file names.
3658 (fancy-splash-head): Add trailing slash to URL.
3659 (command-line): Don't require XPM support for toolbar.
3660
8661c643
DL
3661 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3662 (cperl-invalid-face): Revert last change.
3663 (cperl-init-faces): Quote cperl-invalid-face.
3664
ef2ed8ab
KH
36652000-10-12 Kenichi Handa <handa@etl.go.jp>
3666
3667 * startup.el (fancy-splash-text): Remove superfluous quote.
3668
b0da379e
GM
36692000-10-12 Gerd Moellmann <gerd@gnu.org>
3670
dbeb499b
GM
3671 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3672 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3673 (command-line-1): Don't use fancy-splash-pending-command.
3674 (fancy-splash-screens-1): Goto point-min after inserting text.
3675
d861718a
GM
3676 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3677
b0da379e
GM
3678 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3679 instead of shared-lisp-mode-map.
3680
4fb2ad98
MB
36812000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3682
1cb4393e
MB
3683 * faces.el (header-line): Change tty-variant to use underlining.
3684
4fb2ad98
MB
3685 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3686 (isearch-highlight): Restore lazy-isearch face properties at old
3687 position, and suppress them at new position.
3688 (isearch-dehighlight): Restore lazy-isearch face properties.
3689 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3690 over the real isearch overlay, but in that case, don't give it a
3691 face property. Use `push'.
3692
eb991b25
KH
36932000-10-12 Kenichi Handa <handa@etl.go.jp>
3694
3695 * man.el (Man-getpage-in-background): Fix previous change.
3696 Decode the process output only when we are in multibyte mode.
3697
a818c1c0
DL
36982000-10-11 Dave Love <fx@gnu.org>
3699
c990f53a
DL
3700 * info.el (Info-mode-menu): Fix some help.
3701 (info-tool-bar-map): Add entry for Info-last.
3702
a818c1c0
DL
3703 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3704 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3705 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3706 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3707 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3708 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3709 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3710 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3711 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3712 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3713 Reduce colour requirements to 25 overall. (Probably wants
3714 revisiting from the originals to reduce further.)
3715
c1b096cb
EZ
37162000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3717
3718 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3719 buffer-file-coding-system, instead of raw-text.
3720 (dehexlify-buffer): Bind coding-system-for-read to
3721 buffer-file-coding-system, instead of raw-text.
3722
5c8b7eaf
SS
37232000-10-11 Sam Steingold <sds@gnu.org>
3724
3725 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3726 `underline' - fixes the bug introduced on 2000-09-21.
3727
2cfbdb7a
DL
37282000-10-11 Dave Love <fx@gnu.org>
3729
3730 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3731 compiler warnings.
3732 (scheme-mode): Doc fix.
3733 (scheme-font-lock-keywords-1): Match `define-syntax'.
3734
37352000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3736
3737 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3738 face specs as well as default ones. Only do anything if the
3739 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3740 (region): Make dark-background `region' face less in-your-face.
4b33f290 3741
690ec649
SS
37422000-10-10 Sam Steingold <sds@gnu.org>
3743
3744 * chistory.el, ielm.el, ledit.el:
3745 * progmodes/inf-lisp.el, progmodes/scheme.el:
3746 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3747
3b95d6bb
SM
37482000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3749
3750 * textmodes/texinfo.el: Update copyright and fix typo.
3751
3752 * desktop.el (desktop-modes-not-to-save): New var.
3753 (desktop-save-buffer-p): Use it.
3754 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3755 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3756
d646c828
DL
37572000-10-10 Dave Love <fx@gnu.org>
3758
3759 * toolbar/tool-bar.el (tool-bar-add-item)
3760 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3761 display.
3762
d646c828
DL
3763 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3764 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3765 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3766 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3767 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3768 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3769 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3770 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3771 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3772 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3773 the .xpms; probably need retouching.
3774
862a7e28
MB
37752000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3776
3777 * subr.el (add-to-list): Add optional argument APPEND.
3778 * battery.el (display-battery): Use `add-to-list'.
3779
46e33aee
TTN
37802000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3781
930baf47
TTN
3782 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3783 these vars as symbol properties.
2cfbdb7a
DL
3784 (zone, zone-when-idle, zone-leave-me-alone)
3785 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3786
5a430f9c
TTN
3787 * battery.el (display-battery): Doc spelling fix.
3788
46e33aee
TTN
3789 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3790 property.
3791
adf7d3a8
DL
37922000-10-09 Dave Love <fx@gnu.org>
3793
3794 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3795 has been initialized before calling tool-bar-setup.
c2156508 3796 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3797
06a8c9f8
EZ
37982000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3799
e4ca8f8c
EZ
3800 * menu-bar.el (send-mail-item-name): New function.
3801 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3802 of mail-user-agent in the menu. Don't display the "Send Mail"
3803 item if mail-user-agent is nil or its value is ignore.
3804 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3805 if read-mail-command is nil or its value is ignore.
3806
06a8c9f8
EZ
3807 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3808
7dbc9c8a
MB
38092000-10-09 Miles Bader <miles@gnu.org>
3810
29e0814b
MB
3811 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3812 Correct image size.
3813 * toolbar/left_arrow.xpm: Correct image size.
3814
7dbc9c8a
MB
3815 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3816 will be done by the definition of `auto-compression-mode' if
3817 necessary. Move code to uninstall existing file-name handler
3818 before definition of `auto-compression-mode'.
3819
3820 * image-file.el (auto-image-file-mode): Move to the end of the
3821 file, because `define-minor-mode' actually calls the mode-function
3822 if the associated variable is non-nil, which requires that all
3823 needed functions be already defined.
3824
65b61266
MB
3825 * mouse.el (popup-menu): Balance parens.
3826
d6b8c85b
SM
38272000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3828
3829 * mouse.el (popup-menu): Move the command call outside the loop
3830 so that popup-menu returns whatever the command returns.
3831
3832 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3833 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3834 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3835 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3836
3837 * vc.el (vc-version-diff): diff-switches can be a list.
3838 Use relative filenames for prettier output.
3839
46e33aee 3840 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3841 (vc-post-command-functions): Remove old-VC compatibility code.
3842
3843 * newcomment.el (comment-indent-default): Autoload.
3844
3845 * font-lock.el (font-lock-defaults): Make buffer-local.
3846 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3847 (font-lock-choose-keywords):
3848 Ignore LEVEL unless KEYWORDS is a list of syms.
3849 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3850 Don't wrap regexp-opt things in \(...\) unnecessarily.
3851
3852 * jit-lock.el: Don't require font-lock any more.
3853 (jit-lock-functions): Make buffer-local.
3854 (jit-lock-saved-fontify-buffer-function): Remove.
3855 (jit-lock-mode): Remove autoload cookie.
3856 Remove font-lock specific code.
3857 (jit-lock-unregister): Don't bother handling complex hooks any more.
3858 (jit-lock-refontify): New function.
3859 (jit-lock-fontify-buffer): Use it.
3860 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3861 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3862 Add optional args START and END.
3863 Never call font-lock-fontify-region directly.
3864 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3865
3866 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3867
a30ed6ac
DL
38682000-10-08 Dave Love <fx@gnu.org>
3869
4e7c7ca9
DL
3870 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3871
3872 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3873
3874 * play/studly.el (studlify-region, studlify-word): Add autoload
3875 cookie.
3876
3877 * play/morse.el (morse-region, unmorse-region): Add autoload
3878 cookie.
3879
3880 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3881 concat.
3882
3883 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3884 insist on symbols starting with word syntax.
3885 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3886 (eval-defun-1): Doc fix.
3887 (indent-sexp): Use nconc to build up indent-stack.
3888
3889 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3890 Gnus with little use.
3891 (mail-setup-hook): Add mail-abbrevs-setup to options.
3892
968f7c4a
DL
3893 * recentf.el: Doc fixes.
3894
3895 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3896 Clean up remainder.
3897
3898 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3899 without timezone and (8) with timezone to enforce some whitespace.
3900 Simplify code somewhat.
3901
3902 * options.el (list-options): Doc that you should use customize.
3903
3904 * iswitchb.el (iswitchb-mode): Add :require.
3905
a30ed6ac
DL
3906 * info.el (Info-goto-node, Info-menu): Doc fix.
3907 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3908 (info-tool-bar-map): New variable.
3909 (Info-mode): Use it.
3910 (Info-edit-map): Define all in defvar.
3911 (speedbar-attached-frame): Avoid compiler warning.
3912
3913 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3914 (global-map): Bind [tool-bar] to a filtered map.
3915 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3916 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3917 Allow PBM icons.
3918 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3919
3920 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3921 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3922 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3923 icons, except up_arrow, which is left-arrow rotated.
3924
3925 * imenu.el (imenu-add-to-menubar): Fix last change.
3926
4e953aff
PB
39272000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3928
3929 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3930 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3931
739e92a7
EZ
39322000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3933
d20faceb
EZ
3934 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3935 typos in doc strings.
3936
a640322e
EZ
3937 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3938 the doc strings how to customize Font Lock faces.
3939
739e92a7
EZ
3940 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3941 computing growth when dragging the header line.
3942
8be7408c
EZ
39432000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * simple.el (kill-line): Doc fix.
3946
6fee86a3
MB
39472000-10-08 Miles Bader <miles@gnu.org>
3948
445a653e
MB
3949 * faces.el (secondary-selection): Make foreground visible on tty.
3950
6fee86a3
MB
3951 * jka-compr.el (auto-compression-mode): Move to the end of the
3952 file, because `define-minor-mode' actually calls the mode-function
3953 if the associated variable is non-nil, which requires that all
3954 needed functions be already defined.
3955 (with-auto-compression-mode): Add autoload cookie.
3956
a115794c
EZ
39572000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3958
3959 * files.el (find-backup-file-name) [ms-dos]: If support for long
3960 file names is not available, behave as if version-control were set
3961 to never.
3962
b12e6de3
DL
39632000-10-07 Dave Love <fx@gnu.org>
3964
3965 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3966 (browse-url-gnome-moz): New function.
3967 (browse-url-browser-function): Use it.
3968 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3969
20b1d079
SM
39702000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * indent.el (tab-always-indent): New var.
3973 (indent-for-tab-command): Use it.
39250ec3 3974
9ee45b2c 3975 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3976 raise an error. This way it can still default to a sane value.
9ee45b2c 3977
8c6b1d83
JW
39782000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3979
39250ec3
SM
3980 * startup.el (fancy-splash-screens): Use local rather than global map.
3981 Don't use `update-menu-bindings' any more.
3982 Get rid of assumptions about keymap representation.
3983
a23ccdf2
DL
39842000-10-06 Dave Love <fx@gnu.org>
3985
814299a7 3986 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3987 (sentence-end-without-period): Doc fix.
3988 (adaptive-fill-regexp): Purecopy.
3989 (unjustify-current-line): Use line-end-position.
3990 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3991
3992 * net/eudc-vars.el (eudc): Add :version, :link.
3993
39250ec3 3994 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3995
3996 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3997 Fix for define-minor-mode.
3998 (function-at-point): Alias to function-called-at-point.
3999
4000 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4001
4002 * simple.el (backward-word): Doc fix.
4003
a23ccdf2
DL
4004 * image-file.el (image-file-name-regexp): image-file-regexps ->
4005 image-file-name-regexps.
742c1822 4006 (image-file-name-extensions): Add pbm.
a23ccdf2 4007
39250ec3
SM
40082000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4009
4010 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4011 and add filename to the names so that diff-mode can jump to source.
4012
4013 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4014 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4015 (tex-font-lock-keywords-1): Remove.
4016 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4017 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4018 (font-lock-default-fontify-region):
4019 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4020 (font-lock-fontify-anchored-keywords):
4021 Include the anchor text as part of the multiline.
4022
8d5dfacd
GM
40232000-10-06 Gerd Moellmann <gerd@gnu.org>
4024
4025 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4026 latter needs the autoloaded define-minor-mode macro during the
4027 bootstrap.
4028
4029 * startup.el (command-line): For now, activate tool-bar-mode only
4030 if XPM images are supported.
4031
4032 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4033 window by dragging a header-line at the top of the frame; that's
4c19fbce 4034 confusing because the header-line doesn't move.
8d5dfacd
GM
4035 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4036 of treating the event as a list. Some cleanup.
4037
f69aad2b 40382000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4039
f69aad2b
MB
4040 * simple.el (display-message-or-buffer): New function.
4041 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4042
09cb7646
MB
4043 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4044 docstring parts.
4045
814299a7 4046 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4047 (smbclient-prompt-regexp): Add usage note to doc string.
4048 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4049 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4050 Use add-hook for adding the comint filter function, and only do so
4051 if it's not already in the global hook list.
4052 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4053 to `make-local-variable'.
4054 (nslookup-font-lock-keywords): Remove prompt entry.
4055 (nslookup): Don't set the process-filter.
4056 (finger): Exit the loop correctly when the regexps list runs out.
4057 (ftp, smbclient, smbclient-list-shares):
4058 Set the real major mode immediately, not after execing.
4059 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4060
4061 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4062
4c19fbce
SM
40632000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4064
4065 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4066
4067 * which-func.el (which-func-format): Remove spurious space.
4068 (which-func-mode): Don't make it permanent-local.
4069 (which-func-ff-hook): Allow which-func-maxout to be nil.
4070 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4071 (which-func-mode): Simplify.
4072 Use post-command-idle-hook rather than post-command-hook.
4073 Go through all buffers and update their state.
4074 (which-function): Also try add-log-current-defun-function.
4075
4076 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4077 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4078 Update call to with-vc-properties accordingly.
4079 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4080 (vc-revert-buffer): More careful about window selection and deletion.
4081 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4082
4083 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4084 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4085 (cvs-dired-action): Change the default to quickdir.
4086
4087 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4088 if comment-indent-function returns nil.
4089 (comment-indent-default): New function.
4090 (comment-indent-function): Use it and document the new semantics.
4091
4092 * image-file.el: Docstring fixes.
4093
4094 * help.el (help-xref-on-pp): Use match-string.
4095 (describe-variable): New arg BUFFER.
4096 Store the current buffer in the help-xref-stack.
4097 (temp-buffer-resize-mode): Use define-minor-mode.
4098
4099 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4100 consistently with its docstring.
4101 Set jit-lock-first-unfontify-pos in an idempotent way.
4102 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4103
542c6552
GM
41042000-10-05 Alex Schroeder <alex@gnu.org>
4105
4106 * sql.el (sql-mysql-options): New variable.
4107 (sql-mysql): Use it.
4108
a3489ece
MB
41092000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4110
77f6105c
MB
4111 * image.el (image): New group.
4112
814299a7 4113 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4114 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4115
3478046b
PB
41162000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4117
4118 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4119 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4120 Ignore the value of wqindow-system; always define keywords
4121
22aca186
KH
41222000-10-05 Kenichi Handa <handa@etl.go.jp>
4123
4124 * startup.el (fancy-splash-screens): Remove the code for
4125 debugging; `(trace-to-stderr "EXITTT\n")'.
4126
55d5d717
MB
41272000-10-05 Miles Bader <miles@gnu.org>
4128
4129 * diff-mode.el (diff-goto-source): Update call to
4130 `diff-hunk-status-msg' to reflect new REV variable.
4131
41fa7178
SM
41322000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4133
4134 * progmodes/icon.el (icon-mode):
4135 Don't gratuitously override the default for comment-column.
4136
4137 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4138
4139 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4140 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4141 (jit-lock-functions): New var.
4142 (jit-lock-function-1): Use it if non-nil.
4143 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4144 Set the `fontified' property before doing the fontification to avoid
4145 repeatedly going through the same error.
4146 Don't turn errors into messages.
4147 (jit-lock-register, jit-lock-unregister): New functions.
4148
4149 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4150 Use with-current-buffer.
4151
4152 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4153 Turn comment into docstring.
4154
4155 * apropos.el (apropos-mode): Use define-derived-mode.
4156
3dc78168
GM
41572000-10-04 Gerd Moellmann <gerd@gnu.org>
4158
4159 * startup.el (fancy-splash-pending-command): New variable.
4160 (fancy-splash-pre-command): New function.
4161 (fancy-splash-screens): Rewritten.
4162 (command-line-1): If fancy-splash-pending-command is set, call it
4163 interactively.
4164
dae9dc56
DL
41652000-10-04 Dave Love <fx@gnu.org>
4166
4167 * toolbar/tool-bar.el (tool-bar-setup): New function.
4168 (tool-bar-mode): Use it.
4169
4170 * subr.el (substitute-key-definition): Doc fix.
4171 (play-sound-file): New command.
4172
3388f0a5
AS
41732000-10-04 Andre Spiegel <spiegel@gnu.org>
4174
814299a7 4175 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4176 vc-version-backup-file-name): New functions.
4177
4178 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4179
4180 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4181 vc-cvs-stay-local-p.
4182
4183 * vc.el (vc-revert-buffer): Handle empty diff properly.
4184 (vc-version-backup-file): New function.
4185 (vc-checkout): Create a version backup if necessary.
4186 (vc-checkin): If a version backup file exists, delete it.
4187 (vc-version-diff): Diff locally using version backups, if available.
4188 (vc-revert-file): If there's a version backup, revert locally.
4189 (vc-transfer-file): Use version backup for base version, if
4190 available. If not, ask for confirmation whether to get it from the
4191 server. Update mode line before check-in.
4192
ebd4825d
DL
41932000-10-04 Dave Love <fx@gnu.org>
4194
4195 * toolbar/tool-bar.el (tool-bar-setup): New function.
4196 (tool-bar-mode): Use it.
4197
1b24f4b7
PB
41982000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4199
3dc78168 4200 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4201 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4202 Only set if window-system is non-nil
4203 (net-utils-run-program): Returns buffer.
4204 (network-connection-reconnect): Added this function.
4205
814299a7
MB
4206 * generic.el:
4207 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4208 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4209 Uses cl compile-time macros.
3dc78168
GM
4210 (generic-mode-name, generic-comment-list)
4211 (generic-keywords-list, generic-font-lock-expressions)
4212 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4213 Removed variables.
4214 (generic-mode-alist): Renamed to generic-mode-list.
4215 (generic-find-file-regexp): Default changed to "^#".
4216 (generic-read-type): Uses completing read on generic-mode-list.
4217 (generic-mode-sanity-check): removed this function.
4218 (generic-add-to-auto-mode): Removed this function
3dc78168 4219 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4220 into function instead of putting them in alist.
4221 (generic-mode-set-comments): Reworked extensively.
4222 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4223 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4224
814299a7 4225 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4226 Make sure directory name ends with "/".
4227
814299a7 4228 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4229 Regexp now allows leading whitespace.
4230 (rc-generic-mode): Added eval-when-compile
4231 around generic-make-keywords-list.
4232 Deleted duplicate regexp
4233 (rul-generic-mode): Added eval-when-compile
4234 around generic-make-keywords-list.
4235 (etc-fstab-generic-mode): New generic mode.
4236 (rul-generic-mode): Removed one eval-when-compile
814299a7 4237 which caused a max-specpdl-size exceeded error.
1b24f4b7 4238
a7bf5cf3
MB
42392000-10-04 Miles Bader <miles@gnu.org>
4240
4241 * simple.el (minibuffer-temporary-goal-position): New variable.
4242 (next-history-element): Try to keep the position of point in the
4243 input string constant.
4244
4245 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4246 (dired-do-create-files): If there's only one file, pass it in as
4247 the DEFAULT arg to dired-mark-read-file-name.
4248
ce1087a9
SM
42492000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4252 (diff-goto-source): Be smarter when choosing REVERSE or not.
4253
4254 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4255 (texinfo-mode-menu): Add an explicit shortcut for update all.
4256
0e41e1d6
AS
42572000-10-03 Andre Spiegel <spiegel@gnu.org>
4258
814299a7 4259 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4260 factorize backend-specific code cleanly (this was essentially
4261 conceived by Stefan Monnier).
4262 (vc-unregister): Function removed.
814299a7 4263 (vc-revert-file): New function.
858f7cb4
AS
4264 (vc-revert-buffer): Delegate some of the work to it.
4265
0e41e1d6
AS
4266 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4267 default branch unconditionally.
4268 (vc-rcs-set-default-branch): New function.
4269 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4270 (vc-rcs-checkin): If an appropriate default branch has been set,
4271 force creation of that branch.
858f7cb4
AS
4272 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4273 code (as suggested by Stefan Monnier).
0e41e1d6 4274
01c86c56
GM
42752000-10-02 Gerd Moellmann <gerd@gnu.org>
4276
45c477b4
GM
4277 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4278 highlighting overlay with a different face over the overlay
4279 isearch uses to highlight the current match because that can lead
4280 to bad face combinations.
4281
01c86c56
GM
4282 * loadup.el (toplevel): Load faces before isearch.
4283
4284 * isearch.el (isearch-faces): New custom group.
4285 (isearch): New defface; was already tested for in the code.
4286 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4287 (isearch-highlight): Always use face `isearch'.
4288
944425c0
DL
42892000-10-02 Dave Love <fx@gnu.org>
4290
4291 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4292 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4293 comparison of opcode with operand.
4294
2a099bcc
MB
42952000-10-03 Miles Bader <miles@gnu.org>
4296
4297 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4298 buffer, since the echo area will now grow to accommodate them.
4299
4300ecb8
AS
43002000-10-02 Andre Spiegel <spiegel@gnu.org>
4301
4302 * vc-hooks.el (vc-registered): If FILE used to be registered under
4303 a certain backend, try that one first.
4304
814299a7 4305 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4306 argument list. Handle multiple backends correctly.
4307 (vc-find-new-backend): Function removed.
4308 (vc-register): Use vc-responsible-backend, as before.
4309 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4310
64e6cc18
GM
43112000-10-02 Gerd Moellmann <gerd@gnu.org>
4312
4313 * startup.el (fancy-splash-head): Change message below the
4314 logo.
4315
00df919e
MB
43162000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4317
4318 * diff-mode.el (diff-goto-source): Emit a status message.
4319 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 4320 (diff-test-hunk): Fix doc string.
00df919e
MB
4321 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4322 (diff-advance-after-apply-hunk): New variable.
4eaa6852 4323 (diff-apply-hunk): Don't return a value.
00df919e 4324
ceec5a0c
SM
43252000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * vc.el (vc-editable-p): Minor optimization.
4328 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4329 (vc-find-new-backend): New function split from vc-responsible-backend.
4330 (vc-register): Use it.
4331 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4332 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4333 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4334 (vc-clear-headers): Don't use find-file.
4335 (vc-revert-buffer): Use `and' again (must have been a braino).
4336 (vc-switch-backend): Only prompt if requested.
4337 Short circuit if nothing is to be done.
4338 Don't use vc-resynch-buffer which could lose unsaved editing.
4339 (vc-default-receive-file): Update call to vc-unregister.
4340 (with-vc-file, vc-next-action-on-file):
4341 Use vc-backend rather than vc-registered.
4342 (vc-next-action-on-file): Use intern-soft.
4343 Deal with read-only *vc-diff* buffer.
4344 (vc-transfer-file): Docstring fix.
4345
4346 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4347 (vc-rcs-receive-file): Avoid with-vc-properties.
4348 Update call to vc-unregister.
4349 Use constant `RCS' rather than (dynamically bound) var `backend'.
4350
4ad5da8f
AS
43512000-10-01 Andre Spiegel <spiegel@gnu.org>
4352
814299a7 4353 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
4354 is visited.
4355 (vc-start-entry): New argument initial-contents. Don't visit the file
4356 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
4357 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4358 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
4359 vc-start-entry.
4360 (vc-finish-logentry): Make sure to bury log buffer only if there
4361 really is one. Call `vc-resynch-buffer' on log-file, not
4362 buffer-file-name.
4363 (vc-default-comment-history, vc-default-wash-log): New functions.
4364 (vc-index-of): Removed.
4365 (vc-transfer-file): Make do without the above.
4366 (vc-default-receive-file): Call comment-history unconditionally. Pass
4367 the resulting string to vc-checkin, instead of inserting it into the
4368 comment ring.
4369
4370 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4371 unconditionally. Use the comments as initial contents of the log
814299a7 4372 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
4373 changes.
4374
aa0c3dca
MB
43752000-10-01 Miles Bader <miles@gnu.org>
4376
4377 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4378 `recenter' with an arg to prevent redrawing the display.
4379
d5f5a2c5
SM
43802000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4381
4382 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4383
4384 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4385
814299a7 4386 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
4387 Don't gratuitously override the default for comment-column.
4388
4389 * textmodes/tex-mode.el (latex-metasection-list): New var.
4390 (latex-imenu-create-index): Use it.
4391 Move the regexp construction outside loops (and use push).
814299a7 4392 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
4393 (tex-font-lock-keywords): Moved from font-lock.el.
4394 (tex-comment-indent): Remove.
4395 (tex-common-initialization): Don't set comment-indent-function.
4396 (latex-block-default): New var.
4397 (tex-latex-block): Use it to provide a default choice.
4398 Add any unknown choice to latex-block-names.
4399 Insert [...] after {...}.
4400 (tex-last-unended-begin): Simplify regexp.
4401 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4402 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4403 (latex-mode): Set forward-sexp-function.
4404
4405 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4406 Add regexp for @ignore ... @end ignore.
4407 (texinfo-heading-face): New face.
4408 (texinfo-font-lock-keywords): Use it.
4409 (texinfo-mode-menu): New menu.
4410 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4411 New functions.
4412 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 4413 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
4414 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4415 Remove declaration.
4416 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4417
4418 * delsel.el (delete-selection-mode): Use define-minor-mode.
4419
4420 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4421
44222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4423
4424 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4425
8a5506f2
GM
44262000-09-30 Gerd Moellmann <gerd@gnu.org>
4427
068127d6
GM
4428 * replace.el (keep-lines-read-args): New function.
4429 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4430 read arguments interactively. Add parameters RSTART and REND.
4431 Operate on the active region in Transient Mark mode.
4432
d777bb8f
GM
4433 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4434
8a5506f2
GM
4435 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4436 (authors-obsolete-files-regexps): New variable.
4437 (authors-add): Don't record changes in obsolete files.
4438
3fa87bfc
SM
44392000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4440
4441 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4442
4443 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4444 (comment-indent): Make sure there's a space between code and comment.
4445 Shift comments left to avoid going past fill-column.
4446
f02149ce
GM
44472000-09-29 Gerd Moellmann <gerd@gnu.org>
4448
4449 * startup.el (startup-echo-area-message): New function.
4450 (display-startup-echo-area-message): Use it.
4451 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4452 (fancy-splash-default-action): New function.
4453 (fancy-splash-screens-1): New function.
4454 (fancy-splash-head): Put a help-echo and a keymap under the image.
4455
a3ef6569
SM
44562000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4457
4458 * diff-mode.el (diff-add-log-file-name): Remove.
4459 (diff-mode): Use add-log-buffer-file-name-function.
4460
4461 * add-log.el (find-change-log): New arg BUFFER-FILE.
4462 (add-log-file-name): Obey add-log-file-name-function.
4463 (add-log-buffer-file-name-function): New var.
4464 (add-change-log-entry): Use it.
4465
75e5b373
MB
44662000-09-29 Miles Bader <miles@gnu.org>
4467
4468 * image-file.el (image-file-name-extensions): New variable.
4469 (image-file-name-regexps): Renamed from `image-file-regexps'.
4470 New default value is nil. Call `auto-image-file-mode'.
4471 (image-file-name-regexp): New function.
4472 (auto-image-file-mode): New minor mode.
4473 (insert-image-file): Don't make conditional on the image-file
4474 handler being enabled.
4475 (image-file-handler): Make the call here conditional instead.
4476 (set-image-file-handler-enabled, enable-image-file-handler)
4477 (disable-image-file-handler): Functions removed.
4478
4479 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4480 string.
4481
de6e1f7c
GM
44822000-09-29 Gerd Moellmann <gerd@gnu.org>
4483
4484 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4485 it's a function from CL.
4486 (latex-imenu-create-index): Replace eval-when-compile with progn
4487 because latex-section-alist is not bound while compiling.
4488
d8c201f5
SM
44892000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4490
4491 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4492 (outline-mode): Use define-derived-mode.
4493
814299a7 4494 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
4495 * progmodes/awk-mode.el (awk-mode):
4496 * progmodes/asm-mode.el (asm-mode):
4497 Don't gratuitously override the default for comment-column.
4498
4499 * emacs-lisp/lisp.el (lisp-complete-symbol):
4500 Distinguish the let-binding case from the funcall case.
4501 (forward-sexp-function): New variable.
4502 (forward-sexp): Use it.
4503
4504 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4505 (easy-mmode-defmap): Remove the now useless autoload.
4506
4507 * time.el (display-time-mode): Use define-minor-mode.
4508
4509 * subr.el (add-minor-mode): Don't eval NAME.
4510 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4511 Use if rather than cond.
4512
4513 * simple.el (read-expression-map): Define more properly.
4514 (comment-indent-hook): Remove.
4515 (string-to-syntax): Bug fix.
4516
4517 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4518 (cvs-ediff-diff): Fix typo.
4519 (cvs-revert-if-needed): Don't bother preserving read-only.
4520
4521 * paren.el (show-paren-mode): Use define-minor-mode.
4522
4523 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4524 (toggle-auto-compression): Remove.
4525 (jka-compr-build-file-regexp): Remove useless grouping.
4526
4527 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4528 Avoid user-reserved bindings.
4529 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4530 (diff-header-face): Revert to grey85.
4531
4532 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4533
4534 * complete.el (partial-completion-mode) <defcustom>: Remove.
4535 (partial-completion-mode): Use define-minor-mode.
4536 (PC-do-completion): Understand `completion-auto-help = delay'
4537 to mean to popup the completion buffer only the second time.
814299a7 4538 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4539 (PC-include-file-all-completions): Don't quote lambda.
4540
4541 * comint.el (comint-mode-hook): Docstring fix.
4542 (comint-mode): Use define-derived-mode.
4543 (comint-mode-map): Remove obsolete comment.
4544 (make-comint): Minor stylistic change.
4545 (comint-insert-clicked-input): Be more careful to find the overlay.
4546 Use this-command-keys rather than hardcoding mouse-2.
4547
4548 * font-lock.el: Replace confusing (,@ with ,
4549 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4550 Don't use regexp-opt-depth. Spice up the regexp for args.
4551 Don't distinguish between cmds that can take an opt arg or not.
4552 Use `append' and `prepend' rather than `keep'.
4553
4554 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4555 (latex-outline-regexp): New var.
4556 (latex-outline-level): New fun.
4557 (latex-section-alist): New var.
4558 (latex-imenu-create-index): Use it. Use `push' as well.
4559 (tex-shell-map): Initialize it properly.
4560 (tex-mode): Minor stylistic change.
4561 (plain-tex-mode): Use define-derived-mode.
4562 (latex-mode): Use define-derived-mode.
4563 Construct the paragraph regexps in a more readable way.
4564 Set the buffer-local outline-{level,regexp} vars.
4565 (slitex-mode): Derive from latex-mode.
4566 (tex-common-initialization): Don't kill-all-vars anymore.
4567 Add setting for comment-add and font-lock-defaults.
4568 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4569 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4570 (tex-start-tex): New arg DIR (and send a chdir command for it).
4571 Also display the shell buffer and save it in tex-last-buffer-texed.
4572 (tex-region): Use expand-file-name rather than concat.
4573 Remove code made useless by changes in tex-start-tex.
4574 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4575
4576 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4577
ff398532
DL
45782000-09-28 Dave Love <fx@gnu.org>
4579
4580 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4581
f9415d5b
GM
45822000-09-28 Gerd Moellmann <gerd@gnu.org>
4583
4584 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4585 `append'.
4586
fa003899
SM
45872000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4588
4589 * info.el (Info-extract-pointer): Undo last change.
4590 Instead, fix the position of the `bound' arg to re-search-backward.
4591
45922000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4593
4594 * info.el (Info-extract-pointer):
4595 Widen more carefully, to avoid finding pointers in other nodes.
4596 (Info-index): Use push.
4597
f9415d5b 45982000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4599
4600 * frame.el (set-frame-font): Remove call to obsolete function
4601 frame-update-faces.
4602 (set-foreground-color, set-background-color): Likewise for
4603 frame-update-face-colors.
4604
5538b8ba
MB
46052000-09-27 Miles Bader <miles@gnu.org>
4606
4607 * image-file.el: New file.
4608
60536eea
GM
46092000-09-27 Gerd Moellmann <gerd@gnu.org>
4610
5b551d58
GM
4611 * frame.el (frame-notice-user-settings): Don't call
4612 frame-update-faces, which is a no-op now.
814299a7 4613
60536eea
GM
4614 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4615 tool-bar-lines.
4616
36f1966f
DL
46172000-09-27 Dave Love <fx@gnu.org>
4618
4619 * mouse.el: Fix last change.
4620
c5785b73
MB
46212000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4622
4623 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4624
672172d9
KH
46252000-09-22 Kenichi Handa <handa@etl.go.jp>
4626
4627 * international/quail.el (quail-help): The output message is
4628 improved.
4629
4653b4ea
DL
46302000-09-26 Dave Love <fx@gnu.org>
4631
4632 * mouse.el (popup-menu): If POSITION is nil, set it using
4633 mouse-position.
4634
63900fcf
SS
46352000-09-25 Sam Steingold <sds@gnu.org>
4636
4637 * net/browse-url.el (browse-url-file-url): Check for null maps.
4638
cd3b81be
GM
46392000-09-26 Gerd Moellmann <gerd@gnu.org>
4640
876512ab 4641 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4642 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4643
fa003899
SM
4644 * frame.el (frame-notice-user-settings):
4645 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4646
cd3b81be
GM
4647 * toolbar/tool-bar.el (tool-bar-help): New function.
4648
d8b4516f
GM
46492000-09-25 Gerd Moellmann <gerd@gnu.org>
4650
6567e9b5
GM
4651 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4652 current-load-list in top-level forms. Else this leaks a cons cell
4653 every time a defun is called.
63900fcf 4654
d8b4516f 4655 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4656
a461758e
DL
46572000-09-25 Dave Love <fx@gnu.org>
4658
7df6adc3
DL
4659 * startup.el (fancy-splash-head): Check XPM is available.
4660
a461758e
DL
4661 * autoinsert.el (auto-insert): Doc fix.
4662 (auto-insert-alist): Following GNU notices, don't say `copyright
4663 _by_'. Use line-beginning-position.
4664 (auto-insert): Check buffer-file-name is non-nil before use.
4665
b11af2dd
GM
46662000-09-25 Gerd Moellmann <gerd@gnu.org>
4667
4668 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4669 starting with `@def' or `@multitable', in addition to ones
4670 specified by the user in auto-fill-inhibit-regexp.
4671
5f9f981b
GM
46722000-09-25 Markus Rost <rost@math.ohio-state.edu>
4673
4674 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4675 rmail-dont-reply-to-names matches the empty string.
63900fcf 4676
8ff16b4e
GM
46772000-09-25 Gerd Moellmann <gerd@gnu.org>
4678
63900fcf 4679 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4680 text to sound more friendly.
4681
9b4a7800
TTN
46822000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4683
4684 * progmodes/hideshow.el: Update author email address.
4685 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4686 (hs-hide-all-non-comment-function): New var.
4687 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4688 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4689 (hs-show-region): Delete this command.
4690 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4691
4c7c1f3f
DL
46922000-09-22 Dave Love <fx@gnu.org>
4693
4694 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4695 (hl-line-highlight): Specify buffer when moving overlay.
4696
4697 * progmodes/fortran.el (fortran-mode): Locally set
4698 normal-auto-fill-function.
4699 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4700 (fortran-mode-map): Adjust auto-fill menu entry.
4701
13f93dee
GM
47022000-09-22 Gerd Moellmann <gerd@gnu.org>
4703
36eb0a91
GM
4704 * vc-rcs.el (toplevel): Require `vc' when compiling.
4705
fa003899 4706 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4707
36a03bf9
AS
47082000-09-22 Andre Spiegel <spiegel@gnu.org>
4709
9b4a7800 4710 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4711 registered under the new backend.
4712
9b4a7800 4713 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4714 without explicit revision number.
4715
6e4e8a3b
SM
47162000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4717
4718 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4719 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4720 (diff-xor): New function.
4721 (diff-find-source-location): Use it. Fix a stupid name clash.
4722 (diff-hunk-status-msg): New function.
4723 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4724 (diff-test-hunk): Use diff-find-source-location.
4725 (diff-goto-source): Favor the `reverse'.
4726 (diff-hunk-text): Properly handle one-sided context diffs.
4727 (diff-apply-hunk): When done, advance to the next hunk.
4728
1b24b888
GM
47292000-09-21 Gerd Moellmann <gerd@gnu.org>
4730
623a0aae
GM
4731 * startup.el (command-line): If frame was created with a non-zero
4732 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4733
1b24b888
GM
4734 * add-log.el (change-log-date-face, change-log-name-face)
4735 (change-log-email-face, change-log-file-face)
4736 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4737 (change-log-function-face, change-log-acknowledgement-face):
4738 New faces, inheriting from font-lock faces.
1b24b888 4739 (change-log-font-lock-keywords): Use them.
9b4a7800 4740
93b3a1c8
DL
47412000-09-21 Dave Love <fx@gnu.org>
4742
80585273
DL
4743 * progmodes/cperl-mode.el (top-level): Clean up
4744 `eval-when-compile's and assorted defvars.
4745 (cperl-invalid-face): Don't double-quote value. Change custom
4746 type.
4747 (cperl-mode): Set normal-auto-fill-function and don't zap
4748 auto-fill-function.
4749 (cperl-imenu--function-name-regexp-perl): Renamed from
4750 imenu-example--function-name-regexp-perl.
4751 (cperl-imenu--create-perl-index): Renamed from
4752 imenu-example--create-perl-index.
4753 (cperl-xsub-scan): Don't require cl.
4754
93b3a1c8
DL
4755 * msb.el (msb-mode-map): Use substitute-key-definition.
4756 (msb-mode): Use msb-mode-map.
4757
43ccb598
AS
47582000-09-21 Andre Spiegel <spiegel@gnu.org>
4759
4760 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4761 New functions.
fa003899 4762 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4763 (vc-switch-backend): New function.
4764 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4765 (vc-register): Fix prompt.
4766 (vc-unregister, vc-default-unregister): New functions.
4767 (vc-version-diff): Handle empty buffer in sentinel.
4768
4769 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4770 (vc-rcs-state-heuristic): Use it to guess the state of files with
4771 non-strict locking.
4772 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4773 been set with -b, but not created yet.
4774 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4775 contents in order to find the state.
4776 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4777 (vc-rcs-unregister, vc-rcs-receive-file)
4778 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4779
9b4a7800 4780 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4781 in case it is missing.
9b4a7800 4782
95fadcca
GM
47832000-09-21 Gerd Moellmann <gerd@gnu.org>
4784
4785 * startup.el (fancy-splash-tail): Use a different foreground
4786 color on a dark frame background.
4787
470f23e1
MB
47882000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4789
4790 * info.el: Use the correct capitalization when making Info-mode
4791 and Info-edit-mode `special' modes.
4792
281096ed
SM
47932000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4794
4795 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4796 (diff-mode): Add support for add-log.el.
4797 (diff-hunk-text): Use char offsets rather than line offsets.
4798 (diff-find-source-location): Replace LINE with line-offset (nil
4799 if not found) and always set POS to a meaningful position.
4800 Adapt to the new char-offsets.
4801 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4802 Adapt to the new diff-find-source-location.
4803 (diff-goto-source): Adapt to the new diff-find-source-location.
4804
4805 * add-log.el (add-log-file-name): New function (split out of
4806 add-change-log-entry).
4807 (add-change-log-entry): Use it.
4808 Call add-log-file-name-function with the changelog file name if
4809 the current buffer is not associated with any file.
4810 Avoid find-file if the selected window is dedicated.
4811
4812 * diff-mode.el (diff-find-source-location):
4813 Move code from diff-apply-hunk. Return buffer rather than file.
4814 (diff-apply-hunk): Use the new result from diff-find-source-location.
4815 (diff-goto-source): Use the new diff-find-source-location.
4816
c29d77c4
DL
48172000-09-20 Dave Love <fx@gnu.org>
4818
4819 * iswitchb.el: Some doc fixes.
4820 (iswitchb-mode-map): Define completely initially. Inherit
4821 minibuffer-local-map.
4822 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4823 fundamental-mode.
4824 (iswitchb-global-map): New variable.
4825 (iswitchb-summaries-to-end): Amalgamate regexps.
4826 (iswitchb-mode): New.
4827 (iswitchb-mode-hook): New variable.
4828 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4829 `extensions'.
4830
49939379
GM
48312000-09-20 Gerd Moellmann <gerd@gnu.org>
4832
d05c87ac
GM
4833 * ehelp.el (electric-help): New defgroup.
4834 (electric-help-shrink-window): New user-option.
4835 (with-electric-help): Use it.
4836
1ec082d4
GM
4837 * window.el (shrink-window-if-larger-than-buffer): If face
4838 `mode-line' has a :box, and we're on a graphical frame, add 1
4839 to the needed window height.
4840
f46c275e
GM
4841 * frame.el (frame-notice-user-settings): Add a last parameter nil
4842 to a call to `append', because the last list passed to `append' is
4843 not copied, and so subsequent calls to assq-delete-all will modify
4844 default-frame-alist.
4845
b7e11c5b
GM
4846 * startup.el (fancy-splash-image): Change :type.
4847 (fancy-splash-head): Use an XBM image if appropriate.
4848 (command-line-1): Show splash screens in more cases.
4849
26ff68aa
GM
4850 * startup.el (fancy-splash-text): Don't quote faces.
4851
8320414c
GM
4852 * dired.el (dired-font-lock-keywords): Undo last change.
4853 (dired-readin): Bind indent-tabs-mode to nil.
4854
49939379
GM
4855 * startup.el (fancy-splash-head): If frame's background mode
4856 is `dark', change the black background of the image to gray.
4857 (fancy-splash-screens): Display startup echo area message.
4858 (display-startup-echo-area-message): New function.
4859
c3b27206
MB
48602000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4861
55a3d2a1
MB
4862 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4863
4864 * info.el (info-header-node): Tweak for color ttys.
4865
37a99821
MB
4866 * faces.el (face-valid-attribute-values): Make sure directories we
4867 search for stipples both exist and are readable before trying to
4868 search them.
4869
0415d0d0
MB
4870 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4871 in the dry-run case.
4872
523b128c
MB
4873 * jka-compr.el (with-auto-compression-mode): New macro.
4874
c3b27206
MB
4875 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4876 (custom-group-tag-face, custom-variable-tag-face): Use relative
4877 :height and inherit from `variable-pitch' face instead of
4878 hardwiring :family.
4879 * hi-lock.el (hi-black-hb): Likewise.
4880
ddba99ad
MB
4881 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4882 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4883 toolbar-add-item, if image doesn't have a mask add a `:mask
4884 heuristic'.
4885
7e99fbde
SM
48862000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4887
4888 * diff-mode.el: Docstring fixes.
4889 (diff-header-face, diff-comment-face): New faces.
4890 (diff-font-lock-keywords): Highlight a bit differently.
4891 (diff-find-source-location): Don't return SPAN any more.
4892 (diff-hunk-text): Don't bother erasing the temp buffer.
4893 (diff-find-text): Drop argument LINE.
4894 (diff-apply-hunk): Update calls to diff-find-text.
4895 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4896
4897 * calendar/calendar.el: Docstring fixes.
4898 (calendar-make-alist): Don't quote lambda.
4899 (calendar-star-date): Use make-local-variable.
4900
fb275c02
DL
49012000-09-19 Dave Love <fx@gnu.org>
4902
7e99fbde
SM
4903 * toolbar/tool-bar.el: Renamed from toolbar.el.
4904 Change `toolbar' to `tool-bar' generally in symbols.
4905 Make some items invisible in `special' major modes.
4906 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4907 Add arg PROPS.
532cb34d 4908
7e99fbde
SM
4909 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4910 Add :version here.
fb275c02
DL
4911 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4912
8f4ca9a5
GM
49132000-09-19 Gerd Moellmann <gerd@gnu.org>
4914
8b7707e1 4915 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4916
8b7707e1 4917 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4918 (find-file-noselect): Use it.
4919
8b7707e1 4920 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4921 (fancy-splash-screen): Defgroup.
4922
8f4ca9a5
GM
4923 * add-log.el (change-log-font-lock-keywords): Match names
4924 more exactly for the case that font-lock-constant-face is
4925 underlined.
4926
ba9eeda1 49272000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4928
8b7707e1 4929 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4930
289eaef9
AS
49312000-09-19 Andre Spiegel <spiegel@gnu.org>
4932
4933 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4934
ce9ded5d
GM
49352000-09-19 Gerd Moellmann <gerd@gnu.org>
4936
c113de23
GM
4937 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4938 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4939 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4940 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4941 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4942 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4943 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4944 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4945 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4946 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4947 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4948 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4949
ce9ded5d
GM
4950 * startup.el (fancy-splash-text): New variable.
4951 (fancy-splash-delay, fancy-splash-image): New user-options.
4952 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4953 (fancy-splash-screens): New functions.
4954 (command-line-1): If display has a `display' frame parameter, has
4955 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4956
b9b1c3a9
DL
49572000-09-19 Dave Love <fx@gnu.org>
4958
4959 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4960 with null `help'. Use modern backquote syntax.
4961
1af25534
GM
49622000-09-19 Gerd Moellmann <gerd@gnu.org>
4963
afd3c8cd
GM
4964 * font-lock.el (font-lock-mode): Change message telling the user
4965 that ``the buffer is too big''.
4966
1af25534
GM
4967 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4968 for instance for the case that tab-width is 2.
4969
05b1f851
GM
49702000-09-18 Gerd Moellmann <gerd@gnu.org>
4971
4972 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4973 toolbar-add-item, if image doesn't have a mask add a `:mask
4974 heuristic'.
4975
8ec8f673
MB
49762000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4977
2b612b1f
MB
4978 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4979 and return a cons if it's non-nil.
4980 (diff-apply-hunk): Try to jump to the line in the source text
4981 corresponding to the position of point in the in the hunk.
4982
9b4a7800 4983 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4984 (Info-title-1-face): Use face inheritance and relative sizes
4985 instead of hard-wiring things.
4986
4987 * faces.el (secondary-selection): Make dark-background variant sane.
4988
5eedab4d
AI
49892000-09-16 Andrew Innes <andrewi@gnu.org>
4990
5eedab4d
AI
4991 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4992 read-only, since they aren't under VC now.
4993
6a142f26
DL
49942000-09-17 Dave Love <fx@gnu.org>
4995
e07436e1
DL
4996 * tmm.el: Replace mapcar with mapc in several places.
4997
4998 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4999 ad-unadvise.
5000
7d354dd5
DL
5001 * international/latin1-disp.el: New file.
5002
6a142f26
DL
5003 * calendar/cal-move.el (scroll-calendar-left)
5004 (scroll-calendar-right): Make arg optional (for active mode line).
5005
5006 * calendar/calendar.el (calendar-mode-line-format): Make fields
5007 mouse-sensitive.
5008 (calendar-read-date, calendar-read-date, calendar-window-list):
5009 Unquote lambda.
5010 (calendar-month-name): Use aref, not sref.
5011
5012 * view.el (minor-mode-alist): Propertize the string.
5013
5014 * international/characters.el (standard-case-table): Add entries
5015 for Greek.
5016
50ac70af
MB
50172000-09-18 Miles Bader <miles@gnu.org>
5018
53c9ab4f
MB
5019 * info.el (info-node, info-xref): Add dark-background variants.
5020
a114b1ca
MB
5021 * faces.el (header-line): Change defaults to be less confusing
5022 when mixed with mode-lines.
5023
50ac70af
MB
5024 * info.el (Info-fontify-node): Make a few cleanups.
5025 Add extra `help-echo' and `local-map' props to node xrefs.
5026 Use header-specific faces for node-names & xrefs.
5027 (Info-use-header-line): New variable.
53c9ab4f 5028 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5029 (Info-setup-header-line): New function.
5030 (Info-select-node): Call Info-setup-header-line when enabled.
5031 (Info-extract-pointer): Work even if the header line is hidden.
5032 (Info-header-line): New variable.
5033
729927ff
SM
50342000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5035
5036 * vms-patch.el (print-region-function): Don't quote lambda.
5037
5038 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5039
5040 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5041 (lm-get-header-re): Allow spaces between the header and the colon.
5042 (lm-header): Allow $ in non-RCS headers.
5043 (lm-header-multiline): Put the strings back into order.
5044 Stop at an empty line. Don't require two space chars if the
5045 line is clearly not another header line.
5046
5047 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5048 (popup-menu-popup): Remove.
5049
7a98d821
GM
50502000-09-15 Gerd Moellmann <gerd@gnu.org>
5051
7f8f1edc
GM
5052 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5053 specification if or if not tool-bar item contains an `:enabled'
5054 property.
5055
7a98d821
GM
5056 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5057 current buffer has no file name.
5058
a7bc704b
DL
50592000-09-15 Dave Love <fx@gnu.org>
5060
5061 * strokes.el: Sync with maintainer's current version with changes
5062 for Emacs, but avoid runtime cl and levents.
5063 (toplevel): Change autoloads and compilation requires.
5064 (strokes-version, strokes-bug-address, strokes-lift): Values
5065 changed.
5066 (strokes-xpm-header, strokes-insinuated): New variable.
5067 (strokes): Add :link.
5068 (strokes-mode): Customized.
5069 (strokes-while-inhibiting-garbage-collector): New macro.
5070 (strokes-remassoc): Avoid remove-if.
5071 (strokes-fix-button2-command): Don't use ad-do-it.
5072 (strokes-insinuate): New function.
5073 (strokes-button-press-event-p, strokes-button-release-event-p):
5074 New functions, used instead of non-`strokes-' versions..
5075 (strokes-mouse-event-p): Rewritten.
5076 (strokes-event-closest-point): Avoid event-point.
5077 (strokes-get-grid-position): Avoid cdadr, caadr
5078 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5079 functions.
5080 (strokes-help): Use with-output-to-temp-buffer.
5081 (strokes-window-configuration-changed-p): New function.
5082 (strokes-update-window-configuration): Use buffer-live-p,
5083 strokes-window-configuration-changed-p.
5084 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5085 (strokes-char-face): New face.
5086 (strokes-char-table, strokes-base64-chars): New variable.
5087 (strokes-xpm-for-stroke, strokes-list-strokes)
5088 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5089 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5090 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5091 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5092 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5093 functions.
5094
47e351a3
GM
50952000-09-15 Gerd Moellmann <gerd@gnu.org>
5096
ebb8f116
GM
5097 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5098
47e351a3
GM
5099 * image.el (create-image): Doc fix.
5100
5101 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5102 instead of `:heuristic-mask t'.
5103
fe83b953
AI
51042000-09-14 Andrew Innes <andrewi@gnu.org>
5105
5106 * makefile.w32-in: Revert to Unix line endings.
5107
52481729
AI
51082000-09-14 Andrew Innes <andrewi@gnu.org>
5109
3021e816
AI
5110 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5111 when installing.
5112
52481729
AI
5113 * makefile.nt (DONTCOMPILE): Fix typo.
5114
5115 * shell.el (shell-write-history-on-exit): New function.
5116 (shell-dumb-shell-regexp): New custom variable.
5117 (shell-mode): Make shell-write-history-on-exit the process
5118 sentinel if shell name matches shell-dumb-shell-regexp.
5119
5120 * w32-fns.el: Comment out before-init-hook function which resets
5121 source-directory based; this breaks bootstrap.
5122
f8034e41
DL
51232000-09-14 Dave Love <fx@gnu.org>
5124
5125 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5126 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5127 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5128 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5129 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5130 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5131 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5132 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5133 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5134
5135 * toolbar/toolbar.el: New.
5136
5137 * subdirs.el: Add toolbar.
5138
b9ce5694
GM
51392000-09-14 Gerd Moellmann <gerd@gnu.org>
5140
5141 * indent.el (indent-for-tab-command): Doc fix.
5142
986b7dee
GM
51432000-09-14 Alex Schroeder <alex@gnu.org>
5144
5145 * ansi-color.el (ansi-colors): Doc change.
5146 (ansi-color-get-face): Simplified regexp.
5147 (ansi-color-faces-vector): Added more faces, doc change.
5148 (ansi-color-names-vector): Doc change.
5149 (ansi-color-regexp): Simplified regexp.
5150 (ansi-color-parameter-regexp): New regexp.
5151 (ansi-color-filter-apply): Doc change.
5152 (ansi-color-filter-region): Doc change.
5153 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5154 deal with zero length parameters.
5155 (ansi-color-apply-on-region): Doc change.
5156 (ansi-color-map): Doc change.
5157 (ansi-color-map-update): Removed debugging message.
5158 (ansi-color-get-face-1): Added condition-case to trap
5159 args-out-of-range errors.
5160 (ansi-color-get-face): Doc change.
5161 (ansi-color-make-face): Removed.
5162 (ansi-color-for-shell-mode): New option.
9b4a7800 5163
076ff911
KH
51642000-09-13 Kenichi Handa <handa@etl.go.jp>
5165
5166 * international/quail.el (quail-start-translation): Translate KEY
5167 if necessary even if it doesn't have any mapping in the current
5168 input method.
5169 (quail-start-conversion): Likewise.
5170 (quail-help): The output message is improved.
5171
bdf08678
MB
51722000-09-13 Miles Bader <miles@gnu.org>
5173
5174 * comint.el (comint-output-filter): Revert to using
5175 `insert-before-markers'. Add bletcherous hack to undo damage
5176 caused by `insert-before-markers'. Put `front-sticky' property on
5177 overlays created here so that the field code understands how the
5178 overlay works. Use a let when making comint-last-prompt-overlay,
5179 so that the code is easier to read.
5180
ffb8db8d
DL
51812000-09-13 Dave Love <fx@gnu.org>
5182
5183 * wid-edit.el (widget-default-format-handler): DTRT when
5184 doc-property is a function.
5185
5dd05f61
GM
51862000-09-12 Francesco Potorti` <pot@gnu.org>
5187
5188 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5189 filed name if it's not there.
5190
35177617
DL
51912000-09-12 Dave Love <fx@gnu.org>
5192
9023837e
DL
5193 * simple.el (read-mail-command): Doc fix.
5194 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5195
35177617
DL
5196 * vc.el (vc-dired-listing-switches): Fix :version.
5197
5198 * vc-hooks.el: Doc fixes.
5199
5200 * subr.el (add-minor-mode): Use toggle-fun arg.
5201
5202 * speedbar.el: Add :version to several defcustoms.
5203
5204 * imenu.el (imenu--truncate-items, imenu--cleanup)
5205 (imenu--generic-function): Avoid mapcar.
5206 (imenu--replace-spaces): Function removed.
5207 (imenu--completion-buffer): Use subst-char-in-string.
5208 (imenu-add-to-menubar): Use keymap inheritance.
5209
1afaae94
MB
52102000-09-12 Miles Bader <miles@gnu.org>
5211
5212 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5213 (diff-mode-map): Bind `diff-test-hunk'.
5214 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5215
52162000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5217
5218 * bytecomp.el (byte-compile-defvar): Undo last change
5219 because it breaks '(make-variable-buffer-local (defvar ...)'
5220 which is used at least in dired.
5221
63c36c3c
KH
52222000-09-12 Kenichi Handa <handa@etl.go.jp>
5223
5224 * international/quail.el (quail-define-package): Docstring
5225 modified.
5226
1ad24be1
KH
52272000-09-12 Kenichi Handa <handa@etl.go.jp>
5228
362a8065
KH
5229 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5230 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5231 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5232 docstring of "chinese-py".
5233
1ad24be1
KH
5234 * international/quail.el (quail-translation-docstring): New
5235 variable.
5236 (quail-show-keyboard-layout): Docstring modified.
5237 (quail-select-current): Likewise.
5238 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5239 infinite recursive call.
5240 (quail-help): Check quail-translation-docstring. Format of the
5241 output changed.
5242 (quail-help-insert-keymap-description): Adjusted for the above
5243 change.
5244
cc0f95a4
GM
52452000-09-11 Gerd Moellmann <gerd@gnu.org>
5246
5247 * bytecomp.el (byte-compile-defvar): Only cons onto
5248 current-load-list in top-level forms. Else this leaks a cons cell
5249 every time a defun is called.
5250
7530b6da
MB
52512000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5252
5253 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5254 Now understands non-unified diffs. Some functionality moved into
5255 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5256 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5257 modify anything. Only reposition point in the patched file if the
5258 patch succeeds. Only pop up another window if POPUP is true.
5259 Emit a message describing what happened if successful, and at what
5260 line-offset. Automatically detect reversed hunks and do something
5261 appropriate.
5262 (diff-hunk-text, diff-find-text): New functions.
5263 (diff-filter-lines): Function removed.
5264 (diff-test-hunk): New function.
5265 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5266
6b124390
DL
52672000-09-10 Dave Love <fx@gnu.org>
5268
5269 * textmodes/tildify.el: Minor doc/commentary fixes.
5270 (tildify) <defgroup>: Add :version.
5271
5272 * faces.el (face-x-resources): Make custom type more specific.
5273 (frame-background-mode): Use mapc.
5274 (region) <defcustom>: Add :version.
5275
7f8b6551
SM
52762000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5277
9b4a7800
TTN
5278 * vc-sccs.el (vc-sccs-register):
5279 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5280 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5281 * vc.el (vc-register): Clear file's properties.
5282
c454aac1
GM
52832000-09-08 Gerd Moellmann <gerd@gnu.org>
5284
5285 * faces.el (face-spec-set): Only face-spec-reset-face when
5286 ATTRS is non-nil.
5287
bb934822
EZ
52882000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * help.el (help-insert-xref-button): Fix a typo in doc string.
5291
03419440
EZ
52922000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5293
7f8b6551
SM
5294 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5295 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5296 methods.
5297
03419440
EZ
5298 * menu-bar.el (read-mail-item-name): New function.
5299 (menu-bar-tools-menu): Use it to compute and display the package
5300 used to read email.
5301 (menu-bar-tools-menu): Fix typo in GUD's help string.
5302
dbcee71a
DL
53032000-09-07 Dave Love <fx@gnu.org>
5304
19e713d8
DL
5305 * diff-mode.el (diff-mouse-goto-source): New function.
5306
a7cafade 5307 * vc-sccs.el: Doc fixes.
7f8b6551 5308 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5309
5310 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5311 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5312 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5313 (vc-rcs-master-templates): Add or change :version.
5314
7f8b6551 5315 * vc-cvs.el: Doc fixes.
a7cafade
DL
5316 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5317 (vc-cvs-stay-local): Add :version.
5318
dbcee71a
DL
5319 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5320
ed254191
KH
53212000-09-07 Kenichi Handa <handa@etl.go.jp>
5322
5323 * international/quail.el (quail-help): Fix previous change.
5324
ab0ee409
GM
53252000-09-07 Gerd Moellmann <gerd@gnu.org>
5326
f46f845b 5327 * faces.el (color-values): Doc fix.
9b4a7800 5328
ab0ee409
GM
5329 * faces.el (frame-set-background-mode): Use frame-parameter
5330 instead of frame-parameters.
5331
5332 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 5333 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 5334 frame-parameters.
9b4a7800 5335
f7246ac7
KH
53362000-09-07 Kenichi Handa <handa@etl.go.jp>
5337
5338 * language/devan-util.el (devanagari-to-indian-region): In the
5339 loop, change the following char, not preceding char.
5340
96889af2
GM
53412000-09-07 Gerd Moellmann <gerd@gnu.org>
5342
1091dd67
GM
5343 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5344 instead of frame-parameters.
5345
9b4a7800 5346 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
5347 internal-set-lisp-face-attribute with FRAME being 0.
5348
5349 * vc.el: Remove `Id' version control keyword.
96889af2 5350
0fddd0dc
KH
53512000-09-07 Kenichi Handa <handa@etl.go.jp>
5352
5353 * help.el (help-make-xrefs): Adjusted for the change of
5354 help-xref-mule-regexp.
5355 (help-insert-xref-button): New function.
5356
5357 * international/mule-cmds.el (help-xref-mule-regexp-template):
5358 Include the pattern for character set.
5359 (leim): New group.
5360
5361 * international/quail.el: Don't require face.
5362 (quail): New group.
7f8b6551 5363 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
5364 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5365 (quail-keyboard-layout-substitution): New variable.
5366 (quail-update-keyboard-layout): New function.
5367 (quail-keyboard-layout-type): New customizable variable.
5368 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5369 (quail-keyboard-translate): Pay attention to
5370 quail-keyboard-layout-substitution.
5371 (quail-insert-kbd-layout): New function.
5372 (quail-show-keyboard-layout): New function.
5373 (quail-get-translation): If the definition is a vector of length
7f8b6551 5374 1, and the element is a string of length 1, return the character
0fddd0dc
KH
5375 in that string.
5376 (quail-update-current-translations): Fix the case of
5377 relative-index out of range.
5378 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5379 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 5380 Show key sequences for all available characters.
0fddd0dc
KH
5381 (quail-help-insert-keymap-description): Don't show such verbose
5382 key bindings as quail-self-insert-command.
5383
5384 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5385 Format changed, and each element now have extra documentations.
5386 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5387 Adjusted for the change of quail-cxterm-package-ext-info.
5388
8ddceaf1
GM
53892000-09-06 Gerd Moellmann <gerd@gnu.org>
5390
5391 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5392 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5393 during bootstrap.
5394
099bd78a
SM
53952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * vc.el: (toplevel): Don't require `dired' at run-time.
5398 (vc-dired-resynch-file): Remove autoload cookie.
5399
54002000-09-05 Andre Spiegel <spiegel@gnu.org>
5401
5402 * vc.el: Made several backend functions optional.
5403 (vc-default-responsible-p): New function.
5404 (vc-merge): Use RET for first version to trigger merge-news, not
5405 prefix arg.
5406 (vc-annotate): Handle backends that do not support annotation.
5407 (vc-default-merge-news): Removed. The existence of a merge-news
5408 implementation is now checked on caller sites.
5409
9b4a7800 5410 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
5411 case.
5412
9b4a7800 5413 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
5414 special case that has been removed from the default in vc-hooks.el.
5415
54162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5417
5418 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5419
54202000-09-05 Andre Spiegel <spiegel@gnu.org>
5421
5422 * vc-hooks.el: Require vc during compilation.
5423 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5424 macro `with-vc-properties' in vc.el.
5425 (vc-file-getprop): Doc fix.
5426 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 5427
099bd78a
SM
5428 * vc.el: Require dired-aux during compilation.
5429 (vc-name-assoc-file): Moved to vc-sccs.el.
5430 (with-vc-properties): New macro.
9b4a7800 5431 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
5432 vc-finish-steal): Use it.
5433 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5434 to the backend-specific function is now supposed to do the checkout,
5435 too.
5436 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5437
9b4a7800 5438 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
5439 set file properties; that gets done in the generic code now.
5440
5441 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5442 Changed parameter list, added code from vc.el that does the
5443 checkout, possibly with a double-take.
5444
5445 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5446 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5447 the above under the new name.
5448 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5449 parameter list, added checkout command.
5450 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5451 properties; that gets done in the generic code now.
5452
54532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5454
5455 * vc.el: Docstring fixes (courtesy of checkdoc).
5456
54572000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5458
5459 * vc.el (vc-checkout-writable-buffer-hook)
5460 (vc-checkout-writable-buffer): Remove.
5461 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5462 (vc-log-mode): Make it into a clean derived major mode.
5463 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5464 vc-log-mode if log-edit is not available.
5465 (vc-dired-mode-map): Don't set-keymap-parent yet.
5466 (vc-dired-mode): Do set-keymap-parent here.
5467 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5468
08ba3862
GM
54692000-09-05 Gerd Moellmann <gerd@gnu.org>
5470
5471 * faces.el (set-face-attribute, face-spec-reset-face)
5472 (face-spec-set): Avoid consing by removing calls to `apply'.
5473
5474 * frame.el (frame-parameter): Move to C code.
5475
3b4429b4
DL
54762000-09-05 Dave Love <fx@gnu.org>
5477
5478 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5479 insert-before-markers-and-inherit. Now checked systematically!
5480
877055f6
GM
54812000-09-05 Alex Schroeder <alex@gnu.org>
5482
5483 * sql.el (sql-postgres): Use sql-postgres-options.
5484 (sql-postgres-options): New variable.
5485
54862000-09-05 Alex Schroeder <alex@gnu.org>
5487
5488 * sql.el (sql-mode-menu): Work around missing variable mark-active
5489 in XEmacs.
5490 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5491 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5492 compatibility.
5493
7a004b71
GM
54942000-09-04 Gerd Moellmann <gerd@gnu.org>
5495
54baed30 5496 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 5497
7a004b71
GM
5498 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5499
5500 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5501
55022000-09-04 Andre Spiegel <spiegel@gnu.org>
5503
5504 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5505 don't support anything else under SCCS yet.
5506
5507 * vc-hooks.el: Minor doc fixes.
5508
55092000-09-04 Andre Spiegel <spiegel@gnu.org>
5510
5511 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5512 not necessary. If verbose in state `needs-patch', do the same as
5513 under `up-to-date'. When NOT verbose and `needs-patch', check out
5514 latest version instead of `merge-news'.
5515 (vc-next-action-dired): Don't mess with default-directory here; it
5516 breaks other parts of dired. It is the job of the
099bd78a 5517 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5518 (vc-next-action): Remove a special CVS case.
5519 (vc-clear-headers): New optional arg FILE.
5520 (vc-checkin, vc-checkout): Set properties vc-state and
5521 vc-checkout-time properly.
099bd78a 5522 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5523 (vc-print-log): Use new backend function `show-log-entry'.
5524 (vc-cancel-version): Do the checks in a different order. Added a
5525 FIXME concerning RCS-only code.
5526
5527 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5528 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5529
5530 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5531
9b4a7800 5532 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5533 `needs-patch' as a `-' too.
5534
55352000-09-04 Andre Spiegel <spiegel@gnu.org>
5536
5537 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5538 (vc-default-could-register): New function.
5539 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5540 (vc-resynch-buffer): Call vc-dired-resynch-file.
5541 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5542 vc-resynch-buffer instead of vc-resynch-window.
5543 (vc-next-action-dired): Don't redisplay here, that gets done as a
5544 result of the individual file operations.
5545 (vc-retrieve-snapshot): Corrected prompt order.
5546
5547 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5548
7a004b71
GM
5549 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5550 as well.
5551 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5552 hostname regexps. Updated all callers.
5553 (vc-cvs-responsible-p): Handle directories as well.
5554 (vc-cvs-could-register): New function.
5555 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5556 properties up-to-date.
9b4a7800 5557
7a004b71
GM
5558 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5559 user whether to create one.
5560
55612000-09-04 Andre Spiegel <spiegel@gnu.org>
5562
5563 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5564 check out a non-existing file.
5565
5566 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5567 workfile does not exist.
5568
5569 * vc.el (vc-version-diff): Use `require' to check for existence of
5570 diff-mode.
5571
55722000-09-04 Andre Spiegel <spiegel@gnu.org>
5573
5574 * vc-cvs.el (vc-cvs-registered): Use new function
5575 vc-cvs-parse-entry to do the actual work.
5576
55772000-09-04 Andre Spiegel <spiegel@gnu.org>
5578
5579 * vc-hooks.el (vc-find-backend-function): If function doesn't
5580 exist, return nil instead of error.
5581 (vc-call-backend): Doc fix.
5582
5583 * vc.el (vc-do-command): Doc fix.
5584 (vc-finish-logentry): When checking in from vc-dired, choose the
5585 right backend for logentry check.
5586 (vc-dired-mode-map): Inherit from dired-mode-map.
5587 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5588 simplified.
5589 (vc-dired-state-info): Removed, updated caller.
5590 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5591 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5592 (vc-dired-listing-switches): New variable.
5593 (vc-directory): Use it, instead of dired-listing-switches.
5594
5595 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5596 (vc-cvs-dir-state): New function.
7f8b6551 5597 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5598 (vc-cvs-parse-entry): New function, also to be used in
5599 vc-cvs-registered.
9b4a7800 5600
7a004b71
GM
56012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5602
5603 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5604 *or* single-window-frames.
5605
56062000-09-04 Andre Spiegel <spiegel@gnu.org>
5607
5608 * vc.el (vc-update-changelog): Split into generic part and default
5609 implementation. Doc string adapted.
5610 (vc-default-update-changelog): New function. Call the `rcs2log'
5611 script in exec-directory, to fix a long-standing nuisance.
5612
5613 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5614 simply signals an error.
9b4a7800 5615
7a004b71
GM
56162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5619 control-flow more clear and to avoid running `cvs' twice.
5620
5621 * vc.el (vc-next-action-on-file): Doc fix.
5622 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5623 (vc-print-log): Eval `file' before constructing the continuation.
5624
56252000-09-04 Andre Spiegel <spiegel@gnu.org>
5626
5627 * vc.el (vc-next-action-on-file): Corrected several messages.
5628 (vc-merge): Add prefix arg `merge-news'; handle it.
5629
5630 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5631 is not reached. It is.
5632 (vc-cvs-merge): Set state to 'edited after merge.
5633 (vc-cvs-merge-news): Set workfile version to nil if not known.
5634 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5635
5636 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5637 via stdout. (Merge from main line.)
9b4a7800 5638
7a004b71
GM
56392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5640
5641 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5642 detection.
5643
56442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5645
5646 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5647 against kill-all-local-variables.
5648 (vc-log-edit): Don't save vc-parent-buffer any more.
5649 (vc-last-comment-match): Initialize to an empty string.
5650 (vc-post-command-functions): New hook.
5651 (vc-do-command): Run it.
5652 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5653 (vc-finish-logentry): Only add the comment to the ring if it's
5654 different from the last comment entered.
5655 (vc-new-comment-index): New function.
5656 (vc-previous-comment): Use it. Make the minibuffer message
5657 slightly less terse.
5658 (vc-comment-search-reverse): Make it work forward as well. Don't
5659 set vc-comment-ring-index if no match is found. Use
5660 vc-new-comment-index.
5661 (vc-comment-search-forward): Use vc-comment-search-reverse.
5662 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5663 define-derived-mode will do it for us. Bind `v' to a keymap that
5664 inherits from vc-prefix-map so that we can bind `vt' without
5665 binding C-x v t.
5666 (vc-retrieve-snapshot): Parenthesis typo.
5667
5668 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5669 to 1. Make sure to switch to *vc* before looking for an error
5670 message. Use vc-parse-buffer.
5671
56722000-09-04 Andre Spiegel <spiegel@gnu.org>
5673
5674 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5675 and NAME.
5676 (vc-retrieve-snapshot): Split into two parts.
5677 (vc-default-retrieve-snapshot): New function.
5678
5679 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5680 (vc-cvs-retrieve-snapshot): New function (untested).
5681 (vc-cvs-stay-local): Default to t.
5682 (vc-cvs-remote-p): New function and property.
5683 (vc-cvs-state): Stay local only if the above is t.
5684 (vc-handle-cvs): Removed.
5685 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5686 done via vc-handled-backends now.
5687 (vc-cvs-header): Escape Id.
5688
56892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5690
5691 * vc.el (vc-do-command): Remove unused commands.
5692 (vc-version-diff): Make sure default-directory ends with a slash.
5693 Move the window commands into a vc-exec-after.
5694 (vc-print-log): Move more of the code into the `vc-exec-after'.
5695
56962000-09-04 Andre Spiegel <spiegel@gnu.org>
5697
5698 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5699 (vc-print-log): Search current revision from beginning of buffer.
5700 (vc-revert-buffer): Clear echo area after the diff is finished.
5701 (vc-prefix-map): Removed definition of "t" for terse display in vc
5702 dired.
5703 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5704 definition of "vt" for terse display.
5705 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5706
57072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5708
5709 * vc.el (vc-exec-after): Avoid caddr.
5710
57112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5712
5713 * vc.el (vc-exec-after): New function.
5714 (vc-do-command): Use it to add a termination message for async
5715 procs.
5716 (vc-checkout): Try to handle a missing-backend situation.
5717 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5718 of a directory with a backend using async diffs.
5719 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5720 present.
5721
5722 * vc-sccs.el (vc-sccs-state-heuristic): Use
5723 file-ownership-preserved-p.
5724
5725 * vc-rcs.el (vc-rcs-state-heuristic): Use
5726 file-ownership-preserved-p.
5727 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5728
57292000-09-04 Andre Spiegel <spiegel@gnu.org>
5730
5731 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5732 vc-do-command.
5733
5734 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5735 when there are no changes.
5736
57372000-09-04 Andre Spiegel <spiegel@gnu.org>
5738
5739 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5740
5741 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5742
57432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5744
5745 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5746
5747 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5748 the `fset' outside of the defvar so that it works even if
5749 vc-prefix-map was already defined.
5750 (vc-setup-buffer): New function, split out of vc-do-command.
5751 (vc-do-command): Allow BUFFER to be t to mean `just use the
5752 current buffer without any fuss'.
5753 (vc-version-diff): Change the `diff' backend operation to just put
5754 the diff in the current buffer without erasing it. Always use
5755 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5756 shrink-window-if-larger-than-buffer.
5757 (vc-print-log): Change the `print-log' backend operation to just
5758 put the log in the current buffer without erasing it. Protect
5759 shrink-window-if-larger-than-buffer.
5760 (vc-update-change-log): Fix setd typo.
5761
5762 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5763 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5764
5765 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5766 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5767 CMP.
5768
5769 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5770 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5771 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5772
57732000-09-04 Andre Spiegel <spiegel@gnu.org>
5774
5775 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5776 not possible, use vc-BACKEND-workfile-unchanged-p.
5777 (vc-default-workfile-unchanged-p): New function. Delegates to a
5778 full vc-BACKEND-diff.
5779
5780 * vc-hooks.el (vc-simple-command): Removed.
5781
5782 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5783 instead of vc-simple-command.
5784 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5785 avoid doing a diff when opening a file.
5786 (vc-rcs-state): Added check for unlocked-changes.
5787 (vc-rcs-header): Escape Id.
5788 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5789 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5790 version.
5791
5792 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5793 (vc-sccs-diff): Remove optional arg CMP.
5794 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5795 SCCS-specific function.
5796
5797 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5798 vc-simple-command.
5799
58002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5803 (with-vc-file, vc-merge): Use vc-editable-p.
5804 (vc-do-command): Remove unused var vc-file and fix the
5805 doubly-defined `status' var. Add a user message when starting an
5806 async command.
5807 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5808 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5809 Use with-current-buffer.
5810 (vc-buffer-sync): Use unless.
5811 (vc-next-action-on-file): If the file is 'edited by read-only,
5812 make it read-write instead of trying to commit.
5813 (vc-version-diff, vc-update-change-log): Use `setq
5814 default-directory' rather than `cd'.
5815 (vc-log-edit): Don't forget to set default-directory in the
5816 buffer.
5817
5818 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5819 (vc-sccs-state-heuristic): Use file-writable-p instead of
5820 comparing userids.
5821 (vc-sccs-checkout): Use `unless'.
5822
5823 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5824 of comparing userids.
5825 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5826 Simplify the logic by eliminating unreachable code.
5827 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5828 just do a recursive call if we need to retry.
5829 (vc-rcs-checkout): Handle the case where rcs is missing by making
5830 the buffer read-write if requested and re-signalling the error.
5831
5832 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5833
58342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5835
5836 * vc-hooks.el (vc-handled-backends): Docstring change.
5837 (vc-ignore-vc-files): Mark obsolete.
5838 (vc-registered): Check vc-ignore-vc-files.
5839 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5840 vc-ignore-vc-files.
5841
5842 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5843
58442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5845
5846 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5847 files since ange-ftp already has vc-registered return nil.
5848
5849 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5850 (vc-sccs-workfile-version): Use with-temp-buffer and new
5851 vc-parse-buffer and don't bother setting the property.
5852 (vc-sccs-add-triple): Use with-current-buffer and
5853 find-file-noselect.
5854 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5855
5856 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5857 derives from the old vc-parse-buffer but uses the revision number
5858 rather than the date (much easier to compare robustly).
5859 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5860 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5861 locking-user more directly. Check strict locking and set
5862 checkout-model appropriately.
5863 (vc-rcs-parse-locks): Remove.
5864 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5865 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5866 (vc-rcs-system-release): Use with-current-buffer and
5867 vc-parse-buffer.
5868 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5869
5870 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5871 (vc-simple-command): Docstring fix.
5872 (vc-registered): Align the way the file-handler is called with the
5873 way the function itself works.
5874 (vc-file-owner): Remove.
5875
5876 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5877 extraction of fields and call to file-attributes because of a
5878 temporary bug in rcp.el.
5879 (vc-cvs-fetch-status): Use with-current-buffer.
5880
58812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5882
5883 * vc.el (vc-do-command): Use file-relative-name.
5884 (vc-responsible-backend): Use vc-backend if possible.
5885 (vc-create-snapshot): Improve the `interactive' spec. Add support
5886 for branches and dispatch to backend-specific `create-snapshot'.
5887 (vc-default-create-snapshot): New function, containing the bulk of
5888 the old vc-create-snapshot.
5889 (vc-retrieve-snapshot): Improve the interactive spec.
5890
5891 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5892 (vc-backend-hook-functions): Remove.
5893 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5894 (vc-backend): Reintroduce the test for `file = nil' now that I
5895 know why it was there (and added a comment to better remember).
5896
5897 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5898 code from vc-sccs-hooks.el.
5899 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5900 'vc anymore.
5901 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5902 and file-directory-p instead of file-exists-p.
5903 (vc-sccs-check-headers): Simplify the regexp.
5904
5905 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5906 from vc-rcs-hooks.el. Don't require 'vc anymore.
5907 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5908 file-directory-p instead of file-exists-p.
5909
5910 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5911 from vc-cvs-hooks.el.
5912 (proto vc-cvs-registered): Require 'vc-cvs instead of
5913 'vc-cvs-hooks. Don't require 'vc anymore.
5914 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5915 file-directory-p instead of file-exists-p.
5916 (vc-cvs-create-snapshot): New function, replacing
5917 vc-cvs-assign-name.
5918 (vc-cvs-assign-name): Remove.
5919
59202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5921
5922 * vc-cvs.el (vc-cvs-header): New var.
5923
5924 * vc-rcs.el (vc-rcs-exists): Remove.
5925 (vc-rcs-header): New var.
5926
5927 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5928 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5929 (vc-sccs-header): New var.
5930
5931 * vc.el (vc-do-command): Get rid of the `last' argument.
5932 (vc-header-alist): Remove, replaced by vc-X-header.
5933 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5934 (vc-dired-hook): Use expand-file-name instead of concat.
5935 (vc-directory): Use file-name-as-directory.
5936 (vc-snapshot-precondition, vc-create-snapshot)
5937 (vc-retrieve-snapshot): Allow the command to operate on any
5938 directory.
5939
5940 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5941 just removing the 'WORKFILE argument or by removing the 'MASTER
5942 argument and replacing `file' with (vc-name file).
5943
59442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5945
5946 * vc.el: Update Copyright and add a crude list of backend funs.
5947 (vc-writable-p): New function.
5948 (with-vc-file): Use vc-writable-p.
7f8b6551 5949 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5950 (vc-register): Avoid vc-name.
5951 (vc-locking-user): Remove.
5952 (vc-steal-lock): Make the `owner' arg non-optional.
5953 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5954 vc-checkout-model.
5955 (vc-default-dired-state-info): Use vc-state instead of
5956 vc-locking-user and return special strings for special states.
5957 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5958 and get rid of one of the special CVS cases.
5959 (vc-cancel-version): prettify error message with \\[...].
5960 (vc-rename-master): New function.
5961 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5962 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5963 the CVS special case generic.
5964 (vc-default-record-rename): Remove.
5965 (vc-file-tree-walk-internal): Only call FUNC for files that are
5966 under control of some VC backend and replace `concat' with
5967 expand-file-name.
5968 (vc-file-tree-walk): Update docstring.
5969 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5970 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5971
5972 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5973 vc-sccs-record-rename. Use `find-file-noselect' rather than
5974 `find-file' and call `vc-rename-master' to do the actual move.
5975 (vc-sccs-diff): Remove unused `backend' variable.
5976
5977 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5978 to delay loading of vc-sccs until it is really used.
5979 (vc-sccs-master-templates): Preload.
5980 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5981 (vc-sccs-project-dir): Remove (merged into
5982 vc-sccs-search-project-dir).
5983 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5984 rather than `concat', make sure it is preloaded and don't bother
5985 to check that the file actually exists.
5986 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5987 `locks' argument (use buffer's content instead) and eliminate n^2
5988 behavior.
5989
5990 * vc-rcs.el: Update Copyright.
5991 (vc-rcs-rename-file): New function.
5992 (vc-rcs-diff): Remove unused `backend' variable.
5993
5994 * vc-hooks.el: Update Copyright.
5995 (vc-backend): Don't accept a nil argument any more.
5996 (vc-up-to-date-p): Turn into a defsubst.
5997 (vc-possible-master): New function.
5998 (vc-check-master-templates): Use `vc-possible-master' and allow
5999 funs in vc-X-master-templates to return a non-existent file.
6000
6001 * vc-cvs.el: Update Copyright.
6002 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6003 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6004
6005 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6006
60072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6008
6009 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6010 since it can be called from vc-rcs.el.
6011 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6012
60132000-09-04 Andre Spiegel <spiegel@gnu.org>
6014
6015 * vc.el (vc-version-diff): Expand file name read from the
6016 minibuffer. Handle the case when a previous version number can't
6017 be guessed. Give suitable messages when there were no differences
6018 found.
6019 (vc-clear-headers): Call backend-specific implementation, if one
6020 exists.
6021 (vc-cancel-version): Made error checks generic. When done, clear
6022 headers generically, too.
6023
6024 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6025 from vc-clear-headers in vc.el.
6026
6027 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6028 correctly.
6029 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6030 optional. Handle the case when it's not there.
6031
60322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6035
60362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6037
6038 * vc-hooks.el (vc-loadup): Remove.
6039 (vc-find-backend-function): Use `require'. Also, handle the case
6040 where vc-BACKEND-hooks.el doesn't exist.
6041 (vc-call-backend): Cleanup.
6042
60432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6044
6045 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6046 vc-rcs-grab-templates)
6047 (vc-rcs-registered): Remove. The default function works as well.
6048 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6049 vc-sccs-grab-templates)
6050 (vc-sccs-registered): Remove. The default function works as well.
6051
6052 * vc.el (vc-version-diff): Left out a vc- in call to
6053 vc-call-backend.
6054 (vc-default-dired-state-info, vc-default-record-rename)
6055 (vc-default-merge-news): Update for the new backend argument.
6056
6057 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6058 using the default function.
6059 (vc-call-backend): If calling the default function, pass it the
6060 backend as first argument. Update the docstring accordingly.
6061 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6062 for the new backend argument.
6063 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6064 (vc-find-backend-function): Use the new name.
6065 (vc-default-registered): New function.
6066
60672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6068
6069 * vc.el (vc-merge): Use vc-find-backend-function.
6070
6071 * vc-hooks.el (vc-backend-functions): Remove.
6072 (vc-loadup): Don't setup 'vc-functions.
6073 (vc-find-backend-function): New function.
6074 (vc-call-backend): Use above fun and populate 'vc-functions
6075 lazily.
6076 (vc-backend-defines): Remove.
6077
60782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6079
6080 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6081 Call vc-call-backend without the leading vc-.
6082 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6083 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6084 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6085 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6086 Call vc-call-backend without the leading vc-.
6087
6088 * vc-cvs.el (tail): Provide vc-cvs.
6089 * vc-sccs.el (tail): Provide vc-sccs.
6090 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6091
6092 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6093 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6094 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6095 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6096 (vc-call-backend): Always try to load vc-X-hooks.
6097 (vc-registered): Remove vc- in call to vc-call-backend.
6098
60992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * vc.el (vc-process-filter): New function.
6102 (vc-do-command): Setup `vc-process-filter' for the async process.
6103 (vc-maybe-resolve-conflicts): New function to reduce
6104 code-duplication. Additionally, it puts the buffer in
6105 `smerge-mode' if applicable.
6106 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6107 calling `merge-news'.
7f8b6551 6108 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6109 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6110 interfacing to log-edit.el.
6111 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6112 log-edit is available.
6113 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6114
61152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6118 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6119 defvar and the initialization.
6120 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6121
6122 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6123 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6124
7f8b6551 6125 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6126
61272000-09-04 Andre Spiegel <spiegel@gnu.org>
6128
6129 * vc.el (vc-file-clear-masterprops): Removed.
6130 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6131 (vc-version-diff): Use buffer-size without argument.
6132 (vc-register): Heed vc-initial-comment.
6133
6134 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6135 default branch.
6136
6137 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6138 file name and workfile version.
6139 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6140
6141 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6142 vc-file-clear-masterprops.
6143
6144 * vc-sccs.el (vc-sccs-checkout): Removed call to
6145 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6146 rather than user login name.
6147
6148
61492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6150
6151 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6152 `want-differences-if-changed' and simplify.
6153 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6154 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6155 output (which is invalid for async vc-diff) to decide whether to
6156 do the revert silently or not.
6157
61582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6159
6160 * vc-hooks.el (vc-loadup): Load files quietly.
6161 (vc-call-backend): Oops, brain fart.
6162
61632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6166 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6167
61682000-09-04 Andre Spiegel <spiegel@gnu.org>
6169
6170 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6171 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6172 vc-state or vc-up-to-date-p.
6173 (vc-merge): Use vc-backend-defines to check whether merging is
6174 possible. Set state to 'edited after successful merge.
6175
6176 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6177 return that name. Redocumented.
6178
61792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6180
6181 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6182 new `vc-state' semantics.
6183 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6184 'vc-locking-user to the current user.
6185 (vc-merge): Inline vc-backend-merge. Comment out code that I
6186 don't understand and hence can't adapt to the new `vc-state' and
6187 `vc-locking-user' semantics.
6188 (vc-backend-merge): Remove.
6189
6190 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6191 rather than 'vc-locking-user.
6192
6193 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6194
6195 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6196 (vc-state): Don't use 'reserved any more. Just use the same
6197 convention as the one used for vc-<backend>-state where the
6198 locking user (as a string) is returned.
6199 (vc-locking-user): Update, based on the above convention. The
6200 'vc-locking-user property has disappeared.
7f8b6551 6201 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6202
6203 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6204 with a heuristic one.
6205 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6206 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6207 error. That allows us to get to 'needs-merge even in the
6208 stay-local case. There's still no way to detect 'needs-patch in
6209 such a setup (or to force an update for that matter).
6210 (vc-cvs-logentry-check): Remove, the default works as well.
6211
62122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6213
7f8b6551 6214 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6215
6216 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6217 major-mode in which the buffer might have been put earlier. Use
6218 `remove' and `when'. Allow `okstatus' to be `async' and use
6219 `start-process' in this case.
6220 (vc-version-diff): Handle the case where the diff looks empty
6221 because of the use of an async process.
6222
62232000-09-04 Andre Spiegel <spiegel@gnu.org>
6224
6225 * vc.el (vc-next-action-on-file): Removed optional parameter
6226 `simple'. Recompute state unconditionally.
6227 (vc-default-toggle-read-only): Removed.
6228
6229 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6230 (vc-toggle-read-only): Undid prev change.
6231
6232 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6233 vc-cvs-simple-toggle. Redocumented.
6234 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6235 (vc-cvs-toggle-read-only): Removed.
6236
62372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6238
7f8b6551 6239 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6240 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6241 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6242 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6243 still is. So maybe it should be removed.
6244 (vc-head-version, vc-find-binary): Remove.
6245 (vc-recompute-state): Move from vc-hooks.el.
6246 (vc-next-action-on-file): Add a `simple' argument to allow
6247 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6248 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6249 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6250 (vc-dired-mode-map): Properly defvar it.
6251 (vc-print-log): Call log-view-mode if available.
6252 (small-temporary-file-directory): defvar instead of use boundp.
6253 (vc-merge-news): Moved to vc-cvs.el.
6254 (vc-default-merge-news): New function.
6255
6256 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6257 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6258 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6259 unknown `vc-latest-version' function. It should probably refer to
6260 vc-workfile-version or somesuch, but it's very unclear to me and I
6261 don't have SCCS to test things.
6262
6263 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6264 (vc-sccs-state-heuristic): Fix typo.
6265 (vc-sccs-workfile-unchanged-p): Add missing argument.
6266
6267 * vc-rcs.el: Require vc and vc-rcs-hooks.
6268 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6269 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6270 (vc-release-greater-or-equal-p): Move from vc.
6271 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6272 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6273 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6274 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6275
6276 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6277 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6278 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6279 than the apparently unbound `workfile-version'.
6280
6281 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6282 (vc-file-prop-obarray): Use `make-vector'.
6283 (vc-backend-functions): Add new hookable functions
6284 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6285 (vc-loadup): If neither backend nor default functions exist, use
6286 the backend function rather than nil.
6287 (vc-call-backend): If the function if not bound yet, try to load
6288 the non-hook file to see if it provides it.
6289 (vc-call): New macro plus use it wherever possible.
6290 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6291 nor `vc-find-binary' since it's only called from
7f8b6551 6292 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6293 (vc-checkout-model): Fix parenthesis.
6294 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6295
7f8b6551 6296 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6297 (vc-cvs-release, vc-cvs-system-release): Remove.
6298 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6299 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6300 status symbols.
6301 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6302 (vc-cvs-toggle-read-only): First cut at a function to allow a
6303 cvs-status-free vc-toggle-read-only.
6304 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6305 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6306 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6307 (vc-cvs-checkout): Modify access rights directly if the user
6308 requested not to use `cvs edit'. And refresh the mode line.
6309
6310 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6311 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6312
63132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6314
6315 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6316 workfile' that got lost when the code was extracted from vc.el.
6317 And merged the tail with the rest of the code (not possible in the
6318 old vc.el where the tail was shared among all backends). And
6319 explicitly set the state to 'edited if `writable' is set.
6320
6321 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6322 (vc-cvs-state): Be careful to return the value from
6323 vc-cvs-parse-state.
6324 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6325 property but return it instead. Also be careful to handle a nil
6326 or "" `rev' when workfile is non-nil (it was handled properly when
6327 workfile was nil).
6328
6329 * vc.el: Removed those pesky unnecessary `(function' quotes.
6330 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6331 directly in the defvar.
6332 (vc-do-command): Bind inhibit-read-only so as to properly handle
6333 the case where the destination buffer has been made read-only.
6334 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 6335 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
6336 (vc-annotate-mode-variables): Removed (code moved partly to
6337 defvars and partly to vc-annotate-add-menu).
6338 (vc-annotate-mode): Turned into a derived-mode.
6339 (vc-annotate-add-menu): Moved in code in
6340 vc-annotate-mode-variables.
6341 (vc-update-change-log): Use make-temp-file if available.
6342
63432000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6344
6345 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6346 `vc-checkout-model' updated to `vc-cvs-update-model'.
6347
63482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6349
6350 * vc.el (vc-next-action-on-file): Added handling of state
6351 `unlocked-changes'.
6352 (vc-checkout-carefully): Is now practically obsolete, unless the
6353 above is too slow to be enabled unconditionally.
6354 (vc-update-change-log): Fixed typo.
6355
6356 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6357
7f8b6551
SM
6358 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6359 Now handles state `unlocked-changes'.
6360 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
6361
6362 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6363
6364 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6365 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6366 `unlocked-changes'.
6367 (vc-rcs-workfile-unchanged-p): Renamed from
6368 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6369 function yet, but supposed to become one soon.
6370
6371 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6372 `vc-steal-lock'.
6373 (vc-call-backend): Changed error message.
6374 (vc-state): Added description of state `unlocked-changes'.
6375
63762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6377
6378 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6379 always return t in CVS-controlled directories.
6380
6381 * vc.el (vc-responsible-backend): New function.
6382 (vc-register): Largely rewritten.
6383 (vc-admin): Removed (implementation moved into vc-register).
6384 (vc-checkin): Redocumented.
6385 (vc-finish-logentry): If no backend defined yet (because we are in
6386 the process of registering), use the responsible backend.
6387
6388 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6389 Updated function lists.
6390 (vc-call-backend): Fixed typo.
6391
7f8b6551
SM
6392 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6393 New functions.
6394 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6395 Removed query option. Redocumented.
7a004b71
GM
6396
63972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6398
6399 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6400
6401 * vc.el: Updated callers of `vc-checkout-required' to use
6402 `vc-checkout-model'.
6403
64042000-09-04 Martin Lorentzson <martinl@gnu.org>
6405
6406 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6407 stuff updated to reference this function instead of the old
6408 `vc-backend-release-p'.
6409
64102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6411
6412 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6413 vc-checkout-model. Return appropriate values. Updated callers.
6414
64152000-09-04 Martin Lorentzson <martinl@gnu.org>
6416
7f8b6551 6417 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
6418 (vc-backend-revert): Function moved into `vc-revert';
6419 `vc-next-action' must be updated to accomodate this change.
6420 (vc-backend-steal): Function moved into `vc-finish-steal'.
6421 (vc-backend-logentry-check): Function moved into
6422 `vc-finish-logentry'.
6423 (vc-backend-printlog): Function moved into `vc-print-log'.
6424 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6425 (vc-backend-assign-name): Function moved into
6426 `vc-create-snapshot'.
6427
64282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6429
6430 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
6431 Rename to vc-checkout-model. Return appropriate values.
6432 Update callers.
7a004b71 6433
7f8b6551 6434 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 6435 to vc-checkout-model.
7f8b6551
SM
6436 (vc-checkout-required): Rename to vc-checkout-model.
6437 Re-implement and re-comment.
7a004b71
GM
6438 (vc-after-save): Use vc-checkout-model.
6439
64402000-09-04 Martin Lorentzson <martinl@gnu.org>
6441
7f8b6551
SM
6442 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6443 Update to use the vc-BACKEND-diff functions instead.
6444 `vc-diff' is now working.
7a004b71 6445
7f8b6551 6446 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 6447
7f8b6551 6448 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
6449
6450 * vc-sccs.el (vc-sccs-diff): Function changed name from
6451 `vc-backend-diff'. This makes `vc-diff' work.
6452
7f8b6551 6453 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 6454 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 6455 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
6456 signaled during `vc-after-save'.
6457
7f8b6551
SM
6458 * vc.el: Fix typo.
6459 This checkin is made with our new VC code base for the very first time.
6460 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
6461
6462 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6463 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6464
6465 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6466 updated to `vc-uses-locking'.
7f8b6551 6467 (vc-checkout-required): Call to backend function.
7a004b71
GM
6468 `vc-checkout-required' updated to `vc-uses-locking' instead.
6469
6470 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6471 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6472
7f8b6551 6473 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 6474 to match the split into various backends.
7f8b6551 6475 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
6476 (vc-retrieve-snapshot): Bug fix.
6477
64782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6479
6480 * vc-sccs.el (vc-sccs-release): Doc fix.
6481
64822000-09-04 Martin Lorentzson <martinl@gnu.org>
6483
6484 * vc.el (vc-next-action-on-file): Bug found and fixed.
6485 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6486 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6487
6488 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6489 (vc-rcs-checkout): Name space cleaned up. No more revision number
6490 crunching function names that are not prefixed with vc-rcs.
6491 (vc-rcs-checkout-model): Function added. References to
6492 `vc-checkout-model' replaced.
6493
64942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6495
6496 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6497 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6498 still need to be split, and implemented for RCS).
6499
65002000-09-04 Martin Lorentzson <martinl@gnu.org>
6501
6502 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6503
6504 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6505 required by the vc.el file.
6506
6507 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6508 required by the vc.el file.
6509 (vc-rcs-exists): Function added.
6510
6511 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6512 required by the vc.el file.
6513
6514 * vc.el (vc-admin): Updated to handle selection of appropriate
6515 backend. Current implementation is crufty and need re-thinking.
6516
6517 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6518
65192000-09-04 Martin Lorentzson <martinl@gnu.org>
6520
6521 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6522 beginning of annotate buffers correctly.
6523
6524 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6525 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6526 functionality updated quite a lot to support multiple backends.
6527 Variables `vc-annotate-mode', `vc-annotate-buffers',
6528 `vc-annotate-backend' added.
6529
6530 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6531 `vc-annotate-difference' added to supported backend functions.
6532
65332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6534
6535 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6536 Use with-temp-file instead of /bin/sh. Merged from mainline
6537
65382000-09-04 Martin Lorentzson <martinl@gnu.org>
6539
6540 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6541
6542 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6543
6544 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6545
65462000-09-04 Martin Lorentzson <martinl@gnu.org>
6547
6548 * vc-hooks.el: vc-state-heuristic added to
6549 vc-backend-hook-functions.
6550
6551 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6552
6553 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6554
7f8b6551
SM
6555 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6556 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6557 state to `reserved'.
6558
6559 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6560 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6561
65622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6563
7f8b6551 6564 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6565 untouched.
6566
7f8b6551 6567 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6568
7f8b6551 6569 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6570 if defined. (Merged from main line, slightly adapted.)
6571
6572 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6573 millenium problem (merged from mainline).
6574
65752000-09-04 Martin Lorentzson <martinl@gnu.org>
6576
6577 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6578 part and moved the non-BACKEND stuff to vc.el.
6579
6580 * vc.el: Split the annotate feature into a BACKEND specific part
6581 and moved it from the vc-cvs.el file to this one.
6582
65832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6584
7f8b6551
SM
6585 * vc-hooks.el: Implement new state model.
6586 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6587 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6588 locked by somebody else.
7f8b6551 6589 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6590 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6591 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6592 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6593
7f8b6551
SM
6594 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6595 Various simplifications and adaptations all over the place.
7a004b71 6596
7f8b6551
SM
6597 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6598 Simplify and adapt the rest.
7a004b71 6599
7f8b6551 6600 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6601 interaction with view mode according to recent RCS change.
7f8b6551 6602 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6603
66042000-09-04 Martin Lorentzson <martinl@gnu.org>
6605
7f8b6551 6606 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6607
66082000-09-04 Martin Lorentzson <martinl@gnu.org>
6609
6610 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6611 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6612 (vc-minor-part, vc-previous-version): Functions that operate and
6613 compare revision numbers got proper documentation. Comments added
6614 about their possible removal.
6615
66162000-09-04 Martin Lorentzson <martinl@gnu.org>
6617
6618 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6619 the vc-backend.el files.
6620
6621 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6622
6623 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6624 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6625 (vc-rcs-previous-version): Functions added.
6626
6627 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6628
6629 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6630
66312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6632
6633 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6634 Comment out the definition for now. What is the right procedure
7a004b71
GM
6635 to get rid of it?
6636 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6637 rewritten.
7f8b6551 6638 (vc-default-registered): Remove.
7a004b71
GM
6639 (vc-check-master-templates): New function; does mostly what the
6640 above did before.
6641 (vc-locking-user): Don't rely on the backend to set the property.
6642
6643 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6644 Rewrite documentation.
7a004b71
GM
6645 (vc-rcs-templates-grabbed): New variable.
6646 (vc-rcs-grab-templates): New function.
7f8b6551 6647 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6648
6649 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6650 Rewrite documentation.
7a004b71
GM
6651 (vc-sccs-templates-grabbed): New variable.
6652 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6653 (vc-sccs-registered): Rewrite to use above mechanism.
6654 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6655 Don't throw the result, simply return it.
7a004b71 6656
7f8b6551
SM
6657 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6658 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6659 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6660
7f8b6551 6661 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6662 from main line.
6663
66642000-09-04 Martin Lorentzson <martinl@gnu.org>
6665
7f8b6551 6666 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6667
7f8b6551 6668 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6669
7f8b6551
SM
6670 * vc-rcs.el (vc-rcs-diff): New function.
6671 (vc-rcs-checkout): Bug (typo) found and fixed.
6672 (vc-rcs-register-switches): New variable.
7a004b71
GM
6673
6674 * vc.el (vc-backend-diff): Function removed and placed in the
6675 backend files.
6676
66772000-09-04 Martin Lorentzson <martinl@gnu.org>
6678
6679 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6680
6681 * vc.el (vc-backend-checkout): Function removed and replaced in
6682 the vc-backend.el files.
6683
6684 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6685
6686 * vc.el (vc-backend-admin): Removed and replaced in the
6687 vc-backend.el files.
6688
6689 * vc.el (Martin): Removed all the annotate functionality since it
6690 is CVS backend specific.
6691
66922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6693
6694 * spec.txt: Added specification of vc-state.
6695
6696 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6697 Remove handling of vc-latest-version and
7a004b71
GM
6698 vc-your-latest-version. What used to be vc-latest-version, is now
6699 returned as vc-workfile-version.
7f8b6551 6700 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6701
67022000-09-04 Dave Love <fx@gnu.org>
6703
6704 * vc.el: [Merged from mainline.]
6705 (vc-dired-mode): Make the dired-move-to-filename-regexp
6706 regexp match the date, to avoid treating date as file size.
6707 Add YYYY S option to WESTERN/
6708
67092000-09-04 Dave Love <fx@gnu.org>
6710
6711 * vc.el: Require `compile' when compiling.
6712 (vc-logentry-check-hook): New option.
6713 (vc-steal-lock): Use compose-mail.
6714 (vc-dired-mode-map): Defvar when compiling.
6715 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6716 vc-sccs.el and renamed. Callers changed.
6717 (vc-backend-checkout, vc-backend-logentry-check)
6718 (vc-backend-merge-news): Doc fix.
6719 (vc-default-logentry-check): New function.
6720 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6721 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6722 (vc-backend-merge): Doc fix. Use backend functions.
6723 (vc-check-headers): Use backend functions.
6724
6725 * vc-cvs.el: Require vc when compiling.
6726 (vc-cvs-register-switches): Doc fix.
6727 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6728 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6729 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6730 New functions (code from vc.el).
6731 (vc-annotate-display-default): Fix interactive spec.
6732 (vc-annotate-time-span): Doc fix.
6733
6734 * vc-rcs.el: Require vc when compiling.
6735 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6736 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6737 (vc-rcs-checkin): New functions (code from vc.el).
6738 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6739 Doc fix.
6740 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6741
6742 * vc-sccs.el: Require vc when compiling.
6743 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6744 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6745 (vc-sccs-revert)
6746 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6747 from vc.el).
6748 (vc-sccs-add-triple, vc-sccs-record-rename)
6749 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6750 (vc-sccs-admin): Doc fix.
6751
67522000-09-04 Martin Lorentzson <martinl@gnu.org>
6753
6754 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6755 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6756 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6757 from vc.el.
6758
6759 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6760
6761 * vc-cvs.el: Moved the annotate functionality from vc.el.
6762 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6763
67642000-09-04 Dave Love <fx@gnu.org>
6765
6766 * vc.el (vc-backend-release): Call vc-system-release.
6767
6768 * vc-sccs.el (vc-sccs-system-release):
6769 Renamed from vc-sccs-backend-release.
6770
6771 * vc-rcs.el (vc-rcs-system-release):
6772 Renamed from vc-rcs-backend-release.
6773
6774 * vc-cvs.el (vc-cvs-system-release):
6775 Renamed from vc-cvs-backend-release.
6776
67772000-09-04 Dave Love <fx@gnu.org>
6778
6779 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6780 backend files.
6781 (vc-backend-release): Dispatch to backend functions.
6782 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6783 probably needs attention.]
6784
6785 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6786 (vc-sccs-backend-release): New function.
6787
6788 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6789 (vc-cvs-backend-release): New function.
6790
6791 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6792 Doc fix.
6793 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6794 (vc-default-dired-state-info): New function.
6795 (vc-dired-state-info): Dispatch to backends.
6796 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6797
6798 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6799 from vc.el and renamed.
6800
68012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6802
6803 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6804 (vc-version-other-window, vc-backend-assign-name): Removed
6805 references to vc-latest-version; sometimes changed into
6806 vc-workfile-version.
6807
6808 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6809 vc-rcs-master-workfile-version.
6810 (vc-rcs-workfile-version): Use the above. Don't call
6811 vc-latest-version (that was unreachable code, anyway).
6812 (vc-rcs-fetch-master-properties): Doc fix.
6813
6814 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6815 (vc-backend-hook-functions): Removed them from this list, too.
6816 (vc-fetch-properties): Removed.
6817 (vc-workfile-version): Doc fix.
6818
6819 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6820 (vc-rcs-workfile-version, vc-rcs-locking-user)
6821 (vc-rcs-uses-locking): Use it.
6822
6823 * vc-hooks.el (vc-consult-rcs-headers):
6824 Moved into vc-rcs-hooks.el, under the name
6825 vc-rcs-consult-headers.
6826
6827 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6828 headers.
6829 (vc-cvs-find-master): Use this name only; correct different
6830 versions of the name.
6831
6832 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6833 New functions.
6834 (vc-sccs-locking-user): Use the latter.
6835
6836 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6837 New functions.
6838
6839 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6840 Moved into both
6841 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6842 functions are implementation details of those two backends.
6843
68442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6845
6846 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6847 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6848
6849 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6850 (vc-sccs-parse-locks): SCCS-specific code moved here from
6851 vc-hooks.
6852
6853 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6854 code moved here from vc-hooks.
6855
6856 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6857 into back-end specific parts and removed. Callers not updated
6858 yet; because I guess these callers will disappear into back-end
6859 specific files anyway.
6860
68612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6862
6863 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6864 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6865 `vc-uses-locking'.
6866
6867 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6868 Store yes/no in the property, and return t/nil. Updated all
6869 callers.
6870
6871 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6872 vc-sccs-uses-locking. Don't set property.
6873 (vc-sccs-locking-user): Don't set property.
6874
6875 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6876 vc-cvs-uses-locking. Don't set property here; leave that to
6877 vc-hooks.
6878 (vc-cvs-locking-user): Reflect above change. Streamlined.
6879
6880 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6881 vc-rcs-uses-locking.
6882 (vc-rcs-locking-user): Reflect above change.
6883
68842000-09-04 Dave Love <fx@gnu.org>
6885
6886 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6887
6888 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6889
6890 * vc-hooks.el (vc-checkout-model): Punt to backends.
6891
6892 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6893
6894 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6895
6896 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6897 New functions.
6898
6899 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6900 New functions.
6901
6902 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6903 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6904
6905 * vc-hooks.el (vc-default-locking-user): New function.
6906 (vc-locking-user, vc-workfile-version): Punt to backends.
6907
69082000-09-04 Dave Love <fx@gnu.org>
6909
6910 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6911 (vc-master-workfile-version): Moved from vc-hooks.
6912
6913 * vc-rcs-hooks.el: Fix duplicate code in last change.
6914
6915 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6916 (vc-rcs-master-templates): Improve :type.
6917 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6918 vc-master-workfile-version): Moved from vc-hooks.
6919
6920 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6921 (vc-sccs-master-templates): Improve :type.
6922 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6923
6924 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6925
6926 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6927 (vc-cvs-master-templates): Improve :type. Use
6928 vc-cvs-find-cvs-master.
6929 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6930 from vc-hooks.
6931 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6932
6933 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6934 Moved to vc-cvs-hooks.
6935
6936 * vc-hooks.el: Add doc strings in various places. Simplify the
6937 minor mode setup.
6938 (vc-handled-backends): New user variable.
6939 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6940 simplification.
6941
69422000-09-04 Dave Love <fx@gnu.org>
6943
6944 * vc.el: Some doc fixes for autoloaded and interactive functions.
6945 Fix compilation warnings from ediff stuff.
6946 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6947
6948 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6949
6950 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6951
6952 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6953
69542000-09-04 Dave Love <fx@gnu.org>
6955
6956 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6957 New variable.
6958 (vc-make-backend-function, vc-loadup, vc-call-backend)
6959 (vc-backend-defines): New functions.
6960
6961 * vc-hooks.el: Various doc fixes.
6962 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6963 (vc-match-substring): Function removed. Callers changed to use
6964 match-string.
6965 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6966 Simplify.
6967
69682000-09-04 Dave Love <fx@gnu.org>
6969
6970 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6971 type.
6972 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6973 (vc-sccs-registered): Doc fix.
6974
6975 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6976 (vc-cvs-registered): Doc fix.
6977
6978 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6979 (vc-rcs-registered): Doc fix.
6980
69812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6982
6983 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6984
6985 * vc-hooks.el: vc-registered has been renamed
6986 vc-default-registered. Some functions have been moved to the
6987 backend specific files. they all support the
6988 vc-BACKEND-registered functions.
6989
69902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6991
6992 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6993
6994 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6995
a033ea13
DL
69962000-09-04 Dave Love <fx@gnu.org>
6997
179fc9ef
DL
6998 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6999 menu-bar-update-hook.
7000
7001 * help.el (help-manyarg-func-alist): Add
7002 find-operation-coding-system.
7003
a033ea13
DL
7004 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7005
7006 * custom.el (custom-set-variables): Print message about errors in
7007 setting.
7008
f8803e97
AI
70092000-09-03 Andrew Innes <andrewi@gnu.org>
7010
7011 * makefile.w32-in: Change to DOS line endings.
7012
59836110
EZ
70132000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7014
7015 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7016 minor-mode keymaps, if they don't have one.
7017
5514ba5c
EZ
70182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7019
7020 * eshell/esh-module.el (eval-when-compile): Don't lose if
7021 esh-module.el's file name is truncated to DOS 8+3 limits.
7022
79cf8e80
JW
70232000-09-01 John Wiegley <johnw@gnu.org>
7024
7025 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7026 predicate, which caused entries in the completion list to be
7027 doubled.
7028
70292000-08-30 John Wiegley <johnw@gnu.org>
7030
7031 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7032 sending to subprocesses. Also, hook pre-command-hook if
7033 `eshell-send-direct-to-subprocesses' is non-nil.
7034 (eshell-send-direct-to-subprocesses): New config variable. If t,
7035 subprocess input is send immediately.
7036 (eshell-toggle-direct-send): New function.
7037 (eshell-self-insert-command): New function.
7038 (eshell-intercept-commands): New function.
7039 (eshell-send-input): If direct subprocess sending is enabled,
7040 don't echo any input to the Eshell buffer. Let the subprocess
7041 handle that. This requires "stty echo" in bash, for example.
7042
70432000-08-28 John Wiegley <johnw@gnu.org>
7044
7045 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7046 completion function for Eshell's implementation of `unset'.
7047
778911b9
EZ
70482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7049
7050 * info.el (Info-directory-list): Doc fix.
7051
05d07b49
PB
70522000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7053
9b4a7800 7054 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7055 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7056
9941d4c7
KH
70572000-08-31 Kenichi Handa <handa@etl.go.jp>
7058
7059 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7060 coding systems.
7061
af9ba8ad
AI
70622000-08-30 Andrew Innes <andrewi@gnu.org>
7063
7064 * timer.el (run-with-idle-timer): Undo last change, so that timer
7065 is not activated immediately if Emacs is already idle. Some
7066 existing code relies on this behaviour.
7067
caccd8f2
MB
70682000-08-30 Miles Bader <miles@gnu.org>
7069
7070 * frame.el (set-frame-font): Do completion of font-name for
7071 interactive use.
7072
b64c0a1c
KH
70732000-08-30 Kenichi Handa <handa@etl.go.jp>
7074
7075 * international/quail.el (quail-start-translation): Bind locally
7076 last-command-event, last-command, and this-command.
7077 (quail-start-conversion): Likewise.
75cf0095 7078 (quail-self-insert-command): Fix docstring.
b64c0a1c 7079
fd5f61d3
GM
70802000-08-29 Gerd Moellmann <gerd@gnu.org>
7081
7082 * progmodes/executable.el
7083 (executable-make-buffer-file-executable-if-script-p): Check that
7084 buffer contains at least 2 characters.
7085
5b671d04
EZ
70862000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7087
7088 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7089
485d9513
DL
70902000-08-29 Dave Love <fx@gnu.org>
7091
a39fb83d
DL
7092 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7093 (diff-mode-shared-map): Bind mouse-2.
7094 (diff-imenu-generic-expression): New variable.
7095 (diff-mode): Use it.
7096
485d9513
DL
7097 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7098 (mouse-popup-menubar): Add minor mode menus.
7099 (popup-menu): Check for lookup-key returning number.
7100
ba3478d9
MB
71012000-08-29 Miles Bader <miles@gnu.org>
7102
7103 * comint.el (comint-send-input): Create overlays using the proper
7104 front/read-advance arguments.
9b4a7800 7105
c3d6d211
GM
71062000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7107
7108 * ps-print.el: Even/odd pages printing. Doc fix.
7109 (ps-print-version): New version number (6.0).
7110 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7111 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7112 (ps-print-duplex-feature): Variable eliminated.
7113 (ps-even-or-odd-pages): New variable.
7114
ba087cd7 7115 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7116 (ebnf-version): New version (3.3).
7117 (ebnf-user-arrow): Change variable customization to sexp.
7118 (ebnf-user-arrow): Function eliminated.
7119 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7120
d313265f
KH
71212000-08-29 Kenichi Handa <handa@etl.go.jp>
7122
cba62b78 7123 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7124 (help-make-xrefs): Handle help-xref-mule-regexp.
7125
7126 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7127 variable.
7128 (describe-input-method): Temporarily activate the specfied input
7129 method to display the information.
7130 (describe-language-environment): Hyperlinks to mule related items.
7131
7132 * international/mule-diag.el (charset-multibyte-form-string): New
7133 function.
7134 (list-character-sets-1): Use charset-multibyte-form-string.
7135 (describe-character-set): New function.
7136 (describe-coding-system): Hyperlinks to safe character sets.
7137
7138 * international/quail.el (quail-help): New arg PACKAGE.
7139 Hyperlinks to mule related items.
7140 (quail-help-insert-keymap-description): Use
7141 substitute-command-keys instead of describe-bindings.
7142 (quail-translation-help): Hyperlinks to mule related items.
7143
b4bd214e
JW
71442000-08-28 John Wiegley <johnw@gnu.org>
7145
ca7aae91
JW
7146 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7147 have a defsubst call itself. Made `eshell-flatten-list' back into
7148 a function again.
7149
b4bd214e
JW
7150 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7151 catch, in case re-centering point at bottom messes up the display.
7152 This happens frequently in Emacs 21, due I believe to variable
7153 line heights.
7154
7155 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7156 to call `find-tag-interactive'.
7157
7158 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7159 the list of remember directories.
7160
d44e146b
JW
71612000-08-28 John Wiegley <johnw@gnu.org>
7162
7163 * align.el: Test align-region-separate to see if it's a symbol.
7164
546c0888 71652000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7166
7167 * eshell/esh-util.el (eshell-flatten-list): Made this function
7168 into a defsubst form. It gets used very frequently, although
7169 calls don't occur all that often.
7170
7171 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7172 examining it.
7173
7174 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7175 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7176 `eshell-protect'.
7177 (eshell-copy-handles): Created a new macro for duplicating the
7178 current set of open handles. This is needed by the looping
7179 functions.
7180 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7181 is not incorrectly stomped on.
7182
7183 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7184 declaration for pcomplete-use-paring.
7185 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7186 value of eshell-cmpl-use-paring.
7187 * pcomplete.el (pcomplete-use-paring): New config variable, to
7188 indicate whether paring should be used.
7189 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7190 completion alternatives that have already been used.
7191
7192 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7193 bound to C-c C-y, which will repeat the previous N arguments
7194 (based on prefix argument).
7195 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7196
7197 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7198 if there is no *Help* buffer. This is for XEmacs, which renames
7199 its help buffers uniquely. TODO: Find out what the current buffer
7200 name to delete is.
7201
7202 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7203 first entry that correlates to a passwd/group number. Later
7204 entries (used for group/user name aliasing to multiple IDs) are
7205 ignored.
7206
9b4a7800
TTN
7207 * eshell/em-xtra.el (eshell/expr):
7208 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7209 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7210 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7211 argument list, before passing it to the system command.
7212
7213 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7214 `find-tag' for use at final position in Eshell buffers (which
7215 otherwise triggers an error on Emacs 21).
7216 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7217 buffer, if it is currently bound to `find-tag'.
7218
7219 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7220 in the list of matched Makefile names.
7221 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7222 directory, prefer its contents to Makefile.
7223
7224 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7225 directory parts (like "cd old new", or "cd =regexp"), are now case
7226 sensitive on non-Windows/DOS platforms.
7227
7228 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7229 types RET after an open delimiter (like "), display a message
7230 indicating that Eshell is waiting for the closing delimiter.
7231
7232 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7233 environment variables.
7234
7235 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7236 gracefully if the user enters incorrect arguments.
7237
7238 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7239 Eshell buffers.
7240
9b4a7800
TTN
7241 * eshell/esh-var.el (eshell-interpolate-variable):
7242 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7243 * eshell/em-unix.el (eshell-du-sum-directory):
7244 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7245 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7246 (not (= ...)).
7247
7248 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7249 to ensure the `preserve' flag gets propagated when doing recursive
7250 directory copies.
7251
546c0888 72522000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7253
7254 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7255 Don't convert \n into \0177 in memory.
7256 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7257 and back again, when reading and writing.
9b4a7800 7258
546c0888 72592000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7260
7261 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7262 testing of `fboundp' on `processp'.
7263
7264 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7265 (eshell/jobs): Don't call process-list if it is not bound.
7266 (eshell-gather-process-output): Support systems where async
7267 subprocesses aren't supported.
7268 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7269 variables.
7270
7271 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7272 eshell-do-eval returns t.
7273 (eshell-do-pipelines-synchronously): New defmacro.
7274 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7275 when async subprocesses aren't supported.
7276 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7277 if async subprocesses aren't supported.
7278 (eshell-resume-command): Don't assume STATUS is a string.
7279
7280 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7281
7282 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7283 (eshell-close-target, eshell-get-target): Use eshell-processp.
7284 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7285 fix.
7286 (eshell-get-target, eshell-create-handles): Doc fix.
7287
546c0888 72882000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7289
546c0888 7290 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7291 criterion to include commands that output something, as long as it
7292 leaves both the command and the end-of-buffer visible when the
7293 command has exited.
7294 (eshell-review-quick-commands): Adjust the help doc string
7295 accordingly.
7296
2a371c3b
PB
72972000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7298
8348e1f9 7299 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7300 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7301
9b4a7800 7302 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7303 (file-cache-assoc-function): New variable
7304 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7305 Use file-cache-case-fold-search variable
7306 (file-cache-add-file): Use file-cache-assoc-function
7307 (file-cache-delete-file): likewise
7308 (file-cache-directory-name): likewise
7309 (file-cache-debug-read-from-minibuffer): likewise
7310
95931eb1
GM
73112000-08-28 Gerd Moellmann <gerd@gnu.org>
7312
7313 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7314 (abbrev-table-name): New function.
7315 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7316 If non-nil list local abbrev, only.
7317
bb17930d
GM
73182000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7319
546c0888
EZ
7320 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7321 from Gnus support code, and use special article copy buffer
bb17930d
GM
7322 `(gnus-original-article-buffer)' instead. This allows to get rid
7323 of article-hide-headers usage (which breaks in the latest Gnus
7324 version). Thanks to Detlev Zundel.
7325
41a68aef
KH
73262000-08-28 Kenichi Handa <handa@etl.go.jp>
7327
7328 * international/quail.el (quail-use-package): Hide "... loaded"
7329 message.
7330 (quail-start-translation, quail-start-conversion): Likewise.
7331
7332 * international/kkc.el (kkc-region): Hide "... loaded" message.
7333
28bb2cef
DL
73342000-08-27 Dave Love <fx@gnu.org>
7335
7336 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7337
11a1118d
MB
73382000-08-27 Miles Bader <miles@gnu.org>
7339
7340 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7341
0f85d477
KH
73422000-08-27 Kenichi Handa <handa@etl.go.jp>
7343
7344 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7345 'ja-dic-cnv), not (require 'skkdic-cnv).
7346
2d73e8d3
MB
73472000-08-26 Miles Bader <miles@gnu.org>
7348
a0e5a5a4
MB
7349 * faces.el (face-x-resources): Add entry for :inherit.
7350 * cus-face.el (custom-face-attributes): Add support for :inherit
7351 attribute. Add support for relative face heights.
7352 (custom-face-attributes-get): Treat `nil' as being a default value
7353 for :inherit (as well as `unspecified').
7354
19feb949
MB
7355 * faces.el (set-face-attribute): Update doc string.
7356 (face-attribute-name-alist): Add :inherit.
7357 (face-valid-attribute-values): Handle :inherit.
7358 (face-read-string): Rephrase prompt to be less confusing.
7359 Assume that DEFAULT is a string, since we must return a string.
7360 (face-read-integer): Use `format' to turn DEFAULT into an
7361 acceptable default for face-read-string. Match NEW-VALUE against
7362 the string "unspecified", not the symbol `unspecified', since
7363 that's what face-read-string returns.
7364 (read-face-attribute): Lookup a name for old-value in valid, and
7365 use it as a default if we find one. Treat all values from
7366 face-read-string as strings. If the default is used, don't do any
7367 more processing on the value, just use the old value directly.
7368 (read-face-and-attribute, modify-face): Tweak prompt.
7369 (read-face-name): Don't assume prompt ends with a space.
7370
2d73e8d3
MB
7371 * faces.el (describe-face): Add support for :inherit attribute.
7372
a1a2e38f
KH
73732000-08-25 Kenichi Handa <handa@etl.go.jp>
7374
e84fa7c5
KH
7375 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7376 concat doesn't accept interger.
7377
a1a2e38f
KH
7378 * international/kkc.el: Remove SKK from Keywords. Require
7379 ja-dic-utl instead of skkdic-utl.
7380
7381 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7382 Provide ja-dic-cnv instead of skkdic-cnv.
7383 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7384 (iso-2022-7bit-short): Add safe-charsets property.
7385 (skkdic-convert-postfix): Search Japanese chou-on character in
7386 addition to Hiragana character.
7387 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7388 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7389 (batch-skkdic-convert): Likewise.
7390
7391 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7392 Provide ja-dic-utl instead of skkdic-utl.
7393 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7394
f6499c03
DL
73952000-08-24 Dave Love <fx@gnu.org>
7396
1c2c3f16
DL
7397 * disp-table.el (standard-display-default): Make the test of `l'
7398 useful.
7399
f6499c03
DL
7400 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7401 mod sample text.
7402
7403 * international/iso-ascii.el: Make pilcrow convenient string
7404 consistent with section.
7405 (iso-ascii-display): Set up multibyte characters as well as
7406 unibyte.
7407
c543db81
KH
74082000-08-24 Kenichi Handa <handa@etl.go.jp>
7409
7410 * international/mule-cmds.el (reset-language-environment): Set
7411 default-process-coding-system to '(undecided . iso-latin-1), which
7412 makes process I/O almost consistent with file I/O. Call this
7413 function when mule-cmds.el[c] is loaded.
7414
746d9caf
AI
74152000-08-22 Andrew Innes <andrewi@gnu.org>
7416
7417 * makefile.w32-in: New file.
7418
5484005d
MB
74192000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7420
7421 * comint.el (comint-output-filter): Compare end of
7422 comint-last-output-overlay with the start of the newly inserted
7423 text, not the end, when deciding whether to extend it.
9b4a7800 7424 Set saved-point's insertion type to advance after insertion.
5484005d
MB
7425
7426 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7427 since this is now done independently of font-lock mode.
7428
7a912f63
GM
74292000-08-21 Gerd Moellmann <gerd@gnu.org>
7430
7431 * server.el (server-kill-new-buffers): New user option.
7432 (server-existing-buffer): New buffer-local variable.
7433 (server-visit-files): When using an existing buffer, set
7434 server-existing-buffer to t.
7435 (server-buffer-done): If server-kill-new-buffers is t, kill the
7436 buffer, unless it was already present before visiting it with
7437 Emacs server.
9b4a7800 7438
240301df
EZ
74392000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7440
7441 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7442 even if the display doesn't support colors: some displays will
7443 support bold/underline faces.
7444
cbcef616
GM
74452000-08-21 Gerd Moellmann <gerd@gnu.org>
7446
6917e6bb
GM
7447 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7448
cbcef616
GM
7449 * startup.el (command-line): If user's init file had an error,
7450 add explanatory text to *Messages*.
7451
6922b018
KH
74522000-08-21 Kenichi Handa <handa@etl.go.jp>
7453
7454 * man.el (Man-getpage-in-background): Decode the process output by
7455 the system locale coding system.
7456
e50c4203
DL
74572000-08-20 Dave Love <fx@gnu.org>
7458
96ab6351
DL
7459 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7460 Don't test x-popup-menu.
7461 (function) <complete-function>: Complete only fbound symbols.
7462 <validate, value>: New.
7463 (variable) <complete-function>: Complete only bound symbols.
7464 (coding-system): Add :base-only, :complete-function, :validate,
7465 :value, :prompt-match.
7466 (widget-coding-system-prompt-value): Use read-coding-system and
7467 act on :base-only.
7468 (editable-field): Add :help-echo.
7469 (widget-push-button-gui, widget-push-button-cache)
7470 (widget-gui-action, widget-editable-list-gui): COmment out, along
7471 with uses.
7472 (widget-at): Make arg optional.
7473 (widget-echo-help): Adjust for current help-echo calling sequence.
7474 (widget-specify-field, widget-specify-button)
7475 (widget-specify-insert, widget-get-sibling, widget-image-find)
7476 (widget-convert, widget-insert, widget-leave-text)
7477 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7478 (widget-setup, widget-field-find, widget-before-change)
7479 (widget-after-change, widget-default-complete)
7480 (widget-default-create, widget-default-delete)
7481 (widget-push-button-value-create, editable-field)
7482 (widget-field-prompt-value, widget-field-validate)
7483 (widget-choice-value-create, widget-choice-action)
7484 (widget-choice-validate, widget-checklist-add-item)
7485 (widget-radio-add-item, widget-radio-chosen)
7486 (widget-radio-value-inline, widget-editable-list-value-create)
7487 (widget-editable-list-entry-create)
7488 (widget-documentation-link-add)
7489 (widget-documentation-string-value-create)
7490 (widget-regexp-validate, widget-file-complete)
7491 (widget-sexp-validate, widget-plist-convert-widget)
7492 (widget-plist-convert-widget, widget-alist-convert-widget)
7493 (widget-alist-convert-widget, widget-color-complete): Simplify,
7494 particularly to avoid bindings which aren't optimized out.
7495
e50c4203
DL
7496 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7497 Doc fix.
7498 (down-list, backward-up-list, up-list, kill-sexp)
7499 (backward-kill-sexp, mark-sexp): Make arg optional.
7500 (lisp-complete-symbol): Add optional arg PREDICATE.
7501
7502 * cus-start.el: Add display-buffer-reuse-frames,
7503 file-coding-system-alist.
7504
511bd4eb
GM
75052000-08-20 Gerd Moellmann <gerd@gnu.org>
7506
7507 * startup.el (command-line): Clear realized faces after
7508 modifying TTY color mappings.
7509
a9de7d29
MB
75102000-08-20 Miles Bader <miles@gnu.org>
7511
7512 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7513 merely a subset of FACE's attributes.
7514
8a8023d9
MB
75152000-08-19 Miles Bader <miles@gnu.org>
7516
7517 * comint.el (comint-output-filter): Save the point with a marker,
7518 not just a buffer position.
7519
7520 * international/mule.el (set-buffer-process-coding-system): Make
7521 interactive prompt less confusing.
7522
1433385f
GM
75232000-08-19 Gerd Moellmann <gerd@gnu.org>
7524
7525 * hilit-chg.el: General cleanup of doc strings, comments and
7526 code formatting.
7527
136b4eda
MB
75282000-08-19 Miles Bader <miles@gnu.org>
7529
7530 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7531 Compiler macro removed; beginning-of-line is no longer always
7532 equivalent to forward-line, in the presence of fields.
7533
7534 * comint.el (comint-output-filter): Remove ad-hoc saving of
7535 restriction, and just use save-restriction, now that it works
7536 correctly. Don't adjust comint-last-input-start to account for
7537 our insertion; it shouldn't have moved because we don't use
7538 insert-before-markers anymore. Comment out call to
7539 `force-mode-line-update'; why is it here?
7540
7541 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7542 while checking for prompt to delete. Use `forward-line 0'
7543 instead of beginning-of-line.
7544 (gud-filter): Temporarily widen gud comint buffer while
7545 examining output.
7546
cdd0f857
SM
75472000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7548
ebf96bfa
SM
7549 * progmodes/sh-script.el: Big bag of typos.
7550
cdd0f857
SM
7551 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7552 check since ispell-process is not bound when ispell is not yet loaded.
7553
9bb7a286
DL
75542000-08-18 Dave Love <fx@gnu.org>
7555
7556 * image.el (find-image): Copy `spec' before using plist-put.
7557
74ec6045
GM
75582000-08-18 Gerd Moellmann <gerd@gnu.org>
7559
7560 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7561 `portugues'.
7562
7563 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7564 backward-kill-sexp, analogous to kill-sexp.
7565
7566 * progmodes/icon.el (icon-indent-line)
7567 (icon-is-continuation-line): Handle comments specially.
7568
75692000-08-17 Ken Stevens <k.stevens@ieee.org>
7570
7571 * ispell.el: Set to standard author/maintainer/keyword fields.
7572 Fine tuning to menu map appearance and operation, and added help.
7573 Remove `start' and `end' error messages when compiling.
7574 (ispell-choices-win-default-height): Fixed comment string.
7575 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7576 castellano8 dictionaries.
7577 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7578 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7579 dictionary, added italiano dictionary.
7580 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7581 word character
7582 (ispell-tex-skip-alists): Added psfig support.
7583 (ispell-skip-html): Renamed from ispell-skip-sgml.
7584 (ispell-begin-skip-region-regexp, ispell-skip-region)
7585 (ispell-minor-check): Improved html skipping support to skip across
7586 code, and recognize `&' commands without propper `;' syntax;
7587 (ispell-process-line): Fix alignment error when manually
7588 correcting spelling.
7589 (ispell): Fix comment string.
7590 (ispell-add-per-file-word-list): Always put word list on new line.
7591
3787e12e
GM
75922000-08-17 Gerd Moellmann <gerd@gnu.org>
7593
a7b28523
GM
7594 * format.el (format-encode-run-method): Fix error message to say
7595 `encode' instead of `decode'. Use save-window-excursion around
7596 shell-command-on-region as in format-decode-run-method because
7597 shell-command-on-region can display a buffer with error output.
7598 (format-decode): Don't record undo information for the decoding.
7599 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7600 that number part of the temporary buffer name so that more than
7601 one decoding using a temporary buffer can happen safely.
7602
7603 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7604 of `A-z' in the regexp.
7605
7606 * hilit-chg.el: Fix typos in commentary.
7607
3787e12e
GM
7608 * help.el (view-emacs-news): Rewritten for new naming scheme
7609 for old NEWS files.
7610
7611 * startup.el (command-line): Pop to *Messages* in case an error
7612 is signaled while loading user-init-file.
7613
d2473540
AS
76142000-08-17 Andreas Schwab <schwab@suse.de>
7615
7616 * files.el (insert-directory): Don't lose original file name,
7617 undoing an undocumented change.
7618
c0bbaf57
GM
76192000-08-17 Alex Schroeder <alex@gnu.org>
7620
7621 * sql.el (sql-magic-go): Use comint-bol.
7622 (sql-copy-column): Use comint-line-beginning-position.
7623 (comint-line-beginning-position): Define a replacement for
7624 comint-line-beginning-position if it is not fboundp.
7625
76262000-08-17 Alex Schroeder <alex@gnu.org>
7627
7628 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7629 it didn't have any effect anyway.
7630
76312000-08-17 Alex Schroeder <alex@gnu.org>
7632
7633 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7634 --pset and pager=off instead of sending \\o|cat at the beginning
7635 of the session.
7636
9d245da5
MB
76372000-08-17 Miles Bader <miles@gnu.org>
7638
7639 * progmodes/octave-inf.el: Add compatibility definition of
7640 comint-line-beginning-position.
7641
abfdbd2e
KH
76422000-08-17 Kenichi Handa <handa@etl.go.jp>
7643
7644 * startup.el (normal-top-level): Look in each dir in load-path for
7645 a leim-list.el file too. This assures of loading leim-list.el
7646 that is created at Emacs installation time even if a user have his
7647 own leim-list.el.
7648
a0b8c939
MB
76492000-08-17 Miles Bader <miles@gnu.org>
7650
7651 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7652 foreground color to black if the background is dark.
7653
7382bcae
SM
76542000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7655
7656 * loadhist.el (unload-feature): Typo.
7657
9b4a7800 7658 * finder.el (finder-compile-keywords):
7382bcae
SM
7659 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7660 to the generated file.
7661
7662 * mail/mh-e.el (mh-make-local-vars):
7663 Replace make-variable-buffer-local with make-local-variable.
7664
cdd0f857 7665 * play/landmark.el:
7382bcae 7666 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7667 * mail/mailabbrev.el (mail-abbrevs-mode):
7668 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7669 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7670
7671 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7672
7673 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7674 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7675 Allow going past the last element.
9b4a7800 7676 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7677 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7678 (cvs-mouse-toggle-mark): Don't move point.
7679 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7680
7681 * progmodes/compile.el (grep): Provide a default set of files.
7682 (next-error): Docstring fix.
7683 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7684
7685 * emacs-lisp/easy-mmode.el (define-minor-mode):
7686 Use `symbol-value' to keep the byte-compiler quiet.
7687
7688 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7689 (diff-find-source-location): New fun, extracted from diff-goto-source.
7690 (diff-goto-source): Use it.
7691 (diff-next-complex-hunk, diff-filter-lines): New function.
7692 (diff-apply-hunk): New command.
7693
7694 * smerge-mode.el (smerge-mode-menu): Doc fix.
7695
7696 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7697
4f00b8c1
DL
76982000-08-16 Dave Love <fx@gnu.org>
7699
2b5198bb
DL
7700 * windmove.el (windmove) <defgroup>: Add :version.
7701
7702 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7703 (goto-address-fontify-p, goto-address-highlight-p)
7704 (goto-address-url-face, goto-address-url-mouse-face)
7705 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7706 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7707 (goto-address-fontify, goto-address-at-mouse): Simplify,
7708 (goto-address-at-point): browse-url-url-at-point,
7709 goto-address-find-address-at-point can return nil.
7710 (goto-address-find-address-at-point): Return nil on failure.
7711
7712 * align.el (align) <defgroup>: Add :version.
7713
7714 * calculator.el (calculator): Add :version.
7715 (calculator): Use two lines for calculator window if `modeline'
7716 face is boxed.
7717
4f00b8c1
DL
7718 * play/5x5.el: Doc fixes.
7719 (5x5) <defgroup>: Add :version.
7720
7721 * play/fortune.el (fortune) <defgroup>: Add :version.
7722 (fortune-append): Fix error message.
7723 (fortune-from-region): Doc fix.
7724
7725 * play/pong.el (pong): Doc fix.
7726
7727 * play/morse.el: Keywords, commentary, autoloads.
7728
69db7ee7
EZ
77292000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7730
7731 * desktop.el (desktop-save): Don't look at symbol-value of a
7732 member of minor-mode-alist, unless it is boundp.
7733
10e1dad9
SS
77342000-08-16 Sam Steingold <sds@gnu.org>
7735
a0b8c939 7736 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7737 `while'; use `with-current-buffer' instead of `save-excursion'.
7738 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7739
9d7bcb2e
KH
77402000-08-16 Kenichi Handa <handa@etl.go.jp>
7741
7742 * international/ccl.el (declare-ccl-program): Docstring modified.
7743 (ccl-execute-with-args): Likewise.
7744
04231ab8
MB
77452000-08-16 Miles Bader <miles@gnu.org>
7746
9d245da5 7747 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7748 comint-line-beginning-position.
7749
f68446ef
GM
77502000-08-15 Gerd Moellmann <gerd@gnu.org>
7751
dc28878c
GM
7752 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7753 'buffer-menu' property.
7754 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7755 fails.
7756 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7757 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7758 wasn't killed.
10e1dad9 7759
58ed0d3b
GM
7760 * buff-menu.el (list-buffers-noselect): Don't display the
7761 *Buffer List* buffer.
7762
32dc52f7
GM
7763 * font-lock.el: Require jit-lock to prevent a very late
7764 `Loading jit-lock' message.
7765
f68446ef 7766 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7767 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7768 mail address.
7769
90ac90a2
MB
77702000-08-15 Miles Bader <miles@gnu.org>
7771
7772 * textmodes/ispell.el (ispell-graphic-p): New constant.
7773 (ispell-choices-win-default-height, ispell-help): Use
7774 `ispell-graphic-p' instead of `xemacsp'.
7775
b0a0e263
DL
77762000-08-15 Dave Love <fx@gnu.org>
7777
c1e757e3
DL
7778 * simple.el: Autoload widget-convert when compiling.
7779 (mail-user-agent): Doc fix.
7780
7781 * help.el (function-called-at-point, variable-at-point): Use
7782 with-syntax-table.
7783 (help-manyarg-func-alist): Add insert-and-inherit.
7784
7785 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7786
7787 * delsel.el (delsel-unload-hook): New function.
7788
7789 * find-file.el: Doc fixes. Move provide to end.
7790 (ff) <defgroup>: Add :link.
7791 (ff-goto-click): Deleted.
7792 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7793 Use mouse-set-point.
7794
7795 * textmodes/tildify.el: Doc fixes.
7796 (tildify) <defgroup>: Add:version.
7797
7798 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7799 (glasses-custom-set): Use set-default, not set.
7800 (minor-mode-alist): Propertize the lighter.
7801 (glasses-mode): Provide optional arg.
7802
5f847612
DL
7803 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7804 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7805 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7806 option. Provide :type.
7807 (cwarn-configuration): Provide :type.
7808 (cwarn-mode): Doc fix.
7809
7810 * add-log.el (change-log-merge): Doc fix.
7811 (change-log-redate): New command.
7812
b0a0e263
DL
7813 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7814 Doze and Dog.
7815 (browse-url): Use dolist, not mapcar.
7816 (browse-url-at-point): Check for null url.
7817 (browse-url-event-buffer, browse-url-event-point): Functions
7818 deleted.
7819 (browse-url-at-mouse, browse-url-netscape): Simplify.
7820
7821 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7822 modes.
7823 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7824 Fix previous change to mapcan.
7825 (msb--init-file-alist, msb--add-separators)
7826 (msb--make-keymap-menu): Simplify.
7827 (msb--choose-file-menu): Use copy-sequence.
7828 (msb-mode-map): Add title to keymap.
7829 (msb-unload-hook): New function.
7830
7831 * bs.el: Fix indentation.
7832 (bs) <defgroup>: Add :links.
2b5198bb
DL
7833 (bs-show): Doc fix.
7834 (bs-apply-sort-faces): Don't use window-system.
7835 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7836
70f1b78e
EZ
78372000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7838
7839 * calendar/timeclock.el (timeclock-file): Run .timelog through
7840 convert-standard-filename.
7841
956777b3
GM
78422000-08-14 Gerd Moellmann <gerd@gnu.org>
7843
3215096c
GM
7844 * emacs-lisp/authors.el: New file.
7845
956777b3
GM
7846 * paren.el (show-paren-priority): New user option.
7847 (show-paren-function): Set overlay priorities to
7848 show-paren-priority.
10e1dad9 7849
0cde1424
MB
78502000-08-14 Miles Bader <miles@gnu.org>
7851
7852 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7853 beginning-of-line with inhibit-field-text-motion bound.
7854
90cbf47e
GM
78552000-08-14 Gerd Moellmann <gerd@gnu.org>
7856
7857 * calendar/timeclock.el: New file.
7858
78592000-08-14 David Ponce <david@dponce.com>
7860
7861 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7862 `widget-button-click'. so that one can use left mouse button to
7863 click on dialog buttons.
7864
78652000-08-14 Emmanuel Briot <briot@gnat.com>
7866
7867 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7868 identifiers, since XML is case sensitive
10e1dad9 7869
79e8dca7 78702000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7871
660394d1
MB
7872 * comint.el (comint-output-filter): Don't bother frobbing
7873 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7874
7875 * comint.el (comint-send-string, comint-send-region): Make into
7876 real functions. Snapshot the prompt before sending.
7877
218c2cc7
EZ
78782000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7879
7880 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7881 technique similar to Info-index, instead of relying on specific
7882 names of relevant Index nodes.
7883 (Info-goto-emacs-command-node): Bind Info-history to nil when
7884 going to the first node found by Info-find-emacs-command-nodes.
7885
51e066d2 78862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7887
7888 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7889
867102f2
MB
78902000-08-10 Miles Bader <miles@gnu.org>
7891
7892 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7893
af718538
EZ
78942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7895
7896 * info.el (Info-file-list-for-emacs): More elements for the
7897 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7898 and woman manuals.
7899
c51bacd6
MB
79002000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7901
7902 * comint.el (comint-send-input): Make the newline boundary overlay
7903 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7904 (comint-output-filter): Use `insert' instead of
7905 `insert-before-markers'. Extend comint-last-output-overlay when
7906 necessary since we can't rely on insert-before-markers to do it.
7907 * gud.el (gud-filter): Use `with-current-buffer' instead of
7908 save-excursion when inserting the output, so that point gets
7909 updated correctly; the old method relied on a rather dodgy
7910 side-effect of comint-output-filter to avoid the effect of
7911 save-excursion.
7912
98532b12
EZ
79132000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7914
7915 * files.el (recover-file): Call insert-directory instead of
7916 invoking `ls' directly.
7917
3db4b719
MB
79182000-08-10 Miles Bader <miles@gnu.org>
7919
7920 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7921 (comint-last-prompt-overlay): New variables.
7922 (comint-output-filter): Implement prompt highlighting.
7923 (comint-snapshot-last-prompt): New function.
7924 (comint-send-input): Snapshot the last prompt.
7925 Use comint-highlight-input-face.
7926 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7927 Use defface instead of defcustom.
7928 (send-invisible, comint-send-eof): Snapshot the last prompt.
7929 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7930 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7931
96190aa1
SM
79322000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7933
5cda4b07
SM
7934 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7935 (regexp-opt-group): Use a list of chars for `letters'.
7936 (regexp-opt-charset): `chars' is now a list of chars.
7937 Use a char-table rather than a vector so it works for multibyte chars.
7938
96190aa1
SM
7939 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7940 Set cvs-minor-current-files to the selected fileinfo.
7941 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7942 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7943
7d093d56
EZ
79442000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7945
7946 * files.el (insert-directory): Don't call access-file on
7947 directories on DOS and Windows.
7948
b24c5811
KH
79492000-08-09 Kenichi Handa <handa@etl.go.jp>
7950
7951 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7952 longer if necessary.
7953 (ccl-embed-code): Call ccl-embed-data to store CODE in
7954 ccl-program-vector.
7955
0a6fd67e
MB
79562000-08-09 Miles Bader <miles@gnu.org>
7957
7958 * comint.el (comint-output-filter): Properly handle the case where
7959 the text surrounded by comint-last-output-overlay was deleted.
7960
9f6d1a6c
GM
79612000-08-08 Gerd Moellmann <gerd@gnu.org>
7962
25ad1371
GM
7963 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7964 non-nil.
7965 (Info-file-list-for-emacs): Remove "info" from the list because
7966 that leads to trying to use the documentation from file `info'
7967 in various situations where it isn't appropriate, for instance
7968 C-h C-k C-h i.
7969
7970 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7971 DIR and/or STRING are nil.
7972
7973 * progmodes/compile.el (compilation-setup): Make variable
7974 compilation-error-screen-columns buffer-local, as some comment
7975 in the code suggests it should be.
7976
7977 * files.el (auto-mode-interpreter-regexp): New variable.
7978 (set-auto-mode): Use it.
7979
7980 * indent.el (indent-for-tab-command): Doc fix.
7981
7982 * mouse-sel.el (mouse-sel-mode): Doc fix.
7983
9f6d1a6c
GM
7984 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7985 labels.
7986
7987 * help.el (print-help-return-message): When
7988 display-buffer-reuse-frames is set, let the help window been quit,
7989 instead of deleting it, which might delete a reused frame.
7990
3d819a75
EZ
79912000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7992
7993 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7994 rename a directory to a name that differs only by its letter case.
7995
c5a52529
KH
79962000-08-08 Kenichi Handa <handa@etl.go.jp>
7997
7998 * international/quail.el (quail-define-rules): Handle Quail decode
7999 map correctly. Add code for supporting annotations.
8000 (quail-install-decode-map): New function.
8001 (quail-defrule-internal): New optional arguments decode-map and
8002 props.
8003 (quail-advice): New function.
8004
5e9e032a
SS
80052000-08-07 Sam Steingold <sds@gnu.org>
8006
8007 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8008 `defconst', `define-condition', `with-slots'.
8009 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8010
46645f4b
MB
80112000-08-03 Miles Bader <miles@gnu.org>
8012
8013 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8014 New variable.
8015 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8016 comint-use-prompt-regexp-instead-of-fields.
8017 (comint-send-input): Add `input' field property to stuff we send to
8018 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8019 (comint-output-filter): Add `output' field property to process
8020 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8021 (comint-replace-by-expanded-history)
8022 (comint-get-old-input-default, comint-show-output)
8023 (comint-backward-matching-input, comint-forward-matching-input)
8024 (comint-next-prompt, comint-previous-prompt): Use field
8025 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8026 (comint-line-beginning-position): New function.
8027 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8028 (comint-replace-by-expanded-history-before-point): Use
8029 comint-line-beginning-position and line-end-position.
8030 (comint-last-output-overlay): New variable.
8031 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8032
8033 * shell.el (shell-prompt-pattern): Doc change.
8034 (shell-backward-command): Use line-beginning-position.
8035
8036 * gud.el (gud-gdb-complete-command): Use
8037 comint-line-beginning-position.
8038
8039 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8040 comint-bol doesn't actually go to the beginning of the line.
8041
8042 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8043 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8044 (try-expand-line-all-buffers): Likewise.
8045
8046 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8047 explicitly matching comint-prompt-regexp.
8048 (sql-copy-column): Use comint-line-beginning-position instead of
8049 explicitly matching comint-prompt-regexp.
8050
8051 * progmodes/octave-inf.el (inferior-octave-complete): Use
8052 comint-line-beginning-position.
8053
8054 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8055
8056 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8057 looking for a prompt, use `forward-line 0' instead of
8058 `beginning-of-line', to avoid getting caught by an input field.
8059
ff3d9573
GM
80602000-08-07 Gerd Moellmann <gerd@gnu.org>
8061
8062 * files.el (shell-quote-wildcard-pattern): Make sure to return
8063 PATTERN, in the Unix case.
8064
e0d8827b
EZ
80652000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8066
8067 * play/zone.el (zone): Discard any pending input before running
8068 the randomly-chosen pgm.
8069
24d55b8f
KH
80702000-08-07 Kenichi Handa <handa@etl.go.jp>
8071
8072 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8073 checking the existence of any multibyte characters.
8074
3d05e1ee
GM
80752000-08-06 Gerd Moellmann <gerd@gnu.org>
8076
6c4a4368
GM
8077 * help.el (describe-mode): Test minor-mode symbol for being
8078 bound before testing its value for being nil.
8079
3d05e1ee
GM
8080 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8081 `first', `second', and `third'.
8082
8083 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8084 (second): Make it an alias for `cadr'.
8085
6968a481
EZ
80862000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8087
8088 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8089 types of display support faces now.
8090
e49aa397
GM
80912000-08-05 Gerd Moellmann <gerd@gnu.org>
8092
8093 * pcvs.el (require): Require `cl' during compilation, only.
8094
8095 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8096 (toplevel): Remove `remq' and `remove' from autoloads.
8097 (cl-fake-autoloads): New variable. If set, arrange for an error
8098 when CL functions etc. are autoloaded.
8099
588aca27
EZ
81002000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8101
2e78d4ab
EZ
8102 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8103
85628348
EZ
8104 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8105 popped up, but the user clicks outside the menu, return an empty
8106 regexp (that causes unhighlight-regexp to have no effect).
8107
74f0e552
EZ
8108 * menu-bar.el (menu-bar-games-menu): Add Zone.
8109
588aca27
EZ
8110 * hi-lock.el (toplevel): Require font-lock.
8111
f4988be7
GM
81122000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8113
ba087cd7 8114 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8115 (ebnf-8-bit-chars): New var for bug fix.
8116 (ebnf-string): Bug fix.
8117
027b73ac
SS
81182000-08-03 Sam Steingold <sds@gnu.org>
8119
8120 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8121 instead of `buffer-string'.
8122 (require 'cl): Always, not just when compiling.
8123 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8124 necessary.
8125
2f1fa038
EZ
81262000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8127
8128 * international/mule-cmds.el (select-safe-coding-system): Make
8129 the message text about selecting a safe coding system more clear.
8130
ead53494
GM
81312000-08-02 Gerd Moellmann <gerd@gnu.org>
8132
abb2db1c
GM
8133 * hi-lock.el: New file.
8134
8135 * play/zone.el: New file.
8136
ead53494
GM
8137 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8138 value of tab-width in the original buffer. Choose a line number
8139 format that's a multiple of the original buffer's tab width, so
8140 that lines appear right.
8141
8142 * textmodes/ispell.el (ispell): New function, replacing an alias.
8143 Spell-check active region if in transient-mark-mode and mark
8144 is active; otherwise spell-check buffer.
8145
81462000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8147
8148 * ps-mule.el: Fix a customization problem on
8149 ps-mule-font-info-database-default.
8150
f4a2b0a4
EZ
81512000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8152
8153 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8154 display-mouse-p instead of window-system.
8155 (ebrowse-member-mode-map): Ditto.
8156
b685181e
GM
81572000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8158
ba087cd7
EZ
8159 * progmodes/ebnf2ps.el: Update ps-print functions call.
8160 Indentation fix. Doc fix.
b685181e
GM
8161 (ebnf-version): New version number (3.2).
8162 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8163
3b5fab87
EZ
81642000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8165
032ebb29
EZ
8166 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8167 font lock support on window-system.
8168 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8169
3b5fab87
EZ
8170 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8171 display-color-p, if fboundp, instead of window-system.
8172
7e2605e7
EZ
81732000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8174
8175 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8176 instead of window-system.
8177
8178 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8179 window-system.
8180 (widget-choice-mouse-down-action): Use display-popup-menus-p
8181 instead of window-system.
8182
8183 * strokes.el (strokes-file): Run the file name through
8184 convert-standard-filename.
8185 (strokes-mode): Call display-mouse-p instead of looking at
8186 window-system. Change the error message accordingly.
8187
8188 * progmodes/cpp.el (toplevel): Support faces on tty's.
8189
8190 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8191 (lm-plot-square, lm-init-display): Don't use window-system.
8192
8193 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8194 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8195
8196 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8197 instead of looking at window-system.
8198
26119624
GM
81992000-07-30 Gerd Moellmann <gerd@gnu.org>
8200
8201 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8202 of testing if iswitchb-prepost-hooks is bound, because the
8203 latter will always be true when invoking a recursive minibuffer
8204 from an active Iswitchb buffer.
8205
c90596f3
EZ
82062000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8207
8208 * files.el (shell-quote-wildcard-pattern): New function.
8209 (insert-directory): Call it. Only prepend "\" to command on Unix
8210 and GNU/Linux systems.
8211
18925e78
GM
82122000-07-30 Gerd Moellmann <gerd@gnu.org>
8213
8214 * eshell/esh-groups.el: Change custom :link file names
8215 from `eshell.info' to `eshell'.
8216
82172000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8218
8219 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8220 correctly in recursive ange-ftp listings.
8221
82222000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8223
8224 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8225 ps-header-font-size-internal and
8226 ps-header-title-font-size-internal variables are not set,
8227 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8228 face text property is (foreground-color . COLOR) or
8229 `(background-color . COLOR)', ps-print crashes. Doc fix.
8230 (ps-print-version): New version number (5.2.4).
8231 (ps-plot-region): Code fix.
8232 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8233 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8234 Bug fix 2.
8235
82362000-07-30 Milan Zamazal <pdm@freesoft.cz>
8237
8238 * glasses.el (glasses-make-readable): Fix uncapitalization of
8239 identifiers like `myXMLDocument'.
8240
aeb4c63e
KF
82412000-07-28 Karl Fogel <kfogel@red-bean.com>
8242
18925e78
GM
8243 * mail/mail-hist.el (mail-hist-previous-input)
8244 (mail-hist-next-input): Do the obvious code factorization.
8245 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8246 code of above two.
8247 If inserting a message body, leave point at top.
8248
9d453139
SS
82492000-07-28 Sam Steingold <sds@gnu.org>
8250
8251 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8252 Use `<=', not `<' to compare times!
8253 (ange-ftp-ls): Remove.
9d453139 8254
b548072f
GM
82552000-07-27 Gerd Moellmann <gerd@gnu.org>
8256
27848c01
GM
8257 * play/cookie1.el: Add explanation of how to make cookie.el
8258 compatible with strfile(1) to comment.
8259
8260 * subr.el (remove, remq): New functions.
8261
3ab82477
GM
8262 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8263 escape `*' in regexps.
8264 (midnight-find): Reverse order of arguments in the funcall of
8265 TEST.
8266
8267 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8268 and `.class'.
8269
b548072f
GM
8270 * play/meese.el: Add Commentary section.
8271
27848c01
GM
82722000-07-27 Alex Schroeder <alex@gnu.org>
8273
8274 * sql.el (sql-ms): Added autoload cookie.
8275 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8276 (sql-oracle): Ditto.
8277 (sql-help): Doc change.
8278
8279 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8280 types and exceptions.
8281
82822000-07-27 Alex Schroeder <alex@gnu.org>
8283
8284 * sql.el (sql-placeholder-history): New variable.
8285 (sql-query-placeholders-and-send): New function that will query
8286 the user and replace placeholders with user input.
8287 (sql-oracle): If running on NT, set comint-input-sender to
8288 sql-query-placeholders-and-send.
8289
8290 (sql-stop): If in the SQLi buffer, insert stop notification, else
8291 present it as a message.
8292
82932000-07-27 Alex Schroeder <alex@gnu.org>
8294
8295 * sql.el (sql-input-ring-separator): Doc change.
8296 (sql-input-ring-file-name): Doc change.
8297 (sql-interactive-mode): Use `sql-input-ring-separator' and
8298 `sql-input-ring-file-name' to set the comint-mode equivalents
8299 without making them local variables.
8300 (sql-stop): Don't bind `sql-input-ring-separator' and
8301 `sql-input-ring-file-name' dynamically to their comint-mode
8302 equivalents.
8303
91ae8751
KH
83042000-07-27 Kenichi Handa <handa@etl.go.jp>
8305
8306 * international/mule.el (register-char-codings): New function.
8307 (make-coding-system): Handle `safe-chars' specification in the arg
8308 PROPERTY.
8309
8310 * international/mule-cmds.el
8311 (find-coding-systems-region-subset-p): This function deleted.
8312 (sort-coding-systems-predicate): New variable.
8313 (sort-coding-systems): New function.
8314 (find-coding-systems-region): Use
8315 find-coding-systems-region-internal.
8316 (find-coding-systems-string): Use find-coding-systems-region.
8317 (find-coding-systems-for-charsets): Check
8318 char-coding-system-table.
8319 (select-safe-coding-system-accept-default-p): New variable.
8320 (select-safe-coding-system): Mostly rewritten. New argument
8321 ACCEPT-DEFAULT-P.
8322 (select-message-coding-system): Call select-safe-coding-system
8323 with ACCEPT-DEFAULT-P arg.
8324 (reset-language-environment): Reset default-sendmail-coding-system
8325 to the default value iso-latin-1.
8326 (set-language-environment): Don't set the obsolete variable
8327 charset-origin-alist.
8328
8329 * international/codepage.el (cp-coding-system-for-codepage-1):
8330 Give `safe-chars' property to make-coding-system.
8331
8332 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8333 calling select-message-coding-system twice.
8334
8335 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8336 instead of `safe-charsets'.
8337 (cyrillic-alternativnyj): Likewise.
8338 (ccl-encode-alternativnyj): Don't check the charset
8339 cyrillic-iso8859-5.
8340
90cf4474
KH
83412000-07-27 Kenichi Handa <handa@etl.go.jp>
8342
8343 * composite.el (compose-chars-after): Preserve match data.
8344
a1f84f6d
SS
83452000-07-26 Sam Steingold <sds@gnu.org>
8346
8347 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8348 (ange-ftp-real-file-newer-than-file-p): New function.
8349 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8350 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8351
8352 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8353 * midnight.el (midnight-float-time): Ditto.
8354
e092928e
AS
83552000-07-26 Andreas Schwab <schwab@suse.de>
8356
8357 * files.el (normal-backup-enable-predicate): Correct
8358 interpretation of the return value of compare-strings.
8359
7465ebef
GM
83602000-07-26 Gerd Moellmann <gerd@gnu.org>
8361
3353ef5a
GM
8362 * isearch.el (isearch-resume): New function.
8363 (isearch-done): Add something to command-history to resume
8364 the search.
8365 (isearch-yank-line, isearch-yank-word): Use
8366 buffer-substring-no-properties instead of buffer-substring.
8367
7465ebef
GM
8368 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8369 of flyspell-mouse-map.
8370
8371 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8372 duplicate definition.
8373 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8374
8375 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8376 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8377
5044b74a
SS
83782000-07-25 Sam Steingold <sds@gnu.org>
8379
25759a92
SS
8380 * net/ange-ftp.el: Get modtime over the net.
8381 (ange-ftp-file-modtime): New function.
a95cb10a
GM
8382 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8383 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
8384 Use it.
8385 (ange-ftp-dot-to-slash): New function.
8386 (ange-ftp-fix-name-for-vms): Use it.
8387
5044b74a
SS
8388 * midnight.el (midnight-buffer-display-time): Use
8389 `with-current-buffer'.
8390
5dcfb3f4
GM
83912000-07-25 Gerd Moellmann <gerd@gnu.org>
8392
8393 * find-dired.el: Update copyright notice.
8394 (find-dired): Offer to kill a running `find'.
8395
8396 * enriched.el (enriched-face-ans): For a `foreground-color'
8397 property, return '(("x-color" COLOR))' so that COLOR will be
8398 output as a parameter of the x-color annotation. Likewise for the
8399 `background-color' property. In the case of normal face
8400 properties, don't return annotations for unspecified foreground
8401 and background face attributes.
8402
8c662166
KH
84032000-07-25 Kenichi Handa <handa@etl.go.jp>
8404
8405 * language/japan-util.el (japanese-katakana-region): Fix handling
8406 HANKAKU argument.
8407
c28da489
MB
84082000-07-25 Miles Bader <miles@gnu.org>
8409
8410 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8411 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8412 constrain-to-field.
8413
ad349719
AI
84142000-07-24 Andrew Innes <andrewi@gnu.org>
8415
8416 * timer.el (timer-activate-when-idle): Add optional parameter
8417 DONT-WAIT. Update docstring.
8418 (run-with-idle-timer): Specify extra parameter to
8419 timer-activate-when-idle, so that timer will be activated
8420 immediately if Emacs is already idle.
8421
8422 * w32-fns.el (w32-using-nt): Fix docstring.
8423
c95162f5
DL
84242000-07-24 Dave Love <fx@gnu.org>
8425
8426 * mouse.el (popup-menu): Set last-command-event.
8427 (mouse-major-mode-menu-prefix): Declare.
8428
e3c31fd5
GM
84292000-07-24 Gerd Moellmann <gerd@gnu.org>
8430
8431 * textmodes/flyspell.el: Update to author's version 1.5d.
8432
8433 * progmodes/hideshow.el: Update copyright notice.
8434
8435 * vcursor.el: Set maintainer to FSF, since author cannot
8436 be reached.
8437
7636d2a3
EZ
84382000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8439
fbe0a958
EZ
8440 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8441 the prompt.
8442
7636d2a3
EZ
8443 * mouse.el (popup-menu): Run the keymap through indirect-function,
8444 in case it was defined with define-prefix-key. If the menu is a
8445 list of keymaps, look up the binding of user's choice in each one
8446 of the keymaps.
8447 (mouse-popup-menubar): If the global and local menu-bar keymaps
8448 don't have a prompt string, create one and insert it into the
8449 keymap. Don't barf if current-local-map returns nil.
8450
e024b101
GM
84512000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8452
8453 * dired.el (dired-sort-R-check): Added to allow recursive listing
8454 to be undone.
8455 (dired-sort-other): Use it.
8456
7972fcfc
GM
84572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8458
e024b101 8459 * Release of cc-mode 5.27
7972fcfc
GM
8460
84612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8462
8463 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8464 c-beginning-of-statement-1 that caused a bad case of recursion
8465 which could consume a lot of CPU in large classes in languages
8466 that have in-expression classes (i.e. Java and Pike).
8467
8468 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8469 statements before top level constructs (i.e. case 6 is moved
8470 before case 5 and is now case 4) to catch in-expression
8471 classes in top level expressions correctly.
8472
84732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8474
8475 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8476 objc-method-intro. Case 4 removed and case 5I added.
8477
8478 * cc-langs.el (c-append-paragraph-start): New variable used by
8479 c-common-init to get paragraph-start correct.
8480 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8481 initialize paragraph-start to make it correct both with and
8482 without the javadoc special case.
8483
8484 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8485 initialize paragraph-start for javadoc markup.
8486
8487 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8488 change by defaulting this to t. It's motivated by the
8489 confusing behavior that otherwise arise from the style system
8490 when editing both java and non-java files at the same time
8491 (see the comments about style setting in c-common-init).
8492
84932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8494
8495 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8496 similar to the one in c-fill-paragraph to check the fill
8497 prefix from the adaptive fill function for sanity.
8498
84992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8500
8501 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8502 defun block.
8503
85042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8505
5044b74a 8506 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
8507
85082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8509
8510 * cc-align.el (c-lineup-multi-inher): Handle lines with
8511 leading comma nicely. Extended to handle member initializers
8512 too.
8513
e024b101 8514 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
8515 c-guess-basic-syntax): Fixed recognition of inheritance lists
8516 when the lines begins with a comma.
8517
5044b74a 8518 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8519
8520 * cc-vars.el (c-offsets-alist): Changed default for
8521 member-init-cont to c-lineup-multi-inher since it now handles
8522 member initializers and indents better for leading commas.
8523
85242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8525
8526 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8527 handling that caused class open lines to be recognized as
8528 statement-conts in some cases.
8529
8530 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8531 guessed by the adaptive fill function unless point is on the
8532 first line of a block comment.
8533
8534 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8535 when the buffer ends with a macro continuation char.
8536
8537 * cc-engine.el (c-guess-basic-syntax): Added support for
8538 function definitions as statements in Pike. The first
8539 statement in a lambda block is now labeled defun-block-intro
8540 instead of statement-block-intro.
8541
8542 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8543 so that the class surrounding point is selected, not the one
8544 innermost in the state.
8545
8546 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8547 recognition of switch labels having hanging multiline
8548 statements.
8549
8550 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8551 some code in c-guess-basic-syntax to a separate function.
8552 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8553 recognition of member inits with multiple line arglists.
8554 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8555 member-init-cont when the commas are in funny places.
8556
85572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8558
8559 * cc-defs.el (c-auto-newline): Removed this macro since it's
8560 not used anymore.
8561
8562 * cc-engine.el (c-looking-at-bos): New helper function.
8563 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8564 inexpr and toplevel classes apart in Pike.
8565
8566 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8567 of case 9A.
8568
8569 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8570 constant, since "class" can introduce an in-expression class
8571 in Pike nowadays.
8572
85732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8574
8575 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8576 indentation on cpp-macro lines.
8577
8578 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8579 a syntax modifier like comment-intro, to make it possible to
8580 get syntactic indentation for preprocessor directives. It's
8581 incompatible wrt to lineup functions on cpp-macro, but it has
8582 no observable effect in the 99.9% common case where cpp-macro
8583 is set to -1000.
8584
85852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8586
8587 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8588 member-init-cont when the preceding arglist is several lines.
8589
85902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8591
8592 * cc-styles.el (c-style-alist): The basic offset for the BSD
8593 style corrected to 8.
8594
85952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8596
8597 * cc-styles.el (c-style-alist): Adjusted the indentation of
8598 brace list openers in the gnu style.
8599
86002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8601
8602 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8603
8604 * cc-cmds.el (c-electric-brace, c-electric-slash,
8605 c-electric-star, c-electric-semi&comma, c-electric-colon,
8606 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8607 when c-syntactic-indentation is nil.
8608
8609 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8610 we were left at comments preceding the first statement when
8611 reaching the beginning of the buffer.
8612
8613 * cc-vars.el (c-syntactic-indentation): New variable to turn
8614 off all syntactic indentation.
8615
86162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8617
8618 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8619 between the text and the block comment ender when it hangs,
8620 depending on how many there are before the fill.
8621
86222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8623
8624 * cc-engine.el (c-beginning-of-closest-statement): New helper
8625 function to go back to the closest preceding statement start,
8626 which could be inside a conditional statement.
8627 * cc-engine.el (c-guess-basic-syntax): Use
8628 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8629
8630 * cc-engine.el (c-guess-basic-syntax): Better handling of
8631 arglist-intro, arglist-cont-nonempty and arglist-close when
8632 the arglist is nested inside parens. Cases 7A, 7C and 7F
8633 changed.
8634
8635 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8636 up-to-date with javadoc 1.2.
8637
86382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8639
8640 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8641 multiline Pike type decls.
8642
86432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8644
8645 * cc-cmds.el (c-indent-new-comment-line): Always break
8646 multiline comments in multiline mode, regardless of
8647 comment-multi-line.
8648
86492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8650
8651 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8652 fully::qualified::names in C++ member init lists. Preamble in
8653 case 5D changed.
8654
86552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8656
8657 * cc-langs.el (c-common-init): Handling of obsolete variables
8658 moved to c-initialize-cc-mode. More compatible style override
8659 when using global style variables.
8660 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8661 variables moved here.
8662
e024b101 8663 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8664 c-special-indent-hook as a style variable. Don't talk about
8665 doing (c-make-styles-buffer-local t) in a mode hook, since
8666 that's already too late to work right.
5044b74a 8667
7972fcfc
GM
8668 * cc-styles.el (c-make-styles-buffer-local): Flag style
8669 variable localness in c-style-variables-are-local-p to make
8670 the compatibility measure in c-common-init work well.
8671
8672 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8673 longer contain set-from-style.
8674 * cc-styles.el (c-initialize-builtin-style): Don't check for
8675 set-from-style on c-special-indent-hook.
8676 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8677 copy-alist is sufficient now.
8678
8679 * cc-styles.el (c-set-style, c-set-style-1,
8680 c-get-style-variables): Fixes to variable initialization so
8681 that duplicate entries in styles have the same effect
8682 regardless of DONT-OVERRIDE.
8683
8684 * cc-styles.el (c-set-style-2): Fixed bug where the
8685 initialization of inheriting styles failed when the
8686 dont-override flag is set.
8687
8688 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8689 on this.
8690
86912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8692
8693 * cc-defs.el (c-forward-comment): Removed the workaround
8694 introduced in 5.38 since it had worse side-effects. If a line
8695 contains the string "//\"", it regarded the // as a comment
8696 start since the \ temporarily doesn't have escape syntax.
8697
86982000-07-17 Emmanuel Briot <briot@act-europe.fr>
8699
8700 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8701 ada-xref.el before ada-prj.el, so that the Project menu is created
8702 when ada-prj tries to add to it.
8703 (ada-activate-keys-for-case): Suppress the characters that are not
8704 part of the Ada syntax. Better compatibility with else-mode
8705 (ada-adjust-case-interactive): When auto-casing is not active,
8706 correctly insert newlines (used to insert only ^M). Prevent the
8707 syntax table from being changed in case of an error
814299a7 8708 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8709 Do nothing if ada-auto-case is nil.
8710 (ada-after-keyword-p): Ignore keywords that are also attributes
8711 (ada-batch-reformat): Update usage comment
8712 (ada-call-from-contextual-menu): New function
8713 (ada-case-read-exceptions): Reinitialize the casing exception list
8714 first to nil first, so that the casing exception file can be
8715 shared.
8716 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8717 files.
8718 (ada-compile-goto-error): Fix regexp used to detect a file:line
8719 anywhere in the error message
8720 (ada-contextual-menu-last-point): New variable
8721 (ada-create-keymap): If the variable delete-key-deletes-forward is
8722 t on XEmacs, it means that DEL should delete one character
8723 forward.
8724 (ada-create-menu): Use :included instead of :visible for XEmacs.
8725 New submenu "Options".
8726 (ada-end-stmt-re): Correctly indent "select ... then abort"
8727 statements.
8728 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8729 even if they don't match ada-fill-comment-prefix Fix handling of
8730 paragraphs on the first or last line of a file.
8731 (ada-format-paramlist): Fix handling of default parameter values.
8732 (ada-get-body-name): New function.
8733 (ada-get-current-indent): Optimized by searchling directly for an
8734 existing generic part or a statement outside of it. Handle
8735 ada-indent-align-comments when indenting comments Replaced some
8736 regexps by testing directly the next character. This results in a
8737 huge speedup on some files. New indentation scheme for renames
8738 statements. Stop looking for the 'while' or 'for' associated with
8739 a 'loop' at the first semicolon encountered. A "return" can also
8740 match an anonymous access subprogram declaration.
8741 (ada-get-indent-noindent): Ignore strings and comments when
8742 looking for the keywords "record" and "private".
8743 (ada-goto-matching-decl-start): When matching "if", make sure we
8744 are not in fact seeing "end if". Ignore "when" statements except
8745 when initial keyword was "begin". Fix handling of nested
8746 procedures. Add a recursive call to this function to skip over
8747 other 'end' statmts. Fix indentation for "when .. => begin"
8748 (ada-in-open-paren-p): Fix indentation for complex boolean
8749 expressions, where 'and then', 'or else' and parenthesis
8750 statements are mixed up.
8751 (ada-in-paramlist-p): Skip comments while searching for the
8752 beginning Fix handling of operator declarations.
8753 (ada-indent-align-comments): New variable
8754 (ada-indent-current): Change the syntax table only in the
8755 protected section, so that we are sure it is restored correctly.
8756 (ada-indent-on-previous-lines): Use ada-use-indent and
8757 ada-with-indent Correctly indent "select ... then"
8758 (ada-indent-region): Slight speedup.
8759 (ada-indent-renames): New variable.
8760 (ada-last-which-function-subprog, ada-last-which-function-line):
8761 New variables
8762 (ada-looking-at-semi-private): Correctly indent the 'private'
8763 keyword when it is the first word in a package declaration.
8764 (ada-loose-case-word): Stop searching if at the end of the buffer.
8765 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8766 even if point is not initially at the end of the word.
8767 (ada-matching-decl-start-re): Add "when".
8768 (ada-mode): Add support for abbrev-mode, outline-mode and
8769 which-func-mode Override the old find-file.el entry in
8770 ff-special-constructs since it is using the obsolete
8771 ada-spec-suffix variable
8772 (ada-no-auto-case): New function
8773 (ada-scan-paramlist): When parsing the argument type, accept
8774 spaces (as in "X 'Class", generated by Rational Rose).
8775 (ada-other-file-name): No longer loads the other file.
8776 (ada-popup-menu): Save and restore the current buffer and cursor
8777 position before and after displaying the menu.
8778 (ada-search-ignore-complex-boolean): New function.
8779 (ada-uncomment-region): Emacs21 already knows how to delete
8780 comments not starting in the first column.
8781 (ada-use-indent): New variable
8782 (ada-which-function): New function.
8783 (ada-with-indent): New variable
8784 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8785 can be batch-compiled from the command line.
8786
8787 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8788 Add to the menu when the file is loaded, not in ada-mode-hook.
8789 Add -toolbar to the default ddd command Switches moved from
8790 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8791 ada-prj-default-comp-opt
8792 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8793 Reference Manual to the menu
8794 (ada-check-current): rewritten as a call to ada-compile-current
8795 (ada-compile): Removed.
8796 (ada-compile-application, ada-compile-current, ada-check-current):
8797 Set the compilation-search-path so that compile.el automatically
8798 finds the sources in src_dir. Automatic scrollong of the
8799 compilation buffer. C-uC-cC-c asks for confirmation before
8800 compiling
8801 (ada-compile-current): New parameter, prj-field
8802 (ada-complete-identifier): Load the .ali file before doing
8803 processing
8804 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8805 conform to gnatmake's behavior.
8806 (ada-find-file-in-dir): New function
8807 (ada-find-references): Set the environment variables for gnatfind
8808 (ada-find-src-file-in-dir): New function.
8809 (ada-first-non-nil): Removed
8810 (ada-gdb-application): Add support for jdb, the java debugger.
8811 (ada-get-ada-file-name): Load the original-file first if not done
8812 yet.
8813 (ada-get-all-references): Handles the new ali syntax (parent types
8814 are found between <>).
8815 (ada-initialize-runtime-library): New function
8816 (ada-mode-hook): Always load a project file when a file is opened,
8817 so that the casing exceptions are correctly read.
8818 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8819 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8820 to open the project file, since the latter does not work with
8821 speedbar Get default values before loading the prj file, or the
8822 default executable file name is wrong. Use the absolute value of
8823 src_dir to initialize ada-search-directories and
8824 compilation-search-path,... Add the standard runtime library to
8825 the search path for find-file.
8826 (ada-prj-default-debugger): Was missing an opening '{'
8827 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8828 variables.
8829 (ada-prj-default-gnatmake-opt): New variable
8830 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8831 buffers, the project file is the default one Save the windows
8832 configuration before displaying the menu.
8833 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8834 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8835 ...) regexp-quote identifiers names to support operators +,
8836 -,... in regexps.
8837 (ada-remote): New function.
8838 (ada-run-application): Erase the output buffer before starting the
8839 run Support remote execution of the application. Use
8840 call-process, or the arguments are incorrectly parsed
8841 (ada-set-default-project-file): Reread the content of the active
8842 project file, not the one from the current buffer When a project
8843 file is set as the default project, all directories are
8844 automatically associated with it.
8845 (ada-set-environment): New function
8846 (ada-treat-cmd-string): New special variable ${current}
8847 (ada-treat-cmd-string): Revised. The substitution is now done for
8848 any ${...} substring
8849 (ada-xref-current): If no body was found, compiles the spec
8850 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8851 compiler to get rid of command line length limitations.
8852 (ada-xref-get-project-field): New function
8853 (ada-xref-project-files): New variable
8854 (ada-xref-runtime-library-specs-path)
8855 (ada-xref-runtime-library-ali-path): New variables
8856 (ada-xref-set-default-prj-values): Default run command now does a
8857 cd to the build directory. New field: main_unit Provide a default
8858 file name even if the current buffer has no prj file.
8859
8860 * ada-prj.el:
8861 Rewritten to show a tabbed-dialog.
8862 (ada-prj-add-ada-menu): Remove the map and name parameters.
8863 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8864 New function
8865 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8866 (ada-prj-load-from-file): New function
8867 (ada-prj-save): Always save fields that depend on the current buffer
8868 (ada-prj-show-value): New function
5044b74a 8869
7972fcfc
GM
8870 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8871 Ada mode. This will allow us to display the Ada menu in any buffer
8872 we want (for project items).
8873 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8874 number of spaces in the header.
5044b74a 8875
8730a8da
DL
88762000-07-24 Dave Love <fx@gnu.org>
8877
8878 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8879
db3ca487
NF
88802000-07-23 Noah Friedman <friedman@splode.com>
8881
ad953485
NF
8882 * type-break.el (type-break): perform autosave.
8883 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8884 (type-break-do-query): Cancel query schedule while performing
8885 actual query, to avoid possibility of a second query being made
8886 while first one is already in progress.
8887 (type-break-time-stamp-format): New variable.
8888 (type-break-time-stamp): New function.
8889 (type-break-time-warning): Use it.
8890 (type-break-keystroke-warning): Use it.
8891 (type-break-noninteractive-query): Use it.
8892
03a9c6d0
NF
8893 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8894 cookie.
8895 Use add-minor-mode to set minor-mode-alist, if available.
8896 (eldoc-echo-area-use-multiline-p): New user option.
8897 (eldoc-echo-area-multiline-supported-p): New variable.
8898 (eldoc-docstring-format-sym-doc): Use them.
8899 (eldoc-mode): If not using idle timers, append to local post and
8900 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8901 (eldoc-display-message-no-interference-p): Don't interfere with
8902 edebug.
8903 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8904 (eldoc-function-arglist): New function.
8905 (eldoc-function-argstring): Use it.
8906
db3ca487
NF
8907 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8908 auto save directory exists before calling directory-files.
8909
f7ad1899
DL
89102000-07-23 Dave Love <fx@gnu.org>
8911
8912 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8913 ^o, ^u.
8914
43e764c9
DL
89152000-07-21 Dave Love <fx@gnu.org>
8916
475de6f4
DL
8917 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8918 now passed to the function. It now works properly.
8919
43e764c9
DL
8920 * smerge-mode.el (smerge-mode-menu): Fill it out.
8921
e8bea4c0
GM
89222000-07-20 Gerd Moellmann <gerd@gnu.org>
8923
8924 * info-look.el (info-lookup): If *info* is shown in another frame
8925 on the same display, select that frame, instead of switching to
8926 the Info buffer in another window of the selected frame.
8927
8928 * simple.el (universal-argument-map): Bind numeric keypad keys
8929 kp-0 to kp-9 and kp-subtract.
8930 (digit-argument): Handle these keys.
8931
bc75b4fd
DL
89322000-07-20 Dave Love <fx@gnu.org>
8933
8934 * net/goto-addr.el (goto-address-fontify): Don't bother with
8935 buffer-modified and read-only stuff -- irrelevant with overlays.
8936 Put an extra property on the overlays and use it to clean up in
8937 case goto-address is re-run.
8938
8b7bc628
RS
89392000-07-19 Richard M. Stallman <rms@gnu.org>
8940
18e21ce8
RS
8941 * timer.el (run-with-idle-timer): Doc fix.
8942
db3ca487 8943 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8944 Handle case where <...> appears inside "...".
8945 Use replace-match to edit the string more simply.
8946 (rmail-dont-reply-to): Cope with an unmatched ".
8947
50575ec2
DL
89482000-07-19 Dave Love <fx@gnu.org>
8949
8950 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8951 implementation.
8952
8953 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8954 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8955 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8956
4279296d
GM
89572000-07-19 Gerd Moellmann <gerd@gnu.org>
8958
47db06aa
GM
8959 * textmodes/refer.el: Correct maintainer's email address.
8960
8961 * progmodes/hideif.el: Correct author's email address.
8962 Fix typo in comment.
8963
8964 * xml.el: New file.
8965
4279296d
GM
8966 * mail/mailheader.el: Correct author's mail address.
8967
8968 * gnus/parse-time.el: Correct author's mail address.
8969
47db06aa 89702000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8971
8972 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8973 New user options.
8974 (comint-input-ring-file-name): Change custom type.
8975 (comint-mode-map): Bind mouse-2.
8976 (comint-insert-clicked-input): New function.
8977 (comint-send-input): Handle input highlighting.
8978
21ad0f7b
SM
89792000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8980
8981 * mouse.el (popup-menu): New function.
8982 (mouse-major-mode-menu): Use it.
8983
3b33a005
DL
89842000-07-18 Dave Love <fx@gnu.org>
8985
8986 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8987 improvements.
8988
dc1cac59
GM
89892000-07-18 Gerd Moellmann <gerd@gnu.org>
8990
21ad0f7b 8991 * faces.el (face-font-selection-order)
dc1cac59 8992 (face-font-family-alternatives): Add custom type.
db3ca487 8993
f8276b77
DL
89942000-07-18 Dave Love <fx@gnu.org>
8995
8996 * cus-edit.el (custom-variable-reset-saved)
8997 (custom-variable-reset-standard): Remove unused bindings.
8998
8999 * rect.el (open-rectangle-line): Remove unused let.
9000
9001 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9002
3d6cd763
GM
90032000-07-18 Gerd Moellmann <gerd@gnu.org>
9004
9005 * cdl.el: Fix `Maintainer' keyword.
9006
9007 * play/pong.el: Add author's email address.
9008
34342a07
SS
90092000-07-17 Sam Steingold <sds@gnu.org>
9010
9011 * files.el (insert-directory): Call `split-string' instead of
9012 re-implementing it.
9013
088831a6
GM
90142000-07-18 Gerd Moellmann <gerd@gnu.org>
9015
9016 * mail/vms-pmail.el: Change maintainer to FSF.
9017
9018 * net/goto-addr.el: Change maintainer to FSF.
9019
088831a6 9020 * info.el (Info-title-face-alist): Removed.
db3ca487 9021
c152047f
GM
90222000-07-18 David Ponce <david@dponce.com>
9023
9024 * recentf.el (recentf-open-files): New command that works like
9025 `recentf-open-more-files', but shows the whole list of files (not just
9026 those omitted from the menu). Useful if you don't use a menu-bar!
9027 (recentf-open-more-files) Modified to use `recentf-open-files'.
9028
9029 (recentf-open-files, recentf-open-more-files)
9030 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9031
c152047f
GM
9032 (recentf-dialog-mode): New mode for dialogs. You can now just type
9033 "q" to cancel the dialogs.
9034
90352000-07-18 David Ponce <david@dponce.com>
9036
9037 * recentf.el: This is a major update of recentf.el. It adds new
9038 features to better organize the recentf menu and "More..." buffer.
9039
9040 Using new provided menu filtering functions you can now organize the
9041 recent files list:
9042
9043 - by major modes
9044 - by directories
9045 - by user defined rules
9046
9047 Finally, with the new `recentf-filter-changer' customizable filter you
9048 can define a ring of filters and dynamically (via the menu) cycle on
9049 each menu organization in the ring (a la msb).
9050
68be2869
EZ
90512000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9052
9053 * eshell/eshell.el (eshell): Replace links to eshell.info with
9054 links to eshell, to avoid problems on systems where the manual is
9055 installed as `eshell'.
9056 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9057 * eshell/em-smart.el (eshell-smart): Ditto.
9058 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9059 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9060
9061 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9062 same-file check in the MS-DOS version (it does support inodes).
9063
9064 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9065
21ad0f7b
SM
9066 * eshell/eshell.el (eshell-directory-name):
9067 Run default directory name through convert-standard-filename.
68be2869 9068
269b4dcb
KH
90692000-07-18 Kenichi Handa <handa@etl.go.jp>
9070
21ad0f7b
SM
9071 * international/mule-cmds.el (select-safe-coding-system):
9072 Fix typo in the comment.
240a16cf 9073
21ad0f7b
SM
9074 * language/european.el (compound-text):
9075 Force katakana-jisx0201 to be designated to G1.
aa96c820 9076
21ad0f7b
SM
9077 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9078 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9079 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9080
269b4dcb
KH
9081 * international/kkc.el (kkc-after-update-conversion-functions):
9082 New variable.
9083 (kkc-update-conversion): Run functions in it at the tail.
9084
68be2869 90852000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9086
21ad0f7b
SM
9087 * lisp/align.el (align-newline-and-indent):
9088 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9089 (align-region): Fixed badly formatted minibuffer message.
9090
7a3fd467
KH
90912000-07-17 Kenichi Handa <handa@etl.go.jp>
9092
21ad0f7b 9093 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9094 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9095 the conversion list at first if appropriate.
9096 (kkc-next): Don't update kkc-next-count here.
9097 (kkc-prev): Don't update kkc-prev-count here.
9098 (kkc-show-conversion-list-update): Fix setting up of conversion
9099 list message.
9100
a45423d8
SM
91012000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9102
088831a6 9103 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9104
91a38db1
DL
91052000-07-16 Dave Love <fx@gnu.org>
9106
9107 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9108 function to be more specific.
9109
9110 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9111 non-string help-echo.
9112 (widget-types-convert-widget): Defsubst it.
9113 (widget-echo-help): Try to cope with a help-echo function of two
9114 possible sorts.
9115
3fddcdc3
JR
91162000-07-15 Jason Rumney <jasonr@gnu.org>
9117
9118 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9119 Declare as obsolete.
9120
9121 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9122
bd23a692
GM
91232000-07-14 Gerd Moellmann <gerd@gnu.org>
9124
9125 * hilit-chg.el: Fix typo.
9126
d4af987a
DL
91272000-07-14 Dave Love <fx@gnu.org>
9128
9129 * info.el (Info-mode-menu): Fix use of :help, :enable.
9130
3a4f3f86
SM
91312000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9132
9133 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9134
cf6936a4
DL
91352000-07-13 Dave Love <fx@gnu.org>
9136
4d6d04b5
DL
9137 * emacs-lisp/easymenu.el: Doc fixes.
9138 (easy-menu-remove): Defalias to ignore.
9139
cf6936a4
DL
9140 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9141 Call throw correctly.
9142
56437999
GM
91432000-07-13 Gerd Moellmann <gerd@gnu.org>
9144
9145 * faces.el (frame-background-mode): Doc fix.
9146
9147 * simple.el (eval-expression-print-length): Change custom type to
9148 allow entering nil as value.
9149
d04a3972
DL
91502000-07-13 Dave Love <fx@gnu.org>
9151
3a4f3f86
SM
9152 * progmodes/fortran.el (fortran-imenu-generic-expression):
9153 Change definition layout.
a8189dfe
DL
9154 (fortran-mode-menu): Reinstate customize entries.
9155
d04a3972
DL
9156 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9157 Use :filter, per old XEmacs code.
9158
4bf4fb05
GM
91592000-07-12 Gerd Moellmann <gerd@gnu.org>
9160
9161 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9162 event when deciding what to send to the terminal.
9163
37328bcd
DL
91642000-07-12 Dave Love <fx@gnu.org>
9165
9166 * cus-start.el: Add optional version as 4th element of specs and
9167 use it for several things new in v21. Remove load-path. Fix type
9168 of line-number-display-limit.
9169
89492072
DL
91702000-07-11 Dave Love <fx@gnu.org>
9171
3a4f3f86
SM
9172 * progmodes/fortran.el: Don't require easymenu.
9173 Use repeat counts in various regexps.
315aa1de
DL
9174 (fortran-mode-syntax-table): Defvar directly.
9175 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9176 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9177 Use defvar, not defconst.
9178 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9179 (fortran-mode): Set fortran-comment-line-start-skip,
9180 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9181 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9182 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9183 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9184 (fortran-comment-region, fortran-electric-line-number): Simplify.
9185 (fortran-auto-fill): New function.
9186 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9187 (fortran-find-comment-start-skip):
9188 Check for non-null comment-start-skip.
9189 (fortran-auto-fill-mode, fortran-fill-statement):
9190 Use fortran-auto-fill.
315aa1de 9191 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9192 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9193
89492072
DL
9194 * widget.el (widget-plist-member): New alias.
9195
d55ead18
EZ
91962000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * eshell/esh-module.el (toplevel): Reference
9199 byte-compile-current-file only if it is bound.
9200
e82a2a05
GM
92012000-07-10 Gerd Moellmann <gerd@gnu.org>
9202
9203 * dired.el: Don't require `dired-aux'.
9204
1fc7fb2b
MB
92052000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9206
9207 * dired-aux.el (dired-show-file-type): New function.
9208 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9209 (dired-show-file-type): Add autoload.
9210
ab49ce15
KH
92112000-07-10 Kenichi Handa <handa@etl.go.jp>
9212
9213 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9214 change of fontset-info.
ab49ce15
KH
9215 (print-fontset): Likewise.
9216
f45aab65
SM
92172000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9218
9219 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9220
2f72fd2f
GM
92212000-07-07 Gerd Moellmann <gerd@gnu.org>
9222
e82a2a05 9223 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9224
2f72fd2f
GM
9225 * dired.el (dired-find-alternate-file): New function.
9226 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9227 (toplevel): Require dired-aux when compiling.
9228 (dired-buffers): Move defvar within file to avoid compiler warning.
9229
9230 * info.el (Info-last-search): Variable removed.
9231 (Info-search-history): New variable.
9232 (Info-search): New Info-search-history.
9233
9234 * battery.el, info-look.el: Change author's mail address.
9235
965522f5 92362000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9237
965522f5
GM
9238 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9239 if rmail-ignored-headers is nil.
9240 (rmail-retry-failure): Bind rmail-ignored-headers and
9241 rmail-displayed-headers to nil.
9242
dd8888a1
GM
92432000-07-06 Gerd Moellmann <gerd@gnu.org>
9244
e5c81191
GM
9245 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9246 (print-region-1): Don't hard code `-h' here.
9247
dd8888a1
GM
9248 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9249
e5c81191
GM
92502000-07-01 Francesco Potorti` <pot@gnu.org>
9251
9252 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9253 exim can use "your message" instead of "the message".
34342a07 9254
f45aab65
SM
92552000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9256
9257 * facemenu.el: Docstrings fixes.
9258 (facemenu-get-face): Don't use internal-find-face.
9259 (facemenu-iterate): Rename arg to match the docstring.
9260
9261 * newcomment.el (uncomment-region): Be more careful when skipping
9262 backwards over `=' not to bump into BOBP.
9263
d396e521 92642000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9265
dd8888a1
GM
9266 * ediff-diff.el (ediff-wordify): Use syntax table.
9267 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9268 ediff-color-display-p.
dd8888a1 9269 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9270 from defsubst.
9271 Got rid of special cases for NeXT and OS/2.
dd8888a1 9272 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9273 face.
34342a07 9274
5e2dfaa4
SM
92752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9276
9277 * emacs-lisp/lucid.el: Require CL.
9278 (copy-tree, remprop): Remove, it's provided by CL.
9279 (map-keymap): Define in terms of cl-map-keymap.
9280 (extent-property, set-extent-end-glyph): New functions.
9281
9282 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9283
d5c5cddd
GM
92842000-07-05 Gerd Moellmann <gerd@gnu.org>
9285
485266d0
GM
9286 * Makefile.in (DONTCOMPILE): Add comment that the name may
9287 not be changed without changing the make-dist script.
9288
5e2dfaa4 9289 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9290 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9291
e2c46326
AI
92922000-07-05 Andrew Innes <andrewi@gnu.org>
9293
9294 * makefile.nt: Add support for `bootstrap' and related targets.
9295
a027a91b
SM
92962000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9299 (easy-menu-do-define): Use `menu-item' format.
9300 Handle case where easy-menu-create-menu returns a symbol.
9301 Manually call the potential top-level filter in the function binding.
9302 (easy-menu-filter-return): New arg NAME.
9303 Convert to a keymap if MENU is an XEmacs menu.
9304 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9305 (easy-menu-converted-items-table, easy-menu-convert-item):
9306 New var and fun to memoize easy-menu-convert-item-1.
9307 (easy-menu-do-add-item): Use it.
9308 (easy-menu-create-menu): Use easy-menu-convert-item.
9309 Wrap easy-menu-filter-return around any :filter specification.
9310 Don't convert the menu if a filter was specified.
9311 Tell easy-menu-make-symbol not to check for MENU being an expression.
9312 (easy-menu-make-symbol): New arg NOEXP.
9313
5e03eb84
GM
93142000-07-05 Gerd Moellmann <gerd@gnu.org>
9315
9316 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9317 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9318 (eval-defun): If called with prefix arg, instrument code for
9319 Edebug.
9320
9321 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9322 similar to that of eval-defun.
9323
fca68a95
DL
93242000-07-04 Dave Love <fx@gnu.org>
9325
7ccbba4c
DL
9326 * hl-line.el (hl-line-overlay): Make it permanent-local.
9327
fca68a95
DL
9328 * calendar/todo-mode.el: Replaced with a working version, based on
9329 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9330
93312000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
9332
9333 * paths.el (prune-directory-list): New function.
9334 (Info-default-directory-list): Rewritten to more methodically
9335 enumerate a big list of possible info directories (based on the
9336 list used by the standalone info reader).
fca68a95 9337
78e7e8a0 9338 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 9339 non-existent directories from Info-directory-list.
78e7e8a0 9340
78e7e8a0
MB
9341 * paths.el (Info-default-directory-list): Try a list of possible
9342 info-directories instead of a single one. Add the possible
9343 info directory "/usr/share/info".
9344
9345 * woman.el (woman-man.conf-path): Explicitly include the debian
9346 man-db config file "/etc/manpath.config".
9347 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9348 are present in `manpath.config'.
9349 (woman-manpath): Include "/usr/share/man".
9350
67c9a1d2
GM
93512000-07-03 Gerd Moellmann <gerd@gnu.org>
9352
6753393b
GM
9353 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9354
9355 * startup.el (command-line): Initialize blink-cursor based
9356 on window-system.
9357
e4f98ad3
GM
9358 * frame.el (blink-cursor): Default to nil if not running under
9359 a window-system.
9360
2f516940
GM
9361 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9362 (face-x-resources): Remove duplicate entry for :font.
9363
67c9a1d2
GM
9364 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9365 instead of cycling through windows with next-window.
9366
9367 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9368 of cycling through windows with next-window.
9369
9370 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9371 of cycling through windows with next-window.
9372
9373 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9374 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9375 instead of cycling through windows with next-window.
9376
9377 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9378 instead of cycling through windows with next-window.
9379
9380 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9381 of cycling through windows with next-window.
9382
9383 * terminal.el (te-process-output): Use walk-windows instead of
9384 cycling through windows with next-window.
9385
9386 * server.el (server-switch-buffer): Use some-window instead of
9387 cycling through windows with next-window.
9388
9389 * window.el (some-window): New function.
9390 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 9391
3a4f3f86 9392 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 9393
8b7bc628 93942000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
9395
9396 * window.el (walk-windows): Guarantee termination by keeping a list
9397 of all the windows already handled.
9398
d0d57043
EZ
93992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9400
9401 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9402 window-system.
9403
9404 * man.el (Man-notify-when-ready): Don't use window-system. If
9405 Man-notify-method is newframe, and the display is not
9406 multi-frame, select the frame created for the man page.
9407 (Man-init-defvars): Doc fix.
9408
d5483ab1
GM
94092000-06-28 Gerd Moellmann <gerd@gnu.org>
9410
af5c25e1
GM
9411 * faces.el (region): Change background color for light background.
9412
9413 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9414 attribute from mode-line face of Ediff control frame.
9415
d5483ab1
GM
9416 * replace.el (query-replace-map): Bind `e' like `E'.
9417
9d47450f
EZ
94182000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9419
3a4f3f86
SM
9420 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9421 Change name to "Select All".
496b7491 9422
9d47450f
EZ
9423 * dos-fns.el (convert-standard-filename): Fix last change.
9424
0b431deb
GM
94252000-06-27 Gerd Moellmann <gerd@gnu.org>
9426
4fa9f636
GM
9427 * help.el (describe-variable): Don't insert a second `'s' in front
9428 of the string `value is shown below'. Since the syntax-table is
9429 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9430 an existing `'s', so that this won't be deleted.
9431
0b431deb
GM
9432 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9433 * pcmpl-unix.el: New files.
9434
32cad0aa
SM
94352000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9436
9437 * wid-edit.el (widget-member): Use the new plist-member.
9438
2c69ced2
GM
94392000-06-26 Gerd Moellmann <gerd@gnu.org>
9440
44c0f771
GM
9441 * replace.el (perform-replace): Undo change of 2000-04-04.
9442 Instead, move backward 1 character at the end of the loop when
9443 necessary.
34342a07 9444
1d36487c
GM
9445 * faces.el (fringe): Change face for different backgrounds.
9446
9447 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9448 patch from John.
9449
2c69ced2
GM
9450 * eshell/*.el: Change spelling of the Free Software Foundation.
9451
9452 * eshell/esh-toggle.el: Removed.
9453
9454 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9455
9456 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9457 interactively.
9458
94592000-06-26 Alex Schroeder <alex@gnu.org>
9460
9461 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9462 `define-key'; instead of checking `(emacs-version)' check for
9463 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9464 for `;' and `o' which might be electric.
9465
9466 (sql-electric-stuff): New user option.
9467 (sql-magic-go): New function which uses `sql-electric-stuff'.
9468 (sql-magic-semicolon): New function which uses
9469 `sql-electric-stuff'.
9470
9471 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9472 is not fboundp.
9473
9474 (sql-oracle-options): New variable.
9475 (sql-oracle): Use it.
9476
9477 (sql-imenu-generic-expression): Doc change.
9478 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9479 is used.
9480
9481 (sql-informix): Added command line parameter "-" to force
9482 sql-informix-program to use stdout.
9483
db1306d8
EZ
94842000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9485
3a4f3f86 9486 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
9487 (cp864-decode-table): Doc fix.
9488 (cp720-decode-table): New variable, supports the Arabic OEM
9489 codepage used by Windows.
9490 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9491
c69e5fcd
DL
94922000-06-23 Dave Love <fx@gnu.org>
9493
9494 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9495 (font-lock-fontify-anchored-keywords): Use
9496 line-beginning-position.
9497 (global-font-lock-mode): Use mapc.
9498
30ad8f23
SM
94992000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9500
9501 * eshell/esh-module.el: Require CL when compiling.
9502
26b4dc84
GM
95032000-06-23 Gerd Moellmann <gerd@gnu.org>
9504
78c56e70
GM
9505 * comint.el (comint-substitute-in-file-name): Call replace-match
9506 with second and third arg t.
9507
34342a07 9508 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
9509 Specify foreground color.
9510
9511 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9512 color.
9513
affbf647
GM
9514 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9515
9516 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9517 cddr instead of cdddr.
9518
25fffb31
GM
9519 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9520 instead of copy-list.
9521
9522 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9523 of copy-list.
9524
26b4dc84
GM
9525 * subdirs.el: Add eshell subdirectory.
9526
9527 * eshell: New subdirectory containing the Eshell package.
9528
9529 * pcomplete.el: New file.
9530
78c56e70
GM
95312000-06-23 Paul Eggert <eggert@twinsun.com>
9532
ea055732
GM
9533 * mail/mailpost.el (post-mail-send-it): Make sure file has
9534 proper permissions from birth.
9535
9536 * files.el (basic-save-buffer-2): When temporarily setting
9537 file modes, set them to current modes plus 0200, not to 0777.
9538
78c56e70
GM
9539 * emerge.el (emerge-make-temp-file): Make sure file has proper
9540 permissions from birth.
9541
a3a7ff33
EZ
95422000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9543
9544 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9545 backup file name through convert-standard-filename.
9546
9547 * dos-fns.el (convert-standard-filename): Convert leading
9548 directories as well. When long file names are supported, convert
9549 characters that are invalid in Windows file names.
9550
1fd9b7fe
GM
95512000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9552
9553 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9554 ps-print crashes. New feature: page selection for printing. Create
9555 raw-text-unix coding system for XEmacs. Doc fix.
9556 (ps-print-version): New version number (5.2.3).
9557 (ps-plot-region): Bug fix.
9558 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9559 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9560 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9561 funs.
9562 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9563 (ps-last-page): New vars.
9564
16ed8416
GM
95652000-06-21 Gerd Moellmann <gerd@gnu.org>
9566
9567 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9568 empty option string.
9569
4fbee715
EZ
95702000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * man.el (man): Doc fix.
9573
eaecfc94
KH
95742000-06-21 Kenichi Handa <handa@etl.go.jp>
9575
9576 * international/mule-cmds.el (set-language-info-alist): Docstring
9577 fixed.
9578
4a27bdfb
GM
95792000-06-20 Gerd Moellmann <gerd@gnu.org>
9580
9581 * version.el (emacs-version): Use ISO date format.
9582
9583 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9584 instead of `M-backspace'.
9585
9586 * simple.el (turn-off-auto-fill): New function.
9587
8972fe79
SM
95882000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9589
9590 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9591 Renamed from with-buffer-prepared-for-font-lock and use
9592 inhibit-modification-hooks rather than setting *-change-functions.
9593 Update all functions to use the new name.
9594 (jit-lock-first-unfontify-pos): New semantics (and doc).
9595 (jit-lock-mode): Make non-interactive.
9596 Don't automatically turn on font-lock.
9597 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9598 Always use jit-lock-after-change.
9599 Remove and restore font-lock-after-change-function.
9600 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9601 (jit-lock-after-unfontify-buffer): Remove.
9602 (jit-lock-stealth-fontify):
9603 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9604 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9605
5d80cc9c
SS
96062000-06-20 Sam Steingold <sds@gnu.org>
9607
9608 * emacs-lisp/cl-indent.el (toplevel): Indent
9609 `print-unreadable-object' properly. Untabify.
9610
f54e4d13
CD
96112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9612
9613 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9614 Support for bibentry.
9615 (reftex-compile-variables): Fixed problem with end of section-re.
9616
9617 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9618 reftex-view-crossref-from-bibtex):
9619 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9620 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9621 Replaced `remprop' with `put'.
8972fe79
SM
9622 (reftex-view-crossref, reftex-view-crossref-when-idle):
9623 Support for bibentry.
f54e4d13 9624
8972fe79
SM
9625 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9626 New entry for bibentry package.
f54e4d13 9627
8972fe79
SM
9628 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9629 Regexp also matches "\nobibliography".
f54e4d13 9630
8972fe79
SM
9631 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9632 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9633 (reftex-ensure-write-access): New function.
9634
f54e4d13
CD
96352000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9636
9637 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9638
9639 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9640
9641 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9642
9643 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9644
9645
560c43f4
DL
96462000-06-20 Dave Love <fx@gnu.org>
9647
9648 * faces.el (frame-background-mode): Use set-default, not set, in
9649 setter.
9650 (frame-update-faces, frame-update-face-colors): Define with
9651 defalias.
9652
9653 * enriched.el (enriched-decode-foreground)
9654 (enriched-decode-background): Don't use internal-find-face.
9655
9656 * apropos.el: Doc fixes.
9657
9658 * cus-edit.el (customize-changed-options): Check arg.
9659 (customize-version-lessp): Don't require decimal point.
9660
9661 * custom.el (defcustom, defgroup): Doc fix.
9662
9663 * newcomment.el (comment) <defgroup>: Add :version.
9664 (comment-multi-line): Doc fix.
9665
9666 * emulation/mlsupport.el (define-hooked-local-abbrev,
9667 define-hooked-global-abbrev): Fix, using define-abbrev.
9668
cdf0357b
GM
96692000-06-19 Gerd Moellmann <gerd@gnu.org>
9670
9671 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9672 the whole buffer.
9673
10013d74
DL
96742000-06-19 Dave Love <fx@gnu.org>
9675
9676 * menu-bar.el (menu-bar-options-save): New function.
9677 (menu-bar-options-menu): Use it.
9678 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9679 Simplify.
9680
6922f208
AS
96812000-06-19 Andreas Schwab <schwab@suse.de>
9682
9683 * progmodes/etags.el (tags-query-replace): Put new parameters
9684 START and END at the end, for backward compatibility.
9685
10d7bf84
KH
96862000-06-19 Kenichi Handa <handa@etl.go.jp>
9687
9688 * international/codepage.el:
9689 (cp-coding-system-for-codepage-1): Delete special codes for
9690 generating xxx-dos coding system because now a CCL based coding
9691 system can handle EOL conversion by default.
9692
9693 * international/mule.el (make-coding-system): Generate subsidiary
9694 coding systems for EOL handling variants even for a CCL based
9695 coding system.
9696
8f3c9a3d
KH
96972000-06-19 Kenichi Handa <handa@etl.go.jp>
9698
9699 * international/isearch-x.el (isearch-minibuffer-input-method)
9700 (isearch-minibuffer-input-method-function): These variables
9701 deleted.
9702 (isearch-with-input-method): Don't use the above variables.
9703 (isearch-process-search-multibyte-characters): Likewise. Call
9704 read-string with the arg INHERIT-INPUT-METHOD t.
9705
c2acf685
SM
97062000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9707
13f0d185
SM
9708 * font-lock.el (font-lock-after-fontify-buffer)
9709 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9710
9711 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9712 Use consistent make-local-variable style for font-lock-fontified.
9713 (jit-lock-fontify-buffer):
9714 Don't bother checking for font-lock-mode and jit-lock-mode.
9715
c2acf685
SM
9716 * time.el: Remove trailing ^M that prevent CVS-merging.
9717
a9021acd
GM
97182000-06-16 Gerd Moellmann <gerd@gnu.org>
9719
9720 * Makefile.in (distclean): New target.
5d80cc9c 9721
0df68e9f
SM
97222000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * Makefile.in (srcdir): Define for update-subdirs.
9725
6344985d
GM
97262000-06-16 Gerd Moellmann <gerd@gnu.org>
9727
9728 * find-lisp.el: New file.
9729
63239267
AI
97302000-06-16 Andrew Innes <andrewi@gnu.org>
9731
9732 * time.el (display-time-mail-function): New variable, to allow
9733 external packages to indicate when new mail is available.
9734 (display-time-update): Use it.
9735
1699f991
KH
97362000-06-16 Kenichi Handa <handa@etl.go.jp>
9737
a3b37893
KH
9738 * international/mule.el (mule-version): Change version name to
9739 SAKAKI. AOI has already been used by Meadow.
9740
1699f991
KH
9741 * international/quail.el (quail-show-guidance-buf): To find the
9742 bottom window (but minibuffer), pay attention to the height of
9743 minibuffer.
9744
228b083e
EZ
97452000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9746
7d5c8691
EZ
9747 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9748 menu-bar menus. Add help strings. Don't remove the Edit menu
9749 from the menu bar, as the menu bar has enough space now.
9750
261f3289
EZ
9751 * Makefile.in (SHELL): Make sure /bin/sh is used.
9752
228b083e
EZ
9753 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9754 characters, which use series of two ^H characters instead of one.
9755
e27e8d71
GM
97562000-06-15 Gerd Moellmann <gerd@gnu.org>
9757
5d80cc9c 9758 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9759 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9760 functions.
451ec4e3
GM
9761 (Info-find-node-2): Try a case-sensitive search first, then
9762 do a case-insensitive search.
9763
9764 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9765 tutorials.
9766
b675095c
GM
9767 * complete.el (PC-env-vars-alist): New variable.
9768 (PC-complete-as-file-name): New function.
9769 (partial-completion-mode): Initialize PC-env-vars-alist from
9770 process-environment.
9771 (PC-do-completion): Handle completion of env vars.
9772
9773 * info.el (Info-set-mode-line): Show file name in mode line,
9774 use `*Info*' instead of `Info:'.
9775
e27e8d71
GM
9776 * startup.el (command-line-1): Change copyright messages to year
9777 2000.
9778
28223a7e
DL
97792000-06-15 Dave Love <fx@gnu.org>
9780
9781 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9782 not local-map.
9783
32684631
KH
97842000-06-15 Kenichi Handa <handa@etl.go.jp>
9785
9786 * international/mule.el (set-buffer-file-coding-system): Almost
9787 rewritten to handle `undecided' as no-op.
9788
9f817ea4
GM
97892000-06-14 Gerd Moellmann <gerd@gnu.org>
9790
e27e8d71 9791 * Makefile.in: New file.
dce6b995
GM
9792
9793 * Makefile: Removed.
9794
9f817ea4
GM
9795 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9796 (goto-address-highlight-keymap): Bind C-c RET.
9797
2de33f94
KH
97982000-06-14 Kenichi Handa <handa@etl.go.jp>
9799
bbf1e8a5
KH
9800 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9801 inherits buffer-file-coding-system of the current buffer.
725a6897 9802
02891cc3
KH
9803 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9804 0. Give correct argument to set-auto-coding-function.
9805 (tar-expunge): For goto-char, use (point-min), not 0.
9806 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9807 (tar-subfile-save-buffer): Likewize.
9808
2de33f94
KH
9809 * international/mule.el
9810 (after-insert-file-set-buffer-file-coding-system): Call
9811 set-buffer-file-coding-system with the arg FORCE t.
9812
1681ead6
GM
98132000-06-13 Gerd Moellmann <gerd@gnu.org>
9814
9815 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9816 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9817 the sender is set with `-f'.
1681ead6 9818
fdf4b680
DL
98192000-06-13 Dave Love <fx@gnu.org>
9820
9c50afce
DL
9821 * help.el (describe-function-1): Kluge around cases of functions
9822 fset to subrs whose doc doesn't match their symbol-name.
9823
0ad550ba 9824 * image.el (insert-image): Default STRING to a space.
f290ca08 9825
fdf4b680 9826 * info.el Doc fixes.
5d80cc9c 9827 (Info-build-node-completions): Match Ref tags.
fdf4b680 9828
9b6610db
EZ
98292000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9830
a704139d
EZ
9831 * frame.el (display-multi-frame-p, display-multi-font-p): New
9832 defaliases for display-graphic-p.
9833
9b6610db
EZ
9834 * hl-line.el: Fixed a typo in commentary.
9835
7a5ea398
KH
98362000-06-13 Kenichi Handa <handa@etl.go.jp>
9837
9838 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9839 fixed.
9840
0dc91c57
DL
98412000-06-12 Dave Love <fx@gnu.org>
9842
9843 * image.el (insert-image): Save a little consing.
9844
0bd5914b
KH
98452000-06-12 Kenichi Handa <handa@etl.go.jp>
9846
9847 * language/tibet-util.el: Convert all tibetan-1-column characters
9848 to the corresponding tibetan characters.
9849 (tibetan-add-components): Delete code for the special treatment of
9850 'a chung.
9851
9852 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9853 change.
9854 (tibetan-vowel-transcription-alist): More rules added.
9855 (tibetan-composite-vowel-alist): New variable.
9856 (tibetan-precomposition-rule-alist): More rules added.
9857
6dc7d3d5
SM
98582000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9859
9c04c393
SM
9860 * startup.el (command-line): Only call menu-bar-mode if interactive.
9861
9862 * thingatpt.el (toplevel symbol-properties):
9863 * textmodes/makeinfo.el (makeinfo-compile):
9864 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9865 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9866 (hide-ifdef-use-define-alist):
5d80cc9c 9867 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9868 (ange-ftp-vms-add-file-entry):
9869 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9870 * man.el (Man-build-man-command):
9871 * mail/rnewspost.el (news-reply-header-hook):
9872 * info.el (Info-insert-dir):
9873 * emulation/mlconvert.el (backward-word, forward-word, setq):
9874 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9875 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9876 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9877 (byte-optimize-apply, end of file):
9878 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9879 (ad-make-freeze-definition):
9880 * startup.el (command-line, command-line-1): Don't quote lambdas.
9881
6dc7d3d5
SM
9882 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9883 (cvs-cleanup-removed): New function.
9884 (cvs-cleanup-functions): New var.
9885 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9886 some flexibility in specifying additional entries to auto-cleanup.
9887 (cvs-quickdir): New function.
9888 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9889 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9890 (cvs-mode-find-file): Check that we are on a filename or dirname
9891 when invoked through a mouse-click.
9892 (cvs-full-path): Remove.
9893 (cvs-dired-action): Re-introduced.
9894 (cvs-dired-noselect): Use it.
9895 (vc-post-command-functions): use this new hook if available.
9896
9897 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9898 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9899 (cvs-filename-map, cvs-dirname-map): Remove.
9900 (cvs-default-action): Remove.
9901 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9902 if the arg is really a keymap.
9903 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9904 Don't hardcode the mapping from state (aka type) to face, but check
9905 the var cvs-fi-<type>-face instead.
9906 (cvs-fileinfo-from-entries): New function.
9907
9908 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9909 Docstring fix.
9910 (cvs-find-file-and-jump): Change default to be safer.
9911 (cvs-mode-diff-map): Define it as a function as well.
9912 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9913 Bind mouse-2 in this global map rather than with text-properties.
9914
9915 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9916 file to resolve the ambiguity between C(conflict) and C(need-merge).
9917
5050a2ef
KH
99182000-06-12 Kenichi Handa <handa@etl.go.jp>
9919
9920 * international/mule.el (set-buffer-file-coding-system): If
9921 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9922 unconditionally.
9923
35a7ac84
DL
99242000-06-12 Dave Love <fx@gnu.org>
9925
9926 * wid-edit.el (widget-specify-button): Really suppress the face if
9927 required.
9928
db8eeecd
GM
99292000-06-11 Gerd Moellmann <gerd@gnu.org>
9930
9931 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9932
70223ca4
SM
99332000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9934
9935 * imenu.el (imenu-generic-expression): Docstring fix.
9936
9937 * composite.el (composition-function-table): Move the `put'
9938 below the autoload cookie so we can load the file before loaddefs.
9939
9940 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9941
9942 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9943 Handle easy-mmode-define-global-mode.
9944 For complex macros like define-minor-mode that can generate
9945 several autoload entries, try to autoload entries in the
9946 macroexpanded code.
9947
9948 * emacs-lisp/easy-mmode.el (define-minor-mode):
9949 If KEYMAP is a symbol, just use it.
9950 Use byte-compile-current-file and load-file-name to infer the
9951 proper :require to pass to defcustom.
9952 Wrap the hook var into `progn' so as not to autoload it.
9953 Add a :autoload-end cookie.
9954 Be more careful about the evaluation of KEYMAP.
9955 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9956 (define-derived-mode): Move define-abbrev-table outside of defvar.
9957
99582000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9959
9960 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9961 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9962 (backup-compiled-files): Ignore errors during `tar'.
9963 (bootstrap): Make autoloads before elc files.
9964
9c53b34e
KH
99652000-06-10 Kenichi Handa <handa@etl.go.jp>
9966
9967 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9968 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9969
9970 * international/mule-conf.el (unix): New alias for the coding
9971 system undecided-unix.
9972
22ddd299
DL
99732000-06-09 Dave Love <fx@gnu.org>
9974
5ee42746
DL
9975 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9976
70223ca4 9977 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9978 (executable-insert): Change custom type.
9979 (executable-find): Add autoload cookie.
cc7e1d18
DL
9980 (executable-make-buffer-file-executable-if-script-p): New
9981 function. After Noah Friedman.
22ddd299
DL
9982
9983 * files.el (after-save-hook): Customize, with
cc7e1d18 9984 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9985
41ea3794
KH
99862000-06-09 Kenichi Handa <handa@etl.go.jp>
9987
f89437e3
KH
9988 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9989 "tib24p-mule.bdf" for Tibetan.
9990
7a4ee259
KH
9991 * composite.el (decompose-composite-char): Declare it as obsolete.
9992
ff6a65c2
KH
9993 * man.el (Man-fontify-manpage): Pay attention to underline and
9994 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9995
f83fe4b4
GM
99962000-06-08 Gerd Moellmann <gerd@gnu.org>
9997
9998 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9999 Set maintainer to FSF since author isn't reachable.
10000
e56d7900
DL
100012000-06-08 Dave Love <fx@gnu.org>
10002
10003 * international/mule-cmds.el (select-safe-coding-system): If
10004 DEFAULT-CODING-SYSTEM is not specified, also check the most
10005 preferred coding-system if buffer-file-coding-system is
10006 `undecided'. From Handa.
10007
d3981b49
KH
100082000-06-08 Kenichi Handa <handa@etl.go.jp>
10009
10010 * international/mule.el
10011 (after-insert-file-set-buffer-file-coding-system): If the buffer
10012 size is greater than INSERTED, judget that we are not visiting.
10013
bff71087
RV
100142000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10015
10016 * whitespace.el (defgroup whitespace): Comment out `:version'.
10017 XEmacs 20.4 has problems defining the group with this present.
10018 We'll have this commented out till get resolve the problem.
10019
fd9ac94c 100202000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10021
fd9ac94c
GM
10022 * align.el (align-dq-string-modes, align-sq-string-modes)
10023 (align-open-comment-modes): Add pyhton-mode.
10024 (align-rules-list): Use get-text-property instead of
10025 text-properties-at.
10026 (align-rules-list): Add python-assignment.
10027 (align-rules-list): Change perl-comma-delimiter to
10028 basic-comma-delimiter. Use if for Perl modes and python-mode.
10029 (align-rules-list): Add python-chain-logic and
10030 basic-line-continuation.
45f485a6
GM
10031
100322000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10033
10034 * apropos.el (apropos-mode-hook): New user variable.
10035 (apropos-mode): Run apropos-mode-hook.
bff71087 10036
45f485a6
GM
100372000-06-07 David Ponce <david@dponce.com>
10038
10039 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10040 commands. Require `wid-edit' at run-time.
10041
100422000-06-07 David Ponce <david@dponce.com>
10043
10044 * recentf.el: Added some "Commentary".
10045 (recentf-open-more-files, recentf-edit-list): Minor changes to
10046 move the point at the top of the file list. This behaviour is
10047 consistent with the menu one when the list contains a lot of
10048 files.
10049 (recentf-cleanup): Now displays the number of items removed from
10050 the list.
10051 (recentf-relative-filter) New menu filter to show filenames
10052 relative to `default-directory'.
bff71087 10053
45f485a6
GM
100542000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10055
10056 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10057 with/without giving an error if PostScript printer doesn't have this
10058 kind of page size. Zebra Stripe continues or restarts on next page.
10059 Manual/automatic paper feeding. Switch or not the header.
10060 (ps-print-version): New version number (5.2.2).
10061 (ps-windows-system): Include emx as a Windows system.
10062 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10063 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10064 (ps-background-text): Code fix.
10065 (ps-error-handler-message, ps-user-defined-prologue)
10066 (ps-print-prologue-header, ps-printer-name)
10067 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10068 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10069 (ps-use-face-background): Customization fix.
10070 (ps-n-up-database): Data fix.
10071 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10072 (ps-switch-header): New vars.
10073 (ps-xemacs-color-name, ps-face-foreground-name)
10074 (ps-face-background-name, ps-boolean-constant): New funs.
10075
c14dcd22
DL
100762000-06-07 Dave Love <fx@gnu.org>
10077
10078 * allout.el: New version from Manheimer.
10079
e4044bb0
KH
100802000-06-07 Kenichi Handa <handa@etl.go.jp>
10081
10082 * textmodes/fill.el (fill-find-break-point): Check the validity of
10083 charset.
10084
59cfe8b9
KF
100852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10086
10087 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10088 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10089 Call display-color-p and display-mouse-p instead of looking at
10090 window-system.
10091
bb2337f5
DL
100922000-06-06 Dave Love <fx@gnu.org>
10093
10094 * image.el (find-image): Doc fix. Return nil if image not found.
10095 (put-image, insert-image): Make STRING arg optional.
10096
8e624fa2
KH
100972000-06-06 Kenichi Handa <handa@etl.go.jp>
10098
10099 * language/vietnamese.el: Remove eval-when-compile.
10100 (viet-viscii-nonascii-translation-table): Define it as a
10101 translation table made from viet-viscii-decode-table.
10102 (viet-viscii-encode-table): Define it as a translation table made
10103 from the reverse map of above.
10104 (viet-vscii-nonascii-translation-table): Define it as a
10105 translation table made from viet-vscii-decode-table.
10106 (viet-vscii-encode-table): Define it as a translation table made
10107 from the reverse map of above.
10108 (ccl-decode-viscii): Use translate-character.
10109 (ccl-encode-viscii, ccl-encode-viscii-font)
10110 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10111 Likewize.
bff71087 10112
8e624fa2
KH
10113 * language/cyrillic.el: Remove eval-when-compile.
10114 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10115 translation table made from cyrillic-koi8-r-decode-table.
10116 (cyrillic-koi8-r-encode-table): Define it as a translation table
10117 made from the reverse map of above.
10118 (ccl-decode-koi8): Use translate-character.
10119 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10120 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10121 a translation table made from cyrillic-alternativnyj-decode-table.
10122 (cyrillic-alternativnyj-encode-table): Define it as a translation
10123 table made from the reverse map of above.
10124 (ccl-decode-alternativnyj): Use translate-character.
10125 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10126 Likewize
10127
10128 * international/mule-diag.el (non-iso-charset-alist): Specify
10129 translation table symbol instead of translation table itself.
10130 (list-block-of-chars): CHARSET may be a translation table symbol.
10131
10132 * international/mule.el (make-coding-system): If CODING-SYSTEM
10133 already exists, override it.
10134
10135 * international/fontset.el: Use family `proportional' for Tibetan
10136 fonts.
10137
10138 * international/ccl.el (ccl-compile-translate-character): Don't
10139 check if Rrr has property translation-table.
10140 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10141
1969fae2
GM
101422000-06-05 Gerd Moellmann <gerd@gnu.org>
10143
10144 * info.el: Bind case-fold-search to t when searching in case
10145 a user sets it to nil in a hook.
10146
d5b037c5
SM
101472000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10148
d3d02e65
SM
10149 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10150 * hl-line.el (hl-line-mode): Use the new :global key argument.
10151
10152 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10153 (tar-clip-time-string): Prepend a space.
10154 (tar-grind-file-mode): Construct a string rather than modifying one.
10155 (tar-header-block-summarize): Fix docstring.
10156 Use `format' rather than an error-prone set of copy-loops.
10157
10158 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10159 (diff-goto-source, diff-unified->context, diff-context->unified)
10160 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10161 understand the format output by the `-p' argument to diff.
10162
bff71087 10163 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10164 (sh-re-done): Use defconst.
10165 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10166 (sh-help-string-for-variable, sh-guess-basic-offset):
10167 Don't quote lambdas.
10168 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10169 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10170
f7c4478f
SM
10171 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10172 (mh-letter-mode): Derive from text-mode.
10173 This implicitly means that it now calls kill-all-local-variables.
10174 Also remove the Emacs-18 compatibility code.
10175
a8add29d
SM
10176 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10177 Make use of symbol-property doc-string-elt.
10178 Use memq rather than a sequence of eq.
10179 (doc-string-elt): Fix the wrong or missing previously unused values.
10180 (autoload-print-form): New function extracted from
10181 generate-file-autoloads to allow recursion when handling progn
10182 so that defvar's and defun's docstrings are properly printed.
10183 (generate-file-autoloads): Use it.
10184
d5b037c5
SM
10185 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10186 Use find-file-hooks in the minor-mode function.
10187 Be careful not to loop indefinitely in the post-command-hook function.
10188
560ef11a 101892000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10190
1969fae2 10191 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10192 tty's.
1969fae2 10193 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10194 differences whenever appropriate.
1969fae2
GM
10195 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10196 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10197 wildcards.
10198
b5bbbb76
SM
101992000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10200
d5b037c5
SM
10201 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10202 (jit-lock-fontify-buffer): New function for JIT refontification.
10203 (jit-lock-mode): Fix docstring.
10204 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10205 Remove jit-lock-after-change from the _local_ hook.
10206 (jit-lock-function-1): Fix docstring.
10207
10208 * info.el (Info-on-current-buffer): Initialize info.
10209
10210 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10211
10212 * progmodes/tcl.el (tcl-indent-for-comment):
10213 Ignore comment-indent-hook.
10214
10215 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10216 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10217 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10218 and improve to use the lighter to guess the capitalization.
10219 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10220 Add keyword arguments to specify global-ness or the custom group.
10221 Add local-map and help-echo properties to the lighter.
10222 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10223 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10224
bfa6c260
DL
102252000-06-02 Dave Love <fx@gnu.org>
10226
10227 * wid-edit.el: byte-compile-dynamic since we typically don't use
10228 all the widgets. Don't require cl or widget. Remove
10229 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10230 (widget-read-event): Removed. Callers changed to use read-event.
10231 (widget-button-release-event-p): Renamed from
10232 button-release-event-p.
10233 (widget-field-add-space, widget-field-use-before-change):
10234 Uncustomize.
10235 (widget-specify-field): Use keymap property, not local-map.
10236 (widget-specify-button): Obey :suppress-face.
10237 (widget-specify-insert): Use modern backquote syntax.
10238 (widget-image-directory): Renamed from widget-glyph-directory.
10239 (widget-image-enable): Renamed from widget-glyph-enable.
10240 (widget-image-find): Replaces widget-glyph-find.
10241 (widget-button-pressed-face): Move defvar.
10242 (widget-image-insert): Replaces widget-glyph-insert.
10243 (widget-convert): Use keywordp.
10244 (widget-leave-text, widget-children-value-delete): Use mapc.
10245 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10246 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10247 (widget-button-click): Don't set point at the click, but re-centre
10248 if we scroll out of window. Rewritten for images v. glyphs &c.
10249 (widget-tabable-at): Use POS arg, not point.
10250 (widget-beginning-of-line, widget-end-of-line)
10251 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10252 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10253 (widget-default-create): Use widget-image-insert; some rewriting.
10254 (widget-visibility-value-create)
10255 (widget-push-button-value-create, widget-toggle-value-create): Use
10256 widget-image-insert.
10257 (checkbox): Create on and off images dynamically.
10258 (documentation-link): Change :help-echo.
10259 (widget-documentation-link-echo-help): Remove.
10260
3837de12
SM
102612000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10262
10263 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10264
10265 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10266 (easy-mmode-define-toggle, define-minor-mode): Use it.
10267 (easy-mmode-define-keymap): Docstring fix.
10268 (define-derived-mode): Default PARENT to fundamental-mode.
10269 Add the derived-mode-parent symbol-property.
10270 (easy-mmode-derived-mode-p): New function.
10271
90aa4ea8
DL
102722000-06-02 Dave Love <fx@gnu.org>
10273
37193ee6
DL
10274 * files.el (convert-standard-filename): Doc fix.
10275 (normal-backup-enable-predicate): New function.
10276 (backup-enable-predicate): Use it to replace the lambda form.
10277
10278 * calendar/todo-mode.el: [This needs more work on the outline
10279 stuff.] Doc fixes.
10280 (todo) <defgroup>: Add :version.
10281 (todo-add-category): Don't use pushnew.
10282 (todo-cmd-raise): Fix typo.
10283 (todo-top-priorities): Change temp buffer name.
10284 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10285 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10286 Use outline-next-heading.
37193ee6 10287
90aa4ea8
DL
10288 * autoarg.el: Rewritten to use define-minor-mode.
10289 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10290 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10291
2e54623a
KH
102922000-06-02 Kenichi Handa <handa@etl.go.jp>
10293
10294 * isearch.el (isearch-other-meta-char): Fix previous change.
10295
c5def0db
SM
102962000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10297
3837de12
SM
10298 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10299 (log-edit-done): Only add the comment to the ring if it's different
10300 from the last comment entered.
10301
c5def0db
SM
10302 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10303
2330c9d4
DL
103042000-06-01 Dave Love <fx@gnu.org>
10305
10306 * hl-line.el: Rewritten using define-minor-mode.
10307
10308 * help.el (describe-function-1): Distinguish special form from
10309 builtin function. Sanity-check presence of arglist for builtins.
10310
6e5dfc31
KH
103112000-06-01 Kenichi Handa <handa@etl.go.jp>
10312
4dc1225b
KH
10313 * international/characters.el: Fix syntax/category setting of
10314 Tibetan characters.
10315
10316 * language/tibet-util.el (tibetan-add-components): Fixes for new
10317 encoding of Tibetan characters.
10318 (tibetan-decompose-precomposition-alist): New variable.
10319 (tibetan-decompose-region): Convert precomposed characters to
10320 non-precomposed characters.
10321 (tibetan-decompose-string): Likewise.
10322 (tibetan-composition-function): Fix args to
10323 thibetan-compose-string.
10324
10325 * language/tibetan.el (tibetan-composable-pattern): More
10326 characters included.
10327 (tibetan-consonant-transcription-alist): Rule for "R" added.
10328 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10329 "+R" added.
10330 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10331
eadef5e6
KH
10332 * language/lao-util.el (lao-composition-function): Fix args to
10333 compose-string.
10334
10335 * language/thai-util.el (thai-composition-function): Fix args to
10336 compose-string.
10337
6e5dfc31 10338 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
10339 to prevent the point moving to the end of a composition when a
10340 part of a composition is searched.
6e5dfc31
KH
10341 (isearch-other-meta-char): If the key invoking this command can be
10342 mapped by function-key-map to a printing char, call
10343 isearch-process-search-char directly.
10344
2598a293
SM
103452000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10346
10347 * emacs-lisp/bytecomp.el:
10348 * frame.el:
10349 * international/mule-cmds.el:
10350 * international/mule-util.el:
10351 * international/mule.el:
10352 * mouse.el:
10353 * subr.el:
10354 * faces.el: Update calls to make-obsolete with a WHEN argument.
10355
10356 * byte-run.el (make-obsolete, make-obsolete-variable):
10357 Add an optional WHEN argument and change the format of the
bff71087 10358 symbol-property information.
2598a293
SM
10359 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10360 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10361 new obsolete-symbol-property format and print WHEN if it is provided.
10362
28d8dff1
DL
103632000-05-31 Dave Love <fx@gnu.org>
10364
10365 * loadhist.el (loadhist-hook-functions): Remove
10366 before-change-function, after-change-function.
10367 (unload-feature): Deal with symbols which are both bound and
10368 fbound.
10369
10370 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10371 before-change-function, after-change-function.
10372
10373 * simple.el (newline): Don't bind before-change-function,
10374 after-change-function.
10375
7f565d87
RV
103762000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10377
10378 * whitespace.el (whitespace-rescan-timer-time): Update interval
10379 set to 600 seconds (10 minutes) instead of 60 seconds since
10380 a large number of whitespace buffers causes emacs to `freeze'
10381 for a considerable amount of time.
10382
bff71087 10383 * whitespace.el: Updated email address
7f565d87 10384
a8d693d8
DL
103852000-05-31 Dave Love <fx@gnu.org>
10386
10387 * add-log.el (change-log-font-lock-keywords) <function>: Add
10388 pattern for function of change.
10389 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10390 acknowledgements patterns.
10391
a50192e7
KH
103922000-05-31 Kenichi Handa <handa@etl.go.jp>
10393
10394 * isearch.el (isearch-printing-char): If keyboard coding system is
10395 being used, call isearch-process-search-multibyte-characters.
10396
10397 * international/isearch-x.el: Mostly rewritten.
10398
10399 * international/quail.el (quail-start-conversion): Don't include
10400 unhandled events in the returned events, but set them in
10401 unread-command-events. Exit if all inputs are deleted.
10402
7e492772
JR
104032000-05-30 Jason Rumney <jasonr@gnu.org>
10404
10405 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10406
10407 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10408 Reenable code to create initial fontsets.
10409 Use set-fontset-font in place of put-charset-property.
10410
10fc3187
GM
104112000-05-30 Gerd Moellmann <gerd@gnu.org>
10412
79148ea7
GM
10413 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10414 label, ensure that the first colon isn't followed by another.
10415
10416 * paths.el (Info-default-directory-list): Doc fix.
10417
086d5b87
GM
10418 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10419 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10420 send a query containing USER only, not USER@HOST.
10421
10fc3187
GM
10422 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10423 and rmail-msgend to compute the restriction at the end, instead of
10424 computing it.
10425
49e70dec
GM
104262000-05-29 Gerd Moellmann <gerd@gnu.org>
10427
66254a13
GM
10428 * dabbrev.el (dabbrev-expand): Don't display messages in the
10429 echo area if the minibuffer window is active.
10430
49e70dec
GM
10431 * jit-lock.el (jit-lock-mode): Add after change function to
10432 local hook.
10433
104342000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10435
10436 * antlr-mode.el: New commands: hide/unhide actions,
10437 upcase/downcase literals.
10438 (antlr-tiny-action-length): New user option.
10439 (antlr-hide-actions): New command. Suggested by
10440 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 10441 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
10442 (antlr-mode-menu): New entries.
10443 (antlr-downcase-literals): New command.
10444 (antlr-upcase-literals): Ditto.
10445
10446 * antlr-mode.el: Minor changes: indendation, mode-name.
10447 (antlr-indent-line): Indent cpp directive at column 0.
10448 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10449
10450 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10451 (antlr-font-lock-additional-keywords): Workaround for intentional
10452 bug in XEmacs version of font-lock.
10453 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10454 be used by a smarter version of `buffers-menu-grouping-function'.
10455
104562000-05-29 Gerd Moellmann <gerd@gnu.org>
10457
10458 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10459 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10460
49f93684
KH
104612000-05-29 Kenichi Handa <handa@etl.go.jp>
10462
10463 * international/encoded-kb.el
10464 (encoded-kbd-iso2022-designation-map): Pay attention to that
10465 charset-iso-final-char return -1 for eight-bit-control and
10466 eight-bit-graphic.
10467
5b1ae051
EZ
104682000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10469
10470 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10471 (speedbar-easymenu-definition-base): Use display-graphic-p where
10472 available, instead of window-system.
10473
a205e32a
EZ
104742000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10475
10476 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10477 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10478 coding systems.
10479
dd854dc2
DL
104802000-05-26 Dave Love <fx@gnu.org>
10481
c88a85d5
DL
10482 * disp-table.el (standard-display-underline): Don't use
10483 internal-find-face.
10484
dd854dc2
DL
10485 * mail/reporter.el: Maintainer change. Doc fixes.
10486 (reporter-version): Deleted.
10487
10488 * emacs-lisp/elp.el: Maintainer change.
10489 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10490
dc29aa6c
SM
104912000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10492
10493 * add-log.el (add-change-log-entry): Merge the current entry with the
10494 previous one if the previous one is empty.
10495
ed62683d
DL
104962000-05-26 Dave Love <fx@gnu.org>
10497
4370a375
DL
10498 * loadhist.el (unload-feature): Fix interactive spec [from
10499 lijnzaad@ebi.ac.uk].
10500
ed62683d
DL
10501 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10502 subr-arity to check primitives.
10503 (byte-compile-flush-pending, byte-compile-file-form-progn)
10504 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10505 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10506 mapcar.
10507
ba9f8f95
KH
105082000-05-26 Kenichi Handa <handa@etl.go.jp>
10509
0f3e0672
KH
10510 * international/fontset.el: Set family names of non-latin charsets
10511 in default fontset to "*".
10512
cebefb44
KH
10513 * international/mule-diag.el (print-fontset): Combine family part
10514 and registry part of the fontname by "-*-" instead of "-".
10515
ba9f8f95
KH
10516 * international/mule-cmds.el (encode-coding-char): Make strings
10517 multibyte before calling encode-coding-string.
10518
931d0724
SM
105192000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10520
10521 * derived.el: Fix keywords.
8ccce2b0 10522 (define-derived-mode): Only define if needed.
931d0724
SM
10523
10524 * simple.el (fill-comment, comment-column, comment-start)
10525 (comment-start-skip, comment-end, comment-indent-function)
10526 (block-comment-start, block-comment-end, indent-for-comment)
10527 (set-comment-column, kill-comment, comment-padding, comment-region)
10528 (comment-multi-line, indent-new-comment-line): Remove.
10529
10530 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10531 function names for comment operations.
10532
10533 * newcomment.el: Add abundant autoload cookies.
10534 (comment-style): Don't depend on runtime data at compile-time.
10535 (comment-indent-hook): Remove.
10536 (comment-indent): Check if comment-indent-hook is bound.
10537 (comment-region): Docstring fix.
10538
6fc596cf
DL
105392000-05-25 Dave Love <fx@gnu.org>
10540
10541 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10542 byte-code-function-p.
10543
10544 * mail/rmailsum.el: Add provide.
10545
10546 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10547
10548 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10549 defcustom.
10550
7997f1ca 105512000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10552
7997f1ca
MK
10553 * ediff-diff.el (ediff-exec-process): delete --binary option from
10554 non-buffer ediff jobs.
7f565d87 10555
e7a903e8
EZ
105562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10557
10558 * hilit-chg.el (highlight-changes-mode): Ask about color or
10559 grayscale support, not about window-system.
10560
10561 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10562 window-system.
10563 (ffap-highlight): Always default to t.
10564
10565 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10566 display-popup-menus-p instead of looking at window-system.
10567
10568 * disp-table.el (standard-display-g1, standard-display-graphic):
10569 Only refuse to use string glyphs on X and MS-Windows.
10570
10571 * avoid.el: Remove window-system from commentary, suggest to use
10572 display-*-p instead.
10573
10574 * apropos.el (apropos-print): Use display-mouse-p instead of
10575 window-system.
10576
14028d57
EZ
105772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10578
10579 * international/codepage.el (cp-decoding-vector-for-codepage):
10580 Fill up unsupported characters with their own codes. From Kenichi
10581 Handa.
10582
1a4f9cc1
EZ
105832000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10584
10585 * international/mule-diag.el (describe-char-after): Use
10586 display-graphic-p instead of window-system, so that this function
10587 works on MS-DOS.
10588
89f6ca4e
EZ
105892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10590
10591 * international/codepage.el (cp-make-coding-systems-for-codepage):
10592 Remove the eight-bit-graphic and eight-bit-control charsets from
10593 the list of charsets which we convert into `?'.
10594
eacfd7fe
KH
105952000-05-25 Kenichi Handa <handa@etl.go.jp>
10596
10597 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10598 private charsets.
10599 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10600 japanese-jisx0213-2): New charsets.
10601
10602 * international/fontset.el: Setup default fontset for new charsets.
10603
deadf7e3
DL
106042000-05-24 Dave Love <fx@gnu.org>
10605
10606 * info.el (Info-find-node-2): Restructure [following "Vadim
10607 S. Solomin" <sovs@uic.nnov.ru>].
10608
10609 * icomplete.el: Fix header for Finder.
10610
106112000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10612
10613 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10614 STAY.
10615
10616 * rmail.el (rmail-automatic-folder-directives): New user variable.
10617 (rmail-show-message): Add call to `rmail-auto-file' during
10618 display.
10619 (rmail-auto-file): New function.
10620
6de3983f 106212000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10622
fc6a6a4e 10623 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10624 account.
fc6a6a4e
GM
10625 (ediff-test-utility,ediff-diff-mandatory-option)
10626 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10627 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10628
fc6a6a4e 10629 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10630 variable.
7f565d87 10631
fc6a6a4e 10632 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10633 ediff-merge-filename-prefix.
10634
fc290d1d
MK
106352000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10636
fc6a6a4e 10637 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10638
273182b8
EZ
106392000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10640
10641 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10642 aliases for hebrew-iso-8bit.
10643
f471ea57
EZ
106442000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10645
10646 * woman.el: New version from Francis J. Wright
10647 <F.J.Wright@Maths.QMW.ac.uk>.
10648 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10649 names in environment variables regardless of the path separator.
10650 (woman-topic-all-completions-1): Don't call file-name-directory-p
10651 on all files, since woman-file-regexp already filters out any
10652 directories.
10653
01162f24
KH
106542000-05-24 Kenichi Handa <handa@etl.go.jp>
10655
48e3df76
KH
10656 * international/quail.el (quail-start-translation): Don't change
10657 modified-p of the current buffer.
10658 (quail-start-conversion): Likewise.
10659
10660 * international/kkc.el (kkc-region): Don't change modified-p of
10661 the current buffer.
10662
747d90ea
KH
10663 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10664 conform to RFC1468.
10665 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10666
17a223ff
EL
106672000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10668
10669 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10670 (speedbar-insert-button): Invisible text property fix.
10671 (speedbar-directory-plus): Renamed from speedbar-directory-+
10672 (speedbar-directory-minus): Renamed from speedbar-directory--
10673 (speedbar-page-plus): Renamed from speedbar-file-+
10674 (speedbar-page-minus): Renamed from speedbar-file--
10675 (speedbar-page): Renamed from speedbar-file-
10676 (speedbar-tag): Renamed from speedbar-tag-
10677 (speedbar-tag-plus): Renamed from speedbar-tag-+
10678 (speedbar-tag-minus): Renamed from speedbar-tag--
10679 (speedbar-expand-image-button-alist): Use above renames.
10680
10681 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10682 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10683 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10684 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10685 * sb-pg.xpm: Renamed from sb-file.xpm
10686 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10687 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10688
e6b6fc18
KH
106892000-05-24 Kenichi Handa <handa@etl.go.jp>
10690
10691 * international/quail.el (quail-show-guidance-buf): Set
10692 current-input-method of the guidance buffer to the name of the
10693 curren input method.
10694
a1a336eb
SM
106952000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10696
10697 * progmodes/compile.el (compile-internal): Style typo.
10698
10699 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10700 quote vars and functions in the docstring.
10701
10702 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10703
10704 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10705 Don't quote lambdas.
10706
10707 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10708
9695b783
GM
107092000-05-23 Gerd Moellmann <gerd@gnu.org>
10710
716e3b88
GM
10711 * startup.el (command-line): Determine source file of compiled
10712 user init file differently. Warn if compiled user init file
10713 is older than its source file.
10714
9695b783 10715 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10716
41ac433f
EZ
107172000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10718
10719 * files.el (make-backup-file-name-1): Replace slashes with `!'
10720 rather than `|' (which is not allowed on Windows). Replace the
10721 drive letters with a string "drive_X".
10722
46600ab1
GM
107232000-05-23 Gerd Moellmann <gerd@gnu.org>
10724
10725 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10726
10727 * files.el (interpreter-mode-alist): Add `bash2'.
10728
79a64d87
DL
107292000-05-22 Dave Love <fx@gnu.org>
10730
10731 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10732 mapc.
10733 (feature-file): Avoid calling symbol-name. Doc fix.
10734 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10735 (loadhist-hook-functions): Add mouse-position-function.
10736 (unload-feature): Change uses of mapcar.
10737
10738 * files.el (parse-colon-path): Doc fix.
10739 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10740 (set-auto-mode): Use mapc.
10741
10742 * complete.el (PC-look-for-include-file): Use :alnum: character
10743 class.
10744 (partial-completion-mode): Add autoload cookie.
10745
0e8c11d8
SS
107462000-05-22 Sam Steingold <sds@gnu.org>
10747
ce75fd23 10748 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10749 `add-text-properties' (bug introduced on 2000-05-18).
10750
d8d0fa6c
DL
107512000-05-22 Dave Love <fx@gnu.org>
10752
10753 * bindings.el: Remove debug-ignored-errors set in other files.
10754
10755 * progmodes/etags.el: Add to debug-ignored-errors.
10756 (visit-tags-table-buffer): Clear out buffers holding old tables
10757 when making a new list.
10758 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10759 mapc.
10760
10761 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10762 quote keywords.
10763 (cmpl-string-case-type): Use character classes.
10764
0e8c11d8
SS
10765 * comint.el:
10766 * textmodes/ispell.el:
10767 * imenu.el:
d8d0fa6c
DL
10768 * mail/mh-e.el:
10769 * progmodes/compile.el: Add to debug-ignored-errors.
10770
10771 * dabbrev.el: Add to debug-ignored-errors.
10772 (dabbrev-completion): Use mapc.
10773
1edbbf8a
EZ
107742000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10775
10776 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10777 (woman-mapcan, woman-parse-man.conf)
10778 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10779 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10780 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10781 path syntax better.
10782 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10783 (woman-manpath): Call woman-parse-man.conf.
10784 (woman-emulation): New defcustom, defaults to nroff.
10785 (woman-font-support): New defconst.
10786 (woman-use-symbol-font): New defcustom.
10787 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10788 "Emulation".
10789 Many functions: Doc fix.
10790
5bd2148c
KH
107912000-05-22 Kenichi Handa <handa@etl.go.jp>
10792
10793 * international/quail.el (quail-simple-translation-keymap): Map
10794 128..255 to quail-self-insert-command.
10795 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10796
4125ec7e
SM
107972000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10798
a1a336eb
SM
10799 * help.el (help-manyarg-func-alist): Typo.
10800
40aeecad
SM
10801 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10802 intervals which makes it heaps simpler.
10803
4125ec7e
SM
10804 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10805 the nested comment markers.
e4da9c1c
SM
10806
10807 * subr.el (remove-hook): Don't turn the hook's value into a list.
10808
cb7216a7
DL
108092000-05-21 Dave Love <fx@gnu.org>
10810
ac266581
DL
10811 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10812 are invalid characters.
10813
cb7216a7
DL
10814 * international/mule-util.el (detect-coding-with-priority): Use
10815 mapc. Remove redundant lambda.
10816
10817 * international/mule-diag.el (list-non-iso-charset-chars)
10818 (describe-fontset): Remove redundant lambda.
10819
10820 * emulation/crisp.el (brief-mode): New alias.
10821
10822 * emacs-lisp/ring.el (ring-elements): New function.
10823
10824 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10825 (easy-menu-do-add-item): Use keywordp.
10826
10827 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10828
10829 * replace.el: Doc and error message fixes.
10830 (replace-highlight): Use facep, not internal-find-face.
10831
9b0d1d6e
SM
108322000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10833
b2d2cf58
SM
10834 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10835
ffe7dc64
SM
10836 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10837 (log-edit-insert-changelog): Drop `:' as well.
10838
10839 * log-view.el: Fix file description.
10840 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10841 available.
10842 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10843 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10844
c8c21615
SM
10845 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10846 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10847 Print a status message if the toggle is called interactively.
10848 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10849 for global minor modes and use `defcustom' for them.
10850 Use add-minor-mode.
10851 (easy-mmode-define-derived-mode): Remove.
10852 (define-derived-mode): Fancier default docstring.
10853 (easy-mmode-define-navigation): Signal an error rather than (ding).
10854
9b0d1d6e
SM
10855 * newcomment.el (comment-styles): New `box-multi'.
10856 (comment-normalize-vars): Better default for comment-continue to
10857 avoid whitespace-only continuations.
10858 (comment-search-forward): Always move even in the no-syntax case.
10859 (comment-padright): Only obey N if it's only obeyed for padleft.
10860 (comment-make-extra-lines): Better handling of empty continuations.
10861 Use `=' for the filler if comment-start has only one character.
10862 (uncomment-region): Try handling the special `=' filler.
10863 (comment-region): Allow LINES even if MULTI is nil.
10864 (comment-box): Choose box style based on comment-style.
10865
f5ee6d0f
KH
108662000-05-20 Kenichi Handa <handa@etl.go.jp>
10867
9b0d1d6e 10868 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10869 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10870
c9671f81
KH
108712000-05-20 Kenichi HANDA <handa@etl.go.jp>
10872
10873 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10874 and insert, not subst-char-in-region.
10875
10876 * international/mule-diag.el (list-character-sets-1): Handle
10877 charsets eight-bit-control and eight-bit-graphic.
10878 (list-iso-charset-chars): Likewise.
10879 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10880 charactes as is. Use indent-to to align characters.
10881
10882 * international/mule-cmds.el (find-multibyte-characters): Never
10883 exclude charsets eight-bit-control and eight-bit-graphic.
10884
1426aa5c
SM
108852000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10886
10887 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10888 Don't quote lambdas.
10889
10890 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10891
2b63d473
GM
108922000-05-19 Gerd Moellmann <gerd@gnu.org>
10893
10894 * gud.el (gud-jdb-directories): Doc fix.
10895
f1355756
SM
108962000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10897
10898 * newcomment.el: New file.
10899
5f64c9e0
GM
109002000-05-19 Gerd Moellmann <gerd@gnu.org>
10901
2b63d473 10902 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10903
db7314bd
AS
109042000-05-18 Andreas Schwab <schwab@suse.de>
10905
10906 * dired.el (dired-between-files): Also skip lines beginning with
10907 `used'.
10908
25bb0401
GM
109092000-05-18 Gerd Moellmann <gerd@gnu.org>
10910
10911 * msb.el (msb-menu-cond): Add choice `user'.
10912
a199a865 109132000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10914
a199a865
GM
10915 * ps-print.el: Compatibility, customization and doc fix.
10916 (ps-printer-name-option): Replace defconst by defvar.
10917 (ps-postscript-code-directory): XEmacs compatibility.
10918 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10919 fix.
10920 (ps-user-defined-prologue, ps-print-prologue-header)
10921 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10922 compatibility and code fix.
10923 (ps-print-background-image, ps-print-background-text):
10924 Customization fix.
10925 (ps-line-number-start, ps-n-up-on): New vars.
10926
25bb0401
GM
109272000-05-18 Espen Skoglund <esk@ira.uka.de>
10928
10929 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10930 the indent-comment function to just return the appropriate indent.
10931
68e6c83a
EL
109322000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10933
10934 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10935 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10936 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10937
dae6cb9f
DL
109382000-05-18 Dave Love <fx@gnu.org>
10939
10940 * info.el (Info-fontify-node): Add intangible property as well as
10941 invisible.
10942
10943 * calendar/appt.el (appt-make-list): Match all lines of entry.
10944 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10945
813086ea
KH
109462000-05-18 Kenichi Handa <handa@etl.go.jp>
10947
10948 * international/mule-diag.el (describe-char-after): Call
10949 internal-char-font, not char-font. If internal-char-font returns
10950 nil, display "-- none --".
10951
24978190
EZ
109522000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10953
10954 * image.el (image-type-available-p): Don't reference image-types
10955 if it isn't bound.
10956
2fca2d5d
SM
109572000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10958
10959 * autoarg.el (autoarg-mode): Typo in the :set argument.
10960
cfc75d05
EZ
109612000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10962
10963 * startup.el (command-line-1): Don't signal an error if the
10964 directory for auto-save-list files does not yet exist.
10965
c4e30387
KH
109662000-05-17 Kenichi Handa <handa@etl.go.jp>
10967
10968 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10969
dd6b8ea7
SM
109702000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10971
10972 * subr.el (remove-hook): `setq' hook-value, not `set'.
10973
399c88ad
SS
109742000-05-16 Sam Steingold <sds@gnu.org>
10975
a199a865 10976 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10977
01651f07
DL
109782000-05-16 Dave Love <fx@gnu.org>
10979
10980 * cus-edit.el: Don't require cl or easymenu.
10981 (custom-variable-prompt): Test standard-value property, not
10982 user-variable-p.
10983
2248c40d
SS
109842000-05-16 Sam Steingold <sds@gnu.org>
10985
10986 * subr.el (add-hook): `setq' hook-value, not `set'.
10987
b15f3b77
GM
109882000-05-16 Gerd Moellmann <gerd@gnu.org>
10989
10990 * startup.el (command-line-1): Mention the FAQ in the startup
10991 message.
10992
10993 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10994
10995 * progmodes/compile.el (compilation-parse-errors): Collect
10996 `nomessage' regexps last.
10997
10998 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10999
11000 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11001 to the function name.
11002
f9bbcfac
EL
110032000-05-15 Dave Love <fx@gnu.org>
11004
11005 * speedbar.el (speedbar-recenter): Typo.
11006 (speedbar-expand-line): Make arg optional.
11007 (speedbar-mode): Avoid a compiler warning.
11008
119b42eb
GM
110092000-05-15 Gerd Moellmann <gerd@gnu.org>
11010
11011 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11012 user-specified option string is empty.
11013
11014 * mouse.el (mouse-yank-at-click): Doc fix.
11015
f685bea9
EZ
110162000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * term/internal.el (IT-character-translations): More updates of
11019 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11020 documents.
11021
a1b8d58b
GM
110222000-05-15 Gerd Moellmann <gerd@gnu.org>
11023
11024 * env.el (getenv): New function, interactively callable.
11025 (setenv, getenv): Remove autoload cookies.
11026
11027 * loadup.el: Load `env'.
11028
11029 * progmodes/f90.el: Change author's mail address.
11030
c9bba7ed
DL
110312000-05-14 Dave Love <fx@gnu.org>
11032
e5c83697
DL
11033 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11034 goto-addr as an option.
11035
11036 * help.el (help-xref-stack): Doc fix.
11037 (help-xref-following): New variable.
11038 (help-make-xrefs): Use it.
11039 (help-xref-go-back): Use position information from stack element.
11040 (help-follow): Make position in stack element a pair. Use
11041 help-xref-following.
399c88ad 11042
e5c83697
DL
11043 * autoarg.el: New file.
11044
11045 * faces.el: Declare more functions obsolete.
11046
c9bba7ed
DL
11047 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11048 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11049 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11050 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11051 Remove all the setup-...-environment functions.
11052
b6389bfb
EL
110532000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11054
a1b8d58b
GM
11055 * speedbar.el: Updated the commentary section. xemacs20p now uses
11056 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11057 (speedbar-easymenu-definition-base): Add toggle for images.
11058 (speedbar-easymenu-definition-special): Add flush cache & expand.
11059 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11060 (speedbar-reconfigure-keymaps-hook): New variable.
11061 (speedbar-frame-parameters): Updated documentation.
11062 (speedbar-use-imenu-flag): Updated custom tag
11063 (speedbar-dynamic-tags-function-list): New variable.
11064 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11065 (speedbar-indentation-width, speedbar-indentation-width) New
11066 variables.
11067 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11068 (speedbar-vc-indicator): Doc update.
11069 (speedbar-ignored-path-expressions): Updated default value.
11070 (speedbar-supported-extension-expressions): Updated default value.
11071 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11072 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11073 as "+". Added overlay aliases.
11074 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11075 `force-mode-line-update'.
11076 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11077 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11078 `mouse-set-point'
b6389bfb 11079 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11080 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11081 of arbitrary text, and new helper functions.
11082 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11083 filename finder.
b6389bfb
EL
11084 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11085 (speedbar-directory-buttons): Update path search/expansion.
11086 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11087 `speedbar-indentation-width'. Use more care w/ invisible
11088 properties.
b6389bfb
EL
11089 (speedbar-change-expand-button-char): Call
11090 `speedbar-insert-image-button-maybe'.
11091 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11092 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11093 (speedbar-trim-words-tag-hierarchy)
11094 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11095 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11096 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11097 functions.
b6389bfb
EL
11098 (speedbar-mouse-set-point): New function
11099 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11100 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11101 of tag prefix text.
11102 (speedbar-expand-line, speedbar-contract-line): Make more robust
11103 to strange text.
11104 (speedbar-expand-line): Takes universal argument to flush the
11105 cache.
b6389bfb
EL
11106 (speedbar-flush-expand-line): New function.
11107 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11108 Use new generator insertion method.
11109 (speedbar-fetch-dynamic-tags): New function.
11110 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11111 `speedbar-fetch-dynamic-imenu'.
11112 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11113 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11114 "Revert Buffer" menu items.
11115 (speedbar-buffer-buttons-engine): Be smarter when creating a
11116 filename tag (for expansion purposes.).
a1b8d58b
GM
11117 (speedbar-highlight-one-tag-line,
11118 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11119 (speedbar-recenter): New functions.
b6389bfb 11120 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11121 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11122 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11123 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11124 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11125 (speedbar-expand-image-button-alist): New variable.
11126 (speedbar-insert-image-button-maybe): Insert an image over some
11127 buttons.
11128
43fe9244
KH
111292000-05-13 Kenichi Handa <handa@etl.go.jp>
11130
11131 * international/mule-cmds.el (encode-coding-char): An ASCII
11132 character is always encodable.
11133
11134 * international/mule-conf.el: Add more information in descriptions
11135 of character sets.
11136
813086ea 11137 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11138 (describe-font-internal): Adjusted for the change of font-info.
11139 (describe-font): Likewise.
11140 (print-fontset): Rewritten for the new fontset implementation.
11141 (describe-fontset): Include fontset alias names in completion.
11142 (list-fontsets): Adjusted for the change of print-fontset.
11143
11144 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11145 describe-char-after instead of displaying the detail in the echo
11146 area.
813086ea
KH
11147 (syntax-code-table): Format changed.
11148 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11149
e8564f57
SM
111502000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11151
11152 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11153
9278c60d
DL
111542000-05-12 Dave Love <fx@gnu.org>
11155
11156 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11157 dependence. Use line-{beginning,end}-position, not
11158 point-at{b,e}ol. Some doc fixes.
11159 (todo-position): New function. Fix callers of position to use it.
11160 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11161
be0505fe
GM
111622000-05-12 Gerd Moellmann <gerd@gnu.org>
11163
11164 * time.el (display-time-mail-icon): Use `:ascent center'.
11165
a8a3541c
GM
11166 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11167 handling FTP security extensions.
399c88ad 11168
44d5f148
DL
111692000-05-11 Dave Love <fx@gnu.org>
11170
33d0c179 11171 * calendar/todo-mode.el: New file.
44d5f148 11172
da4496b6
GM
111732000-05-11 Gerd Moellmann <gerd@gnu.org>
11174
cdc4401d
GM
11175 * comint.el (comint-read-input-ring): Move reference to
11176 comint-input-ring-size outside of the save-excursion. It was
11177 causing the default value to be the only one ever seen.
399c88ad 11178
0279f991
GM
11179 * font-lock.el: Update copyright. Remove Simon Marshall's email
11180 address on request from him.
11181
da4496b6
GM
11182 * subr.el (substitute-key-definition): Add comment describing
11183 the meaning of PREFIX.
11184
ac5cb26d
SM
111852000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11186
11187 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11188
11189 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11190 (add-minor-mode): Don't make the variable buffer-local and add a
11191 reference to define-minor-mode in the docstring.
11192
11193 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11194 HEADER/FOOTER and fix bug with trailing empty directory.
11195 (cvs-append-to-ignore): Use vc-editable-p if available.
11196 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11197 (vc-do-command): Tweak advice to handle the new VC.
11198
11199 * log-view.el (log-view-goto-rev): New function for the new VC.
11200 (log-view-minor-wrap): Use mark-active.
11201
11202 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11203 (log-edit-changelog-full-paragraphs): New var.
11204 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11205 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11206 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11207 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11208 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11209 Replace the `cvs' prefix with `log-edit'.
11210
11211 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11212
11213 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11214 (diff-font-lock-defaults): Explicitly turn off multiline.
11215 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11216 (diff-ediff-patch): Fix call to ediff-patch-file.
11217 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11218 Handle comments.
11219
11220 * frame.el (automatic-hscrolling): Typo.
11221
11222 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11223
21c34da3
DL
112242000-05-09 Sam Steingold <sds@goems.com>
11225
11226 * apropos.el (apropos-print): use `describe-face' instead of
11227 `customize-face-other-window'.
11228
950cf06f
DL
112292000-05-09 Dave Love <fx@gnu.org>
11230
11231 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11232
11233 * help.el (describe-variable): Have customize button pop the
11234 help-xref stack when invoked.
11235 (help-xref-symbol-regexp): Add `face'.
11236 (help-make-xrefs): Check for quoted face names and adapt regexp
11237 submatch numbers to cope.
11238 (help-xref-interned): Maybe insert face doc too. Separate
11239 sections with a line of hyphens.
11240
0623e40f 11241 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11242 (describe-face): Add customize button. Return the help
11243 text. Fix prompt.
11244
82e2ca9d
EZ
112452000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11246
11247 * term/internal.el (IT-character-translations): Fix last change.
11248
10c00b5c
EZ
112492000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11250
11251 * woman.el: New file
11252 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11253
9deed82f
EZ
112542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11255
001ad319
EZ
11256 * term/internal.el (IT-character-translations): Update ASCII
11257 simulations for greek-iso8859-7, add latin-iso8859-14 and
11258 latin-iso8859-15.
11259
9deed82f
EZ
11260 * international/mule-cmds.el (set-language-info-alist): Call
11261 define-prefix-command with 3 arguments, to make the map suitable
11262 for a menu.
11263
4f37b78a
DL
112642000-05-07 Dave Love <fx@gnu.org>
11265
1ec321a7 11266 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11267
64a4c526
DL
112682000-05-05 Dave Love <fx@gnu.org>
11269
11270 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11271 list in doc string. Don't quote keyword symbols.
11272 * emacs-lisp/cl.el: Likewise
11273 * emacs-lisp/cl-seq.el: Likewise
11274
056565f7
GM
112752000-05-05 Gerd Moellmann <gerd@gnu.org>
11276
11277 * abbrev.el (abbrev-mode): Make ARG optional.
11278
4656b314
GM
112792000-05-04 Gerd Moellmann <gerd@gnu.org>
11280
ec82fb2f
GM
11281 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11282
11283 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11284
4656b314
GM
11285 * subr.el (substitute-key-definition): Clarify documentation.
11286
112872000-05-04 Milan Zamazal <pdm@freesoft.cz>
11288
11289 * glasses.el (glasses-convert-to-unreadable): Use
11290 `glasses-separator' instead of the hard-wired "_".
11291 (glasses-mode): Call `glasses-make-unreadable' only in a single
11292 place.
11293
7b081c78
EZ
112942000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11295
11296 * term/internal.el (cjk-codepages-alist): Add associations for
11297 Chinese and Korean codepages. Remove FIXME comment.
11298
baa5536e
DL
112992000-05-03 Dave Love <fx@gnu.org>
11300
11301 * time.el (display-time-mail-face, display-time-use-mail-icon):
11302 New option.
11303 (display-time-mail-icon): New variable.
11304 (display-time-string-forms): Use the above. Fix the local-map.
11305
cbf18892
GM
113062000-05-03 Gerd Moellmann <gerd@gnu.org>
11307
4ff40dd0
GM
11308 * replace.el (query-replace-map): Add binding for `E'.
11309 (query-replace-help): Extend help text.
11310 (perform-replace): Allow editing the replacement string.
11311
11312 * make-mode.el (makefile-mode-abbrev-table): New variable.
11313 (makefile-mode): Set local abbrev table to
11314 makefile-mode-abbrev-table.
11315 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 11316
cbf18892
GM
11317 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11318 set TOGGLE's value.
11319
4ff40dd0
GM
11320 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11321 mail-interactive-insert-alias.
11322 (mail-abbrev-complete-alias): New command.
11323 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 11324
ffec4d9f
KH
113252000-05-03 Kenichi Handa <handa@etl.go.jp>
11326
11327 * language/lao-util.el (lao-compose-region): New function.
11328
1b0672c3
GM
113292000-05-02 Gerd Moellmann <gerd@gnu.org>
11330
576da55d
GM
11331 * files.el (recover-session): Make directories as necessary
11332 if they don't exist yet.
11333
399c88ad
SS
11334 * calendar/cal-french.el
11335 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
11336 (french-calendar-special-days-array): Change French text.
11337 (calendar-french-date-string): Change output.
11338 (calendar-goto-french-date): Likewise.
11339
113402000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11341
11342 * wid-edit.el (widget-default-active): Obey `:always-active'.
11343 (widget-documentation-string-value-create): Set `:always-active'.
11344
4b33deaa
EZ
113452000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11346
11347 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11348 default prefix to `~/_emacs.d/auto-save.list/_s'.
11349 (normal-top-level): Create the directory for auto-save files, if
11350 it doesn't already exist (in the ms-dos case only).
11351
5c922ea7
EZ
113522000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11353
11354 * international/mule-cmds.el (set-language-environment): Don't
11355 concat an integer (dos-codepage), use format instead.
11356
820ad5e7
DL
113572000-05-02 Dave Love <fx@gnu.org>
11358
11359 * help.el (help-xref-on-pp): Check for constant symbols.
11360
57cb56f5
GM
113612000-04-29 Gerd Moellmann <gerd@gnu.org>
11362
11363 * startup.el (normal-top-level): Put a condition-case around
11364 the code loading subdirs.el.
11365
113662000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 11367
57cb56f5
GM
11368 * ps-print.el: Upside-down and face background color printing,
11369 line number step, doc fix.
11370 (ps-print-version): New version number (5.2).
11371 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11372 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11373 (ps-spool-config): Var fix.
11374 (ps-printer-name-option): Const fix.
11375 (ps-print-upside-down, ps-use-face-background)
11376 (ps-line-number-step): New vars.
11377 (ps-window-system, ps-lp-system): New consts.
11378 (ps-face-background): New fun.
11379
084cec2f
GM
113802000-04-28 Richard Stallman <rms@gnu.org>
11381
11382 * files.el (make-auto-save-file-name):
11383 Apply auto-save-file-name-transforms to visited file name
11384 before generating auto save file name.
11385 (auto-save-file-name-transforms): New variable.
11386
399c88ad 11387 * files.el (backup-enable-predicate):
084cec2f
GM
11388 Correctly test for a file under a temporary directory.
11389
c94f4677
GM
113902000-04-28 Gerd Moellmann <gerd@gnu.org>
11391
11392 * subr.el (add-minor-mode): Rewritten.
11393
7b211df5
KH
113942000-04-28 Kenichi Handa <handa@etl.go.jp>
11395
11396 * mail/sendmail.el (sendmail-send-it): Set
11397 buffer-file-coding-system to the selected coding system for MIME
11398 header.
11399
c76e04a8 114002000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 11401
c76e04a8
GM
11402 * dired.el (dired-move-to-filename-regexp): Allow format where
11403 YYYY is followed by two spaces.
e3e36d74 11404
c76e04a8
GM
11405 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11406 in the second character class of the regexp.
11407
11408 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11409 mh-etc, too.
353964e3 11410
c76e04a8
GM
11411 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11412 nil.
399c88ad 11413
353964e3
GM
11414 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11415
11416 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11417 argument.
11418
c76e04a8 114192000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 11420
c76e04a8
GM
11421 * emacs-lisp/crm.el (crm-completion-table): New variable.
11422 (crm-collection-fn, crm-test-completion)
11423 (completing-read-multiple): Use it.
11424
114252000-04-27 Dave Love <fx@gnu.org>
11426
11427 * help.el (locate-library): Use mapc.
11428 (help-manyarg-func-alist): Add call-process-region.
11429
7464346d
GM
114302000-04-26 Gerd Moellmann <gerd@gnu.org>
11431
b35bd33d
GM
11432 * subr.el (add-minor-mode): Make argument MAP optional.
11433
7464346d
GM
11434 * desktop.el (desktop-save): Save list of minor modes.
11435 (desktop-create-buffer): Restore minor modes.
11436 (desktop-minor-mode-table): New user-option.
11437
11438 * subr.el (add-minor-mode): New function.
11439
11440 * image.el (find-image): New function.
11441 (defimage): Rewritten to find image at load time.
11442
11443 * startup.el (normal-top-level-add-to-load-path): Handle
11444 case that the default directory is not in load-path.
11445
11446 * help.el: Old patch from Stefan Monnier.
11447 (help-xref-on-pp): New function.
11448 (describe-variable): Use it to display xrefs in a symbol's value.
11449
23c0fb21
SM
114502000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11451
11452 * cus-edit.el (custom-face): Fix parenthesis.
11453
fad95037
KH
114542000-04-26 Kenichi Handa <handa@etl.go.jp>
11455
f03392a1
KH
11456 * mail/rmail.el (rmail-expunge): When there are no deleted
11457 messages, do nothing.
fad95037 11458
0d7c5bb9
DL
114592000-04-26 Dave Love <fx@gnu.org>
11460
11461 * international/mule-cmds.el (locale-translation-file-name):
11462 Defvar to nil.
11463 (set-locale-environment): Set it here (at runtime).
11464
612839b6
GM
114652000-04-25 Gerd Moellmann <gerd@gnu.org>
11466
11467 * replace.el (perform-replace): Add parameters START and END. Use
11468 them instead of the check for a region in Transient Mark mode.
11469 (query-replace-read-args): Return two more list elements for the
11470 start and end of the region in Transient Mark mode.
11471 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11472 (map-query-replace-regexp, replace-string, replace-regexp): Add
11473 optional last arguments START and END and pass them to
11474 perform-replace.
11475
11476 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11477 form with additional arguments for perform-replace.
11478
11479 * progmodes/etags.el (tags-query-replace): Add parameters START
11480 and END. Construct a form with additional arguments for
11481 perform-replace.
11482
11483 * simple.el (shell-command): Set default directory for "*Shell
11484 Command Output" buffer.
11485
11486 * language/european.el (iso-latin-4): Fix typo.
11487
11488 * emacs-lisp/crm.el: New file.
11489
2917cc05
DL
114902000-04-24 Dave Love <fx@gnu.org>
11491
11492 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11493 (Custom-reset-saved, Custom-reset-standard)
11494 (custom-group-value-create, custom-group-set, custom-group-save)
11495 (custom-group-reset-current, custom-group-reset-saved)
11496 (custom-group-reset-standard): Use mapc.
11497 (custom-buffer-create-internal): Disable undo when creating items.
11498 Use mapc.
11499 (custom-face): Avoid redundant lambda.
11500
abfcc168
GM
115012000-04-24 Gerd Moellmann <gerd@gnu.org>
11502
11503 * startup.el (auto-save-list-file-prefix): Set default to
11504 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11505
fa78f71b
SS
115062000-04-24 Sam Steingold <sds@gnu.org>
11507
11508 * time-stamp.el (time-stamp-string-preprocess): Always convert
11509 `field-result' to a string.
11510
cc181e95
GM
115112000-04-24 Gerd Moellmann <gerd@gnu.org>
11512
11513 * frame.el (scrolling): New group.
11514 (automatic-hscrolling): New user-option.
11515
11516 * startup.el (command-line-x-option-alist): Add `-lsp' and
11517 `--line-spacing'.
11518
6142fdcb
DL
115192000-04-19 Dave Love <fx@gnu.org>
11520
11521 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11522 (cl-mapc): Rename from mapc. Fix the funcall.
11523
5e3dac3f
GM
115242000-04-19 Gerd Moellmann <gerd@gnu.org>
11525
1c459486
GM
11526 * simple.el (clone-indirect-buffer-other-window): New command.
11527 (clone-indirect-buffer): Add optional arg NORECROD.
11528 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11529
271b4185
GM
11530 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11531
11532 * window.el (count-screen-lines): New function.
11533 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11534 instead of window-buffer-height.
11535
11536 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11537 non-existing variable comint-input-sentinel.
11538 (inferior-lisp-args-to-list): Removed.
11539 (inferior-lisp): Use split-string instead of
11540 inferior-lisp-args-to-list.
11541
11542 * hexl.el (hexl-insert-hex-string): New command.
11543
5e3dac3f
GM
11544 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11545 instead of concat.
11546
f6d3257b
GM
115472000-04-18 Gerd Moellmann <gerd@gnu.org>
11548
11549 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11550 at the start of an existing but empty folder.
11551
115522000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11553
11554 * ps-mule.el: Customization fix, doc fix.
11555 (ps-multibyte-buffer): Customization fix.
11556
8b7bc628 115572000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11558
11559 * subr.el (read-passwd): Use read-char-exclusive.
11560
0daee095
GM
115612000-04-17 Gerd Moellmann <gerd@gnu.org>
11562
11563 * textmodes/texinfo.el (texinfo-insert-@email)
11564 (texinfo-insert-@emph, texinfo-insert-@quotation)
11565 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11566 (texinfo-mode-map): Add key bindings for them.
11567
11568 * files.el (basic-save-buffer-2): Use a template with `$'
11569 instead of `#' for VMS.
11570
11571 * simple.el (clone-indirect-buffer): New function.
11572
e10f64e7
GM
115732000-04-16 Stephen Eglen <stephen@gnu.org>
11574
11575 * iswitchb.el (iswitchb-case): New function. If the user input
11576 contains any upper-case characters, the search is made
11577 case-sensitive.
11578
e3721db1
SM
115792000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11580
e10f64e7
GM
11581 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11582 comment-end.
e3721db1
SM
11583 (texinfo-font-lock-syntactic-keywords): New var.
11584 (texinfo-font-lock-keywords): Remove comment regexp.
11585 (texinfo-insert-block): New function.
11586 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11587 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11588 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11589 (texinfo-environments): New var.
e10f64e7
GM
11590 (texinfo-environment-regexp): Use regexp-opt and
11591 texinfo-environments.
e3721db1 11592
e10f64e7
GM
11593 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11594 ispell-process is bound since this might be eval'd before ispell
11595 is loaded.
11596 (ispell-message): Use a tiny bit less magic and a bit more hard
11597 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11598
11599 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11600
11601 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11602 (insert-cyclic-diary-entry): Unquote the lambda.
11603
11604 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11605
11606 * files.el (backup-enable-predicate): Unquote the lambda.
11607
11608 * cus-edit.el (custom-face, face): Unquote the lambda.
11609
712dc9e0
GM
116102000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11611
11612 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11613
712dc9e0
GM
11614 * ps-print.el: Fix counting lines in a region.
11615 (ps-print-version): New version number (5.1.5).
11616 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11617 (ps-printing-region): Fun code fix.
11618
ffc50f2a
GM
116192000-04-15 Gerd Moellmann <gerd@gnu.org>
11620
11621 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11622 to file-directory-p.
11623
a2522dca
GM
116242000-04-14 Gerd Moellmann <gerd@gnu.org>
11625
11626 * gud.el (gud-jdb-build-source-files-list): Check that directory
11627 exists before calling directory-files.
11628
6e883610
DL
116292000-04-13 Dave Love <fx@gnu.org>
11630
11631 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11632 syntax.
11633
11634 * emacs-lisp/cl-specs.el: Remove when, unless.
11635
11636 * emacs-lisp/cl-extra.el: Don't quote keywords.
11637 (cl-old-mapc): New variable.
11638 (mapc): Use it.
11639 (cl-map-intervals): Use with-current-buffer. Don't check for
11640 next-property-change.
11641 (cl-map-overlays): Use with-current-buffer.
11642 (cl-expt): Remove.
11643 (copy-tree, remprop): Define unconditionally.
11644
11645 * emacs-lisp/cl-compat.el (keywordp): Remove.
11646
11647 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11648 to use keywordp.
11649 (edebug-spec): Enable keywordp.
11650
11651 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11652 string-lessp.
11653
11654 * cus-start.el: Use keywordp.
11655
198e3c7a
GM
116562000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11657
11658 * diary-lib.el (include-other-diary-files): Fix the fix of
11659 2000-02-18 by doing a save-excursion.
11660
116612000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11662
11663 * ps-print.el: Customization fix, doc fix.
11664 (ps-print-version): New version number (5.1.4).
11665 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11666 (ps-print-preprint): Adjust code.
11667 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11668 (ps-print-prologue-header, ps-print-control-characters)
11669 (ps-spool-config): Customization fix.
fa78f71b 11670
8eba343c
EZ
116712000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11672
11673 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11674 converted to the new menu-item format, names silightly changed,
11675 help strings added.
11676
11677 Support for spelling without async subprocesses:
11678
11679 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11680 (ispell-session-buffer): New variables.
11681 (ispell-start-process, ispell-process-status,
11682 ispell-accept-output, ispell-send-string): New functions, for
11683 Ispell invocation when async subprocesses aren't supported.
11684 (ispell-word, ispell-pdict-save, ispell-command-loop,
11685 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11686 to process-send-string with calls to ispell-send-string, and
11687 accept-process-output with ispell-accept-output.
11688 (ispell-init-process): Call ispell-process-status instead of
11689 process-status with.
11690 (ispell-init-process): Call ispell-start-process. Call
11691 ispell-accept-output and ispell-send-string. Don't call
11692 process-kill-without-query and kill-process if they are unbound.
11693 (ispell-async-processp): New function.
11694
3d30065d
DL
116952000-04-12 Dave Love <fx@gnu.org>
11696
11697 * info.el: Add debug-ignored-errors.
11698 (Info-mode-menu): Add some items.
11699 (Info-directory): Add autoload cookie.
11700
11701 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11702 Modify `truncate-lines'. Make `describe-language-environment'
11703 always visible and add help. Modify `describe-key' help. Invoke
11704 Info-directory from `info'. New entry `emacs-manual'.
11705
1a1b1895
GM
117062000-04-10 Gerd Moellmann <gerd@gnu.org>
11707
8b2affc5
GM
11708 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11709 propertized-buffer-identification.
11710 (ebrowse-update-member-buffer-mode-line): Likewise.
11711 (ebrowse--mode-strings): Removed.
11712 (ebrowse--mode-line-props): Removed.
11713
1a1b1895
GM
11714 * files.el (auto-mode-alist): Add `EBROWSE'.
11715
11716 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11717 space before testing for end of buffer.
11718 (ebrowse-load): Removed.
11719 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11720 (ebrowse-create-tree-buffer): Rewritten.
11721 (ebrowse-tree-mode): Read tree from buffer.
11722
11723 * progmodes/ebrowse-ffh.el: Removed.
11724
223f3c91
KH
117252000-04-10 Kenichi Handa <handa@etl.go.jp>
11726
11727 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11728
25fbf2c4
GM
117292000-04-10 Gerd Moellmann <gerd@gnu.org>
11730
11731 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11732 at the wrong place.
11733
92c13173
DL
117342000-04-09 Dave Love <fx@gnu.org>
11735
11736 * files.el (backup-enable-predicate): Use
11737 temporary-file-directory, small-temporary-file-directory.
11738 (make-backup-file-name-function, backup-directory-alist): New
11739 variables.
11740 (make-backup-file-name-1): New function.
11741 (make-backup-file-name): Use it.
11742 (find-backup-file-name): Likewise. Use format for clarity, not
11743 concat.
11744 (file-newest-backup): Use make-backup-file-name.
11745
be0dbdab
GM
117462000-04-09 Gerd Moellmann <gerd@gnu.org>
11747
c45be9ac 11748 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11749
c45be9ac
GM
11750 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11751 to ebrowse-ffh.el.
11752 (ebrowse-load): Add autoload.
11753
11754 * finder.el (finder-commentary): Add autoload cookie.
11755
be0dbdab
GM
11756 * mail/rfc2368.el: Correct author's email address.
11757
11758 * progmodes/ebrowse.el: New file.
11759
11760 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11761 item help string.
11762 (easy-menu-do-add-item): Ditto.
11763 (easy-menu-define): Extend doc string.
11764
11765 * jit-lock.el (with-buffer-unmodified): Use
11766 restore-buffer-modified-p.
11767 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11768 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11769 with-buffer-unmodified.
11770
3f923efe
DL
117712000-04-08 Dave Love <fx@gnu.org>
11772
11773 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11774 unless, when.
11775
d35bee0e
MK
117762000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11777
11778 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11779 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11780 doesn't support face.
d35bee0e 11781 Use `viper-put-on-search-overlay'.
fa78f71b 11782
c407c570
GM
117832000-04-04 Gerd Moellmann <gerd@gnu.org>
11784
11785 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11786 like C-r.
11787
11788 * progmodes/make-mode.el: Some doc fixes.
11789 (makefile-mode-abbrev-table): New variable.
11790 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11791 (makefile-font-lock-keywords): Fontify includes and conditionals.
11792 (toplevel): Require `dabbrev' and `add-log' when compiling.
11793
11794 * replace.el (perform-replace): Don't move forward one char
11795 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11796 to do that because it leaves point 1 position after the last
11797 replacement, after everything has been replaced.
11798
11799 * jit-lock.el (with-buffer-unmodified): New macro.
11800 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11801 modified state.
11802 (jit-lock-function-1): Extracted from jit-lock-function; not
11803 preserving buffer's modified state.
11804 (jit-lock-function, jit-lock-stealth-fontify): Call
11805 jit-lock-function-1.
11806
11807 * mail/rfc2368.el: Remove supernumerary copyright line.
11808
685e5ed2
GM
118092000-04-04 Milan Zamazal <pdm@freesoft.cz>
11810
11811 * glasses.el: Provide facilities for inserting space before left
11812 parentheses and uncapitalization of identifiers.
11813 (glasses-mode): Try to remove old overlays in all cases.
11814
0166aed1
GM
118152000-04-03 Gerd Moellmann <gerd@gnu.org>
11816
62f20204
GM
11817 * progmodes/compile.el (compile-internal): Display the compilation
11818 buffer in a different frame, if it's already displayed there.
11819
6460c400
GM
11820 * mail/rfc2368.el: New file.
11821
c0510d27
GM
11822 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11823 header and insert its value as mail body.
11824
11825 * subr.el (member-ignore-case): New function.
11826
11827 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11828 (dabbrev--find-expansion): Ignore buffers matching a regexp
11829 from dabbrev-ignored-regexps.
11830
0166aed1
GM
11831 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11832 to extensions handled by gzip.
11833
c0510d27
GM
118342000-04-03 Richard M. Stallman <rms@gnu.org>
11835
11836 * files.el (insert-directory): List the total free space
11837 along with the used space.
fa78f71b 11838
c0510d27
GM
11839 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11840 line is followed by one that matches CITATION-REGEXP, end the
11841 paragraph.
11842
118432000-04-03 Markus Rost <rost@delysid.gnu.org>
11844
11845 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11846 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11847
14c04384
KH
118482000-04-03 Kenichi Handa <handa@etl.go.jp>
11849
11850 * international/mule-cmds.el (encoded-string-description):
11851 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11852 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11853 for hexadecimal format.
14c04384 11854
ccf5869a
DL
118552000-04-01 Dave Love <fx@gnu.org>
11856
11857 * cpp.el: Change customization group to `c' from `C'.
11858
11859 * vcursor.el (vcursor-move): Use display-color-p.
11860
11861 * international/mule-util.el: Provide mule-utils.
11862 (string-to-sequence): Simplify and speed up.
11863
11864 * international/mule.el (make-coding-system): Purecopy doc-string.
11865
11866 * international/mule-cmds.el: Various menu changes.
11867 (describe-specified-language-support): Handle `Default'.
11868 (set-language-info): Purecopy `info'.
11869
610d841e
GM
118702000-03-31 Andrew Innes <andrewi@gnu.org>
11871
11872 * vc.el (vc-backend-diff): Return the correct status if we had to
11873 retry the rcsdiff command without the --brief option.
fa78f71b 11874
7f9de034
DL
118752000-03-31 Dave Love <fx@gnu.org>
11876
2de47765
DL
11877 * help.el (help-manyarg-func-alist): Correct several omissions.
11878
72838819
DL
11879 * add-log.el: Don't require cl, fortran.
11880 (add-log-current-defun-function): Doc fix.
11881 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11882 fix.
11883 (change-log-version-rcs): Function deleted.
11884 (change-log-version-number-search): Doc fix. Use
11885 vc-workfile-version. Avoid CL dolist.
11886 (add-change-log-entry): Just call add-log-current-defun to get
11887 defun. Simplify somewhat.
11888 (change-log-get-method-definition-1): Likewise.
11889 (add-log-current-defun): Return nil if calling
11890 add-log-current-defun-function does so. Move Fortran stuff to
11891 fortran.el. Return string without properties.
11892
7f9de034
DL
11893 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11894 and :alpha: char classes.
11895
11896 * mail/supercite.el: Defvar curline when compiling.
11897 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11898 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11899 rather than a-zA-Z0-9 to allow non-ASCII characters.
11900
aa110c0c
GM
119012000-03-31 Gerd Moellmann <gerd@gnu.org>
11902
11903 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11904
11905 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11906 Re-enable new code.
11907
11908 * lpr.el (print-region-1): Use -d to specify printer name for
11909 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11910
119112000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11912
aa110c0c
GM
11913 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11914 for function definition in symbol's function value slot first
11915 instead of first consulting byte-compile-function-environment.
fa78f71b 11916
6733d074
KH
119172000-03-31 Kenichi Handa <handa@etl.go.jp>
11918
11919 * language/european.el ("Polish"): New language environment.
11920 (setup-polish-environment): New function.
11921
63fcfa04
GM
119222000-03-30 Gerd Moellmann <gerd@gnu.org>
11923
11924 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11925 Disable new code.
11926
11927 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11928 trying to `load' the symbol of an autoload instead of the file
11929 recorded in the autoload. Fix error messages.
11930
7438c86b
GM
119312000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11932
11933 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11934 (ps-print-version): New version number (5.1.3).
11935 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11936 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11937 (ps-generate-postscript-with-faces): Code fix.
11938 (ps-color-values): XEmacs compatibility.
11939 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11940 (ps-default-fg, ps-default-bg): Adjust customization.
11941 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11942 (ps-color-scale): Renaming old ps-color-value fun.
11943 (ps-print-headers): Replace ps-print-header group to avoid conflict
11944 with ps-print-header variable.
11945 (ps-print-miscellany): New group.
11946 (ps-format-color, ps-rgb-color): New funs.
11947 (ps-default-foreground): New var.
11948 (ps-printer-name-option): New const.
fa78f71b 11949
326855a0
PB
119502000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11951
1f56ba73
PB
11952 * net/net-utils.el:
11953 (network-connection-host, network-connection-service): New variables
11954 (network-connection-mode): New mode, derived from comint-mode
11955 (network-connection-mode-setup): New function, saves host and
fa78f71b 11956 service information in local variables.
1f56ba73 11957
326855a0
PB
11958 * lisp/locate.el:
11959 (locate-word-at-point): Added this function
11960 (locate): Default to using locate-word-at-point as input
11961 Run dired-mode-hook
11962
141384bd
DL
119632000-03-29 Dave Love <fx@gnu.org>
11964
11965 * calendar/appt.el: Doc fixes.
11966 (appt-check): Convert min-to-app to a string before passing to
11967 appt-disp-window-function or concat.
11968 (appt-delete-window): Remove test for frame-root-window.
11969 (appt-select-lowest-window, appt-convert-time): Simplify.
11970
11971 * emacs-lisp/bytecomp.el: Doc fixes.
11972 (byte-compile-file-form-autoload): Update
11973 byte-compile-function-environment.
11974
c5aa0fc2
AS
119752000-03-29 Andreas Schwab <schwab@suse.de>
11976
11977 * emacs-lisp/autoload.el: Also print defsubst doc string
11978 specially.
11979
11980 * dired.el (dired-insert-directory): If dired-free-space-program
11981 failed just delete its output.
11982
f1d6fe69
DL
119832000-03-29 Dave Love <fx@gnu.org>
11984
11985 * international/iso-cvt.el: Move provide to end. Doc fixes.
11986 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11987 (iso-iso2sgml, iso-sgml2iso): New functions.
11988 (iso-cvt-define-menu): Fix some entries and use backquote for
11989 clarity.
11990
11991 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11992
b61f1215
GM
119932000-03-28 Gerd Moellmann <gerd@gnu.org>
11994
11995 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11996 ISO-DATE. If non-nil, return date in ISO 8601 format.
11997
ea4b0ca3
SM
119982000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11999
3831af62
SM
12000 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12001 if it ever becomes used.
12002 (log-edit-mode-hook): Default to vc-log-mode-hook.
12003 (log-edit-mode): Fix the docstring.
12004
ea4b0ca3
SM
12005 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12006 the code.
12007
08f8b1cc
DL
120082000-03-26 Dave Love <fx@gnu.org>
12009
082527fe
DL
12010 * net/browse-url.el (browse-url): Re-fix case of
12011 browse-url-browser-function being an alist.
12012 (browse-url): Add :link to defgroup.
12013
08f8b1cc
DL
12014 * files.el: Doc fixes.
12015 (file-truename): Include `[' in wildcard characters.
12016 (automount-dir-prefix): Customize.
12017 (find-file-wildcards): Add :version.
12018 (find-file-noselect): Simplify a mapcar call.
12019
12020 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12021 compatible with inf-lisp version.
12022 (eval-defun-1): Fix custom-declare-variable case.
12023
ea4b0ca3
SM
120242000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12025
12026 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12027
9a0dd3dc
GM
120282000-03-24 Gerd Moellmann <gerd@gnu.org>
12029
b68c375f
GM
12030 * Makefile (COMPILE_FIRST): New macro.
12031 (compile-files): Compile files from COMPILE_FIRST first.
12032
12033 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12034 code.
12035
9a0dd3dc
GM
12036 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12037 matching open parenthesis in column 0 to defun-prompt-regexp
12038 only if open-paren-in-column-0-is-defun-start is set.
12039
12040 * sun-curs.el: Require CL at compile-time only.
12041
12042 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12043 instead of copy-list which is a function from CL.
12044 (msb--choose-menu, msb--mode-menu-cond)
12045 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12046 (msb--init-file-alist): Use mapcar instead of mapcan.
12047 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12048 `(' in column 0 in doc string.
12049 (msb--add-separators): Use mapcar instead of mapcan.
12050
12051 * cus-dep.el: Require CL at compile-time only.
12052
c7dcadb5
SM
120532000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12054
12055 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12056 (byte-compile-warnings): New warning `noruntime'.
12057 (byte-compile-constants, byte-compile-variables): Fix docstring.
12058 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12059 execute `eval-whenc-compile's body.
12060 (byte-compile-unresolved-functions): Fix docstring.
12061 (byte-compile-eval): New function.
12062 (byte-compile-callargs-warn): Check if the function will be available
12063 at runtime (via property `byte-compile-noruntime').
12064 (byte-compile-print-syms): New function.
12065 (byte-compile-warn-about-unresolved-functions): Also warn about
12066 `noruntime' functions (and use `byte-compile-print-syms').
12067 (byte-compile-file): Capitalize the message.
12068
3b55acc9
GM
120692000-03-24 Gerd Moellmann <gerd@gnu.org>
12070
12071 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12072 (rmail-expunge): Ask for confirmation depending on the setting
12073 of rmail-confirm-expunge.
12074
120752000-03-23 Gerd Moellmann <gerd@gnu.org>
12076
12077 * Makefile (bootstrap-clean): If $(emacs) exists, build
12078 loaddefs.el first. A loaddefs.el that's not up-to-date might
12079 cause a bootstrap failure because things don't autoload as
12080 expected.
12081
02c76af4
DL
120822000-03-23 Dave Love <fx@gnu.org>
12083
12084 * net/browse-url.el: Restore previous use of
12085 browse-url-maybe-new-window.
12086
1a3199d9
GM
120872000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12088
12089 * ps-print.el: Skip banner page fix.
12090 (ps-print-version): New version number (5.1.2).
12091 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12092
1a3199d9
GM
120932000-03-23 Dave Pearson <davep@davep.org>
12094
12095 * net/quickurl.el Changed the type of parameter passed to the
12096 function defined by `quickurl-format-function'. Before only the
12097 text of the URL was passed. Now the whole URL structure is passed
12098 and the function is responsible for extracting the parts it
12099 requires. Changed the default of `quickurl-format-function'
12100 accordingly.
12101 (quickurl-insert): Changed the `funcall' of
12102 `quickurl-format-function' to match the above change.
12103 (quickurl-list-insert): Changed the `url' case so that it makes
12104 use of `quickurl-format-function', previous to this the format was
12105 hard wired.
fa78f71b 12106
72db3ab5
GM
121072000-03-22 Gerd Moellmann <gerd@gnu.org>
12108
12109 * startup.el: Change some spellings for the X Window System.
12110
68049bfa
SM
121112000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12112
12113 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12114 up the code and the regexp and make sure the cursor is temporarily
12115 moved to the suspicious line while querying the user.
12116
ff4df011
JR
121172000-03-22 Jason Rumney <jasonr@gnu.org>
12118
12119 * w32-fns.el (w32-charset-info-alist): Initialize.
12120
ee1c5b21
GM
121212000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12122
12123 * ps-print.el: N-up last page fix.
12124 (ps-print-version): New version number (5.1.1).
12125 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12126
d2cbfba0
SM
121272000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12128
bfb857d8
SM
12129 * files.el (find-file-run-dired): Update docstring.
12130 (find-directory-functions): New hook.
12131 (find-file-noselect): Run find-directory-functions rather than
12132 calling dired directly.
12133
12134 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12135
cb3430a1
SM
12136 * pcvs.el: Add a minimal leading commentary.
12137 (cvs-make-cvs-buffer): Change the header part by removing the startup
12138 message and adding a `Module' entry. Also replace the FOOTER and
12139 HEADER special fileinfos with the new support in ewoc for updating
12140 its own footer and header.
12141 (cvs-update-header): Update to use the header/footer of the ewoc.
12142 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12143 (cvs-is-within-p): New function.
12144 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12145 to only examine some subset of the buffers.
12146
12147 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12148 `format' instead of our own ad-hoc functions.
12149 Remove HEADER and FOOTER cases, now handled in the EWOC.
12150 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12151
12152 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12153 output to avoid scaring the user.
12154 (cvs-parse-table): Catch message for non-up-to-date commits.
12155
12156 * pcvs-defs.el (cvs-startup-message): Remove.
12157 (cvs-global-menu): New autoloaded menu.
12158
12159 * pcvs-util.el (cvs-string-fill): Remove.
12160
12161 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12162 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12163 PP part of it and also make it work for footers and headers.
12164 (ewoc-create): Drop POS and BUFFER arguments.
12165 Use the DLL's dummy node to store the end-of-footer position.
12166 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12167 (ewoc-refresh): Remove unused `header' variable.
12168 (ewoc-(get|set)-hf): New functions.
12169
d2cbfba0
SM
12170 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12171 log-view-*-(message|file) and use easy-mmode-define-navigation.
12172 (log-view-message-re): Match SCCS format as well.
12173 And match the revision line rather than the dashed separator line.
12174 (log-view-mode): Use the new define-derived-mode.
12175 (log-view-current-tag): Fill in with an actual implementation.
12176
12177 * cvs-status.el (cvs-status-(prev|next)): Rename from
12178 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12179 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12180 to let the output "breathe" a little more (more readable).
12181 (cvs-status-mode): Use the new define-derived-mode.
12182
12183 * smerge-mode.el (smerge-auto-leave): New function and variable.
12184 (smerge-basic-map): Rename from smerge-basic-keymap.
12185 Change the bindings for smerge-diff-*.
12186 (smerge-*-map): Use easy-mmode-defmap.
12187 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12188 (smerge-keep-*): Use smerge-auto-leave.
12189
51663132
JR
121902000-03-21 Jason Rumney <jasonr@gnu.org>
12191
12192 * cus-edit.el (custom-button-face): Use 3D look for w32.
12193 (custom-button-pressed-face): Likewise.
12194
3f6e4b8b
GM
121952000-03-21 Gerd Moellmann <gerd@gnu.org>
12196
12197 * progmodes/etags.el (tags-case-fold-search): New user-option.
12198 (tags-loop-eval): New function. Bind case-fold-search around eval
12199 depending on the value of tags-case-fold-search.
12200 (tags-loop-continue): Use tags-loop-eval.
12201 (find-tag-in-order): Bind case-fold-search depending on the value
12202 of tags-case-fold-search.
12203
c7ea3acc
SM
122042000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12205
0ae39f53
SM
12206 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12207 (diff-end-of-hunk): Return the end position for use in
12208 `easy-mmode-define-navigation'.
12209 (diff-recenter): Remove.
12210 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12211 of `easy-mmode-define-navigation'.
12212 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12213 previous renaming) and fix to use new names.
12214 (diff-merge-strings): Use \n as separator: simpler, faster.
12215 (diff-mode): Use `define-derived-mode'.
12216
c7ea3acc
SM
12217 * derived.el (define-derived-mode): Don't autoload anymore.
12218 Prefer the macro-only version provided by easy-mmode.el.
12219
12220 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12221 `easy-mmode-define-derived-mode'.
12222 Use `combine-run-hooks'.
12223 (easy-mmode-define-navigation): New macro.
12224
12225 * subr.el (combine-run-hooks): New function.
12226
6c4bfdc0
KH
122272000-03-21 Kenichi HANDA <handa@etl.go.jp>
12228
12229 * term/x-win.el: Fontsets related initialization is simplified.
12230
12231 * international/mule-diag.el (describe-font): Don't refer to
12232 global-fontset-alist, instead call font-list.
12233 (describe-fontset, list-fontsets, mule-diag): Likewise.
12234 (print-fontset): Adjusted for the change of fontset
12235 implementation.
12236
12237 * international/fontset.el (x-charset-registries): Variable
12238 removed, instead the corresponding data is stored in the default
12239 fontset.
12240 (register-alternate-fontnames): Function removed.
12241 (resolved-ascii-font): Variable removed.
12242 (x-compose-font-name): Ignore the second argument REDOCE.
12243 (x-complement-fontset-spec): Complement only an ASCII font and
12244 element for those charsets than can use that ASCII font.
12245 (generate-fontset-menu): Don't refer to global-fontset-alist,
12246 instead call fontset-list.
12247 (uninstantiated-fontset-alist): Variable removed.
12248 (x-style-funcs-alist): Likewise.
12249 (fontset-default-styles): Likewise.
12250 (x-modify-font-name): Function removed.
12251 (create-fontset-from-fontset-spec): Ignore the argument
12252 STYLE-VARIANT.
12253 (create-fontset-from-ascii-font): Docsting adjusted for the above
12254 change.
12255 (instantiate-fontset, resolve-fontset-name): Functions removed.
12256 (fontset-list): Now implemented by C code.
fa78f71b 12257
6c4bfdc0
KH
12258 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12259 (describe-face): Include `font' attribute in the description.
12260
9111d4b5
KH
122612000-03-21 Kenichi Handa <handa@etl.go.jp>
12262
12263 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12264
b33dd3b0
GM
122652000-03-20 Gerd Moellmann <gerd@gnu.org>
12266
a25bbe00
GM
12267 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12268 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12269 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12270
b33dd3b0
GM
12271 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12272 about behavior of set-buffer-modified-p wrt redisplay.
12273
8b7bc628 122742000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12275
12276 * view.el (view-mode-disable): Kill local binding of view-read-only.
12277
d7b511c4
GM
122782000-03-18 Gerd Moellmann <gerd@gnu.org>
12279
12280 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12281 is a string, convert it to a syntax cell using string-to-syntax.
12282
12283 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12284 (string-to-syntax): New function.
12285
12286 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12287 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12288 try to use passive ftp mode.
d7b511c4 12289
998ecc60
GM
122902000-03-17 Gerd Moellmann <gerd@gnu.org>
12291
b33dd3b0 12292 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12293
12294 * simple.el (append-to-buffer): Update point of windows after
12295 insertion.
12296
12297 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12298 forward then moving backward. Reindent.
12299
12300 * frame.el (other-frame): Call x-focus-frame only if
12301 focus-follows-mouse is off.
12302
235d6821
DL
123032000-03-17 Dave Love <fx@gnu.org>
12304
12305 * pcvs-util.el (cvs-strings->string): Rename
12306 replace-regexps-in-string.
12307
a29a2cd1
SM
123082000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12309
af595444
SM
12310 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12311 regexp for labels cannot span several lines.
12312
12313 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12314 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 12315
a9be2843
DL
123162000-03-16 Dave Love <fx@gnu.org>
12317
12318 * progmodes/f90.el (f90): Put custom group under `languages', not
12319 `fortran'.
12320 (f90-mode-hook): Customize.
12321 (f90-mode): Set add-log-current-defun-function.
12322 (f90-current-defun): New function.
12323
d0ab3e9d
GM
123242000-03-16 Gerd Moellmann <gerd@gnu.org>
12325
16b20ed9
GM
12326 * cus-edit.el (custom-variable-tag-face): Handle case that
12327 default face's height is not a number.
12328 (custom-face-tag-face, custom-group-tag-face-1)
12329 (custom-group-tag-face): Ditto.
12330 (custom-group-tag-face-1): Add :group.
fa78f71b 12331
d0ab3e9d
GM
12332 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12333
ae8ab422
GM
123342000-03-15 Gerd Moellmann <gerd@gnu.org>
12335
12336 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12337 requiring easymenu.
12338
81c7ca69
GM
123392000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12340
12341 * ps-print.el: PostScript user-defined prologue, PostScript error
12342 handler, doc fix.
12343 (ps-print-version): New version number (5.1).
12344 (ps-user-defined-prologue, ps-error-handler-message)
12345 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12346 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12347 (ps-insert-string): New function.
fa78f71b 12348
dcf1003d
KH
123492000-03-15 Kenichi Handa <handa@etl.go.jp>
12350
12351 * international/ccl.el (ccl-compile-expression): Don't generate
12352 invalid self-assignment code.
12353
73825616
DL
123542000-03-14 Dave Love <fx@gnu.org>
12355
12356 * subr.el (replace-regexp-in-string): Renamed from
12357 replace-regexps-in-string. Doc fix.
12358
031020ac
DL
123592000-03-12 Dave Love <fx@gnu.org>
12360
12361 * cus-edit.el: Doc fixes.
12362 (customize-set-variable, customize-save-variable): Rename args for
12363 doc.
12364 (custom-variable-tag-face, custom-face-tag-face)
12365 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12366 style which user identify as hyperlink.
12367 (hook): Don't add undefined functions to the hook.
12368 (debug-ignored-errors): Transfer message from bindings.el.
12369
9b2f3c38
GM
123702000-03-12 Gerd Moellmann <gerd@gnu.org>
12371
12372 * recentf.el (recentf-keep-non-readable-files-p): Remove
12373 double/nested definition.
12374
0d6e23cf
DL
123752000-03-12 Dave Love <fx@gnu.org>
12376
12377 * facemenu.el (facemenu-get-face): Use display-color-p.
12378 * enriched.el (enriched-decode-foreground): Likewise.
12379 (enriched-decode-background): Likewise.
12380 * isearch.el (isearch-highlight): Likewise.
12381 * info-look.el (info-lookup): Likewise.
12382 * simple.el (completion-setup-function): Likewise.
12383
12384 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12385 :options.
12386
12387 * bindings.el (mode-line-format): Fix line-number and
12388 column-number items. Add help-echo for the background.
12389 (mode-line-mule-info): Modify help-echo.
12390
1598a961 12391 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
12392
12393 * files.el (load-file): Allow completion to .elc.
12394
12395 * man.el: Doc fixes.
12396 (Man-init-defvars): Use display-color-p to set fontification.
12397
12398 * play/hanoi.el (hanoi-internal): Don't use oddp.
12399
e1cff360
GM
124002000-03-12 Gerd Moellmann <gerd@gnu.org>
12401
12402 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12403
12404 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12405
5e5dff44
GM
124062000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12407
12408 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12409 Fix comment.
12410
5b467bf4
SM
124112000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12412
83fef604
SM
12413 * font-lock.el (font-lock-keywords): Fix the doc now that
12414 regexp-opt-depth is unnecessary.
12415 (save-buffer-state): Set an edebug spec.
12416 (font-lock-fontify-anchored-keywords): Properly handle the case when
12417 the matcher goes past the limit.
12418
5b467bf4
SM
12419 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12420 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12421
83fef604
SM
12422 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12423 dll.el and cookie.el (from Elib) with heavy renaming and other
12424 massaging.
5b467bf4
SM
12425
12426 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12427 Autoload the functions used.
12428 (easy-mmode-define-syntax): Fix CL typo.
12429 (easy-mmode-define-derived-mode): Improve the docstring generation.
12430
d407456c
GM
124312000-03-10 Gerd Moellmann <gerd@gnu.org>
12432
12433 * textmodes/texinfo.el (texinfo-version): Variable and function
12434 removed.
12435
5a7a545c
SM
124362000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12437
0d6e23cf
DL
12438 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12439 allow more flexibility.
12440 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12441 fns.
12442 (easy-mmode-defmap, easy-mmode-defsyntax)
12443 (easy-mmode-define-derived-mode): New macros.
5a7a545c 12444
d407456c 124452000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
12446
12447 * rect.el (replace-rectangle): New function.
12448
124492000-03-09 Dave Love <fx@gnu.org>
12450
12451 * progmodes/fortran.el (fortran-comment-line-start): Define as
12452 "C".
12453 (fortran-comment-line-start-skip): Don't match cpp stuff.
12454 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12455 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12456 (fortran-mode): Don't set fortran-comment-line-start-skip,
12457 fortran-comment-line-start here. Set comment-start,
12458 add-log-current-defun.
12459 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12460 (fortran-current-defun): New function.
12461
80460654
GM
124622000-03-09 Gerd Moellmann <gerd@gnu.org>
12463
d1221ea9
GM
12464 * emacs-lisp/re-builder.el: New file.
12465
1853aa6b
GM
12466 * mouse.el (mouse-drag-region): Don't run up-event handler
12467 if hscroll has changed.
12468
80460654
GM
12469 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12470 builtin operators, use `font-lock-builtin-face' for Emacs and
12471 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
12472
12473 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
12474 `(defun (setf foo)' differently.
12475
c0056275
SM
124762000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12477
12478 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
12479 (regexp-opt): Update comment and adapt the code the new meaning of
12480 the `paren' argument of regex-opt-group for shy-groups.
12481 (regexp-opt-depth): Handle shy groups as well as backslashed
12482 backslashes.
c0056275
SM
12483 (regexp-opt-group): Turn the leading comment into a docstring.
12484 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
12485 Remove open-presuf and close-presuf. Instead of checking for `all
12486 one-char' and then later on check for `several one-char', handle
12487 both cases close together. Also apply a more generic algorithm
12488 for suffixes (the mirror image of the algorithm used for
12489 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
12490 (regexp-opt-try-suffix): Removed.
12491
12492 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
12493 from comint-mode-map, so we can just inherit from it. Also, move
12494 the initialization into the `defvar' since there's no docstring
12495 anyway and it's fairly short.
12496 (inferior-scheme-mode): Define it as derived-mode: the code is
12497 shorter and this way we inherit from comint-mode-map rather than
12498 copying it.
c0056275 12499
80460654
GM
12500 * subr.el (replace-regexps-in-string): Properly handle the case
12501 where we match an empty string.
c0056275 12502
80460654
GM
12503 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12504 when the command has a directory component (such as "./testml").
c0056275
SM
12505 Also fix a typo in the comment.
12506
5e91ff9e
GM
125072000-03-08 Gerd Moellmann <gerd@gnu.org>
12508
feab4fba
GM
12509 * Makefile (compile-files): Compile files one by one because
12510 that's the only way to ensure a clean compilation environment for
12511 each individual file.
12512
5e91ff9e
GM
12513 * frame.el (other-frame): Call x-focus-frame.
12514
76162e12
DL
125152000-03-07 Dave Love <fx@gnu.org>
12516
f64ce788
DL
12517 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12518 :require to defcustom.
12519
76162e12
DL
12520 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12521 lists.
12522
12523 * files.el (auto-mode-alist): Add configure.in.
12524
12525 * progmodes/autoconf.el: New file.
12526
f7daf1e1
GM
125272000-03-07 Gerd Moellmann <gerd@gnu.org>
12528
12529 * mail/mh-e.el: Change maintainer to `none'.
12530
12531 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12532 to remove-hook and add-hook.
12533
125342000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12535
12536 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12537 it as the default.
12538 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12539 (sendmail-send-it): Conditionally add MIME headers specifying the
12540 used character set.
fa78f71b 12541
63f6b2c4
DL
125422000-03-07 Dave Love <fx@gnu.org>
12543
12544 * winner.el: Fix keywords, autoload cookies. Split
12545 eval-when-compile form to avoid compilation failure.
12546
8330e2f9
KH
125472000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12548
12549 * international/mule.el: Modify comment about coding system
12550 property `coding-category'.
12551 (make-coding-system): New argument EOL-TYPE. Pay attention to
12552 coding-category property of PROPERTIES.
12553
12554 * international/mule-conf.el (coding-category-utf-8,
12555 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12556 categories. Include them in the argument for set-coding-priority.
12557
12558 * international/mule-cmds.el (reset-language-environment): Include
12559 coding-category-utf-8, coding-category-utf-16-be, and
12560 coding-category-utf-16-le in the argument for set-coding-priority.
12561 (reset-language-environment): Initialize coding-category-utf-8,
12562 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12563
18bb0684
GM
125642000-03-06 Karl Fogel <kfogel@red-bean.com>
12565
12566 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12567 code abstracted out of `bookmark-jump-noselect'. Now tries info
12568 extensions as well as compression extensions.
12569 (bookmark-jump-noselect): Use above new func.
fa78f71b 12570
71a6ba55
GM
125712000-03-03 Gerd Moellmann <gerd@gnu.org>
12572
12573 * strokes.el: Change maintainer's mail address.
12574
0d56cdff
KH
125752000-03-03 Kenichi Handa <handa@etl.go.jp>
12576
12577 * international/mule-diag.el (list-character-sets): Make help-echo
12578 string by substitute-command-keys.
12579 (list-character-sets): Likewise.
12580 (sort-listed-character-sets): Call help-setup-xref.
12581
900fa1f1
GM
125822000-03-02 Gerd Moellmann <gerd@gnu.org>
12583
12584 * time.el (display-time-mail-file): Add `none' to the list of
12585 choices.
12586
54d04320
DL
125872000-03-01 Dave Love <fx@gnu.org>
12588
43f3fa09
DL
12589 * help.el (help-xref-go-back): Don't try to set position.
12590
54d04320
DL
12591 * international/mule-diag.el (list-character-sets): Call
12592 help-setup-xref. Add help-echo to xrefs.
12593 (list-character-sets-1): Add help-echo to xrefs.
12594
d054101f
GM
125952000-03-02 Gerd Moellmann <gerd@gnu.org>
12596
12597 * frame.el (blink-cursor-mode): Switch cursor on when turning
12598 the mode off.
12599
12600 * add-log.el (add-log-current-defun): Add support for
12601 Autoconf mode.
12602
12603 * mail/rmail.el (rmail-quit-hook): New variable.
12604
d77dae5c
DL
126052000-03-01 Dave Love <fx@gnu.org>
12606
e5f597f0
DL
12607 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12608
d77dae5c
DL
12609 * help.el (help-xref-button): Add help-echo arg.
12610 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12611
12612 * faces.el (list-faces-display): Supply help-echo with
12613 help-make-xrefs.
12614
12615 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12616 nil.
12617
72d19d75
GM
126182000-03-01 Gerd Moellmann <gerd@gnu.org>
12619
2df636f4
GM
12620 * image.el (defimage): Look for image files in load-path.
12621
fa78f71b 12622 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12623 `number'.
12624
2df636f4
GM
126252000-03-01 David Ponce <david.ponce@wanadoo.fr>
12626
12627 * recentf.el (recentf): Added version tag to the defgroup of
12628 recentf.
12629
126302000-03-01 David Ponce <david.ponce@wanadoo.fr>
12631
12632 * recentf.el (recentf-cleanup): Changed to remove excluded file
12633 too.
12634 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12635 action to select/unselect a file.
12636 (recentf-edit-list): Code cleanup and improvement.
12637 (recentf-open-more-files-action): `recentf-open-more-files' button
12638 widget action to open a file.
12639 (recentf-open-more-files): No more use standard completion but
12640 widgets.
12641 (recentf-more-collection): Deleted.
12642 (recentf-more-history): Deleted.
12643 (recentf-setup-more-completion): Deleted.
12644
126452000-03-01 David Ponce <david.ponce@wanadoo.fr>
12646
12647 * recentf.el (recentf-mode): No more needs that Emacs is running
12648 under a window-system.
12649
126501999-03-01 David Ponce <david.ponce@wanadoo.fr>
12651
12652 * recentf.el (recentf-edit-list): New command to edit the recent
12653 list which allow the user to remove files.
12654 (recentf-edit-selected-items): New global variable, used by
12655 `recentf-edit-list' to hold the list of files to be removed from
12656 the recent list.
12657 (recentf-make-menu-items): Updated to display a "Edit list..."
12658 menu item. Minor code cleanup.
12659
126601999-03-01 David Ponce <david.ponce@wanadoo.fr>
12661
12662 * recentf.el (recentf-open-more-files): New command to open files
12663 that are not displayed in the menu.
12664 (recentf-more-collection): New global variable holding the set of
12665 permissible completions used by `recentf-open-more-files'.
12666 (recentf-more-history): New global variable holding the history list
12667 used by `recentf-open-more-files' completion.
12668 (recentf-setup-more-completion): New function to setup completion for
12669 `recentf-open-more-files'.
12670 (recentf-make-menu-items): Updated to display a "More..." menu item.
12671
126721999-03-01 David Ponce <david.ponce@wanadoo.fr>
12673
12674 * recentf.el (recentf-menu-action): Doc fixed.
12675
126761999-03-01 David Ponce <david.ponce@wanadoo.fr>
12677
12678 * recentf.el (recentf-menu-filter): Doc updated.
12679 (recentf-update-menu-hook): Allow menu filters to force menu update.
12680 (recentf-make-menu-items): New menu filter handling.
12681 (recentf-make-menu-item): New helper function.
12682 (recentf-menu-elements): New menu handling function.
12683 (recentf-sort-ascending): Updated to new menu filter handling.
12684 (recentf-sort-descending): Updated to new menu filter handling.
12685 (recentf-sort-basenames-ascending): New menu filter function.
12686 (recentf-sort-basenames-descending): New menu filter function.
12687 (recentf-show-basenames): New menu filter function.
12688 (recentf-show-basenames-ascending): New menu filter function.
12689 (recentf-show-basenames-descending): New menu filter function.
12690
72d19d75
GM
126912000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12692
12693 * diary-lib.el (list-diary-entries): Don't try to go forward at
12694 the end of the buffer.
12695
1ac1c836
KH
126962000-02-29 Kenichi Handa <handa@etl.go.jp>
12697
12698 * international/mule-diag.el (list-character-sets): Completely
12699 rewritten.
12700 (sort-listed-character-sets): New function.
12701 (list-character-sets-1): Completely rewritten.
12702 (list-character-sets-2): New function.
12703 (non-iso-charset-alist): New variable.
12704 (decode-codepage-char): New function.
12705 (charset-history): New variable.
12706 (read-charset) (list-block-of-chars)
12707 (list-iso-charset-chars)
12708 (list-non-iso-charset-chars)
12709 (list-charset-chars): New functions.
12710 (mule-diag): Call list-character-sets-2, not
12711 list-character-sets-2.
12712 (dump-charsets): Likewise.
12713
ed4d0512
GM
127142000-02-29 Gerd Moellmann <gerd@gnu.org>
12715
72d19d75
GM
12716 * dired-x.el (dired-filename-at-point): Add `@' to valid
12717 file name characters.
12718 (dired-filename-at-point): Handle ange-ftp file names.
12719
ed4d0512
GM
12720 * frame.el (frame-notice-user-settings): Use assq-delete-all
12721 instead of assoc-delete-all.
12722 (frame-notice-user-settings): Ditto.
12723
12724 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12725 Don't copy alist.
12726
32038c7a
GM
127272000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12728
12729 * calculator.el (calculator-use-menu): New option.
12730 (calculator-initial-bindings): Changed some bindings to work as
12731 macros.
12732 (calculator-forced-input): Removed.
12733 (calculator-restart-other-mode): New variable.
12734 (calculator-mode-map): Set up menu.
fa78f71b 12735
32038c7a
GM
127362000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12737
12738 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12739 tags.
fa78f71b 12740
55d7ff38 127412000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12742
55d7ff38
MK
12743 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12744 translate all ESC key sequences.
12745 (viper-goto-mark-subr): restore markers for files for which
12746 they were saved.
12747 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12748 * viper-util.el (viper-set-replace-overlay-glyphs,
12749 viper-set-replace-overlay): always check if the replacement
12750 overlay is live.
12751 * viper.el (viper-vi-state-mode-list): added major modes.
12752 * ediff-wind.el: minor comment changes.
12753 * ediff.el: copyright notice date fix.
fa78f71b 12754
387023ee
JR
127552000-02-27 Jason Rumney <jasonr@gnu.org>
12756
12757 * faces.el (face-font-family-alternatives): Add arial to helv.
12758 (mode-line, header-line, tool-bar): Same default as x for w32.
12759 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12760 face-font-family-alternatives from working.
12761 * term/w32-win.el (mouse-set-font): Do not build fontset from
12762 chosen font.
12763
f43d79c1
GM
127642000-02-25 Sam Steingold <sds@goems.com>
12765
5d80cc9c 12766 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12767 properly.
fa78f71b 12768
8b7bc628 127692000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12770
12771 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12772
4eb8436f
GM
127732000-02-25 Gerd Moellmann <gerd@gnu.org>
12774
12775 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12776 writable.
12777
449c3c52 12778 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12779
42088c12
GM
127802000-02-24 Gerd Moellmann <gerd@gnu.org>
12781
12782 * frame.el (show-cursor-in-non-selected-windows): New option.
12783
c60ea02e
GM
127842000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12785
12786 * diary-lib.el (include-other-diary-files): Undo the selective
12787 display in any included file and don't kill it.
12788
d066de8e
EZ
127892000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12790
12791 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12792 bar. Menu items converted to (menu-item format, help strings
12793 added.
12794 [downcase, upcase]: Don't enable on MS-DOS.
12795 [symlink, symlinks]: Don't show if make-symbolic-link is not
12796 bound.
12797 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12798
b6906b38
DL
127992000-02-23 Dave Love <fx@gnu.org>
12800
275cf1b2
DL
12801 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12802 (backward-kill-word): Revert addition of * to interactive spec --
12803 it's a feature.
12804
12805 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12806 (backward-kill-sentence, kill-sentence): Likewise.
12807
99d48056
DL
12808 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12809 scratch buffer name.
12810 (gud-format-command): Use int-to-string in ?l case. Simplify
12811 slightly.
12812
12813 * term/w32-win.el (internal-face-interactive): Update prompt for
12814 new read-face-name.
12815
12816 * mail/footnote.el (footnote): Add :version to defgroup.
12817 (footnote-section-tag-regexp): Customize.
12818 (footnote-start-tag, footnote-end-tag): New option.
12819 (footnote-latin-regexp): New variable.
12820 (Footnote-latin): New function.
12821 (footnote-style-alist): Add element for latin style.
12822 (footnote-style): Moved.
12823 (Footnote-goto-footnote): Use eq to test arg.
12824
12825 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12826
b6906b38
DL
12827 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12828 (byte-compile-trueconstp): Include keywords.
12829 (byte-optimize-quote, byte-optimize-lapcode): Use
12830 byte-compile-const-symbol-p.
12831 (byte-optimize-char-before): New optimization.
12832
12833 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12834 (byte-compile-const-symbol-p): New function.
12835 (byte-compile-constp, byte-compile-out-toplevel)
12836 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12837 Use it.
12838
12839 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12840
214f877f
KH
128412000-02-23 Kenichi Handa <handa@etl.go.jp>
12842
c709bcf1
KH
12843 * international/encoded-kb.el: Be sure to update minor-mode-alist
12844 and minor-mode-map-alist.
12845 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12846 codes SS2 and SS3 correctly.
12847 (encoded-kbd-self-insert-ccl): New function.
12848 (encoded-kbd-setup-keymap): New function.
12849 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12850 by calling encoded-kbd-setup-keymap.
12851
214f877f
KH
12852 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12853 characters.
12854 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12855 locally.
12856
b021ef18
DL
128572000-02-22 Dave Love <fx@gnu.org>
12858
12859 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12860 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12861 defvar.
12862 (lisp-mode-syntax-table): Set up for #|...|# comments.
12863 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12864 classes. Match `defface'.
12865 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12866 (eval-defun-1): Fix for defcustom.
12867 (lisp-indent-region): Doc fix.
12868
12869 * subr.el (when, unless, split-string): Doc fix.
12870 (read-passwd): Move call of clear-this-command-keys to the right
12871 place.
12872 (replace-regexps-in-string): New function.
12873
14cc00ad
GM
128742000-02-22 Gerd Moellmann <gerd@gnu.org>
12875
12876 * help.el (describe-variable): Set syntax table to
12877 emacs-lisp-mode-syntax-table when moving forward over the
12878 symbol's name.
12879
47da5efa
DL
128802000-02-22 Dave Love <fx@gnu.org>
12881
12882 * xt-mouse.el: Doc fixes.
12883 (xterm-mouse-position-function): New function, replacing advice of
12884 mouse-position.
12885 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12886
12887 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12888
f0a6c717
GM
128892000-02-21 Gerd Moellmann <gerd@gnu.org>
12890
12891 * format.el (format-annotate-single-property-change): Handle
12892 properties.with dotted-list values.
12893 (format-proper-list-p): New function.
12894
12895 * enriched.el (enriched-face-ans): Handle '(foreground-color
12896 . COLOR) and (background-color . COLOR).
12897
2be80b63
DL
128982000-02-20 Dave Love <fx@gnu.org>
12899
12900 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12901 and assignments to it.
12902 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12903 current local map.
12904 (make-flyspell-overlay): Use it.
12905 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12906
12907 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12908 (lm-get-header-re): Defun, not defsubst.
12909 (lm-get-package-name): Defun, not defsubst. Simplify.
12910 (lm-version): Doc fix. Simplify.
12911 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12912 (lm-crack-address, lm-last-modified-date, lm-commentary)
12913 (lm-verify, lm-synopsis): Simplify.
12914 (lm-report-bug): Require emacsbug. Use compose-mail.
12915
329eed9f
GM
129162000-02-20 Gerd Moellmann <gerd@gnu.org>
12917
12918 * dired.el (dired-mode): Call propertized-buffer-identification
12919 to set mode-line-buffer-identification to something having
12920 the right text properties.
12921
12922 * bindings.el (propertized-buffer-identification): New function.
12923
be5bb146
DL
129242000-02-20 Dave Love <fx@gnu.org>
12925
12926 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12927 check for t-mouse too.
12928
12929 * cus-start.el: Make echo-keystrokes `number'.
12930
1d4311c3
EZ
129312000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12932
12933 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12934 Don't call ring-empty-p unless tags-location-ring is bound.
12935 From Noah Friedman <friedman@splode.com>.
12936
a23c5037
TTN
129372000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12938
12939 * progmodes/hideshow.el (hs-flag-region): No longer use
12940 `intangible' overlay property.
12941
12942 (hs-toggle-hiding): New command.
12943 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12944
12945 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12946 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12947 and deactivation.
12948
b6a22bf8
GM
129492000-02-18 Gerd Moellmann <gerd@gnu.org>
12950
12951 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12952
d621caf7
GM
129532000-02-17 Gerd Moellmann <gerd@gnu.org>
12954
3c0ed7ce
GM
12955 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12956
d621caf7
GM
12957 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12958 of `*' to handle `(* ... *)' comments.
12959
538d88fb
EZ
129602000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12961
53c80cf6 12962 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12963 window-system.
53c80cf6 12964
538d88fb
EZ
12965 * menu-bar.el (global-map): Menu-bar items converted to the new
12966 format (menu-item..., rearranged for better CUA compliance, and
12967 their names changed for better clarity. Help strings added.
12968
12969 * international/mule-cmds.el (mule-menu-keymap)
12970 (describe-language-environment-map, set-coding-system-map)
12971 (setup-language-environment-map): Convert to new (menu-item...
12972 form, add help strings. Change names of menu items for better
12973 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12974 submenu).
12975
8389e1e2 129762000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12977
a23c5037 12978 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12979 within the code.
a23c5037 12980
8389e1e2 129812000-02-16 Dave Love <fx@gnu.org>
a23c5037 12982
84fe35f0
DL
12983 * faces.el: Don't require custom. Add more specific :groups to
12984 various deffaces.
12985 (set-face-attribute): Purecopy args.
12986 (read-face-name): Default to name at point and use it in prompt.
12987 Remove colon from arg in all callers.
12988 (list-faces-display): Hyperlink to face descriptions and customize
12989 buffers.
12990
b2aeee30
DL
129912000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12992
12993 * wid-edit.el (widget-match-inline): An atom never matches a
12994 list.
12995
99e95407
GM
129962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12997
82d2c7c5
DL
12998 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12999 at ':' characters by call to split-string.
99e95407
GM
13000
130012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13002
82d2c7c5 13003 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13004
130052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13006
82d2c7c5
DL
13007 * textmodes/bibtex.el: Some temporary comments removed.
13008 (bibtex-field-name, bibtex-entry-type): Made the relationship
13009 explicit.
13010 (bibtex-field-const): Allow capital letters.
13011 (bibtex-start-of-string): Deleted because unused.
13012
13013 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13014 use the term 'reference' to describe a bibtex entry as a whole.
13015 Further, reference keys are no longer called 'labels'.
13016 (bibtex-keys): Renamed to bibtex-reference-keys.
13017 (bibtex-reformat-previous-labels): Renamed to
13018 bibtex-reformat-previous-reference-keys.
13019 (bibtex-reference-type): Renamed to bibtex-entry-type.
13020 (bibtex-reference-head): Renamed to bibtex-entry-head.
13021 (bibtex-reference-maybe-empty-head): Renamed to
13022 bibtex-entry-maybe-empty-head.
13023 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13024 (bibtex-search-reference): Renamed to bibtex-search-entry.
13025 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13026 bibtex-enclosing-entry-maybe-empty-head.
13027 (bibtex-entry-field-alist, bibtex-entry-head,
13028 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13029 bibtex-map-entries, bibtex-search-entry,
13030 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13031 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13032 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13033 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13034 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13035 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13036 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13037
130382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13039
82d2c7c5
DL
13040 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13041 comment.
13042 (bibtex-format-field-delimiters): New function, functionality
13043 extracted from bibtex-format-entry.
13044 (bibtex-autokey-get-yearfield-digits): New function, functionality
13045 extracted from bibtex-autokey-get-yearfield.
13046
13047 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13048 entries in order to avoid stack overflow in the regexp matcher if
13049 field contents become large.
13050 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13051 bibtex-field-string-part-not-braced,
13052 bibtex-field-string-part-no-inner-braces,
13053 bibtex-field-string-part-1-inner-brace,
13054 bibtex-field-string-part-2-inner-braces,
13055 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13056 bibtex-field-string-quoted, bibtex-field-string,
13057 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13058 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13059 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13060 as parsing is now performed by the following functions.
13061 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13062 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13063 bibtex-parse-field-string, bibtex-search-forward-field-string,
13064 bibtex-parse-association, bibtex-field-name-for-parsing,
13065 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13066 bibtex-search-forward-field, bibtex-search-backward-field,
13067 bibtex-start-of-field, bibtex-end-of-field,
13068 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13069 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13070 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13071 bibtex-parse-string, bibtex-search-forward-string,
13072 bibtex-search-backward-string, bibtex-start-of-string,
13073 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13074 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13075 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13076 entries. Instead of reporting the results of the parsing by
13077 match-beginning or match-end, these functions return data structures
13078 that hold the corresponding positions.
13079 (bibtex-enclosing-field): Changed to also report field boundaries by
13080 return values rather than by match-beginning or match-end. The
13081 following functions have been adapted to use the new parsing
13082 functions.
13083 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13084 bibtex-enclosing-field, bibtex-format-entry,
13085 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13086 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13087 bibtex-print-help-message, bibtex-end-of-entry,
13088 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13089 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13090 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13091 method for parsing.
13092 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13093 bibtex-map-entries, bibtex-flash-head,
13094 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13095 bibtex-autokey-change, bibtex-autokey-get-namefield,
13096 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13097 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13098 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13099 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13100 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13101 order to make the new binding of case-fold-search immediately
13102 visible.
99e95407
GM
13103
131042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13105
82d2c7c5
DL
13106 * textmodes/bibtex.el: Copyright notice is up to date.
13107 Added constant 'bibtex-maintainer-salutation.
99e95407 13108
82d2c7c5
DL
13109 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13110 than make-temp-name, use match-string-no-properties and eliminate
13111 a quadratic behavior when building bibtex-strings.
99e95407 13112
82d2c7c5
DL
13113 * bibtex.el (bibtex-reference-key): Accept string entries whose
13114 reference key contains upper case letters.
99e95407
GM
13115
131162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13117
82d2c7c5
DL
13118 * bibtex.el (bibtex-reference-head): Allow entries to start with
13119 a new line.
99e95407
GM
13120
131212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13122
82d2c7c5
DL
13123 * bibtex.el: Hiding of entry bodies is not longer provided by
13124 bibtex.el directly. Instead the hideshow package can be used.
13125 Added a special bibtex entry to hs-special-modes-alist.
13126 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13127
131282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13129
f24fef2f
SM
13130 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13131 at ':' characters by call to split-string.
8389e1e2
GM
13132
131332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13134
f24fef2f 13135 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13136
131372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13138
f24fef2f
SM
13139 * textmodes/bibtex.el: Some temporary comments removed.
13140 (bibtex-field-name, bibtex-entry-type): Made the relationship
13141 explicit.
13142 (bibtex-field-const): Allow capital letters.
13143 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13144
f24fef2f
SM
13145 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13146 use the term 'reference' to describe a bibtex entry as a whole.
13147 Further, reference keys are no longer called 'labels'.
13148 (bibtex-keys): Renamed to bibtex-reference-keys.
13149 (bibtex-reformat-previous-labels): Renamed to
13150 bibtex-reformat-previous-reference-keys.
13151 (bibtex-reference-type): Renamed to bibtex-entry-type.
13152 (bibtex-reference-head): Renamed to bibtex-entry-head.
13153 (bibtex-reference-maybe-empty-head): Renamed to
13154 bibtex-entry-maybe-empty-head.
13155 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13156 (bibtex-search-reference): Renamed to bibtex-search-entry.
13157 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13158 bibtex-enclosing-entry-maybe-empty-head.
13159 (bibtex-entry-field-alist, bibtex-entry-head,
13160 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13161 bibtex-map-entries, bibtex-search-entry,
13162 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13163 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13164 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13165 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13166 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13167 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13168 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13169
131702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13171
f24fef2f
SM
13172 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13173 comment.
13174 (bibtex-format-field-delimiters): New function, functionality
13175 extracted from bibtex-format-entry.
13176 (bibtex-autokey-get-yearfield-digits): New function, functionality
13177 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13178
f24fef2f
SM
13179 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13180 entries in order to avoid stack overflow in the regexp matcher if
13181 field contents become large.
13182 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13183 bibtex-field-string-part-not-braced,
13184 bibtex-field-string-part-no-inner-braces,
13185 bibtex-field-string-part-1-inner-brace,
13186 bibtex-field-string-part-2-inner-braces,
13187 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13188 bibtex-field-string-quoted, bibtex-field-string,
13189 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13190 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13191 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13192 as parsing is now performed by the following functions.
13193 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13194 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13195 bibtex-parse-field-string, bibtex-search-forward-field-string,
13196 bibtex-parse-association, bibtex-field-name-for-parsing,
13197 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13198 bibtex-search-forward-field, bibtex-search-backward-field,
13199 bibtex-start-of-field, bibtex-end-of-field,
13200 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13201 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13202 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13203 bibtex-parse-string, bibtex-search-forward-string,
13204 bibtex-search-backward-string, bibtex-start-of-string,
13205 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13206 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13207 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13208 entries. Instead of reporting the results of the parsing by
13209 match-beginning or match-end, these functions return data structures
13210 that hold the corresponding positions.
13211 (bibtex-enclosing-field): Changed to also report field boundaries by
13212 return values rather than by match-beginning or match-end. The
13213 following functions have been adapted to use the new parsing
13214 functions.
13215 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13216 bibtex-enclosing-field, bibtex-format-entry,
13217 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13218 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13219 bibtex-print-help-message, bibtex-end-of-entry,
13220 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13221 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13222 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13223 method for parsing.
13224 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13225 bibtex-map-entries, bibtex-flash-head,
13226 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13227 bibtex-autokey-change, bibtex-autokey-get-namefield,
13228 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13229 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13230 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13231 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13232 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13233 order to make the new binding of case-fold-search immediately
13234 visible.
8389e1e2
GM
13235
132362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13237
f24fef2f
SM
13238 * textmodes/bibtex.el: Copyright notice is up to date.
13239 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13240
f24fef2f
SM
13241 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13242 than make-temp-name, use match-string-no-properties and eliminate
13243 a quadratic behavior when building bibtex-strings.
fa78f71b 13244
f24fef2f
SM
13245 * bibtex.el (bibtex-reference-key): Accept string entries whose
13246 reference key contains upper case letters.
8389e1e2
GM
13247
132482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13249
f24fef2f
SM
13250 * bibtex.el (bibtex-reference-head): Allow entries to start with
13251 a new line.
8389e1e2
GM
13252
132532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13254
f24fef2f
SM
13255 * bibtex.el: Hiding of entry bodies is not longer provided by
13256 bibtex.el directly. Instead the hideshow package can be used.
13257 Added a special bibtex entry to hs-special-modes-alist.
13258 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13259
132602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13261
82d2c7c5 13262 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13263 proceedings entry type (for cross referencing). Thanks to Wagner
13264 Toledo Correa for the suggestion.
13265
82d2c7c5 13266 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13267
eae61d8f
KH
132682000-02-14 Kenichi Handa <handa@etl.go.jp>
13269
13270 * international/characters.el: Setup case table for Vietnamese.
13271
fb07a302
GM
132722000-02-12 Gerd Moellmann <gerd@gnu.org>
13273
13274 * uniquify.el (toplevel): Require CL at compile time.
13275 (uniquify-push): Removed.
13276
13277 * shadowfile.el (shadow-when): Removed.
13278
13279 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13280 (tempo-process-and-insert-string): Use dolist instead of
13281 tempo-dolist.
13282
13283 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13284 regexp for paragraph-start.
13285
13286 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13287 commas as well.
13288
a0eddf92
DL
132892000-02-10 Dave Love <fx@gnu.org>
13290
13291 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13292 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13293 Deleted.
13294 (widget-specify-field, widget-specify-button): Don't use
13295 widget-mouse-help as help-echo property.
13296 (default): Use #'ignore for :validate and :mouse-down-action.
13297 (checkbox): Add help-echo.
13298 (widget-sexp-validate): Rewritten to clarify error messages.
13299 (character): Use char-valid-p in :match function.
13300 (widget-color-complete): Use facemenu-color-alist.
13301 (widget-color-action): Use facemenu-read-color.
13302
13303 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13304 set up `caar' &c that we now have.
13305
82d2c7c5
DL
133062000-02-09 Ray Blaak <blaak@gnu.org>
13307
13308 * delphi.el: Make resourcestring a declaration region, like const
13309 and var.
13310
6cbc1482
DL
133112000-02-09 Dave Love <fx@gnu.org>
13312
13313 * bindings.el (mode-line-input-method-map): New variable.
13314 (mode-line-mule-info): Use it; fix last change.
13315 (mode-line-mode-menu): Move definition.
13316 (mode-line-mouse-sensitive-p): Deleted.
13317 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13318 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13319 level.
13320
13321 * startup.el (command-line-1): Don't call
13322 make-mode-line-mouse-sensitive.
13323
f7136ee8
GM
133242000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13325
13326 * mail/rmail.el (rmail-retry-failure): Use
13327 rmail-beginning-of-message before rmail-toggle-header, because the
13328 former toggles headers.
13329
6e1d0d15
SM
133302000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13331
fef8c55b
SM
13332 * diff-mode.el (diff-kill-junk): New interactive function.
13333 (diff-reverse-direction): Use delete-and-extract-region.
13334 (diff-post-command-hook): Restrict the area so that the hook also works
13335 outside of any diff hunk. This is necessary for the minor-mode.
13336 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13337 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13338
6e1d0d15
SM
13339 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13340 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13341 so that it can be used more easily in <foo>-mode-hook. Also make sure
13342 to avoid duplicate entries.
13343 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13344 (font-lock-remove-keywords): Just as was done for `add', allow it to
13345 work even if font-lock-mode is nil. Also make sure we don't modify
13346 any pre-existing list by forcing a copy-sequence. Finally rename
13347 `major-mode' to `mode'.
13348 (font-lock-fontify-syntactic-anchored-keywords)
13349 (font-lock-fontify-anchored-keywords)
13350 (font-lock-fontify-keywords-region): Use line-end-position.
13351 Don't make `font-lock-multiline' local (it's now done in
13352 font-lock-set-defaults).
13353 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13354 move the `font-lock-fontified' creation to inside the `unless'.
13355
a75dfea0
AI
133562000-02-06 Andrew Innes <andrewi@gnu.org>
13357
13358 * term/w32-win.el (x-handle-args): Comment out call to message,
13359 which occurs before window system is initialized.
13360
13361 * makefile.nt: Add support for recompiling lisp code.
13362
b85e9462
DL
133632000-02-04 Dave Love <fx@gnu.org>
13364
9ff33afb
DL
13365 * bindings.el (mode-line-mule-info): Fix/extend last change.
13366
b85e9462
DL
13367 * completion.el: Replace completion-dolist with dolist.
13368
13369 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13370 dotimes.
13371
44dff075
CD
133722000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13373
13374 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13375 environment names before they go into the section regexp.
13376
13377 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13378 char class in regexp.
13379
13380 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13381 `case-fold-search' to nil.
13382
13383 * progmodes/idlwave.el (idlwave-template): Respect
13384 `idlwave-abbrev-change-case'.
13385 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13386 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13387 idlwave-while): respect `idlwave-reserved-word-upcase'.
13388 (idlwave-rw-case): New function.
13389 (idlwave-statement-match): Fixed problem with assignment regexp.
13390 (idlwave-font-lock-keywords): Improved regexp for keyword
13391 parameters.
a23c5037 13392 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
13393 operators longer than 1 char.
13394
13395 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13396 idlwave-shell-expression-overlay. Implemented printing of
13397 expressions on higher levels of the calling stack.
13398 (idlwave-shell-display-level-in-calling-stack): Restore stack
13399 level.
13400 (idlwave-retrieve-expression-from-level): New function.
13401 (idlwave-shell-last-calling-stack): Variable removed.
13402 (idlwave-shell-reset): Argument action reversed (`visible' to
13403 `hidden'). Also remove stop-line overlay.
13404 (idlwave-shell-calling-stack-routine): New variable.
13405 (idlwave-shell-parse-stack-and-display): Messages now display
13406 negative level numbers.
13407 (idlwave-shell-mode): Set `modeline-format'.
13408 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13409 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13410 21.
13411 (idlwave-shell-print-expression-function): New option.
a23c5037 13412
44dff075
CD
13413 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13414 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13415 `tool-bar' instead of `toolbar'.
13416
f26c34fd
DL
134172000-02-02 Dave Love <fx@gnu.org>
13418
13419 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13420 emacs-lisp-mode-hook. Don't check for defalias being defined.
13421
13422 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13423 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13424 the new builtins directly.
13425
13426 * whitespace.el (whitespace): Add :version to defgroup.
13427
13428 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13429 Doc fix.
13430
13431 * thingatpt.el (sexp-at-point, symbol-at-point)
13432 (number-at-point, list-at-point): Add autoload cookie.
13433
13434 * recentf.el (recentf): Add :version to defgroup.
13435
13436 * quickurl.el (quickurl): Add :version to defgroup.
13437
13438 * elide-head.el (elide-head): Use point-marker more.
13439
13440 * bs.el (bs): Add :version to defgroup.
13441
13442 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13443
13444 * progmodes/delphi.el (delphi): Add :version to defgroup.
13445
d240a249
GM
134462000-02-02 Gerd Moellmann <gerd@gnu.org>
13447
13448 * ange-ftp.el (ange-ftp-write-region): Handle case that
13449 succeeding process operation sets a different coding system.
13450
13451 * calculator.el: New file.
13452
d5179a01
EZ
134532000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13454
13455 * frame.el (frames-on-display-list, framep-on-display): New
13456 functions.
13457 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13458 (display-selections-p, display-screens, display-pixel-width)
13459 (display-pixel-height, display-mm-width, display-mm-height)
13460 (display-backing-store, display-save-under, display-planes)
13461 (display-color-cells, display-visual-class): New functions.
13462
13463 * term/tty-colors.el (tty-color-gray-shades): New function.
13464
13465 * faces.el (display-color-p): Use framep-on-display.
13466 (display-grayscale-p): New function.
13467
968e00f0
DL
134682000-01-31 Dave Love <fx@gnu.org>
13469
13470 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13471 (create-fontset-from-x-resource): Don't concat integers.
13472
2cb750ba
GM
134732000-01-31 Inge Frick <inge@nada.kth.se>
13474
13475 * view.el: Some changes in documentation. Removed some trailing
13476 whitespace. Changed some parameter names to agree with
13477 documentation.
13478 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13479 window is not deleted. Modifies change 1998-04-26.
a23c5037 13480
74e9213b
GM
134812000-01-31 Gerd Moellmann <gerd@gnu.org>
13482
47569935
GM
13483 * windmove.el: New file.
13484
74e9213b
GM
13485 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13486 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 13487 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 13488
74e9213b
GM
13489 * jit-lock.el (jit-lock-function): Widen before calculating end
13490 position.
13491 (jit-lock-stealth-chunk-start): Rewritten.
13492
13493 * info.el (Info-title-face-alist): Removed.
13494 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13495 faces.
13496 (Info-fontify-node): Use these faces.
13497
994c5afe
GM
134982000-01-30 Gerd Moellmann <gerd@gnu.org>
13499
13500 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13501 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13502 `&allow-other-keywords'.
13503
13504 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13505 the list of directories scanned heuristically.
13506
13507 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13508 exist.
13509
f00276e3
JR
135102000-01-30 Jason Rumney <jasonr@gnu.org>
13511
13512 * w32-fns.el: Define w32-tty-standard-colors.
13513
13514 * startup.el (command-line): Use w32-tty-standard-colors when in
13515 w32 console mode.
13516
cc4dfff0
DL
135172000-01-30 Dave Love <fx@gnu.org>
13518
e645e77b
DL
13519 * jka-compr.el (jka-compr-load): Fix up load-history.
13520
cc4dfff0
DL
13521 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13522
13523 * emacs-lisp/cl-macs.el: Revert previous change.
13524
16215eb0
DL
135252000-01-29 Dave Love <fx@gnu.org>
13526
13527 * facemenu.el: Purecopy various strings.
13528
13529 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13530 years. Deal with three-digit years.
13531
13532 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13533 defconst, purecopy.
13534 (help-back-label): Purecopy it.
13535
bbd9b566
GM
135362000-01-18 Gerd Moellmann <gerd@gnu.org>
13537
13538 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13539 variable. If non-nil, order the buffer list according to the
13540 currently selected frame.
13541 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13542 non-nil, pass the selected frame to function buffer-list.
a23c5037 13543
887448e1
GM
135442000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13545
13546 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13547
7df85084
DL
135482000-01-28 Dave Love <fx@gnu.org>
13549
142e109c
DL
13550 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13551
7df85084
DL
13552 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13553 Don't use lisp-indent-hook property.
13554 (cl-abs): Remove.
13555
13556 * subr.el: Move out indent and edebug specs for when and unless.
13557
13558 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13559 when, unless.
13560
13561 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13562 unless, when.
13563
3b43c01c
GM
135642000-01-28 Gerd Moellmann <gerd@gnu.org>
13565
d060bc9f
GM
13566 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13567 `collecting' as synonym for `collect'.
13568
13569 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13570 for the case it contains spaces.
13571
13572 * simple.el (what-cursor-position): Change formatting of
13573 messages.
13574
b02786f9
GM
13575 * frame.el (delete-other-frames): New function.
13576 (toplevel): Bind it to C-x 5 1.
13577
efd68b8a
GM
13578 * sort.el (sort-numeric-base): New option.
13579 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13580 interpret it as octal or hexadecimal. Use sort-numeric-base
13581 as default base.
13582
3b43c01c
GM
13583 * progmodes/glasses.el: New file.
13584
984ae001
GM
135852000-01-27 Gerd Moellmann <gerd@gnu.org>
13586
a0b796e3
GM
13587 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13588 userids differently.
13589
984ae001
GM
13590 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13591 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13592 progmodes/ebnf-yac.el: New files.
13593
6c67ddee
DL
135942000-01-26 Dave Love <fx@gnu.org>
13595
13596 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13597 on a function with an empty body. [From Eric Ludlam.]
13598
4e6473c8
GM
135992000-01-25 Andre Spiegel <spiegel@gnu.org>
13600
13601 * vc.el (vc-version-diff): Make sure file name is expanded.
13602
e12489f9
GM
136032000-01-25 Gerd Moellmann <gerd@gnu.org>
13604
13605 * scroll-bar.el (scroll-bar-timer): Variable removed.
13606 (scroll-bar-toolkit-scroll): Don't use a timer.
13607
8dbe2b07
KH
136082000-01-25 Kenichi Handa <handa@etl.go.jp>
13609
13610 * language/thai-util.el (thai-composition-function): Delete
13611 superfluous `a'.
13612
26ef1c87
DL
136132000-01-24 Dave Love <fx@gnu.org>
13614
13615 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13616 end-of-defun-function.
13617
13618 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13619 &c.
13620
7ed4e9a7
JR
136212000-01-22 Jason Rumney <jasonr@gnu.org>
13622
13623 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13624 conflicts with new face support.
13625
8b7bc628 136262000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13627
13628 * replace.el (query-replace): Rename last arg to DELIMITED.
13629 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13630 (query-replace-regexp): Likewise.
13631
8b7bc628 136322000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13633
02b14400
RS
13634 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13635
5bb6f079
RS
13636 * emacs-lisp/lisp.el (beginning-of-defun-function):
13637 Variable renamed from beginning-of-defun.
13638 Do not call make-variable-buffer-local.
13639 (beginning-of-defun-raw): Use new variable name; doc fix.
13640 (beginning-of-defun): Doc fix.
13641 (end-of-defun-function): Variable renamed from end-of-defun.
13642 Do not call make-variable-buffer-local.
13643 (end-of-defun): Use new variable name; doc fix.
13644
02b14400
RS
13645 * subr.el (dolist, dotimes): Copied from cl-macs.el
13646 and made to work.
2d5e9b54 13647
a23c5037 13648 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13649 Variable replaces rmail-digest-end-regexp.
13650 Allows multiple regexps for detecting the end line.
13651 (undigestify-rmail-message): Corresponding changes.
13652
60af03f1
DL
136532000-01-19 Dave Love <fx@gnu.org>
13654
fe5d99e1
DL
13655 * files.el (user-init-file): Don't declare here -- is primitive.
13656
60af03f1
DL
13657 * startup.el (command-line): Check for compiled user-init-file and
13658 set to uncompiled version if necessary.
13659
72dbbc7d
GM
136602000-01-18 Gerd Moellmann <gerd@gnu.org>
13661
6a1950ec
GM
13662 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13663 (undigestify-rmail-message): Use it.
13664
72dbbc7d
GM
13665 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13666
fbe91bbd
GM
136672000-01-17 Gerd Moellmann <gerd@gnu.org>
13668
13669 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13670 of mini-buffer.
13671
33a6685b
GM
136722000-01-14 Gerd Moellmann <gerd@gnu.org>
13673
b3303df7
GM
13674 * emacs-lisp/copyright.el (copyright-update): Removed the
13675 requirement for a trailing space from `copyright-regexp', to
13676 support copyrights with owner specified on a separate line..
a23c5037 13677
3c4c8064
GM
13678 * align.el: New file.
13679
33a6685b
GM
13680 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13681
13682 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13683
044a4975
DL
136842000-01-13 Dave Love <fx@gnu.org>
13685
13686 * ph.el: Removed. (Obsoleted by EUDC.)
13687
0a352cd7
GM
136882000-01-13 Gerd Moellmann <gerd@gnu.org>
13689
13690 * net/eudc.el (toplevel): Remove autoloaded code installing
13691 menu with easymenu, because that causes build problems.
13692
13693 * frame.el (frame-notice-user-settings): New variable.
13694 (frame-notice-user-settings): Don't modify frame parameters
13695 if called a second time.
13696
8b7bc628 136972000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13698
13699 * frame.el (frame-notice-user-settings):
13700 Notice default-frame-parameters even for non-window frames.
13701
feb450e0
GM
137022000-01-13 Gerd Moellmann <gerd@gnu.org>
13703
13704 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13705 for Emacs.
13706 (eudc-bob-can-display-inline-images): Extend for Emacs.
13707 (eudc-bob-toggle-inline-display): Ditto.
13708 (eudc-bob-display-jpeg): Ditto.
13709
99c6d63b
GM
137102000-01-12 Gerd Moellmann <gerd@gnu.org>
13711
7970b229
GM
13712 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13713 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13714 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13715
e4936aa9
GM
13716 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13717 nil)'.
13718
13719 * subdirs.el: Add `net' directory.
13720
133c9e59
GM
13721 * net: New directory.
13722
99c6d63b
GM
13723 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13724 eval-last-sexp. Don't bind debug-on-error here.
13725 (eval-last-sexp): New function. Bind debug-on-error if
13726 eval-expression-debug-on-error is non-nil.
13727 (eval-defun-2, eval-defun): Likewise.
13728
13729 * simple.el (eval-expression): Don't bind debug-on-error if
13730 eval-expression-debug-on-error is nil. Detect changed
13731 debug-on-error, and propagate new value to global binding, if
13732 eval-expression-debug-on-error is non-nil,
13733 (eval-expression-debug-on-error): Change doc string.
a23c5037 13734
8b7bc628 137352000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13736
13737 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13738
13739 * emacs-lisp/lisp-mode.el (with-syntax-table):
13740 Set up lisp-indent-function property.
13741
13742 * subr.el (with-syntax-table): Moved from simple.el.
13743
13744 * simple.el (with-syntax-table): Moved to subr.el.
13745
7e3c74fa
GM
137462000-01-11 Gerd Moellmann <gerd@gnu.org>
13747
1fab1775
GM
13748 * tmm.el (tmm-shortcut): Delete region after prompt instead
13749 of erasing buffer.
13750
7e3c74fa 13751 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13752 (fill-context-prefix): Use the longest common prefix of first
13753 and second line fill prefix, if there is one.
7e3c74fa 13754
8b7bc628 137552000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13756
13757 * array.el (array-mode): Don't use make-variable-buffer-local.
13758 Use make-local-variable for `truncate-lines'.
13759
aa705642 137602000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13761
aa705642
GM
13762 * add-log.el (add-log-current-defun): Handle user-defined
13763 add-log-current-function returning nil,
a23c5037 13764
57df2446 13765 * add-log.el (add-change-log-entry): Insert version number
aa705642 13766 if having found a current function
c1356086
GM
13767
13768 * add-log.el (add-log-current-defun): Call
13769 `add-log-current-defun-function'. Try matches at level 0 and
13770 level 1. Strip whitespace from defun found.
a23c5037 13771
1d8c59e9
RS
137722000-01-10 John Wiegley <johnw@gnu.org>
13773
13774 * allout.el (isearch-done/outline-provisions): Added `edit'
13775 argument to correspond with the current definition of
13776 `isearch-done'.
13777
8cf87e9b
DL
137782000-01-10 Dave Love <fx@gnu.org>
13779
13780 * elide-head.el (elide-head): Use point-marker, not point.
13781
9050446c
GM
137822000-01-10 Gerd Moellmann <gerd@gnu.org>
13783
8321b22a
GM
13784 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13785 before and after the year 2000.
a23c5037 13786
9050446c
GM
13787 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13788 Add ispell- prefix.
13789
137902000-01-10 Ken Stevens <k.stevens@ieee.org>
13791
13792 * ispell.el: Only define dictionaries in menus when they exist.
13793 (version18p): New variable.
13794 (version20p): New variable.
13795 (xemacsp): New variable.
13796 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13797 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13798 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13799 run-together words.
9050446c
GM
13800 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13801 (ispell-dictionary-alist): Add koi8-r to customize definition.
13802 (check-ispell-version): Added documentation string. Returns
f24fef2f 13803 library path when called non-interactively.
9050446c
GM
13804 (ispell-menu-map-needed): Uses new variables.
13805 (ispell-library-path): New variable.
13806 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13807 (ispell-word): Improved documentation string. Test for valid
13808 character mappings. Correctly check typed in word changes that can
13809 result in single words split into multiple words. Returns
13810 replacement word.
13811 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13812 replace in recursive query replace mode. Help message for
13813 recursive edit mode.
13814 (ispell-show-choices): Protect against bad framepop bindings.
13815 (ispell-help): Fix to work with XEmacs.
13816 (ispell-highlight-spelling-error): Use new variables.
13817 (ispell-overlay-window): Fix to work with XEmacs.
13818 (ispell-parse-output): Passed and returns location information
13819 tracking spelling corrections. Doesn't recheck same word on
13820 current line.
13821 (ispell-init-process): Protect against bogus XEmacs variable binding.
13822 Fix call to single argument in sleep-for. Use new variables.
13823 (ispell-region): Passed and returns location information tracking
13824 spelling corrections. Doesn't check same word on current line.
13825 Improved documentation string. Doesn't resend a line already
13826 checked to the ispell process - fixes bug in LaTeX parsing.
13827 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13828 (ispell-skip-region): No longer skips <TT> in SGML.
13829 (ispell-process-line): Tracks location information with spelling
13830 corrections. Added documentation string. Accounts for words
13831 already accepted on this line. Don't allow query-replace on line
13832 starting with math characters. Doesn't resend a line already sent
13833 to ispell process. Fixes alignment error bug.
a23c5037 13834
8b7bc628 138352000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13836
a23c5037 13837 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13838 Suggest xloadimage, which is free, not xv, which isn't.
13839
a23c5037 13840 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13841 Don't ever include the host name or user name in the value.
13842
9ed79f5d
GM
138432000-01-09 Gerd Moellmann <gerd@gnu.org>
13844
13845 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13846 of a real newline.
13847
b950abb1
GM
138482000-01-09 Stephen Eglen <stephen@gnu.org>
13849
a23c5037 13850 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13851 for .png files.
13852
3c708e98
GM
138532000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13854
13855 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13856
bf61662d
GM
138572000-01-09 Gerd Moellmann <gerd@gnu.org>
13858
f1d851ae
GM
13859 * progmodes/cperl-mode.el: Replace ^F with ^L.
13860
bf61662d 13861 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13862 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13863 recursion.
13864
c65d14ee
DL
138652000-01-08 Dave Love <fx@gnu.org>
13866
8cf87e9b
DL
13867 * emacs-lisp/backquote.el: Remove inappropriate customization
13868 (allowing custom.el to use backquote).
c65d14ee 13869
83de2ebc
DL
138702000-01-07 Dave Love <fx@gnu.org>
13871
13872 * add-log.el (add-log-debugging): Deleted.
13873 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13874 file. Remove debugging code.
13875 (change-log-get-method-definition, change-log-name): Add doc.
13876 (change-log-sortable-date-at): New function.
13877 (change-log-merge): New command.
13878
13879 * time.el (display-time-string-forms): Make the Mail string active.
13880 (display-time-update): Provide help-echo for load average.
13881
13882 * bindings.el (make-mode-line-mouse2-map): New function.
13883 (mode-line-modified): Use it and simplify.
13884 (mode-line-mule-info): Provide help-echo info.
13885 (minor-mode-alist): Activate the strings.
13886 (make-mode-line-mouse-sensitive): Simplify for
13887 mode-line-buffer-identification.
13888
c1475eae
GM
138892000-01-07 Gerd Moellmann <gerd@gnu.org>
13890
13891 * play/pong.el: New file.
13892
83de2ebc
DL
138932000-01-06 Dave Love <fx@gnu.org>
13894
13895 * array.el: Assorted cleanups for compiler warnings, doc strings,
13896 `array-' prefix for symbols.
13897
138982000-01-05 Dave Love <fx@gnu.org>
13899
13900 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13901 outline-headers-as-kill.
13902 (outline-mode): Define imenu-generic-expression.
13903 (outline-headers-as-kill): New command.
13904
13905 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13906 from paragraph-start.
13907 (paragraph-indent-minor-mode): New command.
13908
13909 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13910 M-C-e, M-C-h, C-j, C-xnd, TAB.
13911 (fortran-mode): Set beginning-of-defun, end-of-defun.
13912 (fortran-column-ruler): Simplify.
13913 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13914 (fortran-with-subprogram-narrowing): Likewise.
13915 (fortran-indent-subprogram): Call mark-defun.
13916 (fortran-check-for-matching-do): Change narrowing.
13917
13918 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13919 (cl-lucid-hash-tag): Delete.
13920 (cl-hash-table-p): Correct test for native table.
13921 (cl-hash-table-count): Use hash-table-count.
13922
13923 * browse-url.el (browse-url): Fix case of
13924 browse-url-browser-function being an alist.
13925
676ac023
CD
139262000-01-05 Carsten Dominik <cd@gnu.org>
13927
c1475eae
GM
13928 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13929 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13930
13931 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13932 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13933
13934 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13935 `reftex-parse-file-extension'.
eb483e17 13936
88807984
DL
139372000-01-05 Dave Love <fx@gnu.org>
13938
83de2ebc 13939 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13940 (beginning-of-defun-raw): Use it.
13941 (end-of-defun): New variable.
13942 (end-of-defun): Use it.
13943 (check-parens): New command.
13944
1362aeb4
TTN
139452000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13946
c1475eae
GM
13947 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13948 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13949
7ddafb95
TTN
13950 Fix buglet in local variables initialization.
13951
7334aa99
AS
139522000-01-05 Andreas Schwab <schwab@suse.de>
13953
13954 * hscroll.el (hscroll): Doc fix.
13955
b12e24cd
CD
139562000-01-05 Carsten Dominik <cd@gnu.org>
13957
13958 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13959 idlw-toolbar.
13960
13961 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13962 file idlw-rinfo.el.
1362aeb4
TTN
13963 (idlwave-customize): load must read file idlw-shell.el.
13964 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13965
d6226972
CD
139662000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13967
13968 * progmodes/idlw-shell.el: Also provide idlwave-shell
13969 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13970 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13971
13972 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13973 both reftex-dcr and reftex-vcr.
1362aeb4 13974
d6226972
CD
13975 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13976
6ddb893f 139772000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13978
13979 * ps-print.el: PostScript code now is in separate files, doc fix.
13980 (ps-print-version): New version number (5.0.3).
13981 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13982 local.
13983 (ps-spool-config): Initialization fix.
c1475eae
GM
13984 (ps-print-prologue-1, ps-print-prologue-2)
13985 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13986 (ps-background-image): Little code reformating.
13987 (ps-begin-file, ps-begin-job): Fix code.
88807984 13988 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13989 (ps-prologue-file): New fun.
13990
ae833aae
KH
139912000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13992
c1475eae 13993 * ps-vars.el: Eliminated.
ae833aae
KH
13994
13995 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13996 `;;;###autoload'.
13997
13998 * ps-print.el: ps-vars eliminated, doc fix.
13999 (ps-print-version): New version number (5.0.2).
14000 (ps-spool-config): Initialization fix.
14001 (ps-print-customize): New fun.
14002
560a7bd2
GM
140032000-01-04 Gerd Moellmann <gerd@gnu.org>
14004
14005 * autorevert.el (auto-revert-mode): Return value of
14006 auto-revert-mode.
14007
f45dd0f4
DL
140082000-01-04 Dave Love <fx@gnu.org>
14009
fae2ac05
DL
14010 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14011 menu items.
f45dd0f4 14012
61255981
DL
140132000-01-03 Dave Love <fx@gnu.org>
14014
88807984 14015 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14016
83de2ebc 14017 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14018 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14019 `cl-hash-table-p', not `hash-table-p'.
14020 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14021
c182a70f
EZ
140222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14023
14024 * faces.el (face-read-integer, read-face-attribute)
14025 (color-defined-p, color-values): unspecified-{f,b}g are now
14026 strings.
14027
047f434a
GM
140282000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14029
14030 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14031 at comment end, and re-insert them after filling.
14032
bab531e2
EZ
140332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14034
14035 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14036 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14037 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14038
d684c676
EZ
140392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14040
14041 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14042 the new name of face-color-supported-p.
14043
14044 * term/w32-win.el (xw-defined-colors): Likewise.
14045
0aad4805
EZ
140462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14047
14048 * simple.el (completion-setup-function): Count completion-size
14049 from minibuffer-prompt-end, not from point-min.
14050
5fe1d139
EZ
140512000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14052
14053 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14054 Pass the frame to tty-color-* functions.
14055 (display-color-p, frame-set-background-mode): Pass the frame to
14056 tty-display-color-p.
14057
14058 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14059 tty-color-alist.
14060 (tty-color-alist, tty-modify-color-alist): New functions.
14061 (tty-color-define, tty-color-clear, tty-color-approximate)
14062 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14063 an optional parameter FRAME.
14064
162dec01
GM
140652000-01-01 Gerd Moellmann <gerd@gnu.org>
14066
27189709
GM
14067 * image.el (create-image, defimage): Don't assume image data is a
14068 string.
14069
162dec01
GM
14070 * image.el (defimage): Handle specifications containing :data
14071 instead of :file.
14072 (image-type-from-data): New function.
14073 (image-type-from-file-header): Use it.
14074 (create-image): Add parameter DATA-P.
1362aeb4 14075
bea56df7 14076See ChangeLog.8 for earlier changes.
25a6fab1
KH
14077
14078;; Local Variables:
e64c3a75 14079;; coding: iso-2022-7bit
25a6fab1 14080;; End: