]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(apropos-print): Make the directions inserted at the
[gnu-emacs] / lisp / ChangeLog
1 2001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * apropos.el (apropos-print): Make the directions inserted at the
4 beginning of the *Apropos* buffer more clear.
5
6 2001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
7
8 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
9 Added comments.
10
11 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
12
13 * newcomment.el (comment-normalize-vars): Use " \t" rather than
14 "\\s-" when defining comment-end-skip.
15
16 2001-09-27 Gerd Moellmann <gerd@gnu.org>
17
18 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
19 Call get-buffer-window first second arg `visible'.
20
21 * international/mule-diag.el (list-input-methods-1):
22 Output something that's independent of Emacs' version.
23
24 * tar-mode.el (tar-mode-write-file): Don't signal an error by
25 calling byte-to-position with a nil tar-header-offset.
26
27 2001-09-27 Simon Josefsson <jas@extundo.com>
28
29 * mail/sendmail.el (send-mail-function): Doc fix.
30 (mail-do-fcc): Error if header-end is not a marker.
31 (mail-do-fcc): Add a comment.
32 (mail-reply-to): Doc fix.
33 (mail-signature): Make ATPOINT optional.
34 (mail-yank-original): Use cond instead of nestled if.
35
36 2001-09-26 Stefan Monnier <monnier@cs.yale.edu>
37
38 * info.el (Info-on-current-buffer): Default arg to "Top".
39
40 2001-09-25 Eli Barzilay <eli@barzilay.org>
41
42 * calculator.el (calculator-copy-displayer): New user-option.
43 (calculator-displayer-prev, calculator-displayer-next):
44 Renamed from calculator-displayed-{left,right}.
45 (calculator, calculator-standard-displayer)
46 (calculator-num-to-string, calculator-update-display)
47 (calculator-copy, calculator-put-value): Bug and display fixes.
48
49 2001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
50
51 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
52 (ebnf-version): New version (3.6.1).
53
54 * ebnf-bnf.el: Fix character range regexp. Doc fix.
55 (ebnf-bnf-non-terminal-chars): New internal const.
56 (ebnf-bnf-lex): Fix code.
57
58 * ebnf-iso.el: Fix character range regexp. Doc fix.
59 (ebnf-iso-non-terminal-chars): New internal const.
60 (ebnf-iso-lex): Fix code.
61
62 * ebnf-yac.el: Fix character range regexp. Doc fix.
63 (ebnf-yac-skip-chars): New internal const.
64 (ebnf-yac-skip-code): Fix code.
65
66 2001-09-24 Stefan Monnier <monnier@cs.yale.edu>
67
68 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
69
70 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
71 passing it to VC.
72
73 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
74 case where the file is relative.
75
76 2001-09-24 Gerd Moellmann <gerd@gnu.org>
77
78 * xml.el (xml-parse-attlist): Quotes around attributes must be the
79 same on each side. Make sure we properly handle simple quotes.
80 From Daiki Ueno <ueno@unixuser.org>.
81
82 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
83
84 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
85 <jas@extundo.com>.
86
87 * menu-bar.el (top-level): Minor fixes for text of help-echo in
88 some items of the Options menu.
89
90 2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
91
92 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
93
94 * vc-hooks.el (vc-delete-automatic-version-backups):
95 Don't fail if the directory doesn't exist.
96
97 * diff-mode.el (diff-default-read-only): New var.
98 (diff-mode): Use it.
99
100 2001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
101
102 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
103 Use make-keymap instead of copy-keymap, since copying the global
104 keymap messes up the menu bar.
105
106 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
107 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
108
109 2001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
110
111 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
112
113 * dired-aux.el (dired-insert-subdir): Pass switches to
114 dired-build-subdir-alist.
115
116 2001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
117
118 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
119 caused %#a and %#b to be mis-formatted.
120
121 2001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
122
123 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
124 ccmode, emacs-mime, and eudc manuals.
125
126 2001-09-19 Sam Steingold <sds@gnu.org>
127
128 w32 find cannot be used with `grep-find'.
129 * progmodes/compile.el (find-program): New variable.
130 (grep-compute-defaults): Use it to set `grep-find-command'.
131
132 2001-09-19 Gerd Moellmann <gerd@gnu.org>
133
134 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
135
136 2001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
137
138 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
139 programming. Doc fix.
140 (ebnf-version): New version (3.6).
141 (ebnf-eps-begin): Data fix.
142 (ebnf-begin-file): Code fix.
143
144 * ebnf-bnf.el: Doc fix.
145 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
146
147 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
148
149 2001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
150
151 * ps-print.el: Better face mapping for black/white PostScript printers.
152 Check if mark is active when printing a region. Doc fix.
153 (ps-print-version): New version number (6.5.5).
154 (ps-print-color-p): Customization fix.
155 (ps-black-white-faces): New option.
156 (ps-black-white-faces-alist): New internal var.
157 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
158 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
159 (ps-nb-pages-region): Interactive fix.
160 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
161 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
162
163 2001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
166 numeric month value, and allow the Kanji character after the it to
167 be missing (happens with ls-lisp's output on Japanese versions of
168 MS-Windows).
169
170 2001-09-18 Miles Bader <miles@gnu.org>
171
172 * diff-mode.el (diff-mode): Don't make the buffer read-only if
173 it's empty (and thus probably a new patch file about to be edited).
174
175 2001-09-17 Gerd Moellmann <gerd@gnu.org>
176
177 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
178 Check for '(' in column 0 of doc string.
179
180 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
181 of `nth' so that using a vector as bounding-box works.
182 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
183
184 2001-09-17 Andre Spiegel <spiegel@gnu.org>
185
186 * vc.el (vc-annotate): Use current workfile version explicitly as
187 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
188
189 2001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
190
191 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
192 convert-standard-filename doesn't guarantee that the .el extension
193 is preserved.
194
195 * dos-fns.el (convert-standard-filename): Replace invalid
196 characters only after converting dash/underscore to a period.
197 (original-make-auto-save-file-name): New.
198 (make-auto-save-file-name): New function, overrides the definition
199 on files.el and calls the original function via
200 original-make-auto-save-file-name.
201
202 * mail/rmail.el (top-level): Require mule-utils when compiling.
203 (rmail-decode-babyl-format): Use detect-coding-with-priority
204 instead of detect-coding-region, to favor detection of emacs-mule
205 encoded Babyl files written by rmailout.el etc. Suggested by
206 Kenichi Handa <handa@etl.go.jp>.
207
208 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
211 Use `equal', not `=', since the device number can be a cons cell.
212
213 2001-09-14 Gerd Moellmann <gerd@gnu.org>
214
215 * simple.el: Comment out change of 2001-09-13.
216
217 2001-09-13 Milan Zamazal <pdm@zamazal.org>
218
219 * progmodes/compile.el (grep-compute-defaults): Don't set
220 grep-command/grep-find-command when it is already non-nil.
221 (grep-command): Make it a user option.
222 (grep-find-command): Likewise.
223
224 2001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
225
226 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
227 inhibit quit.
228
229 2001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
230
231 * files.el (make-auto-save-file-name): If long file names are not
232 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
233 generating an auto-save file name from it.
234
235 2001-09-13 Gerd Moellmann <gerd@gnu.org>
236
237 * ps-print.el (ps-print-region, ps-print-region-with-faces)
238 (ps-nb-pages-region): Signal an error if called interactively
239 and the mark is not active.
240
241 * simple.el (minibuffer-prompt-modification)
242 (minibuffer-prompt-insertion): New functions.
243 (minibuffer-prompt-properties): Use `modification-hooks' and
244 `insert-in-front-hooks'.
245
246 2001-09-12 Richard M. Stallman <rms@gnu.org>
247
248 * textmodes/outline.el (outline-regexp): Doc fix.
249 Initialize it in the defcustom, the usual way.
250
251 2001-09-12 Gerd Moellmann <gerd@gnu.org>
252
253 * ediff-mult.el (ediff-get-meta-info): Take into account that data
254 from `ediff-meta-info' properties need not be an overlay.
255 From David Ponce <dponce@voila.fr>.
256
257 * isearch.el (isearch-intersects-p): Fix end checks.
258
259 2001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
260
261 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
262 `t' branch of `cond', since Irix 6.1 and up is a special case of
263 the standard dbx interface.
264
265 2001-09-11 Miles Bader <miles@gnu.org>
266
267 * comint.el (comint-send-input): When waiting for echoed input,
268 don't save the expected end position in `echo-end', so that things
269 work properly even if the buffer is modified elsewhere at the same
270 time [this happens if `comint-truncate-buffer' is used].
271
272 2001-09-11 Gerd Moellmann <gerd@gnu.org>
273
274 * textmodes/outline.el (outline-mode): Use `^' and a shy group
275 when constructing imenu-generic-expression from outline-regexp.
276
277 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
278
279 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
280 `equal' instead of `=', since they can be cons cells. From Nils
281 Goesche <cartan@cartan.de>.
282
283 2001-09-10 Andre Spiegel <spiegel@gnu.org>
284
285 * vc.el (vc-annotate): Rewrote doc string.
286
287 2001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
288
289 * time-stamp.el: Update Stephen Gildea's email address.
290
291 2001-09-10 Gerd Moellmann <gerd@gnu.org>
292
293 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
294 enable-multibyte-characters = nil. From Hallvard B Furuseth
295 <h.b.furuseth@usit.uio.no>.
296
297 2001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
298
299 * ediff-init.el (ediff-highest-priority): Bug fix.
300
301 * viper-cmd.el (viper-special-read-and-insert-char): New function
302 that reads a character and uses the current input method or
303 iso-accents when appropriate.
304
305 * viper.el and all others: Corrections to the comment blocks at
306 the top.
307
308 2001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
309
310 * info.el (Info-goto-node): Doc fix.
311
312 2001-09-07 Gerd Moellmann <gerd@gnu.org>
313
314 * isearch.el (isearch-intersects-p): New function.
315 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
316 use isearch-intersects-p, and clean up.
317
318 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
321 and "german8", for the new German orthography dictionaries,
322 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
323 the entries, to keep the line length balanced for loaddefs.el.
324
325 2001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
326
327 * comint.el (comint-send-input): Handle comint-process-echoes
328 differently.
329
330 2001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
331
332 * locate.el (locate-insert-header): Remove unnecessary whitespace.
333
334 2001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
337
338 2001-09-07 Gerd Moellmann <gerd@gnu.org>
339
340 * server.el (server-switch-buffer):
341 * textmodes/refer.el (refer-find-entry-internal):
342 * term/sup-mouse.el (sup-pos-to-window):
343 * term/bg-mouse.el (bg-window-from-x-y):
344 * emacs-lisp/edebug.el (edebug-window-live-p):
345 Use get-window-with-predicate.
346
347 * window.el (get-window-with-predicate): Renamed from some-window.
348 (some-window): Make it an alias.
349
350 2001-09-06 Gerd Moellmann <gerd@gnu.org>
351
352 * simple.el (undo): Remove positions from buffer-undo-list up to
353 the next undo boundary only.
354
355 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
356
357 * makefile.nt (install): Don't copy sc.el. Reported by Richard
358 Kim <ryk@dspwiz.com>
359
360 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
361 the message "Creating customization items...done".
362
363 2001-09-05 Gerd Moellmann <gerd@gnu.org>
364
365 * font-lock.el (toplevel): Require `jit-lock' only if
366 font-lock-support-mode is set to jit-lock-mode.
367
368 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * international/quail.el (quail-use-package, quail-inactivate)
371 (quail-activate): Mention the hooks these functions run in their
372 doc strings.
373
374 2001-09-05 Edward M. Reingold <reingold@iit.edu>
375
376 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
377 of file in header of menu.
378
379 2001-09-04 Gerd Moellmann <gerd@gnu.org>
380
381 * env.el (setenv): Interactively, if VARIABLE has a current value,
382 add that to the front of the history, as the doc string says.
383
384 * comint.el (comint-send-input): Change help-echo.
385 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
386
387 * bookmark.el (bookmark-write-file): Bind print-length and
388 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
389
390 * obsolete/uncompress.el: Moved there from lisp/.
391
392 * comint.el (comint-insert-clicked-input): Goto point-max before
393 deleting previous input. From "Dr Francis J. Wright"
394 <F.J.Wright@qmw.ac.uk>.
395
396 * simple.el (backward-word): Doc fix.
397
398 2001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
399
400 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
401 * uncompress.el, uniquify.el, vc.el, view.el, window.el
402 * w32-fns.el: Add Keywords header.
403
404 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
405
406 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
407 "Text Properties". Suggested by Simon Marshall
408 <Simon.Marshall@midas-kapiti.com>.
409
410 2001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
411
412 * term/mac-win.el (mac-drag-n-drop): Decode file name by
413 consulting the value of file-name-coding-system.
414
415 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
416
417 * help.el (describe-function-1): Save precomputed `file-name' rather
418 than recomputing it (incorrectly) with `symbol-file'.
419
420 2001-09-03 Gerd Moellmann <gerd@gnu.org>
421
422 * international/isearch-x.el (isearch-exit-recursive-edit):
423 Take three parameters, since it's used as an after-change-function.
424
425 * emacs-lisp/backquote.el (backquote-backquote-symbol)
426 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
427 from doc strings.
428
429 2001-09-02 Milan Zamazal <pdm@zamazal.org>
430
431 * progmodes/glasses.el (glasses-convert-to-unreadable):
432 Consider underscores as in `glasses-make-readable'.
433
434 2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
435
436 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
437 MS-DOS, since cpp might not be available.
438
439 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
440 Mention "yank" in the help-echo text.
441 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
442
443 2001-09-01 Stefan Monnier <monnier@cs.yale.edu>
444
445 * newcomment.el (comment-indent): Insert spaces more carefully.
446
447 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
448
449 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
450 exists. From Andy Petrusenco <andy@int.spb.ru>.
451
452 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
453 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
454 <andy@int.spb.ru>.
455
456 2001-08-31 Gerd Moellmann <gerd@gnu.org>
457
458 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
459 Instead of running mouse-yank-at-click, see what the event is
460 bound to outside Isearch and run that.
461
462 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
465 Fix the menu entry to mention transient-mark-mode.
466
467 2001-08-30 Gerd Moellmann <gerd@gnu.org>
468
469 * simple.el (eval-expression-print-level): Fix last change.
470
471 * bindings.el (mode-line-coding-system-map): New variable.
472 (mode-line-mule-info): Give the "%Z" a local-map keymap.
473
474 * simple.el (eval-expression-print-level): Change the type
475 of the defcustom to allow nil.
476
477 * emacs-lisp/find-gc.el: Moved here from lisp/.
478
479 * international/quail.el (quail-completion-1):
480 Reverse the ((CHAR . DEFN) ...) list before processing it.
481 From Kenichi Handa <handa@etl.go.jp>.
482
483 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
484 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
485
486 2001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
487
488 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
489 aren't supported. This avoids the annoying gray strip drawn by
490 the Windows version instead of the missing tool bar.
491
492 2001-08-29 Gerd Moellmann <gerd@gnu.org>
493
494 * menu-bar.el (menu-bar-options-menu): Make option text, messages
495 and tooltips more consistent. From "Marshall, Simon"
496 <Simon.Marshall@midas-kapiti.com>.
497
498 * startup.el (fancy-splash-screens): Temporarily set
499 minor-mode-map-alist to nil while displaying splash screens.
500
501 2001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
502
503 * buff-menu.el: Add Keywords header.
504 Doc fix (C-x C-b is bound to list-buffers).
505
506 * dired-x.el: Add keyword files to get listed in finder.
507 Remove confusing notes about GNU Emacs 19.
508
509 * dired.el, dired-aux.el: Add Keywords header.
510
511 2001-08-28 Andre Spiegel <spiegel@gnu.org>
512
513 * vc.el (vc-revert-file): Call the backend even if the FILE's
514 contents can be reverted locally; pass new arg CONTENTS-DONE
515 down to the backend.
516
517 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
518 optional arg CONTENTS-DONE.
519
520 2001-08-28 Andrew Innes <andrewi@gnu.org>
521
522 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
523
524 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * makefile.nt (install): Copy more *.el files.
527
528 2001-08-28 Gerd Moellmann <gerd@gnu.org>
529
530 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
531 instead of `w' which is already in use.
532
533 * gs.el (gs-load-image): Use sleep-for.
534 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
535
536 2001-08-28 Miles Bader <miles@gnu.org>
537
538 * replace.el (query-replace-regexp-eval): Return args from
539 `interactive' form in correct order.
540
541 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
544 major modes, don't create panes for modes for which
545 mouse-buffer-menu-alist returns an empty alist.
546
547 2001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
548
549 * progmodes/hideshow.el: Update first-line description.
550 Sync comments w/ maintainer version 5.31.
551
552 (hs-isearch-open): Default value now `code'.
553 Fix docstring to use "code blocks" vs "comment blocks",
554 as opposed to "block" vs "comment".
555 (hs-flag-region): Accept `hs-isearch-open' value
556 of `block' as synonymous w/ `code'.
557 (hs-hide-block-at-point): For code blocks, pass `code'
558 to `hs-flag-region' instead of `block'.
559
560 2001-08-28 Miles Bader <miles@gnu.org>
561
562 * comint.el (comint-next-prompt): Don't loop infinitely if
563 {next,previous}-single-char-property-change returns its input
564 position when the search fails.
565
566 2001-08-27 Miles Bader <miles@gnu.org>
567
568 * comint.el (comint-get-old-input-default): Don't signal an error
569 if point is not on an input field; instead, return the current
570 line (using `comint-bol' to skip any prompt, in case we're not
571 using fields at all).
572
573 * man.el (Man-mode-line-format): Variable removed.
574 (Man-mode): Change `mode-line-buffer-identification' instead of
575 `mode-line-format'.
576
577 2001-08-27 Gerd Moellmann <gerd@gnu.org>
578
579 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
580 From Simon Josefsson <jas@extundo.com>.
581
582 2001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
583
584 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
585 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
586
587 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
588 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
589
590 * emacs-lisp/lselect.el: Ditto.
591
592 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
593 Remove periods from the end of error message strings.
594 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
595
596 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
597 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
598
599 * net/telnet.el: Ditto.
600
601 2001-08-26 Gerd Moellmann <gerd@gnu.org>
602
603 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
604 KEYMAP to the call to define-minor-mode.
605
606 2001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
607
608 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
609 Replace some of the undefined characters with emulations of bidi
610 formatting characters and Niqud as per SI 1311-1.
611 (IT-unicode-translations): Ditto.
612 (IT-display-table-setup, IT-setup-unicode-display):
613 Fill characters without translations with dos-unsupported-char-glyph.
614
615 2001-08-24 Simon Josefsson <jas@extundo.com>
616
617 * hl-line.el (hl-line-mode): Don't be a global mode.
618 (global-hl-line-mode): New function.
619
620 2001-08-24 Gerd Moellmann <gerd@gnu.org>
621
622 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
623 being reset by Ghostscript. Don't kill the gs process.
624 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
625
626 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
627
628 * term/mac-win.el: Require scroll-bar.
629
630 2001-08-23 Stefan Monnier <monnier@cs.yale.edu>
631
632 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
633
634 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
635
636 * hexl.el (hexl-insert-multibyte-char) New function.
637 (hexl-quoted-insert, hexl-self-insert-command)
638 (hexl-insert-hex-char, hexl-insert-decimal-char)
639 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
640 Fix the doc strings accordingly.
641 (hexl-insert-char): Reject characters whose code is above 255.
642 Doc fix.
643 (hexl-mode-map): Copy the global keymap instead of creating a
644 sparse keymap, and bind all self-inserting characters to
645 hexl-self-insert-command.
646
647 2001-08-22 Stefan Monnier <monnier@cs.yale.edu>
648
649 * wid-edit.el (text): Re-order docstring correctly.
650
651 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
652
653 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
654
655 2001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
656
657 * simple.el (line-number-mode): Mention the variable
658 line-number-display-limit-width in the doc string.
659
660 2001-08-22 Gerd Moellmann <gerd@gnu.org>
661
662 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
663 Temporarily select EVENT's window for switching buffers.
664 (mode-line-bury-buffer): New function.
665 (mode-line-buffer-identification-keymap): Use it instead of
666 bury-buffer. Bind down-mouse events to prevent global down-mouse
667 events from shining through.
668
669 2001-08-21 Stefan Monnier <monnier@cs.yale.edu>
670
671 * newcomment.el (comment-beginning): Make sure the comment-start
672 we found isn't a comment-end (in cases where confusion is possible).
673
674 2001-08-22 Miles Bader <miles@gnu.org>
675
676 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
677 before writing it, so that hard-links don't see new version.
678
679 2001-08-21 Gerd Moellmann <gerd@gnu.org>
680
681 * gs.el (gs-set-ghostview-colors-window-prop):
682 Call x-change-window-property with 3rd arg FRAME.
683 (gs-load-image): Wait for a previous Ghostscript process
684 to complete before starting a new one.
685
686 * image.el (image-type-regexps): Make sure that the TIFF
687 pattern is only matched at the beginning of a string.
688 From Markus Rost <rost@math.ohio-state.edu>.
689
690 * international/swedish.el: Pre-Mule file removed. From Jonas
691 Oberg <jonas@gnu.org>.
692
693 2001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
694
695 * whitespace.el (whitespace-abort-on-error): Add custom variable
696 to whitespace to abort a write-file if whitespace is detected in file.
697
698 * whitespace.el (whitespace-write-file-hook): Hook to be called
699 when writing a file. If `whitespace-abort-on-error' is set, the
700 write will abort on detecting whitespaces.
701 If `whitespace-auto-cleanup' is set, the file will be cleaned
702 automatically prior to writing.
703
704 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
705 whitespaces in the error output!
706
707 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
708 `indent-tabs-mode', since the latter notes user preferences on
709 TABs anyway.
710
711 * whitespace.el (whitespace-version): 3.1. All of the above issues
712 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
713
714 2001-08-20 Gerd Moellmann <gerd@gnu.org>
715
716 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
717 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
718
719 * whitespace.el (whitespace-global-mode): Add autoload cookie.
720
721 2001-08-20 Alex Schroeder <alex@gnu.org>
722
723 * sql.el (sql-db2): Doc change.
724
725 2001-08-20 Alex Schroeder <alex@gnu.org>
726
727 * sql.el (sql-postgres): Add the database at the end of the
728 parameters instead of at the beginning.
729 (sql-postgres-options): Doc change.
730
731 2001-08-17 Gerd Moellmann <gerd@gnu.org>
732
733 * custom.el (defcustom): Doc fix.
734
735 2001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
736
737 * ps-mule.el (find-composition): Check if (char-after POS)
738 returns a valid character.
739
740 2001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
741
742 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
743 original-point for extra CR characters that are added/removed when
744 the buffer is written/read whose EOL type is -dos.
745
746 2001-08-16 Miles Bader <miles@gnu.org>
747
748 * simple.el (line-move): Undo previous change.
749
750 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
751 property to input-terminating `boundary' overlays to avoid
752 line-move wierdness.
753
754 2001-08-16 Gerd Moellmann <gerd@gnu.org>
755
756 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
757 buffer in a save-restriction. Under one test case with Ediff,
758 window-scroll-functions are run with a window start that's
759 temporarily outside of the restriction.
760
761 2001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
762
763 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
764 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
765 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
766 (texinfo-update-menu-region-beginning)
767 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
768 command, @ifnottex, to regexps, so it is found.
769
770 2001-08-16 Andrew Innes <andrewi@gnu.org>
771
772 * makefile.nt (DONTCOMPILE): Omit bindings.el.
773 (DONTCOMPILE): Omit sc.el.
774
775 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
776 (DONTCOMPILE): Omit sc.el.
777
778 2001-08-16 Gerd Moellmann <gerd@gnu.org>
779
780 * replace.el (occur): Bind inhibit-read-only to t.
781
782 2001-08-16 Miles Bader <miles@gnu.org>
783
784 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
785 calling `constrain-to-field', to avoid problems with comint prompts.
786
787 2001-08-15 Gerd Moellmann <gerd@gnu.org>
788
789 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
790 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
791
792 * ediff-mult.el (ediff-get-meta-info): Fix the condition
793 of a while-loop.
794
795 * Makefile.in (DONTCOMPILE): Remove sc.el.
796
797 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
798 Don't include term/.
799
800 * mail/sc.el: Moved to obsolete/.
801
802 2001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
803
804 * ps-print.el: Change error function arguments to follow Emacs
805 message convention. Doc fix.
806 (ps-print-version): New version number (6.5.4).
807 (coding-system-for-write): Change declaration position to avoid
808 XEmacs compilation gripes.
809 (coding-system-for-read, buffer-file-coding-system):
810 Declarations to avoid XEmacs compilation gripes.
811
812 * ps-mule.el: Doc fix.
813 (ps-mule-encode-header-string): If STRING is not a string, replace
814 STRING by empty string.
815
816 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * frame.el (show-trailing-whitespace): Doc fix.
819
820 2001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * desktop.el (desktop-save): Insert the coding: tag before
823 desktop-header.
824
825 2001-08-13 Gerd Moellmann <gerd@gnu.org>
826
827 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
828 its path from $els.
829
830 * image.el (image-jpeg-p): Fix call of substring.
831
832 2001-08-10 Gerd Moellmann <gerd@gnu.org>
833
834 * play/animate.el (animate-string): Doc fix. Use a buffer
835 name with stars in it.
836 (animate-sequence): New function.
837 From Richard Stallman <rms@gnu.org>.
838
839 * frame.el (select-frame-set-input-focus): New function
840 extracted from other-frame.
841 (other-frame): Use it.
842 (next-multiframe-window, previous-multiframe-window): Use it.
843
844 * isearch.el (isearch-other-meta-char): Don't switch to the
845 buffer of a window clicked on, when the current buffer is
846 in Isearch mode.
847
848 * image.el (image-jpeg-p): Test for APPn markers in the range
849 #xe0..#xef.
850
851 2001-08-09 Gerd Moellmann <gerd@gnu.org>
852
853 * desktop.el (desktop-save): Don't use concat to form a file
854 name, use expand-file-name.
855
856 * mouse.el (mouse-delete-window): Do nothing if frame has just
857 one window.
858
859 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
860 for the minor mode name.
861
862 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
863 minor mode name.
864
865 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
866 instead of make-mode-line-mouse2-map.
867
868 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
869 the minor mode name.
870
871 * emacs-lisp/easy-mmode.el (define-minor-mode):
872 Use mode-line-minor-mode-keymap for the minor mode name.
873
874 * calendar/calendar.el (calendar-mode-line-format):
875 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
876
877 * bindings.el (make-mode-line-mouse-map): Renamed from
878 make-mode-line-mouse2-map. Take additional arg MOUSE.
879 (mode-line-modified): Use mouse-3 instead of mouse-2.
880 (mode-line-buffer-identification-keymap): Bind keys differently.
881 (propertized-buffer-identification): Adapt help-echo to new bindings.
882
883 * bindings.el (mode-line-format): Specify help-echo for line
884 number, column number and buffer-percent part of the mode-line.
885
886 * image.el (image-type-regexps): Allow whitespace at the start
887 of the image data for XPM, XBM and Postscript, which are
888 text files.
889 (image-jpeg-p): Correct calculation of next field offset.
890
891 2001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
892
893 * battery.el: Fix typo.
894
895 2001-08-08 Gerd Moellmann <gerd@gnu.org>
896
897 * image.el (image-type-regexps): Allow predicates. Change the way
898 JPEG images are recognized.
899 (image-jpeg-p): New function.
900 (image-type-from-data): Handle predicates in image-type-regexps.
901
902 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
903 #:, #x, #o, and similar constructs.
904
905 2001-08-07 Gerd Moellmann <gerd@gnu.org>
906
907 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
908
909 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
910 instead of `progn'.
911
912 * tar-mode.el (tar-extract): Avoid generating a new buffer
913 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
914
915 * textmodes/paragraphs.el (forward-sentence): Avoid building
916 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
917
918 * progmodes/executable.el (executable-set-magic):
919 If executable-find returns a quoted file name, unquote it before
920 inserting it.
921
922 * image.el (image-type-regexps): For JPEG files, use a regexp
923 derived from the JFIF spec.
924
925 * image.el (image-type-regexps): Use `\`' instead of `^' in
926 most regular expressions.
927
928 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
929
930 * play/animate.el: Re-insert a reference to re-inserted function.
931
932 2001-08-06 Gerd Moellmann <gerd@gnu.org>
933
934 * help.el (describe-function-1): Use find-function-search-for-symbol
935 instead of find-function-noselect because the latter follows aliases.
936
937 * play/animate.el (animate-birthday-present): Re-insert.
938
939 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
940 Handle old-style menu definitions.
941
942 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
943
944 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
945 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
946
947 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
948 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
949 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
950
951 2001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
952
953 * textmodes/tildify.el: Milan Zamazal has new address.
954
955 2001-08-03 Gerd Moellmann <gerd@gnu.org>
956
957 * custom.el (custom-set-variables): Don't test `custom-requests'
958 properties, check the third element of the options passed to
959 custom-set-variables instead.
960
961 * info.el (info-insert-file-contents): Use info-file-exists-p
962 instead of file-exists-p.
963
964 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
965 the mode-line face is restored. Fix several bugs.
966
967 * replace.el (perform-replace): Doc fix.
968
969 2001-08-02 Francesco Potorti` <pot@gnu.org>
970
971 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
972 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
973 (uniquify-fix-item-base, uniquify-fix-item-filename)
974 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
975 Callers changed.
976 (uniquify-set-proposed): Changed to work with a vector item.
977 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
978 the fix list, and a list of strings for the non-file buffer
979 names. Both changes reduce consing.
980 (uniquify-rationalize-a-list): Local variable renaming.
981 (uniquify-rationalize-conflicting-sublist): Use member instead of
982 assoc.
983 (uniquify-rename-buffer): Use unless instead of if not.
984
985 2001-08-02 Gerd Moellmann <gerd@gnu.org>
986
987 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
988
989 * custom.el (custom-set-variables): Set options with :require
990 clauses last.
991
992 * custom.el (defcustom): Doc fix.
993
994 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
995
996 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
997
998 * man.el (man): Mention Man-switches in the doc string.
999 (Man-switches): Mention -a in the doc string.
1000
1001 * textmodes/ispell.el (ispell-alternate-dictionary):
1002 Add /usr/share/lib/dict/words, for Irix.
1003
1004 * bindings.el: Bind shifted and control-shifted kp-* keys to the
1005 corresponding non-kp keys. Suggested by Stephen Gildea
1006 <gildea@stop.mail-abuse.org>.
1007
1008 2001-08-01 Francesco Potorti` <pot@gnu.org>
1009
1010 * uniquify.el: These changes correct a corner case that the old
1011 code managed correctly.
1012 (uniquify-fix-item-proposed): Renamed from
1013 uniquify-fix-item-min-proposed.
1014 (uniquify-set-proposed): New function.
1015 (uniquify-rationalize-file-buffer-names): Code reshuffled for
1016 clarity and speed.
1017 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
1018 This is equivalent to what the old code did.
1019 (uniquify-rationalize-a-list): Never recompute the proposed
1020 name. Sort the conflicting sublist before rationalising it: this
1021 is equivalent to what the old code did, but one directory element
1022 at a time, and only when necessary.
1023 (uniquify-rationalize-conflicting-sublist): Recompute here the
1024 proposed name.
1025
1026 2001-08-01 Gerd Moellmann <gerd@gnu.org>
1027
1028 * play/animate.el: Add Keywords and Maintainer. Remove a
1029 reference to a removed function.
1030
1031 * play/animate.el (animate-string): Handle case that the string is
1032 longer than the window is wide.
1033
1034 2001-07-31 Gerd Moellmann <gerd@gnu.org>
1035
1036 * desktop.el (desktop-save): Bind coding-system-for-write to
1037 `emacs-mule' for write-region.
1038
1039 * delsel.el (delete-selection-pre-hook): Don't set this-command
1040 to `ignore' if the region is empty.
1041
1042 * international/mule.el (set-keyboard-coding-system):
1043 Set keyboard-coding-system.
1044
1045 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
1046 before accessing it.
1047
1048 2001-07-30 Andreas Schwab <schwab@suse.de>
1049
1050 * menu-bar.el (toggle-highlight-paren-mode):
1051 Use `(show-paren-mode)' as body.
1052
1053 2001-07-30 Andre Spiegel <spiegel@gnu.org>
1054
1055 * vc.el (vc-checkout-hook): New hook.
1056 (vc-checkout): Run it.
1057
1058 2001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
1059
1060 * progmodes/make-mode.el (makefile-macroassign-regex):
1061 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
1062
1063 2001-07-30 Gerd Moellmann <gerd@gnu.org>
1064
1065 * vc.el (vc-switch-backend): Fix autoload cookie.
1066
1067 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
1068 the desktop file.
1069
1070 2001-07-30 Simon Josefsson <jas@extundo.com>
1071
1072 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
1073 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
1074
1075 2001-07-27 Gerd Moellmann <gerd@gnu.org>
1076
1077 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
1078 (last-sexp-toggle-display): Renamed from last-sexp-print.
1079 (last-sexp-toggle-display, eval-last-sexp-1):
1080 Use last-sexp-setup-props.
1081
1082 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
1083 New user-options.
1084 (mouse-wheel-change-button): New function.
1085 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
1086 (mwheel-scroll): Ditto.
1087
1088 2001-07-26 Gerd Moellmann <gerd@gnu.org>
1089
1090 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
1091 `...', compare with unabbreviated printed representation instead.
1092 (last-sexp-print): Bind print-length and print-level to nil.
1093
1094 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
1095 before assigning text properties. Make properties rear-nonsticky.
1096
1097 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
1098 (eval-last-sexp-1): Give printed text a `keymap' property and bind
1099 <mouse-2> and <RET> in that map to a function printing the
1100 unabbreviated value.
1101
1102 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
1103 is a buffer, put a text property `printed-value' on the printed
1104 representation, with the Lisp object printed as value.
1105
1106 2001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
1107
1108 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
1109 Mention the effect of eval-expression-print-length and
1110 eval-expression-print-level in the doc strings. Suggested by
1111 Kevin Gallagher <kevingal@onramp.net>.
1112
1113 2001-07-25 Gerd Moellmann <gerd@gnu.org>
1114
1115 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
1116 for buttons > 3.
1117 (xterm-mouse-translate): Handle the case that we don't get a
1118 down-event.
1119
1120 * emacs-lisp/find-func.el (find-function-regexp):
1121 Add easy-mmode-define-global-mode to the regexp. Allow newlines
1122 in front of the function name.
1123
1124 * isearch.el (isearch-other-meta-char): Fix last change.
1125
1126 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
1127 similar events for which fake prefix keys are generated. It's no
1128 longer necessary since read_key_sequence doesn't modify these
1129 events for internal purposes anymore.
1130
1131 * files.el (auto-mode-alist): Use nroff-mode for files ending
1132 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
1133
1134 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
1135
1136 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
1137 tool-bar-lines parameter, behave as if its value were zero.
1138 (mouse-avoidance-set-pointer-shape): Don't do anything if
1139 x-pointer-shape is not boundp.
1140
1141 2001-07-23 Francesco Potorti` <pot@gnu.org>
1142
1143 * uniquify.el: Overall speedup changes when using many buffers.
1144 (uniquify-fix-item-base, uniquify-fix-item-filename)
1145 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
1146 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
1147 place in the item, but was never used.
1148 (uniquify-fix-item-min-proposed): New defalias: the fourth place
1149 in the item is now used as cache for the proposed name.
1150 (uniquify-rationalize-file-buffer-names): Move computation made on
1151 newbuffile out of the loop, in the newbuffile-nd local var.
1152 Use dolist (cosmetic change). Compute the proposed name for the most
1153 common case and cache it in the fourth place in the item.
1154 (uniquify-rationalize-file-buffer-names): Used to return a a list
1155 of buffer whose name was changed, but that return value was never used.
1156 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
1157 the cached proposed name, does much less consing and is quicker.
1158 (uniquify-filename-lessp): Deleted.
1159 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
1160 Do not bind locally the uniquify-possibly-resolvable flag. Use the
1161 cached proposed name is possible.
1162 (uniquify-get-proposed-name): Arguments changed, callers changed.
1163 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
1164 uniquify-possibly-resolvable flag, which is no more bound locally.
1165 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
1166 flag, which does not exist any more.
1167
1168 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1169
1170 * term/internal.el (IT-unicode-translations): Fix the appearance of
1171 "6`".
1172
1173 * progmodes/compile.el (compile-internal): If EMACS is already
1174 defined in the environment, don't override its value.
1175
1176 2001-07-23 Gerd Moellmann <gerd@gnu.org>
1177
1178 * play/fortune.el: Undo change of 2001-07-13.
1179 Fix autoload cookies. Add types to defcustoms.
1180 (fortune) <defgroup>: Add :link.
1181 (fortune-from-region): Use eq, not eql.
1182 From Dave Love <fx@gnu.org>.
1183
1184 * play/animate.el (animate-birthday-present): Function removed.
1185
1186 * play/animate.el: New file.
1187
1188 2001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1189
1190 * startup.el (normal-top-level-add-subdirs-to-load-path):
1191 On Windows, put into normal-top-level-add-subdirs-inode-list the
1192 canonicalized names of the directories instead of inode numbers.
1193
1194 2001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
1195
1196 * ediff-util.el: Copyright years.
1197 (ediff-choose-syntax-table): New function.
1198 (ediff-setup): Use ediff-choose-syntax-table.
1199 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
1200 vc-state is available.
1201 (ediff-make-temp-file): Use ediff-coding-system-for-write.
1202
1203 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1204 with-syntax-table.
1205 (ediff-coding-system-for-read): From ediff-diff.el
1206 (ediff-coding-system-for-write): New variable.
1207 (ediff-highest-priority): Fixed the bug having to do with disappearing
1208 overlays.
1209 (ediff-file-remote-p): Use file-remote-p, if available.
1210 (ediff-listable-file): New function.
1211 (ediff-file-attributes): Use ediff-listable-file.
1212
1213 * ediff-mult.el (ediff-meta-insert-file-info1):
1214 Use ediff-listable-file.
1215
1216 * ediff-ptch.el (ediff-prompt-for-patch-file):
1217 Use ediff-coding-system-for-read.
1218 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
1219
1220 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1221 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
1222
1223 * ediff.el: Date of last update, copyright years.
1224
1225 * ediff-wind (ediff-setup-control-frame): Nill->nil.
1226
1227 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1228 of Scott Bronson.
1229 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1230 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1231 Deleted functions.
1232 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1233 ex-token-list.
1234 (viper-get-ex-address-subr): Convert registers to char data type.
1235
1236 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
1237 (viper-memq-char): Use viper-int-to-char.
1238 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
1239 vc-locking-state.
1240 (viper-read-key): Use viper-read-key-sequence.
1241
1242 * viper.el (viper-major-mode-modifier-list):
1243 Added inferior-emacs-lisp-mode.
1244 (this-major-mode-requires-vi-state): New function that uses simple
1245 heuristics to decide if vi state is appropriate.
1246 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1247 (viper-non-hook-settings): Don't advise read-key-sequence.
1248 (viper-read-key-sequence): New function that replaces the
1249 previously used advice to read-key-sequence.
1250
1251 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1252 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1253 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1254 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1255 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1256 Got rid of the negative character hack.
1257 (viper-escape-to-state,viper-replace-state-exit-cmd):
1258 Use viper-read-key-sequence.
1259 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
1260 (viper-minibuffer-standard-hook,viper-read-string-with-history):
1261 Don't override existing minibuffer-setup-hook.
1262 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
1263 Convert registers to char data type.
1264 (viper-autoindent): Use viper-indent-line.
1265
1266 * viper-keym.el: Use viper-exec-key-in-emacs.
1267
1268 2001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1269
1270 * server.el (server-visit-files): Fix variable name typo.
1271
1272 2001-07-20 Gerd Moellmann <gerd@gnu.org>
1273
1274 * simple.el (delete-trailing-whitespace): Save match data
1275 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1276
1277 2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1278
1279 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1280 return a this-error using the alternative format (a pair of markers).
1281
1282 2001-07-19 Gerd Moellmann <gerd@gnu.org>
1283
1284 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1285
1286 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1287 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
1288
1289 2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1290
1291 * international/iso-transl.el: Fix typo in the header of the file.
1292
1293 * textmodes/picture.el (picture): Doc fix.
1294
1295 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1296 follow coding conventions in generated files.
1297
1298 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1299
1300 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1301 (tool-bar-add-item): Don't call image-related primitives if the
1302 display doesn't support images.
1303
1304 * frame.el (display-images-p): New function.
1305
1306 2001-07-17 Gerd Moellmann <gerd@gnu.org>
1307
1308 * server.el (server-visit-files): Handle the case the specified
1309 column number is <= 0.
1310
1311 2001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1312
1313 * startup.el (command-line-1): Add support for +LINE:COLUMN
1314 command line argument.
1315
1316 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1317
1318 * server.el (server-process-filter, server-visit-files):
1319 Add support for +LINE:COLUMN style emacsclient calls.
1320
1321 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1322
1323 * emacs-lisp/easy-mmode.el: Add Keywords header.
1324
1325 * play/pong.el: Author has new address.
1326
1327 * play/landmark.el: Author is no more reachable.
1328
1329 * play/handwrite.el: Author is no more reachable.
1330
1331 2001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1332
1333 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1334 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1335 Complete bindings for F<1..12> keys.
1336 (global-map): Remove `undo' binding (already in the default).
1337 Replace `t<n>' bindings with `f<n>' bindings.
1338
1339 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1340
1341 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1342 (tcl-mode): Use tcl-add-log-defun.
1343 (tcl-indent-line): Use tcl-calculate-indent.
1344 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1345 (tcl-indent-exp): Renamed from indent-tcl-exp.
1346 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1347 (tcl-indent-for-comment): Call comment-indent-function properly
1348 and handle the case where it returns nil.
1349
1350 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1351
1352 * calendar/cal-islam.el (calendar-goto-islamic-date):
1353 Remove autoload cookie.
1354
1355 * calendar/calendar.el (calendar-goto-islamic-date):
1356 Add call to autoload.
1357
1358 2001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1359
1360 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1361 Don't change compile-auto-highlight globally.
1362 Don't bother with `font-lock-defaults' property since XEmacs
1363 also understands the `font-lock-defaults' variable.
1364 Use make-local-variable rather than make-variable-buffer-local.
1365 Don't `defconst' comment-indent-function: keep the default.
1366 Call easy-menu-add unconditionally.
1367 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1368 (ada-create-menu): Use :included for Emacs as well.
1369
1370 * vc.el (vc-do-command): Autoload.
1371
1372 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1373
1374 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1375
1376 * ps-print.el: Fix Author: header.
1377
1378 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1379
1380 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1381 mouse-1 etc., bind them to `ignore'.
1382
1383 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1384 send-invisible, which is already defined in Comint.
1385 (eshell-watch-for-password-prompt): Use it.
1386
1387 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1388
1389 * which-func.el (which-func-mode): Doc fix.
1390
1391 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
1392 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1393 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1394 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1395 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1396 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1397 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1398 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1399 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1400 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1401 * emulation/edt-mapper.el, emulation/edt-pc.el,
1402 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1403 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1404 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1405 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1406 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1407 * international/isearch-x.el, international/iso-cvt.el,
1408 * international/ogonek.el, international/quail.el,
1409 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1410 * language/devanagari.el, language/ethio-util.el,
1411 * language/ethiopic.el, language/european.el, language/indian.el,
1412 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1413 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1414 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1415 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1416 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1417 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1418 * progmodes/autoconf.el, progmodes/cmacexp.el,
1419 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1420 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1421 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1422 * progmodes/ebnf2ps.el, progmodes/executable.el,
1423 * progmodes/fortran.el, progmodes/idlw-shell.el,
1424 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1425 * progmodes/m4-mode.el, progmodes/mantemp.el,
1426 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1427 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1428 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1429 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1430 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1431 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1432 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1433 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1434 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1435 * textmodes/two-column.el, time-stamp.el, timezone.el,
1436 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1437 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1438 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
1439 conventions.
1440
1441 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1442
1443 * simple.el (set-variable): Require 'cus-edit' instead of
1444 `wid-edit', so that the Custom widgets get defined.
1445
1446 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1447
1448 * allout.el: A fix to follow coding conventions.
1449
1450 * find-lisp.el: A fix to follow coding conventions.
1451
1452 * term/w32-win.el: A fix to follow coding conventions.
1453
1454 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1455
1456 * term/xterm.el: A fix to follow coding conventions.
1457
1458 * term/news.el: A fix to follow coding conventions.
1459
1460 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1461 header line fixed.
1462
1463 * sun-curs.el: Fix Maintainer: header line.
1464
1465 * emacs-lisp/easymenu.el: Address of the author added.
1466
1467 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1468
1469 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1470 property.
1471
1472 2001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1473
1474 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1475 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
1476 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1477 Some fixes to follow coding conventions.
1478
1479 2001-07-16 Gerd Moellmann <gerd@gnu.org>
1480
1481 * which-func.el (which-func-mode): Doc fix.
1482
1483 2001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1484
1485 * net/rcompile.el (remote-compile): Use make-local-variable.
1486
1487 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1488
1489 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1490
1491 * mail/reporter.el (reporter-submit-bug-report):
1492 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1493
1494 2001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1495
1496 * calendar/cal-china.el, calendar/cal-coptic.el,
1497 * calendar/cal-dst.el, calendar/cal-french.el,
1498 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1499 * calendar/cal-iso.el, calendar/cal-julian.el,
1500 * calendar/cal-mayan.el, calendar/cal-persia.el,
1501 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1502 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1503 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1504 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1505 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1506 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1507 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1508 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1509 * progmodes/ada-xref.el, progmodes/cc-align.el,
1510 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1511 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1512 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1513 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1514 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1515 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1516 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1517 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1518 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1519 * textmodes/reftex.el: Some fixes to follow coding
1520 conventions in Eshell files with known maintainers.
1521
1522 * emulation/viper.el: A fix to follow coding conventions.
1523
1524 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1525 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1526 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1527 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1528 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1529 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1530 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1531 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1532 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1533 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
1534 conventions in Eshell files.
1535
1536 * composite.el, diff.el, emacs-lisp/levents.el,
1537 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1538 * emulation/pc-mode.el, emulation/viper-cmd.el,
1539 * emulation/viper-ex.el, emulation/viper-init.el,
1540 * emulation/viper-keym.el, emulation/viper-macs.el,
1541 * emulation/viper-mous.el, emulation/viper-util.el,
1542 * emulation/viper.el, forms-pass.el, international/ccl.el,
1543 * international/characters.el, international/encoded-kb.el,
1544 * international/fontset.el, international/ja-dic-cnv.el,
1545 * international/ja-dic-utl.el, international/kinsoku.el,
1546 * international/kkc.el, international/mule-cmds.el,
1547 * international/mule-diag.el, international/mule-util.el,
1548 * international/mule.el, international/titdic-cnv.el,
1549 * language/china-util.el, language/chinese.el,
1550 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1551 * language/greek.el, language/hebrew.el, language/japan-util.el,
1552 * language/japanese.el, language/korea-util.el, language/korean.el,
1553 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1554 * language/slovak.el, language/thai-util.el, language/thai.el,
1555 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1556 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1557 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1558 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1559 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1560 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1561 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1562 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1563 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1564 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
1565 to follow coding conventions in files without maintainer or in files
1566 with clear maintainer (but without Maintainer header stating so).
1567
1568 * emacs-lisp/elp.el: A fix to follow coding conventions.
1569
1570 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1571 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1572 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1573 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1574 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1575 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1576 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1577 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1578 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1579 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1580 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1581 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
1582 conventions in files from Gnus.
1583
1584 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1585 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1586 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1587 * echistory.el, electric.el, emacs-lisp/authors.el,
1588 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1589 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1590 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1591 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1592 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1593 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1594 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1595 * international/codepage.el, international/iso-ascii.el,
1596 * international/iso-insert.el, international/iso-transl.el,
1597 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1598 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1599 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1600 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1601 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1602 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1603 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1604 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1605 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1606 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1607 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1608 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1609 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1610 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1611 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1612 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1613 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1614 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1615 * textmodes/tex-mode.el, textmodes/text-mode.el,
1616 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1617 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1618 * vt100-led.el, window.el: Some fixes to follow coding conventions in
1619 files maintained by FSF.
1620
1621 2001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1622
1623 * arc-mode.el: A fix to follow coding conventions.
1624
1625 * bindings.el: Ditto.
1626
1627 * cdl.el: Ditto.
1628
1629 * comint.el: Ditto.
1630
1631 * cus-start.el: Ditto.
1632
1633 * shell.el: Ditto.
1634
1635 * skeleton.el: Ditto.
1636
1637 2001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * info.el (Info-build-node-completions):
1640 Make Info-current-file-completions buffer local.
1641
1642 2001-07-13 Gerd Moellmann <gerd@gnu.org>
1643
1644 * which-func.el (which-func-mode, which-func-ff-hook)
1645 (which-function-mode): Remove references to which-func-mode-global.
1646
1647 * calendar/cal-islam.el (calendar-goto-islamic-date):
1648 Add autoload cookie.
1649
1650 * play/fortune.el: Add types to defcustoms.
1651
1652 2001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1653
1654 * language/czech.el: A fix to follow coding conventions.
1655
1656 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1657
1658 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1659 to the extension list, for antlr-mode. From Christoph Wedler
1660 <Christoph.Wedler@sap.com>.
1661
1662 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1663
1664 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1665 (vc-dired-mode-map): Fix the madness.
1666
1667 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1668 (vc-prefix-map): Moved back from vc.el.
1669
1670 2001-07-11 Gerd Moellmann <gerd@gnu.org>
1671
1672 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1673 Increase the size of the obarray.
1674 (mail-extr-all-top-level-domains): Add more toplevel domains,
1675 add more long names.
1676 From: Per Starback <starback@ling.uu.se>.
1677
1678 2001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1681 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1682
1683 * progmodes/ada-mode.el: Ditto.
1684
1685 * progmodes/ada-xref.el: Ditto.
1686
1687 2001-07-11 Miles Bader <miles@gnu.org>
1688
1689 * finder.el (finder-insert-at-column): Also move to the next line
1690 if exactly at COLUMN.
1691
1692 2001-07-10 Gerd Moellmann <gerd@gnu.org>
1693
1694 * help.el (describe-function-1): When printing FUNCTION's
1695 documentation, don't assume FUNCTION is a symbol.
1696
1697 * startup.el (normal-top-level): Don't operate on the initial
1698 frame if we failed to create one.
1699
1700 2001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1701
1702 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1703 itself, i.e. only indent the contents in it.
1704
1705 2001-07-10 Markus Rost <rost@math.ohio-state.edu>
1706
1707 * mail/rmail.el (rmail-show-message): Show beginning of message in
1708 all windows containing it.
1709
1710 2001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1711
1712 * term/tty-colors.el: Fix the header line and copyright years.
1713
1714 2001-07-09 Gerd Moellmann <gerd@gnu.org>
1715
1716 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1717 original definition has an interactive form, but is Elp
1718 instrumented, use the interactive form of the function called by
1719 elp-wrapper.
1720
1721 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1722 configurations with compare-window-configuration; they aren't
1723 window configurations.
1724
1725 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1726 from the server for the format we expect. Don't use it if it
1727 doesn't look like what the Internet draft for FTP extensions specifies.
1728
1729 * toolbar/*.pbm: Cleaned up.
1730 From Luis Fernandes <elf@ee.ryerson.ca>.
1731
1732 2001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
1733
1734 * cc-cmds.el: Extended the kludge to interoperate with the
1735 delsel and pending-del packages wrt to the new function
1736 `c-electric-delete-forward'.
1737
1738 2001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1739
1740 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1741 to delay the call to <mode> for global minor modes.
1742 (easy-mmode-define-navigation): Only recenter if interactive.
1743
1744 2001-07-06 Gerd Moellmann <gerd@gnu.org>
1745
1746 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1747 to lisp-indent-line.
1748
1749 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1750 from the server. Call encode-time only when we are sure that we
1751 got a 213 response.
1752
1753 2001-07-06 Simon Josefsson <jas@extundo.com>
1754
1755 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1756 (mail-envelope-from): New user option.
1757 (sendmail-send-it): Use it.
1758
1759 2001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1760
1761 * ps-print.el: Use locale dependant date to print date in header.
1762 Doc fix.
1763 (ps-print-version): New version number (6.5.3).
1764 (ps-right-header, ps-right-footer): Initialization and doc fix.
1765 (ps-time-stamp-locale-default): New fun.
1766
1767 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1768
1769 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1770 field problem with MIME-mode.
1771
1772 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1773
1774 2001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1775
1776 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1777 MIME-mode.
1778
1779 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * bindings.el (mode-line-mule-info): Don't show the tip with
1782 buffer-file-coding-system if that is nil.
1783
1784 2001-07-05 Gerd Moellmann <gerd@gnu.org>
1785
1786 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1787 instead of kill-line.
1788
1789 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1790 <Pavel@Janik.cz>.
1791
1792 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1793 <Pavel@Janik.cz>.
1794
1795 2001-07-04 Gerd Moellmann <gerd@gnu.org>
1796
1797 * font-lock.el (c-font-lock-keywords-3): When matching something
1798 like `struct X Y', finish with point after Y.
1799
1800 2001-07-04 Simon Josefsson <jas@extundo.com>
1801
1802 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
1803 in caller buffer.
1804
1805 2001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
1808 instead of string-match to find the basename of the file.
1809 From Pascal Obry <p.obry@wanadoo.fr>.
1810
1811 * net/browse-url.el (browse-url-default-windows-browser):
1812 Support the MS-DOS port when it runs on Windows.
1813 (browse-url-browser-function) [ms-dos]: Default to
1814 browse-url-default-windows-browser.
1815
1816 * help.el (locate-library): Enable code that looks for compressed
1817 libraries if auto-compression-mode is on.
1818
1819 2001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1820
1821 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1822
1823 2001-07-02 Gerd Moellmann <gerd@gnu.org>
1824
1825 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
1826
1827 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 * allout.el: Fix the header line, so that finder.el recognizes it.
1830 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1831
1832 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1833 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1834
1835 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1836
1837 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
1838
1839 * ps-bdf.el (bdf-directory-list): Use the value relative to
1840 installation-directory for MS-Windows as well.
1841
1842 2001-06-29 Richard M. Stallman <rms@gnu.org>
1843
1844 * wid-edit.el (widget-color-sample-face-get):
1845 Return ((foreground-color . COLOR)) instead of constructing a face.
1846
1847 2001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1848
1849 * faces.el (region): Change the background color for the
1850 light-background color display to lightgoldenrod2, to make it
1851 visible on some laptops.
1852
1853 2001-06-28 Richard M. Stallman <rms@gnu.org>
1854
1855 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1856 (rmail-msg-restore-non-pruned-header): Likewise.
1857 If point was in the old pruned header, put it at the top.
1858 (rmail-msg-prune-header): If point was at the top, keep it there.
1859
1860 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1861 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1862
1863 2001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1864
1865 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1866
1867 2001-06-28 Karl Fogel <kfogel@red-bean.com>
1868
1869 * saveplace.el: Update maintainer email address.
1870
1871 2001-06-27 Francesco Potorti` <pot@gnu.org>
1872
1873 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1874 Undo previous change.
1875
1876 2001-06-27 Francesco Potorti` <pot@gnu.org>
1877
1878 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1879 preliminary quick reordering. Can speed things up dramatically.
1880
1881 2001-06-26 Richard M. Stallman <rms@gnu.org>
1882
1883 * dired.el (dired-get-filename): A file name starting with ~
1884 is not absolute in this context.
1885
1886 * which-func.el (which-func-maxout): Increase default to 500000.
1887 (which-function-mode): This is now the "real" name of the function.
1888 (which-func-mode): Now an alias.
1889 (which-func-mode-global): Name deleted.
1890
1891 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1892 button-2, when binding hs-mouse-toggle-hiding.
1893
1894 2001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1895
1896 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
1897 (rmail-msg-prune-header): Likewise.
1898 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1899 and `rmail-msg-prune-header'.
1900
1901 2001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1904 back than LINEBEG.
1905
1906 2001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1907
1908 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1909 window where they clicked the mouse has a header line, adjust
1910 vertical movement by one.
1911
1912 2001-06-25 Milan Zamazal <pdm@zamazal.org>
1913
1914 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1915 too when separating a parenthesis.
1916
1917 2001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1918
1919 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1920 (bookmark-bmenu-hide-filenames): Add help-echo to
1921 mouse-highlighted text.
1922 (bookmark-bmenu-show-filenames): Remove help-echo property from
1923 the whitespace.
1924
1925 2001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1926
1927 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1928 From Karl Eichwalder <ke@suse.de>.
1929
1930 2001-06-23 Richard M. Stallman <rms@gnu.org>
1931
1932 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1933
1934 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1935 contents for completing-read.
1936
1937 2001-06-22 Richard M. Stallman <rms@gnu.org>
1938
1939 * menu-bar.el (menu-bar-make-toggle): Construct the
1940 function's doc string from HELP, not DOC, and make it accurate by
1941 adding "Toggle whether to " at the front and downcasing the initial.
1942 Change the HELP arg in some calls to make it fit this usage.
1943
1944 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1945 Undo previous change.
1946
1947 2001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1948
1949 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1950
1951 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
1952
1953 2001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1954
1955 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1956
1957 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1958
1959 2001-06-20 Richard M. Stallman <rms@gnu.org>
1960
1961 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1962 broken out from dabbrev--find-expansion. Handle minibuffer
1963 specially here.
1964 (dabbrev--find-expansion): Simplify code in various ways.
1965 Don't treat minibuffers specially.
1966 Call dabbrev--make-friend-buffer-list.
1967 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
1968 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1969
1970 2001-06-19 John Wiegley <johnw@gnu.org>
1971
1972 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1973 Also, added a comment describing how to greatly speedup Eshell
1974 loadup time, by concatenating together all of Eshell's .elc files.
1975
1976 2001-06-19 John Wiegley <johnw@gnu.org>
1977
1978 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1979
1980 2001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1981
1982 * woman.el (WoMan-highlight-references): Add help-echo to
1983 mouse-highlighted text.
1984
1985 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1986
1987 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1988
1989 2001-06-18 Gerd Moellmann <gerd@gnu.org>
1990
1991 * international/quail.el (quail-start-conversion):
1992 Reset quail-translating to nil.
1993
1994 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1995 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1996
1997 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1998
1999 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
2000 mouse-highlighted text.
2001
2002 * dired.el (dired-mark-pop-up): Fix last change.
2003
2004 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * calendar/calendar.el (generate-calendar-month): Add help-echo to
2007 mouse-highlighted text.
2008
2009 * net/quickurl.el (quickurl-url-file): Run through
2010 convert-standard-filename.
2011 (quickurl-list-populate-buffer): Add help-echo to
2012 mouse-highlighted text.
2013 (top-level): Update Dave's URL.
2014
2015 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
2016 mouse-highlighted text.
2017
2018 * textmodes/page-ext.el (pages-copy-header-and-position):
2019 Add help-echo to mouse-highlighted text.
2020
2021 * tar-mode.el (tar-header-block-summarize): Add help-echo to
2022 mouse-highlighted text.
2023
2024 * replace.el (occur): Add help-echo to mouse-highlighted text.
2025
2026 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
2027 mouse-highlighted text.
2028
2029 * progmodes/cpp.el (cpp-make-button): Add help-echo to
2030 mouse-highlighted text.
2031
2032 * progmodes/compile.el (compile-reinitialize-errors):
2033 Add help-echo to mouse-highlighted messages.
2034 (compilation-forget-errors): Remove help-echo property as well.
2035
2036 * play/landmark.el (lm-plot-square, lm-init-display):
2037 Add help-echo to mouse-highlighted text.
2038
2039 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
2040 Add help-echo to mouse-highlighted text.
2041
2042 * dired.el (dired-insert-set-properties): Add help-echo to
2043 mouse-highlighted text.
2044 (dired-mark-pop-up): Remove help-echo property from the file name.
2045
2046 * comint.el (comint-send-input): Add help-echo to
2047 mouse-highlighted text.
2048
2049 * buff-menu.el (list-buffers-noselect): Add help-echo to
2050 mouse-highlighted text.
2051
2052 * arc-mode.el (archive-summarize-files): Add help-echo to
2053 mouse-highlighted text.
2054
2055 * ffap.el (ffap-machine-p): Always return nil if
2056 open-network-stream is not fboundp.
2057
2058 2001-06-17 Stefan Monnier <monnier@cs.yale.edu>
2059
2060 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
2061 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
2062 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
2063 incorrectly binding chars between 128 and 256 to it.
2064 (sgml-maybe-name-self): Handle latin-1 chars properly.
2065 (sgml-tags-invisible): Bind buffer-file-name to nil.
2066 Use unwind-protect and restore-buffer-modified-p.
2067 (sgml-point-entered): Use buffer-substring-no-properties.
2068 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
2069 (html-mode): Don't force `imenu-sort-function'.
2070
2071 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * tar-mode.el: Fix the copyright notice.
2074
2075 * font-lock.el (font-lock-comment-face): For tty's with dark
2076 background, use "red1", since "lightred" is not one of the colors
2077 recognized by tty-colors.el.
2078
2079 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
2080 create a buffer for extracted file, in case there's more than one
2081 file by that name in an archive, possibly in different
2082 directories. From Kevin Rodgers <kevinr@ihs.com>.
2083
2084 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
2085 <alex@gnu.org>.
2086
2087 2001-06-15 Miles Bader <miles@gnu.org>
2088
2089 * textmodes/texinfmt.el (texinfo-format-syntax-table):
2090 Revert previous change.
2091
2092 2001-06-14 Richard M. Stallman <rms@gnu.org>
2093
2094 * replace.el (keep-lines-read-args): Return just a regexp.
2095 Provide nil for the region args.
2096 (keep-lines, flush-lines, how-many):
2097 Calculate the defaults for the region here, when args are nil.
2098
2099 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2100
2101 * rot13.el (rot13-other-window): Some more doc fix.
2102
2103 2001-06-14 Per Starback <starback@ling.uu.se>
2104
2105 * replace.el (case-replace, query-replace-from-history-variable)
2106 (query-replace-to-history-variable, keep-lines-read-args)
2107 (occur-revert-function, query-replace-help): Dox fix.
2108
2109 2001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
2110
2111 * rot13.el (rot13-other-window): Doc fix.
2112
2113 2001-06-14 Miles Bader <miles@gnu.org>
2114
2115 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
2116 of " and \ to "." (punctuation).
2117 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
2118
2119 2001-06-13 Richard M. Stallman <rms@gnu.org>
2120
2121 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
2122
2123 * simple.el (shell-command-on-region): Never kill the
2124 *Shell Command Output* buffer.
2125
2126 2001-06-13 Stefan Monnier <monnier@cs.yale.edu>
2127
2128 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
2129
2130 2001-06-10 Stefan Monnier <monnier@cs.yale.edu>
2131
2132 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2133 New var, to recognize ${ $' and PODs.
2134 (perl-font-lock-syntactic-face-function): New function.
2135 (perl-mode): Use them.
2136 (perl-continuation-line-p): New function, from perl-calculate-indent.
2137 (perl-calculate-indent): Use it, to properly handle continuation
2138 lines of continuation lines.
2139
2140 2001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * server.el (server-process, server-buffer-clients): Doc fix.
2143 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2144
2145 2001-06-09 John Wiegley <johnw@gnu.org>
2146
2147 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
2148 test if the last command was Lisp or not.
2149 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
2150 B x C".
2151
2152 2001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * dos-w32.el (grep-regexp-alist): Remove definition, since the
2155 general one on compile.el supports drive letters.
2156
2157 2001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
2158
2159 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
2160 key description.
2161
2162 * textmodes/reftex-sel.el (reftex-select-jump): New command.
2163
2164 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
2165 (reftex-toc-jump): New command.
2166
2167 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
2168 to parse international characters as well.
2169
2170 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
2171 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
2172
2173 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2174
2175 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
2176 TAB to the key separators.
2177
2178 2001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2179
2180 * international/mule.el (auto-coding-alist): Remove redundant
2181 up-cased versions of the extensions (auto-coding-alist-lookup is
2182 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2183 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2184
2185 2001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2186
2187 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2188
2189 2001-06-01 Richard M. Stallman <rms@gnu.org>
2190
2191 * help.el (describe-variable): Put value on same line
2192 with preceding text, if it is short enough to look good that way.
2193
2194 2001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2195
2196 * term/internal.el (IT-unicode-translations): New variable.
2197 (IT-setup-unicode-display): New function.
2198
2199 2001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2200
2201 * ps-print.el: Handle before-string and after-string overlay properties
2202 in ps-print-*-with-faces commands. Doc fix.
2203 (ps-print-version): New version number (6.5.2).
2204 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2205 for XEmacs.
2206 (ps-prefix-quote): Doc fix.
2207 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
2208 (ps-basic-plot-str, ps-plot-string): New funs.
2209
2210 2001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2213 and :type spec.
2214
2215 2001-05-31 Gerd Moellmann <gerd@gnu.org>
2216
2217 * international/mule-cmds.el (inactivate-input-method):
2218 Set input-method-function to nil.
2219
2220 * xml.el (xml-parse-tag): The document may contain invalid characters.
2221 From ShengHuo ZHU <zsh@cs.rochester.edu>
2222
2223 2001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2224
2225 * mail/rmailsum.el (rmail-message-subject-p): Don't call
2226 `rmail-summary-line-decoder' if the message does not have
2227 a Subject: field.
2228
2229 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
2230
2231 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2232 New variable.
2233 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2234 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2235 is non-nil.
2236
2237 2001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2238
2239 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2240
2241 2001-05-29 Sam Steingold <sds@gnu.org>
2242
2243 * faces.el (face-valid-attribute-values): Bind `valid' directly
2244 instead of using `setq'.
2245
2246 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2247 Use `tex-shell-buf'.
2248 (tex-shell-proc): Use `tex-shell-running'.
2249 (tex-shell-buf-no-error): New function.
2250 (tex-send-tex-command): Use it.
2251 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2252 (tex-kill-job): Check the process before calling `quit-process'.
2253
2254 2001-05-29 Gerd Moellmann <gerd@gnu.org>
2255
2256 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2257 UTF-8 sequences.
2258
2259 2001-05-28 Miles Bader <miles@gnu.org>
2260
2261 * comint.el (comint-carriage-motion): Renamed from
2262 `comint-cr-magic'. Operate on the buffer instead of the string
2263 (for use as a comint post-output filter, instead of as a
2264 pre-output filter). Handle backspaces too. Add to the
2265 `comint-output-filter-functions' hook instead of
2266 `comint-preoutput-filter-functions'.
2267
2268 2001-05-28 Gerd Moellmann <gerd@gnu.org>
2269
2270 * language/japan-util.el (japanese-hankaku): Prefer the charset
2271 `jisx0201' when the optional argument `ascii-only' is not specified.
2272 (japanese-hankaku-region): Ditto.
2273 From Katsumi Yamaoka <yamaoka@jpl.org>
2274
2275 2001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2276
2277 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2278 (outline-invisible-p): New function.
2279 (hide-leaves): Save excursion.
2280 (hide-other): Stop looping when reaching bobp.
2281
2282 2001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2283
2284 * cus-edit.el (custom-file): Fix last change.
2285
2286 2001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2287
2288 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2289 same definition in byte-compile-function-environment as `autoload'
2290 would put in `symbol-function'.
2291
2292 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2293 patch to correct the error message as well.
2294
2295 2001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2296
2297 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2298 unless ~/.emacs exists.
2299
2300 * novice.el (enable-command): If user-init-file is nil or does not
2301 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2302
2303 2001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2304
2305 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2306 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2307 Allow spaces around macro arguments.
2308 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2309 indent-for-tab-command.
2310 (latex-mode-map, plain-tex-mode-map): New keymaps.
2311 Inherit from tex-mode-map.
2312 (tex-common-initialization): Don't setup the keymap any more
2313 since it's now done right by define-derived-mode.
2314 (latex-mode): Set skeleton-end-hook to nil.
2315 (latex-skeleton-end-hook): Remove.
2316 (tex-latex-block, latex-insert-item): Simplify.
2317 (latex-syntax-after): Use following-char rather than char-after.
2318 (tex-discount-args-cmds, tex-count-words): New functions.
2319
2320 * textmodes/tildify.el (tildify-ignored-environments-alist):
2321 Recognize \verb* as well.
2322
2323 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2324 (perl-comment-indent): Simplify to let newcomment.el do its job.
2325 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2326 (perl-mark-function): Cleanup the namespace.
2327 (perl-calculate-indent): Don't be fooled by nested functions.
2328
2329 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2330
2331 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2332 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2333
2334 2001-05-25 Andrew Choi <akochoi@i-cable.com>
2335
2336 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2337 actually be `\\'.
2338 (ctlau-b5-converter): Likewise.
2339
2340 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2341
2342 * international/titdic-cnv.el (quail-misc-package-ext-info):
2343 Change CTLauB.el to CTLau-b5.el.
2344
2345 2001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2346
2347 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2348 rather than beginning-of-line to avoid problems with fields.
2349 (gud-perldb-massage-args): Use unless and push.
2350 (gud-chdir-before-run): New var.
2351 (gud-common-init): Use it.
2352
2353 2001-05-24 Andrew Choi <akochoi@i-cable.com>
2354
2355 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2356 delete entries for chinese-ctlau and chinese-ctlaub.
2357 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
2358 chinese-ctlaub.
2359 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2360 New functions.
2361
2362 2001-05-22 Gerd Moellmann <gerd@gnu.org>
2363
2364 * cus-edit.el (custom-comment-show): Remove debug code.
2365
2366 * language/japan-util.el (japanese-symbol-table): Fix handling of
2367 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2368
2369 2001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2370
2371 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2372 Renamed by removing the silly `-flag' suffix.
2373 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2374
2375 2001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2376
2377 * replace.el (keep-lines-read-args): Use `copy-marker'.
2378 (how-many): Save excursion properly.
2379 (occur-mode): Use define-derived-mode.
2380 (perform-replace): Use with-current-buffer.
2381
2382 2001-05-20 Richard M. Stallman <rms@gnu.org>
2383
2384 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2385
2386 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2387
2388 * info.el (Info-read-subfile): Widen before finding the
2389 desired node in the subfile.
2390
2391 * startup.el (command-line-1): When >2 files visited,
2392 leave the last one visible, and make that the selected window.
2393
2394 2001-05-20 Gerd Moellmann <gerd@gnu.org>
2395
2396 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2397
2398 2001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2399
2400 * international/ccl.el (define-ccl-program): Fix a typo.
2401 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2402
2403 * international/mule.el (decode-char): Fix a typo. From Pavel
2404 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2405
2406 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2407 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2408
2409 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2410 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2411
2412 2001-05-18 Sam Steingold <sds@gnu.org>
2413
2414 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
2415 and [RET] to `cvs-mode-find-file'.
2416
2417 2001-05-18 John Wiegley <johnw@gnu.org>
2418
2419 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2420 configuration variable, which determines the initial character
2421 that forces use of an external version of a command. The default
2422 is *, but may be set to \, for example.
2423
2424 * eshell/esh-ext.el (eshell-explicit-command):
2425 Use `eshell-explicit-command-char' instead of ?*.
2426
2427 * eshell/esh-cmd.el (eshell/which):
2428 Use `eshell-explicit-command-char' instead of ?*.
2429
2430 * eshell/em-cmpl.el (eshell-completion-command-name)
2431 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
2432 instead of ?*.
2433
2434 2001-05-18 Gerd Moellmann <gerd@gnu.org>
2435
2436 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2437 subst-char-in-string.
2438 (ange-ftp-after-parse-ls-hook): New variable.
2439 (ange-ftp-ls): Run that hook.
2440 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2441
2442 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2443 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2444 text into *Completions*.
2445
2446 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2447 part of which look like email addresses.
2448
2449 2001-05-18 Andrew Innes <andrewi@gnu.org>
2450
2451 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2452 Use . instead of absolute path for lisp dir, to avoid bug in W2K
2453 cmd.exe's handling of FOR loops.
2454 (autoloads): Set find-file-suppress-same-file-warnings to t to
2455 avoid slew of spurious messages.
2456
2457 2001-05-18 Simon Josefsson <simon@josefsson.org>
2458
2459 * mail/smtpmail.el (maybe-append-domain): Renamed to
2460 `smtpmail-maybe-append-domain'.
2461 (smtpmail-via-smtp): Use the new name.
2462
2463 * net/browse-url.el (browse-url-browser-function): Add kde.
2464 (browse-url-kde-program, browse-url-kde-args): New variables.
2465 (browse-url-kde): New function.
2466
2467 2001-05-18 Miles Bader <miles@gnu.org>
2468
2469 * simple.el (delete-horizontal-space, just-one-space):
2470 Use `constrain-to-field' instead of `field-end'/`field-beginning',
2471 because it's more efficient for large files.
2472
2473 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2474
2475 * mail/rmail.el (rmail-require-mime-maybe): New function.
2476 (rmail): Use it.
2477 (rmail-mode): Handle the case of finding Rmail files.
2478
2479 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2480 functions.
2481
2482 2001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2483
2484 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2485 text-property after moving to the beginning of line and regardless
2486 of the value of font-lock-multiline.
2487
2488 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2489
2490 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2491
2492 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2493 last coding system used before calling set-buffer-modified-p
2494 because that function changes last-coding-system.
2495
2496 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * files.el (switch-to-buffer-other-window)
2499 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2500 the doc string.
2501
2502 2001-05-17 Gerd Moellmann <gerd@gnu.org>
2503
2504 * language/slovak.el, language/czech.el: New maintainer.
2505
2506 2001-05-16 Sam Steingold <sds@gnu.org>
2507
2508 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2509 sub-form of `defgeneric' correctly.
2510
2511 2001-05-16 Gerd Moellmann <gerd@gnu.org>
2512
2513 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2514 of `c'.
2515
2516 * textmodes/outline.el (outline-font-lock-level): Remove the
2517 condition-case, test what outline-level returns instead, to
2518 ease debugging.
2519
2520 * international/mule.el (auto-coding-regexp-alist): New user-option.
2521 (auto-coding-from-file-contents): New function.
2522 (set-auto-coding): Use it to determine a coding system.
2523
2524 2001-05-15 Gerd Moellmann <gerd@gnu.org>
2525
2526 * mouse.el (mouse-delete-other-windows): Doc fix.
2527
2528 * emacs-lisp/lisp-mode.el (lisp-mode):
2529 Make font-lock-keywords-case-fold-search a buffer-local variable with
2530 make-local-variable before setting it.
2531
2532 2001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2533
2534 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2535 prefixes.
2536
2537 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2538
2539 * hexl.el (hexl-current-address): Print a message when called
2540 interactively.
2541
2542 2001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2543
2544 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2545
2546 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2547
2548 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2549
2550 2001-05-11 Gerd Moellmann <gerd@gnu.org>
2551
2552 * startup.el (command-line): If parameters have been changed in
2553 the init files which influence font selection, clear the face
2554 cache so that faces get realized with the new parameters.
2555
2556 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
2557
2558 2001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2559
2560 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2561
2562 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2563
2564 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2565 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2566
2567 2001-05-10 Gerd Moellmann <gerd@gnu.org>
2568
2569 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
2570 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
2571
2572 2001-05-09 John Wiegley <johnw@gnu.org>
2573
2574 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2575 Annotated the documentation string to tell users about
2576 `eshell-no-numeric-conversions'.
2577
2578 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2579 conversions if a Lisp function has the property
2580 `eshell-no-numeric-conversions' set to a non-nil value.
2581
2582 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2583 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2584 property `eshell-no-numeric-conversions' on the following
2585 functions (which all deal with filesystem entities, and never Lisp
2586 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2587 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2588 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2589 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2590 eshell/which, eshell/addpath.
2591
2592 2001-05-09 John Wiegley <johnw@gnu.org>
2593
2594 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2595 encountered as an argument, don't convert it right away, but tag
2596 the first character of the string with the text properties
2597 `number', which signifies to `eshell-lisp-command' that the
2598 argument should be passed through `string-to-number' if it is
2599 actually used in the call to a Lisp function.
2600
2601 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2602 function, convert any string arguments that have been tagged as
2603 "numbers", by calling string-to-number.
2604
2605 * eshell/esh-util.el (eshell-number-regexp): Now that number
2606 conversions only happen for Lisp function calls, the number regexp
2607 should now match all integer and floating point forms.
2608
2609 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2610 `eshell-continue-process', since they are both nonfunctional at
2611 the moment.
2612 (eshell-proc-initialize): Don't bind keys for
2613 `eshell-stop-process' or `eshell-continue-process'.
2614
2615 * eshell/em-unix.el (eshell-shuffle-files):
2616 Apply `directory-file-name' before calling `file-name-directory'.
2617
2618 * eshell/em-hist.el (eshell-add-to-history): Reference to
2619 `eshell-history-ring' needed to be `eshell-history-index'.
2620
2621 * calendar/timeclock.el (timeclock-find-discrep):
2622 Initialize `elapsed' to 0.
2623 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2624 it's still nil.
2625
2626 2001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2627
2628 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2629 (archive-mode): Use capitalize.
2630 (archive-unique-fname): Use make-temp-file.
2631
2632 2001-05-09 Gerd Moellmann <gerd@gnu.org>
2633
2634 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2635
2636 2001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * tar-mode.el (tar-extract): Pay attention to the value of
2639 coding-system-for-read, if it is non-nil.
2640
2641 * calendar/holidays.el (holidays): Add an autoload cookie.
2642 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2643
2644 2001-05-08 John Wiegley <johnw@gnu.org>
2645
2646 * calendar/timeclock.el (timeclock-workday-remaining):
2647 Changed logic for determining how much time is remaining.
2648 (timeclock-workday-elapsed): Don't accept a "relative" argument
2649 for the current day's elapsed time. What could that have meant?
2650 (timeclock-workday-elapsed-string): No "relative" argument anymore.
2651 (timeclock-when-to-leave): Changed logic, similarly to what was
2652 done for `timeclock-workday-remaining'.
2653 (timeclock-find-discrep): Removed "today-only" argument, which had
2654 no meaning. Fixed some more math problems. The function now
2655 returns a three member list: (TOTAL-TIME-DISCREPANCY
2656 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2657
2658 2001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * w32-fns.el (convert-standard-filename): Start replacing slashes
2661 from the beginning of the file name, not from where the last
2662 invalid character was. From "Andrew Maguire (SWW)"
2663 <Andrew.Maguire@Smallworld.co.uk>
2664
2665 2001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2666
2667 The following changes are to provide infrastructure for handling
2668 MIME messages to rmail. They don't affect the original behaviour
2669 if rmail-enable-mime is nil.
2670
2671 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2672 (rmail-search-mime-message-function)
2673 (rmail-search-mime-header-function): New variables.
2674 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2675 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2676 `rmail-view-buffer' is hidden.
2677 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2678 call rmai-show-mime-function.
2679 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2680 mode-line-process of rmail-view-buffer.
2681 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2682 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2683 buffer.
2684 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2685 set-buffer to the Rmail buffer.
2686 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2687 rmail-search-mime-header-function.
2688 (rmail-search-message): New function.
2689 (rmail-search): Call rmail-search-message to check if a message
2690 matches REGEXP, lastly update point after calling
2691 rmail-show-message.
2692 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2693 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
2694 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2695 header region, refer to rmail-msgref-vector while setting the
2696 current buffer to rmail-buffer temporarily.
2697 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2698 If rmail-enable-mime is non-nil, call
2699 rmail-insert-mime-forwarded-message-function instead of inserting
2700 forwarded message by itself.
2701
2702 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2703 Rmail buffer.
2704 (rmail-set-label, rmail-next-labeled-message): Likewise.
2705
2706 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2707 set-buffer to the Rmail buffer.
2708 (rmail-output-to-rmail-file): Likewise.
2709 (rmail-output): Likewise.
2710
2711 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2712 of mail-fetch-field by rmail-summary-line-decoder.
2713 (rmail-new-summary): Be sure to go to the Rmail buffer.
2714 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
2715 rmail-view-buffer to nil.
2716 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2717 rmail-view-buffer.
2718 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2719 rmail-buffer.
2720 (rmail-summary-scroll-msg-down): Likewise.
2721 (rmail-summary-beginning-of-message): Likewise.
2722 (rmail-summary-wipe): Likewise.
2723 (rmail-summary-toggle-header): Use save-window-excursion, not
2724 save-excursion. Update point in rmail-view-buffer, not in
2725 rmail-buffer.
2726 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2727 rmail-view-buffer, not rmail-buffer.
2728
2729 2001-05-07 Gerd Moellmann <gerd@gnu.org>
2730
2731 * cus-edit.el (custom-file): Signal an error if user-init-file is
2732 nil (running -q).
2733
2734 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2735
2736 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2737 Add :version.
2738
2739 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2740 New option.
2741 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2742 only if smtpmail-warn-about-unknown-extensions is set.
2743
2744 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2745 instead of rmail-sort-by-keywords.
2746
2747 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
2748 rmail-sort-by-keywords.
2749
2750 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2751 rmail-summary-sort-by-keywords. Doc fix.
2752 (rmail-summary-mode): Doc fix.
2753
2754 * mail/rmail.el (rmail-edit): New Custom group.
2755
2756 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2757 (rmail-edit-mode-hook): New user-option.
2758
2759 2001-05-05 Richard M. Stallman <rms@gnu.org>
2760
2761 * help.el (help-xref-symbol-regexp): Recognize "source of"
2762 and friends, meaning make a link to the source file.
2763 (help-make-xrefs): Handle "source of" and friends
2764 by constructing a link that visits the source file.
2765
2766 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2767
2768 2001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2769
2770 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2771 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2772 Renamed from perl-font-lock-keywords to avoid clashes.
2773 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2774 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2775 Updated correspondingly.
2776
2777 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2778 Typo `nonexistant' -> `nonexistent'.
2779
2780 2001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2781
2782 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2783 Split `c-electric-delete' into two functions where
2784 `c-electric-delete-forward' always deletes forward and
2785 `c-electric-delete' only contains the code necessary for XEmacs to
2786 choose between backward and forward deletion.
2787
2788 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2789 get the electric behavior on that key too.
2790 (c-fill-paragraph): Fixed bogus direct use of
2791 c-comment-prefix-regexp, which caused an error when it's a list.
2792
2793 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2794
2795 * dired-aux.el (dired-diff): Doc fix.
2796
2797 * dired.el (dired-diff): Likewise.
2798
2799 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2800
2801 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2802
2803 2001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2804
2805 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2806 if both the buffer and the file are read-only.
2807
2808 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2809 rather than font-lock-string-face.
2810 (sh-get-indent-info): Treat heredocs like strings.
2811
2812 2001-05-02 Gerd Moellmann <gerd@gnu.org>
2813
2814 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2815 a newline following `}'.
2816 (texinfo-format-email): New function.
2817 (toplevel): Use texinfo-format-email for @email.
2818 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2819 Add `display'.
2820 (texinfo-sort-region): Goto point-min before sorting.
2821 (texinfo-set): Remove leading white space from value.
2822 From yagi@is.titech.ac.jp.
2823
2824 * replace.el (query-replace-regexp-eval): Doc fix.
2825
2826 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2827
2828 * diff-mode.el (diff-nonexistant-face): New face.
2829 (diff-font-lock-keywords): Use it.
2830
2831 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2832
2833 * font-lock.el (font-lock-mode): Doc fix.
2834
2835 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2836 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2837
2838 2001-04-30 Gerd Moellmann <gerd@gnu.org>
2839
2840 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2841 backslash at the start of the here-document delimiter.
2842 (sh-font-lock-syntactic-keywords): Likewise.
2843
2844 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2845
2846 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2847
2848 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2849 (tty-color-translate, tty-color-by-index, tty-color-values)
2850 (tty-color-desc): Doc fix.
2851
2852 2001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2853
2854 * dired-aux.el (dired-do-create-files, dired-do-copy)
2855 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2856 Mention dired-dwim-target in the doc string.
2857
2858 2001-04-28 Miles Bader <miles@gnu.org>
2859
2860 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2861 (dabbrev--find-expansion): Use it.
2862 (dabbrev--select-buffers): Don't select ignored buffers.
2863
2864 2001-04-27 Gerd Moellmann <gerd@gnu.org>
2865
2866 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
2867
2868 2001-04-26 Richard M. Stallman <rms@gnu.org>
2869
2870 * dabbrev.el: Add doc strings for some functions.
2871 (dabbrev--eliminate-newlines): New variable.
2872 (dabbrev--substitute-expansion): Convert newlines to spaces
2873 if dabbrev--eliminate-newlines is set.
2874 If abbrev and expansion are both all-lower-case,
2875 leave dabbrev--last-case-pattern nil.
2876
2877 2001-04-26 Gerd Moellmann <gerd@gnu.org>
2878
2879 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2880 if necessary, like in rmail-show-message.
2881
2882 2001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2883
2884 * ps-print.el: Color specified by number is forced to be float number.
2885 (ps-print-version): New version number (6.5.1.1).
2886 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2887 initialization.
2888 (ps-prefix-quote): New internal var.
2889 (ps-print-quote): New fun.
2890 (ps-setup, ps-output-frame-properties, ps-float-format)
2891 (ps-format-color): Code fix.
2892 (ps-plot-region): Eliminate redundant foreground color text setting.
2893
2894 2001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2895
2896 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2897
2898 2001-04-25 Gerd Moellmann <gerd@gnu.org>
2899
2900 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2901
2902 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2903
2904 * info.el (Info-additional-directory-list): Doc fix.
2905
2906 * find-lisp.el (find-lisp-find-dired-filter)
2907 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2908 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
2909
2910 2001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2911
2912 * progmodes/make-mode.el (makefile-font-lock-keywords):
2913 Rationalize the rules for includes and conditionals and use the
2914 keyword face for them.
2915
2916 * faces.el (modify-face): Add compatibility for non-interactive use.
2917
2918 2001-04-24 John Wiegley <johnw@gnu.org>
2919
2920 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2921 fix from last night, since it wasn't finding eshell/cd.
2922
2923 2001-04-24 Gerd Moellmann <gerd@gnu.org>
2924
2925 * rect.el (string-rectangle): Revert to 20.x behaviour.
2926 (replace-rectangle): Make it an alias for string-rectangle.
2927 (string-insert-rectangle): New function.
2928
2929 2001-04-23 John Wiegley <johnw@gnu.org>
2930
2931 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2932 occurring with Emacs 21's diff.el/compile.el interaction layer.
2933
2934 2001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2935
2936 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2937 case where the function was defined in a file, but not part of an
2938 eshell module.
2939
2940 2001-04-23 John Wiegley <johnw@gnu.org>
2941
2942 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2943 code to work around a redisplay problem I've been having.
2944
2945 2001-04-23 John Wiegley <johnw@gnu.org>
2946
2947 * calendar/timeclock.el (timeclock-day-required): If the time
2948 required for a particular day is not set, use `timeclock-workday'.
2949 (timeclock-find-discrep): Added some sample code in a comment.
2950
2951 * eshell/eshell.el (eshell-command): Made a few changes so that
2952 `eshell-command' could be called programmatically.
2953
2954 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
2955
2956 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
2957
2958 2001-04-23 John Wiegley <johnw@gnu.org>
2959
2960 * calendar/timeclock.el: Updated copyright.
2961 (timeclock-generate-report): Don't report the daily or two-week
2962 total, if no time has been worked in that period.
2963 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2964 final computational form, which was unnecessary; corrected a
2965 parsing problem when timeclock-relative was nil.
2966
2967 2001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
2968
2969 * calendar/timeclock.el (timeclock-modeline-display): Check if
2970 `list-entry' is null.
2971 (timeclock-use-display-time): The first argument to `set-variable'
2972 must be a symbol.
2973
2974 2001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2975
2976 * calendar/calendar.el (diary-entry-marker)
2977 (calendar-today-marker, calendar-holiday-marker):
2978 Use display-color-p instead of window-system.
2979 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2980 instead of window-system.
2981 (calendar-hide-window): Use display-multi-frame-p instead of
2982 window-system.
2983
2984 * calendar/cal-x.el (calendar-two-frame-setup)
2985 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2986 Use display-multi-frame-p instead of window-system.
2987
2988 2001-04-23 Gerd Moellmann <gerd@gnu.org>
2989
2990 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2991
2992 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2993 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2994
2995 2001-04-23 Alex Schroeder <alex@gnu.org>
2996
2997 * goto-addr.el: Instead of defining line-beginning-position and
2998 line-end-position a defalias is used for point-at-bol and point-at-eol.
2999
3000 2001-04-23 Alex Schroeder <alex@gnu.org>
3001
3002 * goto-addr.el: Added XEmacs compatibility code.
3003 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
3004
3005 2001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
3006
3007 * textmodes/paragraphs.el (sentence-end): Doc fix.
3008
3009 2001-04-20 Alex Schroeder <alex@gnu.org>
3010
3011 * sql.el (sql-escape-newlines-and-send): New function.
3012 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
3013
3014 2001-04-20 Alex Schroeder <alex@gnu.org>
3015
3016 * sql.el (sql-db2-program): New option.
3017 (sql-db2-options): New option.
3018 (sql-db2): New function.
3019
3020 2001-04-20 Alex Schroeder <alex@gnu.org>
3021
3022 * sql.el (sql-mode-menu): Added highlighting entries.
3023 (sql-highlight-oracle-keywords): New function.
3024 (sql-highlight-postgres-keywords): New function.
3025 (sql-highlight-ansi-keywords): New function.
3026
3027 2001-04-20 Alex Schroeder <alex@gnu.org>
3028
3029 * sql.el (sql-help): Doc change.
3030
3031 2001-04-19 Karl Fogel <kfogel@collab.net>
3032
3033 * saveplace.el (save-place-alist-to-file): Removed no-effect code
3034 that inserted file content only to delete it immediately.
3035 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
3036 <lektu@uol.com.br> for the patch.
3037
3038 2001-04-19 Stefan Monnier <monnier@cs.yale.edu>
3039
3040 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
3041
3042 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3043
3044 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
3045 for defmethod.
3046
3047 * comint.el (comint-cr-magic): New function.
3048 (toplevel): Add it to comint-preoutput-filter-functions.
3049
3050 2001-04-18 Andrew Innes <andrewi@gnu.org>
3051
3052 * makefile.w32-in (EMACSLOADPATH): Define.
3053 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
3054 (recompile): Remove stuff to set EMACSLOADPATH.
3055
3056 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3057
3058 * language/slovak.el ("Slovak"): Add tutorial entry.
3059
3060 * net/browse-url.el (browse-url-new-window-flag): Renamed from
3061 browse-url-new-window-p.
3062
3063 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3064
3065 * info.el (Info-menu-update): When there are no menus and/or no
3066 cross references in the node, make the respective items of the
3067 Info menu-bar menu inactive.
3068
3069 2001-04-17 Gerd Moellmann <gerd@gnu.org>
3070
3071 * indent.el (indent-for-tab-command): Call indent-line-function
3072 with no argument if PREFIX-ARG is non-nil.
3073
3074 * frame.el (delete-other-frames): Handle minibuffer-only frames.
3075
3076 2001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3077
3078 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
3079 an async subprocess if start-process is unavailable. Suggested by
3080 Tim Van Holder <tim.van.holder@pandora.be>.
3081
3082 2001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
3083
3084 * info.el (Info-additional-directory-list): Doc fix. Suggested by
3085 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3086
3087 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
3088
3089 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
3090 manual.
3091
3092 2001-04-13 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
3095 (cvs-menu): Add a few entries.
3096
3097 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
3098 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
3099 lock file appears to be reachable from Emacs.
3100 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
3101 (cvs-mode-find-file): Look for cvs-header-face rather than
3102 cvs-dirname-face (which doesn't exist).
3103 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
3104
3105 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
3106
3107 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3108
3109 * emulation/pc-select.el (pc-selection-mode): Don't turn on
3110 normal-erase-is-backspace on a tty. Instead, bind some keys such
3111 as [delete] directly, like pc-select.el did before
3112 normal-erase-is-backspace was invented.
3113
3114 2001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
3115
3116 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
3117
3118 2001-04-11 John Wiegley <johnw@gnu.org>
3119
3120 * eshell/em-ls.el (eshell-ls-insert-directory):
3121 Set font-lock-defaults to nil, to prevent fontification in dired
3122 buffers, if Eshell's ls is being used.
3123
3124 2001-04-11 John Wiegley <johnw@gnu.org>
3125
3126 * calendar/timeclock.el (timeclock-completing-read): New function.
3127 (timeclock-ask-for-project, timeclock-ask-for-reason):
3128 Call `timeclock-completing-read'.
3129
3130 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
3131 required where `member' was being used.
3132
3133 2001-04-11 Colin Walters <walters@cis.ohio-state.edu>
3134
3135 * eshell/em-hist.el (eshell-previous-matching-input):
3136 Don't display "History item" if the the minibuffer is active.
3137
3138 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3139
3140 * startup.el (command-line): Output a newline after printing
3141 an error from loading the window system's init file.
3142
3143 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
3144
3145 * textmodes/texinfo.el (texinfo-font-lock-keywords):
3146 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
3147 @inforef. Add an OVERRIDE of `keep' to highlight specs of
3148 keywords whose arguments routinely include @@.
3149
3150 2001-04-10 Gerd Moellmann <gerd@gnu.org>
3151
3152 * emacs-lisp/advice.el (ad-make-advised-definition):
3153 Construct advice for subrs differently.
3154
3155 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
3156 regexp in parentheses when building the regexp for searching backwards.
3157
3158 * simple.el (completion-list-mode-finish): New function.
3159 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
3160
3161 * language/european.el ("Polish"): Change sample text.
3162 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
3163
3164 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
3165 parameter.
3166
3167 * faces.el (menu): Doc fix.
3168
3169 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3170
3171 * ps-print.el: Footer implementation. Doc fix.
3172 (ps-print-version): New version number (6.5.1).
3173 (ps-header-frame-alist): New customization var for header frame
3174 properties.
3175 (ps-line-number-color): New customization var for line number color.
3176 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3177 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3178 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3179 (ps-right-footer): New customization vars for footers.
3180 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3181 footers.
3182 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
3183 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3184 Code fix.
3185 (ps-prologue-file): Indentation fix.
3186 (ps-print-quote): Fun eliminated.
3187 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3188 (ps-output-frame-properties): New fun.
3189 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3190 (ps-skip-newline): Replace defun by defsubst.
3191
3192 2001-04-10 Colin Walters <walters@cis.ohio-state.edu>
3193
3194 * eshell/eshell.el (eshell-command): Needed a "%s" format
3195 specifier, in case the buffer contains percent characters.
3196
3197 2001-04-10 John Wiegley <johnw@gnu.org>
3198
3199 * calendar/timeclock.el (timeclock-generate-report): Added a
3200 missing insert of the project name.
3201
3202 2001-04-09 Gerd Moellmann <gerd@gnu.org>
3203
3204 * obsolete/profile.el: Moved from emacs-lisp/.
3205
3206 * Makefile.in (nonobsolete_setwins): New macro.
3207 (finder-data): Use it instead of `setwins'.
3208 From: Dave Love <fx@gnu.org>.
3209
3210 * server.el (server-visit-files): Set server-existing-buffer correctly.
3211 (server-visit-files): Run server-visit-hook after going to
3212 line 1 so that the hook can set point as it sees fit.
3213
3214 * bindings.el (mode-line-modified): Unify help messages.
3215
3216 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3217
3218 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3219 All callers changed.
3220
3221 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3222
3223 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3224 long file names aren't supported, truncate the file names in
3225 quail-misc-package-ext-info to 8+3 before matching them against
3226 FILENAME.
3227
3228 * dos-fns.el (dos-truncate-to-8+3): New function.
3229
3230 * progmodes/compile.el (grep-compute-defaults): Use null-device
3231 instead of literal /dev/null. Reported by Jens Schmidt
3232 <schmidt@mathematik.uni-kl.de>.
3233
3234 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3235
3236 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3237
3238 * textmodes/sgml-mode.el: Add unknown maintainer.
3239 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3240 (html-mode-map): Use set-keymap-parent.
3241
3242 2001-04-06 Dave Love <fx@gnu.org>
3243
3244 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3245 Remove redundant string-to-list.
3246
3247 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * composite.el (reference-point-alist): Doc fix.
3250
3251 2001-04-05 Sam Steingold <sds@gnu.org>
3252
3253 * font-lock.el (font-lock-keywords-case-fold-search):
3254 Make buffer-local. This fixes a very annoying bug when loading a Lisp
3255 file made font-lock case-insensitive.
3256
3257 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3258
3259 * faces.el (defface menu): Doc fix.
3260
3261 * wid-edit.el (widget-color-sample-face-get): Don't make
3262 faces for undefined colors.
3263
3264 * version.el (emacs-version): Include LessTif/Motif version info.
3265
3266 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3267
3268 * ps-mule.el: Eliminate cl package dependence.
3269 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3270 if they aren't defined yet.
3271 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3272 Eliminate cl package dependence.
3273
3274 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3275
3276 * progmodes/cc-cmds.el (c-outline-level):
3277 Bind buffer-invisibility-spec. Originally from Dave Love, but
3278 got lost when incorporating version 5.26.
3279
3280 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3281
3282 * emulation/pc-select.el (pc-selection-mode):
3283 Call normal-erase-is-backspace-mode instead of binding
3284 keys individually.
3285
3286 * cus-load.el (normal-erase-is-backspace): Use it instead of
3287 delete-key-deletes-forward.
3288
3289 * startup.el (command-line): Use normal-erase-is-backspace and
3290 normal-erase-is-backspace-mode.
3291
3292 * simple.el (normal-erase-is-backspace): Rename from
3293 delete-key-deletes-forward. Doc fix.
3294 (normal-erase-is-backspace-mode): Rename from
3295 delete-key-deletes-forward-mode. Doc fix.
3296 Run normal-erase-is-backspace-hook.
3297
3298 * dired.el (dired-move-to-filename-regexp): Support file sizes in
3299 ``human-readable'' format produced by GNU `ls'.
3300 (dired-move-to-filename-regexp): Recognize ISO format dates.
3301 From Paul Eggert <eggert@twinsun.com>.
3302
3303 2001-04-04 Gerd Moellmann <gerd@gnu.org>
3304
3305 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3306 New functions.
3307 (lm-verify): Check keywords.
3308 From Eric M. Ludlam <eric@siege-engine.com>.
3309
3310 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3311
3312 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3313 `xemacs' feature instead of for the function `set-extent-property'.
3314
3315 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3316
3317 * mail/mh-utils.el (mh-folder-hist): New var.
3318 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3319
3320 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3321
3322 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3323 region, position point on the first or last 16-byte group.
3324 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3325 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3326 hexl-beginning-of-line.
3327
3328 2001-04-03 Gerd Moellmann <gerd@gnu.org>
3329
3330 * icomplete.el (icomplete-mode): Treat an argument like other
3331 modes do.
3332
3333 * startup.el (fancy-splash-head): Use splash8.xpm for color
3334 depth 8.
3335
3336 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3337 Add an antry for ``converts''.
3338
3339 * language/slovak.el ("Slovak"): Add documentation string.
3340 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3341
3342 * language/czech.el ("Czech"): Add documentation string.
3343 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3344
3345 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3346 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3347
3348 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3349
3350 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3351 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3352 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3353 Use `defsubst' rather than a macro to ease debugging.
3354 (mail-extr-last): Remove (use `last' instead).
3355 (mail-extract-address-components): Properly reset the syntax-table
3356 after parsing an address. Use `last' rather than mail-extr-last.
3357 Make sure the end marker stays at the very end.
3358
3359 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3360
3361 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3362 last change.
3363
3364 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3365
3366 * ps-print.el: Line and paragraph spacing feature. Region to cut
3367 out when printing. Doc fix.
3368 (ps-print-version): New version number (6.5).
3369 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3370 New vars. Line and paragraph spacing feature.
3371 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3372 out when printing.
3373 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3374 (ps-get-font-size, ps-begin-job, ps-continue-line)
3375 (ps-plot-region): Code fix.
3376 (ps-print-prologue-2): Var eliminated.
3377 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3378 New internal vars.
3379 (ps-get-size): New fun.
3380 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3381 (ps-next-line): Replace defun by defsubst.
3382 (ps-mule-plot-string): Autoload doc fix.
3383
3384 * ps-bdf.el: XEmacs compatibility. Doc fix.
3385 (installation-directory, coding-system-for-read): Declare vars if
3386 it's not declared yet.
3387 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3388
3389 * ps-mule.el: XEmacs compatibility. Doc fix.
3390 (leading-code-private-22): Declare var if it's not declared yet.
3391 (charset-bytes, charset-dimension, charset-id, charset-width)
3392 (find-charset-region, split-char, char-width, chars-in-region)
3393 (forward-point, decompose-composite-char, encode-coding-string)
3394 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3395 Define funs if not defined yet.
3396 (encode-composition-rule, find-composition): Define funs if not
3397 loaded yet.
3398 (ps-mule-prologue): PostScript code fix.
3399
3400 2001-04-02 Kenichi Handa <handa@etl.go.jp>
3401
3402 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3403 non-nil, generate font for the header strings.
3404 (ps-mule-prepare-font): Likewise.
3405 (ps-mule-generate-glyphs): Likewise.
3406 (ps-mule-string-encoding): Likewise.
3407 (ps-mule-header-charsets): New variable.
3408 (ps-mule-encode-header-string): New function.
3409 (ps-mule-header-string-charsets): New function.
3410 (ps-mule-begin-job): Check charsets in the header strings. If there
3411 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3412
3413 * ps-print.el (ps-generate-header-line): Encode the header string by
3414 ps-mule-encode-header-string.
3415 (ps-mule-encode-header-string): Declare autoload.
3416
3417 2001-04-02 Gerd Moellmann <gerd@gnu.org>
3418
3419 * frame.el (cursor-in-non-selected-windows):
3420 Replaces show-cursor-in-non-selected-windows.
3421
3422 2001-03-31 Kenichi Handa <handa@etl.go.jp>
3423
3424 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3425 Delete entries for "chinese-py" and "chinese-ziranma".
3426 (quail-misc-package-ext-info): New variable.
3427 (tsang-quick-converter): New function.
3428 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3429 (quick-cns-converter, py-converter, ziranma-converter)
3430 (miscdic-convert, batch-miscdic-convert): New functions.
3431
3432 2001-03-30 Kenichi Handa <handa@etl.go.jp>
3433
3434 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3435 eight-bit-control chars.
3436
3437 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3438 Reduce making temporary vector (suggested by Dave Love).
3439
3440 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3443 string as well.
3444
3445 2001-03-30 Andreas Schwab <schwab@suse.de>
3446
3447 * files.el (backup-directory-alist): Fix typo.
3448
3449 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3452 <eggert@twinsun.com>.
3453
3454 2001-03-30 Dave Love <fx@gnu.org>
3455
3456 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3457
3458 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3459
3460 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3461
3462 2001-03-30 Miles Bader <miles@gnu.org>
3463
3464 * subr.el (interactive-form): Fix paren typo.
3465
3466 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3467
3468 * emacs-lisp/profile.el: Say that it's obsolete in the header
3469 line, so that finder.el puts that into its data-base.
3470 Suggested by Alex Schroeder <alex@gnu.org>.
3471
3472 2001-03-29 Paul Eggert <eggert@twinsun.com>
3473
3474 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3475 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3476
3477 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3478
3479 * generic.el (generic-mode-set-comments): Use "" rather than nil
3480 for comment-end.
3481
3482 2001-03-29 Gerd Moellmann <gerd@gnu.org>
3483
3484 * emacs-lisp/advice.el (ad-make-advised-definition):
3485 Call interactive-form to obtain the interactive spec of subrs.
3486
3487 * subr.el (interactive-form): New function.
3488
3489 2001-03-29 Andre Spiegel <spiegel@gnu.org>
3490
3491 * vc-sccs.el (vc-sccs-register): Use relative file names.
3492
3493 2001-03-28 Gerd Moellmann <gerd@gnu.org>
3494
3495 * bookmark.el (bookmark-get-bookmark): Handle case that
3496 BOOKMARK is not a string.
3497
3498 * image.el (image-type-regexps): Change type for PS files
3499 to `postscript'.
3500
3501 * subr.el (read-passwd): Clear command history after each
3502 character entered. From: Stephen Gildea
3503 <gildea@stop.mail-abuse.org>.
3504
3505 2001-03-27 Kenichi Handa <handa@etl.go.jp>
3506
3507 * international/kkc.el (kkc-save-init-file): Locally bind
3508 print-length to nil.
3509
3510 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3511
3512 * textmodes/flyspell.el: Some doc fixes.
3513 (flyspell-maybe-correct-transposition)
3514 (flyspell-maybe-correct-doubling): Use a temporary buffer
3515
3516 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3517
3518 * emacs-lisp/byte-opt.el (byte-optimize-while)
3519 (byte-optimize-form-code-walker): Diagnose too few arguments
3520 for `if' and `while'.
3521
3522 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3523
3524 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3525 Prepend `\' to "\<quail-translation-docstring>".
3526
3527 2001-03-26 Gerd Moellmann <gerd@gnu.org>
3528
3529 * autorevert.el (global-auto-revert-non-file-buffers):
3530 Remove duplicate defcustom.
3531
3532 2001-03-26 Miles Bader <miles@gnu.org>
3533
3534 * international/latin1-disp.el (latin1-char-displayable-p):
3535 Add leading "-" for X font pattern.
3536
3537 2001-03-26 Kenichi Handa <handa@etl.go.jp>
3538
3539 * international/mule-diag.el (describe-coding-system):
3540 For raw-text and emacs-mule, don't add anymore text about what
3541 charsets they can encode.
3542
3543 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * help.el (view-lossage): Mention open-dribble-file in the doc
3546 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3547
3548 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3549
3550 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3551 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3552
3553 2001-03-23 Kenichi Handa <handa@etl.go.jp>
3554
3555 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3556 Call ccl-execute-on-string directly so that CCL program handling
3557 multibyte sequence can work correctly.
3558 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3559 property of the coding system.
3560
3561 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3562
3563 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3564 Fix transcription typo.
3565
3566 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3567
3568 * whitespace.el: Add buffer local variables to toggle testing of
3569 whitespaces in buffers without affecting the default values.
3570 Bump version to 3.0 to account for a few other changes.
3571 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3572 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3573 (whitespace-toggle-spacetab-check): New functions.
3574
3575 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3576
3577 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3578
3579 2001-03-21 Gerd Moellmann <gerd@gnu.org>
3580
3581 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3582 bs-cycle-configuration-name. From Juanma Barranquero
3583 <lektu@uol.com.br>.
3584
3585 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3586 and cc-vars.el.
3587
3588 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3589 headers. Always invoke sendmail with option -t.
3590
3591 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3592
3593 * Release of cc-mode 5.28.
3594
3595 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3596
3597 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3598 Removed the hardcoded switch to "java" style in Java mode.
3599 It's instead taken care of by the default value for c-default-style.
3600
3601 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3602
3603 * cc-align.el (c-lineup-math): Fix bug where lineup was
3604 triggered by equal signs in string literals.
3605
3606 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3607
3608 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3609 limit detection when at the ends of the buffer.
3610
3611 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3612 "for" statement clause in case 7F; a better one is done
3613 earlier in case 7D anyway.
3614
3615 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3616
3617 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3618 somewhat more and did a small optimization.
3619
3620 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3621
3622 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3623 Use the limit argument only to limit the syntactic context
3624 search, not to limit the actual movement.
3625
3626 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3627 inside multiline strings, just like in comments. Also various
3628 fixes to the paragraph and comment prefix recognition, block
3629 comment ender handling etc.
3630
3631 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3632
3633 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3634 the relative position of the point.
3635
3636 * cc-cmds.el (c-electric-continued-statement): New function to
3637 use as abbrev hook to reindent for keywords such as "else"
3638 that continues an earlier statement.
3639
3640 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3641 like classes.
3642
3643 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3644 (pike-mode): Populate the default abbrev tables to reindent for
3645 keywords such as "else" that can continue earlier statements.
3646 Abbrev mode is therefore turned on by default now. (Note that
3647 this doesn't apply to idl-mode, since IDL afaik doesn't have
3648 statements at all.)
3649
3650 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3651
3652 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3653 bracelists where the declaration contains template arguments.
3654
3655 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3656
3657 * cc-cmds.el (c-comment-indent):
3658 Use `c-get-syntactic-indentation' to correctly calculate the
3659 syntactic indentation. Fixes bug with lineup functions that
3660 return vectors.
3661
3662 * cc-engine.el (c-get-syntactic-indentation): Split the
3663 indentation sum calculation from `c-indent-line' to a separate
3664 function.
3665
3666 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3667
3668 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3669 Fixed places where it was assumed that preprocessor directives
3670 have to start in column zero.
3671
3672 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3673 template arguments after a class identifier properly.
3674
3675 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3676 lists for `new Foo[]' constructs in Java as expressions and
3677 not top level definition brace lists on the top level, so that
3678 they'll get indented consistently with the same type of
3679 expression in a normal block.
3680
3681 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3682
3683 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3684 whether the adaptive filling package fails to keep the comment
3685 prefix is now kludged further to check for filladapt-mode
3686 which doesn't have that problem. This is really icky, but it's
3687 the only way that works with the current misfeatures/bugs in
3688 both adaptive-fill-mode and filladapt-mode.
3689
3690 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3691 around point is recognized more robust.
3692
3693 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3694
3695 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3696 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3697 (c-lit-type): Fixed all internal variables used dynamically so
3698 that they are always bound.
3699
3700 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3701 errors:
3702
3703 (c-indent-region): Fixed reporting of syntactic errors so that
3704 the region is fully reindented even when an error occurs.
3705 The last syntactic error is printed afterwards. Also cleanup up a
3706 whole lot of code that tried to optimize indentation of whole
3707 sexps but in reality accomplishes nothing.
3708
3709 (c-indent-sexp): Use c-indent-region.
3710
3711 (c-parsing-error): Changed this variable to hold the message
3712 for any syntactic error that is discovered.
3713
3714 (c-parse-state): Search backward from point instead of the bod
3715 position when the latter is invalid. This makes CC Mode
3716 recover faster when there are unbalanced close braces.
3717
3718 (c-backward-to-start-of-if): Use c-parsing-error to report
3719 dangling "else" clauses instead of throwing an error, and fall
3720 back to a reasonable position.
3721
3722 (c-indent-line): Added argument to avoid reporting syntactic errors.
3723
3724 (c-show-syntactic-information): Don't report any syntactic errors.
3725
3726 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3727
3728 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3729 paragraph recognition when moving by sentence in literals.
3730
3731 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3732 start regexp for javadoc to recognize javadoc markup in general instead
3733 of a specific set of keywords, to be more future-safe.
3734
3735 (c-Pike-pikedoc-paragraph-start)
3736 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3737 pikedoc markup.
3738
3739 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
3740
3741 (pike-mode): Initialize paragraph settings pikedoc recognition.
3742
3743 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3744
3745 (c-comment-prefix-regexp): Made it possible to use an
3746 association list on this to specify mode specific regexps.
3747 The default value now use a special regexp in Pike mode to
3748 recognize pikedoc markup.
3749
3750 (c-current-comment-prefix): New variable containing the actual
3751 regexp from c-comment-prefix-regexp for the current buffer.
3752
3753 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3754
3755 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3756 lists: We can't look at the syntax, since a brace list can get
3757 recognized as a plain statement-cont.
3758
3759 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3760 special brace list opener broken over two lines got recognized
3761 as a statement on the second line. Case 9A changed.
3762
3763 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3764
3765 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3766 adjustment after line is reindented.
3767
3768 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3769
3770 * cc-defs.el (c-point): Added optional argument for position
3771 to use instead of the current point.
3772
3773 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3774 the in-expression block symbols when the construct starts at
3775 boi, to avoid the extra level of indentation in that case.
3776 Cases 4, 16A and 17E affected.
3777
3778 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3779
3780 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
3781 calls to `c-indent-line', to adhere better to Emacs conventions.
3782
3783 * cc-engine.el (c-indent-line): Use the syntax already bound
3784 to `c-syntactic-context', if there is any.
3785
3786 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3787
3788 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3789 wasn't added up correctly when a lineup function returned nil.
3790
3791 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3792
3793 * cc-engine.el (c-collect-line-comments): Fixed bug where
3794 empty lines were ignored when collecting line comments backwards.
3795
3796 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3797
3798 * cc-align.el (c-lineup-dont-change): Return an absolute
3799 indentation column to work correctly in the case when several
3800 syntactic elements are processed for the same line.
3801
3802 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3803 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3804 (c-set-offset): Added absolute indentation column settings by
3805 using the vector type.
3806
3807 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3808
3809 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3810 Implemented two new cleanups `space-before-funcall' and
3811 `compact-empty-funcall'.
3812
3813 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3814
3815 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3816 helping building regexps.
3817
3818 * cc-engine.el (c-on-identifier): New function for detecting
3819 identifiers. It takes keywords into account.
3820
3821 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3822 lists. `c-keywords' is set to a regexp matching all keywords
3823 in the current language.
3824
3825 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3826
3827 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3828 list of characters to skip backwards over at the beginning of
3829 a statement, since it can precede string literals in Pike.
3830
3831 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3832
3833 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3834 recognition when standing on the last line in a C++ comment
3835 with nothing but whitespace after the prefix.
3836
3837 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3838 given no limit argument.
3839
3840 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3841
3842 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3843 recognition for the `[]= operator symbol in Pike.
3844
3845 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3846
3847 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3848 around a bug in `eval-when-compile' in the byte compiler.
3849
3850 * cc-engine.el (c-forward-token-1): Fixed bug with return
3851 value when count is zero and there's no token start within the limit.
3852
3853 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3854 "prefix comments", i.e. comments which are followed by code on
3855 the same line.
3856
3857 * cc-mode-19.el: Fixes so that checks that must be done at
3858 compile time also are done then.
3859
3860 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3861
3862 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3863 time and at runtime, and only when it's needed.
3864
3865 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3866
3867 Major cleanup for less error prone and more warning free
3868 compilation, including some fixes for bugs due to different
3869 compilation orders. Thanks to Martin Buchholz for providing
3870 the basis for all this.
3871
3872 * cc-bytecomp.el: New file that provides some byte compilation
3873 features: It ensures that files always are loaded from the
3874 current source directory during compilation, and it provides a
3875 set of macros to turn off specific compiler warnings for
3876 specific symbols. (It's not CC Mode specific in any way.)
3877
3878 Fixed a nearly acyclic dependency tree (both runtime and
3879 compile-time) between all files.
3880
3881 * cc-defs.el: Separated all macros before the inline functions,
3882 to ensure correct compilation.
3883
3884 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3885 cc-defs.el to cc-engine.el and made it a function instead.
3886
3887 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3888 about char-after.
3889
3890 * cc-vars.el: Cope even when there isn't a custom package
3891 containing defcustom available.
3892
3893 * cc-make.el: Removed since it's no longer necessary.
3894
3895 README: Updated installation instructions.
3896
3897 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3898
3899 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3900 improve the modularity: Moved all mode init stuff from
3901 cc-langs.el to cc-mode.el, including the keymap
3902 initialization; cc-langs now only contains the various
3903 variables for configuring the language syntax.
3904
3905 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3906 (c-get-offset): Moved from cc-styles to cc-engine since file
3907 dependency analysis suggests they belong there (which also
3908 makes more sense). Thanks to Martin Buchholz for doing the analysis.
3909
3910 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3911
3912 * cc-cmds.el (c-fn-region-is-active-p): New function that
3913 wraps the corresponding macro, for use in places that aren't
3914 compiled. Thanks to Martin Buchholz for pointing out this.
3915
3916 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
3917
3918 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3919 add things to the bug report.
3920
3921 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3922
3923 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3924 returned prefix could contain a newline when the search for a
3925 good prefix line failed.
3926
3927 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3928
3929 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3930 (c-toggle-auto-hungry-state): Made the argument optional, as
3931 the documentation says it is.
3932
3933 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3934
3935 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3936 multiline string syntax, #"...", as a cpp macro.
3937
3938 2001-03-21 Paul Eggert <eggert@twinsun.com>
3939
3940 * international/mule-cmds.el (set-locale-environment):
3941 Set system-messages-locale and system-time-locale, but only if the
3942 caller specifies a non-nil locale name.
3943
3944 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3945
3946 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
3947 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
3948
3949 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3950
3951 * follow.el (follow-avoid-tail-recenter): Doc fix.
3952
3953 * custom.el (custom-set-variables): Avoid reversing the list
3954 of args needlessly.
3955
3956 * startup.el (fancy-splash-head): Don't change the colors of the
3957 XPM image on a dark background.
3958
3959 * comint.el (comint-exec-1): Set columns of the terminal to
3960 window-width instead of frame-width.
3961
3962 * info.el (Info-scroll-down): Add missing WINDOW arg for
3963 pos-visible-in-window-p.
3964
3965 * ehelp.el (electric-help-mode-hook): Add defcustom.
3966
3967 * mail/sendmail.el (mail-mode): Activate case-folding in
3968 font-lock-defaults.
3969
3970 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3971
3972 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3973 (completion-ignored-extensions): Remove duplicate ".class".
3974
3975 2001-03-19 Andreas Schwab <schwab@suse.de>
3976
3977 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3978 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3979
3980 2001-03-19 Gerd Moellmann <gerd@gnu.org>
3981
3982 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3983 methods since there are not prefix input methods.
3984
3985 2001-03-19 Kenichi Handa <handa@etl.go.jp>
3986
3987 * international/mule-cmds.el (read-input-method-name):
3988 Locally bind enable-recursive-minibuffers to t.
3989
3990 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3991
3992 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3993
3994 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
3995
3996 * ediff-util.el: Copyright years.
3997 (ediff-choose-syntax-table): New function.
3998 (ediff-setup): Use ediff-choose-syntax-table.
3999
4000 * ediff-init.el (ediff-with-syntax-table): New macro, uses
4001 with-syntax-table.
4002
4003 * ediff.el: Date of last update, copyright years.
4004
4005 * ediff-wind (ediff-setup-control-frame): Nill->nil.
4006
4007 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
4008 of Scott Bronson.
4009 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
4010 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
4011 Deleted functions.
4012 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
4013 ex-token-list.
4014
4015 * viper-util.el: Spaces, indentation.
4016
4017 * viper.el: Changed version, modification time.
4018
4019 2001-03-16 John Wiegley <johnw@gnu.org>
4020
4021 * calendar/timeclock.el (timeclock-workday-remaining):
4022 Check whether `discrep' is non-null before using it.
4023
4024 2001-03-16 John Wiegley <johnw@gnu.org>
4025
4026 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
4027 first-time checkins.
4028 (timeclock-log-data): Fixed problem with reading timelog log file.
4029 Resulting data in the "day list" was incorrect.
4030 (timeclock-find-discrep): Check if `timeclock-file' is readable
4031 before opening it.
4032 (timeclock-time-less-p): New function.
4033 (timeclock-day-base): New function.
4034 (timeclock-geometric-mean): New function.
4035 (timeclock-generate-report): Generate a summary report based on
4036 the contents of the log file. This uses `timeclock-log-data', and
4037 is an example of writing a timelog manipulation function.
4038 (timeclock-visit-timelog): A quick command for opening the timelog
4039 file.
4040 (timeclock-log-data): Bound the variable event.
4041
4042 2001-03-16 Kenichi Handa <handa@etl.go.jp>
4043
4044 * international/mule-cmds.el (select-safe-coding-system):
4045 Fix typo: symbol-name -> symbol-value.
4046
4047 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
4048 before substitute-in-file-name to handle double slashes in FILE
4049 correctly.
4050
4051 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4052
4053 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
4054 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
4055
4056 2001-03-14 Gerd Moellmann <gerd@gnu.org>
4057
4058 * bindings.el (features): Add `md5' and `overlay' to the list.
4059
4060 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
4061 bound before using it. It's not bound when configured without X,
4062 for instance.
4063
4064 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
4065
4066 * progmodes/hideshow.el: Update copyright.
4067 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
4068 (hs-minor-mode-hook): Include `:version' in defcustom form.
4069
4070 2001-03-13 Gerd Moellmann <gerd@gnu.org>
4071
4072 * help.el (string-key-binding): Don't call event-start on
4073 a non-list.
4074
4075 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
4076
4077 * startup.el (fancy-splash-tail, command-line-1): Fix the
4078 copyright year.
4079
4080 2001-03-13 Kenichi Handa <handa@etl.go.jp>
4081
4082 * term.el: These changes are based on a patch sent from Yong Lu
4083 <lyongu@yahoo.com>.
4084 (term-set-escape-char): Bind M-x to execute-extended-command in
4085 term-raw-escape-map.
4086 (term-move-columns): Don't try to move to negagive column.
4087 (term-emulate-terminal): Insert a string before deleting a text to
4088 overwrite.
4089
4090 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4091
4092 * play/life.el (life): Rearrange code so that all calls to
4093 life-display-generation are in a catch-form.
4094
4095 * progmodes/etags.el (tags-loop-continue): Don't change point in a
4096 file that isn't interesting. In an interesting file, push the old
4097 value of point on the mark ring.
4098
4099 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
4100 New function.
4101 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
4102 Use it.
4103
4104 * emacs-lisp/autoload.el (generate-file-autoloads):
4105 Remove warning about line lengths.
4106
4107 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4108
4109 * progmodes/etags.el (tags-compression-info-list): New variable.
4110 (find-tag-in-order): Use it to deal with compressed source files.
4111 (tag-file-name-match-p): New function.
4112 (etags-recognize-tags-table): Use it for better match of file names.
4113
4114 2001-03-12 Kenichi Handa <handa@etl.go.jp>
4115
4116 * international/mule-cmds.el (register-input-method): Doc fix.
4117
4118 * international/quail.el (quail-translate-key): Fix condition to
4119 check if there's another breaking point in the current key.
4120
4121 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
4124 Babyl header to the newly-created output file, bind
4125 coding-system-for-write to either rmail-file-coding-system or
4126 emacs-mule-unix.
4127
4128 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
4129
4130 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
4131 Fix the name and regexp used for subsubsections.
4132
4133 2001-03-10 Dave Love <fx@gnu.org>
4134
4135 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
4136 and save-buffer if buffer-file-name non-nil. From rms.
4137
4138 2001-03-10 Andre Spiegel <spiegel@gnu.org>
4139
4140 * vc.el (vc-do-command): If the destination buffer is already
4141 current, don't set it up and don't erase it. Updated doc string
4142 to reflect that.
4143 (vc-version-diff): When doing a single file diff, don't switch to the
4144 *vc-diff* buffer before the command. This is to preserve local
4145 variable bindings that might affect the diff command.
4146 (vc-print-log): Don't switch to the *vc* buffer before the
4147 command, so that local variable bindings are preserved.
4148
4149 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
4150 not the current buffer.
4151 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
4152
4153 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
4154 make output go to buffer *vc*, not the current buffer.
4155
4156 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
4159 so ^, $, *, ? and + are interpreted correctly.
4160
4161 2001-03-09 Gerd Moellmann <gerd@gnu.org>
4162
4163 * help.el (string-key-binding): Renamed from
4164 mode-line-key-binding. Handle any event on a string.
4165 Check for `keymap' properties as well as `local-map' properties.
4166
4167 * comint.el (comint-insert-clicked-input): Use the last key
4168 from this-command-keys to lookup the global key definition.
4169
4170 2001-03-09 Kenichi Handa <handa@etl.go.jp>
4171
4172 * international/characters.el: Add category `j' for
4173 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4174
4175 * international/mule-conf.el (no-conversion): Fix docstring.
4176 (raw-text): Fix docstring.
4177
4178 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4179
4180 * simple.el (choose-completion-string): When not leaving the
4181 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4182 is set.
4183
4184 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4185 parameter `(minibuffer . t)'.
4186
4187 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4188
4189 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4190 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4191 (sh-mode): Remove `make-local-variable' for unused var
4192 `font-lock-unfontify-region-function'.
4193
4194 2001-03-07 Richard M. Stallman <rms@gnu.org>
4195
4196 * info.el (Info-scroll-down): Fix previous change.
4197
4198 * mail/rmail.el (rmail-toggle-header): Use a window which
4199 is showing the Rmail buffer, rather than the selected window.
4200
4201 2001-03-07 Dave Love <fx@gnu.org>
4202
4203 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4204 now, to avoid problems with binding imenu directly to a mouse event.
4205
4206 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4207
4208 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4209 second arg t.
4210
4211 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4212
4213 * log-edit.el (log-edit-common-indent): New var.
4214 (log-edit-set-common-indentation): Renamed from
4215 log-edit-delete-common-indentation. Use the new var.
4216 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4217
4218 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4219 (cvs-mode-add-change-log-entry-other-window):
4220 Don't presume change-log-default-name is defined.
4221
4222 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4223
4224 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4225 the "tree" operation as well.
4226
4227 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4228
4229 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4230 to match paragraph-start.
4231
4232 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4233 comment-start-skip and set comment-end-skip as well.
4234 (sgml-comment-indent): Fix for new value of comment-start-skip.
4235 (html-autoview-mode): Don't bother using make-local-hook.
4236
4237 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4238
4239 * cus-edit.el (custom-save-delete): Move in front of local
4240 variables, otherwise long Custom entries would make them ineffective.
4241
4242 * uniquify.el: Set maintainer to FSF.
4243
4244 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4245
4246 * dired-aux.el (dired-do-shell-command): Doc fix.
4247
4248 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4249
4250 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4251
4252 * which-func.el (which-func-modes): Add cperl-mode.
4253 (which-func-mode-global): Use define-minor-mode.
4254
4255 * info-look.el: Docstring fixes and dead code eliminated.
4256 (cperl-mode): Add support.
4257 (emacs-lisp-mode): List all entries from elisp manual, whether
4258 or not they are currently (f)bound or not. Update regexp.
4259
4260 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4261
4262 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4263 so that C-h m shows the correct information.
4264 Use make-local-variable rather than make-variable-buffer-local.
4265 (cperl-info-buffer, cperl-setup-tmp-buf):
4266 Use make-local-variable rather than make-variable-buffer-local.
4267 (cperl-msb-fix, cperl-get-help-defer):
4268 Check major-mode for `cperl-mode' as well.
4269
4270 * progmodes/cperl-mode.el: Updated to author version 4.23.
4271 (cperl-electric-pod): SYNOPSIS was misspelled.
4272 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4273 (cperl-after-expr-p): Make true after __END__.
4274
4275 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4276
4277 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
4278 bookmark-completion-ignore-case is t.
4279
4280 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4281 switch, like xterm, and concat resource strings, with a newline
4282 between them.
4283
4284 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4285
4286 * international/codepage.el (cp770-decode-table)
4287 (cp773-decode-table, cp774-decode-table): New variables.
4288
4289 * man.el (Man-hyphenated-reference-regexp): New variable.
4290 (Man-build-references-alist): Use it to search for referenced
4291 manpages. If hyphenated is non-nil, record a concatenated word in
4292 Man-refpages-alist only if it matches Man-reference-regexp.
4293 Update word's length when it is concatenated. Reverse the list,
4294 to get the first manpage at the head.
4295 (Man-possibly-hyphenated-word): New function.
4296 (Man-follow-manual-reference): Use it instead of current-word to
4297 find a manpage at point, in a way that accounts for hyphenated
4298 references.
4299
4300 2001-03-06 Alex Schroeder <alex@gnu.org>
4301
4302 * sql.el (sql-interbase): New function.
4303 (sql-interbase-program): New option.
4304 (sql-interbase-options): New option.
4305 And some typos fixed: "customise" to "customize".
4306
4307 2001-03-06 Dave Love <fx@gnu.org>
4308
4309 * textmodes/flyspell.el (flyspell-region):
4310 Set up flyspell-local-mouse-map.
4311
4312 2001-03-05 Richard M. Stallman <rms@gnu.org>
4313
4314 * mail/rmail.el (rmail-retry-failure):
4315 Don't call rmail-beginning-of-message.
4316 Don't discard From: field. Do discard Received: field.
4317 Use unwind-protect to re-prune.
4318 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
4319
4320 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4321
4322 * international/quail.el (quail-title): Add autoload cookie.
4323
4324 2001-03-05 Dave Love <fx@gnu.org>
4325
4326 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4327 new defs.
4328
4329 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4330
4331 * language/ethio-util.el (ethio-toggle-space):
4332 Update current-input-method-title if necessary.
4333 (ethio-toggle-punctuation): Likewise.
4334
4335 * international/quail.el (quail-title): Fix for the case that a
4336 title of an input method is specified by a list of the same form
4337 as used in mode-line-format.
4338
4339 * international/mule-cmds.el (activate-input-method):
4340 If current-input-method-title is set by activating INPUT-METHOD,
4341 respect that value.
4342
4343 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4344
4345 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4346
4347 2001-03-05 Alex Schroeder <alex@gnu.org>
4348
4349 * sql.el (sql-sybase): Fix typo (was: query user about server two
4350 times instead of server and database).
4351
4352 * sql.el (sql-sybase): Doc change.
4353 (sql-mysql): Doc change.
4354 (sql-postgres): Doc change.
4355
4356 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4357
4358 * international/mule-conf.el (emacs-mule, raw-text):
4359 Docstring modified.
4360
4361 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * term/internal.el: Update copyright notice.
4364
4365 * term/pc-win.el: Update copyright notice.
4366
4367 2001-03-02 Dave Love <fx@gnu.org>
4368
4369 * files.el (insert-file-contents-literally):
4370 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4371 not jka-compr-compression-info-list.
4372
4373 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4374
4375 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4376 spaces in default comment-start-skip settings rather than \s-.
4377
4378 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4379
4380 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4381 default-frame-alist as well.
4382
4383 2001-03-01 Dave Love <fx@gnu.org>
4384
4385 * textmodes/reftex.el (defvar): Wrap some defvars in
4386 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4387
4388 * subr.el (event-basic-type): Doc fix.
4389
4390 * international/quail.el: Doc fixes.
4391
4392 * international/utf-8.el: Doc fixes.
4393
4394 * international/mule-cmds.el: Doc fixes.
4395 (leim-list-header): Fix header text.
4396
4397 * international/mule.el (coding-system-category): Doc fix.
4398
4399 * international/ccl.el (ccl-compile): Doc fix.
4400
4401 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4402
4403 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4404 rather than (before|after)-change-functions.
4405
4406 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4407
4408 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4409 scroll-left and scroll-right being called interactively so that
4410 they set the window's min_hscroll.
4411
4412 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4413
4414 * info.el (info-insert-file-contents-1): Accept an additional
4415 argument `lfn': if it is non-nil, concatenate `filename' and
4416 `suffix'; otherwise use the complicated MS-DOS code.
4417 All callers changed.
4418 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4419 can access long file names, try the long file-name version of
4420 `info-insert-file-contents-1', then the short file-name version.
4421
4422 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
4423
4424 * language/ethio-util.el (setup-ethiopic-environment-internal):
4425 Change bindings of functions keys to conform to "Emacs Lisp Coding
4426 Convention".
4427
4428 * language/ethiopic.el ("Ethiopic"): Add documentation.
4429
4430 2001-02-28 Kenichi Handa <handa@etl.go.jp>
4431
4432 * international/utf-8.el (mule-utf-8): Set coding-category
4433 property to coding-category-utf-8.
4434
4435 2001-02-27 Richard M. Stallman <rms@gnu.org>
4436
4437 * lpr.el (lpr-page-header-switches, print-region-1):
4438 Undo 2000-07-06 change.
4439 (lpr-add-switches): Default to t on gnu/linux.
4440
4441 2001-02-27 Gerd Moellmann <gerd@gnu.org>
4442
4443 * bs.el (bs-attributes-list): Doc fix.
4444
4445 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4446
4447 * help.el (describe-project): Display the file THE-GNU-PROJECT.
4448
4449 * help.el (view-order-manuals): Use goto-address.
4450
4451 * startup.el (command-line-1): Add info about ordering manuals
4452 to the not so fancy splash screens.
4453
4454 2001-02-26 Andre Spiegel <spiegel@gnu.org>
4455
4456 * vc.el (vc-default-workfile-unchanged-p)
4457 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
4458
4459 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4460
4461 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
4462 fontify in the right buffer.
4463
4464 * allout.el (outline-flag-region): Move macro in front of first
4465 use to avoid a run-time error.
4466
4467 2001-02-24 Andrew Innes <andrewi@gnu.org>
4468
4469 * makefile.w32-in: Fix copyright notice.
4470
4471 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4472
4473 * international/utf-8.el (mule-utf-8): Set correct value for
4474 valid-codes property.
4475
4476 * international/fontset.el (x-complement-fontset-spec): In the
4477 case that we use ASCII font for the other charsets, use only
4478 family and registry part of it.
4479
4480 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4481
4482 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4483 (shrink-window-if-larger-than-buffer): Doc fix.
4484
4485 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4486
4487 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4488 predicate passed to completing-read.
4489
4490 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4491
4492 * startup.el (command-line): Fix last change.
4493
4494 2001-02-23 Jason Rumney <jasonr@gnu.org>
4495
4496 * startup.el (tool-bar-originally-present): New variable.
4497 (command-line): Set it if the tool-bar is switched on at startup.
4498
4499 * frame.el (frame-notice-user-settings): Only adjust frame height
4500 for no tool-bar case if tool-bar was originally switched on.
4501 From E. Jay Berkenbilt.
4502
4503 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4504
4505 * server.el (server-switch-buffer): Only switch window if the
4506 current one is dedicated.
4507
4508 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4509 rather than using (match-beginning 0) when searching for break point.
4510
4511 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4512
4513 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4514 @ follows an accent command such as @'. Support optional braces
4515 in commands that insert accents, like makeinfo does.
4516
4517 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4518
4519 * startup.el (fancy-splash-text): Add a line for ordering
4520 manuals. Reverse order of splash screens shown.
4521 (use-fancy-splash-screens-p): Adapt to the text line added.
4522
4523 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4524 manuals from the FSF.
4525
4526 * help.el (view-order-manuals): New function.
4527 (toplevel): Bind C-h C-m to this function.
4528
4529 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4530
4531 * newcomment.el (comment-forward): Skip the comment-start before
4532 searching for the comment-end.
4533
4534 2001-02-21 Dave Love <fx@gnu.org>
4535
4536 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4537
4538 * international/mule-cmds.el, international/mule.el: Doc fixes.
4539
4540 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4541
4542 * startup.el (fancy-splash-screens): Use display-hourglass
4543 instead of display-busy-cursor.
4544
4545 * frame.el (display-hourglass): Renamed from busy-cursor.
4546 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4547 (show-cursor-in-non-selected-windows): Doc fix.
4548
4549 2001-02-20 Dave Love <fx@gnu.org>
4550
4551 * international/utf-8.el: Doc and commentary fixes.
4552
4553 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4554
4555 * ehelp.el (with-electric-help): Doc fix.
4556
4557 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4558
4559 * msb.el (msb-mode): Call the update-buffers function explicitly
4560 with a FORCE argument.
4561
4562 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4563 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4564 returns nil.
4565
4566 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4567
4568 * ps-print.el: Timestamp package replacement. Some enhancements.
4569 Some XEmacs compatibility. Doc fix.
4570 (ps-print-version): New version number (6.4).
4571 (ps-printer-name): Initialization fix.
4572 (ps-zebra-stripe-follow): Funcionality enhancement.
4573 (ps-prologue-file): Code enhancement.
4574 (ps-right-header): Timestamp package replacement.
4575 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4576 (ps-get-page-dimensions)
4577 (ps-generate-header, ps-begin-file, ps-begin-job)
4578 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4579 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4580 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4581 (coding-system-for-write): Var declaration (XEmacs compatibility).
4582
4583 2001-02-20 Miles Bader <miles@gnu.org>
4584
4585 * image-file.el (image-file-name-extensions): Add "tif".
4586
4587 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4588
4589 * wid-edit.el (widget-button-click): Save the selected window
4590 around the code handling clicks on buttons.
4591
4592 2001-02-18 Dave Love <fx@gnu.org>
4593
4594 * imenu.el (imenu--generic-function): Use mapc to iterate over
4595 syntax characters.
4596
4597 2001-02-17 Richard M. Stallman <rms@gnu.org>
4598
4599 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4600
4601 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4602
4603 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4604
4605 * mouse.el (mouse-save-then-kill): If the distance from the new
4606 point to the mark is equal to the distance of point from the new
4607 point, move point instead of the mark.
4608
4609 2001-02-16 Dave Love <fx@gnu.org>
4610
4611 * textmodes/flyspell.el (flyspell-get-word): Return string without
4612 properties.
4613
4614 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4615
4616 * generic.el (generic-find-file-regexp): Doc fix.
4617 (generic-ignore-files-regexp): New defcustom.
4618 (generic-mode-find-file-hook): If the file's name matches the
4619 regexp in `generic-ignore-files-regexp', don't enter
4620 default-generic-mode. Doc fix.
4621
4622 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4623
4624 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4625 Add autoload cookies.
4626
4627 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4628 of cal-tex-24.
4629
4630 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4631
4632 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4633
4634 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4635 the character class after the (optional) drive, to support file
4636 names with embedded blanks.
4637
4638 2001-02-15 Sam Steingold <sds@gnu.org>
4639
4640 * textmodes/tex-mode.el (tex-shell-running):
4641 Check the process buffer too.
4642
4643 2001-02-15 Dave Love <fx@gnu.org>
4644
4645 * battery.el (battery-status-function): Fix doc, :type.
4646
4647 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
4648
4649 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4650
4651 * subr.el (read-passwd): Clear Lisp memory holding password.
4652
4653 2001-02-15 Miles Bader <miles@gnu.org>
4654
4655 * info.el (Info-copy-current-node-name): New function.
4656 (Info-mode-menu): Add it to the menu.
4657
4658 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4659
4660 * international/mule-cmds.el (toggle-input-method): Doc fix.
4661
4662 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4663
4664 * replace.el (occur): Stop at end of buffer.
4665
4666 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4667
4668 * international/mule-cmds.el (set-input-method): Another doc fix.
4669
4670 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4671
4672 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4673
4674 2001-02-13 Miles Bader <miles@gnu.org>
4675
4676 * faces.el (set-face-background, set-face-foreground)
4677 (set-face-stipple): Treat a value of nil as being `unspecified'.
4678
4679 2001-02-12 Dave Love <d.love@dl.ac.uk>
4680
4681 * international/latin1-disp.el: Doc fixes.
4682 (latin1-display) <defgroup>: Add :link.
4683 (latin1-display) <function>: Set variable latin1-display.
4684
4685 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4686
4687 * international/mule-cmds.el (set-input-method): Doc fix.
4688
4689 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4690
4691 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4692 (speedbar-line-file): Return nil if not a file.
4693 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4694
4695 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
4696
4697 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4698 for remote files.
4699 (ediff-coding-system-for-read): Replaced the no-conversion default
4700 with raw-text.
4701
4702 * ediff-init.el: Removed :version from defcustom vars.
4703
4704 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4705 Better handling of the diff mode.
4706
4707 * ediff.texi: Added ediff-coding-system-for-read.
4708
4709 * viper.texi: Fix typos.
4710
4711 2001-02-11 Dave Love <fx@gnu.org>
4712
4713 * shadowfile.el: Doc fixes.
4714 (shadow) <defgroup>: Add :link.
4715 (shadowfile-unload-hook): New function.
4716 (shadow-initialize): Use defalias, not fset.
4717 (shadow-define-cluster, shadow-define-literal-group)
4718 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
4719
4720 * international/mule.el: Doc and message fixes.
4721
4722 * international/ccl.el (define-ccl-program): Doc fix.
4723
4724 2001-02-11 Kenichi Handa <handa@etl.go.jp>
4725
4726 * faces.el (mode-line): Set :line-width property to -1.
4727
4728 2001-02-10 Richard M. Stallman <rms@gnu.org>
4729
4730 * complete.el (partial-completion-mode): Doc fix.
4731
4732 * simple.el (delete-key-deletes-forward-mode):
4733 Change `let' to `let*' to fix gross bug in last change.
4734
4735 * repeat.el (repeat): Don't let execute-kbd-macro alter
4736 real-last-command.
4737
4738 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * simple.el (eval-expression): Doc fix.
4741
4742 2001-02-09 Dave Love <fx@gnu.org>
4743
4744 * imenu.el (imenu-generic-expression): Doc fix.
4745
4746 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4747 From Juanma Barranquero.
4748
4749 * emacs-lisp/authors.el (authors): Expand `root' before running find.
4750
4751 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4752
4753 * faces.el (set-face-attribute): Describe the case of a negative
4754 value specified for :line-width.
4755
4756 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * which-func.el (which-func-mode): Invert which-func-mode-global.
4759 From Juanma Barranquero <lektu@uol.com.br>.
4760
4761 2001-02-08 Dave Love <fx@gnu.org>
4762
4763 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4764 widget-plist-value-type.
4765 (widget-alist-convert-widget): Replace binding of
4766 widget-alist-value-type.
4767
4768 * textmodes/paragraphs.el (sentence-end): Doc fix.
4769
4770 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4771 Remove `backward-line'.
4772
4773 * play/pong.el (pong-blank-color, pong-bat-color)
4774 (pong-ball-color, pong-border-color, pong-left-key)
4775 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4776 (pong-pause-key, pong-resume-key, pong-timer-delay):
4777 * mail/mh-comp.el (mh-compose-letter-function):
4778 * eshell/esh-mode.el (eshell-skip-prompt-function):
4779 * emulation/viper-ex.el (ex-unix-type-shell-options):
4780 * recentf.el (recentf-menu-filter):
4781 * ps-print.el (ps-print-region-function):
4782 * lpr.el (print-region-function):
4783 * forms.el (forms-mode-hooks):
4784 * dirtrack.el (dirtrack-directory-change-hook):
4785 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4786 * textmodes/spell.el (spell-filter):
4787 * textmodes/fill.el (adaptive-fill-function):
4788 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4789 * progmodes/etags.el (find-tag-default-function):
4790 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
4791 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4792
4793 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4794
4795 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4796 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4797 Meyering <jim@meyering.net>.
4798
4799 * loadup.el: Revert last change.
4800
4801 2001-02-07 Kenichi Handa <handa@etl.go.jp>
4802
4803 * international/mule.el (transform-make-coding-system-args):
4804 Make it work also for coding systems not using CCL.
4805
4806 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4807
4808 * simple.el (previous-matching-history-element)
4809 (next-matching-history-element): Doc fix.
4810
4811 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4812 specific part.
4813
4814 2001-02-06 Dave Love <fx@gnu.org>
4815
4816 * add-log.el (add-log-current-defun-function)
4817 (add-log-buffer-file-name-function, add-log-file-name-function):
4818 Fix :type.
4819 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4820
4821 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4822
4823 * info.el (info-initialize): Remove the test for system-type when
4824 invocation-directory is non-nil.
4825
4826 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4827 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4828
4829 2001-02-06 Andrew Innes <andrewi@gnu.org>
4830
4831 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4832 absolute.
4833
4834 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4835
4836 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4837 buffers. When hi-lock turned on rather than only checking current
4838 buffer for regexps, all buffers are checked. Moved activation of
4839 font-lock to hi-lock-refontify. When font-lock turned off rather
4840 than removing added highlighting just in current buffer, remove it
4841 in all buffers. Changed edit menu text from "Automatic
4842 Highlighting" to "Regexp Highlighting" Documentation for
4843 highlighting phrases, minor documentation changes.
4844 (hi-lock-set-file-patterns): Execute only if there are new or
4845 existing file patterns.
4846 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4847 unfontify and, if a support mode is active, will not refontify the
4848 whole buffer. If necessary, turn on font lock. (Removed
4849 font-lock-unfontify and font-lock support-mode-specific calls,
4850 such as lazy-lock-fontify-window.)
4851 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4852 patterns are found. Not useful now since find-file-hook is removed
4853 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
4854 (hi-lock-face-phrase-buffer): New function. Also added related
4855 menu item and keybinding.
4856 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4857 (hi-lock-process-phrase): New function.
4858 (hi-lock-line-face-buffer): Doc fixes.
4859 (hi-lock-face-buffer): Doc fixes.
4860 (hi-lock-unface-buffer): Doc fixes.
4861
4862 2001-02-06 Gerd Moellmann <gerd@gnu.org>
4863
4864 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4865 dabbrev-ignored-regexps.
4866
4867 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4868
4869 * simple.el (kill-line): Doc fix.
4870
4871 2001-02-05 Dave Love <fx@gnu.org>
4872
4873 * loadup.el: Revert last two changes -- bootstrapping works with
4874 regenerated loaddefs.
4875
4876 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4877
4878 * isearch.el (isearch-forward): Doc fix.
4879
4880 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4881 of font-lock-defaults to backward-paragraph.
4882
4883 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4884
4885 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4886 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4887
4888 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4889
4890 * ebnf2ps.el: Eliminate time-stamp functions.
4891 (ebnf-version): New version (3.5).
4892 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4893 format-time-string.
4894
4895 2001-02-05 Gerd Moellmann <gerd@gnu.org>
4896
4897 * simple.el (next-line): Goto end-of-line before inserting a newline.
4898
4899 2001-02-05 Miles Bader <miles@gnu.org>
4900
4901 * image-file.el (insert-image-file): When visiting an image, also
4902 set `truncate-lines' to t so that any fringe arrow looks correct.
4903
4904 2001-02-05 Kenichi Handa <handa@etl.go.jp>
4905
4906 * isearch.el (isearch-forward): Add description about input method
4907 in the docsting.
4908
4909 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4910
4911 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4912
4913 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4914
4915 * info.el (info-initialize): If installation-directory is nil, for
4916 DOS/Windows systems try looking in a sibling of invocation-directory.
4917
4918 2001-02-02 Gerd Moellmann <gerd@gnu.org>
4919
4920 * wid-edit.el (widget-button-click): Fix last change.
4921
4922 * frame.el (frame-notice-user-settings): When resizing the initial
4923 frame because the tool bar is off, also change the frame's top
4924 position if a negative top position was specified.
4925
4926 2001-02-02 Miles Bader <miles@gnu.org>
4927
4928 * image-file.el (insert-image-file): When visiting an image,
4929 suppress the cursor in the image buffer.
4930
4931 2001-02-01 Dave Love <fx@gnu.org>
4932
4933 * progmodes/f90.el (f90-mode): Remove startup message.
4934
4935 * vc-cvs.el: Remove autoloads. Require vc when compiling.
4936
4937 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4938
4939 * startup.el (command-line): Fix code determining whether or not
4940 to use delete-key-deletes-forward-mode.
4941
4942 2001-02-01 Andre Spiegel <spiegel@gnu.org>
4943
4944 * vc.el (vc-diff-switches): New user option.
4945 (vc-version-diff): Use it.
4946 (vc-diff-switches-list): New macro.
4947
4948 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4949 New customization options.
4950 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4951
4952 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4953
4954 2001-02-01 Gerd Moellmann <gerd@gnu.org>
4955
4956 * msb.el (toplevel): Quote hook symbols.
4957
4958 2001-02-01 Kenichi Handa <handa@etl.go.jp>
4959
4960 * international/mule.el (make-coding-system): Add description
4961 about recognized properties in the docstring.
4962
4963 * international/mule-conf.el: Remove unused charsets
4964 mac-roman-lower and mac-roman-upper.
4965
4966 2001-01-31 Gerd Moellmann <gerd@gnu.org>
4967
4968 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4969 is in front of the left-margin, if any.
4970
4971 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4972 like `delete'.
4973
4974 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
4975
4976 * term/w32-win.el (mouse-set-font): Doc fix.
4977
4978 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
4979
4980 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4981 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4982 on already.
4983
4984 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
4985
4986 * files.el (save-buffer): Don't give message if (buffer-file-name)
4987 returns nil.
4988
4989 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4990
4991 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4992
4993 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4994 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4995
4996 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4997 display problems.
4998
4999 2001-01-31 Kenichi Handa <handa@etl.go.jp>
5000
5001 * international/mule.el (charset-info): Fix docstring.
5002
5003 * international/mule-diag.el (describe-character-set): Check final
5004 char valid before printing it.
5005
5006 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5007
5008 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
5009
5010 * frame.el (frame-notice-user-settings): Do the tool-bar
5011 stuff only for graphical displays. Fix a braino.
5012
5013 * frame.el (frame-initialize): Create initial frame visible.
5014 (frame-notice-user-settings): When tool-bar has been switched off,
5015 correct the frame size and sync tool-bar-mode.
5016
5017 * startup.el (command-line): Remove manipulation of frame
5018 height for tool bars.
5019
5020 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5021
5022 * lpr.el: Compatibility with XEmacs and doc fixes.
5023 (lpr-windows-system, lpr-lp-system): New vars.
5024 (lpr-printer-switch): New defcustom.
5025 (printer-name, lpr-command): Customization fix.
5026 (print-region-1): Code fix.
5027 (print-region-new-buffer, printify-region): Indentation fix.
5028 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
5029 New functions.
5030
5031 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5032
5033 * msb.el (toplevel): Fix the eval-after-load.
5034
5035 2001-01-29 Dave Love <fx@gnu.org>
5036
5037 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
5038
5039 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
5040
5041 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
5042 (tcl-using-emacs-19-23): Consider Emacs 21+.
5043 (tcl-help-directory-list, tcl-command-switches): Fix :type.
5044 (tcl-add-emacs-menu): Supply menu name.
5045 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
5046
5047 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5048
5049 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
5050
5051 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
5052
5053 * pcvs.el (cvs-mark-fis-dead): New function.
5054 (cvs-mode-add): Use it.
5055 (cvs-mode-add-change-log-entry-other-window):
5056 Rebind change-log-default-name to itself rather than to nil.
5057
5058 2001-01-29 Sam Steingold <sds@gnu.org>
5059
5060 * vc-cvs.el: Replaced (require 'vc) with a bunch of
5061 `autoload' statements.
5062
5063 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * files.el (confirm-kill-emacs): Doc fix.
5066
5067 * frame.el (frame-initialize): Doc fix.
5068
5069 * time-stamp.el (time-stamp-string): Doc fix.
5070
5071 * woman.el (WoMan-log-1): Make the log buffer writable.
5072 From Markus Rost <rost@math.ohio-state.edu>.
5073
5074 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5075
5076 * imenu.el (imenu-syntax-alist): Add autoload cookie for
5077 the `make-variable-buffer-local'.
5078
5079 2001-01-29 Dave Love <fx@gnu.org>
5080
5081 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
5082 (ansi-color-for-comint-mode-on, ansi-color-process-output):
5083 Add autoload cookie.
5084 (ansi-color-apply-sequence): Fix typo.
5085
5086 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5087
5088 * menu-bar.el (menu-bar-files-menu): Add menu items for
5089 Postscript printing in black and white.
5090
5091 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
5092 X-Mailman-Version, Precedence, List-Help, List-Post,
5093 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
5094 Content-Type, Content-Length.
5095
5096 2001-01-29 Dave Love <fx@gnu.org>
5097
5098 * elide-head.el (elide-head): Make overlay evaporate.
5099
5100 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
5101
5102 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
5103
5104 * isearch.el (isearch-highlight): Don't punt if the display
5105 doesn't support colors, since isearch faces are defined for
5106 monochrome displays as well.
5107
5108 2001-01-27 Sam Steingold <sds@gnu.org>
5109
5110 * shell.el (shell-write-history-on-exit): Make sure that we are in
5111 the shell buffer (M-x tex-file RET inserted the error message into
5112 the TeX buffer).
5113
5114 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5115
5116 * simple.el (transient-mark-mode): Doc fix.
5117
5118 2001-01-27 Gerd Moellmann <gerd@gnu.org>
5119
5120 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
5121
5122 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5123
5124 * shell.el (shell-unquote-argument): If the shell is one of the
5125 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
5126 quote character.
5127 (shell-dumb-shell-regexp): Document that the shells which match
5128 this regexp are supposed to not treat a backslash as a quote character.
5129
5130 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
5131 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
5132
5133 2001-01-27 Richard M. Stallman <rms@gnu.org>
5134
5135 * dabbrev.el (dabbrev--substitute-expansion):
5136 Treat a one-capital-letter abbrev as "not all upper case",
5137 so as to force preservation of the expansion's pattern
5138 if the expansion starts with a capital letter.
5139
5140 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
5143 Doc fix.
5144
5145 * simple.el (transient-mark-mode): Document the fact that many
5146 commands act on the region when mark is active.
5147
5148 2001-01-27 Kenichi Handa <handa@etl.go.jp>
5149
5150 * international/quail.el (quail-setup-completion-buf): Make the
5151 multibyteness of current buffer inherited to Quail completion buffer.
5152 (quail-show-guidance-buf): Make the multibyteness of current
5153 buffer inherited to Quail guidance buffer.
5154 (quail-help): Make the multibyteness of current buffer inherited
5155 to Quail help buffer.
5156
5157 2001-01-26 Dave Love <fx@gnu.org>
5158
5159 * time-stamp.el: Doc fixes.
5160
5161 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
5162 (delphi-keyword-face, delphi-other-face): Fix :type.
5163
5164 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
5165
5166 * mail/feedmail.el (feedmail): Add :link.
5167 (feedmail-send-it): Doc fix.
5168
5169 * mail/sendmail.el: Doc fixes.
5170 (sendmail-send-it): Fix the non-ASCII regexp and use
5171 rfc2047-encode-string.
5172
5173 * dired.el, dired-aux.el: Revert last change.
5174
5175 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5176
5177 * makefile.w32-in (DONTCOMPILE): Add various term files.
5178
5179 2001-01-26 Dave Love <fx@gnu.org>
5180
5181 * Makefile.in (DONTCOMPILE): Add various term files.
5182
5183 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5184
5185 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5186
5187 * startup.el (display-startup-echo-area-message): Make sure
5188 the echo area is resized to fit the size of the startup message.
5189
5190 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5191 part of which is a constant.
5192
5193 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5194
5195 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
5196
5197 2001-01-26 Richard M. Stallman <rms@gnu.org>
5198
5199 * simple.el (next-line): Don't let `newline' expand abbrevs.
5200 Simplify slightly.
5201 (open-line): Don't let `newline' expand abbrevs.
5202
5203 2001-01-25 John Wiegley <johnw@gnu.org>
5204
5205 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5206 to `repeat' in the :type field.
5207
5208 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5209 allow a choice of regexp or nil.
5210 (pcomplete-dir-ignore): Same.
5211
5212 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5213 a command) to always fail.
5214
5215 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5216
5217 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5218 discard the result.
5219 (iswitchb-to-end): Likewise.
5220
5221 2001-01-25 Sam Steingold <sds@gnu.org>
5222
5223 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
5224 Require vc.
5225
5226 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5227
5228 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5229
5230 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5231
5232 2001-01-25 Dave Love <fx@gnu.org>
5233
5234 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5235 (describe-coding-system): Tweak the English text.
5236
5237 * loadup.el: Preload international/ccl for utf-8.
5238
5239 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5240
5241 * mail/rmail.el (rmail-redecode-body): Doc fix.
5242
5243 2001-01-25 Kenichi Handa <handa@etl.go.jp>
5244
5245 * international/mule-cmds.el (reset-language-environment):
5246 Reset coding-category-utf-8 to mule-utf-8.
5247
5248 * international/mule-conf.el (coding-category-utf-8):
5249 Initialize to mule-utf-8.
5250
5251 * loadup.el: Preload international/utf-8.
5252
5253 * international/utf-8.el: New file.
5254
5255 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5256
5257 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5258
5259 2001-01-24 Sam Steingold <sds@gnu.org>
5260
5261 * dired.el (dired-replace-in-string): Removed.
5262 (dired-sort-toggle): Use `replace-regexps-in-string'
5263 instead of `dired-replace-in-string'.
5264
5265 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5266 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
5267
5268 * gs.el (gs-replace-in-string): Removed.
5269 (gs-options): Use `replace-regexps-in-string'
5270 instead of `gs-replace-in-string'.
5271
5272 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5275 bug report is mailed to an email list and posted to a news group.
5276
5277 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5278
5279 * comint.el (comint-replace-by-expanded-history-before-point):
5280 Fix change of 2000-08-03 to move point to the start of the line again.
5281
5282 * startup.el (tool-bar-images-pixel-height): New variable.
5283 (command-line): After loading the user's init file, when
5284 tool-bar-mode is on, increase the frame's size by some lines for
5285 the tool-bar.
5286
5287 * frame.el (frame-initialize): Create the initial frame invisible.
5288
5289 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5290
5291 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5292 (chinese-big5): MIME:Big5.
5293
5294 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5295
5296 * international/mule-cmds.el (universal-coding-system-argument):
5297 Handle commands with prefix args.
5298
5299 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5300
5301 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5302 being a list of numbers.
5303 (diary-mail-entries): Rewritten.
5304
5305 2001-01-23 Dave Love <fx@gnu.org>
5306
5307 * international/mule.el (make-coding-system): Fix typo.
5308
5309 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5310 Add backward-paragraph as font-lock-beginning-of-syntax-function.
5311
5312 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5313
5314 * font-lock.el (font-lock-mode): Doc fix.
5315
5316 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5317
5318 * international/mule.el (make-translation-table): Fix docstring.
5319
5320 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5321
5322 * mail/rmail.el (rmail-redecode-body): New function.
5323
5324 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5325
5326 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5327
5328 * isearch.el (isearch-lazy-highlight-case-fold-search)
5329 (isearch-lazy-highlight-regexp): New variables.
5330 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5331 case-fold search or regexp search has been toggled.
5332
5333 * wid-edit.el (widget-button-click): Avoid a save-excursion
5334 around running a global binding.
5335
5336 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5337 to 0.25.
5338
5339 2001-01-20 Miles Bader <miles@gnu.org>
5340
5341 * cus-edit.el (custom-face-save): Do post-processing on the face's
5342 new value like `custom-face-set' does.
5343
5344 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * mail/emacsbug.el (report-emacs-bug): Report the value of
5347 LC_CTYPE, not LC_TYPE.
5348
5349 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5350 isearch-toggle-regexp and isearch-edit-string to doc string.
5351
5352 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5353
5354 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5355 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5356
5357 * jit-lock.el (jit-lock-fontify-now): Don't bind
5358 font-lock-beginning-of-syntax-function to nil.
5359
5360 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5361
5362 * mail/emacsbug.el (report-emacs-bug): Report values of
5363 locale-coding-system, default-enable-multibyte-characters, and the
5364 environment variables LC_ALL, LC_TYPE, and LANG.
5365
5366 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5367
5368 * font-lock.el (font-lock-default-fontify-region): Fix last change.
5369
5370 * font-lock.el (font-lock-multiline): Default to nil.
5371 (font-lock-default-fontify-region): If font-lock-multiline is
5372 nil, don't check the property `font-lock-multiline'.
5373
5374 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5375 is nil, don't check the `font-lock-multiline' text property.
5376
5377 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5378
5379 * viper.el: Call initial-major-mode on startup.
5380
5381 * ediff.el (ediff-patch-file): Use better defaults.
5382
5383 * ediff-vers.el: Fix for 8+3 DOS file systems.
5384
5385 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
5386
5387 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
5388 diff mode, if available.
5389
5390 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5391
5392 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
5393
5394 * ediff-init.el (subst-char-in-string): Define and use it, unless
5395 it's already defined.
5396
5397 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5398
5399 * tooltip.el (tooltip-hide-delay): New user-option.
5400 (tooltip-show): Use tooltip-hide-delay instead of the default.
5401
5402 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5403
5404 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5405 kill-local-variable doesn't work for enable-multibyte-characters.
5406
5407 2001-01-17 Dave Love <fx@gnu.org>
5408
5409 * ediff-init.el (ediff-before-setup-hook)
5410 (ediff-merge-filename-prefix): Add :version.
5411
5412 * international/latin1-disp.el: Require disp-table.
5413 (latin1-display): Fix :set.
5414
5415 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5416
5417 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5418
5419 * isearch.el (isearch-lazy-highlight-initial-delay)
5420 (isearch-lazy-highlight-interval): Default to 0.
5421
5422 2001-01-17 Bob Glickstein <bobg@zanshin.com>
5423
5424 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5425 1 here rather than each time through
5426 isearch-lazy-highlight-new-loop.
5427 (isearch-lazy-highlight-max): Variable deleted.
5428 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5429 isearch-lazy-highlight-max but controls a single invocation of
5430 isearch-lazy-highlight-update.
5431 (isearch-lazy-highlight-wrapped): Variable recreated.
5432 (isearch-lazy-highlight-window-start): New variable.
5433 (isearch-lazy-highlight-cleanup): Restored to behavior of
5434 before 2-Jan.
5435 (isearch-lazy-highlight-remove-overlays): Function deleted;
5436 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5437 behavior removed.
5438 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5439 isearch-lazy-highlight-update in a loop rather than just once.
5440 Test isearch-invalid-regexp here and decide not to start a new
5441 loop, rather than testing it each time through
5442 isearch-lazy-highlight-update.
5443 (isearch-lazy-highlight-search): Function restored.
5444 (isearch-lazy-highlight-update): Get called in a timer loop again,
5445 but this time highlight more than one match each time through.
5446 Only highlight matches in the visible part of the window.
5447 Start at point, move in the direction of the search, and wrap around at
5448 the edge of the window. Use sit-for to force redisplay and ensure
5449 window-start is credible. "Face suppressing" behavior removed;
5450 overlay priorities should make it unnecessary, right?
5451 (isearch-highlight): Face suppressing behavior removed.
5452 (isearch-dehighlight): Face suppressing behavior removed.
5453 (isearch-set-lazy-highlight-faces-at): Removed.
5454
5455 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5456
5457 * language/european.el ("Latin-1"): Make the format of description
5458 about additional language environments same as that of Latin-2.
5459
5460 2001-01-16 Dave Love <fx@gnu.org>
5461
5462 * isearch.el (isearch-lazy-highlight): Add :version.
5463
5464 * simple.el (backward-delete-char-untabify-method)
5465 (next-line-add-newlines): Add :version.
5466
5467 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5468
5469 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5470 Don't bind <delete> otherwise.
5471
5472 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5473 and <delete> via function-key-map.
5474
5475 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5476 Subject line only if point is after the `Subject:'.
5477
5478 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5479
5480 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5481 japanese-jisx0213-2 in `charset' property of this lang. env.
5482
5483 * language/european.el ("Latin-1"): Add description for Dutch and
5484 Spanish lang. env.
5485
5486 * international/mule.el (decode-char): Fix conditions.
5487 (encode-char): Handle eight-bit-control too.
5488 (transform-make-coding-system-args): New function.
5489 (make-coding-system): Accept XEmacs style arguments for CCL base
5490 coding system.
5491
5492 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5493
5494 * progmodes/etags.el (find-tag-noselect): Save the value of
5495 tags-file-name before switching buffers, for the case it has a
5496 buffer-local value.
5497
5498 2001-01-15 Alex Schroeder <alex@gnu.org>
5499
5500 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5501 From Dave Love <fx@gnu.org>.
5502 (ansi-color-for-comint-mode): Fix :version.
5503
5504 2001-01-15 Alex Schroeder <alex@gnu.org>
5505
5506 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5507
5508 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5509
5510 * dired.el (dired-insert-directory): If file-system-info fails,
5511 remove the " free " part, but don't signal an error.
5512
5513 2001-01-12 Sam Steingold <sds@gnu.org>
5514
5515 * bookmark.el (bookmark-maybe-historicize-string):
5516 Use new backquote syntax.
5517
5518 2001-01-12 Richard M. Stallman <rms@gnu.org>
5519
5520 * subr.el (last): Handle a list that doesn't end in nil.
5521
5522 2001-01-12 Sam Steingold <sds@gnu.org>
5523
5524 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5525 to `backward-delete-char-untabify'.
5526
5527 2001-01-12 Dave Love <fx@gnu.org>
5528
5529 * cus-edit.el (customize-menu-create): Fix the :filter following
5530 easymenu change.
5531
5532 * wid-edit.el (function): Add :match-alternatives.
5533 (widget-color-action): Doc fix.
5534
5535 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5536
5537 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5538
5539 2001-01-12 Kenichi Handa <handa@etl.go.jp>
5540
5541 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
5542
5543 * international/ccl.el (define-ccl-program): Fix docstring.
5544
5545 2001-01-11 Dave Love <fx@gnu.org>
5546
5547 * international/mule-cmds.el (standard-display-european-internal):
5548 Set display table for 2208 as for 160.
5549
5550 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5551
5552 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5553 entry for custom-menu-create change.
5554 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5555 don't cons it in the search loop.
5556
5557 * imenu.el (imenu--truncate-items): Revert last change.
5558
5559 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5560
5561 * info.el (Info-setup-header-line): If the node header includes
5562 either Next: or Prev: links, don't show the File: and Node: parts
5563 in the header line.
5564
5565 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5566
5567 * comint.el (comint-goto-process-mark): Don't print a message
5568 when running in batch mode.
5569
5570 * isearch.el (isearch-search): In the condition-case handler for
5571 `error', set isearch-invalid-regexp to the whole error message.
5572
5573 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5574 ensure that eval-after-load works for files dumped with Emacs.
5575
5576 * help.el (load-symbol-file-load-history): New function extracted
5577 from function symbol-file.
5578 (symbol-file): Use it.
5579
5580 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
5581
5582 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5583
5584 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5585 behave as if there were no prefix argument.
5586 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5587 argument were nil.
5588
5589 2001-01-11 Richard M. Stallman <rms@gnu.org>
5590
5591 * isearch.el (isearch-lazy-highlight-update):
5592 Don't look for more potential matches once maximum is exceeded.
5593 Use overlays-in to check correctly for overlap with current match.
5594 Ignore empty matches.
5595
5596 2001-01-11 Miles Bader <miles@gnu.org>
5597
5598 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5599 (ispell-overlay-window, ispell-help, ispell-show-choices)
5600 (ispell-command-loop): Use it instead of `window-height'.
5601
5602 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5603
5604 * files.el (confirm-kill-emacs): New user-option.
5605 (save-buffers-kill-emacs): Ask for final confirmation before
5606 killing Emacs.
5607
5608 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5609 to nil.
5610
5611 2001-01-10 Dave Love <fx@gnu.org>
5612
5613 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5614
5615 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
5616
5617 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5618
5619 * calculator.el (calculator-number-digits): Fix :type.
5620
5621 * vc-cvs.el (vc-cvs-header): Fix :type.
5622 * vc-rcs.el (vc-rcs-header): Fix :type.
5623 * vc-sccs.el (vc-sccs-header): Fix :type.
5624
5625 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5626
5627 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5628
5629 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5630
5631 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5632
5633 * simple.el (set-variable): Force a thorough redisplay for the
5634 case that the variable has an effect on the display, like
5635 `tab-width' has.
5636
5637 2001-01-10 Andre Spiegel <spiegel@gnu.org>
5638
5639 * vc.el: Add documentation for backend interface.
5640
5641 2001-01-10 Kenichi Handa <handa@etl.go.jp>
5642
5643 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5644
5645 * international/mule-conf.el (latin-extra-code-table): Set to t
5646 for \223 and \224.
5647
5648 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5649
5650 * international/mule-cmds.el (locale-language-names): Map "es" to
5651 "Spanish" and "nl" to "Dutch".
5652
5653 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5654
5655 * bindings.el (global-map): Bind <home> to beginning-of-line,
5656 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5657 C-<end> to end-of-buffer.
5658
5659 * language/european.el: Add Dutch and Spanish language info
5660 to be able to use the appropriate tutorials.
5661
5662 2001-01-09 Alex Schroeder <alex@gnu.org>
5663
5664 * ansi-color.el (ansi-color-process-output): Use markers instead
5665 of positions for start and end of region.
5666 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5667 Previously, occasional mistakes happend when fontifying many
5668 chunks of output (eg. ls --color=yes /dev). This happened
5669 whenever an overlay was created up to the end of the region, which
5670 coincided with the process-mark. New text would then be added
5671 within that overlay instead of after it.
5672 (ansi-color-make-extent): Overlays are created with the property
5673 `modification-hooks' set to '(ansi-color-freeze-overlay).
5674 (ansi-color-freeze-overlay): New function. When inserting text at
5675 the end of the overlay, the overlay will resize.
5676
5677 2000-01-09 Alex Schroeder <alex@gnu.org>
5678
5679 * ansi-color.el (ansi-color-process-output): Doc change.
5680 (ansi-color-unfontify-region): Doc change. No longer installed
5681 automatically in font-lock-unfontify-region-function.
5682 (ansi-color-apply): Doc change.
5683 (ansi-color-apply-on-region): Use extents or overlays instead of
5684 text-properties.
5685 (ansi-color-make-extent): New function.
5686 (ansi-color-set-extent-face): New function.
5687
5688 2000-01-09 Alex Schroeder <alex@gnu.org>
5689
5690 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5691 both use ansi-color-process-output, now.
5692 (ansi-color-process-output): Doesn't return string anymore. It is
5693 installed in comint-output-filter-functions for both Emacs and
5694 XEmacs, now.
5695 (ansi-color-unfontify-region): Simplified code removing variables
5696 pos and start-ansi.
5697 (ansi-color-apply): Put text-property ansi-color before putting
5698 text-property face because ansi-color-unfontify-region is called
5699 immediately after the call to put-text-property.
5700 (ansi-color-context-region): Doc change.
5701 (ansi-color-filter-region): Simplified code.
5702 (ansi-color-apply-on-region): Changed start to start-marker, using
5703 a marker explicitly. Put text-property ansi-color before putting
5704 text-property face because ansi-color-unfontify-region is called
5705 immediately after the call to put-text-property.
5706
5707 2000-01-09 Alex Schroeder <alex@gnu.org>
5708
5709 * ansi-color.el (ansi-color-faces-vector): Doc change.
5710 (ansi-color-for-comint-mode): Changed :type property to choice.
5711 (ansi-color-last-context): Removed.
5712 (ansi-color-process-output): Don't use ansi-color-last-context, as
5713 the main functions will store their context now.
5714 (ansi-color-context): Doc change.
5715 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5716 Uses ansi-color-context such that repeated calls will strip
5717 partial escape sequences, too.
5718 (ansi-color-apply): Simplified code. Colorize end of string if
5719 face is not null. Store context in new (FACE STRING) format, such
5720 that repeated calls will strip partial escape sequences, too.
5721 Append faces to face property using ansi-color-apply-sequence such
5722 that cumulative mode actually works.
5723 (ansi-color-context-region): New variable.
5724 (ansi-color-filter-region): Rewrote it based on
5725 ansi-color-apply-on-region. Uses ansi-color-context-region such
5726 that repeated calls will strip partial escape sequences, too.
5727 (ansi-color-apply-on-region): Simplified code. Colorize end of
5728 region if face is not null. Store context in new (FACE POS)
5729 format, such that repeated calls will strip partial escape
5730 sequences, too. Append faces to face property using
5731 ansi-color-apply-sequence such that cumulative mode actually works.
5732 (ansi-color-apply-sequence): New function.
5733 (ansi-color-get-face): When the default face is added to the list
5734 of faces, all previous settings are discarded and the list of
5735 faces is set to '(default).
5736
5737 2000-01-09 Alex Schroeder <alex@gnu.org>
5738
5739 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5740 face, such that ansi-color-apply and ansi-color-apply-on-region
5741 will do the right thing.
5742 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5743 returns nil, set the list of faces back to nil instead of
5744 appending the result of ansi-color-get-face to the front of the list.
5745
5746 2000-01-09 Alex Schroeder <alex@gnu.org>
5747
5748 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5749 (ansi-color-process): Doc change.
5750 (ansi-color-last-context): New buffer-local variable.
5751 (ansi-color-process-output): New function. It is automatically
5752 added to comint-output-filter-functions if this is XEmacs.
5753 (ansi-color-unfontify-region): New optional parameter for XEmacs
5754 compatibility. Check wether font-lock-syntactic-keywords is
5755 boundp before removing the syntax table text property, as XEmacs
5756 doesn't have it.
5757 (ansi-color-filter-region): Doc change.
5758 (ansi-color-apply-on-region): Doc change.
5759 (ansi-color-make-face): New function. Compatibility layer for
5760 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5761 (ansi-color-make-color-map): Use ansi-color-make-face.
5762 (ansi-color-get-face): Avoid face text property '(nil) as results
5763 in an errow for XEmacs.
5764
5765 2000-01-09 Alex Schroeder <alex@gnu.org>
5766
5767 * ansi-color.el (ansi-color-unfontify-region): New function.
5768 Uses text-property ansi-color in order to preserve fontification by
5769 ansi-color. When the package is loaded, a lambda expression is
5770 put onto font-lock-mode-hook. This lambda expression will check
5771 font-lock-unfontify-region-function and replace
5772 font-lock-default-unfontify-region with ansi-color-unfontify-region.
5773 (ansi-color-apply): Add text-property ansi-color in addition to
5774 text-property face.
5775 (ansi-color-apply-on-region): Add text-property ansi-color in
5776 addition to text-property face.
5777 (save-buffer-state): Copy of the macro that is also used by
5778 lazy-lock and font-lock.
5779
5780 (ansi-color-for-comint-mode): New option.
5781 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5782 (ansi-color-for-comint-mode-off): Ditto.
5783 (ansi-color-for-comint-mode-filter): Ditto.
5784 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5785 decide what to do. This function is added to
5786 comint-preoutput-filter-functions when the package is loaded.
5787
5788 (ansi-color-for-shell-mode-set): Removed.
5789 (ansi-color-for-shell-mode): Removed.
5790
5791 2000-01-09 Alex Schroeder <alex@gnu.org>
5792
5793 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5794 the lambda expression from the ansi-color-for-shell-mode :set
5795 property. Additionally, modify shell-mode-hook to enable or
5796 disable font-lock-mode for future shell buffers.
5797 (ansi-color-for-shell-mode): The :set property calls
5798 ansi-color-for-shell-mode-set instead of a lambda expression.
5799
5800 2000-01-09 Alex Schroeder <alex@gnu.org>
5801
5802 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5803 (ansi-color-context): New variable.
5804 (ansi-color-apply): Save context between calls.
5805
5806 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5807
5808 * isearch.el (isearch, isearch-lazy-highlight-face):
5809 New definitions for face colors and attributes.
5810
5811 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5812 of display-mouse-p.
5813
5814 2001-01-09 Kenichi Handa <handa@etl.go.jp>
5815
5816 * international/mule.el (make-coding-system): If the coding system
5817 accepts extra latin codes, register such codes as safe for the
5818 coding system.
5819
5820 2001-01-08 Richard M. Stallman <rms@gnu.org>
5821
5822 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5823 don't mention the file name or the date here, because they are
5824 logged at the start of the file.
5825
5826 2001-01-08 Richard M. Stallman <rms@gnu.org>
5827
5828 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5829 Change screen-width to frame-width.
5830
5831 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5832
5833 * info.el (Info-search): Print the default as part of the prompt.
5834
5835 2001-01-08 Andre Spiegel <spiegel@gnu.org>
5836
5837 * vc.el (vc-default-latest-on-branch-p): New function, replaces
5838 constant implementations in backends.
5839
5840 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5841 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5842
5843 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5844 WRITABLE to EDITABLE.
5845
5846 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5847 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5848 to EDITABLE.
5849
5850 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5851
5852 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
5853 (copyright, copyright-update): Compute the current year at run time.
5854
5855 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5856
5857 * isearch.el (isearch-old-signal-hook): Removed.
5858 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5859 instead of setting signal-hook-function.
5860 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5861
5862 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
5863
5864 * emulation/edt.el: Update to version 4.0. Provide support for
5865 EDT scroll margins at top and bottom of the window. Provide an
5866 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5867 default). Enhance edt-quit, bound to GOLD-q by default, to warn
5868 user when file-related buffer modifications exist.
5869 Provide support for running EDT Emulation in XEmacs.
5870 Provide customize access to some user updatable variables.
5871 Add Commentary section to file header.
5872 Fixed a few minor bugs and cleaned up some code.
5873
5874 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5875 for detecting a keypress that generates an ASCII key sequence.
5876 (Previously, only a keypress that generates a vector was
5877 recognized.) Embed Window Manager name into name of the generated
5878 EDT Emulation initialization file since the initialization file is
5879 Window Manager specific. Add Commentary section to file header.
5880
5881 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5882
5883 * mail/sendmail.el (mail-mode): Doc fix.
5884
5885 * info.el (Info-goto-emacs-command-node): Doc fix.
5886 (Info-goto-emacs-key-command-node): Doc fix.
5887
5888 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5889
5890 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
5891 systems without long file-name support.
5892
5893 2001-01-06 Andrew Innes <andrewi@gnu.org>
5894
5895 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5896
5897 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5898
5899 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5900 (isearch-lazy-highlight-update): Doc fix.
5901
5902 * ffap.el (ffap-bindings): Doc fix.
5903
5904 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5905
5906 2001-01-05 Dave Love <fx@gnu.org>
5907
5908 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5909
5910 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5911
5912 * mouse-drag.el (mouse-drag-safe-scroll):
5913 Bind scroll-preserve-screen-position to nil.
5914
5915 * isearch.el (isearch-old-signal-hook): New variable.
5916 (isearch-mode): Set signal-hook-function to isearch-done.
5917 (isearch-done): Restore old signal-hook-function.
5918
5919 * info.el (Info-fontify-node): Mark one more char as intangible.
5920
5921 2000-01-05 Kenichi Handa <handa@etl.go.jp>
5922
5923 * composite.el (compose-last-chars): New argument COMPONENTS.
5924 If it is non-nil, compose preceding characters by compose-region with
5925 COMPONENTS.
5926
5927 * international/quail.el (quail-input-string-to-events): New function.
5928 (quail-input-method): Convert input string to events here.
5929 (quail-start-translation): Return input string, not event list.
5930 (quail-start-conversion): Likewise.
5931
5932 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5933
5934 * tooltip.el (tooltip-cancel-delayed-tip)
5935 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5936 and tooltip-add-timeout.
5937 (tooltip-show): Set border color from faces's foreground.
5938 (tooltip-show-help-function): If called with the same help string
5939 as last time, do nothing.
5940 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5941
5942 * startup.el (fancy-splash-screens): Don't bind show-help-function
5943 to nil.
5944
5945 * tooltip.el (tooltip-frame-parameters): Remove colors.
5946 (tooltip): New face
5947 (tooltip-set-param): New function.
5948 (tooltip-show): Set up color frame parameters from face `tooltip'.
5949 Display the tooltip text in face `tooltip'.
5950
5951 2001-01-04 Dave Love <fx@gnu.org>
5952
5953 * whitespace.el (whitespace-global-mode): Fix typo.
5954
5955 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5956
5957 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5958
5959 * help.el (help-for-help): Fix a typo in a doc string.
5960 From kwzh@gnu.org (Karl Heuer).
5961
5962 2001-01-03 Dave Love <fx@gnu.org>
5963
5964 * dired-x.el: Doc fixes. Maintainer change.
5965 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
5966 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5967 (dired-guess-shell-alist-user): Customize.
5968 (dired-x-help-address): Set to bug-gnu-emacs.
5969 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5970 (dired-default-directory): Renamed from default-directory.
5971
5972 * hl-line.el (hl-line): Doc fix.
5973
5974 2001-01-03 Karl Fogel <kfogel@red-bean.com>
5975
5976 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
5977
5978 2001-01-02 Richard M. Stallman <rms@gnu.org>
5979
5980 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5981 to remove all the current alternative-match highlighting.
5982 If nil, remove only what's outside the current window.
5983 (isearch-lazy-highlight-remove-overlays): Take optional
5984 region within which NOT to remove them.
5985 (isearch-lazy-highlight-new-loop): Greatly simplified.
5986 (isearch-lazy-highlight-update): Find all the other occurrences
5987 visible in the window, in just one call.
5988 (isearch-lazy-highlight-start): Now holds start of region to scan.
5989 (isearch-lazy-highlight-end): Now holds end of region to scan.
5990 (isearch-lazy-highlight-wrapped): Variable deleted.
5991 (isearch-lazy-highlight-search): Function deleted.
5992
5993 2000-01-02 Andrew Innes <andrewi@gnu.org>
5994
5995 * w32-fns.el (convert-standard-filename): Do length check on name
5996 before aref.
5997
5998 2001-01-02 Dave Love <fx@gnu.org>
5999
6000 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
6001 value.
6002 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
6003
6004 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
6005
6006 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
6007 read syntax.
6008
6009 * calendar/todo-mode.el (todo): Add :link, :version.
6010 (todo-save-top-priorities): Remove autoload cookie.
6011 (todo-add-category, todo-add-item-non-interactively)
6012 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
6013
6014 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6015
6016 * comint.el (comint-input-history-ignore): New variable.
6017 (comint-read-input-ring): Ignore entries matching
6018 comint-input-history-ignore.
6019
6020 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
6021
6022 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
6023 (lm-copyright-mark): New function.
6024 (lm-crack-copyright): New function.
6025 (lm-verify): Check that the file has a copyright.
6026 Check that the file is copyright Free Software Foundation.
6027
6028 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6029
6030 * international/mule-diag.el (print-fontset): Indent font name by
6031 24 columns, not 25.
6032
6033 2000-12-29 Gerd Moellmann <gerd@gnu.org>
6034
6035 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
6036 in Subject line.
6037
6038 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
6039 Use mail-mode-hook instead of mail-setup-hook.
6040 Otherwise continuing an interrupted message with C-u C-x m for
6041 instance, winds up in Mail mode without abbrevs.
6042
6043 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6044
6045 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
6046 non-nil. Adding almost all customization variables on ps-setup.
6047 Doc fix.
6048 (ps-print-version): New version number (6.3.3).
6049 (ps-end-with-control-d): Initialization fix.
6050 (ps-lines-printed): New var.
6051 (ps-skip-newline): New fun.
6052 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
6053 (ps-next-line, ps-continue-line, ps-plot-region)
6054 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
6055
6056 2000-12-29 Kenichi Handa <handa@etl.go.jp>
6057
6058 * international/fontset.el (x-complement-fontset-spec):
6059 Resolve ASCII font name so that the same family name is used for fonts
6060 registered in x-font-name-charset-alist.
6061 (create-fontset-from-fontset-spec): Adjusted for the above change.
6062 The name of fontset alias should be a unresolved ASCII font name.
6063
6064 2000-12-28 Gerd Moellmann <gerd@gnu.org>
6065
6066 * simple.el (delete-key-deletes-forward-mode): Bind backspace
6067 and delete in isearch-mode-map.
6068
6069 2000-12-28 Richard M. Stallman <rms@gnu.org>
6070
6071 * dired-x.el (dired-guess-shell-alist-default):
6072 Use xpdf instead of acroread.
6073
6074 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6075
6076 * textmodes/artist.el (artist-butlast): Deleted.
6077 (artist-ellipse-mirror-quadrant): Use butlast instead of
6078 artist-butlast.
6079
6080 * subr.el (butlast, nbutlast): Moved from cl.el to here.
6081
6082 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
6083
6084 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6085
6086 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
6087
6088 * ls-lisp.el: Better support for the Mac and MS-Windows.
6089 (ls-lisp): New defgroup.
6090 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
6091 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
6092 (ls-lisp-support-shell-wildcards): New defcustoms.
6093 (ls-lisp-parse-symlink): New function.
6094 (insert-directory): Code to convert switches to a list and set up
6095 the wildcard argument copied from ls-lisp-insert-directory.
6096 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
6097 for -C and -R switches.
6098 (ls-lisp-column-format): New function.
6099 (ls-lisp-delete-matching, ls-lisp-handle-switches)
6100 (ls-lisp-format-time): Add doc strings.
6101 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
6102 Support ls-lisp-dirs-first.
6103 (ls-lisp-classify, ls-lisp-extension): New functions.
6104 (ls-lisp-format): Optionally support emulation of symlinks.
6105 Support -i, -s, and -G switches.
6106
6107 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6108
6109 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
6110
6111 * version.el (emacs-version): Print X scroll bar information.
6112
6113 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
6114 instead of x-toolkit-scroll-bars-p.
6115
6116 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
6117 of x-toolkit-scroll-bars-p.
6118
6119 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
6122 (ffap-bindings): Doc fix, to reflect the above change.
6123
6124 2000-12-27 Kenichi Handa <handa@etl.go.jp>
6125
6126 * term.el (term-char-mode): Define all non-ascii self-inserting
6127 characters to 'term-send-raw in term-raw-map.
6128
6129 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
6130
6131 * viper-init (viper-restore-cursor-type): Added condition-case guard.
6132
6133 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
6134 Changed initialization; use add-hook.
6135 (ediff-file-remote-p): Use file-local-copy.
6136
6137 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
6138
6139 * ediff.el (ediff-patch-buffer): Bug fix.
6140 (ediff-revision): Allow selection of the file at the prompt.
6141
6142 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
6143
6144 * subr.el (combine-run-hooks): Remove.
6145
6146 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
6147 and remove the rogue second spec.
6148
6149 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6150
6151 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
6152
6153 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
6154
6155 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
6156 Use minibuffer menu prompt for the `=' prefix.
6157 (smerge-command-prefix): Change default to C-^.
6158 (smerge-mode): Don't assume font-lock doesn't move point.
6159
6160 * skeleton.el (skeleton-internal-1): Make sure the first line of
6161 the region is also re-indented.
6162 (skeleton-end-newline): New var.
6163 (skeleton-end-hook): Use it.
6164
6165 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6166
6167 * comint.el (comint-password-prompt-regexp): Support CVS.
6168
6169 2000-12-22 Gerd Moellmann <gerd@gnu.org>
6170
6171 * simple.el (delete-key-deletes-forward-mode): Simplify.
6172 Also backspace key combinations, depending on
6173 delete-key-deletes-forward.
6174
6175 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6176
6177 * simple.el (delete-key-deletes-forward): Doc fix.
6178
6179 2000-08-22 Emmanuel Briot <briot@gnat.com>
6180
6181 * xml.el (top level comment): Updated to reflect the fact that
6182 white spaces are relevant in the XML file.
6183 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6184 to parse was already edited. This allows for on-the-fly analysis
6185 of XML files.
6186 (xml-parse-tag): Check that the casing is the same in the start
6187 tag and end tag, since XML is case-sensitive. Allows for spaces
6188 in the end tag, after the name of the tag.
6189 (xml-parse-attlist): Allow for the character '-' in the name of
6190 attributes, as in the standard http-equiv attribute Do not save
6191 the properties in the XML tree, since they are not relevant.
6192
6193 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6194
6195 * generic.el (generic-read-type): Undo last change, inline into
6196 `generic-mode' and then remove.
6197 (generic-mode): Inline generic-read-type.
6198 (define-generic-mode): Push the symbol name rather than the symbol
6199 onto generic-mode-list.
6200
6201 2000-12-21 Gerd Moellmann <gerd@gnu.org>
6202
6203 * generic.el (generic-read-type): Build an alist for
6204 completing-read as in 20.7.
6205
6206 * play/landmark.el (lm): Use interactive spec `P'.
6207 (toplevel): Don't set debug-on-error.
6208
6209 * server.el (server-switch-buffer): Choose a window on a visible frame.
6210
6211 2000-12-21 Dave Pearson <davep@davep.org>
6212
6213 * quickurl.el: Commentry change, I've moved my web site.
6214
6215 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6216
6217 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6218 ranges like \177-\237, but accepts the character sequence from \177 to
6219 \237. Doc fix.
6220 (ebnf-version): New version (3.4).
6221 (ebnf-setup): Code fix.
6222 (ebnf-range-regexp): New fun.
6223 (ebnf-8-bit-chars): Const fix.
6224
6225 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6226 entry. Doc fix.
6227 (ebnf-bnf-lex): Code fix.
6228 (ebnf-bnf-comment-chars): Const fix.
6229
6230 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6231 entry. Doc fix.
6232 (ebnf-iso-comment-chars): Const fix.
6233
6234 * ebnf-otz.el: Doc fix.
6235
6236 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6237 entry. Doc fix.
6238 (ebnf-yac-skip-code): Code fix.
6239 (ebnf-yac-comment-chars): Const fix.
6240
6241 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6242
6243 * files.el (insert-directory-safely): New function.
6244 (recover-file): Use it instead of insert-directory.
6245 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
6246
6247 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6248
6249 * international/mule-cmds.el (select-safe-coding-system):
6250 Check coding-category-list more rigidly. Improve help message.
6251
6252 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6253
6254 2000-12-21 Miles Bader <miles@gnu.org>
6255
6256 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
6257
6258 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6259
6260 * international/mule-diag.el (describe-char-after): Make *Help*
6261 buffer inherit multibyteness of the current buffer.
6262
6263 * international/mule.el (make-char): Docstring adjusted for the
6264 change of make-char-internal.
6265
6266 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6267
6268 * international/iso-cvt.el: Docstrings fix.
6269
6270 2000-12-20 Dave Love <fx@gnu.org>
6271
6272 * subr.el (eval-after-load): Doc fix.
6273
6274 2000-12-20 Kenichi Handa <handa@etl.go.jp>
6275
6276 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6277 for numbers.
6278
6279 2000-12-20 Miles Bader <miles@gnu.org>
6280
6281 * international/quail.el (quail-help): Resize the help window
6282 again after it has all its contents. Remove unneeded progn.
6283
6284 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6285
6286 * pcmpl-linux.el: Fix copy/paste error.
6287
6288 2000-12-19 Andrew Innes <andrewi@gnu.org>
6289
6290 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
6291
6292 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6293
6294 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6295
6296 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6297
6298 * progmodes/idlw-shell.el: Fixed copyright notice.
6299
6300 * progmodes/idlwave.el: Fixed copyright notice.
6301
6302 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
6303 TAB as key separators.
6304
6305 2000-12-19 Alex Schroeder <alex@gnu.org>
6306
6307 * sql.el (sql-sybase-options): New option.
6308 (sql-sybase): Use it. Add sql-database to the list of parameters
6309 provided for login. The options -w 2048 -n are not used any more.
6310 (sql-postgres-options): Changed default from "--pset" to "-P".
6311 (sql-mysql-options): Doc change.
6312 (sql-stop): Doc change.
6313
6314 2000-12-19 Kenichi Handa <handa@etl.go.jp>
6315
6316 * international/quail.el (quail-input-method): Always hide
6317 the guidance buffer on exiting.
6318
6319 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6320
6321 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6322 isn't fboundp.
6323
6324 * server.el (server-buffer-done): Bury the buffer before
6325 killing it.
6326
6327 * faces.el (face-spec-set): Interpret a nil in specs for
6328 foreground and background colors as `unspecified', for
6329 compatibility with 20.x.
6330
6331 2000-12-18 Dave Love <fx@gnu.org>
6332
6333 * simple.el (mail-user-agent): Doc fix.
6334 (input-mode-8-bit): Removed.
6335
6336 * international/mule.el (set-keyboard-coding-system): Doc fix.
6337 (keyboard-coding-system): New option.
6338
6339 * mail/sendmail.el (send-mail-function): Customize.
6340
6341 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6342
6343 * international/codepage.el (cp866-decode-table): New table.
6344
6345 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6346
6347 * version.el (emacs-version): Remove `%a' from the time format
6348 because the weekday doesn't fit well into each locale.
6349
6350 2000-12-18 Miles Bader <miles@gnu.org>
6351
6352 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6353
6354 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
6355 Check that emacs-major-version is `=' to 20, not `>='.
6356 (artist-replace-chars): Use `make-string' instead of a loop.
6357
6358 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6359
6360 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6361 (cvs-execute-single-file): Don't change directory.
6362 Patch from Per Cederqvist.
6363
6364 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6365
6366 * textmodes/ispell.el (check-ispell-version):
6367 If `ispell-program-name' is "aspell", pass it the -v switch instead
6368 of -vv.
6369
6370 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6371
6372 * international/mule-diag.el (mule-diag): Insert information about
6373 configure options, multibyte awareness, language env.
6374
6375 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6376 regexp to search for candidates.
6377
6378 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6379
6380 * info.el (Info-forward-node): If the node has an
6381 Info-header-line, widen the buffer before searching for "next:"
6382 and "up:" pointers, and set the search limit to stay in the
6383 current node.
6384
6385 2000-12-16 Miles Bader <miles@gnu.org>
6386
6387 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6388
6389 2000-12-15 Miles Bader <miles@gnu.org>
6390
6391 * comint.el (comint-send-string, comint-send-region): Also accept
6392 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6393 process-send-string/region.
6394
6395 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6396
6397 * isearch.el (isearch-lazy-highlight-max): New user-option.
6398 (isearch-lazy-highlight-update): Don't highlight more than
6399 isearch-lazy-highlight-max matches.
6400
6401 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6402
6403 2000-12-15 Richard M. Stallman <rms@gnu.org>
6404
6405 * sort.el (sort-columns): Fix error message.
6406
6407 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6408 `upcase' or `downcase' or nil.
6409 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6410 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6411 (dabbrev--substitute-expansion): New arg record-case-pattern.
6412 If it is non-nil, set dabbrev--last-case-pattern.
6413 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6414
6415 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6416
6417 2000-12-15 Miles Bader <miles@gnu.org>
6418
6419 * paths.el (Info-default-directory-list): Don't delete
6420 configure-info-directory from the list of standard info
6421 directories when appending it to the end -- their order is important.
6422
6423 * faces.el (read-face-attribute): If there's no entry for the
6424 user's input in VALID, just use it as-is (this will often result
6425 in an error, but it may be OK for e.g. colors using hexadecimal
6426 notation, and at least will yield a better error message).
6427
6428 * window.el (mode-line-window-height-fudge): Function removed.
6429 (height-affecting-face-attributes, mode-line-window-height-fudge):
6430 Variables removed.
6431 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6432 window is really the right size. Use vertical-motion
6433 rather than forward-line.
6434 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6435 (ispell-command-loop, ispell-show-choices): Use the variable
6436 ispell-choices-win-default-height, rather than the function.
6437 (ispell-choices-win-default-height): Function removed.
6438 (ispell-mode-line-window-height-fudge): Function removed.
6439
6440 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6441
6442 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6443
6444 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6445
6446 * paths.el (Info-default-directory-list):
6447 If configure-info-directory is not one of the standard directories,
6448 put it first in the list; otherwise put it last. Doc string
6449 changed accordingly.
6450
6451 * info.el (Info-directory-list): Change doc string to reflect the
6452 change in Info-default-directory-list.
6453
6454 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6455 windows-nt as windowed environments, even under -nw.
6456
6457 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6458 if not fboundp. Switch delete-forward mode for the <delete> key
6459 on all PC platforms, even under -nw.
6460
6461 * term/internal.el ([M-delete]): Remap to M-d.
6462
6463 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6464
6465 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6466
6467 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6468
6469 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6470
6471 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6472
6473 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6474 if appropriate.
6475
6476 * simple.el (delete-key-deletes-forward): New user-option.
6477 (delete-key-deletes-forward-mode): New function.
6478
6479 * bindings.el: Bind `delete' to backward-delete-char.
6480
6481 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6482 Test if symbol is bound before getting its value.
6483
6484 * tooltip.el (tooltip-show): If an error is signaled in
6485 x-show-tip, display that error, and display the help in the
6486 echo area.
6487
6488 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6489
6490 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6491 Show "... entries" messages for every 10000 entries, not 10.
6492
6493 2000-12-13 Karl Fogel <kfogel@red-bean.com>
6494
6495 * bookmark.el: Provide a generic exit hook, as suggested by
6496 Ovidiu Predescu <ovidiu@cup.hp.com>:
6497 (bookmark-exit-hook): New var.
6498 (bookmark-exit-hook-internal): New func, replaces
6499 old raw lambda form in `kill-emacs-hook', and runs new
6500 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6501 as logically that feature must have been provided if this function
6502 is running.
6503 Removed ;;;###autoload before the `add-hook' call.
6504
6505 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6508 (easy-menu-current-active-maps): New function.
6509 (easy-menu-get-map): Use it.
6510 Make a proper menu entry when creating a new keymap.
6511
6512 2000-12-13 Kenichi Handa <handa@etl.go.jp>
6513
6514 * international/characters.el: Fix cases and syntaxes for
6515 mule-unicode-0100-24ff.
6516
6517 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6518 that a Japanese character is not appended after day and year.
6519
6520 * info.el (Info-suffix-list): Change format for a command that
6521 requires arguments.
6522 (info-insert-file-contents): Adjusted for the above change.
6523
6524 2000-12-12 Andreas Schwab <schwab@suse.de>
6525
6526 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6527 on the name of the tar buffer. Verify that the existing buffer is
6528 visiting the same subfile.
6529
6530 2000-12-12 Dave Love <fx@gnu.org>
6531
6532 * subdirs.el: Add obsolete.
6533
6534 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6535
6536 * mail/rmailsum.el (rmail-summary-expunge)
6537 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6538 instead of rmail-confirm-expunge.
6539
6540 * replace.el (perform-replace): Don't use an empty match adjacent
6541 to a non-empty match when computing the next match before the
6542 replacement is performed.
6543
6544 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
6545
6546 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6547 definition (patch by Stefan Monnier).
6548 (glasses-mode): Use jit-lock instead of `after-change-functions'
6549 (patch by Stefan Monnier).
6550
6551 2000-12-12 Miles Bader <miles@gnu.org>
6552
6553 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6554 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6555
6556 2000-12-12 Andrew Choi <akochoi@i-cable.com>
6557
6558 * term/mac-win.el: Remove load for ls-lisp.
6559
6560 * loadup.el: Load ls-lisp for system-type `macos'.
6561
6562 2000-12-12 Miles Bader <miles@gnu.org>
6563
6564 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6565 Respect field end too.
6566 (just-one-space): Respect fields as `delete-horizontal-space'.
6567 (newline-and-indent, reindent-then-newline-and-indent):
6568 Use `delete-horizontal-space'.
6569
6570 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6571
6572 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6573 (so as to obey the field property in the minibuffer).
6574
6575 * obsolete/c-mode.el: Moved from lisp/progmodes.
6576 * obsolete/auto-show.el: Moved from lisp.
6577 * obsolete/ooutline.el: Moved from lisp/textmodes.
6578
6579 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6580
6581 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
6582 changes to list them here.
6583
6584 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6585 Too many changes to list them here.
6586
6587 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6588 Too many changes to list them here.
6589
6590 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6591
6592 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6593
6594 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
6595
6596 * cus-edit.el (custom-save-variables, custom-save-faces):
6597 Comment fix.
6598
6599 * hscroll.el: Moved to `obsolete' subdir.
6600
6601 2000-12-11 Miles Bader <miles@gnu.org>
6602
6603 * window.el (window-text-height): Function removed (now in C).
6604
6605 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6606
6607 * log-edit.el (log-edit-parent-buffer): New var.
6608 (log-edit): Set it. Add BUFFER argument.
6609 (log-edit-done): Use char-before.
6610 Don't bother checking validity of vc-comment-ring.
6611 Only bury the buffer if log-edit popped it up.
6612
6613 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6614 (cvs-mode-diff-help): Remove.
6615 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
6616 (cvs-mode-marked): Set up the default for CMD manually.
6617
6618 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6619 Remove binding for ? now made unnecessary.
6620
6621 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6622
6623 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
6624 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6625
6626 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6627 when master file is not open.
6628
6629 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6630
6631 * progmodes/ada-stmt.el: Update `maintainer'.
6632
6633 2000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
6634
6635 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6636 choices to match documentation string.
6637
6638 2000-12-09 Miles Bader <miles@gnu.org>
6639
6640 * minibuf-eldef.el: New file.
6641
6642 * window.el (fit-window-to-buffer): Don't pass last argument to
6643 pos-visible-in-window-p, now that its meaning is inverted.
6644
6645 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6646
6647 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6648 <ceder@lysator.liu.se>.
6649
6650 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * autoinsert.el (auto-insert-alist): Add missing final \n.
6653
6654 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6655 (cvs-menu-map): Remove.
6656 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6657 (cvs-mode-quit): Turn it back into a plain function.
6658
6659 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
6660 (texinfo-filter): Remove (move to texinfo.el).
6661
6662 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6663 file where it's more visible.
6664 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6665 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6666 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6667 (texinfo-inside-macro-p): Only catch `scan-error's.
6668 (texinfo-inside-env-p): Make better use of the match info.
6669 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6670 (texinfo-insert-@end): Slight re-organization.
6671 Also remove useless `looking-at' call.
6672
6673 2000-12-08 Andrew Innes <andrewi@gnu.org>
6674
6675 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6676 accessible in -nw mode.
6677
6678 * term/w32-win.el: Remove stuff about selection timeout, which is
6679 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6680 it is accessible in -nw mode.
6681
6682 2000-12-08 Dave Love <fx@gnu.org>
6683
6684 * emacs-lisp/lisp-mode.el (lisp-mode):
6685 Set font-lock-keywords-case-fold-search.
6686
6687 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6688
6689 * textmodes/ispell.el (ispell): Doc fix.
6690
6691 2000-12-08 Kenichi Handa <handa@etl.go.jp>
6692
6693 * international/quail.el (quail-insert-decode-map): Check the
6694 frame width of a window displaying the current buffer, not that of
6695 the selected frame.
6696 (quail-help): Make sure that the help buffer has window before
6697 inserting text in it.
6698
6699 2000-12-07 Sam Steingold <sds@gnu.org>
6700
6701 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6702 Backquote is used in isearch.el, so autoloading saves nothing.
6703
6704 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6705
6706 * startup.el (normal-top-level-add-subdirs-to-load-path):
6707 Ignore the CVS and RCS subdirectories case-insensitively.
6708
6709 * dired.el (dired-insert-directory): If file-system-info is
6710 fboundp, call it instead of invoking dired-free-space-program.
6711
6712 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6713
6714 * server.el (server-visit-files): Push files on file-name-history.
6715
6716 * progmodes/cc-langs.el: Update copyright.
6717
6718 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6719
6720 * bindings.el (mode-line-mode-menu): Add glasses-mode.
6721
6722 * bindings.el (mode-line-mode-menu): Reverse the order
6723 of define-keys so that the menu appears in alphabetical order.
6724
6725 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
6726
6727 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6728 of the function.
6729
6730 2000-12-07 Dave Love <fx@gnu.org>
6731
6732 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6733
6734 * facemenu.el (facemenu-unlisted-faces): Fix value.
6735
6736 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * font-lock.el (font-lock-default-fontify-region):
6739 Include the terminating \n (off-by-one error).
6740 (font-lock-set-defaults): Use dolist.
6741
6742 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6743
6744 2000-12-07 Kenichi Handa <handa@etl.go.jp>
6745
6746 * international/mule-cmds.el (describe-language-environment):
6747 Fix for the case that an input method title is not string but a list.
6748
6749 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6750 of wrong SIZE record.
6751
6752 2000-12-06 Dave Love <fx@gnu.org>
6753
6754 * newcomment.el (comment-region, comment-dwim): Doc fix.
6755
6756 * textmodes/texinfo.el: Require tex-mode when compiling.
6757 (texinfo-update-node): Doc fix.
6758 (texinfo-imenu-generic-expression): Add @anchor.
6759 (texinfo-font-lock-keywords): Add @uref.
6760 (texinfo-inside-macro-p): Don't use ignore-errors.
6761 (texinfo-insert-quote): Match more contexts.
6762
6763 * international/mule.el (decode-char, encode-char): Doc fix.
6764 (auto-coding-alist): Customize.
6765
6766 * files.el (load-file): Fix change of 2000-03-12.
6767
6768 * wid-edit.el (widget-text-keymap): Doc fix.
6769
6770 2000-12-06 Andrew Innes <andrewi@gnu.org>
6771
6772 * makefile.w32-in (lisp): Set to an absolute directory, namely
6773 $(CURDIR).
6774
6775 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6776
6777 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6778 read generated-autoload-file, and set buffer-file-coding-system to
6779 raw-text-unix after reading the file.
6780
6781 * international/mule-conf.el (file-coding-system-alist):
6782 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
6783
6784 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6785
6786 * replace.el (occur): Make line-number-width 1 smaller for the
6787 colon following the line number.
6788
6789 * startup.el (fancy-splash-text, command-line-1):
6790 Use `File' for the menu name instead of `Files'.
6791
6792 * tmm.el: Update copyright.
6793
6794 * cus-start.el: Add entry for even-window-heights.
6795
6796 2000-12-06 Miles Bader <miles@gnu.org>
6797
6798 * faces.el (frame-set-background-mode): Avoid stomping on
6799 locally modified faces.
6800
6801 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6802
6803 * international/fontset.el: Correct the font registries for
6804 japanese-jisx0213-1 and japanese-jisx0213-2.
6805
6806 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6807
6808 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6809
6810 * iswitchb.el: Update customization commentary.
6811
6812 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
6813
6814 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6815 (tpu-search-highlight): Fixed comparison of overlay end positions.
6816 (tpu-trim-line-ends): Implemented trimming logic locally.
6817
6818 * emulation/tpu-extras.el (tpu-write-file-hook)
6819 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
6820
6821 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6822
6823 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6824 to cn-gb.
6825 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6826
6827 2000-12-04 Dave Love <fx@gnu.org>
6828
6829 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6830
6831 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6832
6833 * mail/rmailsum.el (rmail-summary-expunge)
6834 (rmail-summary-expunge-and-save): Ask for confirmation with
6835 rmail-expunge-confirmed.
6836
6837 * mail/rmail.el (rmail-expunge-confirmed): New function.
6838 (rmail-expunge): Use it.
6839
6840 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6841
6842 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
6843 (etags-recognize-tags-table, find-tag-in-order):
6844 New functionality: interpret file names as tags.
6845
6846 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6847
6848 * info.el (Info-scroll-prefer-subnodes): New defcustom.
6849 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6850 the first subnode until the bottom of the current node is visible.
6851
6852 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6853
6854 * format.el (format-decode): Don't change buffer's undo list.
6855
6856 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6857
6858 * faces.el (face-font-registry-alternatives): Add entries for CJK
6859 fonts. Doc-string adjusted for the actual usage of this data.
6860
6861 * international/fontset.el: Change the font registries for CJK
6862 fonts in the default fontset. Don't append '*' to registries.
6863
6864 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6865
6866 * emacs-lisp/easy-mmode.el (define-derived-mode)
6867 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6868
6869 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6870 (derived-mode-p): New function.
6871 (derived-mode-make-docstring): Add `docstring' argument.
6872 Use it if available and complete it if necessary.
6873
6874 2000-12-03 Andreas Schwab <schwab@suse.de>
6875
6876 * type-break.el (type-break): Don't make parent of itself.
6877
6878 2000-12-03 Miles Bader <miles@gnu.org>
6879
6880 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6881
6882 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6883
6884 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6885 (tex-main-file, tex-file): Simplify.
6886 (tex-generate-zap-file-name): Use subst-char-in-string.
6887 (tex-strip-dots): Remove.
6888
6889 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6890
6891 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6892 to check if the match succeeded.
6893
6894 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6895
6896 * startup.el (use-fancy-splash-screens-p): New function.
6897 (command-line-1): Use it to determine whether or not to use
6898 a fancy splash screen.
6899
6900 2000-12-02 Andreas Schwab <schwab@suse.de>
6901
6902 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6903
6904 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6905
6906 * international/mule.el (make-char): Fix last change.
6907
6908 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6909 New defcustoms.
6910 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
6911 autoloading tex-mode; instead, do the same manually.
6912 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
6913 with numeric argument. Docstring fix.
6914 (toplevel): Require cl when compiling.
6915
6916 * international/mule.el (make-char): Doc fix.
6917
6918 2000-12-02 Jason Rumney <jasonr@gnu.org>
6919
6920 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6921 the Emacs Lisp manual)
6922
6923 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6924
6925 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6926
6927 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6928 the Emacs Lisp manual).
6929
6930 2000-12-02 Gerd Moellmann <gerd@gnu.org>
6931
6932 * simple.el (next-line-add-newlines): Change default to nil.
6933
6934 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * files.el (revert-buffer, recover-file):
6937 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
6938
6939 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6940
6941 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6942
6943 2000-12-01 Miles Bader <miles@gnu.org>
6944
6945 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6946
6947 2000-12-01 Kenichi Handa <handa@etl.go.jp>
6948
6949 * international/mule-diag.el (describe-char-after): Fix typo.
6950 (describe-character-set, non-iso-charset-alist): Fix typo.
6951
6952 2000-12-01 Miles Bader <miles@gnu.org>
6953
6954 * image-file.el (image-file-name-regexp): Automatically add
6955 upper-case variants of each filename extension in
6956 `image-file-name-extensions', since they seem to be common.
6957
6958 * simple.el (minibuffer-contents)
6959 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6960 New functions.
6961 * filecache.el (file-cache-directory-name)
6962 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6963
6964 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
6965
6966 * filecache.el (file-cache-minibuffer-complete): Don't try to
6967 delete the minibuffer prompt.
6968
6969 2000-11-30 Dave Love <fx@gnu.org>
6970
6971 * cus-start.el: Fix read-buffer-function type.
6972
6973 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6974
6975 * md5.el: Removed. There's a built-in function, now.
6976
6977 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
6978
6979 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6980 as dummy 0-th char of rmail-deleted-vector.
6981
6982 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6983
6984 * ps-print.el (ps-end-job): Bind case-fold-search only after
6985 switching to ps-spool-buffer.
6986
6987 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6988
6989 * ps-print.el: Line number font customization. PostScript: Lines and
6990 PageCount are initialized on each page. Doc Fix.
6991 (ps-print-version): New version number (6.3.2).
6992 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6993 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6994 (ps-right-header): Customization fix.
6995 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6996 Fix code.
6997 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6998 New vars.
6999
7000 2000-11-30 Gerd Moellmann <gerd@gnu.org>
7001
7002 * bs.el: Fix typos and spelling errors.
7003 (bs-appearance) <defgroup>: Renamed from bs-appearence.
7004 (bs-configuration): Doc fix.
7005
7006 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
7007
7008 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
7009
7010 * emulation/tpu-edt.el (tpu-version): New version.
7011 (tpu-search-overlay, tpu-replace-overlay): New initial range.
7012 (tpu-original-mode-line): Variable deleted.
7013 (tpu-mark-flag): New initial value.
7014 (tpu-set-mode-line): Don't redefine mode-line-format.
7015 Add tpu-mark-flag to minor-mode-alist.
7016 (tpu-update-mode-line): New mark flag logic.
7017 (tpu-get): Use find-file-wildcards.
7018 (tpu-search-highlight): Move overlay less, reset overlay properly.
7019 (tpu-unselect): Deactivate mark.
7020 (tpu-lm-replace): Reset overlay properly.
7021 (tpu-forward-line): Use forward-visible-line.
7022 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
7023
7024 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
7025
7026 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
7027
7028 * cus-edit.el (custom-face-value-create): Always emphasize tag.
7029
7030 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7031
7032 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
7033 and skip whitespace and newlines.
7034
7035 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
7036
7037 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
7038
7039 2000-11-29 Gerd Moellmann <gerd@gnu.org>
7040
7041 * help.el (describe-function-1): Regexp-quote function name
7042 when used as part of a regexp.
7043
7044 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7045 Use face-attribute instead of face-foreground and face-background.
7046 (tool-bar-add-item): Likewise, and handle unspecified colors.
7047
7048 * enriched.el (enriched-face-ans): Use face-attribute instead
7049 of face-foreground and face-background.
7050
7051 * faces.el (face-foreground, face-background, face-stipple):
7052 Return nil if attribute is unspecified, for backward compatibility.
7053
7054 * files.el (auto-mode-alist): Add an entry for antlr-mode.
7055
7056 * play/5x5.el: Remove version info.
7057
7058 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
7059
7060 * frame.el (blink-cursor-mode): Doc fix.
7061
7062 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7063
7064 * antlr-mode.el: New commands to run ANTLR from within Emacs and
7065 to create Makefile rules.
7066 (antlr-tool-command): New user option.
7067 (antlr-ask-about-save): New user option.
7068 (antlr-makefile-specification): New user option.
7069 (antlr-file-formats-alist): New variable.
7070 (antlr-special-file-formats): New variable.
7071 (antlr-unknown-file-formats): New user option.
7072 (antlr-help-unknown-file-text): New variable.
7073 (antlr-help-rules-intro): New variable.
7074 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
7075 (antlr-mode-menu): Add entries.
7076 (antlr-file-dependencies): New function.
7077 (antlr-directory-dependencies): New function.
7078 (antlr-superclasses-glibs): New function.
7079 (antlr-run-tool): New command.
7080 (antlr-makefile-insert-variable): New function.
7081 (antlr-insert-makefile-rules): New function.
7082 (antlr-show-makefile-rules): New command.
7083
7084 * antlr-mode.el: More Emacs/XEmacs stuff.
7085 (antlr-no-action-keywords): New constant with value nil.
7086 (antlr-font-lock-keywords-alist): Use it. Old value would break
7087 syntax highlighting in Emacs-21.0.
7088 (antlr-default-directory): Emacs/XEmacs dependend function.
7089 (antlr-read-shell-command): Ditto.
7090 (antlr-with-displaying-help-buffer): Ditto.
7091
7092 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7093
7094 * antlr-mode.el: imenu, parsing and highlighting changes.
7095 (antlr-imenu-create-index-function): Don't create extra submenus
7096 for definitions in different grammar classes. It is not necessary
7097 for the menu and would make command `imenu' awkward to use.
7098 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
7099 header actions and more than one.
7100 (antlr-font-lock-tokendef-face): Changed color.
7101 (antlr-font-lock-tokenref-face): Changed color.
7102 (antlr-font-lock-additional-keywords): Also highlight lowercase.
7103 (antlr-mode-syntax-table): New variable.
7104 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
7105 (antlr-with-syntax-table): Don't copy syntax table.
7106
7107 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7108
7109 * antlr-mode.el: Minor changes: language setting.
7110 (antlr-language-alist): The value for file option "language" can
7111 be both an identifier and a string.
7112 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
7113 (antlr-language-limit-n-regexp): Change accordingly.
7114
7115 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
7116
7117 * antlr-mode.el: Minor changes: tabs, hiding.
7118 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
7119 (antlr-action-visibility): Also allow value nil to also hide the
7120 braces. Renamed from `antlr-tiny-action-length'.
7121 Suggested by Jay@aol.com.
7122 (antlr-hide-actions): Change accordingly. Hide line if completely
7123 hidden action is on a line of its own.
7124
7125 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7126
7127 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
7128
7129 * sort.el (sort-columns): Don't concat strings with numbers.
7130
7131 2000-11-29 Dave Love <fx@gnu.org>
7132
7133 * cus-edit.el (face): Fix :format.
7134
7135 * mail/feedmail.el: Require smtpmail when compiling.
7136 (mail-do-fcc): Autoload.
7137 (feedmail) <defgroup>: Fix :link.
7138 (feedmail-nuke-body-in-fcc): Fix :type.
7139 (feedmail-send-it): Add autoload cookie.
7140
7141 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
7142
7143 * newcomment.el (comment-indent): Save excursion around call to
7144 comment-indent-function.
7145
7146 2000-11-29 Miles Bader <miles@gnu.org>
7147
7148 * subr.el (member-ignore-case): Return the tail of the list who's
7149 car matches, like `member', not the matching element itself.
7150
7151 2000-11-29 Kenichi Handa <handa@etl.go.jp>
7152
7153 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
7154 should not contain `\n'.
7155
7156 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7157
7158 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
7159
7160 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
7161
7162 * dired-aux.el (dired-do-create-files): Construct default file
7163 name for dired-mark-read-file-name so that when the user enters
7164 just RET, the target file will end up in the target directory.
7165
7166 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7167 local-abbrev-table before changing buffers because it might
7168 have a buffer-local binding.
7169
7170 2000-11-28 Miles Bader <miles@gnu.org>
7171
7172 * simple.el (delete-horizontal-space): Handle fields more generally.
7173
7174 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7175
7176 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7177
7178 2000-11-28 Dave Love <fx@gnu.org>
7179
7180 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7181 comment-start-skip locally.
7182
7183 * progmodes/fortran.el (fortran-mode): Don't set
7184 fortran-comment-line-start-skip. Set comment-start to
7185 fortran-comment-line-start.
7186 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7187 (fortran-comment-line-start-skip): Simplify slightly.
7188
7189 2000-11-28 Gerd Moellmann <gerd@gnu.org>
7190
7191 * play/5x5.el: Remove RCS keyword.
7192
7193 * bs.el: Mistaken commit, undone 2000-11-30.
7194
7195 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
7196
7197 * textmodes/tildify.el (tildify-string-alist):
7198 Add `plain-tex-mode' here.
7199
7200 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7201
7202 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7203 reference.
7204
7205 2000-11-28 Miles Bader <miles@gnu.org>
7206
7207 * cus-face.el (custom-face-attributes): Add post-filter function
7208 for :box. Make pre-filter function for :box handle all cases.
7209
7210 * wid-edit.el (widget-choose): Make sure pop-up window is large
7211 enough to display all the choices, as there's no way to scroll it.
7212
7213 2000-11-28 Kenichi Handa <handa@etl.go.jp>
7214
7215 * international/mule-conf.el: Make the coding system no-conversion
7216 safe for all characters.
7217
7218 2000-11-27 Dave Love <fx@gnu.org>
7219
7220 * net/ldap.el (ldap) <defgroup>: Add :version.
7221
7222 * tooltip.el (tooltip-use-echo-area): Doc fix.
7223
7224 * cus-start.el <minibuffer-prompt-properties>: Add version.
7225 <read-buffer-function>: Add.
7226
7227 * apropos.el (apropos-print): Add help-echo to active text.
7228
7229 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7230
7231 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7232
7233 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7234 type, group and version.
7235
7236 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7237
7238 * select.el (x-get-selection): Docstring fix.
7239
7240 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
7241
7242 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
7243
7244 2000-11-27 Andrew Innes <andrewi@gnu.org>
7245
7246 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7247
7248 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7249
7250 2000-11-27 Miles Bader <miles@gnu.org>
7251
7252 * dired.el (dired-get-filename): Return filename verbatim if
7253 LOCALP is `verbatim'.
7254 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7255 `verbatim' so that we don't inadvertently delete a non-existant
7256 directory name.
7257
7258 2000-11-27 Kenichi Handa <handa@etl.go.jp>
7259
7260 * international/characters.el: Specify cases and syntaxes for
7261 mule-unicode-0100-24ff.
7262
7263 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7264
7265 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7266 that foreground and/or background colors of the face `tool-bar'
7267 are unspecified.
7268
7269 2000-11-27 Miles Bader <miles@gnu.org>
7270
7271 * wid-edit.el (widget-field-buffer, widget-field-start)
7272 (widget-field-end): Handle widget field `pseudo-overlays'.
7273 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7274 if it's there instead of in `widget-field-list'.
7275
7276 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
7277 (help-make-xrefs): Delete extraneous newlines at the end of the
7278 docstring.
7279
7280 2000-11-25 Jason Rumney <jasonr@gnu.org>
7281
7282 * startup.el (command-line): Call set-locale-environment after
7283 Window System init file is read, as it can result in a call to
7284 redraw-frame.
7285
7286 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7287
7288 * simple.el (shell-command): Mention the effect of the prefix
7289 argument in the doc string.
7290
7291 2000-11-25 Miles Bader <miles@gnu.org>
7292
7293 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7294
7295 * wid-edit.el (widget-field-value-delete): Don't try to delete
7296 overlay when it's the `pseudo-overlay' that exists at some points.
7297
7298 2000-11-24 Jason Rumney <jasonr@gnu.org>
7299
7300 * international/mule-cmds.el (locale-language-names): Add "jp" as
7301 a non-standard alternative for Japanese.
7302
7303 2000-11-24 Andre Spiegel <spiegel@gnu.org>
7304
7305 * vc-hooks.el: Require 'cl during compilation.
7306
7307 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7308
7309 * faces.el (face-set-after-frame-default): Let face attributes
7310 specified for new frames override frame parameters.
7311
7312 * startup.el (command-line): Fix computation of the source file
7313 for user-init-file when user-init-file is a compiled file.
7314
7315 2000-11-24 Miles Bader <miles@gnu.org>
7316
7317 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
7318 (custom-post-filter-face-spec): New functions.
7319 (custom-face-set, custom-face-value-create): Filter the face spec
7320 before and after customization.
7321 (custom-face-set): If VALUE specifies a null face, pass a
7322 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7323 * cus-face.el (custom-face-attributes): Remove SET and GET
7324 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7325 cases they're needed.
7326
7327 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7328 that it's distinguishable from the :off-glyph on dark-background
7329 displays. Set its background color too.
7330
7331 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7332 so that people can easily turn it off.
7333
7334 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
7335
7336 * ediff-diff.el: Moved variables around to have it compile under NT.
7337
7338 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
7339
7340 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
7341
7342 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7343 redundant skip-small-frames test.
7344
7345 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7346 (viper-downgrade-to-insert): Protect against errors in hooks.
7347
7348 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7349 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
7350 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7351 New functions.
7352
7353 * viper-util.el (viper-memq-char): Bug fixes.
7354
7355 * viper.el (viper-mode): Fix cursor handling.
7356
7357 2000-11-24 Kenichi Handa <handa@etl.go.jp>
7358
7359 * international/mule-diag.el (list-iso-charset-chars):
7360 For two-byte charset, fix the `while' condition.
7361 (list-non-iso-charset-chars): Fix the `while' condition.
7362
7363 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7366 if the variable is make-variable-buffer-local.
7367
7368 * progmodes/ada-stmt.el (ada-template-map):
7369 Initialize and bind it to C-c t in ada-mode-map.
7370 (ada-stmt-mode-hook): New function extracted from old code.
7371 Only change the buffer-local side of skeleton-*.
7372 (ada-mode-hook): Use it.
7373
7374 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7375
7376 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7377 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7378 we expect to be returned by minibuffer-depth once we prompt the
7379 user in the minibuffer.
7380 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7381 as recorded in iswitchb-minibuf-depth, return non-nil.
7382
7383 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7384
7385 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7386 (hscroll-window-maybe): Docstring fix.
7387
7388 2000-11-23 Dave Love <fx@gnu.org>
7389
7390 * rect.el (string-rectangle): Don't test delete-selection-mode.
7391
7392 2000-11-23 Gerd Moellmann <gerd@gnu.org>
7393
7394 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7395 is in the tool bar.
7396
7397 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
7398 with `no-dir'; we want the directory part to be able to remove it.
7399
7400 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7401
7402 * textmodes/outline.el (outline-flag-region):
7403 Don't bind inhibit-read-only since we don't modify the buffer.
7404 (outline-isearch-open-invisible): Don't jump to overlay-start
7405 since we're trying to unhide text around point.
7406 (outline-discard-overlays): Use dolist.
7407
7408 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7409
7410 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7411
7412 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
7413
7414 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7415
7416 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7417 Fix ARG regexp to skip quoted braces.
7418 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7419 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7420 are (correctly) handled separately).
7421 Remove `caption' and `footnote' from `citations': they contain text.
7422 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7423 (latex-skeleton-end-hook): New function.
7424 (latex-mode): Use it.
7425 (tex-start-tex-marker): Remove.
7426 (tex-send-tex-command): Don't set tex-start-tex-marker.
7427 (tex-error-parse-syntax-table): New var.
7428 (tex-compilation-parse-errors): Use it.
7429 Ignore tex-start-tex-marker. Don't bother with marker-position.
7430 (tex-validate-buffer): Don't bother with marker-position.
7431
7432 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
7433 (flyspell-generic-progmode-verify): Use it.
7434
7435 2000-11-22 Sam Steingold <sds@gnu.org>
7436
7437 * simple.el (delete-trailing-whitespace): New interactive function.
7438
7439 * progmodes/ada-mode.el (ada-mode): Use it instead of
7440 `ada-remove-trailing-spaces'.
7441 (ada-remove-trailing-spaces): Removed.
7442
7443 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
7444
7445 * textmodes/picture.el (picture-clean): Removed.
7446 (picture-mode-exit): Call it instead of `picture-clean'.
7447
7448 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7449
7450 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7451
7452 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7453 jit-lock-fontify-buffer; it should anyway be unneccessary to
7454 do anything special when jit-lock is active.
7455 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7456
7457 2000-11-22 Dave Love <fx@gnu.org>
7458
7459 * calendar/todo-mode.el (todo-top-priorities): Use
7460 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7461
7462 * language/chinese.el, language/cyrillic.el:
7463 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7464 * language/hebrew.el, language/indian.el, language/japanese.el:
7465 * language/korean.el, language/lao.el, language/misc-lang.el:
7466 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7467 Use provide.
7468
7469 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7470 (custom-variable-set): Improve validation error mesage.
7471
7472 * rect.el (string-rectangle): Revert last change.
7473 (string-rectangle-line): New arg DELETE.
7474 (string-rectangle): Check delete-selection-mode.
7475
7476 * emacs-lisp/edebug.el (edebug-version)
7477 (edebug-maintainer-address): Deleted.
7478 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7479 (edebug-read-function): Account for other `'#' read forms.
7480 (edebug-mode-menus): Make some items toggles.
7481 (edebug-outside-unread-command-event, unread-command-event):
7482 Remove these to avoid warnings.
7483
7484 2000-11-22 David Ponce <david@dponce.com>
7485
7486 * recentf.el (recentf-menu-items-for-commands)
7487 (recentf-make-menu-items, recentf-make-menu-item)
7488 (recentf-filter-changer): Added :help and :active menu-item properties.
7489
7490 (recentf-build-dir-rules, recentf-dump-variable)
7491 (recentf-edit-list, recentf-open-files-item)
7492 (recentf-open-files): Replaced unnecessary `mapcar' with new
7493 built-in `mapc'.
7494
7495 2000-11-23 Miles Bader <miles@gnu.org>
7496
7497 * faces.el (menu): Make inverse-video on ttys too.
7498
7499 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7500
7501 * simple.el (comment-line-break-function): Use the new name
7502 indent-new-comment-line -> comment-indent-new-line.
7503 (clone-indirect-buffer): Don't ignore NORECORD.
7504 (next-completion): Properly handle the case where items are adjacent.
7505
7506 * mouse.el (popup-menu): Stupid typo.
7507
7508 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7509
7510 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7511 maintainer, keywords tags.
7512
7513 * rect.el (replace-rectangle): Don't call string-rectangle-line
7514 with too many arguments.
7515
7516 2000-11-22 Andre Spiegel <spiegel@gnu.org>
7517
7518 * ediff-util.el (ediff-file-checked-out-p)
7519 (ediff-file-checked-in-p): Call vc-state instead of
7520 vc-locking-user, which no longer exists.
7521
7522 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7523
7524 2000-11-22 Dave Love <fx@gnu.org>
7525
7526 * md5.el (md5): Provide.
7527 (md5): Fix error call.
7528
7529 2000-11-22 Miles Bader <miles@gnu.org>
7530
7531 * textmodes/refill.el (refill-adjust-ignorable-overlay)
7532 (refill-fill-paragraph-at): Remove debugging code.
7533
7534 * calendar/calendar.el (generate-calendar-window): When we don't
7535 call `fit-window-to-buffer', make sure the top line is fully visible.
7536
7537 * image-file.el (insert-image-file): Don't make `read-only'
7538 property rear-nonsticky.
7539
7540 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7541 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7542 stashing away its original value.
7543 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7544 in the recursive edit.
7545 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7546 (isearch-done): Restore `minibuffer-message-timeout'.
7547
7548 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7549
7550 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7551
7552 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7553
7554 * find-lisp.el (find-lisp-find-files-internal):
7555 Use dolist, when and file-name-as-directory.
7556
7557 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
7558 (define-derived-mode, define-minor-mode): Add specs.
7559
7560 * window.el: General comment and spacing fixes.
7561 (save-selected-window): Use backquotes.
7562 (window-safely-shrinkable-p): New function.
7563 (shrink-window-if-larger-than-buffer): Use it.
7564
7565 * subr.el (make-local-hook): Docstring fix.
7566
7567 * shell.el (shell-mode): Use define-derived-mode.
7568
7569 * newcomment.el (comment-indent): Insert comment before calling
7570 comment-indent-function. Don't insert in column 0.
7571 (comment-dwim): Indent before inserting comment.
7572
7573 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7574 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7575 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7576 Use mapc rather than map.
7577
7578 * files.el (find-buffer-visiting): Compare all attributes before
7579 declaring two files identical (rather than just their inode-no).
7580 (auto-mode-alist): Use \' rather than $.
7581
7582 * which-func.el: Update maintainer line.
7583
7584 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7585 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7586 (uniquify-buffer-file-name): Use it.
7587
7588 2000-11-22 Miles Bader <miles@gnu.org>
7589
7590 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7591 * simple.el (minibuffer-avoid-prompt): New function.
7592
7593 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7594
7595 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7596
7597 2000-11-21 Miles Bader <miles@gnu.org>
7598
7599 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7600 inclusion of `track-mouse'.
7601
7602 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7603 (refill-adjust-ignorable-overlay): New function.
7604 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7605 only the paragraph's tail if possible.
7606 Update `refill-ignorable-overlay'.
7607 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7608
7609 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7610 point inside the fill-prefix.
7611
7612 * textmodes/refill.el (refill-post-command-function): Don't reset
7613 refill-doit in the case where a self-insertion command doesn't
7614 case a refill. Use `refill-fill-paragraph-at', getting position
7615 from `refill-doit'.
7616 (refill-after-change-function): Set `refill-doit' to END.
7617 (refill-fill-paragraph-at): New function, mostly from old
7618 refill-fill-paragraph.
7619 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7620 (refill-pre-command-function): New function.
7621 (refill-mode): Add it to `pre-command-hook'.
7622
7623 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7624
7625 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7626
7627 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7628 javadoc tags.
7629
7630 2000-11-20 Andre Spiegel <spiegel@gnu.org>
7631
7632 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7633 vc.el).
7634
7635 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
7636 require vc.
7637
7638 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
7639 checkouts.
7640
7641 2000-11-20 Dave Love <fx@gnu.org>
7642
7643 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7644
7645 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
7646
7647 * calculator.el (calculator-paste): Use `if' instead of `and'
7648 and `or'.
7649 (calculator-help): Don't use electric-describe-mode for XEmacs.
7650
7651 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7652
7653 * info.el (info-menu-5): Doc fix.
7654
7655 * textmodes/artist.el: New file.
7656
7657 2000-11-19 Andre Spiegel <spiegel@gnu.org>
7658
7659 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
7660 and differentiate according to checkout model.
7661 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7662 since this function is only concerned with master state.
7663
7664 * vc-hooks.el (vc-workfile-unchanged-p)
7665 (vc-default-workfile-unchanged-p): Moved here from vc.el.
7666
7667 * vc.el (vc-workfile-unchanged-p)
7668 (vc-default-workfile-unchanged-p): See above.
7669
7670 2000-11-19 Miles Bader <miles@gnu.org>
7671
7672 * image-file.el (insert-image-file): Make `intangible' and
7673 `read-only' properties rear-nonsticky too.
7674
7675 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7676
7677 * ps-print.el: Update copyright notice.
7678
7679 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7680 (tooltip-show): Use the offsets.
7681
7682 * bindings.el (mode-line-modified): Fix a typo.
7683 (mode-line-toggle-modified, mode-line-widen)
7684 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7685
7686 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7687
7688 * ps-print.el (toplevel): Test for find-coding-system being
7689 fboundp before calling ps-x-find-coding-system.
7690
7691 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7694 (vc-version-backup-file): Docstring fix.
7695
7696 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7697
7698 * files.el (basic-save-buffer): Don't add a newline if
7699 find-file-literally is non-nil.
7700 (find-file-literally): Extend doc string.
7701
7702 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7703 sort(1) with the `-f' argument.
7704
7705 2000-11-16 Andre Spiegel <spiegel@gnu.org>
7706
7707 * vc.el: Updated backend documentation.
7708 (vc-default-check-headers): New function.
7709
7710 * vc-{cvs,rcs,sccs}.el: Functions reordered.
7711
7712 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
7713 up-to-date.
7714 (vc-do-command): In the asynchronous case, output messages only if
7715 the minibuffer is not active.
7716
7717 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
7718 `vc-cvs-use-edit' is on.
7719 (vc-cvs-checkout): When this is used for reverting the workfile,
7720 make a backup of the original contents and revert to that in case
7721 of error.
7722 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
7723 remote repositories.
7724
7725 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7726 for both version and ratio in the minibuffer.
7727
7728 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
7729 Use vc-do-command to perform the annotation, not call-process.
7730
7731 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7732
7733 * international/quail.el (quail-start-translation): Don't call
7734 `message' before reading key sequence.
7735
7736 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7737
7738 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7739
7740 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7741
7742 * window.el (fit-window-to-buffer): Be sure to acquire at least
7743 one text line even if the buffer is empty.
7744
7745 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7746
7747 * net/ange-ftp.el (ange-ftp-file-writable-p)
7748 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7749 Bind ange-ftp-process-verbose to nil.
7750
7751 2000-11-15 Dave Love <fx@gnu.org>
7752
7753 * wid-edit.el (widget-specify-field, widget-specify-button):
7754 If :help-echo is a function, set help-echo of overlay to
7755 widget-mouse-help.
7756 (widget-mouse-help): New function.
7757 (widget-echo-help): Rewritten for :help-echo functions only taking
7758 a widget arg.
7759
7760 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7761 Use display-graphic-p.
7762 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7763 and that JPEG is available.
7764 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7765
7766 * international/mule-cmds.el (locale-charset-language-names):
7767 Match @euro.
7768
7769 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7770
7771 * faces.el (face-set-after-frame-default):
7772 If `inhibit-default-face-x-resources' is bound, don't intialize the
7773 default face from X resources.
7774
7775 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7776
7777 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7778 Don't set EMACSLOADPATH.
7779
7780 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7781
7782 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7783 texinfo-insert-@url.
7784 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7785 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7786
7787 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7788
7789 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7790 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7791 (checkdoc-minor-keymap): Backward compatibility.
7792 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7793 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7794 (checkdoc-this-string-valid-engine): Be a bit more strict
7795 to avoid matching substrings of `...' quoted vars/funs.
7796 (checkdoc-defun-info): Only look for `interactive' if alone.
7797 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7798
7799 * progmodes/compile.el (grep): `tag-default' can be nil.
7800
7801 * newcomment.el (comment-indent): Paren typo.
7802
7803 2000-11-14 Dave Love <fx@gnu.org>
7804
7805 * calculator.el: New maintainer version.
7806
7807 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
7808
7809 * cmuscheme.el: Doc fixes.
7810 (cmuscheme) <defgroup>: Use `scheme' as parent.
7811 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
7812
7813 * xscheme.el (scheme-program-name): Don't define here.
7814
7815 * progmodes/scheme.el (scheme-program-name): New variable
7816 (originally in cmuscheme).
7817
7818 2000-11-14 Miles Bader <miles@gnu.org>
7819
7820 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7821 Handle header-lines. Don't loop forever if we can't enlarge the
7822 window anymore. Simplify a bit.
7823
7824 2000-11-14 Kenichi Handa <handa@etl.go.jp>
7825
7826 * window.el (fit-window-to-buffer): Don't check
7827 window-text-height. Assure that the last line is fully visible.
7828
7829 * international/quail.el (quail-show-guidance-buf):
7830 Call fit-window-to-buffer to assure the enough height of the guidance
7831 buffer.
7832 (quail-update-guidance): Avoid making the guidance buffer shorter.
7833
7834 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7837 rather than `prepend' and add an interesting comment.
7838 (tex-math-face, tex-font-lock-syntactic-face-function):
7839 New face and function to use it.
7840 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7841 than `menu-enable' symbol property.
7842 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7843 (tex-mode): Add some latex-mode commands for auto-selection.
7844 Use tex-font-lock-syntactic-face-function.
7845 (tex-insert-quote): Simplify.
7846 (tex-shell): New mode.
7847 (tex-start-shell): Use it.
7848 (tex-shell-proc, tex-shell-buf): New functions.
7849 (tex-send-command): Use it.
7850 (tex-main-file): Fix the meaning of the new arg REALFILE.
7851 (tex-send-tex-command): New function split from `tex-start-tex'.
7852 Set compilation-last-buffer and compilation-parsing-end.
7853
7854 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7855 when it follows non-comment text on the line.
7856
7857 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7858 Set font-lock-defaults.
7859 (lisp-mode-shared-map): Init inside the defvar.
7860 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7861 Use define-derived-mode.
7862
7863 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7864
7865 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7866
7867 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7868
7869 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7870 Don't recursively optimize body because that can lead to infinite
7871 recursion; see comment there.
7872
7873 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7874
7875 * faces.el (face-spec-set-match-display): Revert the change from
7876 2000-10-24. Add a FIXME for after v21.1.
7877
7878 2000-11-13 Miles Bader <miles@gnu.org>
7879
7880 * textmodes/fill.el (skip-line-prefix): New function.
7881 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7882 (fill-paragraph): Don't leave point inside the fill-prefix.
7883 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7884 point inside the fill-prefix.
7885
7886 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7887
7888 * calendar/calendar.el (generate-calendar-window):
7889 Use `fit-window-to-buffer'.
7890
7891 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7892
7893 * gud.el (gud-minor-mode): New var.
7894 (gud-symbol, gud-val): New functions.
7895 (gud-find-file): Copy gud-minor-mode to the new buffer.
7896 (gud-menu-map): Include entries for commands that are not always
7897 available, using :enable to (de)activate them.
7898 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7899 (gud-mode-map): New map.
7900 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
7901 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7902 Don't set up gud's menu (it's done by the minor-mode).
7903 (gud-minibuffer-local-map): New.
7904 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7905 (gud-query-cmdline): New function.
7906 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7907 (gud-mode): Use define-derived-mode.
7908 Don't set up gud's menu (it's done by the minor-mode).
7909 (gud-chop-words): Remove.
7910 (gud-common-init): Use split-string instead.
7911 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7912
7913 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7914 Add keyword arg :name.
7915
7916 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7917 (diff-count-matches, diff-split-hunk): New functions.
7918 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7919
7920 * pcvs-info.el (cvs-fi-conflict-face): New var.
7921
7922 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7923 Make it into a simple syntax-table, shared among all submodes.
7924 (sh-heredoc-face): Re-introduce.
7925 (sh-font-lock-syntactic-face-function): New function.
7926 (sh-mode): Use it. Also use define-derived-mode.
7927 Remove old bogus setting of indent-region-function.
7928 (sh-set-shell): Don't set the syntax-table any more.
7929 (sh-mode-syntax-table) <defun>: Remove.
7930
7931 2000-11-12 Miles Bader <miles@gnu.org>
7932
7933 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7934 message if interactive.
7935
7936 2000-11-12 Dave Love <fx@gnu.org>
7937
7938 * mail/feedmail.el: Fix header,
7939 (feedmail) <defgroup>: Add :link.
7940
7941 * view.el: Use local-map property, not keymap on mode-line string.
7942
7943 * scroll-all.el (scroll-all-mode): Customize variable.
7944 Add autoload cookie to function.
7945
7946 * lazy-lock.el: Remove compatibility code.
7947
7948 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7949 (finder-help-echo): New variable.
7950 (finder-mouse-face-on-line): Add help-echo stuff.
7951 (finder-list-keywords, finder-list-matches): Use mapc.
7952
7953 * faces.el (face-font-registry-alternatives): Add :version.
7954
7955 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7956 tags-table-list.
7957
7958 * net/browse-url.el (browse-url-browser-function): Update :version.
7959
7960 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
7961 (mail-mode): Use [:alnum:] in some regexps.
7962
7963 2000-11-10 Dave Love <fx@gnu.org>
7964
7965 * ediff.el (ediff-regions-internal, ediff-documentation):
7966 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7967 fundamental mode.
7968
7969 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7970 buffer into fundamental mode.
7971 (ediff-set-difference): Use copy-sequence if available.
7972
7973 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7974 Check ediff-patch-map non-nil.
7975 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7976 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7977 buffer into fundamental mode.
7978
7979 * ediff-merg.el (state-or-merge): Defvar when compiling.
7980
7981 2000-11-10 Jason Rumney <jasonr@gnu.org>
7982
7983 * w32-fns.el (w32-add-charset-info): New function.
7984 (w32-charset-info-alist): Use it.
7985
7986 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7987
7988 * faces.el (face-font-registry-alternatives): New user-option.
7989
7990 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7991
7992 * textmodes/texinfo.el (texinfo-block-default): New var.
7993 (texinfo-insert-block): Use it. Insert a newline if needed.
7994
7995 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7996 (fill-region-as-paragraph): Use it.
7997
7998 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7999 (latex-mode): Tweak tex-*-(head|trail)er regexps.
8000 Tweak paragraph regexps to allow a leading [ \t]*.
8001 (tex-latex-block): Insert a newline if necessary.
8002 (latex-insert-item): Only insert a newline if necessary.
8003 (tex-guess-main-file): New function.
8004 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
8005 Set tex-main-file if TeX-master is provided.
8006 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
8007
8008 2000-11-10 Gerd Moellmann <gerd@gnu.org>
8009
8010 * startup.el (command-line): Set the default tooltip-mode
8011 to t for graphical displays which implement x-show-tip.
8012
8013 * tooltip.el (tooltip-mode): Add a comment about startup.el
8014 setting the default value of this user-option.
8015
8016 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
8017
8018 * font-lock.el (font-lock-*-face) <defvar>: Move.
8019 (font-lock-defaults-alist): Mark obsolete.
8020 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
8021 (font-lock-mode): Use define-minor-mode.
8022 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
8023 (font-lock-turn-off-thing-lock): Be more explicit.
8024 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
8025 (font-lock-syntactic-face-function): New var.
8026 (font-lock-fontify-syntactically-region): Use it.
8027 (font-lock-doc-face): New.
8028
8029 * pcvs.el (cvs-enabledp): Ignore errors.
8030 (cvs-commit-filelist): Never query.
8031 (cvs-mode-insert): Always add a terminating / in the initial prompt.
8032 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
8033 (cvs-do-removal): Use cvs-partition rather than delete-if.
8034 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
8035 cvs-bury-buffer.
8036
8037 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8038 Allow `next' to jump to after the end of the last match.
8039
8040 2000-11-09 Gerd Moellmann <gerd@gnu.org>
8041
8042 * simple.el (byte-compiling-files-p): New function.
8043
8044 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
8045 if it is there.
8046
8047 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
8048 nil again.
8049
8050 * textmodes/ispell.el (ispell-library-path): Don't call
8051 check-ispell-version when byte-compiling because that starts
8052 an ispell process, and ispell might not be installed.
8053 (toplevel): Don't set up a menu when byte-compiling.
8054
8055 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
8056 it, so that a boundp test can be used to determine if we're
8057 currently byte-compiling.
8058
8059 2000-11-09 Dave Love <fx@gnu.org>
8060
8061 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
8062
8063 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8064
8065 * ps-print.el: Patch for variable initialization when spooling.
8066 Doc fix.
8067 (ps-output-list): Fun eliminated.
8068 (ps-begin-file, ps-begin-job): Code fix.
8069
8070 2000-11-08 Dave Love <fx@gnu.org>
8071
8072 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
8073
8074 2000-11-08 Gerd Moellmann <gerd@gnu.org>
8075
8076 * simple.el (shell-command, display-message-or-buffer)
8077 (shell-command-on-region): Mention resize-mini-windows in the doc
8078 string.
8079 (display-message-or-buffer): Take the value of resize-mini-windows
8080 into account.
8081
8082 2000-11-07 Gerd Moellmann <gerd@gnu.org>
8083
8084 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
8085
8086 * dired.el (dired-between-files): Add `^. find' as an alternative
8087 to the regular expression, for find-dired.
8088
8089 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8090
8091 * textmodes/texnfo-upd.el: Require texinfo.
8092 (defmacro, defgroup): Remove.
8093 (texinfo-section-to-generic-alist): Remove.
8094 Use texinfo-section-list instead (i.e. level is changed string->int).
8095 (texinfo-filter): New function.
8096 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
8097 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
8098 Use it. And use regexp-opt.
8099 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
8100 (texinfo-update-menu-region-beginning)
8101 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
8102 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
8103 (texinfo-update-menu-same-level-regexps): Update.
8104 (texinfo-update-node, texinfo-every-node-update)
8105 (texinfo-sequential-node-update): Remove autoload cookie.
8106
8107 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
8108 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
8109 (texinfo-chapter-level-regexp): Remove.
8110 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
8111
8112 2000-11-06 Dave Love <fx@gnu.org>
8113
8114 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
8115
8116 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8117 Match defun*.
8118
8119 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8120
8121 * composite.el (composition-function-table): Variable declaration
8122 moved to src/composite.c.
8123 (compose-chars-after): New optional arg object.
8124
8125 2000-11-06 Gerd Moellmann <gerd@gnu.org>
8126
8127 * bindings.el (mode-line-toggle-read-only)
8128 (mode-line-toggle-modified, mode-line-widen)
8129 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
8130 (make-mode-line-mouse2-map): Rewritten.
8131 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
8132 functions so that C-h k can show something with a doc string.
8133
8134 * startup.el (fancy-splash-delay): Set to 10 seconds.
8135 (fancy-splash-max-time): New user-option.
8136 (fancy-splash-stop-time): New variable.
8137 (fancy-splash-screens): Set it. Catch `stop-splashing'.
8138 (fancy-splash-screens-1): Throw `stop-splashing' when current
8139 time is greater than fancy-splash-stop-time.
8140
8141 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
8142
8143 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
8144
8145 * pcvs.el (cvs-mode-marked): New arg `noquery'.
8146 Prompt user for a file rather than raising an error.
8147 (cvs-enabledp): Fix call to cvs-mode-marked.
8148 (cvs-insert-file): New function (extracted from cvs-mode-insert).
8149 (cvs-mode-insert): Use it. Change the init prompt' value.
8150 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
8151
8152 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
8153 Don't pass default arg to ewoc-locate.
8154 (ewoc-collect): Return result in the right order.
8155
8156 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
8157
8158 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
8159 (cvs-status-get-tags): Fix regexp.
8160 (cvs-status-trees, cvs-status-cvstrees):
8161 Combine after change hooks and don't sit-for.
8162 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
8163 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
8164 Use make-char rather than hard-coded cryptic data.
8165 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
8166
8167 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8168
8169 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8170 (cvs-insert-strings): New function.
8171
8172 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8173
8174 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8175 `mwheel-scroll-amount'.
8176 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8177 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8178 string-matching against the version string.
8179
8180 2000-11-06 Kenichi Handa <handa@etl.go.jp>
8181
8182 * language/thai.el ("Thai"): Set a lisp form that produces
8183 composed string in `sample-text' language info.
8184
8185 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8186 composed string in `sample-text' language info.
8187
8188 * international/mule-cmds.el (describe-language-environment):
8189 Eval `sample-text' data and insert the result.
8190
8191 * international/mule-conf.el (compound-text): Define this coding
8192 system here. Make x-ctext and ctext aliases of it.
8193
8194 * language/european.el (compound-text, ctext): Moved to
8195 international/mule-conf.el.
8196
8197 2000-11-05 Andrew Innes <andrewi@gnu.org>
8198
8199 * w32-fns.el (w32-version): New function.
8200
8201 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8202
8203 * progmodes/awk-mode.el: Update copyright.
8204 (awk-mode-abbrev-table): Remove.
8205 (awk-font-lock-keywords): Use regexp-opt.
8206 (awk-mode): Use define-derived-mode.
8207
8208 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8209 when extracting a suffix.
8210
8211 2000-11-04 Andre Spiegel <spiegel@gnu.org>
8212
8213 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8214 auto-save-mode.
8215
8216 2000-11-04 Jason Rumney <jasonr@gnu.org>
8217
8218 * language/european.el (decode-mac-roman): Test against r1 not r0.
8219
8220 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8221
8222 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8223 (icon-mode): Define indent-line-function.
8224 (icon-comment-indent): Simplify.
8225 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8226
8227 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8228
8229 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8230 Bind change-log-default-mode to defeat the caching done on it.
8231 Don't bother saving excursion any more.
8232
8233 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8234
8235 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8236 (set-frame-font): Use the new name (and the old for compatibility).
8237
8238 * toolbar/tool-bar.el (tool-bar-mode):
8239 * time.el (display-time-mode):
8240 * recentf.el (recentf-mode):
8241 * paren.el (show-paren-mode):
8242 * mwheel.el (mouse-wheel-mode):
8243 * msb.el (msb-mode):
8244 * jka-compr.el (auto-compression-mode):
8245 * image-file.el (auto-image-file-mode):
8246 * hl-line.el (hl-line-mode):
8247 * delsel.el (delete-selection-mode):
8248 * autoinsert.el (auto-insert-mode):
8249 * complete.el (partial-completion-mode): Drop unneeded positional args.
8250
8251 * info.el (Info-mode):
8252 * comint.el (comint-mode): Don't bother with make-local-hook.
8253
8254 * log-edit.el (log-edit-menu): New menu.
8255
8256 2000-11-03 Miles Bader <miles@gnu.org>
8257
8258 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8259 definition, so that trailing spaces are handled properly.
8260 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8261
8262 2000-11-03 Gerd Moellmann <gerd@gnu.org>
8263
8264 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8265 tab character.
8266 (fancy-splash-screens): Set tab-width to 20.
8267
8268 2000-11-03 Dave Love <fx@gnu.org>
8269
8270 * comint.el (comint-completion-addsuffix): Fix custom type.
8271
8272 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8273
8274 * font-lock.el (font-lock-buffers): Remove.
8275 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8276 (font-lock-change-major-mode): Remove.
8277 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8278 (font-lock-default-fontify-region): Extend the multiline
8279 fontification to whole lines.
8280 (font-lock-fontify-anchored-keywords)
8281 (font-lock-fontify-keywords-region): If matching just one
8282 line (with \n) only mark the \n as multiline.
8283
8284 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8285 Correctly handle the case where several :group args are supplied.
8286 Allow :extra-args.
8287 (easy-mmode-define-global-mode): Allow :extra-args.
8288 Correctly handle the case where several :group args are supplied.
8289
8290 2000-11-02 Miles Bader <miles@gnu.org>
8291
8292 * calendar/calendar.el (diary-face, calendar-today-face)
8293 (holiday-face): Remove dependency on `window-system'.
8294
8295 2000-11-02 Ken Raeburn <raeburn@gnu.org>
8296
8297 * Makefile.in (emacs): Set EMACSLOADPATH always.
8298 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
8299 (compile-files): Bomb out if compilation of a file fails.
8300
8301 2000-11-02 Dave Love <fx@gnu.org>
8302
8303 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8304
8305 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8306
8307 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8308 punctuation in the warning inserted into the *mail* buffer.
8309
8310 2000-11-02 Gerd Moellmann <gerd@gnu.org>
8311
8312 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8313 (authors-public-domain-p): New function.
8314 (authors-print): Use it.
8315
8316 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8317
8318 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8319
8320 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8321
8322 * ps-print.el: Extension for even/odd printing. Doc fix.
8323 (ps-print-version): New version number (6.3.1).
8324 (ps-even-or-odd-pages): Customization fix.
8325 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8326 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8327 (ps-page-count): Var replaced by `ps-page-column'.
8328 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8329 (ps-print-sheet-p): New fun.
8330
8331 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8332
8333 * tooltip.el (tooltip-gud-tips-setup): New function.
8334 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8335 (tooltip-mode): Call tooltip-gud-tips-setup.
8336 (tooltip-gud-tips): Use `gud-basic-call' instead of
8337 process-send-string, so the prompt gets frobbed appropriately.
8338 Handle nil return value from `tooltip-gud-print-command'.
8339
8340 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8341
8342 * comint.el (comint-add-to-input-history): New function.
8343 (comint-send-input): Use `comint-add-to-input-history'.
8344
8345 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8346
8347 * info.el (info-menu-header): New face.
8348 (Info-fontify-menu-headers): New function.
8349 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8350
8351 * info.el (Info-insert-dir): Don't include blank lines at
8352 beginning of additional dir files (one is added automatically).
8353
8354 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8355
8356 * emacs-lisp/easy-mmode.el (define-minor-mode):
8357 Revert the latest changes.
8358 Allow the three positional arguments to be skipped and replaced
8359 by keyword arguments.
8360 Add a :toggle argument to determine whether a nil arg means toggle
8361 or means turn-on. The default is unchanged.
8362 Add a call to force-mode-line-update.
8363
8364 2000-11-01 Dave Love <fx@gnu.org>
8365
8366 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
8367
8368 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8369
8370 * calendar/calendar.el (diary-face, holiday-face):
8371 Add dark-background variants.
8372
8373 2000-10-31 Sam Steingold <sds@gnu.org>
8374
8375 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8376 `tex-main-file' does not have directory in it.
8377
8378 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8381
8382 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8383
8384 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8385 functional change.
8386
8387 2000-10-31 Gerd Moellmann <gerd@gnu.org>
8388
8389 * files.el (find-file-noselect): When we expand a wildcard, return
8390 a list of buffers, as we should do according to the doc string.
8391
8392 2000-10-31 Ken Raeburn <raeburn@gnu.org>
8393
8394 * loadup.el (top level): Adjust load path if program name is
8395 "../src/bootstrap-emacs", in case it's not dumped and thus the
8396 load path adjustment hasn't already been done.
8397
8398 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8399
8400 * ps-print.el: Fix bug on selected pages for printing.
8401 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
8402 is on. Try to avoid warning messages when compiling. Doc Fix.
8403 (ps-print-version): New version number (6.3).
8404 (ps-color-device): Use `color-values' to determine if device
8405 supports color.
8406 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8407 (ps-print-page-p): Changed from defsubst to defun.
8408 (ps-page-number): Changed from defmacro to defun.
8409 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8410 printing.
8411 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
8412 (ps-end-file, ps-dummy-page): Funs eliminated.
8413 (ps-print-color-scale): Changed default value.
8414 (ps-page-n-up, ps-print-page-p): New internal vars.
8415 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8416 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8417
8418 * delim-col.el: Little programming improvement.
8419 (delimit-columns-str): New macro.
8420 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8421
8422 2000-10-31 Kenichi Handa <handa@etl.go.jp>
8423
8424 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8425 Moved to european.el.
8426 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8427 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8428 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8429 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
8430
8431 2000-10-30 Dave Love <fx@gnu.org>
8432
8433 * progmodes/cc-menus.el (imenu-generic-expression)
8434 (imenu-progress-message): Only defvar when compiling.
8435
8436 * emacs-lisp/elp.el (elp-unload-hook): New function.
8437
8438 * loadhist.el (unload-feature): Call elp-restore-function,
8439 checking for symbols; don't use elp-restore-all.
8440 (loadhist-hook-functions): Doc fix.
8441
8442 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8443
8444 * log-edit.el (log-edit-confirm): Fix the default.
8445
8446 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8447
8448 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8449 delimit-columns-format.
8450 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8451
8452 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8453
8454 * comint.el (comint-replace-by-expanded-history): Don't use
8455 comint-get-old-input (we're not looking at *old* input).
8456 (comint-get-old-input-default): If using fields, signal an error
8457 when the point is not in an input field.
8458
8459 2000-10-30 Kenichi Handa <handa@etl.go.jp>
8460
8461 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8462 and mule-unicode-e000-ffff.
8463
8464 * international/mule.el (decode-char, encode-char): New functions.
8465 (make-coding-system): Accept a symbol of translation table as a
8466 value of property `safe-chars'.
8467
8468 * international/mule-cmds.el (encode-coding-char): Check property
8469 safe-chars instead of safe-charsets.
8470
8471 * international/fontset.el (fontset-default): Modified for
8472 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8473 (x-font-name-charset-alist): Likewise.
8474 (ccl-encode-unicode-font): New CCL program. Record it in
8475 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8476
8477 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8478 New translation tables.
8479 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8480 programs are modified and moved from mac-win.el.
8481 (mac-roman): Definition of this coding system is modified and
8482 moved from mac-win.el.
8483
8484 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8485
8486 * ediff-wind.el (ediff-setup-control-frame): Enclose
8487 face-attribute in condition-case to avoid errors in older emacsen.
8488
8489 2000-10-29 Miles Bader <miles@gnu.org>
8490
8491 * custom.el (custom-add-to-group): Allow multiple entries for a
8492 given value OPTION, as long as their widget types are different.
8493 * cus-edit.el (custom-face-value-create): If face name doesn't end
8494 with "face", add such here (similar to custom group widgets).
8495
8496 * comint.el (comint-highlight-prompt): Add :type.
8497
8498 2000-10-28 John Wiegley <johnw@gnu.org>
8499
8500 * calendar/timeclock.el (timeclock-log): Doc fix.
8501 (timeclock-last-event): Doc fix.
8502 (timeclock-log): Kill the timelog buffer after appending a new event.
8503 (timeclock-find-discrep): Use a temp buffer to read in the
8504 timelog, instead of visiting the file.
8505 (timeclock-log-data): A new function, along with a host of helper
8506 functions, for the purpose of making timelog data accessible to
8507 programmers.
8508
8509 * eshell/esh-mode.el (window-height test): Make certain that
8510 `eshell-stringify-t' is non-nil.
8511 (eshell-password-prompt-regexp): Changed to a much simpler
8512 password regexp.
8513 (eshell-send-input): If `eshell-invoke-directly' returns t,
8514 directly invoke the parsed command using `eval'. This improves
8515 turn-around time on simple commands by a factor of three or
8516 greater, such as cd, ls, pwd, etc. -- which get used very often.
8517 It also conserves thousands of cons cells per call (since
8518 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8519 in the Pacific Cookie Company).
8520
8521 * eshell/esh-test.el (eshell-test): Whitespace fix.
8522
8523 * eshell/em-ls.el (eshell-ls-insert-directory):
8524 Make `eshell-ls-initial-args' nil when inserting directory contents.
8525
8526 * eshell/em-script.el (eshell-script-initialize): Add names to
8527 `eshell-complex-commands, since `source' and `.' are complex.
8528
8529 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8530 (eshell-rewrite-while-command): Use `eshell-protect' instead of
8531 `eshell-copy-handles'.
8532 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8533 bodies.
8534 (eshell-separate-commands): Whitespace fix.
8535 (eshell-complex-commands): Added a new list of names, for
8536 determining whether a given command is as simple as it looks.
8537 (eshell-invoke-directly): New function. Returns t if a command
8538 should be invoked directly (using `eval'), rather than indirectly
8539 using `eshell-do-eval'.
8540 (eshell-do-eval): Whitespace fix.
8541
8542 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8543 which provides an emulation of the DOS shell behavior of assuming
8544 that cp/mv/ln should copy/move/link to the current directory.
8545 (eshell-remove-entries): Added a doc string.
8546 (eshell-shuffle-files): Removed the check for `target' being null.
8547 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8548 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8549 it to do a smarter check of whether a destination was provided.
8550 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8551 (eshell/ln): Enable `:preserve-args', and use
8552 `eshell-mvcpln-template' to implement the body of the function.
8553 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8554 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
8555 list after flattening it. This makes it possible to cat files
8556 with numerical names.
8557 (eshell-unix-initialize): Added several names to
8558 `eshell-complex-commands.
8559 (eshell-unix-command-complex-p): Return t if a given command name
8560 may result in external processes being invoked.
8561
8562 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8563 variable nil by default, since it slows down glob processing by a
8564 factor of two or more, and increases memory consumption.
8565
8566 * eshell/em-smart.el: Added a note about how memory consumptive
8567 smart display mode can be (at least this is true in Emacs 21).
8568 (eshell-smart-initialize): Whitespace fix.
8569 (eshell-refresh-windows): Use `if' instead of `when'.
8570 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8571 not necessary.
8572 (eshell-currently-handling-window): Added a missing global variable.
8573
8574 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8575 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8576 Whitespace fix.
8577 (eshell-ls-exclude-hidden): Added this variable in addition to
8578 `eshell-ls-exclude-regexp'. This one prevents files beginning
8579 with . from even being read, which can improve memory consumption
8580 quite a bit.
8581 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8582 read file entries beginning with a dot. In home directories with
8583 lots of hidden files, fully two-thirds of the time spent in ls is
8584 used to read directory entries that are immediately thrown away.
8585 (eshell-ls-initial-args): Added back this configuration variable,
8586 for specifying default initial arguments to every call to ls.
8587 Much faster than using an alias to do the same thing.
8588 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8589 (eshell-ls-dir): Whitespace change.
8590
8591 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8592
8593 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
8594 (eshell-stringify-t): Added a customization variable, to indicate
8595 whether `t' should be rendered as a string at all. If not, one
8596 can still determine if the result of an expression is true using
8597 "file-exists-p FILE && echo true".
8598 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8599 stringify t!
8600
8601 * eshell/esh-module.el: Whitespace fix.
8602
8603 * eshell/em-alias.el (eshell-alias-initialize):
8604 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
8605 (eshell-command-aliased-p): New function that returns t if a
8606 command name names an aliased.
8607
8608 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
8609
8610 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
8611 redrawing the screen when changing cursor color.
8612 (viper-insert-state-pre-command-sentinel)
8613 (viper-replace-state-pre-command-sentinel)
8614 (viper-replace-state-post-command-sentinel):
8615 Use viper-preserve-cursor-color.
8616 Many functions changed to use viper= instead of = when comparing
8617 characters.
8618 * viper-util.el (viper-memq-char,viper=): New functions for
8619 working with characters.
8620 (viper-change-cursor-color): Fixed buglet.
8621 Many functions changed to use viper= instead of = when comparing
8622 characters.
8623 * viper.el (viper-insert-state-mode-list): Added eshell.
8624
8625 * ediff-init.el (ediff-before-setup-hook): New hook.
8626 Several typos fixed in various docstrings.
8627 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
8628 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
8629 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8630 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8631 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8632 (ediff-get-selected-buffers): New function.
8633 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
8634 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8635 Use save-window-excursion.
8636 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
8637 termination check in while loop.
8638 * ediff.el (ediff-get-default-file-name): Better defaults when in
8639 dired buffer.
8640 (ediff-files,ediff-merge-files,ediff-files3)
8641 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
8642
8643 2000-10-28 Dave Love <fx@gnu.org>
8644
8645 * info.el (Info-fontify-node): Add help-echo for menu items.
8646
8647 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8648
8649 * startup.el (normal-top-level): If the value of $TERM indicates
8650 we are running from xterm or one of its work-alikes, default to a
8651 light background mode.
8652
8653 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8654 * faces.el (tty-handle-reverse-video): New function.
8655 (tty-create-frame-with-faces): Call it.
8656
8657 * frame.el (frame-notice-user-settings): Don't apply
8658 default-frame-alist and initial-frame-alist to MS-DOS frames.
8659 Call tty-handle-reverse-video, frame-set-background-mode, and
8660 face-set-after-frame-default for non-MS-DOS frames.
8661
8662 * startup.el (tty-long-option-alist): New variable.
8663 (tty-handle-args): New function.
8664 (command-line): Call tty-handle-args.
8665
8666 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8667 startup.el now does that for all character-terminal frames.
8668
8669 2000-10-28 Miles Bader <miles@gnu.org>
8670
8671 * emacs-lisp/easy-mmode.el (define-minor-mode):
8672 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8673 is global. If :global is followed by a non-nil but non-t value,
8674 make the mode buffer-local, but also generate a `global-MODE'
8675 version using `easy-mmode-define-global-mode'.
8676 Add :conditional-turn-on keyword argument.
8677
8678 2000-10-28 Dave Love <fx@gnu.org>
8679
8680 * international/latin1-disp.el (latin1-char-displayable-p):
8681 Don't use window-system.
8682
8683 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8684
8685 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8686 Don't call find-buffer-file-type-coding-system. Instead, just
8687 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8688 if the file is on an untranslated filesystem.
8689 (add-untranslated-filesystem): Use "D" instead of "f" inside
8690 interactive.
8691
8692 2000-10-27 Dave Love <fx@gnu.org>
8693
8694 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
8695 (refill-mode): Use it.
8696
8697 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8698
8699 * international/quail.el (quail-activate): Don't make-local-hook.
8700
8701 2000-10-27 Andre Spiegel <spiegel@gnu.org>
8702
8703 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
8704 manual backups and file.~<rev>.~ for automatic ones.
8705 (vc-make-version-backup): Don't do it on MS-DOS without long file
8706 names.
8707
8708 * vc.el (vc-version-other-window): If an automatic backup of the
8709 desired version exists, rename it instead of copying it.
8710
8711 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8712 after command. If there's an unexpected error, signal it instead
8713 of being silent.
8714 (vc-cvs-merge-news): Be prepared for no news at all.
8715
8716 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8717
8718 * shell.el (shell): Add BUFFER argument.
8719 * comint.el (make-comint-in-buffer): New function.
8720 (make-comint): Use it.
8721
8722 * faces.el (face-spec-choose): Change syntax so that the list of
8723 attribute-value pairs is now the cdr of each clause, not the cadr.
8724 Detect old-style entries, and handle them. Use pop.
8725
8726 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8727
8728 * cus-edit.el (custom-mode-map): Use a sparse map.
8729 (custom-mode): Don't bother with make-local-hook.
8730
8731 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8732
8733 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8734
8735 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8736
8737 * ps-print.el: Avoid compilation gripes.
8738 (ps-print-version): New version number (6.2.1).
8739
8740 2000-10-26 Dave Love <fx@gnu.org>
8741
8742 * menu-bar.el: Modify some menu item help strings.
8743 (menu-bar-help-menu): Add link to MORE.STUFF.
8744
8745 * cus-edit.el (custom-mode): Add `special' mode-class property.
8746
8747 * wid-browse.el (widget-browse-mode): Likewise.
8748
8749 * wid-edit.el (widget-specify-field): Revert to using local-map
8750 property, not keymap.
8751
8752 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8753
8754 * wid-edit.el (widget-field-end): When checking for a `boundary'
8755 field, do so in the correct buffer.
8756
8757 * simple.el (undo): Correctly distinguish between numeric and
8758 non-numeric prefix args in non-transient-mark-mode, as per the doc
8759 string. When in transient-mark-mode, treat all prefix-args as
8760 numeric.
8761
8762 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8763 Position point on match. Handle N == 0 correctly.
8764
8765 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8766 (comint-mode-map): Reverse order of `comint-write-output' and
8767 `comint-append-output-to-file'.
8768 (comint-append-output-to-file): Reinstate this function, for the
8769 benefit of the menu.
8770
8771 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8772
8773 * vc.el (vc-version-other-window): Bind `file'.
8774
8775 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8776
8777 * Makefile.in (update-authors): New target for maintenance purposes.
8778
8779 * emacs-lisp/authors.el (batch-update-authors): New function.
8780 (authors-fixed-entries): New defconst.
8781 (authors-add-fixed-entries): New function.
8782 (authors): Call it.: Don't process lispref/.
8783
8784 2000-10-25 Jason Rumney <jasonr@gnu.org>
8785
8786 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8787 Merge x w32 and mac definitions.
8788
8789 2000-10-25 Gerd Moellmann <gerd@gnu.org>
8790
8791 * menu-bar.el (menu-bar-options-menu): Add a help string for
8792 `uniquify'.
8793
8794 2000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
8795
8796 * time-stamp.el (time-stamp-string-preprocess):
8797 Fix a wrong type argument error.
8798
8799 2000-10-25 Miles Bader <miles@gnu.org>
8800
8801 * recentf.el (recentf-mode): Variable removed.
8802 (recentf-mode): Use `define-minor-mode'.
8803
8804 * mwheel.el (mouse-wheel-mode): New global minor mode.
8805 (mwheel-install): Use `mouse-wheel-mode'.
8806
8807 2000-10-25 Dave Love <fx@gnu.org>
8808
8809 * progmodes/cperl-mode.el (cperl-mode):
8810 Set normal-auto-fill-function correctly.
8811
8812 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8813 Don't inherit from global-map and don't nullify menu-bar and tool-bar
8814 bindings.
8815
8816 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8817
8818 * wid-edit.el (widget-field-at): New function.
8819 (widget-at, widget-field-activate): Use it.
8820 (widget-tabable-at): Use `widget-at'.
8821 (widget-specify-field): If the terminating character of the widget
8822 field (which is read-only) is a newline, put it into a special
8823 `boundary' field so that C-n/C-p act more naturally.
8824 (widget-field-end): Also don't subtract one if a special
8825 `boundary' field has been added after the widget field.
8826
8827 * comint.el (comint-output-filter, comint-send-input):
8828 Don't bother adding stickiness fields to overlays to fool the field
8829 code, since it should notice the overlay insertion-types now.
8830
8831 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8832 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8833 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8834
8835 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8836
8837 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
8838 (authors): Set file coding system to iso-2022-7bit.
8839 Add file-local variables to output buffer.
8840
8841 * files.el (after-find-file): Don't print any warnings if
8842 WARN is nil.
8843
8844 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8845
8846 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8847
8848 * delim-col.el: Now there is a column formatting mechanism.
8849 Modified to customization mechanisms convention. Doc fix.
8850 (columns): New group for delim-col.
8851 (delimit-columns-before, delimit-columns-after)
8852 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8853 (delimit-columns-end): New vars.
8854 (delimit-columns-customize, delimit-columns-format): New funs.
8855 (delimit-columns-region, delimit-columns-rectangle)
8856 (delimit-columns-rectangle-line): Modified to support column
8857 formatting.
8858
8859 2000-10-24 Dave Love <fx@gnu.org>
8860
8861 * log-edit.el (log-edit): Add :version and a :group for vc.
8862
8863 2000-10-24 Gerd Moellmann <gerd@gnu.org>
8864
8865 * files.el (after-find-file): Don't print a message ``New file''
8866 if WARN is nil.
8867
8868 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8869 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
8870 get duplicate tool-bar entries because we'll see the global ones
8871 on more than one path through keymaps.
8872
8873 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8874
8875 * progmodes/cmacexp.el: Change Francesco's email address.
8876
8877 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8878
8879 * window.el (fit-window-to-buffer): Adjust point of the window
8880 buffer, not that of the current buffer.
8881
8882 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8883
8884 * progmodes/cmacexp.el: Update the euthor's email address.
8885
8886 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8887
8888 * faces.el (face-spec-set-match-display): Add `graphic' display
8889 type (the inverse of `tty'). Use `display-graphic-p' instead of
8890 the window-system variable.
8891
8892 2000-10-24 Kenichi Handa <handa@etl.go.jp>
8893
8894 * international/isearch-x.el (isearch-with-input-method):
8895 Call input-method-function with the first event in
8896 unread-command-events.
8897
8898 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8899
8900 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
8901
8902 2000-10-24 Andrew Choi <akochoi@i-cable.com>
8903
8904 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8905 New charsets.
8906
8907 * term/mac-win.el: Remove definitions of mac-roman-lower and
8908 mac-roman-upper, require dired, and define instead of set
8909 mac-ready-for-drag-n-drop to avoid compilation error.
8910
8911 2000-10-23 Andrew Innes <andrewi@gnu.org>
8912
8913 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8914 Remove superfluous calls to subst-char-in-string; instead apply
8915 expand-file-name after convert-standard-filename to ensure
8916 expected directory separators are used.
8917
8918 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8919
8920 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8921
8922 2000-10-23 Dave Love <fx@gnu.org>
8923
8924 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8925 (tool-bar-add-item): Set foreground and background for XBM icons.
8926
8927 * international/latin1-disp.el (latin1-char-displayable-p):
8928 New function (from Handa).
8929 (latin1-display-check-font): Use it.
8930
8931 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
8932 using :key-sequence, making it much more usable.
8933 Use nconc, not append.
8934 (imenu--create-keymap-1): Avoid append.
8935
8936 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
8937
8938 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8939
8940 [the following changes fix a bug where `define-minor-mode' didn't
8941 correctly generate :require clauses for defcustoms in compiled files]
8942 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8943 (byte-compile-log-file, byte-compile-log-1): Don't set
8944 `byte-compile-current-file' to nil. Instead set
8945 `byte-compile-last-logged-file' to it. Test whether
8946 byte-compile-current-file equals byte-compile-last-logged-file
8947 instead of whether its nil.
8948 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
8949
8950 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8951
8952 * textmodes/refill.el: Fix var names in doc.
8953 (refill-mode): Don't bother with make-local-hook anymore.
8954
8955 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8956
8957 * faces.el (face-user-default-spec, face-default-spec): New functions.
8958 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
8959 (frame-set-background-mode, face-set-after-frame-default):
8960 Use `face-user-default-spec'. Simplify code slightly.
8961
8962 * woman.el (woman-italic-face, woman-bold-face)
8963 (woman-unknown-face): Add dark-background variants.
8964 (woman-default-faces): Renamed from `woman-colour-faces'.
8965 Set using the stored defaults, rather than using hard-wired colors.
8966 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8967 Just make the foreground `unspecified' rather than "black".
8968 (woman-menu): Rename menu entries accordingly.
8969
8970 * faces.el (header-line): Make more reasonable on mono/grayscale
8971 displays.
8972
8973 2000-10-23 Andrew Choi <akochoi@i-cable.com>
8974
8975 * cus-edit.el (custom-button-face): Use 3D look for mac.
8976 (custom-button-pressed-face): Likewise.
8977
8978 * faces.el (set-face-attributes-from-resources): Handle mac frames
8979 in the same way as x and w32 frames.
8980 (face-valid-attribute-values): Likewise.
8981 (read-face-attribute): Likewise.
8982 (defined-colors): Likewise.
8983 (color-defined-p): Likewise.
8984 (color-values): Likewise.
8985 (display-grayscale-p): Likewise.
8986 (face-set-after-frame-default): Likewise.
8987 (mode-line): Same default face as for x and w32.
8988 (tool-bar): Likewise.
8989
8990 * frame.el: Remove call to frame-notice-user-settings at end of
8991 the file.
8992
8993 * info.el (Info-fontify-node): Make underlines invisible for mac
8994 as for x, pc, and w32 frame types.
8995
8996 * term/mac-win.el: New file.
8997
8998 2000-10-22 Dave Love <fx@gnu.org>
8999
9000 * textmodes/refill.el: New file.
9001
9002 2000-10-22 Andre Spiegel <spiegel@gnu.org>
9003
9004 * vc-hooks.el (vc-version-backup-file-name): New optional args
9005 MANUAL and REGEXP.
9006 (vc-delete-automatic-version-backups, vc-make-version-backup):
9007 New functions.
9008 (vc-before-save): Use the latter.
9009 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
9010 confusion.
9011
9012 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
9013 expected by vc[-hooks].el.
9014
9015 * vc.el (vc-checkout): Added `-p' suffix in call to
9016 vc-make-version-backups-p; use vc-make-version-backup to actually
9017 make the backup.
9018 (vc-version-other-window, vc-version-backup-file): Handle both
9019 automatic and manual backups.
9020 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
9021 of all of them.
9022
9023 2000-10-22 Miles Bader <miles@gnu.org>
9024
9025 * comint.el (comint-highlight-input, comint-highlight-prompt):
9026 Renamed, `-face' at end removed.
9027 (comint-send-input, comint-output-filter): Use renamed faces.
9028
9029 * window.el (fit-window-to-buffer): Change defaulting of
9030 MAX-HEIGHT slightly.
9031
9032 * faces.el (color-values, color-defined-p): Use `member', not
9033 `memq', because it works correctly for strings.
9034 (frame-set-background-mode): Actually, "unspecified-fg" and
9035 "unspecified-bg" *are* strings. Use `member', not `memq', and
9036 `equal', not `eq', when a string value is possible.
9037
9038 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
9039
9040 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
9041
9042 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
9043
9044 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
9045 sh-electric-rparen, sh-electric-less and sh-electric-hash.
9046 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
9047 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
9048 (sh-font-lock-syntactic-keywords): Use them.
9049 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
9050 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
9051 (sh-mode): Don't override font-lock-unfontify-region-function.
9052 Use a copy of sh-font-lock-syntactic-keywords.
9053 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
9054 Don't call sh-scan-buffer since font-lock does it on the fly.
9055 (sh-get-indent-info): Use `face' rather than `syntax-table'
9056 text-property to detect here-documents.
9057 Replace sh-special-syntax with sh-st-punc.
9058 (sh-prev-line): Use `face' rather than `syntax-table'
9059 text-property to skip over here-documents.
9060 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
9061 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
9062 (sh-electric-less, sh-set-here-doc-region)
9063 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
9064 (sh-scan-buffer, sh-rescan-buffer): Remove.
9065
9066 2000-10-21 Andrew Innes <andrewi@gnu.org>
9067
9068 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
9069 remote (ange-ftp) file names.
9070
9071 2000-10-21 Miles Bader <miles@gnu.org>
9072
9073 * window.el (fit-window-to-buffer): New function.
9074 (shrink-window-if-larger-than-buffer): Use it.
9075 (window-text-height): Don't expect minibuffers to have mode-lines.
9076
9077 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
9078 * international/quail.el (quail-update-guidance):
9079 Use `fit-window-to-buffer' instead of `set-window-text-height'.
9080
9081 * international/quail.el (quail-show-guidance-buf): Make sure
9082 guidance window really has enough room.
9083 (quail-update-guidance): If quail-guidance-win is already shown,
9084 make sure its height is OK.
9085
9086 * window.el (window-text-height, set-window-text-height):
9087 New functions.
9088 (shrink-window-if-larger-than-buffer): Use `window-text-height'
9089 instead of `window-height' & `mode-line-window-height-fudge'.
9090 (mode-line-window-height-fudge): Add FACE parameter.
9091 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
9092 instead of `enlarge-window' & `mode-line-window-height-fudge'.
9093
9094 2000-10-20 Miles Bader <miles@gnu.org>
9095
9096 * window.el (height-affecting-face-attributes): Use `defconst'.
9097
9098 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
9099 New function, conditionally aliased to `mode-line-window-height-fudge'.
9100 (ispell-help): Use it.
9101 (ispell-choices-win-default-height): Don't include mode-line fudge.
9102 (ispell-choices-win-default-height): New function.
9103 (ispell-show-choices, ispell-command-loop): Use function
9104 `ispell-choices-win-default-height' instead of variable.
9105
9106 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
9107
9108 * window.el (mode-line-window-height-fudge): New variable.
9109 (height-affecting-face-attributes): New variable.
9110 (mode-line-window-height-fudge): New function.
9111 (shrink-window-if-larger-than-buffer): Use it.
9112 * help.el (resize-temp-buffer-window): Likewise.
9113
9114 * info.el (Info-fontify-node): Add support for @subsubsection
9115 titles, which use `Info-title-4-face'.
9116 (Info-title-4-face): New face.
9117 (Info-title-3-face): Inherit from Info-title-4-face instead of
9118 variable-pitch.
9119
9120 2000-10-19 Jason Rumney <jasonr@gnu.org>
9121
9122 * dired.el (dired-insert-directory): Do not let errors signalled by
9123 attempt to run dired-free-space-program prevent dired from working.
9124
9125 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
9126
9127 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
9128
9129 2000-10-19 Gerd Moellmann <gerd@gnu.org>
9130
9131 * dirtrack.el (dirtrack): Fix call to run-hooks.
9132
9133 * cmuscheme.el (cmuscheme-program-name): Renamed from
9134 scheme-program-name because xscheme.el contains a defcustom with
9135 the same name. As a consequence, customizing group `cmuscheme'
9136 loaded `xscheme' which redefined run-scheme.
9137 (run-scheme): Use cmuscheme-program-name.
9138
9139 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
9140
9141 * play/doctor.el (doctor-death): Update the Samaritans'
9142 anonymous address, and add a website for Befrienders International.
9143
9144 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9145
9146 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
9147 Avoid compilation gripes. Doc fix.
9148 (ps-print-version): New version number (6.2).
9149 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
9150 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
9151 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
9152 (ps-x-extent-priority, ps-x-extent-start-position)
9153 (ps-x-face-font-instance, ps-x-find-coding-system)
9154 (ps-x-font-instance-properties, ps-x-make-color-instance)
9155 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
9156 avoid compilation gripes without defining functions.
9157 (ps-e-find-composition): Alias for function find-composition, to have a
9158 suitable function depending on Emacs version.
9159 (ps-color-device, ps-color-values, ps-face-foreground-name)
9160 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
9161 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
9162 (ps-print-ensure-fontified): Function definitions surrounded by
9163 `eval-and-compile' to avoid compilation gripes.
9164 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
9165 by symbol-value to avoid compilation gripes.
9166 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9167 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9168
9169 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9170
9171 * startup.el (normal-top-level): Call `frame-set-background-mode'
9172 after `frame-notice-user-settings' because the latter doesn't call
9173 the former on a tty.
9174
9175 * faces.el (frame-set-background-mode): `unspecified' &c are
9176 symbols, not strings.
9177
9178 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9179
9180 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9181 why some "light*" colors are deliberately absent from the alist.
9182
9183 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9184 Change colors for tty's, as suggested by Miles Bader.
9185
9186 2000-10-19 Kenichi Handa <handa@etl.go.jp>
9187
9188 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
9189 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9190 for ISO10646-1 fonts.
9191 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9192
9193 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9194
9195 * faces.el (frame-set-background-mode): If a tty frame defines a
9196 background color, use that to compute the background mode, instead
9197 of always defaulting to "dark".
9198
9199 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9200
9201 * comint.el (comint-write-output): New function.
9202 (comint-mode-map): Add it to the menu.
9203 Bind `C-c C-s' to comint-write-output.
9204
9205 2000-10-18 Gerd Moellmann <gerd@gnu.org>
9206
9207 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9208 Use fancy-splash-delay.
9209
9210 2000-10-18 Alex Schroeder <alex@gnu.org>
9211
9212 * progmodes/sql.el (sql-sybase-options): New option.
9213 (sql-sybase): Use it. Add sql-database to the list of parameters
9214 provided for login. The options -w 2048 -n are not used any more.
9215
9216 * comint.el (comint-read-input-ring): Bugfix such that the first
9217 and the last entry of the input ring file are not lost.
9218
9219 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9220
9221 * ps-print.el: Internal variable changes to defcustom,
9222 make-local-hook changes to defvar. Doc fix.
9223 (ps-print-version): New version number (6.1).
9224 (ps-setup, ps-do-despool): Code fix.
9225 (ps-printer-name): Customization fix.
9226 (ps-printer-name-option): Now is a defcustom instead of an
9227 internal variable.
9228 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9229 (ps-print-begin-column-hook): Now are defvar instead of
9230 make-local-hook.
9231
9232 2000-10-18 Miles Bader <miles@gnu.org>
9233
9234 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9235 (comint-kill-output): Changed into an alias for `comint-delete-output',
9236 and made obsolete.
9237 (comint-mode-map): Rename references to comint-kill-output.
9238
9239 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9240
9241 * diff-mode.el (diff-header-face, diff-file-header-face)
9242 (diff-changed-face): Add bold and italic attributes to tty faces.
9243 (diff-function-face): New face.
9244 (diff-font-lock-keywords): Use it.
9245
9246 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9247
9248 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9249 Remove commented-out call to force-mode-line-update.
9250 (comint-kill-output): Use `forward-line 0' instead of
9251 beginning-of-line to make sure we get past the prompt.
9252
9253 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9254
9255 * diff-mode.el (diff-header-face, diff-file-header-face):
9256 Add specific setting for dark background.
9257 (diff-context-face): Renamed from diff-comment-face.
9258 Set explicitly rather than inheriting from font-lock-comment-face.
9259
9260 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9261
9262 * startup.el (command-line): Move the code which sets the default
9263 TTY colors to before before-init-hook.
9264
9265 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9266
9267 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9268
9269 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9270
9271 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9272 extensions, for MS-DOS.
9273
9274 * diff-mode.el (diff-header-face, diff-file-header-face)
9275 (diff-changed-face): Define tty-specific colors.
9276
9277 2000-10-17 Gerd Moellmann <gerd@gnu.org>
9278
9279 * startup.el (fancy-splash-text): Realign the text.
9280
9281 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9282
9283 * font-lock.el (font-lock-comment-face): Define a separate default
9284 for dark-background tty's.
9285
9286 2000-10-17 Miles Bader <miles@gnu.org>
9287
9288 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9289 being obscured by whizzy mode-lines on graphics displays.
9290
9291 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9292
9293 * info.el (Info-title-1-face, Info-title-2-face)
9294 (Info-title-3-face): Define colors for tty's.
9295 (info-header-node): Remove unneeded tty-specific definition.
9296
9297 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9298
9299 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9300 reverse from the frame parameters, and don't invert foreground and
9301 background colors.
9302
9303 2000-10-16 Miles Bader <miles@gnu.org>
9304
9305 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9306 string "*Info*". Call propertized-buffer-identification to spruce
9307 up the result.
9308
9309 2000-10-16 Gerd Moellmann <gerd@gnu.org>
9310
9311 * help.el: Provide `help' for the sake of define-minor-mode
9312 which generates defcustoms with requires.
9313
9314 * jit-lock.el (jit-lock-after-change): If we're in text that
9315 matches a multi-line font-lock pattern, make sure the whole text
9316 will be redisplayed.
9317
9318 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9319 author's name is unknown.
9320
9321 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9322 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9323 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9324 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9325 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9326 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9327 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9328 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9329 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9330 Add author information.
9331
9332 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9333
9334 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9335 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9336 full-color version (using the Gimp) to eliminate dithering artifacts.
9337
9338 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9339
9340 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9341
9342 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9343
9344 2000-10-15 Dave Love <fx@gnu.org>
9345
9346 * progmodes/sh-script.el: Require skeleton and comint when compiling.
9347
9348 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9349
9350 * whitespace.el: Doc fixes.
9351 (top-level): Don't add hooks here.
9352 (whitespace-running-emacs): Deleted.
9353 (timer): Don't require.
9354 (whitespace): Add back :version conditional on xemacs test.
9355 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9356 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9357 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9358 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9359 Avoid specific xemacs test.
9360 (whitespace-global-mode): New option.
9361 (whitespace-global-mode): New command.
9362 (whitespace-unload-hook): New function.
9363
9364 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
9365 (Info-fontify-node, Info-goto-node, Info-mode-menu)
9366 (Info-fontify-node): `Goto' goes to `Go to'.
9367 (Info-fontify-node): Add help-echo to xref links.
9368
9369 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9370
9371 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9372
9373 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9374
9375 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9376 Use plist-get and allow :inherit.
9377
9378 * emacs-lisp/cl-macs.el (cl-do-arglist):
9379 Use plist-get and plist-member instead of memq.
9380
9381 * emacs-lisp/ewoc.el (ewoc-location): New function.
9382 (ewoc-enter-after, ewoc-enter-before): Document return value.
9383 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9384 Don't need make-local-hook any more.
9385 (cvs-addto-collection): Return the new tin.
9386 (cvs-mode-insert): Jump to the new line.
9387
9388 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9389
9390 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9391
9392 * font-lock.el (font-lock-syntactically-fontified): New var.
9393 (font-lock-fontify-syntactic-keywords-region): Use it.
9394 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9395
9396 * diff-mode.el (diff-find-file-name): Fix regexp.
9397
9398 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9399 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9400
9401 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9402 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9403 (sh-mode): Don't make all vars local here.
9404 (sh-kw): Reformat.
9405 (sh-set-shell): Use dolist. Don't set indent-region-function.
9406 (sh-mode-syntax-table): Use pop.
9407 (sh-remember-variable): Use push.
9408 (sh-help-string-for-variable): Use memq.
9409 (sh-safe-backward-sexp): Remove.
9410 (sh-safe-forward-sexp): Add ARG.
9411 (sh-get-indent-info, sh-prev-stmt): Use it.
9412 (sh-prev-line): Simplify by using forward-comment.
9413 (sh-this-is-a-continuation): Simplify.
9414 (sh-learn-buffer-indent): Use dolist.
9415 (sh-do-nothing): Remove.
9416 (sh-set-char-syntax, sh-set-here-doc-region):
9417 Use inhibit-modification-hooks.
9418 (sh-name-style): Use mapcar and push.
9419 (sh-load-style): Use dolist.
9420 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9421 (sh-case, sh-while-getopts): Use propertize directly rather
9422 than sh-electric-rparen.
9423
9424 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9425
9426 * textmodes/tex-mode.el: Require CL when compiling.
9427 (tex-mode-syntax-table): Init immediately.
9428 (tex-mode-map): Bind M-RET to latex-insert-item.
9429 (latex-mode): Set indent-line-function to latex-indent.
9430 (tex-common-initialization): Don't setup the syntax-table any more.
9431 (latex-insert-item): New skeleton.
9432 (tex-next-unmatched-end): Fix copy/paste braino.
9433 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
9434 (latex-indent, latex-find-indent): New functions.
9435 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
9436 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9437 (tex-compilation-parse-errors): Use with-syntax-table.
9438
9439 2000-10-15 Miles Bader <miles@gnu.org>
9440
9441 * font-lock.el (font-lock-comment-face): Change dark-background,
9442 color, non-tty, default to `chocolate1'.
9443
9444 2000-10-13 John Wiegley <johnw@gnu.org>
9445
9446 * eshell/esh-util.el (require): Added a missing `require' form,
9447 needed when compiling (for an ange-ftp macro definition).
9448
9449 2000-10-13 Dave Love <fx@gnu.org>
9450
9451 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9452
9453 2000-10-13 Gerd Moellmann <gerd@gnu.org>
9454
9455 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
9456
9457 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
9458 transparent -colors 8).
9459
9460 2000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
9461
9462 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9463 that breaks with old list format timestamps.
9464 (time-stamp-warn-inactive, time-stamp-old-format-warn)
9465 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
9466
9467 2000-10-13 John Wiegley <johnw@gnu.org>
9468
9469 * align.el, pcomplete.el, calendar/timeclock.el,
9470 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9471
9472 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
9473 faulty math, where holiday hours were being computing as seconds.
9474
9475 2000-10-13 John Wiegley <johnw@gnu.org>
9476
9477 * desktop.el (desktop-buffer-modes-to-save): Added a global for
9478 specifying what "other" kinds of buffers should be saved.
9479 This used to be hard-coded.
9480 (desktop-buffer-misc-functions): A global for specifying how
9481 auxiliary data should be determined for special buffer types.
9482 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9483 instead of hard-coding the special buffer types.
9484 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9485 auxiliary data, instead of hard-coding for Info buffers and dired.
9486 (desktop-buffer-info-misc-data): Aux function for determining Info
9487 buffer auxiliary info.
9488 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9489 (desktop-buffer-info): Changed this function to use the info
9490 gathered above.
9491 (desktop-create-buffer): Be a little more careful about what
9492 `minor-mode' means before calling it. This is important for some
9493 buffer types.
9494
9495 2000-10-13 John Wiegley <johnw@gnu.org>
9496
9497 * eshell/esh-util.el: Added a global form which declares an
9498 autoload for `parse-time-string', if that function is not already
9499 defined, and if parse-time.el is available on the user's system.
9500
9501 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9502 to be aware of ange-ftp user info.
9503 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
9504 (eshell-ls-annotate): Use `eshell-file-attributes'.
9505 (eshell-ls-file): Made the user-id printing code a bit smarter.
9506
9507 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9508 allow identification of alias user ids in remote directories.
9509 It's manual, but there's no other way to know when the current user
9510 on the local machine, is also the owning user on the remote machine.
9511 (fboundp): Bind `ange-cache'.
9512 (eshell-directory-files-and-attributes): Re-organized the logic a
9513 bit to use `eshell-file-attributes' instead of `file-attributes'.
9514 The former is more sensitive to directories that are read via FTP,
9515 and knows how to use ange-ftp to determine full attribute
9516 information, instead of just the name and last modtime.
9517 (eshell-current-ange-uids): Return the current user id when in a
9518 remote directory.
9519 (eshell-parse-ange-ls): Parse a full directory listing that has
9520 been returned by ange-ftp.
9521 (eshell-file-attributes): This beefed up version of
9522 `file-attributes' is only special if the user is currently in a
9523 remote directory, in which case it does a lot of work to find out
9524 what the real attributes of a file are, as they appear on the
9525 remote machine. This makes usage of remote directories (i.e.,
9526 ange-ftp pathnames) much more useful. You can now use Eshell as a
9527 full-fledged FTP client, with much more manipulation ability than
9528 most other clients.
9529
9530 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9531 variable, which means that Eshell's du should always be preferred
9532 in remote directories.
9533 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9534 just `file-attributes'.
9535 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9536 when reading remote directories. This is an Eshell-specific
9537 variable (not part of ange-ftp).
9538 (eshell/ln): Bind `ange-cache'.
9539 (eshell/du): Added some extra logic for determining when to use
9540 Eshell's du (which is slow), and when to use the external version
9541 (which may or may not exist).
9542
9543 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9544 Call `eshell-interactive-process', rather than using
9545 `get-buffer-process', since backgrounded processes don't count in
9546 the context of this function's logic.
9547
9548 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9549 `forward-char', so that null strings are parsed correctly.
9550
9551 2000-09-13 John Wiegley <johnw@gnu.org>
9552
9553 * eshell/em-pred.el (eshell-pred-file-type)
9554 (eshell-pred-file-links, eshell-pred-file-size):
9555 Use `eshell-file-attributes'. This is more correct over ange-ftp.
9556
9557 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9558 that remote file globbing is more efficient.
9559
9560 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9561 gathering the files and attributes within a directory.
9562
9563 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9564 the command line is a special file (not a regular file, directory
9565 or symlink), always attempt to call the external version of cat.
9566
9567 2000-09-13 John Wiegley <johnw@gnu.org>
9568
9569 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9570 Eshell-friendly version of find-tag.
9571
9572 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9573
9574 * image-file.el (image-file-name-extensions)
9575 (image-file-name-regexps): Add autoload cookies.
9576
9577 2000-10-13 Kenichi Handa <handa@etl.go.jp>
9578
9579 * international/mule-cmds.el (select-safe-coding-system): If FROM
9580 is string, show it in *Warning* buffer.
9581
9582 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9583
9584 * startup.el (normal-top-level): Use display-popup-menus-p instead
9585 of window-system.
9586 (command-line): Use display-graphic-p instead of window-system.
9587 (command-line-1): Use display-popup-menus-p and display-mouse-p
9588 instead of window-system.
9589
9590 2000-10-12 Sam Steingold <sds@gnu.org>
9591
9592 * tooltip.el (tooltip-use-echo-area): New user variable.
9593 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9594
9595 2000-10-12 Dave Love <fx@gnu.org>
9596
9597 * recentf.el: Maintainer's checkdoc fixes.
9598
9599 * startup.el (normal-top-level-add-subdirs-to-load-path):
9600 Use character class, not ASCII when matching file names.
9601 (fancy-splash-head): Add trailing slash to URL.
9602 (command-line): Don't require XPM support for toolbar.
9603
9604 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9605 (cperl-invalid-face): Revert last change.
9606 (cperl-init-faces): Quote cperl-invalid-face.
9607
9608 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9609
9610 * startup.el (fancy-splash-text): Remove superfluous quote.
9611
9612 2000-10-12 Gerd Moellmann <gerd@gnu.org>
9613
9614 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9615 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9616 (command-line-1): Don't use fancy-splash-pending-command.
9617 (fancy-splash-screens-1): Goto point-min after inserting text.
9618
9619 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9620
9621 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9622 instead of shared-lisp-mode-map.
9623
9624 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9625
9626 * faces.el (header-line): Change tty-variant to use underlining.
9627
9628 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9629 (isearch-highlight): Restore lazy-isearch face properties at old
9630 position, and suppress them at new position.
9631 (isearch-dehighlight): Restore lazy-isearch face properties.
9632 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9633 over the real isearch overlay, but in that case, don't give it a
9634 face property. Use `push'.
9635
9636 2000-10-12 Kenichi Handa <handa@etl.go.jp>
9637
9638 * man.el (Man-getpage-in-background): Fix previous change.
9639 Decode the process output only when we are in multibyte mode.
9640
9641 2000-10-11 Dave Love <fx@gnu.org>
9642
9643 * info.el (Info-mode-menu): Fix some help.
9644 (info-tool-bar-map): Add entry for Info-last.
9645
9646 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9647 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9648 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9649 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9650 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9651 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9652 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9653 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9654 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9655 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9656 Reduce colour requirements to 25 overall. (Probably wants
9657 revisiting from the originals to reduce further.)
9658
9659 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9660
9661 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9662 buffer-file-coding-system, instead of raw-text.
9663 (dehexlify-buffer): Bind coding-system-for-read to
9664 buffer-file-coding-system, instead of raw-text.
9665
9666 2000-10-11 Sam Steingold <sds@gnu.org>
9667
9668 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
9669 `underline' - fixes the bug introduced on 2000-09-21.
9670
9671 2000-10-11 Dave Love <fx@gnu.org>
9672
9673 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9674 Avoid compiler warnings.
9675 (scheme-mode): Doc fix.
9676 (scheme-font-lock-keywords-1): Match `define-syntax'.
9677
9678 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
9679
9680 * faces.el (frame-set-background-mode): Pay attention to saved
9681 face specs as well as default ones. Only do anything if the
9682 bg-mode or display-type has actually changed. Use `dolist'.
9683 (region): Make dark-background `region' face less in-your-face.
9684
9685 2000-10-10 Sam Steingold <sds@gnu.org>
9686
9687 * chistory.el, ielm.el, ledit.el:
9688 * progmodes/inf-lisp.el, progmodes/scheme.el:
9689 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9690
9691 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9692
9693 * textmodes/texinfo.el: Update copyright and fix typo.
9694
9695 * desktop.el (desktop-modes-not-to-save): New var.
9696 (desktop-save-buffer-p): Use it.
9697 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9698 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9699
9700 2000-10-10 Dave Love <fx@gnu.org>
9701
9702 * toolbar/tool-bar.el (tool-bar-add-item)
9703 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
9704
9705 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9706 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9707 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9708 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9709 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9710 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9711 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9712 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9713 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9714 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9715 the .xpms; probably need retouching.
9716
9717 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9718
9719 * subr.el (add-to-list): Add optional argument APPEND.
9720 * battery.el (display-battery): Use `add-to-list'.
9721
9722 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9723
9724 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9725 properties.
9726 (zone, zone-when-idle, zone-leave-me-alone)
9727 (zone-pgm-whack-chars): Use new symbol properties.
9728
9729 * battery.el (display-battery): Doc spelling fix.
9730
9731 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9732 property.
9733
9734 2000-10-09 Dave Love <fx@gnu.org>
9735
9736 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9737 has been initialized before calling tool-bar-setup.
9738 (tool-bar-add-item-from-menu): Add autoload cookie.
9739
9740 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9741
9742 * menu-bar.el (send-mail-item-name): New function.
9743 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9744 of mail-user-agent in the menu. Don't display the "Send Mail"
9745 item if mail-user-agent is nil or its value is ignore.
9746 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9747 if read-mail-command is nil or its value is ignore.
9748
9749 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9750
9751 2000-10-09 Miles Bader <miles@gnu.org>
9752
9753 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9754 Correct image size.
9755 * toolbar/left_arrow.xpm: Correct image size.
9756
9757 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9758 will be done by the definition of `auto-compression-mode' if
9759 necessary. Move code to uninstall existing file-name handler
9760 before definition of `auto-compression-mode'.
9761
9762 * image-file.el (auto-image-file-mode): Move to the end of the
9763 file, because `define-minor-mode' actually calls the mode-function
9764 if the associated variable is non-nil, which requires that all
9765 needed functions be already defined.
9766
9767 * mouse.el (popup-menu): Balance parens.
9768
9769 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9770
9771 * mouse.el (popup-menu): Move the command call outside the loop
9772 so that popup-menu returns whatever the command returns.
9773
9774 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9775 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9776 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9777 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9778
9779 * vc.el (vc-version-diff): diff-switches can be a list.
9780 Use relative filenames for prettier output.
9781
9782 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9783 (vc-post-command-functions): Remove old-VC compatibility code.
9784
9785 * newcomment.el (comment-indent-default): Autoload.
9786
9787 * font-lock.el (font-lock-defaults): Make buffer-local.
9788 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9789 (font-lock-choose-keywords):
9790 Ignore LEVEL unless KEYWORDS is a list of syms.
9791 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9792 Don't wrap regexp-opt things in \(...\) unnecessarily.
9793
9794 * jit-lock.el: Don't require font-lock any more.
9795 (jit-lock-functions): Make buffer-local.
9796 (jit-lock-saved-fontify-buffer-function): Remove.
9797 (jit-lock-mode): Remove autoload cookie.
9798 Remove font-lock specific code.
9799 (jit-lock-unregister): Don't bother handling complex hooks any more.
9800 (jit-lock-refontify): New function.
9801 (jit-lock-fontify-buffer): Use it.
9802 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9803 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9804 Add optional args START and END.
9805 Never call font-lock-fontify-region directly.
9806 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9807
9808 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9809
9810 2000-10-08 Dave Love <fx@gnu.org>
9811
9812 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9813
9814 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9815
9816 * play/studly.el (studlify-region, studlify-word): Add autoload
9817 cookie.
9818
9819 * play/morse.el (morse-region, unmorse-region): Add autoload
9820 cookie.
9821
9822 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9823 concat.
9824
9825 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9826 insist on symbols starting with word syntax.
9827 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9828 (eval-defun-1): Doc fix.
9829 (indent-sexp): Use nconc to build up indent-stack.
9830
9831 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9832 Gnus with little use.
9833 (mail-setup-hook): Add mail-abbrevs-setup to options.
9834
9835 * recentf.el: Doc fixes.
9836
9837 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9838 Clean up remainder.
9839
9840 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9841 without timezone and (8) with timezone to enforce some whitespace.
9842 Simplify code somewhat.
9843
9844 * options.el (list-options): Doc that you should use customize.
9845
9846 * iswitchb.el (iswitchb-mode): Add :require.
9847
9848 * info.el (Info-goto-node, Info-menu): Doc fix.
9849 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9850 (info-tool-bar-map): New variable.
9851 (Info-mode): Use it.
9852 (Info-edit-map): Define all in defvar.
9853 (speedbar-attached-frame): Avoid compiler warning.
9854
9855 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9856 (global-map): Bind [tool-bar] to a filtered map.
9857 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9858 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9859 Allow PBM icons.
9860 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9861
9862 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9863 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9864 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9865 icons, except up_arrow, which is left-arrow rotated.
9866
9867 * imenu.el (imenu-add-to-menubar): Fix last change.
9868
9869 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9870
9871 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9872 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9873
9874 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9875
9876 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9877 typos in doc strings.
9878
9879 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9880 the doc strings how to customize Font Lock faces.
9881
9882 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9883 computing growth when dragging the header line.
9884
9885 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9886
9887 * simple.el (kill-line): Doc fix.
9888
9889 2000-10-08 Miles Bader <miles@gnu.org>
9890
9891 * faces.el (secondary-selection): Make foreground visible on tty.
9892
9893 * jka-compr.el (auto-compression-mode): Move to the end of the
9894 file, because `define-minor-mode' actually calls the mode-function
9895 if the associated variable is non-nil, which requires that all
9896 needed functions be already defined.
9897 (with-auto-compression-mode): Add autoload cookie.
9898
9899 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9900
9901 * files.el (find-backup-file-name) [ms-dos]: If support for long
9902 file names is not available, behave as if version-control were set
9903 to never.
9904
9905 2000-10-07 Dave Love <fx@gnu.org>
9906
9907 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9908 (browse-url-gnome-moz): New function.
9909 (browse-url-browser-function): Use it.
9910 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9911
9912 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9913
9914 * indent.el (tab-always-indent): New var.
9915 (indent-for-tab-command): Use it.
9916
9917 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9918 raise an error. This way it can still default to a sane value.
9919
9920 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9921
9922 * startup.el (fancy-splash-screens): Use local rather than global map.
9923 Don't use `update-menu-bindings' any more.
9924 Get rid of assumptions about keymap representation.
9925
9926 2000-10-06 Dave Love <fx@gnu.org>
9927
9928 * textmodes/fill.el (sentence-end-double-space)
9929 (sentence-end-without-period): Doc fix.
9930 (adaptive-fill-regexp): Purecopy.
9931 (unjustify-current-line): Use line-end-position.
9932 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9933
9934 * net/eudc-vars.el (eudc): Add :version, :link.
9935
9936 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9937
9938 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9939 Fix for define-minor-mode.
9940 (function-at-point): Alias to function-called-at-point.
9941
9942 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9943
9944 * simple.el (backward-word): Doc fix.
9945
9946 * image-file.el (image-file-name-regexp): image-file-regexps ->
9947 image-file-name-regexps.
9948 (image-file-name-extensions): Add pbm.
9949
9950 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9951
9952 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9953 and add filename to the names so that diff-mode can jump to source.
9954
9955 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9956 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9957 (tex-font-lock-keywords-1): Remove.
9958 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9959 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9960 (font-lock-default-fontify-region):
9961 Expand beg..end correctly when just following a multiline region.
9962 (font-lock-fontify-anchored-keywords):
9963 Include the anchor text as part of the multiline.
9964
9965 2000-10-06 Gerd Moellmann <gerd@gnu.org>
9966
9967 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9968 latter needs the autoloaded define-minor-mode macro during the
9969 bootstrap.
9970
9971 * startup.el (command-line): For now, activate tool-bar-mode only
9972 if XPM images are supported.
9973
9974 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9975 window by dragging a header-line at the top of the frame; that's
9976 confusing because the header-line doesn't move.
9977 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9978 of treating the event as a list. Some cleanup.
9979
9980 2000-10-06 Miles Bader <miles@gnu.org>
9981
9982 * simple.el (display-message-or-buffer): New function.
9983 (shell-command-on-region): Use `display-message-or-buffer'.
9984
9985 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9986 docstring parts.
9987
9988 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9989 (smbclient-prompt-regexp): Add usage note to doc string.
9990 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9991 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9992 Use add-hook for adding the comint filter function, and only do so
9993 if it's not already in the global hook list.
9994 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9995 to `make-local-variable'.
9996 (nslookup-font-lock-keywords): Remove prompt entry.
9997 (nslookup): Don't set the process-filter.
9998 (finger): Exit the loop correctly when the regexps list runs out.
9999 (ftp, smbclient, smbclient-list-shares):
10000 Set the real major mode immediately, not after execing.
10001 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
10002
10003 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
10004
10005 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
10006
10007 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
10008
10009 * which-func.el (which-func-format): Remove spurious space.
10010 (which-func-mode): Don't make it permanent-local.
10011 (which-func-ff-hook): Allow which-func-maxout to be nil.
10012 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
10013 (which-func-mode): Simplify.
10014 Use post-command-idle-hook rather than post-command-hook.
10015 Go through all buffers and update their state.
10016 (which-function): Also try add-log-current-defun-function.
10017
10018 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
10019 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
10020 Update call to with-vc-properties accordingly.
10021 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
10022 (vc-revert-buffer): More careful about window selection and deletion.
10023 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
10024
10025 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
10026 (cvs-retrieve-revision): Reuse a pre-existing buffer.
10027 (cvs-dired-action): Change the default to quickdir.
10028
10029 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
10030 if comment-indent-function returns nil.
10031 (comment-indent-default): New function.
10032 (comment-indent-function): Use it and document the new semantics.
10033
10034 * image-file.el: Docstring fixes.
10035
10036 * help.el (help-xref-on-pp): Use match-string.
10037 (describe-variable): New arg BUFFER.
10038 Store the current buffer in the help-xref-stack.
10039 (temp-buffer-resize-mode): Use define-minor-mode.
10040
10041 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
10042 consistently with its docstring.
10043 Set jit-lock-first-unfontify-pos in an idempotent way.
10044 (jit-lock-register): Autoload and add arg CONTEXTUAL.
10045
10046 2000-10-05 Alex Schroeder <alex@gnu.org>
10047
10048 * sql.el (sql-mysql-options): New variable.
10049 (sql-mysql): Use it.
10050
10051 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
10052
10053 * image.el (image): New group.
10054
10055 * smerge-mode.el (smerge-mine-face, smerge-other-face)
10056 (smerge-base-face, smerge-markers-face): Add dark-background variants.
10057
10058 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10059
10060 * net/net-utils.el (nslookup-font-lock-keywords)
10061 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10062 Ignore the value of wqindow-system; always define keywords
10063
10064 2000-10-05 Kenichi Handa <handa@etl.go.jp>
10065
10066 * startup.el (fancy-splash-screens): Remove the code for
10067 debugging; `(trace-to-stderr "EXITTT\n")'.
10068
10069 2000-10-05 Miles Bader <miles@gnu.org>
10070
10071 * diff-mode.el (diff-goto-source): Update call to
10072 `diff-hunk-status-msg' to reflect new REV variable.
10073
10074 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
10075
10076 * progmodes/icon.el (icon-mode):
10077 Don't gratuitously override the default for comment-column.
10078
10079 * vc-hooks.el (vc-mode-line): Fix interactive spec.
10080
10081 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
10082 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
10083 (jit-lock-functions): New var.
10084 (jit-lock-function-1): Use it if non-nil.
10085 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
10086 Set the `fontified' property before doing the fontification to avoid
10087 repeatedly going through the same error.
10088 Don't turn errors into messages.
10089 (jit-lock-register, jit-lock-unregister): New functions.
10090
10091 * dired.el (dired-mark-pop-up): Turn comment into docstring.
10092 Use with-current-buffer.
10093
10094 * dired-aux.el (dired-do-create-files, dired-kill-tree):
10095 Turn comment into docstring.
10096
10097 * apropos.el (apropos-mode): Use define-derived-mode.
10098
10099 2000-10-04 Gerd Moellmann <gerd@gnu.org>
10100
10101 * startup.el (fancy-splash-pending-command): New variable.
10102 (fancy-splash-pre-command): New function.
10103 (fancy-splash-screens): Rewritten.
10104 (command-line-1): If fancy-splash-pending-command is set, call it
10105 interactively.
10106
10107 2000-10-04 Dave Love <fx@gnu.org>
10108
10109 * toolbar/tool-bar.el (tool-bar-setup): New function.
10110 (tool-bar-mode): Use it.
10111
10112 * subr.el (substitute-key-definition): Doc fix.
10113 (play-sound-file): New command.
10114
10115 2000-10-04 Andre Spiegel <spiegel@gnu.org>
10116
10117 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
10118 vc-version-backup-file-name): New functions.
10119
10120 * files.el (basic-save-buffer): Call vc-before-save before saving.
10121
10122 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
10123 vc-cvs-stay-local-p.
10124
10125 * vc.el (vc-revert-buffer): Handle empty diff properly.
10126 (vc-version-backup-file): New function.
10127 (vc-checkout): Create a version backup if necessary.
10128 (vc-checkin): If a version backup file exists, delete it.
10129 (vc-version-diff): Diff locally using version backups, if available.
10130 (vc-revert-file): If there's a version backup, revert locally.
10131 (vc-transfer-file): Use version backup for base version, if
10132 available. If not, ask for confirmation whether to get it from the
10133 server. Update mode line before check-in.
10134
10135 2000-10-04 Dave Love <fx@gnu.org>
10136
10137 * toolbar/tool-bar.el (tool-bar-setup): New function.
10138 (tool-bar-mode): Use it.
10139
10140 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
10141
10142 * net/net-utils.el (nslookup-font-lock-keywords)
10143 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
10144 Only set if window-system is non-nil
10145 (net-utils-run-program): Returns buffer.
10146 (network-connection-reconnect): Added this function.
10147
10148 * generic.el:
10149 Incorporates extensive cleanup and docfixes by
10150 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
10151 Uses cl compile-time macros.
10152 (generic-mode-name, generic-comment-list)
10153 (generic-keywords-list, generic-font-lock-expressions)
10154 (generic-mode-function-list, generic-mode-syntax-table):
10155 Removed variables.
10156 (generic-mode-alist): Renamed to generic-mode-list.
10157 (generic-find-file-regexp): Default changed to "^#".
10158 (generic-read-type): Uses completing read on generic-mode-list.
10159 (generic-mode-sanity-check): removed this function.
10160 (generic-add-to-auto-mode): Removed this function
10161 (generic-mode-internal): Bind mode-specific definitions
10162 into function instead of putting them in alist.
10163 (generic-mode-set-comments): Reworked extensively.
10164 (generic-mode-find-file-hook): Simplified regexp searching
10165 (generic-make-keywords-list): Omit extra pair of parens
10166
10167 * find-lisp.el (find-lisp-find-files-internal):
10168 Make sure directory name ends with "/".
10169
10170 * generic-x.el (apache-conf-generic-mode):
10171 Regexp now allows leading whitespace.
10172 (rc-generic-mode): Added eval-when-compile
10173 around generic-make-keywords-list.
10174 Deleted duplicate regexp
10175 (rul-generic-mode): Added eval-when-compile
10176 around generic-make-keywords-list.
10177 (etc-fstab-generic-mode): New generic mode.
10178 (rul-generic-mode): Removed one eval-when-compile
10179 which caused a max-specpdl-size exceeded error.
10180
10181 2000-10-04 Miles Bader <miles@gnu.org>
10182
10183 * simple.el (minibuffer-temporary-goal-position): New variable.
10184 (next-history-element): Try to keep the position of point in the
10185 input string constant.
10186
10187 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10188 (dired-do-create-files): If there's only one file, pass it in as
10189 the DEFAULT arg to dired-mark-read-file-name.
10190
10191 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10192
10193 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10194 (diff-goto-source): Be smarter when choosing REVERSE or not.
10195
10196 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10197 (texinfo-mode-menu): Add an explicit shortcut for update all.
10198
10199 2000-10-03 Andre Spiegel <spiegel@gnu.org>
10200
10201 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10202 factorize backend-specific code cleanly (this was essentially
10203 conceived by Stefan Monnier).
10204 (vc-unregister): Function removed.
10205 (vc-revert-file): New function.
10206 (vc-revert-buffer): Delegate some of the work to it.
10207
10208 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10209 default branch unconditionally.
10210 (vc-rcs-set-default-branch): New function.
10211 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10212 (vc-rcs-checkin): If an appropriate default branch has been set,
10213 force creation of that branch.
10214 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10215 code (as suggested by Stefan Monnier).
10216
10217 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10218
10219 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10220 highlighting overlay with a different face over the overlay
10221 isearch uses to highlight the current match because that can lead
10222 to bad face combinations.
10223
10224 * loadup.el (toplevel): Load faces before isearch.
10225
10226 * isearch.el (isearch-faces): New custom group.
10227 (isearch): New defface; was already tested for in the code.
10228 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10229 (isearch-highlight): Always use face `isearch'.
10230
10231 2000-10-02 Dave Love <fx@gnu.org>
10232
10233 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10234 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10235 comparison of opcode with operand.
10236
10237 2000-10-03 Miles Bader <miles@gnu.org>
10238
10239 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10240 buffer, since the echo area will now grow to accommodate them.
10241
10242 2000-10-02 Andre Spiegel <spiegel@gnu.org>
10243
10244 * vc-hooks.el (vc-registered): If FILE used to be registered under
10245 a certain backend, try that one first.
10246
10247 * vc.el (vc-responsible-backend): Undo the previous change in the
10248 argument list. Handle multiple backends correctly.
10249 (vc-find-new-backend): Function removed.
10250 (vc-register): Use vc-responsible-backend, as before.
10251 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10252
10253 2000-10-02 Gerd Moellmann <gerd@gnu.org>
10254
10255 * startup.el (fancy-splash-head): Change message below the
10256 logo.
10257
10258 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10259
10260 * diff-mode.el (diff-goto-source): Emit a status message.
10261 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10262 (diff-test-hunk): Fix doc string.
10263 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10264 (diff-advance-after-apply-hunk): New variable.
10265 (diff-apply-hunk): Don't return a value.
10266
10267 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10268
10269 * vc.el (vc-editable-p): Minor optimization.
10270 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10271 (vc-find-new-backend): New function split from vc-responsible-backend.
10272 (vc-register): Use it.
10273 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10274 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10275 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10276 (vc-clear-headers): Don't use find-file.
10277 (vc-revert-buffer): Use `and' again (must have been a braino).
10278 (vc-switch-backend): Only prompt if requested.
10279 Short circuit if nothing is to be done.
10280 Don't use vc-resynch-buffer which could lose unsaved editing.
10281 (vc-default-receive-file): Update call to vc-unregister.
10282 (with-vc-file, vc-next-action-on-file):
10283 Use vc-backend rather than vc-registered.
10284 (vc-next-action-on-file): Use intern-soft.
10285 Deal with read-only *vc-diff* buffer.
10286 (vc-transfer-file): Docstring fix.
10287
10288 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10289 (vc-rcs-receive-file): Avoid with-vc-properties.
10290 Update call to vc-unregister.
10291 Use constant `RCS' rather than (dynamically bound) var `backend'.
10292
10293 2000-10-01 Andre Spiegel <spiegel@gnu.org>
10294
10295 * vc.el (vc-next-action-on-file): Update mode line only if file
10296 is visited.
10297 (vc-start-entry): New argument initial-contents. Don't visit the file
10298 if it isn't already visited. Brought documentation up-to-date.
10299 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10300 (vc-checkin): New optional arg initial-contents, which is passed to
10301 vc-start-entry.
10302 (vc-finish-logentry): Make sure to bury log buffer only if there
10303 really is one. Call `vc-resynch-buffer' on log-file, not
10304 buffer-file-name.
10305 (vc-default-comment-history, vc-default-wash-log): New functions.
10306 (vc-index-of): Removed.
10307 (vc-transfer-file): Make do without the above.
10308 (vc-default-receive-file): Call comment-history unconditionally. Pass
10309 the resulting string to vc-checkin, instead of inserting it into the
10310 comment ring.
10311
10312 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10313 unconditionally. Use the comments as initial contents of the log
10314 entry buffer. Document the trick to force branch creation with no
10315 changes.
10316
10317 2000-10-01 Miles Bader <miles@gnu.org>
10318
10319 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10320 `recenter' with an arg to prevent redrawing the display.
10321
10322 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10323
10324 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10325
10326 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10327
10328 * progmodes/c-mode.el (c-mode):
10329 Don't gratuitously override the default for comment-column.
10330
10331 * textmodes/tex-mode.el (latex-metasection-list): New var.
10332 (latex-imenu-create-index): Use it.
10333 Move the regexp construction outside loops (and use push).
10334 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10335 (tex-font-lock-keywords): Moved from font-lock.el.
10336 (tex-comment-indent): Remove.
10337 (tex-common-initialization): Don't set comment-indent-function.
10338 (latex-block-default): New var.
10339 (tex-latex-block): Use it to provide a default choice.
10340 Add any unknown choice to latex-block-names.
10341 Insert [...] after {...}.
10342 (tex-last-unended-begin): Simplify regexp.
10343 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10344 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10345 (latex-mode): Set forward-sexp-function.
10346
10347 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10348 Add regexp for @ignore ... @end ignore.
10349 (texinfo-heading-face): New face.
10350 (texinfo-font-lock-keywords): Use it.
10351 (texinfo-mode-menu): New menu.
10352 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10353 New functions.
10354 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10355 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10356 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10357 Remove declaration.
10358 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10359
10360 * delsel.el (delete-selection-mode): Use define-minor-mode.
10361
10362 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10363
10364 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10365
10366 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10367
10368 2000-09-30 Gerd Moellmann <gerd@gnu.org>
10369
10370 * replace.el (keep-lines-read-args): New function.
10371 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10372 read arguments interactively. Add parameters RSTART and REND.
10373 Operate on the active region in Transient Mark mode.
10374
10375 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10376
10377 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10378 (authors-obsolete-files-regexps): New variable.
10379 (authors-add): Don't record changes in obsolete files.
10380
10381 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10382
10383 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10384
10385 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10386 (comment-indent): Make sure there's a space between code and comment.
10387 Shift comments left to avoid going past fill-column.
10388
10389 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10390
10391 * startup.el (startup-echo-area-message): New function.
10392 (display-startup-echo-area-message): Use it.
10393 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10394 (fancy-splash-default-action): New function.
10395 (fancy-splash-screens-1): New function.
10396 (fancy-splash-head): Put a help-echo and a keymap under the image.
10397
10398 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10399
10400 * diff-mode.el (diff-add-log-file-name): Remove.
10401 (diff-mode): Use add-log-buffer-file-name-function.
10402
10403 * add-log.el (find-change-log): New arg BUFFER-FILE.
10404 (add-log-file-name): Obey add-log-file-name-function.
10405 (add-log-buffer-file-name-function): New var.
10406 (add-change-log-entry): Use it.
10407
10408 2000-09-29 Miles Bader <miles@gnu.org>
10409
10410 * image-file.el (image-file-name-extensions): New variable.
10411 (image-file-name-regexps): Renamed from `image-file-regexps'.
10412 New default value is nil. Call `auto-image-file-mode'.
10413 (image-file-name-regexp): New function.
10414 (auto-image-file-mode): New minor mode.
10415 (insert-image-file): Don't make conditional on the image-file
10416 handler being enabled.
10417 (image-file-handler): Make the call here conditional instead.
10418 (set-image-file-handler-enabled, enable-image-file-handler)
10419 (disable-image-file-handler): Functions removed.
10420
10421 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10422 string.
10423
10424 2000-09-29 Gerd Moellmann <gerd@gnu.org>
10425
10426 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10427 it's a function from CL.
10428 (latex-imenu-create-index): Replace eval-when-compile with progn
10429 because latex-section-alist is not bound while compiling.
10430
10431 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10432
10433 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10434 (outline-mode): Use define-derived-mode.
10435
10436 * progmodes/perl-mode.el (perl-mode):
10437 * progmodes/awk-mode.el (awk-mode):
10438 * progmodes/asm-mode.el (asm-mode):
10439 Don't gratuitously override the default for comment-column.
10440
10441 * emacs-lisp/lisp.el (lisp-complete-symbol):
10442 Distinguish the let-binding case from the funcall case.
10443 (forward-sexp-function): New variable.
10444 (forward-sexp): Use it.
10445
10446 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10447 (easy-mmode-defmap): Remove the now useless autoload.
10448
10449 * time.el (display-time-mode): Use define-minor-mode.
10450
10451 * subr.el (add-minor-mode): Don't eval NAME.
10452 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10453 Use if rather than cond.
10454
10455 * simple.el (read-expression-map): Define more properly.
10456 (comment-indent-hook): Remove.
10457 (string-to-syntax): Bug fix.
10458
10459 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10460 (cvs-ediff-diff): Fix typo.
10461 (cvs-revert-if-needed): Don't bother preserving read-only.
10462
10463 * paren.el (show-paren-mode): Use define-minor-mode.
10464
10465 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10466 (toggle-auto-compression): Remove.
10467 (jka-compr-build-file-regexp): Remove useless grouping.
10468
10469 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10470 Avoid user-reserved bindings.
10471 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10472 (diff-header-face): Revert to grey85.
10473
10474 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10475
10476 * complete.el (partial-completion-mode) <defcustom>: Remove.
10477 (partial-completion-mode): Use define-minor-mode.
10478 (PC-do-completion): Understand `completion-auto-help = delay'
10479 to mean to popup the completion buffer only the second time.
10480 (PC-include-file-all-completions, PC-include-file-all-completions)
10481 (PC-include-file-all-completions): Don't quote lambda.
10482
10483 * comint.el (comint-mode-hook): Docstring fix.
10484 (comint-mode): Use define-derived-mode.
10485 (comint-mode-map): Remove obsolete comment.
10486 (make-comint): Minor stylistic change.
10487 (comint-insert-clicked-input): Be more careful to find the overlay.
10488 Use this-command-keys rather than hardcoding mouse-2.
10489
10490 * font-lock.el: Replace confusing (,@ with ,
10491 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10492 Don't use regexp-opt-depth. Spice up the regexp for args.
10493 Don't distinguish between cmds that can take an opt arg or not.
10494 Use `append' and `prepend' rather than `keep'.
10495
10496 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10497 (latex-outline-regexp): New var.
10498 (latex-outline-level): New fun.
10499 (latex-section-alist): New var.
10500 (latex-imenu-create-index): Use it. Use `push' as well.
10501 (tex-shell-map): Initialize it properly.
10502 (tex-mode): Minor stylistic change.
10503 (plain-tex-mode): Use define-derived-mode.
10504 (latex-mode): Use define-derived-mode.
10505 Construct the paragraph regexps in a more readable way.
10506 Set the buffer-local outline-{level,regexp} vars.
10507 (slitex-mode): Derive from latex-mode.
10508 (tex-common-initialization): Don't kill-all-vars anymore.
10509 Add setting for comment-add and font-lock-defaults.
10510 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10511 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10512 (tex-start-tex): New arg DIR (and send a chdir command for it).
10513 Also display the shell buffer and save it in tex-last-buffer-texed.
10514 (tex-region): Use expand-file-name rather than concat.
10515 Remove code made useless by changes in tex-start-tex.
10516 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10517
10518 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10519
10520 2000-09-28 Dave Love <fx@gnu.org>
10521
10522 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10523
10524 2000-09-28 Gerd Moellmann <gerd@gnu.org>
10525
10526 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10527 `append'.
10528
10529 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10530
10531 * info.el (Info-extract-pointer): Undo last change.
10532 Instead, fix the position of the `bound' arg to re-search-backward.
10533
10534 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10535
10536 * info.el (Info-extract-pointer):
10537 Widen more carefully, to avoid finding pointers in other nodes.
10538 (Info-index): Use push.
10539
10540 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10541
10542 * frame.el (set-frame-font): Remove call to obsolete function
10543 frame-update-faces.
10544 (set-foreground-color, set-background-color): Likewise for
10545 frame-update-face-colors.
10546
10547 2000-09-27 Miles Bader <miles@gnu.org>
10548
10549 * image-file.el: New file.
10550
10551 2000-09-27 Gerd Moellmann <gerd@gnu.org>
10552
10553 * frame.el (frame-notice-user-settings): Don't call
10554 frame-update-faces, which is a no-op now.
10555
10556 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10557 tool-bar-lines.
10558
10559 2000-09-27 Dave Love <fx@gnu.org>
10560
10561 * mouse.el: Fix last change.
10562
10563 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10564
10565 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10566
10567 2000-09-22 Kenichi Handa <handa@etl.go.jp>
10568
10569 * international/quail.el (quail-help): The output message is
10570 improved.
10571
10572 2000-09-26 Dave Love <fx@gnu.org>
10573
10574 * mouse.el (popup-menu): If POSITION is nil, set it using
10575 mouse-position.
10576
10577 2000-09-25 Sam Steingold <sds@gnu.org>
10578
10579 * net/browse-url.el (browse-url-file-url): Check for null maps.
10580
10581 2000-09-26 Gerd Moellmann <gerd@gnu.org>
10582
10583 * frame.el (frame-notice-user-settings): Don't add a
10584 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10585
10586 * frame.el (frame-notice-user-settings):
10587 Make tool-bar-mode and default-frame-alist consistent.
10588
10589 * toolbar/tool-bar.el (tool-bar-help): New function.
10590
10591 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10592
10593 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10594 current-load-list in top-level forms. Else this leaks a cons cell
10595 every time a defun is called.
10596
10597 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10598
10599 2000-09-25 Dave Love <fx@gnu.org>
10600
10601 * startup.el (fancy-splash-head): Check XPM is available.
10602
10603 * autoinsert.el (auto-insert): Doc fix.
10604 (auto-insert-alist): Following GNU notices, don't say `copyright
10605 _by_'. Use line-beginning-position.
10606 (auto-insert): Check buffer-file-name is non-nil before use.
10607
10608 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10609
10610 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10611 starting with `@def' or `@multitable', in addition to ones
10612 specified by the user in auto-fill-inhibit-regexp.
10613
10614 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
10615
10616 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10617 rmail-dont-reply-to-names matches the empty string.
10618
10619 2000-09-25 Gerd Moellmann <gerd@gnu.org>
10620
10621 * startup.el (command-line-1, fancy-splash-text): Change the
10622 text to sound more friendly.
10623
10624 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10625
10626 * progmodes/hideshow.el: Update author email address.
10627 Generally, sync w/ maintainer version 5.22.
10628 (hs-hide-all-non-comment-function): New var.
10629 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10630 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10631 (hs-show-region): Delete this command.
10632 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10633
10634 2000-09-22 Dave Love <fx@gnu.org>
10635
10636 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10637 (hl-line-highlight): Specify buffer when moving overlay.
10638
10639 * progmodes/fortran.el (fortran-mode): Locally set
10640 normal-auto-fill-function.
10641 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10642 (fortran-mode-map): Adjust auto-fill menu entry.
10643
10644 2000-09-22 Gerd Moellmann <gerd@gnu.org>
10645
10646 * vc-rcs.el (toplevel): Require `vc' when compiling.
10647
10648 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10649
10650 2000-09-22 Andre Spiegel <spiegel@gnu.org>
10651
10652 * vc.el (vc-switch-backend): Signal an error if the file is not
10653 registered under the new backend.
10654
10655 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10656 without explicit revision number.
10657
10658 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10659
10660 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10661 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10662 (diff-xor): New function.
10663 (diff-find-source-location): Use it. Fix a stupid name clash.
10664 (diff-hunk-status-msg): New function.
10665 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10666 (diff-test-hunk): Use diff-find-source-location.
10667 (diff-goto-source): Favor the `reverse'.
10668 (diff-hunk-text): Properly handle one-sided context diffs.
10669 (diff-apply-hunk): When done, advance to the next hunk.
10670
10671 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10672
10673 * startup.el (command-line): If frame was created with a non-zero
10674 tool-bar-lines parameter, switch tool-bar-mode on.
10675
10676 * add-log.el (change-log-date-face, change-log-name-face)
10677 (change-log-email-face, change-log-file-face)
10678 (change-log-list-face, change-log-conditionals-face)
10679 (change-log-function-face, change-log-acknowledgement-face):
10680 New faces, inheriting from font-lock faces.
10681 (change-log-font-lock-keywords): Use them.
10682
10683 2000-09-21 Dave Love <fx@gnu.org>
10684
10685 * progmodes/cperl-mode.el (top-level): Clean up
10686 `eval-when-compile's and assorted defvars.
10687 (cperl-invalid-face): Don't double-quote value. Change custom
10688 type.
10689 (cperl-mode): Set normal-auto-fill-function and don't zap
10690 auto-fill-function.
10691 (cperl-imenu--function-name-regexp-perl): Renamed from
10692 imenu-example--function-name-regexp-perl.
10693 (cperl-imenu--create-perl-index): Renamed from
10694 imenu-example--create-perl-index.
10695 (cperl-xsub-scan): Don't require cl.
10696
10697 * msb.el (msb-mode-map): Use substitute-key-definition.
10698 (msb-mode): Use msb-mode-map.
10699
10700 2000-09-21 Andre Spiegel <spiegel@gnu.org>
10701
10702 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10703 New functions.
10704 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10705 (vc-switch-backend): New function.
10706 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10707 (vc-register): Fix prompt.
10708 (vc-unregister, vc-default-unregister): New functions.
10709 (vc-version-diff): Handle empty buffer in sentinel.
10710
10711 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10712 (vc-rcs-state-heuristic): Use it to guess the state of files with
10713 non-strict locking.
10714 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10715 been set with -b, but not created yet.
10716 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10717 contents in order to find the state.
10718 (vc-rcs-checkin): Allow creation of branches with no changes.
10719 (vc-rcs-unregister, vc-rcs-receive-file)
10720 (vc-rcs-set-non-strict-locking): New functions.
10721
10722 * vc-hooks.el (vc-name): Force correct computation of the value
10723 in case it is missing.
10724
10725 2000-09-21 Gerd Moellmann <gerd@gnu.org>
10726
10727 * startup.el (fancy-splash-tail): Use a different foreground
10728 color on a dark frame background.
10729
10730 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10731
10732 * info.el: Use the correct capitalization when making Info-mode
10733 and Info-edit-mode `special' modes.
10734
10735 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10736
10737 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10738 (diff-mode): Add support for add-log.el.
10739 (diff-hunk-text): Use char offsets rather than line offsets.
10740 (diff-find-source-location): Replace LINE with line-offset (nil
10741 if not found) and always set POS to a meaningful position.
10742 Adapt to the new char-offsets.
10743 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10744 Adapt to the new diff-find-source-location.
10745 (diff-goto-source): Adapt to the new diff-find-source-location.
10746
10747 * add-log.el (add-log-file-name): New function (split out of
10748 add-change-log-entry).
10749 (add-change-log-entry): Use it.
10750 Call add-log-file-name-function with the changelog file name if
10751 the current buffer is not associated with any file.
10752 Avoid find-file if the selected window is dedicated.
10753
10754 * diff-mode.el (diff-find-source-location):
10755 Move code from diff-apply-hunk. Return buffer rather than file.
10756 (diff-apply-hunk): Use the new result from diff-find-source-location.
10757 (diff-goto-source): Use the new diff-find-source-location.
10758
10759 2000-09-20 Dave Love <fx@gnu.org>
10760
10761 * iswitchb.el: Some doc fixes.
10762 (iswitchb-mode-map): Define completely initially. Inherit
10763 minibuffer-local-map.
10764 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10765 fundamental-mode.
10766 (iswitchb-global-map): New variable.
10767 (iswitchb-summaries-to-end): Amalgamate regexps.
10768 (iswitchb-mode): New.
10769 (iswitchb-mode-hook): New variable.
10770 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10771 `extensions'.
10772
10773 2000-09-20 Gerd Moellmann <gerd@gnu.org>
10774
10775 * ehelp.el (electric-help): New defgroup.
10776 (electric-help-shrink-window): New user-option.
10777 (with-electric-help): Use it.
10778
10779 * window.el (shrink-window-if-larger-than-buffer): If face
10780 `mode-line' has a :box, and we're on a graphical frame, add 1
10781 to the needed window height.
10782
10783 * frame.el (frame-notice-user-settings): Add a last parameter nil
10784 to a call to `append', because the last list passed to `append' is
10785 not copied, and so subsequent calls to assq-delete-all will modify
10786 default-frame-alist.
10787
10788 * startup.el (fancy-splash-image): Change :type.
10789 (fancy-splash-head): Use an XBM image if appropriate.
10790 (command-line-1): Show splash screens in more cases.
10791
10792 * startup.el (fancy-splash-text): Don't quote faces.
10793
10794 * dired.el (dired-font-lock-keywords): Undo last change.
10795 (dired-readin): Bind indent-tabs-mode to nil.
10796
10797 * startup.el (fancy-splash-head): If frame's background mode
10798 is `dark', change the black background of the image to gray.
10799 (fancy-splash-screens): Display startup echo area message.
10800 (display-startup-echo-area-message): New function.
10801
10802 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10803
10804 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10805
10806 * info.el (info-header-node): Tweak for color ttys.
10807
10808 * faces.el (face-valid-attribute-values): Make sure directories we
10809 search for stipples both exist and are readable before trying to
10810 search them.
10811
10812 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10813 in the dry-run case.
10814
10815 * jka-compr.el (with-auto-compression-mode): New macro.
10816
10817 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10818 (custom-group-tag-face, custom-variable-tag-face): Use relative
10819 :height and inherit from `variable-pitch' face instead of
10820 hardwiring :family.
10821 * hi-lock.el (hi-black-hb): Likewise.
10822
10823 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10824 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10825 toolbar-add-item, if image doesn't have a mask add a `:mask
10826 heuristic'.
10827
10828 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10829
10830 * diff-mode.el: Docstring fixes.
10831 (diff-header-face, diff-comment-face): New faces.
10832 (diff-font-lock-keywords): Highlight a bit differently.
10833 (diff-find-source-location): Don't return SPAN any more.
10834 (diff-hunk-text): Don't bother erasing the temp buffer.
10835 (diff-find-text): Drop argument LINE.
10836 (diff-apply-hunk): Update calls to diff-find-text.
10837 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10838
10839 * calendar/calendar.el: Docstring fixes.
10840 (calendar-make-alist): Don't quote lambda.
10841 (calendar-star-date): Use make-local-variable.
10842
10843 2000-09-19 Dave Love <fx@gnu.org>
10844
10845 * toolbar/tool-bar.el: Renamed from toolbar.el.
10846 Change `toolbar' to `tool-bar' generally in symbols.
10847 Make some items invisible in `special' major modes.
10848 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10849 Add arg PROPS.
10850
10851 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10852 Add :version here.
10853 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10854
10855 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10856
10857 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10858
10859 * files.el (find-file-suppress-same-file-warnings): New user-option.
10860 (find-file-noselect): Use it.
10861
10862 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10863 (fancy-splash-screen): Defgroup.
10864
10865 * add-log.el (change-log-font-lock-keywords): Match names
10866 more exactly for the case that font-lock-constant-face is
10867 underlined.
10868
10869 2000-09-19 Richard M. Stallman <rms@gnu.org>
10870
10871 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10872
10873 2000-09-19 Andre Spiegel <spiegel@gnu.org>
10874
10875 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10876
10877 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10878
10879 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10880 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10881 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10882 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10883 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10884 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10885 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10886 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10887 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10888 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10889 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10890 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10891
10892 * startup.el (fancy-splash-text): New variable.
10893 (fancy-splash-delay, fancy-splash-image): New user-options.
10894 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10895 (fancy-splash-screens): New functions.
10896 (command-line-1): If display has a `display' frame parameter, has
10897 colors, and we have XPM support, show more fancy splash screens.
10898
10899 2000-09-19 Dave Love <fx@gnu.org>
10900
10901 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10902 with null `help'. Use modern backquote syntax.
10903
10904 2000-09-19 Gerd Moellmann <gerd@gnu.org>
10905
10906 * font-lock.el (font-lock-mode): Change message telling the user
10907 that ``the buffer is too big''.
10908
10909 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10910 for instance for the case that tab-width is 2.
10911
10912 2000-09-18 Gerd Moellmann <gerd@gnu.org>
10913
10914 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10915 toolbar-add-item, if image doesn't have a mask add a `:mask
10916 heuristic'.
10917
10918 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10919
10920 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10921 and return a cons if it's non-nil.
10922 (diff-apply-hunk): Try to jump to the line in the source text
10923 corresponding to the position of point in the in the hunk.
10924
10925 * info.el (Info-title-3-face, Info-title-2-face)
10926 (Info-title-1-face): Use face inheritance and relative sizes
10927 instead of hard-wiring things.
10928
10929 * faces.el (secondary-selection): Make dark-background variant sane.
10930
10931 2000-09-16 Andrew Innes <andrewi@gnu.org>
10932
10933 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10934 read-only, since they aren't under VC now.
10935
10936 2000-09-17 Dave Love <fx@gnu.org>
10937
10938 * tmm.el: Replace mapcar with mapc in several places.
10939
10940 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10941 ad-unadvise.
10942
10943 * international/latin1-disp.el: New file.
10944
10945 * calendar/cal-move.el (scroll-calendar-left)
10946 (scroll-calendar-right): Make arg optional (for active mode line).
10947
10948 * calendar/calendar.el (calendar-mode-line-format): Make fields
10949 mouse-sensitive.
10950 (calendar-read-date, calendar-read-date, calendar-window-list):
10951 Unquote lambda.
10952 (calendar-month-name): Use aref, not sref.
10953
10954 * view.el (minor-mode-alist): Propertize the string.
10955
10956 * international/characters.el (standard-case-table): Add entries
10957 for Greek.
10958
10959 2000-09-18 Miles Bader <miles@gnu.org>
10960
10961 * info.el (info-node, info-xref): Add dark-background variants.
10962
10963 * faces.el (header-line): Change defaults to be less confusing
10964 when mixed with mode-lines.
10965
10966 * info.el (Info-fontify-node): Make a few cleanups.
10967 Add extra `help-echo' and `local-map' props to node xrefs.
10968 Use header-specific faces for node-names & xrefs.
10969 (Info-use-header-line): New variable.
10970 (info-header-xref, info-header-node): New faces.
10971 (Info-setup-header-line): New function.
10972 (Info-select-node): Call Info-setup-header-line when enabled.
10973 (Info-extract-pointer): Work even if the header line is hidden.
10974 (Info-header-line): New variable.
10975
10976 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10977
10978 * vms-patch.el (print-region-function): Don't quote lambda.
10979
10980 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10981
10982 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10983 (lm-get-header-re): Allow spaces between the header and the colon.
10984 (lm-header): Allow $ in non-RCS headers.
10985 (lm-header-multiline): Put the strings back into order.
10986 Stop at an empty line. Don't require two space chars if the
10987 line is clearly not another header line.
10988
10989 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10990 (popup-menu-popup): Remove.
10991
10992 2000-09-15 Gerd Moellmann <gerd@gnu.org>
10993
10994 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10995 specification if or if not tool-bar item contains an `:enabled'
10996 property.
10997
10998 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10999 current buffer has no file name.
11000
11001 2000-09-15 Dave Love <fx@gnu.org>
11002
11003 * strokes.el: Sync with maintainer's current version with changes
11004 for Emacs, but avoid runtime cl and levents.
11005 (toplevel): Change autoloads and compilation requires.
11006 (strokes-version, strokes-bug-address, strokes-lift): Values
11007 changed.
11008 (strokes-xpm-header, strokes-insinuated): New variable.
11009 (strokes): Add :link.
11010 (strokes-mode): Customized.
11011 (strokes-while-inhibiting-garbage-collector): New macro.
11012 (strokes-remassoc): Avoid remove-if.
11013 (strokes-fix-button2-command): Don't use ad-do-it.
11014 (strokes-insinuate): New function.
11015 (strokes-button-press-event-p, strokes-button-release-event-p):
11016 New functions, used instead of non-`strokes-' versions..
11017 (strokes-mouse-event-p): Rewritten.
11018 (strokes-event-closest-point): Avoid event-point.
11019 (strokes-get-grid-position): Avoid cdadr, caadr
11020 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
11021 functions.
11022 (strokes-help): Use with-output-to-temp-buffer.
11023 (strokes-window-configuration-changed-p): New function.
11024 (strokes-update-window-configuration): Use buffer-live-p,
11025 strokes-window-configuration-changed-p.
11026 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
11027 (strokes-char-face): New face.
11028 (strokes-char-table, strokes-base64-chars): New variable.
11029 (strokes-xpm-for-stroke, strokes-list-strokes)
11030 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
11031 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
11032 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11033 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
11034 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
11035 functions.
11036
11037 2000-09-15 Gerd Moellmann <gerd@gnu.org>
11038
11039 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
11040
11041 * image.el (create-image): Doc fix.
11042
11043 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
11044 instead of `:heuristic-mask t'.
11045
11046 2000-09-14 Andrew Innes <andrewi@gnu.org>
11047
11048 * makefile.w32-in: Revert to Unix line endings.
11049
11050 2000-09-14 Andrew Innes <andrewi@gnu.org>
11051
11052 * makefile.w32-in: Add bootstrap support. Also copy lisp source
11053 when installing.
11054
11055 * makefile.nt (DONTCOMPILE): Fix typo.
11056
11057 * shell.el (shell-write-history-on-exit): New function.
11058 (shell-dumb-shell-regexp): New custom variable.
11059 (shell-mode): Make shell-write-history-on-exit the process
11060 sentinel if shell name matches shell-dumb-shell-regexp.
11061
11062 * w32-fns.el: Comment out before-init-hook function which resets
11063 source-directory based; this breaks bootstrap.
11064
11065 2000-09-14 Dave Love <fx@gnu.org>
11066
11067 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
11068 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
11069 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
11070 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
11071 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
11072 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
11073 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
11074 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
11075 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
11076
11077 * toolbar/toolbar.el: New.
11078
11079 * subdirs.el: Add toolbar.
11080
11081 2000-09-14 Gerd Moellmann <gerd@gnu.org>
11082
11083 * indent.el (indent-for-tab-command): Doc fix.
11084
11085 2000-09-14 Alex Schroeder <alex@gnu.org>
11086
11087 * ansi-color.el (ansi-colors): Doc change.
11088 (ansi-color-get-face): Simplified regexp.
11089 (ansi-color-faces-vector): Added more faces, doc change.
11090 (ansi-color-names-vector): Doc change.
11091 (ansi-color-regexp): Simplified regexp.
11092 (ansi-color-parameter-regexp): New regexp.
11093 (ansi-color-filter-apply): Doc change.
11094 (ansi-color-filter-region): Doc change.
11095 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
11096 deal with zero length parameters.
11097 (ansi-color-apply-on-region): Doc change.
11098 (ansi-color-map): Doc change.
11099 (ansi-color-map-update): Removed debugging message.
11100 (ansi-color-get-face-1): Added condition-case to trap
11101 args-out-of-range errors.
11102 (ansi-color-get-face): Doc change.
11103 (ansi-color-make-face): Removed.
11104 (ansi-color-for-shell-mode): New option.
11105
11106 2000-09-13 Kenichi Handa <handa@etl.go.jp>
11107
11108 * international/quail.el (quail-start-translation): Translate KEY
11109 if necessary even if it doesn't have any mapping in the current
11110 input method.
11111 (quail-start-conversion): Likewise.
11112 (quail-help): The output message is improved.
11113
11114 2000-09-13 Miles Bader <miles@gnu.org>
11115
11116 * comint.el (comint-output-filter): Revert to using
11117 `insert-before-markers'. Add bletcherous hack to undo damage
11118 caused by `insert-before-markers'. Put `front-sticky' property on
11119 overlays created here so that the field code understands how the
11120 overlay works. Use a let when making comint-last-prompt-overlay,
11121 so that the code is easier to read.
11122
11123 2000-09-13 Dave Love <fx@gnu.org>
11124
11125 * wid-edit.el (widget-default-format-handler): DTRT when
11126 doc-property is a function.
11127
11128 2000-09-12 Francesco Potorti` <pot@gnu.org>
11129
11130 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
11131 filed name if it's not there.
11132
11133 2000-09-12 Dave Love <fx@gnu.org>
11134
11135 * simple.el (read-mail-command): Doc fix.
11136 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
11137
11138 * vc.el (vc-dired-listing-switches): Fix :version.
11139
11140 * vc-hooks.el: Doc fixes.
11141
11142 * subr.el (add-minor-mode): Use toggle-fun arg.
11143
11144 * speedbar.el: Add :version to several defcustoms.
11145
11146 * imenu.el (imenu--truncate-items, imenu--cleanup)
11147 (imenu--generic-function): Avoid mapcar.
11148 (imenu--replace-spaces): Function removed.
11149 (imenu--completion-buffer): Use subst-char-in-string.
11150 (imenu-add-to-menubar): Use keymap inheritance.
11151
11152 2000-09-12 Miles Bader <miles@gnu.org>
11153
11154 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
11155 (diff-mode-map): Bind `diff-test-hunk'.
11156 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
11157
11158 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11159
11160 * bytecomp.el (byte-compile-defvar): Undo last change
11161 because it breaks '(make-variable-buffer-local (defvar ...)'
11162 which is used at least in dired.
11163
11164 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11165
11166 * international/quail.el (quail-define-package): Docstring
11167 modified.
11168
11169 2000-09-12 Kenichi Handa <handa@etl.go.jp>
11170
11171 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11172 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11173 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11174 docstring of "chinese-py".
11175
11176 * international/quail.el (quail-translation-docstring): New
11177 variable.
11178 (quail-show-keyboard-layout): Docstring modified.
11179 (quail-select-current): Likewise.
11180 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11181 infinite recursive call.
11182 (quail-help): Check quail-translation-docstring. Format of the
11183 output changed.
11184 (quail-help-insert-keymap-description): Adjusted for the above
11185 change.
11186
11187 2000-09-11 Gerd Moellmann <gerd@gnu.org>
11188
11189 * bytecomp.el (byte-compile-defvar): Only cons onto
11190 current-load-list in top-level forms. Else this leaks a cons cell
11191 every time a defun is called.
11192
11193 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11194
11195 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11196 Now understands non-unified diffs. Some functionality moved into
11197 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11198 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11199 modify anything. Only reposition point in the patched file if the
11200 patch succeeds. Only pop up another window if POPUP is true.
11201 Emit a message describing what happened if successful, and at what
11202 line-offset. Automatically detect reversed hunks and do something
11203 appropriate.
11204 (diff-hunk-text, diff-find-text): New functions.
11205 (diff-filter-lines): Function removed.
11206 (diff-test-hunk): New function.
11207 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11208
11209 2000-09-10 Dave Love <fx@gnu.org>
11210
11211 * textmodes/tildify.el: Minor doc/commentary fixes.
11212 (tildify) <defgroup>: Add :version.
11213
11214 * faces.el (face-x-resources): Make custom type more specific.
11215 (frame-background-mode): Use mapc.
11216 (region) <defcustom>: Add :version.
11217
11218 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11219
11220 * vc-sccs.el (vc-sccs-register):
11221 * vc-rcs.el (vc-rcs-register):
11222 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11223 * vc.el (vc-register): Clear file's properties.
11224
11225 2000-09-08 Gerd Moellmann <gerd@gnu.org>
11226
11227 * faces.el (face-spec-set): Only face-spec-reset-face when
11228 ATTRS is non-nil.
11229
11230 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * help.el (help-insert-xref-button): Fix a typo in doc string.
11233
11234 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11237 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11238 methods.
11239
11240 * menu-bar.el (read-mail-item-name): New function.
11241 (menu-bar-tools-menu): Use it to compute and display the package
11242 used to read email.
11243 (menu-bar-tools-menu): Fix typo in GUD's help string.
11244
11245 2000-09-07 Dave Love <fx@gnu.org>
11246
11247 * diff-mode.el (diff-mouse-goto-source): New function.
11248
11249 * vc-sccs.el: Doc fixes.
11250 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11251
11252 * vc-rcs.el: Doc fixes.
11253 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11254 (vc-rcs-checkout-switches, vc-rcs-header)
11255 (vc-rcs-master-templates): Add or change :version.
11256
11257 * vc-cvs.el: Doc fixes.
11258 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11259 (vc-cvs-stay-local): Add :version.
11260
11261 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11262
11263 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11264
11265 * international/quail.el (quail-help): Fix previous change.
11266
11267 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11268
11269 * faces.el (color-values): Doc fix.
11270
11271 * faces.el (frame-set-background-mode): Use frame-parameter
11272 instead of frame-parameters.
11273
11274 * frame.el (filtered-frame-list): Reduce consing.
11275 (frames-on-display-list): Call frame-parameter instead of
11276 frame-parameters.
11277
11278 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11279
11280 * language/devan-util.el (devanagari-to-indian-region): In the
11281 loop, change the following char, not preceding char.
11282
11283 2000-09-07 Gerd Moellmann <gerd@gnu.org>
11284
11285 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11286 instead of frame-parameters.
11287
11288 * faces.el (set-face-attribute): Simplify by calling
11289 internal-set-lisp-face-attribute with FRAME being 0.
11290
11291 * vc.el: Remove `Id' version control keyword.
11292
11293 2000-09-07 Kenichi Handa <handa@etl.go.jp>
11294
11295 * help.el (help-make-xrefs): Adjusted for the change of
11296 help-xref-mule-regexp.
11297 (help-insert-xref-button): New function.
11298
11299 * international/mule-cmds.el (help-xref-mule-regexp-template):
11300 Include the pattern for character set.
11301 (leim): New group.
11302
11303 * international/quail.el: Don't require face.
11304 (quail): New group.
11305 (quail-other-command): Dummy command to make quail-help work better.
11306 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11307 (quail-keyboard-layout-substitution): New variable.
11308 (quail-update-keyboard-layout): New function.
11309 (quail-keyboard-layout-type): New customizable variable.
11310 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11311 (quail-keyboard-translate): Pay attention to
11312 quail-keyboard-layout-substitution.
11313 (quail-insert-kbd-layout): New function.
11314 (quail-show-keyboard-layout): New function.
11315 (quail-get-translation): If the definition is a vector of length
11316 1, and the element is a string of length 1, return the character
11317 in that string.
11318 (quail-update-current-translations): Fix the case of
11319 relative-index out of range.
11320 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11321 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11322 Show key sequences for all available characters.
11323 (quail-help-insert-keymap-description): Don't show such verbose
11324 key bindings as quail-self-insert-command.
11325
11326 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11327 Format changed, and each element now have extra documentations.
11328 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11329 Adjusted for the change of quail-cxterm-package-ext-info.
11330
11331 2000-09-06 Gerd Moellmann <gerd@gnu.org>
11332
11333 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11334 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11335 during bootstrap.
11336
11337 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11338
11339 * vc.el: (toplevel): Don't require `dired' at run-time.
11340 (vc-dired-resynch-file): Remove autoload cookie.
11341
11342 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11343
11344 * vc.el: Made several backend functions optional.
11345 (vc-default-responsible-p): New function.
11346 (vc-merge): Use RET for first version to trigger merge-news, not
11347 prefix arg.
11348 (vc-annotate): Handle backends that do not support annotation.
11349 (vc-default-merge-news): Removed. The existence of a merge-news
11350 implementation is now checked on caller sites.
11351
11352 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11353 case.
11354
11355 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11356 special case that has been removed from the default in vc-hooks.el.
11357
11358 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11359
11360 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11361
11362 2000-09-05 Andre Spiegel <spiegel@gnu.org>
11363
11364 * vc-hooks.el: Require vc during compilation.
11365 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11366 macro `with-vc-properties' in vc.el.
11367 (vc-file-getprop): Doc fix.
11368 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11369
11370 * vc.el: Require dired-aux during compilation.
11371 (vc-name-assoc-file): Moved to vc-sccs.el.
11372 (with-vc-properties): New macro.
11373 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11374 vc-finish-steal): Use it.
11375 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11376 to the backend-specific function is now supposed to do the checkout,
11377 too.
11378 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11379
11380 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11381 set file properties; that gets done in the generic code now.
11382
11383 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11384 Changed parameter list, added code from vc.el that does the
11385 checkout, possibly with a double-take.
11386
11387 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11388 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11389 the above under the new name.
11390 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11391 parameter list, added checkout command.
11392 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11393 properties; that gets done in the generic code now.
11394
11395 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11396
11397 * vc.el: Docstring fixes (courtesy of checkdoc).
11398
11399 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11400
11401 * vc.el (vc-checkout-writable-buffer-hook)
11402 (vc-checkout-writable-buffer): Remove.
11403 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11404 (vc-log-mode): Make it into a clean derived major mode.
11405 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11406 vc-log-mode if log-edit is not available.
11407 (vc-dired-mode-map): Don't set-keymap-parent yet.
11408 (vc-dired-mode): Do set-keymap-parent here.
11409 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11410
11411 2000-09-05 Gerd Moellmann <gerd@gnu.org>
11412
11413 * faces.el (set-face-attribute, face-spec-reset-face)
11414 (face-spec-set): Avoid consing by removing calls to `apply'.
11415
11416 * frame.el (frame-parameter): Move to C code.
11417
11418 2000-09-05 Dave Love <fx@gnu.org>
11419
11420 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11421 insert-before-markers-and-inherit. Now checked systematically!
11422
11423 2000-09-05 Alex Schroeder <alex@gnu.org>
11424
11425 * sql.el (sql-postgres): Use sql-postgres-options.
11426 (sql-postgres-options): New variable.
11427
11428 2000-09-05 Alex Schroeder <alex@gnu.org>
11429
11430 * sql.el (sql-mode-menu): Work around missing variable mark-active
11431 in XEmacs.
11432 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11433 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11434 compatibility.
11435
11436 2000-09-04 Gerd Moellmann <gerd@gnu.org>
11437
11438 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11439
11440 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11441
11442 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11443
11444 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11445
11446 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11447 don't support anything else under SCCS yet.
11448
11449 * vc-hooks.el: Minor doc fixes.
11450
11451 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11452
11453 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11454 not necessary. If verbose in state `needs-patch', do the same as
11455 under `up-to-date'. When NOT verbose and `needs-patch', check out
11456 latest version instead of `merge-news'.
11457 (vc-next-action-dired): Don't mess with default-directory here; it
11458 breaks other parts of dired. It is the job of the
11459 backend-specific functions to adjust it temporarily if they need it.
11460 (vc-next-action): Remove a special CVS case.
11461 (vc-clear-headers): New optional arg FILE.
11462 (vc-checkin, vc-checkout): Set properties vc-state and
11463 vc-checkout-time properly.
11464 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11465 (vc-print-log): Use new backend function `show-log-entry'.
11466 (vc-cancel-version): Do the checks in a different order. Added a
11467 FIXME concerning RCS-only code.
11468
11469 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11470 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11471
11472 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11473
11474 * vc-hooks.el (vc-default-mode-line-string): Show state
11475 `needs-patch' as a `-' too.
11476
11477 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11478
11479 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11480 (vc-default-could-register): New function.
11481 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11482 (vc-resynch-buffer): Call vc-dired-resynch-file.
11483 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11484 vc-resynch-buffer instead of vc-resynch-window.
11485 (vc-next-action-dired): Don't redisplay here, that gets done as a
11486 result of the individual file operations.
11487 (vc-retrieve-snapshot): Corrected prompt order.
11488
11489 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11490
11491 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11492 as well.
11493 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11494 hostname regexps. Updated all callers.
11495 (vc-cvs-responsible-p): Handle directories as well.
11496 (vc-cvs-could-register): New function.
11497 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11498 properties up-to-date.
11499
11500 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11501 user whether to create one.
11502
11503 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11504
11505 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11506 check out a non-existing file.
11507
11508 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11509 workfile does not exist.
11510
11511 * vc.el (vc-version-diff): Use `require' to check for existence of
11512 diff-mode.
11513
11514 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11515
11516 * vc-cvs.el (vc-cvs-registered): Use new function
11517 vc-cvs-parse-entry to do the actual work.
11518
11519 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11520
11521 * vc-hooks.el (vc-find-backend-function): If function doesn't
11522 exist, return nil instead of error.
11523 (vc-call-backend): Doc fix.
11524
11525 * vc.el (vc-do-command): Doc fix.
11526 (vc-finish-logentry): When checking in from vc-dired, choose the
11527 right backend for logentry check.
11528 (vc-dired-mode-map): Inherit from dired-mode-map.
11529 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11530 simplified.
11531 (vc-dired-state-info): Removed, updated caller.
11532 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11533 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11534 (vc-dired-listing-switches): New variable.
11535 (vc-directory): Use it, instead of dired-listing-switches.
11536
11537 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11538 (vc-cvs-dir-state): New function.
11539 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11540 (vc-cvs-parse-entry): New function, also to be used in
11541 vc-cvs-registered.
11542
11543 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11544
11545 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11546 *or* single-window-frames.
11547
11548 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11549
11550 * vc.el (vc-update-changelog): Split into generic part and default
11551 implementation. Doc string adapted.
11552 (vc-default-update-changelog): New function. Call the `rcs2log'
11553 script in exec-directory, to fix a long-standing nuisance.
11554
11555 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11556 simply signals an error.
11557
11558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11559
11560 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11561 control-flow more clear and to avoid running `cvs' twice.
11562
11563 * vc.el (vc-next-action-on-file): Doc fix.
11564 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11565 (vc-print-log): Eval `file' before constructing the continuation.
11566
11567 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11568
11569 * vc.el (vc-next-action-on-file): Corrected several messages.
11570 (vc-merge): Add prefix arg `merge-news'; handle it.
11571
11572 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11573 is not reached. It is.
11574 (vc-cvs-merge): Set state to 'edited after merge.
11575 (vc-cvs-merge-news): Set workfile version to nil if not known.
11576 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11577
11578 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11579 via stdout. (Merge from main line.)
11580
11581 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11582
11583 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11584 detection.
11585
11586 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11587
11588 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11589 against kill-all-local-variables.
11590 (vc-log-edit): Don't save vc-parent-buffer any more.
11591 (vc-last-comment-match): Initialize to an empty string.
11592 (vc-post-command-functions): New hook.
11593 (vc-do-command): Run it.
11594 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11595 (vc-finish-logentry): Only add the comment to the ring if it's
11596 different from the last comment entered.
11597 (vc-new-comment-index): New function.
11598 (vc-previous-comment): Use it. Make the minibuffer message
11599 slightly less terse.
11600 (vc-comment-search-reverse): Make it work forward as well. Don't
11601 set vc-comment-ring-index if no match is found. Use
11602 vc-new-comment-index.
11603 (vc-comment-search-forward): Use vc-comment-search-reverse.
11604 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11605 define-derived-mode will do it for us. Bind `v' to a keymap that
11606 inherits from vc-prefix-map so that we can bind `vt' without
11607 binding C-x v t.
11608 (vc-retrieve-snapshot): Parenthesis typo.
11609
11610 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11611 to 1. Make sure to switch to *vc* before looking for an error
11612 message. Use vc-parse-buffer.
11613
11614 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11615
11616 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11617 and NAME.
11618 (vc-retrieve-snapshot): Split into two parts.
11619 (vc-default-retrieve-snapshot): New function.
11620
11621 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11622 (vc-cvs-retrieve-snapshot): New function (untested).
11623 (vc-cvs-stay-local): Default to t.
11624 (vc-cvs-remote-p): New function and property.
11625 (vc-cvs-state): Stay local only if the above is t.
11626 (vc-handle-cvs): Removed.
11627 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11628 done via vc-handled-backends now.
11629 (vc-cvs-header): Escape Id.
11630
11631 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11632
11633 * vc.el (vc-do-command): Remove unused commands.
11634 (vc-version-diff): Make sure default-directory ends with a slash.
11635 Move the window commands into a vc-exec-after.
11636 (vc-print-log): Move more of the code into the `vc-exec-after'.
11637
11638 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11639
11640 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11641 (vc-print-log): Search current revision from beginning of buffer.
11642 (vc-revert-buffer): Clear echo area after the diff is finished.
11643 (vc-prefix-map): Removed definition of "t" for terse display in vc
11644 dired.
11645 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11646 definition of "vt" for terse display.
11647 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11648
11649 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11650
11651 * vc.el (vc-exec-after): Avoid caddr.
11652
11653 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11654
11655 * vc.el (vc-exec-after): New function.
11656 (vc-do-command): Use it to add a termination message for async
11657 procs.
11658 (vc-checkout): Try to handle a missing-backend situation.
11659 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11660 of a directory with a backend using async diffs.
11661 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11662 present.
11663
11664 * vc-sccs.el (vc-sccs-state-heuristic): Use
11665 file-ownership-preserved-p.
11666
11667 * vc-rcs.el (vc-rcs-state-heuristic): Use
11668 file-ownership-preserved-p.
11669 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11670
11671 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11672
11673 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11674 vc-do-command.
11675
11676 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11677 when there are no changes.
11678
11679 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11680
11681 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11682
11683 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11684
11685 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11686
11687 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11688
11689 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11690 the `fset' outside of the defvar so that it works even if
11691 vc-prefix-map was already defined.
11692 (vc-setup-buffer): New function, split out of vc-do-command.
11693 (vc-do-command): Allow BUFFER to be t to mean `just use the
11694 current buffer without any fuss'.
11695 (vc-version-diff): Change the `diff' backend operation to just put
11696 the diff in the current buffer without erasing it. Always use
11697 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11698 shrink-window-if-larger-than-buffer.
11699 (vc-print-log): Change the `print-log' backend operation to just
11700 put the log in the current buffer without erasing it. Protect
11701 shrink-window-if-larger-than-buffer.
11702 (vc-update-change-log): Fix setd typo.
11703
11704 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11705 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11706
11707 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11708 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11709 CMP.
11710
11711 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11712 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11713 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11714
11715 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11716
11717 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11718 not possible, use vc-BACKEND-workfile-unchanged-p.
11719 (vc-default-workfile-unchanged-p): New function. Delegates to a
11720 full vc-BACKEND-diff.
11721
11722 * vc-hooks.el (vc-simple-command): Removed.
11723
11724 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11725 instead of vc-simple-command.
11726 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11727 avoid doing a diff when opening a file.
11728 (vc-rcs-state): Added check for unlocked-changes.
11729 (vc-rcs-header): Escape Id.
11730 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11731 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11732 version.
11733
11734 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11735 (vc-sccs-diff): Remove optional arg CMP.
11736 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11737 SCCS-specific function.
11738
11739 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11740 vc-simple-command.
11741
11742 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11743
11744 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11745 (with-vc-file, vc-merge): Use vc-editable-p.
11746 (vc-do-command): Remove unused var vc-file and fix the
11747 doubly-defined `status' var. Add a user message when starting an
11748 async command.
11749 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11750 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11751 Use with-current-buffer.
11752 (vc-buffer-sync): Use unless.
11753 (vc-next-action-on-file): If the file is 'edited by read-only,
11754 make it read-write instead of trying to commit.
11755 (vc-version-diff, vc-update-change-log): Use `setq
11756 default-directory' rather than `cd'.
11757 (vc-log-edit): Don't forget to set default-directory in the
11758 buffer.
11759
11760 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11761 (vc-sccs-state-heuristic): Use file-writable-p instead of
11762 comparing userids.
11763 (vc-sccs-checkout): Use `unless'.
11764
11765 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11766 of comparing userids.
11767 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11768 Simplify the logic by eliminating unreachable code.
11769 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11770 just do a recursive call if we need to retry.
11771 (vc-rcs-checkout): Handle the case where rcs is missing by making
11772 the buffer read-write if requested and re-signalling the error.
11773
11774 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11775
11776 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11777
11778 * vc-hooks.el (vc-handled-backends): Docstring change.
11779 (vc-ignore-vc-files): Mark obsolete.
11780 (vc-registered): Check vc-ignore-vc-files.
11781 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11782 vc-ignore-vc-files.
11783
11784 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11785
11786 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11787
11788 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11789 files since ange-ftp already has vc-registered return nil.
11790
11791 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11792 (vc-sccs-workfile-version): Use with-temp-buffer and new
11793 vc-parse-buffer and don't bother setting the property.
11794 (vc-sccs-add-triple): Use with-current-buffer and
11795 find-file-noselect.
11796 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11797
11798 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11799 derives from the old vc-parse-buffer but uses the revision number
11800 rather than the date (much easier to compare robustly).
11801 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11802 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11803 locking-user more directly. Check strict locking and set
11804 checkout-model appropriately.
11805 (vc-rcs-parse-locks): Remove.
11806 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11807 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11808 (vc-rcs-system-release): Use with-current-buffer and
11809 vc-parse-buffer.
11810 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11811
11812 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11813 (vc-simple-command): Docstring fix.
11814 (vc-registered): Align the way the file-handler is called with the
11815 way the function itself works.
11816 (vc-file-owner): Remove.
11817
11818 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11819 extraction of fields and call to file-attributes because of a
11820 temporary bug in rcp.el.
11821 (vc-cvs-fetch-status): Use with-current-buffer.
11822
11823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11824
11825 * vc.el (vc-do-command): Use file-relative-name.
11826 (vc-responsible-backend): Use vc-backend if possible.
11827 (vc-create-snapshot): Improve the `interactive' spec. Add support
11828 for branches and dispatch to backend-specific `create-snapshot'.
11829 (vc-default-create-snapshot): New function, containing the bulk of
11830 the old vc-create-snapshot.
11831 (vc-retrieve-snapshot): Improve the interactive spec.
11832
11833 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11834 (vc-backend-hook-functions): Remove.
11835 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11836 (vc-backend): Reintroduce the test for `file = nil' now that I
11837 know why it was there (and added a comment to better remember).
11838
11839 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11840 code from vc-sccs-hooks.el.
11841 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11842 'vc anymore.
11843 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11844 and file-directory-p instead of file-exists-p.
11845 (vc-sccs-check-headers): Simplify the regexp.
11846
11847 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11848 from vc-rcs-hooks.el. Don't require 'vc anymore.
11849 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11850 file-directory-p instead of file-exists-p.
11851
11852 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11853 from vc-cvs-hooks.el.
11854 (proto vc-cvs-registered): Require 'vc-cvs instead of
11855 'vc-cvs-hooks. Don't require 'vc anymore.
11856 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11857 file-directory-p instead of file-exists-p.
11858 (vc-cvs-create-snapshot): New function, replacing
11859 vc-cvs-assign-name.
11860 (vc-cvs-assign-name): Remove.
11861
11862 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11863
11864 * vc-cvs.el (vc-cvs-header): New var.
11865
11866 * vc-rcs.el (vc-rcs-exists): Remove.
11867 (vc-rcs-header): New var.
11868
11869 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11870 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11871 (vc-sccs-header): New var.
11872
11873 * vc.el (vc-do-command): Get rid of the `last' argument.
11874 (vc-header-alist): Remove, replaced by vc-X-header.
11875 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11876 (vc-dired-hook): Use expand-file-name instead of concat.
11877 (vc-directory): Use file-name-as-directory.
11878 (vc-snapshot-precondition, vc-create-snapshot)
11879 (vc-retrieve-snapshot): Allow the command to operate on any
11880 directory.
11881
11882 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11883 just removing the 'WORKFILE argument or by removing the 'MASTER
11884 argument and replacing `file' with (vc-name file).
11885
11886 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11887
11888 * vc.el: Update Copyright and add a crude list of backend funs.
11889 (vc-writable-p): New function.
11890 (with-vc-file): Use vc-writable-p.
11891 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11892 (vc-register): Avoid vc-name.
11893 (vc-locking-user): Remove.
11894 (vc-steal-lock): Make the `owner' arg non-optional.
11895 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11896 vc-checkout-model.
11897 (vc-default-dired-state-info): Use vc-state instead of
11898 vc-locking-user and return special strings for special states.
11899 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11900 and get rid of one of the special CVS cases.
11901 (vc-cancel-version): prettify error message with \\[...].
11902 (vc-rename-master): New function.
11903 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11904 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11905 the CVS special case generic.
11906 (vc-default-record-rename): Remove.
11907 (vc-file-tree-walk-internal): Only call FUNC for files that are
11908 under control of some VC backend and replace `concat' with
11909 expand-file-name.
11910 (vc-file-tree-walk): Update docstring.
11911 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11912 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11913
11914 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11915 vc-sccs-record-rename. Use `find-file-noselect' rather than
11916 `find-file' and call `vc-rename-master' to do the actual move.
11917 (vc-sccs-diff): Remove unused `backend' variable.
11918
11919 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11920 to delay loading of vc-sccs until it is really used.
11921 (vc-sccs-master-templates): Preload.
11922 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11923 (vc-sccs-project-dir): Remove (merged into
11924 vc-sccs-search-project-dir).
11925 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11926 rather than `concat', make sure it is preloaded and don't bother
11927 to check that the file actually exists.
11928 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11929 `locks' argument (use buffer's content instead) and eliminate n^2
11930 behavior.
11931
11932 * vc-rcs.el: Update Copyright.
11933 (vc-rcs-rename-file): New function.
11934 (vc-rcs-diff): Remove unused `backend' variable.
11935
11936 * vc-hooks.el: Update Copyright.
11937 (vc-backend): Don't accept a nil argument any more.
11938 (vc-up-to-date-p): Turn into a defsubst.
11939 (vc-possible-master): New function.
11940 (vc-check-master-templates): Use `vc-possible-master' and allow
11941 funs in vc-X-master-templates to return a non-existent file.
11942
11943 * vc-cvs.el: Update Copyright.
11944 (vc-cvs-diff): Remove unused `backend' variable.
11945 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11946
11947 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11948
11949 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11950
11951 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11952 since it can be called from vc-rcs.el.
11953 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11954
11955 2000-09-04 Andre Spiegel <spiegel@gnu.org>
11956
11957 * vc.el (vc-version-diff): Expand file name read from the
11958 minibuffer. Handle the case when a previous version number can't
11959 be guessed. Give suitable messages when there were no differences
11960 found.
11961 (vc-clear-headers): Call backend-specific implementation, if one
11962 exists.
11963 (vc-cancel-version): Made error checks generic. When done, clear
11964 headers generically, too.
11965
11966 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11967 from vc-clear-headers in vc.el.
11968
11969 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11970 correctly.
11971 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11972 optional. Handle the case when it's not there.
11973
11974 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11975
11976 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11977
11978 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11979
11980 * vc-hooks.el (vc-loadup): Remove.
11981 (vc-find-backend-function): Use `require'. Also, handle the case
11982 where vc-BACKEND-hooks.el doesn't exist.
11983 (vc-call-backend): Cleanup.
11984
11985 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11988 vc-rcs-grab-templates)
11989 (vc-rcs-registered): Remove. The default function works as well.
11990 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11991 vc-sccs-grab-templates)
11992 (vc-sccs-registered): Remove. The default function works as well.
11993
11994 * vc.el (vc-version-diff): Left out a vc- in call to
11995 vc-call-backend.
11996 (vc-default-dired-state-info, vc-default-record-rename)
11997 (vc-default-merge-news): Update for the new backend argument.
11998
11999 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
12000 using the default function.
12001 (vc-call-backend): If calling the default function, pass it the
12002 backend as first argument. Update the docstring accordingly.
12003 (vc-default-state-heuristic, vc-default-mode-line-string): Update
12004 for the new backend argument.
12005 (vc-make-backend-sym): Renamed from vc-make-backend-function.
12006 (vc-find-backend-function): Use the new name.
12007 (vc-default-registered): New function.
12008
12009 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12010
12011 * vc.el (vc-merge): Use vc-find-backend-function.
12012
12013 * vc-hooks.el (vc-backend-functions): Remove.
12014 (vc-loadup): Don't setup 'vc-functions.
12015 (vc-find-backend-function): New function.
12016 (vc-call-backend): Use above fun and populate 'vc-functions
12017 lazily.
12018 (vc-backend-defines): Remove.
12019
12020 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12021
12022 * vc.el (vc-register): Put a FIXME note for a newly found bug.
12023 Call vc-call-backend without the leading vc-.
12024 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
12025 (vc-check-headers): Call vc-call-backend without the leading vc-.
12026 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
12027 (vc-annotate-display): Replace confusing use of `cond' with `or'.
12028 Call vc-call-backend without the leading vc-.
12029
12030 * vc-cvs.el (tail): Provide vc-cvs.
12031 * vc-sccs.el (tail): Provide vc-sccs.
12032 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
12033
12034 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
12035 (vc-make-backend-function, vc-call): Pass names without leading
12036 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
12037 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
12038 (vc-call-backend): Always try to load vc-X-hooks.
12039 (vc-registered): Remove vc- in call to vc-call-backend.
12040
12041 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12042
12043 * vc.el (vc-process-filter): New function.
12044 (vc-do-command): Setup `vc-process-filter' for the async process.
12045 (vc-maybe-resolve-conflicts): New function to reduce
12046 code-duplication. Additionally, it puts the buffer in
12047 `smerge-mode' if applicable.
12048 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
12049 calling `merge-news'.
12050 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
12051 (vc-log-edit): New function. Replacement for `vc-log-mode' by
12052 interfacing to log-edit.el.
12053 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
12054 log-edit is available.
12055 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
12056
12057 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12058
12059 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
12060 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
12061 defvar and the initialization.
12062 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
12063
12064 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
12065 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
12066
12067 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
12068
12069 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12070
12071 * vc.el (vc-file-clear-masterprops): Removed.
12072 (vc-checkin, vc-revert-buffer): Removed calls to the above.
12073 (vc-version-diff): Use buffer-size without argument.
12074 (vc-register): Heed vc-initial-comment.
12075
12076 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
12077 default branch.
12078
12079 * vc-rcs.el (vc-rcs-register): Parse command output to find master
12080 file name and workfile version.
12081 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
12082
12083 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
12084 vc-file-clear-masterprops.
12085
12086 * vc-sccs.el (vc-sccs-checkout): Removed call to
12087 vc-file-clear-masterprops. If writable, set vc-state to 'edited
12088 rather than user login name.
12089
12090
12091 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12092
12093 * vc.el (vc-workfile-unchanged-p): Remove unused argument
12094 `want-differences-if-changed' and simplify.
12095 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
12096 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
12097 output (which is invalid for async vc-diff) to decide whether to
12098 do the revert silently or not.
12099
12100 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12101
12102 * vc-hooks.el (vc-loadup): Load files quietly.
12103 (vc-call-backend): Oops, brain fart.
12104
12105 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12106
12107 * vc-cvs.el (vc-cvs-state): Typo.
12108 (vc-cvs-merge-news): Return the status code rather than the error msg.
12109
12110 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12111
12112 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
12113 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
12114 vc-state or vc-up-to-date-p.
12115 (vc-merge): Use vc-backend-defines to check whether merging is
12116 possible. Set state to 'edited after successful merge.
12117
12118 * vc-hooks.el (vc-locking-user): If locked by the calling user,
12119 return that name. Redocumented.
12120
12121 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12122
12123 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
12124 new `vc-state' semantics.
12125 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
12126 'vc-locking-user to the current user.
12127 (vc-merge): Inline vc-backend-merge. Comment out code that I
12128 don't understand and hence can't adapt to the new `vc-state' and
12129 `vc-locking-user' semantics.
12130 (vc-backend-merge): Remove.
12131
12132 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12133 rather than 'vc-locking-user.
12134
12135 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
12136
12137 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
12138 (vc-state): Don't use 'reserved any more. Just use the same
12139 convention as the one used for vc-<backend>-state where the
12140 locking user (as a string) is returned.
12141 (vc-locking-user): Update, based on the above convention. The
12142 'vc-locking-user property has disappeared.
12143 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
12144
12145 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
12146 with a heuristic one.
12147 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
12148 (vc-cvs-checkin): Do a trivial parse to set the state in case of
12149 error. That allows us to get to 'needs-merge even in the
12150 stay-local case. There's still no way to detect 'needs-patch in
12151 such a setup (or to force an update for that matter).
12152 (vc-cvs-logentry-check): Remove, the default works as well.
12153
12154 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12155
12156 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
12157
12158 * vc.el (vc-do-command): kill-all-local-variables, to reset any
12159 major-mode in which the buffer might have been put earlier. Use
12160 `remove' and `when'. Allow `okstatus' to be `async' and use
12161 `start-process' in this case.
12162 (vc-version-diff): Handle the case where the diff looks empty
12163 because of the use of an async process.
12164
12165 2000-09-04 Andre Spiegel <spiegel@gnu.org>
12166
12167 * vc.el (vc-next-action-on-file): Removed optional parameter
12168 `simple'. Recompute state unconditionally.
12169 (vc-default-toggle-read-only): Removed.
12170
12171 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12172 (vc-toggle-read-only): Undid prev change.
12173
12174 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12175 vc-cvs-simple-toggle. Redocumented.
12176 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12177 (vc-cvs-toggle-read-only): Removed.
12178
12179 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12180
12181 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12182 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12183 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12184 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12185 still is. So maybe it should be removed.
12186 (vc-head-version, vc-find-binary): Remove.
12187 (vc-recompute-state): Move from vc-hooks.el.
12188 (vc-next-action-on-file): Add a `simple' argument to allow
12189 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12190 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12191 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12192 (vc-dired-mode-map): Properly defvar it.
12193 (vc-print-log): Call log-view-mode if available.
12194 (small-temporary-file-directory): defvar instead of use boundp.
12195 (vc-merge-news): Moved to vc-cvs.el.
12196 (vc-default-merge-news): New function.
12197
12198 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12199 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12200 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12201 unknown `vc-latest-version' function. It should probably refer to
12202 vc-workfile-version or somesuch, but it's very unclear to me and I
12203 don't have SCCS to test things.
12204
12205 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12206 (vc-sccs-state-heuristic): Fix typo.
12207 (vc-sccs-workfile-unchanged-p): Add missing argument.
12208
12209 * vc-rcs.el: Require vc and vc-rcs-hooks.
12210 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12211 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12212 (vc-release-greater-or-equal-p): Move from vc.
12213 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12214 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12215 (vc-rcs-checkout): Add a missing `new-version' argument in the
12216 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12217
12218 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12219 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12220 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12221 than the apparently unbound `workfile-version'.
12222
12223 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12224 (vc-file-prop-obarray): Use `make-vector'.
12225 (vc-backend-functions): Add new hookable functions
12226 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12227 (vc-loadup): If neither backend nor default functions exist, use
12228 the backend function rather than nil.
12229 (vc-call-backend): If the function if not bound yet, try to load
12230 the non-hook file to see if it provides it.
12231 (vc-call): New macro plus use it wherever possible.
12232 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12233 nor `vc-find-binary' since it's only called from
12234 vc-mistrust-permission which is only used once the backend is known.
12235 (vc-checkout-model): Fix parenthesis.
12236 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12237
12238 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12239 (vc-cvs-release, vc-cvs-system-release): Remove.
12240 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12241 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12242 status symbols.
12243 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12244 (vc-cvs-toggle-read-only): First cut at a function to allow a
12245 cvs-status-free vc-toggle-read-only.
12246 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12247 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12248 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12249 (vc-cvs-checkout): Modify access rights directly if the user
12250 requested not to use `cvs edit'. And refresh the mode line.
12251
12252 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12253 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12254
12255 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12256
12257 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12258 workfile' that got lost when the code was extracted from vc.el.
12259 And merged the tail with the rest of the code (not possible in the
12260 old vc.el where the tail was shared among all backends). And
12261 explicitly set the state to 'edited if `writable' is set.
12262
12263 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12264 (vc-cvs-state): Be careful to return the value from
12265 vc-cvs-parse-state.
12266 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12267 property but return it instead. Also be careful to handle a nil
12268 or "" `rev' when workfile is non-nil (it was handled properly when
12269 workfile was nil).
12270
12271 * vc.el: Removed those pesky unnecessary `(function' quotes.
12272 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12273 directly in the defvar.
12274 (vc-do-command): Bind inhibit-read-only so as to properly handle
12275 the case where the destination buffer has been made read-only.
12276 (vc-diff): Delegate to vc-version-diff in all cases.
12277 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12278 (vc-annotate-mode-variables): Removed (code moved partly to
12279 defvars and partly to vc-annotate-add-menu).
12280 (vc-annotate-mode): Turned into a derived-mode.
12281 (vc-annotate-add-menu): Moved in code in
12282 vc-annotate-mode-variables.
12283 (vc-update-change-log): Use make-temp-file if available.
12284
12285 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12286
12287 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12288 `vc-checkout-model' updated to `vc-cvs-update-model'.
12289
12290 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12291
12292 * vc.el (vc-next-action-on-file): Added handling of state
12293 `unlocked-changes'.
12294 (vc-checkout-carefully): Is now practically obsolete, unless the
12295 above is too slow to be enabled unconditionally.
12296 (vc-update-change-log): Fixed typo.
12297
12298 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12299
12300 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12301 Now handles state `unlocked-changes'.
12302 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12303
12304 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12305
12306 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12307 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12308 `unlocked-changes'.
12309 (vc-rcs-workfile-unchanged-p): Renamed from
12310 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12311 function yet, but supposed to become one soon.
12312
12313 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12314 `vc-steal-lock'.
12315 (vc-call-backend): Changed error message.
12316 (vc-state): Added description of state `unlocked-changes'.
12317
12318 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12319
12320 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12321 always return t in CVS-controlled directories.
12322
12323 * vc.el (vc-responsible-backend): New function.
12324 (vc-register): Largely rewritten.
12325 (vc-admin): Removed (implementation moved into vc-register).
12326 (vc-checkin): Redocumented.
12327 (vc-finish-logentry): If no backend defined yet (because we are in
12328 the process of registering), use the responsible backend.
12329
12330 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12331 Updated function lists.
12332 (vc-call-backend): Fixed typo.
12333
12334 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12335 New functions.
12336 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12337 Removed query option. Redocumented.
12338
12339 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12340
12341 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12342
12343 * vc.el: Updated callers of `vc-checkout-required' to use
12344 `vc-checkout-model'.
12345
12346 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12347
12348 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12349 stuff updated to reference this function instead of the old
12350 `vc-backend-release-p'.
12351
12352 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12353
12354 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12355 vc-checkout-model. Return appropriate values. Updated callers.
12356
12357 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12358
12359 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12360 (vc-backend-revert): Function moved into `vc-revert';
12361 `vc-next-action' must be updated to accomodate this change.
12362 (vc-backend-steal): Function moved into `vc-finish-steal'.
12363 (vc-backend-logentry-check): Function moved into
12364 `vc-finish-logentry'.
12365 (vc-backend-printlog): Function moved into `vc-print-log'.
12366 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12367 (vc-backend-assign-name): Function moved into
12368 `vc-create-snapshot'.
12369
12370 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12371
12372 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12373 Rename to vc-checkout-model. Return appropriate values.
12374 Update callers.
12375
12376 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12377 to vc-checkout-model.
12378 (vc-checkout-required): Rename to vc-checkout-model.
12379 Re-implement and re-comment.
12380 (vc-after-save): Use vc-checkout-model.
12381
12382 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12383
12384 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12385 Update to use the vc-BACKEND-diff functions instead.
12386 `vc-diff' is now working.
12387
12388 * vc-rcs.el (vc-rcs-logentry-check): New function.
12389
12390 * vc-cvs.el (vc-cvs-logentry-check): New function.
12391
12392 * vc-sccs.el (vc-sccs-diff): Function changed name from
12393 `vc-backend-diff'. This makes `vc-diff' work.
12394
12395 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12396 of functions possibly implemented in a vc-BACKEND library.
12397 (vc-checkout-required): Fix bug that caused an error to be
12398 signaled during `vc-after-save'.
12399
12400 * vc.el: Fix typo.
12401 This checkin is made with our new VC code base for the very first time.
12402 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12403
12404 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12405 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12406
12407 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12408 updated to `vc-uses-locking'.
12409 (vc-checkout-required): Call to backend function.
12410 `vc-checkout-required' updated to `vc-uses-locking' instead.
12411
12412 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12413 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12414
12415 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12416 to match the split into various backends.
12417 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12418 (vc-retrieve-snapshot): Bug fix.
12419
12420 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12421
12422 * vc-sccs.el (vc-sccs-release): Doc fix.
12423
12424 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12425
12426 * vc.el (vc-next-action-on-file): Bug found and fixed.
12427 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12428 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12429
12430 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12431 (vc-rcs-checkout): Name space cleaned up. No more revision number
12432 crunching function names that are not prefixed with vc-rcs.
12433 (vc-rcs-checkout-model): Function added. References to
12434 `vc-checkout-model' replaced.
12435
12436 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12437
12438 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12439 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12440 still need to be split, and implemented for RCS).
12441
12442 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12443
12444 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12445
12446 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12447 required by the vc.el file.
12448
12449 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12450 required by the vc.el file.
12451 (vc-rcs-exists): Function added.
12452
12453 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12454 required by the vc.el file.
12455
12456 * vc.el (vc-admin): Updated to handle selection of appropriate
12457 backend. Current implementation is crufty and need re-thinking.
12458
12459 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12460
12461 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12462
12463 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12464 beginning of annotate buffers correctly.
12465
12466 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12467 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12468 functionality updated quite a lot to support multiple backends.
12469 Variables `vc-annotate-mode', `vc-annotate-buffers',
12470 `vc-annotate-backend' added.
12471
12472 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12473 `vc-annotate-difference' added to supported backend functions.
12474
12475 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12476
12477 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12478 Use with-temp-file instead of /bin/sh. Merged from mainline
12479
12480 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12481
12482 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12483
12484 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12485
12486 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12487
12488 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12489
12490 * vc-hooks.el: vc-state-heuristic added to
12491 vc-backend-hook-functions.
12492
12493 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12494
12495 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12496
12497 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12498 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12499 state to `reserved'.
12500
12501 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12502 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12503
12504 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12505
12506 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12507 untouched.
12508
12509 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12510
12511 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12512 if defined. (Merged from main line, slightly adapted.)
12513
12514 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12515 millenium problem (merged from mainline).
12516
12517 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12518
12519 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12520 part and moved the non-BACKEND stuff to vc.el.
12521
12522 * vc.el: Split the annotate feature into a BACKEND specific part
12523 and moved it from the vc-cvs.el file to this one.
12524
12525 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12526
12527 * vc-hooks.el: Implement new state model.
12528 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12529 (vc-locking-user): Simplify. Now only needed if the file is
12530 locked by somebody else.
12531 (vc-lock-from-permissions): Remove. Functionality is in
12532 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12533 (vc-mode-line-string): New name for former vc-status. Adapted.
12534 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12535
12536 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12537 Various simplifications and adaptations all over the place.
12538
12539 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12540 Simplify and adapt the rest.
12541
12542 * vc.el (vc-resynch-window): Add TODO comment: check for
12543 interaction with view mode according to recent RCS change.
12544 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12545
12546 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12547
12548 * vc.el: Convert the remaining function comments to docstrings.
12549
12550 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12551
12552 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12553 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12554 (vc-minor-part, vc-previous-version): Functions that operate and
12555 compare revision numbers got proper documentation. Comments added
12556 about their possible removal.
12557
12558 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12559
12560 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12561 the vc-backend.el files.
12562
12563 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12564
12565 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12566 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12567 (vc-rcs-previous-version): Functions added.
12568
12569 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12570
12571 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12572
12573 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12574
12575 * vc-hooks.el (vc-master-templates): Is really obsolete.
12576 Comment out the definition for now. What is the right procedure
12577 to get rid of it?
12578 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12579 rewritten.
12580 (vc-default-registered): Remove.
12581 (vc-check-master-templates): New function; does mostly what the
12582 above did before.
12583 (vc-locking-user): Don't rely on the backend to set the property.
12584
12585 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12586 Rewrite documentation.
12587 (vc-rcs-templates-grabbed): New variable.
12588 (vc-rcs-grab-templates): New function.
12589 (vc-rcs-registered): Rewrite to use above mechanism.
12590
12591 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12592 Rewrite documentation.
12593 (vc-sccs-templates-grabbed): New variable.
12594 (vc-sccs-grab-templates): New function.
12595 (vc-sccs-registered): Rewrite to use above mechanism.
12596 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12597 Don't throw the result, simply return it.
12598
12599 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12600 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12601 (vc-cvs-registered): Does the check itself now. Simplify.
12602
12603 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12604 from main line.
12605
12606 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12607
12608 * vc-cvs.el (vc-cvs-diff): New function.
12609
12610 * vc-sccs.el (vc-sccs-diff): New function.
12611
12612 * vc-rcs.el (vc-rcs-diff): New function.
12613 (vc-rcs-checkout): Bug (typo) found and fixed.
12614 (vc-rcs-register-switches): New variable.
12615
12616 * vc.el (vc-backend-diff): Function removed and placed in the
12617 backend files.
12618
12619 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12620
12621 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12622
12623 * vc.el (vc-backend-checkout): Function removed and replaced in
12624 the vc-backend.el files.
12625
12626 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12627
12628 * vc.el (vc-backend-admin): Removed and replaced in the
12629 vc-backend.el files.
12630
12631 * vc.el (Martin): Removed all the annotate functionality since it
12632 is CVS backend specific.
12633
12634 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12635
12636 * spec.txt: Added specification of vc-state.
12637
12638 * vc-sccs-hooks.el (vc-sccs-master-properties):
12639 Remove handling of vc-latest-version and
12640 vc-your-latest-version. What used to be vc-latest-version, is now
12641 returned as vc-workfile-version.
12642 (vc-sccs-workfile-version): Adapt.
12643
12644 2000-09-04 Dave Love <fx@gnu.org>
12645
12646 * vc.el: [Merged from mainline.]
12647 (vc-dired-mode): Make the dired-move-to-filename-regexp
12648 regexp match the date, to avoid treating date as file size.
12649 Add YYYY S option to WESTERN/
12650
12651 2000-09-04 Dave Love <fx@gnu.org>
12652
12653 * vc.el: Require `compile' when compiling.
12654 (vc-logentry-check-hook): New option.
12655 (vc-steal-lock): Use compose-mail.
12656 (vc-dired-mode-map): Defvar when compiling.
12657 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12658 vc-sccs.el and renamed. Callers changed.
12659 (vc-backend-checkout, vc-backend-logentry-check)
12660 (vc-backend-merge-news): Doc fix.
12661 (vc-default-logentry-check): New function.
12662 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12663 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12664 (vc-backend-merge): Doc fix. Use backend functions.
12665 (vc-check-headers): Use backend functions.
12666
12667 * vc-cvs.el: Require vc when compiling.
12668 (vc-cvs-register-switches): Doc fix.
12669 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12670 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12671 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12672 New functions (code from vc.el).
12673 (vc-annotate-display-default): Fix interactive spec.
12674 (vc-annotate-time-span): Doc fix.
12675
12676 * vc-rcs.el: Require vc when compiling.
12677 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12678 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12679 (vc-rcs-checkin): New functions (code from vc.el).
12680 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12681 Doc fix.
12682 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12683
12684 * vc-sccs.el: Require vc when compiling.
12685 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12686 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12687 (vc-sccs-revert)
12688 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12689 from vc.el).
12690 (vc-sccs-add-triple, vc-sccs-record-rename)
12691 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12692 (vc-sccs-admin): Doc fix.
12693
12694 2000-09-04 Martin Lorentzson <martinl@gnu.org>
12695
12696 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12697 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12698 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12699 from vc.el.
12700
12701 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12702
12703 * vc-cvs.el: Moved the annotate functionality from vc.el.
12704 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12705
12706 2000-09-04 Dave Love <fx@gnu.org>
12707
12708 * vc.el (vc-backend-release): Call vc-system-release.
12709
12710 * vc-sccs.el (vc-sccs-system-release):
12711 Renamed from vc-sccs-backend-release.
12712
12713 * vc-rcs.el (vc-rcs-system-release):
12714 Renamed from vc-rcs-backend-release.
12715
12716 * vc-cvs.el (vc-cvs-system-release):
12717 Renamed from vc-cvs-backend-release.
12718
12719 2000-09-04 Dave Love <fx@gnu.org>
12720
12721 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12722 backend files.
12723 (vc-backend-release): Dispatch to backend functions.
12724 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12725 probably needs attention.]
12726
12727 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12728 (vc-sccs-backend-release): New function.
12729
12730 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12731 (vc-cvs-backend-release): New function.
12732
12733 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12734 Doc fix.
12735 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12736 (vc-default-dired-state-info): New function.
12737 (vc-dired-state-info): Dispatch to backends.
12738 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12739
12740 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12741 from vc.el and renamed.
12742
12743 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12744
12745 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12746 (vc-version-other-window, vc-backend-assign-name): Removed
12747 references to vc-latest-version; sometimes changed into
12748 vc-workfile-version.
12749
12750 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12751 vc-rcs-master-workfile-version.
12752 (vc-rcs-workfile-version): Use the above. Don't call
12753 vc-latest-version (that was unreachable code, anyway).
12754 (vc-rcs-fetch-master-properties): Doc fix.
12755
12756 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12757 (vc-backend-hook-functions): Removed them from this list, too.
12758 (vc-fetch-properties): Removed.
12759 (vc-workfile-version): Doc fix.
12760
12761 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12762 (vc-rcs-workfile-version, vc-rcs-locking-user)
12763 (vc-rcs-uses-locking): Use it.
12764
12765 * vc-hooks.el (vc-consult-rcs-headers):
12766 Moved into vc-rcs-hooks.el, under the name
12767 vc-rcs-consult-headers.
12768
12769 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12770 headers.
12771 (vc-cvs-find-master): Use this name only; correct different
12772 versions of the name.
12773
12774 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12775 New functions.
12776 (vc-sccs-locking-user): Use the latter.
12777
12778 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12779 New functions.
12780
12781 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12782 Moved into both
12783 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12784 functions are implementation details of those two backends.
12785
12786 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12787
12788 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12789 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12790
12791 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12792 (vc-sccs-parse-locks): SCCS-specific code moved here from
12793 vc-hooks.
12794
12795 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12796 code moved here from vc-hooks.
12797
12798 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12799 into back-end specific parts and removed. Callers not updated
12800 yet; because I guess these callers will disappear into back-end
12801 specific files anyway.
12802
12803 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12804
12805 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12806 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12807 `vc-uses-locking'.
12808
12809 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12810 Store yes/no in the property, and return t/nil. Updated all
12811 callers.
12812
12813 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12814 vc-sccs-uses-locking. Don't set property.
12815 (vc-sccs-locking-user): Don't set property.
12816
12817 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12818 vc-cvs-uses-locking. Don't set property here; leave that to
12819 vc-hooks.
12820 (vc-cvs-locking-user): Reflect above change. Streamlined.
12821
12822 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12823 vc-rcs-uses-locking.
12824 (vc-rcs-locking-user): Reflect above change.
12825
12826 2000-09-04 Dave Love <fx@gnu.org>
12827
12828 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12829
12830 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12831
12832 * vc-hooks.el (vc-checkout-model): Punt to backends.
12833
12834 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12835
12836 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12837
12838 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12839 New functions.
12840
12841 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12842 New functions.
12843
12844 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12845 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12846
12847 * vc-hooks.el (vc-default-locking-user): New function.
12848 (vc-locking-user, vc-workfile-version): Punt to backends.
12849
12850 2000-09-04 Dave Love <fx@gnu.org>
12851
12852 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12853 (vc-master-workfile-version): Moved from vc-hooks.
12854
12855 * vc-rcs-hooks.el: Fix duplicate code in last change.
12856
12857 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12858 (vc-rcs-master-templates): Improve :type.
12859 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12860 vc-master-workfile-version): Moved from vc-hooks.
12861
12862 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12863 (vc-sccs-master-templates): Improve :type.
12864 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12865
12866 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12867
12868 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12869 (vc-cvs-master-templates): Improve :type. Use
12870 vc-cvs-find-cvs-master.
12871 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12872 from vc-hooks.
12873 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12874
12875 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12876 Moved to vc-cvs-hooks.
12877
12878 * vc-hooks.el: Add doc strings in various places. Simplify the
12879 minor mode setup.
12880 (vc-handled-backends): New user variable.
12881 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12882 simplification.
12883
12884 2000-09-04 Dave Love <fx@gnu.org>
12885
12886 * vc.el: Some doc fixes for autoloaded and interactive functions.
12887 Fix compilation warnings from ediff stuff.
12888 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12889
12890 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12891
12892 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12893
12894 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12895
12896 2000-09-04 Dave Love <fx@gnu.org>
12897
12898 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12899 New variable.
12900 (vc-make-backend-function, vc-loadup, vc-call-backend)
12901 (vc-backend-defines): New functions.
12902
12903 * vc-hooks.el: Various doc fixes.
12904 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12905 (vc-match-substring): Function removed. Callers changed to use
12906 match-string.
12907 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12908 Simplify.
12909
12910 2000-09-04 Dave Love <fx@gnu.org>
12911
12912 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12913 type.
12914 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12915 (vc-sccs-registered): Doc fix.
12916
12917 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12918 (vc-cvs-registered): Doc fix.
12919
12920 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12921 (vc-rcs-registered): Doc fix.
12922
12923 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12924
12925 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12926
12927 * vc-hooks.el: vc-registered has been renamed
12928 vc-default-registered. Some functions have been moved to the
12929 backend specific files. they all support the
12930 vc-BACKEND-registered functions.
12931
12932 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12933
12934 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12935
12936 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12937
12938 2000-09-04 Dave Love <fx@gnu.org>
12939
12940 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12941 menu-bar-update-hook.
12942
12943 * help.el (help-manyarg-func-alist): Add
12944 find-operation-coding-system.
12945
12946 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12947
12948 * custom.el (custom-set-variables): Print message about errors in
12949 setting.
12950
12951 2000-09-03 Andrew Innes <andrewi@gnu.org>
12952
12953 * makefile.w32-in: Change to DOS line endings.
12954
12955 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12956
12957 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12958 minor-mode keymaps, if they don't have one.
12959
12960 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12961
12962 * eshell/esh-module.el (eval-when-compile): Don't lose if
12963 esh-module.el's file name is truncated to DOS 8+3 limits.
12964
12965 2000-09-01 John Wiegley <johnw@gnu.org>
12966
12967 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12968 predicate, which caused entries in the completion list to be
12969 doubled.
12970
12971 2000-08-30 John Wiegley <johnw@gnu.org>
12972
12973 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12974 sending to subprocesses. Also, hook pre-command-hook if
12975 `eshell-send-direct-to-subprocesses' is non-nil.
12976 (eshell-send-direct-to-subprocesses): New config variable. If t,
12977 subprocess input is send immediately.
12978 (eshell-toggle-direct-send): New function.
12979 (eshell-self-insert-command): New function.
12980 (eshell-intercept-commands): New function.
12981 (eshell-send-input): If direct subprocess sending is enabled,
12982 don't echo any input to the Eshell buffer. Let the subprocess
12983 handle that. This requires "stty echo" in bash, for example.
12984
12985 2000-08-28 John Wiegley <johnw@gnu.org>
12986
12987 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12988 completion function for Eshell's implementation of `unset'.
12989
12990 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12991
12992 * info.el (Info-directory-list): Doc fix.
12993
12994 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12995
12996 * filecache.el (file-cache-add-directory-using-find): Don't quote
12997 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12998
12999 2000-08-31 Kenichi Handa <handa@etl.go.jp>
13000
13001 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
13002 coding systems.
13003
13004 2000-08-30 Andrew Innes <andrewi@gnu.org>
13005
13006 * timer.el (run-with-idle-timer): Undo last change, so that timer
13007 is not activated immediately if Emacs is already idle. Some
13008 existing code relies on this behaviour.
13009
13010 2000-08-30 Miles Bader <miles@gnu.org>
13011
13012 * frame.el (set-frame-font): Do completion of font-name for
13013 interactive use.
13014
13015 2000-08-30 Kenichi Handa <handa@etl.go.jp>
13016
13017 * international/quail.el (quail-start-translation): Bind locally
13018 last-command-event, last-command, and this-command.
13019 (quail-start-conversion): Likewise.
13020 (quail-self-insert-command): Fix docstring.
13021
13022 2000-08-29 Gerd Moellmann <gerd@gnu.org>
13023
13024 * progmodes/executable.el
13025 (executable-make-buffer-file-executable-if-script-p): Check that
13026 buffer contains at least 2 characters.
13027
13028 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
13029
13030 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
13031
13032 2000-08-29 Dave Love <fx@gnu.org>
13033
13034 * diff-mode.el (diff-mode) <defgroup>: Add :version.
13035 (diff-mode-shared-map): Bind mouse-2.
13036 (diff-imenu-generic-expression): New variable.
13037 (diff-mode): Use it.
13038
13039 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
13040 (mouse-popup-menubar): Add minor mode menus.
13041 (popup-menu): Check for lookup-key returning number.
13042
13043 2000-08-29 Miles Bader <miles@gnu.org>
13044
13045 * comint.el (comint-send-input): Create overlays using the proper
13046 front/read-advance arguments.
13047
13048 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13049
13050 * ps-print.el: Even/odd pages printing. Doc fix.
13051 (ps-print-version): New version number (6.0).
13052 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
13053 (ps-background, ps-begin-file, ps-begin-job): Code fix.
13054 (ps-print-duplex-feature): Variable eliminated.
13055 (ps-even-or-odd-pages): New variable.
13056
13057 * progmodes/ebnf2ps.el: Doc fix.
13058 (ebnf-version): New version (3.3).
13059 (ebnf-user-arrow): Change variable customization to sexp.
13060 (ebnf-user-arrow): Function eliminated.
13061 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
13062
13063 2000-08-29 Kenichi Handa <handa@etl.go.jp>
13064
13065 * help.el (help-xref-mule-regexp): New variable.
13066 (help-make-xrefs): Handle help-xref-mule-regexp.
13067
13068 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13069 variable.
13070 (describe-input-method): Temporarily activate the specfied input
13071 method to display the information.
13072 (describe-language-environment): Hyperlinks to mule related items.
13073
13074 * international/mule-diag.el (charset-multibyte-form-string): New
13075 function.
13076 (list-character-sets-1): Use charset-multibyte-form-string.
13077 (describe-character-set): New function.
13078 (describe-coding-system): Hyperlinks to safe character sets.
13079
13080 * international/quail.el (quail-help): New arg PACKAGE.
13081 Hyperlinks to mule related items.
13082 (quail-help-insert-keymap-description): Use
13083 substitute-command-keys instead of describe-bindings.
13084 (quail-translation-help): Hyperlinks to mule related items.
13085
13086 2000-08-28 John Wiegley <johnw@gnu.org>
13087
13088 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
13089 have a defsubst call itself. Made `eshell-flatten-list' back into
13090 a function again.
13091
13092 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
13093 catch, in case re-centering point at bottom messes up the display.
13094 This happens frequently in Emacs 21, due I believe to variable
13095 line heights.
13096
13097 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
13098 to call `find-tag-interactive'.
13099
13100 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
13101 the list of remember directories.
13102
13103 2000-08-28 John Wiegley <johnw@gnu.org>
13104
13105 * align.el: Test align-region-separate to see if it's a symbol.
13106
13107 2000-08-28 John Wiegley <johnw@gnu.org>
13108
13109 * eshell/esh-util.el (eshell-flatten-list): Made this function
13110 into a defsubst form. It gets used very frequently, although
13111 calls don't occur all that often.
13112
13113 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
13114 examining it.
13115
13116 * eshell/esh-cmd.el (eshell-rewrite-while-command):
13117 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
13118 `eshell-protect'.
13119 (eshell-copy-handles): Created a new macro for duplicating the
13120 current set of open handles. This is needed by the looping
13121 functions.
13122 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
13123 is not incorrectly stomped on.
13124
13125 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
13126 declaration for pcomplete-use-paring.
13127 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
13128 value of eshell-cmpl-use-paring.
13129 * pcomplete.el (pcomplete-use-paring): New config variable, to
13130 indicate whether paring should be used.
13131 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
13132 completion alternatives that have already been used.
13133
13134 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
13135 bound to C-c C-y, which will repeat the previous N arguments
13136 (based on prefix argument).
13137 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
13138
13139 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
13140 if there is no *Help* buffer. This is for XEmacs, which renames
13141 its help buffers uniquely. TODO: Find out what the current buffer
13142 name to delete is.
13143
13144 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
13145 first entry that correlates to a passwd/group number. Later
13146 entries (used for group/user name aliasing to multiple IDs) are
13147 ignored.
13148
13149 * eshell/em-xtra.el (eshell/expr):
13150 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
13151 (eshell-grep, eshell/diff, eshell/locate):
13152 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
13153 argument list, before passing it to the system command.
13154
13155 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
13156 `find-tag' for use at final position in Eshell buffers (which
13157 otherwise triggers an error on Emacs 21).
13158 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
13159 buffer, if it is currently bound to `find-tag'.
13160
13161 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
13162 in the list of matched Makefile names.
13163 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
13164 directory, prefer its contents to Makefile.
13165
13166 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13167 directory parts (like "cd old new", or "cd =regexp"), are now case
13168 sensitive on non-Windows/DOS platforms.
13169
13170 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13171 types RET after an open delimiter (like "), display a message
13172 indicating that Eshell is waiting for the closing delimiter.
13173
13174 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13175 environment variables.
13176
13177 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13178 gracefully if the user enters incorrect arguments.
13179
13180 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13181 Eshell buffers.
13182
13183 * eshell/esh-var.el (eshell-interpolate-variable):
13184 * eshell/esh-mode.el (eshell-move-argument):
13185 * eshell/em-unix.el (eshell-du-sum-directory):
13186 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13187 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13188 (not (= ...)).
13189
13190 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13191 to ensure the `preserve' flag gets propagated when doing recursive
13192 directory copies.
13193
13194 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13195
13196 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13197 Don't convert \n into \0177 in memory.
13198 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13199 and back again, when reading and writing.
13200
13201 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13202
13203 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13204 testing of `fboundp' on `processp'.
13205
13206 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13207 (eshell/jobs): Don't call process-list if it is not bound.
13208 (eshell-gather-process-output): Support systems where async
13209 subprocesses aren't supported.
13210 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13211 variables.
13212
13213 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13214 eshell-do-eval returns t.
13215 (eshell-do-pipelines-synchronously): New defmacro.
13216 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13217 when async subprocesses aren't supported.
13218 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13219 if async subprocesses aren't supported.
13220 (eshell-resume-command): Don't assume STATUS is a string.
13221
13222 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13223
13224 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13225 (eshell-close-target, eshell-get-target): Use eshell-processp.
13226 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13227 fix.
13228 (eshell-get-target, eshell-create-handles): Doc fix.
13229
13230 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13231
13232 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13233 criterion to include commands that output something, as long as it
13234 leaves both the command and the end-of-buffer visible when the
13235 command has exited.
13236 (eshell-review-quick-commands): Adjust the help doc string
13237 accordingly.
13238
13239 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13240
13241 * locate.el (locate): Cleaned up locate command's interactive prompting
13242 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13243
13244 * filecache.el (file-cache-case-fold-search): New variable
13245 (file-cache-assoc-function): New variable
13246 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13247 Use file-cache-case-fold-search variable
13248 (file-cache-add-file): Use file-cache-assoc-function
13249 (file-cache-delete-file): likewise
13250 (file-cache-directory-name): likewise
13251 (file-cache-debug-read-from-minibuffer): likewise
13252
13253 2000-08-28 Gerd Moellmann <gerd@gnu.org>
13254
13255 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13256 (abbrev-table-name): New function.
13257 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13258 If non-nil list local abbrev, only.
13259
13260 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13261
13262 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13263 from Gnus support code, and use special article copy buffer
13264 `(gnus-original-article-buffer)' instead. This allows to get rid
13265 of article-hide-headers usage (which breaks in the latest Gnus
13266 version). Thanks to Detlev Zundel.
13267
13268 2000-08-28 Kenichi Handa <handa@etl.go.jp>
13269
13270 * international/quail.el (quail-use-package): Hide "... loaded"
13271 message.
13272 (quail-start-translation, quail-start-conversion): Likewise.
13273
13274 * international/kkc.el (kkc-region): Hide "... loaded" message.
13275
13276 2000-08-27 Dave Love <fx@gnu.org>
13277
13278 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13279
13280 2000-08-27 Miles Bader <miles@gnu.org>
13281
13282 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13283
13284 2000-08-27 Kenichi Handa <handa@etl.go.jp>
13285
13286 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13287 'ja-dic-cnv), not (require 'skkdic-cnv).
13288
13289 2000-08-26 Miles Bader <miles@gnu.org>
13290
13291 * faces.el (face-x-resources): Add entry for :inherit.
13292 * cus-face.el (custom-face-attributes): Add support for :inherit
13293 attribute. Add support for relative face heights.
13294 (custom-face-attributes-get): Treat `nil' as being a default value
13295 for :inherit (as well as `unspecified').
13296
13297 * faces.el (set-face-attribute): Update doc string.
13298 (face-attribute-name-alist): Add :inherit.
13299 (face-valid-attribute-values): Handle :inherit.
13300 (face-read-string): Rephrase prompt to be less confusing.
13301 Assume that DEFAULT is a string, since we must return a string.
13302 (face-read-integer): Use `format' to turn DEFAULT into an
13303 acceptable default for face-read-string. Match NEW-VALUE against
13304 the string "unspecified", not the symbol `unspecified', since
13305 that's what face-read-string returns.
13306 (read-face-attribute): Lookup a name for old-value in valid, and
13307 use it as a default if we find one. Treat all values from
13308 face-read-string as strings. If the default is used, don't do any
13309 more processing on the value, just use the old value directly.
13310 (read-face-and-attribute, modify-face): Tweak prompt.
13311 (read-face-name): Don't assume prompt ends with a space.
13312
13313 * faces.el (describe-face): Add support for :inherit attribute.
13314
13315 2000-08-25 Kenichi Handa <handa@etl.go.jp>
13316
13317 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13318 concat doesn't accept interger.
13319
13320 * international/kkc.el: Remove SKK from Keywords. Require
13321 ja-dic-utl instead of skkdic-utl.
13322
13323 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13324 Provide ja-dic-cnv instead of skkdic-cnv.
13325 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13326 (iso-2022-7bit-short): Add safe-charsets property.
13327 (skkdic-convert-postfix): Search Japanese chou-on character in
13328 addition to Hiragana character.
13329 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13330 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13331 (batch-skkdic-convert): Likewise.
13332
13333 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13334 Provide ja-dic-utl instead of skkdic-utl.
13335 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13336
13337 2000-08-24 Dave Love <fx@gnu.org>
13338
13339 * disp-table.el (standard-display-default): Make the test of `l'
13340 useful.
13341
13342 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13343 mod sample text.
13344
13345 * international/iso-ascii.el: Make pilcrow convenient string
13346 consistent with section.
13347 (iso-ascii-display): Set up multibyte characters as well as
13348 unibyte.
13349
13350 2000-08-24 Kenichi Handa <handa@etl.go.jp>
13351
13352 * international/mule-cmds.el (reset-language-environment): Set
13353 default-process-coding-system to '(undecided . iso-latin-1), which
13354 makes process I/O almost consistent with file I/O. Call this
13355 function when mule-cmds.el[c] is loaded.
13356
13357 2000-08-22 Andrew Innes <andrewi@gnu.org>
13358
13359 * makefile.w32-in: New file.
13360
13361 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13362
13363 * comint.el (comint-output-filter): Compare end of
13364 comint-last-output-overlay with the start of the newly inserted
13365 text, not the end, when deciding whether to extend it.
13366 Set saved-point's insertion type to advance after insertion.
13367
13368 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13369 since this is now done independently of font-lock mode.
13370
13371 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13372
13373 * server.el (server-kill-new-buffers): New user option.
13374 (server-existing-buffer): New buffer-local variable.
13375 (server-visit-files): When using an existing buffer, set
13376 server-existing-buffer to t.
13377 (server-buffer-done): If server-kill-new-buffers is t, kill the
13378 buffer, unless it was already present before visiting it with
13379 Emacs server.
13380
13381 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13382
13383 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13384 even if the display doesn't support colors: some displays will
13385 support bold/underline faces.
13386
13387 2000-08-21 Gerd Moellmann <gerd@gnu.org>
13388
13389 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13390
13391 * startup.el (command-line): If user's init file had an error,
13392 add explanatory text to *Messages*.
13393
13394 2000-08-21 Kenichi Handa <handa@etl.go.jp>
13395
13396 * man.el (Man-getpage-in-background): Decode the process output by
13397 the system locale coding system.
13398
13399 2000-08-20 Dave Love <fx@gnu.org>
13400
13401 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13402 Don't test x-popup-menu.
13403 (function) <complete-function>: Complete only fbound symbols.
13404 <validate, value>: New.
13405 (variable) <complete-function>: Complete only bound symbols.
13406 (coding-system): Add :base-only, :complete-function, :validate,
13407 :value, :prompt-match.
13408 (widget-coding-system-prompt-value): Use read-coding-system and
13409 act on :base-only.
13410 (editable-field): Add :help-echo.
13411 (widget-push-button-gui, widget-push-button-cache)
13412 (widget-gui-action, widget-editable-list-gui): COmment out, along
13413 with uses.
13414 (widget-at): Make arg optional.
13415 (widget-echo-help): Adjust for current help-echo calling sequence.
13416 (widget-specify-field, widget-specify-button)
13417 (widget-specify-insert, widget-get-sibling, widget-image-find)
13418 (widget-convert, widget-insert, widget-leave-text)
13419 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13420 (widget-setup, widget-field-find, widget-before-change)
13421 (widget-after-change, widget-default-complete)
13422 (widget-default-create, widget-default-delete)
13423 (widget-push-button-value-create, editable-field)
13424 (widget-field-prompt-value, widget-field-validate)
13425 (widget-choice-value-create, widget-choice-action)
13426 (widget-choice-validate, widget-checklist-add-item)
13427 (widget-radio-add-item, widget-radio-chosen)
13428 (widget-radio-value-inline, widget-editable-list-value-create)
13429 (widget-editable-list-entry-create)
13430 (widget-documentation-link-add)
13431 (widget-documentation-string-value-create)
13432 (widget-regexp-validate, widget-file-complete)
13433 (widget-sexp-validate, widget-plist-convert-widget)
13434 (widget-plist-convert-widget, widget-alist-convert-widget)
13435 (widget-alist-convert-widget, widget-color-complete): Simplify,
13436 particularly to avoid bindings which aren't optimized out.
13437
13438 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13439 Doc fix.
13440 (down-list, backward-up-list, up-list, kill-sexp)
13441 (backward-kill-sexp, mark-sexp): Make arg optional.
13442 (lisp-complete-symbol): Add optional arg PREDICATE.
13443
13444 * cus-start.el: Add display-buffer-reuse-frames,
13445 file-coding-system-alist.
13446
13447 2000-08-20 Gerd Moellmann <gerd@gnu.org>
13448
13449 * startup.el (command-line): Clear realized faces after
13450 modifying TTY color mappings.
13451
13452 2000-08-20 Miles Bader <miles@gnu.org>
13453
13454 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13455 merely a subset of FACE's attributes.
13456
13457 2000-08-19 Miles Bader <miles@gnu.org>
13458
13459 * comint.el (comint-output-filter): Save the point with a marker,
13460 not just a buffer position.
13461
13462 * international/mule.el (set-buffer-process-coding-system): Make
13463 interactive prompt less confusing.
13464
13465 2000-08-19 Gerd Moellmann <gerd@gnu.org>
13466
13467 * hilit-chg.el: General cleanup of doc strings, comments and
13468 code formatting.
13469
13470 2000-08-19 Miles Bader <miles@gnu.org>
13471
13472 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13473 Compiler macro removed; beginning-of-line is no longer always
13474 equivalent to forward-line, in the presence of fields.
13475
13476 * comint.el (comint-output-filter): Remove ad-hoc saving of
13477 restriction, and just use save-restriction, now that it works
13478 correctly. Don't adjust comint-last-input-start to account for
13479 our insertion; it shouldn't have moved because we don't use
13480 insert-before-markers anymore. Comment out call to
13481 `force-mode-line-update'; why is it here?
13482
13483 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13484 while checking for prompt to delete. Use `forward-line 0'
13485 instead of beginning-of-line.
13486 (gud-filter): Temporarily widen gud comint buffer while
13487 examining output.
13488
13489 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13490
13491 * progmodes/sh-script.el: Big bag of typos.
13492
13493 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13494 check since ispell-process is not bound when ispell is not yet loaded.
13495
13496 2000-08-18 Dave Love <fx@gnu.org>
13497
13498 * image.el (find-image): Copy `spec' before using plist-put.
13499
13500 2000-08-18 Gerd Moellmann <gerd@gnu.org>
13501
13502 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13503 `portugues'.
13504
13505 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13506 backward-kill-sexp, analogous to kill-sexp.
13507
13508 * progmodes/icon.el (icon-indent-line)
13509 (icon-is-continuation-line): Handle comments specially.
13510
13511 2000-08-17 Ken Stevens <k.stevens@ieee.org>
13512
13513 * ispell.el: Set to standard author/maintainer/keyword fields.
13514 Fine tuning to menu map appearance and operation, and added help.
13515 Remove `start' and `end' error messages when compiling.
13516 (ispell-choices-win-default-height): Fixed comment string.
13517 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13518 castellano8 dictionaries.
13519 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13520 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13521 dictionary, added italiano dictionary.
13522 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13523 word character
13524 (ispell-tex-skip-alists): Added psfig support.
13525 (ispell-skip-html): Renamed from ispell-skip-sgml.
13526 (ispell-begin-skip-region-regexp, ispell-skip-region)
13527 (ispell-minor-check): Improved html skipping support to skip across
13528 code, and recognize `&' commands without propper `;' syntax;
13529 (ispell-process-line): Fix alignment error when manually
13530 correcting spelling.
13531 (ispell): Fix comment string.
13532 (ispell-add-per-file-word-list): Always put word list on new line.
13533
13534 2000-08-17 Gerd Moellmann <gerd@gnu.org>
13535
13536 * format.el (format-encode-run-method): Fix error message to say
13537 `encode' instead of `decode'. Use save-window-excursion around
13538 shell-command-on-region as in format-decode-run-method because
13539 shell-command-on-region can display a buffer with error output.
13540 (format-decode): Don't record undo information for the decoding.
13541 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13542 that number part of the temporary buffer name so that more than
13543 one decoding using a temporary buffer can happen safely.
13544
13545 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13546 of `A-z' in the regexp.
13547
13548 * hilit-chg.el: Fix typos in commentary.
13549
13550 * help.el (view-emacs-news): Rewritten for new naming scheme
13551 for old NEWS files.
13552
13553 * startup.el (command-line): Pop to *Messages* in case an error
13554 is signaled while loading user-init-file.
13555
13556 2000-08-17 Andreas Schwab <schwab@suse.de>
13557
13558 * files.el (insert-directory): Don't lose original file name,
13559 undoing an undocumented change.
13560
13561 2000-08-17 Alex Schroeder <alex@gnu.org>
13562
13563 * sql.el (sql-magic-go): Use comint-bol.
13564 (sql-copy-column): Use comint-line-beginning-position.
13565 (comint-line-beginning-position): Define a replacement for
13566 comint-line-beginning-position if it is not fboundp.
13567
13568 2000-08-17 Alex Schroeder <alex@gnu.org>
13569
13570 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13571 it didn't have any effect anyway.
13572
13573 2000-08-17 Alex Schroeder <alex@gnu.org>
13574
13575 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13576 --pset and pager=off instead of sending \\o|cat at the beginning
13577 of the session.
13578
13579 2000-08-17 Miles Bader <miles@gnu.org>
13580
13581 * progmodes/octave-inf.el: Add compatibility definition of
13582 comint-line-beginning-position.
13583
13584 2000-08-17 Kenichi Handa <handa@etl.go.jp>
13585
13586 * startup.el (normal-top-level): Look in each dir in load-path for
13587 a leim-list.el file too. This assures of loading leim-list.el
13588 that is created at Emacs installation time even if a user have his
13589 own leim-list.el.
13590
13591 2000-08-17 Miles Bader <miles@gnu.org>
13592
13593 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13594 foreground color to black if the background is dark.
13595
13596 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13597
13598 * loadhist.el (unload-feature): Typo.
13599
13600 * finder.el (finder-compile-keywords):
13601 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13602 to the generated file.
13603
13604 * mail/mh-e.el (mh-make-local-vars):
13605 Replace make-variable-buffer-local with make-local-variable.
13606
13607 * play/landmark.el:
13608 * options.el (Edit-options-{set,toggle,t,nil}):
13609 * mail/mailabbrev.el (mail-abbrevs-mode):
13610 * textmodes/tex-mode.el (tex-expand-files):
13611 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13612
13613 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13614
13615 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13616 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13617 Allow going past the last element.
13618 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13619 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13620 (cvs-mouse-toggle-mark): Don't move point.
13621 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13622
13623 * progmodes/compile.el (grep): Provide a default set of files.
13624 (next-error): Docstring fix.
13625 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13626
13627 * emacs-lisp/easy-mmode.el (define-minor-mode):
13628 Use `symbol-value' to keep the byte-compiler quiet.
13629
13630 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13631 (diff-find-source-location): New fun, extracted from diff-goto-source.
13632 (diff-goto-source): Use it.
13633 (diff-next-complex-hunk, diff-filter-lines): New function.
13634 (diff-apply-hunk): New command.
13635
13636 * smerge-mode.el (smerge-mode-menu): Doc fix.
13637
13638 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13639
13640 2000-08-16 Dave Love <fx@gnu.org>
13641
13642 * windmove.el (windmove) <defgroup>: Add :version.
13643
13644 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13645 (goto-address-fontify-p, goto-address-highlight-p)
13646 (goto-address-url-face, goto-address-url-mouse-face)
13647 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13648 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13649 (goto-address-fontify, goto-address-at-mouse): Simplify,
13650 (goto-address-at-point): browse-url-url-at-point,
13651 goto-address-find-address-at-point can return nil.
13652 (goto-address-find-address-at-point): Return nil on failure.
13653
13654 * align.el (align) <defgroup>: Add :version.
13655
13656 * calculator.el (calculator): Add :version.
13657 (calculator): Use two lines for calculator window if `modeline'
13658 face is boxed.
13659
13660 * play/5x5.el: Doc fixes.
13661 (5x5) <defgroup>: Add :version.
13662
13663 * play/fortune.el (fortune) <defgroup>: Add :version.
13664 (fortune-append): Fix error message.
13665 (fortune-from-region): Doc fix.
13666
13667 * play/pong.el (pong): Doc fix.
13668
13669 * play/morse.el: Keywords, commentary, autoloads.
13670
13671 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13672
13673 * desktop.el (desktop-save): Don't look at symbol-value of a
13674 member of minor-mode-alist, unless it is boundp.
13675
13676 2000-08-16 Sam Steingold <sds@gnu.org>
13677
13678 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13679 `while'; use `with-current-buffer' instead of `save-excursion'.
13680 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13681
13682 2000-08-16 Kenichi Handa <handa@etl.go.jp>
13683
13684 * international/ccl.el (declare-ccl-program): Docstring modified.
13685 (ccl-execute-with-args): Likewise.
13686
13687 2000-08-16 Miles Bader <miles@gnu.org>
13688
13689 * progmodes/sql.el: Add compatibility definition of
13690 comint-line-beginning-position.
13691
13692 2000-08-15 Gerd Moellmann <gerd@gnu.org>
13693
13694 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13695 'buffer-menu' property.
13696 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13697 fails.
13698 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13699 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13700 wasn't killed.
13701
13702 * buff-menu.el (list-buffers-noselect): Don't display the
13703 *Buffer List* buffer.
13704
13705 * font-lock.el: Require jit-lock to prevent a very late
13706 `Loading jit-lock' message.
13707
13708 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13709 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13710 mail address.
13711
13712 2000-08-15 Miles Bader <miles@gnu.org>
13713
13714 * textmodes/ispell.el (ispell-graphic-p): New constant.
13715 (ispell-choices-win-default-height, ispell-help): Use
13716 `ispell-graphic-p' instead of `xemacsp'.
13717
13718 2000-08-15 Dave Love <fx@gnu.org>
13719
13720 * simple.el: Autoload widget-convert when compiling.
13721 (mail-user-agent): Doc fix.
13722
13723 * help.el (function-called-at-point, variable-at-point): Use
13724 with-syntax-table.
13725 (help-manyarg-func-alist): Add insert-and-inherit.
13726
13727 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13728
13729 * delsel.el (delsel-unload-hook): New function.
13730
13731 * find-file.el: Doc fixes. Move provide to end.
13732 (ff) <defgroup>: Add :link.
13733 (ff-goto-click): Deleted.
13734 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13735 Use mouse-set-point.
13736
13737 * textmodes/tildify.el: Doc fixes.
13738 (tildify) <defgroup>: Add:version.
13739
13740 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13741 (glasses-custom-set): Use set-default, not set.
13742 (minor-mode-alist): Propertize the lighter.
13743 (glasses-mode): Provide optional arg.
13744
13745 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13746 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13747 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13748 option. Provide :type.
13749 (cwarn-configuration): Provide :type.
13750 (cwarn-mode): Doc fix.
13751
13752 * add-log.el (change-log-merge): Doc fix.
13753 (change-log-redate): New command.
13754
13755 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13756 Doze and Dog.
13757 (browse-url): Use dolist, not mapcar.
13758 (browse-url-at-point): Check for null url.
13759 (browse-url-event-buffer, browse-url-event-point): Functions
13760 deleted.
13761 (browse-url-at-mouse, browse-url-netscape): Simplify.
13762
13763 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13764 modes.
13765 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13766 Fix previous change to mapcan.
13767 (msb--init-file-alist, msb--add-separators)
13768 (msb--make-keymap-menu): Simplify.
13769 (msb--choose-file-menu): Use copy-sequence.
13770 (msb-mode-map): Add title to keymap.
13771 (msb-unload-hook): New function.
13772
13773 * bs.el: Fix indentation.
13774 (bs) <defgroup>: Add :links.
13775 (bs-show): Doc fix.
13776 (bs-apply-sort-faces): Don't use window-system.
13777 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13778
13779 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13780
13781 * calendar/timeclock.el (timeclock-file): Run .timelog through
13782 convert-standard-filename.
13783
13784 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13785
13786 * emacs-lisp/authors.el: New file.
13787
13788 * paren.el (show-paren-priority): New user option.
13789 (show-paren-function): Set overlay priorities to
13790 show-paren-priority.
13791
13792 2000-08-14 Miles Bader <miles@gnu.org>
13793
13794 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13795 beginning-of-line with inhibit-field-text-motion bound.
13796
13797 2000-08-14 Gerd Moellmann <gerd@gnu.org>
13798
13799 * calendar/timeclock.el: New file.
13800
13801 2000-08-14 David Ponce <david@dponce.com>
13802
13803 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13804 `widget-button-click'. so that one can use left mouse button to
13805 click on dialog buttons.
13806
13807 2000-08-14 Emmanuel Briot <briot@gnat.com>
13808
13809 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13810 identifiers, since XML is case sensitive
13811
13812 2000-08-12 Miles Bader <miles@gnu.org>
13813
13814 * comint.el (comint-output-filter): Don't bother frobbing
13815 window-start, it doesn't seem to be necessary.
13816
13817 * comint.el (comint-send-string, comint-send-region): Make into
13818 real functions. Snapshot the prompt before sending.
13819
13820 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13821
13822 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13823 technique similar to Info-index, instead of relying on specific
13824 names of relevant Index nodes.
13825 (Info-goto-emacs-command-node): Bind Info-history to nil when
13826 going to the first node found by Info-find-emacs-command-nodes.
13827
13828 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13829
13830 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13831
13832 2000-08-10 Miles Bader <miles@gnu.org>
13833
13834 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13835
13836 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13837
13838 * info.el (Info-file-list-for-emacs): More elements for the
13839 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13840 and woman manuals.
13841
13842 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13843
13844 * comint.el (comint-send-input): Make the newline boundary overlay
13845 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13846 (comint-output-filter): Use `insert' instead of
13847 `insert-before-markers'. Extend comint-last-output-overlay when
13848 necessary since we can't rely on insert-before-markers to do it.
13849 * gud.el (gud-filter): Use `with-current-buffer' instead of
13850 save-excursion when inserting the output, so that point gets
13851 updated correctly; the old method relied on a rather dodgy
13852 side-effect of comint-output-filter to avoid the effect of
13853 save-excursion.
13854
13855 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13856
13857 * files.el (recover-file): Call insert-directory instead of
13858 invoking `ls' directly.
13859
13860 2000-08-10 Miles Bader <miles@gnu.org>
13861
13862 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13863 (comint-last-prompt-overlay): New variables.
13864 (comint-output-filter): Implement prompt highlighting.
13865 (comint-snapshot-last-prompt): New function.
13866 (comint-send-input): Snapshot the last prompt.
13867 Use comint-highlight-input-face.
13868 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13869 Use defface instead of defcustom.
13870 (send-invisible, comint-send-eof): Snapshot the last prompt.
13871 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13872 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13873
13874 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13875
13876 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13877 (regexp-opt-group): Use a list of chars for `letters'.
13878 (regexp-opt-charset): `chars' is now a list of chars.
13879 Use a char-table rather than a vector so it works for multibyte chars.
13880
13881 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13882 Set cvs-minor-current-files to the selected fileinfo.
13883 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13884 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13885
13886 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13887
13888 * files.el (insert-directory): Don't call access-file on
13889 directories on DOS and Windows.
13890
13891 2000-08-09 Kenichi Handa <handa@etl.go.jp>
13892
13893 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13894 longer if necessary.
13895 (ccl-embed-code): Call ccl-embed-data to store CODE in
13896 ccl-program-vector.
13897
13898 2000-08-09 Miles Bader <miles@gnu.org>
13899
13900 * comint.el (comint-output-filter): Properly handle the case where
13901 the text surrounded by comint-last-output-overlay was deleted.
13902
13903 2000-08-08 Gerd Moellmann <gerd@gnu.org>
13904
13905 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13906 non-nil.
13907 (Info-file-list-for-emacs): Remove "info" from the list because
13908 that leads to trying to use the documentation from file `info'
13909 in various situations where it isn't appropriate, for instance
13910 C-h C-k C-h i.
13911
13912 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13913 DIR and/or STRING are nil.
13914
13915 * progmodes/compile.el (compilation-setup): Make variable
13916 compilation-error-screen-columns buffer-local, as some comment
13917 in the code suggests it should be.
13918
13919 * files.el (auto-mode-interpreter-regexp): New variable.
13920 (set-auto-mode): Use it.
13921
13922 * indent.el (indent-for-tab-command): Doc fix.
13923
13924 * mouse-sel.el (mouse-sel-mode): Doc fix.
13925
13926 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13927 labels.
13928
13929 * help.el (print-help-return-message): When
13930 display-buffer-reuse-frames is set, let the help window been quit,
13931 instead of deleting it, which might delete a reused frame.
13932
13933 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13934
13935 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13936 rename a directory to a name that differs only by its letter case.
13937
13938 2000-08-08 Kenichi Handa <handa@etl.go.jp>
13939
13940 * international/quail.el (quail-define-rules): Handle Quail decode
13941 map correctly. Add code for supporting annotations.
13942 (quail-install-decode-map): New function.
13943 (quail-defrule-internal): New optional arguments decode-map and
13944 props.
13945 (quail-advice): New function.
13946
13947 2000-08-07 Sam Steingold <sds@gnu.org>
13948
13949 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13950 `defconst', `define-condition', `with-slots'.
13951 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13952
13953 2000-08-03 Miles Bader <miles@gnu.org>
13954
13955 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13956 New variable.
13957 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13958 comint-use-prompt-regexp-instead-of-fields.
13959 (comint-send-input): Add `input' field property to stuff we send to
13960 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13961 (comint-output-filter): Add `output' field property to process
13962 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13963 (comint-replace-by-expanded-history)
13964 (comint-get-old-input-default, comint-show-output)
13965 (comint-backward-matching-input, comint-forward-matching-input)
13966 (comint-next-prompt, comint-previous-prompt): Use field
13967 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13968 (comint-line-beginning-position): New function.
13969 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13970 (comint-replace-by-expanded-history-before-point): Use
13971 comint-line-beginning-position and line-end-position.
13972 (comint-last-output-overlay): New variable.
13973 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13974
13975 * shell.el (shell-prompt-pattern): Doc change.
13976 (shell-backward-command): Use line-beginning-position.
13977
13978 * gud.el (gud-gdb-complete-command): Use
13979 comint-line-beginning-position.
13980
13981 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13982 comint-bol doesn't actually go to the beginning of the line.
13983
13984 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13985 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13986 (try-expand-line-all-buffers): Likewise.
13987
13988 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13989 explicitly matching comint-prompt-regexp.
13990 (sql-copy-column): Use comint-line-beginning-position instead of
13991 explicitly matching comint-prompt-regexp.
13992
13993 * progmodes/octave-inf.el (inferior-octave-complete): Use
13994 comint-line-beginning-position.
13995
13996 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13997
13998 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13999 looking for a prompt, use `forward-line 0' instead of
14000 `beginning-of-line', to avoid getting caught by an input field.
14001
14002 2000-08-07 Gerd Moellmann <gerd@gnu.org>
14003
14004 * files.el (shell-quote-wildcard-pattern): Make sure to return
14005 PATTERN, in the Unix case.
14006
14007 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
14008
14009 * play/zone.el (zone): Discard any pending input before running
14010 the randomly-chosen pgm.
14011
14012 2000-08-07 Kenichi Handa <handa@etl.go.jp>
14013
14014 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
14015 checking the existence of any multibyte characters.
14016
14017 2000-08-06 Gerd Moellmann <gerd@gnu.org>
14018
14019 * help.el (describe-mode): Test minor-mode symbol for being
14020 bound before testing its value for being nil.
14021
14022 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
14023 `first', `second', and `third'.
14024
14025 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
14026 (second): Make it an alias for `cadr'.
14027
14028 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
14029
14030 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
14031 types of display support faces now.
14032
14033 2000-08-05 Gerd Moellmann <gerd@gnu.org>
14034
14035 * pcvs.el (require): Require `cl' during compilation, only.
14036
14037 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
14038 (toplevel): Remove `remq' and `remove' from autoloads.
14039 (cl-fake-autoloads): New variable. If set, arrange for an error
14040 when CL functions etc. are autoloaded.
14041
14042 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
14043
14044 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
14045
14046 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
14047 popped up, but the user clicks outside the menu, return an empty
14048 regexp (that causes unhighlight-regexp to have no effect).
14049
14050 * menu-bar.el (menu-bar-games-menu): Add Zone.
14051
14052 * hi-lock.el (toplevel): Require font-lock.
14053
14054 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14055
14056 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
14057 (ebnf-8-bit-chars): New var for bug fix.
14058 (ebnf-string): Bug fix.
14059
14060 2000-08-03 Sam Steingold <sds@gnu.org>
14061
14062 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
14063 instead of `buffer-string'.
14064 (require 'cl): Always, not just when compiling.
14065 `ignore-errors' in `interactive', `list*', `defun*' &c make this
14066 necessary.
14067
14068 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
14069
14070 * international/mule-cmds.el (select-safe-coding-system): Make
14071 the message text about selecting a safe coding system more clear.
14072
14073 2000-08-02 Gerd Moellmann <gerd@gnu.org>
14074
14075 * hi-lock.el: New file.
14076
14077 * play/zone.el: New file.
14078
14079 * replace.el (occur): Set tab-width in the *Occur* buffer to the
14080 value of tab-width in the original buffer. Choose a line number
14081 format that's a multiple of the original buffer's tab width, so
14082 that lines appear right.
14083
14084 * textmodes/ispell.el (ispell): New function, replacing an alias.
14085 Spell-check active region if in transient-mark-mode and mark
14086 is active; otherwise spell-check buffer.
14087
14088 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14089
14090 * ps-mule.el: Fix a customization problem on
14091 ps-mule-font-info-database-default.
14092
14093 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
14094
14095 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
14096 display-mouse-p instead of window-system.
14097 (ebrowse-member-mode-map): Ditto.
14098
14099 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14100
14101 * progmodes/ebnf2ps.el: Update ps-print functions call.
14102 Indentation fix. Doc fix.
14103 (ebnf-version): New version number (3.2).
14104 (ebnf-format-color, ebnf-begin-job): Code fix.
14105
14106 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
14107
14108 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
14109 font lock support on window-system.
14110 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
14111
14112 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
14113 display-color-p, if fboundp, instead of window-system.
14114
14115 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
14116
14117 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
14118 instead of window-system.
14119
14120 * wid-edit.el (widget-choose): Use display-mouse-p instead of
14121 window-system.
14122 (widget-choice-mouse-down-action): Use display-popup-menus-p
14123 instead of window-system.
14124
14125 * strokes.el (strokes-file): Run the file name through
14126 convert-standard-filename.
14127 (strokes-mode): Call display-mouse-p instead of looking at
14128 window-system. Change the error message accordingly.
14129
14130 * progmodes/cpp.el (toplevel): Support faces on tty's.
14131
14132 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
14133 (lm-plot-square, lm-init-display): Don't use window-system.
14134
14135 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
14136 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
14137
14138 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
14139 instead of looking at window-system.
14140
14141 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14142
14143 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
14144 of testing if iswitchb-prepost-hooks is bound, because the
14145 latter will always be true when invoking a recursive minibuffer
14146 from an active Iswitchb buffer.
14147
14148 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
14149
14150 * files.el (shell-quote-wildcard-pattern): New function.
14151 (insert-directory): Call it. Only prepend "\" to command on Unix
14152 and GNU/Linux systems.
14153
14154 2000-07-30 Gerd Moellmann <gerd@gnu.org>
14155
14156 * eshell/esh-groups.el: Change custom :link file names
14157 from `eshell.info' to `eshell'.
14158
14159 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
14160
14161 * dired.el (dired-build-subdir-alist): Expand subdirectory names
14162 correctly in recursive ange-ftp listings.
14163
14164 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14165
14166 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14167 ps-header-font-size-internal and
14168 ps-header-title-font-size-internal variables are not set,
14169 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14170 face text property is (foreground-color . COLOR) or
14171 `(background-color . COLOR)', ps-print crashes. Doc fix.
14172 (ps-print-version): New version number (5.2.4).
14173 (ps-plot-region): Code fix.
14174 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14175 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14176 Bug fix 2.
14177
14178 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
14179
14180 * glasses.el (glasses-make-readable): Fix uncapitalization of
14181 identifiers like `myXMLDocument'.
14182
14183 2000-07-28 Karl Fogel <kfogel@red-bean.com>
14184
14185 * mail/mail-hist.el (mail-hist-previous-input)
14186 (mail-hist-next-input): Do the obvious code factorization.
14187 (mail-hist-retrieve-and-insert): New func, contains common
14188 code of above two.
14189 If inserting a message body, leave point at top.
14190
14191 2000-07-28 Sam Steingold <sds@gnu.org>
14192
14193 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14194 Use `<=', not `<' to compare times!
14195 (ange-ftp-ls): Remove.
14196
14197 2000-07-27 Gerd Moellmann <gerd@gnu.org>
14198
14199 * play/cookie1.el: Add explanation of how to make cookie.el
14200 compatible with strfile(1) to comment.
14201
14202 * subr.el (remove, remq): New functions.
14203
14204 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14205 escape `*' in regexps.
14206 (midnight-find): Reverse order of arguments in the funcall of
14207 TEST.
14208
14209 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14210 and `.class'.
14211
14212 * play/meese.el: Add Commentary section.
14213
14214 2000-07-27 Alex Schroeder <alex@gnu.org>
14215
14216 * sql.el (sql-ms): Added autoload cookie.
14217 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14218 (sql-oracle): Ditto.
14219 (sql-help): Doc change.
14220
14221 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14222 types and exceptions.
14223
14224 2000-07-27 Alex Schroeder <alex@gnu.org>
14225
14226 * sql.el (sql-placeholder-history): New variable.
14227 (sql-query-placeholders-and-send): New function that will query
14228 the user and replace placeholders with user input.
14229 (sql-oracle): If running on NT, set comint-input-sender to
14230 sql-query-placeholders-and-send.
14231
14232 (sql-stop): If in the SQLi buffer, insert stop notification, else
14233 present it as a message.
14234
14235 2000-07-27 Alex Schroeder <alex@gnu.org>
14236
14237 * sql.el (sql-input-ring-separator): Doc change.
14238 (sql-input-ring-file-name): Doc change.
14239 (sql-interactive-mode): Use `sql-input-ring-separator' and
14240 `sql-input-ring-file-name' to set the comint-mode equivalents
14241 without making them local variables.
14242 (sql-stop): Don't bind `sql-input-ring-separator' and
14243 `sql-input-ring-file-name' dynamically to their comint-mode
14244 equivalents.
14245
14246 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14247
14248 * international/mule.el (register-char-codings): New function.
14249 (make-coding-system): Handle `safe-chars' specification in the arg
14250 PROPERTY.
14251
14252 * international/mule-cmds.el
14253 (find-coding-systems-region-subset-p): This function deleted.
14254 (sort-coding-systems-predicate): New variable.
14255 (sort-coding-systems): New function.
14256 (find-coding-systems-region): Use
14257 find-coding-systems-region-internal.
14258 (find-coding-systems-string): Use find-coding-systems-region.
14259 (find-coding-systems-for-charsets): Check
14260 char-coding-system-table.
14261 (select-safe-coding-system-accept-default-p): New variable.
14262 (select-safe-coding-system): Mostly rewritten. New argument
14263 ACCEPT-DEFAULT-P.
14264 (select-message-coding-system): Call select-safe-coding-system
14265 with ACCEPT-DEFAULT-P arg.
14266 (reset-language-environment): Reset default-sendmail-coding-system
14267 to the default value iso-latin-1.
14268 (set-language-environment): Don't set the obsolete variable
14269 charset-origin-alist.
14270
14271 * international/codepage.el (cp-coding-system-for-codepage-1):
14272 Give `safe-chars' property to make-coding-system.
14273
14274 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14275 calling select-message-coding-system twice.
14276
14277 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14278 instead of `safe-charsets'.
14279 (cyrillic-alternativnyj): Likewise.
14280 (ccl-encode-alternativnyj): Don't check the charset
14281 cyrillic-iso8859-5.
14282
14283 2000-07-27 Kenichi Handa <handa@etl.go.jp>
14284
14285 * composite.el (compose-chars-after): Preserve match data.
14286
14287 2000-07-26 Sam Steingold <sds@gnu.org>
14288
14289 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14290 (ange-ftp-real-file-newer-than-file-p): New function.
14291 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14292 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14293
14294 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14295 * midnight.el (midnight-float-time): Ditto.
14296
14297 2000-07-26 Andreas Schwab <schwab@suse.de>
14298
14299 * files.el (normal-backup-enable-predicate): Correct
14300 interpretation of the return value of compare-strings.
14301
14302 2000-07-26 Gerd Moellmann <gerd@gnu.org>
14303
14304 * isearch.el (isearch-resume): New function.
14305 (isearch-done): Add something to command-history to resume
14306 the search.
14307 (isearch-yank-line, isearch-yank-word): Use
14308 buffer-substring-no-properties instead of buffer-substring.
14309
14310 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14311 of flyspell-mouse-map.
14312
14313 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14314 duplicate definition.
14315 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14316
14317 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14318 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14319
14320 2000-07-25 Sam Steingold <sds@gnu.org>
14321
14322 * net/ange-ftp.el: Get modtime over the net.
14323 (ange-ftp-file-modtime): New function.
14324 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14325 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14326 Use it.
14327 (ange-ftp-dot-to-slash): New function.
14328 (ange-ftp-fix-name-for-vms): Use it.
14329
14330 * midnight.el (midnight-buffer-display-time): Use
14331 `with-current-buffer'.
14332
14333 2000-07-25 Gerd Moellmann <gerd@gnu.org>
14334
14335 * find-dired.el: Update copyright notice.
14336 (find-dired): Offer to kill a running `find'.
14337
14338 * enriched.el (enriched-face-ans): For a `foreground-color'
14339 property, return '(("x-color" COLOR))' so that COLOR will be
14340 output as a parameter of the x-color annotation. Likewise for the
14341 `background-color' property. In the case of normal face
14342 properties, don't return annotations for unspecified foreground
14343 and background face attributes.
14344
14345 2000-07-25 Kenichi Handa <handa@etl.go.jp>
14346
14347 * language/japan-util.el (japanese-katakana-region): Fix handling
14348 HANKAKU argument.
14349
14350 2000-07-25 Miles Bader <miles@gnu.org>
14351
14352 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14353 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14354 constrain-to-field.
14355
14356 2000-07-24 Andrew Innes <andrewi@gnu.org>
14357
14358 * timer.el (timer-activate-when-idle): Add optional parameter
14359 DONT-WAIT. Update docstring.
14360 (run-with-idle-timer): Specify extra parameter to
14361 timer-activate-when-idle, so that timer will be activated
14362 immediately if Emacs is already idle.
14363
14364 * w32-fns.el (w32-using-nt): Fix docstring.
14365
14366 2000-07-24 Dave Love <fx@gnu.org>
14367
14368 * mouse.el (popup-menu): Set last-command-event.
14369 (mouse-major-mode-menu-prefix): Declare.
14370
14371 2000-07-24 Gerd Moellmann <gerd@gnu.org>
14372
14373 * textmodes/flyspell.el: Update to author's version 1.5d.
14374
14375 * progmodes/hideshow.el: Update copyright notice.
14376
14377 * vcursor.el: Set maintainer to FSF, since author cannot
14378 be reached.
14379
14380 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14381
14382 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14383 the prompt.
14384
14385 * mouse.el (popup-menu): Run the keymap through indirect-function,
14386 in case it was defined with define-prefix-key. If the menu is a
14387 list of keymaps, look up the binding of user's choice in each one
14388 of the keymaps.
14389 (mouse-popup-menubar): If the global and local menu-bar keymaps
14390 don't have a prompt string, create one and insert it into the
14391 keymap. Don't barf if current-local-map returns nil.
14392
14393 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14394
14395 * dired.el (dired-sort-R-check): Added to allow recursive listing
14396 to be undone.
14397 (dired-sort-other): Use it.
14398
14399 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14400
14401 * Release of cc-mode 5.27
14402
14403 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14404
14405 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14406 c-beginning-of-statement-1 that caused a bad case of recursion
14407 which could consume a lot of CPU in large classes in languages
14408 that have in-expression classes (i.e. Java and Pike).
14409
14410 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14411 statements before top level constructs (i.e. case 6 is moved
14412 before case 5 and is now case 4) to catch in-expression
14413 classes in top level expressions correctly.
14414
14415 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14416
14417 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14418 objc-method-intro. Case 4 removed and case 5I added.
14419
14420 * cc-langs.el (c-append-paragraph-start): New variable used by
14421 c-common-init to get paragraph-start correct.
14422 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14423 initialize paragraph-start to make it correct both with and
14424 without the javadoc special case.
14425
14426 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14427 initialize paragraph-start for javadoc markup.
14428
14429 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14430 change by defaulting this to t. It's motivated by the
14431 confusing behavior that otherwise arise from the style system
14432 when editing both java and non-java files at the same time
14433 (see the comments about style setting in c-common-init).
14434
14435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14436
14437 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14438 similar to the one in c-fill-paragraph to check the fill
14439 prefix from the adaptive fill function for sanity.
14440
14441 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14442
14443 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14444 defun block.
14445
14446 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14447
14448 * cc-align.el (c-lineup-multi-inher): Handle lines with
14449 leading comma nicely. Extended to handle member initializers
14450 too.
14451
14452 * cc-engine.el: (c-beginning-of-inheritance-list,
14453 c-guess-basic-syntax): Fixed recognition of inheritance lists
14454 when the lines begins with a comma.
14455
14456 * cc-vars.el (c-offsets-alist): Changed default for
14457 member-init-cont to c-lineup-multi-inher since it now handles
14458 member initializers and indents better for leading commas.
14459
14460 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14461
14462 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14463 handling that caused class open lines to be recognized as
14464 statement-conts in some cases.
14465
14466 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14467 guessed by the adaptive fill function unless point is on the
14468 first line of a block comment.
14469
14470 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14471 when the buffer ends with a macro continuation char.
14472
14473 * cc-engine.el (c-guess-basic-syntax): Added support for
14474 function definitions as statements in Pike. The first
14475 statement in a lambda block is now labeled defun-block-intro
14476 instead of statement-block-intro.
14477
14478 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14479 so that the class surrounding point is selected, not the one
14480 innermost in the state.
14481
14482 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14483 recognition of switch labels having hanging multiline
14484 statements.
14485
14486 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14487 some code in c-guess-basic-syntax to a separate function.
14488 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14489 recognition of member inits with multiple line arglists.
14490 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14491 member-init-cont when the commas are in funny places.
14492
14493 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14494
14495 * cc-defs.el (c-auto-newline): Removed this macro since it's
14496 not used anymore.
14497
14498 * cc-engine.el (c-looking-at-bos): New helper function.
14499 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14500 inexpr and toplevel classes apart in Pike.
14501
14502 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14503 of case 9A.
14504
14505 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14506 constant, since "class" can introduce an in-expression class
14507 in Pike nowadays.
14508
14509 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14510
14511 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14512 indentation on cpp-macro lines.
14513
14514 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14515 a syntax modifier like comment-intro, to make it possible to
14516 get syntactic indentation for preprocessor directives. It's
14517 incompatible wrt to lineup functions on cpp-macro, but it has
14518 no observable effect in the 99.9% common case where cpp-macro
14519 is set to -1000.
14520
14521 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14522
14523 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14524 member-init-cont when the preceding arglist is several lines.
14525
14526 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14527
14528 * cc-styles.el (c-style-alist): The basic offset for the BSD
14529 style corrected to 8.
14530
14531 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14532
14533 * cc-styles.el (c-style-alist): Adjusted the indentation of
14534 brace list openers in the gnu style.
14535
14536 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14537
14538 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14539
14540 * cc-cmds.el (c-electric-brace, c-electric-slash,
14541 c-electric-star, c-electric-semi&comma, c-electric-colon,
14542 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14543 when c-syntactic-indentation is nil.
14544
14545 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14546 we were left at comments preceding the first statement when
14547 reaching the beginning of the buffer.
14548
14549 * cc-vars.el (c-syntactic-indentation): New variable to turn
14550 off all syntactic indentation.
14551
14552 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14553
14554 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14555 between the text and the block comment ender when it hangs,
14556 depending on how many there are before the fill.
14557
14558 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14559
14560 * cc-engine.el (c-beginning-of-closest-statement): New helper
14561 function to go back to the closest preceding statement start,
14562 which could be inside a conditional statement.
14563 * cc-engine.el (c-guess-basic-syntax): Use
14564 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14565
14566 * cc-engine.el (c-guess-basic-syntax): Better handling of
14567 arglist-intro, arglist-cont-nonempty and arglist-close when
14568 the arglist is nested inside parens. Cases 7A, 7C and 7F
14569 changed.
14570
14571 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14572 up-to-date with javadoc 1.2.
14573
14574 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14575
14576 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14577 multiline Pike type decls.
14578
14579 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14580
14581 * cc-cmds.el (c-indent-new-comment-line): Always break
14582 multiline comments in multiline mode, regardless of
14583 comment-multi-line.
14584
14585 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14586
14587 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14588 fully::qualified::names in C++ member init lists. Preamble in
14589 case 5D changed.
14590
14591 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14592
14593 * cc-langs.el (c-common-init): Handling of obsolete variables
14594 moved to c-initialize-cc-mode. More compatible style override
14595 when using global style variables.
14596 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14597 variables moved here.
14598
14599 * cc-styles.el (c-make-styles-buffer-local): Flag style
14600 variable localness in c-style-variables-are-local-p to make
14601 the compatibility measure in c-common-init work well.
14602
14603 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14604 longer contain set-from-style.
14605 * cc-styles.el (c-initialize-builtin-style): Don't check for
14606 set-from-style on c-special-indent-hook.
14607 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14608 copy-alist is sufficient now.
14609
14610 * cc-styles.el (c-set-style, c-set-style-1,
14611 c-get-style-variables): Fixes to variable initialization so
14612 that duplicate entries in styles have the same effect
14613 regardless of DONT-OVERRIDE.
14614
14615 * cc-styles.el (c-set-style-2): Fixed bug where the
14616 initialization of inheriting styles failed when the
14617 dont-override flag is set.
14618
14619 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14620 on this.
14621
14622 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14623
14624 * cc-defs.el (c-forward-comment): Removed the workaround
14625 introduced in 5.38 since it had worse side-effects. If a line
14626 contains the string "//\"", it regarded the // as a comment
14627 start since the \ temporarily doesn't have escape syntax.
14628
14629 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
14630
14631 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14632 ada-xref.el before ada-prj.el, so that the Project menu is created
14633 when ada-prj tries to add to it.
14634 (ada-activate-keys-for-case): Suppress the characters that are not
14635 part of the Ada syntax. Better compatibility with else-mode
14636 (ada-adjust-case-interactive): When auto-casing is not active,
14637 correctly insert newlines (used to insert only ^M). Prevent the
14638 syntax table from being changed in case of an error
14639 (or '_' becomes part of a word and some commands are confused).
14640 Do nothing if ada-auto-case is nil.
14641 (ada-after-keyword-p): Ignore keywords that are also attributes
14642 (ada-batch-reformat): Update usage comment
14643 (ada-call-from-contextual-menu): New function
14644 (ada-case-read-exceptions): Reinitialize the casing exception list
14645 first to nil first, so that the casing exception file can be
14646 shared.
14647 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14648 files.
14649 (ada-compile-goto-error): Fix regexp used to detect a file:line
14650 anywhere in the error message
14651 (ada-contextual-menu-last-point): New variable
14652 (ada-create-keymap): If the variable delete-key-deletes-forward is
14653 t on XEmacs, it means that DEL should delete one character
14654 forward.
14655 (ada-create-menu): Use :included instead of :visible for XEmacs.
14656 New submenu "Options".
14657 (ada-end-stmt-re): Correctly indent "select ... then abort"
14658 statements.
14659 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14660 even if they don't match ada-fill-comment-prefix Fix handling of
14661 paragraphs on the first or last line of a file.
14662 (ada-format-paramlist): Fix handling of default parameter values.
14663 (ada-get-body-name): New function.
14664 (ada-get-current-indent): Optimized by searchling directly for an
14665 existing generic part or a statement outside of it. Handle
14666 ada-indent-align-comments when indenting comments Replaced some
14667 regexps by testing directly the next character. This results in a
14668 huge speedup on some files. New indentation scheme for renames
14669 statements. Stop looking for the 'while' or 'for' associated with
14670 a 'loop' at the first semicolon encountered. A "return" can also
14671 match an anonymous access subprogram declaration.
14672 (ada-get-indent-noindent): Ignore strings and comments when
14673 looking for the keywords "record" and "private".
14674 (ada-goto-matching-decl-start): When matching "if", make sure we
14675 are not in fact seeing "end if". Ignore "when" statements except
14676 when initial keyword was "begin". Fix handling of nested
14677 procedures. Add a recursive call to this function to skip over
14678 other 'end' statmts. Fix indentation for "when .. => begin"
14679 (ada-in-open-paren-p): Fix indentation for complex boolean
14680 expressions, where 'and then', 'or else' and parenthesis
14681 statements are mixed up.
14682 (ada-in-paramlist-p): Skip comments while searching for the
14683 beginning Fix handling of operator declarations.
14684 (ada-indent-align-comments): New variable
14685 (ada-indent-current): Change the syntax table only in the
14686 protected section, so that we are sure it is restored correctly.
14687 (ada-indent-on-previous-lines): Use ada-use-indent and
14688 ada-with-indent Correctly indent "select ... then"
14689 (ada-indent-region): Slight speedup.
14690 (ada-indent-renames): New variable.
14691 (ada-last-which-function-subprog, ada-last-which-function-line):
14692 New variables
14693 (ada-looking-at-semi-private): Correctly indent the 'private'
14694 keyword when it is the first word in a package declaration.
14695 (ada-loose-case-word): Stop searching if at the end of the buffer.
14696 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14697 even if point is not initially at the end of the word.
14698 (ada-matching-decl-start-re): Add "when".
14699 (ada-mode): Add support for abbrev-mode, outline-mode and
14700 which-func-mode Override the old find-file.el entry in
14701 ff-special-constructs since it is using the obsolete
14702 ada-spec-suffix variable
14703 (ada-no-auto-case): New function
14704 (ada-scan-paramlist): When parsing the argument type, accept
14705 spaces (as in "X 'Class", generated by Rational Rose).
14706 (ada-other-file-name): No longer loads the other file.
14707 (ada-popup-menu): Save and restore the current buffer and cursor
14708 position before and after displaying the menu.
14709 (ada-search-ignore-complex-boolean): New function.
14710 (ada-uncomment-region): Emacs21 already knows how to delete
14711 comments not starting in the first column.
14712 (ada-use-indent): New variable
14713 (ada-which-function): New function.
14714 (ada-with-indent): New variable
14715 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14716 can be batch-compiled from the command line.
14717
14718 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14719 Add to the menu when the file is loaded, not in ada-mode-hook.
14720 Add -toolbar to the default ddd command Switches moved from
14721 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14722 ada-prj-default-comp-opt
14723 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14724 Reference Manual to the menu
14725 (ada-check-current): rewritten as a call to ada-compile-current
14726 (ada-compile): Removed.
14727 (ada-compile-application, ada-compile-current, ada-check-current):
14728 Set the compilation-search-path so that compile.el automatically
14729 finds the sources in src_dir. Automatic scrollong of the
14730 compilation buffer. C-uC-cC-c asks for confirmation before
14731 compiling
14732 (ada-compile-current): New parameter, prj-field
14733 (ada-complete-identifier): Load the .ali file before doing
14734 processing
14735 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14736 conform to gnatmake's behavior.
14737 (ada-find-file-in-dir): New function
14738 (ada-find-references): Set the environment variables for gnatfind
14739 (ada-find-src-file-in-dir): New function.
14740 (ada-first-non-nil): Removed
14741 (ada-gdb-application): Add support for jdb, the java debugger.
14742 (ada-get-ada-file-name): Load the original-file first if not done
14743 yet.
14744 (ada-get-all-references): Handles the new ali syntax (parent types
14745 are found between <>).
14746 (ada-initialize-runtime-library): New function
14747 (ada-mode-hook): Always load a project file when a file is opened,
14748 so that the casing exceptions are correctly read.
14749 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14750 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14751 to open the project file, since the latter does not work with
14752 speedbar Get default values before loading the prj file, or the
14753 default executable file name is wrong. Use the absolute value of
14754 src_dir to initialize ada-search-directories and
14755 compilation-search-path,... Add the standard runtime library to
14756 the search path for find-file.
14757 (ada-prj-default-debugger): Was missing an opening '{'
14758 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14759 variables.
14760 (ada-prj-default-gnatmake-opt): New variable
14761 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14762 buffers, the project file is the default one Save the windows
14763 configuration before displaying the menu.
14764 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14765 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14766 ...) regexp-quote identifiers names to support operators +,
14767 -,... in regexps.
14768 (ada-remote): New function.
14769 (ada-run-application): Erase the output buffer before starting the
14770 run Support remote execution of the application. Use
14771 call-process, or the arguments are incorrectly parsed
14772 (ada-set-default-project-file): Reread the content of the active
14773 project file, not the one from the current buffer When a project
14774 file is set as the default project, all directories are
14775 automatically associated with it.
14776 (ada-set-environment): New function
14777 (ada-treat-cmd-string): New special variable ${current}
14778 (ada-treat-cmd-string): Revised. The substitution is now done for
14779 any ${...} substring
14780 (ada-xref-current): If no body was found, compiles the spec
14781 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14782 compiler to get rid of command line length limitations.
14783 (ada-xref-get-project-field): New function
14784 (ada-xref-project-files): New variable
14785 (ada-xref-runtime-library-specs-path)
14786 (ada-xref-runtime-library-ali-path): New variables
14787 (ada-xref-set-default-prj-values): Default run command now does a
14788 cd to the build directory. New field: main_unit Provide a default
14789 file name even if the current buffer has no prj file.
14790
14791 * ada-prj.el:
14792 Rewritten to show a tabbed-dialog.
14793 (ada-prj-add-ada-menu): Remove the map and name parameters.
14794 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14795 New function
14796 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14797 (ada-prj-load-from-file): New function
14798 (ada-prj-save): Always save fields that depend on the current buffer
14799 (ada-prj-show-value): New function
14800
14801 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14802 Ada mode. This will allow us to display the Ada menu in any buffer
14803 we want (for project items).
14804 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14805 number of spaces in the header.
14806
14807 2000-07-24 Dave Love <fx@gnu.org>
14808
14809 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14810
14811 2000-07-23 Noah Friedman <friedman@splode.com>
14812
14813 * type-break.el (type-break): perform autosave.
14814 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
14815 (type-break-do-query): Cancel query schedule while performing
14816 actual query, to avoid possibility of a second query being made
14817 while first one is already in progress.
14818 (type-break-time-stamp-format): New variable.
14819 (type-break-time-stamp): New function.
14820 (type-break-time-warning): Use it.
14821 (type-break-keystroke-warning): Use it.
14822 (type-break-noninteractive-query): Use it.
14823
14824 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14825 cookie.
14826 Use add-minor-mode to set minor-mode-alist, if available.
14827 (eldoc-echo-area-use-multiline-p): New user option.
14828 (eldoc-echo-area-multiline-supported-p): New variable.
14829 (eldoc-docstring-format-sym-doc): Use them.
14830 (eldoc-mode): If not using idle timers, append to local post and
14831 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14832 (eldoc-display-message-no-interference-p): Don't interfere with
14833 edebug.
14834 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14835 (eldoc-function-arglist): New function.
14836 (eldoc-function-argstring): Use it.
14837
14838 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14839 auto save directory exists before calling directory-files.
14840
14841 2000-07-23 Dave Love <fx@gnu.org>
14842
14843 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14844 ^o, ^u.
14845
14846 2000-07-21 Dave Love <fx@gnu.org>
14847
14848 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14849 now passed to the function. It now works properly.
14850
14851 * smerge-mode.el (smerge-mode-menu): Fill it out.
14852
14853 2000-07-20 Gerd Moellmann <gerd@gnu.org>
14854
14855 * info-look.el (info-lookup): If *info* is shown in another frame
14856 on the same display, select that frame, instead of switching to
14857 the Info buffer in another window of the selected frame.
14858
14859 * simple.el (universal-argument-map): Bind numeric keypad keys
14860 kp-0 to kp-9 and kp-subtract.
14861 (digit-argument): Handle these keys.
14862
14863 2000-07-20 Dave Love <fx@gnu.org>
14864
14865 * net/goto-addr.el (goto-address-fontify): Don't bother with
14866 buffer-modified and read-only stuff -- irrelevant with overlays.
14867 Put an extra property on the overlays and use it to clean up in
14868 case goto-address is re-run.
14869
14870 2000-07-19 Richard M. Stallman <rms@gnu.org>
14871
14872 * timer.el (run-with-idle-timer): Doc fix.
14873
14874 * mail/mail-utils.el (mail-strip-quoted-names):
14875 Handle case where <...> appears inside "...".
14876 Use replace-match to edit the string more simply.
14877 (rmail-dont-reply-to): Cope with an unmatched ".
14878
14879 2000-07-19 Dave Love <fx@gnu.org>
14880
14881 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14882 implementation.
14883
14884 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14885 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14886 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14887
14888 2000-07-19 Gerd Moellmann <gerd@gnu.org>
14889
14890 * textmodes/refer.el: Correct maintainer's email address.
14891
14892 * progmodes/hideif.el: Correct author's email address.
14893 Fix typo in comment.
14894
14895 * xml.el: New file.
14896
14897 * mail/mailheader.el: Correct author's mail address.
14898
14899 * gnus/parse-time.el: Correct author's mail address.
14900
14901 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14902
14903 * comint.el (comint-highlight-input, comint-highlight-face):
14904 New user options.
14905 (comint-input-ring-file-name): Change custom type.
14906 (comint-mode-map): Bind mouse-2.
14907 (comint-insert-clicked-input): New function.
14908 (comint-send-input): Handle input highlighting.
14909
14910 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14911
14912 * mouse.el (popup-menu): New function.
14913 (mouse-major-mode-menu): Use it.
14914
14915 2000-07-18 Dave Love <fx@gnu.org>
14916
14917 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14918 improvements.
14919
14920 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14921
14922 * faces.el (face-font-selection-order)
14923 (face-font-family-alternatives): Add custom type.
14924
14925 2000-07-18 Dave Love <fx@gnu.org>
14926
14927 * cus-edit.el (custom-variable-reset-saved)
14928 (custom-variable-reset-standard): Remove unused bindings.
14929
14930 * rect.el (open-rectangle-line): Remove unused let.
14931
14932 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14933
14934 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14935
14936 * cdl.el: Fix `Maintainer' keyword.
14937
14938 * play/pong.el: Add author's email address.
14939
14940 2000-07-17 Sam Steingold <sds@gnu.org>
14941
14942 * files.el (insert-directory): Call `split-string' instead of
14943 re-implementing it.
14944
14945 2000-07-18 Gerd Moellmann <gerd@gnu.org>
14946
14947 * mail/vms-pmail.el: Change maintainer to FSF.
14948
14949 * net/goto-addr.el: Change maintainer to FSF.
14950
14951 * info.el (Info-title-face-alist): Removed.
14952
14953 2000-07-18 David Ponce <david@dponce.com>
14954
14955 * recentf.el (recentf-open-files): New command that works like
14956 `recentf-open-more-files', but shows the whole list of files (not just
14957 those omitted from the menu). Useful if you don't use a menu-bar!
14958 (recentf-open-more-files) Modified to use `recentf-open-files'.
14959
14960 (recentf-open-files, recentf-open-more-files)
14961 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14962
14963 (recentf-dialog-mode): New mode for dialogs. You can now just type
14964 "q" to cancel the dialogs.
14965
14966 2000-07-18 David Ponce <david@dponce.com>
14967
14968 * recentf.el: This is a major update of recentf.el. It adds new
14969 features to better organize the recentf menu and "More..." buffer.
14970
14971 Using new provided menu filtering functions you can now organize the
14972 recent files list:
14973
14974 - by major modes
14975 - by directories
14976 - by user defined rules
14977
14978 Finally, with the new `recentf-filter-changer' customizable filter you
14979 can define a ring of filters and dynamically (via the menu) cycle on
14980 each menu organization in the ring (a la msb).
14981
14982 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14983
14984 * eshell/eshell.el (eshell): Replace links to eshell.info with
14985 links to eshell, to avoid problems on systems where the manual is
14986 installed as `eshell'.
14987 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14988 * eshell/em-smart.el (eshell-smart): Ditto.
14989 * eshell/em-banner.el (eshell-banner): Ditto.
14990 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14991
14992 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14993 same-file check in the MS-DOS version (it does support inodes).
14994
14995 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14996
14997 * eshell/eshell.el (eshell-directory-name):
14998 Run default directory name through convert-standard-filename.
14999
15000 2000-07-18 Kenichi Handa <handa@etl.go.jp>
15001
15002 * international/mule-cmds.el (select-safe-coding-system):
15003 Fix typo in the comment.
15004
15005 * language/european.el (compound-text):
15006 Force katakana-jisx0201 to be designated to G1.
15007
15008 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
15009 Don't translate some national variant characters of latin-jisx0201.
15010 (x-ctext): Force katakana-jisx0201 to be designated to G1.
15011
15012 * international/kkc.el (kkc-after-update-conversion-functions):
15013 New variable.
15014 (kkc-update-conversion): Run functions in it at the tail.
15015
15016 2000-07-16 John Wiegley <johnw@gnu.org>
15017
15018 * lisp/align.el (align-newline-and-indent):
15019 Adding new function. for auto-aligning blocks of code on RET.
15020 (align-region): Fixed badly formatted minibuffer message.
15021
15022 2000-07-17 Kenichi Handa <handa@etl.go.jp>
15023
15024 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
15025 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
15026 the conversion list at first if appropriate.
15027 (kkc-next): Don't update kkc-next-count here.
15028 (kkc-prev): Don't update kkc-prev-count here.
15029 (kkc-show-conversion-list-update): Fix setting up of conversion
15030 list message.
15031
15032 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
15033
15034 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
15035
15036 2000-07-16 Dave Love <fx@gnu.org>
15037
15038 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
15039 function to be more specific.
15040
15041 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
15042 non-string help-echo.
15043 (widget-types-convert-widget): Defsubst it.
15044 (widget-echo-help): Try to cope with a help-echo function of two
15045 possible sorts.
15046
15047 2000-07-15 Jason Rumney <jasonr@gnu.org>
15048
15049 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
15050 Declare as obsolete.
15051
15052 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
15053
15054 2000-07-14 Gerd Moellmann <gerd@gnu.org>
15055
15056 * hilit-chg.el: Fix typo.
15057
15058 2000-07-14 Dave Love <fx@gnu.org>
15059
15060 * info.el (Info-mode-menu): Fix use of :help, :enable.
15061
15062 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
15063
15064 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
15065
15066 2000-07-13 Dave Love <fx@gnu.org>
15067
15068 * emacs-lisp/easymenu.el: Doc fixes.
15069 (easy-menu-remove): Defalias to ignore.
15070
15071 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
15072 Call throw correctly.
15073
15074 2000-07-13 Gerd Moellmann <gerd@gnu.org>
15075
15076 * faces.el (frame-background-mode): Doc fix.
15077
15078 * simple.el (eval-expression-print-length): Change custom type to
15079 allow entering nil as value.
15080
15081 2000-07-13 Dave Love <fx@gnu.org>
15082
15083 * progmodes/fortran.el (fortran-imenu-generic-expression):
15084 Change definition layout.
15085 (fortran-mode-menu): Reinstate customize entries.
15086
15087 * cus-edit.el (custom-group-menu-create, customize-menu-create):
15088 Use :filter, per old XEmacs code.
15089
15090 2000-07-12 Gerd Moellmann <gerd@gnu.org>
15091
15092 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
15093 event when deciding what to send to the terminal.
15094
15095 2000-07-12 Dave Love <fx@gnu.org>
15096
15097 * cus-start.el: Add optional version as 4th element of specs and
15098 use it for several things new in v21. Remove load-path. Fix type
15099 of line-number-display-limit.
15100
15101 2000-07-11 Dave Love <fx@gnu.org>
15102
15103 * progmodes/fortran.el: Don't require easymenu.
15104 Use repeat counts in various regexps.
15105 (fortran-mode-syntax-table): Defvar directly.
15106 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
15107 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
15108 Use defvar, not defconst.
15109 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
15110 (fortran-mode): Set fortran-comment-line-start-skip,
15111 fortran-comment-line-start-skip, dabbrev-case-fold-search.
15112 (fortran-comment-indent): Use defsubst.
15113 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
15114 Use fortran-comment-indent, not fortran-comment-indent-function.
15115 (fortran-comment-region, fortran-electric-line-number): Simplify.
15116 (fortran-auto-fill): New function.
15117 (fortran-do-auto-fill): Deleted.
15118 (fortran-find-comment-start-skip):
15119 Check for non-null comment-start-skip.
15120 (fortran-auto-fill-mode, fortran-fill-statement):
15121 Use fortran-auto-fill.
15122 (fortran-fill): Use fortran-auto-fill. Check for null
15123 comment-start-skip. Simplify final clause and use end-of-line finally.
15124
15125 * widget.el (widget-plist-member): New alias.
15126
15127 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
15128
15129 * eshell/esh-module.el (toplevel): Reference
15130 byte-compile-current-file only if it is bound.
15131
15132 2000-07-10 Gerd Moellmann <gerd@gnu.org>
15133
15134 * dired.el: Don't require `dired-aux'.
15135
15136 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
15137
15138 * dired-aux.el (dired-show-file-type): New function.
15139 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
15140 (dired-show-file-type): Add autoload.
15141
15142 2000-07-10 Kenichi Handa <handa@etl.go.jp>
15143
15144 * international/mule-diag.el (describe-font): Adjusted for the
15145 change of fontset-info.
15146 (print-fontset): Likewise.
15147
15148 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
15149
15150 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
15151
15152 2000-07-07 Gerd Moellmann <gerd@gnu.org>
15153
15154 * bindings.el: Bind `[delete]' to delete-char.
15155
15156 * dired.el (dired-find-alternate-file): New function.
15157 (dired-mode-map): Bind `a' to dired-find-alternate-file.
15158 (toplevel): Require dired-aux when compiling.
15159 (dired-buffers): Move defvar within file to avoid compiler warning.
15160
15161 * info.el (Info-last-search): Variable removed.
15162 (Info-search-history): New variable.
15163 (Info-search): New Info-search-history.
15164
15165 * battery.el, info-look.el: Change author's mail address.
15166
15167 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15168
15169 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15170 if rmail-ignored-headers is nil.
15171 (rmail-retry-failure): Bind rmail-ignored-headers and
15172 rmail-displayed-headers to nil.
15173
15174 2000-07-06 Gerd Moellmann <gerd@gnu.org>
15175
15176 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15177 (print-region-1): Don't hard code `-h' here.
15178
15179 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15180
15181 2000-07-01 Francesco Potorti` <pot@gnu.org>
15182
15183 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15184 exim can use "your message" instead of "the message".
15185
15186 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15187
15188 * facemenu.el: Docstrings fixes.
15189 (facemenu-get-face): Don't use internal-find-face.
15190 (facemenu-iterate): Rename arg to match the docstring.
15191
15192 * newcomment.el (uncomment-region): Be more careful when skipping
15193 backwards over `=' not to bump into BOBP.
15194
15195 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15196
15197 * ediff-diff.el (ediff-wordify): Use syntax table.
15198 * ediff-init.el (ediff-has-face-support-p): Use
15199 ediff-color-display-p.
15200 (ediff-color-display-p): Use display-color-p, changed to defun
15201 from defsubst.
15202 Got rid of special cases for NeXT and OS/2.
15203 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15204 face.
15205
15206 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15207
15208 * emacs-lisp/lucid.el: Require CL.
15209 (copy-tree, remprop): Remove, it's provided by CL.
15210 (map-keymap): Define in terms of cl-map-keymap.
15211 (extent-property, set-extent-end-glyph): New functions.
15212
15213 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15214
15215 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15216
15217 * Makefile.in (DONTCOMPILE): Add comment that the name may
15218 not be changed without changing the make-dist script.
15219
15220 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15221 (cl-mapc): Use mapc instead of cl-old-mapc.
15222
15223 2000-07-05 Andrew Innes <andrewi@gnu.org>
15224
15225 * makefile.nt: Add support for `bootstrap' and related targets.
15226
15227 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15228
15229 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15230 (easy-menu-do-define): Use `menu-item' format.
15231 Handle case where easy-menu-create-menu returns a symbol.
15232 Manually call the potential top-level filter in the function binding.
15233 (easy-menu-filter-return): New arg NAME.
15234 Convert to a keymap if MENU is an XEmacs menu.
15235 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15236 (easy-menu-converted-items-table, easy-menu-convert-item):
15237 New var and fun to memoize easy-menu-convert-item-1.
15238 (easy-menu-do-add-item): Use it.
15239 (easy-menu-create-menu): Use easy-menu-convert-item.
15240 Wrap easy-menu-filter-return around any :filter specification.
15241 Don't convert the menu if a filter was specified.
15242 Tell easy-menu-make-symbol not to check for MENU being an expression.
15243 (easy-menu-make-symbol): New arg NOEXP.
15244
15245 2000-07-05 Gerd Moellmann <gerd@gnu.org>
15246
15247 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15248 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15249 (eval-defun): If called with prefix arg, instrument code for
15250 Edebug.
15251
15252 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15253 similar to that of eval-defun.
15254
15255 2000-07-04 Dave Love <fx@gnu.org>
15256
15257 * hl-line.el (hl-line-overlay): Make it permanent-local.
15258
15259 * calendar/todo-mode.el: Replaced with a working version, based on
15260 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15261
15262 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15263
15264 * paths.el (prune-directory-list): New function.
15265 (Info-default-directory-list): Rewritten to more methodically
15266 enumerate a big list of possible info directories (based on the
15267 list used by the standalone info reader).
15268
15269 * info.el (info-initialize): Use prune-directory-list to remove
15270 non-existent directories from Info-directory-list.
15271
15272 * paths.el (Info-default-directory-list): Try a list of possible
15273 info-directories instead of a single one. Add the possible
15274 info directory "/usr/share/info".
15275
15276 * woman.el (woman-man.conf-path): Explicitly include the debian
15277 man-db config file "/etc/manpath.config".
15278 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15279 are present in `manpath.config'.
15280 (woman-manpath): Include "/usr/share/man".
15281
15282 2000-07-03 Gerd Moellmann <gerd@gnu.org>
15283
15284 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15285
15286 * startup.el (command-line): Initialize blink-cursor based
15287 on window-system.
15288
15289 * frame.el (blink-cursor): Default to nil if not running under
15290 a window-system.
15291
15292 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15293 (face-x-resources): Remove duplicate entry for :font.
15294
15295 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15296 instead of cycling through windows with next-window.
15297
15298 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15299 of cycling through windows with next-window.
15300
15301 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15302 of cycling through windows with next-window.
15303
15304 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15305 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15306 instead of cycling through windows with next-window.
15307
15308 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15309 instead of cycling through windows with next-window.
15310
15311 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15312 of cycling through windows with next-window.
15313
15314 * terminal.el (te-process-output): Use walk-windows instead of
15315 cycling through windows with next-window.
15316
15317 * server.el (server-switch-buffer): Use some-window instead of
15318 cycling through windows with next-window.
15319
15320 * window.el (some-window): New function.
15321 (walk-windows): Remove reference to walk-windows-start.
15322
15323 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15324
15325 2000-07-03 Richard Stallman <rms@gnu.org>
15326
15327 * window.el (walk-windows): Guarantee termination by keeping a list
15328 of all the windows already handled.
15329
15330 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15331
15332 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15333 window-system.
15334
15335 * man.el (Man-notify-when-ready): Don't use window-system. If
15336 Man-notify-method is newframe, and the display is not
15337 multi-frame, select the frame created for the man page.
15338 (Man-init-defvars): Doc fix.
15339
15340 2000-06-28 Gerd Moellmann <gerd@gnu.org>
15341
15342 * faces.el (region): Change background color for light background.
15343
15344 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15345 attribute from mode-line face of Ediff control frame.
15346
15347 * replace.el (query-replace-map): Bind `e' like `E'.
15348
15349 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15350
15351 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15352 Change name to "Select All".
15353
15354 * dos-fns.el (convert-standard-filename): Fix last change.
15355
15356 2000-06-27 Gerd Moellmann <gerd@gnu.org>
15357
15358 * help.el (describe-variable): Don't insert a second `'s' in front
15359 of the string `value is shown below'. Since the syntax-table is
15360 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15361 an existing `'s', so that this won't be deleted.
15362
15363 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15364 * pcmpl-unix.el: New files.
15365
15366 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15367
15368 * wid-edit.el (widget-member): Use the new plist-member.
15369
15370 2000-06-26 Gerd Moellmann <gerd@gnu.org>
15371
15372 * replace.el (perform-replace): Undo change of 2000-04-04.
15373 Instead, move backward 1 character at the end of the loop when
15374 necessary.
15375
15376 * faces.el (fringe): Change face for different backgrounds.
15377
15378 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15379 patch from John.
15380
15381 * eshell/*.el: Change spelling of the Free Software Foundation.
15382
15383 * eshell/esh-toggle.el: Removed.
15384
15385 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15386
15387 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15388 interactively.
15389
15390 2000-06-26 Alex Schroeder <alex@gnu.org>
15391
15392 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15393 `define-key'; instead of checking `(emacs-version)' check for
15394 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15395 for `;' and `o' which might be electric.
15396
15397 (sql-electric-stuff): New user option.
15398 (sql-magic-go): New function which uses `sql-electric-stuff'.
15399 (sql-magic-semicolon): New function which uses
15400 `sql-electric-stuff'.
15401
15402 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15403 is not fboundp.
15404
15405 (sql-oracle-options): New variable.
15406 (sql-oracle): Use it.
15407
15408 (sql-imenu-generic-expression): Doc change.
15409 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15410 is used.
15411
15412 (sql-informix): Added command line parameter "-" to force
15413 sql-informix-program to use stdout.
15414
15415 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15416
15417 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15418 (cp864-decode-table): Doc fix.
15419 (cp720-decode-table): New variable, supports the Arabic OEM
15420 codepage used by Windows.
15421 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15422
15423 2000-06-23 Dave Love <fx@gnu.org>
15424
15425 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15426 (font-lock-fontify-anchored-keywords): Use
15427 line-beginning-position.
15428 (global-font-lock-mode): Use mapc.
15429
15430 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15431
15432 * eshell/esh-module.el: Require CL when compiling.
15433
15434 2000-06-23 Gerd Moellmann <gerd@gnu.org>
15435
15436 * comint.el (comint-substitute-in-file-name): Call replace-match
15437 with second and third arg t.
15438
15439 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15440 Specify foreground color.
15441
15442 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15443 color.
15444
15445 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15446
15447 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15448 cddr instead of cdddr.
15449
15450 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15451 instead of copy-list.
15452
15453 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15454 of copy-list.
15455
15456 * subdirs.el: Add eshell subdirectory.
15457
15458 * eshell: New subdirectory containing the Eshell package.
15459
15460 * pcomplete.el: New file.
15461
15462 2000-06-23 Paul Eggert <eggert@twinsun.com>
15463
15464 * mail/mailpost.el (post-mail-send-it): Make sure file has
15465 proper permissions from birth.
15466
15467 * files.el (basic-save-buffer-2): When temporarily setting
15468 file modes, set them to current modes plus 0200, not to 0777.
15469
15470 * emerge.el (emerge-make-temp-file): Make sure file has proper
15471 permissions from birth.
15472
15473 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15474
15475 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15476 backup file name through convert-standard-filename.
15477
15478 * dos-fns.el (convert-standard-filename): Convert leading
15479 directories as well. When long file names are supported, convert
15480 characters that are invalid in Windows file names.
15481
15482 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15483
15484 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15485 ps-print crashes. New feature: page selection for printing. Create
15486 raw-text-unix coding system for XEmacs. Doc fix.
15487 (ps-print-version): New version number (5.2.3).
15488 (ps-plot-region): Bug fix.
15489 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15490 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15491 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15492 funs.
15493 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15494 (ps-last-page): New vars.
15495
15496 2000-06-21 Gerd Moellmann <gerd@gnu.org>
15497
15498 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15499 empty option string.
15500
15501 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15502
15503 * man.el (man): Doc fix.
15504
15505 2000-06-21 Kenichi Handa <handa@etl.go.jp>
15506
15507 * international/mule-cmds.el (set-language-info-alist): Docstring
15508 fixed.
15509
15510 2000-06-20 Gerd Moellmann <gerd@gnu.org>
15511
15512 * version.el (emacs-version): Use ISO date format.
15513
15514 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15515 instead of `M-backspace'.
15516
15517 * simple.el (turn-off-auto-fill): New function.
15518
15519 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15520
15521 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15522 Renamed from with-buffer-prepared-for-font-lock and use
15523 inhibit-modification-hooks rather than setting *-change-functions.
15524 Update all functions to use the new name.
15525 (jit-lock-first-unfontify-pos): New semantics (and doc).
15526 (jit-lock-mode): Make non-interactive.
15527 Don't automatically turn on font-lock.
15528 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15529 Always use jit-lock-after-change.
15530 Remove and restore font-lock-after-change-function.
15531 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15532 (jit-lock-after-unfontify-buffer): Remove.
15533 (jit-lock-stealth-fontify):
15534 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15535 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15536
15537 2000-06-20 Sam Steingold <sds@gnu.org>
15538
15539 * emacs-lisp/cl-indent.el (toplevel): Indent
15540 `print-unreadable-object' properly. Untabify.
15541
15542 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15543
15544 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15545 Support for bibentry.
15546 (reftex-compile-variables): Fixed problem with end of section-re.
15547
15548 * texmodes/reftex-dcr.el (reftex-view-crossref,
15549 reftex-view-crossref-from-bibtex):
15550 Deal with changed `reftex-find-citation-regexp-format'.
15551 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15552 Replaced `remprop' with `put'.
15553 (reftex-view-crossref, reftex-view-crossref-when-idle):
15554 Support for bibentry.
15555
15556 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15557 New entry for bibentry package.
15558
15559 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15560 Regexp also matches "\nobibliography".
15561
15562 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15563 Call `reftex-ensure-write-access' before doing anything.
15564 (reftex-ensure-write-access): New function.
15565
15566 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15567
15568 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15569
15570 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15571
15572 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15573
15574 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15575
15576
15577 2000-06-20 Dave Love <fx@gnu.org>
15578
15579 * faces.el (frame-background-mode): Use set-default, not set, in
15580 setter.
15581 (frame-update-faces, frame-update-face-colors): Define with
15582 defalias.
15583
15584 * enriched.el (enriched-decode-foreground)
15585 (enriched-decode-background): Don't use internal-find-face.
15586
15587 * apropos.el: Doc fixes.
15588
15589 * cus-edit.el (customize-changed-options): Check arg.
15590 (customize-version-lessp): Don't require decimal point.
15591
15592 * custom.el (defcustom, defgroup): Doc fix.
15593
15594 * newcomment.el (comment) <defgroup>: Add :version.
15595 (comment-multi-line): Doc fix.
15596
15597 * emulation/mlsupport.el (define-hooked-local-abbrev,
15598 define-hooked-global-abbrev): Fix, using define-abbrev.
15599
15600 2000-06-19 Gerd Moellmann <gerd@gnu.org>
15601
15602 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15603 the whole buffer.
15604
15605 2000-06-19 Dave Love <fx@gnu.org>
15606
15607 * menu-bar.el (menu-bar-options-save): New function.
15608 (menu-bar-options-menu): Use it.
15609 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15610 Simplify.
15611
15612 2000-06-19 Andreas Schwab <schwab@suse.de>
15613
15614 * progmodes/etags.el (tags-query-replace): Put new parameters
15615 START and END at the end, for backward compatibility.
15616
15617 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15618
15619 * international/codepage.el:
15620 (cp-coding-system-for-codepage-1): Delete special codes for
15621 generating xxx-dos coding system because now a CCL based coding
15622 system can handle EOL conversion by default.
15623
15624 * international/mule.el (make-coding-system): Generate subsidiary
15625 coding systems for EOL handling variants even for a CCL based
15626 coding system.
15627
15628 2000-06-19 Kenichi Handa <handa@etl.go.jp>
15629
15630 * international/isearch-x.el (isearch-minibuffer-input-method)
15631 (isearch-minibuffer-input-method-function): These variables
15632 deleted.
15633 (isearch-with-input-method): Don't use the above variables.
15634 (isearch-process-search-multibyte-characters): Likewise. Call
15635 read-string with the arg INHERIT-INPUT-METHOD t.
15636
15637 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15638
15639 * font-lock.el (font-lock-after-fontify-buffer)
15640 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15641
15642 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15643 Use consistent make-local-variable style for font-lock-fontified.
15644 (jit-lock-fontify-buffer):
15645 Don't bother checking for font-lock-mode and jit-lock-mode.
15646
15647 * time.el: Remove trailing ^M that prevent CVS-merging.
15648
15649 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15650
15651 * Makefile.in (distclean): New target.
15652
15653 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15654
15655 * Makefile.in (srcdir): Define for update-subdirs.
15656
15657 2000-06-16 Gerd Moellmann <gerd@gnu.org>
15658
15659 * find-lisp.el: New file.
15660
15661 2000-06-16 Andrew Innes <andrewi@gnu.org>
15662
15663 * time.el (display-time-mail-function): New variable, to allow
15664 external packages to indicate when new mail is available.
15665 (display-time-update): Use it.
15666
15667 2000-06-16 Kenichi Handa <handa@etl.go.jp>
15668
15669 * international/mule.el (mule-version): Change version name to
15670 SAKAKI. AOI has already been used by Meadow.
15671
15672 * international/quail.el (quail-show-guidance-buf): To find the
15673 bottom window (but minibuffer), pay attention to the height of
15674 minibuffer.
15675
15676 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15677
15678 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15679 menu-bar menus. Add help strings. Don't remove the Edit menu
15680 from the menu bar, as the menu bar has enough space now.
15681
15682 * Makefile.in (SHELL): Make sure /bin/sh is used.
15683
15684 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15685 characters, which use series of two ^H characters instead of one.
15686
15687 2000-06-15 Gerd Moellmann <gerd@gnu.org>
15688
15689 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15690 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15691 functions.
15692 (Info-find-node-2): Try a case-sensitive search first, then
15693 do a case-insensitive search.
15694
15695 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15696 tutorials.
15697
15698 * complete.el (PC-env-vars-alist): New variable.
15699 (PC-complete-as-file-name): New function.
15700 (partial-completion-mode): Initialize PC-env-vars-alist from
15701 process-environment.
15702 (PC-do-completion): Handle completion of env vars.
15703
15704 * info.el (Info-set-mode-line): Show file name in mode line,
15705 use `*Info*' instead of `Info:'.
15706
15707 * startup.el (command-line-1): Change copyright messages to year
15708 2000.
15709
15710 2000-06-15 Dave Love <fx@gnu.org>
15711
15712 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15713 not local-map.
15714
15715 2000-06-15 Kenichi Handa <handa@etl.go.jp>
15716
15717 * international/mule.el (set-buffer-file-coding-system): Almost
15718 rewritten to handle `undecided' as no-op.
15719
15720 2000-06-14 Gerd Moellmann <gerd@gnu.org>
15721
15722 * Makefile.in: New file.
15723
15724 * Makefile: Removed.
15725
15726 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15727 (goto-address-highlight-keymap): Bind C-c RET.
15728
15729 2000-06-14 Kenichi Handa <handa@etl.go.jp>
15730
15731 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15732 inherits buffer-file-coding-system of the current buffer.
15733
15734 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15735 0. Give correct argument to set-auto-coding-function.
15736 (tar-expunge): For goto-char, use (point-min), not 0.
15737 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15738 (tar-subfile-save-buffer): Likewize.
15739
15740 * international/mule.el
15741 (after-insert-file-set-buffer-file-coding-system): Call
15742 set-buffer-file-coding-system with the arg FORCE t.
15743
15744 2000-06-13 Gerd Moellmann <gerd@gnu.org>
15745
15746 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15747 nil. Contemporary sendmails issue an X-Authentication-Warning if
15748 the sender is set with `-f'.
15749
15750 2000-06-13 Dave Love <fx@gnu.org>
15751
15752 * help.el (describe-function-1): Kluge around cases of functions
15753 fset to subrs whose doc doesn't match their symbol-name.
15754
15755 * image.el (insert-image): Default STRING to a space.
15756
15757 * info.el Doc fixes.
15758 (Info-build-node-completions): Match Ref tags.
15759
15760 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15761
15762 * frame.el (display-multi-frame-p, display-multi-font-p): New
15763 defaliases for display-graphic-p.
15764
15765 * hl-line.el: Fixed a typo in commentary.
15766
15767 2000-06-13 Kenichi Handa <handa@etl.go.jp>
15768
15769 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15770 fixed.
15771
15772 2000-06-12 Dave Love <fx@gnu.org>
15773
15774 * image.el (insert-image): Save a little consing.
15775
15776 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15777
15778 * language/tibet-util.el: Convert all tibetan-1-column characters
15779 to the corresponding tibetan characters.
15780 (tibetan-add-components): Delete code for the special treatment of
15781 'a chung.
15782
15783 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15784 change.
15785 (tibetan-vowel-transcription-alist): More rules added.
15786 (tibetan-composite-vowel-alist): New variable.
15787 (tibetan-precomposition-rule-alist): More rules added.
15788
15789 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15790
15791 * startup.el (command-line): Only call menu-bar-mode if interactive.
15792
15793 * thingatpt.el (toplevel symbol-properties):
15794 * textmodes/makeinfo.el (makeinfo-compile):
15795 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15796 * progmodes/hideif.el (hif-compress-define-list)
15797 (hide-ifdef-use-define-alist):
15798 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15799 (ange-ftp-vms-add-file-entry):
15800 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15801 * man.el (Man-build-man-command):
15802 * mail/rnewspost.el (news-reply-header-hook):
15803 * info.el (Info-insert-dir):
15804 * emulation/mlconvert.el (backward-word, forward-word, setq):
15805 * emacs-lisp/gulp.el (gulp-send-requests):
15806 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15807 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15808 (byte-optimize-apply, end of file):
15809 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15810 (ad-make-freeze-definition):
15811 * startup.el (command-line, command-line-1): Don't quote lambdas.
15812
15813 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15814 (cvs-cleanup-removed): New function.
15815 (cvs-cleanup-functions): New var.
15816 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15817 some flexibility in specifying additional entries to auto-cleanup.
15818 (cvs-quickdir): New function.
15819 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15820 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15821 (cvs-mode-find-file): Check that we are on a filename or dirname
15822 when invoked through a mouse-click.
15823 (cvs-full-path): Remove.
15824 (cvs-dired-action): Re-introduced.
15825 (cvs-dired-noselect): Use it.
15826 (vc-post-command-functions): use this new hook if available.
15827
15828 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15829 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15830 (cvs-filename-map, cvs-dirname-map): Remove.
15831 (cvs-default-action): Remove.
15832 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15833 if the arg is really a keymap.
15834 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15835 Don't hardcode the mapping from state (aka type) to face, but check
15836 the var cvs-fi-<type>-face instead.
15837 (cvs-fileinfo-from-entries): New function.
15838
15839 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15840 Docstring fix.
15841 (cvs-find-file-and-jump): Change default to be safer.
15842 (cvs-mode-diff-map): Define it as a function as well.
15843 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15844 Bind mouse-2 in this global map rather than with text-properties.
15845
15846 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15847 file to resolve the ambiguity between C(conflict) and C(need-merge).
15848
15849 2000-06-12 Kenichi Handa <handa@etl.go.jp>
15850
15851 * international/mule.el (set-buffer-file-coding-system): If
15852 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15853 unconditionally.
15854
15855 2000-06-12 Dave Love <fx@gnu.org>
15856
15857 * wid-edit.el (widget-specify-button): Really suppress the face if
15858 required.
15859
15860 2000-06-11 Gerd Moellmann <gerd@gnu.org>
15861
15862 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15863
15864 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15865
15866 * imenu.el (imenu-generic-expression): Docstring fix.
15867
15868 * composite.el (composition-function-table): Move the `put'
15869 below the autoload cookie so we can load the file before loaddefs.
15870
15871 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15872
15873 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15874 Handle easy-mmode-define-global-mode.
15875 For complex macros like define-minor-mode that can generate
15876 several autoload entries, try to autoload entries in the
15877 macroexpanded code.
15878
15879 * emacs-lisp/easy-mmode.el (define-minor-mode):
15880 If KEYMAP is a symbol, just use it.
15881 Use byte-compile-current-file and load-file-name to infer the
15882 proper :require to pass to defcustom.
15883 Wrap the hook var into `progn' so as not to autoload it.
15884 Add a :autoload-end cookie.
15885 Be more careful about the evaluation of KEYMAP.
15886 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15887 (define-derived-mode): Move define-abbrev-table outside of defvar.
15888
15889 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15890
15891 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15892 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15893 (backup-compiled-files): Ignore errors during `tar'.
15894 (bootstrap): Make autoloads before elc files.
15895
15896 2000-06-10 Kenichi Handa <handa@etl.go.jp>
15897
15898 * international/mule.el (set-buffer-file-coding-system): If one of
15899 undecided-XXX is specified, change only EOL conversion.
15900
15901 * international/mule-conf.el (unix): New alias for the coding
15902 system undecided-unix.
15903
15904 2000-06-09 Dave Love <fx@gnu.org>
15905
15906 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15907
15908 * progmodes/executable.el: Byte compile dynamic.
15909 (executable-insert): Change custom type.
15910 (executable-find): Add autoload cookie.
15911 (executable-make-buffer-file-executable-if-script-p): New
15912 function. After Noah Friedman.
15913
15914 * files.el (after-save-hook): Customize, with
15915 executable-make-buffer-file-executable-if-script-p as an option.
15916
15917 2000-06-09 Kenichi Handa <handa@etl.go.jp>
15918
15919 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15920 "tib24p-mule.bdf" for Tibetan.
15921
15922 * composite.el (decompose-composite-char): Declare it as obsolete.
15923
15924 * man.el (Man-fontify-manpage): Pay attention to underline and
15925 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15926
15927 2000-06-08 Gerd Moellmann <gerd@gnu.org>
15928
15929 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15930 Set maintainer to FSF since author isn't reachable.
15931
15932 2000-06-08 Dave Love <fx@gnu.org>
15933
15934 * international/mule-cmds.el (select-safe-coding-system): If
15935 DEFAULT-CODING-SYSTEM is not specified, also check the most
15936 preferred coding-system if buffer-file-coding-system is
15937 `undecided'. From Handa.
15938
15939 2000-06-08 Kenichi Handa <handa@etl.go.jp>
15940
15941 * international/mule.el
15942 (after-insert-file-set-buffer-file-coding-system): If the buffer
15943 size is greater than INSERTED, judget that we are not visiting.
15944
15945 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15946
15947 * whitespace.el (defgroup whitespace): Comment out `:version'.
15948 XEmacs 20.4 has problems defining the group with this present.
15949 We'll have this commented out till get resolve the problem.
15950
15951 2000-06-07 John Wiegley <johnw@gnu.org>
15952
15953 * align.el (align-dq-string-modes, align-sq-string-modes)
15954 (align-open-comment-modes): Add pyhton-mode.
15955 (align-rules-list): Use get-text-property instead of
15956 text-properties-at.
15957 (align-rules-list): Add python-assignment.
15958 (align-rules-list): Change perl-comma-delimiter to
15959 basic-comma-delimiter. Use if for Perl modes and python-mode.
15960 (align-rules-list): Add python-chain-logic and
15961 basic-line-continuation.
15962
15963 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15964
15965 * apropos.el (apropos-mode-hook): New user variable.
15966 (apropos-mode): Run apropos-mode-hook.
15967
15968 2000-06-07 David Ponce <david@dponce.com>
15969
15970 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15971 commands. Require `wid-edit' at run-time.
15972
15973 2000-06-07 David Ponce <david@dponce.com>
15974
15975 * recentf.el: Added some "Commentary".
15976 (recentf-open-more-files, recentf-edit-list): Minor changes to
15977 move the point at the top of the file list. This behaviour is
15978 consistent with the menu one when the list contains a lot of
15979 files.
15980 (recentf-cleanup): Now displays the number of items removed from
15981 the list.
15982 (recentf-relative-filter) New menu filter to show filenames
15983 relative to `default-directory'.
15984
15985 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15986
15987 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15988 with/without giving an error if PostScript printer doesn't have this
15989 kind of page size. Zebra Stripe continues or restarts on next page.
15990 Manual/automatic paper feeding. Switch or not the header.
15991 (ps-print-version): New version number (5.2.2).
15992 (ps-windows-system): Include emx as a Windows system.
15993 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15994 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15995 (ps-background-text): Code fix.
15996 (ps-error-handler-message, ps-user-defined-prologue)
15997 (ps-print-prologue-header, ps-printer-name)
15998 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15999 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
16000 (ps-use-face-background): Customization fix.
16001 (ps-n-up-database): Data fix.
16002 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
16003 (ps-switch-header): New vars.
16004 (ps-xemacs-color-name, ps-face-foreground-name)
16005 (ps-face-background-name, ps-boolean-constant): New funs.
16006
16007 2000-06-07 Dave Love <fx@gnu.org>
16008
16009 * allout.el: New version from Manheimer.
16010
16011 2000-06-07 Kenichi Handa <handa@etl.go.jp>
16012
16013 * textmodes/fill.el (fill-find-break-point): Check the validity of
16014 charset.
16015
16016 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16017
16018 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16019 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16020 Call display-color-p and display-mouse-p instead of looking at
16021 window-system.
16022
16023 2000-06-06 Dave Love <fx@gnu.org>
16024
16025 * image.el (find-image): Doc fix. Return nil if image not found.
16026 (put-image, insert-image): Make STRING arg optional.
16027
16028 2000-06-06 Kenichi Handa <handa@etl.go.jp>
16029
16030 * language/vietnamese.el: Remove eval-when-compile.
16031 (viet-viscii-nonascii-translation-table): Define it as a
16032 translation table made from viet-viscii-decode-table.
16033 (viet-viscii-encode-table): Define it as a translation table made
16034 from the reverse map of above.
16035 (viet-vscii-nonascii-translation-table): Define it as a
16036 translation table made from viet-vscii-decode-table.
16037 (viet-vscii-encode-table): Define it as a translation table made
16038 from the reverse map of above.
16039 (ccl-decode-viscii): Use translate-character.
16040 (ccl-encode-viscii, ccl-encode-viscii-font)
16041 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
16042 Likewize.
16043
16044 * language/cyrillic.el: Remove eval-when-compile.
16045 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
16046 translation table made from cyrillic-koi8-r-decode-table.
16047 (cyrillic-koi8-r-encode-table): Define it as a translation table
16048 made from the reverse map of above.
16049 (ccl-decode-koi8): Use translate-character.
16050 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
16051 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
16052 a translation table made from cyrillic-alternativnyj-decode-table.
16053 (cyrillic-alternativnyj-encode-table): Define it as a translation
16054 table made from the reverse map of above.
16055 (ccl-decode-alternativnyj): Use translate-character.
16056 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
16057 Likewize
16058
16059 * international/mule-diag.el (non-iso-charset-alist): Specify
16060 translation table symbol instead of translation table itself.
16061 (list-block-of-chars): CHARSET may be a translation table symbol.
16062
16063 * international/mule.el (make-coding-system): If CODING-SYSTEM
16064 already exists, override it.
16065
16066 * international/fontset.el: Use family `proportional' for Tibetan
16067 fonts.
16068
16069 * international/ccl.el (ccl-compile-translate-character): Don't
16070 check if Rrr has property translation-table.
16071 (ccl-compile-map-multiple): Modified to avoid compiler warning.
16072
16073 2000-06-05 Gerd Moellmann <gerd@gnu.org>
16074
16075 * info.el: Bind case-fold-search to t when searching in case
16076 a user sets it to nil in a hook.
16077
16078 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
16079
16080 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16081 * hl-line.el (hl-line-mode): Use the new :global key argument.
16082
16083 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
16084 (tar-clip-time-string): Prepend a space.
16085 (tar-grind-file-mode): Construct a string rather than modifying one.
16086 (tar-header-block-summarize): Fix docstring.
16087 Use `format' rather than an error-prone set of copy-loops.
16088
16089 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
16090 (diff-goto-source, diff-unified->context, diff-context->unified)
16091 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
16092 understand the format output by the `-p' argument to diff.
16093
16094 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
16095 (sh-re-done): Use defconst.
16096 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
16097 (sh-help-string-for-variable, sh-guess-basic-offset):
16098 Don't quote lambdas.
16099 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
16100 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
16101
16102 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
16103 (mh-letter-mode): Derive from text-mode.
16104 This implicitly means that it now calls kill-all-local-variables.
16105 Also remove the Emacs-18 compatibility code.
16106
16107 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
16108 Make use of symbol-property doc-string-elt.
16109 Use memq rather than a sequence of eq.
16110 (doc-string-elt): Fix the wrong or missing previously unused values.
16111 (autoload-print-form): New function extracted from
16112 generate-file-autoloads to allow recursion when handling progn
16113 so that defvar's and defun's docstrings are properly printed.
16114 (generate-file-autoloads): Use it.
16115
16116 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
16117 Use find-file-hooks in the minor-mode function.
16118 Be careful not to loop indefinitely in the post-command-hook function.
16119
16120 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
16121
16122 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
16123 tty's.
16124 * ediff-diff.el (ediff-exec-process): Use --binary for fine
16125 differences whenever appropriate.
16126 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
16127 * viper.el (find-file, find-file-other-window): Get viper to do
16128 wildcards.
16129
16130 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
16131
16132 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
16133 (jit-lock-fontify-buffer): New function for JIT refontification.
16134 (jit-lock-mode): Fix docstring.
16135 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
16136 Remove jit-lock-after-change from the _local_ hook.
16137 (jit-lock-function-1): Fix docstring.
16138
16139 * info.el (Info-on-current-buffer): Initialize info.
16140
16141 * newcomment.el (comment-indent): Ignore comment-indent-hook.
16142
16143 * progmodes/tcl.el (tcl-indent-for-comment):
16144 Ignore comment-indent-hook.
16145
16146 * emacs-lisp/easy-mmode.el: Require CL during compilation.
16147 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
16148 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
16149 and improve to use the lighter to guess the capitalization.
16150 (define-minor-mode): Inline code from easy-mmode-define-toggle.
16151 Add keyword arguments to specify global-ness or the custom group.
16152 Add local-map and help-echo properties to the lighter.
16153 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
16154 (easy-mmode-define-global-mode): New macro.
16155
16156 2000-06-02 Dave Love <fx@gnu.org>
16157
16158 * wid-edit.el: byte-compile-dynamic since we typically don't use
16159 all the widgets. Don't require cl or widget. Remove
16160 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
16161 (widget-read-event): Removed. Callers changed to use read-event.
16162 (widget-button-release-event-p): Renamed from
16163 button-release-event-p.
16164 (widget-field-add-space, widget-field-use-before-change):
16165 Uncustomize.
16166 (widget-specify-field): Use keymap property, not local-map.
16167 (widget-specify-button): Obey :suppress-face.
16168 (widget-specify-insert): Use modern backquote syntax.
16169 (widget-image-directory): Renamed from widget-glyph-directory.
16170 (widget-image-enable): Renamed from widget-glyph-enable.
16171 (widget-image-find): Replaces widget-glyph-find.
16172 (widget-button-pressed-face): Move defvar.
16173 (widget-image-insert): Replaces widget-glyph-insert.
16174 (widget-convert): Use keywordp.
16175 (widget-leave-text, widget-children-value-delete): Use mapc.
16176 (widget-keymap): Remove XEmacs stuff.
16177 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16178 (widget-button-click): Don't set point at the click, but re-centre
16179 if we scroll out of window. Rewritten for images v. glyphs &c.
16180 (widget-tabable-at): Use POS arg, not point.
16181 (widget-beginning-of-line, widget-end-of-line)
16182 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16183 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16184 (widget-default-create): Use widget-image-insert; some rewriting.
16185 (widget-visibility-value-create)
16186 (widget-push-button-value-create, widget-toggle-value-create): Use
16187 widget-image-insert.
16188 (checkbox): Create on and off images dynamically.
16189 (documentation-link): Change :help-echo.
16190 (widget-documentation-link-echo-help): Remove.
16191
16192 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16193
16194 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16195
16196 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16197 (easy-mmode-define-toggle, define-minor-mode): Use it.
16198 (easy-mmode-define-keymap): Docstring fix.
16199 (define-derived-mode): Default PARENT to fundamental-mode.
16200 Add the derived-mode-parent symbol-property.
16201 (easy-mmode-derived-mode-p): New function.
16202
16203 2000-06-02 Dave Love <fx@gnu.org>
16204
16205 * files.el (convert-standard-filename): Doc fix.
16206 (normal-backup-enable-predicate): New function.
16207 (backup-enable-predicate): Use it to replace the lambda form.
16208
16209 * calendar/todo-mode.el: [This needs more work on the outline
16210 stuff.] Doc fixes.
16211 (todo) <defgroup>: Add :version.
16212 (todo-add-category): Don't use pushnew.
16213 (todo-cmd-raise): Fix typo.
16214 (todo-top-priorities): Change temp buffer name.
16215 (todo-category-alist): Avoid redundant lambda.
16216 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16217 Use outline-next-heading.
16218
16219 * autoarg.el: Rewritten to use define-minor-mode.
16220 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16221 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16222
16223 2000-06-02 Kenichi Handa <handa@etl.go.jp>
16224
16225 * isearch.el (isearch-other-meta-char): Fix previous change.
16226
16227 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16228
16229 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16230 (log-edit-done): Only add the comment to the ring if it's different
16231 from the last comment entered.
16232
16233 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16234
16235 2000-06-01 Dave Love <fx@gnu.org>
16236
16237 * hl-line.el: Rewritten using define-minor-mode.
16238
16239 * help.el (describe-function-1): Distinguish special form from
16240 builtin function. Sanity-check presence of arglist for builtins.
16241
16242 2000-06-01 Kenichi Handa <handa@etl.go.jp>
16243
16244 * international/characters.el: Fix syntax/category setting of
16245 Tibetan characters.
16246
16247 * language/tibet-util.el (tibetan-add-components): Fixes for new
16248 encoding of Tibetan characters.
16249 (tibetan-decompose-precomposition-alist): New variable.
16250 (tibetan-decompose-region): Convert precomposed characters to
16251 non-precomposed characters.
16252 (tibetan-decompose-string): Likewise.
16253 (tibetan-composition-function): Fix args to
16254 thibetan-compose-string.
16255
16256 * language/tibetan.el (tibetan-composable-pattern): More
16257 characters included.
16258 (tibetan-consonant-transcription-alist): Rule for "R" added.
16259 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16260 "+R" added.
16261 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16262
16263 * language/lao-util.el (lao-composition-function): Fix args to
16264 compose-string.
16265
16266 * language/thai-util.el (thai-composition-function): Fix args to
16267 compose-string.
16268
16269 * isearch.el (isearch-update): Set disable-point-adjustment to t
16270 to prevent the point moving to the end of a composition when a
16271 part of a composition is searched.
16272 (isearch-other-meta-char): If the key invoking this command can be
16273 mapped by function-key-map to a printing char, call
16274 isearch-process-search-char directly.
16275
16276 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16277
16278 * emacs-lisp/bytecomp.el:
16279 * frame.el:
16280 * international/mule-cmds.el:
16281 * international/mule-util.el:
16282 * international/mule.el:
16283 * mouse.el:
16284 * subr.el:
16285 * faces.el: Update calls to make-obsolete with a WHEN argument.
16286
16287 * byte-run.el (make-obsolete, make-obsolete-variable):
16288 Add an optional WHEN argument and change the format of the
16289 symbol-property information.
16290 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16291 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16292 new obsolete-symbol-property format and print WHEN if it is provided.
16293
16294 2000-05-31 Dave Love <fx@gnu.org>
16295
16296 * loadhist.el (loadhist-hook-functions): Remove
16297 before-change-function, after-change-function.
16298 (unload-feature): Deal with symbols which are both bound and
16299 fbound.
16300
16301 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16302 before-change-function, after-change-function.
16303
16304 * simple.el (newline): Don't bind before-change-function,
16305 after-change-function.
16306
16307 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16308
16309 * whitespace.el (whitespace-rescan-timer-time): Update interval
16310 set to 600 seconds (10 minutes) instead of 60 seconds since
16311 a large number of whitespace buffers causes emacs to `freeze'
16312 for a considerable amount of time.
16313
16314 * whitespace.el: Updated email address
16315
16316 2000-05-31 Dave Love <fx@gnu.org>
16317
16318 * add-log.el (change-log-font-lock-keywords) <function>: Add
16319 pattern for function of change.
16320 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16321 acknowledgements patterns.
16322
16323 2000-05-31 Kenichi Handa <handa@etl.go.jp>
16324
16325 * isearch.el (isearch-printing-char): If keyboard coding system is
16326 being used, call isearch-process-search-multibyte-characters.
16327
16328 * international/isearch-x.el: Mostly rewritten.
16329
16330 * international/quail.el (quail-start-conversion): Don't include
16331 unhandled events in the returned events, but set them in
16332 unread-command-events. Exit if all inputs are deleted.
16333
16334 2000-05-30 Jason Rumney <jasonr@gnu.org>
16335
16336 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16337
16338 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16339 Reenable code to create initial fontsets.
16340 Use set-fontset-font in place of put-charset-property.
16341
16342 2000-05-30 Gerd Moellmann <gerd@gnu.org>
16343
16344 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16345 label, ensure that the first colon isn't followed by another.
16346
16347 * paths.el (Info-default-directory-list): Doc fix.
16348
16349 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16350 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16351 send a query containing USER only, not USER@HOST.
16352
16353 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16354 and rmail-msgend to compute the restriction at the end, instead of
16355 computing it.
16356
16357 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16358
16359 * dabbrev.el (dabbrev-expand): Don't display messages in the
16360 echo area if the minibuffer window is active.
16361
16362 * jit-lock.el (jit-lock-mode): Add after change function to
16363 local hook.
16364
16365 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16366
16367 * antlr-mode.el: New commands: hide/unhide actions,
16368 upcase/downcase literals.
16369 (antlr-tiny-action-length): New user option.
16370 (antlr-hide-actions): New command. Suggested by
16371 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16372 (antlr-mode-map): New binding [C-c C-v].
16373 (antlr-mode-menu): New entries.
16374 (antlr-downcase-literals): New command.
16375 (antlr-upcase-literals): Ditto.
16376
16377 * antlr-mode.el: Minor changes: indendation, mode-name.
16378 (antlr-indent-line): Indent cpp directive at column 0.
16379 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16380
16381 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16382 (antlr-font-lock-additional-keywords): Workaround for intentional
16383 bug in XEmacs version of font-lock.
16384 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16385 be used by a smarter version of `buffers-menu-grouping-function'.
16386
16387 2000-05-29 Gerd Moellmann <gerd@gnu.org>
16388
16389 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16390 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16391
16392 2000-05-29 Kenichi Handa <handa@etl.go.jp>
16393
16394 * international/encoded-kb.el
16395 (encoded-kbd-iso2022-designation-map): Pay attention to that
16396 charset-iso-final-char return -1 for eight-bit-control and
16397 eight-bit-graphic.
16398
16399 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16400
16401 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16402 (speedbar-easymenu-definition-base): Use display-graphic-p where
16403 available, instead of window-system.
16404
16405 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16406
16407 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16408 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16409 coding systems.
16410
16411 2000-05-26 Dave Love <fx@gnu.org>
16412
16413 * disp-table.el (standard-display-underline): Don't use
16414 internal-find-face.
16415
16416 * mail/reporter.el: Maintainer change. Doc fixes.
16417 (reporter-version): Deleted.
16418
16419 * emacs-lisp/elp.el: Maintainer change.
16420 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16421
16422 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16423
16424 * add-log.el (add-change-log-entry): Merge the current entry with the
16425 previous one if the previous one is empty.
16426
16427 2000-05-26 Dave Love <fx@gnu.org>
16428
16429 * loadhist.el (unload-feature): Fix interactive spec [from
16430 lijnzaad@ebi.ac.uk].
16431
16432 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16433 subr-arity to check primitives.
16434 (byte-compile-flush-pending, byte-compile-file-form-progn)
16435 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16436 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16437 mapcar.
16438
16439 2000-05-26 Kenichi Handa <handa@etl.go.jp>
16440
16441 * international/fontset.el: Set family names of non-latin charsets
16442 in default fontset to "*".
16443
16444 * international/mule-diag.el (print-fontset): Combine family part
16445 and registry part of the fontname by "-*-" instead of "-".
16446
16447 * international/mule-cmds.el (encode-coding-char): Make strings
16448 multibyte before calling encode-coding-string.
16449
16450 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16451
16452 * derived.el: Fix keywords.
16453 (define-derived-mode): Only define if needed.
16454
16455 * simple.el (fill-comment, comment-column, comment-start)
16456 (comment-start-skip, comment-end, comment-indent-function)
16457 (block-comment-start, block-comment-end, indent-for-comment)
16458 (set-comment-column, kill-comment, comment-padding, comment-region)
16459 (comment-multi-line, indent-new-comment-line): Remove.
16460
16461 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16462 function names for comment operations.
16463
16464 * newcomment.el: Add abundant autoload cookies.
16465 (comment-style): Don't depend on runtime data at compile-time.
16466 (comment-indent-hook): Remove.
16467 (comment-indent): Check if comment-indent-hook is bound.
16468 (comment-region): Docstring fix.
16469
16470 2000-05-25 Dave Love <fx@gnu.org>
16471
16472 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16473 byte-code-function-p.
16474
16475 * mail/rmailsum.el: Add provide.
16476
16477 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16478
16479 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16480 defcustom.
16481
16482 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16483
16484 * ediff-diff.el (ediff-exec-process): delete --binary option from
16485 non-buffer ediff jobs.
16486
16487 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16488
16489 * hilit-chg.el (highlight-changes-mode): Ask about color or
16490 grayscale support, not about window-system.
16491
16492 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16493 window-system.
16494 (ffap-highlight): Always default to t.
16495
16496 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16497 display-popup-menus-p instead of looking at window-system.
16498
16499 * disp-table.el (standard-display-g1, standard-display-graphic):
16500 Only refuse to use string glyphs on X and MS-Windows.
16501
16502 * avoid.el: Remove window-system from commentary, suggest to use
16503 display-*-p instead.
16504
16505 * apropos.el (apropos-print): Use display-mouse-p instead of
16506 window-system.
16507
16508 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16509
16510 * international/codepage.el (cp-decoding-vector-for-codepage):
16511 Fill up unsupported characters with their own codes. From Kenichi
16512 Handa.
16513
16514 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16515
16516 * international/mule-diag.el (describe-char-after): Use
16517 display-graphic-p instead of window-system, so that this function
16518 works on MS-DOS.
16519
16520 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16521
16522 * international/codepage.el (cp-make-coding-systems-for-codepage):
16523 Remove the eight-bit-graphic and eight-bit-control charsets from
16524 the list of charsets which we convert into `?'.
16525
16526 2000-05-25 Kenichi Handa <handa@etl.go.jp>
16527
16528 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16529 private charsets.
16530 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16531 japanese-jisx0213-2): New charsets.
16532
16533 * international/fontset.el: Setup default fontset for new charsets.
16534
16535 2000-05-24 Dave Love <fx@gnu.org>
16536
16537 * info.el (Info-find-node-2): Restructure [following "Vadim
16538 S. Solomin" <sovs@uic.nnov.ru>].
16539
16540 * icomplete.el: Fix header for Finder.
16541
16542 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16543
16544 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16545 STAY.
16546
16547 * rmail.el (rmail-automatic-folder-directives): New user variable.
16548 (rmail-show-message): Add call to `rmail-auto-file' during
16549 display.
16550 (rmail-auto-file): New function.
16551
16552 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16553
16554 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16555 account.
16556 (ediff-test-utility,ediff-diff-mandatory-option)
16557 (ediff-reset-diff-options): Utilities for proper initialization of
16558 ediff-diff-options and ediff-diff3-options on Windows.
16559
16560 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16561 variable.
16562
16563 * ediff-mult.el (ediff-filegroup-action): Use
16564 ediff-merge-filename-prefix.
16565
16566 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16567
16568 * viper-ex.el (ex-write): Set selective display to nil.
16569
16570 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16571
16572 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16573 aliases for hebrew-iso-8bit.
16574
16575 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16576
16577 * woman.el: New version from Francis J. Wright
16578 <F.J.Wright@Maths.QMW.ac.uk>.
16579 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16580 names in environment variables regardless of the path separator.
16581 (woman-topic-all-completions-1): Don't call file-name-directory-p
16582 on all files, since woman-file-regexp already filters out any
16583 directories.
16584
16585 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16586
16587 * international/quail.el (quail-start-translation): Don't change
16588 modified-p of the current buffer.
16589 (quail-start-conversion): Likewise.
16590
16591 * international/kkc.el (kkc-region): Don't change modified-p of
16592 the current buffer.
16593
16594 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16595 conform to RFC1468.
16596 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16597
16598 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16599
16600 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16601 (speedbar-insert-button): Invisible text property fix.
16602 (speedbar-directory-plus): Renamed from speedbar-directory-+
16603 (speedbar-directory-minus): Renamed from speedbar-directory--
16604 (speedbar-page-plus): Renamed from speedbar-file-+
16605 (speedbar-page-minus): Renamed from speedbar-file--
16606 (speedbar-page): Renamed from speedbar-file-
16607 (speedbar-tag): Renamed from speedbar-tag-
16608 (speedbar-tag-plus): Renamed from speedbar-tag-+
16609 (speedbar-tag-minus): Renamed from speedbar-tag--
16610 (speedbar-expand-image-button-alist): Use above renames.
16611
16612 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16613 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16614 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16615 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16616 * sb-pg.xpm: Renamed from sb-file.xpm
16617 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16618 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16619
16620 2000-05-24 Kenichi Handa <handa@etl.go.jp>
16621
16622 * international/quail.el (quail-show-guidance-buf): Set
16623 current-input-method of the guidance buffer to the name of the
16624 curren input method.
16625
16626 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16627
16628 * progmodes/compile.el (compile-internal): Style typo.
16629
16630 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16631 quote vars and functions in the docstring.
16632
16633 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16634
16635 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16636 Don't quote lambdas.
16637
16638 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16639
16640 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16641
16642 * startup.el (command-line): Determine source file of compiled
16643 user init file differently. Warn if compiled user init file
16644 is older than its source file.
16645
16646 * ffap.el (ffap-url-regexp): Add `https'.
16647
16648 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16649
16650 * files.el (make-backup-file-name-1): Replace slashes with `!'
16651 rather than `|' (which is not allowed on Windows). Replace the
16652 drive letters with a string "drive_X".
16653
16654 2000-05-23 Gerd Moellmann <gerd@gnu.org>
16655
16656 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16657
16658 * files.el (interpreter-mode-alist): Add `bash2'.
16659
16660 2000-05-22 Dave Love <fx@gnu.org>
16661
16662 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16663 mapc.
16664 (feature-file): Avoid calling symbol-name. Doc fix.
16665 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16666 (loadhist-hook-functions): Add mouse-position-function.
16667 (unload-feature): Change uses of mapcar.
16668
16669 * files.el (parse-colon-path): Doc fix.
16670 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16671 (set-auto-mode): Use mapc.
16672
16673 * complete.el (PC-look-for-include-file): Use :alnum: character
16674 class.
16675 (partial-completion-mode): Add autoload cookie.
16676
16677 2000-05-22 Sam Steingold <sds@gnu.org>
16678
16679 * info.el (Info-fontify-node): Fixed the call to
16680 `add-text-properties' (bug introduced on 2000-05-18).
16681
16682 2000-05-22 Dave Love <fx@gnu.org>
16683
16684 * bindings.el: Remove debug-ignored-errors set in other files.
16685
16686 * progmodes/etags.el: Add to debug-ignored-errors.
16687 (visit-tags-table-buffer): Clear out buffers holding old tables
16688 when making a new list.
16689 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16690 mapc.
16691
16692 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16693 quote keywords.
16694 (cmpl-string-case-type): Use character classes.
16695
16696 * comint.el:
16697 * textmodes/ispell.el:
16698 * imenu.el:
16699 * mail/mh-e.el:
16700 * progmodes/compile.el: Add to debug-ignored-errors.
16701
16702 * dabbrev.el: Add to debug-ignored-errors.
16703 (dabbrev-completion): Use mapc.
16704
16705 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16706
16707 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16708 (woman-mapcan, woman-parse-man.conf)
16709 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16710 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16711 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16712 path syntax better.
16713 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16714 (woman-manpath): Call woman-parse-man.conf.
16715 (woman-emulation): New defcustom, defaults to nroff.
16716 (woman-font-support): New defconst.
16717 (woman-use-symbol-font): New defcustom.
16718 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16719 "Emulation".
16720 Many functions: Doc fix.
16721
16722 2000-05-22 Kenichi Handa <handa@etl.go.jp>
16723
16724 * international/quail.el (quail-simple-translation-keymap): Map
16725 128..255 to quail-self-insert-command.
16726 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16727
16728 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16729
16730 * help.el (help-manyarg-func-alist): Typo.
16731
16732 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16733 intervals which makes it heaps simpler.
16734
16735 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16736 the nested comment markers.
16737
16738 * subr.el (remove-hook): Don't turn the hook's value into a list.
16739
16740 2000-05-21 Dave Love <fx@gnu.org>
16741
16742 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16743 are invalid characters.
16744
16745 * international/mule-util.el (detect-coding-with-priority): Use
16746 mapc. Remove redundant lambda.
16747
16748 * international/mule-diag.el (list-non-iso-charset-chars)
16749 (describe-fontset): Remove redundant lambda.
16750
16751 * emulation/crisp.el (brief-mode): New alias.
16752
16753 * emacs-lisp/ring.el (ring-elements): New function.
16754
16755 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16756 (easy-menu-do-add-item): Use keywordp.
16757
16758 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16759
16760 * replace.el: Doc and error message fixes.
16761 (replace-highlight): Use facep, not internal-find-face.
16762
16763 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16764
16765 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16766
16767 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16768 (log-edit-insert-changelog): Drop `:' as well.
16769
16770 * log-view.el: Fix file description.
16771 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16772 available.
16773 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16774 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16775
16776 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16777 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16778 Print a status message if the toggle is called interactively.
16779 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16780 for global minor modes and use `defcustom' for them.
16781 Use add-minor-mode.
16782 (easy-mmode-define-derived-mode): Remove.
16783 (define-derived-mode): Fancier default docstring.
16784 (easy-mmode-define-navigation): Signal an error rather than (ding).
16785
16786 * newcomment.el (comment-styles): New `box-multi'.
16787 (comment-normalize-vars): Better default for comment-continue to
16788 avoid whitespace-only continuations.
16789 (comment-search-forward): Always move even in the no-syntax case.
16790 (comment-padright): Only obey N if it's only obeyed for padleft.
16791 (comment-make-extra-lines): Better handling of empty continuations.
16792 Use `=' for the filler if comment-start has only one character.
16793 (uncomment-region): Try handling the special `=' filler.
16794 (comment-region): Allow LINES even if MULTI is nil.
16795 (comment-box): Choose box style based on comment-style.
16796
16797 2000-05-20 Kenichi Handa <handa@etl.go.jp>
16798
16799 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16800 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16801
16802 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
16803
16804 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16805 and insert, not subst-char-in-region.
16806
16807 * international/mule-diag.el (list-character-sets-1): Handle
16808 charsets eight-bit-control and eight-bit-graphic.
16809 (list-iso-charset-chars): Likewise.
16810 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16811 charactes as is. Use indent-to to align characters.
16812
16813 * international/mule-cmds.el (find-multibyte-characters): Never
16814 exclude charsets eight-bit-control and eight-bit-graphic.
16815
16816 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16817
16818 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16819 Don't quote lambdas.
16820
16821 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16822
16823 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16824
16825 * gud.el (gud-jdb-directories): Doc fix.
16826
16827 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16828
16829 * newcomment.el: New file.
16830
16831 2000-05-19 Gerd Moellmann <gerd@gnu.org>
16832
16833 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16834
16835 2000-05-18 Andreas Schwab <schwab@suse.de>
16836
16837 * dired.el (dired-between-files): Also skip lines beginning with
16838 `used'.
16839
16840 2000-05-18 Gerd Moellmann <gerd@gnu.org>
16841
16842 * msb.el (msb-menu-cond): Add choice `user'.
16843
16844 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16845
16846 * ps-print.el: Compatibility, customization and doc fix.
16847 (ps-printer-name-option): Replace defconst by defvar.
16848 (ps-postscript-code-directory): XEmacs compatibility.
16849 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16850 fix.
16851 (ps-user-defined-prologue, ps-print-prologue-header)
16852 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16853 compatibility and code fix.
16854 (ps-print-background-image, ps-print-background-text):
16855 Customization fix.
16856 (ps-line-number-start, ps-n-up-on): New vars.
16857
16858 2000-05-18 Espen Skoglund <esk@ira.uka.de>
16859
16860 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16861 the indent-comment function to just return the appropriate indent.
16862
16863 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16864
16865 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16866 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16867 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16868
16869 2000-05-18 Dave Love <fx@gnu.org>
16870
16871 * info.el (Info-fontify-node): Add intangible property as well as
16872 invisible.
16873
16874 * calendar/appt.el (appt-make-list): Match all lines of entry.
16875 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16876
16877 2000-05-18 Kenichi Handa <handa@etl.go.jp>
16878
16879 * international/mule-diag.el (describe-char-after): Call
16880 internal-char-font, not char-font. If internal-char-font returns
16881 nil, display "-- none --".
16882
16883 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16884
16885 * image.el (image-type-available-p): Don't reference image-types
16886 if it isn't bound.
16887
16888 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16889
16890 * autoarg.el (autoarg-mode): Typo in the :set argument.
16891
16892 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16893
16894 * startup.el (command-line-1): Don't signal an error if the
16895 directory for auto-save-list files does not yet exist.
16896
16897 2000-05-17 Kenichi Handa <handa@etl.go.jp>
16898
16899 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16900
16901 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16902
16903 * subr.el (remove-hook): `setq' hook-value, not `set'.
16904
16905 2000-05-16 Sam Steingold <sds@gnu.org>
16906
16907 * info.el (debug-ignored-errors): More errors to ignore.
16908
16909 2000-05-16 Dave Love <fx@gnu.org>
16910
16911 * cus-edit.el: Don't require cl or easymenu.
16912 (custom-variable-prompt): Test standard-value property, not
16913 user-variable-p.
16914
16915 2000-05-16 Sam Steingold <sds@gnu.org>
16916
16917 * subr.el (add-hook): `setq' hook-value, not `set'.
16918
16919 2000-05-16 Gerd Moellmann <gerd@gnu.org>
16920
16921 * startup.el (command-line-1): Mention the FAQ in the startup
16922 message.
16923
16924 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16925
16926 * progmodes/compile.el (compilation-parse-errors): Collect
16927 `nomessage' regexps last.
16928
16929 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16930
16931 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16932 to the function name.
16933
16934 2000-05-15 Dave Love <fx@gnu.org>
16935
16936 * speedbar.el (speedbar-recenter): Typo.
16937 (speedbar-expand-line): Make arg optional.
16938 (speedbar-mode): Avoid a compiler warning.
16939
16940 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16941
16942 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16943 user-specified option string is empty.
16944
16945 * mouse.el (mouse-yank-at-click): Doc fix.
16946
16947 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16948
16949 * term/internal.el (IT-character-translations): More updates of
16950 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16951 documents.
16952
16953 2000-05-15 Gerd Moellmann <gerd@gnu.org>
16954
16955 * env.el (getenv): New function, interactively callable.
16956 (setenv, getenv): Remove autoload cookies.
16957
16958 * loadup.el: Load `env'.
16959
16960 * progmodes/f90.el: Change author's mail address.
16961
16962 2000-05-14 Dave Love <fx@gnu.org>
16963
16964 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16965 goto-addr as an option.
16966
16967 * help.el (help-xref-stack): Doc fix.
16968 (help-xref-following): New variable.
16969 (help-make-xrefs): Use it.
16970 (help-xref-go-back): Use position information from stack element.
16971 (help-follow): Make position in stack element a pair. Use
16972 help-xref-following.
16973
16974 * autoarg.el: New file.
16975
16976 * faces.el: Declare more functions obsolete.
16977
16978 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16979 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16980 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16981 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16982 Remove all the setup-...-environment functions.
16983
16984 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16985
16986 * speedbar.el: Updated the commentary section. xemacs20p now uses
16987 >= when detecting. Require `defimage' safely.
16988 (speedbar-easymenu-definition-base): Add toggle for images.
16989 (speedbar-easymenu-definition-special): Add flush cache & expand.
16990 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16991 (speedbar-reconfigure-keymaps-hook): New variable.
16992 (speedbar-frame-parameters): Updated documentation.
16993 (speedbar-use-imenu-flag): Updated custom tag
16994 (speedbar-dynamic-tags-function-list): New variable.
16995 (speedbar-tag-hierarchy-method): Updated doc & custom.
16996 (speedbar-indentation-width, speedbar-indentation-width) New
16997 variables.
16998 (speedbar-hide-button-brackets-flag): Customizable.
16999 (speedbar-vc-indicator): Doc update.
17000 (speedbar-ignored-path-expressions): Updated default value.
17001 (speedbar-supported-extension-expressions): Updated default value.
17002 (speedbar-syntax-table): Remove {} paren status.
17003 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
17004 as "+". Added overlay aliases.
17005 (speedbar-mode): Use `speedbar-mode-line-update' instead of
17006 `force-mode-line-update'.
17007 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
17008 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
17009 `mouse-set-point'
17010 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
17011 (speedbar-item-info-tag-helper): Revamped to handle a wider range
17012 of arbitrary text, and new helper functions.
17013 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
17014 filename finder.
17015 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
17016 (speedbar-directory-buttons): Update path search/expansion.
17017 (speedbar-make-tag-line): Pay attention to
17018 `speedbar-indentation-width'. Use more care w/ invisible
17019 properties.
17020 (speedbar-change-expand-button-char): Call
17021 `speedbar-insert-image-button-maybe'.
17022 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
17023 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
17024 (speedbar-trim-words-tag-hierarchy)
17025 (speedbar-simple-group-tag-hierarchy): New functions
17026 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
17027 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
17028 functions.
17029 (speedbar-mouse-set-point): New function
17030 (speedbar-power-click): Updated documentation.
17031 (speedbar-line-token, speedbar-goto-this-file): Handle more types
17032 of tag prefix text.
17033 (speedbar-expand-line, speedbar-contract-line): Make more robust
17034 to strange text.
17035 (speedbar-expand-line): Takes universal argument to flush the
17036 cache.
17037 (speedbar-flush-expand-line): New function.
17038 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
17039 Use new generator insertion method.
17040 (speedbar-fetch-dynamic-tags): New function.
17041 (speedbar-fetch-dynamic-imenu): Removed code now handled in
17042 `speedbar-fetch-dynamic-imenu'.
17043 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
17044 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
17045 "Revert Buffer" menu items.
17046 (speedbar-buffer-buttons-engine): Be smarter when creating a
17047 filename tag (for expansion purposes.).
17048 (speedbar-highlight-one-tag-line,
17049 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
17050 (speedbar-recenter): New functions.
17051 (defimage-speedbar): Image loading abstraction.
17052 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
17053 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
17054 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
17055 (speedbar-tag-type, speedbar-tag-mail): New images.
17056 (speedbar-expand-image-button-alist): New variable.
17057 (speedbar-insert-image-button-maybe): Insert an image over some
17058 buttons.
17059
17060 2000-05-13 Kenichi Handa <handa@etl.go.jp>
17061
17062 * international/mule-cmds.el (encode-coding-char): An ASCII
17063 character is always encodable.
17064
17065 * international/mule-conf.el: Add more information in descriptions
17066 of character sets.
17067
17068 * international/mule-diag.el (describe-char-after): New function.
17069 (describe-font-internal): Adjusted for the change of font-info.
17070 (describe-font): Likewise.
17071 (print-fontset): Rewritten for the new fontset implementation.
17072 (describe-fontset): Include fontset alias names in completion.
17073 (list-fontsets): Adjusted for the change of print-fontset.
17074
17075 * simple.el (what-cursor-position): If DETAIL is non-nil, call
17076 describe-char-after instead of displaying the detail in the echo
17077 area.
17078 (syntax-code-table): Format changed.
17079 (string-to-syntax): Adjusted for the above change.
17080
17081 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
17082
17083 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
17084
17085 2000-05-12 Dave Love <fx@gnu.org>
17086
17087 * calendar/todo-mode.el: Remove some compatibility stuff and CL
17088 dependence. Use line-{beginning,end}-position, not
17089 point-at{b,e}ol. Some doc fixes.
17090 (todo-position): New function. Fix callers of position to use it.
17091 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
17092
17093 2000-05-12 Gerd Moellmann <gerd@gnu.org>
17094
17095 * time.el (display-time-mail-icon): Use `:ascent center'.
17096
17097 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
17098 handling FTP security extensions.
17099
17100 2000-05-11 Dave Love <fx@gnu.org>
17101
17102 * calendar/todo-mode.el: New file.
17103
17104 2000-05-11 Gerd Moellmann <gerd@gnu.org>
17105
17106 * comint.el (comint-read-input-ring): Move reference to
17107 comint-input-ring-size outside of the save-excursion. It was
17108 causing the default value to be the only one ever seen.
17109
17110 * font-lock.el: Update copyright. Remove Simon Marshall's email
17111 address on request from him.
17112
17113 * subr.el (substitute-key-definition): Add comment describing
17114 the meaning of PREFIX.
17115
17116 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
17117
17118 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
17119
17120 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
17121 (add-minor-mode): Don't make the variable buffer-local and add a
17122 reference to define-minor-mode in the docstring.
17123
17124 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
17125 HEADER/FOOTER and fix bug with trailing empty directory.
17126 (cvs-append-to-ignore): Use vc-editable-p if available.
17127 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
17128 (vc-do-command): Tweak advice to handle the new VC.
17129
17130 * log-view.el (log-view-goto-rev): New function for the new VC.
17131 (log-view-minor-wrap): Use mark-active.
17132
17133 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
17134 (log-edit-changelog-full-paragraphs): New var.
17135 (log-edit-insert-changelog): Remove a lonely leading `* file'.
17136 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
17137 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
17138 (log-edit-changelog-ours-p, log-edit-changelog-entries)
17139 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
17140 Replace the `cvs' prefix with `log-edit'.
17141
17142 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
17143
17144 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
17145 (diff-font-lock-defaults): Explicitly turn off multiline.
17146 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
17147 (diff-ediff-patch): Fix call to ediff-patch-file.
17148 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
17149 Handle comments.
17150
17151 * frame.el (automatic-hscrolling): Typo.
17152
17153 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
17154
17155 2000-05-09 Sam Steingold <sds@goems.com>
17156
17157 * apropos.el (apropos-print): use `describe-face' instead of
17158 `customize-face-other-window'.
17159
17160 2000-05-09 Dave Love <fx@gnu.org>
17161
17162 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
17163
17164 * help.el (describe-variable): Have customize button pop the
17165 help-xref stack when invoked.
17166 (help-xref-symbol-regexp): Add `face'.
17167 (help-make-xrefs): Check for quoted face names and adapt regexp
17168 submatch numbers to cope.
17169 (help-xref-interned): Maybe insert face doc too. Separate
17170 sections with a line of hyphens.
17171
17172 * faces.el: Some doc fixes. Declare some functions obsolete.
17173 (describe-face): Add customize button. Return the help
17174 text. Fix prompt.
17175
17176 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17177
17178 * term/internal.el (IT-character-translations): Fix last change.
17179
17180 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17181
17182 * woman.el: New file
17183 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17184
17185 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17186
17187 * term/internal.el (IT-character-translations): Update ASCII
17188 simulations for greek-iso8859-7, add latin-iso8859-14 and
17189 latin-iso8859-15.
17190
17191 * international/mule-cmds.el (set-language-info-alist): Call
17192 define-prefix-command with 3 arguments, to make the map suitable
17193 for a menu.
17194
17195 2000-05-07 Dave Love <fx@gnu.org>
17196
17197 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17198
17199 2000-05-05 Dave Love <fx@gnu.org>
17200
17201 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17202 list in doc string. Don't quote keyword symbols.
17203 * emacs-lisp/cl.el: Likewise
17204 * emacs-lisp/cl-seq.el: Likewise
17205
17206 2000-05-05 Gerd Moellmann <gerd@gnu.org>
17207
17208 * abbrev.el (abbrev-mode): Make ARG optional.
17209
17210 2000-05-04 Gerd Moellmann <gerd@gnu.org>
17211
17212 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17213
17214 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17215
17216 * subr.el (substitute-key-definition): Clarify documentation.
17217
17218 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
17219
17220 * glasses.el (glasses-convert-to-unreadable): Use
17221 `glasses-separator' instead of the hard-wired "_".
17222 (glasses-mode): Call `glasses-make-unreadable' only in a single
17223 place.
17224
17225 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17226
17227 * term/internal.el (cjk-codepages-alist): Add associations for
17228 Chinese and Korean codepages. Remove FIXME comment.
17229
17230 2000-05-03 Dave Love <fx@gnu.org>
17231
17232 * time.el (display-time-mail-face, display-time-use-mail-icon):
17233 New option.
17234 (display-time-mail-icon): New variable.
17235 (display-time-string-forms): Use the above. Fix the local-map.
17236
17237 2000-05-03 Gerd Moellmann <gerd@gnu.org>
17238
17239 * replace.el (query-replace-map): Add binding for `E'.
17240 (query-replace-help): Extend help text.
17241 (perform-replace): Allow editing the replacement string.
17242
17243 * make-mode.el (makefile-mode-abbrev-table): New variable.
17244 (makefile-mode): Set local abbrev table to
17245 makefile-mode-abbrev-table.
17246 (makefile-font-lock-keywords): Fontify includes and conditionals.
17247
17248 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17249 set TOGGLE's value.
17250
17251 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17252 mail-interactive-insert-alias.
17253 (mail-abbrev-complete-alias): New command.
17254 (mail-mode-map): Bind it to `M-TAB'.
17255
17256 2000-05-03 Kenichi Handa <handa@etl.go.jp>
17257
17258 * language/lao-util.el (lao-compose-region): New function.
17259
17260 2000-05-02 Gerd Moellmann <gerd@gnu.org>
17261
17262 * files.el (recover-session): Make directories as necessary
17263 if they don't exist yet.
17264
17265 * calendar/cal-french.el
17266 (french-calendar-multibyte-special-days-array)
17267 (french-calendar-special-days-array): Change French text.
17268 (calendar-french-date-string): Change output.
17269 (calendar-goto-french-date): Likewise.
17270
17271 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17272
17273 * wid-edit.el (widget-default-active): Obey `:always-active'.
17274 (widget-documentation-string-value-create): Set `:always-active'.
17275
17276 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17277
17278 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17279 default prefix to `~/_emacs.d/auto-save.list/_s'.
17280 (normal-top-level): Create the directory for auto-save files, if
17281 it doesn't already exist (in the ms-dos case only).
17282
17283 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17284
17285 * international/mule-cmds.el (set-language-environment): Don't
17286 concat an integer (dos-codepage), use format instead.
17287
17288 2000-05-02 Dave Love <fx@gnu.org>
17289
17290 * help.el (help-xref-on-pp): Check for constant symbols.
17291
17292 2000-04-29 Gerd Moellmann <gerd@gnu.org>
17293
17294 * startup.el (normal-top-level): Put a condition-case around
17295 the code loading subdirs.el.
17296
17297 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17298
17299 * ps-print.el: Upside-down and face background color printing,
17300 line number step, doc fix.
17301 (ps-print-version): New version number (5.2).
17302 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17303 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17304 (ps-spool-config): Var fix.
17305 (ps-printer-name-option): Const fix.
17306 (ps-print-upside-down, ps-use-face-background)
17307 (ps-line-number-step): New vars.
17308 (ps-window-system, ps-lp-system): New consts.
17309 (ps-face-background): New fun.
17310
17311 2000-04-28 Richard Stallman <rms@gnu.org>
17312
17313 * files.el (make-auto-save-file-name):
17314 Apply auto-save-file-name-transforms to visited file name
17315 before generating auto save file name.
17316 (auto-save-file-name-transforms): New variable.
17317
17318 * files.el (backup-enable-predicate):
17319 Correctly test for a file under a temporary directory.
17320
17321 2000-04-28 Gerd Moellmann <gerd@gnu.org>
17322
17323 * subr.el (add-minor-mode): Rewritten.
17324
17325 2000-04-28 Kenichi Handa <handa@etl.go.jp>
17326
17327 * mail/sendmail.el (sendmail-send-it): Set
17328 buffer-file-coding-system to the selected coding system for MIME
17329 header.
17330
17331 2000-04-27 Gerd Moellmann <gerd@gnu.org>
17332
17333 * dired.el (dired-move-to-filename-regexp): Allow format where
17334 YYYY is followed by two spaces.
17335
17336 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17337 in the second character class of the regexp.
17338
17339 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17340 mh-etc, too.
17341
17342 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17343 nil.
17344
17345 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17346
17347 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17348 argument.
17349
17350 2000-04-27 Sen Nagata <sen@eccosys.com>
17351
17352 * emacs-lisp/crm.el (crm-completion-table): New variable.
17353 (crm-collection-fn, crm-test-completion)
17354 (completing-read-multiple): Use it.
17355
17356 2000-04-27 Dave Love <fx@gnu.org>
17357
17358 * help.el (locate-library): Use mapc.
17359 (help-manyarg-func-alist): Add call-process-region.
17360
17361 2000-04-26 Gerd Moellmann <gerd@gnu.org>
17362
17363 * subr.el (add-minor-mode): Make argument MAP optional.
17364
17365 * desktop.el (desktop-save): Save list of minor modes.
17366 (desktop-create-buffer): Restore minor modes.
17367 (desktop-minor-mode-table): New user-option.
17368
17369 * subr.el (add-minor-mode): New function.
17370
17371 * image.el (find-image): New function.
17372 (defimage): Rewritten to find image at load time.
17373
17374 * startup.el (normal-top-level-add-to-load-path): Handle
17375 case that the default directory is not in load-path.
17376
17377 * help.el: Old patch from Stefan Monnier.
17378 (help-xref-on-pp): New function.
17379 (describe-variable): Use it to display xrefs in a symbol's value.
17380
17381 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17382
17383 * cus-edit.el (custom-face): Fix parenthesis.
17384
17385 2000-04-26 Kenichi Handa <handa@etl.go.jp>
17386
17387 * mail/rmail.el (rmail-expunge): When there are no deleted
17388 messages, do nothing.
17389
17390 2000-04-26 Dave Love <fx@gnu.org>
17391
17392 * international/mule-cmds.el (locale-translation-file-name):
17393 Defvar to nil.
17394 (set-locale-environment): Set it here (at runtime).
17395
17396 2000-04-25 Gerd Moellmann <gerd@gnu.org>
17397
17398 * replace.el (perform-replace): Add parameters START and END. Use
17399 them instead of the check for a region in Transient Mark mode.
17400 (query-replace-read-args): Return two more list elements for the
17401 start and end of the region in Transient Mark mode.
17402 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17403 (map-query-replace-regexp, replace-string, replace-regexp): Add
17404 optional last arguments START and END and pass them to
17405 perform-replace.
17406
17407 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17408 form with additional arguments for perform-replace.
17409
17410 * progmodes/etags.el (tags-query-replace): Add parameters START
17411 and END. Construct a form with additional arguments for
17412 perform-replace.
17413
17414 * simple.el (shell-command): Set default directory for "*Shell
17415 Command Output" buffer.
17416
17417 * language/european.el (iso-latin-4): Fix typo.
17418
17419 * emacs-lisp/crm.el: New file.
17420
17421 2000-04-24 Dave Love <fx@gnu.org>
17422
17423 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17424 (Custom-reset-saved, Custom-reset-standard)
17425 (custom-group-value-create, custom-group-set, custom-group-save)
17426 (custom-group-reset-current, custom-group-reset-saved)
17427 (custom-group-reset-standard): Use mapc.
17428 (custom-buffer-create-internal): Disable undo when creating items.
17429 Use mapc.
17430 (custom-face): Avoid redundant lambda.
17431
17432 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17433
17434 * startup.el (auto-save-list-file-prefix): Set default to
17435 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17436
17437 2000-04-24 Sam Steingold <sds@gnu.org>
17438
17439 * time-stamp.el (time-stamp-string-preprocess): Always convert
17440 `field-result' to a string.
17441
17442 2000-04-24 Gerd Moellmann <gerd@gnu.org>
17443
17444 * frame.el (scrolling): New group.
17445 (automatic-hscrolling): New user-option.
17446
17447 * startup.el (command-line-x-option-alist): Add `-lsp' and
17448 `--line-spacing'.
17449
17450 2000-04-19 Dave Love <fx@gnu.org>
17451
17452 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17453 (cl-mapc): Rename from mapc. Fix the funcall.
17454
17455 2000-04-19 Gerd Moellmann <gerd@gnu.org>
17456
17457 * simple.el (clone-indirect-buffer-other-window): New command.
17458 (clone-indirect-buffer): Add optional arg NORECROD.
17459 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17460
17461 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17462
17463 * window.el (count-screen-lines): New function.
17464 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17465 instead of window-buffer-height.
17466
17467 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17468 non-existing variable comint-input-sentinel.
17469 (inferior-lisp-args-to-list): Removed.
17470 (inferior-lisp): Use split-string instead of
17471 inferior-lisp-args-to-list.
17472
17473 * hexl.el (hexl-insert-hex-string): New command.
17474
17475 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17476 instead of concat.
17477
17478 2000-04-18 Gerd Moellmann <gerd@gnu.org>
17479
17480 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17481 at the start of an existing but empty folder.
17482
17483 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17484
17485 * ps-mule.el: Customization fix, doc fix.
17486 (ps-multibyte-buffer): Customization fix.
17487
17488 2000-04-17 Richard M. Stallman <rms@gnu.org>
17489
17490 * subr.el (read-passwd): Use read-char-exclusive.
17491
17492 2000-04-17 Gerd Moellmann <gerd@gnu.org>
17493
17494 * textmodes/texinfo.el (texinfo-insert-@email)
17495 (texinfo-insert-@emph, texinfo-insert-@quotation)
17496 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17497 (texinfo-mode-map): Add key bindings for them.
17498
17499 * files.el (basic-save-buffer-2): Use a template with `$'
17500 instead of `#' for VMS.
17501
17502 * simple.el (clone-indirect-buffer): New function.
17503
17504 2000-04-16 Stephen Eglen <stephen@gnu.org>
17505
17506 * iswitchb.el (iswitchb-case): New function. If the user input
17507 contains any upper-case characters, the search is made
17508 case-sensitive.
17509
17510 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17511
17512 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17513 comment-end.
17514 (texinfo-font-lock-syntactic-keywords): New var.
17515 (texinfo-font-lock-keywords): Remove comment regexp.
17516 (texinfo-insert-block): New function.
17517 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17518 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17519 and font-lock-defaults. Use regexp-opt for outline-regexp.
17520 (texinfo-environments): New var.
17521 (texinfo-environment-regexp): Use regexp-opt and
17522 texinfo-environments.
17523
17524 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17525 ispell-process is bound since this might be eval'd before ispell
17526 is loaded.
17527 (ispell-message): Use a tiny bit less magic and a bit more hard
17528 data to figure out what kind of sc-cite-regexp to use.
17529
17530 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17531
17532 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17533 (insert-cyclic-diary-entry): Unquote the lambda.
17534
17535 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17536
17537 * files.el (backup-enable-predicate): Unquote the lambda.
17538
17539 * cus-edit.el (custom-face, face): Unquote the lambda.
17540
17541 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17542
17543 * ps-print.el: Check for line-beginning-position definition.
17544
17545 * ps-print.el: Fix counting lines in a region.
17546 (ps-print-version): New version number (5.1.5).
17547 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17548 (ps-printing-region): Fun code fix.
17549
17550 2000-04-15 Gerd Moellmann <gerd@gnu.org>
17551
17552 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17553 to file-directory-p.
17554
17555 2000-04-14 Gerd Moellmann <gerd@gnu.org>
17556
17557 * gud.el (gud-jdb-build-source-files-list): Check that directory
17558 exists before calling directory-files.
17559
17560 2000-04-13 Dave Love <fx@gnu.org>
17561
17562 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17563 syntax.
17564
17565 * emacs-lisp/cl-specs.el: Remove when, unless.
17566
17567 * emacs-lisp/cl-extra.el: Don't quote keywords.
17568 (cl-old-mapc): New variable.
17569 (mapc): Use it.
17570 (cl-map-intervals): Use with-current-buffer. Don't check for
17571 next-property-change.
17572 (cl-map-overlays): Use with-current-buffer.
17573 (cl-expt): Remove.
17574 (copy-tree, remprop): Define unconditionally.
17575
17576 * emacs-lisp/cl-compat.el (keywordp): Remove.
17577
17578 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17579 to use keywordp.
17580 (edebug-spec): Enable keywordp.
17581
17582 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17583 string-lessp.
17584
17585 * cus-start.el: Use keywordp.
17586
17587 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17588
17589 * diary-lib.el (include-other-diary-files): Fix the fix of
17590 2000-02-18 by doing a save-excursion.
17591
17592 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17593
17594 * ps-print.el: Customization fix, doc fix.
17595 (ps-print-version): New version number (5.1.4).
17596 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17597 (ps-print-preprint): Adjust code.
17598 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17599 (ps-print-prologue-header, ps-print-control-characters)
17600 (ps-spool-config): Customization fix.
17601
17602 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17603
17604 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17605 converted to the new menu-item format, names silightly changed,
17606 help strings added.
17607
17608 Support for spelling without async subprocesses:
17609
17610 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17611 (ispell-session-buffer): New variables.
17612 (ispell-start-process, ispell-process-status,
17613 ispell-accept-output, ispell-send-string): New functions, for
17614 Ispell invocation when async subprocesses aren't supported.
17615 (ispell-word, ispell-pdict-save, ispell-command-loop,
17616 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17617 to process-send-string with calls to ispell-send-string, and
17618 accept-process-output with ispell-accept-output.
17619 (ispell-init-process): Call ispell-process-status instead of
17620 process-status with.
17621 (ispell-init-process): Call ispell-start-process. Call
17622 ispell-accept-output and ispell-send-string. Don't call
17623 process-kill-without-query and kill-process if they are unbound.
17624 (ispell-async-processp): New function.
17625
17626 2000-04-12 Dave Love <fx@gnu.org>
17627
17628 * info.el: Add debug-ignored-errors.
17629 (Info-mode-menu): Add some items.
17630 (Info-directory): Add autoload cookie.
17631
17632 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17633 Modify `truncate-lines'. Make `describe-language-environment'
17634 always visible and add help. Modify `describe-key' help. Invoke
17635 Info-directory from `info'. New entry `emacs-manual'.
17636
17637 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17638
17639 * progmodes/ebrowse.el (ebrowse-tree-mode):
17640 Use propertized-buffer-identification.
17641 (ebrowse-update-member-buffer-mode-line): Likewise.
17642 (ebrowse--mode-strings): Removed.
17643 (ebrowse--mode-line-props): Removed.
17644
17645 * files.el (auto-mode-alist): Add `EBROWSE'.
17646
17647 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17648 space before testing for end of buffer.
17649 (ebrowse-load): Removed.
17650 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17651 (ebrowse-create-tree-buffer): Rewritten.
17652 (ebrowse-tree-mode): Read tree from buffer.
17653
17654 * progmodes/ebrowse-ffh.el: Removed.
17655
17656 2000-04-10 Kenichi Handa <handa@etl.go.jp>
17657
17658 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17659
17660 2000-04-10 Gerd Moellmann <gerd@gnu.org>
17661
17662 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17663 at the wrong place.
17664
17665 2000-04-09 Dave Love <fx@gnu.org>
17666
17667 * files.el (backup-enable-predicate):
17668 Use temporary-file-directory, small-temporary-file-directory.
17669 (make-backup-file-name-function, backup-directory-alist): New vars.
17670 (make-backup-file-name-1): New function.
17671 (make-backup-file-name): Use it.
17672 (find-backup-file-name): Likewise. Use format for clarity, not concat.
17673 (file-newest-backup): Use make-backup-file-name.
17674
17675 2000-04-09 Gerd Moellmann <gerd@gnu.org>
17676
17677 * progmodes/ebrowse-ffh.el: New file.
17678
17679 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17680 Moved to ebrowse-ffh.el.
17681 (ebrowse-load): Add autoload.
17682
17683 * finder.el (finder-commentary): Add autoload cookie.
17684
17685 * mail/rfc2368.el: Correct author's email address.
17686
17687 * progmodes/ebrowse.el: New file.
17688
17689 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17690 item help string.
17691 (easy-menu-do-add-item): Ditto.
17692 (easy-menu-define): Extend doc string.
17693
17694 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
17695 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17696 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17697 with-buffer-unmodified.
17698
17699 2000-04-08 Dave Love <fx@gnu.org>
17700
17701 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17702 unless, when.
17703
17704 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17705
17706 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17707 (viper-flash-search-pattern): No operation when using Emacs
17708 doesn't support face.
17709 Use `viper-put-on-search-overlay'.
17710
17711 2000-04-04 Gerd Moellmann <gerd@gnu.org>
17712
17713 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17714 like C-r.
17715
17716 * progmodes/make-mode.el: Some doc fixes.
17717 (makefile-mode-abbrev-table): New variable.
17718 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17719 (makefile-font-lock-keywords): Fontify includes and conditionals.
17720 (toplevel): Require `dabbrev' and `add-log' when compiling.
17721
17722 * replace.el (perform-replace): Don't move forward one char
17723 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17724 to do that because it leaves point 1 position after the last
17725 replacement, after everything has been replaced.
17726
17727 * jit-lock.el (with-buffer-unmodified): New macro.
17728 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17729 modified state.
17730 (jit-lock-function-1): Extracted from jit-lock-function; not
17731 preserving buffer's modified state.
17732 (jit-lock-function, jit-lock-stealth-fontify):
17733 Call jit-lock-function-1.
17734
17735 * mail/rfc2368.el: Remove supernumerary copyright line.
17736
17737 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
17738
17739 * glasses.el: Provide facilities for inserting space before left
17740 parentheses and uncapitalization of identifiers.
17741 (glasses-mode): Try to remove old overlays in all cases.
17742
17743 2000-04-03 Gerd Moellmann <gerd@gnu.org>
17744
17745 * progmodes/compile.el (compile-internal): Display the compilation
17746 buffer in a different frame, if it's already displayed there.
17747
17748 * mail/rfc2368.el: New file.
17749
17750 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17751 header and insert its value as mail body.
17752
17753 * subr.el (member-ignore-case): New function.
17754
17755 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17756 (dabbrev--find-expansion): Ignore buffers matching a regexp
17757 from dabbrev-ignored-regexps.
17758
17759 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17760 to extensions handled by gzip.
17761
17762 2000-04-03 Richard M. Stallman <rms@gnu.org>
17763
17764 * files.el (insert-directory): List the total free space
17765 along with the used space.
17766
17767 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17768 line is followed by one that matches CITATION-REGEXP, end the
17769 paragraph.
17770
17771 2000-04-03 Markus Rost <rost@delysid.gnu.org>
17772
17773 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17774 (rmail-make-basic-summary-line): Use that option.
17775
17776 2000-04-03 Kenichi Handa <handa@etl.go.jp>
17777
17778 * international/mule-cmds.el (encoded-string-description):
17779 Rewritten. Try pretty description for ISO 2022 escape sequences
17780 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17781 for hexadecimal format.
17782
17783 2000-04-01 Dave Love <fx@gnu.org>
17784
17785 * cpp.el: Change customization group to `c' from `C'.
17786
17787 * vcursor.el (vcursor-move): Use display-color-p.
17788
17789 * international/mule-util.el: Provide mule-utils.
17790 (string-to-sequence): Simplify and speed up.
17791
17792 * international/mule.el (make-coding-system): Purecopy doc-string.
17793
17794 * international/mule-cmds.el: Various menu changes.
17795 (describe-specified-language-support): Handle `Default'.
17796 (set-language-info): Purecopy `info'.
17797
17798 2000-03-31 Andrew Innes <andrewi@gnu.org>
17799
17800 * vc.el (vc-backend-diff): Return the correct status if we had to
17801 retry the rcsdiff command without the --brief option.
17802
17803 2000-03-31 Dave Love <fx@gnu.org>
17804
17805 * help.el (help-manyarg-func-alist): Correct several omissions.
17806
17807 * add-log.el: Don't require cl, fortran.
17808 (add-log-current-defun-function): Doc fix.
17809 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
17810 (change-log-version-rcs): Function deleted.
17811 (change-log-version-number-search): Doc fix.
17812 Use vc-workfile-version. Avoid CL dolist.
17813 (add-change-log-entry): Just call add-log-current-defun to get
17814 defun. Simplify somewhat.
17815 (change-log-get-method-definition-1): Likewise.
17816 (add-log-current-defun): Return nil if calling
17817 add-log-current-defun-function does so. Move Fortran stuff to
17818 fortran.el. Return string without properties.
17819
17820 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17821 and :alpha: char classes.
17822
17823 * mail/supercite.el: Defvar curline when compiling.
17824 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17825 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17826 rather than a-zA-Z0-9 to allow non-ASCII characters.
17827
17828 2000-03-31 Gerd Moellmann <gerd@gnu.org>
17829
17830 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17831
17832 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17833 Re-enable new code.
17834
17835 * lpr.el (print-region-1): Use -d to specify printer name for
17836 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17837
17838 2000-03-31 Dave Love <fx@gnu.org>
17839
17840 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17841 Look for function definition in symbol's function value slot first
17842 instead of first consulting byte-compile-function-environment.
17843
17844 2000-03-31 Kenichi Handa <handa@etl.go.jp>
17845
17846 * language/european.el ("Polish"): New language environment.
17847 (setup-polish-environment): New function.
17848
17849 2000-03-30 Gerd Moellmann <gerd@gnu.org>
17850
17851 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17852 Disable new code.
17853
17854 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17855 trying to `load' the symbol of an autoload instead of the file
17856 recorded in the autoload. Fix error messages.
17857
17858 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17859
17860 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17861 (ps-print-version): New version number (5.1.3).
17862 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17863 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17864 (ps-generate-postscript-with-faces): Code fix.
17865 (ps-color-values): XEmacs compatibility.
17866 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17867 (ps-default-fg, ps-default-bg): Adjust customization.
17868 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17869 (ps-color-scale): Renaming old ps-color-value fun.
17870 (ps-print-headers): Replace ps-print-header group to avoid conflict
17871 with ps-print-header variable.
17872 (ps-print-miscellany): New group.
17873 (ps-format-color, ps-rgb-color): New funs.
17874 (ps-default-foreground): New var.
17875 (ps-printer-name-option): New const.
17876
17877 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17878
17879 * net/net-utils.el:
17880 (network-connection-host, network-connection-service): New variables
17881 (network-connection-mode): New mode, derived from comint-mode
17882 (network-connection-mode-setup): New function, saves host and
17883 service information in local variables.
17884
17885 * lisp/locate.el:
17886 (locate-word-at-point): Added this function
17887 (locate): Default to using locate-word-at-point as input
17888 Run dired-mode-hook
17889
17890 2000-03-29 Dave Love <fx@gnu.org>
17891
17892 * calendar/appt.el: Doc fixes.
17893 (appt-check): Convert min-to-app to a string before passing to
17894 appt-disp-window-function or concat.
17895 (appt-delete-window): Remove test for frame-root-window.
17896 (appt-select-lowest-window, appt-convert-time): Simplify.
17897
17898 * emacs-lisp/bytecomp.el: Doc fixes.
17899 (byte-compile-file-form-autoload):
17900 Update byte-compile-function-environment.
17901
17902 2000-03-29 Andreas Schwab <schwab@suse.de>
17903
17904 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
17905
17906 * dired.el (dired-insert-directory): If dired-free-space-program
17907 failed just delete its output.
17908
17909 2000-03-29 Dave Love <fx@gnu.org>
17910
17911 * international/iso-cvt.el: Move provide to end. Doc fixes.
17912 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17913 (iso-iso2sgml, iso-sgml2iso): New functions.
17914 (iso-cvt-define-menu): Fix some entries and use backquote for
17915 clarity.
17916
17917 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17918
17919 2000-03-28 Gerd Moellmann <gerd@gnu.org>
17920
17921 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17922 ISO-DATE. If non-nil, return date in ISO 8601 format.
17923
17924 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17925
17926 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17927 if it ever becomes used.
17928 (log-edit-mode-hook): Default to vc-log-mode-hook.
17929 (log-edit-mode): Fix the docstring.
17930
17931 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17932 the code.
17933
17934 2000-03-26 Dave Love <fx@gnu.org>
17935
17936 * net/browse-url.el (browse-url): Re-fix case of
17937 browse-url-browser-function being an alist.
17938 (browse-url): Add :link to defgroup.
17939
17940 * files.el: Doc fixes.
17941 (file-truename): Include `[' in wildcard characters.
17942 (automount-dir-prefix): Customize.
17943 (find-file-wildcards): Add :version.
17944 (find-file-noselect): Simplify a mapcar call.
17945
17946 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17947 compatible with inf-lisp version.
17948 (eval-defun-1): Fix custom-declare-variable case.
17949
17950 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17951
17952 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17953
17954 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17955
17956 * Makefile (COMPILE_FIRST): New macro.
17957 (compile-files): Compile files from COMPILE_FIRST first.
17958
17959 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
17960
17961 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17962 matching open parenthesis in column 0 to defun-prompt-regexp
17963 only if open-paren-in-column-0-is-defun-start is set.
17964
17965 * sun-curs.el: Require CL at compile-time only.
17966
17967 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17968 instead of copy-list which is a function from CL.
17969 (msb--choose-menu, msb--mode-menu-cond)
17970 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17971 (msb--init-file-alist): Use mapcar instead of mapcan.
17972 (msb--aggregate-alist): Use mapcar instead of mapcan.
17973 Fix `(' in column 0 in doc string.
17974 (msb--add-separators): Use mapcar instead of mapcan.
17975
17976 * cus-dep.el: Require CL at compile-time only.
17977
17978 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17979
17980 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17981 (byte-compile-warnings): New warning `noruntime'.
17982 (byte-compile-constants, byte-compile-variables): Fix docstring.
17983 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17984 execute `eval-whenc-compile's body.
17985 (byte-compile-unresolved-functions): Fix docstring.
17986 (byte-compile-eval): New function.
17987 (byte-compile-callargs-warn): Check if the function will be available
17988 at runtime (via property `byte-compile-noruntime').
17989 (byte-compile-print-syms): New function.
17990 (byte-compile-warn-about-unresolved-functions): Also warn about
17991 `noruntime' functions (and use `byte-compile-print-syms').
17992 (byte-compile-file): Capitalize the message.
17993
17994 2000-03-24 Gerd Moellmann <gerd@gnu.org>
17995
17996 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17997 (rmail-expunge): Ask for confirmation depending on the setting
17998 of rmail-confirm-expunge.
17999
18000 2000-03-23 Gerd Moellmann <gerd@gnu.org>
18001
18002 * Makefile (bootstrap-clean): If $(emacs) exists, build
18003 loaddefs.el first. A loaddefs.el that's not up-to-date might
18004 cause a bootstrap failure because things don't autoload as expected.
18005
18006 2000-03-23 Dave Love <fx@gnu.org>
18007
18008 * net/browse-url.el: Restore previous use of
18009 browse-url-maybe-new-window.
18010
18011 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18012
18013 * ps-print.el: Skip banner page fix.
18014 (ps-print-version): New version number (5.1.2).
18015 (ps-begin-file, ps-end-file, ps-generate): Code fix.
18016
18017 2000-03-23 Dave Pearson <davep@davep.org>
18018
18019 * net/quickurl.el Changed the type of parameter passed to the
18020 function defined by `quickurl-format-function'. Before only the
18021 text of the URL was passed. Now the whole URL structure is passed
18022 and the function is responsible for extracting the parts it requires.
18023 Changed the default of `quickurl-format-function' accordingly.
18024 (quickurl-insert): Changed the `funcall' of
18025 `quickurl-format-function' to match the above change.
18026 (quickurl-list-insert): Changed the `url' case so that it makes
18027 use of `quickurl-format-function', previous to this the format was
18028 hard wired.
18029
18030 2000-03-22 Gerd Moellmann <gerd@gnu.org>
18031
18032 * startup.el: Change some spellings for the X Window System.
18033
18034 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
18035
18036 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
18037 Clean up the code and the regexp and make sure the cursor is
18038 temporarily moved to the suspicious line while querying the user.
18039
18040 2000-03-22 Jason Rumney <jasonr@gnu.org>
18041
18042 * w32-fns.el (w32-charset-info-alist): Initialize.
18043
18044 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18045
18046 * ps-print.el: N-up last page fix.
18047 (ps-print-version): New version number (5.1.1).
18048 (ps-end-file, ps-end-job, ps-generate): Code fix.
18049
18050 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18051
18052 * files.el (find-file-run-dired): Update docstring.
18053 (find-directory-functions): New hook.
18054 (find-file-noselect): Run find-directory-functions rather than
18055 calling dired directly.
18056
18057 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
18058
18059 * pcvs.el: Add a minimal leading commentary.
18060 (cvs-make-cvs-buffer): Change the header part by removing the startup
18061 message and adding a `Module' entry. Also replace the FOOTER and
18062 HEADER special fileinfos with the new support in ewoc for updating
18063 its own footer and header.
18064 (cvs-update-header): Update to use the header/footer of the ewoc.
18065 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
18066 (cvs-is-within-p): New function.
18067 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
18068 to only examine some subset of the buffers.
18069
18070 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
18071 `format' instead of our own ad-hoc functions.
18072 Remove HEADER and FOOTER cases, now handled in the EWOC.
18073 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
18074
18075 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
18076 output to avoid scaring the user.
18077 (cvs-parse-table): Catch message for non-up-to-date commits.
18078
18079 * pcvs-defs.el (cvs-startup-message): Remove.
18080 (cvs-global-menu): New autoloaded menu.
18081
18082 * pcvs-util.el (cvs-string-fill): Remove.
18083
18084 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
18085 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
18086 PP part of it and also make it work for footers and headers.
18087 (ewoc-create): Drop POS and BUFFER arguments.
18088 Use the DLL's dummy node to store the end-of-footer position.
18089 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
18090 (ewoc-refresh): Remove unused `header' variable.
18091 (ewoc-(get|set)-hf): New functions.
18092
18093 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
18094 log-view-*-(message|file) and use easy-mmode-define-navigation.
18095 (log-view-message-re): Match SCCS format as well.
18096 And match the revision line rather than the dashed separator line.
18097 (log-view-mode): Use the new define-derived-mode.
18098 (log-view-current-tag): Fill in with an actual implementation.
18099
18100 * cvs-status.el (cvs-status-(prev|next)): Rename from
18101 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
18102 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
18103 to let the output "breathe" a little more (more readable).
18104 (cvs-status-mode): Use the new define-derived-mode.
18105
18106 * smerge-mode.el (smerge-auto-leave): New function and variable.
18107 (smerge-basic-map): Rename from smerge-basic-keymap.
18108 Change the bindings for smerge-diff-*.
18109 (smerge-*-map): Use easy-mmode-defmap.
18110 (smerge-(next|prev)): Use easy-mmode-define-navigation.
18111 (smerge-keep-*): Use smerge-auto-leave.
18112
18113 2000-03-21 Jason Rumney <jasonr@gnu.org>
18114
18115 * cus-edit.el (custom-button-face): Use 3D look for w32.
18116 (custom-button-pressed-face): Likewise.
18117
18118 2000-03-21 Gerd Moellmann <gerd@gnu.org>
18119
18120 * progmodes/etags.el (tags-case-fold-search): New user-option.
18121 (tags-loop-eval): New function. Bind case-fold-search around eval
18122 depending on the value of tags-case-fold-search.
18123 (tags-loop-continue): Use tags-loop-eval.
18124 (find-tag-in-order): Bind case-fold-search depending on the value
18125 of tags-case-fold-search.
18126
18127 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
18128
18129 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
18130 (diff-end-of-hunk): Return the end position for use in
18131 `easy-mmode-define-navigation'.
18132 (diff-recenter): Remove.
18133 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
18134 of `easy-mmode-define-navigation'.
18135 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
18136 previous renaming) and fix to use new names.
18137 (diff-merge-strings): Use \n as separator: simpler, faster.
18138 (diff-mode): Use `define-derived-mode'.
18139
18140 * derived.el (define-derived-mode): Don't autoload anymore.
18141 Prefer the macro-only version provided by easy-mmode.el.
18142
18143 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
18144 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
18145 (easy-mmode-define-navigation): New macro.
18146
18147 * subr.el (combine-run-hooks): New function.
18148
18149 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
18150
18151 * term/x-win.el: Fontsets related initialization is simplified.
18152
18153 * international/mule-diag.el (describe-font): Don't refer to
18154 global-fontset-alist, instead call font-list.
18155 (describe-fontset, list-fontsets, mule-diag): Likewise.
18156 (print-fontset): Adjusted for the change of fontset implementation.
18157
18158 * international/fontset.el (x-charset-registries): Variable removed,
18159 instead the corresponding data is stored in the default fontset.
18160 (register-alternate-fontnames): Function removed.
18161 (resolved-ascii-font): Variable removed.
18162 (x-compose-font-name): Ignore the second argument REDOCE.
18163 (x-complement-fontset-spec): Complement only an ASCII font and
18164 element for those charsets than can use that ASCII font.
18165 (generate-fontset-menu): Don't refer to global-fontset-alist,
18166 instead call fontset-list.
18167 (uninstantiated-fontset-alist): Variable removed.
18168 (x-style-funcs-alist): Likewise.
18169 (fontset-default-styles): Likewise.
18170 (x-modify-font-name): Function removed.
18171 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
18172 (create-fontset-from-ascii-font): Docsting adjusted for the above
18173 change.
18174 (instantiate-fontset, resolve-fontset-name): Functions removed.
18175 (fontset-list): Now implemented by C code.
18176
18177 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18178 (describe-face): Include `font' attribute in the description.
18179
18180 2000-03-21 Kenichi Handa <handa@etl.go.jp>
18181
18182 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18183
18184 2000-03-20 Gerd Moellmann <gerd@gnu.org>
18185
18186 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18187 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18188 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18189
18190 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18191 about behavior of set-buffer-modified-p wrt redisplay.
18192
18193 2000-03-19 Richard M. Stallman <rms@gnu.org>
18194
18195 * view.el (view-mode-disable): Kill local binding of view-read-only.
18196
18197 2000-03-18 Gerd Moellmann <gerd@gnu.org>
18198
18199 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
18200 is a string, convert it to a syntax cell using string-to-syntax.
18201
18202 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18203 (string-to-syntax): New function.
18204
18205 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18206 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18207 try to use passive ftp mode.
18208
18209 2000-03-17 Gerd Moellmann <gerd@gnu.org>
18210
18211 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18212
18213 * simple.el (append-to-buffer): Update point of windows after
18214 insertion.
18215
18216 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18217 forward then moving backward. Reindent.
18218
18219 * frame.el (other-frame): Call x-focus-frame only if
18220 focus-follows-mouse is off.
18221
18222 2000-03-17 Dave Love <fx@gnu.org>
18223
18224 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
18225
18226 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18227
18228 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18229 regexp for labels cannot span several lines.
18230
18231 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18232 `(setq :<key> ':<key>)' to the macro expansion.
18233
18234 2000-03-16 Dave Love <fx@gnu.org>
18235
18236 * progmodes/f90.el (f90): Put custom group under `languages', not
18237 `fortran'.
18238 (f90-mode-hook): Customize.
18239 (f90-mode): Set add-log-current-defun-function.
18240 (f90-current-defun): New function.
18241
18242 2000-03-16 Gerd Moellmann <gerd@gnu.org>
18243
18244 * cus-edit.el (custom-variable-tag-face): Handle case that
18245 default face's height is not a number.
18246 (custom-face-tag-face, custom-group-tag-face-1)
18247 (custom-group-tag-face): Ditto.
18248 (custom-group-tag-face-1): Add :group.
18249
18250 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18251
18252 2000-03-15 Gerd Moellmann <gerd@gnu.org>
18253
18254 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18255 requiring easymenu.
18256
18257 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18258
18259 * ps-print.el: PostScript user-defined prologue, PostScript error
18260 handler, doc fix.
18261 (ps-print-version): New version number (5.1).
18262 (ps-user-defined-prologue, ps-error-handler-message)
18263 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18264 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18265 (ps-insert-string): New function.
18266
18267 2000-03-15 Kenichi Handa <handa@etl.go.jp>
18268
18269 * international/ccl.el (ccl-compile-expression): Don't generate
18270 invalid self-assignment code.
18271
18272 2000-03-14 Dave Love <fx@gnu.org>
18273
18274 * subr.el (replace-regexp-in-string): Renamed from
18275 replace-regexps-in-string. Doc fix.
18276
18277 2000-03-12 Dave Love <fx@gnu.org>
18278
18279 * cus-edit.el: Doc fixes.
18280 (customize-set-variable, customize-save-variable): Rename args for doc.
18281 (custom-variable-tag-face, custom-face-tag-face)
18282 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18283 style which user identify as hyperlink.
18284 (hook): Don't add undefined functions to the hook.
18285 (debug-ignored-errors): Transfer message from bindings.el.
18286
18287 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18288
18289 * recentf.el (recentf-keep-non-readable-files-p):
18290 Remove double/nested definition.
18291
18292 2000-03-12 Dave Love <fx@gnu.org>
18293
18294 * facemenu.el (facemenu-get-face): Use display-color-p.
18295 * enriched.el (enriched-decode-foreground): Likewise.
18296 (enriched-decode-background): Likewise.
18297 * isearch.el (isearch-highlight): Likewise.
18298 * info-look.el (info-lookup): Likewise.
18299 * simple.el (completion-setup-function): Likewise.
18300
18301 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18302 :options.
18303
18304 * bindings.el (mode-line-format): Fix line-number and
18305 column-number items. Add help-echo for the background.
18306 (mode-line-mule-info): Modify help-echo.
18307
18308 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18309
18310 * files.el (load-file): Allow completion to .elc.
18311
18312 * man.el: Doc fixes.
18313 (Man-init-defvars): Use display-color-p to set fontification.
18314
18315 * play/hanoi.el (hanoi-internal): Don't use oddp.
18316
18317 2000-03-12 Gerd Moellmann <gerd@gnu.org>
18318
18319 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18320
18321 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18322
18323 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18324
18325 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18326 Fix comment.
18327
18328 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18329
18330 * font-lock.el (font-lock-keywords): Fix the doc now that
18331 regexp-opt-depth is unnecessary.
18332 (save-buffer-state): Set an edebug spec.
18333 (font-lock-fontify-anchored-keywords): Properly handle the case when
18334 the matcher goes past the limit.
18335
18336 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18337 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18338
18339 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18340 dll.el and cookie.el (from Elib) with heavy renaming and other
18341 massaging.
18342
18343 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18344 Autoload the functions used.
18345 (easy-mmode-define-syntax): Fix CL typo.
18346 (easy-mmode-define-derived-mode): Improve the docstring generation.
18347
18348 2000-03-10 Gerd Moellmann <gerd@gnu.org>
18349
18350 * textmodes/texinfo.el (texinfo-version): Variable and function
18351 removed.
18352
18353 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18354
18355 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18356 allow more flexibility.
18357 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
18358 (easy-mmode-defmap, easy-mmode-defsyntax)
18359 (easy-mmode-define-derived-mode): New macros.
18360
18361 2000-03-09 Didier Verna <didier@xemacs.org>
18362
18363 * rect.el (replace-rectangle): New function.
18364
18365 2000-03-09 Dave Love <fx@gnu.org>
18366
18367 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
18368 (fortran-comment-line-start-skip): Don't match cpp stuff.
18369 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18370 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18371 (fortran-mode): Don't set fortran-comment-line-start-skip,
18372 fortran-comment-line-start here. Set comment-start,
18373 add-log-current-defun.
18374 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18375 (fortran-current-defun): New function.
18376
18377 2000-03-09 Gerd Moellmann <gerd@gnu.org>
18378
18379 * emacs-lisp/re-builder.el: New file.
18380
18381 * mouse.el (mouse-drag-region): Don't run up-event handler
18382 if hscroll has changed.
18383
18384 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18385 builtin operators, use `font-lock-builtin-face' for Emacs and
18386 `font-lock-preprocessor-face' otherwise.
18387
18388 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18389 `(defun (setf foo)' differently.
18390
18391 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18392
18393 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18394 (regexp-opt): Update comment and adapt the code the new meaning of
18395 the `paren' argument of regex-opt-group for shy-groups.
18396 (regexp-opt-depth): Handle shy groups as well as backslashed
18397 backslashes.
18398 (regexp-opt-group): Turn the leading comment into a docstring.
18399 Allow `paren' to be a string (the string to use to open a group).
18400 Remove open-presuf and close-presuf. Instead of checking for `all
18401 one-char' and then later on check for `several one-char', handle
18402 both cases close together. Also apply a more generic algorithm
18403 for suffixes (the mirror image of the algorithm used for
18404 prefixes). Use shy-groups. Use nreverse rather than reverse.
18405 (regexp-opt-try-suffix): Removed.
18406
18407 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18408 from comint-mode-map, so we can just inherit from it. Also, move
18409 the initialization into the `defvar' since there's no docstring
18410 anyway and it's fairly short.
18411 (inferior-scheme-mode): Define it as derived-mode: the code is
18412 shorter and this way we inherit from comint-mode-map rather than
18413 copying it.
18414
18415 * subr.el (replace-regexps-in-string): Properly handle the case
18416 where we match an empty string.
18417
18418 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18419 when the command has a directory component (such as "./testml").
18420 Also fix a typo in the comment.
18421
18422 2000-03-08 Gerd Moellmann <gerd@gnu.org>
18423
18424 * Makefile (compile-files): Compile files one by one because
18425 that's the only way to ensure a clean compilation environment for
18426 each individual file.
18427
18428 * frame.el (other-frame): Call x-focus-frame.
18429
18430 2000-03-07 Dave Love <fx@gnu.org>
18431
18432 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18433 :require to defcustom.
18434
18435 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
18436
18437 * files.el (auto-mode-alist): Add configure.in.
18438
18439 * progmodes/autoconf.el: New file.
18440
18441 2000-03-07 Gerd Moellmann <gerd@gnu.org>
18442
18443 * mail/mh-e.el: Change maintainer to `none'.
18444
18445 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18446 to remove-hook and add-hook.
18447
18448 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18449
18450 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18451 it as the default.
18452 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18453 (sendmail-send-it): Conditionally add MIME headers specifying the
18454 used character set.
18455
18456 2000-03-07 Dave Love <fx@gnu.org>
18457
18458 * winner.el: Fix keywords, autoload cookies.
18459 Split eval-when-compile form to avoid compilation failure.
18460
18461 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18462
18463 * international/mule.el: Modify comment about coding system
18464 property `coding-category'.
18465 (make-coding-system): New argument EOL-TYPE. Pay attention to
18466 coding-category property of PROPERTIES.
18467
18468 * international/mule-conf.el (coding-category-utf-8)
18469 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
18470 categories. Include them in the argument for set-coding-priority.
18471
18472 * international/mule-cmds.el (reset-language-environment):
18473 Include coding-category-utf-8, coding-category-utf-16-be, and
18474 coding-category-utf-16-le in the argument for set-coding-priority.
18475 (reset-language-environment): Initialize coding-category-utf-8,
18476 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18477
18478 2000-03-06 Karl Fogel <kfogel@red-bean.com>
18479
18480 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18481 code abstracted out of `bookmark-jump-noselect'. Now tries info
18482 extensions as well as compression extensions.
18483 (bookmark-jump-noselect): Use above new func.
18484
18485 2000-03-03 Gerd Moellmann <gerd@gnu.org>
18486
18487 * strokes.el: Change maintainer's mail address.
18488
18489 2000-03-03 Kenichi Handa <handa@etl.go.jp>
18490
18491 * international/mule-diag.el (list-character-sets): Make help-echo
18492 string by substitute-command-keys.
18493 (list-character-sets): Likewise.
18494 (sort-listed-character-sets): Call help-setup-xref.
18495
18496 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18497
18498 * time.el (display-time-mail-file): Add `none' to the list of choices.
18499
18500 2000-03-01 Dave Love <fx@gnu.org>
18501
18502 * help.el (help-xref-go-back): Don't try to set position.
18503
18504 * international/mule-diag.el (list-character-sets):
18505 Call help-setup-xref. Add help-echo to xrefs.
18506 (list-character-sets-1): Add help-echo to xrefs.
18507
18508 2000-03-02 Gerd Moellmann <gerd@gnu.org>
18509
18510 * frame.el (blink-cursor-mode): Switch cursor on when turning
18511 the mode off.
18512
18513 * add-log.el (add-log-current-defun): Add support for
18514 Autoconf mode.
18515
18516 * mail/rmail.el (rmail-quit-hook): New variable.
18517
18518 2000-03-01 Dave Love <fx@gnu.org>
18519
18520 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18521
18522 * help.el (help-xref-button): Add help-echo arg.
18523 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18524
18525 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
18526
18527 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
18528
18529 2000-03-01 Gerd Moellmann <gerd@gnu.org>
18530
18531 * image.el (defimage): Look for image files in load-path.
18532
18533 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
18534
18535 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18536
18537 * recentf.el (recentf): Added version tag to the defgroup of recentf.
18538
18539 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18540
18541 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
18542 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18543 action to select/unselect a file.
18544 (recentf-edit-list): Code cleanup and improvement.
18545 (recentf-open-more-files-action): `recentf-open-more-files' button
18546 widget action to open a file.
18547 (recentf-open-more-files): No more use standard completion but widgets.
18548 (recentf-more-collection): Deleted.
18549 (recentf-more-history): Deleted.
18550 (recentf-setup-more-completion): Deleted.
18551
18552 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18553
18554 * recentf.el (recentf-mode): No more needs that Emacs is running
18555 under a window-system.
18556
18557 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18558
18559 * recentf.el (recentf-edit-list): New command to edit the recent
18560 list which allow the user to remove files.
18561 (recentf-edit-selected-items): New global variable, used by
18562 `recentf-edit-list' to hold the list of files to be removed from
18563 the recent list.
18564 (recentf-make-menu-items): Updated to display a "Edit list..."
18565 menu item. Minor code cleanup.
18566
18567 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18568
18569 * recentf.el (recentf-open-more-files): New command to open files
18570 that are not displayed in the menu.
18571 (recentf-more-collection): New global variable holding the set of
18572 permissible completions used by `recentf-open-more-files'.
18573 (recentf-more-history): New global variable holding the history list
18574 used by `recentf-open-more-files' completion.
18575 (recentf-setup-more-completion): New function to setup completion for
18576 `recentf-open-more-files'.
18577 (recentf-make-menu-items): Updated to display a "More..." menu item.
18578
18579 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18580
18581 * recentf.el (recentf-menu-action): Doc fixed.
18582
18583 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
18584
18585 * recentf.el (recentf-menu-filter): Doc updated.
18586 (recentf-update-menu-hook): Allow menu filters to force menu update.
18587 (recentf-make-menu-items): New menu filter handling.
18588 (recentf-make-menu-item): New helper function.
18589 (recentf-menu-elements): New menu handling function.
18590 (recentf-sort-ascending): Updated to new menu filter handling.
18591 (recentf-sort-descending): Updated to new menu filter handling.
18592 (recentf-sort-basenames-ascending): New menu filter function.
18593 (recentf-sort-basenames-descending): New menu filter function.
18594 (recentf-show-basenames): New menu filter function.
18595 (recentf-show-basenames-ascending): New menu filter function.
18596 (recentf-show-basenames-descending): New menu filter function.
18597
18598 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18599
18600 * diary-lib.el (list-diary-entries): Don't try to go forward at
18601 the end of the buffer.
18602
18603 2000-02-29 Kenichi Handa <handa@etl.go.jp>
18604
18605 * international/mule-diag.el (list-character-sets):
18606 Completely rewritten.
18607 (sort-listed-character-sets): New function.
18608 (list-character-sets-1): Completely rewritten.
18609 (list-character-sets-2): New function.
18610 (non-iso-charset-alist): New variable.
18611 (decode-codepage-char): New function.
18612 (charset-history): New variable.
18613 (read-charset) (list-block-of-chars)
18614 (list-iso-charset-chars)
18615 (list-non-iso-charset-chars)
18616 (list-charset-chars): New functions.
18617 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
18618 (dump-charsets): Likewise.
18619
18620 2000-02-29 Gerd Moellmann <gerd@gnu.org>
18621
18622 * dired-x.el (dired-filename-at-point): Add `@' to valid
18623 file name characters.
18624 (dired-filename-at-point): Handle ange-ftp file names.
18625
18626 * frame.el (frame-notice-user-settings): Use assq-delete-all
18627 instead of assoc-delete-all.
18628 (frame-notice-user-settings): Ditto.
18629
18630 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18631 Don't copy alist.
18632
18633 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18634
18635 * calculator.el (calculator-use-menu): New option.
18636 (calculator-initial-bindings): Changed some bindings to work as macros.
18637 (calculator-forced-input): Removed.
18638 (calculator-restart-other-mode): New variable.
18639 (calculator-mode-map): Set up menu.
18640
18641 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18642
18643 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
18644
18645 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18646
18647 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
18648 translate all ESC key sequences.
18649 (viper-goto-mark-subr): Restore markers for files for which
18650 they were saved.
18651 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18652 * viper-util.el (viper-set-replace-overlay-glyphs)
18653 (viper-set-replace-overlay): Always check if the replacement
18654 overlay is live.
18655 * viper.el (viper-vi-state-mode-list): Add major modes.
18656 * ediff-wind.el: Minor comment changes.
18657 * ediff.el: Copyright notice date fix.
18658
18659 2000-02-27 Jason Rumney <jasonr@gnu.org>
18660
18661 * faces.el (face-font-family-alternatives): Add arial to helv.
18662 (mode-line, header-line, tool-bar): Same default as x for w32.
18663 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18664 face-font-family-alternatives from working.
18665 * term/w32-win.el (mouse-set-font): Do not build fontset from
18666 chosen font.
18667
18668 2000-02-25 Sam Steingold <sds@goems.com>
18669
18670 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18671 properly.
18672
18673 2000-02-25 Richard M. Stallman <rms@gnu.org>
18674
18675 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18676
18677 2000-02-25 Gerd Moellmann <gerd@gnu.org>
18678
18679 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
18680
18681 * frame.el (busy-cursor-delay-seconds): New option.
18682
18683 2000-02-24 Gerd Moellmann <gerd@gnu.org>
18684
18685 * frame.el (show-cursor-in-non-selected-windows): New option.
18686
18687 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18688
18689 * diary-lib.el (include-other-diary-files): Undo the selective
18690 display in any included file and don't kill it.
18691
18692 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18693
18694 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18695 Menu items converted to (menu-item format, help strings added.
18696 [downcase, upcase]: Don't enable on MS-DOS.
18697 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
18698 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18699
18700 2000-02-23 Dave Love <fx@gnu.org>
18701
18702 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18703 (backward-kill-word): Revert addition of * to interactive spec --
18704 it's a feature.
18705
18706 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18707 (backward-kill-sentence, kill-sentence): Likewise.
18708
18709 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18710 scratch buffer name.
18711 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
18712
18713 * term/w32-win.el (internal-face-interactive): Update prompt for
18714 new read-face-name.
18715
18716 * mail/footnote.el (footnote): Add :version to defgroup.
18717 (footnote-section-tag-regexp): Customize.
18718 (footnote-start-tag, footnote-end-tag): New option.
18719 (footnote-latin-regexp): New variable.
18720 (Footnote-latin): New function.
18721 (footnote-style-alist): Add element for latin style.
18722 (footnote-style): Moved.
18723 (Footnote-goto-footnote): Use eq to test arg.
18724
18725 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18726
18727 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18728 (byte-compile-trueconstp): Include keywords.
18729 (byte-optimize-quote, byte-optimize-lapcode):
18730 Use byte-compile-const-symbol-p.
18731 (byte-optimize-char-before): New optimization.
18732
18733 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18734 (byte-compile-const-symbol-p): New function.
18735 (byte-compile-constp, byte-compile-out-toplevel)
18736 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18737 Use it.
18738
18739 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18740
18741 2000-02-23 Kenichi Handa <handa@etl.go.jp>
18742
18743 * international/encoded-kb.el: Be sure to update minor-mode-alist
18744 and minor-mode-map-alist.
18745 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18746 codes SS2 and SS3 correctly.
18747 (encoded-kbd-self-insert-ccl): New function.
18748 (encoded-kbd-setup-keymap): New function.
18749 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18750 by calling encoded-kbd-setup-keymap.
18751
18752 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18753 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
18754
18755 2000-02-22 Dave Love <fx@gnu.org>
18756
18757 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
18758 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
18759 (lisp-mode-syntax-table): Set up for #|...|# comments.
18760 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18761 classes. Match `defface'.
18762 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18763 (eval-defun-1): Fix for defcustom.
18764 (lisp-indent-region): Doc fix.
18765
18766 * subr.el (when, unless, split-string): Doc fix.
18767 (read-passwd): Move call of clear-this-command-keys to the right place.
18768 (replace-regexps-in-string): New function.
18769
18770 2000-02-22 Gerd Moellmann <gerd@gnu.org>
18771
18772 * help.el (describe-variable): Set syntax table to
18773 emacs-lisp-mode-syntax-table when moving forward over the
18774 symbol's name.
18775
18776 2000-02-22 Dave Love <fx@gnu.org>
18777
18778 * xt-mouse.el: Doc fixes.
18779 (xterm-mouse-position-function): New function, replacing advice of
18780 mouse-position.
18781 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18782
18783 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18784
18785 2000-02-21 Gerd Moellmann <gerd@gnu.org>
18786
18787 * format.el (format-annotate-single-property-change):
18788 Handle properties.with dotted-list values.
18789 (format-proper-list-p): New function.
18790
18791 * enriched.el (enriched-face-ans): Handle '(foreground-color
18792 . COLOR) and (background-color . COLOR).
18793
18794 2000-02-20 Dave Love <fx@gnu.org>
18795
18796 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18797 and assignments to it.
18798 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18799 current local map.
18800 (make-flyspell-overlay): Use it.
18801 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18802
18803 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18804 (lm-get-header-re): Defun, not defsubst.
18805 (lm-get-package-name): Defun, not defsubst. Simplify.
18806 (lm-version): Doc fix. Simplify.
18807 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18808 (lm-crack-address, lm-last-modified-date, lm-commentary)
18809 (lm-verify, lm-synopsis): Simplify.
18810 (lm-report-bug): Require emacsbug. Use compose-mail.
18811
18812 2000-02-20 Gerd Moellmann <gerd@gnu.org>
18813
18814 * dired.el (dired-mode): Call propertized-buffer-identification
18815 to set mode-line-buffer-identification to something having
18816 the right text properties.
18817
18818 * bindings.el (propertized-buffer-identification): New function.
18819
18820 2000-02-20 Dave Love <fx@gnu.org>
18821
18822 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18823 check for t-mouse too.
18824
18825 * cus-start.el: Make echo-keystrokes `number'.
18826
18827 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18828
18829 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18830 Don't call ring-empty-p unless tags-location-ring is bound.
18831 From Noah Friedman <friedman@splode.com>.
18832
18833 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18834
18835 * progmodes/hideshow.el (hs-flag-region): No longer use
18836 `intangible' overlay property.
18837
18838 (hs-toggle-hiding): New command.
18839 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18840
18841 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18842 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18843 and deactivation.
18844
18845 2000-02-18 Gerd Moellmann <gerd@gnu.org>
18846
18847 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18848
18849 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18850
18851 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18852
18853 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18854 of `*' to handle `(* ... *)' comments.
18855
18856 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18857
18858 * faces.el (list-faces-display): Use display-mouse-p instead of
18859 window-system.
18860
18861 * menu-bar.el (global-map): Menu-bar items converted to the new
18862 format (menu-item..., rearranged for better CUA compliance, and
18863 their names changed for better clarity. Help strings added.
18864
18865 * international/mule-cmds.el (mule-menu-keymap)
18866 (describe-language-environment-map, set-coding-system-map)
18867 (setup-language-environment-map): Convert to new (menu-item...
18868 form, add help strings. Change names of menu items for better clarity.
18869 "Mule" menu-bar item removed (it's now in the "Options" submenu).
18870
18871 2000-02-17 Gerd Moellmann <gerd@gnu.org>
18872
18873 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18874 within the code.
18875
18876 2000-02-16 Dave Love <fx@gnu.org>
18877
18878 * faces.el: Don't require custom. Add more specific :groups to
18879 various deffaces.
18880 (set-face-attribute): Purecopy args.
18881 (read-face-name): Default to name at point and use it in prompt.
18882 Remove colon from arg in all callers.
18883 (list-faces-display): Hyperlink to face descriptions and customize
18884 buffers.
18885
18886 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18887
18888 * wid-edit.el (widget-match-inline): An atom never matches a list.
18889
18890 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18891
18892 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18893 at ':' characters by call to split-string.
18894
18895 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18896
18897 * textmodes/bibtex.el: Added RCS version identification.
18898
18899 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18900
18901 * textmodes/bibtex.el: Some temporary comments removed.
18902 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
18903 (bibtex-field-const): Allow capital letters.
18904 (bibtex-start-of-string): Deleted because unused.
18905
18906 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18907 use the term 'reference' to describe a bibtex entry as a whole.
18908 Further, reference keys are no longer called 'labels'.
18909 (bibtex-keys): Renamed to bibtex-reference-keys.
18910 (bibtex-reformat-previous-labels): Renamed to
18911 bibtex-reformat-previous-reference-keys.
18912 (bibtex-reference-type): Renamed to bibtex-entry-type.
18913 (bibtex-reference-head): Renamed to bibtex-entry-head.
18914 (bibtex-reference-maybe-empty-head): Renamed to
18915 bibtex-entry-maybe-empty-head.
18916 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18917 (bibtex-search-reference): Renamed to bibtex-search-entry.
18918 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18919 bibtex-enclosing-entry-maybe-empty-head.
18920 (bibtex-entry-field-alist, bibtex-entry-head)
18921 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18922 (bibtex-map-entries, bibtex-search-entry)
18923 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18924 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18925 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18926 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18927 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18928 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18929 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
18930
18931 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18932
18933 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18934 comment.
18935 (bibtex-format-field-delimiters): New function, functionality
18936 extracted from bibtex-format-entry.
18937 (bibtex-autokey-get-yearfield-digits): New function, functionality
18938 extracted from bibtex-autokey-get-yearfield.
18939
18940 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18941 entries in order to avoid stack overflow in the regexp matcher if
18942 field contents become large.
18943 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18944 (bibtex-field-string-part-not-braced)
18945 (bibtex-field-string-part-no-inner-braces)
18946 (bibtex-field-string-part-1-inner-brace)
18947 (bibtex-field-string-part-2-inner-braces)
18948 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18949 (bibtex-field-string-quoted, bibtex-field-string)
18950 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18951 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18952 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18953 Deleted as parsing is now performed by the following functions.
18954 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18955 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18956 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18957 (bibtex-parse-association, bibtex-field-name-for-parsing)
18958 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18959 (bibtex-search-forward-field, bibtex-search-backward-field)
18960 (bibtex-start-of-field, bibtex-end-of-field)
18961 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18962 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18963 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18964 (bibtex-parse-string, bibtex-search-forward-string)
18965 (bibtex-search-backward-string, bibtex-start-of-string)
18966 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18967 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18968 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
18969 entries. Instead of reporting the results of the parsing by
18970 match-beginning or match-end, these functions return data structures
18971 that hold the corresponding positions.
18972 (bibtex-enclosing-field): Changed to also report field boundaries by
18973 return values rather than by match-beginning or match-end.
18974 The following functions have been adapted to use the new
18975 parsing functions.
18976 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18977 (bibtex-enclosing-field, bibtex-format-entry)
18978 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18979 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18980 (bibtex-print-help-message, bibtex-end-of-entry)
18981 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18982 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18983 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18984 Use the new method for parsing.
18985 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18986 (bibtex-map-entries, bibtex-flash-head)
18987 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18988 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18989 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18990 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18991 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18992 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18993 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18994 order to make the new binding of case-fold-search immediately visible.
18995
18996 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18997
18998 * textmodes/bibtex.el: Copyright notice is up to date.
18999 Added constant 'bibtex-maintainer-salutation.
19000
19001 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
19002 than make-temp-name, use match-string-no-properties and eliminate
19003 a quadratic behavior when building bibtex-strings.
19004
19005 * bibtex.el (bibtex-reference-key): Accept string entries whose
19006 reference key contains upper case letters.
19007
19008 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19009
19010 * bibtex.el (bibtex-reference-head): Allow entries to start with
19011 a new line.
19012
19013 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19014
19015 * bibtex.el: Hiding of entry bodies is not longer provided by
19016 bibtex.el directly. Instead the hideshow package can be used.
19017 Added a special bibtex entry to hs-special-modes-alist.
19018 (bibtex-hs-forward-sexp): Added for hideshow.el.
19019
19020 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
19021
19022 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
19023 proceedings entry type (for cross referencing). Thanks to Wagner
19024 Toledo Correa for the suggestion.
19025
19026 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
19027
19028 2000-02-14 Kenichi Handa <handa@etl.go.jp>
19029
19030 * international/characters.el: Setup case table for Vietnamese.
19031
19032 2000-02-12 Gerd Moellmann <gerd@gnu.org>
19033
19034 * uniquify.el (toplevel): Require CL at compile time.
19035 (uniquify-push): Removed.
19036
19037 * shadowfile.el (shadow-when): Removed.
19038
19039 * tempo.el (tempo-dolist, tempo-mapc): Removed.
19040 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
19041
19042 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
19043 regexp for paragraph-start.
19044
19045 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
19046 commas as well.
19047
19048 2000-02-10 Dave Love <fx@gnu.org>
19049
19050 * wid-edit.el: (widgets) [defgroup]: Remove url link.
19051 (widget-color-choice-list, widget-color-history, widget-mouse-help):
19052 Deleted.
19053 (widget-specify-field, widget-specify-button): Don't use
19054 widget-mouse-help as help-echo property.
19055 (default): Use #'ignore for :validate and :mouse-down-action.
19056 (checkbox): Add help-echo.
19057 (widget-sexp-validate): Rewritten to clarify error messages.
19058 (character): Use char-valid-p in :match function.
19059 (widget-color-complete): Use facemenu-color-alist.
19060 (widget-color-action): Use facemenu-read-color.
19061
19062 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
19063 set up `caar' &c that we now have.
19064
19065 2000-02-09 Ray Blaak <blaak@gnu.org>
19066
19067 * delphi.el: Make resourcestring a declaration region, like const
19068 and var.
19069
19070 2000-02-09 Dave Love <fx@gnu.org>
19071
19072 * bindings.el (mode-line-input-method-map): New variable.
19073 (mode-line-mule-info): Use it; fix last change.
19074 (mode-line-mode-menu): Move definition.
19075 (mode-line-mouse-sensitive-p): Deleted.
19076 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
19077 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
19078
19079 * startup.el (command-line-1): Don't call
19080 make-mode-line-mouse-sensitive.
19081
19082 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
19083
19084 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
19085 before rmail-toggle-header, because the former toggles headers.
19086
19087 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
19088
19089 * diff-mode.el (diff-kill-junk): New interactive function.
19090 (diff-reverse-direction): Use delete-and-extract-region.
19091 (diff-post-command-hook): Restrict the area so that the hook also works
19092 outside of any diff hunk. This is necessary for the minor-mode.
19093 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
19094 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
19095
19096 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
19097 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
19098 so that it can be used more easily in <foo>-mode-hook. Also make sure
19099 to avoid duplicate entries.
19100 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
19101 (font-lock-remove-keywords): Just as was done for `add', allow it to
19102 work even if font-lock-mode is nil. Also make sure we don't modify
19103 any pre-existing list by forcing a copy-sequence. Finally rename
19104 `major-mode' to `mode'.
19105 (font-lock-fontify-syntactic-anchored-keywords)
19106 (font-lock-fontify-anchored-keywords)
19107 (font-lock-fontify-keywords-region): Use line-end-position.
19108 Don't make `font-lock-multiline' local (it's now done in
19109 font-lock-set-defaults).
19110 (font-lock-set-defaults): Make `font-lock-multiline' local.
19111 Move the `font-lock-fontified' creation to inside the `unless'.
19112
19113 2000-02-06 Andrew Innes <andrewi@gnu.org>
19114
19115 * term/w32-win.el (x-handle-args): Comment out call to message,
19116 which occurs before window system is initialized.
19117
19118 * makefile.nt: Add support for recompiling lisp code.
19119
19120 2000-02-04 Dave Love <fx@gnu.org>
19121
19122 * bindings.el (mode-line-mule-info): Fix/extend last change.
19123
19124 * completion.el: Replace completion-dolist with dolist.
19125
19126 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
19127
19128 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
19129
19130 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
19131 environment names before they go into the section regexp.
19132
19133 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
19134 char class in regexp.
19135
19136 * textmodes/reftex-parse.el (reftex-with-special-syntax):
19137 Bind `case-fold-search' to nil.
19138
19139 * progmodes/idlwave.el (idlwave-template):
19140 Respect `idlwave-abbrev-change-case'.
19141 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
19142 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
19143 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
19144 (idlwave-rw-case): New function.
19145 (idlwave-statement-match): Fixed problem with assignment regexp.
19146 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
19147 (idlwave-surround): New argument LENGTH to support padding of
19148 operators longer than 1 char.
19149
19150 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
19151 idlwave-shell-expression-overlay. Implemented printing of
19152 expressions on higher levels of the calling stack.
19153 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
19154 (idlwave-retrieve-expression-from-level): New function.
19155 (idlwave-shell-last-calling-stack): Variable removed.
19156 (idlwave-shell-reset): Argument action reversed (`visible' to
19157 `hidden'). Also remove stop-line overlay.
19158 (idlwave-shell-calling-stack-routine): New variable.
19159 (idlwave-shell-parse-stack-and-display): Messages now display
19160 negative level numbers.
19161 (idlwave-shell-mode): Set `modeline-format'.
19162 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
19163 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
19164 (idlwave-shell-print-expression-function): New option.
19165
19166 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19167 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
19168 `tool-bar' instead of `toolbar'.
19169
19170 2000-02-02 Dave Love <fx@gnu.org>
19171
19172 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19173 emacs-lisp-mode-hook. Don't check for defalias being defined.
19174
19175 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
19176 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19177 Use the new builtins directly.
19178
19179 * whitespace.el (whitespace): Add :version to defgroup.
19180
19181 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19182 Doc fix.
19183
19184 * thingatpt.el (sexp-at-point, symbol-at-point)
19185 (number-at-point, list-at-point): Add autoload cookie.
19186
19187 * recentf.el (recentf): Add :version to defgroup.
19188
19189 * quickurl.el (quickurl): Add :version to defgroup.
19190
19191 * elide-head.el (elide-head): Use point-marker more.
19192
19193 * bs.el (bs): Add :version to defgroup.
19194
19195 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19196
19197 * progmodes/delphi.el (delphi): Add :version to defgroup.
19198
19199 2000-02-02 Gerd Moellmann <gerd@gnu.org>
19200
19201 * ange-ftp.el (ange-ftp-write-region): Handle case that
19202 succeeding process operation sets a different coding system.
19203
19204 * calculator.el: New file.
19205
19206 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19207
19208 * frame.el (frames-on-display-list, framep-on-display): New functions.
19209 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19210 (display-selections-p, display-screens, display-pixel-width)
19211 (display-pixel-height, display-mm-width, display-mm-height)
19212 (display-backing-store, display-save-under, display-planes)
19213 (display-color-cells, display-visual-class): New functions.
19214
19215 * term/tty-colors.el (tty-color-gray-shades): New function.
19216
19217 * faces.el (display-color-p): Use framep-on-display.
19218 (display-grayscale-p): New function.
19219
19220 2000-01-31 Dave Love <fx@gnu.org>
19221
19222 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19223 (create-fontset-from-x-resource): Don't concat integers.
19224
19225 2000-01-31 Inge Frick <inge@nada.kth.se>
19226
19227 * view.el: Some changes in documentation. Removed some trailing
19228 whitespace. Changed some parameter names to agree with documentation.
19229 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19230 window is not deleted. Modifies change 1998-04-26.
19231
19232 2000-01-31 Gerd Moellmann <gerd@gnu.org>
19233
19234 * windmove.el: New file.
19235
19236 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19237 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19238 progmodes/ebnf-yac.el: Update copyright and license info.
19239
19240 * jit-lock.el (jit-lock-function): Widen before calculating
19241 end position.
19242 (jit-lock-stealth-chunk-start): Rewritten.
19243
19244 * info.el (Info-title-face-alist): Removed.
19245 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
19246 (Info-fontify-node): Use these faces.
19247
19248 2000-01-30 Gerd Moellmann <gerd@gnu.org>
19249
19250 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19251 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19252 `&allow-other-keywords'.
19253
19254 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19255 the list of directories scanned heuristically.
19256
19257 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
19258
19259 2000-01-30 Jason Rumney <jasonr@gnu.org>
19260
19261 * w32-fns.el: Define w32-tty-standard-colors.
19262
19263 * startup.el (command-line): Use w32-tty-standard-colors when in
19264 w32 console mode.
19265
19266 2000-01-30 Dave Love <fx@gnu.org>
19267
19268 * jka-compr.el (jka-compr-load): Fix up load-history.
19269
19270 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19271
19272 * emacs-lisp/cl-macs.el: Revert previous change.
19273
19274 2000-01-29 Dave Love <fx@gnu.org>
19275
19276 * facemenu.el: Purecopy various strings.
19277
19278 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19279 years. Deal with three-digit years.
19280
19281 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19282 Use defconst, purecopy.
19283 (help-back-label): Purecopy it.
19284
19285 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19286
19287 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19288 variable. If non-nil, order the buffer list according to the
19289 currently selected frame.
19290 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19291 non-nil, pass the selected frame to function buffer-list.
19292
19293 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19294
19295 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19296
19297 2000-01-28 Dave Love <fx@gnu.org>
19298
19299 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19300
19301 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19302 Don't use lisp-indent-hook property.
19303 (cl-abs): Remove.
19304
19305 * subr.el: Move out indent and edebug specs for when and unless.
19306
19307 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19308 when, unless.
19309
19310 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19311 unless, when.
19312
19313 2000-01-28 Gerd Moellmann <gerd@gnu.org>
19314
19315 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19316 `collecting' as synonym for `collect'.
19317
19318 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19319 for the case it contains spaces.
19320
19321 * simple.el (what-cursor-position): Change formatting of messages.
19322
19323 * frame.el (delete-other-frames): New function.
19324 (toplevel): Bind it to C-x 5 1.
19325
19326 * sort.el (sort-numeric-base): New option.
19327 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19328 interpret it as octal or hexadecimal. Use sort-numeric-base
19329 as default base.
19330
19331 * progmodes/glasses.el: New file.
19332
19333 2000-01-27 Gerd Moellmann <gerd@gnu.org>
19334
19335 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19336 userids differently.
19337
19338 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19339 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19340 progmodes/ebnf-yac.el: New files.
19341
19342 2000-01-26 Dave Love <fx@gnu.org>
19343
19344 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19345 on a function with an empty body. [From Eric Ludlam.]
19346
19347 2000-01-25 Andre Spiegel <spiegel@gnu.org>
19348
19349 * vc.el (vc-version-diff): Make sure file name is expanded.
19350
19351 2000-01-25 Gerd Moellmann <gerd@gnu.org>
19352
19353 * scroll-bar.el (scroll-bar-timer): Variable removed.
19354 (scroll-bar-toolkit-scroll): Don't use a timer.
19355
19356 2000-01-25 Kenichi Handa <handa@etl.go.jp>
19357
19358 * language/thai-util.el (thai-composition-function):
19359 Delete superfluous `a'.
19360
19361 2000-01-24 Dave Love <fx@gnu.org>
19362
19363 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19364 end-of-defun-function.
19365
19366 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
19367
19368 2000-01-22 Jason Rumney <jasonr@gnu.org>
19369
19370 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19371 conflicts with new face support.
19372
19373 2000-01-22 Richard M. Stallman <rms@gnu.org>
19374
19375 * replace.el (query-replace): Rename last arg to DELIMITED.
19376 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19377 (query-replace-regexp): Likewise.
19378
19379 2000-01-20 Richard M. Stallman <rms@gnu.org>
19380
19381 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19382
19383 * emacs-lisp/lisp.el (beginning-of-defun-function):
19384 Variable renamed from beginning-of-defun.
19385 Do not call make-variable-buffer-local.
19386 (beginning-of-defun-raw): Use new variable name; doc fix.
19387 (beginning-of-defun): Doc fix.
19388 (end-of-defun-function): Variable renamed from end-of-defun.
19389 Do not call make-variable-buffer-local.
19390 (end-of-defun): Use new variable name; doc fix.
19391
19392 * subr.el (dolist, dotimes): Copied from cl-macs.el
19393 and made to work.
19394
19395 * mail/undigest.el (rmail-digest-end-regexps):
19396 Variable replaces rmail-digest-end-regexp.
19397 Allows multiple regexps for detecting the end line.
19398 (undigestify-rmail-message): Corresponding changes.
19399
19400 2000-01-19 Dave Love <fx@gnu.org>
19401
19402 * files.el (user-init-file): Don't declare here -- is primitive.
19403
19404 * startup.el (command-line): Check for compiled user-init-file and
19405 set to uncompiled version if necessary.
19406
19407 2000-01-18 Gerd Moellmann <gerd@gnu.org>
19408
19409 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19410 (undigestify-rmail-message): Use it.
19411
19412 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19413
19414 2000-01-17 Gerd Moellmann <gerd@gnu.org>
19415
19416 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19417 of mini-buffer.
19418
19419 2000-01-14 Gerd Moellmann <gerd@gnu.org>
19420
19421 * emacs-lisp/copyright.el (copyright-update): Removed the
19422 requirement for a trailing space from `copyright-regexp', to
19423 support copyrights with owner specified on a separate line..
19424
19425 * align.el: New file.
19426
19427 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19428
19429 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19430
19431 2000-01-13 Dave Love <fx@gnu.org>
19432
19433 * ph.el: Removed. (Obsoleted by EUDC.)
19434
19435 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19436
19437 * net/eudc.el (toplevel): Remove autoloaded code installing
19438 menu with easymenu, because that causes build problems.
19439
19440 * frame.el (frame-notice-user-settings): New variable.
19441 (frame-notice-user-settings): Don't modify frame parameters
19442 if called a second time.
19443
19444 2000-01-13 Richard M. Stallman <rms@gnu.org>
19445
19446 * frame.el (frame-notice-user-settings):
19447 Notice default-frame-parameters even for non-window frames.
19448
19449 2000-01-13 Gerd Moellmann <gerd@gnu.org>
19450
19451 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19452 for Emacs.
19453 (eudc-bob-can-display-inline-images): Extend for Emacs.
19454 (eudc-bob-toggle-inline-display): Ditto.
19455 (eudc-bob-display-jpeg): Ditto.
19456
19457 2000-01-12 Gerd Moellmann <gerd@gnu.org>
19458
19459 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19460 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19461 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19462
19463 * add-log.el (add-change-log-entry): Fix error trying an
19464 `(insert nil)'.
19465
19466 * subdirs.el: Add `net' directory.
19467
19468 * net: New directory.
19469
19470 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19471 eval-last-sexp. Don't bind debug-on-error here.
19472 (eval-last-sexp): New function. Bind debug-on-error if
19473 eval-expression-debug-on-error is non-nil.
19474 (eval-defun-2, eval-defun): Likewise.
19475
19476 * simple.el (eval-expression): Don't bind debug-on-error if
19477 eval-expression-debug-on-error is nil. Detect changed
19478 debug-on-error, and propagate new value to global binding, if
19479 eval-expression-debug-on-error is non-nil,
19480 (eval-expression-debug-on-error): Change doc string.
19481
19482 2000-01-11 Richard M. Stallman <rms@gnu.org>
19483
19484 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19485
19486 * emacs-lisp/lisp-mode.el (with-syntax-table):
19487 Set up lisp-indent-function property.
19488
19489 * subr.el (with-syntax-table): Moved from simple.el.
19490
19491 * simple.el (with-syntax-table): Moved to subr.el.
19492
19493 2000-01-11 Gerd Moellmann <gerd@gnu.org>
19494
19495 * tmm.el (tmm-shortcut): Delete region after prompt instead
19496 of erasing buffer.
19497
19498 * textmodes/fill.el (fill-common-string-prefix): New function.
19499 (fill-context-prefix): Use the longest common prefix of first
19500 and second line fill prefix, if there is one.
19501
19502 2000-01-11 Richard M. Stallman <rms@gnu.org>
19503
19504 * array.el (array-mode): Don't use make-variable-buffer-local.
19505 Use make-local-variable for `truncate-lines'.
19506
19507 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19508
19509 * add-log.el (add-log-current-defun): Handle user-defined
19510 add-log-current-function returning nil,
19511
19512 * add-log.el (add-change-log-entry): Insert version number
19513 if having found a current function
19514
19515 * add-log.el (add-log-current-defun):
19516 Call `add-log-current-defun-function'. Try matches at level 0 and
19517 level 1. Strip whitespace from defun found.
19518
19519 2000-01-10 John Wiegley <johnw@gnu.org>
19520
19521 * allout.el (isearch-done/outline-provisions): Added `edit'
19522 argument to correspond with the current definition of `isearch-done'.
19523
19524 2000-01-10 Dave Love <fx@gnu.org>
19525
19526 * elide-head.el (elide-head): Use point-marker, not point.
19527
19528 2000-01-10 Gerd Moellmann <gerd@gnu.org>
19529
19530 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19531 before and after the year 2000.
19532
19533 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19534 Add ispell- prefix.
19535
19536 2000-01-10 Ken Stevens <k.stevens@ieee.org>
19537
19538 * ispell.el: Only define dictionaries in menus when they exist.
19539 (version18p): New variable.
19540 (version20p): New variable.
19541 (xemacsp): New variable.
19542 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19543 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19544 (ispell-dictionary-alist6): Russian command lines no longer accept
19545 run-together words.
19546 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19547 (ispell-dictionary-alist): Add koi8-r to customize definition.
19548 (check-ispell-version): Added documentation string. Return library
19549 path when called non-interactively.
19550 (ispell-menu-map-needed): Uses new variables.
19551 (ispell-library-path): New variable.
19552 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19553 (ispell-word): Improved documentation string. Test for valid
19554 character mappings. Correctly check typed in word changes that can
19555 result in single words split into multiple words.
19556 Return replacement word.
19557 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19558 replace in recursive query replace mode. Help message for
19559 recursive edit mode.
19560 (ispell-show-choices): Protect against bad framepop bindings.
19561 (ispell-help): Fix to work with XEmacs.
19562 (ispell-highlight-spelling-error): Use new variables.
19563 (ispell-overlay-window): Fix to work with XEmacs.
19564 (ispell-parse-output): Passed and returns location information
19565 tracking spelling corrections. Doesn't recheck same word on
19566 current line.
19567 (ispell-init-process): Protect against bogus XEmacs variable binding.
19568 Fix call to single argument in sleep-for. Use new variables.
19569 (ispell-region): Passed and returns location information tracking
19570 spelling corrections. Doesn't check same word on current line.
19571 Improved documentation string. Doesn't resend a line already
19572 checked to the ispell process - fixes bug in LaTeX parsing.
19573 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19574 (ispell-skip-region): No longer skips <TT> in SGML.
19575 (ispell-process-line): Tracks location information with spelling
19576 corrections. Added documentation string. Accounts for words
19577 already accepted on this line. Don't allow query-replace on line
19578 starting with math characters. Doesn't resend a line already sent
19579 to ispell process. Fixes alignment error bug.
19580
19581 2000-01-10 Richard M. Stallman <rms@gnu.org>
19582
19583 * dired-x.el (dired-guess-shell-alist-default):
19584 Suggest xloadimage, which is free, not xv, which isn't.
19585
19586 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19587 Don't ever include the host name or user name in the value.
19588
19589 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19590
19591 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19592 of a real newline.
19593
19594 2000-01-09 Stephen Eglen <stephen@gnu.org>
19595
19596 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19597 for .png files.
19598
19599 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19600
19601 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19602
19603 2000-01-09 Gerd Moellmann <gerd@gnu.org>
19604
19605 * progmodes/cperl-mode.el: Replace ^F with ^L.
19606
19607 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19608 `require'ing rmail and mailalias to prevent infinite recursion.
19609
19610 2000-01-08 Dave Love <fx@gnu.org>
19611
19612 * emacs-lisp/backquote.el: Remove inappropriate customization
19613 (allowing custom.el to use backquote).
19614
19615 2000-01-07 Dave Love <fx@gnu.org>
19616
19617 * add-log.el (add-log-debugging): Deleted.
19618 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19619 file. Remove debugging code.
19620 (change-log-get-method-definition, change-log-name): Add doc.
19621 (change-log-sortable-date-at): New function.
19622 (change-log-merge): New command.
19623
19624 * time.el (display-time-string-forms): Make the Mail string active.
19625 (display-time-update): Provide help-echo for load average.
19626
19627 * bindings.el (make-mode-line-mouse2-map): New function.
19628 (mode-line-modified): Use it and simplify.
19629 (mode-line-mule-info): Provide help-echo info.
19630 (minor-mode-alist): Activate the strings.
19631 (make-mode-line-mouse-sensitive): Simplify for
19632 mode-line-buffer-identification.
19633
19634 2000-01-07 Gerd Moellmann <gerd@gnu.org>
19635
19636 * play/pong.el: New file.
19637
19638 2000-01-06 Dave Love <fx@gnu.org>
19639
19640 * array.el: Assorted cleanups for compiler warnings, doc strings,
19641 `array-' prefix for symbols.
19642
19643 2000-01-05 Dave Love <fx@gnu.org>
19644
19645 * textmodes/outline.el (outline-mode-menu-bar-map):
19646 Add outline-headers-as-kill.
19647 (outline-mode): Define imenu-generic-expression.
19648 (outline-headers-as-kill): New command.
19649
19650 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19651 from paragraph-start.
19652 (paragraph-indent-minor-mode): New command.
19653
19654 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19655 M-C-e, M-C-h, C-j, C-xnd, TAB.
19656 (fortran-mode): Set beginning-of-defun, end-of-defun.
19657 (fortran-column-ruler): Simplify.
19658 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19659 (fortran-with-subprogram-narrowing): Likewise.
19660 (fortran-indent-subprogram): Call mark-defun.
19661 (fortran-check-for-matching-do): Change narrowing.
19662
19663 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19664 (cl-lucid-hash-tag): Delete.
19665 (cl-hash-table-p): Correct test for native table.
19666 (cl-hash-table-count): Use hash-table-count.
19667
19668 * browse-url.el (browse-url): Fix case of
19669 browse-url-browser-function being an alist.
19670
19671 2000-01-05 Carsten Dominik <cd@gnu.org>
19672
19673 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19674 (reftex-index-phrase-file-extension): New options.
19675
19676 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19677 Use new option `reftex-index-phrase-file-extension'.
19678
19679 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19680 `reftex-parse-file-extension'.
19681
19682 2000-01-05 Dave Love <fx@gnu.org>
19683
19684 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19685 (beginning-of-defun-raw): Use it.
19686 (end-of-defun): New variable.
19687 (end-of-defun): Use it.
19688 (check-parens): New command.
19689
19690 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19691
19692 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19693 (hs-show-block): Don't use `mapcar' when not accumulating.
19694
19695 Fix buglet in local variables initialization.
19696
19697 2000-01-05 Andreas Schwab <schwab@suse.de>
19698
19699 * hscroll.el (hscroll): Doc fix.
19700
19701 2000-01-05 Carsten Dominik <cd@gnu.org>
19702
19703 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19704 Require idlw-toolbar.
19705
19706 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
19707 file idlw-rinfo.el.
19708 (idlwave-customize): Load must read file idlw-shell.el.
19709 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
19710
19711 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19712
19713 * progmodes/idlw-shell.el: Also provide idlwave-shell
19714 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19715 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19716
19717 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
19718 both reftex-dcr and reftex-vcr.
19719
19720 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19721
19722 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19723
19724 * ps-print.el: PostScript code now is in separate files, doc fix.
19725 (ps-print-version): New version number (5.0.3).
19726 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19727 local.
19728 (ps-spool-config): Initialization fix.
19729 (ps-print-prologue-1, ps-print-prologue-2)
19730 (ps-print-duplex-feature): PostScript code moved to separated file.
19731 (ps-background-image): Little code reformating.
19732 (ps-begin-file, ps-begin-job): Fix code.
19733 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19734 (ps-prologue-file): New fun.
19735
19736 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19737
19738 * ps-vars.el: Eliminated.
19739
19740 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19741 `;;;###autoload'.
19742
19743 * ps-print.el: ps-vars eliminated, doc fix.
19744 (ps-print-version): New version number (5.0.2).
19745 (ps-spool-config): Initialization fix.
19746 (ps-print-customize): New fun.
19747
19748 2000-01-04 Gerd Moellmann <gerd@gnu.org>
19749
19750 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
19751
19752 2000-01-04 Dave Love <fx@gnu.org>
19753
19754 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19755 menu items.
19756
19757 2000-01-03 Dave Love <fx@gnu.org>
19758
19759 * elide-head.el (elide-head) [defgroup]: Add :version.
19760
19761 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
19762 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19763 Use `cl-hash-table-p', not `hash-table-p'.
19764 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19765
19766 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19767
19768 * faces.el (face-read-integer, read-face-attribute)
19769 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
19770
19771 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19772
19773 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19774 at comment end, and re-insert them after filling.
19775
19776 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19777
19778 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19779 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19780 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19781
19782 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19783
19784 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19785 the new name of face-color-supported-p.
19786
19787 * term/w32-win.el (xw-defined-colors): Likewise.
19788
19789 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19790
19791 * simple.el (completion-setup-function): Count completion-size
19792 from minibuffer-prompt-end, not from point-min.
19793
19794 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19795
19796 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19797 Pass the frame to tty-color-* functions.
19798 (display-color-p, frame-set-background-mode): Pass the frame to
19799 tty-display-color-p.
19800
19801 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19802 tty-color-alist.
19803 (tty-color-alist, tty-modify-color-alist): New functions.
19804 (tty-color-define, tty-color-clear, tty-color-approximate)
19805 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19806 optional parameter FRAME.
19807
19808 2000-01-01 Gerd Moellmann <gerd@gnu.org>
19809
19810 * image.el (create-image, defimage): Don't assume image data is
19811 a string.
19812
19813 * image.el (defimage): Handle specifications containing :data
19814 instead of :file.
19815 (image-type-from-data): New function.
19816 (image-type-from-file-header): Use it.
19817 (create-image): Add parameter DATA-P.
19818
19819 See ChangeLog.8 for earlier changes.
19820
19821 ;; Local Variables:
19822 ;; coding: iso-2022-7bit
19823 ;; End: