]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-04-24 John Wiegley <johnw@gnu.org>
2
3 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
4 fix from last night, since it wasn't finding eshell/cd.
5
6 2001-04-24 Gerd Moellmann <gerd@gnu.org>
7
8 * rect.el (string-rectangle): Revert to 20.x behaviour.
9 (replace-rectangle): Make it an alias for string-rectangle.
10 (string-insert-rectangle): New function.
11
12 2001-04-23 John Wiegley <johnw@gnu.org>
13
14 * eshell/em-unix.el (eshell/diff): Fixed problems that were
15 occurring with Emacs 21's diff.el/compile.el interaction layer.
16
17 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
18
19 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
20 case where the function was defined in a file, but not part of an
21 eshell module.
22
23 2001-04-23 John Wiegley <johnw@gnu.org>
24
25 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
26 code to work around a redisplay problem I've been having.
27
28 2001-04-23 John Wiegley <johnw@gnu.org>
29
30 * calendar/timeclock.el (timeclock-day-required): If the time
31 required for a particular day is not set, use `timeclock-workday'.
32 (timeclock-find-discrep): Added some sample code in a comment.
33
34 * eshell/eshell.el (eshell-command): Made a few changes so that
35 `eshell-command' could be called programmatically.
36
37 * eshell/esh-mode.el: Moved `eshell-non-interactive-p' to
38 eshell.el.
39
40 * eshell/eshell.el (eshell-non-interactive-p): Moved this variable
41 here.
42
43 2001-04-22 John Wiegley <johnw@gnu.org>
44
45 * calendar/timeclock.el: Updated copyright.
46 (timeclock-generate-report): Don't report the daily or two-week
47 total, if no time has been worked in that period.
48 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
49 final computational form, which was unnecessary; corrected a
50 parsing problem when timeclock-relative was nil.
51
52 2001-04-22 Kahlil Hodgson <kahlil@discus.anu.edu.au>
53
54 * calendar/timeclock.el (timeclock-modeline-display): Check if
55 `list-entry' is null.
56 (timeclock-use-display-time): The first argument to `set-variable'
57 must be a symbol.
58
59 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * calendar/calendar.el (diary-entry-marker)
62 (calendar-today-marker, calendar-holiday-marker): Use
63 display-color-p instead of window-system.
64 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
65 instead of window-system.
66 (calendar-hide-window): Use display-multi-frame-p instead of
67 window-system.
68
69 * calendar/cal-x.el (calendar-two-frame-setup)
70 (calendar-only-one-frame-setup, calendar-one-frame-setup): Use
71 display-multi-frame-p instead of window-system.
72
73 2001-04-23 Gerd Moellmann <gerd@gnu.org>
74
75 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
76
77 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
78 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
79
80 2001-04-23 Alex Schroeder <alex@gnu.org>
81
82 * goto-addr.el: Instead of defining line-beginning-position and
83 line-end-position a defalias is used for point-at-bol and
84 point-at-eol.
85
86 2001-04-23 Alex Schroeder <alex@gnu.org>
87
88 * goto-addr.el: Added XEmacs compatibility code.
89 (goto-address-highlight-keymap): Made keybindings XEmacs
90 compatible.
91
92 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
93
94 * textmodes/paragraphs.el (sentence-end): Doc fix.
95
96 2001-04-20 Alex Schroeder <alex@gnu.org>
97
98 * sql.el (sql-escape-newlines-and-send): New function.
99 (sql-db2): Set comint-input-sender to
100 sql-escape-newlines-and-send.
101
102 2001-04-20 Alex Schroeder <alex@gnu.org>
103
104 * sql.el (sql-db2-program): New option.
105 (sql-db2-options): New option.
106 (sql-db2): New function.
107
108 2001-04-20 Alex Schroeder <alex@gnu.org>
109
110 * sql.el (sql-mode-menu): Added highlighting entries.
111 (sql-highlight-oracle-keywords): New function.
112 (sql-highlight-postgres-keywords): New function.
113 (sql-highlight-ansi-keywords): New function.
114
115 2001-04-20 Alex Schroeder <alex@gnu.org>
116
117 * sql.el (sql-help): Doc change.
118
119 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
120
121 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
122
123 2001-04-18 Gerd Moellmann <gerd@gnu.org>
124
125 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
126 for defmethod.
127
128 * comint.el (comint-cr-magic): New function.
129 (toplevel): Add it to comint-preoutput-filter-functions.
130
131 2001-04-18 Andrew Innes <andrewi@gnu.org>
132
133 * makefile.w32-in (EMACSLOADPATH): Define.
134 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
135 (recompile): Remove stuff to set EMACSLOADPATH.
136
137 2001-04-18 Gerd Moellmann <gerd@gnu.org>
138
139 * language/slovak.el ("Slovak"): Add tutorial entry.
140
141 * net/browse-url.el (browse-url-new-window-flag): Renamed from
142 browse-url-new-window-p.
143
144 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
145
146 * info.el (Info-menu-update): When there are no menus and/or no
147 cross references in the node, make the respective items of the
148 Info menu-bar menu inactive.
149
150 2001-04-17 Gerd Moellmann <gerd@gnu.org>
151
152 * indent.el (indent-for-tab-command): Call indent-line-function
153 with no argument if PREFIX-ARG is non-nil.
154
155 * frame.el (delete-other-frames): Handle minibuffer-only frames.
156
157 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
158
159 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
160 an async subprocess if start-process is unavailable. Suggested by
161 Tim Van Holder <tim.van.holder@pandora.be>.
162
163 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * info.el (Info-additional-directory-list): Doc fix. Suggested by
166 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
167
168 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
169
170 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
171 manual.
172
173 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
174
175 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
176 (cvs-menu): Add a few entries.
177
178 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
179 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
180 lock file appears to be reachable from Emacs.
181 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
182 (cvs-mode-find-file): Look for cvs-header-face rather than
183 cvs-dirname-face (which doesn't exist).
184 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
185
186 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
187
188 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
189
190 * emulation/pc-select.el (pc-selection-mode): Don't turn on
191 normal-erase-is-backspace on a tty. Instead, bind some keys such
192 as [delete] directly, like pc-select.el did before
193 normal-erase-is-backspace was invented.
194
195 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
198
199 2001-04-11 John Wiegley <johnw@gnu.org>
200
201 * eshell/em-ls.el (eshell-ls-insert-directory):
202 Set font-lock-defaults to nil, to prevent fontification in dired
203 buffers, if Eshell's ls is being used.
204
205 2001-04-11 John Wiegley <johnw@gnu.org>
206
207 * calendar/timeclock.el (timeclock-completing-read): New function.
208 (timeclock-ask-for-project, timeclock-ask-for-reason):
209 Call `timeclock-completing-read'.
210
211 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
212 required where `member' was being used.
213
214 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
215
216 * eshell/em-hist.el (eshell-previous-matching-input):
217 Don't display "History item" if the the minibuffer is active.
218
219 2001-04-11 Gerd Moellmann <gerd@gnu.org>
220
221 * startup.el (command-line): Output a newline after printing
222 an error from loading the window system's init file.
223
224 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * textmodes/texinfo.el (texinfo-font-lock-keywords):
227 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
228 @inforef. Add an OVERRIDE of `keep' to highlight specs of
229 keywords whose arguments routinely include @@.
230
231 2001-04-10 Gerd Moellmann <gerd@gnu.org>
232
233 * emacs-lisp/advice.el (ad-make-advised-definition):
234 Construct advice for subrs differently.
235
236 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
237 regexp in parentheses when building the regexp for searching backwards.
238
239 * simple.el (completion-list-mode-finish): New function.
240 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
241
242 * language/european.el ("Polish"): Change sample text.
243 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
244
245 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
246 parameter.
247
248 * faces.el (menu): Doc fix.
249
250 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
251
252 * ps-print.el: Footer implementation. Doc fix.
253 (ps-print-version): New version number (6.5.1).
254 (ps-header-frame-alist): New customization var for header frame
255 properties.
256 (ps-line-number-color): New customization var for line number color.
257 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
258 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
259 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
260 (ps-right-footer): New customization vars for footers.
261 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
262 footers.
263 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
264 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
265 Code fix.
266 (ps-prologue-file): Indentation fix.
267 (ps-print-quote): Fun eliminated.
268 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
269 (ps-output-frame-properties): New fun.
270 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
271 (ps-skip-newline): Replace defun by defsubst.
272
273 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
274
275 * eshell/eshell.el (eshell-command): Needed a "%s" format
276 specifier, in case the buffer contains percent characters.
277
278 2001-04-10 John Wiegley <johnw@gnu.org>
279
280 * calendar/timeclock.el (timeclock-generate-report): Added a
281 missing insert of the project name.
282
283 2001-04-09 Gerd Moellmann <gerd@gnu.org>
284
285 * obsolete/profile.el: Moved from emacs-lisp/.
286
287 * Makefile.in (nonobsolete_setwins): New macro.
288 (finder-data): Use it instead of `setwins'.
289 From: Dave Love <fx@gnu.org>.
290
291 * server.el (server-visit-files): Set server-existing-buffer correctly.
292 (server-visit-files): Run server-visit-hook after going to
293 line 1 so that the hook can set point as it sees fit.
294
295 * bindings.el (mode-line-modified): Unify help messages.
296
297 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
298
299 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
300 All callers changed.
301
302 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
305 long file names aren't supported, truncate the file names in
306 quail-misc-package-ext-info to 8+3 before matching them against
307 FILENAME.
308
309 * dos-fns.el (dos-truncate-to-8+3): New function.
310
311 * progmodes/compile.el (grep-compute-defaults): Use null-device
312 instead of literal /dev/null. Reported by Jens Schmidt
313 <schmidt@mathematik.uni-kl.de>.
314
315 * simple.el (normal-erase-is-backspace-mode): Doc fix.
316
317 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
318
319 * textmodes/sgml-mode.el: Add unknown maintainer.
320 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
321 (html-mode-map): Use set-keymap-parent.
322
323 2001-04-06 Dave Love <fx@gnu.org>
324
325 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
326 Remove redundant string-to-list.
327
328 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
329
330 * composite.el (reference-point-alist): Doc fix.
331
332 2001-04-05 Sam Steingold <sds@gnu.org>
333
334 * font-lock.el (font-lock-keywords-case-fold-search):
335 Make buffer-local. This fixes a very annoying bug when loading a Lisp
336 file made font-lock case-insensitive.
337
338 2001-04-05 Gerd Moellmann <gerd@gnu.org>
339
340 * faces.el (defface menu): Doc fix.
341
342 * wid-edit.el (widget-color-sample-face-get): Don't make
343 faces for undefined colors.
344
345 * version.el (emacs-version): Include LessTif/Motif version info.
346
347 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
348
349 * ps-mule.el: Eliminate cl package dependence.
350 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
351 if they aren't defined yet.
352 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
353 Eliminate cl package dependence.
354
355 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
356
357 * progmodes/cc-cmds.el (c-outline-level):
358 Bind buffer-invisibility-spec. Originally from Dave Love, but
359 got lost when incorporating version 5.26.
360
361 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
362
363 * emulation/pc-select.el (pc-selection-mode):
364 Call normal-erase-is-backspace-mode instead of binding
365 keys individually.
366
367 * cus-load.el (normal-erase-is-backspace): Use it instead of
368 delete-key-deletes-forward.
369
370 * startup.el (command-line): Use normal-erase-is-backspace and
371 normal-erase-is-backspace-mode.
372
373 * simple.el (normal-erase-is-backspace): Rename from
374 delete-key-deletes-forward. Doc fix.
375 (normal-erase-is-backspace-mode): Rename from
376 delete-key-deletes-forward-mode. Doc fix.
377 Run normal-erase-is-backspace-hook.
378
379 * dired.el (dired-move-to-filename-regexp): Support file sizes in
380 ``human-readable'' format produced by GNU `ls'.
381 (dired-move-to-filename-regexp): Recognize ISO format dates.
382 From Paul Eggert <eggert@twinsun.com>.
383
384 2001-04-04 Gerd Moellmann <gerd@gnu.org>
385
386 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
387 New functions.
388 (lm-verify): Check keywords.
389 From Eric M. Ludlam <eric@siege-engine.com>.
390
391 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
392
393 * speedbar.el (speedbar-insert-image-button-maybe): Check for
394 `xemacs' feature instead of for the function `set-extent-property'.
395
396 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
397
398 * mail/mh-utils.el (mh-folder-hist): New var.
399 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
400
401 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
402
403 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
404 region, position point on the first or last 16-byte group.
405 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
406 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
407 hexl-beginning-of-line.
408
409 2001-04-03 Gerd Moellmann <gerd@gnu.org>
410
411 * icomplete.el (icomplete-mode): Treat an argument like other
412 modes do.
413
414 * startup.el (fancy-splash-head): Use splash8.xpm for color
415 depth 8.
416
417 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
418 Add an antry for ``converts''.
419
420 * language/slovak.el ("Slovak"): Add documentation string.
421 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
422
423 * language/czech.el ("Czech"): Add documentation string.
424 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
425
426 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
427 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
428
429 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
430
431 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
432 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
433 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
434 Use `defsubst' rather than a macro to ease debugging.
435 (mail-extr-last): Remove (use `last' instead).
436 (mail-extract-address-components): Properly reset the syntax-table
437 after parsing an address. Use `last' rather than mail-extr-last.
438 Make sure the end marker stays at the very end.
439
440 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
441
442 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
443 last change.
444
445 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
446
447 * ps-print.el: Line and paragraph spacing feature. Region to cut
448 out when printing. Doc fix.
449 (ps-print-version): New version number (6.5).
450 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
451 New vars. Line and paragraph spacing feature.
452 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
453 out when printing.
454 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
455 (ps-get-font-size, ps-begin-job, ps-continue-line)
456 (ps-plot-region): Code fix.
457 (ps-print-prologue-2): Var eliminated.
458 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
459 New internal vars.
460 (ps-get-size): New fun.
461 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
462 (ps-next-line): Replace defun by defsubst.
463 (ps-mule-plot-string): Autoload doc fix.
464
465 * ps-bdf.el: XEmacs compatibility. Doc fix.
466 (installation-directory, coding-system-for-read): Declare vars if
467 it's not declared yet.
468 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
469
470 * ps-mule.el: XEmacs compatibility. Doc fix.
471 (leading-code-private-22): Declare var if it's not declared yet.
472 (charset-bytes, charset-dimension, charset-id, charset-width)
473 (find-charset-region, split-char, char-width, chars-in-region)
474 (forward-point, decompose-composite-char, encode-coding-string)
475 (coding-system-p, ccl-execute-on-string, define-ccl-program):
476 Define funs if not defined yet.
477 (encode-composition-rule, find-composition): Define funs if not
478 loaded yet.
479 (ps-mule-prologue): PostScript code fix.
480
481 2001-04-02 Kenichi Handa <handa@etl.go.jp>
482
483 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
484 non-nil, generate font for the header strings.
485 (ps-mule-prepare-font): Likewise.
486 (ps-mule-generate-glyphs): Likewise.
487 (ps-mule-string-encoding): Likewise.
488 (ps-mule-header-charsets): New variable.
489 (ps-mule-encode-header-string): New function.
490 (ps-mule-header-string-charsets): New function.
491 (ps-mule-begin-job): Check charsets in the header strings. If there
492 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
493
494 * ps-print.el (ps-generate-header-line): Encode the header string by
495 ps-mule-encode-header-string.
496 (ps-mule-encode-header-string): Declare autoload.
497
498 2001-04-02 Gerd Moellmann <gerd@gnu.org>
499
500 * frame.el (cursor-in-non-selected-windows):
501 Replaces show-cursor-in-non-selected-windows.
502
503 2001-03-31 Kenichi Handa <handa@etl.go.jp>
504
505 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
506 Delete entries for "chinese-py" and "chinese-ziranma".
507 (quail-misc-package-ext-info): New variable.
508 (tsang-quick-converter): New function.
509 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
510 (quick-cns-converter, py-converter, ziranma-converter)
511 (miscdic-convert, batch-miscdic-convert): New functions.
512
513 2001-03-30 Kenichi Handa <handa@etl.go.jp>
514
515 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
516 eight-bit-control chars.
517
518 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
519 Reduce making temporary vector (suggested by Dave Love).
520
521 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
522
523 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
524 string as well.
525
526 2001-03-30 Andreas Schwab <schwab@suse.de>
527
528 * files.el (backup-directory-alist): Fix typo.
529
530 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
531
532 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
533 <eggert@twinsun.com>.
534
535 2001-03-30 Dave Love <fx@gnu.org>
536
537 * progmodes/fortran.el (fortran-comment-region): Fix typo.
538
539 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
540
541 * simple.el (transient-mark-mode): Mention C-g in the doc string.
542
543 2001-03-30 Miles Bader <miles@gnu.org>
544
545 * subr.el (interactive-form): Fix paren typo.
546
547 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
548
549 * emacs-lisp/profile.el: Say that it's obsolete in the header
550 line, so that finder.el puts that into its data-base.
551 Suggested by Alex Schroeder <alex@gnu.org>.
552
553 2001-03-29 Paul Eggert <eggert@twinsun.com>
554
555 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
556 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
557
558 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
559
560 * generic.el (generic-mode-set-comments): Use "" rather than nil
561 for comment-end.
562
563 2001-03-29 Gerd Moellmann <gerd@gnu.org>
564
565 * emacs-lisp/advice.el (ad-make-advised-definition):
566 Call interactive-form to obtain the interactive spec of subrs.
567
568 * subr.el (interactive-form): New function.
569
570 2001-03-29 Andre Spiegel <spiegel@gnu.org>
571
572 * vc-sccs.el (vc-sccs-register): Use relative file names.
573
574 2001-03-28 Gerd Moellmann <gerd@gnu.org>
575
576 * bookmark.el (bookmark-get-bookmark): Handle case that
577 BOOKMARK is not a string.
578
579 * image.el (image-type-regexps): Change type for PS files
580 to `postscript'.
581
582 * subr.el (read-passwd): Clear command history after each
583 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
584
585 2001-03-27 Kenichi Handa <handa@etl.go.jp>
586
587 * international/kkc.el (kkc-save-init-file): Locally bind
588 print-length to nil.
589
590 2001-03-26 Gerd Moellmann <gerd@gnu.org>
591
592 * textmodes/flyspell.el: Some doc fixes.
593 (flyspell-maybe-correct-transposition)
594 (flyspell-maybe-correct-doubling): Use a temporary buffer
595
596 * textmodes/ispell.el (ispell-parse-output): Doc fix.
597
598 * emacs-lisp/byte-opt.el (byte-optimize-while)
599 (byte-optimize-form-code-walker): Diagnose too few arguments
600 for `if' and `while'.
601
602 2001-03-26 Kenichi Handa <handa@etl.go.jp>
603
604 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
605 Prepend `\' to "\<quail-translation-docstring>".
606
607 2001-03-26 Gerd Moellmann <gerd@gnu.org>
608
609 * autorevert.el (global-auto-revert-non-file-buffers):
610 Remove duplicate defcustom.
611
612 2001-03-26 Miles Bader <miles@gnu.org>
613
614 * international/latin1-disp.el (latin1-char-displayable-p):
615 Add leading "-" for X font pattern.
616
617 2001-03-26 Kenichi Handa <handa@etl.go.jp>
618
619 * international/mule-diag.el (describe-coding-system):
620 For raw-text and emacs-mule, don't add anymore text about what
621 charsets they can encode.
622
623 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
624
625 * help.el (view-lossage): Mention open-dribble-file in the doc
626 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
627
628 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
629
630 * skeleton.el (skeleton-internal-list): Fix bogus logic.
631 (skeleton-pair-insert-maybe): Don't pair after a backslash.
632
633 2001-03-23 Kenichi Handa <handa@etl.go.jp>
634
635 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
636 Call ccl-execute-on-string directly so that CCL program handling
637 multibyte sequence can work correctly.
638 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
639 property of the coding system.
640
641 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
642
643 * textmodes/fill.el (fill-individual-paragraphs-prefix):
644 Fix transcription typo.
645
646 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
647
648 * whitespace.el: Add buffer local variables to toggle testing of
649 whitespaces in buffers without affecting the default values.
650 Bump version to 3.0 to account for a few other changes.
651 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
652 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
653 (whitespace-toggle-spacetab-check): New functions.
654
655 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
656
657 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
658
659 2001-03-21 Gerd Moellmann <gerd@gnu.org>
660
661 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
662 bs-cycle-configuration-name. From Juanma Barranquero
663 <lektu@uol.com.br>.
664
665 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
666 and cc-vars.el.
667
668 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
669 headers. Always invoke sendmail with option -t.
670
671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
672
673 * Release of cc-mode 5.28.
674
675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
676
677 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
678 Removed the hardcoded switch to "java" style in Java mode.
679 It's instead taken care of by the default value for c-default-style.
680
681 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-align.el (c-lineup-math): Fix bug where lineup was
684 triggered by equal signs in string literals.
685
686 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
687
688 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
689 limit detection when at the ends of the buffer.
690
691 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
692 "for" statement clause in case 7F; a better one is done
693 earlier in case 7D anyway.
694
695 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
696
697 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
698 somewhat more and did a small optimization.
699
700 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
701
702 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
703 Use the limit argument only to limit the syntactic context
704 search, not to limit the actual movement.
705
706 * cc-cmds.el (c-beginning-of-statement): Move by sentence
707 inside multiline strings, just like in comments. Also various
708 fixes to the paragraph and comment prefix recognition, block
709 comment ender handling etc.
710
711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
712
713 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
714 the relative position of the point.
715
716 * cc-cmds.el (c-electric-continued-statement): New function to
717 use as abbrev hook to reindent for keywords such as "else"
718 that continues an earlier statement.
719
720 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
721 like classes.
722
723 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
724 (pike-mode): Populate the default abbrev tables to reindent for
725 keywords such as "else" that can continue earlier statements.
726 Abbrev mode is therefore turned on by default now. (Note that
727 this doesn't apply to idl-mode, since IDL afaik doesn't have
728 statements at all.)
729
730 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
731
732 * cc-engine.el (c-inside-bracelist-p): Fix for handling
733 bracelists where the declaration contains template arguments.
734
735 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
736
737 * cc-cmds.el (c-comment-indent):
738 Use `c-get-syntactic-indentation' to correctly calculate the
739 syntactic indentation. Fixes bug with lineup functions that
740 return vectors.
741
742 * cc-engine.el (c-get-syntactic-indentation): Split the
743 indentation sum calculation from `c-indent-line' to a separate
744 function.
745
746 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
747
748 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
749 Fixed places where it was assumed that preprocessor directives
750 have to start in column zero.
751
752 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
753 template arguments after a class identifier properly.
754
755 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
756 lists for `new Foo[]' constructs in Java as expressions and
757 not top level definition brace lists on the top level, so that
758 they'll get indented consistently with the same type of
759 expression in a normal block.
760
761 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
762
763 * cc-cmds.el (c-fill-paragraph): The kludge that checks
764 whether the adaptive filling package fails to keep the comment
765 prefix is now kludged further to check for filladapt-mode
766 which doesn't have that problem. This is really icky, but it's
767 the only way that works with the current misfeatures/bugs in
768 both adaptive-fill-mode and filladapt-mode.
769
770 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
771 around point is recognized more robust.
772
773 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
774
775 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
776 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
777 (c-lit-type): Fixed all internal variables used dynamically so
778 that they are always bound.
779
780 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
781 errors:
782
783 (c-indent-region): Fixed reporting of syntactic errors so that
784 the region is fully reindented even when an error occurs.
785 The last syntactic error is printed afterwards. Also cleanup up a
786 whole lot of code that tried to optimize indentation of whole
787 sexps but in reality accomplishes nothing.
788
789 (c-indent-sexp): Use c-indent-region.
790
791 (c-parsing-error): Changed this variable to hold the message
792 for any syntactic error that is discovered.
793
794 (c-parse-state): Search backward from point instead of the bod
795 position when the latter is invalid. This makes CC Mode
796 recover faster when there are unbalanced close braces.
797
798 (c-backward-to-start-of-if): Use c-parsing-error to report
799 dangling "else" clauses instead of throwing an error, and fall
800 back to a reasonable position.
801
802 (c-indent-line): Added argument to avoid reporting syntactic errors.
803
804 (c-show-syntactic-information): Don't report any syntactic errors.
805
806 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
807
808 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
809 paragraph recognition when moving by sentence in literals.
810
811 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
812 start regexp for javadoc to recognize javadoc markup in general instead
813 of a specific set of keywords, to be more future-safe.
814
815 (c-Pike-pikedoc-paragraph-start)
816 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
817 pikedoc markup.
818
819 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
820
821 (pike-mode): Initialize paragraph settings pikedoc recognition.
822
823 * cc-vars.el (c-default-style): Made a nicer Customize widget.
824
825 (c-comment-prefix-regexp): Made it possible to use an
826 association list on this to specify mode specific regexps.
827 The default value now use a special regexp in Pike mode to
828 recognize pikedoc markup.
829
830 (c-current-comment-prefix): New variable containing the actual
831 regexp from c-comment-prefix-regexp for the current buffer.
832
833 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
834
835 * cc-cmds.el (c-electric-brace): Fixed check for special brace
836 lists: We can't look at the syntax, since a brace list can get
837 recognized as a plain statement-cont.
838
839 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
840 special brace list opener broken over two lines got recognized
841 as a statement on the second line. Case 9A changed.
842
843 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
844
845 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
846 adjustment after line is reindented.
847
848 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
849
850 * cc-defs.el (c-point): Added optional argument for position
851 to use instead of the current point.
852
853 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
854 the in-expression block symbols when the construct starts at
855 boi, to avoid the extra level of indentation in that case.
856 Cases 4, 16A and 17E affected.
857
858 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
859
860 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
861 calls to `c-indent-line', to adhere better to Emacs conventions.
862
863 * cc-engine.el (c-indent-line): Use the syntax already bound
864 to `c-syntactic-context', if there is any.
865
866 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
867
868 * cc-engine.el (c-get-offset): Fixed bug where the indentation
869 wasn't added up correctly when a lineup function returned nil.
870
871 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
872
873 * cc-engine.el (c-collect-line-comments): Fixed bug where
874 empty lines were ignored when collecting line comments backwards.
875
876 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
877
878 * cc-align.el (c-lineup-dont-change): Return an absolute
879 indentation column to work correctly in the case when several
880 syntactic elements are processed for the same line.
881
882 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
883 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
884 (c-set-offset): Added absolute indentation column settings by
885 using the vector type.
886
887 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
888
889 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
890 Implemented two new cleanups `space-before-funcall' and
891 `compact-empty-funcall'.
892
893 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
894
895 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
896 helping building regexps.
897
898 * cc-engine.el (c-on-identifier): New function for detecting
899 identifiers. It takes keywords into account.
900
901 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
902 lists. `c-keywords' is set to a regexp matching all keywords
903 in the current language.
904
905 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
906
907 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
908 list of characters to skip backwards over at the beginning of
909 a statement, since it can precede string literals in Pike.
910
911 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
912
913 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
914 recognition when standing on the last line in a C++ comment
915 with nothing but whitespace after the prefix.
916
917 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
918 given no limit argument.
919
920 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
921
922 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
923 recognition for the `[]= operator symbol in Pike.
924
925 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
926
927 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
928 around a bug in `eval-when-compile' in the byte compiler.
929
930 * cc-engine.el (c-forward-token-1): Fixed bug with return
931 value when count is zero and there's no token start within the limit.
932
933 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
934 "prefix comments", i.e. comments which are followed by code on
935 the same line.
936
937 * cc-mode-19.el: Fixes so that checks that must be done at
938 compile time also are done then.
939
940 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
941
942 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
943 time and at runtime, and only when it's needed.
944
945 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
946
947 Major cleanup for less error prone and more warning free
948 compilation, including some fixes for bugs due to different
949 compilation orders. Thanks to Martin Buchholz for providing
950 the basis for all this.
951
952 * cc-bytecomp.el: New file that provides some byte compilation
953 features: It ensures that files always are loaded from the
954 current source directory during compilation, and it provides a
955 set of macros to turn off specific compiler warnings for
956 specific symbols. (It's not CC Mode specific in any way.)
957
958 Fixed a nearly acyclic dependency tree (both runtime and
959 compile-time) between all files.
960
961 * cc-defs.el: Separated all macros before the inline functions,
962 to ensure correct compilation.
963
964 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
965 cc-defs.el to cc-engine.el and made it a function instead.
966
967 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
968 about char-after.
969
970 * cc-vars.el: Cope even when there isn't a custom package
971 containing defcustom available.
972
973 * cc-make.el: Removed since it's no longer necessary.
974
975 README: Updated installation instructions.
976
977 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
978
979 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
980 improve the modularity: Moved all mode init stuff from
981 cc-langs.el to cc-mode.el, including the keymap
982 initialization; cc-langs now only contains the various
983 variables for configuring the language syntax.
984
985 * cc-engine.el, cc-styles.el (c-evaluate-offset)
986 (c-get-offset): Moved from cc-styles to cc-engine since file
987 dependency analysis suggests they belong there (which also
988 makes more sense). Thanks to Martin Buchholz for doing the analysis.
989
990 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
991
992 * cc-cmds.el (c-fn-region-is-active-p): New function that
993 wraps the corresponding macro, for use in places that aren't
994 compiled. Thanks to Martin Buchholz for pointing out this.
995
996 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
997
998 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
999 add things to the bug report.
1000
1001 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1002
1003 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1004 returned prefix could contain a newline when the search for a
1005 good prefix line failed.
1006
1007 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1008
1009 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1010 (c-toggle-auto-hungry-state): Made the argument optional, as
1011 the documentation says it is.
1012
1013 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1014
1015 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1016 multiline string syntax, #"...", as a cpp macro.
1017
1018 2001-03-21 Paul Eggert <eggert@twinsun.com>
1019
1020 * international/mule-cmds.el (set-locale-environment):
1021 Set system-messages-locale and system-time-locale, but only if the
1022 caller specifies a non-nil locale name.
1023
1024 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1025
1026 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
1027 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
1028
1029 2001-03-20 Gerd Moellmann <gerd@gnu.org>
1030
1031 * follow.el (follow-avoid-tail-recenter): Doc fix.
1032
1033 * custom.el (custom-set-variables): Avoid reversing the list
1034 of args needlessly.
1035
1036 * startup.el (fancy-splash-head): Don't change the colors of the
1037 XPM image on a dark background.
1038
1039 * comint.el (comint-exec-1): Set columns of the terminal to
1040 window-width instead of frame-width.
1041
1042 * info.el (Info-scroll-down): Add missing WINDOW arg for
1043 pos-visible-in-window-p.
1044
1045 * ehelp.el (electric-help-mode-hook): Add defcustom.
1046
1047 * mail/sendmail.el (mail-mode): Activate case-folding in
1048 font-lock-defaults.
1049
1050 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1051
1052 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1053 (completion-ignored-extensions): Remove duplicate ".class".
1054
1055 2001-03-19 Andreas Schwab <schwab@suse.de>
1056
1057 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1058 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
1059
1060 2001-03-19 Gerd Moellmann <gerd@gnu.org>
1061
1062 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1063 methods since there are not prefix input methods.
1064
1065 2001-03-19 Kenichi Handa <handa@etl.go.jp>
1066
1067 * international/mule-cmds.el (read-input-method-name):
1068 Locally bind enable-recursive-minibuffers to t.
1069
1070 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1071
1072 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1073
1074 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
1075
1076 * ediff-util.el: Copyright years.
1077 (ediff-choose-syntax-table): New function.
1078 (ediff-setup): Use ediff-choose-syntax-table.
1079
1080 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1081 with-syntax-table.
1082
1083 * ediff.el: Date of last update, copyright years.
1084
1085 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1086
1087 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1088 of Scott Bronson.
1089 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1090 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1091 Deleted functions.
1092 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1093 ex-token-list.
1094
1095 * viper-util.el: Spaces, indentation.
1096
1097 * viper.el: Changed version, modification time.
1098
1099 2001-03-16 John Wiegley <johnw@gnu.org>
1100
1101 * calendar/timeclock.el (timeclock-workday-remaining):
1102 Check whether `discrep' is non-null before using it.
1103
1104 2001-03-16 John Wiegley <johnw@gnu.org>
1105
1106 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1107 first-time checkins.
1108 (timeclock-log-data): Fixed problem with reading timelog log file.
1109 Resulting data in the "day list" was incorrect.
1110 (timeclock-find-discrep): Check if `timeclock-file' is readable
1111 before opening it.
1112 (timeclock-time-less-p): New function.
1113 (timeclock-day-base): New function.
1114 (timeclock-geometric-mean): New function.
1115 (timeclock-generate-report): Generate a summary report based on
1116 the contents of the log file. This uses `timeclock-log-data', and
1117 is an example of writing a timelog manipulation function.
1118 (timeclock-visit-timelog): A quick command for opening the timelog
1119 file.
1120 (timeclock-log-data): Bound the variable event.
1121
1122 2001-03-16 Kenichi Handa <handa@etl.go.jp>
1123
1124 * international/mule-cmds.el (select-safe-coding-system):
1125 Fix typo: symbol-name -> symbol-value.
1126
1127 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1128 before substitute-in-file-name to handle double slashes in FILE
1129 correctly.
1130
1131 2001-03-15 Gerd Moellmann <gerd@gnu.org>
1132
1133 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1134 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1135
1136 2001-03-14 Gerd Moellmann <gerd@gnu.org>
1137
1138 * bindings.el (features): Add `md5' and `overlay' to the list.
1139
1140 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1141 bound before using it. It's not bound when configured without X,
1142 for instance.
1143
1144 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1145
1146 * progmodes/hideshow.el: Update copyright.
1147 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
1148 (hs-minor-mode-hook): Include `:version' in defcustom form.
1149
1150 2001-03-13 Gerd Moellmann <gerd@gnu.org>
1151
1152 * help.el (string-key-binding): Don't call event-start on
1153 a non-list.
1154
1155 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1156
1157 * startup.el (fancy-splash-tail, command-line-1): Fix the
1158 copyright year.
1159
1160 2001-03-13 Kenichi Handa <handa@etl.go.jp>
1161
1162 * term.el: These changes are based on a patch sent from Yong Lu
1163 <lyongu@yahoo.com>.
1164 (term-set-escape-char): Bind M-x to execute-extended-command in
1165 term-raw-escape-map.
1166 (term-move-columns): Don't try to move to negagive column.
1167 (term-emulate-terminal): Insert a string before deleting a text to
1168 overwrite.
1169
1170 2001-03-12 Gerd Moellmann <gerd@gnu.org>
1171
1172 * play/life.el (life): Rearrange code so that all calls to
1173 life-display-generation are in a catch-form.
1174
1175 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1176 file that isn't interesting. In an interesting file, push the old
1177 value of point on the mark ring.
1178
1179 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1180 New function.
1181 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1182 Use it.
1183
1184 * emacs-lisp/autoload.el (generate-file-autoloads):
1185 Remove warning about line lengths.
1186
1187 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1188
1189 * progmodes/etags.el (tags-compression-info-list): New variable.
1190 (find-tag-in-order): Use it to deal with compressed source files.
1191 (tag-file-name-match-p): New function.
1192 (etags-recognize-tags-table): Use it for better match of file names.
1193
1194 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1195
1196 * international/mule-cmds.el (register-input-method): Doc fix.
1197
1198 * international/quail.el (quail-translate-key): Fix condition to
1199 check if there's another breaking point in the current key.
1200
1201 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1204 Babyl header to the newly-created output file, bind
1205 coding-system-for-write to either rmail-file-coding-system or
1206 emacs-mule-unix.
1207
1208 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1209
1210 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1211 Fix the name and regexp used for subsubsections.
1212
1213 2001-03-10 Dave Love <fx@gnu.org>
1214
1215 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1216 and save-buffer if buffer-file-name non-nil. From rms.
1217
1218 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1219
1220 * vc.el (vc-do-command): If the destination buffer is already
1221 current, don't set it up and don't erase it. Updated doc string
1222 to reflect that.
1223 (vc-version-diff): When doing a single file diff, don't switch to the
1224 *vc-diff* buffer before the command. This is to preserve local
1225 variable bindings that might affect the diff command.
1226 (vc-print-log): Don't switch to the *vc* buffer before the
1227 command, so that local variable bindings are preserved.
1228
1229 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1230 not the current buffer.
1231 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1232
1233 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1234 make output go to buffer *vc*, not the current buffer.
1235
1236 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1237
1238 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1239 so ^, $, *, ? and + are interpreted correctly.
1240
1241 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1242
1243 * help.el (string-key-binding): Renamed from
1244 mode-line-key-binding. Handle any event on a string.
1245 Check for `keymap' properties as well as `local-map' properties.
1246
1247 * comint.el (comint-insert-clicked-input): Use the last key
1248 from this-command-keys to lookup the global key definition.
1249
1250 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1251
1252 * international/characters.el: Add category `j' for
1253 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1254
1255 * international/mule-conf.el (no-conversion): Fix docstring.
1256 (raw-text): Fix docstring.
1257
1258 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1259
1260 * simple.el (choose-completion-string): When not leaving the
1261 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1262 is set.
1263
1264 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1265 parameter `(minibuffer . t)'.
1266
1267 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1270 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1271 (sh-mode): Remove `make-local-variable' for unused var
1272 `font-lock-unfontify-region-function'.
1273
1274 2001-03-07 Richard M. Stallman <rms@gnu.org>
1275
1276 * info.el (Info-scroll-down): Fix previous change.
1277
1278 * mail/rmail.el (rmail-toggle-header): Use a window which
1279 is showing the Rmail buffer, rather than the selected window.
1280
1281 2001-03-07 Dave Love <fx@gnu.org>
1282
1283 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1284 now, to avoid problems with binding imenu directly to a mouse event.
1285
1286 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1287
1288 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1289 second arg t.
1290
1291 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * log-edit.el (log-edit-common-indent): New var.
1294 (log-edit-set-common-indentation): Renamed from
1295 log-edit-delete-common-indentation. Use the new var.
1296 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1297
1298 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1299 (cvs-mode-add-change-log-entry-other-window):
1300 Don't presume change-log-default-name is defined.
1301
1302 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1303
1304 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1305 the "tree" operation as well.
1306
1307 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1308
1309 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1310 to match paragraph-start.
1311
1312 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1313 comment-start-skip and set comment-end-skip as well.
1314 (sgml-comment-indent): Fix for new value of comment-start-skip.
1315 (html-autoview-mode): Don't bother using make-local-hook.
1316
1317 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1318
1319 * cus-edit.el (custom-save-delete): Move in front of local
1320 variables, otherwise long Custom entries would make them ineffective.
1321
1322 * uniquify.el: Set maintainer to FSF.
1323
1324 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1325
1326 * dired-aux.el (dired-do-shell-command): Doc fix.
1327
1328 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1329
1330 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1331
1332 * which-func.el (which-func-modes): Add cperl-mode.
1333 (which-func-mode-global): Use define-minor-mode.
1334
1335 * info-look.el: Docstring fixes and dead code eliminated.
1336 (cperl-mode): Add support.
1337 (emacs-lisp-mode): List all entries from elisp manual, whether
1338 or not they are currently (f)bound or not. Update regexp.
1339
1340 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1341
1342 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1343 so that C-h m shows the correct information.
1344 Use make-local-variable rather than make-variable-buffer-local.
1345 (cperl-info-buffer, cperl-setup-tmp-buf):
1346 Use make-local-variable rather than make-variable-buffer-local.
1347 (cperl-msb-fix, cperl-get-help-defer):
1348 Check major-mode for `cperl-mode' as well.
1349
1350 * progmodes/cperl-mode.el: Updated to author version 4.23.
1351 (cperl-electric-pod): SYNOPSIS was misspelled.
1352 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1353 (cperl-after-expr-p): Make true after __END__.
1354
1355 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1356
1357 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1358 bookmark-completion-ignore-case is t.
1359
1360 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1361 switch, like xterm, and concat resource strings, with a newline
1362 between them.
1363
1364 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1365
1366 * international/codepage.el (cp770-decode-table)
1367 (cp773-decode-table, cp774-decode-table): New variables.
1368
1369 * man.el (Man-hyphenated-reference-regexp): New variable.
1370 (Man-build-references-alist): Use it to search for referenced
1371 manpages. If hyphenated is non-nil, record a concatenated word in
1372 Man-refpages-alist only if it matches Man-reference-regexp.
1373 Update word's length when it is concatenated. Reverse the list,
1374 to get the first manpage at the head.
1375 (Man-possibly-hyphenated-word): New function.
1376 (Man-follow-manual-reference): Use it instead of current-word to
1377 find a manpage at point, in a way that accounts for hyphenated
1378 references.
1379
1380 2001-03-06 Alex Schroeder <alex@gnu.org>
1381
1382 * sql.el (sql-interbase): New function.
1383 (sql-interbase-program): New option.
1384 (sql-interbase-options): New option.
1385 And some typos fixed: "customise" to "customize".
1386
1387 2001-03-06 Dave Love <fx@gnu.org>
1388
1389 * textmodes/flyspell.el (flyspell-region):
1390 Set up flyspell-local-mouse-map.
1391
1392 2001-03-05 Richard M. Stallman <rms@gnu.org>
1393
1394 * mail/rmail.el (rmail-retry-failure):
1395 Don't call rmail-beginning-of-message.
1396 Don't discard From: field. Do discard Received: field.
1397 Use unwind-protect to re-prune.
1398 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1399
1400 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1401
1402 * international/quail.el (quail-title): Add autoload cookie.
1403
1404 2001-03-05 Dave Love <fx@gnu.org>
1405
1406 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1407 new defs.
1408
1409 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1410
1411 * language/ethio-util.el (ethio-toggle-space):
1412 Update current-input-method-title if necessary.
1413 (ethio-toggle-punctuation): Likewise.
1414
1415 * international/quail.el (quail-title): Fix for the case that a
1416 title of an input method is specified by a list of the same form
1417 as used in mode-line-format.
1418
1419 * international/mule-cmds.el (activate-input-method):
1420 If current-input-method-title is set by activating INPUT-METHOD,
1421 respect that value.
1422
1423 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1424
1425 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1426
1427 2001-03-05 Alex Schroeder <alex@gnu.org>
1428
1429 * sql.el (sql-sybase): Fix typo (was: query user about server two
1430 times instead of server and database).
1431
1432 * sql.el (sql-sybase): Doc change.
1433 (sql-mysql): Doc change.
1434 (sql-postgres): Doc change.
1435
1436 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1437
1438 * international/mule-conf.el (emacs-mule, raw-text):
1439 Docstring modified.
1440
1441 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1442
1443 * term/internal.el: Update copyright notice.
1444
1445 * term/pc-win.el: Update copyright notice.
1446
1447 2001-03-02 Dave Love <fx@gnu.org>
1448
1449 * files.el (insert-file-contents-literally):
1450 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1451 not jka-compr-compression-info-list.
1452
1453 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1454
1455 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1456 spaces in default comment-start-skip settings rather than \s-.
1457
1458 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1461 default-frame-alist as well.
1462
1463 2001-03-01 Dave Love <fx@gnu.org>
1464
1465 * textmodes/reftex.el (defvar): Wrap some defvars in
1466 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1467
1468 * subr.el (event-basic-type): Doc fix.
1469
1470 * international/quail.el: Doc fixes.
1471
1472 * international/utf-8.el: Doc fixes.
1473
1474 * international/mule-cmds.el: Doc fixes.
1475 (leim-list-header): Fix header text.
1476
1477 * international/mule.el (coding-system-category): Doc fix.
1478
1479 * international/ccl.el (ccl-compile): Doc fix.
1480
1481 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1482
1483 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1484 rather than (before|after)-change-functions.
1485
1486 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1487
1488 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1489 scroll-left and scroll-right being called interactively so that
1490 they set the window's min_hscroll.
1491
1492 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1493
1494 * info.el (info-insert-file-contents-1): Accept an additional
1495 argument `lfn': if it is non-nil, concatenate `filename' and
1496 `suffix'; otherwise use the complicated MS-DOS code.
1497 All callers changed.
1498 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1499 can access long file names, try the long file-name version of
1500 `info-insert-file-contents-1', then the short file-name version.
1501
1502 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1503
1504 * language/ethio-util.el (setup-ethiopic-environment-internal):
1505 Change bindings of functions keys to conform to "Emacs Lisp Coding
1506 Convention".
1507
1508 * language/ethiopic.el ("Ethiopic"): Add documentation.
1509
1510 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1511
1512 * international/utf-8.el (mule-utf-8): Set coding-category
1513 property to coding-category-utf-8.
1514
1515 2001-02-27 Richard M. Stallman <rms@gnu.org>
1516
1517 * lpr.el (lpr-page-header-switches, print-region-1):
1518 Undo 2000-07-06 change.
1519 (lpr-add-switches): Default to t on gnu/linux.
1520
1521 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1522
1523 * bs.el (bs-attributes-list): Doc fix.
1524
1525 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1526
1527 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1528
1529 * help.el (view-order-manuals): Use goto-address.
1530
1531 * startup.el (command-line-1): Add info about ordering manuals
1532 to the not so fancy splash screens.
1533
1534 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1535
1536 * vc.el (vc-default-workfile-unchanged-p)
1537 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1538
1539 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1540
1541 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1542 fontify in the right buffer.
1543
1544 * allout.el (outline-flag-region): Move macro in front of first
1545 use to avoid a run-time error.
1546
1547 2001-02-24 Andrew Innes <andrewi@gnu.org>
1548
1549 * makefile.w32-in: Fix copyright notice.
1550
1551 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1552
1553 * international/utf-8.el (mule-utf-8): Set correct value for
1554 valid-codes property.
1555
1556 * international/fontset.el (x-complement-fontset-spec): In the
1557 case that we use ASCII font for the other charsets, use only
1558 family and registry part of it.
1559
1560 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1561
1562 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1563 (shrink-window-if-larger-than-buffer): Doc fix.
1564
1565 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1566
1567 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1568 predicate passed to completing-read.
1569
1570 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1571
1572 * startup.el (command-line): Fix last change.
1573
1574 2001-02-23 Jason Rumney <jasonr@gnu.org>
1575
1576 * startup.el (tool-bar-originally-present): New variable.
1577 (command-line): Set it if the tool-bar is switched on at startup.
1578
1579 * frame.el (frame-notice-user-settings): Only adjust frame height
1580 for no tool-bar case if tool-bar was originally switched on.
1581 From E. Jay Berkenbilt.
1582
1583 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1584
1585 * server.el (server-switch-buffer): Only switch window if the
1586 current one is dedicated.
1587
1588 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1589 rather than using (match-beginning 0) when searching for break point.
1590
1591 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1594 @ follows an accent command such as @'. Support optional braces
1595 in commands that insert accents, like makeinfo does.
1596
1597 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1598
1599 * startup.el (fancy-splash-text): Add a line for ordering
1600 manuals. Reverse order of splash screens shown.
1601 (use-fancy-splash-screens-p): Adapt to the text line added.
1602
1603 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1604 manuals from the FSF.
1605
1606 * help.el (view-order-manuals): New function.
1607 (toplevel): Bind C-h C-m to this function.
1608
1609 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1610
1611 * newcomment.el (comment-forward): Skip the comment-start before
1612 searching for the comment-end.
1613
1614 2001-02-21 Dave Love <fx@gnu.org>
1615
1616 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1617
1618 * international/mule-cmds.el, international/mule.el: Doc fixes.
1619
1620 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1621 (fortune) <defgroup>: Add :link.
1622 (fortune-from-region): Use eq, not eql.
1623
1624 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1625
1626 * startup.el (fancy-splash-screens): Use display-hourglass
1627 instead of display-busy-cursor.
1628
1629 * frame.el (display-hourglass): Renamed from busy-cursor.
1630 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1631 (show-cursor-in-non-selected-windows): Doc fix.
1632
1633 2001-02-20 Dave Love <fx@gnu.org>
1634
1635 * international/utf-8.el: Doc and commentary fixes.
1636
1637 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1638
1639 * ehelp.el (with-electric-help): Doc fix.
1640
1641 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1642
1643 * msb.el (msb-mode): Call the update-buffers function explicitly
1644 with a FORCE argument.
1645
1646 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1647 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1648 returns nil.
1649
1650 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1651
1652 * ps-print.el: Timestamp package replacement. Some enhancements.
1653 Some XEmacs compatibility. Doc fix.
1654 (ps-print-version): New version number (6.4).
1655 (ps-printer-name): Initialization fix.
1656 (ps-zebra-stripe-follow): Funcionality enhancement.
1657 (ps-prologue-file): Code enhancement.
1658 (ps-right-header): Timestamp package replacement.
1659 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1660 (ps-get-page-dimensions)
1661 (ps-generate-header, ps-begin-file, ps-begin-job)
1662 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1663 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1664 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1665 (coding-system-for-write): Var declaration (XEmacs compatibility).
1666
1667 2001-02-20 Miles Bader <miles@gnu.org>
1668
1669 * image-file.el (image-file-name-extensions): Add "tif".
1670
1671 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1672
1673 * wid-edit.el (widget-button-click): Save the selected window
1674 around the code handling clicks on buttons.
1675
1676 2001-02-18 Dave Love <fx@gnu.org>
1677
1678 * imenu.el (imenu--generic-function): Use mapc to iterate over
1679 syntax characters.
1680
1681 2001-02-17 Richard M. Stallman <rms@gnu.org>
1682
1683 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1684
1685 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1686
1687 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1688
1689 * mouse.el (mouse-save-then-kill): If the distance from the new
1690 point to the mark is equal to the distance of point from the new
1691 point, move point instead of the mark.
1692
1693 2001-02-16 Dave Love <fx@gnu.org>
1694
1695 * textmodes/flyspell.el (flyspell-get-word): Return string without
1696 properties.
1697
1698 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * generic.el (generic-find-file-regexp): Doc fix.
1701 (generic-ignore-files-regexp): New defcustom.
1702 (generic-mode-find-file-hook): If the file's name matches the
1703 regexp in `generic-ignore-files-regexp', don't enter
1704 default-generic-mode. Doc fix.
1705
1706 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1707
1708 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1709 Add autoload cookies.
1710
1711 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1712 of cal-tex-24.
1713
1714 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1715
1716 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1717
1718 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1719 the character class after the (optional) drive, to support file
1720 names with embedded blanks.
1721
1722 2001-02-15 Sam Steingold <sds@gnu.org>
1723
1724 * textmodes/tex-mode.el (tex-shell-running):
1725 Check the process buffer too.
1726
1727 2001-02-15 Dave Love <fx@gnu.org>
1728
1729 * battery.el (battery-status-function): Fix doc, :type.
1730
1731 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1732
1733 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1734
1735 * subr.el (read-passwd): Clear Lisp memory holding password.
1736
1737 2001-02-15 Miles Bader <miles@gnu.org>
1738
1739 * info.el (Info-copy-current-node-name): New function.
1740 (Info-mode-menu): Add it to the menu.
1741
1742 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1743
1744 * international/mule-cmds.el (toggle-input-method): Doc fix.
1745
1746 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1747
1748 * replace.el (occur): Stop at end of buffer.
1749
1750 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1751
1752 * international/mule-cmds.el (set-input-method): Another doc fix.
1753
1754 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1755
1756 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1757
1758 2001-02-13 Miles Bader <miles@gnu.org>
1759
1760 * faces.el (set-face-background, set-face-foreground)
1761 (set-face-stipple): Treat a value of nil as being `unspecified'.
1762
1763 2001-02-12 Dave Love <d.love@dl.ac.uk>
1764
1765 * international/latin1-disp.el: Doc fixes.
1766 (latin1-display) <defgroup>: Add :link.
1767 (latin1-display) <function>: Set variable latin1-display.
1768
1769 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1770
1771 * international/mule-cmds.el (set-input-method): Doc fix.
1772
1773 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1774
1775 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1776 (speedbar-line-file): Return nil if not a file.
1777 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1778
1779 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1780
1781 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1782 for remote files.
1783 (ediff-coding-system-for-read): Replaced the no-conversion default
1784 with raw-text.
1785
1786 * ediff-init.el: Removed :version from defcustom vars.
1787
1788 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1789 Better handling of the diff mode.
1790
1791 * ediff.texi: Added ediff-coding-system-for-read.
1792
1793 * viper.texi: Fix typos.
1794
1795 2001-02-11 Dave Love <fx@gnu.org>
1796
1797 * shadowfile.el: Doc fixes.
1798 (shadow) <defgroup>: Add :link.
1799 (shadowfile-unload-hook): New function.
1800 (shadow-initialize): Use defalias, not fset.
1801 (shadow-define-cluster, shadow-define-literal-group)
1802 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1803
1804 * international/mule.el: Doc and message fixes.
1805
1806 * international/ccl.el (define-ccl-program): Doc fix.
1807
1808 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1809
1810 * faces.el (mode-line): Set :line-width property to -1.
1811
1812 2001-02-10 Richard M. Stallman <rms@gnu.org>
1813
1814 * complete.el (partial-completion-mode): Doc fix.
1815
1816 * simple.el (delete-key-deletes-forward-mode):
1817 Change `let' to `let*' to fix gross bug in last change.
1818
1819 * repeat.el (repeat): Don't let execute-kbd-macro alter
1820 real-last-command.
1821
1822 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1823
1824 * simple.el (eval-expression): Doc fix.
1825
1826 2001-02-09 Dave Love <fx@gnu.org>
1827
1828 * imenu.el (imenu-generic-expression): Doc fix.
1829
1830 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1831 From Juanma Barranquero.
1832
1833 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1834
1835 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1836
1837 * faces.el (set-face-attribute): Describe the case of a negative
1838 value specified for :line-width.
1839
1840 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1841
1842 * which-func.el (which-func-mode): Invert which-func-mode-global.
1843 From Juanma Barranquero <lektu@uol.com.br>.
1844
1845 2001-02-08 Dave Love <fx@gnu.org>
1846
1847 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1848 widget-plist-value-type.
1849 (widget-alist-convert-widget): Replace binding of
1850 widget-alist-value-type.
1851
1852 * textmodes/paragraphs.el (sentence-end): Doc fix.
1853
1854 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1855 Remove `backward-line'.
1856
1857 * play/pong.el (pong-blank-color, pong-bat-color)
1858 (pong-ball-color, pong-border-color, pong-left-key)
1859 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1860 (pong-pause-key, pong-resume-key, pong-timer-delay):
1861 * mail/mh-comp.el (mh-compose-letter-function):
1862 * eshell/esh-mode.el (eshell-skip-prompt-function):
1863 * emulation/viper-ex.el (ex-unix-type-shell-options):
1864 * recentf.el (recentf-menu-filter):
1865 * ps-print.el (ps-print-region-function):
1866 * lpr.el (print-region-function):
1867 * forms.el (forms-mode-hooks):
1868 * dirtrack.el (dirtrack-directory-change-hook):
1869 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1870 * textmodes/spell.el (spell-filter):
1871 * textmodes/fill.el (adaptive-fill-function):
1872 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1873 * progmodes/etags.el (find-tag-default-function):
1874 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1875 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1876
1877 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1878
1879 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1880 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1881 Meyering <jim@meyering.net>.
1882
1883 * loadup.el: Revert last change.
1884
1885 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1886
1887 * international/mule.el (transform-make-coding-system-args):
1888 Make it work also for coding systems not using CCL.
1889
1890 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1891
1892 * simple.el (previous-matching-history-element)
1893 (next-matching-history-element): Doc fix.
1894
1895 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1896 specific part.
1897
1898 2001-02-06 Dave Love <fx@gnu.org>
1899
1900 * add-log.el (add-log-current-defun-function)
1901 (add-log-buffer-file-name-function, add-log-file-name-function):
1902 Fix :type.
1903 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1904
1905 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1906
1907 * info.el (info-initialize): Remove the test for system-type when
1908 invocation-directory is non-nil.
1909
1910 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1911 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1912
1913 2001-02-06 Andrew Innes <andrewi@gnu.org>
1914
1915 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1916 absolute.
1917
1918 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1919
1920 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1921 buffers. When hi-lock turned on rather than only checking current
1922 buffer for regexps, all buffers are checked. Moved activation of
1923 font-lock to hi-lock-refontify. When font-lock turned off rather
1924 than removing added highlighting just in current buffer, remove it
1925 in all buffers. Changed edit menu text from "Automatic
1926 Highlighting" to "Regexp Highlighting" Documentation for
1927 highlighting phrases, minor documentation changes.
1928 (hi-lock-set-file-patterns): Execute only if there are new or
1929 existing file patterns.
1930 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1931 unfontify and, if a support mode is active, will not refontify the
1932 whole buffer. If necessary, turn on font lock. (Removed
1933 font-lock-unfontify and font-lock support-mode-specific calls,
1934 such as lazy-lock-fontify-window.)
1935 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1936 patterns are found. Not useful now since find-file-hook is removed
1937 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1938 (hi-lock-face-phrase-buffer): New function. Also added related
1939 menu item and keybinding.
1940 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1941 (hi-lock-process-phrase): New function.
1942 (hi-lock-line-face-buffer): Doc fixes.
1943 (hi-lock-face-buffer): Doc fixes.
1944 (hi-lock-unface-buffer): Doc fixes.
1945
1946 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1947
1948 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1949 dabbrev-ignored-regexps.
1950
1951 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1952
1953 * simple.el (kill-line): Doc fix.
1954
1955 2001-02-05 Dave Love <fx@gnu.org>
1956
1957 * loadup.el: Revert last two changes -- bootstrapping works with
1958 regenerated loaddefs.
1959
1960 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1961
1962 * isearch.el (isearch-forward): Doc fix.
1963
1964 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1965 of font-lock-defaults to backward-paragraph.
1966
1967 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1968
1969 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1970 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1971
1972 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1973
1974 * ebnf2ps.el: Eliminate time-stamp functions.
1975 (ebnf-version): New version (3.5).
1976 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1977 format-time-string.
1978
1979 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1980
1981 * simple.el (next-line): Goto end-of-line before inserting a newline.
1982
1983 2001-02-05 Miles Bader <miles@gnu.org>
1984
1985 * image-file.el (insert-image-file): When visiting an image, also
1986 set `truncate-lines' to t so that any fringe arrow looks correct.
1987
1988 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1989
1990 * isearch.el (isearch-forward): Add description about input method
1991 in the docsting.
1992
1993 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1994
1995 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1996
1997 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * info.el (info-initialize): If installation-directory is nil, for
2000 DOS/Windows systems try looking in a sibling of invocation-directory.
2001
2002 2001-02-02 Gerd Moellmann <gerd@gnu.org>
2003
2004 * wid-edit.el (widget-button-click): Fix last change.
2005
2006 * frame.el (frame-notice-user-settings): When resizing the initial
2007 frame because the tool bar is off, also change the frame's top
2008 position if a negative top position was specified.
2009
2010 2001-02-02 Miles Bader <miles@gnu.org>
2011
2012 * image-file.el (insert-image-file): When visiting an image,
2013 suppress the cursor in the image buffer.
2014
2015 2001-02-01 Dave Love <fx@gnu.org>
2016
2017 * progmodes/f90.el (f90-mode): Remove startup message.
2018
2019 * vc-cvs.el: Remove autoloads. Require vc when compiling.
2020
2021 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2022
2023 * startup.el (command-line): Fix code determining whether or not
2024 to use delete-key-deletes-forward-mode.
2025
2026 2001-02-01 Andre Spiegel <spiegel@gnu.org>
2027
2028 * vc.el (vc-diff-switches): New user option.
2029 (vc-version-diff): Use it.
2030 (vc-diff-switches-list): New macro.
2031
2032 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2033 New customization options.
2034 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2035
2036 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2037
2038 2001-02-01 Gerd Moellmann <gerd@gnu.org>
2039
2040 * msb.el (toplevel): Quote hook symbols.
2041
2042 2001-02-01 Kenichi Handa <handa@etl.go.jp>
2043
2044 * international/mule.el (make-coding-system): Add description
2045 about recognized properties in the docstring.
2046
2047 * international/mule-conf.el: Remove unused charsets
2048 mac-roman-lower and mac-roman-upper.
2049
2050 2001-01-31 Gerd Moellmann <gerd@gnu.org>
2051
2052 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2053 is in front of the left-margin, if any.
2054
2055 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2056 like `delete'.
2057
2058 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
2059
2060 * term/w32-win.el (mouse-set-font): Doc fix.
2061
2062 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2065 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2066 on already.
2067
2068 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
2069
2070 * files.el (save-buffer): Don't give message if (buffer-file-name)
2071 returns nil.
2072
2073 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2074
2075 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2076
2077 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2078 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2079
2080 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2081 display problems.
2082
2083 2001-01-31 Kenichi Handa <handa@etl.go.jp>
2084
2085 * international/mule.el (charset-info): Fix docstring.
2086
2087 * international/mule-diag.el (describe-character-set): Check final
2088 char valid before printing it.
2089
2090 2001-01-30 Gerd Moellmann <gerd@gnu.org>
2091
2092 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2093
2094 * frame.el (frame-notice-user-settings): Do the tool-bar
2095 stuff only for graphical displays. Fix a braino.
2096
2097 * frame.el (frame-initialize): Create initial frame visible.
2098 (frame-notice-user-settings): When tool-bar has been switched off,
2099 correct the frame size and sync tool-bar-mode.
2100
2101 * startup.el (command-line): Remove manipulation of frame
2102 height for tool bars.
2103
2104 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2105
2106 * lpr.el: Compatibility with XEmacs and doc fixes.
2107 (lpr-windows-system, lpr-lp-system): New vars.
2108 (lpr-printer-switch): New defcustom.
2109 (printer-name, lpr-command): Customization fix.
2110 (print-region-1): Code fix.
2111 (print-region-new-buffer, printify-region): Indentation fix.
2112 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2113 New functions.
2114
2115 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2116
2117 * msb.el (toplevel): Fix the eval-after-load.
2118
2119 2001-01-29 Dave Love <fx@gnu.org>
2120
2121 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2122
2123 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2124
2125 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
2126 (tcl-using-emacs-19-23): Consider Emacs 21+.
2127 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2128 (tcl-add-emacs-menu): Supply menu name.
2129 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2130
2131 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2132
2133 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2134
2135 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2136
2137 * pcvs.el (cvs-mark-fis-dead): New function.
2138 (cvs-mode-add): Use it.
2139 (cvs-mode-add-change-log-entry-other-window):
2140 Rebind change-log-default-name to itself rather than to nil.
2141
2142 2001-01-29 Sam Steingold <sds@gnu.org>
2143
2144 * vc-cvs.el: Replaced (require 'vc) with a bunch of
2145 `autoload' statements.
2146
2147 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * files.el (confirm-kill-emacs): Doc fix.
2150
2151 * frame.el (frame-initialize): Doc fix.
2152
2153 * time-stamp.el (time-stamp-string): Doc fix.
2154
2155 * woman.el (WoMan-log-1): Make the log buffer writable.
2156 From Markus Rost <rost@math.ohio-state.edu>.
2157
2158 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2159
2160 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2161 the `make-variable-buffer-local'.
2162
2163 2001-01-29 Dave Love <fx@gnu.org>
2164
2165 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
2166 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2167 Add autoload cookie.
2168 (ansi-color-apply-sequence): Fix typo.
2169
2170 2001-01-29 Gerd Moellmann <gerd@gnu.org>
2171
2172 * menu-bar.el (menu-bar-files-menu): Add menu items for
2173 Postscript printing in black and white.
2174
2175 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2176 X-Mailman-Version, Precedence, List-Help, List-Post,
2177 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2178 Content-Type, Content-Length.
2179
2180 2001-01-29 Dave Love <fx@gnu.org>
2181
2182 * elide-head.el (elide-head): Make overlay evaporate.
2183
2184 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2185
2186 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2187
2188 * isearch.el (isearch-highlight): Don't punt if the display
2189 doesn't support colors, since isearch faces are defined for
2190 monochrome displays as well.
2191
2192 2001-01-27 Sam Steingold <sds@gnu.org>
2193
2194 * shell.el (shell-write-history-on-exit): Make sure that we are in
2195 the shell buffer (M-x tex-file RET inserted the error message into
2196 the TeX buffer).
2197
2198 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2199
2200 * simple.el (transient-mark-mode): Doc fix.
2201
2202 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2203
2204 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2205
2206 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2207
2208 * shell.el (shell-unquote-argument): If the shell is one of the
2209 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2210 quote character.
2211 (shell-dumb-shell-regexp): Document that the shells which match
2212 this regexp are supposed to not treat a backslash as a quote character.
2213
2214 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2215 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2216
2217 2001-01-27 Richard M. Stallman <rms@gnu.org>
2218
2219 * dabbrev.el (dabbrev--substitute-expansion):
2220 Treat a one-capital-letter abbrev as "not all upper case",
2221 so as to force preservation of the expansion's pattern
2222 if the expansion starts with a capital letter.
2223
2224 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2225
2226 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2227 Doc fix.
2228
2229 * simple.el (transient-mark-mode): Document the fact that many
2230 commands act on the region when mark is active.
2231
2232 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2233
2234 * international/quail.el (quail-setup-completion-buf): Make the
2235 multibyteness of current buffer inherited to Quail completion buffer.
2236 (quail-show-guidance-buf): Make the multibyteness of current
2237 buffer inherited to Quail guidance buffer.
2238 (quail-help): Make the multibyteness of current buffer inherited
2239 to Quail help buffer.
2240
2241 2001-01-26 Dave Love <fx@gnu.org>
2242
2243 * time-stamp.el: Doc fixes.
2244
2245 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2246 (delphi-keyword-face, delphi-other-face): Fix :type.
2247
2248 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2249
2250 * mail/feedmail.el (feedmail): Add :link.
2251 (feedmail-send-it): Doc fix.
2252
2253 * mail/sendmail.el: Doc fixes.
2254 (sendmail-send-it): Fix the non-ASCII regexp and use
2255 rfc2047-encode-string.
2256
2257 * dired.el, dired-aux.el: Revert last change.
2258
2259 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2260
2261 * makefile.w32-in (DONTCOMPILE): Add various term files.
2262
2263 2001-01-26 Dave Love <fx@gnu.org>
2264
2265 * Makefile.in (DONTCOMPILE): Add various term files.
2266
2267 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2268
2269 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2270
2271 * startup.el (display-startup-echo-area-message): Make sure
2272 the echo area is resized to fit the size of the startup message.
2273
2274 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2275 part of which is a constant.
2276
2277 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2278
2279 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2280
2281 2001-01-26 Richard M. Stallman <rms@gnu.org>
2282
2283 * simple.el (next-line): Don't let `newline' expand abbrevs.
2284 Simplify slightly.
2285 (open-line): Don't let `newline' expand abbrevs.
2286
2287 2001-01-25 John Wiegley <johnw@gnu.org>
2288
2289 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2290 to `repeat' in the :type field.
2291
2292 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2293 allow a choice of regexp or nil.
2294 (pcomplete-dir-ignore): Same.
2295
2296 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2297 a command) to always fail.
2298
2299 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2300
2301 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2302 discard the result.
2303 (iswitchb-to-end): Likewise.
2304
2305 2001-01-25 Sam Steingold <sds@gnu.org>
2306
2307 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2308 Require vc.
2309
2310 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2311
2312 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2313
2314 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2315
2316 2001-01-25 Dave Love <fx@gnu.org>
2317
2318 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2319 (describe-coding-system): Tweak the English text.
2320
2321 * loadup.el: Preload international/ccl for utf-8.
2322
2323 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2324
2325 * mail/rmail.el (rmail-redecode-body): Doc fix.
2326
2327 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2328
2329 * international/mule-cmds.el (reset-language-environment):
2330 Reset coding-category-utf-8 to mule-utf-8.
2331
2332 * international/mule-conf.el (coding-category-utf-8):
2333 Initialize to mule-utf-8.
2334
2335 * loadup.el: Preload international/utf-8.
2336
2337 * international/utf-8.el: New file.
2338
2339 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2340
2341 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2342
2343 2001-01-24 Sam Steingold <sds@gnu.org>
2344
2345 * dired.el (dired-replace-in-string): Removed.
2346 (dired-sort-toggle): Use `replace-regexps-in-string'
2347 instead of `dired-replace-in-string'.
2348
2349 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2350 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2351
2352 * gs.el (gs-replace-in-string): Removed.
2353 (gs-options): Use `replace-regexps-in-string'
2354 instead of `gs-replace-in-string'.
2355
2356 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2357
2358 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2359 bug report is mailed to an email list and posted to a news group.
2360
2361 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2362
2363 * comint.el (comint-replace-by-expanded-history-before-point):
2364 Fix change of 2000-08-03 to move point to the start of the line again.
2365
2366 * startup.el (tool-bar-images-pixel-height): New variable.
2367 (command-line): After loading the user's init file, when
2368 tool-bar-mode is on, increase the frame's size by some lines for
2369 the tool-bar.
2370
2371 * frame.el (frame-initialize): Create the initial frame invisible.
2372
2373 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2374
2375 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2376 (chinese-big5): MIME:Big5.
2377
2378 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2379
2380 * international/mule-cmds.el (universal-coding-system-argument):
2381 Handle commands with prefix args.
2382
2383 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2384
2385 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2386 being a list of numbers.
2387 (diary-mail-entries): Rewritten.
2388
2389 2001-01-23 Dave Love <fx@gnu.org>
2390
2391 * international/mule.el (make-coding-system): Fix typo.
2392
2393 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2394 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2395
2396 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * font-lock.el (font-lock-mode): Doc fix.
2399
2400 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2401
2402 * international/mule.el (make-translation-table): Fix docstring.
2403
2404 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2405
2406 * mail/rmail.el (rmail-redecode-body): New function.
2407
2408 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2409
2410 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2411
2412 * isearch.el (isearch-lazy-highlight-case-fold-search)
2413 (isearch-lazy-highlight-regexp): New variables.
2414 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2415 case-fold search or regexp search has been toggled.
2416
2417 * wid-edit.el (widget-button-click): Avoid a save-excursion
2418 around running a global binding.
2419
2420 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2421 to 0.25.
2422
2423 2001-01-20 Miles Bader <miles@gnu.org>
2424
2425 * cus-edit.el (custom-face-save): Do post-processing on the face's
2426 new value like `custom-face-set' does.
2427
2428 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2429
2430 * mail/emacsbug.el (report-emacs-bug): Report the value of
2431 LC_CTYPE, not LC_TYPE.
2432
2433 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2434 isearch-toggle-regexp and isearch-edit-string to doc string.
2435
2436 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2437
2438 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2439 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2440
2441 * jit-lock.el (jit-lock-fontify-now): Don't bind
2442 font-lock-beginning-of-syntax-function to nil.
2443
2444 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * mail/emacsbug.el (report-emacs-bug): Report values of
2447 locale-coding-system, default-enable-multibyte-characters, and the
2448 environment variables LC_ALL, LC_TYPE, and LANG.
2449
2450 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2451
2452 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2453
2454 * font-lock.el (font-lock-multiline): Default to nil.
2455 (font-lock-default-fontify-region): If font-lock-multiline is
2456 nil, don't check the property `font-lock-multiline'.
2457
2458 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2459 is nil, don't check the `font-lock-multiline' text property.
2460
2461 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2462
2463 * viper.el: Call initial-major-mode on startup.
2464
2465 * ediff.el (ediff-patch-file): Use better defaults.
2466
2467 * ediff-vers.el: Fix for 8+3 DOS file systems.
2468
2469 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2470
2471 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2472 diff mode, if available.
2473
2474 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2475
2476 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2477
2478 * ediff-init.el (subst-char-in-string): Define and use it, unless
2479 it's already defined.
2480
2481 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2482
2483 * tooltip.el (tooltip-hide-delay): New user-option.
2484 (tooltip-show): Use tooltip-hide-delay instead of the default.
2485
2486 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2487
2488 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2489 kill-local-variable doesn't work for enable-multibyte-characters.
2490
2491 2001-01-17 Dave Love <fx@gnu.org>
2492
2493 * ediff-init.el (ediff-before-setup-hook)
2494 (ediff-merge-filename-prefix): Add :version.
2495
2496 * international/latin1-disp.el: Require disp-table.
2497 (latin1-display): Fix :set.
2498
2499 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2500
2501 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2502
2503 * isearch.el (isearch-lazy-highlight-initial-delay)
2504 (isearch-lazy-highlight-interval): Default to 0.
2505
2506 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2507
2508 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2509 1 here rather than each time through
2510 isearch-lazy-highlight-new-loop.
2511 (isearch-lazy-highlight-max): Variable deleted.
2512 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2513 isearch-lazy-highlight-max but controls a single invocation of
2514 isearch-lazy-highlight-update.
2515 (isearch-lazy-highlight-wrapped): Variable recreated.
2516 (isearch-lazy-highlight-window-start): New variable.
2517 (isearch-lazy-highlight-cleanup): Restored to behavior of
2518 before 2-Jan.
2519 (isearch-lazy-highlight-remove-overlays): Function deleted;
2520 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2521 behavior removed.
2522 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2523 isearch-lazy-highlight-update in a loop rather than just once.
2524 Test isearch-invalid-regexp here and decide not to start a new
2525 loop, rather than testing it each time through
2526 isearch-lazy-highlight-update.
2527 (isearch-lazy-highlight-search): Function restored.
2528 (isearch-lazy-highlight-update): Get called in a timer loop again,
2529 but this time highlight more than one match each time through.
2530 Only highlight matches in the visible part of the window.
2531 Start at point, move in the direction of the search, and wrap around at
2532 the edge of the window. Use sit-for to force redisplay and ensure
2533 window-start is credible. "Face suppressing" behavior removed;
2534 overlay priorities should make it unnecessary, right?
2535 (isearch-highlight): Face suppressing behavior removed.
2536 (isearch-dehighlight): Face suppressing behavior removed.
2537 (isearch-set-lazy-highlight-faces-at): Removed.
2538
2539 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2540
2541 * language/european.el ("Latin-1"): Make the format of description
2542 about additional language environments same as that of Latin-2.
2543
2544 2001-01-16 Dave Love <fx@gnu.org>
2545
2546 * isearch.el (isearch-lazy-highlight): Add :version.
2547
2548 * simple.el (backward-delete-char-untabify-method)
2549 (next-line-add-newlines): Add :version.
2550
2551 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2552
2553 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2554 Don't bind <delete> otherwise.
2555
2556 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2557 and <delete> via function-key-map.
2558
2559 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2560 Subject line only if point is after the `Subject:'.
2561
2562 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2563
2564 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2565 japanese-jisx0213-2 in `charset' property of this lang. env.
2566
2567 * language/european.el ("Latin-1"): Add description for Dutch and
2568 Spanish lang. env.
2569
2570 * international/mule.el (decode-char): Fix conditions.
2571 (encode-char): Handle eight-bit-control too.
2572 (transform-make-coding-system-args): New function.
2573 (make-coding-system): Accept XEmacs style arguments for CCL base
2574 coding system.
2575
2576 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2577
2578 * progmodes/etags.el (find-tag-noselect): Save the value of
2579 tags-file-name before switching buffers, for the case it has a
2580 buffer-local value.
2581
2582 2001-01-15 Alex Schroeder <alex@gnu.org>
2583
2584 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2585 From Dave Love <fx@gnu.org>.
2586 (ansi-color-for-comint-mode): Fix :version.
2587
2588 2001-01-15 Alex Schroeder <alex@gnu.org>
2589
2590 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2591
2592 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2593
2594 * dired.el (dired-insert-directory): If file-system-info fails,
2595 remove the " free " part, but don't signal an error.
2596
2597 2001-01-12 Sam Steingold <sds@gnu.org>
2598
2599 * bookmark.el (bookmark-maybe-historicize-string):
2600 Use new backquote syntax.
2601
2602 2001-01-12 Richard M. Stallman <rms@gnu.org>
2603
2604 * subr.el (last): Handle a list that doesn't end in nil.
2605
2606 2001-01-12 Sam Steingold <sds@gnu.org>
2607
2608 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2609 to `backward-delete-char-untabify'.
2610
2611 2001-01-12 Dave Love <fx@gnu.org>
2612
2613 * cus-edit.el (customize-menu-create): Fix the :filter following
2614 easymenu change.
2615
2616 * wid-edit.el (function): Add :match-alternatives.
2617 (widget-color-action): Doc fix.
2618
2619 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2620
2621 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2622
2623 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2624
2625 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2626
2627 * international/ccl.el (define-ccl-program): Fix docstring.
2628
2629 2001-01-11 Dave Love <fx@gnu.org>
2630
2631 * international/mule-cmds.el (standard-display-european-internal):
2632 Set display table for 2208 as for 160.
2633
2634 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2635
2636 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2637 entry for custom-menu-create change.
2638 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2639 don't cons it in the search loop.
2640
2641 * imenu.el (imenu--truncate-items): Revert last change.
2642
2643 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2644
2645 * info.el (Info-setup-header-line): If the node header includes
2646 either Next: or Prev: links, don't show the File: and Node: parts
2647 in the header line.
2648
2649 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2650
2651 * comint.el (comint-goto-process-mark): Don't print a message
2652 when running in batch mode.
2653
2654 * isearch.el (isearch-search): In the condition-case handler for
2655 `error', set isearch-invalid-regexp to the whole error message.
2656
2657 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2658 ensure that eval-after-load works for files dumped with Emacs.
2659
2660 * help.el (load-symbol-file-load-history): New function extracted
2661 from function symbol-file.
2662 (symbol-file): Use it.
2663
2664 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2665
2666 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2669 behave as if there were no prefix argument.
2670 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2671 argument were nil.
2672
2673 2001-01-11 Richard M. Stallman <rms@gnu.org>
2674
2675 * isearch.el (isearch-lazy-highlight-update):
2676 Don't look for more potential matches once maximum is exceeded.
2677 Use overlays-in to check correctly for overlap with current match.
2678 Ignore empty matches.
2679
2680 2001-01-11 Miles Bader <miles@gnu.org>
2681
2682 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2683 (ispell-overlay-window, ispell-help, ispell-show-choices)
2684 (ispell-command-loop): Use it instead of `window-height'.
2685
2686 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2687
2688 * files.el (confirm-kill-emacs): New user-option.
2689 (save-buffers-kill-emacs): Ask for final confirmation before
2690 killing Emacs.
2691
2692 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2693 to nil.
2694
2695 2001-01-10 Dave Love <fx@gnu.org>
2696
2697 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2698
2699 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2700
2701 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2702
2703 * calculator.el (calculator-number-digits): Fix :type.
2704
2705 * vc-cvs.el (vc-cvs-header): Fix :type.
2706 * vc-rcs.el (vc-rcs-header): Fix :type.
2707 * vc-sccs.el (vc-sccs-header): Fix :type.
2708
2709 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2710
2711 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2712
2713 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2714
2715 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2716
2717 * simple.el (set-variable): Force a thorough redisplay for the
2718 case that the variable has an effect on the display, like
2719 `tab-width' has.
2720
2721 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2722
2723 * vc.el: Add documentation for backend interface.
2724
2725 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2726
2727 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2728
2729 * international/mule-conf.el (latin-extra-code-table): Set to t
2730 for \223 and \224.
2731
2732 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2733
2734 * international/mule-cmds.el (locale-language-names): Map "es" to
2735 "Spanish" and "nl" to "Dutch".
2736
2737 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2738
2739 * bindings.el (global-map): Bind <home> to beginning-of-line,
2740 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2741 C-<end> to end-of-buffer.
2742
2743 * language/european.el: Add Dutch and Spanish language info
2744 to be able to use the appropriate tutorials.
2745
2746 2001-01-09 Alex Schroeder <alex@gnu.org>
2747
2748 * ansi-color.el (ansi-color-process-output): Use markers instead
2749 of positions for start and end of region.
2750 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2751 Previously, occasional mistakes happend when fontifying many
2752 chunks of output (eg. ls --color=yes /dev). This happened
2753 whenever an overlay was created up to the end of the region, which
2754 coincided with the process-mark. New text would then be added
2755 within that overlay instead of after it.
2756 (ansi-color-make-extent): Overlays are created with the property
2757 `modification-hooks' set to '(ansi-color-freeze-overlay).
2758 (ansi-color-freeze-overlay): New function. When inserting text at
2759 the end of the overlay, the overlay will resize.
2760
2761 2000-01-09 Alex Schroeder <alex@gnu.org>
2762
2763 * ansi-color.el (ansi-color-process-output): Doc change.
2764 (ansi-color-unfontify-region): Doc change. No longer installed
2765 automatically in font-lock-unfontify-region-function.
2766 (ansi-color-apply): Doc change.
2767 (ansi-color-apply-on-region): Use extents or overlays instead of
2768 text-properties.
2769 (ansi-color-make-extent): New function.
2770 (ansi-color-set-extent-face): New function.
2771
2772 2000-01-09 Alex Schroeder <alex@gnu.org>
2773
2774 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2775 both use ansi-color-process-output, now.
2776 (ansi-color-process-output): Doesn't return string anymore. It is
2777 installed in comint-output-filter-functions for both Emacs and
2778 XEmacs, now.
2779 (ansi-color-unfontify-region): Simplified code removing variables
2780 pos and start-ansi.
2781 (ansi-color-apply): Put text-property ansi-color before putting
2782 text-property face because ansi-color-unfontify-region is called
2783 immediately after the call to put-text-property.
2784 (ansi-color-context-region): Doc change.
2785 (ansi-color-filter-region): Simplified code.
2786 (ansi-color-apply-on-region): Changed start to start-marker, using
2787 a marker explicitly. Put text-property ansi-color before putting
2788 text-property face because ansi-color-unfontify-region is called
2789 immediately after the call to put-text-property.
2790
2791 2000-01-09 Alex Schroeder <alex@gnu.org>
2792
2793 * ansi-color.el (ansi-color-faces-vector): Doc change.
2794 (ansi-color-for-comint-mode): Changed :type property to choice.
2795 (ansi-color-last-context): Removed.
2796 (ansi-color-process-output): Don't use ansi-color-last-context, as
2797 the main functions will store their context now.
2798 (ansi-color-context): Doc change.
2799 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2800 Uses ansi-color-context such that repeated calls will strip
2801 partial escape sequences, too.
2802 (ansi-color-apply): Simplified code. Colorize end of string if
2803 face is not null. Store context in new (FACE STRING) format, such
2804 that repeated calls will strip partial escape sequences, too.
2805 Append faces to face property using ansi-color-apply-sequence such
2806 that cumulative mode actually works.
2807 (ansi-color-context-region): New variable.
2808 (ansi-color-filter-region): Rewrote it based on
2809 ansi-color-apply-on-region. Uses ansi-color-context-region such
2810 that repeated calls will strip partial escape sequences, too.
2811 (ansi-color-apply-on-region): Simplified code. Colorize end of
2812 region if face is not null. Store context in new (FACE POS)
2813 format, such that repeated calls will strip partial escape
2814 sequences, too. Append faces to face property using
2815 ansi-color-apply-sequence such that cumulative mode actually works.
2816 (ansi-color-apply-sequence): New function.
2817 (ansi-color-get-face): When the default face is added to the list
2818 of faces, all previous settings are discarded and the list of
2819 faces is set to '(default).
2820
2821 2000-01-09 Alex Schroeder <alex@gnu.org>
2822
2823 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2824 face, such that ansi-color-apply and ansi-color-apply-on-region
2825 will do the right thing.
2826 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2827 returns nil, set the list of faces back to nil instead of
2828 appending the result of ansi-color-get-face to the front of the list.
2829
2830 2000-01-09 Alex Schroeder <alex@gnu.org>
2831
2832 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2833 (ansi-color-process): Doc change.
2834 (ansi-color-last-context): New buffer-local variable.
2835 (ansi-color-process-output): New function. It is automatically
2836 added to comint-output-filter-functions if this is XEmacs.
2837 (ansi-color-unfontify-region): New optional parameter for XEmacs
2838 compatibility. Check wether font-lock-syntactic-keywords is
2839 boundp before removing the syntax table text property, as XEmacs
2840 doesn't have it.
2841 (ansi-color-filter-region): Doc change.
2842 (ansi-color-apply-on-region): Doc change.
2843 (ansi-color-make-face): New function. Compatibility layer for
2844 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2845 (ansi-color-make-color-map): Use ansi-color-make-face.
2846 (ansi-color-get-face): Avoid face text property '(nil) as results
2847 in an errow for XEmacs.
2848
2849 2000-01-09 Alex Schroeder <alex@gnu.org>
2850
2851 * ansi-color.el (ansi-color-unfontify-region): New function.
2852 Uses text-property ansi-color in order to preserve fontification by
2853 ansi-color. When the package is loaded, a lambda expression is
2854 put onto font-lock-mode-hook. This lambda expression will check
2855 font-lock-unfontify-region-function and replace
2856 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2857 (ansi-color-apply): Add text-property ansi-color in addition to
2858 text-property face.
2859 (ansi-color-apply-on-region): Add text-property ansi-color in
2860 addition to text-property face.
2861 (save-buffer-state): Copy of the macro that is also used by
2862 lazy-lock and font-lock.
2863
2864 (ansi-color-for-comint-mode): New option.
2865 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2866 (ansi-color-for-comint-mode-off): Ditto.
2867 (ansi-color-for-comint-mode-filter): Ditto.
2868 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2869 decide what to do. This function is added to
2870 comint-preoutput-filter-functions when the package is loaded.
2871
2872 (ansi-color-for-shell-mode-set): Removed.
2873 (ansi-color-for-shell-mode): Removed.
2874
2875 2000-01-09 Alex Schroeder <alex@gnu.org>
2876
2877 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2878 the lambda expression from the ansi-color-for-shell-mode :set
2879 property. Additionally, modify shell-mode-hook to enable or
2880 disable font-lock-mode for future shell buffers.
2881 (ansi-color-for-shell-mode): The :set property calls
2882 ansi-color-for-shell-mode-set instead of a lambda expression.
2883
2884 2000-01-09 Alex Schroeder <alex@gnu.org>
2885
2886 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2887 (ansi-color-context): New variable.
2888 (ansi-color-apply): Save context between calls.
2889
2890 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2891
2892 * isearch.el (isearch, isearch-lazy-highlight-face):
2893 New definitions for face colors and attributes.
2894
2895 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2896 of display-mouse-p.
2897
2898 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2899
2900 * international/mule.el (make-coding-system): If the coding system
2901 accepts extra latin codes, register such codes as safe for the
2902 coding system.
2903
2904 2001-01-08 Richard M. Stallman <rms@gnu.org>
2905
2906 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2907 don't mention the file name or the date here, because they are
2908 logged at the start of the file.
2909
2910 2001-01-08 Richard M. Stallman <rms@gnu.org>
2911
2912 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2913 Change screen-width to frame-width.
2914
2915 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * info.el (Info-search): Print the default as part of the prompt.
2918
2919 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2920
2921 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2922 constant implementations in backends.
2923
2924 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2925 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2926
2927 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2928 WRITABLE to EDITABLE.
2929
2930 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2931 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2932 to EDITABLE.
2933
2934 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2935
2936 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2937 (copyright, copyright-update): Compute the current year at run time.
2938
2939 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2940
2941 * isearch.el (isearch-old-signal-hook): Removed.
2942 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2943 instead of setting signal-hook-function.
2944 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2945
2946 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2947
2948 * emulation/edt.el: Update to version 4.0. Provide support for
2949 EDT scroll margins at top and bottom of the window. Provide an
2950 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2951 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2952 user when file-related buffer modifications exist.
2953 Provide support for running EDT Emulation in XEmacs.
2954 Provide customize access to some user updatable variables.
2955 Add Commentary section to file header.
2956 Fixed a few minor bugs and cleaned up some code.
2957
2958 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2959 for detecting a keypress that generates an ASCII key sequence.
2960 (Previously, only a keypress that generates a vector was
2961 recognized.) Embed Window Manager name into name of the generated
2962 EDT Emulation initialization file since the initialization file is
2963 Window Manager specific. Add Commentary section to file header.
2964
2965 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2966
2967 * mail/sendmail.el (mail-mode): Doc fix.
2968
2969 * info.el (Info-goto-emacs-command-node): Doc fix.
2970 (Info-goto-emacs-key-command-node): Doc fix.
2971
2972 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2973
2974 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2975 systems without long file-name support.
2976
2977 2001-01-06 Andrew Innes <andrewi@gnu.org>
2978
2979 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2980
2981 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2982
2983 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2984 (isearch-lazy-highlight-update): Doc fix.
2985
2986 * ffap.el (ffap-bindings): Doc fix.
2987
2988 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2989
2990 2001-01-05 Dave Love <fx@gnu.org>
2991
2992 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2993
2994 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2995
2996 * mouse-drag.el (mouse-drag-safe-scroll):
2997 Bind scroll-preserve-screen-position to nil.
2998
2999 * isearch.el (isearch-old-signal-hook): New variable.
3000 (isearch-mode): Set signal-hook-function to isearch-done.
3001 (isearch-done): Restore old signal-hook-function.
3002
3003 * info.el (Info-fontify-node): Mark one more char as intangible.
3004
3005 2000-01-05 Kenichi Handa <handa@etl.go.jp>
3006
3007 * composite.el (compose-last-chars): New argument COMPONENTS.
3008 If it is non-nil, compose preceding characters by compose-region with
3009 COMPONENTS.
3010
3011 * international/quail.el (quail-input-string-to-events): New function.
3012 (quail-input-method): Convert input string to events here.
3013 (quail-start-translation): Return input string, not event list.
3014 (quail-start-conversion): Likewise.
3015
3016 2001-01-04 Gerd Moellmann <gerd@gnu.org>
3017
3018 * tooltip.el (tooltip-cancel-delayed-tip)
3019 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3020 and tooltip-add-timeout.
3021 (tooltip-show): Set border color from faces's foreground.
3022 (tooltip-show-help-function): If called with the same help string
3023 as last time, do nothing.
3024 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3025
3026 * startup.el (fancy-splash-screens): Don't bind show-help-function
3027 to nil.
3028
3029 * tooltip.el (tooltip-frame-parameters): Remove colors.
3030 (tooltip): New face
3031 (tooltip-set-param): New function.
3032 (tooltip-show): Set up color frame parameters from face `tooltip'.
3033 Display the tooltip text in face `tooltip'.
3034
3035 2001-01-04 Dave Love <fx@gnu.org>
3036
3037 * whitespace.el (whitespace-global-mode): Fix typo.
3038
3039 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3040
3041 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3042
3043 * help.el (help-for-help): Fix a typo in a doc string.
3044 From kwzh@gnu.org (Karl Heuer).
3045
3046 2001-01-03 Dave Love <fx@gnu.org>
3047
3048 * dired-x.el: Doc fixes. Maintainer change.
3049 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
3050 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3051 (dired-guess-shell-alist-user): Customize.
3052 (dired-x-help-address): Set to bug-gnu-emacs.
3053 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3054 (dired-default-directory): Renamed from default-directory.
3055
3056 * hl-line.el (hl-line): Doc fix.
3057
3058 2001-01-03 Karl Fogel <kfogel@red-bean.com>
3059
3060 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
3061
3062 2001-01-02 Richard M. Stallman <rms@gnu.org>
3063
3064 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3065 to remove all the current alternative-match highlighting.
3066 If nil, remove only what's outside the current window.
3067 (isearch-lazy-highlight-remove-overlays): Take optional
3068 region within which NOT to remove them.
3069 (isearch-lazy-highlight-new-loop): Greatly simplified.
3070 (isearch-lazy-highlight-update): Find all the other occurrences
3071 visible in the window, in just one call.
3072 (isearch-lazy-highlight-start): Now holds start of region to scan.
3073 (isearch-lazy-highlight-end): Now holds end of region to scan.
3074 (isearch-lazy-highlight-wrapped): Variable deleted.
3075 (isearch-lazy-highlight-search): Function deleted.
3076
3077 2000-01-02 Andrew Innes <andrewi@gnu.org>
3078
3079 * w32-fns.el (convert-standard-filename): Do length check on name
3080 before aref.
3081
3082 2001-01-02 Dave Love <fx@gnu.org>
3083
3084 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3085 value.
3086 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3087
3088 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3089
3090 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3091 read syntax.
3092
3093 * calendar/todo-mode.el (todo): Add :link, :version.
3094 (todo-save-top-priorities): Remove autoload cookie.
3095 (todo-add-category, todo-add-item-non-interactively)
3096 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
3097
3098 2001-01-02 Gerd Moellmann <gerd@gnu.org>
3099
3100 * comint.el (comint-input-history-ignore): New variable.
3101 (comint-read-input-ring): Ignore entries matching
3102 comint-input-history-ignore.
3103
3104 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
3105
3106 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3107 (lm-copyright-mark): New function.
3108 (lm-crack-copyright): New function.
3109 (lm-verify): Check that the file has a copyright.
3110 Check that the file is copyright Free Software Foundation.
3111
3112 2000-12-30 Kenichi Handa <handa@etl.go.jp>
3113
3114 * international/mule-diag.el (print-fontset): Indent font name by
3115 24 columns, not 25.
3116
3117 2000-12-29 Gerd Moellmann <gerd@gnu.org>
3118
3119 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3120 in Subject line.
3121
3122 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
3123 Use mail-mode-hook instead of mail-setup-hook.
3124 Otherwise continuing an interrupted message with C-u C-x m for
3125 instance, winds up in Mail mode without abbrevs.
3126
3127 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3128
3129 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
3130 non-nil. Adding almost all customization variables on ps-setup.
3131 Doc fix.
3132 (ps-print-version): New version number (6.3.3).
3133 (ps-end-with-control-d): Initialization fix.
3134 (ps-lines-printed): New var.
3135 (ps-skip-newline): New fun.
3136 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3137 (ps-next-line, ps-continue-line, ps-plot-region)
3138 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
3139
3140 2000-12-29 Kenichi Handa <handa@etl.go.jp>
3141
3142 * international/fontset.el (x-complement-fontset-spec):
3143 Resolve ASCII font name so that the same family name is used for fonts
3144 registered in x-font-name-charset-alist.
3145 (create-fontset-from-fontset-spec): Adjusted for the above change.
3146 The name of fontset alias should be a unresolved ASCII font name.
3147
3148 2000-12-28 Gerd Moellmann <gerd@gnu.org>
3149
3150 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3151 and delete in isearch-mode-map.
3152
3153 2000-12-28 Richard M. Stallman <rms@gnu.org>
3154
3155 * dired-x.el (dired-guess-shell-alist-default):
3156 Use xpdf instead of acroread.
3157
3158 2000-12-28 Kenichi Handa <handa@etl.go.jp>
3159
3160 * textmodes/artist.el (artist-butlast): Deleted.
3161 (artist-ellipse-mirror-quadrant): Use butlast instead of
3162 artist-butlast.
3163
3164 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3165
3166 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3167
3168 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3171
3172 * ls-lisp.el: Better support for the Mac and MS-Windows.
3173 (ls-lisp): New defgroup.
3174 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
3175 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
3176 (ls-lisp-support-shell-wildcards): New defcustoms.
3177 (ls-lisp-parse-symlink): New function.
3178 (insert-directory): Code to convert switches to a list and set up
3179 the wildcard argument copied from ls-lisp-insert-directory.
3180 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3181 for -C and -R switches.
3182 (ls-lisp-column-format): New function.
3183 (ls-lisp-delete-matching, ls-lisp-handle-switches)
3184 (ls-lisp-format-time): Add doc strings.
3185 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3186 Support ls-lisp-dirs-first.
3187 (ls-lisp-classify, ls-lisp-extension): New functions.
3188 (ls-lisp-format): Optionally support emulation of symlinks.
3189 Support -i, -s, and -G switches.
3190
3191 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3192
3193 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3194
3195 * version.el (emacs-version): Print X scroll bar information.
3196
3197 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3198 instead of x-toolkit-scroll-bars-p.
3199
3200 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3201 of x-toolkit-scroll-bars-p.
3202
3203 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3204
3205 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3206 (ffap-bindings): Doc fix, to reflect the above change.
3207
3208 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3209
3210 * term.el (term-char-mode): Define all non-ascii self-inserting
3211 characters to 'term-send-raw in term-raw-map.
3212
3213 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3214
3215 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3216
3217 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3218 Changed initialization; use add-hook.
3219 (ediff-file-remote-p): Use file-local-copy.
3220
3221 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3222
3223 * ediff.el (ediff-patch-buffer): Bug fix.
3224 (ediff-revision): Allow selection of the file at the prompt.
3225
3226 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3227
3228 * subr.el (combine-run-hooks): Remove.
3229
3230 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3231 and remove the rogue second spec.
3232
3233 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3234
3235 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3236
3237 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3238
3239 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3240 Use minibuffer menu prompt for the `=' prefix.
3241 (smerge-command-prefix): Change default to C-^.
3242 (smerge-mode): Don't assume font-lock doesn't move point.
3243
3244 * skeleton.el (skeleton-internal-1): Make sure the first line of
3245 the region is also re-indented.
3246 (skeleton-end-newline): New var.
3247 (skeleton-end-hook): Use it.
3248
3249 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3250
3251 * comint.el (comint-password-prompt-regexp): Support CVS.
3252
3253 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3254
3255 * simple.el (delete-key-deletes-forward-mode): Simplify.
3256 Also backspace key combinations, depending on
3257 delete-key-deletes-forward.
3258
3259 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3260
3261 * simple.el (delete-key-deletes-forward): Doc fix.
3262
3263 2000-08-22 Emmanuel Briot <briot@gnat.com>
3264
3265 * xml.el (top level comment): Updated to reflect the fact that
3266 white spaces are relevant in the XML file.
3267 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3268 to parse was already edited. This allows for on-the-fly analysis
3269 of XML files.
3270 (xml-parse-tag): Check that the casing is the same in the start
3271 tag and end tag, since XML is case-sensitive. Allows for spaces
3272 in the end tag, after the name of the tag.
3273 (xml-parse-attlist): Allow for the character '-' in the name of
3274 attributes, as in the standard http-equiv attribute Do not save
3275 the properties in the XML tree, since they are not relevant.
3276
3277 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3278
3279 * generic.el (generic-read-type): Undo last change, inline into
3280 `generic-mode' and then remove.
3281 (generic-mode): Inline generic-read-type.
3282 (define-generic-mode): Push the symbol name rather than the symbol
3283 onto generic-mode-list.
3284
3285 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3286
3287 * generic.el (generic-read-type): Build an alist for
3288 completing-read as in 20.7.
3289
3290 * play/landmark.el (lm): Use interactive spec `P'.
3291 (toplevel): Don't set debug-on-error.
3292
3293 * server.el (server-switch-buffer): Choose a window on a visible frame.
3294
3295 2000-12-21 Dave Pearson <davep@davep.org>
3296
3297 * quickurl.el: Commentry change, I've moved my web site.
3298
3299 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3300
3301 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3302 ranges like \177-\237, but accepts the character sequence from \177 to
3303 \237. Doc fix.
3304 (ebnf-version): New version (3.4).
3305 (ebnf-setup): Code fix.
3306 (ebnf-range-regexp): New fun.
3307 (ebnf-8-bit-chars): Const fix.
3308
3309 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3310 entry. Doc fix.
3311 (ebnf-bnf-lex): Code fix.
3312 (ebnf-bnf-comment-chars): Const fix.
3313
3314 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3315 entry. Doc fix.
3316 (ebnf-iso-comment-chars): Const fix.
3317
3318 * ebnf-otz.el: Doc fix.
3319
3320 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3321 entry. Doc fix.
3322 (ebnf-yac-skip-code): Code fix.
3323 (ebnf-yac-comment-chars): Const fix.
3324
3325 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3326
3327 * files.el (insert-directory-safely): New function.
3328 (recover-file): Use it instead of insert-directory.
3329 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3330
3331 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3332
3333 * international/mule-cmds.el (select-safe-coding-system):
3334 Check coding-category-list more rigidly. Improve help message.
3335
3336 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3337
3338 2000-12-21 Miles Bader <miles@gnu.org>
3339
3340 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3341
3342 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3343
3344 * international/mule-diag.el (describe-char-after): Make *Help*
3345 buffer inherit multibyteness of the current buffer.
3346
3347 * international/mule.el (make-char): Docstring adjusted for the
3348 change of make-char-internal.
3349
3350 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3351
3352 * international/iso-cvt.el: Docstrings fix.
3353
3354 2000-12-20 Dave Love <fx@gnu.org>
3355
3356 * subr.el (eval-after-load): Doc fix.
3357
3358 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3359
3360 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3361 for numbers.
3362
3363 2000-12-20 Miles Bader <miles@gnu.org>
3364
3365 * international/quail.el (quail-help): Resize the help window
3366 again after it has all its contents. Remove unneeded progn.
3367
3368 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3369
3370 * pcmpl-linux.el: Fix copy/paste error.
3371
3372 2000-12-19 Andrew Innes <andrewi@gnu.org>
3373
3374 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3375
3376 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3377
3378 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3379
3380 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3381
3382 * progmodes/idlw-shell.el: Fixed copyright notice.
3383
3384 * progmodes/idlwave.el: Fixed copyright notice.
3385
3386 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3387 TAB as key separators.
3388
3389 2000-12-19 Alex Schroeder <alex@gnu.org>
3390
3391 * sql.el (sql-sybase-options): New option.
3392 (sql-sybase): Use it. Add sql-database to the list of parameters
3393 provided for login. The options -w 2048 -n are not used any more.
3394 (sql-postgres-options): Changed default from "--pset" to "-P".
3395 (sql-mysql-options): Doc change.
3396 (sql-stop): Doc change.
3397
3398 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3399
3400 * international/quail.el (quail-input-method): Always hide
3401 the guidance buffer on exiting.
3402
3403 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3404
3405 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3406 isn't fboundp.
3407
3408 * server.el (server-buffer-done): Bury the buffer before
3409 killing it.
3410
3411 * faces.el (face-spec-set): Interpret a nil in specs for
3412 foreground and background colors as `unspecified', for
3413 compatibility with 20.x.
3414
3415 2000-12-18 Dave Love <fx@gnu.org>
3416
3417 * simple.el (mail-user-agent): Doc fix.
3418 (input-mode-8-bit): Removed.
3419
3420 * international/mule.el (set-keyboard-coding-system): Doc fix.
3421 (keyboard-coding-system): New option.
3422
3423 * mail/sendmail.el (send-mail-function): Customize.
3424
3425 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3426
3427 * international/codepage.el (cp866-decode-table): New table.
3428
3429 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3430
3431 * version.el (emacs-version): Remove `%a' from the time format
3432 because the weekday doesn't fit well into each locale.
3433
3434 2000-12-18 Miles Bader <miles@gnu.org>
3435
3436 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3437
3438 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3439 Check that emacs-major-version is `=' to 20, not `>='.
3440 (artist-replace-chars): Use `make-string' instead of a loop.
3441
3442 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3443
3444 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3445 (cvs-execute-single-file): Don't change directory.
3446 Patch from Per Cederqvist.
3447
3448 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3449
3450 * textmodes/ispell.el (check-ispell-version):
3451 If `ispell-program-name' is "aspell", pass it the -v switch instead
3452 of -vv.
3453
3454 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3455
3456 * international/mule-diag.el (mule-diag): Insert information about
3457 configure options, multibyte awareness, language env.
3458
3459 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3460 regexp to search for candidates.
3461
3462 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3463
3464 * info.el (Info-forward-node): If the node has an
3465 Info-header-line, widen the buffer before searching for "next:"
3466 and "up:" pointers, and set the search limit to stay in the
3467 current node.
3468
3469 2000-12-16 Miles Bader <miles@gnu.org>
3470
3471 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3472
3473 2000-12-15 Miles Bader <miles@gnu.org>
3474
3475 * comint.el (comint-send-string, comint-send-region): Also accept
3476 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3477 process-send-string/region.
3478
3479 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3480
3481 * isearch.el (isearch-lazy-highlight-max): New user-option.
3482 (isearch-lazy-highlight-update): Don't highlight more than
3483 isearch-lazy-highlight-max matches.
3484
3485 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3486
3487 2000-12-15 Richard M. Stallman <rms@gnu.org>
3488
3489 * sort.el (sort-columns): Fix error message.
3490
3491 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3492 `upcase' or `downcase' or nil.
3493 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3494 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3495 (dabbrev--substitute-expansion): New arg record-case-pattern.
3496 If it is non-nil, set dabbrev--last-case-pattern.
3497 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3498
3499 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3500
3501 2000-12-15 Miles Bader <miles@gnu.org>
3502
3503 * paths.el (Info-default-directory-list): Don't delete
3504 configure-info-directory from the list of standard info
3505 directories when appending it to the end -- their order is important.
3506
3507 * faces.el (read-face-attribute): If there's no entry for the
3508 user's input in VALID, just use it as-is (this will often result
3509 in an error, but it may be OK for e.g. colors using hexadecimal
3510 notation, and at least will yield a better error message).
3511
3512 * window.el (mode-line-window-height-fudge): Function removed.
3513 (height-affecting-face-attributes, mode-line-window-height-fudge):
3514 Variables removed.
3515 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3516 window is really the right size. Use vertical-motion
3517 rather than forward-line.
3518 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3519 (ispell-command-loop, ispell-show-choices): Use the variable
3520 ispell-choices-win-default-height, rather than the function.
3521 (ispell-choices-win-default-height): Function removed.
3522 (ispell-mode-line-window-height-fudge): Function removed.
3523
3524 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3527
3528 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3529
3530 * paths.el (Info-default-directory-list):
3531 If configure-info-directory is not one of the standard directories,
3532 put it first in the list; otherwise put it last. Doc string
3533 changed accordingly.
3534
3535 * info.el (Info-directory-list): Change doc string to reflect the
3536 change in Info-default-directory-list.
3537
3538 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3539 windows-nt as windowed environments, even under -nw.
3540
3541 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3542 if not fboundp. Switch delete-forward mode for the <delete> key
3543 on all PC platforms, even under -nw.
3544
3545 * term/internal.el ([M-delete]): Remap to M-d.
3546
3547 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3548
3549 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3550
3551 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3552
3553 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3554
3555 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3556
3557 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3558 if appropriate.
3559
3560 * simple.el (delete-key-deletes-forward): New user-option.
3561 (delete-key-deletes-forward-mode): New function.
3562
3563 * bindings.el: Bind `delete' to backward-delete-char.
3564
3565 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3566 Test if symbol is bound before getting its value.
3567
3568 * tooltip.el (tooltip-show): If an error is signaled in
3569 x-show-tip, display that error, and display the help in the
3570 echo area.
3571
3572 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3573
3574 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3575 Show "... entries" messages for every 10000 entries, not 10.
3576
3577 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3578
3579 * bookmark.el: Provide a generic exit hook, as suggested by
3580 Ovidiu Predescu <ovidiu@cup.hp.com>:
3581 (bookmark-exit-hook): New var.
3582 (bookmark-exit-hook-internal): New func, replaces
3583 old raw lambda form in `kill-emacs-hook', and runs new
3584 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3585 as logically that feature must have been provided if this function
3586 is running.
3587 Removed ;;;###autoload before the `add-hook' call.
3588
3589 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3592 (easy-menu-current-active-maps): New function.
3593 (easy-menu-get-map): Use it.
3594 Make a proper menu entry when creating a new keymap.
3595
3596 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3597
3598 * international/characters.el: Fix cases and syntaxes for
3599 mule-unicode-0100-24ff.
3600
3601 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3602 that a Japanese character is not appended after day and year.
3603
3604 * info.el (Info-suffix-list): Change format for a command that
3605 requires arguments.
3606 (info-insert-file-contents): Adjusted for the above change.
3607
3608 2000-12-12 Andreas Schwab <schwab@suse.de>
3609
3610 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3611 on the name of the tar buffer. Verify that the existing buffer is
3612 visiting the same subfile.
3613
3614 2000-12-12 Dave Love <fx@gnu.org>
3615
3616 * subdirs.el: Add obsolete.
3617
3618 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3619
3620 * mail/rmailsum.el (rmail-summary-expunge)
3621 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3622 instead of rmail-confirm-expunge.
3623
3624 * replace.el (perform-replace): Don't use an empty match adjacent
3625 to a non-empty match when computing the next match before the
3626 replacement is performed.
3627
3628 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3629
3630 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3631 definition (patch by Stefan Monnier).
3632 (glasses-mode): Use jit-lock instead of `after-change-functions'
3633 (patch by Stefan Monnier).
3634
3635 2000-12-12 Miles Bader <miles@gnu.org>
3636
3637 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3638 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3639
3640 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3641
3642 * term/mac-win.el: Remove load for ls-lisp.
3643
3644 * loadup.el: Load ls-lisp for system-type `macos'.
3645
3646 2000-12-12 Miles Bader <miles@gnu.org>
3647
3648 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3649 Respect field end too.
3650 (just-one-space): Respect fields as `delete-horizontal-space'.
3651 (newline-and-indent, reindent-then-newline-and-indent):
3652 Use `delete-horizontal-space'.
3653
3654 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3655
3656 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3657 (so as to obey the field property in the minibuffer).
3658
3659 * obsolete/c-mode.el: Moved from lisp/progmodes.
3660 * obsolete/auto-show.el: Moved from lisp.
3661 * obsolete/ooutline.el: Moved from lisp/textmodes.
3662
3663 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3664
3665 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3666 changes to list them here.
3667
3668 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3669 Too many changes to list them here.
3670
3671 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3672 Too many changes to list them here.
3673
3674 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3675
3676 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3677
3678 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3679
3680 * cus-edit.el (custom-save-variables, custom-save-faces):
3681 Comment fix.
3682
3683 * hscroll.el: Moved to `obsolete' subdir.
3684
3685 2000-12-11 Miles Bader <miles@gnu.org>
3686
3687 * window.el (window-text-height): Function removed (now in C).
3688
3689 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * log-edit.el (log-edit-parent-buffer): New var.
3692 (log-edit): Set it. Add BUFFER argument.
3693 (log-edit-done): Use char-before.
3694 Don't bother checking validity of vc-comment-ring.
3695 Only bury the buffer if log-edit popped it up.
3696
3697 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3698 (cvs-mode-diff-help): Remove.
3699 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3700 (cvs-mode-marked): Set up the default for CMD manually.
3701
3702 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3703 Remove binding for ? now made unnecessary.
3704
3705 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3706
3707 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3708 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3709
3710 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3711 when master file is not open.
3712
3713 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3714
3715 * progmodes/ada-stmt.el: Update `maintainer'.
3716
3717 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3718
3719 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3720 choices to match documentation string.
3721
3722 2000-12-09 Miles Bader <miles@gnu.org>
3723
3724 * minibuf-eldef.el: New file.
3725
3726 * window.el (fit-window-to-buffer): Don't pass last argument to
3727 pos-visible-in-window-p, now that its meaning is inverted.
3728
3729 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3730
3731 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3732 <ceder@lysator.liu.se>.
3733
3734 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3735
3736 * autoinsert.el (auto-insert-alist): Add missing final \n.
3737
3738 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3739 (cvs-menu-map): Remove.
3740 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3741 (cvs-mode-quit): Turn it back into a plain function.
3742
3743 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3744 (texinfo-filter): Remove (move to texinfo.el).
3745
3746 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3747 file where it's more visible.
3748 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3749 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3750 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3751 (texinfo-inside-macro-p): Only catch `scan-error's.
3752 (texinfo-inside-env-p): Make better use of the match info.
3753 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3754 (texinfo-insert-@end): Slight re-organization.
3755 Also remove useless `looking-at' call.
3756
3757 2000-12-08 Andrew Innes <andrewi@gnu.org>
3758
3759 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3760 accessible in -nw mode.
3761
3762 * term/w32-win.el: Remove stuff about selection timeout, which is
3763 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3764 it is accessible in -nw mode.
3765
3766 2000-12-08 Dave Love <fx@gnu.org>
3767
3768 * emacs-lisp/lisp-mode.el (lisp-mode):
3769 Set font-lock-keywords-case-fold-search.
3770
3771 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3772
3773 * textmodes/ispell.el (ispell): Doc fix.
3774
3775 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3776
3777 * international/quail.el (quail-insert-decode-map): Check the
3778 frame width of a window displaying the current buffer, not that of
3779 the selected frame.
3780 (quail-help): Make sure that the help buffer has window before
3781 inserting text in it.
3782
3783 2000-12-07 Sam Steingold <sds@gnu.org>
3784
3785 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3786 Backquote is used in isearch.el, so autoloading saves nothing.
3787
3788 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3789
3790 * startup.el (normal-top-level-add-subdirs-to-load-path):
3791 Ignore the CVS and RCS subdirectories case-insensitively.
3792
3793 * dired.el (dired-insert-directory): If file-system-info is
3794 fboundp, call it instead of invoking dired-free-space-program.
3795
3796 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3797
3798 * server.el (server-visit-files): Push files on file-name-history.
3799
3800 * progmodes/cc-langs.el: Update copyright.
3801
3802 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3803
3804 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3805
3806 * bindings.el (mode-line-mode-menu): Reverse the order
3807 of define-keys so that the menu appears in alphabetical order.
3808
3809 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3810
3811 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3812 of the function.
3813
3814 2000-12-07 Dave Love <fx@gnu.org>
3815
3816 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3817
3818 * facemenu.el (facemenu-unlisted-faces): Fix value.
3819
3820 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3821
3822 * font-lock.el (font-lock-default-fontify-region):
3823 Include the terminating \n (off-by-one error).
3824 (font-lock-set-defaults): Use dolist.
3825
3826 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3827
3828 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3829
3830 * international/mule-cmds.el (describe-language-environment):
3831 Fix for the case that an input method title is not string but a list.
3832
3833 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3834 of wrong SIZE record.
3835
3836 2000-12-06 Dave Love <fx@gnu.org>
3837
3838 * newcomment.el (comment-region, comment-dwim): Doc fix.
3839
3840 * textmodes/texinfo.el: Require tex-mode when compiling.
3841 (texinfo-update-node): Doc fix.
3842 (texinfo-imenu-generic-expression): Add @anchor.
3843 (texinfo-font-lock-keywords): Add @uref.
3844 (texinfo-inside-macro-p): Don't use ignore-errors.
3845 (texinfo-insert-quote): Match more contexts.
3846
3847 * international/mule.el (decode-char, encode-char): Doc fix.
3848 (auto-coding-alist): Customize.
3849
3850 * files.el (load-file): Fix change of 2000-03-12.
3851
3852 * wid-edit.el (widget-text-keymap): Doc fix.
3853
3854 2000-12-06 Andrew Innes <andrewi@gnu.org>
3855
3856 * makefile.w32-in (lisp): Set to an absolute directory, namely
3857 $(CURDIR).
3858
3859 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3860
3861 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3862 read generated-autoload-file, and set buffer-file-coding-system to
3863 raw-text-unix after reading the file.
3864
3865 * international/mule-conf.el (file-coding-system-alist):
3866 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3867
3868 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3869
3870 * replace.el (occur): Make line-number-width 1 smaller for the
3871 colon following the line number.
3872
3873 * startup.el (fancy-splash-text, command-line-1):
3874 Use `File' for the menu name instead of `Files'.
3875
3876 * tmm.el: Update copyright.
3877
3878 * cus-start.el: Add entry for even-window-heights.
3879
3880 2000-12-06 Miles Bader <miles@gnu.org>
3881
3882 * faces.el (frame-set-background-mode): Avoid stomping on
3883 locally modified faces.
3884
3885 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3886
3887 * international/fontset.el: Correct the font registries for
3888 japanese-jisx0213-1 and japanese-jisx0213-2.
3889
3890 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3891
3892 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3893
3894 * iswitchb.el: Update customization commentary.
3895
3896 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3897
3898 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3899 (tpu-search-highlight): Fixed comparison of overlay end positions.
3900 (tpu-trim-line-ends): Implemented trimming logic locally.
3901
3902 * emulation/tpu-extras.el (tpu-write-file-hook)
3903 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3904
3905 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3906
3907 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3908 to cn-gb.
3909 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3910
3911 2000-12-04 Dave Love <fx@gnu.org>
3912
3913 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3914
3915 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3916
3917 * mail/rmailsum.el (rmail-summary-expunge)
3918 (rmail-summary-expunge-and-save): Ask for confirmation with
3919 rmail-expunge-confirmed.
3920
3921 * mail/rmail.el (rmail-expunge-confirmed): New function.
3922 (rmail-expunge): Use it.
3923
3924 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3925
3926 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3927 (etags-recognize-tags-table, find-tag-in-order):
3928 New functionality: interpret file names as tags.
3929
3930 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3931
3932 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3933 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3934 the first subnode until the bottom of the current node is visible.
3935
3936 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3937
3938 * format.el (format-decode): Don't change buffer's undo list.
3939
3940 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3941
3942 * faces.el (face-font-registry-alternatives): Add entries for CJK
3943 fonts. Doc-string adjusted for the actual usage of this data.
3944
3945 * international/fontset.el: Change the font registries for CJK
3946 fonts in the default fontset. Don't append '*' to registries.
3947
3948 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3949
3950 * emacs-lisp/easy-mmode.el (define-derived-mode)
3951 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3952
3953 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3954 (derived-mode-p): New function.
3955 (derived-mode-make-docstring): Add `docstring' argument.
3956 Use it if available and complete it if necessary.
3957
3958 2000-12-03 Andreas Schwab <schwab@suse.de>
3959
3960 * type-break.el (type-break): Don't make parent of itself.
3961
3962 2000-12-03 Miles Bader <miles@gnu.org>
3963
3964 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3965
3966 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3967
3968 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3969 (tex-main-file, tex-file): Simplify.
3970 (tex-generate-zap-file-name): Use subst-char-in-string.
3971 (tex-strip-dots): Remove.
3972
3973 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3974
3975 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3976 to check if the match succeeded.
3977
3978 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3979
3980 * startup.el (use-fancy-splash-screens-p): New function.
3981 (command-line-1): Use it to determine whether or not to use
3982 a fancy splash screen.
3983
3984 2000-12-02 Andreas Schwab <schwab@suse.de>
3985
3986 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3987
3988 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3989
3990 * international/mule.el (make-char): Fix last change.
3991
3992 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3993 New defcustoms.
3994 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3995 autoloading tex-mode; instead, do the same manually.
3996 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3997 with numeric argument. Docstring fix.
3998 (toplevel): Require cl when compiling.
3999
4000 * international/mule.el (make-char): Doc fix.
4001
4002 2000-12-02 Jason Rumney <jasonr@gnu.org>
4003
4004 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4005 the Emacs Lisp manual)
4006
4007 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4008
4009 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4010
4011 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4012 the Emacs Lisp manual).
4013
4014 2000-12-02 Gerd Moellmann <gerd@gnu.org>
4015
4016 * simple.el (next-line-add-newlines): Change default to nil.
4017
4018 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4019
4020 * files.el (revert-buffer, recover-file):
4021 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
4022
4023 2000-12-01 Gerd Moellmann <gerd@gnu.org>
4024
4025 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4026
4027 2000-12-01 Miles Bader <miles@gnu.org>
4028
4029 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4030
4031 2000-12-01 Kenichi Handa <handa@etl.go.jp>
4032
4033 * international/mule-diag.el (describe-char-after): Fix typo.
4034 (describe-character-set, non-iso-charset-alist): Fix typo.
4035
4036 2000-12-01 Miles Bader <miles@gnu.org>
4037
4038 * image-file.el (image-file-name-regexp): Automatically add
4039 upper-case variants of each filename extension in
4040 `image-file-name-extensions', since they seem to be common.
4041
4042 * simple.el (minibuffer-contents)
4043 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4044 New functions.
4045 * filecache.el (file-cache-directory-name)
4046 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4047
4048 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
4049
4050 * filecache.el (file-cache-minibuffer-complete): Don't try to
4051 delete the minibuffer prompt.
4052
4053 2000-11-30 Dave Love <fx@gnu.org>
4054
4055 * cus-start.el: Fix read-buffer-function type.
4056
4057 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4058
4059 * md5.el: Removed. There's a built-in function, now.
4060
4061 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
4062
4063 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4064 as dummy 0-th char of rmail-deleted-vector.
4065
4066 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4067
4068 * ps-print.el (ps-end-job): Bind case-fold-search only after
4069 switching to ps-spool-buffer.
4070
4071 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4072
4073 * ps-print.el: Line number font customization. PostScript: Lines and
4074 PageCount are initialized on each page. Doc Fix.
4075 (ps-print-version): New version number (6.3.2).
4076 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4077 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4078 (ps-right-header): Customization fix.
4079 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4080 Fix code.
4081 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4082 New vars.
4083
4084 2000-11-30 Gerd Moellmann <gerd@gnu.org>
4085
4086 * bs.el: Fix typos and spelling errors.
4087 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4088 (bs-configuration): Doc fix.
4089
4090 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4091
4092 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
4093
4094 * emulation/tpu-edt.el (tpu-version): New version.
4095 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4096 (tpu-original-mode-line): Variable deleted.
4097 (tpu-mark-flag): New initial value.
4098 (tpu-set-mode-line): Don't redefine mode-line-format.
4099 Add tpu-mark-flag to minor-mode-alist.
4100 (tpu-update-mode-line): New mark flag logic.
4101 (tpu-get): Use find-file-wildcards.
4102 (tpu-search-highlight): Move overlay less, reset overlay properly.
4103 (tpu-unselect): Deactivate mark.
4104 (tpu-lm-replace): Reset overlay properly.
4105 (tpu-forward-line): Use forward-visible-line.
4106 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4107
4108 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
4109
4110 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4111
4112 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4113
4114 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4115
4116 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4117 and skip whitespace and newlines.
4118
4119 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4120
4121 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4122
4123 2000-11-29 Gerd Moellmann <gerd@gnu.org>
4124
4125 * help.el (describe-function-1): Regexp-quote function name
4126 when used as part of a regexp.
4127
4128 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4129 Use face-attribute instead of face-foreground and face-background.
4130 (tool-bar-add-item): Likewise, and handle unspecified colors.
4131
4132 * enriched.el (enriched-face-ans): Use face-attribute instead
4133 of face-foreground and face-background.
4134
4135 * faces.el (face-foreground, face-background, face-stipple):
4136 Return nil if attribute is unspecified, for backward compatibility.
4137
4138 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4139
4140 * play/5x5.el: Remove version info.
4141
4142 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4143
4144 * frame.el (blink-cursor-mode): Doc fix.
4145
4146 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4147
4148 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4149 to create Makefile rules.
4150 (antlr-tool-command): New user option.
4151 (antlr-ask-about-save): New user option.
4152 (antlr-makefile-specification): New user option.
4153 (antlr-file-formats-alist): New variable.
4154 (antlr-special-file-formats): New variable.
4155 (antlr-unknown-file-formats): New user option.
4156 (antlr-help-unknown-file-text): New variable.
4157 (antlr-help-rules-intro): New variable.
4158 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4159 (antlr-mode-menu): Add entries.
4160 (antlr-file-dependencies): New function.
4161 (antlr-directory-dependencies): New function.
4162 (antlr-superclasses-glibs): New function.
4163 (antlr-run-tool): New command.
4164 (antlr-makefile-insert-variable): New function.
4165 (antlr-insert-makefile-rules): New function.
4166 (antlr-show-makefile-rules): New command.
4167
4168 * antlr-mode.el: More Emacs/XEmacs stuff.
4169 (antlr-no-action-keywords): New constant with value nil.
4170 (antlr-font-lock-keywords-alist): Use it. Old value would break
4171 syntax highlighting in Emacs-21.0.
4172 (antlr-default-directory): Emacs/XEmacs dependend function.
4173 (antlr-read-shell-command): Ditto.
4174 (antlr-with-displaying-help-buffer): Ditto.
4175
4176 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4177
4178 * antlr-mode.el: imenu, parsing and highlighting changes.
4179 (antlr-imenu-create-index-function): Don't create extra submenus
4180 for definitions in different grammar classes. It is not necessary
4181 for the menu and would make command `imenu' awkward to use.
4182 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
4183 header actions and more than one.
4184 (antlr-font-lock-tokendef-face): Changed color.
4185 (antlr-font-lock-tokenref-face): Changed color.
4186 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4187 (antlr-mode-syntax-table): New variable.
4188 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4189 (antlr-with-syntax-table): Don't copy syntax table.
4190
4191 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4192
4193 * antlr-mode.el: Minor changes: language setting.
4194 (antlr-language-alist): The value for file option "language" can
4195 be both an identifier and a string.
4196 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4197 (antlr-language-limit-n-regexp): Change accordingly.
4198
4199 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4200
4201 * antlr-mode.el: Minor changes: tabs, hiding.
4202 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4203 (antlr-action-visibility): Also allow value nil to also hide the
4204 braces. Renamed from `antlr-tiny-action-length'.
4205 Suggested by Jay@aol.com.
4206 (antlr-hide-actions): Change accordingly. Hide line if completely
4207 hidden action is on a line of its own.
4208
4209 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4210
4211 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4212
4213 * sort.el (sort-columns): Don't concat strings with numbers.
4214
4215 2000-11-29 Dave Love <fx@gnu.org>
4216
4217 * cus-edit.el (face): Fix :format.
4218
4219 * mail/feedmail.el: Require smtpmail when compiling.
4220 (mail-do-fcc): Autoload.
4221 (feedmail) <defgroup>: Fix :link.
4222 (feedmail-nuke-body-in-fcc): Fix :type.
4223 (feedmail-send-it): Add autoload cookie.
4224
4225 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4226
4227 * newcomment.el (comment-indent): Save excursion around call to
4228 comment-indent-function.
4229
4230 2000-11-29 Miles Bader <miles@gnu.org>
4231
4232 * subr.el (member-ignore-case): Return the tail of the list who's
4233 car matches, like `member', not the matching element itself.
4234
4235 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4236
4237 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4238 should not contain `\n'.
4239
4240 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4241
4242 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4243
4244 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4245
4246 * dired-aux.el (dired-do-create-files): Construct default file
4247 name for dired-mark-read-file-name so that when the user enters
4248 just RET, the target file will end up in the target directory.
4249
4250 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4251 local-abbrev-table before changing buffers because it might
4252 have a buffer-local binding.
4253
4254 2000-11-28 Miles Bader <miles@gnu.org>
4255
4256 * simple.el (delete-horizontal-space): Handle fields more generally.
4257
4258 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4259
4260 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4261
4262 2000-11-28 Dave Love <fx@gnu.org>
4263
4264 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4265 comment-start-skip locally.
4266
4267 * progmodes/fortran.el (fortran-mode): Don't set
4268 fortran-comment-line-start-skip. Set comment-start to
4269 fortran-comment-line-start.
4270 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4271 (fortran-comment-line-start-skip): Simplify slightly.
4272
4273 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4274
4275 * play/5x5.el: Remove RCS keyword.
4276
4277 * bs.el: Mistaken commit, undone 2000-11-30.
4278
4279 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4280
4281 * textmodes/tildify.el (tildify-string-alist):
4282 Add `plain-tex-mode' here.
4283
4284 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4285
4286 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4287 reference.
4288
4289 2000-11-28 Miles Bader <miles@gnu.org>
4290
4291 * cus-face.el (custom-face-attributes): Add post-filter function
4292 for :box. Make pre-filter function for :box handle all cases.
4293
4294 * wid-edit.el (widget-choose): Make sure pop-up window is large
4295 enough to display all the choices, as there's no way to scroll it.
4296
4297 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4298
4299 * international/mule-conf.el: Make the coding system no-conversion
4300 safe for all characters.
4301
4302 2000-11-27 Dave Love <fx@gnu.org>
4303
4304 * net/ldap.el (ldap) <defgroup>: Add :version.
4305
4306 * tooltip.el (tooltip-use-echo-area): Doc fix.
4307
4308 * cus-start.el <minibuffer-prompt-properties>: Add version.
4309 <read-buffer-function>: Add.
4310
4311 * apropos.el (apropos-print): Add help-echo to active text.
4312
4313 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4314
4315 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4316
4317 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4318 type, group and version.
4319
4320 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4321
4322 * select.el (x-get-selection): Docstring fix.
4323
4324 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4325
4326 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4327
4328 2000-11-27 Andrew Innes <andrewi@gnu.org>
4329
4330 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4331
4332 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4333
4334 2000-11-27 Miles Bader <miles@gnu.org>
4335
4336 * dired.el (dired-get-filename): Return filename verbatim if
4337 LOCALP is `verbatim'.
4338 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4339 `verbatim' so that we don't inadvertently delete a non-existant
4340 directory name.
4341
4342 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4343
4344 * international/characters.el: Specify cases and syntaxes for
4345 mule-unicode-0100-24ff.
4346
4347 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4348
4349 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4350 that foreground and/or background colors of the face `tool-bar'
4351 are unspecified.
4352
4353 2000-11-27 Miles Bader <miles@gnu.org>
4354
4355 * wid-edit.el (widget-field-buffer, widget-field-start)
4356 (widget-field-end): Handle widget field `pseudo-overlays'.
4357 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4358 if it's there instead of in `widget-field-list'.
4359
4360 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4361 (help-make-xrefs): Delete extraneous newlines at the end of the
4362 docstring.
4363
4364 2000-11-25 Jason Rumney <jasonr@gnu.org>
4365
4366 * startup.el (command-line): Call set-locale-environment after
4367 Window System init file is read, as it can result in a call to
4368 redraw-frame.
4369
4370 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4371
4372 * simple.el (shell-command): Mention the effect of the prefix
4373 argument in the doc string.
4374
4375 2000-11-25 Miles Bader <miles@gnu.org>
4376
4377 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4378
4379 * wid-edit.el (widget-field-value-delete): Don't try to delete
4380 overlay when it's the `pseudo-overlay' that exists at some points.
4381
4382 2000-11-24 Jason Rumney <jasonr@gnu.org>
4383
4384 * international/mule-cmds.el (locale-language-names): Add "jp" as
4385 a non-standard alternative for Japanese.
4386
4387 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4388
4389 * vc-hooks.el: Require 'cl during compilation.
4390
4391 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4392
4393 * faces.el (face-set-after-frame-default): Let face attributes
4394 specified for new frames override frame parameters.
4395
4396 * startup.el (command-line): Fix computation of the source file
4397 for user-init-file when user-init-file is a compiled file.
4398
4399 2000-11-24 Miles Bader <miles@gnu.org>
4400
4401 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4402 (custom-post-filter-face-spec): New functions.
4403 (custom-face-set, custom-face-value-create): Filter the face spec
4404 before and after customization.
4405 (custom-face-set): If VALUE specifies a null face, pass a
4406 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4407 * cus-face.el (custom-face-attributes): Remove SET and GET
4408 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4409 cases they're needed.
4410
4411 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4412 that it's distinguishable from the :off-glyph on dark-background
4413 displays. Set its background color too.
4414
4415 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4416 so that people can easily turn it off.
4417
4418 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4419
4420 * ediff-diff.el: Moved variables around to have it compile under NT.
4421
4422 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4423
4424 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4425
4426 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4427 redundant skip-small-frames test.
4428
4429 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4430 (viper-downgrade-to-insert): Protect against errors in hooks.
4431
4432 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4433 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4434 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4435 New functions.
4436
4437 * viper-util.el (viper-memq-char): Bug fixes.
4438
4439 * viper.el (viper-mode): Fix cursor handling.
4440
4441 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4442
4443 * international/mule-diag.el (list-iso-charset-chars):
4444 For two-byte charset, fix the `while' condition.
4445 (list-non-iso-charset-chars): Fix the `while' condition.
4446
4447 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4448
4449 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4450 if the variable is make-variable-buffer-local.
4451
4452 * progmodes/ada-stmt.el (ada-template-map):
4453 Initialize and bind it to C-c t in ada-mode-map.
4454 (ada-stmt-mode-hook): New function extracted from old code.
4455 Only change the buffer-local side of skeleton-*.
4456 (ada-mode-hook): Use it.
4457
4458 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4459
4460 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4461 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4462 we expect to be returned by minibuffer-depth once we prompt the
4463 user in the minibuffer.
4464 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4465 as recorded in iswitchb-minibuf-depth, return non-nil.
4466
4467 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4468
4469 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4470 (hscroll-window-maybe): Docstring fix.
4471
4472 2000-11-23 Dave Love <fx@gnu.org>
4473
4474 * rect.el (string-rectangle): Don't test delete-selection-mode.
4475
4476 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4477
4478 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4479 is in the tool bar.
4480
4481 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4482 with `no-dir'; we want the directory part to be able to remove it.
4483
4484 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4485
4486 * textmodes/outline.el (outline-flag-region):
4487 Don't bind inhibit-read-only since we don't modify the buffer.
4488 (outline-isearch-open-invisible): Don't jump to overlay-start
4489 since we're trying to unhide text around point.
4490 (outline-discard-overlays): Use dolist.
4491
4492 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4493
4494 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4495
4496 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4497
4498 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4499
4500 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4501 Fix ARG regexp to skip quoted braces.
4502 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4503 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4504 are (correctly) handled separately).
4505 Remove `caption' and `footnote' from `citations': they contain text.
4506 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4507 (latex-skeleton-end-hook): New function.
4508 (latex-mode): Use it.
4509 (tex-start-tex-marker): Remove.
4510 (tex-send-tex-command): Don't set tex-start-tex-marker.
4511 (tex-error-parse-syntax-table): New var.
4512 (tex-compilation-parse-errors): Use it.
4513 Ignore tex-start-tex-marker. Don't bother with marker-position.
4514 (tex-validate-buffer): Don't bother with marker-position.
4515
4516 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4517 (flyspell-generic-progmode-verify): Use it.
4518
4519 2000-11-22 Sam Steingold <sds@gnu.org>
4520
4521 * simple.el (delete-trailing-whitespace): New interactive function.
4522
4523 * progmodes/ada-mode.el (ada-mode): Use it instead of
4524 `ada-remove-trailing-spaces'.
4525 (ada-remove-trailing-spaces): Removed.
4526
4527 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4528
4529 * textmodes/picture.el (picture-clean): Removed.
4530 (picture-mode-exit): Call it instead of `picture-clean'.
4531
4532 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4533
4534 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4535
4536 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4537 jit-lock-fontify-buffer; it should anyway be unneccessary to
4538 do anything special when jit-lock is active.
4539 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4540
4541 2000-11-22 Dave Love <fx@gnu.org>
4542
4543 * calendar/todo-mode.el (todo-top-priorities): Use
4544 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4545
4546 * language/chinese.el, language/cyrillic.el:
4547 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4548 * language/hebrew.el, language/indian.el, language/japanese.el:
4549 * language/korean.el, language/lao.el, language/misc-lang.el:
4550 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4551 Use provide.
4552
4553 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4554 (custom-variable-set): Improve validation error mesage.
4555
4556 * rect.el (string-rectangle): Revert last change.
4557 (string-rectangle-line): New arg DELETE.
4558 (string-rectangle): Check delete-selection-mode.
4559
4560 * emacs-lisp/edebug.el (edebug-version)
4561 (edebug-maintainer-address): Deleted.
4562 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4563 (edebug-read-function): Account for other `'#' read forms.
4564 (edebug-mode-menus): Make some items toggles.
4565 (edebug-outside-unread-command-event, unread-command-event):
4566 Remove these to avoid warnings.
4567
4568 2000-11-22 David Ponce <david@dponce.com>
4569
4570 * recentf.el (recentf-menu-items-for-commands)
4571 (recentf-make-menu-items, recentf-make-menu-item)
4572 (recentf-filter-changer): Added :help and :active menu-item properties.
4573
4574 (recentf-build-dir-rules, recentf-dump-variable)
4575 (recentf-edit-list, recentf-open-files-item)
4576 (recentf-open-files): Replaced unnecessary `mapcar' with new
4577 built-in `mapc'.
4578
4579 2000-11-23 Miles Bader <miles@gnu.org>
4580
4581 * faces.el (menu): Make inverse-video on ttys too.
4582
4583 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4584
4585 * simple.el (comment-line-break-function): Use the new name
4586 indent-new-comment-line -> comment-indent-new-line.
4587 (clone-indirect-buffer): Don't ignore NORECORD.
4588 (next-completion): Properly handle the case where items are adjacent.
4589
4590 * mouse.el (popup-menu): Stupid typo.
4591
4592 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4593
4594 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4595 maintainer, keywords tags.
4596
4597 * rect.el (replace-rectangle): Don't call string-rectangle-line
4598 with too many arguments.
4599
4600 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4601
4602 * ediff-util.el (ediff-file-checked-out-p)
4603 (ediff-file-checked-in-p): Call vc-state instead of
4604 vc-locking-user, which no longer exists.
4605
4606 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4607
4608 2000-11-22 Dave Love <fx@gnu.org>
4609
4610 * md5.el (md5): Provide.
4611 (md5): Fix error call.
4612
4613 2000-11-22 Miles Bader <miles@gnu.org>
4614
4615 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4616 (refill-fill-paragraph-at): Remove debugging code.
4617
4618 * calendar/calendar.el (generate-calendar-window): When we don't
4619 call `fit-window-to-buffer', make sure the top line is fully visible.
4620
4621 * image-file.el (insert-image-file): Don't make `read-only'
4622 property rear-nonsticky.
4623
4624 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4625 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4626 stashing away its original value.
4627 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4628 in the recursive edit.
4629 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4630 (isearch-done): Restore `minibuffer-message-timeout'.
4631
4632 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4633
4634 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4635
4636 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4637
4638 * find-lisp.el (find-lisp-find-files-internal):
4639 Use dolist, when and file-name-as-directory.
4640
4641 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4642 (define-derived-mode, define-minor-mode): Add specs.
4643
4644 * window.el: General comment and spacing fixes.
4645 (save-selected-window): Use backquotes.
4646 (window-safely-shrinkable-p): New function.
4647 (shrink-window-if-larger-than-buffer): Use it.
4648
4649 * subr.el (make-local-hook): Docstring fix.
4650
4651 * shell.el (shell-mode): Use define-derived-mode.
4652
4653 * newcomment.el (comment-indent): Insert comment before calling
4654 comment-indent-function. Don't insert in column 0.
4655 (comment-dwim): Indent before inserting comment.
4656
4657 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4658 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4659 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4660 Use mapc rather than map.
4661
4662 * files.el (find-buffer-visiting): Compare all attributes before
4663 declaring two files identical (rather than just their inode-no).
4664 (auto-mode-alist): Use \' rather than $.
4665
4666 * which-func.el: Update maintainer line.
4667
4668 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4669 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4670 (uniquify-buffer-file-name): Use it.
4671
4672 2000-11-22 Miles Bader <miles@gnu.org>
4673
4674 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4675 * simple.el (minibuffer-avoid-prompt): New function.
4676
4677 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4678
4679 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4680
4681 2000-11-21 Miles Bader <miles@gnu.org>
4682
4683 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4684 inclusion of `track-mouse'.
4685
4686 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4687 (refill-adjust-ignorable-overlay): New function.
4688 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4689 only the paragraph's tail if possible.
4690 Update `refill-ignorable-overlay'.
4691 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4692
4693 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4694 point inside the fill-prefix.
4695
4696 * textmodes/refill.el (refill-post-command-function): Don't reset
4697 refill-doit in the case where a self-insertion command doesn't
4698 case a refill. Use `refill-fill-paragraph-at', getting position
4699 from `refill-doit'.
4700 (refill-after-change-function): Set `refill-doit' to END.
4701 (refill-fill-paragraph-at): New function, mostly from old
4702 refill-fill-paragraph.
4703 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4704 (refill-pre-command-function): New function.
4705 (refill-mode): Add it to `pre-command-hook'.
4706
4707 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4708
4709 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4710
4711 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4712 javadoc tags.
4713
4714 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4715
4716 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4717 vc.el).
4718
4719 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4720 require vc.
4721
4722 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4723 checkouts.
4724
4725 2000-11-20 Dave Love <fx@gnu.org>
4726
4727 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4728
4729 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4730
4731 * calculator.el (calculator-paste): Use `if' instead of `and'
4732 and `or'.
4733 (calculator-help): Don't use electric-describe-mode for XEmacs.
4734
4735 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4736
4737 * info.el (info-menu-5): Doc fix.
4738
4739 * textmodes/artist.el: New file.
4740
4741 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4742
4743 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4744 and differentiate according to checkout model.
4745 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4746 since this function is only concerned with master state.
4747
4748 * vc-hooks.el (vc-workfile-unchanged-p)
4749 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4750
4751 * vc.el (vc-workfile-unchanged-p)
4752 (vc-default-workfile-unchanged-p): See above.
4753
4754 2000-11-19 Miles Bader <miles@gnu.org>
4755
4756 * image-file.el (insert-image-file): Make `intangible' and
4757 `read-only' properties rear-nonsticky too.
4758
4759 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4760
4761 * ps-print.el: Update copyright notice.
4762
4763 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4764 (tooltip-show): Use the offsets.
4765
4766 * bindings.el (mode-line-modified): Fix a typo.
4767 (mode-line-toggle-modified, mode-line-widen)
4768 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4769
4770 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4771
4772 * ps-print.el (toplevel): Test for find-coding-system being
4773 fboundp before calling ps-x-find-coding-system.
4774
4775 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4776
4777 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4778 (vc-version-backup-file): Docstring fix.
4779
4780 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4781
4782 * files.el (basic-save-buffer): Don't add a newline if
4783 find-file-literally is non-nil.
4784 (find-file-literally): Extend doc string.
4785
4786 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4787 sort(1) with the `-f' argument.
4788
4789 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4790
4791 * vc.el: Updated backend documentation.
4792 (vc-default-check-headers): New function.
4793
4794 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4795
4796 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4797 up-to-date.
4798 (vc-do-command): In the asynchronous case, output messages only if
4799 the minibuffer is not active.
4800
4801 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4802 `vc-cvs-use-edit' is on.
4803 (vc-cvs-checkout): When this is used for reverting the workfile,
4804 make a backup of the original contents and revert to that in case
4805 of error.
4806 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4807 remote repositories.
4808
4809 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4810 for both version and ratio in the minibuffer.
4811
4812 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4813 Use vc-do-command to perform the annotation, not call-process.
4814
4815 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4816
4817 * international/quail.el (quail-start-translation): Don't call
4818 `message' before reading key sequence.
4819
4820 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4821
4822 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4823
4824 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4825
4826 * window.el (fit-window-to-buffer): Be sure to acquire at least
4827 one text line even if the buffer is empty.
4828
4829 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4830
4831 * net/ange-ftp.el (ange-ftp-file-writable-p)
4832 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4833 Bind ange-ftp-process-verbose to nil.
4834
4835 2000-11-15 Dave Love <fx@gnu.org>
4836
4837 * wid-edit.el (widget-specify-field, widget-specify-button):
4838 If :help-echo is a function, set help-echo of overlay to
4839 widget-mouse-help.
4840 (widget-mouse-help): New function.
4841 (widget-echo-help): Rewritten for :help-echo functions only taking
4842 a widget arg.
4843
4844 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4845 Use display-graphic-p.
4846 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4847 and that JPEG is available.
4848 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4849
4850 * international/mule-cmds.el (locale-charset-language-names):
4851 Match @euro.
4852
4853 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4854
4855 * faces.el (face-set-after-frame-default):
4856 If `inhibit-default-face-x-resources' is bound, don't intialize the
4857 default face from X resources.
4858
4859 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4862 Don't set EMACSLOADPATH.
4863
4864 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4865
4866 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4867 texinfo-insert-@url.
4868 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4869 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4870
4871 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4872
4873 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4874 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4875 (checkdoc-minor-keymap): Backward compatibility.
4876 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4877 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4878 (checkdoc-this-string-valid-engine): Be a bit more strict
4879 to avoid matching substrings of `...' quoted vars/funs.
4880 (checkdoc-defun-info): Only look for `interactive' if alone.
4881 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4882
4883 * progmodes/compile.el (grep): `tag-default' can be nil.
4884
4885 * newcomment.el (comment-indent): Paren typo.
4886
4887 2000-11-14 Dave Love <fx@gnu.org>
4888
4889 * calculator.el: New maintainer version.
4890
4891 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4892
4893 * cmuscheme.el: Doc fixes.
4894 (cmuscheme) <defgroup>: Use `scheme' as parent.
4895 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4896
4897 * xscheme.el (scheme-program-name): Don't define here.
4898
4899 * progmodes/scheme.el (scheme-program-name): New variable
4900 (originally in cmuscheme).
4901
4902 2000-11-14 Miles Bader <miles@gnu.org>
4903
4904 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4905 Handle header-lines. Don't loop forever if we can't enlarge the
4906 window anymore. Simplify a bit.
4907
4908 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4909
4910 * window.el (fit-window-to-buffer): Don't check
4911 window-text-height. Assure that the last line is fully visible.
4912
4913 * international/quail.el (quail-show-guidance-buf):
4914 Call fit-window-to-buffer to assure the enough height of the guidance
4915 buffer.
4916 (quail-update-guidance): Avoid making the guidance buffer shorter.
4917
4918 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4919
4920 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4921 rather than `prepend' and add an interesting comment.
4922 (tex-math-face, tex-font-lock-syntactic-face-function):
4923 New face and function to use it.
4924 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4925 than `menu-enable' symbol property.
4926 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4927 (tex-mode): Add some latex-mode commands for auto-selection.
4928 Use tex-font-lock-syntactic-face-function.
4929 (tex-insert-quote): Simplify.
4930 (tex-shell): New mode.
4931 (tex-start-shell): Use it.
4932 (tex-shell-proc, tex-shell-buf): New functions.
4933 (tex-send-command): Use it.
4934 (tex-main-file): Fix the meaning of the new arg REALFILE.
4935 (tex-send-tex-command): New function split from `tex-start-tex'.
4936 Set compilation-last-buffer and compilation-parsing-end.
4937
4938 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4939 when it follows non-comment text on the line.
4940
4941 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4942 Set font-lock-defaults.
4943 (lisp-mode-shared-map): Init inside the defvar.
4944 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4945 Use define-derived-mode.
4946
4947 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4948
4949 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4950
4951 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4952
4953 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4954 Don't recursively optimize body because that can lead to infinite
4955 recursion; see comment there.
4956
4957 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4958
4959 * faces.el (face-spec-set-match-display): Revert the change from
4960 2000-10-24. Add a FIXME for after v21.1.
4961
4962 2000-11-13 Miles Bader <miles@gnu.org>
4963
4964 * textmodes/fill.el (skip-line-prefix): New function.
4965 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4966 (fill-paragraph): Don't leave point inside the fill-prefix.
4967 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4968 point inside the fill-prefix.
4969
4970 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4971
4972 * calendar/calendar.el (generate-calendar-window):
4973 Use `fit-window-to-buffer'.
4974
4975 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4976
4977 * gud.el (gud-minor-mode): New var.
4978 (gud-symbol, gud-val): New functions.
4979 (gud-find-file): Copy gud-minor-mode to the new buffer.
4980 (gud-menu-map): Include entries for commands that are not always
4981 available, using :enable to (de)activate them.
4982 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4983 (gud-mode-map): New map.
4984 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4985 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4986 Don't set up gud's menu (it's done by the minor-mode).
4987 (gud-minibuffer-local-map): New.
4988 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4989 (gud-query-cmdline): New function.
4990 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4991 (gud-mode): Use define-derived-mode.
4992 Don't set up gud's menu (it's done by the minor-mode).
4993 (gud-chop-words): Remove.
4994 (gud-common-init): Use split-string instead.
4995 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4996
4997 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4998 Add keyword arg :name.
4999
5000 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5001 (diff-count-matches, diff-split-hunk): New functions.
5002 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5003
5004 * pcvs-info.el (cvs-fi-conflict-face): New var.
5005
5006 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5007 Make it into a simple syntax-table, shared among all submodes.
5008 (sh-heredoc-face): Re-introduce.
5009 (sh-font-lock-syntactic-face-function): New function.
5010 (sh-mode): Use it. Also use define-derived-mode.
5011 Remove old bogus setting of indent-region-function.
5012 (sh-set-shell): Don't set the syntax-table any more.
5013 (sh-mode-syntax-table) <defun>: Remove.
5014
5015 2000-11-12 Miles Bader <miles@gnu.org>
5016
5017 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5018 message if interactive.
5019
5020 2000-11-12 Dave Love <fx@gnu.org>
5021
5022 * mail/feedmail.el: Fix header,
5023 (feedmail) <defgroup>: Add :link.
5024
5025 * view.el: Use local-map property, not keymap on mode-line string.
5026
5027 * scroll-all.el (scroll-all-mode): Customize variable.
5028 Add autoload cookie to function.
5029
5030 * lazy-lock.el: Remove compatibility code.
5031
5032 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5033 (finder-help-echo): New variable.
5034 (finder-mouse-face-on-line): Add help-echo stuff.
5035 (finder-list-keywords, finder-list-matches): Use mapc.
5036
5037 * faces.el (face-font-registry-alternatives): Add :version.
5038
5039 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5040 tags-table-list.
5041
5042 * net/browse-url.el (browse-url-browser-function): Update :version.
5043
5044 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
5045 (mail-mode): Use [:alnum:] in some regexps.
5046
5047 2000-11-10 Dave Love <fx@gnu.org>
5048
5049 * ediff.el (ediff-regions-internal, ediff-documentation):
5050 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5051 fundamental mode.
5052
5053 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5054 buffer into fundamental mode.
5055 (ediff-set-difference): Use copy-sequence if available.
5056
5057 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5058 Check ediff-patch-map non-nil.
5059 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5060 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5061 buffer into fundamental mode.
5062
5063 * ediff-merg.el (state-or-merge): Defvar when compiling.
5064
5065 2000-11-10 Jason Rumney <jasonr@gnu.org>
5066
5067 * w32-fns.el (w32-add-charset-info): New function.
5068 (w32-charset-info-alist): Use it.
5069
5070 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5071
5072 * faces.el (face-font-registry-alternatives): New user-option.
5073
5074 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5075
5076 * textmodes/texinfo.el (texinfo-block-default): New var.
5077 (texinfo-insert-block): Use it. Insert a newline if needed.
5078
5079 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5080 (fill-region-as-paragraph): Use it.
5081
5082 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5083 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5084 Tweak paragraph regexps to allow a leading [ \t]*.
5085 (tex-latex-block): Insert a newline if necessary.
5086 (latex-insert-item): Only insert a newline if necessary.
5087 (tex-guess-main-file): New function.
5088 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5089 Set tex-main-file if TeX-master is provided.
5090 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5091
5092 2000-11-10 Gerd Moellmann <gerd@gnu.org>
5093
5094 * startup.el (command-line): Set the default tooltip-mode
5095 to t for graphical displays which implement x-show-tip.
5096
5097 * tooltip.el (tooltip-mode): Add a comment about startup.el
5098 setting the default value of this user-option.
5099
5100 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * font-lock.el (font-lock-*-face) <defvar>: Move.
5103 (font-lock-defaults-alist): Mark obsolete.
5104 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5105 (font-lock-mode): Use define-minor-mode.
5106 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5107 (font-lock-turn-off-thing-lock): Be more explicit.
5108 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5109 (font-lock-syntactic-face-function): New var.
5110 (font-lock-fontify-syntactically-region): Use it.
5111 (font-lock-doc-face): New.
5112
5113 * pcvs.el (cvs-enabledp): Ignore errors.
5114 (cvs-commit-filelist): Never query.
5115 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5116 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5117 (cvs-do-removal): Use cvs-partition rather than delete-if.
5118 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5119 cvs-bury-buffer.
5120
5121 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5122 Allow `next' to jump to after the end of the last match.
5123
5124 2000-11-09 Gerd Moellmann <gerd@gnu.org>
5125
5126 * simple.el (byte-compiling-files-p): New function.
5127
5128 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5129 if it is there.
5130
5131 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5132 nil again.
5133
5134 * textmodes/ispell.el (ispell-library-path): Don't call
5135 check-ispell-version when byte-compiling because that starts
5136 an ispell process, and ispell might not be installed.
5137 (toplevel): Don't set up a menu when byte-compiling.
5138
5139 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5140 it, so that a boundp test can be used to determine if we're
5141 currently byte-compiling.
5142
5143 2000-11-09 Dave Love <fx@gnu.org>
5144
5145 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5146
5147 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5148
5149 * ps-print.el: Patch for variable initialization when spooling.
5150 Doc fix.
5151 (ps-output-list): Fun eliminated.
5152 (ps-begin-file, ps-begin-job): Code fix.
5153
5154 2000-11-08 Dave Love <fx@gnu.org>
5155
5156 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
5157
5158 2000-11-08 Gerd Moellmann <gerd@gnu.org>
5159
5160 * simple.el (shell-command, display-message-or-buffer)
5161 (shell-command-on-region): Mention resize-mini-windows in the doc
5162 string.
5163 (display-message-or-buffer): Take the value of resize-mini-windows
5164 into account.
5165
5166 2000-11-07 Gerd Moellmann <gerd@gnu.org>
5167
5168 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5169
5170 * dired.el (dired-between-files): Add `^. find' as an alternative
5171 to the regular expression, for find-dired.
5172
5173 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * textmodes/texnfo-upd.el: Require texinfo.
5176 (defmacro, defgroup): Remove.
5177 (texinfo-section-to-generic-alist): Remove.
5178 Use texinfo-section-list instead (i.e. level is changed string->int).
5179 (texinfo-filter): New function.
5180 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5181 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5182 Use it. And use regexp-opt.
5183 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
5184 (texinfo-update-menu-region-beginning)
5185 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5186 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5187 (texinfo-update-menu-same-level-regexps): Update.
5188 (texinfo-update-node, texinfo-every-node-update)
5189 (texinfo-sequential-node-update): Remove autoload cookie.
5190
5191 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5192 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5193 (texinfo-chapter-level-regexp): Remove.
5194 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5195
5196 2000-11-06 Dave Love <fx@gnu.org>
5197
5198 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5199
5200 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5201 Match defun*.
5202
5203 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5204
5205 * composite.el (composition-function-table): Variable declaration
5206 moved to src/composite.c.
5207 (compose-chars-after): New optional arg object.
5208
5209 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5210
5211 * bindings.el (mode-line-toggle-read-only)
5212 (mode-line-toggle-modified, mode-line-widen)
5213 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5214 (make-mode-line-mouse2-map): Rewritten.
5215 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5216 functions so that C-h k can show something with a doc string.
5217
5218 * startup.el (fancy-splash-delay): Set to 10 seconds.
5219 (fancy-splash-max-time): New user-option.
5220 (fancy-splash-stop-time): New variable.
5221 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5222 (fancy-splash-screens-1): Throw `stop-splashing' when current
5223 time is greater than fancy-splash-stop-time.
5224
5225 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5226
5227 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5228
5229 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5230 Prompt user for a file rather than raising an error.
5231 (cvs-enabledp): Fix call to cvs-mode-marked.
5232 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5233 (cvs-mode-insert): Use it. Change the init prompt' value.
5234 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5235
5236 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5237 Don't pass default arg to ewoc-locate.
5238 (ewoc-collect): Return result in the right order.
5239
5240 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5241
5242 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5243 (cvs-status-get-tags): Fix regexp.
5244 (cvs-status-trees, cvs-status-cvstrees):
5245 Combine after change hooks and don't sit-for.
5246 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5247 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5248 Use make-char rather than hard-coded cryptic data.
5249 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5250
5251 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5252
5253 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5254 (cvs-insert-strings): New function.
5255
5256 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5257
5258 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5259 `mwheel-scroll-amount'.
5260 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5261 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5262 string-matching against the version string.
5263
5264 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5265
5266 * language/thai.el ("Thai"): Set a lisp form that produces
5267 composed string in `sample-text' language info.
5268
5269 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5270 composed string in `sample-text' language info.
5271
5272 * international/mule-cmds.el (describe-language-environment):
5273 Eval `sample-text' data and insert the result.
5274
5275 * international/mule-conf.el (compound-text): Define this coding
5276 system here. Make x-ctext and ctext aliases of it.
5277
5278 * language/european.el (compound-text, ctext): Moved to
5279 international/mule-conf.el.
5280
5281 2000-11-05 Andrew Innes <andrewi@gnu.org>
5282
5283 * w32-fns.el (w32-version): New function.
5284
5285 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5286
5287 * progmodes/awk-mode.el: Update copyright.
5288 (awk-mode-abbrev-table): Remove.
5289 (awk-font-lock-keywords): Use regexp-opt.
5290 (awk-mode): Use define-derived-mode.
5291
5292 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5293 when extracting a suffix.
5294
5295 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5296
5297 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5298 auto-save-mode.
5299
5300 2000-11-04 Jason Rumney <jasonr@gnu.org>
5301
5302 * language/european.el (decode-mac-roman): Test against r1 not r0.
5303
5304 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5305
5306 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5307 (icon-mode): Define indent-line-function.
5308 (icon-comment-indent): Simplify.
5309 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5310
5311 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5312
5313 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5314 Bind change-log-default-mode to defeat the caching done on it.
5315 Don't bother saving excursion any more.
5316
5317 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5318
5319 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5320 (set-frame-font): Use the new name (and the old for compatibility).
5321
5322 * toolbar/tool-bar.el (tool-bar-mode):
5323 * time.el (display-time-mode):
5324 * recentf.el (recentf-mode):
5325 * paren.el (show-paren-mode):
5326 * mwheel.el (mouse-wheel-mode):
5327 * msb.el (msb-mode):
5328 * jka-compr.el (auto-compression-mode):
5329 * image-file.el (auto-image-file-mode):
5330 * hl-line.el (hl-line-mode):
5331 * delsel.el (delete-selection-mode):
5332 * autoinsert.el (auto-insert-mode):
5333 * complete.el (partial-completion-mode): Drop unneeded positional args.
5334
5335 * info.el (Info-mode):
5336 * comint.el (comint-mode): Don't bother with make-local-hook.
5337
5338 * log-edit.el (log-edit-menu): New menu.
5339
5340 2000-11-03 Miles Bader <miles@gnu.org>
5341
5342 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5343 definition, so that trailing spaces are handled properly.
5344 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5345
5346 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5347
5348 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5349 tab character.
5350 (fancy-splash-screens): Set tab-width to 20.
5351
5352 2000-11-03 Dave Love <fx@gnu.org>
5353
5354 * comint.el (comint-completion-addsuffix): Fix custom type.
5355
5356 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5357
5358 * font-lock.el (font-lock-buffers): Remove.
5359 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5360 (font-lock-change-major-mode): Remove.
5361 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5362 (font-lock-default-fontify-region): Extend the multiline
5363 fontification to whole lines.
5364 (font-lock-fontify-anchored-keywords)
5365 (font-lock-fontify-keywords-region): If matching just one
5366 line (with \n) only mark the \n as multiline.
5367
5368 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5369 Correctly handle the case where several :group args are supplied.
5370 Allow :extra-args.
5371 (easy-mmode-define-global-mode): Allow :extra-args.
5372 Correctly handle the case where several :group args are supplied.
5373
5374 2000-11-02 Miles Bader <miles@gnu.org>
5375
5376 * calendar/calendar.el (diary-face, calendar-today-face)
5377 (holiday-face): Remove dependency on `window-system'.
5378
5379 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5380
5381 * Makefile.in (emacs): Set EMACSLOADPATH always.
5382 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5383 (compile-files): Bomb out if compilation of a file fails.
5384
5385 2000-11-02 Dave Love <fx@gnu.org>
5386
5387 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5388
5389 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5390
5391 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5392 punctuation in the warning inserted into the *mail* buffer.
5393
5394 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5395
5396 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5397 (authors-public-domain-p): New function.
5398 (authors-print): Use it.
5399
5400 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5401
5402 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5403
5404 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5405
5406 * ps-print.el: Extension for even/odd printing. Doc fix.
5407 (ps-print-version): New version number (6.3.1).
5408 (ps-even-or-odd-pages): Customization fix.
5409 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5410 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5411 (ps-page-count): Var replaced by `ps-page-column'.
5412 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5413 (ps-print-sheet-p): New fun.
5414
5415 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5416
5417 * tooltip.el (tooltip-gud-tips-setup): New function.
5418 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5419 (tooltip-mode): Call tooltip-gud-tips-setup.
5420 (tooltip-gud-tips): Use `gud-basic-call' instead of
5421 process-send-string, so the prompt gets frobbed appropriately.
5422 Handle nil return value from `tooltip-gud-print-command'.
5423
5424 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5425
5426 * comint.el (comint-add-to-input-history): New function.
5427 (comint-send-input): Use `comint-add-to-input-history'.
5428
5429 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5430
5431 * info.el (info-menu-header): New face.
5432 (Info-fontify-menu-headers): New function.
5433 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5434
5435 * info.el (Info-insert-dir): Don't include blank lines at
5436 beginning of additional dir files (one is added automatically).
5437
5438 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5439
5440 * emacs-lisp/easy-mmode.el (define-minor-mode):
5441 Revert the latest changes.
5442 Allow the three positional arguments to be skipped and replaced
5443 by keyword arguments.
5444 Add a :toggle argument to determine whether a nil arg means toggle
5445 or means turn-on. The default is unchanged.
5446 Add a call to force-mode-line-update.
5447
5448 2000-11-01 Dave Love <fx@gnu.org>
5449
5450 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5451
5452 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5453
5454 * calendar/calendar.el (diary-face, holiday-face):
5455 Add dark-background variants.
5456
5457 2000-10-31 Sam Steingold <sds@gnu.org>
5458
5459 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5460 `tex-main-file' does not have directory in it.
5461
5462 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5463
5464 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5465
5466 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5467
5468 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5469 functional change.
5470
5471 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5472
5473 * files.el (find-file-noselect): When we expand a wildcard, return
5474 a list of buffers, as we should do according to the doc string.
5475
5476 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5477
5478 * loadup.el (top level): Adjust load path if program name is
5479 "../src/bootstrap-emacs", in case it's not dumped and thus the
5480 load path adjustment hasn't already been done.
5481
5482 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5483
5484 * ps-print.el: Fix bug on selected pages for printing.
5485 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5486 is on. Try to avoid warning messages when compiling. Doc Fix.
5487 (ps-print-version): New version number (6.3).
5488 (ps-color-device): Use `color-values' to determine if device
5489 supports color.
5490 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5491 (ps-print-page-p): Changed from defsubst to defun.
5492 (ps-page-number): Changed from defmacro to defun.
5493 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5494 printing.
5495 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5496 (ps-end-file, ps-dummy-page): Funs eliminated.
5497 (ps-print-color-scale): Changed default value.
5498 (ps-page-n-up, ps-print-page-p): New internal vars.
5499 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5500 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5501
5502 * delim-col.el: Little programming improvement.
5503 (delimit-columns-str): New macro.
5504 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5505
5506 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5507
5508 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5509 Moved to european.el.
5510 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5511 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5512 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5513 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5514
5515 2000-10-30 Dave Love <fx@gnu.org>
5516
5517 * progmodes/cc-menus.el (imenu-generic-expression)
5518 (imenu-progress-message): Only defvar when compiling.
5519
5520 * emacs-lisp/elp.el (elp-unload-hook): New function.
5521
5522 * loadhist.el (unload-feature): Call elp-restore-function,
5523 checking for symbols; don't use elp-restore-all.
5524 (loadhist-hook-functions): Doc fix.
5525
5526 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * log-edit.el (log-edit-confirm): Fix the default.
5529
5530 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5531
5532 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5533 delimit-columns-format.
5534 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5535
5536 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5537
5538 * comint.el (comint-replace-by-expanded-history): Don't use
5539 comint-get-old-input (we're not looking at *old* input).
5540 (comint-get-old-input-default): If using fields, signal an error
5541 when the point is not in an input field.
5542
5543 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5544
5545 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5546 and mule-unicode-e000-ffff.
5547
5548 * international/mule.el (decode-char, encode-char): New functions.
5549 (make-coding-system): Accept a symbol of translation table as a
5550 value of property `safe-chars'.
5551
5552 * international/mule-cmds.el (encode-coding-char): Check property
5553 safe-chars instead of safe-charsets.
5554
5555 * international/fontset.el (fontset-default): Modified for
5556 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5557 (x-font-name-charset-alist): Likewise.
5558 (ccl-encode-unicode-font): New CCL program. Record it in
5559 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5560
5561 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5562 New translation tables.
5563 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5564 programs are modified and moved from mac-win.el.
5565 (mac-roman): Definition of this coding system is modified and
5566 moved from mac-win.el.
5567
5568 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5569
5570 * ediff-wind.el (ediff-setup-control-frame): Enclose
5571 face-attribute in condition-case to avoid errors in older emacsen.
5572
5573 2000-10-29 Miles Bader <miles@gnu.org>
5574
5575 * custom.el (custom-add-to-group): Allow multiple entries for a
5576 given value OPTION, as long as their widget types are different.
5577 * cus-edit.el (custom-face-value-create): If face name doesn't end
5578 with "face", add such here (similar to custom group widgets).
5579
5580 * comint.el (comint-highlight-prompt): Add :type.
5581
5582 2000-10-28 John Wiegley <johnw@gnu.org>
5583
5584 * calendar/timeclock.el (timeclock-log): Doc fix.
5585 (timeclock-last-event): Doc fix.
5586 (timeclock-log): Kill the timelog buffer after appending a new event.
5587 (timeclock-find-discrep): Use a temp buffer to read in the
5588 timelog, instead of visiting the file.
5589 (timeclock-log-data): A new function, along with a host of helper
5590 functions, for the purpose of making timelog data accessible to
5591 programmers.
5592
5593 * eshell/esh-mode.el (window-height test): Make certain that
5594 `eshell-stringify-t' is non-nil.
5595 (eshell-password-prompt-regexp): Changed to a much simpler
5596 password regexp.
5597 (eshell-send-input): If `eshell-invoke-directly' returns t,
5598 directly invoke the parsed command using `eval'. This improves
5599 turn-around time on simple commands by a factor of three or
5600 greater, such as cd, ls, pwd, etc. -- which get used very often.
5601 It also conserves thousands of cons cells per call (since
5602 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5603 in the Pacific Cookie Company).
5604
5605 * eshell/esh-test.el (eshell-test): Whitespace fix.
5606
5607 * eshell/em-ls.el (eshell-ls-insert-directory):
5608 Make `eshell-ls-initial-args' nil when inserting directory contents.
5609
5610 * eshell/em-script.el (eshell-script-initialize): Add names to
5611 `eshell-complex-commands, since `source' and `.' are complex.
5612
5613 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5614 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5615 `eshell-copy-handles'.
5616 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5617 bodies.
5618 (eshell-separate-commands): Whitespace fix.
5619 (eshell-complex-commands): Added a new list of names, for
5620 determining whether a given command is as simple as it looks.
5621 (eshell-invoke-directly): New function. Returns t if a command
5622 should be invoked directly (using `eval'), rather than indirectly
5623 using `eshell-do-eval'.
5624 (eshell-do-eval): Whitespace fix.
5625
5626 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5627 which provides an emulation of the DOS shell behavior of assuming
5628 that cp/mv/ln should copy/move/link to the current directory.
5629 (eshell-remove-entries): Added a doc string.
5630 (eshell-shuffle-files): Removed the check for `target' being null.
5631 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5632 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5633 it to do a smarter check of whether a destination was provided.
5634 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5635 (eshell/ln): Enable `:preserve-args', and use
5636 `eshell-mvcpln-template' to implement the body of the function.
5637 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5638 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5639 list after flattening it. This makes it possible to cat files
5640 with numerical names.
5641 (eshell-unix-initialize): Added several names to
5642 `eshell-complex-commands.
5643 (eshell-unix-command-complex-p): Return t if a given command name
5644 may result in external processes being invoked.
5645
5646 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5647 variable nil by default, since it slows down glob processing by a
5648 factor of two or more, and increases memory consumption.
5649
5650 * eshell/em-smart.el: Added a note about how memory consumptive
5651 smart display mode can be (at least this is true in Emacs 21).
5652 (eshell-smart-initialize): Whitespace fix.
5653 (eshell-refresh-windows): Use `if' instead of `when'.
5654 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5655 not necessary.
5656 (eshell-currently-handling-window): Added a missing global variable.
5657
5658 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5659 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5660 Whitespace fix.
5661 (eshell-ls-exclude-hidden): Added this variable in addition to
5662 `eshell-ls-exclude-regexp'. This one prevents files beginning
5663 with . from even being read, which can improve memory consumption
5664 quite a bit.
5665 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5666 read file entries beginning with a dot. In home directories with
5667 lots of hidden files, fully two-thirds of the time spent in ls is
5668 used to read directory entries that are immediately thrown away.
5669 (eshell-ls-initial-args): Added back this configuration variable,
5670 for specifying default initial arguments to every call to ls.
5671 Much faster than using an alias to do the same thing.
5672 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5673 (eshell-ls-dir): Whitespace change.
5674
5675 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5676
5677 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5678 (eshell-stringify-t): Added a customization variable, to indicate
5679 whether `t' should be rendered as a string at all. If not, one
5680 can still determine if the result of an expression is true using
5681 "file-exists-p FILE && echo true".
5682 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5683 stringify t!
5684
5685 * eshell/esh-module.el: Whitespace fix.
5686
5687 * eshell/em-alias.el (eshell-alias-initialize):
5688 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5689 (eshell-command-aliased-p): New function that returns t if a
5690 command name names an aliased.
5691
5692 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5693
5694 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5695 redrawing the screen when changing cursor color.
5696 (viper-insert-state-pre-command-sentinel)
5697 (viper-replace-state-pre-command-sentinel)
5698 (viper-replace-state-post-command-sentinel):
5699 Use viper-preserve-cursor-color.
5700 Many functions changed to use viper= instead of = when comparing
5701 characters.
5702 * viper-util.el (viper-memq-char,viper=): New functions for
5703 working with characters.
5704 (viper-change-cursor-color): Fixed buglet.
5705 Many functions changed to use viper= instead of = when comparing
5706 characters.
5707 * viper.el (viper-insert-state-mode-list): Added eshell.
5708
5709 * ediff-init.el (ediff-before-setup-hook): New hook.
5710 Several typos fixed in various docstrings.
5711 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5712 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5713 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5714 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5715 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5716 (ediff-get-selected-buffers): New function.
5717 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5718 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5719 Use save-window-excursion.
5720 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5721 termination check in while loop.
5722 * ediff.el (ediff-get-default-file-name): Better defaults when in
5723 dired buffer.
5724 (ediff-files,ediff-merge-files,ediff-files3)
5725 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5726
5727 2000-10-28 Dave Love <fx@gnu.org>
5728
5729 * info.el (Info-fontify-node): Add help-echo for menu items.
5730
5731 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5732
5733 * startup.el (normal-top-level): If the value of $TERM indicates
5734 we are running from xterm or one of its work-alikes, default to a
5735 light background mode.
5736
5737 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5738 * faces.el (tty-handle-reverse-video): New function.
5739 (tty-create-frame-with-faces): Call it.
5740
5741 * frame.el (frame-notice-user-settings): Don't apply
5742 default-frame-alist and initial-frame-alist to MS-DOS frames.
5743 Call tty-handle-reverse-video, frame-set-background-mode, and
5744 face-set-after-frame-default for non-MS-DOS frames.
5745
5746 * startup.el (tty-long-option-alist): New variable.
5747 (tty-handle-args): New function.
5748 (command-line): Call tty-handle-args.
5749
5750 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5751 startup.el now does that for all character-terminal frames.
5752
5753 2000-10-28 Miles Bader <miles@gnu.org>
5754
5755 * emacs-lisp/easy-mmode.el (define-minor-mode):
5756 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5757 is global. If :global is followed by a non-nil but non-t value,
5758 make the mode buffer-local, but also generate a `global-MODE'
5759 version using `easy-mmode-define-global-mode'.
5760 Add :conditional-turn-on keyword argument.
5761
5762 2000-10-28 Dave Love <fx@gnu.org>
5763
5764 * international/latin1-disp.el (latin1-char-displayable-p):
5765 Don't use window-system.
5766
5767 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5768
5769 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5770 Don't call find-buffer-file-type-coding-system. Instead, just
5771 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5772 if the file is on an untranslated filesystem.
5773 (add-untranslated-filesystem): Use "D" instead of "f" inside
5774 interactive.
5775
5776 2000-10-27 Dave Love <fx@gnu.org>
5777
5778 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5779 (refill-mode): Use it.
5780
5781 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * international/quail.el (quail-activate): Don't make-local-hook.
5784
5785 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5786
5787 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5788 manual backups and file.~<rev>.~ for automatic ones.
5789 (vc-make-version-backup): Don't do it on MS-DOS without long file
5790 names.
5791
5792 * vc.el (vc-version-other-window): If an automatic backup of the
5793 desired version exists, rename it instead of copying it.
5794
5795 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5796 after command. If there's an unexpected error, signal it instead
5797 of being silent.
5798 (vc-cvs-merge-news): Be prepared for no news at all.
5799
5800 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5801
5802 * shell.el (shell): Add BUFFER argument.
5803 * comint.el (make-comint-in-buffer): New function.
5804 (make-comint): Use it.
5805
5806 * faces.el (face-spec-choose): Change syntax so that the list of
5807 attribute-value pairs is now the cdr of each clause, not the cadr.
5808 Detect old-style entries, and handle them. Use pop.
5809
5810 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5811
5812 * cus-edit.el (custom-mode-map): Use a sparse map.
5813 (custom-mode): Don't bother with make-local-hook.
5814
5815 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5816
5817 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5818
5819 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5820
5821 * ps-print.el: Avoid compilation gripes.
5822 (ps-print-version): New version number (6.2.1).
5823
5824 2000-10-26 Dave Love <fx@gnu.org>
5825
5826 * menu-bar.el: Modify some menu item help strings.
5827 (menu-bar-help-menu): Add link to MORE.STUFF.
5828
5829 * cus-edit.el (custom-mode): Add `special' mode-class property.
5830
5831 * wid-browse.el (widget-browse-mode): Likewise.
5832
5833 * wid-edit.el (widget-specify-field): Revert to using local-map
5834 property, not keymap.
5835
5836 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5837
5838 * wid-edit.el (widget-field-end): When checking for a `boundary'
5839 field, do so in the correct buffer.
5840
5841 * simple.el (undo): Correctly distinguish between numeric and
5842 non-numeric prefix args in non-transient-mark-mode, as per the doc
5843 string. When in transient-mark-mode, treat all prefix-args as
5844 numeric.
5845
5846 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5847 Position point on match. Handle N == 0 correctly.
5848
5849 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5850 (comint-mode-map): Reverse order of `comint-write-output' and
5851 `comint-append-output-to-file'.
5852 (comint-append-output-to-file): Reinstate this function, for the
5853 benefit of the menu.
5854
5855 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5856
5857 * vc.el (vc-version-other-window): Bind `file'.
5858
5859 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5860
5861 * Makefile.in (update-authors): New target for maintenance purposes.
5862
5863 * emacs-lisp/authors.el (batch-update-authors): New function.
5864 (authors-fixed-entries): New defconst.
5865 (authors-add-fixed-entries): New function.
5866 (authors): Call it.: Don't process lispref/.
5867
5868 2000-10-25 Jason Rumney <jasonr@gnu.org>
5869
5870 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5871 Merge x w32 and mac definitions.
5872
5873 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5874
5875 * menu-bar.el (menu-bar-options-menu): Add a help string for
5876 `uniquify'.
5877
5878 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5879
5880 * time-stamp.el (time-stamp-string-preprocess):
5881 Fix a wrong type argument error.
5882
5883 2000-10-25 Miles Bader <miles@gnu.org>
5884
5885 * recentf.el (recentf-mode): Variable removed.
5886 (recentf-mode): Use `define-minor-mode'.
5887
5888 * mwheel.el (mouse-wheel-mode): New global minor mode.
5889 (mwheel-install): Use `mouse-wheel-mode'.
5890
5891 2000-10-25 Dave Love <fx@gnu.org>
5892
5893 * progmodes/cperl-mode.el (cperl-mode):
5894 Set normal-auto-fill-function correctly.
5895
5896 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5897 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5898 bindings.
5899
5900 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5901
5902 * wid-edit.el (widget-field-at): New function.
5903 (widget-at, widget-field-activate): Use it.
5904 (widget-tabable-at): Use `widget-at'.
5905 (widget-specify-field): If the terminating character of the widget
5906 field (which is read-only) is a newline, put it into a special
5907 `boundary' field so that C-n/C-p act more naturally.
5908 (widget-field-end): Also don't subtract one if a special
5909 `boundary' field has been added after the widget field.
5910
5911 * comint.el (comint-output-filter, comint-send-input):
5912 Don't bother adding stickiness fields to overlays to fool the field
5913 code, since it should notice the overlay insertion-types now.
5914
5915 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5916 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5917 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5918
5919 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5920
5921 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5922 (authors): Set file coding system to iso-2022-7bit.
5923 Add file-local variables to output buffer.
5924
5925 * files.el (after-find-file): Don't print any warnings if
5926 WARN is nil.
5927
5928 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5929
5930 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5931
5932 * delim-col.el: Now there is a column formatting mechanism.
5933 Modified to customization mechanisms convention. Doc fix.
5934 (columns): New group for delim-col.
5935 (delimit-columns-before, delimit-columns-after)
5936 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5937 (delimit-columns-end): New vars.
5938 (delimit-columns-customize, delimit-columns-format): New funs.
5939 (delimit-columns-region, delimit-columns-rectangle)
5940 (delimit-columns-rectangle-line): Modified to support column
5941 formatting.
5942
5943 2000-10-24 Dave Love <fx@gnu.org>
5944
5945 * log-edit.el (log-edit): Add :version and a :group for vc.
5946
5947 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5948
5949 * files.el (after-find-file): Don't print a message ``New file''
5950 if WARN is nil.
5951
5952 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5953 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5954 get duplicate tool-bar entries because we'll see the global ones
5955 on more than one path through keymaps.
5956
5957 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5958
5959 * progmodes/cmacexp.el: Change Francesco's email address.
5960
5961 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5962
5963 * window.el (fit-window-to-buffer): Adjust point of the window
5964 buffer, not that of the current buffer.
5965
5966 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5967
5968 * progmodes/cmacexp.el: Update the euthor's email address.
5969
5970 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5971
5972 * faces.el (face-spec-set-match-display): Add `graphic' display
5973 type (the inverse of `tty'). Use `display-graphic-p' instead of
5974 the window-system variable.
5975
5976 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5977
5978 * international/isearch-x.el (isearch-with-input-method):
5979 Call input-method-function with the first event in
5980 unread-command-events.
5981
5982 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5983
5984 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5985
5986 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5987
5988 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5989 New charsets.
5990
5991 * term/mac-win.el: Remove definitions of mac-roman-lower and
5992 mac-roman-upper, require dired, and define instead of set
5993 mac-ready-for-drag-n-drop to avoid compilation error.
5994
5995 2000-10-23 Andrew Innes <andrewi@gnu.org>
5996
5997 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5998 Remove superfluous calls to subst-char-in-string; instead apply
5999 expand-file-name after convert-standard-filename to ensure
6000 expected directory separators are used.
6001
6002 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6003
6004 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6005
6006 2000-10-23 Dave Love <fx@gnu.org>
6007
6008 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6009 (tool-bar-add-item): Set foreground and background for XBM icons.
6010
6011 * international/latin1-disp.el (latin1-char-displayable-p):
6012 New function (from Handa).
6013 (latin1-display-check-font): Use it.
6014
6015 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
6016 using :key-sequence, making it much more usable.
6017 Use nconc, not append.
6018 (imenu--create-keymap-1): Avoid append.
6019
6020 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
6021
6022 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6023
6024 [the following changes fix a bug where `define-minor-mode' didn't
6025 correctly generate :require clauses for defcustoms in compiled files]
6026 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6027 (byte-compile-log-file, byte-compile-log-1): Don't set
6028 `byte-compile-current-file' to nil. Instead set
6029 `byte-compile-last-logged-file' to it. Test whether
6030 byte-compile-current-file equals byte-compile-last-logged-file
6031 instead of whether its nil.
6032 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
6033
6034 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6035
6036 * textmodes/refill.el: Fix var names in doc.
6037 (refill-mode): Don't bother with make-local-hook anymore.
6038
6039 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6040
6041 * faces.el (face-user-default-spec, face-default-spec): New functions.
6042 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
6043 (frame-set-background-mode, face-set-after-frame-default):
6044 Use `face-user-default-spec'. Simplify code slightly.
6045
6046 * woman.el (woman-italic-face, woman-bold-face)
6047 (woman-unknown-face): Add dark-background variants.
6048 (woman-default-faces): Renamed from `woman-colour-faces'.
6049 Set using the stored defaults, rather than using hard-wired colors.
6050 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6051 Just make the foreground `unspecified' rather than "black".
6052 (woman-menu): Rename menu entries accordingly.
6053
6054 * faces.el (header-line): Make more reasonable on mono/grayscale
6055 displays.
6056
6057 2000-10-23 Andrew Choi <akochoi@i-cable.com>
6058
6059 * cus-edit.el (custom-button-face): Use 3D look for mac.
6060 (custom-button-pressed-face): Likewise.
6061
6062 * faces.el (set-face-attributes-from-resources): Handle mac frames
6063 in the same way as x and w32 frames.
6064 (face-valid-attribute-values): Likewise.
6065 (read-face-attribute): Likewise.
6066 (defined-colors): Likewise.
6067 (color-defined-p): Likewise.
6068 (color-values): Likewise.
6069 (display-grayscale-p): Likewise.
6070 (face-set-after-frame-default): Likewise.
6071 (mode-line): Same default face as for x and w32.
6072 (tool-bar): Likewise.
6073
6074 * frame.el: Remove call to frame-notice-user-settings at end of
6075 the file.
6076
6077 * info.el (Info-fontify-node): Make underlines invisible for mac
6078 as for x, pc, and w32 frame types.
6079
6080 * term/mac-win.el: New file.
6081
6082 2000-10-22 Dave Love <fx@gnu.org>
6083
6084 * textmodes/refill.el: New file.
6085
6086 2000-10-22 Andre Spiegel <spiegel@gnu.org>
6087
6088 * vc-hooks.el (vc-version-backup-file-name): New optional args
6089 MANUAL and REGEXP.
6090 (vc-delete-automatic-version-backups, vc-make-version-backup):
6091 New functions.
6092 (vc-before-save): Use the latter.
6093 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6094 confusion.
6095
6096 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
6097 expected by vc[-hooks].el.
6098
6099 * vc.el (vc-checkout): Added `-p' suffix in call to
6100 vc-make-version-backups-p; use vc-make-version-backup to actually
6101 make the backup.
6102 (vc-version-other-window, vc-version-backup-file): Handle both
6103 automatic and manual backups.
6104 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6105 of all of them.
6106
6107 2000-10-22 Miles Bader <miles@gnu.org>
6108
6109 * comint.el (comint-highlight-input, comint-highlight-prompt):
6110 Renamed, `-face' at end removed.
6111 (comint-send-input, comint-output-filter): Use renamed faces.
6112
6113 * window.el (fit-window-to-buffer): Change defaulting of
6114 MAX-HEIGHT slightly.
6115
6116 * faces.el (color-values, color-defined-p): Use `member', not
6117 `memq', because it works correctly for strings.
6118 (frame-set-background-mode): Actually, "unspecified-fg" and
6119 "unspecified-bg" *are* strings. Use `member', not `memq', and
6120 `equal', not `eq', when a string value is possible.
6121
6122 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6123
6124 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6125
6126 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6127
6128 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6129 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6130 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6131 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6132 (sh-font-lock-syntactic-keywords): Use them.
6133 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6134 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6135 (sh-mode): Don't override font-lock-unfontify-region-function.
6136 Use a copy of sh-font-lock-syntactic-keywords.
6137 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6138 Don't call sh-scan-buffer since font-lock does it on the fly.
6139 (sh-get-indent-info): Use `face' rather than `syntax-table'
6140 text-property to detect here-documents.
6141 Replace sh-special-syntax with sh-st-punc.
6142 (sh-prev-line): Use `face' rather than `syntax-table'
6143 text-property to skip over here-documents.
6144 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6145 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6146 (sh-electric-less, sh-set-here-doc-region)
6147 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
6148 (sh-scan-buffer, sh-rescan-buffer): Remove.
6149
6150 2000-10-21 Andrew Innes <andrewi@gnu.org>
6151
6152 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6153 remote (ange-ftp) file names.
6154
6155 2000-10-21 Miles Bader <miles@gnu.org>
6156
6157 * window.el (fit-window-to-buffer): New function.
6158 (shrink-window-if-larger-than-buffer): Use it.
6159 (window-text-height): Don't expect minibuffers to have mode-lines.
6160
6161 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
6162 * international/quail.el (quail-update-guidance):
6163 Use `fit-window-to-buffer' instead of `set-window-text-height'.
6164
6165 * international/quail.el (quail-show-guidance-buf): Make sure
6166 guidance window really has enough room.
6167 (quail-update-guidance): If quail-guidance-win is already shown,
6168 make sure its height is OK.
6169
6170 * window.el (window-text-height, set-window-text-height):
6171 New functions.
6172 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6173 instead of `window-height' & `mode-line-window-height-fudge'.
6174 (mode-line-window-height-fudge): Add FACE parameter.
6175 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6176 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6177
6178 2000-10-20 Miles Bader <miles@gnu.org>
6179
6180 * window.el (height-affecting-face-attributes): Use `defconst'.
6181
6182 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
6183 New function, conditionally aliased to `mode-line-window-height-fudge'.
6184 (ispell-help): Use it.
6185 (ispell-choices-win-default-height): Don't include mode-line fudge.
6186 (ispell-choices-win-default-height): New function.
6187 (ispell-show-choices, ispell-command-loop): Use function
6188 `ispell-choices-win-default-height' instead of variable.
6189
6190 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6191
6192 * window.el (mode-line-window-height-fudge): New variable.
6193 (height-affecting-face-attributes): New variable.
6194 (mode-line-window-height-fudge): New function.
6195 (shrink-window-if-larger-than-buffer): Use it.
6196 * help.el (resize-temp-buffer-window): Likewise.
6197
6198 * info.el (Info-fontify-node): Add support for @subsubsection
6199 titles, which use `Info-title-4-face'.
6200 (Info-title-4-face): New face.
6201 (Info-title-3-face): Inherit from Info-title-4-face instead of
6202 variable-pitch.
6203
6204 2000-10-19 Jason Rumney <jasonr@gnu.org>
6205
6206 * dired.el (dired-insert-directory): Do not let errors signalled by
6207 attempt to run dired-free-space-program prevent dired from working.
6208
6209 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6210
6211 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6212
6213 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6214
6215 * dirtrack.el (dirtrack): Fix call to run-hooks.
6216
6217 * cmuscheme.el (cmuscheme-program-name): Renamed from
6218 scheme-program-name because xscheme.el contains a defcustom with
6219 the same name. As a consequence, customizing group `cmuscheme'
6220 loaded `xscheme' which redefined run-scheme.
6221 (run-scheme): Use cmuscheme-program-name.
6222
6223 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6224
6225 * play/doctor.el (doctor-death): Update the Samaritans'
6226 anonymous address, and add a website for Befrienders International.
6227
6228 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6229
6230 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6231 Avoid compilation gripes. Doc fix.
6232 (ps-print-version): New version number (6.2).
6233 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6234 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6235 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6236 (ps-x-extent-priority, ps-x-extent-start-position)
6237 (ps-x-face-font-instance, ps-x-find-coding-system)
6238 (ps-x-font-instance-properties, ps-x-make-color-instance)
6239 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6240 avoid compilation gripes without defining functions.
6241 (ps-e-find-composition): Alias for function find-composition, to have a
6242 suitable function depending on Emacs version.
6243 (ps-color-device, ps-color-values, ps-face-foreground-name)
6244 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6245 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6246 (ps-print-ensure-fontified): Function definitions surrounded by
6247 `eval-and-compile' to avoid compilation gripes.
6248 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6249 by symbol-value to avoid compilation gripes.
6250 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6251 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6252
6253 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6254
6255 * startup.el (normal-top-level): Call `frame-set-background-mode'
6256 after `frame-notice-user-settings' because the latter doesn't call
6257 the former on a tty.
6258
6259 * faces.el (frame-set-background-mode): `unspecified' &c are
6260 symbols, not strings.
6261
6262 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6263
6264 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6265 why some "light*" colors are deliberately absent from the alist.
6266
6267 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6268 Change colors for tty's, as suggested by Miles Bader.
6269
6270 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6271
6272 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6273 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6274 for ISO10646-1 fonts.
6275 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6276
6277 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6278
6279 * faces.el (frame-set-background-mode): If a tty frame defines a
6280 background color, use that to compute the background mode, instead
6281 of always defaulting to "dark".
6282
6283 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6284
6285 * comint.el (comint-write-output): New function.
6286 (comint-mode-map): Add it to the menu.
6287 Bind `C-c C-s' to comint-write-output.
6288
6289 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6290
6291 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6292 Use fancy-splash-delay.
6293
6294 2000-10-18 Alex Schroeder <alex@gnu.org>
6295
6296 * progmodes/sql.el (sql-sybase-options): New option.
6297 (sql-sybase): Use it. Add sql-database to the list of parameters
6298 provided for login. The options -w 2048 -n are not used any more.
6299
6300 * comint.el (comint-read-input-ring): Bugfix such that the first
6301 and the last entry of the input ring file are not lost.
6302
6303 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6304
6305 * ps-print.el: Internal variable changes to defcustom,
6306 make-local-hook changes to defvar. Doc fix.
6307 (ps-print-version): New version number (6.1).
6308 (ps-setup, ps-do-despool): Code fix.
6309 (ps-printer-name): Customization fix.
6310 (ps-printer-name-option): Now is a defcustom instead of an
6311 internal variable.
6312 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6313 (ps-print-begin-column-hook): Now are defvar instead of
6314 make-local-hook.
6315
6316 2000-10-18 Miles Bader <miles@gnu.org>
6317
6318 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6319 (comint-kill-output): Changed into an alias for `comint-delete-output',
6320 and made obsolete.
6321 (comint-mode-map): Rename references to comint-kill-output.
6322
6323 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6324
6325 * diff-mode.el (diff-header-face, diff-file-header-face)
6326 (diff-changed-face): Add bold and italic attributes to tty faces.
6327 (diff-function-face): New face.
6328 (diff-font-lock-keywords): Use it.
6329
6330 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6331
6332 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6333 Remove commented-out call to force-mode-line-update.
6334 (comint-kill-output): Use `forward-line 0' instead of
6335 beginning-of-line to make sure we get past the prompt.
6336
6337 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6338
6339 * diff-mode.el (diff-header-face, diff-file-header-face):
6340 Add specific setting for dark background.
6341 (diff-context-face): Renamed from diff-comment-face.
6342 Set explicitly rather than inheriting from font-lock-comment-face.
6343
6344 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * startup.el (command-line): Move the code which sets the default
6347 TTY colors to before before-init-hook.
6348
6349 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6350
6351 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6352
6353 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6354
6355 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6356 extensions, for MS-DOS.
6357
6358 * diff-mode.el (diff-header-face, diff-file-header-face)
6359 (diff-changed-face): Define tty-specific colors.
6360
6361 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6362
6363 * startup.el (fancy-splash-text): Realign the text.
6364
6365 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6366
6367 * font-lock.el (font-lock-comment-face): Define a separate default
6368 for dark-background tty's.
6369
6370 2000-10-17 Miles Bader <miles@gnu.org>
6371
6372 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6373 being obscured by whizzy mode-lines on graphics displays.
6374
6375 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6376
6377 * info.el (Info-title-1-face, Info-title-2-face)
6378 (Info-title-3-face): Define colors for tty's.
6379 (info-header-node): Remove unneeded tty-specific definition.
6380
6381 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6384 reverse from the frame parameters, and don't invert foreground and
6385 background colors.
6386
6387 2000-10-16 Miles Bader <miles@gnu.org>
6388
6389 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6390 string "*Info*". Call propertized-buffer-identification to spruce
6391 up the result.
6392
6393 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6394
6395 * help.el: Provide `help' for the sake of define-minor-mode
6396 which generates defcustoms with requires.
6397
6398 * jit-lock.el (jit-lock-after-change): If we're in text that
6399 matches a multi-line font-lock pattern, make sure the whole text
6400 will be redisplayed.
6401
6402 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6403 author's name is unknown.
6404
6405 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6406 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6407 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6408 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6409 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6410 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6411 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6412 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6413 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6414 Add author information.
6415
6416 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6417
6418 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6419 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6420 full-color version (using the Gimp) to eliminate dithering artifacts.
6421
6422 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6425
6426 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6427
6428 2000-10-15 Dave Love <fx@gnu.org>
6429
6430 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6431
6432 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6433
6434 * whitespace.el: Doc fixes.
6435 (top-level): Don't add hooks here.
6436 (whitespace-running-emacs): Deleted.
6437 (timer): Don't require.
6438 (whitespace): Add back :version conditional on xemacs test.
6439 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6440 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6441 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6442 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6443 Avoid specific xemacs test.
6444 (whitespace-global-mode): New option.
6445 (whitespace-global-mode): New command.
6446 (whitespace-unload-hook): New function.
6447
6448 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6449 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6450 (Info-fontify-node): `Goto' goes to `Go to'.
6451 (Info-fontify-node): Add help-echo to xref links.
6452
6453 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6454
6455 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6456
6457 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6458
6459 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6460 Use plist-get and allow :inherit.
6461
6462 * emacs-lisp/cl-macs.el (cl-do-arglist):
6463 Use plist-get and plist-member instead of memq.
6464
6465 * emacs-lisp/ewoc.el (ewoc-location): New function.
6466 (ewoc-enter-after, ewoc-enter-before): Document return value.
6467 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6468 Don't need make-local-hook any more.
6469 (cvs-addto-collection): Return the new tin.
6470 (cvs-mode-insert): Jump to the new line.
6471
6472 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6473
6474 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6475
6476 * font-lock.el (font-lock-syntactically-fontified): New var.
6477 (font-lock-fontify-syntactic-keywords-region): Use it.
6478 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6479
6480 * diff-mode.el (diff-find-file-name): Fix regexp.
6481
6482 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6483 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6484
6485 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6486 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6487 (sh-mode): Don't make all vars local here.
6488 (sh-kw): Reformat.
6489 (sh-set-shell): Use dolist. Don't set indent-region-function.
6490 (sh-mode-syntax-table): Use pop.
6491 (sh-remember-variable): Use push.
6492 (sh-help-string-for-variable): Use memq.
6493 (sh-safe-backward-sexp): Remove.
6494 (sh-safe-forward-sexp): Add ARG.
6495 (sh-get-indent-info, sh-prev-stmt): Use it.
6496 (sh-prev-line): Simplify by using forward-comment.
6497 (sh-this-is-a-continuation): Simplify.
6498 (sh-learn-buffer-indent): Use dolist.
6499 (sh-do-nothing): Remove.
6500 (sh-set-char-syntax, sh-set-here-doc-region):
6501 Use inhibit-modification-hooks.
6502 (sh-name-style): Use mapcar and push.
6503 (sh-load-style): Use dolist.
6504 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6505 (sh-case, sh-while-getopts): Use propertize directly rather
6506 than sh-electric-rparen.
6507
6508 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6509
6510 * textmodes/tex-mode.el: Require CL when compiling.
6511 (tex-mode-syntax-table): Init immediately.
6512 (tex-mode-map): Bind M-RET to latex-insert-item.
6513 (latex-mode): Set indent-line-function to latex-indent.
6514 (tex-common-initialization): Don't setup the syntax-table any more.
6515 (latex-insert-item): New skeleton.
6516 (tex-next-unmatched-end): Fix copy/paste braino.
6517 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6518 (latex-indent, latex-find-indent): New functions.
6519 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6520 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6521 (tex-compilation-parse-errors): Use with-syntax-table.
6522
6523 2000-10-15 Miles Bader <miles@gnu.org>
6524
6525 * font-lock.el (font-lock-comment-face): Change dark-background,
6526 color, non-tty, default to `chocolate1'.
6527
6528 2000-10-13 John Wiegley <johnw@gnu.org>
6529
6530 * eshell/esh-util.el (require): Added a missing `require' form,
6531 needed when compiling (for an ange-ftp macro definition).
6532
6533 2000-10-13 Dave Love <fx@gnu.org>
6534
6535 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6536
6537 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6538
6539 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6540
6541 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6542 transparent -colors 8).
6543
6544 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6545
6546 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6547 that breaks with old list format timestamps.
6548 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6549 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6550
6551 2000-10-13 John Wiegley <johnw@gnu.org>
6552
6553 * align.el, pcomplete.el, calendar/timeclock.el,
6554 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6555
6556 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6557 faulty math, where holiday hours were being computing as seconds.
6558
6559 2000-10-13 John Wiegley <johnw@gnu.org>
6560
6561 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6562 specifying what "other" kinds of buffers should be saved.
6563 This used to be hard-coded.
6564 (desktop-buffer-misc-functions): A global for specifying how
6565 auxiliary data should be determined for special buffer types.
6566 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6567 instead of hard-coding the special buffer types.
6568 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6569 auxiliary data, instead of hard-coding for Info buffers and dired.
6570 (desktop-buffer-info-misc-data): Aux function for determining Info
6571 buffer auxiliary info.
6572 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6573 (desktop-buffer-info): Changed this function to use the info
6574 gathered above.
6575 (desktop-create-buffer): Be a little more careful about what
6576 `minor-mode' means before calling it. This is important for some
6577 buffer types.
6578
6579 2000-10-13 John Wiegley <johnw@gnu.org>
6580
6581 * eshell/esh-util.el: Added a global form which declares an
6582 autoload for `parse-time-string', if that function is not already
6583 defined, and if parse-time.el is available on the user's system.
6584
6585 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6586 to be aware of ange-ftp user info.
6587 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6588 (eshell-ls-annotate): Use `eshell-file-attributes'.
6589 (eshell-ls-file): Made the user-id printing code a bit smarter.
6590
6591 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6592 allow identification of alias user ids in remote directories.
6593 It's manual, but there's no other way to know when the current user
6594 on the local machine, is also the owning user on the remote machine.
6595 (fboundp): Bind `ange-cache'.
6596 (eshell-directory-files-and-attributes): Re-organized the logic a
6597 bit to use `eshell-file-attributes' instead of `file-attributes'.
6598 The former is more sensitive to directories that are read via FTP,
6599 and knows how to use ange-ftp to determine full attribute
6600 information, instead of just the name and last modtime.
6601 (eshell-current-ange-uids): Return the current user id when in a
6602 remote directory.
6603 (eshell-parse-ange-ls): Parse a full directory listing that has
6604 been returned by ange-ftp.
6605 (eshell-file-attributes): This beefed up version of
6606 `file-attributes' is only special if the user is currently in a
6607 remote directory, in which case it does a lot of work to find out
6608 what the real attributes of a file are, as they appear on the
6609 remote machine. This makes usage of remote directories (i.e.,
6610 ange-ftp pathnames) much more useful. You can now use Eshell as a
6611 full-fledged FTP client, with much more manipulation ability than
6612 most other clients.
6613
6614 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6615 variable, which means that Eshell's du should always be preferred
6616 in remote directories.
6617 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6618 just `file-attributes'.
6619 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6620 when reading remote directories. This is an Eshell-specific
6621 variable (not part of ange-ftp).
6622 (eshell/ln): Bind `ange-cache'.
6623 (eshell/du): Added some extra logic for determining when to use
6624 Eshell's du (which is slow), and when to use the external version
6625 (which may or may not exist).
6626
6627 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6628 Call `eshell-interactive-process', rather than using
6629 `get-buffer-process', since backgrounded processes don't count in
6630 the context of this function's logic.
6631
6632 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6633 `forward-char', so that null strings are parsed correctly.
6634
6635 2000-09-13 John Wiegley <johnw@gnu.org>
6636
6637 * eshell/em-pred.el (eshell-pred-file-type)
6638 (eshell-pred-file-links, eshell-pred-file-size):
6639 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6640
6641 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6642 that remote file globbing is more efficient.
6643
6644 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6645 gathering the files and attributes within a directory.
6646
6647 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6648 the command line is a special file (not a regular file, directory
6649 or symlink), always attempt to call the external version of cat.
6650
6651 2000-09-13 John Wiegley <johnw@gnu.org>
6652
6653 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6654 Eshell-friendly version of find-tag.
6655
6656 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6657
6658 * image-file.el (image-file-name-extensions)
6659 (image-file-name-regexps): Add autoload cookies.
6660
6661 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6662
6663 * international/mule-cmds.el (select-safe-coding-system): If FROM
6664 is string, show it in *Warning* buffer.
6665
6666 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6667
6668 * startup.el (normal-top-level): Use display-popup-menus-p instead
6669 of window-system.
6670 (command-line): Use display-graphic-p instead of window-system.
6671 (command-line-1): Use display-popup-menus-p and display-mouse-p
6672 instead of window-system.
6673
6674 2000-10-12 Sam Steingold <sds@gnu.org>
6675
6676 * tooltip.el (tooltip-use-echo-area): New user variable.
6677 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6678
6679 2000-10-12 Dave Love <fx@gnu.org>
6680
6681 * recentf.el: Maintainer's checkdoc fixes.
6682
6683 * startup.el (normal-top-level-add-subdirs-to-load-path):
6684 Use character class, not ASCII when matching file names.
6685 (fancy-splash-head): Add trailing slash to URL.
6686 (command-line): Don't require XPM support for toolbar.
6687
6688 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6689 (cperl-invalid-face): Revert last change.
6690 (cperl-init-faces): Quote cperl-invalid-face.
6691
6692 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6693
6694 * startup.el (fancy-splash-text): Remove superfluous quote.
6695
6696 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6697
6698 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6699 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6700 (command-line-1): Don't use fancy-splash-pending-command.
6701 (fancy-splash-screens-1): Goto point-min after inserting text.
6702
6703 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6704
6705 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6706 instead of shared-lisp-mode-map.
6707
6708 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6709
6710 * faces.el (header-line): Change tty-variant to use underlining.
6711
6712 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6713 (isearch-highlight): Restore lazy-isearch face properties at old
6714 position, and suppress them at new position.
6715 (isearch-dehighlight): Restore lazy-isearch face properties.
6716 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6717 over the real isearch overlay, but in that case, don't give it a
6718 face property. Use `push'.
6719
6720 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6721
6722 * man.el (Man-getpage-in-background): Fix previous change.
6723 Decode the process output only when we are in multibyte mode.
6724
6725 2000-10-11 Dave Love <fx@gnu.org>
6726
6727 * info.el (Info-mode-menu): Fix some help.
6728 (info-tool-bar-map): Add entry for Info-last.
6729
6730 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6731 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6732 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6733 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6734 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6735 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6736 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6737 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6738 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6739 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6740 Reduce colour requirements to 25 overall. (Probably wants
6741 revisiting from the originals to reduce further.)
6742
6743 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6744
6745 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6746 buffer-file-coding-system, instead of raw-text.
6747 (dehexlify-buffer): Bind coding-system-for-read to
6748 buffer-file-coding-system, instead of raw-text.
6749
6750 2000-10-11 Sam Steingold <sds@gnu.org>
6751
6752 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6753 `underline' - fixes the bug introduced on 2000-09-21.
6754
6755 2000-10-11 Dave Love <fx@gnu.org>
6756
6757 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6758 Avoid compiler warnings.
6759 (scheme-mode): Doc fix.
6760 (scheme-font-lock-keywords-1): Match `define-syntax'.
6761
6762 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6763
6764 * faces.el (frame-set-background-mode): Pay attention to saved
6765 face specs as well as default ones. Only do anything if the
6766 bg-mode or display-type has actually changed. Use `dolist'.
6767 (region): Make dark-background `region' face less in-your-face.
6768
6769 2000-10-10 Sam Steingold <sds@gnu.org>
6770
6771 * chistory.el, ielm.el, ledit.el:
6772 * progmodes/inf-lisp.el, progmodes/scheme.el:
6773 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6774
6775 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6776
6777 * textmodes/texinfo.el: Update copyright and fix typo.
6778
6779 * desktop.el (desktop-modes-not-to-save): New var.
6780 (desktop-save-buffer-p): Use it.
6781 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6782 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6783
6784 2000-10-10 Dave Love <fx@gnu.org>
6785
6786 * toolbar/tool-bar.el (tool-bar-add-item)
6787 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6788
6789 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6790 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6791 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6792 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6793 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6794 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6795 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6796 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6797 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6798 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6799 the .xpms; probably need retouching.
6800
6801 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6802
6803 * subr.el (add-to-list): Add optional argument APPEND.
6804 * battery.el (display-battery): Use `add-to-list'.
6805
6806 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6807
6808 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6809 properties.
6810 (zone, zone-when-idle, zone-leave-me-alone)
6811 (zone-pgm-whack-chars): Use new symbol properties.
6812
6813 * battery.el (display-battery): Doc spelling fix.
6814
6815 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6816 property.
6817
6818 2000-10-09 Dave Love <fx@gnu.org>
6819
6820 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6821 has been initialized before calling tool-bar-setup.
6822 (tool-bar-add-item-from-menu): Add autoload cookie.
6823
6824 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * menu-bar.el (send-mail-item-name): New function.
6827 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6828 of mail-user-agent in the menu. Don't display the "Send Mail"
6829 item if mail-user-agent is nil or its value is ignore.
6830 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6831 if read-mail-command is nil or its value is ignore.
6832
6833 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6834
6835 2000-10-09 Miles Bader <miles@gnu.org>
6836
6837 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6838 Correct image size.
6839 * toolbar/left_arrow.xpm: Correct image size.
6840
6841 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6842 will be done by the definition of `auto-compression-mode' if
6843 necessary. Move code to uninstall existing file-name handler
6844 before definition of `auto-compression-mode'.
6845
6846 * image-file.el (auto-image-file-mode): Move to the end of the
6847 file, because `define-minor-mode' actually calls the mode-function
6848 if the associated variable is non-nil, which requires that all
6849 needed functions be already defined.
6850
6851 * mouse.el (popup-menu): Balance parens.
6852
6853 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6854
6855 * mouse.el (popup-menu): Move the command call outside the loop
6856 so that popup-menu returns whatever the command returns.
6857
6858 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6859 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6860 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6861 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6862
6863 * vc.el (vc-version-diff): diff-switches can be a list.
6864 Use relative filenames for prettier output.
6865
6866 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6867 (vc-post-command-functions): Remove old-VC compatibility code.
6868
6869 * newcomment.el (comment-indent-default): Autoload.
6870
6871 * font-lock.el (font-lock-defaults): Make buffer-local.
6872 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6873 (font-lock-choose-keywords):
6874 Ignore LEVEL unless KEYWORDS is a list of syms.
6875 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6876 Don't wrap regexp-opt things in \(...\) unnecessarily.
6877
6878 * jit-lock.el: Don't require font-lock any more.
6879 (jit-lock-functions): Make buffer-local.
6880 (jit-lock-saved-fontify-buffer-function): Remove.
6881 (jit-lock-mode): Remove autoload cookie.
6882 Remove font-lock specific code.
6883 (jit-lock-unregister): Don't bother handling complex hooks any more.
6884 (jit-lock-refontify): New function.
6885 (jit-lock-fontify-buffer): Use it.
6886 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6887 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6888 Add optional args START and END.
6889 Never call font-lock-fontify-region directly.
6890 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6891
6892 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6893
6894 2000-10-08 Dave Love <fx@gnu.org>
6895
6896 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6897
6898 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6899
6900 * play/studly.el (studlify-region, studlify-word): Add autoload
6901 cookie.
6902
6903 * play/morse.el (morse-region, unmorse-region): Add autoload
6904 cookie.
6905
6906 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6907 concat.
6908
6909 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6910 insist on symbols starting with word syntax.
6911 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6912 (eval-defun-1): Doc fix.
6913 (indent-sexp): Use nconc to build up indent-stack.
6914
6915 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6916 Gnus with little use.
6917 (mail-setup-hook): Add mail-abbrevs-setup to options.
6918
6919 * recentf.el: Doc fixes.
6920
6921 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6922 Clean up remainder.
6923
6924 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6925 without timezone and (8) with timezone to enforce some whitespace.
6926 Simplify code somewhat.
6927
6928 * options.el (list-options): Doc that you should use customize.
6929
6930 * iswitchb.el (iswitchb-mode): Add :require.
6931
6932 * info.el (Info-goto-node, Info-menu): Doc fix.
6933 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6934 (info-tool-bar-map): New variable.
6935 (Info-mode): Use it.
6936 (Info-edit-map): Define all in defvar.
6937 (speedbar-attached-frame): Avoid compiler warning.
6938
6939 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6940 (global-map): Bind [tool-bar] to a filtered map.
6941 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6942 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6943 Allow PBM icons.
6944 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6945
6946 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6947 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6948 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6949 icons, except up_arrow, which is left-arrow rotated.
6950
6951 * imenu.el (imenu-add-to-menubar): Fix last change.
6952
6953 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6954
6955 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6956 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6957
6958 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6959
6960 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6961 typos in doc strings.
6962
6963 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6964 the doc strings how to customize Font Lock faces.
6965
6966 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6967 computing growth when dragging the header line.
6968
6969 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6970
6971 * simple.el (kill-line): Doc fix.
6972
6973 2000-10-08 Miles Bader <miles@gnu.org>
6974
6975 * faces.el (secondary-selection): Make foreground visible on tty.
6976
6977 * jka-compr.el (auto-compression-mode): Move to the end of the
6978 file, because `define-minor-mode' actually calls the mode-function
6979 if the associated variable is non-nil, which requires that all
6980 needed functions be already defined.
6981 (with-auto-compression-mode): Add autoload cookie.
6982
6983 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6984
6985 * files.el (find-backup-file-name) [ms-dos]: If support for long
6986 file names is not available, behave as if version-control were set
6987 to never.
6988
6989 2000-10-07 Dave Love <fx@gnu.org>
6990
6991 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6992 (browse-url-gnome-moz): New function.
6993 (browse-url-browser-function): Use it.
6994 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6995
6996 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * indent.el (tab-always-indent): New var.
6999 (indent-for-tab-command): Use it.
7000
7001 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7002 raise an error. This way it can still default to a sane value.
7003
7004 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7005
7006 * startup.el (fancy-splash-screens): Use local rather than global map.
7007 Don't use `update-menu-bindings' any more.
7008 Get rid of assumptions about keymap representation.
7009
7010 2000-10-06 Dave Love <fx@gnu.org>
7011
7012 * textmodes/fill.el (sentence-end-double-space)
7013 (sentence-end-without-period): Doc fix.
7014 (adaptive-fill-regexp): Purecopy.
7015 (unjustify-current-line): Use line-end-position.
7016 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7017
7018 * net/eudc-vars.el (eudc): Add :version, :link.
7019
7020 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7021
7022 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7023 Fix for define-minor-mode.
7024 (function-at-point): Alias to function-called-at-point.
7025
7026 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7027
7028 * simple.el (backward-word): Doc fix.
7029
7030 * image-file.el (image-file-name-regexp): image-file-regexps ->
7031 image-file-name-regexps.
7032 (image-file-name-extensions): Add pbm.
7033
7034 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7035
7036 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7037 and add filename to the names so that diff-mode can jump to source.
7038
7039 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7040 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7041 (tex-font-lock-keywords-1): Remove.
7042 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7043 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7044 (font-lock-default-fontify-region):
7045 Expand beg..end correctly when just following a multiline region.
7046 (font-lock-fontify-anchored-keywords):
7047 Include the anchor text as part of the multiline.
7048
7049 2000-10-06 Gerd Moellmann <gerd@gnu.org>
7050
7051 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7052 latter needs the autoloaded define-minor-mode macro during the
7053 bootstrap.
7054
7055 * startup.el (command-line): For now, activate tool-bar-mode only
7056 if XPM images are supported.
7057
7058 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7059 window by dragging a header-line at the top of the frame; that's
7060 confusing because the header-line doesn't move.
7061 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7062 of treating the event as a list. Some cleanup.
7063
7064 2000-10-06 Miles Bader <miles@gnu.org>
7065
7066 * simple.el (display-message-or-buffer): New function.
7067 (shell-command-on-region): Use `display-message-or-buffer'.
7068
7069 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7070 docstring parts.
7071
7072 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7073 (smbclient-prompt-regexp): Add usage note to doc string.
7074 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7075 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7076 Use add-hook for adding the comint filter function, and only do so
7077 if it's not already in the global hook list.
7078 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7079 to `make-local-variable'.
7080 (nslookup-font-lock-keywords): Remove prompt entry.
7081 (nslookup): Don't set the process-filter.
7082 (finger): Exit the loop correctly when the regexps list runs out.
7083 (ftp, smbclient, smbclient-list-shares):
7084 Set the real major mode immediately, not after execing.
7085 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7086
7087 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7088
7089 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7090
7091 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7092
7093 * which-func.el (which-func-format): Remove spurious space.
7094 (which-func-mode): Don't make it permanent-local.
7095 (which-func-ff-hook): Allow which-func-maxout to be nil.
7096 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7097 (which-func-mode): Simplify.
7098 Use post-command-idle-hook rather than post-command-hook.
7099 Go through all buffers and update their state.
7100 (which-function): Also try add-log-current-defun-function.
7101
7102 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7103 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7104 Update call to with-vc-properties accordingly.
7105 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7106 (vc-revert-buffer): More careful about window selection and deletion.
7107 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7108
7109 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7110 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7111 (cvs-dired-action): Change the default to quickdir.
7112
7113 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7114 if comment-indent-function returns nil.
7115 (comment-indent-default): New function.
7116 (comment-indent-function): Use it and document the new semantics.
7117
7118 * image-file.el: Docstring fixes.
7119
7120 * help.el (help-xref-on-pp): Use match-string.
7121 (describe-variable): New arg BUFFER.
7122 Store the current buffer in the help-xref-stack.
7123 (temp-buffer-resize-mode): Use define-minor-mode.
7124
7125 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7126 consistently with its docstring.
7127 Set jit-lock-first-unfontify-pos in an idempotent way.
7128 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7129
7130 2000-10-05 Alex Schroeder <alex@gnu.org>
7131
7132 * sql.el (sql-mysql-options): New variable.
7133 (sql-mysql): Use it.
7134
7135 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7136
7137 * image.el (image): New group.
7138
7139 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7140 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7141
7142 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7143
7144 * net/net-utils.el (nslookup-font-lock-keywords)
7145 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7146 Ignore the value of wqindow-system; always define keywords
7147
7148 2000-10-05 Kenichi Handa <handa@etl.go.jp>
7149
7150 * startup.el (fancy-splash-screens): Remove the code for
7151 debugging; `(trace-to-stderr "EXITTT\n")'.
7152
7153 2000-10-05 Miles Bader <miles@gnu.org>
7154
7155 * diff-mode.el (diff-goto-source): Update call to
7156 `diff-hunk-status-msg' to reflect new REV variable.
7157
7158 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7159
7160 * progmodes/icon.el (icon-mode):
7161 Don't gratuitously override the default for comment-column.
7162
7163 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7164
7165 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7166 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7167 (jit-lock-functions): New var.
7168 (jit-lock-function-1): Use it if non-nil.
7169 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7170 Set the `fontified' property before doing the fontification to avoid
7171 repeatedly going through the same error.
7172 Don't turn errors into messages.
7173 (jit-lock-register, jit-lock-unregister): New functions.
7174
7175 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7176 Use with-current-buffer.
7177
7178 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7179 Turn comment into docstring.
7180
7181 * apropos.el (apropos-mode): Use define-derived-mode.
7182
7183 2000-10-04 Gerd Moellmann <gerd@gnu.org>
7184
7185 * startup.el (fancy-splash-pending-command): New variable.
7186 (fancy-splash-pre-command): New function.
7187 (fancy-splash-screens): Rewritten.
7188 (command-line-1): If fancy-splash-pending-command is set, call it
7189 interactively.
7190
7191 2000-10-04 Dave Love <fx@gnu.org>
7192
7193 * toolbar/tool-bar.el (tool-bar-setup): New function.
7194 (tool-bar-mode): Use it.
7195
7196 * subr.el (substitute-key-definition): Doc fix.
7197 (play-sound-file): New command.
7198
7199 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7200
7201 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7202 vc-version-backup-file-name): New functions.
7203
7204 * files.el (basic-save-buffer): Call vc-before-save before saving.
7205
7206 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7207 vc-cvs-stay-local-p.
7208
7209 * vc.el (vc-revert-buffer): Handle empty diff properly.
7210 (vc-version-backup-file): New function.
7211 (vc-checkout): Create a version backup if necessary.
7212 (vc-checkin): If a version backup file exists, delete it.
7213 (vc-version-diff): Diff locally using version backups, if available.
7214 (vc-revert-file): If there's a version backup, revert locally.
7215 (vc-transfer-file): Use version backup for base version, if
7216 available. If not, ask for confirmation whether to get it from the
7217 server. Update mode line before check-in.
7218
7219 2000-10-04 Dave Love <fx@gnu.org>
7220
7221 * toolbar/tool-bar.el (tool-bar-setup): New function.
7222 (tool-bar-mode): Use it.
7223
7224 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7225
7226 * net/net-utils.el (nslookup-font-lock-keywords)
7227 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7228 Only set if window-system is non-nil
7229 (net-utils-run-program): Returns buffer.
7230 (network-connection-reconnect): Added this function.
7231
7232 * generic.el:
7233 Incorporates extensive cleanup and docfixes by
7234 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7235 Uses cl compile-time macros.
7236 (generic-mode-name, generic-comment-list)
7237 (generic-keywords-list, generic-font-lock-expressions)
7238 (generic-mode-function-list, generic-mode-syntax-table):
7239 Removed variables.
7240 (generic-mode-alist): Renamed to generic-mode-list.
7241 (generic-find-file-regexp): Default changed to "^#".
7242 (generic-read-type): Uses completing read on generic-mode-list.
7243 (generic-mode-sanity-check): removed this function.
7244 (generic-add-to-auto-mode): Removed this function
7245 (generic-mode-internal): Bind mode-specific definitions
7246 into function instead of putting them in alist.
7247 (generic-mode-set-comments): Reworked extensively.
7248 (generic-mode-find-file-hook): Simplified regexp searching
7249 (generic-make-keywords-list): Omit extra pair of parens
7250
7251 * find-lisp.el (find-lisp-find-files-internal):
7252 Make sure directory name ends with "/".
7253
7254 * generic-x.el (apache-conf-generic-mode):
7255 Regexp now allows leading whitespace.
7256 (rc-generic-mode): Added eval-when-compile
7257 around generic-make-keywords-list.
7258 Deleted duplicate regexp
7259 (rul-generic-mode): Added eval-when-compile
7260 around generic-make-keywords-list.
7261 (etc-fstab-generic-mode): New generic mode.
7262 (rul-generic-mode): Removed one eval-when-compile
7263 which caused a max-specpdl-size exceeded error.
7264
7265 2000-10-04 Miles Bader <miles@gnu.org>
7266
7267 * simple.el (minibuffer-temporary-goal-position): New variable.
7268 (next-history-element): Try to keep the position of point in the
7269 input string constant.
7270
7271 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7272 (dired-do-create-files): If there's only one file, pass it in as
7273 the DEFAULT arg to dired-mark-read-file-name.
7274
7275 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7276
7277 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7278 (diff-goto-source): Be smarter when choosing REVERSE or not.
7279
7280 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7281 (texinfo-mode-menu): Add an explicit shortcut for update all.
7282
7283 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7284
7285 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7286 factorize backend-specific code cleanly (this was essentially
7287 conceived by Stefan Monnier).
7288 (vc-unregister): Function removed.
7289 (vc-revert-file): New function.
7290 (vc-revert-buffer): Delegate some of the work to it.
7291
7292 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7293 default branch unconditionally.
7294 (vc-rcs-set-default-branch): New function.
7295 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7296 (vc-rcs-checkin): If an appropriate default branch has been set,
7297 force creation of that branch.
7298 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7299 code (as suggested by Stefan Monnier).
7300
7301 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7302
7303 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7304 highlighting overlay with a different face over the overlay
7305 isearch uses to highlight the current match because that can lead
7306 to bad face combinations.
7307
7308 * loadup.el (toplevel): Load faces before isearch.
7309
7310 * isearch.el (isearch-faces): New custom group.
7311 (isearch): New defface; was already tested for in the code.
7312 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7313 (isearch-highlight): Always use face `isearch'.
7314
7315 2000-10-02 Dave Love <fx@gnu.org>
7316
7317 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7318 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7319 comparison of opcode with operand.
7320
7321 2000-10-03 Miles Bader <miles@gnu.org>
7322
7323 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7324 buffer, since the echo area will now grow to accommodate them.
7325
7326 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7327
7328 * vc-hooks.el (vc-registered): If FILE used to be registered under
7329 a certain backend, try that one first.
7330
7331 * vc.el (vc-responsible-backend): Undo the previous change in the
7332 argument list. Handle multiple backends correctly.
7333 (vc-find-new-backend): Function removed.
7334 (vc-register): Use vc-responsible-backend, as before.
7335 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7336
7337 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7338
7339 * startup.el (fancy-splash-head): Change message below the
7340 logo.
7341
7342 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7343
7344 * diff-mode.el (diff-goto-source): Emit a status message.
7345 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7346 (diff-test-hunk): Fix doc string.
7347 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7348 (diff-advance-after-apply-hunk): New variable.
7349 (diff-apply-hunk): Don't return a value.
7350
7351 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7352
7353 * vc.el (vc-editable-p): Minor optimization.
7354 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7355 (vc-find-new-backend): New function split from vc-responsible-backend.
7356 (vc-register): Use it.
7357 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7358 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7359 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7360 (vc-clear-headers): Don't use find-file.
7361 (vc-revert-buffer): Use `and' again (must have been a braino).
7362 (vc-switch-backend): Only prompt if requested.
7363 Short circuit if nothing is to be done.
7364 Don't use vc-resynch-buffer which could lose unsaved editing.
7365 (vc-default-receive-file): Update call to vc-unregister.
7366 (with-vc-file, vc-next-action-on-file):
7367 Use vc-backend rather than vc-registered.
7368 (vc-next-action-on-file): Use intern-soft.
7369 Deal with read-only *vc-diff* buffer.
7370 (vc-transfer-file): Docstring fix.
7371
7372 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7373 (vc-rcs-receive-file): Avoid with-vc-properties.
7374 Update call to vc-unregister.
7375 Use constant `RCS' rather than (dynamically bound) var `backend'.
7376
7377 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7378
7379 * vc.el (vc-next-action-on-file): Update mode line only if file
7380 is visited.
7381 (vc-start-entry): New argument initial-contents. Don't visit the file
7382 if it isn't already visited. Brought documentation up-to-date.
7383 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7384 (vc-checkin): New optional arg initial-contents, which is passed to
7385 vc-start-entry.
7386 (vc-finish-logentry): Make sure to bury log buffer only if there
7387 really is one. Call `vc-resynch-buffer' on log-file, not
7388 buffer-file-name.
7389 (vc-default-comment-history, vc-default-wash-log): New functions.
7390 (vc-index-of): Removed.
7391 (vc-transfer-file): Make do without the above.
7392 (vc-default-receive-file): Call comment-history unconditionally. Pass
7393 the resulting string to vc-checkin, instead of inserting it into the
7394 comment ring.
7395
7396 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7397 unconditionally. Use the comments as initial contents of the log
7398 entry buffer. Document the trick to force branch creation with no
7399 changes.
7400
7401 2000-10-01 Miles Bader <miles@gnu.org>
7402
7403 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7404 `recenter' with an arg to prevent redrawing the display.
7405
7406 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7407
7408 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7409
7410 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7411
7412 * progmodes/c-mode.el (c-mode):
7413 Don't gratuitously override the default for comment-column.
7414
7415 * textmodes/tex-mode.el (latex-metasection-list): New var.
7416 (latex-imenu-create-index): Use it.
7417 Move the regexp construction outside loops (and use push).
7418 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7419 (tex-font-lock-keywords): Moved from font-lock.el.
7420 (tex-comment-indent): Remove.
7421 (tex-common-initialization): Don't set comment-indent-function.
7422 (latex-block-default): New var.
7423 (tex-latex-block): Use it to provide a default choice.
7424 Add any unknown choice to latex-block-names.
7425 Insert [...] after {...}.
7426 (tex-last-unended-begin): Simplify regexp.
7427 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7428 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7429 (latex-mode): Set forward-sexp-function.
7430
7431 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7432 Add regexp for @ignore ... @end ignore.
7433 (texinfo-heading-face): New face.
7434 (texinfo-font-lock-keywords): Use it.
7435 (texinfo-mode-menu): New menu.
7436 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7437 New functions.
7438 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7439 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7440 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7441 Remove declaration.
7442 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7443
7444 * delsel.el (delete-selection-mode): Use define-minor-mode.
7445
7446 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7447
7448 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7449
7450 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7451
7452 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7453
7454 * replace.el (keep-lines-read-args): New function.
7455 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7456 read arguments interactively. Add parameters RSTART and REND.
7457 Operate on the active region in Transient Mark mode.
7458
7459 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7460
7461 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7462 (authors-obsolete-files-regexps): New variable.
7463 (authors-add): Don't record changes in obsolete files.
7464
7465 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7466
7467 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7468
7469 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7470 (comment-indent): Make sure there's a space between code and comment.
7471 Shift comments left to avoid going past fill-column.
7472
7473 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7474
7475 * startup.el (startup-echo-area-message): New function.
7476 (display-startup-echo-area-message): Use it.
7477 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7478 (fancy-splash-default-action): New function.
7479 (fancy-splash-screens-1): New function.
7480 (fancy-splash-head): Put a help-echo and a keymap under the image.
7481
7482 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7483
7484 * diff-mode.el (diff-add-log-file-name): Remove.
7485 (diff-mode): Use add-log-buffer-file-name-function.
7486
7487 * add-log.el (find-change-log): New arg BUFFER-FILE.
7488 (add-log-file-name): Obey add-log-file-name-function.
7489 (add-log-buffer-file-name-function): New var.
7490 (add-change-log-entry): Use it.
7491
7492 2000-09-29 Miles Bader <miles@gnu.org>
7493
7494 * image-file.el (image-file-name-extensions): New variable.
7495 (image-file-name-regexps): Renamed from `image-file-regexps'.
7496 New default value is nil. Call `auto-image-file-mode'.
7497 (image-file-name-regexp): New function.
7498 (auto-image-file-mode): New minor mode.
7499 (insert-image-file): Don't make conditional on the image-file
7500 handler being enabled.
7501 (image-file-handler): Make the call here conditional instead.
7502 (set-image-file-handler-enabled, enable-image-file-handler)
7503 (disable-image-file-handler): Functions removed.
7504
7505 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7506 string.
7507
7508 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7509
7510 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7511 it's a function from CL.
7512 (latex-imenu-create-index): Replace eval-when-compile with progn
7513 because latex-section-alist is not bound while compiling.
7514
7515 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7516
7517 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7518 (outline-mode): Use define-derived-mode.
7519
7520 * progmodes/perl-mode.el (perl-mode):
7521 * progmodes/awk-mode.el (awk-mode):
7522 * progmodes/asm-mode.el (asm-mode):
7523 Don't gratuitously override the default for comment-column.
7524
7525 * emacs-lisp/lisp.el (lisp-complete-symbol):
7526 Distinguish the let-binding case from the funcall case.
7527 (forward-sexp-function): New variable.
7528 (forward-sexp): Use it.
7529
7530 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7531 (easy-mmode-defmap): Remove the now useless autoload.
7532
7533 * time.el (display-time-mode): Use define-minor-mode.
7534
7535 * subr.el (add-minor-mode): Don't eval NAME.
7536 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7537 Use if rather than cond.
7538
7539 * simple.el (read-expression-map): Define more properly.
7540 (comment-indent-hook): Remove.
7541 (string-to-syntax): Bug fix.
7542
7543 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7544 (cvs-ediff-diff): Fix typo.
7545 (cvs-revert-if-needed): Don't bother preserving read-only.
7546
7547 * paren.el (show-paren-mode): Use define-minor-mode.
7548
7549 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7550 (toggle-auto-compression): Remove.
7551 (jka-compr-build-file-regexp): Remove useless grouping.
7552
7553 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7554 Avoid user-reserved bindings.
7555 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7556 (diff-header-face): Revert to grey85.
7557
7558 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7559
7560 * complete.el (partial-completion-mode) <defcustom>: Remove.
7561 (partial-completion-mode): Use define-minor-mode.
7562 (PC-do-completion): Understand `completion-auto-help = delay'
7563 to mean to popup the completion buffer only the second time.
7564 (PC-include-file-all-completions, PC-include-file-all-completions)
7565 (PC-include-file-all-completions): Don't quote lambda.
7566
7567 * comint.el (comint-mode-hook): Docstring fix.
7568 (comint-mode): Use define-derived-mode.
7569 (comint-mode-map): Remove obsolete comment.
7570 (make-comint): Minor stylistic change.
7571 (comint-insert-clicked-input): Be more careful to find the overlay.
7572 Use this-command-keys rather than hardcoding mouse-2.
7573
7574 * font-lock.el: Replace confusing (,@ with ,
7575 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7576 Don't use regexp-opt-depth. Spice up the regexp for args.
7577 Don't distinguish between cmds that can take an opt arg or not.
7578 Use `append' and `prepend' rather than `keep'.
7579
7580 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7581 (latex-outline-regexp): New var.
7582 (latex-outline-level): New fun.
7583 (latex-section-alist): New var.
7584 (latex-imenu-create-index): Use it. Use `push' as well.
7585 (tex-shell-map): Initialize it properly.
7586 (tex-mode): Minor stylistic change.
7587 (plain-tex-mode): Use define-derived-mode.
7588 (latex-mode): Use define-derived-mode.
7589 Construct the paragraph regexps in a more readable way.
7590 Set the buffer-local outline-{level,regexp} vars.
7591 (slitex-mode): Derive from latex-mode.
7592 (tex-common-initialization): Don't kill-all-vars anymore.
7593 Add setting for comment-add and font-lock-defaults.
7594 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7595 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7596 (tex-start-tex): New arg DIR (and send a chdir command for it).
7597 Also display the shell buffer and save it in tex-last-buffer-texed.
7598 (tex-region): Use expand-file-name rather than concat.
7599 Remove code made useless by changes in tex-start-tex.
7600 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7601
7602 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7603
7604 2000-09-28 Dave Love <fx@gnu.org>
7605
7606 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7607
7608 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7609
7610 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7611 `append'.
7612
7613 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7614
7615 * info.el (Info-extract-pointer): Undo last change.
7616 Instead, fix the position of the `bound' arg to re-search-backward.
7617
7618 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7619
7620 * info.el (Info-extract-pointer):
7621 Widen more carefully, to avoid finding pointers in other nodes.
7622 (Info-index): Use push.
7623
7624 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7625
7626 * frame.el (set-frame-font): Remove call to obsolete function
7627 frame-update-faces.
7628 (set-foreground-color, set-background-color): Likewise for
7629 frame-update-face-colors.
7630
7631 2000-09-27 Miles Bader <miles@gnu.org>
7632
7633 * image-file.el: New file.
7634
7635 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7636
7637 * frame.el (frame-notice-user-settings): Don't call
7638 frame-update-faces, which is a no-op now.
7639
7640 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7641 tool-bar-lines.
7642
7643 2000-09-27 Dave Love <fx@gnu.org>
7644
7645 * mouse.el: Fix last change.
7646
7647 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7648
7649 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7650
7651 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7652
7653 * international/quail.el (quail-help): The output message is
7654 improved.
7655
7656 2000-09-26 Dave Love <fx@gnu.org>
7657
7658 * mouse.el (popup-menu): If POSITION is nil, set it using
7659 mouse-position.
7660
7661 2000-09-25 Sam Steingold <sds@gnu.org>
7662
7663 * net/browse-url.el (browse-url-file-url): Check for null maps.
7664
7665 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7666
7667 * frame.el (frame-notice-user-settings): Don't add a
7668 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7669
7670 * frame.el (frame-notice-user-settings):
7671 Make tool-bar-mode and default-frame-alist consistent.
7672
7673 * toolbar/tool-bar.el (tool-bar-help): New function.
7674
7675 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7676
7677 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7678 current-load-list in top-level forms. Else this leaks a cons cell
7679 every time a defun is called.
7680
7681 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7682
7683 2000-09-25 Dave Love <fx@gnu.org>
7684
7685 * startup.el (fancy-splash-head): Check XPM is available.
7686
7687 * autoinsert.el (auto-insert): Doc fix.
7688 (auto-insert-alist): Following GNU notices, don't say `copyright
7689 _by_'. Use line-beginning-position.
7690 (auto-insert): Check buffer-file-name is non-nil before use.
7691
7692 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7693
7694 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7695 starting with `@def' or `@multitable', in addition to ones
7696 specified by the user in auto-fill-inhibit-regexp.
7697
7698 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7699
7700 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7701 rmail-dont-reply-to-names matches the empty string.
7702
7703 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7704
7705 * startup.el (command-line-1, fancy-splash-text): Change the
7706 text to sound more friendly.
7707
7708 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7709
7710 * progmodes/hideshow.el: Update author email address.
7711 Generally, sync w/ maintainer version 5.22.
7712 (hs-hide-all-non-comment-function): New var.
7713 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7714 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7715 (hs-show-region): Delete this command.
7716 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7717
7718 2000-09-22 Dave Love <fx@gnu.org>
7719
7720 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7721 (hl-line-highlight): Specify buffer when moving overlay.
7722
7723 * progmodes/fortran.el (fortran-mode): Locally set
7724 normal-auto-fill-function.
7725 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7726 (fortran-mode-map): Adjust auto-fill menu entry.
7727
7728 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7729
7730 * vc-rcs.el (toplevel): Require `vc' when compiling.
7731
7732 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7733
7734 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7735
7736 * vc.el (vc-switch-backend): Signal an error if the file is not
7737 registered under the new backend.
7738
7739 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7740 without explicit revision number.
7741
7742 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7743
7744 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7745 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7746 (diff-xor): New function.
7747 (diff-find-source-location): Use it. Fix a stupid name clash.
7748 (diff-hunk-status-msg): New function.
7749 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7750 (diff-test-hunk): Use diff-find-source-location.
7751 (diff-goto-source): Favor the `reverse'.
7752 (diff-hunk-text): Properly handle one-sided context diffs.
7753 (diff-apply-hunk): When done, advance to the next hunk.
7754
7755 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7756
7757 * startup.el (command-line): If frame was created with a non-zero
7758 tool-bar-lines parameter, switch tool-bar-mode on.
7759
7760 * add-log.el (change-log-date-face, change-log-name-face)
7761 (change-log-email-face, change-log-file-face)
7762 (change-log-list-face, change-log-conditionals-face)
7763 (change-log-function-face, change-log-acknowledgement-face):
7764 New faces, inheriting from font-lock faces.
7765 (change-log-font-lock-keywords): Use them.
7766
7767 2000-09-21 Dave Love <fx@gnu.org>
7768
7769 * progmodes/cperl-mode.el (top-level): Clean up
7770 `eval-when-compile's and assorted defvars.
7771 (cperl-invalid-face): Don't double-quote value. Change custom
7772 type.
7773 (cperl-mode): Set normal-auto-fill-function and don't zap
7774 auto-fill-function.
7775 (cperl-imenu--function-name-regexp-perl): Renamed from
7776 imenu-example--function-name-regexp-perl.
7777 (cperl-imenu--create-perl-index): Renamed from
7778 imenu-example--create-perl-index.
7779 (cperl-xsub-scan): Don't require cl.
7780
7781 * msb.el (msb-mode-map): Use substitute-key-definition.
7782 (msb-mode): Use msb-mode-map.
7783
7784 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7785
7786 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7787 New functions.
7788 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7789 (vc-switch-backend): New function.
7790 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7791 (vc-register): Fix prompt.
7792 (vc-unregister, vc-default-unregister): New functions.
7793 (vc-version-diff): Handle empty buffer in sentinel.
7794
7795 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7796 (vc-rcs-state-heuristic): Use it to guess the state of files with
7797 non-strict locking.
7798 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7799 been set with -b, but not created yet.
7800 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7801 contents in order to find the state.
7802 (vc-rcs-checkin): Allow creation of branches with no changes.
7803 (vc-rcs-unregister, vc-rcs-receive-file)
7804 (vc-rcs-set-non-strict-locking): New functions.
7805
7806 * vc-hooks.el (vc-name): Force correct computation of the value
7807 in case it is missing.
7808
7809 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7810
7811 * startup.el (fancy-splash-tail): Use a different foreground
7812 color on a dark frame background.
7813
7814 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7815
7816 * info.el: Use the correct capitalization when making Info-mode
7817 and Info-edit-mode `special' modes.
7818
7819 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7820
7821 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7822 (diff-mode): Add support for add-log.el.
7823 (diff-hunk-text): Use char offsets rather than line offsets.
7824 (diff-find-source-location): Replace LINE with line-offset (nil
7825 if not found) and always set POS to a meaningful position.
7826 Adapt to the new char-offsets.
7827 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7828 Adapt to the new diff-find-source-location.
7829 (diff-goto-source): Adapt to the new diff-find-source-location.
7830
7831 * add-log.el (add-log-file-name): New function (split out of
7832 add-change-log-entry).
7833 (add-change-log-entry): Use it.
7834 Call add-log-file-name-function with the changelog file name if
7835 the current buffer is not associated with any file.
7836 Avoid find-file if the selected window is dedicated.
7837
7838 * diff-mode.el (diff-find-source-location):
7839 Move code from diff-apply-hunk. Return buffer rather than file.
7840 (diff-apply-hunk): Use the new result from diff-find-source-location.
7841 (diff-goto-source): Use the new diff-find-source-location.
7842
7843 2000-09-20 Dave Love <fx@gnu.org>
7844
7845 * iswitchb.el: Some doc fixes.
7846 (iswitchb-mode-map): Define completely initially. Inherit
7847 minibuffer-local-map.
7848 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7849 fundamental-mode.
7850 (iswitchb-global-map): New variable.
7851 (iswitchb-summaries-to-end): Amalgamate regexps.
7852 (iswitchb-mode): New.
7853 (iswitchb-mode-hook): New variable.
7854 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7855 `extensions'.
7856
7857 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7858
7859 * ehelp.el (electric-help): New defgroup.
7860 (electric-help-shrink-window): New user-option.
7861 (with-electric-help): Use it.
7862
7863 * window.el (shrink-window-if-larger-than-buffer): If face
7864 `mode-line' has a :box, and we're on a graphical frame, add 1
7865 to the needed window height.
7866
7867 * frame.el (frame-notice-user-settings): Add a last parameter nil
7868 to a call to `append', because the last list passed to `append' is
7869 not copied, and so subsequent calls to assq-delete-all will modify
7870 default-frame-alist.
7871
7872 * startup.el (fancy-splash-image): Change :type.
7873 (fancy-splash-head): Use an XBM image if appropriate.
7874 (command-line-1): Show splash screens in more cases.
7875
7876 * startup.el (fancy-splash-text): Don't quote faces.
7877
7878 * dired.el (dired-font-lock-keywords): Undo last change.
7879 (dired-readin): Bind indent-tabs-mode to nil.
7880
7881 * startup.el (fancy-splash-head): If frame's background mode
7882 is `dark', change the black background of the image to gray.
7883 (fancy-splash-screens): Display startup echo area message.
7884 (display-startup-echo-area-message): New function.
7885
7886 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7887
7888 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7889
7890 * info.el (info-header-node): Tweak for color ttys.
7891
7892 * faces.el (face-valid-attribute-values): Make sure directories we
7893 search for stipples both exist and are readable before trying to
7894 search them.
7895
7896 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7897 in the dry-run case.
7898
7899 * jka-compr.el (with-auto-compression-mode): New macro.
7900
7901 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7902 (custom-group-tag-face, custom-variable-tag-face): Use relative
7903 :height and inherit from `variable-pitch' face instead of
7904 hardwiring :family.
7905 * hi-lock.el (hi-black-hb): Likewise.
7906
7907 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7908 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7909 toolbar-add-item, if image doesn't have a mask add a `:mask
7910 heuristic'.
7911
7912 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7913
7914 * diff-mode.el: Docstring fixes.
7915 (diff-header-face, diff-comment-face): New faces.
7916 (diff-font-lock-keywords): Highlight a bit differently.
7917 (diff-find-source-location): Don't return SPAN any more.
7918 (diff-hunk-text): Don't bother erasing the temp buffer.
7919 (diff-find-text): Drop argument LINE.
7920 (diff-apply-hunk): Update calls to diff-find-text.
7921 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7922
7923 * calendar/calendar.el: Docstring fixes.
7924 (calendar-make-alist): Don't quote lambda.
7925 (calendar-star-date): Use make-local-variable.
7926
7927 2000-09-19 Dave Love <fx@gnu.org>
7928
7929 * toolbar/tool-bar.el: Renamed from toolbar.el.
7930 Change `toolbar' to `tool-bar' generally in symbols.
7931 Make some items invisible in `special' major modes.
7932 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7933 Add arg PROPS.
7934
7935 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7936 Add :version here.
7937 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7938
7939 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7940
7941 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7942
7943 * files.el (find-file-suppress-same-file-warnings): New user-option.
7944 (find-file-noselect): Use it.
7945
7946 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7947 (fancy-splash-screen): Defgroup.
7948
7949 * add-log.el (change-log-font-lock-keywords): Match names
7950 more exactly for the case that font-lock-constant-face is
7951 underlined.
7952
7953 2000-09-19 Richard M. Stallman <rms@gnu.org>
7954
7955 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7956
7957 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7958
7959 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7960
7961 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7962
7963 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7964 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7965 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7966 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7967 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7968 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7969 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7970 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7971 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7972 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7973 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7974 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7975
7976 * startup.el (fancy-splash-text): New variable.
7977 (fancy-splash-delay, fancy-splash-image): New user-options.
7978 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7979 (fancy-splash-screens): New functions.
7980 (command-line-1): If display has a `display' frame parameter, has
7981 colors, and we have XPM support, show more fancy splash screens.
7982
7983 2000-09-19 Dave Love <fx@gnu.org>
7984
7985 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7986 with null `help'. Use modern backquote syntax.
7987
7988 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7989
7990 * font-lock.el (font-lock-mode): Change message telling the user
7991 that ``the buffer is too big''.
7992
7993 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7994 for instance for the case that tab-width is 2.
7995
7996 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7997
7998 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7999 toolbar-add-item, if image doesn't have a mask add a `:mask
8000 heuristic'.
8001
8002 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8003
8004 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8005 and return a cons if it's non-nil.
8006 (diff-apply-hunk): Try to jump to the line in the source text
8007 corresponding to the position of point in the in the hunk.
8008
8009 * info.el (Info-title-3-face, Info-title-2-face)
8010 (Info-title-1-face): Use face inheritance and relative sizes
8011 instead of hard-wiring things.
8012
8013 * faces.el (secondary-selection): Make dark-background variant sane.
8014
8015 2000-09-16 Andrew Innes <andrewi@gnu.org>
8016
8017 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8018 read-only, since they aren't under VC now.
8019
8020 2000-09-17 Dave Love <fx@gnu.org>
8021
8022 * tmm.el: Replace mapcar with mapc in several places.
8023
8024 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8025 ad-unadvise.
8026
8027 * international/latin1-disp.el: New file.
8028
8029 * calendar/cal-move.el (scroll-calendar-left)
8030 (scroll-calendar-right): Make arg optional (for active mode line).
8031
8032 * calendar/calendar.el (calendar-mode-line-format): Make fields
8033 mouse-sensitive.
8034 (calendar-read-date, calendar-read-date, calendar-window-list):
8035 Unquote lambda.
8036 (calendar-month-name): Use aref, not sref.
8037
8038 * view.el (minor-mode-alist): Propertize the string.
8039
8040 * international/characters.el (standard-case-table): Add entries
8041 for Greek.
8042
8043 2000-09-18 Miles Bader <miles@gnu.org>
8044
8045 * info.el (info-node, info-xref): Add dark-background variants.
8046
8047 * faces.el (header-line): Change defaults to be less confusing
8048 when mixed with mode-lines.
8049
8050 * info.el (Info-fontify-node): Make a few cleanups.
8051 Add extra `help-echo' and `local-map' props to node xrefs.
8052 Use header-specific faces for node-names & xrefs.
8053 (Info-use-header-line): New variable.
8054 (info-header-xref, info-header-node): New faces.
8055 (Info-setup-header-line): New function.
8056 (Info-select-node): Call Info-setup-header-line when enabled.
8057 (Info-extract-pointer): Work even if the header line is hidden.
8058 (Info-header-line): New variable.
8059
8060 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8061
8062 * vms-patch.el (print-region-function): Don't quote lambda.
8063
8064 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8065
8066 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8067 (lm-get-header-re): Allow spaces between the header and the colon.
8068 (lm-header): Allow $ in non-RCS headers.
8069 (lm-header-multiline): Put the strings back into order.
8070 Stop at an empty line. Don't require two space chars if the
8071 line is clearly not another header line.
8072
8073 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8074 (popup-menu-popup): Remove.
8075
8076 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8077
8078 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8079 specification if or if not tool-bar item contains an `:enabled'
8080 property.
8081
8082 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8083 current buffer has no file name.
8084
8085 2000-09-15 Dave Love <fx@gnu.org>
8086
8087 * strokes.el: Sync with maintainer's current version with changes
8088 for Emacs, but avoid runtime cl and levents.
8089 (toplevel): Change autoloads and compilation requires.
8090 (strokes-version, strokes-bug-address, strokes-lift): Values
8091 changed.
8092 (strokes-xpm-header, strokes-insinuated): New variable.
8093 (strokes): Add :link.
8094 (strokes-mode): Customized.
8095 (strokes-while-inhibiting-garbage-collector): New macro.
8096 (strokes-remassoc): Avoid remove-if.
8097 (strokes-fix-button2-command): Don't use ad-do-it.
8098 (strokes-insinuate): New function.
8099 (strokes-button-press-event-p, strokes-button-release-event-p):
8100 New functions, used instead of non-`strokes-' versions..
8101 (strokes-mouse-event-p): Rewritten.
8102 (strokes-event-closest-point): Avoid event-point.
8103 (strokes-get-grid-position): Avoid cdadr, caadr
8104 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8105 functions.
8106 (strokes-help): Use with-output-to-temp-buffer.
8107 (strokes-window-configuration-changed-p): New function.
8108 (strokes-update-window-configuration): Use buffer-live-p,
8109 strokes-window-configuration-changed-p.
8110 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8111 (strokes-char-face): New face.
8112 (strokes-char-table, strokes-base64-chars): New variable.
8113 (strokes-xpm-for-stroke, strokes-list-strokes)
8114 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8115 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8116 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8117 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8118 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8119 functions.
8120
8121 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8122
8123 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8124
8125 * image.el (create-image): Doc fix.
8126
8127 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8128 instead of `:heuristic-mask t'.
8129
8130 2000-09-14 Andrew Innes <andrewi@gnu.org>
8131
8132 * makefile.w32-in: Revert to Unix line endings.
8133
8134 2000-09-14 Andrew Innes <andrewi@gnu.org>
8135
8136 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8137 when installing.
8138
8139 * makefile.nt (DONTCOMPILE): Fix typo.
8140
8141 * shell.el (shell-write-history-on-exit): New function.
8142 (shell-dumb-shell-regexp): New custom variable.
8143 (shell-mode): Make shell-write-history-on-exit the process
8144 sentinel if shell name matches shell-dumb-shell-regexp.
8145
8146 * w32-fns.el: Comment out before-init-hook function which resets
8147 source-directory based; this breaks bootstrap.
8148
8149 2000-09-14 Dave Love <fx@gnu.org>
8150
8151 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8152 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8153 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8154 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8155 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8156 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8157 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8158 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8159 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8160
8161 * toolbar/toolbar.el: New.
8162
8163 * subdirs.el: Add toolbar.
8164
8165 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8166
8167 * indent.el (indent-for-tab-command): Doc fix.
8168
8169 2000-09-14 Alex Schroeder <alex@gnu.org>
8170
8171 * ansi-color.el (ansi-colors): Doc change.
8172 (ansi-color-get-face): Simplified regexp.
8173 (ansi-color-faces-vector): Added more faces, doc change.
8174 (ansi-color-names-vector): Doc change.
8175 (ansi-color-regexp): Simplified regexp.
8176 (ansi-color-parameter-regexp): New regexp.
8177 (ansi-color-filter-apply): Doc change.
8178 (ansi-color-filter-region): Doc change.
8179 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8180 deal with zero length parameters.
8181 (ansi-color-apply-on-region): Doc change.
8182 (ansi-color-map): Doc change.
8183 (ansi-color-map-update): Removed debugging message.
8184 (ansi-color-get-face-1): Added condition-case to trap
8185 args-out-of-range errors.
8186 (ansi-color-get-face): Doc change.
8187 (ansi-color-make-face): Removed.
8188 (ansi-color-for-shell-mode): New option.
8189
8190 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8191
8192 * international/quail.el (quail-start-translation): Translate KEY
8193 if necessary even if it doesn't have any mapping in the current
8194 input method.
8195 (quail-start-conversion): Likewise.
8196 (quail-help): The output message is improved.
8197
8198 2000-09-13 Miles Bader <miles@gnu.org>
8199
8200 * comint.el (comint-output-filter): Revert to using
8201 `insert-before-markers'. Add bletcherous hack to undo damage
8202 caused by `insert-before-markers'. Put `front-sticky' property on
8203 overlays created here so that the field code understands how the
8204 overlay works. Use a let when making comint-last-prompt-overlay,
8205 so that the code is easier to read.
8206
8207 2000-09-13 Dave Love <fx@gnu.org>
8208
8209 * wid-edit.el (widget-default-format-handler): DTRT when
8210 doc-property is a function.
8211
8212 2000-09-12 Francesco Potorti` <pot@gnu.org>
8213
8214 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8215 filed name if it's not there.
8216
8217 2000-09-12 Dave Love <fx@gnu.org>
8218
8219 * simple.el (read-mail-command): Doc fix.
8220 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8221
8222 * vc.el (vc-dired-listing-switches): Fix :version.
8223
8224 * vc-hooks.el: Doc fixes.
8225
8226 * subr.el (add-minor-mode): Use toggle-fun arg.
8227
8228 * speedbar.el: Add :version to several defcustoms.
8229
8230 * imenu.el (imenu--truncate-items, imenu--cleanup)
8231 (imenu--generic-function): Avoid mapcar.
8232 (imenu--replace-spaces): Function removed.
8233 (imenu--completion-buffer): Use subst-char-in-string.
8234 (imenu-add-to-menubar): Use keymap inheritance.
8235
8236 2000-09-12 Miles Bader <miles@gnu.org>
8237
8238 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8239 (diff-mode-map): Bind `diff-test-hunk'.
8240 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8241
8242 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8243
8244 * bytecomp.el (byte-compile-defvar): Undo last change
8245 because it breaks '(make-variable-buffer-local (defvar ...)'
8246 which is used at least in dired.
8247
8248 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8249
8250 * international/quail.el (quail-define-package): Docstring
8251 modified.
8252
8253 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8254
8255 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8256 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8257 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8258 docstring of "chinese-py".
8259
8260 * international/quail.el (quail-translation-docstring): New
8261 variable.
8262 (quail-show-keyboard-layout): Docstring modified.
8263 (quail-select-current): Likewise.
8264 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8265 infinite recursive call.
8266 (quail-help): Check quail-translation-docstring. Format of the
8267 output changed.
8268 (quail-help-insert-keymap-description): Adjusted for the above
8269 change.
8270
8271 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8272
8273 * bytecomp.el (byte-compile-defvar): Only cons onto
8274 current-load-list in top-level forms. Else this leaks a cons cell
8275 every time a defun is called.
8276
8277 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8278
8279 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8280 Now understands non-unified diffs. Some functionality moved into
8281 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8282 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8283 modify anything. Only reposition point in the patched file if the
8284 patch succeeds. Only pop up another window if POPUP is true.
8285 Emit a message describing what happened if successful, and at what
8286 line-offset. Automatically detect reversed hunks and do something
8287 appropriate.
8288 (diff-hunk-text, diff-find-text): New functions.
8289 (diff-filter-lines): Function removed.
8290 (diff-test-hunk): New function.
8291 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8292
8293 2000-09-10 Dave Love <fx@gnu.org>
8294
8295 * textmodes/tildify.el: Minor doc/commentary fixes.
8296 (tildify) <defgroup>: Add :version.
8297
8298 * faces.el (face-x-resources): Make custom type more specific.
8299 (frame-background-mode): Use mapc.
8300 (region) <defcustom>: Add :version.
8301
8302 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8303
8304 * vc-sccs.el (vc-sccs-register):
8305 * vc-rcs.el (vc-rcs-register):
8306 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8307 * vc.el (vc-register): Clear file's properties.
8308
8309 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8310
8311 * faces.el (face-spec-set): Only face-spec-reset-face when
8312 ATTRS is non-nil.
8313
8314 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8315
8316 * help.el (help-insert-xref-button): Fix a typo in doc string.
8317
8318 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8319
8320 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8321 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8322 methods.
8323
8324 * menu-bar.el (read-mail-item-name): New function.
8325 (menu-bar-tools-menu): Use it to compute and display the package
8326 used to read email.
8327 (menu-bar-tools-menu): Fix typo in GUD's help string.
8328
8329 2000-09-07 Dave Love <fx@gnu.org>
8330
8331 * diff-mode.el (diff-mouse-goto-source): New function.
8332
8333 * vc-sccs.el: Doc fixes.
8334 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8335
8336 * vc-rcs.el: Doc fixes.
8337 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8338 (vc-rcs-checkout-switches, vc-rcs-header)
8339 (vc-rcs-master-templates): Add or change :version.
8340
8341 * vc-cvs.el: Doc fixes.
8342 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8343 (vc-cvs-stay-local): Add :version.
8344
8345 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8346
8347 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8348
8349 * international/quail.el (quail-help): Fix previous change.
8350
8351 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8352
8353 * faces.el (color-values): Doc fix.
8354
8355 * faces.el (frame-set-background-mode): Use frame-parameter
8356 instead of frame-parameters.
8357
8358 * frame.el (filtered-frame-list): Reduce consing.
8359 (frames-on-display-list): Call frame-parameter instead of
8360 frame-parameters.
8361
8362 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8363
8364 * language/devan-util.el (devanagari-to-indian-region): In the
8365 loop, change the following char, not preceding char.
8366
8367 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8368
8369 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8370 instead of frame-parameters.
8371
8372 * faces.el (set-face-attribute): Simplify by calling
8373 internal-set-lisp-face-attribute with FRAME being 0.
8374
8375 * vc.el: Remove `Id' version control keyword.
8376
8377 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8378
8379 * help.el (help-make-xrefs): Adjusted for the change of
8380 help-xref-mule-regexp.
8381 (help-insert-xref-button): New function.
8382
8383 * international/mule-cmds.el (help-xref-mule-regexp-template):
8384 Include the pattern for character set.
8385 (leim): New group.
8386
8387 * international/quail.el: Don't require face.
8388 (quail): New group.
8389 (quail-other-command): Dummy command to make quail-help work better.
8390 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8391 (quail-keyboard-layout-substitution): New variable.
8392 (quail-update-keyboard-layout): New function.
8393 (quail-keyboard-layout-type): New customizable variable.
8394 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8395 (quail-keyboard-translate): Pay attention to
8396 quail-keyboard-layout-substitution.
8397 (quail-insert-kbd-layout): New function.
8398 (quail-show-keyboard-layout): New function.
8399 (quail-get-translation): If the definition is a vector of length
8400 1, and the element is a string of length 1, return the character
8401 in that string.
8402 (quail-update-current-translations): Fix the case of
8403 relative-index out of range.
8404 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8405 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8406 Show key sequences for all available characters.
8407 (quail-help-insert-keymap-description): Don't show such verbose
8408 key bindings as quail-self-insert-command.
8409
8410 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8411 Format changed, and each element now have extra documentations.
8412 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8413 Adjusted for the change of quail-cxterm-package-ext-info.
8414
8415 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8416
8417 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8418 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8419 during bootstrap.
8420
8421 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8422
8423 * vc.el: (toplevel): Don't require `dired' at run-time.
8424 (vc-dired-resynch-file): Remove autoload cookie.
8425
8426 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8427
8428 * vc.el: Made several backend functions optional.
8429 (vc-default-responsible-p): New function.
8430 (vc-merge): Use RET for first version to trigger merge-news, not
8431 prefix arg.
8432 (vc-annotate): Handle backends that do not support annotation.
8433 (vc-default-merge-news): Removed. The existence of a merge-news
8434 implementation is now checked on caller sites.
8435
8436 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8437 case.
8438
8439 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8440 special case that has been removed from the default in vc-hooks.el.
8441
8442 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8443
8444 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8445
8446 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8447
8448 * vc-hooks.el: Require vc during compilation.
8449 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8450 macro `with-vc-properties' in vc.el.
8451 (vc-file-getprop): Doc fix.
8452 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8453
8454 * vc.el: Require dired-aux during compilation.
8455 (vc-name-assoc-file): Moved to vc-sccs.el.
8456 (with-vc-properties): New macro.
8457 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8458 vc-finish-steal): Use it.
8459 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8460 to the backend-specific function is now supposed to do the checkout,
8461 too.
8462 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8463
8464 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8465 set file properties; that gets done in the generic code now.
8466
8467 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8468 Changed parameter list, added code from vc.el that does the
8469 checkout, possibly with a double-take.
8470
8471 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8472 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8473 the above under the new name.
8474 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8475 parameter list, added checkout command.
8476 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8477 properties; that gets done in the generic code now.
8478
8479 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8480
8481 * vc.el: Docstring fixes (courtesy of checkdoc).
8482
8483 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8484
8485 * vc.el (vc-checkout-writable-buffer-hook)
8486 (vc-checkout-writable-buffer): Remove.
8487 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8488 (vc-log-mode): Make it into a clean derived major mode.
8489 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8490 vc-log-mode if log-edit is not available.
8491 (vc-dired-mode-map): Don't set-keymap-parent yet.
8492 (vc-dired-mode): Do set-keymap-parent here.
8493 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8494
8495 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8496
8497 * faces.el (set-face-attribute, face-spec-reset-face)
8498 (face-spec-set): Avoid consing by removing calls to `apply'.
8499
8500 * frame.el (frame-parameter): Move to C code.
8501
8502 2000-09-05 Dave Love <fx@gnu.org>
8503
8504 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8505 insert-before-markers-and-inherit. Now checked systematically!
8506
8507 2000-09-05 Alex Schroeder <alex@gnu.org>
8508
8509 * sql.el (sql-postgres): Use sql-postgres-options.
8510 (sql-postgres-options): New variable.
8511
8512 2000-09-05 Alex Schroeder <alex@gnu.org>
8513
8514 * sql.el (sql-mode-menu): Work around missing variable mark-active
8515 in XEmacs.
8516 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8517 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8518 compatibility.
8519
8520 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8521
8522 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8523
8524 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8525
8526 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8527
8528 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8529
8530 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8531 don't support anything else under SCCS yet.
8532
8533 * vc-hooks.el: Minor doc fixes.
8534
8535 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8536
8537 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8538 not necessary. If verbose in state `needs-patch', do the same as
8539 under `up-to-date'. When NOT verbose and `needs-patch', check out
8540 latest version instead of `merge-news'.
8541 (vc-next-action-dired): Don't mess with default-directory here; it
8542 breaks other parts of dired. It is the job of the
8543 backend-specific functions to adjust it temporarily if they need it.
8544 (vc-next-action): Remove a special CVS case.
8545 (vc-clear-headers): New optional arg FILE.
8546 (vc-checkin, vc-checkout): Set properties vc-state and
8547 vc-checkout-time properly.
8548 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8549 (vc-print-log): Use new backend function `show-log-entry'.
8550 (vc-cancel-version): Do the checks in a different order. Added a
8551 FIXME concerning RCS-only code.
8552
8553 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8554 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8555
8556 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8557
8558 * vc-hooks.el (vc-default-mode-line-string): Show state
8559 `needs-patch' as a `-' too.
8560
8561 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8562
8563 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8564 (vc-default-could-register): New function.
8565 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8566 (vc-resynch-buffer): Call vc-dired-resynch-file.
8567 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8568 vc-resynch-buffer instead of vc-resynch-window.
8569 (vc-next-action-dired): Don't redisplay here, that gets done as a
8570 result of the individual file operations.
8571 (vc-retrieve-snapshot): Corrected prompt order.
8572
8573 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8574
8575 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8576 as well.
8577 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8578 hostname regexps. Updated all callers.
8579 (vc-cvs-responsible-p): Handle directories as well.
8580 (vc-cvs-could-register): New function.
8581 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8582 properties up-to-date.
8583
8584 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8585 user whether to create one.
8586
8587 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8588
8589 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8590 check out a non-existing file.
8591
8592 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8593 workfile does not exist.
8594
8595 * vc.el (vc-version-diff): Use `require' to check for existence of
8596 diff-mode.
8597
8598 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8599
8600 * vc-cvs.el (vc-cvs-registered): Use new function
8601 vc-cvs-parse-entry to do the actual work.
8602
8603 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8604
8605 * vc-hooks.el (vc-find-backend-function): If function doesn't
8606 exist, return nil instead of error.
8607 (vc-call-backend): Doc fix.
8608
8609 * vc.el (vc-do-command): Doc fix.
8610 (vc-finish-logentry): When checking in from vc-dired, choose the
8611 right backend for logentry check.
8612 (vc-dired-mode-map): Inherit from dired-mode-map.
8613 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8614 simplified.
8615 (vc-dired-state-info): Removed, updated caller.
8616 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8617 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8618 (vc-dired-listing-switches): New variable.
8619 (vc-directory): Use it, instead of dired-listing-switches.
8620
8621 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8622 (vc-cvs-dir-state): New function.
8623 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8624 (vc-cvs-parse-entry): New function, also to be used in
8625 vc-cvs-registered.
8626
8627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8628
8629 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8630 *or* single-window-frames.
8631
8632 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8633
8634 * vc.el (vc-update-changelog): Split into generic part and default
8635 implementation. Doc string adapted.
8636 (vc-default-update-changelog): New function. Call the `rcs2log'
8637 script in exec-directory, to fix a long-standing nuisance.
8638
8639 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8640 simply signals an error.
8641
8642 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8643
8644 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8645 control-flow more clear and to avoid running `cvs' twice.
8646
8647 * vc.el (vc-next-action-on-file): Doc fix.
8648 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8649 (vc-print-log): Eval `file' before constructing the continuation.
8650
8651 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8652
8653 * vc.el (vc-next-action-on-file): Corrected several messages.
8654 (vc-merge): Add prefix arg `merge-news'; handle it.
8655
8656 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8657 is not reached. It is.
8658 (vc-cvs-merge): Set state to 'edited after merge.
8659 (vc-cvs-merge-news): Set workfile version to nil if not known.
8660 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8661
8662 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8663 via stdout. (Merge from main line.)
8664
8665 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8666
8667 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8668 detection.
8669
8670 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8671
8672 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8673 against kill-all-local-variables.
8674 (vc-log-edit): Don't save vc-parent-buffer any more.
8675 (vc-last-comment-match): Initialize to an empty string.
8676 (vc-post-command-functions): New hook.
8677 (vc-do-command): Run it.
8678 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8679 (vc-finish-logentry): Only add the comment to the ring if it's
8680 different from the last comment entered.
8681 (vc-new-comment-index): New function.
8682 (vc-previous-comment): Use it. Make the minibuffer message
8683 slightly less terse.
8684 (vc-comment-search-reverse): Make it work forward as well. Don't
8685 set vc-comment-ring-index if no match is found. Use
8686 vc-new-comment-index.
8687 (vc-comment-search-forward): Use vc-comment-search-reverse.
8688 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8689 define-derived-mode will do it for us. Bind `v' to a keymap that
8690 inherits from vc-prefix-map so that we can bind `vt' without
8691 binding C-x v t.
8692 (vc-retrieve-snapshot): Parenthesis typo.
8693
8694 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8695 to 1. Make sure to switch to *vc* before looking for an error
8696 message. Use vc-parse-buffer.
8697
8698 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8699
8700 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8701 and NAME.
8702 (vc-retrieve-snapshot): Split into two parts.
8703 (vc-default-retrieve-snapshot): New function.
8704
8705 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8706 (vc-cvs-retrieve-snapshot): New function (untested).
8707 (vc-cvs-stay-local): Default to t.
8708 (vc-cvs-remote-p): New function and property.
8709 (vc-cvs-state): Stay local only if the above is t.
8710 (vc-handle-cvs): Removed.
8711 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8712 done via vc-handled-backends now.
8713 (vc-cvs-header): Escape Id.
8714
8715 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8716
8717 * vc.el (vc-do-command): Remove unused commands.
8718 (vc-version-diff): Make sure default-directory ends with a slash.
8719 Move the window commands into a vc-exec-after.
8720 (vc-print-log): Move more of the code into the `vc-exec-after'.
8721
8722 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8723
8724 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8725 (vc-print-log): Search current revision from beginning of buffer.
8726 (vc-revert-buffer): Clear echo area after the diff is finished.
8727 (vc-prefix-map): Removed definition of "t" for terse display in vc
8728 dired.
8729 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8730 definition of "vt" for terse display.
8731 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8732
8733 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8734
8735 * vc.el (vc-exec-after): Avoid caddr.
8736
8737 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8738
8739 * vc.el (vc-exec-after): New function.
8740 (vc-do-command): Use it to add a termination message for async
8741 procs.
8742 (vc-checkout): Try to handle a missing-backend situation.
8743 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8744 of a directory with a backend using async diffs.
8745 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8746 present.
8747
8748 * vc-sccs.el (vc-sccs-state-heuristic): Use
8749 file-ownership-preserved-p.
8750
8751 * vc-rcs.el (vc-rcs-state-heuristic): Use
8752 file-ownership-preserved-p.
8753 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8754
8755 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8756
8757 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8758 vc-do-command.
8759
8760 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8761 when there are no changes.
8762
8763 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8764
8765 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8766
8767 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8768
8769 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8770
8771 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8772
8773 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8774 the `fset' outside of the defvar so that it works even if
8775 vc-prefix-map was already defined.
8776 (vc-setup-buffer): New function, split out of vc-do-command.
8777 (vc-do-command): Allow BUFFER to be t to mean `just use the
8778 current buffer without any fuss'.
8779 (vc-version-diff): Change the `diff' backend operation to just put
8780 the diff in the current buffer without erasing it. Always use
8781 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8782 shrink-window-if-larger-than-buffer.
8783 (vc-print-log): Change the `print-log' backend operation to just
8784 put the log in the current buffer without erasing it. Protect
8785 shrink-window-if-larger-than-buffer.
8786 (vc-update-change-log): Fix setd typo.
8787
8788 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8789 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8790
8791 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8792 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8793 CMP.
8794
8795 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8796 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8797 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8798
8799 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8800
8801 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8802 not possible, use vc-BACKEND-workfile-unchanged-p.
8803 (vc-default-workfile-unchanged-p): New function. Delegates to a
8804 full vc-BACKEND-diff.
8805
8806 * vc-hooks.el (vc-simple-command): Removed.
8807
8808 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8809 instead of vc-simple-command.
8810 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8811 avoid doing a diff when opening a file.
8812 (vc-rcs-state): Added check for unlocked-changes.
8813 (vc-rcs-header): Escape Id.
8814 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8815 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8816 version.
8817
8818 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8819 (vc-sccs-diff): Remove optional arg CMP.
8820 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8821 SCCS-specific function.
8822
8823 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8824 vc-simple-command.
8825
8826 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8827
8828 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8829 (with-vc-file, vc-merge): Use vc-editable-p.
8830 (vc-do-command): Remove unused var vc-file and fix the
8831 doubly-defined `status' var. Add a user message when starting an
8832 async command.
8833 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8834 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8835 Use with-current-buffer.
8836 (vc-buffer-sync): Use unless.
8837 (vc-next-action-on-file): If the file is 'edited by read-only,
8838 make it read-write instead of trying to commit.
8839 (vc-version-diff, vc-update-change-log): Use `setq
8840 default-directory' rather than `cd'.
8841 (vc-log-edit): Don't forget to set default-directory in the
8842 buffer.
8843
8844 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8845 (vc-sccs-state-heuristic): Use file-writable-p instead of
8846 comparing userids.
8847 (vc-sccs-checkout): Use `unless'.
8848
8849 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8850 of comparing userids.
8851 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8852 Simplify the logic by eliminating unreachable code.
8853 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8854 just do a recursive call if we need to retry.
8855 (vc-rcs-checkout): Handle the case where rcs is missing by making
8856 the buffer read-write if requested and re-signalling the error.
8857
8858 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8859
8860 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8861
8862 * vc-hooks.el (vc-handled-backends): Docstring change.
8863 (vc-ignore-vc-files): Mark obsolete.
8864 (vc-registered): Check vc-ignore-vc-files.
8865 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8866 vc-ignore-vc-files.
8867
8868 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8869
8870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8871
8872 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8873 files since ange-ftp already has vc-registered return nil.
8874
8875 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8876 (vc-sccs-workfile-version): Use with-temp-buffer and new
8877 vc-parse-buffer and don't bother setting the property.
8878 (vc-sccs-add-triple): Use with-current-buffer and
8879 find-file-noselect.
8880 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8881
8882 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8883 derives from the old vc-parse-buffer but uses the revision number
8884 rather than the date (much easier to compare robustly).
8885 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8886 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8887 locking-user more directly. Check strict locking and set
8888 checkout-model appropriately.
8889 (vc-rcs-parse-locks): Remove.
8890 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8891 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8892 (vc-rcs-system-release): Use with-current-buffer and
8893 vc-parse-buffer.
8894 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8895
8896 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8897 (vc-simple-command): Docstring fix.
8898 (vc-registered): Align the way the file-handler is called with the
8899 way the function itself works.
8900 (vc-file-owner): Remove.
8901
8902 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8903 extraction of fields and call to file-attributes because of a
8904 temporary bug in rcp.el.
8905 (vc-cvs-fetch-status): Use with-current-buffer.
8906
8907 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * vc.el (vc-do-command): Use file-relative-name.
8910 (vc-responsible-backend): Use vc-backend if possible.
8911 (vc-create-snapshot): Improve the `interactive' spec. Add support
8912 for branches and dispatch to backend-specific `create-snapshot'.
8913 (vc-default-create-snapshot): New function, containing the bulk of
8914 the old vc-create-snapshot.
8915 (vc-retrieve-snapshot): Improve the interactive spec.
8916
8917 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8918 (vc-backend-hook-functions): Remove.
8919 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8920 (vc-backend): Reintroduce the test for `file = nil' now that I
8921 know why it was there (and added a comment to better remember).
8922
8923 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8924 code from vc-sccs-hooks.el.
8925 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8926 'vc anymore.
8927 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8928 and file-directory-p instead of file-exists-p.
8929 (vc-sccs-check-headers): Simplify the regexp.
8930
8931 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8932 from vc-rcs-hooks.el. Don't require 'vc anymore.
8933 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8934 file-directory-p instead of file-exists-p.
8935
8936 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8937 from vc-cvs-hooks.el.
8938 (proto vc-cvs-registered): Require 'vc-cvs instead of
8939 'vc-cvs-hooks. Don't require 'vc anymore.
8940 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8941 file-directory-p instead of file-exists-p.
8942 (vc-cvs-create-snapshot): New function, replacing
8943 vc-cvs-assign-name.
8944 (vc-cvs-assign-name): Remove.
8945
8946 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8947
8948 * vc-cvs.el (vc-cvs-header): New var.
8949
8950 * vc-rcs.el (vc-rcs-exists): Remove.
8951 (vc-rcs-header): New var.
8952
8953 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8954 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8955 (vc-sccs-header): New var.
8956
8957 * vc.el (vc-do-command): Get rid of the `last' argument.
8958 (vc-header-alist): Remove, replaced by vc-X-header.
8959 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8960 (vc-dired-hook): Use expand-file-name instead of concat.
8961 (vc-directory): Use file-name-as-directory.
8962 (vc-snapshot-precondition, vc-create-snapshot)
8963 (vc-retrieve-snapshot): Allow the command to operate on any
8964 directory.
8965
8966 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8967 just removing the 'WORKFILE argument or by removing the 'MASTER
8968 argument and replacing `file' with (vc-name file).
8969
8970 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8971
8972 * vc.el: Update Copyright and add a crude list of backend funs.
8973 (vc-writable-p): New function.
8974 (with-vc-file): Use vc-writable-p.
8975 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8976 (vc-register): Avoid vc-name.
8977 (vc-locking-user): Remove.
8978 (vc-steal-lock): Make the `owner' arg non-optional.
8979 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8980 vc-checkout-model.
8981 (vc-default-dired-state-info): Use vc-state instead of
8982 vc-locking-user and return special strings for special states.
8983 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8984 and get rid of one of the special CVS cases.
8985 (vc-cancel-version): prettify error message with \\[...].
8986 (vc-rename-master): New function.
8987 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8988 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8989 the CVS special case generic.
8990 (vc-default-record-rename): Remove.
8991 (vc-file-tree-walk-internal): Only call FUNC for files that are
8992 under control of some VC backend and replace `concat' with
8993 expand-file-name.
8994 (vc-file-tree-walk): Update docstring.
8995 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8996 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8997
8998 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8999 vc-sccs-record-rename. Use `find-file-noselect' rather than
9000 `find-file' and call `vc-rename-master' to do the actual move.
9001 (vc-sccs-diff): Remove unused `backend' variable.
9002
9003 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9004 to delay loading of vc-sccs until it is really used.
9005 (vc-sccs-master-templates): Preload.
9006 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9007 (vc-sccs-project-dir): Remove (merged into
9008 vc-sccs-search-project-dir).
9009 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9010 rather than `concat', make sure it is preloaded and don't bother
9011 to check that the file actually exists.
9012 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9013 `locks' argument (use buffer's content instead) and eliminate n^2
9014 behavior.
9015
9016 * vc-rcs.el: Update Copyright.
9017 (vc-rcs-rename-file): New function.
9018 (vc-rcs-diff): Remove unused `backend' variable.
9019
9020 * vc-hooks.el: Update Copyright.
9021 (vc-backend): Don't accept a nil argument any more.
9022 (vc-up-to-date-p): Turn into a defsubst.
9023 (vc-possible-master): New function.
9024 (vc-check-master-templates): Use `vc-possible-master' and allow
9025 funs in vc-X-master-templates to return a non-existent file.
9026
9027 * vc-cvs.el: Update Copyright.
9028 (vc-cvs-diff): Remove unused `backend' variable.
9029 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9030
9031 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9032
9033 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9034
9035 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9036 since it can be called from vc-rcs.el.
9037 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9038
9039 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9040
9041 * vc.el (vc-version-diff): Expand file name read from the
9042 minibuffer. Handle the case when a previous version number can't
9043 be guessed. Give suitable messages when there were no differences
9044 found.
9045 (vc-clear-headers): Call backend-specific implementation, if one
9046 exists.
9047 (vc-cancel-version): Made error checks generic. When done, clear
9048 headers generically, too.
9049
9050 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9051 from vc-clear-headers in vc.el.
9052
9053 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9054 correctly.
9055 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9056 optional. Handle the case when it's not there.
9057
9058 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9059
9060 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9061
9062 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9063
9064 * vc-hooks.el (vc-loadup): Remove.
9065 (vc-find-backend-function): Use `require'. Also, handle the case
9066 where vc-BACKEND-hooks.el doesn't exist.
9067 (vc-call-backend): Cleanup.
9068
9069 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9070
9071 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9072 vc-rcs-grab-templates)
9073 (vc-rcs-registered): Remove. The default function works as well.
9074 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9075 vc-sccs-grab-templates)
9076 (vc-sccs-registered): Remove. The default function works as well.
9077
9078 * vc.el (vc-version-diff): Left out a vc- in call to
9079 vc-call-backend.
9080 (vc-default-dired-state-info, vc-default-record-rename)
9081 (vc-default-merge-news): Update for the new backend argument.
9082
9083 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9084 using the default function.
9085 (vc-call-backend): If calling the default function, pass it the
9086 backend as first argument. Update the docstring accordingly.
9087 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9088 for the new backend argument.
9089 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9090 (vc-find-backend-function): Use the new name.
9091 (vc-default-registered): New function.
9092
9093 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9094
9095 * vc.el (vc-merge): Use vc-find-backend-function.
9096
9097 * vc-hooks.el (vc-backend-functions): Remove.
9098 (vc-loadup): Don't setup 'vc-functions.
9099 (vc-find-backend-function): New function.
9100 (vc-call-backend): Use above fun and populate 'vc-functions
9101 lazily.
9102 (vc-backend-defines): Remove.
9103
9104 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9105
9106 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9107 Call vc-call-backend without the leading vc-.
9108 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9109 (vc-check-headers): Call vc-call-backend without the leading vc-.
9110 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9111 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9112 Call vc-call-backend without the leading vc-.
9113
9114 * vc-cvs.el (tail): Provide vc-cvs.
9115 * vc-sccs.el (tail): Provide vc-sccs.
9116 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9117
9118 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9119 (vc-make-backend-function, vc-call): Pass names without leading
9120 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9121 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9122 (vc-call-backend): Always try to load vc-X-hooks.
9123 (vc-registered): Remove vc- in call to vc-call-backend.
9124
9125 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * vc.el (vc-process-filter): New function.
9128 (vc-do-command): Setup `vc-process-filter' for the async process.
9129 (vc-maybe-resolve-conflicts): New function to reduce
9130 code-duplication. Additionally, it puts the buffer in
9131 `smerge-mode' if applicable.
9132 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9133 calling `merge-news'.
9134 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9135 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9136 interfacing to log-edit.el.
9137 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9138 log-edit is available.
9139 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9140
9141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9142
9143 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9144 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9145 defvar and the initialization.
9146 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9147
9148 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9149 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9150
9151 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9152
9153 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9154
9155 * vc.el (vc-file-clear-masterprops): Removed.
9156 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9157 (vc-version-diff): Use buffer-size without argument.
9158 (vc-register): Heed vc-initial-comment.
9159
9160 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9161 default branch.
9162
9163 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9164 file name and workfile version.
9165 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9166
9167 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9168 vc-file-clear-masterprops.
9169
9170 * vc-sccs.el (vc-sccs-checkout): Removed call to
9171 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9172 rather than user login name.
9173
9174
9175 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9176
9177 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9178 `want-differences-if-changed' and simplify.
9179 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9180 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9181 output (which is invalid for async vc-diff) to decide whether to
9182 do the revert silently or not.
9183
9184 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * vc-hooks.el (vc-loadup): Load files quietly.
9187 (vc-call-backend): Oops, brain fart.
9188
9189 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9190
9191 * vc-cvs.el (vc-cvs-state): Typo.
9192 (vc-cvs-merge-news): Return the status code rather than the error msg.
9193
9194 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9195
9196 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9197 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9198 vc-state or vc-up-to-date-p.
9199 (vc-merge): Use vc-backend-defines to check whether merging is
9200 possible. Set state to 'edited after successful merge.
9201
9202 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9203 return that name. Redocumented.
9204
9205 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9206
9207 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9208 new `vc-state' semantics.
9209 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9210 'vc-locking-user to the current user.
9211 (vc-merge): Inline vc-backend-merge. Comment out code that I
9212 don't understand and hence can't adapt to the new `vc-state' and
9213 `vc-locking-user' semantics.
9214 (vc-backend-merge): Remove.
9215
9216 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9217 rather than 'vc-locking-user.
9218
9219 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9220
9221 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9222 (vc-state): Don't use 'reserved any more. Just use the same
9223 convention as the one used for vc-<backend>-state where the
9224 locking user (as a string) is returned.
9225 (vc-locking-user): Update, based on the above convention. The
9226 'vc-locking-user property has disappeared.
9227 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9228
9229 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9230 with a heuristic one.
9231 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9232 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9233 error. That allows us to get to 'needs-merge even in the
9234 stay-local case. There's still no way to detect 'needs-patch in
9235 such a setup (or to force an update for that matter).
9236 (vc-cvs-logentry-check): Remove, the default works as well.
9237
9238 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9241
9242 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9243 major-mode in which the buffer might have been put earlier. Use
9244 `remove' and `when'. Allow `okstatus' to be `async' and use
9245 `start-process' in this case.
9246 (vc-version-diff): Handle the case where the diff looks empty
9247 because of the use of an async process.
9248
9249 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9250
9251 * vc.el (vc-next-action-on-file): Removed optional parameter
9252 `simple'. Recompute state unconditionally.
9253 (vc-default-toggle-read-only): Removed.
9254
9255 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9256 (vc-toggle-read-only): Undid prev change.
9257
9258 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9259 vc-cvs-simple-toggle. Redocumented.
9260 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9261 (vc-cvs-toggle-read-only): Removed.
9262
9263 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9264
9265 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9266 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9267 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9268 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9269 still is. So maybe it should be removed.
9270 (vc-head-version, vc-find-binary): Remove.
9271 (vc-recompute-state): Move from vc-hooks.el.
9272 (vc-next-action-on-file): Add a `simple' argument to allow
9273 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9274 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9275 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9276 (vc-dired-mode-map): Properly defvar it.
9277 (vc-print-log): Call log-view-mode if available.
9278 (small-temporary-file-directory): defvar instead of use boundp.
9279 (vc-merge-news): Moved to vc-cvs.el.
9280 (vc-default-merge-news): New function.
9281
9282 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9283 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9284 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9285 unknown `vc-latest-version' function. It should probably refer to
9286 vc-workfile-version or somesuch, but it's very unclear to me and I
9287 don't have SCCS to test things.
9288
9289 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9290 (vc-sccs-state-heuristic): Fix typo.
9291 (vc-sccs-workfile-unchanged-p): Add missing argument.
9292
9293 * vc-rcs.el: Require vc and vc-rcs-hooks.
9294 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9295 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9296 (vc-release-greater-or-equal-p): Move from vc.
9297 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9298 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9299 (vc-rcs-checkout): Add a missing `new-version' argument in the
9300 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9301
9302 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9303 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9304 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9305 than the apparently unbound `workfile-version'.
9306
9307 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9308 (vc-file-prop-obarray): Use `make-vector'.
9309 (vc-backend-functions): Add new hookable functions
9310 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9311 (vc-loadup): If neither backend nor default functions exist, use
9312 the backend function rather than nil.
9313 (vc-call-backend): If the function if not bound yet, try to load
9314 the non-hook file to see if it provides it.
9315 (vc-call): New macro plus use it wherever possible.
9316 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9317 nor `vc-find-binary' since it's only called from
9318 vc-mistrust-permission which is only used once the backend is known.
9319 (vc-checkout-model): Fix parenthesis.
9320 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9321
9322 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9323 (vc-cvs-release, vc-cvs-system-release): Remove.
9324 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9325 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9326 status symbols.
9327 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9328 (vc-cvs-toggle-read-only): First cut at a function to allow a
9329 cvs-status-free vc-toggle-read-only.
9330 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9331 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9332 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9333 (vc-cvs-checkout): Modify access rights directly if the user
9334 requested not to use `cvs edit'. And refresh the mode line.
9335
9336 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9337 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9338
9339 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9340
9341 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9342 workfile' that got lost when the code was extracted from vc.el.
9343 And merged the tail with the rest of the code (not possible in the
9344 old vc.el where the tail was shared among all backends). And
9345 explicitly set the state to 'edited if `writable' is set.
9346
9347 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9348 (vc-cvs-state): Be careful to return the value from
9349 vc-cvs-parse-state.
9350 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9351 property but return it instead. Also be careful to handle a nil
9352 or "" `rev' when workfile is non-nil (it was handled properly when
9353 workfile was nil).
9354
9355 * vc.el: Removed those pesky unnecessary `(function' quotes.
9356 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9357 directly in the defvar.
9358 (vc-do-command): Bind inhibit-read-only so as to properly handle
9359 the case where the destination buffer has been made read-only.
9360 (vc-diff): Delegate to vc-version-diff in all cases.
9361 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9362 (vc-annotate-mode-variables): Removed (code moved partly to
9363 defvars and partly to vc-annotate-add-menu).
9364 (vc-annotate-mode): Turned into a derived-mode.
9365 (vc-annotate-add-menu): Moved in code in
9366 vc-annotate-mode-variables.
9367 (vc-update-change-log): Use make-temp-file if available.
9368
9369 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9370
9371 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9372 `vc-checkout-model' updated to `vc-cvs-update-model'.
9373
9374 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9375
9376 * vc.el (vc-next-action-on-file): Added handling of state
9377 `unlocked-changes'.
9378 (vc-checkout-carefully): Is now practically obsolete, unless the
9379 above is too slow to be enabled unconditionally.
9380 (vc-update-change-log): Fixed typo.
9381
9382 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9383
9384 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9385 Now handles state `unlocked-changes'.
9386 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9387
9388 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9389
9390 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9391 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9392 `unlocked-changes'.
9393 (vc-rcs-workfile-unchanged-p): Renamed from
9394 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9395 function yet, but supposed to become one soon.
9396
9397 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9398 `vc-steal-lock'.
9399 (vc-call-backend): Changed error message.
9400 (vc-state): Added description of state `unlocked-changes'.
9401
9402 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9403
9404 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9405 always return t in CVS-controlled directories.
9406
9407 * vc.el (vc-responsible-backend): New function.
9408 (vc-register): Largely rewritten.
9409 (vc-admin): Removed (implementation moved into vc-register).
9410 (vc-checkin): Redocumented.
9411 (vc-finish-logentry): If no backend defined yet (because we are in
9412 the process of registering), use the responsible backend.
9413
9414 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9415 Updated function lists.
9416 (vc-call-backend): Fixed typo.
9417
9418 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9419 New functions.
9420 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9421 Removed query option. Redocumented.
9422
9423 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9424
9425 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9426
9427 * vc.el: Updated callers of `vc-checkout-required' to use
9428 `vc-checkout-model'.
9429
9430 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9431
9432 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9433 stuff updated to reference this function instead of the old
9434 `vc-backend-release-p'.
9435
9436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9437
9438 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9439 vc-checkout-model. Return appropriate values. Updated callers.
9440
9441 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9442
9443 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9444 (vc-backend-revert): Function moved into `vc-revert';
9445 `vc-next-action' must be updated to accomodate this change.
9446 (vc-backend-steal): Function moved into `vc-finish-steal'.
9447 (vc-backend-logentry-check): Function moved into
9448 `vc-finish-logentry'.
9449 (vc-backend-printlog): Function moved into `vc-print-log'.
9450 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9451 (vc-backend-assign-name): Function moved into
9452 `vc-create-snapshot'.
9453
9454 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9455
9456 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9457 Rename to vc-checkout-model. Return appropriate values.
9458 Update callers.
9459
9460 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9461 to vc-checkout-model.
9462 (vc-checkout-required): Rename to vc-checkout-model.
9463 Re-implement and re-comment.
9464 (vc-after-save): Use vc-checkout-model.
9465
9466 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9467
9468 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9469 Update to use the vc-BACKEND-diff functions instead.
9470 `vc-diff' is now working.
9471
9472 * vc-rcs.el (vc-rcs-logentry-check): New function.
9473
9474 * vc-cvs.el (vc-cvs-logentry-check): New function.
9475
9476 * vc-sccs.el (vc-sccs-diff): Function changed name from
9477 `vc-backend-diff'. This makes `vc-diff' work.
9478
9479 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9480 of functions possibly implemented in a vc-BACKEND library.
9481 (vc-checkout-required): Fix bug that caused an error to be
9482 signaled during `vc-after-save'.
9483
9484 * vc.el: Fix typo.
9485 This checkin is made with our new VC code base for the very first time.
9486 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9487
9488 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9489 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9490
9491 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9492 updated to `vc-uses-locking'.
9493 (vc-checkout-required): Call to backend function.
9494 `vc-checkout-required' updated to `vc-uses-locking' instead.
9495
9496 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9497 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9498
9499 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9500 to match the split into various backends.
9501 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9502 (vc-retrieve-snapshot): Bug fix.
9503
9504 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9505
9506 * vc-sccs.el (vc-sccs-release): Doc fix.
9507
9508 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9509
9510 * vc.el (vc-next-action-on-file): Bug found and fixed.
9511 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9512 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9513
9514 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9515 (vc-rcs-checkout): Name space cleaned up. No more revision number
9516 crunching function names that are not prefixed with vc-rcs.
9517 (vc-rcs-checkout-model): Function added. References to
9518 `vc-checkout-model' replaced.
9519
9520 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9521
9522 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9523 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9524 still need to be split, and implemented for RCS).
9525
9526 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9527
9528 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9529
9530 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9531 required by the vc.el file.
9532
9533 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9534 required by the vc.el file.
9535 (vc-rcs-exists): Function added.
9536
9537 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9538 required by the vc.el file.
9539
9540 * vc.el (vc-admin): Updated to handle selection of appropriate
9541 backend. Current implementation is crufty and need re-thinking.
9542
9543 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9544
9545 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9546
9547 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9548 beginning of annotate buffers correctly.
9549
9550 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9551 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9552 functionality updated quite a lot to support multiple backends.
9553 Variables `vc-annotate-mode', `vc-annotate-buffers',
9554 `vc-annotate-backend' added.
9555
9556 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9557 `vc-annotate-difference' added to supported backend functions.
9558
9559 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9560
9561 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9562 Use with-temp-file instead of /bin/sh. Merged from mainline
9563
9564 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9565
9566 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9567
9568 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9569
9570 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9571
9572 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9573
9574 * vc-hooks.el: vc-state-heuristic added to
9575 vc-backend-hook-functions.
9576
9577 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9578
9579 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9580
9581 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9582 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9583 state to `reserved'.
9584
9585 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9586 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9587
9588 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9589
9590 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9591 untouched.
9592
9593 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9594
9595 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9596 if defined. (Merged from main line, slightly adapted.)
9597
9598 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9599 millenium problem (merged from mainline).
9600
9601 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9602
9603 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9604 part and moved the non-BACKEND stuff to vc.el.
9605
9606 * vc.el: Split the annotate feature into a BACKEND specific part
9607 and moved it from the vc-cvs.el file to this one.
9608
9609 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9610
9611 * vc-hooks.el: Implement new state model.
9612 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9613 (vc-locking-user): Simplify. Now only needed if the file is
9614 locked by somebody else.
9615 (vc-lock-from-permissions): Remove. Functionality is in
9616 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9617 (vc-mode-line-string): New name for former vc-status. Adapted.
9618 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9619
9620 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9621 Various simplifications and adaptations all over the place.
9622
9623 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9624 Simplify and adapt the rest.
9625
9626 * vc.el (vc-resynch-window): Add TODO comment: check for
9627 interaction with view mode according to recent RCS change.
9628 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9629
9630 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9631
9632 * vc.el: Convert the remaining function comments to docstrings.
9633
9634 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9635
9636 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9637 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9638 (vc-minor-part, vc-previous-version): Functions that operate and
9639 compare revision numbers got proper documentation. Comments added
9640 about their possible removal.
9641
9642 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9643
9644 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9645 the vc-backend.el files.
9646
9647 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9648
9649 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9650 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9651 (vc-rcs-previous-version): Functions added.
9652
9653 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9654
9655 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9656
9657 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9658
9659 * vc-hooks.el (vc-master-templates): Is really obsolete.
9660 Comment out the definition for now. What is the right procedure
9661 to get rid of it?
9662 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9663 rewritten.
9664 (vc-default-registered): Remove.
9665 (vc-check-master-templates): New function; does mostly what the
9666 above did before.
9667 (vc-locking-user): Don't rely on the backend to set the property.
9668
9669 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9670 Rewrite documentation.
9671 (vc-rcs-templates-grabbed): New variable.
9672 (vc-rcs-grab-templates): New function.
9673 (vc-rcs-registered): Rewrite to use above mechanism.
9674
9675 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9676 Rewrite documentation.
9677 (vc-sccs-templates-grabbed): New variable.
9678 (vc-sccs-grab-templates): New function.
9679 (vc-sccs-registered): Rewrite to use above mechanism.
9680 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9681 Don't throw the result, simply return it.
9682
9683 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9684 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9685 (vc-cvs-registered): Does the check itself now. Simplify.
9686
9687 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9688 from main line.
9689
9690 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9691
9692 * vc-cvs.el (vc-cvs-diff): New function.
9693
9694 * vc-sccs.el (vc-sccs-diff): New function.
9695
9696 * vc-rcs.el (vc-rcs-diff): New function.
9697 (vc-rcs-checkout): Bug (typo) found and fixed.
9698 (vc-rcs-register-switches): New variable.
9699
9700 * vc.el (vc-backend-diff): Function removed and placed in the
9701 backend files.
9702
9703 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9704
9705 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9706
9707 * vc.el (vc-backend-checkout): Function removed and replaced in
9708 the vc-backend.el files.
9709
9710 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9711
9712 * vc.el (vc-backend-admin): Removed and replaced in the
9713 vc-backend.el files.
9714
9715 * vc.el (Martin): Removed all the annotate functionality since it
9716 is CVS backend specific.
9717
9718 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9719
9720 * spec.txt: Added specification of vc-state.
9721
9722 * vc-sccs-hooks.el (vc-sccs-master-properties):
9723 Remove handling of vc-latest-version and
9724 vc-your-latest-version. What used to be vc-latest-version, is now
9725 returned as vc-workfile-version.
9726 (vc-sccs-workfile-version): Adapt.
9727
9728 2000-09-04 Dave Love <fx@gnu.org>
9729
9730 * vc.el: [Merged from mainline.]
9731 (vc-dired-mode): Make the dired-move-to-filename-regexp
9732 regexp match the date, to avoid treating date as file size.
9733 Add YYYY S option to WESTERN/
9734
9735 2000-09-04 Dave Love <fx@gnu.org>
9736
9737 * vc.el: Require `compile' when compiling.
9738 (vc-logentry-check-hook): New option.
9739 (vc-steal-lock): Use compose-mail.
9740 (vc-dired-mode-map): Defvar when compiling.
9741 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9742 vc-sccs.el and renamed. Callers changed.
9743 (vc-backend-checkout, vc-backend-logentry-check)
9744 (vc-backend-merge-news): Doc fix.
9745 (vc-default-logentry-check): New function.
9746 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9747 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9748 (vc-backend-merge): Doc fix. Use backend functions.
9749 (vc-check-headers): Use backend functions.
9750
9751 * vc-cvs.el: Require vc when compiling.
9752 (vc-cvs-register-switches): Doc fix.
9753 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9754 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9755 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9756 New functions (code from vc.el).
9757 (vc-annotate-display-default): Fix interactive spec.
9758 (vc-annotate-time-span): Doc fix.
9759
9760 * vc-rcs.el: Require vc when compiling.
9761 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9762 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9763 (vc-rcs-checkin): New functions (code from vc.el).
9764 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9765 Doc fix.
9766 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9767
9768 * vc-sccs.el: Require vc when compiling.
9769 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9770 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9771 (vc-sccs-revert)
9772 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9773 from vc.el).
9774 (vc-sccs-add-triple, vc-sccs-record-rename)
9775 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9776 (vc-sccs-admin): Doc fix.
9777
9778 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9779
9780 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9781 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9782 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9783 from vc.el.
9784
9785 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9786
9787 * vc-cvs.el: Moved the annotate functionality from vc.el.
9788 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9789
9790 2000-09-04 Dave Love <fx@gnu.org>
9791
9792 * vc.el (vc-backend-release): Call vc-system-release.
9793
9794 * vc-sccs.el (vc-sccs-system-release):
9795 Renamed from vc-sccs-backend-release.
9796
9797 * vc-rcs.el (vc-rcs-system-release):
9798 Renamed from vc-rcs-backend-release.
9799
9800 * vc-cvs.el (vc-cvs-system-release):
9801 Renamed from vc-cvs-backend-release.
9802
9803 2000-09-04 Dave Love <fx@gnu.org>
9804
9805 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9806 backend files.
9807 (vc-backend-release): Dispatch to backend functions.
9808 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9809 probably needs attention.]
9810
9811 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9812 (vc-sccs-backend-release): New function.
9813
9814 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9815 (vc-cvs-backend-release): New function.
9816
9817 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9818 Doc fix.
9819 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9820 (vc-default-dired-state-info): New function.
9821 (vc-dired-state-info): Dispatch to backends.
9822 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9823
9824 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9825 from vc.el and renamed.
9826
9827 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9828
9829 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9830 (vc-version-other-window, vc-backend-assign-name): Removed
9831 references to vc-latest-version; sometimes changed into
9832 vc-workfile-version.
9833
9834 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9835 vc-rcs-master-workfile-version.
9836 (vc-rcs-workfile-version): Use the above. Don't call
9837 vc-latest-version (that was unreachable code, anyway).
9838 (vc-rcs-fetch-master-properties): Doc fix.
9839
9840 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9841 (vc-backend-hook-functions): Removed them from this list, too.
9842 (vc-fetch-properties): Removed.
9843 (vc-workfile-version): Doc fix.
9844
9845 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9846 (vc-rcs-workfile-version, vc-rcs-locking-user)
9847 (vc-rcs-uses-locking): Use it.
9848
9849 * vc-hooks.el (vc-consult-rcs-headers):
9850 Moved into vc-rcs-hooks.el, under the name
9851 vc-rcs-consult-headers.
9852
9853 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9854 headers.
9855 (vc-cvs-find-master): Use this name only; correct different
9856 versions of the name.
9857
9858 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9859 New functions.
9860 (vc-sccs-locking-user): Use the latter.
9861
9862 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9863 New functions.
9864
9865 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9866 Moved into both
9867 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9868 functions are implementation details of those two backends.
9869
9870 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9871
9872 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9873 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9874
9875 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9876 (vc-sccs-parse-locks): SCCS-specific code moved here from
9877 vc-hooks.
9878
9879 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9880 code moved here from vc-hooks.
9881
9882 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9883 into back-end specific parts and removed. Callers not updated
9884 yet; because I guess these callers will disappear into back-end
9885 specific files anyway.
9886
9887 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9888
9889 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9890 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9891 `vc-uses-locking'.
9892
9893 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9894 Store yes/no in the property, and return t/nil. Updated all
9895 callers.
9896
9897 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9898 vc-sccs-uses-locking. Don't set property.
9899 (vc-sccs-locking-user): Don't set property.
9900
9901 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9902 vc-cvs-uses-locking. Don't set property here; leave that to
9903 vc-hooks.
9904 (vc-cvs-locking-user): Reflect above change. Streamlined.
9905
9906 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9907 vc-rcs-uses-locking.
9908 (vc-rcs-locking-user): Reflect above change.
9909
9910 2000-09-04 Dave Love <fx@gnu.org>
9911
9912 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9913
9914 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9915
9916 * vc-hooks.el (vc-checkout-model): Punt to backends.
9917
9918 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9919
9920 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9921
9922 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9923 New functions.
9924
9925 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9926 New functions.
9927
9928 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9929 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9930
9931 * vc-hooks.el (vc-default-locking-user): New function.
9932 (vc-locking-user, vc-workfile-version): Punt to backends.
9933
9934 2000-09-04 Dave Love <fx@gnu.org>
9935
9936 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9937 (vc-master-workfile-version): Moved from vc-hooks.
9938
9939 * vc-rcs-hooks.el: Fix duplicate code in last change.
9940
9941 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9942 (vc-rcs-master-templates): Improve :type.
9943 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9944 vc-master-workfile-version): Moved from vc-hooks.
9945
9946 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9947 (vc-sccs-master-templates): Improve :type.
9948 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9949
9950 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9951
9952 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9953 (vc-cvs-master-templates): Improve :type. Use
9954 vc-cvs-find-cvs-master.
9955 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9956 from vc-hooks.
9957 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9958
9959 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9960 Moved to vc-cvs-hooks.
9961
9962 * vc-hooks.el: Add doc strings in various places. Simplify the
9963 minor mode setup.
9964 (vc-handled-backends): New user variable.
9965 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9966 simplification.
9967
9968 2000-09-04 Dave Love <fx@gnu.org>
9969
9970 * vc.el: Some doc fixes for autoloaded and interactive functions.
9971 Fix compilation warnings from ediff stuff.
9972 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9973
9974 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9975
9976 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9977
9978 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9979
9980 2000-09-04 Dave Love <fx@gnu.org>
9981
9982 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9983 New variable.
9984 (vc-make-backend-function, vc-loadup, vc-call-backend)
9985 (vc-backend-defines): New functions.
9986
9987 * vc-hooks.el: Various doc fixes.
9988 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9989 (vc-match-substring): Function removed. Callers changed to use
9990 match-string.
9991 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9992 Simplify.
9993
9994 2000-09-04 Dave Love <fx@gnu.org>
9995
9996 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9997 type.
9998 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9999 (vc-sccs-registered): Doc fix.
10000
10001 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10002 (vc-cvs-registered): Doc fix.
10003
10004 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10005 (vc-rcs-registered): Doc fix.
10006
10007 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10008
10009 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10010
10011 * vc-hooks.el: vc-registered has been renamed
10012 vc-default-registered. Some functions have been moved to the
10013 backend specific files. they all support the
10014 vc-BACKEND-registered functions.
10015
10016 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10017
10018 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10019
10020 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10021
10022 2000-09-04 Dave Love <fx@gnu.org>
10023
10024 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10025 menu-bar-update-hook.
10026
10027 * help.el (help-manyarg-func-alist): Add
10028 find-operation-coding-system.
10029
10030 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10031
10032 * custom.el (custom-set-variables): Print message about errors in
10033 setting.
10034
10035 2000-09-03 Andrew Innes <andrewi@gnu.org>
10036
10037 * makefile.w32-in: Change to DOS line endings.
10038
10039 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10042 minor-mode keymaps, if they don't have one.
10043
10044 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10045
10046 * eshell/esh-module.el (eval-when-compile): Don't lose if
10047 esh-module.el's file name is truncated to DOS 8+3 limits.
10048
10049 2000-09-01 John Wiegley <johnw@gnu.org>
10050
10051 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10052 predicate, which caused entries in the completion list to be
10053 doubled.
10054
10055 2000-08-30 John Wiegley <johnw@gnu.org>
10056
10057 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10058 sending to subprocesses. Also, hook pre-command-hook if
10059 `eshell-send-direct-to-subprocesses' is non-nil.
10060 (eshell-send-direct-to-subprocesses): New config variable. If t,
10061 subprocess input is send immediately.
10062 (eshell-toggle-direct-send): New function.
10063 (eshell-self-insert-command): New function.
10064 (eshell-intercept-commands): New function.
10065 (eshell-send-input): If direct subprocess sending is enabled,
10066 don't echo any input to the Eshell buffer. Let the subprocess
10067 handle that. This requires "stty echo" in bash, for example.
10068
10069 2000-08-28 John Wiegley <johnw@gnu.org>
10070
10071 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10072 completion function for Eshell's implementation of `unset'.
10073
10074 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10075
10076 * info.el (Info-directory-list): Doc fix.
10077
10078 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10079
10080 * filecache.el (file-cache-add-directory-using-find): Don't quote
10081 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10082
10083 2000-08-31 Kenichi Handa <handa@etl.go.jp>
10084
10085 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10086 coding systems.
10087
10088 2000-08-30 Andrew Innes <andrewi@gnu.org>
10089
10090 * timer.el (run-with-idle-timer): Undo last change, so that timer
10091 is not activated immediately if Emacs is already idle. Some
10092 existing code relies on this behaviour.
10093
10094 2000-08-30 Miles Bader <miles@gnu.org>
10095
10096 * frame.el (set-frame-font): Do completion of font-name for
10097 interactive use.
10098
10099 2000-08-30 Kenichi Handa <handa@etl.go.jp>
10100
10101 * international/quail.el (quail-start-translation): Bind locally
10102 last-command-event, last-command, and this-command.
10103 (quail-start-conversion): Likewise.
10104 (quail-self-insert-command): Fix docstring.
10105
10106 2000-08-29 Gerd Moellmann <gerd@gnu.org>
10107
10108 * progmodes/executable.el
10109 (executable-make-buffer-file-executable-if-script-p): Check that
10110 buffer contains at least 2 characters.
10111
10112 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10113
10114 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10115
10116 2000-08-29 Dave Love <fx@gnu.org>
10117
10118 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10119 (diff-mode-shared-map): Bind mouse-2.
10120 (diff-imenu-generic-expression): New variable.
10121 (diff-mode): Use it.
10122
10123 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10124 (mouse-popup-menubar): Add minor mode menus.
10125 (popup-menu): Check for lookup-key returning number.
10126
10127 2000-08-29 Miles Bader <miles@gnu.org>
10128
10129 * comint.el (comint-send-input): Create overlays using the proper
10130 front/read-advance arguments.
10131
10132 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10133
10134 * ps-print.el: Even/odd pages printing. Doc fix.
10135 (ps-print-version): New version number (6.0).
10136 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10137 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10138 (ps-print-duplex-feature): Variable eliminated.
10139 (ps-even-or-odd-pages): New variable.
10140
10141 * progmodes/ebnf2ps.el: Doc fix.
10142 (ebnf-version): New version (3.3).
10143 (ebnf-user-arrow): Change variable customization to sexp.
10144 (ebnf-user-arrow): Function eliminated.
10145 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10146
10147 2000-08-29 Kenichi Handa <handa@etl.go.jp>
10148
10149 * help.el (help-xref-mule-regexp): New variable.
10150 (help-make-xrefs): Handle help-xref-mule-regexp.
10151
10152 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10153 variable.
10154 (describe-input-method): Temporarily activate the specfied input
10155 method to display the information.
10156 (describe-language-environment): Hyperlinks to mule related items.
10157
10158 * international/mule-diag.el (charset-multibyte-form-string): New
10159 function.
10160 (list-character-sets-1): Use charset-multibyte-form-string.
10161 (describe-character-set): New function.
10162 (describe-coding-system): Hyperlinks to safe character sets.
10163
10164 * international/quail.el (quail-help): New arg PACKAGE.
10165 Hyperlinks to mule related items.
10166 (quail-help-insert-keymap-description): Use
10167 substitute-command-keys instead of describe-bindings.
10168 (quail-translation-help): Hyperlinks to mule related items.
10169
10170 2000-08-28 John Wiegley <johnw@gnu.org>
10171
10172 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10173 have a defsubst call itself. Made `eshell-flatten-list' back into
10174 a function again.
10175
10176 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10177 catch, in case re-centering point at bottom messes up the display.
10178 This happens frequently in Emacs 21, due I believe to variable
10179 line heights.
10180
10181 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10182 to call `find-tag-interactive'.
10183
10184 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10185 the list of remember directories.
10186
10187 2000-08-28 John Wiegley <johnw@gnu.org>
10188
10189 * align.el: Test align-region-separate to see if it's a symbol.
10190
10191 2000-08-28 John Wiegley <johnw@gnu.org>
10192
10193 * eshell/esh-util.el (eshell-flatten-list): Made this function
10194 into a defsubst form. It gets used very frequently, although
10195 calls don't occur all that often.
10196
10197 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10198 examining it.
10199
10200 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10201 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10202 `eshell-protect'.
10203 (eshell-copy-handles): Created a new macro for duplicating the
10204 current set of open handles. This is needed by the looping
10205 functions.
10206 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10207 is not incorrectly stomped on.
10208
10209 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10210 declaration for pcomplete-use-paring.
10211 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10212 value of eshell-cmpl-use-paring.
10213 * pcomplete.el (pcomplete-use-paring): New config variable, to
10214 indicate whether paring should be used.
10215 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10216 completion alternatives that have already been used.
10217
10218 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10219 bound to C-c C-y, which will repeat the previous N arguments
10220 (based on prefix argument).
10221 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10222
10223 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10224 if there is no *Help* buffer. This is for XEmacs, which renames
10225 its help buffers uniquely. TODO: Find out what the current buffer
10226 name to delete is.
10227
10228 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10229 first entry that correlates to a passwd/group number. Later
10230 entries (used for group/user name aliasing to multiple IDs) are
10231 ignored.
10232
10233 * eshell/em-xtra.el (eshell/expr):
10234 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10235 (eshell-grep, eshell/diff, eshell/locate):
10236 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10237 argument list, before passing it to the system command.
10238
10239 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10240 `find-tag' for use at final position in Eshell buffers (which
10241 otherwise triggers an error on Emacs 21).
10242 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10243 buffer, if it is currently bound to `find-tag'.
10244
10245 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10246 in the list of matched Makefile names.
10247 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10248 directory, prefer its contents to Makefile.
10249
10250 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10251 directory parts (like "cd old new", or "cd =regexp"), are now case
10252 sensitive on non-Windows/DOS platforms.
10253
10254 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10255 types RET after an open delimiter (like "), display a message
10256 indicating that Eshell is waiting for the closing delimiter.
10257
10258 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10259 environment variables.
10260
10261 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10262 gracefully if the user enters incorrect arguments.
10263
10264 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10265 Eshell buffers.
10266
10267 * eshell/esh-var.el (eshell-interpolate-variable):
10268 * eshell/esh-mode.el (eshell-move-argument):
10269 * eshell/em-unix.el (eshell-du-sum-directory):
10270 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10271 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10272 (not (= ...)).
10273
10274 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10275 to ensure the `preserve' flag gets propagated when doing recursive
10276 directory copies.
10277
10278 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10279
10280 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10281 Don't convert \n into \0177 in memory.
10282 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10283 and back again, when reading and writing.
10284
10285 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10286
10287 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10288 testing of `fboundp' on `processp'.
10289
10290 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10291 (eshell/jobs): Don't call process-list if it is not bound.
10292 (eshell-gather-process-output): Support systems where async
10293 subprocesses aren't supported.
10294 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10295 variables.
10296
10297 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10298 eshell-do-eval returns t.
10299 (eshell-do-pipelines-synchronously): New defmacro.
10300 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10301 when async subprocesses aren't supported.
10302 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10303 if async subprocesses aren't supported.
10304 (eshell-resume-command): Don't assume STATUS is a string.
10305
10306 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10307
10308 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10309 (eshell-close-target, eshell-get-target): Use eshell-processp.
10310 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10311 fix.
10312 (eshell-get-target, eshell-create-handles): Doc fix.
10313
10314 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10315
10316 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10317 criterion to include commands that output something, as long as it
10318 leaves both the command and the end-of-buffer visible when the
10319 command has exited.
10320 (eshell-review-quick-commands): Adjust the help doc string
10321 accordingly.
10322
10323 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10324
10325 * locate.el (locate): Cleaned up locate command's interactive prompting
10326 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10327
10328 * filecache.el (file-cache-case-fold-search): New variable
10329 (file-cache-assoc-function): New variable
10330 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10331 Use file-cache-case-fold-search variable
10332 (file-cache-add-file): Use file-cache-assoc-function
10333 (file-cache-delete-file): likewise
10334 (file-cache-directory-name): likewise
10335 (file-cache-debug-read-from-minibuffer): likewise
10336
10337 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10338
10339 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10340 (abbrev-table-name): New function.
10341 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10342 If non-nil list local abbrev, only.
10343
10344 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10345
10346 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10347 from Gnus support code, and use special article copy buffer
10348 `(gnus-original-article-buffer)' instead. This allows to get rid
10349 of article-hide-headers usage (which breaks in the latest Gnus
10350 version). Thanks to Detlev Zundel.
10351
10352 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10353
10354 * international/quail.el (quail-use-package): Hide "... loaded"
10355 message.
10356 (quail-start-translation, quail-start-conversion): Likewise.
10357
10358 * international/kkc.el (kkc-region): Hide "... loaded" message.
10359
10360 2000-08-27 Dave Love <fx@gnu.org>
10361
10362 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10363
10364 2000-08-27 Miles Bader <miles@gnu.org>
10365
10366 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10367
10368 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10369
10370 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10371 'ja-dic-cnv), not (require 'skkdic-cnv).
10372
10373 2000-08-26 Miles Bader <miles@gnu.org>
10374
10375 * faces.el (face-x-resources): Add entry for :inherit.
10376 * cus-face.el (custom-face-attributes): Add support for :inherit
10377 attribute. Add support for relative face heights.
10378 (custom-face-attributes-get): Treat `nil' as being a default value
10379 for :inherit (as well as `unspecified').
10380
10381 * faces.el (set-face-attribute): Update doc string.
10382 (face-attribute-name-alist): Add :inherit.
10383 (face-valid-attribute-values): Handle :inherit.
10384 (face-read-string): Rephrase prompt to be less confusing.
10385 Assume that DEFAULT is a string, since we must return a string.
10386 (face-read-integer): Use `format' to turn DEFAULT into an
10387 acceptable default for face-read-string. Match NEW-VALUE against
10388 the string "unspecified", not the symbol `unspecified', since
10389 that's what face-read-string returns.
10390 (read-face-attribute): Lookup a name for old-value in valid, and
10391 use it as a default if we find one. Treat all values from
10392 face-read-string as strings. If the default is used, don't do any
10393 more processing on the value, just use the old value directly.
10394 (read-face-and-attribute, modify-face): Tweak prompt.
10395 (read-face-name): Don't assume prompt ends with a space.
10396
10397 * faces.el (describe-face): Add support for :inherit attribute.
10398
10399 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10400
10401 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10402 concat doesn't accept interger.
10403
10404 * international/kkc.el: Remove SKK from Keywords. Require
10405 ja-dic-utl instead of skkdic-utl.
10406
10407 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10408 Provide ja-dic-cnv instead of skkdic-cnv.
10409 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10410 (iso-2022-7bit-short): Add safe-charsets property.
10411 (skkdic-convert-postfix): Search Japanese chou-on character in
10412 addition to Hiragana character.
10413 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10414 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10415 (batch-skkdic-convert): Likewise.
10416
10417 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10418 Provide ja-dic-utl instead of skkdic-utl.
10419 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10420
10421 2000-08-24 Dave Love <fx@gnu.org>
10422
10423 * disp-table.el (standard-display-default): Make the test of `l'
10424 useful.
10425
10426 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10427 mod sample text.
10428
10429 * international/iso-ascii.el: Make pilcrow convenient string
10430 consistent with section.
10431 (iso-ascii-display): Set up multibyte characters as well as
10432 unibyte.
10433
10434 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10435
10436 * international/mule-cmds.el (reset-language-environment): Set
10437 default-process-coding-system to '(undecided . iso-latin-1), which
10438 makes process I/O almost consistent with file I/O. Call this
10439 function when mule-cmds.el[c] is loaded.
10440
10441 2000-08-22 Andrew Innes <andrewi@gnu.org>
10442
10443 * makefile.w32-in: New file.
10444
10445 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10446
10447 * comint.el (comint-output-filter): Compare end of
10448 comint-last-output-overlay with the start of the newly inserted
10449 text, not the end, when deciding whether to extend it.
10450 Set saved-point's insertion type to advance after insertion.
10451
10452 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10453 since this is now done independently of font-lock mode.
10454
10455 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10456
10457 * server.el (server-kill-new-buffers): New user option.
10458 (server-existing-buffer): New buffer-local variable.
10459 (server-visit-files): When using an existing buffer, set
10460 server-existing-buffer to t.
10461 (server-buffer-done): If server-kill-new-buffers is t, kill the
10462 buffer, unless it was already present before visiting it with
10463 Emacs server.
10464
10465 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10466
10467 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10468 even if the display doesn't support colors: some displays will
10469 support bold/underline faces.
10470
10471 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10472
10473 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10474
10475 * startup.el (command-line): If user's init file had an error,
10476 add explanatory text to *Messages*.
10477
10478 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10479
10480 * man.el (Man-getpage-in-background): Decode the process output by
10481 the system locale coding system.
10482
10483 2000-08-20 Dave Love <fx@gnu.org>
10484
10485 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10486 Don't test x-popup-menu.
10487 (function) <complete-function>: Complete only fbound symbols.
10488 <validate, value>: New.
10489 (variable) <complete-function>: Complete only bound symbols.
10490 (coding-system): Add :base-only, :complete-function, :validate,
10491 :value, :prompt-match.
10492 (widget-coding-system-prompt-value): Use read-coding-system and
10493 act on :base-only.
10494 (editable-field): Add :help-echo.
10495 (widget-push-button-gui, widget-push-button-cache)
10496 (widget-gui-action, widget-editable-list-gui): COmment out, along
10497 with uses.
10498 (widget-at): Make arg optional.
10499 (widget-echo-help): Adjust for current help-echo calling sequence.
10500 (widget-specify-field, widget-specify-button)
10501 (widget-specify-insert, widget-get-sibling, widget-image-find)
10502 (widget-convert, widget-insert, widget-leave-text)
10503 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10504 (widget-setup, widget-field-find, widget-before-change)
10505 (widget-after-change, widget-default-complete)
10506 (widget-default-create, widget-default-delete)
10507 (widget-push-button-value-create, editable-field)
10508 (widget-field-prompt-value, widget-field-validate)
10509 (widget-choice-value-create, widget-choice-action)
10510 (widget-choice-validate, widget-checklist-add-item)
10511 (widget-radio-add-item, widget-radio-chosen)
10512 (widget-radio-value-inline, widget-editable-list-value-create)
10513 (widget-editable-list-entry-create)
10514 (widget-documentation-link-add)
10515 (widget-documentation-string-value-create)
10516 (widget-regexp-validate, widget-file-complete)
10517 (widget-sexp-validate, widget-plist-convert-widget)
10518 (widget-plist-convert-widget, widget-alist-convert-widget)
10519 (widget-alist-convert-widget, widget-color-complete): Simplify,
10520 particularly to avoid bindings which aren't optimized out.
10521
10522 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10523 Doc fix.
10524 (down-list, backward-up-list, up-list, kill-sexp)
10525 (backward-kill-sexp, mark-sexp): Make arg optional.
10526 (lisp-complete-symbol): Add optional arg PREDICATE.
10527
10528 * cus-start.el: Add display-buffer-reuse-frames,
10529 file-coding-system-alist.
10530
10531 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10532
10533 * startup.el (command-line): Clear realized faces after
10534 modifying TTY color mappings.
10535
10536 2000-08-20 Miles Bader <miles@gnu.org>
10537
10538 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10539 merely a subset of FACE's attributes.
10540
10541 2000-08-19 Miles Bader <miles@gnu.org>
10542
10543 * comint.el (comint-output-filter): Save the point with a marker,
10544 not just a buffer position.
10545
10546 * international/mule.el (set-buffer-process-coding-system): Make
10547 interactive prompt less confusing.
10548
10549 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10550
10551 * hilit-chg.el: General cleanup of doc strings, comments and
10552 code formatting.
10553
10554 2000-08-19 Miles Bader <miles@gnu.org>
10555
10556 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10557 Compiler macro removed; beginning-of-line is no longer always
10558 equivalent to forward-line, in the presence of fields.
10559
10560 * comint.el (comint-output-filter): Remove ad-hoc saving of
10561 restriction, and just use save-restriction, now that it works
10562 correctly. Don't adjust comint-last-input-start to account for
10563 our insertion; it shouldn't have moved because we don't use
10564 insert-before-markers anymore. Comment out call to
10565 `force-mode-line-update'; why is it here?
10566
10567 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10568 while checking for prompt to delete. Use `forward-line 0'
10569 instead of beginning-of-line.
10570 (gud-filter): Temporarily widen gud comint buffer while
10571 examining output.
10572
10573 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10574
10575 * progmodes/sh-script.el: Big bag of typos.
10576
10577 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10578 check since ispell-process is not bound when ispell is not yet loaded.
10579
10580 2000-08-18 Dave Love <fx@gnu.org>
10581
10582 * image.el (find-image): Copy `spec' before using plist-put.
10583
10584 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10585
10586 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10587 `portugues'.
10588
10589 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10590 backward-kill-sexp, analogous to kill-sexp.
10591
10592 * progmodes/icon.el (icon-indent-line)
10593 (icon-is-continuation-line): Handle comments specially.
10594
10595 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10596
10597 * ispell.el: Set to standard author/maintainer/keyword fields.
10598 Fine tuning to menu map appearance and operation, and added help.
10599 Remove `start' and `end' error messages when compiling.
10600 (ispell-choices-win-default-height): Fixed comment string.
10601 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10602 castellano8 dictionaries.
10603 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10604 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10605 dictionary, added italiano dictionary.
10606 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10607 word character
10608 (ispell-tex-skip-alists): Added psfig support.
10609 (ispell-skip-html): Renamed from ispell-skip-sgml.
10610 (ispell-begin-skip-region-regexp, ispell-skip-region)
10611 (ispell-minor-check): Improved html skipping support to skip across
10612 code, and recognize `&' commands without propper `;' syntax;
10613 (ispell-process-line): Fix alignment error when manually
10614 correcting spelling.
10615 (ispell): Fix comment string.
10616 (ispell-add-per-file-word-list): Always put word list on new line.
10617
10618 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10619
10620 * format.el (format-encode-run-method): Fix error message to say
10621 `encode' instead of `decode'. Use save-window-excursion around
10622 shell-command-on-region as in format-decode-run-method because
10623 shell-command-on-region can display a buffer with error output.
10624 (format-decode): Don't record undo information for the decoding.
10625 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10626 that number part of the temporary buffer name so that more than
10627 one decoding using a temporary buffer can happen safely.
10628
10629 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10630 of `A-z' in the regexp.
10631
10632 * hilit-chg.el: Fix typos in commentary.
10633
10634 * help.el (view-emacs-news): Rewritten for new naming scheme
10635 for old NEWS files.
10636
10637 * startup.el (command-line): Pop to *Messages* in case an error
10638 is signaled while loading user-init-file.
10639
10640 2000-08-17 Andreas Schwab <schwab@suse.de>
10641
10642 * files.el (insert-directory): Don't lose original file name,
10643 undoing an undocumented change.
10644
10645 2000-08-17 Alex Schroeder <alex@gnu.org>
10646
10647 * sql.el (sql-magic-go): Use comint-bol.
10648 (sql-copy-column): Use comint-line-beginning-position.
10649 (comint-line-beginning-position): Define a replacement for
10650 comint-line-beginning-position if it is not fboundp.
10651
10652 2000-08-17 Alex Schroeder <alex@gnu.org>
10653
10654 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10655 it didn't have any effect anyway.
10656
10657 2000-08-17 Alex Schroeder <alex@gnu.org>
10658
10659 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10660 --pset and pager=off instead of sending \\o|cat at the beginning
10661 of the session.
10662
10663 2000-08-17 Miles Bader <miles@gnu.org>
10664
10665 * progmodes/octave-inf.el: Add compatibility definition of
10666 comint-line-beginning-position.
10667
10668 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10669
10670 * startup.el (normal-top-level): Look in each dir in load-path for
10671 a leim-list.el file too. This assures of loading leim-list.el
10672 that is created at Emacs installation time even if a user have his
10673 own leim-list.el.
10674
10675 2000-08-17 Miles Bader <miles@gnu.org>
10676
10677 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10678 foreground color to black if the background is dark.
10679
10680 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10681
10682 * loadhist.el (unload-feature): Typo.
10683
10684 * finder.el (finder-compile-keywords):
10685 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10686 to the generated file.
10687
10688 * mail/mh-e.el (mh-make-local-vars):
10689 Replace make-variable-buffer-local with make-local-variable.
10690
10691 * play/landmark.el:
10692 * options.el (Edit-options-{set,toggle,t,nil}):
10693 * mail/mailabbrev.el (mail-abbrevs-mode):
10694 * textmodes/tex-mode.el (tex-expand-files):
10695 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10696
10697 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10698
10699 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10700 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10701 Allow going past the last element.
10702 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10703 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10704 (cvs-mouse-toggle-mark): Don't move point.
10705 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10706
10707 * progmodes/compile.el (grep): Provide a default set of files.
10708 (next-error): Docstring fix.
10709 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10710
10711 * emacs-lisp/easy-mmode.el (define-minor-mode):
10712 Use `symbol-value' to keep the byte-compiler quiet.
10713
10714 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10715 (diff-find-source-location): New fun, extracted from diff-goto-source.
10716 (diff-goto-source): Use it.
10717 (diff-next-complex-hunk, diff-filter-lines): New function.
10718 (diff-apply-hunk): New command.
10719
10720 * smerge-mode.el (smerge-mode-menu): Doc fix.
10721
10722 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10723
10724 2000-08-16 Dave Love <fx@gnu.org>
10725
10726 * windmove.el (windmove) <defgroup>: Add :version.
10727
10728 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10729 (goto-address-fontify-p, goto-address-highlight-p)
10730 (goto-address-url-face, goto-address-url-mouse-face)
10731 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10732 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10733 (goto-address-fontify, goto-address-at-mouse): Simplify,
10734 (goto-address-at-point): browse-url-url-at-point,
10735 goto-address-find-address-at-point can return nil.
10736 (goto-address-find-address-at-point): Return nil on failure.
10737
10738 * align.el (align) <defgroup>: Add :version.
10739
10740 * calculator.el (calculator): Add :version.
10741 (calculator): Use two lines for calculator window if `modeline'
10742 face is boxed.
10743
10744 * play/5x5.el: Doc fixes.
10745 (5x5) <defgroup>: Add :version.
10746
10747 * play/fortune.el (fortune) <defgroup>: Add :version.
10748 (fortune-append): Fix error message.
10749 (fortune-from-region): Doc fix.
10750
10751 * play/pong.el (pong): Doc fix.
10752
10753 * play/morse.el: Keywords, commentary, autoloads.
10754
10755 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10756
10757 * desktop.el (desktop-save): Don't look at symbol-value of a
10758 member of minor-mode-alist, unless it is boundp.
10759
10760 2000-08-16 Sam Steingold <sds@gnu.org>
10761
10762 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10763 `while'; use `with-current-buffer' instead of `save-excursion'.
10764 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10765
10766 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10767
10768 * international/ccl.el (declare-ccl-program): Docstring modified.
10769 (ccl-execute-with-args): Likewise.
10770
10771 2000-08-16 Miles Bader <miles@gnu.org>
10772
10773 * progmodes/sql.el: Add compatibility definition of
10774 comint-line-beginning-position.
10775
10776 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10777
10778 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10779 'buffer-menu' property.
10780 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10781 fails.
10782 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10783 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10784 wasn't killed.
10785
10786 * buff-menu.el (list-buffers-noselect): Don't display the
10787 *Buffer List* buffer.
10788
10789 * font-lock.el: Require jit-lock to prevent a very late
10790 `Loading jit-lock' message.
10791
10792 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10793 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10794 mail address.
10795
10796 2000-08-15 Miles Bader <miles@gnu.org>
10797
10798 * textmodes/ispell.el (ispell-graphic-p): New constant.
10799 (ispell-choices-win-default-height, ispell-help): Use
10800 `ispell-graphic-p' instead of `xemacsp'.
10801
10802 2000-08-15 Dave Love <fx@gnu.org>
10803
10804 * simple.el: Autoload widget-convert when compiling.
10805 (mail-user-agent): Doc fix.
10806
10807 * help.el (function-called-at-point, variable-at-point): Use
10808 with-syntax-table.
10809 (help-manyarg-func-alist): Add insert-and-inherit.
10810
10811 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10812
10813 * delsel.el (delsel-unload-hook): New function.
10814
10815 * find-file.el: Doc fixes. Move provide to end.
10816 (ff) <defgroup>: Add :link.
10817 (ff-goto-click): Deleted.
10818 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10819 Use mouse-set-point.
10820
10821 * textmodes/tildify.el: Doc fixes.
10822 (tildify) <defgroup>: Add:version.
10823
10824 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10825 (glasses-custom-set): Use set-default, not set.
10826 (minor-mode-alist): Propertize the lighter.
10827 (glasses-mode): Provide optional arg.
10828
10829 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10830 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10831 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10832 option. Provide :type.
10833 (cwarn-configuration): Provide :type.
10834 (cwarn-mode): Doc fix.
10835
10836 * add-log.el (change-log-merge): Doc fix.
10837 (change-log-redate): New command.
10838
10839 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10840 Doze and Dog.
10841 (browse-url): Use dolist, not mapcar.
10842 (browse-url-at-point): Check for null url.
10843 (browse-url-event-buffer, browse-url-event-point): Functions
10844 deleted.
10845 (browse-url-at-mouse, browse-url-netscape): Simplify.
10846
10847 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10848 modes.
10849 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10850 Fix previous change to mapcan.
10851 (msb--init-file-alist, msb--add-separators)
10852 (msb--make-keymap-menu): Simplify.
10853 (msb--choose-file-menu): Use copy-sequence.
10854 (msb-mode-map): Add title to keymap.
10855 (msb-unload-hook): New function.
10856
10857 * bs.el: Fix indentation.
10858 (bs) <defgroup>: Add :links.
10859 (bs-show): Doc fix.
10860 (bs-apply-sort-faces): Don't use window-system.
10861 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10862
10863 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10864
10865 * calendar/timeclock.el (timeclock-file): Run .timelog through
10866 convert-standard-filename.
10867
10868 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10869
10870 * emacs-lisp/authors.el: New file.
10871
10872 * paren.el (show-paren-priority): New user option.
10873 (show-paren-function): Set overlay priorities to
10874 show-paren-priority.
10875
10876 2000-08-14 Miles Bader <miles@gnu.org>
10877
10878 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10879 beginning-of-line with inhibit-field-text-motion bound.
10880
10881 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10882
10883 * calendar/timeclock.el: New file.
10884
10885 2000-08-14 David Ponce <david@dponce.com>
10886
10887 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10888 `widget-button-click'. so that one can use left mouse button to
10889 click on dialog buttons.
10890
10891 2000-08-14 Emmanuel Briot <briot@gnat.com>
10892
10893 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10894 identifiers, since XML is case sensitive
10895
10896 2000-08-12 Miles Bader <miles@gnu.org>
10897
10898 * comint.el (comint-output-filter): Don't bother frobbing
10899 window-start, it doesn't seem to be necessary.
10900
10901 * comint.el (comint-send-string, comint-send-region): Make into
10902 real functions. Snapshot the prompt before sending.
10903
10904 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10905
10906 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10907 technique similar to Info-index, instead of relying on specific
10908 names of relevant Index nodes.
10909 (Info-goto-emacs-command-node): Bind Info-history to nil when
10910 going to the first node found by Info-find-emacs-command-nodes.
10911
10912 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10915
10916 2000-08-10 Miles Bader <miles@gnu.org>
10917
10918 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10919
10920 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10921
10922 * info.el (Info-file-list-for-emacs): More elements for the
10923 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10924 and woman manuals.
10925
10926 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10927
10928 * comint.el (comint-send-input): Make the newline boundary overlay
10929 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10930 (comint-output-filter): Use `insert' instead of
10931 `insert-before-markers'. Extend comint-last-output-overlay when
10932 necessary since we can't rely on insert-before-markers to do it.
10933 * gud.el (gud-filter): Use `with-current-buffer' instead of
10934 save-excursion when inserting the output, so that point gets
10935 updated correctly; the old method relied on a rather dodgy
10936 side-effect of comint-output-filter to avoid the effect of
10937 save-excursion.
10938
10939 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10940
10941 * files.el (recover-file): Call insert-directory instead of
10942 invoking `ls' directly.
10943
10944 2000-08-10 Miles Bader <miles@gnu.org>
10945
10946 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10947 (comint-last-prompt-overlay): New variables.
10948 (comint-output-filter): Implement prompt highlighting.
10949 (comint-snapshot-last-prompt): New function.
10950 (comint-send-input): Snapshot the last prompt.
10951 Use comint-highlight-input-face.
10952 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10953 Use defface instead of defcustom.
10954 (send-invisible, comint-send-eof): Snapshot the last prompt.
10955 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10956 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10957
10958 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10959
10960 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10961 (regexp-opt-group): Use a list of chars for `letters'.
10962 (regexp-opt-charset): `chars' is now a list of chars.
10963 Use a char-table rather than a vector so it works for multibyte chars.
10964
10965 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10966 Set cvs-minor-current-files to the selected fileinfo.
10967 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10968 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10969
10970 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10971
10972 * files.el (insert-directory): Don't call access-file on
10973 directories on DOS and Windows.
10974
10975 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10976
10977 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10978 longer if necessary.
10979 (ccl-embed-code): Call ccl-embed-data to store CODE in
10980 ccl-program-vector.
10981
10982 2000-08-09 Miles Bader <miles@gnu.org>
10983
10984 * comint.el (comint-output-filter): Properly handle the case where
10985 the text surrounded by comint-last-output-overlay was deleted.
10986
10987 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10988
10989 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10990 non-nil.
10991 (Info-file-list-for-emacs): Remove "info" from the list because
10992 that leads to trying to use the documentation from file `info'
10993 in various situations where it isn't appropriate, for instance
10994 C-h C-k C-h i.
10995
10996 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10997 DIR and/or STRING are nil.
10998
10999 * progmodes/compile.el (compilation-setup): Make variable
11000 compilation-error-screen-columns buffer-local, as some comment
11001 in the code suggests it should be.
11002
11003 * files.el (auto-mode-interpreter-regexp): New variable.
11004 (set-auto-mode): Use it.
11005
11006 * indent.el (indent-for-tab-command): Doc fix.
11007
11008 * mouse-sel.el (mouse-sel-mode): Doc fix.
11009
11010 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11011 labels.
11012
11013 * help.el (print-help-return-message): When
11014 display-buffer-reuse-frames is set, let the help window been quit,
11015 instead of deleting it, which might delete a reused frame.
11016
11017 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11018
11019 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11020 rename a directory to a name that differs only by its letter case.
11021
11022 2000-08-08 Kenichi Handa <handa@etl.go.jp>
11023
11024 * international/quail.el (quail-define-rules): Handle Quail decode
11025 map correctly. Add code for supporting annotations.
11026 (quail-install-decode-map): New function.
11027 (quail-defrule-internal): New optional arguments decode-map and
11028 props.
11029 (quail-advice): New function.
11030
11031 2000-08-07 Sam Steingold <sds@gnu.org>
11032
11033 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11034 `defconst', `define-condition', `with-slots'.
11035 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11036
11037 2000-08-03 Miles Bader <miles@gnu.org>
11038
11039 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11040 New variable.
11041 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11042 comint-use-prompt-regexp-instead-of-fields.
11043 (comint-send-input): Add `input' field property to stuff we send to
11044 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11045 (comint-output-filter): Add `output' field property to process
11046 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11047 (comint-replace-by-expanded-history)
11048 (comint-get-old-input-default, comint-show-output)
11049 (comint-backward-matching-input, comint-forward-matching-input)
11050 (comint-next-prompt, comint-previous-prompt): Use field
11051 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11052 (comint-line-beginning-position): New function.
11053 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11054 (comint-replace-by-expanded-history-before-point): Use
11055 comint-line-beginning-position and line-end-position.
11056 (comint-last-output-overlay): New variable.
11057 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11058
11059 * shell.el (shell-prompt-pattern): Doc change.
11060 (shell-backward-command): Use line-beginning-position.
11061
11062 * gud.el (gud-gdb-complete-command): Use
11063 comint-line-beginning-position.
11064
11065 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11066 comint-bol doesn't actually go to the beginning of the line.
11067
11068 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11069 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11070 (try-expand-line-all-buffers): Likewise.
11071
11072 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11073 explicitly matching comint-prompt-regexp.
11074 (sql-copy-column): Use comint-line-beginning-position instead of
11075 explicitly matching comint-prompt-regexp.
11076
11077 * progmodes/octave-inf.el (inferior-octave-complete): Use
11078 comint-line-beginning-position.
11079
11080 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11081
11082 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11083 looking for a prompt, use `forward-line 0' instead of
11084 `beginning-of-line', to avoid getting caught by an input field.
11085
11086 2000-08-07 Gerd Moellmann <gerd@gnu.org>
11087
11088 * files.el (shell-quote-wildcard-pattern): Make sure to return
11089 PATTERN, in the Unix case.
11090
11091 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11092
11093 * play/zone.el (zone): Discard any pending input before running
11094 the randomly-chosen pgm.
11095
11096 2000-08-07 Kenichi Handa <handa@etl.go.jp>
11097
11098 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11099 checking the existence of any multibyte characters.
11100
11101 2000-08-06 Gerd Moellmann <gerd@gnu.org>
11102
11103 * help.el (describe-mode): Test minor-mode symbol for being
11104 bound before testing its value for being nil.
11105
11106 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11107 `first', `second', and `third'.
11108
11109 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11110 (second): Make it an alias for `cadr'.
11111
11112 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11113
11114 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11115 types of display support faces now.
11116
11117 2000-08-05 Gerd Moellmann <gerd@gnu.org>
11118
11119 * pcvs.el (require): Require `cl' during compilation, only.
11120
11121 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11122 (toplevel): Remove `remq' and `remove' from autoloads.
11123 (cl-fake-autoloads): New variable. If set, arrange for an error
11124 when CL functions etc. are autoloaded.
11125
11126 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11127
11128 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11129
11130 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11131 popped up, but the user clicks outside the menu, return an empty
11132 regexp (that causes unhighlight-regexp to have no effect).
11133
11134 * menu-bar.el (menu-bar-games-menu): Add Zone.
11135
11136 * hi-lock.el (toplevel): Require font-lock.
11137
11138 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11139
11140 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11141 (ebnf-8-bit-chars): New var for bug fix.
11142 (ebnf-string): Bug fix.
11143
11144 2000-08-03 Sam Steingold <sds@gnu.org>
11145
11146 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11147 instead of `buffer-string'.
11148 (require 'cl): Always, not just when compiling.
11149 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11150 necessary.
11151
11152 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11153
11154 * international/mule-cmds.el (select-safe-coding-system): Make
11155 the message text about selecting a safe coding system more clear.
11156
11157 2000-08-02 Gerd Moellmann <gerd@gnu.org>
11158
11159 * hi-lock.el: New file.
11160
11161 * play/zone.el: New file.
11162
11163 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11164 value of tab-width in the original buffer. Choose a line number
11165 format that's a multiple of the original buffer's tab width, so
11166 that lines appear right.
11167
11168 * textmodes/ispell.el (ispell): New function, replacing an alias.
11169 Spell-check active region if in transient-mark-mode and mark
11170 is active; otherwise spell-check buffer.
11171
11172 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11173
11174 * ps-mule.el: Fix a customization problem on
11175 ps-mule-font-info-database-default.
11176
11177 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11178
11179 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11180 display-mouse-p instead of window-system.
11181 (ebrowse-member-mode-map): Ditto.
11182
11183 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11184
11185 * progmodes/ebnf2ps.el: Update ps-print functions call.
11186 Indentation fix. Doc fix.
11187 (ebnf-version): New version number (3.2).
11188 (ebnf-format-color, ebnf-begin-job): Code fix.
11189
11190 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11191
11192 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11193 font lock support on window-system.
11194 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11195
11196 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11197 display-color-p, if fboundp, instead of window-system.
11198
11199 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11200
11201 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11202 instead of window-system.
11203
11204 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11205 window-system.
11206 (widget-choice-mouse-down-action): Use display-popup-menus-p
11207 instead of window-system.
11208
11209 * strokes.el (strokes-file): Run the file name through
11210 convert-standard-filename.
11211 (strokes-mode): Call display-mouse-p instead of looking at
11212 window-system. Change the error message accordingly.
11213
11214 * progmodes/cpp.el (toplevel): Support faces on tty's.
11215
11216 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11217 (lm-plot-square, lm-init-display): Don't use window-system.
11218
11219 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11220 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11221
11222 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11223 instead of looking at window-system.
11224
11225 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11226
11227 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11228 of testing if iswitchb-prepost-hooks is bound, because the
11229 latter will always be true when invoking a recursive minibuffer
11230 from an active Iswitchb buffer.
11231
11232 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11233
11234 * files.el (shell-quote-wildcard-pattern): New function.
11235 (insert-directory): Call it. Only prepend "\" to command on Unix
11236 and GNU/Linux systems.
11237
11238 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11239
11240 * eshell/esh-groups.el: Change custom :link file names
11241 from `eshell.info' to `eshell'.
11242
11243 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11244
11245 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11246 correctly in recursive ange-ftp listings.
11247
11248 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11249
11250 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11251 ps-header-font-size-internal and
11252 ps-header-title-font-size-internal variables are not set,
11253 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11254 face text property is (foreground-color . COLOR) or
11255 `(background-color . COLOR)', ps-print crashes. Doc fix.
11256 (ps-print-version): New version number (5.2.4).
11257 (ps-plot-region): Code fix.
11258 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11259 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11260 Bug fix 2.
11261
11262 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11263
11264 * glasses.el (glasses-make-readable): Fix uncapitalization of
11265 identifiers like `myXMLDocument'.
11266
11267 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11268
11269 * mail/mail-hist.el (mail-hist-previous-input)
11270 (mail-hist-next-input): Do the obvious code factorization.
11271 (mail-hist-retrieve-and-insert): New func, contains common
11272 code of above two.
11273 If inserting a message body, leave point at top.
11274
11275 2000-07-28 Sam Steingold <sds@gnu.org>
11276
11277 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11278 Use `<=', not `<' to compare times!
11279 (ange-ftp-ls): Remove.
11280
11281 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11282
11283 * play/cookie1.el: Add explanation of how to make cookie.el
11284 compatible with strfile(1) to comment.
11285
11286 * subr.el (remove, remq): New functions.
11287
11288 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11289 escape `*' in regexps.
11290 (midnight-find): Reverse order of arguments in the funcall of
11291 TEST.
11292
11293 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11294 and `.class'.
11295
11296 * play/meese.el: Add Commentary section.
11297
11298 2000-07-27 Alex Schroeder <alex@gnu.org>
11299
11300 * sql.el (sql-ms): Added autoload cookie.
11301 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11302 (sql-oracle): Ditto.
11303 (sql-help): Doc change.
11304
11305 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11306 types and exceptions.
11307
11308 2000-07-27 Alex Schroeder <alex@gnu.org>
11309
11310 * sql.el (sql-placeholder-history): New variable.
11311 (sql-query-placeholders-and-send): New function that will query
11312 the user and replace placeholders with user input.
11313 (sql-oracle): If running on NT, set comint-input-sender to
11314 sql-query-placeholders-and-send.
11315
11316 (sql-stop): If in the SQLi buffer, insert stop notification, else
11317 present it as a message.
11318
11319 2000-07-27 Alex Schroeder <alex@gnu.org>
11320
11321 * sql.el (sql-input-ring-separator): Doc change.
11322 (sql-input-ring-file-name): Doc change.
11323 (sql-interactive-mode): Use `sql-input-ring-separator' and
11324 `sql-input-ring-file-name' to set the comint-mode equivalents
11325 without making them local variables.
11326 (sql-stop): Don't bind `sql-input-ring-separator' and
11327 `sql-input-ring-file-name' dynamically to their comint-mode
11328 equivalents.
11329
11330 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11331
11332 * international/mule.el (register-char-codings): New function.
11333 (make-coding-system): Handle `safe-chars' specification in the arg
11334 PROPERTY.
11335
11336 * international/mule-cmds.el
11337 (find-coding-systems-region-subset-p): This function deleted.
11338 (sort-coding-systems-predicate): New variable.
11339 (sort-coding-systems): New function.
11340 (find-coding-systems-region): Use
11341 find-coding-systems-region-internal.
11342 (find-coding-systems-string): Use find-coding-systems-region.
11343 (find-coding-systems-for-charsets): Check
11344 char-coding-system-table.
11345 (select-safe-coding-system-accept-default-p): New variable.
11346 (select-safe-coding-system): Mostly rewritten. New argument
11347 ACCEPT-DEFAULT-P.
11348 (select-message-coding-system): Call select-safe-coding-system
11349 with ACCEPT-DEFAULT-P arg.
11350 (reset-language-environment): Reset default-sendmail-coding-system
11351 to the default value iso-latin-1.
11352 (set-language-environment): Don't set the obsolete variable
11353 charset-origin-alist.
11354
11355 * international/codepage.el (cp-coding-system-for-codepage-1):
11356 Give `safe-chars' property to make-coding-system.
11357
11358 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11359 calling select-message-coding-system twice.
11360
11361 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11362 instead of `safe-charsets'.
11363 (cyrillic-alternativnyj): Likewise.
11364 (ccl-encode-alternativnyj): Don't check the charset
11365 cyrillic-iso8859-5.
11366
11367 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11368
11369 * composite.el (compose-chars-after): Preserve match data.
11370
11371 2000-07-26 Sam Steingold <sds@gnu.org>
11372
11373 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11374 (ange-ftp-real-file-newer-than-file-p): New function.
11375 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11376 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11377
11378 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11379 * midnight.el (midnight-float-time): Ditto.
11380
11381 2000-07-26 Andreas Schwab <schwab@suse.de>
11382
11383 * files.el (normal-backup-enable-predicate): Correct
11384 interpretation of the return value of compare-strings.
11385
11386 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11387
11388 * isearch.el (isearch-resume): New function.
11389 (isearch-done): Add something to command-history to resume
11390 the search.
11391 (isearch-yank-line, isearch-yank-word): Use
11392 buffer-substring-no-properties instead of buffer-substring.
11393
11394 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11395 of flyspell-mouse-map.
11396
11397 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11398 duplicate definition.
11399 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11400
11401 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11402 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11403
11404 2000-07-25 Sam Steingold <sds@gnu.org>
11405
11406 * net/ange-ftp.el: Get modtime over the net.
11407 (ange-ftp-file-modtime): New function.
11408 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11409 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11410 Use it.
11411 (ange-ftp-dot-to-slash): New function.
11412 (ange-ftp-fix-name-for-vms): Use it.
11413
11414 * midnight.el (midnight-buffer-display-time): Use
11415 `with-current-buffer'.
11416
11417 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11418
11419 * find-dired.el: Update copyright notice.
11420 (find-dired): Offer to kill a running `find'.
11421
11422 * enriched.el (enriched-face-ans): For a `foreground-color'
11423 property, return '(("x-color" COLOR))' so that COLOR will be
11424 output as a parameter of the x-color annotation. Likewise for the
11425 `background-color' property. In the case of normal face
11426 properties, don't return annotations for unspecified foreground
11427 and background face attributes.
11428
11429 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11430
11431 * language/japan-util.el (japanese-katakana-region): Fix handling
11432 HANKAKU argument.
11433
11434 2000-07-25 Miles Bader <miles@gnu.org>
11435
11436 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11437 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11438 constrain-to-field.
11439
11440 2000-07-24 Andrew Innes <andrewi@gnu.org>
11441
11442 * timer.el (timer-activate-when-idle): Add optional parameter
11443 DONT-WAIT. Update docstring.
11444 (run-with-idle-timer): Specify extra parameter to
11445 timer-activate-when-idle, so that timer will be activated
11446 immediately if Emacs is already idle.
11447
11448 * w32-fns.el (w32-using-nt): Fix docstring.
11449
11450 2000-07-24 Dave Love <fx@gnu.org>
11451
11452 * mouse.el (popup-menu): Set last-command-event.
11453 (mouse-major-mode-menu-prefix): Declare.
11454
11455 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11456
11457 * textmodes/flyspell.el: Update to author's version 1.5d.
11458
11459 * progmodes/hideshow.el: Update copyright notice.
11460
11461 * vcursor.el: Set maintainer to FSF, since author cannot
11462 be reached.
11463
11464 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11465
11466 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11467 the prompt.
11468
11469 * mouse.el (popup-menu): Run the keymap through indirect-function,
11470 in case it was defined with define-prefix-key. If the menu is a
11471 list of keymaps, look up the binding of user's choice in each one
11472 of the keymaps.
11473 (mouse-popup-menubar): If the global and local menu-bar keymaps
11474 don't have a prompt string, create one and insert it into the
11475 keymap. Don't barf if current-local-map returns nil.
11476
11477 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11478
11479 * dired.el (dired-sort-R-check): Added to allow recursive listing
11480 to be undone.
11481 (dired-sort-other): Use it.
11482
11483 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11484
11485 * Release of cc-mode 5.27
11486
11487 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11488
11489 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11490 c-beginning-of-statement-1 that caused a bad case of recursion
11491 which could consume a lot of CPU in large classes in languages
11492 that have in-expression classes (i.e. Java and Pike).
11493
11494 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11495 statements before top level constructs (i.e. case 6 is moved
11496 before case 5 and is now case 4) to catch in-expression
11497 classes in top level expressions correctly.
11498
11499 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11500
11501 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11502 objc-method-intro. Case 4 removed and case 5I added.
11503
11504 * cc-langs.el (c-append-paragraph-start): New variable used by
11505 c-common-init to get paragraph-start correct.
11506 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11507 initialize paragraph-start to make it correct both with and
11508 without the javadoc special case.
11509
11510 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11511 initialize paragraph-start for javadoc markup.
11512
11513 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11514 change by defaulting this to t. It's motivated by the
11515 confusing behavior that otherwise arise from the style system
11516 when editing both java and non-java files at the same time
11517 (see the comments about style setting in c-common-init).
11518
11519 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11520
11521 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11522 similar to the one in c-fill-paragraph to check the fill
11523 prefix from the adaptive fill function for sanity.
11524
11525 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11526
11527 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11528 defun block.
11529
11530 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11531
11532 * cc-align.el (c-lineup-multi-inher): Handle lines with
11533 leading comma nicely. Extended to handle member initializers
11534 too.
11535
11536 * cc-engine.el: (c-beginning-of-inheritance-list,
11537 c-guess-basic-syntax): Fixed recognition of inheritance lists
11538 when the lines begins with a comma.
11539
11540 * cc-vars.el (c-offsets-alist): Changed default for
11541 member-init-cont to c-lineup-multi-inher since it now handles
11542 member initializers and indents better for leading commas.
11543
11544 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11545
11546 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11547 handling that caused class open lines to be recognized as
11548 statement-conts in some cases.
11549
11550 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11551 guessed by the adaptive fill function unless point is on the
11552 first line of a block comment.
11553
11554 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11555 when the buffer ends with a macro continuation char.
11556
11557 * cc-engine.el (c-guess-basic-syntax): Added support for
11558 function definitions as statements in Pike. The first
11559 statement in a lambda block is now labeled defun-block-intro
11560 instead of statement-block-intro.
11561
11562 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11563 so that the class surrounding point is selected, not the one
11564 innermost in the state.
11565
11566 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11567 recognition of switch labels having hanging multiline
11568 statements.
11569
11570 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11571 some code in c-guess-basic-syntax to a separate function.
11572 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11573 recognition of member inits with multiple line arglists.
11574 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11575 member-init-cont when the commas are in funny places.
11576
11577 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11578
11579 * cc-defs.el (c-auto-newline): Removed this macro since it's
11580 not used anymore.
11581
11582 * cc-engine.el (c-looking-at-bos): New helper function.
11583 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11584 inexpr and toplevel classes apart in Pike.
11585
11586 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11587 of case 9A.
11588
11589 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11590 constant, since "class" can introduce an in-expression class
11591 in Pike nowadays.
11592
11593 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11594
11595 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11596 indentation on cpp-macro lines.
11597
11598 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11599 a syntax modifier like comment-intro, to make it possible to
11600 get syntactic indentation for preprocessor directives. It's
11601 incompatible wrt to lineup functions on cpp-macro, but it has
11602 no observable effect in the 99.9% common case where cpp-macro
11603 is set to -1000.
11604
11605 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11606
11607 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11608 member-init-cont when the preceding arglist is several lines.
11609
11610 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11611
11612 * cc-styles.el (c-style-alist): The basic offset for the BSD
11613 style corrected to 8.
11614
11615 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11616
11617 * cc-styles.el (c-style-alist): Adjusted the indentation of
11618 brace list openers in the gnu style.
11619
11620 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11621
11622 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11623
11624 * cc-cmds.el (c-electric-brace, c-electric-slash,
11625 c-electric-star, c-electric-semi&comma, c-electric-colon,
11626 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11627 when c-syntactic-indentation is nil.
11628
11629 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11630 we were left at comments preceding the first statement when
11631 reaching the beginning of the buffer.
11632
11633 * cc-vars.el (c-syntactic-indentation): New variable to turn
11634 off all syntactic indentation.
11635
11636 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11637
11638 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11639 between the text and the block comment ender when it hangs,
11640 depending on how many there are before the fill.
11641
11642 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11643
11644 * cc-engine.el (c-beginning-of-closest-statement): New helper
11645 function to go back to the closest preceding statement start,
11646 which could be inside a conditional statement.
11647 * cc-engine.el (c-guess-basic-syntax): Use
11648 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11649
11650 * cc-engine.el (c-guess-basic-syntax): Better handling of
11651 arglist-intro, arglist-cont-nonempty and arglist-close when
11652 the arglist is nested inside parens. Cases 7A, 7C and 7F
11653 changed.
11654
11655 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11656 up-to-date with javadoc 1.2.
11657
11658 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11659
11660 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11661 multiline Pike type decls.
11662
11663 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11664
11665 * cc-cmds.el (c-indent-new-comment-line): Always break
11666 multiline comments in multiline mode, regardless of
11667 comment-multi-line.
11668
11669 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11670
11671 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11672 fully::qualified::names in C++ member init lists. Preamble in
11673 case 5D changed.
11674
11675 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11676
11677 * cc-langs.el (c-common-init): Handling of obsolete variables
11678 moved to c-initialize-cc-mode. More compatible style override
11679 when using global style variables.
11680 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11681 variables moved here.
11682
11683 * cc-styles.el (c-make-styles-buffer-local): Flag style
11684 variable localness in c-style-variables-are-local-p to make
11685 the compatibility measure in c-common-init work well.
11686
11687 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11688 longer contain set-from-style.
11689 * cc-styles.el (c-initialize-builtin-style): Don't check for
11690 set-from-style on c-special-indent-hook.
11691 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11692 copy-alist is sufficient now.
11693
11694 * cc-styles.el (c-set-style, c-set-style-1,
11695 c-get-style-variables): Fixes to variable initialization so
11696 that duplicate entries in styles have the same effect
11697 regardless of DONT-OVERRIDE.
11698
11699 * cc-styles.el (c-set-style-2): Fixed bug where the
11700 initialization of inheriting styles failed when the
11701 dont-override flag is set.
11702
11703 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11704 on this.
11705
11706 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11707
11708 * cc-defs.el (c-forward-comment): Removed the workaround
11709 introduced in 5.38 since it had worse side-effects. If a line
11710 contains the string "//\"", it regarded the // as a comment
11711 start since the \ temporarily doesn't have escape syntax.
11712
11713 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11714
11715 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11716 ada-xref.el before ada-prj.el, so that the Project menu is created
11717 when ada-prj tries to add to it.
11718 (ada-activate-keys-for-case): Suppress the characters that are not
11719 part of the Ada syntax. Better compatibility with else-mode
11720 (ada-adjust-case-interactive): When auto-casing is not active,
11721 correctly insert newlines (used to insert only ^M). Prevent the
11722 syntax table from being changed in case of an error
11723 (or '_' becomes part of a word and some commands are confused).
11724 Do nothing if ada-auto-case is nil.
11725 (ada-after-keyword-p): Ignore keywords that are also attributes
11726 (ada-batch-reformat): Update usage comment
11727 (ada-call-from-contextual-menu): New function
11728 (ada-case-read-exceptions): Reinitialize the casing exception list
11729 first to nil first, so that the casing exception file can be
11730 shared.
11731 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11732 files.
11733 (ada-compile-goto-error): Fix regexp used to detect a file:line
11734 anywhere in the error message
11735 (ada-contextual-menu-last-point): New variable
11736 (ada-create-keymap): If the variable delete-key-deletes-forward is
11737 t on XEmacs, it means that DEL should delete one character
11738 forward.
11739 (ada-create-menu): Use :included instead of :visible for XEmacs.
11740 New submenu "Options".
11741 (ada-end-stmt-re): Correctly indent "select ... then abort"
11742 statements.
11743 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11744 even if they don't match ada-fill-comment-prefix Fix handling of
11745 paragraphs on the first or last line of a file.
11746 (ada-format-paramlist): Fix handling of default parameter values.
11747 (ada-get-body-name): New function.
11748 (ada-get-current-indent): Optimized by searchling directly for an
11749 existing generic part or a statement outside of it. Handle
11750 ada-indent-align-comments when indenting comments Replaced some
11751 regexps by testing directly the next character. This results in a
11752 huge speedup on some files. New indentation scheme for renames
11753 statements. Stop looking for the 'while' or 'for' associated with
11754 a 'loop' at the first semicolon encountered. A "return" can also
11755 match an anonymous access subprogram declaration.
11756 (ada-get-indent-noindent): Ignore strings and comments when
11757 looking for the keywords "record" and "private".
11758 (ada-goto-matching-decl-start): When matching "if", make sure we
11759 are not in fact seeing "end if". Ignore "when" statements except
11760 when initial keyword was "begin". Fix handling of nested
11761 procedures. Add a recursive call to this function to skip over
11762 other 'end' statmts. Fix indentation for "when .. => begin"
11763 (ada-in-open-paren-p): Fix indentation for complex boolean
11764 expressions, where 'and then', 'or else' and parenthesis
11765 statements are mixed up.
11766 (ada-in-paramlist-p): Skip comments while searching for the
11767 beginning Fix handling of operator declarations.
11768 (ada-indent-align-comments): New variable
11769 (ada-indent-current): Change the syntax table only in the
11770 protected section, so that we are sure it is restored correctly.
11771 (ada-indent-on-previous-lines): Use ada-use-indent and
11772 ada-with-indent Correctly indent "select ... then"
11773 (ada-indent-region): Slight speedup.
11774 (ada-indent-renames): New variable.
11775 (ada-last-which-function-subprog, ada-last-which-function-line):
11776 New variables
11777 (ada-looking-at-semi-private): Correctly indent the 'private'
11778 keyword when it is the first word in a package declaration.
11779 (ada-loose-case-word): Stop searching if at the end of the buffer.
11780 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11781 even if point is not initially at the end of the word.
11782 (ada-matching-decl-start-re): Add "when".
11783 (ada-mode): Add support for abbrev-mode, outline-mode and
11784 which-func-mode Override the old find-file.el entry in
11785 ff-special-constructs since it is using the obsolete
11786 ada-spec-suffix variable
11787 (ada-no-auto-case): New function
11788 (ada-scan-paramlist): When parsing the argument type, accept
11789 spaces (as in "X 'Class", generated by Rational Rose).
11790 (ada-other-file-name): No longer loads the other file.
11791 (ada-popup-menu): Save and restore the current buffer and cursor
11792 position before and after displaying the menu.
11793 (ada-search-ignore-complex-boolean): New function.
11794 (ada-uncomment-region): Emacs21 already knows how to delete
11795 comments not starting in the first column.
11796 (ada-use-indent): New variable
11797 (ada-which-function): New function.
11798 (ada-with-indent): New variable
11799 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11800 can be batch-compiled from the command line.
11801
11802 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11803 Add to the menu when the file is loaded, not in ada-mode-hook.
11804 Add -toolbar to the default ddd command Switches moved from
11805 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11806 ada-prj-default-comp-opt
11807 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11808 Reference Manual to the menu
11809 (ada-check-current): rewritten as a call to ada-compile-current
11810 (ada-compile): Removed.
11811 (ada-compile-application, ada-compile-current, ada-check-current):
11812 Set the compilation-search-path so that compile.el automatically
11813 finds the sources in src_dir. Automatic scrollong of the
11814 compilation buffer. C-uC-cC-c asks for confirmation before
11815 compiling
11816 (ada-compile-current): New parameter, prj-field
11817 (ada-complete-identifier): Load the .ali file before doing
11818 processing
11819 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11820 conform to gnatmake's behavior.
11821 (ada-find-file-in-dir): New function
11822 (ada-find-references): Set the environment variables for gnatfind
11823 (ada-find-src-file-in-dir): New function.
11824 (ada-first-non-nil): Removed
11825 (ada-gdb-application): Add support for jdb, the java debugger.
11826 (ada-get-ada-file-name): Load the original-file first if not done
11827 yet.
11828 (ada-get-all-references): Handles the new ali syntax (parent types
11829 are found between <>).
11830 (ada-initialize-runtime-library): New function
11831 (ada-mode-hook): Always load a project file when a file is opened,
11832 so that the casing exceptions are correctly read.
11833 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11834 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11835 to open the project file, since the latter does not work with
11836 speedbar Get default values before loading the prj file, or the
11837 default executable file name is wrong. Use the absolute value of
11838 src_dir to initialize ada-search-directories and
11839 compilation-search-path,... Add the standard runtime library to
11840 the search path for find-file.
11841 (ada-prj-default-debugger): Was missing an opening '{'
11842 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11843 variables.
11844 (ada-prj-default-gnatmake-opt): New variable
11845 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11846 buffers, the project file is the default one Save the windows
11847 configuration before displaying the menu.
11848 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11849 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11850 ...) regexp-quote identifiers names to support operators +,
11851 -,... in regexps.
11852 (ada-remote): New function.
11853 (ada-run-application): Erase the output buffer before starting the
11854 run Support remote execution of the application. Use
11855 call-process, or the arguments are incorrectly parsed
11856 (ada-set-default-project-file): Reread the content of the active
11857 project file, not the one from the current buffer When a project
11858 file is set as the default project, all directories are
11859 automatically associated with it.
11860 (ada-set-environment): New function
11861 (ada-treat-cmd-string): New special variable ${current}
11862 (ada-treat-cmd-string): Revised. The substitution is now done for
11863 any ${...} substring
11864 (ada-xref-current): If no body was found, compiles the spec
11865 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11866 compiler to get rid of command line length limitations.
11867 (ada-xref-get-project-field): New function
11868 (ada-xref-project-files): New variable
11869 (ada-xref-runtime-library-specs-path)
11870 (ada-xref-runtime-library-ali-path): New variables
11871 (ada-xref-set-default-prj-values): Default run command now does a
11872 cd to the build directory. New field: main_unit Provide a default
11873 file name even if the current buffer has no prj file.
11874
11875 * ada-prj.el:
11876 Rewritten to show a tabbed-dialog.
11877 (ada-prj-add-ada-menu): Remove the map and name parameters.
11878 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11879 New function
11880 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11881 (ada-prj-load-from-file): New function
11882 (ada-prj-save): Always save fields that depend on the current buffer
11883 (ada-prj-show-value): New function
11884
11885 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11886 Ada mode. This will allow us to display the Ada menu in any buffer
11887 we want (for project items).
11888 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11889 number of spaces in the header.
11890
11891 2000-07-24 Dave Love <fx@gnu.org>
11892
11893 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11894
11895 2000-07-23 Noah Friedman <friedman@splode.com>
11896
11897 * type-break.el (type-break): perform autosave.
11898 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11899 (type-break-do-query): Cancel query schedule while performing
11900 actual query, to avoid possibility of a second query being made
11901 while first one is already in progress.
11902 (type-break-time-stamp-format): New variable.
11903 (type-break-time-stamp): New function.
11904 (type-break-time-warning): Use it.
11905 (type-break-keystroke-warning): Use it.
11906 (type-break-noninteractive-query): Use it.
11907
11908 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11909 cookie.
11910 Use add-minor-mode to set minor-mode-alist, if available.
11911 (eldoc-echo-area-use-multiline-p): New user option.
11912 (eldoc-echo-area-multiline-supported-p): New variable.
11913 (eldoc-docstring-format-sym-doc): Use them.
11914 (eldoc-mode): If not using idle timers, append to local post and
11915 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11916 (eldoc-display-message-no-interference-p): Don't interfere with
11917 edebug.
11918 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11919 (eldoc-function-arglist): New function.
11920 (eldoc-function-argstring): Use it.
11921
11922 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11923 auto save directory exists before calling directory-files.
11924
11925 2000-07-23 Dave Love <fx@gnu.org>
11926
11927 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11928 ^o, ^u.
11929
11930 2000-07-21 Dave Love <fx@gnu.org>
11931
11932 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11933 now passed to the function. It now works properly.
11934
11935 * smerge-mode.el (smerge-mode-menu): Fill it out.
11936
11937 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11938
11939 * info-look.el (info-lookup): If *info* is shown in another frame
11940 on the same display, select that frame, instead of switching to
11941 the Info buffer in another window of the selected frame.
11942
11943 * simple.el (universal-argument-map): Bind numeric keypad keys
11944 kp-0 to kp-9 and kp-subtract.
11945 (digit-argument): Handle these keys.
11946
11947 2000-07-20 Dave Love <fx@gnu.org>
11948
11949 * net/goto-addr.el (goto-address-fontify): Don't bother with
11950 buffer-modified and read-only stuff -- irrelevant with overlays.
11951 Put an extra property on the overlays and use it to clean up in
11952 case goto-address is re-run.
11953
11954 2000-07-19 Richard M. Stallman <rms@gnu.org>
11955
11956 * timer.el (run-with-idle-timer): Doc fix.
11957
11958 * mail/mail-utils.el (mail-strip-quoted-names):
11959 Handle case where <...> appears inside "...".
11960 Use replace-match to edit the string more simply.
11961 (rmail-dont-reply-to): Cope with an unmatched ".
11962
11963 2000-07-19 Dave Love <fx@gnu.org>
11964
11965 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11966 implementation.
11967
11968 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11969 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11970 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11971
11972 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11973
11974 * textmodes/refer.el: Correct maintainer's email address.
11975
11976 * progmodes/hideif.el: Correct author's email address.
11977 Fix typo in comment.
11978
11979 * xml.el: New file.
11980
11981 * mail/mailheader.el: Correct author's mail address.
11982
11983 * gnus/parse-time.el: Correct author's mail address.
11984
11985 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11986
11987 * comint.el (comint-highlight-input, comint-highlight-face):
11988 New user options.
11989 (comint-input-ring-file-name): Change custom type.
11990 (comint-mode-map): Bind mouse-2.
11991 (comint-insert-clicked-input): New function.
11992 (comint-send-input): Handle input highlighting.
11993
11994 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11995
11996 * mouse.el (popup-menu): New function.
11997 (mouse-major-mode-menu): Use it.
11998
11999 2000-07-18 Dave Love <fx@gnu.org>
12000
12001 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12002 improvements.
12003
12004 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12005
12006 * faces.el (face-font-selection-order)
12007 (face-font-family-alternatives): Add custom type.
12008
12009 2000-07-18 Dave Love <fx@gnu.org>
12010
12011 * cus-edit.el (custom-variable-reset-saved)
12012 (custom-variable-reset-standard): Remove unused bindings.
12013
12014 * rect.el (open-rectangle-line): Remove unused let.
12015
12016 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12017
12018 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12019
12020 * cdl.el: Fix `Maintainer' keyword.
12021
12022 * play/pong.el: Add author's email address.
12023
12024 2000-07-17 Sam Steingold <sds@gnu.org>
12025
12026 * files.el (insert-directory): Call `split-string' instead of
12027 re-implementing it.
12028
12029 2000-07-18 Gerd Moellmann <gerd@gnu.org>
12030
12031 * mail/vms-pmail.el: Change maintainer to FSF.
12032
12033 * net/goto-addr.el: Change maintainer to FSF.
12034
12035 * info.el (Info-title-face-alist): Removed.
12036
12037 2000-07-18 David Ponce <david@dponce.com>
12038
12039 * recentf.el (recentf-open-files): New command that works like
12040 `recentf-open-more-files', but shows the whole list of files (not just
12041 those omitted from the menu). Useful if you don't use a menu-bar!
12042 (recentf-open-more-files) Modified to use `recentf-open-files'.
12043
12044 (recentf-open-files, recentf-open-more-files)
12045 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12046
12047 (recentf-dialog-mode): New mode for dialogs. You can now just type
12048 "q" to cancel the dialogs.
12049
12050 2000-07-18 David Ponce <david@dponce.com>
12051
12052 * recentf.el: This is a major update of recentf.el. It adds new
12053 features to better organize the recentf menu and "More..." buffer.
12054
12055 Using new provided menu filtering functions you can now organize the
12056 recent files list:
12057
12058 - by major modes
12059 - by directories
12060 - by user defined rules
12061
12062 Finally, with the new `recentf-filter-changer' customizable filter you
12063 can define a ring of filters and dynamically (via the menu) cycle on
12064 each menu organization in the ring (a la msb).
12065
12066 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12067
12068 * eshell/eshell.el (eshell): Replace links to eshell.info with
12069 links to eshell, to avoid problems on systems where the manual is
12070 installed as `eshell'.
12071 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12072 * eshell/em-smart.el (eshell-smart): Ditto.
12073 * eshell/em-banner.el (eshell-banner): Ditto.
12074 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12075
12076 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12077 same-file check in the MS-DOS version (it does support inodes).
12078
12079 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12080
12081 * eshell/eshell.el (eshell-directory-name):
12082 Run default directory name through convert-standard-filename.
12083
12084 2000-07-18 Kenichi Handa <handa@etl.go.jp>
12085
12086 * international/mule-cmds.el (select-safe-coding-system):
12087 Fix typo in the comment.
12088
12089 * language/european.el (compound-text):
12090 Force katakana-jisx0201 to be designated to G1.
12091
12092 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12093 Don't translate some national variant characters of latin-jisx0201.
12094 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12095
12096 * international/kkc.el (kkc-after-update-conversion-functions):
12097 New variable.
12098 (kkc-update-conversion): Run functions in it at the tail.
12099
12100 2000-07-16 John Wiegley <johnw@gnu.org>
12101
12102 * lisp/align.el (align-newline-and-indent):
12103 Adding new function. for auto-aligning blocks of code on RET.
12104 (align-region): Fixed badly formatted minibuffer message.
12105
12106 2000-07-17 Kenichi Handa <handa@etl.go.jp>
12107
12108 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12109 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12110 the conversion list at first if appropriate.
12111 (kkc-next): Don't update kkc-next-count here.
12112 (kkc-prev): Don't update kkc-prev-count here.
12113 (kkc-show-conversion-list-update): Fix setting up of conversion
12114 list message.
12115
12116 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12117
12118 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12119
12120 2000-07-16 Dave Love <fx@gnu.org>
12121
12122 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12123 function to be more specific.
12124
12125 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12126 non-string help-echo.
12127 (widget-types-convert-widget): Defsubst it.
12128 (widget-echo-help): Try to cope with a help-echo function of two
12129 possible sorts.
12130
12131 2000-07-15 Jason Rumney <jasonr@gnu.org>
12132
12133 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12134 Declare as obsolete.
12135
12136 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12137
12138 2000-07-14 Gerd Moellmann <gerd@gnu.org>
12139
12140 * hilit-chg.el: Fix typo.
12141
12142 2000-07-14 Dave Love <fx@gnu.org>
12143
12144 * info.el (Info-mode-menu): Fix use of :help, :enable.
12145
12146 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12147
12148 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12149
12150 2000-07-13 Dave Love <fx@gnu.org>
12151
12152 * emacs-lisp/easymenu.el: Doc fixes.
12153 (easy-menu-remove): Defalias to ignore.
12154
12155 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12156 Call throw correctly.
12157
12158 2000-07-13 Gerd Moellmann <gerd@gnu.org>
12159
12160 * faces.el (frame-background-mode): Doc fix.
12161
12162 * simple.el (eval-expression-print-length): Change custom type to
12163 allow entering nil as value.
12164
12165 2000-07-13 Dave Love <fx@gnu.org>
12166
12167 * progmodes/fortran.el (fortran-imenu-generic-expression):
12168 Change definition layout.
12169 (fortran-mode-menu): Reinstate customize entries.
12170
12171 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12172 Use :filter, per old XEmacs code.
12173
12174 2000-07-12 Gerd Moellmann <gerd@gnu.org>
12175
12176 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12177 event when deciding what to send to the terminal.
12178
12179 2000-07-12 Dave Love <fx@gnu.org>
12180
12181 * cus-start.el: Add optional version as 4th element of specs and
12182 use it for several things new in v21. Remove load-path. Fix type
12183 of line-number-display-limit.
12184
12185 2000-07-11 Dave Love <fx@gnu.org>
12186
12187 * progmodes/fortran.el: Don't require easymenu.
12188 Use repeat counts in various regexps.
12189 (fortran-mode-syntax-table): Defvar directly.
12190 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12191 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12192 Use defvar, not defconst.
12193 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12194 (fortran-mode): Set fortran-comment-line-start-skip,
12195 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12196 (fortran-comment-indent): Use defsubst.
12197 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12198 Use fortran-comment-indent, not fortran-comment-indent-function.
12199 (fortran-comment-region, fortran-electric-line-number): Simplify.
12200 (fortran-auto-fill): New function.
12201 (fortran-do-auto-fill): Deleted.
12202 (fortran-find-comment-start-skip):
12203 Check for non-null comment-start-skip.
12204 (fortran-auto-fill-mode, fortran-fill-statement):
12205 Use fortran-auto-fill.
12206 (fortran-fill): Use fortran-auto-fill. Check for null
12207 comment-start-skip. Simplify final clause and use end-of-line finally.
12208
12209 * widget.el (widget-plist-member): New alias.
12210
12211 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12212
12213 * eshell/esh-module.el (toplevel): Reference
12214 byte-compile-current-file only if it is bound.
12215
12216 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12217
12218 * dired.el: Don't require `dired-aux'.
12219
12220 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12221
12222 * dired-aux.el (dired-show-file-type): New function.
12223 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12224 (dired-show-file-type): Add autoload.
12225
12226 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12227
12228 * international/mule-diag.el (describe-font): Adjusted for the
12229 change of fontset-info.
12230 (print-fontset): Likewise.
12231
12232 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12233
12234 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12235
12236 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12237
12238 * bindings.el: Bind `[delete]' to delete-char.
12239
12240 * dired.el (dired-find-alternate-file): New function.
12241 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12242 (toplevel): Require dired-aux when compiling.
12243 (dired-buffers): Move defvar within file to avoid compiler warning.
12244
12245 * info.el (Info-last-search): Variable removed.
12246 (Info-search-history): New variable.
12247 (Info-search): New Info-search-history.
12248
12249 * battery.el, info-look.el: Change author's mail address.
12250
12251 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12252
12253 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12254 if rmail-ignored-headers is nil.
12255 (rmail-retry-failure): Bind rmail-ignored-headers and
12256 rmail-displayed-headers to nil.
12257
12258 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12259
12260 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12261 (print-region-1): Don't hard code `-h' here.
12262
12263 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12264
12265 2000-07-01 Francesco Potorti` <pot@gnu.org>
12266
12267 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12268 exim can use "your message" instead of "the message".
12269
12270 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12271
12272 * facemenu.el: Docstrings fixes.
12273 (facemenu-get-face): Don't use internal-find-face.
12274 (facemenu-iterate): Rename arg to match the docstring.
12275
12276 * newcomment.el (uncomment-region): Be more careful when skipping
12277 backwards over `=' not to bump into BOBP.
12278
12279 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12280
12281 * ediff-diff.el (ediff-wordify): Use syntax table.
12282 * ediff-init.el (ediff-has-face-support-p): Use
12283 ediff-color-display-p.
12284 (ediff-color-display-p): Use display-color-p, changed to defun
12285 from defsubst.
12286 Got rid of special cases for NeXT and OS/2.
12287 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12288 face.
12289
12290 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12291
12292 * emacs-lisp/lucid.el: Require CL.
12293 (copy-tree, remprop): Remove, it's provided by CL.
12294 (map-keymap): Define in terms of cl-map-keymap.
12295 (extent-property, set-extent-end-glyph): New functions.
12296
12297 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12298
12299 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12300
12301 * Makefile.in (DONTCOMPILE): Add comment that the name may
12302 not be changed without changing the make-dist script.
12303
12304 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12305 (cl-mapc): Use mapc instead of cl-old-mapc.
12306
12307 2000-07-05 Andrew Innes <andrewi@gnu.org>
12308
12309 * makefile.nt: Add support for `bootstrap' and related targets.
12310
12311 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12312
12313 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12314 (easy-menu-do-define): Use `menu-item' format.
12315 Handle case where easy-menu-create-menu returns a symbol.
12316 Manually call the potential top-level filter in the function binding.
12317 (easy-menu-filter-return): New arg NAME.
12318 Convert to a keymap if MENU is an XEmacs menu.
12319 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12320 (easy-menu-converted-items-table, easy-menu-convert-item):
12321 New var and fun to memoize easy-menu-convert-item-1.
12322 (easy-menu-do-add-item): Use it.
12323 (easy-menu-create-menu): Use easy-menu-convert-item.
12324 Wrap easy-menu-filter-return around any :filter specification.
12325 Don't convert the menu if a filter was specified.
12326 Tell easy-menu-make-symbol not to check for MENU being an expression.
12327 (easy-menu-make-symbol): New arg NOEXP.
12328
12329 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12330
12331 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12332 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12333 (eval-defun): If called with prefix arg, instrument code for
12334 Edebug.
12335
12336 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12337 similar to that of eval-defun.
12338
12339 2000-07-04 Dave Love <fx@gnu.org>
12340
12341 * hl-line.el (hl-line-overlay): Make it permanent-local.
12342
12343 * calendar/todo-mode.el: Replaced with a working version, based on
12344 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12345
12346 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12347
12348 * paths.el (prune-directory-list): New function.
12349 (Info-default-directory-list): Rewritten to more methodically
12350 enumerate a big list of possible info directories (based on the
12351 list used by the standalone info reader).
12352
12353 * info.el (info-initialize): Use prune-directory-list to remove
12354 non-existent directories from Info-directory-list.
12355
12356 * paths.el (Info-default-directory-list): Try a list of possible
12357 info-directories instead of a single one. Add the possible
12358 info directory "/usr/share/info".
12359
12360 * woman.el (woman-man.conf-path): Explicitly include the debian
12361 man-db config file "/etc/manpath.config".
12362 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12363 are present in `manpath.config'.
12364 (woman-manpath): Include "/usr/share/man".
12365
12366 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12367
12368 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12369
12370 * startup.el (command-line): Initialize blink-cursor based
12371 on window-system.
12372
12373 * frame.el (blink-cursor): Default to nil if not running under
12374 a window-system.
12375
12376 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12377 (face-x-resources): Remove duplicate entry for :font.
12378
12379 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12380 instead of cycling through windows with next-window.
12381
12382 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12383 of cycling through windows with next-window.
12384
12385 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12386 of cycling through windows with next-window.
12387
12388 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12389 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12390 instead of cycling through windows with next-window.
12391
12392 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12393 instead of cycling through windows with next-window.
12394
12395 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12396 of cycling through windows with next-window.
12397
12398 * terminal.el (te-process-output): Use walk-windows instead of
12399 cycling through windows with next-window.
12400
12401 * server.el (server-switch-buffer): Use some-window instead of
12402 cycling through windows with next-window.
12403
12404 * window.el (some-window): New function.
12405 (walk-windows): Remove reference to walk-windows-start.
12406
12407 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12408
12409 2000-07-03 Richard Stallman <rms@gnu.org>
12410
12411 * window.el (walk-windows): Guarantee termination by keeping a list
12412 of all the windows already handled.
12413
12414 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12415
12416 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12417 window-system.
12418
12419 * man.el (Man-notify-when-ready): Don't use window-system. If
12420 Man-notify-method is newframe, and the display is not
12421 multi-frame, select the frame created for the man page.
12422 (Man-init-defvars): Doc fix.
12423
12424 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12425
12426 * faces.el (region): Change background color for light background.
12427
12428 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12429 attribute from mode-line face of Ediff control frame.
12430
12431 * replace.el (query-replace-map): Bind `e' like `E'.
12432
12433 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12434
12435 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12436 Change name to "Select All".
12437
12438 * dos-fns.el (convert-standard-filename): Fix last change.
12439
12440 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12441
12442 * help.el (describe-variable): Don't insert a second `'s' in front
12443 of the string `value is shown below'. Since the syntax-table is
12444 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12445 an existing `'s', so that this won't be deleted.
12446
12447 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12448 * pcmpl-unix.el: New files.
12449
12450 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12451
12452 * wid-edit.el (widget-member): Use the new plist-member.
12453
12454 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12455
12456 * replace.el (perform-replace): Undo change of 2000-04-04.
12457 Instead, move backward 1 character at the end of the loop when
12458 necessary.
12459
12460 * faces.el (fringe): Change face for different backgrounds.
12461
12462 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12463 patch from John.
12464
12465 * eshell/*.el: Change spelling of the Free Software Foundation.
12466
12467 * eshell/esh-toggle.el: Removed.
12468
12469 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12470
12471 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12472 interactively.
12473
12474 2000-06-26 Alex Schroeder <alex@gnu.org>
12475
12476 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12477 `define-key'; instead of checking `(emacs-version)' check for
12478 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12479 for `;' and `o' which might be electric.
12480
12481 (sql-electric-stuff): New user option.
12482 (sql-magic-go): New function which uses `sql-electric-stuff'.
12483 (sql-magic-semicolon): New function which uses
12484 `sql-electric-stuff'.
12485
12486 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12487 is not fboundp.
12488
12489 (sql-oracle-options): New variable.
12490 (sql-oracle): Use it.
12491
12492 (sql-imenu-generic-expression): Doc change.
12493 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12494 is used.
12495
12496 (sql-informix): Added command line parameter "-" to force
12497 sql-informix-program to use stdout.
12498
12499 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12500
12501 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12502 (cp864-decode-table): Doc fix.
12503 (cp720-decode-table): New variable, supports the Arabic OEM
12504 codepage used by Windows.
12505 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12506
12507 2000-06-23 Dave Love <fx@gnu.org>
12508
12509 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12510 (font-lock-fontify-anchored-keywords): Use
12511 line-beginning-position.
12512 (global-font-lock-mode): Use mapc.
12513
12514 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12515
12516 * eshell/esh-module.el: Require CL when compiling.
12517
12518 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12519
12520 * comint.el (comint-substitute-in-file-name): Call replace-match
12521 with second and third arg t.
12522
12523 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12524 Specify foreground color.
12525
12526 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12527 color.
12528
12529 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12530
12531 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12532 cddr instead of cdddr.
12533
12534 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12535 instead of copy-list.
12536
12537 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12538 of copy-list.
12539
12540 * subdirs.el: Add eshell subdirectory.
12541
12542 * eshell: New subdirectory containing the Eshell package.
12543
12544 * pcomplete.el: New file.
12545
12546 2000-06-23 Paul Eggert <eggert@twinsun.com>
12547
12548 * mail/mailpost.el (post-mail-send-it): Make sure file has
12549 proper permissions from birth.
12550
12551 * files.el (basic-save-buffer-2): When temporarily setting
12552 file modes, set them to current modes plus 0200, not to 0777.
12553
12554 * emerge.el (emerge-make-temp-file): Make sure file has proper
12555 permissions from birth.
12556
12557 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12558
12559 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12560 backup file name through convert-standard-filename.
12561
12562 * dos-fns.el (convert-standard-filename): Convert leading
12563 directories as well. When long file names are supported, convert
12564 characters that are invalid in Windows file names.
12565
12566 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12567
12568 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12569 ps-print crashes. New feature: page selection for printing. Create
12570 raw-text-unix coding system for XEmacs. Doc fix.
12571 (ps-print-version): New version number (5.2.3).
12572 (ps-plot-region): Bug fix.
12573 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12574 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12575 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12576 funs.
12577 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12578 (ps-last-page): New vars.
12579
12580 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12581
12582 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12583 empty option string.
12584
12585 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12586
12587 * man.el (man): Doc fix.
12588
12589 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12590
12591 * international/mule-cmds.el (set-language-info-alist): Docstring
12592 fixed.
12593
12594 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12595
12596 * version.el (emacs-version): Use ISO date format.
12597
12598 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12599 instead of `M-backspace'.
12600
12601 * simple.el (turn-off-auto-fill): New function.
12602
12603 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12604
12605 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12606 Renamed from with-buffer-prepared-for-font-lock and use
12607 inhibit-modification-hooks rather than setting *-change-functions.
12608 Update all functions to use the new name.
12609 (jit-lock-first-unfontify-pos): New semantics (and doc).
12610 (jit-lock-mode): Make non-interactive.
12611 Don't automatically turn on font-lock.
12612 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12613 Always use jit-lock-after-change.
12614 Remove and restore font-lock-after-change-function.
12615 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12616 (jit-lock-after-unfontify-buffer): Remove.
12617 (jit-lock-stealth-fontify):
12618 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12619 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12620
12621 2000-06-20 Sam Steingold <sds@gnu.org>
12622
12623 * emacs-lisp/cl-indent.el (toplevel): Indent
12624 `print-unreadable-object' properly. Untabify.
12625
12626 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12627
12628 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12629 Support for bibentry.
12630 (reftex-compile-variables): Fixed problem with end of section-re.
12631
12632 * texmodes/reftex-dcr.el (reftex-view-crossref,
12633 reftex-view-crossref-from-bibtex):
12634 Deal with changed `reftex-find-citation-regexp-format'.
12635 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12636 Replaced `remprop' with `put'.
12637 (reftex-view-crossref, reftex-view-crossref-when-idle):
12638 Support for bibentry.
12639
12640 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12641 New entry for bibentry package.
12642
12643 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12644 Regexp also matches "\nobibliography".
12645
12646 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12647 Call `reftex-ensure-write-access' before doing anything.
12648 (reftex-ensure-write-access): New function.
12649
12650 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12651
12652 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12653
12654 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12655
12656 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12657
12658 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12659
12660
12661 2000-06-20 Dave Love <fx@gnu.org>
12662
12663 * faces.el (frame-background-mode): Use set-default, not set, in
12664 setter.
12665 (frame-update-faces, frame-update-face-colors): Define with
12666 defalias.
12667
12668 * enriched.el (enriched-decode-foreground)
12669 (enriched-decode-background): Don't use internal-find-face.
12670
12671 * apropos.el: Doc fixes.
12672
12673 * cus-edit.el (customize-changed-options): Check arg.
12674 (customize-version-lessp): Don't require decimal point.
12675
12676 * custom.el (defcustom, defgroup): Doc fix.
12677
12678 * newcomment.el (comment) <defgroup>: Add :version.
12679 (comment-multi-line): Doc fix.
12680
12681 * emulation/mlsupport.el (define-hooked-local-abbrev,
12682 define-hooked-global-abbrev): Fix, using define-abbrev.
12683
12684 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12685
12686 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12687 the whole buffer.
12688
12689 2000-06-19 Dave Love <fx@gnu.org>
12690
12691 * menu-bar.el (menu-bar-options-save): New function.
12692 (menu-bar-options-menu): Use it.
12693 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12694 Simplify.
12695
12696 2000-06-19 Andreas Schwab <schwab@suse.de>
12697
12698 * progmodes/etags.el (tags-query-replace): Put new parameters
12699 START and END at the end, for backward compatibility.
12700
12701 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12702
12703 * international/codepage.el:
12704 (cp-coding-system-for-codepage-1): Delete special codes for
12705 generating xxx-dos coding system because now a CCL based coding
12706 system can handle EOL conversion by default.
12707
12708 * international/mule.el (make-coding-system): Generate subsidiary
12709 coding systems for EOL handling variants even for a CCL based
12710 coding system.
12711
12712 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12713
12714 * international/isearch-x.el (isearch-minibuffer-input-method)
12715 (isearch-minibuffer-input-method-function): These variables
12716 deleted.
12717 (isearch-with-input-method): Don't use the above variables.
12718 (isearch-process-search-multibyte-characters): Likewise. Call
12719 read-string with the arg INHERIT-INPUT-METHOD t.
12720
12721 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12722
12723 * font-lock.el (font-lock-after-fontify-buffer)
12724 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12725
12726 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12727 Use consistent make-local-variable style for font-lock-fontified.
12728 (jit-lock-fontify-buffer):
12729 Don't bother checking for font-lock-mode and jit-lock-mode.
12730
12731 * time.el: Remove trailing ^M that prevent CVS-merging.
12732
12733 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12734
12735 * Makefile.in (distclean): New target.
12736
12737 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12738
12739 * Makefile.in (srcdir): Define for update-subdirs.
12740
12741 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12742
12743 * find-lisp.el: New file.
12744
12745 2000-06-16 Andrew Innes <andrewi@gnu.org>
12746
12747 * time.el (display-time-mail-function): New variable, to allow
12748 external packages to indicate when new mail is available.
12749 (display-time-update): Use it.
12750
12751 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12752
12753 * international/mule.el (mule-version): Change version name to
12754 SAKAKI. AOI has already been used by Meadow.
12755
12756 * international/quail.el (quail-show-guidance-buf): To find the
12757 bottom window (but minibuffer), pay attention to the height of
12758 minibuffer.
12759
12760 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12761
12762 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12763 menu-bar menus. Add help strings. Don't remove the Edit menu
12764 from the menu bar, as the menu bar has enough space now.
12765
12766 * Makefile.in (SHELL): Make sure /bin/sh is used.
12767
12768 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12769 characters, which use series of two ^H characters instead of one.
12770
12771 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12772
12773 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12774 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12775 functions.
12776 (Info-find-node-2): Try a case-sensitive search first, then
12777 do a case-insensitive search.
12778
12779 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12780 tutorials.
12781
12782 * complete.el (PC-env-vars-alist): New variable.
12783 (PC-complete-as-file-name): New function.
12784 (partial-completion-mode): Initialize PC-env-vars-alist from
12785 process-environment.
12786 (PC-do-completion): Handle completion of env vars.
12787
12788 * info.el (Info-set-mode-line): Show file name in mode line,
12789 use `*Info*' instead of `Info:'.
12790
12791 * startup.el (command-line-1): Change copyright messages to year
12792 2000.
12793
12794 2000-06-15 Dave Love <fx@gnu.org>
12795
12796 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12797 not local-map.
12798
12799 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12800
12801 * international/mule.el (set-buffer-file-coding-system): Almost
12802 rewritten to handle `undecided' as no-op.
12803
12804 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12805
12806 * Makefile.in: New file.
12807
12808 * Makefile: Removed.
12809
12810 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12811 (goto-address-highlight-keymap): Bind C-c RET.
12812
12813 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12814
12815 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12816 inherits buffer-file-coding-system of the current buffer.
12817
12818 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12819 0. Give correct argument to set-auto-coding-function.
12820 (tar-expunge): For goto-char, use (point-min), not 0.
12821 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12822 (tar-subfile-save-buffer): Likewize.
12823
12824 * international/mule.el
12825 (after-insert-file-set-buffer-file-coding-system): Call
12826 set-buffer-file-coding-system with the arg FORCE t.
12827
12828 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12829
12830 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12831 nil. Contemporary sendmails issue an X-Authentication-Warning if
12832 the sender is set with `-f'.
12833
12834 2000-06-13 Dave Love <fx@gnu.org>
12835
12836 * help.el (describe-function-1): Kluge around cases of functions
12837 fset to subrs whose doc doesn't match their symbol-name.
12838
12839 * image.el (insert-image): Default STRING to a space.
12840
12841 * info.el Doc fixes.
12842 (Info-build-node-completions): Match Ref tags.
12843
12844 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12845
12846 * frame.el (display-multi-frame-p, display-multi-font-p): New
12847 defaliases for display-graphic-p.
12848
12849 * hl-line.el: Fixed a typo in commentary.
12850
12851 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12852
12853 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12854 fixed.
12855
12856 2000-06-12 Dave Love <fx@gnu.org>
12857
12858 * image.el (insert-image): Save a little consing.
12859
12860 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12861
12862 * language/tibet-util.el: Convert all tibetan-1-column characters
12863 to the corresponding tibetan characters.
12864 (tibetan-add-components): Delete code for the special treatment of
12865 'a chung.
12866
12867 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12868 change.
12869 (tibetan-vowel-transcription-alist): More rules added.
12870 (tibetan-composite-vowel-alist): New variable.
12871 (tibetan-precomposition-rule-alist): More rules added.
12872
12873 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12874
12875 * startup.el (command-line): Only call menu-bar-mode if interactive.
12876
12877 * thingatpt.el (toplevel symbol-properties):
12878 * textmodes/makeinfo.el (makeinfo-compile):
12879 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12880 * progmodes/hideif.el (hif-compress-define-list)
12881 (hide-ifdef-use-define-alist):
12882 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12883 (ange-ftp-vms-add-file-entry):
12884 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12885 * man.el (Man-build-man-command):
12886 * mail/rnewspost.el (news-reply-header-hook):
12887 * info.el (Info-insert-dir):
12888 * emulation/mlconvert.el (backward-word, forward-word, setq):
12889 * emacs-lisp/gulp.el (gulp-send-requests):
12890 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12891 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12892 (byte-optimize-apply, end of file):
12893 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12894 (ad-make-freeze-definition):
12895 * startup.el (command-line, command-line-1): Don't quote lambdas.
12896
12897 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12898 (cvs-cleanup-removed): New function.
12899 (cvs-cleanup-functions): New var.
12900 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12901 some flexibility in specifying additional entries to auto-cleanup.
12902 (cvs-quickdir): New function.
12903 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12904 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12905 (cvs-mode-find-file): Check that we are on a filename or dirname
12906 when invoked through a mouse-click.
12907 (cvs-full-path): Remove.
12908 (cvs-dired-action): Re-introduced.
12909 (cvs-dired-noselect): Use it.
12910 (vc-post-command-functions): use this new hook if available.
12911
12912 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12913 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12914 (cvs-filename-map, cvs-dirname-map): Remove.
12915 (cvs-default-action): Remove.
12916 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12917 if the arg is really a keymap.
12918 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12919 Don't hardcode the mapping from state (aka type) to face, but check
12920 the var cvs-fi-<type>-face instead.
12921 (cvs-fileinfo-from-entries): New function.
12922
12923 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12924 Docstring fix.
12925 (cvs-find-file-and-jump): Change default to be safer.
12926 (cvs-mode-diff-map): Define it as a function as well.
12927 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12928 Bind mouse-2 in this global map rather than with text-properties.
12929
12930 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12931 file to resolve the ambiguity between C(conflict) and C(need-merge).
12932
12933 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12934
12935 * international/mule.el (set-buffer-file-coding-system): If
12936 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12937 unconditionally.
12938
12939 2000-06-12 Dave Love <fx@gnu.org>
12940
12941 * wid-edit.el (widget-specify-button): Really suppress the face if
12942 required.
12943
12944 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12945
12946 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12947
12948 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12949
12950 * imenu.el (imenu-generic-expression): Docstring fix.
12951
12952 * composite.el (composition-function-table): Move the `put'
12953 below the autoload cookie so we can load the file before loaddefs.
12954
12955 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12956
12957 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12958 Handle easy-mmode-define-global-mode.
12959 For complex macros like define-minor-mode that can generate
12960 several autoload entries, try to autoload entries in the
12961 macroexpanded code.
12962
12963 * emacs-lisp/easy-mmode.el (define-minor-mode):
12964 If KEYMAP is a symbol, just use it.
12965 Use byte-compile-current-file and load-file-name to infer the
12966 proper :require to pass to defcustom.
12967 Wrap the hook var into `progn' so as not to autoload it.
12968 Add a :autoload-end cookie.
12969 Be more careful about the evaluation of KEYMAP.
12970 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12971 (define-derived-mode): Move define-abbrev-table outside of defvar.
12972
12973 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12974
12975 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12976 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12977 (backup-compiled-files): Ignore errors during `tar'.
12978 (bootstrap): Make autoloads before elc files.
12979
12980 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12981
12982 * international/mule.el (set-buffer-file-coding-system): If one of
12983 undecided-XXX is specified, change only EOL conversion.
12984
12985 * international/mule-conf.el (unix): New alias for the coding
12986 system undecided-unix.
12987
12988 2000-06-09 Dave Love <fx@gnu.org>
12989
12990 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12991
12992 * progmodes/executable.el: Byte compile dynamic.
12993 (executable-insert): Change custom type.
12994 (executable-find): Add autoload cookie.
12995 (executable-make-buffer-file-executable-if-script-p): New
12996 function. After Noah Friedman.
12997
12998 * files.el (after-save-hook): Customize, with
12999 executable-make-buffer-file-executable-if-script-p as an option.
13000
13001 2000-06-09 Kenichi Handa <handa@etl.go.jp>
13002
13003 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13004 "tib24p-mule.bdf" for Tibetan.
13005
13006 * composite.el (decompose-composite-char): Declare it as obsolete.
13007
13008 * man.el (Man-fontify-manpage): Pay attention to underline and
13009 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13010
13011 2000-06-08 Gerd Moellmann <gerd@gnu.org>
13012
13013 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13014 Set maintainer to FSF since author isn't reachable.
13015
13016 2000-06-08 Dave Love <fx@gnu.org>
13017
13018 * international/mule-cmds.el (select-safe-coding-system): If
13019 DEFAULT-CODING-SYSTEM is not specified, also check the most
13020 preferred coding-system if buffer-file-coding-system is
13021 `undecided'. From Handa.
13022
13023 2000-06-08 Kenichi Handa <handa@etl.go.jp>
13024
13025 * international/mule.el
13026 (after-insert-file-set-buffer-file-coding-system): If the buffer
13027 size is greater than INSERTED, judget that we are not visiting.
13028
13029 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13030
13031 * whitespace.el (defgroup whitespace): Comment out `:version'.
13032 XEmacs 20.4 has problems defining the group with this present.
13033 We'll have this commented out till get resolve the problem.
13034
13035 2000-06-07 John Wiegley <johnw@gnu.org>
13036
13037 * align.el (align-dq-string-modes, align-sq-string-modes)
13038 (align-open-comment-modes): Add pyhton-mode.
13039 (align-rules-list): Use get-text-property instead of
13040 text-properties-at.
13041 (align-rules-list): Add python-assignment.
13042 (align-rules-list): Change perl-comma-delimiter to
13043 basic-comma-delimiter. Use if for Perl modes and python-mode.
13044 (align-rules-list): Add python-chain-logic and
13045 basic-line-continuation.
13046
13047 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13048
13049 * apropos.el (apropos-mode-hook): New user variable.
13050 (apropos-mode): Run apropos-mode-hook.
13051
13052 2000-06-07 David Ponce <david@dponce.com>
13053
13054 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13055 commands. Require `wid-edit' at run-time.
13056
13057 2000-06-07 David Ponce <david@dponce.com>
13058
13059 * recentf.el: Added some "Commentary".
13060 (recentf-open-more-files, recentf-edit-list): Minor changes to
13061 move the point at the top of the file list. This behaviour is
13062 consistent with the menu one when the list contains a lot of
13063 files.
13064 (recentf-cleanup): Now displays the number of items removed from
13065 the list.
13066 (recentf-relative-filter) New menu filter to show filenames
13067 relative to `default-directory'.
13068
13069 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13070
13071 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13072 with/without giving an error if PostScript printer doesn't have this
13073 kind of page size. Zebra Stripe continues or restarts on next page.
13074 Manual/automatic paper feeding. Switch or not the header.
13075 (ps-print-version): New version number (5.2.2).
13076 (ps-windows-system): Include emx as a Windows system.
13077 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13078 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13079 (ps-background-text): Code fix.
13080 (ps-error-handler-message, ps-user-defined-prologue)
13081 (ps-print-prologue-header, ps-printer-name)
13082 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13083 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13084 (ps-use-face-background): Customization fix.
13085 (ps-n-up-database): Data fix.
13086 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13087 (ps-switch-header): New vars.
13088 (ps-xemacs-color-name, ps-face-foreground-name)
13089 (ps-face-background-name, ps-boolean-constant): New funs.
13090
13091 2000-06-07 Dave Love <fx@gnu.org>
13092
13093 * allout.el: New version from Manheimer.
13094
13095 2000-06-07 Kenichi Handa <handa@etl.go.jp>
13096
13097 * textmodes/fill.el (fill-find-break-point): Check the validity of
13098 charset.
13099
13100 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13101
13102 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13103 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13104 Call display-color-p and display-mouse-p instead of looking at
13105 window-system.
13106
13107 2000-06-06 Dave Love <fx@gnu.org>
13108
13109 * image.el (find-image): Doc fix. Return nil if image not found.
13110 (put-image, insert-image): Make STRING arg optional.
13111
13112 2000-06-06 Kenichi Handa <handa@etl.go.jp>
13113
13114 * language/vietnamese.el: Remove eval-when-compile.
13115 (viet-viscii-nonascii-translation-table): Define it as a
13116 translation table made from viet-viscii-decode-table.
13117 (viet-viscii-encode-table): Define it as a translation table made
13118 from the reverse map of above.
13119 (viet-vscii-nonascii-translation-table): Define it as a
13120 translation table made from viet-vscii-decode-table.
13121 (viet-vscii-encode-table): Define it as a translation table made
13122 from the reverse map of above.
13123 (ccl-decode-viscii): Use translate-character.
13124 (ccl-encode-viscii, ccl-encode-viscii-font)
13125 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13126 Likewize.
13127
13128 * language/cyrillic.el: Remove eval-when-compile.
13129 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13130 translation table made from cyrillic-koi8-r-decode-table.
13131 (cyrillic-koi8-r-encode-table): Define it as a translation table
13132 made from the reverse map of above.
13133 (ccl-decode-koi8): Use translate-character.
13134 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13135 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13136 a translation table made from cyrillic-alternativnyj-decode-table.
13137 (cyrillic-alternativnyj-encode-table): Define it as a translation
13138 table made from the reverse map of above.
13139 (ccl-decode-alternativnyj): Use translate-character.
13140 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13141 Likewize
13142
13143 * international/mule-diag.el (non-iso-charset-alist): Specify
13144 translation table symbol instead of translation table itself.
13145 (list-block-of-chars): CHARSET may be a translation table symbol.
13146
13147 * international/mule.el (make-coding-system): If CODING-SYSTEM
13148 already exists, override it.
13149
13150 * international/fontset.el: Use family `proportional' for Tibetan
13151 fonts.
13152
13153 * international/ccl.el (ccl-compile-translate-character): Don't
13154 check if Rrr has property translation-table.
13155 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13156
13157 2000-06-05 Gerd Moellmann <gerd@gnu.org>
13158
13159 * info.el: Bind case-fold-search to t when searching in case
13160 a user sets it to nil in a hook.
13161
13162 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13163
13164 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13165 * hl-line.el (hl-line-mode): Use the new :global key argument.
13166
13167 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13168 (tar-clip-time-string): Prepend a space.
13169 (tar-grind-file-mode): Construct a string rather than modifying one.
13170 (tar-header-block-summarize): Fix docstring.
13171 Use `format' rather than an error-prone set of copy-loops.
13172
13173 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13174 (diff-goto-source, diff-unified->context, diff-context->unified)
13175 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13176 understand the format output by the `-p' argument to diff.
13177
13178 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13179 (sh-re-done): Use defconst.
13180 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13181 (sh-help-string-for-variable, sh-guess-basic-offset):
13182 Don't quote lambdas.
13183 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
13184 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13185
13186 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13187 (mh-letter-mode): Derive from text-mode.
13188 This implicitly means that it now calls kill-all-local-variables.
13189 Also remove the Emacs-18 compatibility code.
13190
13191 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13192 Make use of symbol-property doc-string-elt.
13193 Use memq rather than a sequence of eq.
13194 (doc-string-elt): Fix the wrong or missing previously unused values.
13195 (autoload-print-form): New function extracted from
13196 generate-file-autoloads to allow recursion when handling progn
13197 so that defvar's and defun's docstrings are properly printed.
13198 (generate-file-autoloads): Use it.
13199
13200 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13201 Use find-file-hooks in the minor-mode function.
13202 Be careful not to loop indefinitely in the post-command-hook function.
13203
13204 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13205
13206 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13207 tty's.
13208 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13209 differences whenever appropriate.
13210 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13211 * viper.el (find-file, find-file-other-window): Get viper to do
13212 wildcards.
13213
13214 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13215
13216 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13217 (jit-lock-fontify-buffer): New function for JIT refontification.
13218 (jit-lock-mode): Fix docstring.
13219 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13220 Remove jit-lock-after-change from the _local_ hook.
13221 (jit-lock-function-1): Fix docstring.
13222
13223 * info.el (Info-on-current-buffer): Initialize info.
13224
13225 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13226
13227 * progmodes/tcl.el (tcl-indent-for-comment):
13228 Ignore comment-indent-hook.
13229
13230 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13231 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13232 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13233 and improve to use the lighter to guess the capitalization.
13234 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13235 Add keyword arguments to specify global-ness or the custom group.
13236 Add local-map and help-echo properties to the lighter.
13237 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13238 (easy-mmode-define-global-mode): New macro.
13239
13240 2000-06-02 Dave Love <fx@gnu.org>
13241
13242 * wid-edit.el: byte-compile-dynamic since we typically don't use
13243 all the widgets. Don't require cl or widget. Remove
13244 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13245 (widget-read-event): Removed. Callers changed to use read-event.
13246 (widget-button-release-event-p): Renamed from
13247 button-release-event-p.
13248 (widget-field-add-space, widget-field-use-before-change):
13249 Uncustomize.
13250 (widget-specify-field): Use keymap property, not local-map.
13251 (widget-specify-button): Obey :suppress-face.
13252 (widget-specify-insert): Use modern backquote syntax.
13253 (widget-image-directory): Renamed from widget-glyph-directory.
13254 (widget-image-enable): Renamed from widget-glyph-enable.
13255 (widget-image-find): Replaces widget-glyph-find.
13256 (widget-button-pressed-face): Move defvar.
13257 (widget-image-insert): Replaces widget-glyph-insert.
13258 (widget-convert): Use keywordp.
13259 (widget-leave-text, widget-children-value-delete): Use mapc.
13260 (widget-keymap): Remove XEmacs stuff.
13261 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13262 (widget-button-click): Don't set point at the click, but re-centre
13263 if we scroll out of window. Rewritten for images v. glyphs &c.
13264 (widget-tabable-at): Use POS arg, not point.
13265 (widget-beginning-of-line, widget-end-of-line)
13266 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13267 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13268 (widget-default-create): Use widget-image-insert; some rewriting.
13269 (widget-visibility-value-create)
13270 (widget-push-button-value-create, widget-toggle-value-create): Use
13271 widget-image-insert.
13272 (checkbox): Create on and off images dynamically.
13273 (documentation-link): Change :help-echo.
13274 (widget-documentation-link-echo-help): Remove.
13275
13276 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13277
13278 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13279
13280 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13281 (easy-mmode-define-toggle, define-minor-mode): Use it.
13282 (easy-mmode-define-keymap): Docstring fix.
13283 (define-derived-mode): Default PARENT to fundamental-mode.
13284 Add the derived-mode-parent symbol-property.
13285 (easy-mmode-derived-mode-p): New function.
13286
13287 2000-06-02 Dave Love <fx@gnu.org>
13288
13289 * files.el (convert-standard-filename): Doc fix.
13290 (normal-backup-enable-predicate): New function.
13291 (backup-enable-predicate): Use it to replace the lambda form.
13292
13293 * calendar/todo-mode.el: [This needs more work on the outline
13294 stuff.] Doc fixes.
13295 (todo) <defgroup>: Add :version.
13296 (todo-add-category): Don't use pushnew.
13297 (todo-cmd-raise): Fix typo.
13298 (todo-top-priorities): Change temp buffer name.
13299 (todo-category-alist): Avoid redundant lambda.
13300 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13301 Use outline-next-heading.
13302
13303 * autoarg.el: Rewritten to use define-minor-mode.
13304 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13305 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13306
13307 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13308
13309 * isearch.el (isearch-other-meta-char): Fix previous change.
13310
13311 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13312
13313 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13314 (log-edit-done): Only add the comment to the ring if it's different
13315 from the last comment entered.
13316
13317 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13318
13319 2000-06-01 Dave Love <fx@gnu.org>
13320
13321 * hl-line.el: Rewritten using define-minor-mode.
13322
13323 * help.el (describe-function-1): Distinguish special form from
13324 builtin function. Sanity-check presence of arglist for builtins.
13325
13326 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13327
13328 * international/characters.el: Fix syntax/category setting of
13329 Tibetan characters.
13330
13331 * language/tibet-util.el (tibetan-add-components): Fixes for new
13332 encoding of Tibetan characters.
13333 (tibetan-decompose-precomposition-alist): New variable.
13334 (tibetan-decompose-region): Convert precomposed characters to
13335 non-precomposed characters.
13336 (tibetan-decompose-string): Likewise.
13337 (tibetan-composition-function): Fix args to
13338 thibetan-compose-string.
13339
13340 * language/tibetan.el (tibetan-composable-pattern): More
13341 characters included.
13342 (tibetan-consonant-transcription-alist): Rule for "R" added.
13343 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13344 "+R" added.
13345 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13346
13347 * language/lao-util.el (lao-composition-function): Fix args to
13348 compose-string.
13349
13350 * language/thai-util.el (thai-composition-function): Fix args to
13351 compose-string.
13352
13353 * isearch.el (isearch-update): Set disable-point-adjustment to t
13354 to prevent the point moving to the end of a composition when a
13355 part of a composition is searched.
13356 (isearch-other-meta-char): If the key invoking this command can be
13357 mapped by function-key-map to a printing char, call
13358 isearch-process-search-char directly.
13359
13360 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * emacs-lisp/bytecomp.el:
13363 * frame.el:
13364 * international/mule-cmds.el:
13365 * international/mule-util.el:
13366 * international/mule.el:
13367 * mouse.el:
13368 * subr.el:
13369 * faces.el: Update calls to make-obsolete with a WHEN argument.
13370
13371 * byte-run.el (make-obsolete, make-obsolete-variable):
13372 Add an optional WHEN argument and change the format of the
13373 symbol-property information.
13374 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13375 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13376 new obsolete-symbol-property format and print WHEN if it is provided.
13377
13378 2000-05-31 Dave Love <fx@gnu.org>
13379
13380 * loadhist.el (loadhist-hook-functions): Remove
13381 before-change-function, after-change-function.
13382 (unload-feature): Deal with symbols which are both bound and
13383 fbound.
13384
13385 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13386 before-change-function, after-change-function.
13387
13388 * simple.el (newline): Don't bind before-change-function,
13389 after-change-function.
13390
13391 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13392
13393 * whitespace.el (whitespace-rescan-timer-time): Update interval
13394 set to 600 seconds (10 minutes) instead of 60 seconds since
13395 a large number of whitespace buffers causes emacs to `freeze'
13396 for a considerable amount of time.
13397
13398 * whitespace.el: Updated email address
13399
13400 2000-05-31 Dave Love <fx@gnu.org>
13401
13402 * add-log.el (change-log-font-lock-keywords) <function>: Add
13403 pattern for function of change.
13404 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13405 acknowledgements patterns.
13406
13407 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13408
13409 * isearch.el (isearch-printing-char): If keyboard coding system is
13410 being used, call isearch-process-search-multibyte-characters.
13411
13412 * international/isearch-x.el: Mostly rewritten.
13413
13414 * international/quail.el (quail-start-conversion): Don't include
13415 unhandled events in the returned events, but set them in
13416 unread-command-events. Exit if all inputs are deleted.
13417
13418 2000-05-30 Jason Rumney <jasonr@gnu.org>
13419
13420 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13421
13422 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13423 Reenable code to create initial fontsets.
13424 Use set-fontset-font in place of put-charset-property.
13425
13426 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13427
13428 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13429 label, ensure that the first colon isn't followed by another.
13430
13431 * paths.el (Info-default-directory-list): Doc fix.
13432
13433 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13434 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13435 send a query containing USER only, not USER@HOST.
13436
13437 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13438 and rmail-msgend to compute the restriction at the end, instead of
13439 computing it.
13440
13441 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13442
13443 * dabbrev.el (dabbrev-expand): Don't display messages in the
13444 echo area if the minibuffer window is active.
13445
13446 * jit-lock.el (jit-lock-mode): Add after change function to
13447 local hook.
13448
13449 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13450
13451 * antlr-mode.el: New commands: hide/unhide actions,
13452 upcase/downcase literals.
13453 (antlr-tiny-action-length): New user option.
13454 (antlr-hide-actions): New command. Suggested by
13455 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13456 (antlr-mode-map): New binding [C-c C-v].
13457 (antlr-mode-menu): New entries.
13458 (antlr-downcase-literals): New command.
13459 (antlr-upcase-literals): Ditto.
13460
13461 * antlr-mode.el: Minor changes: indendation, mode-name.
13462 (antlr-indent-line): Indent cpp directive at column 0.
13463 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13464
13465 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13466 (antlr-font-lock-additional-keywords): Workaround for intentional
13467 bug in XEmacs version of font-lock.
13468 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13469 be used by a smarter version of `buffers-menu-grouping-function'.
13470
13471 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13472
13473 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13474 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13475
13476 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13477
13478 * international/encoded-kb.el
13479 (encoded-kbd-iso2022-designation-map): Pay attention to that
13480 charset-iso-final-char return -1 for eight-bit-control and
13481 eight-bit-graphic.
13482
13483 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13484
13485 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13486 (speedbar-easymenu-definition-base): Use display-graphic-p where
13487 available, instead of window-system.
13488
13489 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13490
13491 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13492 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13493 coding systems.
13494
13495 2000-05-26 Dave Love <fx@gnu.org>
13496
13497 * disp-table.el (standard-display-underline): Don't use
13498 internal-find-face.
13499
13500 * mail/reporter.el: Maintainer change. Doc fixes.
13501 (reporter-version): Deleted.
13502
13503 * emacs-lisp/elp.el: Maintainer change.
13504 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13505
13506 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13507
13508 * add-log.el (add-change-log-entry): Merge the current entry with the
13509 previous one if the previous one is empty.
13510
13511 2000-05-26 Dave Love <fx@gnu.org>
13512
13513 * loadhist.el (unload-feature): Fix interactive spec [from
13514 lijnzaad@ebi.ac.uk].
13515
13516 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13517 subr-arity to check primitives.
13518 (byte-compile-flush-pending, byte-compile-file-form-progn)
13519 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13520 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13521 mapcar.
13522
13523 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13524
13525 * international/fontset.el: Set family names of non-latin charsets
13526 in default fontset to "*".
13527
13528 * international/mule-diag.el (print-fontset): Combine family part
13529 and registry part of the fontname by "-*-" instead of "-".
13530
13531 * international/mule-cmds.el (encode-coding-char): Make strings
13532 multibyte before calling encode-coding-string.
13533
13534 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13535
13536 * derived.el: Fix keywords.
13537 (define-derived-mode): Only define if needed.
13538
13539 * simple.el (fill-comment, comment-column, comment-start)
13540 (comment-start-skip, comment-end, comment-indent-function)
13541 (block-comment-start, block-comment-end, indent-for-comment)
13542 (set-comment-column, kill-comment, comment-padding, comment-region)
13543 (comment-multi-line, indent-new-comment-line): Remove.
13544
13545 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13546 function names for comment operations.
13547
13548 * newcomment.el: Add abundant autoload cookies.
13549 (comment-style): Don't depend on runtime data at compile-time.
13550 (comment-indent-hook): Remove.
13551 (comment-indent): Check if comment-indent-hook is bound.
13552 (comment-region): Docstring fix.
13553
13554 2000-05-25 Dave Love <fx@gnu.org>
13555
13556 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13557 byte-code-function-p.
13558
13559 * mail/rmailsum.el: Add provide.
13560
13561 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13562
13563 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13564 defcustom.
13565
13566 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13567
13568 * ediff-diff.el (ediff-exec-process): delete --binary option from
13569 non-buffer ediff jobs.
13570
13571 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13572
13573 * hilit-chg.el (highlight-changes-mode): Ask about color or
13574 grayscale support, not about window-system.
13575
13576 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13577 window-system.
13578 (ffap-highlight): Always default to t.
13579
13580 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13581 display-popup-menus-p instead of looking at window-system.
13582
13583 * disp-table.el (standard-display-g1, standard-display-graphic):
13584 Only refuse to use string glyphs on X and MS-Windows.
13585
13586 * avoid.el: Remove window-system from commentary, suggest to use
13587 display-*-p instead.
13588
13589 * apropos.el (apropos-print): Use display-mouse-p instead of
13590 window-system.
13591
13592 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13593
13594 * international/codepage.el (cp-decoding-vector-for-codepage):
13595 Fill up unsupported characters with their own codes. From Kenichi
13596 Handa.
13597
13598 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13599
13600 * international/mule-diag.el (describe-char-after): Use
13601 display-graphic-p instead of window-system, so that this function
13602 works on MS-DOS.
13603
13604 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13605
13606 * international/codepage.el (cp-make-coding-systems-for-codepage):
13607 Remove the eight-bit-graphic and eight-bit-control charsets from
13608 the list of charsets which we convert into `?'.
13609
13610 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13611
13612 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13613 private charsets.
13614 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13615 japanese-jisx0213-2): New charsets.
13616
13617 * international/fontset.el: Setup default fontset for new charsets.
13618
13619 2000-05-24 Dave Love <fx@gnu.org>
13620
13621 * info.el (Info-find-node-2): Restructure [following "Vadim
13622 S. Solomin" <sovs@uic.nnov.ru>].
13623
13624 * icomplete.el: Fix header for Finder.
13625
13626 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13627
13628 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13629 STAY.
13630
13631 * rmail.el (rmail-automatic-folder-directives): New user variable.
13632 (rmail-show-message): Add call to `rmail-auto-file' during
13633 display.
13634 (rmail-auto-file): New function.
13635
13636 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13637
13638 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13639 account.
13640 (ediff-test-utility,ediff-diff-mandatory-option)
13641 (ediff-reset-diff-options): Utilities for proper initialization of
13642 ediff-diff-options and ediff-diff3-options on Windows.
13643
13644 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13645 variable.
13646
13647 * ediff-mult.el (ediff-filegroup-action): Use
13648 ediff-merge-filename-prefix.
13649
13650 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13651
13652 * viper-ex.el (ex-write): Set selective display to nil.
13653
13654 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13655
13656 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13657 aliases for hebrew-iso-8bit.
13658
13659 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13660
13661 * woman.el: New version from Francis J. Wright
13662 <F.J.Wright@Maths.QMW.ac.uk>.
13663 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13664 names in environment variables regardless of the path separator.
13665 (woman-topic-all-completions-1): Don't call file-name-directory-p
13666 on all files, since woman-file-regexp already filters out any
13667 directories.
13668
13669 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13670
13671 * international/quail.el (quail-start-translation): Don't change
13672 modified-p of the current buffer.
13673 (quail-start-conversion): Likewise.
13674
13675 * international/kkc.el (kkc-region): Don't change modified-p of
13676 the current buffer.
13677
13678 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13679 conform to RFC1468.
13680 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13681
13682 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13683
13684 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13685 (speedbar-insert-button): Invisible text property fix.
13686 (speedbar-directory-plus): Renamed from speedbar-directory-+
13687 (speedbar-directory-minus): Renamed from speedbar-directory--
13688 (speedbar-page-plus): Renamed from speedbar-file-+
13689 (speedbar-page-minus): Renamed from speedbar-file--
13690 (speedbar-page): Renamed from speedbar-file-
13691 (speedbar-tag): Renamed from speedbar-tag-
13692 (speedbar-tag-plus): Renamed from speedbar-tag-+
13693 (speedbar-tag-minus): Renamed from speedbar-tag--
13694 (speedbar-expand-image-button-alist): Use above renames.
13695
13696 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13697 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13698 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13699 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13700 * sb-pg.xpm: Renamed from sb-file.xpm
13701 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13702 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13703
13704 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13705
13706 * international/quail.el (quail-show-guidance-buf): Set
13707 current-input-method of the guidance buffer to the name of the
13708 curren input method.
13709
13710 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13711
13712 * progmodes/compile.el (compile-internal): Style typo.
13713
13714 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13715 quote vars and functions in the docstring.
13716
13717 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13718
13719 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13720 Don't quote lambdas.
13721
13722 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13723
13724 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13725
13726 * startup.el (command-line): Determine source file of compiled
13727 user init file differently. Warn if compiled user init file
13728 is older than its source file.
13729
13730 * ffap.el (ffap-url-regexp): Add `https'.
13731
13732 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13733
13734 * files.el (make-backup-file-name-1): Replace slashes with `!'
13735 rather than `|' (which is not allowed on Windows). Replace the
13736 drive letters with a string "drive_X".
13737
13738 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13739
13740 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13741
13742 * files.el (interpreter-mode-alist): Add `bash2'.
13743
13744 2000-05-22 Dave Love <fx@gnu.org>
13745
13746 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13747 mapc.
13748 (feature-file): Avoid calling symbol-name. Doc fix.
13749 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13750 (loadhist-hook-functions): Add mouse-position-function.
13751 (unload-feature): Change uses of mapcar.
13752
13753 * files.el (parse-colon-path): Doc fix.
13754 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13755 (set-auto-mode): Use mapc.
13756
13757 * complete.el (PC-look-for-include-file): Use :alnum: character
13758 class.
13759 (partial-completion-mode): Add autoload cookie.
13760
13761 2000-05-22 Sam Steingold <sds@gnu.org>
13762
13763 * info.el (Info-fontify-node): Fixed the call to
13764 `add-text-properties' (bug introduced on 2000-05-18).
13765
13766 2000-05-22 Dave Love <fx@gnu.org>
13767
13768 * bindings.el: Remove debug-ignored-errors set in other files.
13769
13770 * progmodes/etags.el: Add to debug-ignored-errors.
13771 (visit-tags-table-buffer): Clear out buffers holding old tables
13772 when making a new list.
13773 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13774 mapc.
13775
13776 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13777 quote keywords.
13778 (cmpl-string-case-type): Use character classes.
13779
13780 * comint.el:
13781 * textmodes/ispell.el:
13782 * imenu.el:
13783 * mail/mh-e.el:
13784 * progmodes/compile.el: Add to debug-ignored-errors.
13785
13786 * dabbrev.el: Add to debug-ignored-errors.
13787 (dabbrev-completion): Use mapc.
13788
13789 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13790
13791 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13792 (woman-mapcan, woman-parse-man.conf)
13793 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13794 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13795 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13796 path syntax better.
13797 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13798 (woman-manpath): Call woman-parse-man.conf.
13799 (woman-emulation): New defcustom, defaults to nroff.
13800 (woman-font-support): New defconst.
13801 (woman-use-symbol-font): New defcustom.
13802 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13803 "Emulation".
13804 Many functions: Doc fix.
13805
13806 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13807
13808 * international/quail.el (quail-simple-translation-keymap): Map
13809 128..255 to quail-self-insert-command.
13810 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13811
13812 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13813
13814 * help.el (help-manyarg-func-alist): Typo.
13815
13816 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13817 intervals which makes it heaps simpler.
13818
13819 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13820 the nested comment markers.
13821
13822 * subr.el (remove-hook): Don't turn the hook's value into a list.
13823
13824 2000-05-21 Dave Love <fx@gnu.org>
13825
13826 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13827 are invalid characters.
13828
13829 * international/mule-util.el (detect-coding-with-priority): Use
13830 mapc. Remove redundant lambda.
13831
13832 * international/mule-diag.el (list-non-iso-charset-chars)
13833 (describe-fontset): Remove redundant lambda.
13834
13835 * emulation/crisp.el (brief-mode): New alias.
13836
13837 * emacs-lisp/ring.el (ring-elements): New function.
13838
13839 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13840 (easy-menu-do-add-item): Use keywordp.
13841
13842 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13843
13844 * replace.el: Doc and error message fixes.
13845 (replace-highlight): Use facep, not internal-find-face.
13846
13847 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13848
13849 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13850
13851 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13852 (log-edit-insert-changelog): Drop `:' as well.
13853
13854 * log-view.el: Fix file description.
13855 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13856 available.
13857 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13858 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13859
13860 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13861 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13862 Print a status message if the toggle is called interactively.
13863 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13864 for global minor modes and use `defcustom' for them.
13865 Use add-minor-mode.
13866 (easy-mmode-define-derived-mode): Remove.
13867 (define-derived-mode): Fancier default docstring.
13868 (easy-mmode-define-navigation): Signal an error rather than (ding).
13869
13870 * newcomment.el (comment-styles): New `box-multi'.
13871 (comment-normalize-vars): Better default for comment-continue to
13872 avoid whitespace-only continuations.
13873 (comment-search-forward): Always move even in the no-syntax case.
13874 (comment-padright): Only obey N if it's only obeyed for padleft.
13875 (comment-make-extra-lines): Better handling of empty continuations.
13876 Use `=' for the filler if comment-start has only one character.
13877 (uncomment-region): Try handling the special `=' filler.
13878 (comment-region): Allow LINES even if MULTI is nil.
13879 (comment-box): Choose box style based on comment-style.
13880
13881 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13882
13883 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13884 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13885
13886 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13887
13888 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13889 and insert, not subst-char-in-region.
13890
13891 * international/mule-diag.el (list-character-sets-1): Handle
13892 charsets eight-bit-control and eight-bit-graphic.
13893 (list-iso-charset-chars): Likewise.
13894 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13895 charactes as is. Use indent-to to align characters.
13896
13897 * international/mule-cmds.el (find-multibyte-characters): Never
13898 exclude charsets eight-bit-control and eight-bit-graphic.
13899
13900 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13901
13902 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13903 Don't quote lambdas.
13904
13905 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13906
13907 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13908
13909 * gud.el (gud-jdb-directories): Doc fix.
13910
13911 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13912
13913 * newcomment.el: New file.
13914
13915 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13916
13917 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13918
13919 2000-05-18 Andreas Schwab <schwab@suse.de>
13920
13921 * dired.el (dired-between-files): Also skip lines beginning with
13922 `used'.
13923
13924 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13925
13926 * msb.el (msb-menu-cond): Add choice `user'.
13927
13928 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13929
13930 * ps-print.el: Compatibility, customization and doc fix.
13931 (ps-printer-name-option): Replace defconst by defvar.
13932 (ps-postscript-code-directory): XEmacs compatibility.
13933 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13934 fix.
13935 (ps-user-defined-prologue, ps-print-prologue-header)
13936 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13937 compatibility and code fix.
13938 (ps-print-background-image, ps-print-background-text):
13939 Customization fix.
13940 (ps-line-number-start, ps-n-up-on): New vars.
13941
13942 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13943
13944 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13945 the indent-comment function to just return the appropriate indent.
13946
13947 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13948
13949 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13950 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13951 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13952
13953 2000-05-18 Dave Love <fx@gnu.org>
13954
13955 * info.el (Info-fontify-node): Add intangible property as well as
13956 invisible.
13957
13958 * calendar/appt.el (appt-make-list): Match all lines of entry.
13959 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13960
13961 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13962
13963 * international/mule-diag.el (describe-char-after): Call
13964 internal-char-font, not char-font. If internal-char-font returns
13965 nil, display "-- none --".
13966
13967 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13968
13969 * image.el (image-type-available-p): Don't reference image-types
13970 if it isn't bound.
13971
13972 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13973
13974 * autoarg.el (autoarg-mode): Typo in the :set argument.
13975
13976 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13977
13978 * startup.el (command-line-1): Don't signal an error if the
13979 directory for auto-save-list files does not yet exist.
13980
13981 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13982
13983 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13984
13985 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13986
13987 * subr.el (remove-hook): `setq' hook-value, not `set'.
13988
13989 2000-05-16 Sam Steingold <sds@gnu.org>
13990
13991 * info.el (debug-ignored-errors): More errors to ignore.
13992
13993 2000-05-16 Dave Love <fx@gnu.org>
13994
13995 * cus-edit.el: Don't require cl or easymenu.
13996 (custom-variable-prompt): Test standard-value property, not
13997 user-variable-p.
13998
13999 2000-05-16 Sam Steingold <sds@gnu.org>
14000
14001 * subr.el (add-hook): `setq' hook-value, not `set'.
14002
14003 2000-05-16 Gerd Moellmann <gerd@gnu.org>
14004
14005 * startup.el (command-line-1): Mention the FAQ in the startup
14006 message.
14007
14008 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14009
14010 * progmodes/compile.el (compilation-parse-errors): Collect
14011 `nomessage' regexps last.
14012
14013 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14014
14015 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14016 to the function name.
14017
14018 2000-05-15 Dave Love <fx@gnu.org>
14019
14020 * speedbar.el (speedbar-recenter): Typo.
14021 (speedbar-expand-line): Make arg optional.
14022 (speedbar-mode): Avoid a compiler warning.
14023
14024 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14025
14026 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14027 user-specified option string is empty.
14028
14029 * mouse.el (mouse-yank-at-click): Doc fix.
14030
14031 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14032
14033 * term/internal.el (IT-character-translations): More updates of
14034 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14035 documents.
14036
14037 2000-05-15 Gerd Moellmann <gerd@gnu.org>
14038
14039 * env.el (getenv): New function, interactively callable.
14040 (setenv, getenv): Remove autoload cookies.
14041
14042 * loadup.el: Load `env'.
14043
14044 * progmodes/f90.el: Change author's mail address.
14045
14046 2000-05-14 Dave Love <fx@gnu.org>
14047
14048 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14049 goto-addr as an option.
14050
14051 * help.el (help-xref-stack): Doc fix.
14052 (help-xref-following): New variable.
14053 (help-make-xrefs): Use it.
14054 (help-xref-go-back): Use position information from stack element.
14055 (help-follow): Make position in stack element a pair. Use
14056 help-xref-following.
14057
14058 * autoarg.el: New file.
14059
14060 * faces.el: Declare more functions obsolete.
14061
14062 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14063 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14064 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14065 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14066 Remove all the setup-...-environment functions.
14067
14068 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14069
14070 * speedbar.el: Updated the commentary section. xemacs20p now uses
14071 >= when detecting. Require `defimage' safely.
14072 (speedbar-easymenu-definition-base): Add toggle for images.
14073 (speedbar-easymenu-definition-special): Add flush cache & expand.
14074 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14075 (speedbar-reconfigure-keymaps-hook): New variable.
14076 (speedbar-frame-parameters): Updated documentation.
14077 (speedbar-use-imenu-flag): Updated custom tag
14078 (speedbar-dynamic-tags-function-list): New variable.
14079 (speedbar-tag-hierarchy-method): Updated doc & custom.
14080 (speedbar-indentation-width, speedbar-indentation-width) New
14081 variables.
14082 (speedbar-hide-button-brackets-flag): Customizable.
14083 (speedbar-vc-indicator): Doc update.
14084 (speedbar-ignored-path-expressions): Updated default value.
14085 (speedbar-supported-extension-expressions): Updated default value.
14086 (speedbar-syntax-table): Remove {} paren status.
14087 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14088 as "+". Added overlay aliases.
14089 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14090 `force-mode-line-update'.
14091 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14092 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14093 `mouse-set-point'
14094 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14095 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14096 of arbitrary text, and new helper functions.
14097 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14098 filename finder.
14099 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14100 (speedbar-directory-buttons): Update path search/expansion.
14101 (speedbar-make-tag-line): Pay attention to
14102 `speedbar-indentation-width'. Use more care w/ invisible
14103 properties.
14104 (speedbar-change-expand-button-char): Call
14105 `speedbar-insert-image-button-maybe'.
14106 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14107 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14108 (speedbar-trim-words-tag-hierarchy)
14109 (speedbar-simple-group-tag-hierarchy): New functions
14110 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14111 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14112 functions.
14113 (speedbar-mouse-set-point): New function
14114 (speedbar-power-click): Updated documentation.
14115 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14116 of tag prefix text.
14117 (speedbar-expand-line, speedbar-contract-line): Make more robust
14118 to strange text.
14119 (speedbar-expand-line): Takes universal argument to flush the
14120 cache.
14121 (speedbar-flush-expand-line): New function.
14122 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14123 Use new generator insertion method.
14124 (speedbar-fetch-dynamic-tags): New function.
14125 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14126 `speedbar-fetch-dynamic-imenu'.
14127 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14128 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14129 "Revert Buffer" menu items.
14130 (speedbar-buffer-buttons-engine): Be smarter when creating a
14131 filename tag (for expansion purposes.).
14132 (speedbar-highlight-one-tag-line,
14133 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14134 (speedbar-recenter): New functions.
14135 (defimage-speedbar): Image loading abstraction.
14136 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14137 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14138 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14139 (speedbar-tag-type, speedbar-tag-mail): New images.
14140 (speedbar-expand-image-button-alist): New variable.
14141 (speedbar-insert-image-button-maybe): Insert an image over some
14142 buttons.
14143
14144 2000-05-13 Kenichi Handa <handa@etl.go.jp>
14145
14146 * international/mule-cmds.el (encode-coding-char): An ASCII
14147 character is always encodable.
14148
14149 * international/mule-conf.el: Add more information in descriptions
14150 of character sets.
14151
14152 * international/mule-diag.el (describe-char-after): New function.
14153 (describe-font-internal): Adjusted for the change of font-info.
14154 (describe-font): Likewise.
14155 (print-fontset): Rewritten for the new fontset implementation.
14156 (describe-fontset): Include fontset alias names in completion.
14157 (list-fontsets): Adjusted for the change of print-fontset.
14158
14159 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14160 describe-char-after instead of displaying the detail in the echo
14161 area.
14162 (syntax-code-table): Format changed.
14163 (string-to-syntax): Adjusted for the above change.
14164
14165 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14166
14167 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14168
14169 2000-05-12 Dave Love <fx@gnu.org>
14170
14171 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14172 dependence. Use line-{beginning,end}-position, not
14173 point-at{b,e}ol. Some doc fixes.
14174 (todo-position): New function. Fix callers of position to use it.
14175 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14176
14177 2000-05-12 Gerd Moellmann <gerd@gnu.org>
14178
14179 * time.el (display-time-mail-icon): Use `:ascent center'.
14180
14181 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14182 handling FTP security extensions.
14183
14184 2000-05-11 Dave Love <fx@gnu.org>
14185
14186 * calendar/todo-mode.el: New file.
14187
14188 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14189
14190 * comint.el (comint-read-input-ring): Move reference to
14191 comint-input-ring-size outside of the save-excursion. It was
14192 causing the default value to be the only one ever seen.
14193
14194 * font-lock.el: Update copyright. Remove Simon Marshall's email
14195 address on request from him.
14196
14197 * subr.el (substitute-key-definition): Add comment describing
14198 the meaning of PREFIX.
14199
14200 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14201
14202 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14203
14204 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14205 (add-minor-mode): Don't make the variable buffer-local and add a
14206 reference to define-minor-mode in the docstring.
14207
14208 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14209 HEADER/FOOTER and fix bug with trailing empty directory.
14210 (cvs-append-to-ignore): Use vc-editable-p if available.
14211 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14212 (vc-do-command): Tweak advice to handle the new VC.
14213
14214 * log-view.el (log-view-goto-rev): New function for the new VC.
14215 (log-view-minor-wrap): Use mark-active.
14216
14217 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14218 (log-edit-changelog-full-paragraphs): New var.
14219 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14220 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14221 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14222 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14223 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14224 Replace the `cvs' prefix with `log-edit'.
14225
14226 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14227
14228 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14229 (diff-font-lock-defaults): Explicitly turn off multiline.
14230 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14231 (diff-ediff-patch): Fix call to ediff-patch-file.
14232 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14233 Handle comments.
14234
14235 * frame.el (automatic-hscrolling): Typo.
14236
14237 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14238
14239 2000-05-09 Sam Steingold <sds@goems.com>
14240
14241 * apropos.el (apropos-print): use `describe-face' instead of
14242 `customize-face-other-window'.
14243
14244 2000-05-09 Dave Love <fx@gnu.org>
14245
14246 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14247
14248 * help.el (describe-variable): Have customize button pop the
14249 help-xref stack when invoked.
14250 (help-xref-symbol-regexp): Add `face'.
14251 (help-make-xrefs): Check for quoted face names and adapt regexp
14252 submatch numbers to cope.
14253 (help-xref-interned): Maybe insert face doc too. Separate
14254 sections with a line of hyphens.
14255
14256 * faces.el: Some doc fixes. Declare some functions obsolete.
14257 (describe-face): Add customize button. Return the help
14258 text. Fix prompt.
14259
14260 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14261
14262 * term/internal.el (IT-character-translations): Fix last change.
14263
14264 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14265
14266 * woman.el: New file
14267 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14268
14269 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14270
14271 * term/internal.el (IT-character-translations): Update ASCII
14272 simulations for greek-iso8859-7, add latin-iso8859-14 and
14273 latin-iso8859-15.
14274
14275 * international/mule-cmds.el (set-language-info-alist): Call
14276 define-prefix-command with 3 arguments, to make the map suitable
14277 for a menu.
14278
14279 2000-05-07 Dave Love <fx@gnu.org>
14280
14281 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14282
14283 2000-05-05 Dave Love <fx@gnu.org>
14284
14285 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14286 list in doc string. Don't quote keyword symbols.
14287 * emacs-lisp/cl.el: Likewise
14288 * emacs-lisp/cl-seq.el: Likewise
14289
14290 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14291
14292 * abbrev.el (abbrev-mode): Make ARG optional.
14293
14294 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14295
14296 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14297
14298 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14299
14300 * subr.el (substitute-key-definition): Clarify documentation.
14301
14302 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14303
14304 * glasses.el (glasses-convert-to-unreadable): Use
14305 `glasses-separator' instead of the hard-wired "_".
14306 (glasses-mode): Call `glasses-make-unreadable' only in a single
14307 place.
14308
14309 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14310
14311 * term/internal.el (cjk-codepages-alist): Add associations for
14312 Chinese and Korean codepages. Remove FIXME comment.
14313
14314 2000-05-03 Dave Love <fx@gnu.org>
14315
14316 * time.el (display-time-mail-face, display-time-use-mail-icon):
14317 New option.
14318 (display-time-mail-icon): New variable.
14319 (display-time-string-forms): Use the above. Fix the local-map.
14320
14321 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14322
14323 * replace.el (query-replace-map): Add binding for `E'.
14324 (query-replace-help): Extend help text.
14325 (perform-replace): Allow editing the replacement string.
14326
14327 * make-mode.el (makefile-mode-abbrev-table): New variable.
14328 (makefile-mode): Set local abbrev table to
14329 makefile-mode-abbrev-table.
14330 (makefile-font-lock-keywords): Fontify includes and conditionals.
14331
14332 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14333 set TOGGLE's value.
14334
14335 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14336 mail-interactive-insert-alias.
14337 (mail-abbrev-complete-alias): New command.
14338 (mail-mode-map): Bind it to `M-TAB'.
14339
14340 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14341
14342 * language/lao-util.el (lao-compose-region): New function.
14343
14344 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14345
14346 * files.el (recover-session): Make directories as necessary
14347 if they don't exist yet.
14348
14349 * calendar/cal-french.el
14350 (french-calendar-multibyte-special-days-array)
14351 (french-calendar-special-days-array): Change French text.
14352 (calendar-french-date-string): Change output.
14353 (calendar-goto-french-date): Likewise.
14354
14355 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14356
14357 * wid-edit.el (widget-default-active): Obey `:always-active'.
14358 (widget-documentation-string-value-create): Set `:always-active'.
14359
14360 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14361
14362 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14363 default prefix to `~/_emacs.d/auto-save.list/_s'.
14364 (normal-top-level): Create the directory for auto-save files, if
14365 it doesn't already exist (in the ms-dos case only).
14366
14367 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14368
14369 * international/mule-cmds.el (set-language-environment): Don't
14370 concat an integer (dos-codepage), use format instead.
14371
14372 2000-05-02 Dave Love <fx@gnu.org>
14373
14374 * help.el (help-xref-on-pp): Check for constant symbols.
14375
14376 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14377
14378 * startup.el (normal-top-level): Put a condition-case around
14379 the code loading subdirs.el.
14380
14381 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14382
14383 * ps-print.el: Upside-down and face background color printing,
14384 line number step, doc fix.
14385 (ps-print-version): New version number (5.2).
14386 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14387 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14388 (ps-spool-config): Var fix.
14389 (ps-printer-name-option): Const fix.
14390 (ps-print-upside-down, ps-use-face-background)
14391 (ps-line-number-step): New vars.
14392 (ps-window-system, ps-lp-system): New consts.
14393 (ps-face-background): New fun.
14394
14395 2000-04-28 Richard Stallman <rms@gnu.org>
14396
14397 * files.el (make-auto-save-file-name):
14398 Apply auto-save-file-name-transforms to visited file name
14399 before generating auto save file name.
14400 (auto-save-file-name-transforms): New variable.
14401
14402 * files.el (backup-enable-predicate):
14403 Correctly test for a file under a temporary directory.
14404
14405 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14406
14407 * subr.el (add-minor-mode): Rewritten.
14408
14409 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14410
14411 * mail/sendmail.el (sendmail-send-it): Set
14412 buffer-file-coding-system to the selected coding system for MIME
14413 header.
14414
14415 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14416
14417 * dired.el (dired-move-to-filename-regexp): Allow format where
14418 YYYY is followed by two spaces.
14419
14420 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14421 in the second character class of the regexp.
14422
14423 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14424 mh-etc, too.
14425
14426 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14427 nil.
14428
14429 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14430
14431 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14432 argument.
14433
14434 2000-04-27 Sen Nagata <sen@eccosys.com>
14435
14436 * emacs-lisp/crm.el (crm-completion-table): New variable.
14437 (crm-collection-fn, crm-test-completion)
14438 (completing-read-multiple): Use it.
14439
14440 2000-04-27 Dave Love <fx@gnu.org>
14441
14442 * help.el (locate-library): Use mapc.
14443 (help-manyarg-func-alist): Add call-process-region.
14444
14445 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14446
14447 * subr.el (add-minor-mode): Make argument MAP optional.
14448
14449 * desktop.el (desktop-save): Save list of minor modes.
14450 (desktop-create-buffer): Restore minor modes.
14451 (desktop-minor-mode-table): New user-option.
14452
14453 * subr.el (add-minor-mode): New function.
14454
14455 * image.el (find-image): New function.
14456 (defimage): Rewritten to find image at load time.
14457
14458 * startup.el (normal-top-level-add-to-load-path): Handle
14459 case that the default directory is not in load-path.
14460
14461 * help.el: Old patch from Stefan Monnier.
14462 (help-xref-on-pp): New function.
14463 (describe-variable): Use it to display xrefs in a symbol's value.
14464
14465 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14466
14467 * cus-edit.el (custom-face): Fix parenthesis.
14468
14469 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14470
14471 * mail/rmail.el (rmail-expunge): When there are no deleted
14472 messages, do nothing.
14473
14474 2000-04-26 Dave Love <fx@gnu.org>
14475
14476 * international/mule-cmds.el (locale-translation-file-name):
14477 Defvar to nil.
14478 (set-locale-environment): Set it here (at runtime).
14479
14480 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14481
14482 * replace.el (perform-replace): Add parameters START and END. Use
14483 them instead of the check for a region in Transient Mark mode.
14484 (query-replace-read-args): Return two more list elements for the
14485 start and end of the region in Transient Mark mode.
14486 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14487 (map-query-replace-regexp, replace-string, replace-regexp): Add
14488 optional last arguments START and END and pass them to
14489 perform-replace.
14490
14491 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14492 form with additional arguments for perform-replace.
14493
14494 * progmodes/etags.el (tags-query-replace): Add parameters START
14495 and END. Construct a form with additional arguments for
14496 perform-replace.
14497
14498 * simple.el (shell-command): Set default directory for "*Shell
14499 Command Output" buffer.
14500
14501 * language/european.el (iso-latin-4): Fix typo.
14502
14503 * emacs-lisp/crm.el: New file.
14504
14505 2000-04-24 Dave Love <fx@gnu.org>
14506
14507 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14508 (Custom-reset-saved, Custom-reset-standard)
14509 (custom-group-value-create, custom-group-set, custom-group-save)
14510 (custom-group-reset-current, custom-group-reset-saved)
14511 (custom-group-reset-standard): Use mapc.
14512 (custom-buffer-create-internal): Disable undo when creating items.
14513 Use mapc.
14514 (custom-face): Avoid redundant lambda.
14515
14516 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14517
14518 * startup.el (auto-save-list-file-prefix): Set default to
14519 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14520
14521 2000-04-24 Sam Steingold <sds@gnu.org>
14522
14523 * time-stamp.el (time-stamp-string-preprocess): Always convert
14524 `field-result' to a string.
14525
14526 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14527
14528 * frame.el (scrolling): New group.
14529 (automatic-hscrolling): New user-option.
14530
14531 * startup.el (command-line-x-option-alist): Add `-lsp' and
14532 `--line-spacing'.
14533
14534 2000-04-19 Dave Love <fx@gnu.org>
14535
14536 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14537 (cl-mapc): Rename from mapc. Fix the funcall.
14538
14539 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14540
14541 * simple.el (clone-indirect-buffer-other-window): New command.
14542 (clone-indirect-buffer): Add optional arg NORECROD.
14543 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14544
14545 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14546
14547 * window.el (count-screen-lines): New function.
14548 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14549 instead of window-buffer-height.
14550
14551 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14552 non-existing variable comint-input-sentinel.
14553 (inferior-lisp-args-to-list): Removed.
14554 (inferior-lisp): Use split-string instead of
14555 inferior-lisp-args-to-list.
14556
14557 * hexl.el (hexl-insert-hex-string): New command.
14558
14559 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14560 instead of concat.
14561
14562 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14563
14564 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14565 at the start of an existing but empty folder.
14566
14567 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14568
14569 * ps-mule.el: Customization fix, doc fix.
14570 (ps-multibyte-buffer): Customization fix.
14571
14572 2000-04-17 Richard M. Stallman <rms@gnu.org>
14573
14574 * subr.el (read-passwd): Use read-char-exclusive.
14575
14576 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14577
14578 * textmodes/texinfo.el (texinfo-insert-@email)
14579 (texinfo-insert-@emph, texinfo-insert-@quotation)
14580 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14581 (texinfo-mode-map): Add key bindings for them.
14582
14583 * files.el (basic-save-buffer-2): Use a template with `$'
14584 instead of `#' for VMS.
14585
14586 * simple.el (clone-indirect-buffer): New function.
14587
14588 2000-04-16 Stephen Eglen <stephen@gnu.org>
14589
14590 * iswitchb.el (iswitchb-case): New function. If the user input
14591 contains any upper-case characters, the search is made
14592 case-sensitive.
14593
14594 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14595
14596 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14597 comment-end.
14598 (texinfo-font-lock-syntactic-keywords): New var.
14599 (texinfo-font-lock-keywords): Remove comment regexp.
14600 (texinfo-insert-block): New function.
14601 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14602 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14603 and font-lock-defaults. Use regexp-opt for outline-regexp.
14604 (texinfo-environments): New var.
14605 (texinfo-environment-regexp): Use regexp-opt and
14606 texinfo-environments.
14607
14608 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14609 ispell-process is bound since this might be eval'd before ispell
14610 is loaded.
14611 (ispell-message): Use a tiny bit less magic and a bit more hard
14612 data to figure out what kind of sc-cite-regexp to use.
14613
14614 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14615
14616 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14617 (insert-cyclic-diary-entry): Unquote the lambda.
14618
14619 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14620
14621 * files.el (backup-enable-predicate): Unquote the lambda.
14622
14623 * cus-edit.el (custom-face, face): Unquote the lambda.
14624
14625 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14626
14627 * ps-print.el: Check for line-beginning-position definition.
14628
14629 * ps-print.el: Fix counting lines in a region.
14630 (ps-print-version): New version number (5.1.5).
14631 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14632 (ps-printing-region): Fun code fix.
14633
14634 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14635
14636 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14637 to file-directory-p.
14638
14639 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14640
14641 * gud.el (gud-jdb-build-source-files-list): Check that directory
14642 exists before calling directory-files.
14643
14644 2000-04-13 Dave Love <fx@gnu.org>
14645
14646 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14647 syntax.
14648
14649 * emacs-lisp/cl-specs.el: Remove when, unless.
14650
14651 * emacs-lisp/cl-extra.el: Don't quote keywords.
14652 (cl-old-mapc): New variable.
14653 (mapc): Use it.
14654 (cl-map-intervals): Use with-current-buffer. Don't check for
14655 next-property-change.
14656 (cl-map-overlays): Use with-current-buffer.
14657 (cl-expt): Remove.
14658 (copy-tree, remprop): Define unconditionally.
14659
14660 * emacs-lisp/cl-compat.el (keywordp): Remove.
14661
14662 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14663 to use keywordp.
14664 (edebug-spec): Enable keywordp.
14665
14666 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14667 string-lessp.
14668
14669 * cus-start.el: Use keywordp.
14670
14671 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14672
14673 * diary-lib.el (include-other-diary-files): Fix the fix of
14674 2000-02-18 by doing a save-excursion.
14675
14676 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14677
14678 * ps-print.el: Customization fix, doc fix.
14679 (ps-print-version): New version number (5.1.4).
14680 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14681 (ps-print-preprint): Adjust code.
14682 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14683 (ps-print-prologue-header, ps-print-control-characters)
14684 (ps-spool-config): Customization fix.
14685
14686 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14687
14688 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14689 converted to the new menu-item format, names silightly changed,
14690 help strings added.
14691
14692 Support for spelling without async subprocesses:
14693
14694 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14695 (ispell-session-buffer): New variables.
14696 (ispell-start-process, ispell-process-status,
14697 ispell-accept-output, ispell-send-string): New functions, for
14698 Ispell invocation when async subprocesses aren't supported.
14699 (ispell-word, ispell-pdict-save, ispell-command-loop,
14700 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14701 to process-send-string with calls to ispell-send-string, and
14702 accept-process-output with ispell-accept-output.
14703 (ispell-init-process): Call ispell-process-status instead of
14704 process-status with.
14705 (ispell-init-process): Call ispell-start-process. Call
14706 ispell-accept-output and ispell-send-string. Don't call
14707 process-kill-without-query and kill-process if they are unbound.
14708 (ispell-async-processp): New function.
14709
14710 2000-04-12 Dave Love <fx@gnu.org>
14711
14712 * info.el: Add debug-ignored-errors.
14713 (Info-mode-menu): Add some items.
14714 (Info-directory): Add autoload cookie.
14715
14716 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14717 Modify `truncate-lines'. Make `describe-language-environment'
14718 always visible and add help. Modify `describe-key' help. Invoke
14719 Info-directory from `info'. New entry `emacs-manual'.
14720
14721 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14722
14723 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14724 propertized-buffer-identification.
14725 (ebrowse-update-member-buffer-mode-line): Likewise.
14726 (ebrowse--mode-strings): Removed.
14727 (ebrowse--mode-line-props): Removed.
14728
14729 * files.el (auto-mode-alist): Add `EBROWSE'.
14730
14731 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14732 space before testing for end of buffer.
14733 (ebrowse-load): Removed.
14734 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14735 (ebrowse-create-tree-buffer): Rewritten.
14736 (ebrowse-tree-mode): Read tree from buffer.
14737
14738 * progmodes/ebrowse-ffh.el: Removed.
14739
14740 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14741
14742 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14743
14744 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14745
14746 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14747 at the wrong place.
14748
14749 2000-04-09 Dave Love <fx@gnu.org>
14750
14751 * files.el (backup-enable-predicate): Use
14752 temporary-file-directory, small-temporary-file-directory.
14753 (make-backup-file-name-function, backup-directory-alist): New
14754 variables.
14755 (make-backup-file-name-1): New function.
14756 (make-backup-file-name): Use it.
14757 (find-backup-file-name): Likewise. Use format for clarity, not
14758 concat.
14759 (file-newest-backup): Use make-backup-file-name.
14760
14761 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14762
14763 * progmodes/ebrowse-ffh.el: New file.
14764
14765 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14766 to ebrowse-ffh.el.
14767 (ebrowse-load): Add autoload.
14768
14769 * finder.el (finder-commentary): Add autoload cookie.
14770
14771 * mail/rfc2368.el: Correct author's email address.
14772
14773 * progmodes/ebrowse.el: New file.
14774
14775 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14776 item help string.
14777 (easy-menu-do-add-item): Ditto.
14778 (easy-menu-define): Extend doc string.
14779
14780 * jit-lock.el (with-buffer-unmodified): Use
14781 restore-buffer-modified-p.
14782 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14783 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14784 with-buffer-unmodified.
14785
14786 2000-04-08 Dave Love <fx@gnu.org>
14787
14788 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14789 unless, when.
14790
14791 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14792
14793 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14794 (viper-flash-search-pattern): No operation when using Emacs
14795 doesn't support face.
14796 Use `viper-put-on-search-overlay'.
14797
14798 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14799
14800 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14801 like C-r.
14802
14803 * progmodes/make-mode.el: Some doc fixes.
14804 (makefile-mode-abbrev-table): New variable.
14805 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14806 (makefile-font-lock-keywords): Fontify includes and conditionals.
14807 (toplevel): Require `dabbrev' and `add-log' when compiling.
14808
14809 * replace.el (perform-replace): Don't move forward one char
14810 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14811 to do that because it leaves point 1 position after the last
14812 replacement, after everything has been replaced.
14813
14814 * jit-lock.el (with-buffer-unmodified): New macro.
14815 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14816 modified state.
14817 (jit-lock-function-1): Extracted from jit-lock-function; not
14818 preserving buffer's modified state.
14819 (jit-lock-function, jit-lock-stealth-fontify): Call
14820 jit-lock-function-1.
14821
14822 * mail/rfc2368.el: Remove supernumerary copyright line.
14823
14824 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14825
14826 * glasses.el: Provide facilities for inserting space before left
14827 parentheses and uncapitalization of identifiers.
14828 (glasses-mode): Try to remove old overlays in all cases.
14829
14830 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14831
14832 * progmodes/compile.el (compile-internal): Display the compilation
14833 buffer in a different frame, if it's already displayed there.
14834
14835 * mail/rfc2368.el: New file.
14836
14837 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14838 header and insert its value as mail body.
14839
14840 * subr.el (member-ignore-case): New function.
14841
14842 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14843 (dabbrev--find-expansion): Ignore buffers matching a regexp
14844 from dabbrev-ignored-regexps.
14845
14846 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14847 to extensions handled by gzip.
14848
14849 2000-04-03 Richard M. Stallman <rms@gnu.org>
14850
14851 * files.el (insert-directory): List the total free space
14852 along with the used space.
14853
14854 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14855 line is followed by one that matches CITATION-REGEXP, end the
14856 paragraph.
14857
14858 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14859
14860 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14861 (rmail-make-basic-summary-line): Use that option.
14862
14863 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14864
14865 * international/mule-cmds.el (encoded-string-description):
14866 Rewritten. Try pretty description for ISO 2022 escape sequences
14867 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14868 for hexadecimal format.
14869
14870 2000-04-01 Dave Love <fx@gnu.org>
14871
14872 * cpp.el: Change customization group to `c' from `C'.
14873
14874 * vcursor.el (vcursor-move): Use display-color-p.
14875
14876 * international/mule-util.el: Provide mule-utils.
14877 (string-to-sequence): Simplify and speed up.
14878
14879 * international/mule.el (make-coding-system): Purecopy doc-string.
14880
14881 * international/mule-cmds.el: Various menu changes.
14882 (describe-specified-language-support): Handle `Default'.
14883 (set-language-info): Purecopy `info'.
14884
14885 2000-03-31 Andrew Innes <andrewi@gnu.org>
14886
14887 * vc.el (vc-backend-diff): Return the correct status if we had to
14888 retry the rcsdiff command without the --brief option.
14889
14890 2000-03-31 Dave Love <fx@gnu.org>
14891
14892 * help.el (help-manyarg-func-alist): Correct several omissions.
14893
14894 * add-log.el: Don't require cl, fortran.
14895 (add-log-current-defun-function): Doc fix.
14896 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14897 fix.
14898 (change-log-version-rcs): Function deleted.
14899 (change-log-version-number-search): Doc fix. Use
14900 vc-workfile-version. Avoid CL dolist.
14901 (add-change-log-entry): Just call add-log-current-defun to get
14902 defun. Simplify somewhat.
14903 (change-log-get-method-definition-1): Likewise.
14904 (add-log-current-defun): Return nil if calling
14905 add-log-current-defun-function does so. Move Fortran stuff to
14906 fortran.el. Return string without properties.
14907
14908 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14909 and :alpha: char classes.
14910
14911 * mail/supercite.el: Defvar curline when compiling.
14912 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14913 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14914 rather than a-zA-Z0-9 to allow non-ASCII characters.
14915
14916 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14917
14918 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14919
14920 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14921 Re-enable new code.
14922
14923 * lpr.el (print-region-1): Use -d to specify printer name for
14924 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14925
14926 2000-03-31 Dave Love <fx@gnu.org>
14927
14928 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14929 for function definition in symbol's function value slot first
14930 instead of first consulting byte-compile-function-environment.
14931
14932 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14933
14934 * language/european.el ("Polish"): New language environment.
14935 (setup-polish-environment): New function.
14936
14937 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14938
14939 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14940 Disable new code.
14941
14942 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14943 trying to `load' the symbol of an autoload instead of the file
14944 recorded in the autoload. Fix error messages.
14945
14946 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14947
14948 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14949 (ps-print-version): New version number (5.1.3).
14950 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14951 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14952 (ps-generate-postscript-with-faces): Code fix.
14953 (ps-color-values): XEmacs compatibility.
14954 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14955 (ps-default-fg, ps-default-bg): Adjust customization.
14956 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14957 (ps-color-scale): Renaming old ps-color-value fun.
14958 (ps-print-headers): Replace ps-print-header group to avoid conflict
14959 with ps-print-header variable.
14960 (ps-print-miscellany): New group.
14961 (ps-format-color, ps-rgb-color): New funs.
14962 (ps-default-foreground): New var.
14963 (ps-printer-name-option): New const.
14964
14965 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14966
14967 * net/net-utils.el:
14968 (network-connection-host, network-connection-service): New variables
14969 (network-connection-mode): New mode, derived from comint-mode
14970 (network-connection-mode-setup): New function, saves host and
14971 service information in local variables.
14972
14973 * lisp/locate.el:
14974 (locate-word-at-point): Added this function
14975 (locate): Default to using locate-word-at-point as input
14976 Run dired-mode-hook
14977
14978 2000-03-29 Dave Love <fx@gnu.org>
14979
14980 * calendar/appt.el: Doc fixes.
14981 (appt-check): Convert min-to-app to a string before passing to
14982 appt-disp-window-function or concat.
14983 (appt-delete-window): Remove test for frame-root-window.
14984 (appt-select-lowest-window, appt-convert-time): Simplify.
14985
14986 * emacs-lisp/bytecomp.el: Doc fixes.
14987 (byte-compile-file-form-autoload): Update
14988 byte-compile-function-environment.
14989
14990 2000-03-29 Andreas Schwab <schwab@suse.de>
14991
14992 * emacs-lisp/autoload.el: Also print defsubst doc string
14993 specially.
14994
14995 * dired.el (dired-insert-directory): If dired-free-space-program
14996 failed just delete its output.
14997
14998 2000-03-29 Dave Love <fx@gnu.org>
14999
15000 * international/iso-cvt.el: Move provide to end. Doc fixes.
15001 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15002 (iso-iso2sgml, iso-sgml2iso): New functions.
15003 (iso-cvt-define-menu): Fix some entries and use backquote for
15004 clarity.
15005
15006 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15007
15008 2000-03-28 Gerd Moellmann <gerd@gnu.org>
15009
15010 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15011 ISO-DATE. If non-nil, return date in ISO 8601 format.
15012
15013 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15014
15015 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15016 if it ever becomes used.
15017 (log-edit-mode-hook): Default to vc-log-mode-hook.
15018 (log-edit-mode): Fix the docstring.
15019
15020 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15021 the code.
15022
15023 2000-03-26 Dave Love <fx@gnu.org>
15024
15025 * net/browse-url.el (browse-url): Re-fix case of
15026 browse-url-browser-function being an alist.
15027 (browse-url): Add :link to defgroup.
15028
15029 * files.el: Doc fixes.
15030 (file-truename): Include `[' in wildcard characters.
15031 (automount-dir-prefix): Customize.
15032 (find-file-wildcards): Add :version.
15033 (find-file-noselect): Simplify a mapcar call.
15034
15035 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15036 compatible with inf-lisp version.
15037 (eval-defun-1): Fix custom-declare-variable case.
15038
15039 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15040
15041 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15042
15043 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15044
15045 * Makefile (COMPILE_FIRST): New macro.
15046 (compile-files): Compile files from COMPILE_FIRST first.
15047
15048 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
15049 code.
15050
15051 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15052 matching open parenthesis in column 0 to defun-prompt-regexp
15053 only if open-paren-in-column-0-is-defun-start is set.
15054
15055 * sun-curs.el: Require CL at compile-time only.
15056
15057 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15058 instead of copy-list which is a function from CL.
15059 (msb--choose-menu, msb--mode-menu-cond)
15060 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15061 (msb--init-file-alist): Use mapcar instead of mapcan.
15062 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
15063 `(' in column 0 in doc string.
15064 (msb--add-separators): Use mapcar instead of mapcan.
15065
15066 * cus-dep.el: Require CL at compile-time only.
15067
15068 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15069
15070 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15071 (byte-compile-warnings): New warning `noruntime'.
15072 (byte-compile-constants, byte-compile-variables): Fix docstring.
15073 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15074 execute `eval-whenc-compile's body.
15075 (byte-compile-unresolved-functions): Fix docstring.
15076 (byte-compile-eval): New function.
15077 (byte-compile-callargs-warn): Check if the function will be available
15078 at runtime (via property `byte-compile-noruntime').
15079 (byte-compile-print-syms): New function.
15080 (byte-compile-warn-about-unresolved-functions): Also warn about
15081 `noruntime' functions (and use `byte-compile-print-syms').
15082 (byte-compile-file): Capitalize the message.
15083
15084 2000-03-24 Gerd Moellmann <gerd@gnu.org>
15085
15086 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15087 (rmail-expunge): Ask for confirmation depending on the setting
15088 of rmail-confirm-expunge.
15089
15090 2000-03-23 Gerd Moellmann <gerd@gnu.org>
15091
15092 * Makefile (bootstrap-clean): If $(emacs) exists, build
15093 loaddefs.el first. A loaddefs.el that's not up-to-date might
15094 cause a bootstrap failure because things don't autoload as
15095 expected.
15096
15097 2000-03-23 Dave Love <fx@gnu.org>
15098
15099 * net/browse-url.el: Restore previous use of
15100 browse-url-maybe-new-window.
15101
15102 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15103
15104 * ps-print.el: Skip banner page fix.
15105 (ps-print-version): New version number (5.1.2).
15106 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15107
15108 2000-03-23 Dave Pearson <davep@davep.org>
15109
15110 * net/quickurl.el Changed the type of parameter passed to the
15111 function defined by `quickurl-format-function'. Before only the
15112 text of the URL was passed. Now the whole URL structure is passed
15113 and the function is responsible for extracting the parts it
15114 requires. Changed the default of `quickurl-format-function'
15115 accordingly.
15116 (quickurl-insert): Changed the `funcall' of
15117 `quickurl-format-function' to match the above change.
15118 (quickurl-list-insert): Changed the `url' case so that it makes
15119 use of `quickurl-format-function', previous to this the format was
15120 hard wired.
15121
15122 2000-03-22 Gerd Moellmann <gerd@gnu.org>
15123
15124 * startup.el: Change some spellings for the X Window System.
15125
15126 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15127
15128 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
15129 up the code and the regexp and make sure the cursor is temporarily
15130 moved to the suspicious line while querying the user.
15131
15132 2000-03-22 Jason Rumney <jasonr@gnu.org>
15133
15134 * w32-fns.el (w32-charset-info-alist): Initialize.
15135
15136 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15137
15138 * ps-print.el: N-up last page fix.
15139 (ps-print-version): New version number (5.1.1).
15140 (ps-end-file, ps-end-job, ps-generate): Code fix.
15141
15142 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15143
15144 * files.el (find-file-run-dired): Update docstring.
15145 (find-directory-functions): New hook.
15146 (find-file-noselect): Run find-directory-functions rather than
15147 calling dired directly.
15148
15149 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15150
15151 * pcvs.el: Add a minimal leading commentary.
15152 (cvs-make-cvs-buffer): Change the header part by removing the startup
15153 message and adding a `Module' entry. Also replace the FOOTER and
15154 HEADER special fileinfos with the new support in ewoc for updating
15155 its own footer and header.
15156 (cvs-update-header): Update to use the header/footer of the ewoc.
15157 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15158 (cvs-is-within-p): New function.
15159 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15160 to only examine some subset of the buffers.
15161
15162 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15163 `format' instead of our own ad-hoc functions.
15164 Remove HEADER and FOOTER cases, now handled in the EWOC.
15165 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15166
15167 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15168 output to avoid scaring the user.
15169 (cvs-parse-table): Catch message for non-up-to-date commits.
15170
15171 * pcvs-defs.el (cvs-startup-message): Remove.
15172 (cvs-global-menu): New autoloaded menu.
15173
15174 * pcvs-util.el (cvs-string-fill): Remove.
15175
15176 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15177 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15178 PP part of it and also make it work for footers and headers.
15179 (ewoc-create): Drop POS and BUFFER arguments.
15180 Use the DLL's dummy node to store the end-of-footer position.
15181 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15182 (ewoc-refresh): Remove unused `header' variable.
15183 (ewoc-(get|set)-hf): New functions.
15184
15185 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15186 log-view-*-(message|file) and use easy-mmode-define-navigation.
15187 (log-view-message-re): Match SCCS format as well.
15188 And match the revision line rather than the dashed separator line.
15189 (log-view-mode): Use the new define-derived-mode.
15190 (log-view-current-tag): Fill in with an actual implementation.
15191
15192 * cvs-status.el (cvs-status-(prev|next)): Rename from
15193 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15194 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15195 to let the output "breathe" a little more (more readable).
15196 (cvs-status-mode): Use the new define-derived-mode.
15197
15198 * smerge-mode.el (smerge-auto-leave): New function and variable.
15199 (smerge-basic-map): Rename from smerge-basic-keymap.
15200 Change the bindings for smerge-diff-*.
15201 (smerge-*-map): Use easy-mmode-defmap.
15202 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15203 (smerge-keep-*): Use smerge-auto-leave.
15204
15205 2000-03-21 Jason Rumney <jasonr@gnu.org>
15206
15207 * cus-edit.el (custom-button-face): Use 3D look for w32.
15208 (custom-button-pressed-face): Likewise.
15209
15210 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15211
15212 * progmodes/etags.el (tags-case-fold-search): New user-option.
15213 (tags-loop-eval): New function. Bind case-fold-search around eval
15214 depending on the value of tags-case-fold-search.
15215 (tags-loop-continue): Use tags-loop-eval.
15216 (find-tag-in-order): Bind case-fold-search depending on the value
15217 of tags-case-fold-search.
15218
15219 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15220
15221 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15222 (diff-end-of-hunk): Return the end position for use in
15223 `easy-mmode-define-navigation'.
15224 (diff-recenter): Remove.
15225 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15226 of `easy-mmode-define-navigation'.
15227 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15228 previous renaming) and fix to use new names.
15229 (diff-merge-strings): Use \n as separator: simpler, faster.
15230 (diff-mode): Use `define-derived-mode'.
15231
15232 * derived.el (define-derived-mode): Don't autoload anymore.
15233 Prefer the macro-only version provided by easy-mmode.el.
15234
15235 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15236 `easy-mmode-define-derived-mode'.
15237 Use `combine-run-hooks'.
15238 (easy-mmode-define-navigation): New macro.
15239
15240 * subr.el (combine-run-hooks): New function.
15241
15242 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15243
15244 * term/x-win.el: Fontsets related initialization is simplified.
15245
15246 * international/mule-diag.el (describe-font): Don't refer to
15247 global-fontset-alist, instead call font-list.
15248 (describe-fontset, list-fontsets, mule-diag): Likewise.
15249 (print-fontset): Adjusted for the change of fontset
15250 implementation.
15251
15252 * international/fontset.el (x-charset-registries): Variable
15253 removed, instead the corresponding data is stored in the default
15254 fontset.
15255 (register-alternate-fontnames): Function removed.
15256 (resolved-ascii-font): Variable removed.
15257 (x-compose-font-name): Ignore the second argument REDOCE.
15258 (x-complement-fontset-spec): Complement only an ASCII font and
15259 element for those charsets than can use that ASCII font.
15260 (generate-fontset-menu): Don't refer to global-fontset-alist,
15261 instead call fontset-list.
15262 (uninstantiated-fontset-alist): Variable removed.
15263 (x-style-funcs-alist): Likewise.
15264 (fontset-default-styles): Likewise.
15265 (x-modify-font-name): Function removed.
15266 (create-fontset-from-fontset-spec): Ignore the argument
15267 STYLE-VARIANT.
15268 (create-fontset-from-ascii-font): Docsting adjusted for the above
15269 change.
15270 (instantiate-fontset, resolve-fontset-name): Functions removed.
15271 (fontset-list): Now implemented by C code.
15272
15273 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15274 (describe-face): Include `font' attribute in the description.
15275
15276 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15277
15278 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15279
15280 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15281
15282 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15283 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15284 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15285
15286 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15287 about behavior of set-buffer-modified-p wrt redisplay.
15288
15289 2000-03-19 Richard M. Stallman <rms@gnu.org>
15290
15291 * view.el (view-mode-disable): Kill local binding of view-read-only.
15292
15293 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15294
15295 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15296 is a string, convert it to a syntax cell using string-to-syntax.
15297
15298 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15299 (string-to-syntax): New function.
15300
15301 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15302 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15303 try to use passive ftp mode.
15304
15305 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15306
15307 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15308
15309 * simple.el (append-to-buffer): Update point of windows after
15310 insertion.
15311
15312 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15313 forward then moving backward. Reindent.
15314
15315 * frame.el (other-frame): Call x-focus-frame only if
15316 focus-follows-mouse is off.
15317
15318 2000-03-17 Dave Love <fx@gnu.org>
15319
15320 * pcvs-util.el (cvs-strings->string): Rename
15321 replace-regexps-in-string.
15322
15323 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15324
15325 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15326 regexp for labels cannot span several lines.
15327
15328 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15329 `(setq :<key> ':<key>)' to the macro expansion.
15330
15331 2000-03-16 Dave Love <fx@gnu.org>
15332
15333 * progmodes/f90.el (f90): Put custom group under `languages', not
15334 `fortran'.
15335 (f90-mode-hook): Customize.
15336 (f90-mode): Set add-log-current-defun-function.
15337 (f90-current-defun): New function.
15338
15339 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15340
15341 * cus-edit.el (custom-variable-tag-face): Handle case that
15342 default face's height is not a number.
15343 (custom-face-tag-face, custom-group-tag-face-1)
15344 (custom-group-tag-face): Ditto.
15345 (custom-group-tag-face-1): Add :group.
15346
15347 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15348
15349 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15350
15351 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15352 requiring easymenu.
15353
15354 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15355
15356 * ps-print.el: PostScript user-defined prologue, PostScript error
15357 handler, doc fix.
15358 (ps-print-version): New version number (5.1).
15359 (ps-user-defined-prologue, ps-error-handler-message)
15360 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15361 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15362 (ps-insert-string): New function.
15363
15364 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15365
15366 * international/ccl.el (ccl-compile-expression): Don't generate
15367 invalid self-assignment code.
15368
15369 2000-03-14 Dave Love <fx@gnu.org>
15370
15371 * subr.el (replace-regexp-in-string): Renamed from
15372 replace-regexps-in-string. Doc fix.
15373
15374 2000-03-12 Dave Love <fx@gnu.org>
15375
15376 * cus-edit.el: Doc fixes.
15377 (customize-set-variable, customize-save-variable): Rename args for
15378 doc.
15379 (custom-variable-tag-face, custom-face-tag-face)
15380 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15381 style which user identify as hyperlink.
15382 (hook): Don't add undefined functions to the hook.
15383 (debug-ignored-errors): Transfer message from bindings.el.
15384
15385 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15386
15387 * recentf.el (recentf-keep-non-readable-files-p): Remove
15388 double/nested definition.
15389
15390 2000-03-12 Dave Love <fx@gnu.org>
15391
15392 * facemenu.el (facemenu-get-face): Use display-color-p.
15393 * enriched.el (enriched-decode-foreground): Likewise.
15394 (enriched-decode-background): Likewise.
15395 * isearch.el (isearch-highlight): Likewise.
15396 * info-look.el (info-lookup): Likewise.
15397 * simple.el (completion-setup-function): Likewise.
15398
15399 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15400 :options.
15401
15402 * bindings.el (mode-line-format): Fix line-number and
15403 column-number items. Add help-echo for the background.
15404 (mode-line-mule-info): Modify help-echo.
15405
15406 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15407
15408 * files.el (load-file): Allow completion to .elc.
15409
15410 * man.el: Doc fixes.
15411 (Man-init-defvars): Use display-color-p to set fontification.
15412
15413 * play/hanoi.el (hanoi-internal): Don't use oddp.
15414
15415 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15416
15417 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15418
15419 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15420
15421 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15422
15423 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15424 Fix comment.
15425
15426 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15427
15428 * font-lock.el (font-lock-keywords): Fix the doc now that
15429 regexp-opt-depth is unnecessary.
15430 (save-buffer-state): Set an edebug spec.
15431 (font-lock-fontify-anchored-keywords): Properly handle the case when
15432 the matcher goes past the limit.
15433
15434 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15435 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15436
15437 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15438 dll.el and cookie.el (from Elib) with heavy renaming and other
15439 massaging.
15440
15441 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15442 Autoload the functions used.
15443 (easy-mmode-define-syntax): Fix CL typo.
15444 (easy-mmode-define-derived-mode): Improve the docstring generation.
15445
15446 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15447
15448 * textmodes/texinfo.el (texinfo-version): Variable and function
15449 removed.
15450
15451 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15452
15453 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15454 allow more flexibility.
15455 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15456 fns.
15457 (easy-mmode-defmap, easy-mmode-defsyntax)
15458 (easy-mmode-define-derived-mode): New macros.
15459
15460 2000-03-09 Didier Verna <didier@xemacs.org>
15461
15462 * rect.el (replace-rectangle): New function.
15463
15464 2000-03-09 Dave Love <fx@gnu.org>
15465
15466 * progmodes/fortran.el (fortran-comment-line-start): Define as
15467 "C".
15468 (fortran-comment-line-start-skip): Don't match cpp stuff.
15469 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15470 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15471 (fortran-mode): Don't set fortran-comment-line-start-skip,
15472 fortran-comment-line-start here. Set comment-start,
15473 add-log-current-defun.
15474 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15475 (fortran-current-defun): New function.
15476
15477 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15478
15479 * emacs-lisp/re-builder.el: New file.
15480
15481 * mouse.el (mouse-drag-region): Don't run up-event handler
15482 if hscroll has changed.
15483
15484 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15485 builtin operators, use `font-lock-builtin-face' for Emacs and
15486 `font-lock-preprocessor-face' otherwise.
15487
15488 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15489 `(defun (setf foo)' differently.
15490
15491 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15492
15493 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15494 (regexp-opt): Update comment and adapt the code the new meaning of
15495 the `paren' argument of regex-opt-group for shy-groups.
15496 (regexp-opt-depth): Handle shy groups as well as backslashed
15497 backslashes.
15498 (regexp-opt-group): Turn the leading comment into a docstring.
15499 Allow `paren' to be a string (the string to use to open a group).
15500 Remove open-presuf and close-presuf. Instead of checking for `all
15501 one-char' and then later on check for `several one-char', handle
15502 both cases close together. Also apply a more generic algorithm
15503 for suffixes (the mirror image of the algorithm used for
15504 prefixes). Use shy-groups. Use nreverse rather than reverse.
15505 (regexp-opt-try-suffix): Removed.
15506
15507 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15508 from comint-mode-map, so we can just inherit from it. Also, move
15509 the initialization into the `defvar' since there's no docstring
15510 anyway and it's fairly short.
15511 (inferior-scheme-mode): Define it as derived-mode: the code is
15512 shorter and this way we inherit from comint-mode-map rather than
15513 copying it.
15514
15515 * subr.el (replace-regexps-in-string): Properly handle the case
15516 where we match an empty string.
15517
15518 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15519 when the command has a directory component (such as "./testml").
15520 Also fix a typo in the comment.
15521
15522 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15523
15524 * Makefile (compile-files): Compile files one by one because
15525 that's the only way to ensure a clean compilation environment for
15526 each individual file.
15527
15528 * frame.el (other-frame): Call x-focus-frame.
15529
15530 2000-03-07 Dave Love <fx@gnu.org>
15531
15532 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15533 :require to defcustom.
15534
15535 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15536 lists.
15537
15538 * files.el (auto-mode-alist): Add configure.in.
15539
15540 * progmodes/autoconf.el: New file.
15541
15542 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15543
15544 * mail/mh-e.el: Change maintainer to `none'.
15545
15546 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15547 to remove-hook and add-hook.
15548
15549 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15550
15551 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15552 it as the default.
15553 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15554 (sendmail-send-it): Conditionally add MIME headers specifying the
15555 used character set.
15556
15557 2000-03-07 Dave Love <fx@gnu.org>
15558
15559 * winner.el: Fix keywords, autoload cookies. Split
15560 eval-when-compile form to avoid compilation failure.
15561
15562 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15563
15564 * international/mule.el: Modify comment about coding system
15565 property `coding-category'.
15566 (make-coding-system): New argument EOL-TYPE. Pay attention to
15567 coding-category property of PROPERTIES.
15568
15569 * international/mule-conf.el (coding-category-utf-8,
15570 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15571 categories. Include them in the argument for set-coding-priority.
15572
15573 * international/mule-cmds.el (reset-language-environment): Include
15574 coding-category-utf-8, coding-category-utf-16-be, and
15575 coding-category-utf-16-le in the argument for set-coding-priority.
15576 (reset-language-environment): Initialize coding-category-utf-8,
15577 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15578
15579 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15580
15581 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15582 code abstracted out of `bookmark-jump-noselect'. Now tries info
15583 extensions as well as compression extensions.
15584 (bookmark-jump-noselect): Use above new func.
15585
15586 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15587
15588 * strokes.el: Change maintainer's mail address.
15589
15590 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15591
15592 * international/mule-diag.el (list-character-sets): Make help-echo
15593 string by substitute-command-keys.
15594 (list-character-sets): Likewise.
15595 (sort-listed-character-sets): Call help-setup-xref.
15596
15597 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15598
15599 * time.el (display-time-mail-file): Add `none' to the list of
15600 choices.
15601
15602 2000-03-01 Dave Love <fx@gnu.org>
15603
15604 * help.el (help-xref-go-back): Don't try to set position.
15605
15606 * international/mule-diag.el (list-character-sets): Call
15607 help-setup-xref. Add help-echo to xrefs.
15608 (list-character-sets-1): Add help-echo to xrefs.
15609
15610 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15611
15612 * frame.el (blink-cursor-mode): Switch cursor on when turning
15613 the mode off.
15614
15615 * add-log.el (add-log-current-defun): Add support for
15616 Autoconf mode.
15617
15618 * mail/rmail.el (rmail-quit-hook): New variable.
15619
15620 2000-03-01 Dave Love <fx@gnu.org>
15621
15622 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15623
15624 * help.el (help-xref-button): Add help-echo arg.
15625 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15626
15627 * faces.el (list-faces-display): Supply help-echo with
15628 help-make-xrefs.
15629
15630 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15631 nil.
15632
15633 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15634
15635 * image.el (defimage): Look for image files in load-path.
15636
15637 * frame.el (busy-cursor-delay-seconds): Change type to
15638 `number'.
15639
15640 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15641
15642 * recentf.el (recentf): Added version tag to the defgroup of
15643 recentf.
15644
15645 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15646
15647 * recentf.el (recentf-cleanup): Changed to remove excluded file
15648 too.
15649 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15650 action to select/unselect a file.
15651 (recentf-edit-list): Code cleanup and improvement.
15652 (recentf-open-more-files-action): `recentf-open-more-files' button
15653 widget action to open a file.
15654 (recentf-open-more-files): No more use standard completion but
15655 widgets.
15656 (recentf-more-collection): Deleted.
15657 (recentf-more-history): Deleted.
15658 (recentf-setup-more-completion): Deleted.
15659
15660 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15661
15662 * recentf.el (recentf-mode): No more needs that Emacs is running
15663 under a window-system.
15664
15665 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15666
15667 * recentf.el (recentf-edit-list): New command to edit the recent
15668 list which allow the user to remove files.
15669 (recentf-edit-selected-items): New global variable, used by
15670 `recentf-edit-list' to hold the list of files to be removed from
15671 the recent list.
15672 (recentf-make-menu-items): Updated to display a "Edit list..."
15673 menu item. Minor code cleanup.
15674
15675 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15676
15677 * recentf.el (recentf-open-more-files): New command to open files
15678 that are not displayed in the menu.
15679 (recentf-more-collection): New global variable holding the set of
15680 permissible completions used by `recentf-open-more-files'.
15681 (recentf-more-history): New global variable holding the history list
15682 used by `recentf-open-more-files' completion.
15683 (recentf-setup-more-completion): New function to setup completion for
15684 `recentf-open-more-files'.
15685 (recentf-make-menu-items): Updated to display a "More..." menu item.
15686
15687 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15688
15689 * recentf.el (recentf-menu-action): Doc fixed.
15690
15691 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15692
15693 * recentf.el (recentf-menu-filter): Doc updated.
15694 (recentf-update-menu-hook): Allow menu filters to force menu update.
15695 (recentf-make-menu-items): New menu filter handling.
15696 (recentf-make-menu-item): New helper function.
15697 (recentf-menu-elements): New menu handling function.
15698 (recentf-sort-ascending): Updated to new menu filter handling.
15699 (recentf-sort-descending): Updated to new menu filter handling.
15700 (recentf-sort-basenames-ascending): New menu filter function.
15701 (recentf-sort-basenames-descending): New menu filter function.
15702 (recentf-show-basenames): New menu filter function.
15703 (recentf-show-basenames-ascending): New menu filter function.
15704 (recentf-show-basenames-descending): New menu filter function.
15705
15706 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15707
15708 * diary-lib.el (list-diary-entries): Don't try to go forward at
15709 the end of the buffer.
15710
15711 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15712
15713 * international/mule-diag.el (list-character-sets): Completely
15714 rewritten.
15715 (sort-listed-character-sets): New function.
15716 (list-character-sets-1): Completely rewritten.
15717 (list-character-sets-2): New function.
15718 (non-iso-charset-alist): New variable.
15719 (decode-codepage-char): New function.
15720 (charset-history): New variable.
15721 (read-charset) (list-block-of-chars)
15722 (list-iso-charset-chars)
15723 (list-non-iso-charset-chars)
15724 (list-charset-chars): New functions.
15725 (mule-diag): Call list-character-sets-2, not
15726 list-character-sets-2.
15727 (dump-charsets): Likewise.
15728
15729 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15730
15731 * dired-x.el (dired-filename-at-point): Add `@' to valid
15732 file name characters.
15733 (dired-filename-at-point): Handle ange-ftp file names.
15734
15735 * frame.el (frame-notice-user-settings): Use assq-delete-all
15736 instead of assoc-delete-all.
15737 (frame-notice-user-settings): Ditto.
15738
15739 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15740 Don't copy alist.
15741
15742 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15743
15744 * calculator.el (calculator-use-menu): New option.
15745 (calculator-initial-bindings): Changed some bindings to work as
15746 macros.
15747 (calculator-forced-input): Removed.
15748 (calculator-restart-other-mode): New variable.
15749 (calculator-mode-map): Set up menu.
15750
15751 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15752
15753 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15754 tags.
15755
15756 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15757
15758 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15759 translate all ESC key sequences.
15760 (viper-goto-mark-subr): restore markers for files for which
15761 they were saved.
15762 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15763 * viper-util.el (viper-set-replace-overlay-glyphs,
15764 viper-set-replace-overlay): always check if the replacement
15765 overlay is live.
15766 * viper.el (viper-vi-state-mode-list): added major modes.
15767 * ediff-wind.el: minor comment changes.
15768 * ediff.el: copyright notice date fix.
15769
15770 2000-02-27 Jason Rumney <jasonr@gnu.org>
15771
15772 * faces.el (face-font-family-alternatives): Add arial to helv.
15773 (mode-line, header-line, tool-bar): Same default as x for w32.
15774 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15775 face-font-family-alternatives from working.
15776 * term/w32-win.el (mouse-set-font): Do not build fontset from
15777 chosen font.
15778
15779 2000-02-25 Sam Steingold <sds@goems.com>
15780
15781 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15782 properly.
15783
15784 2000-02-25 Richard M. Stallman <rms@gnu.org>
15785
15786 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15787
15788 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15789
15790 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15791 writable.
15792
15793 * frame.el (busy-cursor-delay-seconds): New option.
15794
15795 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15796
15797 * frame.el (show-cursor-in-non-selected-windows): New option.
15798
15799 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15800
15801 * diary-lib.el (include-other-diary-files): Undo the selective
15802 display in any included file and don't kill it.
15803
15804 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15805
15806 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15807 bar. Menu items converted to (menu-item format, help strings
15808 added.
15809 [downcase, upcase]: Don't enable on MS-DOS.
15810 [symlink, symlinks]: Don't show if make-symbolic-link is not
15811 bound.
15812 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15813
15814 2000-02-23 Dave Love <fx@gnu.org>
15815
15816 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15817 (backward-kill-word): Revert addition of * to interactive spec --
15818 it's a feature.
15819
15820 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15821 (backward-kill-sentence, kill-sentence): Likewise.
15822
15823 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15824 scratch buffer name.
15825 (gud-format-command): Use int-to-string in ?l case. Simplify
15826 slightly.
15827
15828 * term/w32-win.el (internal-face-interactive): Update prompt for
15829 new read-face-name.
15830
15831 * mail/footnote.el (footnote): Add :version to defgroup.
15832 (footnote-section-tag-regexp): Customize.
15833 (footnote-start-tag, footnote-end-tag): New option.
15834 (footnote-latin-regexp): New variable.
15835 (Footnote-latin): New function.
15836 (footnote-style-alist): Add element for latin style.
15837 (footnote-style): Moved.
15838 (Footnote-goto-footnote): Use eq to test arg.
15839
15840 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15841
15842 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15843 (byte-compile-trueconstp): Include keywords.
15844 (byte-optimize-quote, byte-optimize-lapcode): Use
15845 byte-compile-const-symbol-p.
15846 (byte-optimize-char-before): New optimization.
15847
15848 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15849 (byte-compile-const-symbol-p): New function.
15850 (byte-compile-constp, byte-compile-out-toplevel)
15851 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15852 Use it.
15853
15854 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15855
15856 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15857
15858 * international/encoded-kb.el: Be sure to update minor-mode-alist
15859 and minor-mode-map-alist.
15860 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15861 codes SS2 and SS3 correctly.
15862 (encoded-kbd-self-insert-ccl): New function.
15863 (encoded-kbd-setup-keymap): New function.
15864 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15865 by calling encoded-kbd-setup-keymap.
15866
15867 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15868 characters.
15869 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15870 locally.
15871
15872 2000-02-22 Dave Love <fx@gnu.org>
15873
15874 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15875 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15876 defvar.
15877 (lisp-mode-syntax-table): Set up for #|...|# comments.
15878 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15879 classes. Match `defface'.
15880 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15881 (eval-defun-1): Fix for defcustom.
15882 (lisp-indent-region): Doc fix.
15883
15884 * subr.el (when, unless, split-string): Doc fix.
15885 (read-passwd): Move call of clear-this-command-keys to the right
15886 place.
15887 (replace-regexps-in-string): New function.
15888
15889 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15890
15891 * help.el (describe-variable): Set syntax table to
15892 emacs-lisp-mode-syntax-table when moving forward over the
15893 symbol's name.
15894
15895 2000-02-22 Dave Love <fx@gnu.org>
15896
15897 * xt-mouse.el: Doc fixes.
15898 (xterm-mouse-position-function): New function, replacing advice of
15899 mouse-position.
15900 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15901
15902 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15903
15904 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15905
15906 * format.el (format-annotate-single-property-change): Handle
15907 properties.with dotted-list values.
15908 (format-proper-list-p): New function.
15909
15910 * enriched.el (enriched-face-ans): Handle '(foreground-color
15911 . COLOR) and (background-color . COLOR).
15912
15913 2000-02-20 Dave Love <fx@gnu.org>
15914
15915 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15916 and assignments to it.
15917 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15918 current local map.
15919 (make-flyspell-overlay): Use it.
15920 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15921
15922 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15923 (lm-get-header-re): Defun, not defsubst.
15924 (lm-get-package-name): Defun, not defsubst. Simplify.
15925 (lm-version): Doc fix. Simplify.
15926 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15927 (lm-crack-address, lm-last-modified-date, lm-commentary)
15928 (lm-verify, lm-synopsis): Simplify.
15929 (lm-report-bug): Require emacsbug. Use compose-mail.
15930
15931 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15932
15933 * dired.el (dired-mode): Call propertized-buffer-identification
15934 to set mode-line-buffer-identification to something having
15935 the right text properties.
15936
15937 * bindings.el (propertized-buffer-identification): New function.
15938
15939 2000-02-20 Dave Love <fx@gnu.org>
15940
15941 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15942 check for t-mouse too.
15943
15944 * cus-start.el: Make echo-keystrokes `number'.
15945
15946 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15947
15948 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15949 Don't call ring-empty-p unless tags-location-ring is bound.
15950 From Noah Friedman <friedman@splode.com>.
15951
15952 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15953
15954 * progmodes/hideshow.el (hs-flag-region): No longer use
15955 `intangible' overlay property.
15956
15957 (hs-toggle-hiding): New command.
15958 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15959
15960 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15961 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15962 and deactivation.
15963
15964 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15965
15966 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15967
15968 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15969
15970 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15971
15972 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15973 of `*' to handle `(* ... *)' comments.
15974
15975 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15976
15977 * faces.el (list-faces-display): Use display-mouse-p instead of
15978 window-system.
15979
15980 * menu-bar.el (global-map): Menu-bar items converted to the new
15981 format (menu-item..., rearranged for better CUA compliance, and
15982 their names changed for better clarity. Help strings added.
15983
15984 * international/mule-cmds.el (mule-menu-keymap)
15985 (describe-language-environment-map, set-coding-system-map)
15986 (setup-language-environment-map): Convert to new (menu-item...
15987 form, add help strings. Change names of menu items for better
15988 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15989 submenu).
15990
15991 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15992
15993 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15994 within the code.
15995
15996 2000-02-16 Dave Love <fx@gnu.org>
15997
15998 * faces.el: Don't require custom. Add more specific :groups to
15999 various deffaces.
16000 (set-face-attribute): Purecopy args.
16001 (read-face-name): Default to name at point and use it in prompt.
16002 Remove colon from arg in all callers.
16003 (list-faces-display): Hyperlink to face descriptions and customize
16004 buffers.
16005
16006 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16007
16008 * wid-edit.el (widget-match-inline): An atom never matches a
16009 list.
16010
16011 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16012
16013 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16014 at ':' characters by call to split-string.
16015
16016 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16017
16018 * textmodes/bibtex.el: Added RCS version identification.
16019
16020 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16021
16022 * textmodes/bibtex.el: Some temporary comments removed.
16023 (bibtex-field-name, bibtex-entry-type): Made the relationship
16024 explicit.
16025 (bibtex-field-const): Allow capital letters.
16026 (bibtex-start-of-string): Deleted because unused.
16027
16028 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16029 use the term 'reference' to describe a bibtex entry as a whole.
16030 Further, reference keys are no longer called 'labels'.
16031 (bibtex-keys): Renamed to bibtex-reference-keys.
16032 (bibtex-reformat-previous-labels): Renamed to
16033 bibtex-reformat-previous-reference-keys.
16034 (bibtex-reference-type): Renamed to bibtex-entry-type.
16035 (bibtex-reference-head): Renamed to bibtex-entry-head.
16036 (bibtex-reference-maybe-empty-head): Renamed to
16037 bibtex-entry-maybe-empty-head.
16038 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16039 (bibtex-search-reference): Renamed to bibtex-search-entry.
16040 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16041 bibtex-enclosing-entry-maybe-empty-head.
16042 (bibtex-entry-field-alist, bibtex-entry-head,
16043 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16044 bibtex-map-entries, bibtex-search-entry,
16045 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16046 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16047 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16048 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16049 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16050 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16051 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16052
16053 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16054
16055 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16056 comment.
16057 (bibtex-format-field-delimiters): New function, functionality
16058 extracted from bibtex-format-entry.
16059 (bibtex-autokey-get-yearfield-digits): New function, functionality
16060 extracted from bibtex-autokey-get-yearfield.
16061
16062 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16063 entries in order to avoid stack overflow in the regexp matcher if
16064 field contents become large.
16065 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16066 bibtex-field-string-part-not-braced,
16067 bibtex-field-string-part-no-inner-braces,
16068 bibtex-field-string-part-1-inner-brace,
16069 bibtex-field-string-part-2-inner-braces,
16070 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16071 bibtex-field-string-quoted, bibtex-field-string,
16072 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16073 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16074 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16075 as parsing is now performed by the following functions.
16076 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16077 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16078 bibtex-parse-field-string, bibtex-search-forward-field-string,
16079 bibtex-parse-association, bibtex-field-name-for-parsing,
16080 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16081 bibtex-search-forward-field, bibtex-search-backward-field,
16082 bibtex-start-of-field, bibtex-end-of-field,
16083 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16084 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16085 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16086 bibtex-parse-string, bibtex-search-forward-string,
16087 bibtex-search-backward-string, bibtex-start-of-string,
16088 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16089 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16090 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16091 entries. Instead of reporting the results of the parsing by
16092 match-beginning or match-end, these functions return data structures
16093 that hold the corresponding positions.
16094 (bibtex-enclosing-field): Changed to also report field boundaries by
16095 return values rather than by match-beginning or match-end. The
16096 following functions have been adapted to use the new parsing
16097 functions.
16098 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16099 bibtex-enclosing-field, bibtex-format-entry,
16100 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16101 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16102 bibtex-print-help-message, bibtex-end-of-entry,
16103 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16104 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16105 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16106 method for parsing.
16107 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16108 bibtex-map-entries, bibtex-flash-head,
16109 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16110 bibtex-autokey-change, bibtex-autokey-get-namefield,
16111 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16112 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16113 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16114 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16115 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16116 order to make the new binding of case-fold-search immediately
16117 visible.
16118
16119 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16120
16121 * textmodes/bibtex.el: Copyright notice is up to date.
16122 Added constant 'bibtex-maintainer-salutation.
16123
16124 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16125 than make-temp-name, use match-string-no-properties and eliminate
16126 a quadratic behavior when building bibtex-strings.
16127
16128 * bibtex.el (bibtex-reference-key): Accept string entries whose
16129 reference key contains upper case letters.
16130
16131 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16132
16133 * bibtex.el (bibtex-reference-head): Allow entries to start with
16134 a new line.
16135
16136 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16137
16138 * bibtex.el: Hiding of entry bodies is not longer provided by
16139 bibtex.el directly. Instead the hideshow package can be used.
16140 Added a special bibtex entry to hs-special-modes-alist.
16141 (bibtex-hs-forward-sexp): Added for hideshow.el.
16142
16143 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16144
16145 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16146 at ':' characters by call to split-string.
16147
16148 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16149
16150 * textmodes/bibtex.el: Added RCS version identification.
16151
16152 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16153
16154 * textmodes/bibtex.el: Some temporary comments removed.
16155 (bibtex-field-name, bibtex-entry-type): Made the relationship
16156 explicit.
16157 (bibtex-field-const): Allow capital letters.
16158 (bibtex-start-of-string): Deleted because unused.
16159
16160 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16161 use the term 'reference' to describe a bibtex entry as a whole.
16162 Further, reference keys are no longer called 'labels'.
16163 (bibtex-keys): Renamed to bibtex-reference-keys.
16164 (bibtex-reformat-previous-labels): Renamed to
16165 bibtex-reformat-previous-reference-keys.
16166 (bibtex-reference-type): Renamed to bibtex-entry-type.
16167 (bibtex-reference-head): Renamed to bibtex-entry-head.
16168 (bibtex-reference-maybe-empty-head): Renamed to
16169 bibtex-entry-maybe-empty-head.
16170 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16171 (bibtex-search-reference): Renamed to bibtex-search-entry.
16172 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16173 bibtex-enclosing-entry-maybe-empty-head.
16174 (bibtex-entry-field-alist, bibtex-entry-head,
16175 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
16176 bibtex-map-entries, bibtex-search-entry,
16177 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
16178 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16179 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
16180 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
16181 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
16182 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
16183 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
16184
16185 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16186
16187 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16188 comment.
16189 (bibtex-format-field-delimiters): New function, functionality
16190 extracted from bibtex-format-entry.
16191 (bibtex-autokey-get-yearfield-digits): New function, functionality
16192 extracted from bibtex-autokey-get-yearfield.
16193
16194 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16195 entries in order to avoid stack overflow in the regexp matcher if
16196 field contents become large.
16197 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16198 bibtex-field-string-part-not-braced,
16199 bibtex-field-string-part-no-inner-braces,
16200 bibtex-field-string-part-1-inner-brace,
16201 bibtex-field-string-part-2-inner-braces,
16202 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16203 bibtex-field-string-quoted, bibtex-field-string,
16204 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16205 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16206 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16207 as parsing is now performed by the following functions.
16208 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16209 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16210 bibtex-parse-field-string, bibtex-search-forward-field-string,
16211 bibtex-parse-association, bibtex-field-name-for-parsing,
16212 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16213 bibtex-search-forward-field, bibtex-search-backward-field,
16214 bibtex-start-of-field, bibtex-end-of-field,
16215 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16216 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16217 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16218 bibtex-parse-string, bibtex-search-forward-string,
16219 bibtex-search-backward-string, bibtex-start-of-string,
16220 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16221 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16222 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16223 entries. Instead of reporting the results of the parsing by
16224 match-beginning or match-end, these functions return data structures
16225 that hold the corresponding positions.
16226 (bibtex-enclosing-field): Changed to also report field boundaries by
16227 return values rather than by match-beginning or match-end. The
16228 following functions have been adapted to use the new parsing
16229 functions.
16230 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16231 bibtex-enclosing-field, bibtex-format-entry,
16232 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16233 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16234 bibtex-print-help-message, bibtex-end-of-entry,
16235 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16236 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16237 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16238 method for parsing.
16239 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16240 bibtex-map-entries, bibtex-flash-head,
16241 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16242 bibtex-autokey-change, bibtex-autokey-get-namefield,
16243 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16244 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16245 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16246 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16247 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16248 order to make the new binding of case-fold-search immediately
16249 visible.
16250
16251 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16252
16253 * textmodes/bibtex.el: Copyright notice is up to date.
16254 Added constant 'bibtex-maintainer-salutation.
16255
16256 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16257 than make-temp-name, use match-string-no-properties and eliminate
16258 a quadratic behavior when building bibtex-strings.
16259
16260 * bibtex.el (bibtex-reference-key): Accept string entries whose
16261 reference key contains upper case letters.
16262
16263 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16264
16265 * bibtex.el (bibtex-reference-head): Allow entries to start with
16266 a new line.
16267
16268 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16269
16270 * bibtex.el: Hiding of entry bodies is not longer provided by
16271 bibtex.el directly. Instead the hideshow package can be used.
16272 Added a special bibtex entry to hs-special-modes-alist.
16273 (bibtex-hs-forward-sexp): Added for hideshow.el.
16274
16275 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16276
16277 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16278 proceedings entry type (for cross referencing). Thanks to Wagner
16279 Toledo Correa for the suggestion.
16280
16281 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16282
16283 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16284
16285 * international/characters.el: Setup case table for Vietnamese.
16286
16287 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16288
16289 * uniquify.el (toplevel): Require CL at compile time.
16290 (uniquify-push): Removed.
16291
16292 * shadowfile.el (shadow-when): Removed.
16293
16294 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16295 (tempo-process-and-insert-string): Use dolist instead of
16296 tempo-dolist.
16297
16298 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16299 regexp for paragraph-start.
16300
16301 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16302 commas as well.
16303
16304 2000-02-10 Dave Love <fx@gnu.org>
16305
16306 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16307 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16308 Deleted.
16309 (widget-specify-field, widget-specify-button): Don't use
16310 widget-mouse-help as help-echo property.
16311 (default): Use #'ignore for :validate and :mouse-down-action.
16312 (checkbox): Add help-echo.
16313 (widget-sexp-validate): Rewritten to clarify error messages.
16314 (character): Use char-valid-p in :match function.
16315 (widget-color-complete): Use facemenu-color-alist.
16316 (widget-color-action): Use facemenu-read-color.
16317
16318 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16319 set up `caar' &c that we now have.
16320
16321 2000-02-09 Ray Blaak <blaak@gnu.org>
16322
16323 * delphi.el: Make resourcestring a declaration region, like const
16324 and var.
16325
16326 2000-02-09 Dave Love <fx@gnu.org>
16327
16328 * bindings.el (mode-line-input-method-map): New variable.
16329 (mode-line-mule-info): Use it; fix last change.
16330 (mode-line-mode-menu): Move definition.
16331 (mode-line-mouse-sensitive-p): Deleted.
16332 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16333 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16334 level.
16335
16336 * startup.el (command-line-1): Don't call
16337 make-mode-line-mouse-sensitive.
16338
16339 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16340
16341 * mail/rmail.el (rmail-retry-failure): Use
16342 rmail-beginning-of-message before rmail-toggle-header, because the
16343 former toggles headers.
16344
16345 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16346
16347 * diff-mode.el (diff-kill-junk): New interactive function.
16348 (diff-reverse-direction): Use delete-and-extract-region.
16349 (diff-post-command-hook): Restrict the area so that the hook also works
16350 outside of any diff hunk. This is necessary for the minor-mode.
16351 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16352 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16353
16354 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16355 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16356 so that it can be used more easily in <foo>-mode-hook. Also make sure
16357 to avoid duplicate entries.
16358 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16359 (font-lock-remove-keywords): Just as was done for `add', allow it to
16360 work even if font-lock-mode is nil. Also make sure we don't modify
16361 any pre-existing list by forcing a copy-sequence. Finally rename
16362 `major-mode' to `mode'.
16363 (font-lock-fontify-syntactic-anchored-keywords)
16364 (font-lock-fontify-anchored-keywords)
16365 (font-lock-fontify-keywords-region): Use line-end-position.
16366 Don't make `font-lock-multiline' local (it's now done in
16367 font-lock-set-defaults).
16368 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16369 move the `font-lock-fontified' creation to inside the `unless'.
16370
16371 2000-02-06 Andrew Innes <andrewi@gnu.org>
16372
16373 * term/w32-win.el (x-handle-args): Comment out call to message,
16374 which occurs before window system is initialized.
16375
16376 * makefile.nt: Add support for recompiling lisp code.
16377
16378 2000-02-04 Dave Love <fx@gnu.org>
16379
16380 * bindings.el (mode-line-mule-info): Fix/extend last change.
16381
16382 * completion.el: Replace completion-dolist with dolist.
16383
16384 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16385 dotimes.
16386
16387 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16388
16389 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16390 environment names before they go into the section regexp.
16391
16392 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16393 char class in regexp.
16394
16395 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16396 `case-fold-search' to nil.
16397
16398 * progmodes/idlwave.el (idlwave-template): Respect
16399 `idlwave-abbrev-change-case'.
16400 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16401 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16402 idlwave-while): respect `idlwave-reserved-word-upcase'.
16403 (idlwave-rw-case): New function.
16404 (idlwave-statement-match): Fixed problem with assignment regexp.
16405 (idlwave-font-lock-keywords): Improved regexp for keyword
16406 parameters.
16407 (idlwave-surround): New argument LENGTH to support padding of
16408 operators longer than 1 char.
16409
16410 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16411 idlwave-shell-expression-overlay. Implemented printing of
16412 expressions on higher levels of the calling stack.
16413 (idlwave-shell-display-level-in-calling-stack): Restore stack
16414 level.
16415 (idlwave-retrieve-expression-from-level): New function.
16416 (idlwave-shell-last-calling-stack): Variable removed.
16417 (idlwave-shell-reset): Argument action reversed (`visible' to
16418 `hidden'). Also remove stop-line overlay.
16419 (idlwave-shell-calling-stack-routine): New variable.
16420 (idlwave-shell-parse-stack-and-display): Messages now display
16421 negative level numbers.
16422 (idlwave-shell-mode): Set `modeline-format'.
16423 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16424 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16425 21.
16426 (idlwave-shell-print-expression-function): New option.
16427
16428 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16429 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16430 `tool-bar' instead of `toolbar'.
16431
16432 2000-02-02 Dave Love <fx@gnu.org>
16433
16434 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16435 emacs-lisp-mode-hook. Don't check for defalias being defined.
16436
16437 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16438 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16439 the new builtins directly.
16440
16441 * whitespace.el (whitespace): Add :version to defgroup.
16442
16443 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16444 Doc fix.
16445
16446 * thingatpt.el (sexp-at-point, symbol-at-point)
16447 (number-at-point, list-at-point): Add autoload cookie.
16448
16449 * recentf.el (recentf): Add :version to defgroup.
16450
16451 * quickurl.el (quickurl): Add :version to defgroup.
16452
16453 * elide-head.el (elide-head): Use point-marker more.
16454
16455 * bs.el (bs): Add :version to defgroup.
16456
16457 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16458
16459 * progmodes/delphi.el (delphi): Add :version to defgroup.
16460
16461 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16462
16463 * ange-ftp.el (ange-ftp-write-region): Handle case that
16464 succeeding process operation sets a different coding system.
16465
16466 * calculator.el: New file.
16467
16468 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16469
16470 * frame.el (frames-on-display-list, framep-on-display): New
16471 functions.
16472 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16473 (display-selections-p, display-screens, display-pixel-width)
16474 (display-pixel-height, display-mm-width, display-mm-height)
16475 (display-backing-store, display-save-under, display-planes)
16476 (display-color-cells, display-visual-class): New functions.
16477
16478 * term/tty-colors.el (tty-color-gray-shades): New function.
16479
16480 * faces.el (display-color-p): Use framep-on-display.
16481 (display-grayscale-p): New function.
16482
16483 2000-01-31 Dave Love <fx@gnu.org>
16484
16485 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16486 (create-fontset-from-x-resource): Don't concat integers.
16487
16488 2000-01-31 Inge Frick <inge@nada.kth.se>
16489
16490 * view.el: Some changes in documentation. Removed some trailing
16491 whitespace. Changed some parameter names to agree with
16492 documentation.
16493 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16494 window is not deleted. Modifies change 1998-04-26.
16495
16496 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16497
16498 * windmove.el: New file.
16499
16500 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16501 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16502 progmodes/ebnf-yac.el: Update copyright and license info.
16503
16504 * jit-lock.el (jit-lock-function): Widen before calculating end
16505 position.
16506 (jit-lock-stealth-chunk-start): Rewritten.
16507
16508 * info.el (Info-title-face-alist): Removed.
16509 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16510 faces.
16511 (Info-fontify-node): Use these faces.
16512
16513 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16514
16515 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16516 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16517 `&allow-other-keywords'.
16518
16519 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16520 the list of directories scanned heuristically.
16521
16522 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16523 exist.
16524
16525 2000-01-30 Jason Rumney <jasonr@gnu.org>
16526
16527 * w32-fns.el: Define w32-tty-standard-colors.
16528
16529 * startup.el (command-line): Use w32-tty-standard-colors when in
16530 w32 console mode.
16531
16532 2000-01-30 Dave Love <fx@gnu.org>
16533
16534 * jka-compr.el (jka-compr-load): Fix up load-history.
16535
16536 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16537
16538 * emacs-lisp/cl-macs.el: Revert previous change.
16539
16540 2000-01-29 Dave Love <fx@gnu.org>
16541
16542 * facemenu.el: Purecopy various strings.
16543
16544 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16545 years. Deal with three-digit years.
16546
16547 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16548 defconst, purecopy.
16549 (help-back-label): Purecopy it.
16550
16551 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16552
16553 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16554 variable. If non-nil, order the buffer list according to the
16555 currently selected frame.
16556 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16557 non-nil, pass the selected frame to function buffer-list.
16558
16559 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16560
16561 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16562
16563 2000-01-28 Dave Love <fx@gnu.org>
16564
16565 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16566
16567 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16568 Don't use lisp-indent-hook property.
16569 (cl-abs): Remove.
16570
16571 * subr.el: Move out indent and edebug specs for when and unless.
16572
16573 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16574 when, unless.
16575
16576 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16577 unless, when.
16578
16579 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16580
16581 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16582 `collecting' as synonym for `collect'.
16583
16584 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16585 for the case it contains spaces.
16586
16587 * simple.el (what-cursor-position): Change formatting of
16588 messages.
16589
16590 * frame.el (delete-other-frames): New function.
16591 (toplevel): Bind it to C-x 5 1.
16592
16593 * sort.el (sort-numeric-base): New option.
16594 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16595 interpret it as octal or hexadecimal. Use sort-numeric-base
16596 as default base.
16597
16598 * progmodes/glasses.el: New file.
16599
16600 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16601
16602 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16603 userids differently.
16604
16605 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16606 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16607 progmodes/ebnf-yac.el: New files.
16608
16609 2000-01-26 Dave Love <fx@gnu.org>
16610
16611 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16612 on a function with an empty body. [From Eric Ludlam.]
16613
16614 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16615
16616 * vc.el (vc-version-diff): Make sure file name is expanded.
16617
16618 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16619
16620 * scroll-bar.el (scroll-bar-timer): Variable removed.
16621 (scroll-bar-toolkit-scroll): Don't use a timer.
16622
16623 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16624
16625 * language/thai-util.el (thai-composition-function): Delete
16626 superfluous `a'.
16627
16628 2000-01-24 Dave Love <fx@gnu.org>
16629
16630 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16631 end-of-defun-function.
16632
16633 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16634 &c.
16635
16636 2000-01-22 Jason Rumney <jasonr@gnu.org>
16637
16638 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16639 conflicts with new face support.
16640
16641 2000-01-22 Richard M. Stallman <rms@gnu.org>
16642
16643 * replace.el (query-replace): Rename last arg to DELIMITED.
16644 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16645 (query-replace-regexp): Likewise.
16646
16647 2000-01-20 Richard M. Stallman <rms@gnu.org>
16648
16649 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16650
16651 * emacs-lisp/lisp.el (beginning-of-defun-function):
16652 Variable renamed from beginning-of-defun.
16653 Do not call make-variable-buffer-local.
16654 (beginning-of-defun-raw): Use new variable name; doc fix.
16655 (beginning-of-defun): Doc fix.
16656 (end-of-defun-function): Variable renamed from end-of-defun.
16657 Do not call make-variable-buffer-local.
16658 (end-of-defun): Use new variable name; doc fix.
16659
16660 * subr.el (dolist, dotimes): Copied from cl-macs.el
16661 and made to work.
16662
16663 * mail/undigest.el (rmail-digest-end-regexps):
16664 Variable replaces rmail-digest-end-regexp.
16665 Allows multiple regexps for detecting the end line.
16666 (undigestify-rmail-message): Corresponding changes.
16667
16668 2000-01-19 Dave Love <fx@gnu.org>
16669
16670 * files.el (user-init-file): Don't declare here -- is primitive.
16671
16672 * startup.el (command-line): Check for compiled user-init-file and
16673 set to uncompiled version if necessary.
16674
16675 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16676
16677 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16678 (undigestify-rmail-message): Use it.
16679
16680 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16681
16682 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16683
16684 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16685 of mini-buffer.
16686
16687 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16688
16689 * emacs-lisp/copyright.el (copyright-update): Removed the
16690 requirement for a trailing space from `copyright-regexp', to
16691 support copyrights with owner specified on a separate line..
16692
16693 * align.el: New file.
16694
16695 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16696
16697 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16698
16699 2000-01-13 Dave Love <fx@gnu.org>
16700
16701 * ph.el: Removed. (Obsoleted by EUDC.)
16702
16703 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16704
16705 * net/eudc.el (toplevel): Remove autoloaded code installing
16706 menu with easymenu, because that causes build problems.
16707
16708 * frame.el (frame-notice-user-settings): New variable.
16709 (frame-notice-user-settings): Don't modify frame parameters
16710 if called a second time.
16711
16712 2000-01-13 Richard M. Stallman <rms@gnu.org>
16713
16714 * frame.el (frame-notice-user-settings):
16715 Notice default-frame-parameters even for non-window frames.
16716
16717 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16718
16719 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16720 for Emacs.
16721 (eudc-bob-can-display-inline-images): Extend for Emacs.
16722 (eudc-bob-toggle-inline-display): Ditto.
16723 (eudc-bob-display-jpeg): Ditto.
16724
16725 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16726
16727 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16728 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16729 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16730
16731 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16732 nil)'.
16733
16734 * subdirs.el: Add `net' directory.
16735
16736 * net: New directory.
16737
16738 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16739 eval-last-sexp. Don't bind debug-on-error here.
16740 (eval-last-sexp): New function. Bind debug-on-error if
16741 eval-expression-debug-on-error is non-nil.
16742 (eval-defun-2, eval-defun): Likewise.
16743
16744 * simple.el (eval-expression): Don't bind debug-on-error if
16745 eval-expression-debug-on-error is nil. Detect changed
16746 debug-on-error, and propagate new value to global binding, if
16747 eval-expression-debug-on-error is non-nil,
16748 (eval-expression-debug-on-error): Change doc string.
16749
16750 2000-01-11 Richard M. Stallman <rms@gnu.org>
16751
16752 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16753
16754 * emacs-lisp/lisp-mode.el (with-syntax-table):
16755 Set up lisp-indent-function property.
16756
16757 * subr.el (with-syntax-table): Moved from simple.el.
16758
16759 * simple.el (with-syntax-table): Moved to subr.el.
16760
16761 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16762
16763 * tmm.el (tmm-shortcut): Delete region after prompt instead
16764 of erasing buffer.
16765
16766 * textmodes/fill.el (fill-common-string-prefix): New function.
16767 (fill-context-prefix): Use the longest common prefix of first
16768 and second line fill prefix, if there is one.
16769
16770 2000-01-11 Richard M. Stallman <rms@gnu.org>
16771
16772 * array.el (array-mode): Don't use make-variable-buffer-local.
16773 Use make-local-variable for `truncate-lines'.
16774
16775 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16776
16777 * add-log.el (add-log-current-defun): Handle user-defined
16778 add-log-current-function returning nil,
16779
16780 * add-log.el (add-change-log-entry): Insert version number
16781 if having found a current function
16782
16783 * add-log.el (add-log-current-defun): Call
16784 `add-log-current-defun-function'. Try matches at level 0 and
16785 level 1. Strip whitespace from defun found.
16786
16787 2000-01-10 John Wiegley <johnw@gnu.org>
16788
16789 * allout.el (isearch-done/outline-provisions): Added `edit'
16790 argument to correspond with the current definition of
16791 `isearch-done'.
16792
16793 2000-01-10 Dave Love <fx@gnu.org>
16794
16795 * elide-head.el (elide-head): Use point-marker, not point.
16796
16797 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16798
16799 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16800 before and after the year 2000.
16801
16802 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16803 Add ispell- prefix.
16804
16805 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16806
16807 * ispell.el: Only define dictionaries in menus when they exist.
16808 (version18p): New variable.
16809 (version20p): New variable.
16810 (xemacsp): New variable.
16811 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16812 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16813 (ispell-dictionary-alist6): Russian command lines no longer accept
16814 run-together words.
16815 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16816 (ispell-dictionary-alist): Add koi8-r to customize definition.
16817 (check-ispell-version): Added documentation string. Returns
16818 library path when called non-interactively.
16819 (ispell-menu-map-needed): Uses new variables.
16820 (ispell-library-path): New variable.
16821 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16822 (ispell-word): Improved documentation string. Test for valid
16823 character mappings. Correctly check typed in word changes that can
16824 result in single words split into multiple words. Returns
16825 replacement word.
16826 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16827 replace in recursive query replace mode. Help message for
16828 recursive edit mode.
16829 (ispell-show-choices): Protect against bad framepop bindings.
16830 (ispell-help): Fix to work with XEmacs.
16831 (ispell-highlight-spelling-error): Use new variables.
16832 (ispell-overlay-window): Fix to work with XEmacs.
16833 (ispell-parse-output): Passed and returns location information
16834 tracking spelling corrections. Doesn't recheck same word on
16835 current line.
16836 (ispell-init-process): Protect against bogus XEmacs variable binding.
16837 Fix call to single argument in sleep-for. Use new variables.
16838 (ispell-region): Passed and returns location information tracking
16839 spelling corrections. Doesn't check same word on current line.
16840 Improved documentation string. Doesn't resend a line already
16841 checked to the ispell process - fixes bug in LaTeX parsing.
16842 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16843 (ispell-skip-region): No longer skips <TT> in SGML.
16844 (ispell-process-line): Tracks location information with spelling
16845 corrections. Added documentation string. Accounts for words
16846 already accepted on this line. Don't allow query-replace on line
16847 starting with math characters. Doesn't resend a line already sent
16848 to ispell process. Fixes alignment error bug.
16849
16850 2000-01-10 Richard M. Stallman <rms@gnu.org>
16851
16852 * dired-x.el (dired-guess-shell-alist-default):
16853 Suggest xloadimage, which is free, not xv, which isn't.
16854
16855 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16856 Don't ever include the host name or user name in the value.
16857
16858 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16859
16860 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16861 of a real newline.
16862
16863 2000-01-09 Stephen Eglen <stephen@gnu.org>
16864
16865 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16866 for .png files.
16867
16868 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16869
16870 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16871
16872 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16873
16874 * progmodes/cperl-mode.el: Replace ^F with ^L.
16875
16876 * sendmail.el (toplevel): Provide `sendmail' when compiling
16877 before `require'ing rmail and mailalias to prevent infinite
16878 recursion.
16879
16880 2000-01-08 Dave Love <fx@gnu.org>
16881
16882 * emacs-lisp/backquote.el: Remove inappropriate customization
16883 (allowing custom.el to use backquote).
16884
16885 2000-01-07 Dave Love <fx@gnu.org>
16886
16887 * add-log.el (add-log-debugging): Deleted.
16888 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16889 file. Remove debugging code.
16890 (change-log-get-method-definition, change-log-name): Add doc.
16891 (change-log-sortable-date-at): New function.
16892 (change-log-merge): New command.
16893
16894 * time.el (display-time-string-forms): Make the Mail string active.
16895 (display-time-update): Provide help-echo for load average.
16896
16897 * bindings.el (make-mode-line-mouse2-map): New function.
16898 (mode-line-modified): Use it and simplify.
16899 (mode-line-mule-info): Provide help-echo info.
16900 (minor-mode-alist): Activate the strings.
16901 (make-mode-line-mouse-sensitive): Simplify for
16902 mode-line-buffer-identification.
16903
16904 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16905
16906 * play/pong.el: New file.
16907
16908 2000-01-06 Dave Love <fx@gnu.org>
16909
16910 * array.el: Assorted cleanups for compiler warnings, doc strings,
16911 `array-' prefix for symbols.
16912
16913 2000-01-05 Dave Love <fx@gnu.org>
16914
16915 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16916 outline-headers-as-kill.
16917 (outline-mode): Define imenu-generic-expression.
16918 (outline-headers-as-kill): New command.
16919
16920 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16921 from paragraph-start.
16922 (paragraph-indent-minor-mode): New command.
16923
16924 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16925 M-C-e, M-C-h, C-j, C-xnd, TAB.
16926 (fortran-mode): Set beginning-of-defun, end-of-defun.
16927 (fortran-column-ruler): Simplify.
16928 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16929 (fortran-with-subprogram-narrowing): Likewise.
16930 (fortran-indent-subprogram): Call mark-defun.
16931 (fortran-check-for-matching-do): Change narrowing.
16932
16933 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16934 (cl-lucid-hash-tag): Delete.
16935 (cl-hash-table-p): Correct test for native table.
16936 (cl-hash-table-count): Use hash-table-count.
16937
16938 * browse-url.el (browse-url): Fix case of
16939 browse-url-browser-function being an alist.
16940
16941 2000-01-05 Carsten Dominik <cd@gnu.org>
16942
16943 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16944 (reftex-index-phrase-file-extension): New options.
16945
16946 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16947 Use new option `reftex-index-phrase-file-extension'.
16948
16949 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16950 `reftex-parse-file-extension'.
16951
16952 2000-01-05 Dave Love <fx@gnu.org>
16953
16954 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16955 (beginning-of-defun-raw): Use it.
16956 (end-of-defun): New variable.
16957 (end-of-defun): Use it.
16958 (check-parens): New command.
16959
16960 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16961
16962 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16963 (hs-show-block): Don't use `mapcar' when not accumulating.
16964
16965 Fix buglet in local variables initialization.
16966
16967 2000-01-05 Andreas Schwab <schwab@suse.de>
16968
16969 * hscroll.el (hscroll): Doc fix.
16970
16971 2000-01-05 Carsten Dominik <cd@gnu.org>
16972
16973 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16974 idlw-toolbar.
16975
16976 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16977 file idlw-rinfo.el.
16978 (idlwave-customize): load must read file idlw-shell.el.
16979 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16980
16981 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16982
16983 * progmodes/idlw-shell.el: Also provide idlwave-shell
16984 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16985 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16986
16987 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16988 both reftex-dcr and reftex-vcr.
16989
16990 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16991
16992 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16993
16994 * ps-print.el: PostScript code now is in separate files, doc fix.
16995 (ps-print-version): New version number (5.0.3).
16996 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16997 local.
16998 (ps-spool-config): Initialization fix.
16999 (ps-print-prologue-1, ps-print-prologue-2)
17000 (ps-print-duplex-feature): PostScript code moved to separated file.
17001 (ps-background-image): Little code reformating.
17002 (ps-begin-file, ps-begin-job): Fix code.
17003 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17004 (ps-prologue-file): New fun.
17005
17006 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17007
17008 * ps-vars.el: Eliminated.
17009
17010 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17011 `;;;###autoload'.
17012
17013 * ps-print.el: ps-vars eliminated, doc fix.
17014 (ps-print-version): New version number (5.0.2).
17015 (ps-spool-config): Initialization fix.
17016 (ps-print-customize): New fun.
17017
17018 2000-01-04 Gerd Moellmann <gerd@gnu.org>
17019
17020 * autorevert.el (auto-revert-mode): Return value of
17021 auto-revert-mode.
17022
17023 2000-01-04 Dave Love <fx@gnu.org>
17024
17025 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17026 menu items.
17027
17028 2000-01-03 Dave Love <fx@gnu.org>
17029
17030 * elide-head.el (elide-head) [defgroup]: Add :version.
17031
17032 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
17033 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
17034 `cl-hash-table-p', not `hash-table-p'.
17035 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17036
17037 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17038
17039 * faces.el (face-read-integer, read-face-attribute)
17040 (color-defined-p, color-values): unspecified-{f,b}g are now
17041 strings.
17042
17043 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17044
17045 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17046 at comment end, and re-insert them after filling.
17047
17048 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17049
17050 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17051 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17052 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17053
17054 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17055
17056 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17057 the new name of face-color-supported-p.
17058
17059 * term/w32-win.el (xw-defined-colors): Likewise.
17060
17061 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17062
17063 * simple.el (completion-setup-function): Count completion-size
17064 from minibuffer-prompt-end, not from point-min.
17065
17066 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17067
17068 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17069 Pass the frame to tty-color-* functions.
17070 (display-color-p, frame-set-background-mode): Pass the frame to
17071 tty-display-color-p.
17072
17073 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17074 tty-color-alist.
17075 (tty-color-alist, tty-modify-color-alist): New functions.
17076 (tty-color-define, tty-color-clear, tty-color-approximate)
17077 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
17078 an optional parameter FRAME.
17079
17080 2000-01-01 Gerd Moellmann <gerd@gnu.org>
17081
17082 * image.el (create-image, defimage): Don't assume image data is a
17083 string.
17084
17085 * image.el (defimage): Handle specifications containing :data
17086 instead of :file.
17087 (image-type-from-data): New function.
17088 (image-type-from-file-header): Use it.
17089 (create-image): Add parameter DATA-P.
17090
17091 See ChangeLog.8 for earlier changes.
17092
17093 ;; Local Variables:
17094 ;; coding: iso-2022-7bit
17095 ;; End: